/*
    Font Style
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    background: #fafafa;
}

p {

    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.head-container {
  background-color: #d5b096;
	padding: 8px;
}
.img-responsive2 {
  max-width: 100%;
  height: auto;
			}
.img-responsive3 {
  max-width: 100%;
  height: auto;
  background-color: #DBC3A4;
  padding: 8px;
  margin-bottom: 4px;
  border: 3px solid #536681;
			}
/*
    header style
*/
.headline {
  font-size: 200%;
  color: #FFFFFF;
	text-align: center;
	background-color:#112232;

}
.row .col-sm .align-text-bottom {
}

	@media (max-width: 40em) {
.headline {
	visibility:hidden;
	width:0px;
	height: 0px;
	 
		}
			}
.navbar {
   
    background: #112232;
    border: none;
    border-radius: 0;
	padding-left: 6px;
	padding-right: 6px;
}

.navbar-nav{
	background: #112232;
	width: 100%;

}
.navbar-btn {
	color:#fff;
    box-shadow: none; !important;
    outline: none !important;
    border: none; !important;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/*
    btn sytle
*/

.btn {
	padding-left: 6px;
	padding-right: 6px;
}
.btn-info { 
	border: 2px; border-radius: 0px; background-color: #112232; color:#d5b096;
	 outline: none !important; box-shadow: none !important;
}
.btn-info:link { 
	border: none; border-radius: 0px; background-color: #112232; color:#d5b096;
	 outline: none !important; box-shadow: none !important;
}
.btn-info:visited { 
	border: none; border-radius: 0px; background-color: #112232; color:#d5b096;
	outline: none !important; box-shadow: none !important;
}
.btn-info:hover { 
	border: none; border-radius: 0px; background-color: #112232; color:#d5b096;
	outline: none !important; box-shadow: none !important;
}
.btn-info:active { 
	border: none; border-radius: 0px; background-color: #112232; color:#d5b096;
	outline: none !important; box-shadow: none !important;
}

.btn-holder{
	background-color: #112232;
	padding: 2px;
	display:inline-block;
	color: #112232;
}
/* ---------------------------------------------------
    FOOTER STYLE
----------------------------------------------------- */

#foot_all {
    background: #112232;
    color: #FFFFFF;
    width: 100%;
    padding: 18px;
}
#foot_all a:hover{
    color: #d5b096;
}
.foot-title {
    margin-bottom: 24px;
    font-size: 140%;
    font-weight: bold;
}
.foot-title2 {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 110%;
    
}
@media (min-width: 1000px) {
    .foot_nav {
    width: 22%;
    margin-left: 24px;
    margin-bottom: 12px;    
    border-right: thin solid #FFFFFF;
    margin-bottom: 10px;    
    float: left;
    }
}
@media (max-width: 999px) {
    .foot_nav {
    width: 44%;
    margin-left: 24px;
    border-right: thin solid #FFFFFF;
    margin-bottom: 10px;    
    float: left;
    }
}
@media (max-width: 580px) {
    .foot_nav {
    width: 90%;
    margin-left: 24px;
    border-right: thin solid #FFFFFF;
    margin-bottom: 10px;    
    float: left;
    }
}
@media (min-width: 1000px) {
    .foot_nav2 {
    width: 22%;
    margin-left: 24px;
    margin-bottom: 10px;    
    float: left;
    }
}
@media (max-width: 999px) {
    .foot_nav2 {
    width: 44%;
    margin-left: 24px;
    float: left;
    }
}
.foot_nav_in {
    padding-right: 8px;
    width: 48%;
    float: left;
}
.foot_nav_in a{
    color: #FFFFFF;
    line-height: 200%;
}
.foot_nav_in a:hover{
    color: #d5b096;
}
.foot_nav_in2 a{
    color: #FFFFFF;
    line-height: 200%;
}
.foot_nav_in2 a:hover{
    color: #d5b096;
}
.foot_nav_in2 {
    width: 48%;
    float: left;
}
.foot_ico {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    width: 100%;
}
.foot_signuo {
    margin-top: -12px;
    margin-bottom; -8px;
    padding-right: 8px;
    width: 90%;
}
.footclr2 {
    text-align: left;
    clear: both;
}

.fa {
  padding: 8px;
  font-size: 20PX;
  width: 36px;
  text-align: center;
  text-decoration: none;
  margin-right: 8px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}


.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}
.fa-envelope {
  color: white;
  width: 24px;
  font-size: 18px;
  margin-right: 8px;  
}

.fa-mobile {
  color: white;
  width: 24px;
  font-size: 24px; 
  margin-right: 8px;  
}
.spacer40{
    height: 40px;
    width: 100%;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}
.smtxt {
    font-size: 80%;
    display: inline-block
}

#sidebar {
    min-width: 280px;
    max-width: 280px;
    background: #d5b096;
    color: #112232;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}
.side_search{
	background: #ffffff;
}

