@import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lobster+Two&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
body {
	font-size: 16px;
	font-family: 'Noto Serif', serif;
	color: #673B00;
	background-image: url(../images/animal-bg.jpg);
	background-color:#ECDCAA;
	margin:0
}

h1, h2, h3 {
	font-family: 'Lobster Two', cursive;
	}
h1, h2 {
	color:#536b00;
	}
h3 {
	color:#CC0000;
	}
a, a:link {
	color:#6a4727;
	transition: all 0.5s ease 0s;
}
a:hover {
	color:#BB3900
}
p {
    margin: 15px 0 15px;
}
.topStruc {
	margin:0 0 5px;
	border-top:4px solid #ff6600;	
	z-index: 2;
    position: relative;
	-webkit-box-shadow: 0 6px 6px -6px black;
	   -moz-box-shadow: 0 6px 6px -6px black;
	        box-shadow: 0 6px 6px -6px black;
}
.logoStrucMain {
	background-color: rgba(246, 229, 180, 0.9);
}
.logoStruc {
	overflow:hidden
}
.menuStruc {
	background-color: rgba(64, 108, 0, 0.9);
	border-top:2px solid #294600;
	border-bottom:4px solid #294600;
	color:#FFFFFF;
	min-height:1px;
}
.top-img {
	-webkit-box-shadow: 0 7px 7px -6px black;
    -moz-box-shadow: 0 7px 7px -6px black;
    box-shadow: 0 7px 7px -6px black;
	    background-color: #FFFFFF;
    overflow: hidden;
    padding: 0 6px 6px
	}