#sidebar.active {
    margin-left: -280px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #d5b096;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #112232;
    padding: 10px;
}
#sidebar ul li {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #d5b096;
    background: #112232;
}
#sidebar ul li.active a:hover {
    color: #d5b096;
    background: #112232;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #112232;

}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
	color: #112232;
    background: #d5b096;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
	color: #d5b096;
    background: #112232;
}
ul ul a:hover{
    font-size: 0.9em !important;
    padding-left: 30px !important;
	color: #d5b096;
    background: #112232;
}
ul ul a:visited{
    font-size: 0.9em !important;
    padding-left: 30px !important;
	color: #d5b096;
    background: #112232;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #112232;
    color: #d5b096;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #112232 !important;
}
.location {
    text-align: center;
    width: 33%;
    float: left;
    
}
/* ---------------------------------------------------
    CONTENT STYLES
----------------------------------------------------- */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}
.content_in { 
	max-width: 1400px;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.content_in a:link{
	color: #0000EE;
	text-decoration: none;
}
.td_wide{
	width: 8.5%;
}
#hide_search {
  width: 100%;
  text-align: center;
  margin-top: 2px;
  display: none; 
}
.chatspacer{
	width: 100%;
	margin-top; 30px;
	display: block;
}

/* ---------------------------------------------------
    INHERITED STYLES
----------------------------------------------------- */
.mimage {	
  max-width: 100%;
  height: auto;
}
#himage {
	background-color: #DBC3A4;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 18px;
	padding: 8px;
	border: 3px solid #536681;
	max-width: 640px;
    height: auto;
}
figure {
	display: inline-block;
	background-color: #DBC3A4;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 18px;
	padding: 8px;
	border: 3px solid #536681;
	max-width: 640px;
    height: auto;
}
table_img {
	max-width: 94px;
}
.htext{
    padding-top: 12px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 6px;
    text-align: center;
    
}
.pg_title {	
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 6px;
	margin-bottom: 12px;
	padding-left: 12px;
	color: #536681;
}
.pg_title h1 {	
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 6px;
	margin-bottom: 12px;
	padding-left: 12px;
	color: #536681;
}
h1 {	
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 6px;
	margin-bottom: 12px;
	padding-left: 12px;
	color: #536681;
}
.pg_titlesm {	
	font-weight: bold;
	font-size: 1em;
    margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
	color: #536681;
}
.pg_title_c {
    text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 6px;
	margin-bottom: 6px;;
	color: #536681;
}
#c_img2 {
	background-color: #DBC3A4;	
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 18px;
	padding: 8px;
	border: 3px solid #536681;
	max-width: 420px;
	height: auto;
}
#sub_head {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	margin-top: 12px;
}
.txt_c {
	text-align: center;
	clear: both;
	padding-top: 4px;
}
.ad_brdr {
    text-align: center;
    border: 2px solid #536681;
    padding: 4px;    
}
.ssample {
	text-align: center;
    border-bottom: 2px solid #800000;
	padding-bottom: 8px;
}
#ssample2 {
	text-align: center;
    border-bottom: 2px solid #800000;
	padding-bottom: 8px;
    display: none;
}
#ssample3 {
	text-align: center;
    border-bottom: 2px solid #800000;
	padding-bottom: 8px;
    display: none;
}
#ssample4 {
	text-align: center;
    border-bottom: 2px solid #800000;
	padding-bottom: 8px;
    display: none;
}
.csample {
    color: #536681;
	text-align: center;
    width: 400px;
    background-color: #DBC3A4;
    border: 2px solid #536681;
    margin-left: auto;
    margin-right:  auto;
	margin-bottom: 8px;
}

.csample:link {
	text-align: center;
    width: 400px;
    background-color: #DBC3A4;
    color: #536681;
    border: 2px solid #536681;
    margin-left: auto;
    margin-right:  auto;
	margin-bottom: 8px;
}
.csample:visited {
	text-align: center;
    width: 400px;
    background-color: #DBC3A4;
    color: #536681;
    border: 2px solid #536681;
    margin-left: auto;
    margin-right:  auto;
	margin-bottom: 8px;
}
.csample:hover {
	text-align: center;
    width: 400px;
    background-color: #112232;
    color: #d5b096;
    border: 2px solid #536681;
    margin-left: auto;
    margin-right:  auto;
	margin-bottom: 8px;
}

.sample_b {
    background-color: #DBC3A4;
    text-align: center;
}
.sample_b:hover{
    color: #d5b096;
    background-color: #112232;
    text-align: center;
}
.sample_c{
    text-align: center;
}
.sample_dwn {
    background-color: #DBC3A4;
    width: 40%;
    margin-top: 8px;
    margin-right: auto;
	margin-left: auto;
    display: none; 
    }
.sample_up {
    background-color: #DBC3A4;
    width: 40%;
    margin-top: 8px;
    margin-right: auto;
	margin-left: auto;
    display: block; 
    }