.contWrap {
	border:6px solid #BB3900;
	background-color: rgba(255, 241, 192, 0.85);
	margin-top:15px;
	margin-bottom:25px;
	z-index: 1;
    position: relative;
	-webkit-box-shadow: 0 15px 45px rgba(124,0,41,.71);
    box-shadow: 0 15px 45px rgba(124,0,41,.71);
}
.introTxt {
	background: rgba(255, 254, 216, .40);
	padding:6px;
	box-shadow: 0 4px 8px -6px black;
	font-size:18px
}
a.trigger, .panel {
top:123px !important
}
@media (max-width:767px) {
	a.trigger, .panel {
	top:177px !important
	}
}
h1 {
	background-image: linear-gradient(to right, #940739, #d60032, #940739);
	text-align:center;
	margin-top:0px;
	color:#fff;
	padding:1px 0 6px;
	text-shadow: 1px 1px #b32a00;;
	box-shadow: 0 4px 8px -6px black;
}

.contMain {
	overflow:hidden;
	margin:15px 0px;
}
.lftCont, .rhtCont {
	min-height:1px;
	margin-top:5px;
	margin-bottom:5px;
}
.lftCont {
	border-right:2px solid #BB3900
	}
.lftCont h2 {
	background-color: #669a00;
    color: #fff;
    padding: 4px 10px;
    margin: 0 0 20px;
    text-align: center;/
}
.sub-cont {
	padding:10px;
	border:1px solid #e8e8e8;
	margin:15px 0;
	}
@media (max-width:767px) {
	.lftCont, .rhtCont {
		margin:10px 6px;
		}
	.lftCont {
		border:none
		}
	.sub-cont {
		padding:10px 0;
		border:none;
		margin:0;
		}
}
.ul-general li {
	margin-top:10px;
	margin-bottom:10px
	}

.rhtCont {
	margin:5px 0;
	padding-bottom:10px;
	line-height: 150%;
	font-size:1.2em
}
.section-links a, .section-links a:link, .section-links a:active {
	display:block;
	padding:4px;
	margin-bottom:4px;
	background: rgba(255, 255, 255, .40);
	text-align:center;
	text-decoration:none;
	transition: all 0.5s ease 0s;
	}
.section-links a:hover {
	background: rgba(255, 255, 255, .60);
	}
.section-links br {display:none}
.bannWrap {
	width:92%;
	overflow:hidden;
	/*float:left;
	padding:10px;*/
	text-align:center;
	min-height:90px;
	margin:6px 15px;
}
.searchWrap {
	padding:16px 10px;
	text-align:center;
	margin:0 8px;
	line-height: 150%;
}

/*@media (min-width:320px) and (max-width:800px) {
.bannWrap2 {
	width:auto;
	max-width:200px;
	padding:4px;
}
.bannWrap {
	display:none;
}
}*/

/*********** FOOTER ***/
.footStruc {
	overflow:hidden;
	margin:5px 15px;
}
.bannerFoot {
	padding:6px;
	text-align:center;
	margin:15px 0px;
}
.bannerFoot2 {
	min-height:1px; max-width:735px; margin:10px auto
}

.footNav, .backNav {
	clear:both;
	overflow:hidden;
	padding:10px;
	display:table;
	margin:0 auto
}
	.footNav ul, .backNav ul {
		padding-left:0;
		text-align;center;
	}
	.footNav ul, .footNav li  {
		list-style-type:none;
		display:inline-block;
		list-style:none;
	}
	.footNav li {
		background-color:#DC6F04;
		margin:4px;
		padding:4px 10px;
		color:#FCF2BB;
		font-weight:bold;
		transition: all 0.5s ease 0s;
		display:inline-block
	}
	.footNav li a {
		color:#FDF3C0
	}
	.footNav li:hover {
		background-color:#dc3704;
		color:#FFED00
	}
	.backNav ul, .backNav li  {
		list-style-type:none;
		display:inline-block;
		list-style:none;
	}
	.backNav li {
		background-color:#DC6F04;
		border-bottom:4px solid #993d00;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin:10px 0;
		text-align:center;
		font-size:1.5em;
		color:#FCF2BB;
		line-height: 150%;
		-webkit-box-shadow: 0 4px 6px -6px black;
		   -moz-box-shadow: 0 4px 6px -6px black;
				box-shadow: 0 4px 6px -6px black;
		transition: all 0.5s ease 0s;
	}
	.backNav li a {
		color:#FDF3C0;
		padding:10px 20px;
	}
	.backNav li:hover {
		background-color:#dc3704;
		border-bottom:4px solid #922200;
		color:#FFED00
	}
.inpageWrap{width:auto;overflow:hidden;text-align:center;margin-top:20px;clear:both}
.inpageWrap ul, .inpageWrap li{list-style:none;display:inline-block;text-align:center;padding-left:0;margin-left:0}
.inpageWrap a{display:block;text-transform:uppercase;background:#d95700;border:2px solid #e9f3ff;padding:6px 15px;line-height:110%;text-decoration:none;transition:all 0.5s ease 0s;margin:2px;color:#fff !important;-webkit-box-shadow:0 4px 6px -6px black;-moz-box-shadow:0 4px 6px -6px black;box-shadow:0 4px 6px -6px black;}
.inpageWrap a:hover{background:#fffdc4;border:2px solid #fff;color:#6dab00 !important}
.inpageWrapTop {
	width:auto;
	overflow:hidden;
	text-align:center;
	margin-top:20px
}
.inpageWrapTop li {
	list-style:none;
	display:inline-block;
	text-align:center;
	padding-left:0
}
.inpageWrapTop a {
	display:block;
	font-size:14px;
	background: rgba(255, 255, 255, .50);	
	border:1px solid #FFB579;
	    padding: 4px 10px;
	line-height:110%;
	transition: all 0.5s ease 0s;
	margin:2px;
	text-decoration:none;
	-webkit-box-shadow: 0 4px 4px -6px black;
	   -moz-box-shadow: 0 4px 4px -6px black;
	        box-shadow: 0 4px 4px -6px black;
}
.inpageWrapTop a:hover {
	background: rgba(255, 114, 0, .50);
	border:1px solid #fff99a;
}
hr {border-top: 1px solid #627e00;}
.misc-box {border:2px solid #e27000; border-bottom:6px solid #97ab27; padding:6px;box-shadow: 0 4px 4px -6px black; margin-bottom:20px;background: rgba(255, 255, 255, .50);}
.misc-box span{color:#CC0000}
.ul-misc ul li {border-bottom:1px dotted #FF6600;padding: 13px 0px 13px 0; margin:0}

.video-container {
   height: 0;
   width: 100%;
   padding-bottom: 56.25%;
   overflow: hidden;
   position: relative;
   margin-bottom:20px
}
 
.video-container iframe {
    width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   border:0
}
.searchStruc {
	margin:12px auto 0;
	background:rgba(255, 255, 255, .30);
	padding:5px;
	overflow:hidden;
	max-width:500px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.searchStruc input[type=submit] {
transition:all .5s ease 0;
	background-color:#b90039;
	color:#fff;
	border:1px solid #a10022;
	padding:2px 5px
}
.searchStruc input[type=submit]:hover {
	background-color:#6f0000;
	border:1px solid #6f0000
}
@media (max-width:640px) {
.searchStruc {
margin:6px auto;
width:99%;
max-width:none;
float:none;
text-align:center
}
.searchStruc input[type=text] {
width:70%
}
}
/*** GOOGLE TRANSLATOR **/
.google-translator {
	display:table;
	position: fixed;
	font-size: 14px;
	color:#000;
	bottom: 0;
	top:auto;
	left:50%;
	right:auto;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	background: rgba(255, 255, 255, .90);
    z-index: 3;
    padding: 15px;
	-webkit-box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, .15);
}
	
#close {
    float:right;
    display:inline-block;
    padding:0 5px;
	z-index:3;
	color:#9e9e9e;
	margin:-14px;
	cursor:pointer
}
/*** end of GOOGLE TRANSLATOR **/
.nav-struc {
	background: rgba(255, 240, 154, .40);
	border:1px solid #dec68e;
	border-bottom:3px solid #dec68e;
	font-family: "Oswald", sans-serif;
	padding:5px;
	text-align:center;
	font-size:17px;
	font-weight:400;
	margin-bottom:15px;
	min-height:170px;
	}
@media (max-width:767px) {
.nav-struc {
	min-height:unset;
	}
}
.nav-struc a {
	display:block;
	text-decoration:none;
	}
.nav-struc:hover {
	transition: all 0.5s ease 0s;
	background: rgba(255, 255, 255, .20);
	}
.nav-struc:hover a{
	text-decoration:none;
	}
.nav-struc p {
	margin-top:4px;
	}

/*** MISCELLENEOUS **/
.padd-0 {padding:0}
.padd-5 {padding:5px;}
.mt0{margin-top:0}
.mb0{margin-bottom:0}