.txt_c a {
	color: #0000EE;
}
.remo {
    color: blue;
    font-size: 80%;
}
.txt_cunp {
	text-align: center;
	clear: both;
	padding-top: 8px;
}
.txt_cunp ul {
    text-align: left;
    list-style-position: inside; 
}


.hcap {
	font-size: 90%;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
}
#help_more {display: none;
}
.fr_limage {
	background-color: #DBC3A4;
	text-align: center;
	max-width: 430px;
	margin-top: 12px;
	padding: 8px;
	border: 3px solid #536681;
	float: right;
	margin-right: 12px;
	margin-left: 12px;
}
.fl_limage {
	background-color: #DBC3A4;
	text-align: center;
	max-width: 430px;
	margin-top: 12px;
	padding: 8px;
	border: 3px solid #536681;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
}
.rtdiv {
	max-width: 400px;
	float: left;
	display: inline;
	margin-top: 8px;
	margin-left: 8px;
}
.lftdiv {
	max-width: 420px;
	float: right;
	display: inline;
	margin-top: 8px;
}
.species_h {
	font-size: 149%;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
	color: #536681;
}
.speciehead{
	font-weight: bold;
	color: #536681;
	text-align: center;
	font-size: 160%;
}
.walkimgs {
	max-width: 424px;
	text-align: center;
	float: left;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.walkimg_txt {
	margin-top: 8px;
	margin-bottom: 12px;
}
#HelpBtn {
   color: blue;
   outline: none;
   border-style: none;
   background-color: #fafafa;
}
#btnText {
   color: blue;
   border-style: none;
   background-color: #fafafa;
}
.hcap {
	font-size: 110%;
	font-style: italic;
	max-width:  420px;
	margin-right: auto;
	margin-left: auto;
}
.c_img {
	background-color: #DBC3A4;
	padding: 8px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #536681;
}
.dual_desc {
	clear: both;
	width: 80%;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	font-size: 110%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.re_fine {
	width: 60%;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	padding: 4px;
	border: thin solid #000;
	background-color: #DBC3A4;
}
.logsets {
	font-size: 1.4em;
    font-weight: bold;
	color: #112232;
	text-align: center;
}
#nodis {
	display: none;
}
.last_update {
	float: right;
	margin-right: 12px;
	text-align: right;
	font-size: 80%;
	margin-top: 12px;
}
.lcr_img {
	background-color: #DBC3A4;
	border: 2px solid #536681;
	text-align: center;
}
#clr2 {
	clear: both;
}
.clr2 {
	clear: both;
}
.as_specie {

	width: 200px;
	font-size: 70%;
	float: left;
	text-align: left;
}
.asr_specie {
	font-size: 70%;
	float: left;
	text-align: left;
}
.spec_srch {
	width: 60%;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	border: thin solid #000;
	background-color: #DBC3A4;
	padding-left: 6px;
	padding-bottom: 4px;
}
.txt_c button{
	color:  #536681;
	background-color: #DBC3A4;
	border: thin solid #000;
	border-color: #536681;
}
.form_title {
	clear: both;
	width: 90%;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #536681;
	text-align: left;
	font-weight: bold;
}
.srch_ins{
	font-size: 80%;	
	text-align: center;
}
.as_thick {
	width: 80px;
	font-size: 80%;
	float: left;
	text-align: left;
}
.saletxt {
	font-size: 110%;
	font-style: italic;
	color: #ff0000;
    text-align: center;
}
.saletxtsm {
  	font-size: 90%;
	font-style: italic;
	color: #000000; 
    text-align: center;
}
.saletxt2 {
	font-size: 128%;
    font-weight: bold;
	font-style: italic;
	color: #ba3f38;
    text-align: center;
}
.saletxtblu {
	font-size: 128%;
    font-weight: bold;
	font-style: italic;
	color: blue;
    text-align: center;
}
.CenterCell {
	text-align: center;
}
.galtmb {
	background-color: #DBC3A4;
	text-align: center;
	float: left;
	width: 218px;
	margin: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	border: thin solid #536681;
}

.galsm {
	width: 33%;
}
.gcap {
	font-style: italic;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 4px;

}
.gcap a:link{
	color: #0000EE;
	text-decoration: none;
}
.gcap a:visited{
	color: #0000EE;
	text-decoration: none;
}
.gcap a:hover{
	color: #536681;
	text-decoration: none;
}
.gcap a:active{
	color: #000;
	text-decoration: none;
}
.gal_sub {
	font-weight: bold;
	color: #536681;
	margin-top: 8px;
	text-align: center;
	padding-bottom: 12px;
}
.gal_sub_spec {
	font-weight: bold;
    font-size: 120%;
	color: #AA4A44;
	margin-top: 8px;
	text-align: center;
	padding-bottom: 12px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
sidebarCollapse {
    width: 80px;
    height: 40px;
    background: #112232;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #112232;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -280px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}
