@import url('//fonts.googleapis.com/css?family=Jockey+One&display=swap');
@import url('//fonts.googleapis.com/css?family=Merriweather&display=swap');
@import url('//fonts.googleapis.com/css?family=Oleo+Script&display=swap');
@import url('//fonts.googleapis.com/css2?family=Courgette&display=swap');
body {
	background-image:url(../images/jungle-world-bg.jpg);
	background-color:#B0CFB3;
	color:#373737;
	padding:0 !important
}
body, div, p {
	font-size:16px;
	font-family:Merriweather, serif
}
a, a:link {color:#6a775a}
.topRow {
	background:rgba(234, 116, 0, .9);
	font-family:Oswald, sans-serif;
	border-bottom:3px solid #8e4600;
	width:100%;
	-webkit-box-shadow:0 6px 6px -6px #000;
	-moz-box-shadow:0 6px 6px -6px #000;
	box-shadow:0 6px 6px -6px #000
}
.logoStruc {
	margin-top:2px
}
.main-struc {
	margin-bottom:20px;
	-webkit-box-shadow: 0 15px 45px rgba(0,0,0,.71);
    box-shadow: 0 15px 45px rgba(0,0,0,.71);
	}
.top-img {
	background-color:#c40a13;
	z-index:1
}
.cont-struc {
	background-color:#fff;
	border:8px solid #dcdcdc;
	padding:10px;
}
.breadcrumb-struc {
	font-family: 'Barlow Condensed', sans-serif;
    background: #f6f6f6;
    margin: -7px;
    padding: 0 5px;
}
h1 {
	font-family:'Oleo Script', cursive;
	color:#006d38;
	text-align:center;
}
.sub-title {
	color:#009881;
	text-align: center;
    font-size: 20px;
    margin-top: -6px;
    font-weight: 600;
}
h2 {color:#006d38;
	font-family: 'Jockey One', sans-serif;
    text-align: center;
	margin-bottom:20px
	}
h3 {font-family: 'Courgette', cursive;
    color: #179055;
    margin-top: 20px;
    margin-bottom: 15px;
	font-weight:600
}
@media (max-width:767px) {
h1 {font-size:31px}
h2 {font-size:23px} 
}


.home h2 {margin-top:0}
.introTxt {
	overflow:hidden;
	border:2px solid #DA7F13;
	background:url(../images/intro-text.png) right no-repeat;
	padding:4px;
	font-size:16px
}
@media (max-width:992px) {
.introTxt {
	background:none;
	padding:4px;
	font-size:14px
}
}
hr {
    border-top: 1px solid #457500;
}
.home-nav-wrap {
	background: rgba(255, 255, 255, .30);
	border:1px solid #fff;
	border-bottom:3px solid #fff;
	min-height: 310px;
	padding:6px;
	text-align:center;
	color:#765861;
	font-size:16px;
	margin-bottom:10px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease 0s;
	}
@media (max-width:767px) {
	.home-nav-wrap {
		min-height:unset}
}
.home-nav-wrap:hover {
	background: rgba(255, 254, 151, .50);
	}
.home-nav-wrap a {
	text-decoration:none;
	}
.home-nav-wrap h3 {
	color:#fff;
	border-top:4px solid #da5c00;
	background-color:#658600;
	padding: 3px 3px 5px;
    font-size: 18px;
	margin:0 0 5px;
	transition: all 0.5s ease 0s;
	}
.home-nav-wrap:hover h3 {
	border-top:4px solid #658600;
	background-color:#da5c00;
	padding: 3px 3px 5px;
    font-size: 18px;
	margin:0 0 5px;
	}
.bann-wrap {
	padding:6px
}
@media (max-width:767px) {
.logoStruc {
text-align:center
}
}
.left-wrap {
	padding-right:5px
}
.right-wrap {
	padding-left:5px;
	padding-right:10px
}
.left-cont, .right-cont {
	padding:10px
}
.right-cont .section-links a, .right-cont .section-links a:link, .right-cont .section-links a:active {
	display:block;
	text-decoration:none;
	background:#f6f6f6;
	margin-bottom:3px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #f6f6f6;
	transition: all 0.5s ease 0s;
}
.right-cont .section-links a:hover {
	background:none;
	transition: all 0.5s ease 0s;
}
.right-cont br {display:none}
@media (min-width:768px) {
.left-cont { min-height:800px}
}
@media (max-width:760px) {
.left-wrap {
padding-right:15px;
margin-bottom:10px
}
.left-cont table {
border:2px solid #c85757
}
.left-cont table td {
border:1px solid #c85757
}
.right-wrap {
padding-left:15px;
padding-right:15px
}
}
.left-wrap ul li, .left-wrap ol li {
	margin-bottom:15px;
	margin-top:15px;
	}
@media (max-width:767px) {
.left-wrap ul, .left-wrap ol {
	padding-left:23px;
	}
}
.nav-wrap {
	margin:0 auto;
	background-image:linear-gradient(#355a00, #548f00, #355a00);
	min-height:55px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom:2px solid #203600
}
.nav-wrap ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:2
}
.nav-wrap li {
	display:inline-block;
	float:left;
	margin-right:1px
}
.nav-wrap li a {
	display:block;
	height:50px;
	line-height:50px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	text-decoration:none;
	padding:0 23px
}
.nav-wrap li:hover a {
	background-image:linear-gradient(#548f00, #355a00, #548f00);
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px
}
@media (max-width:992px) {
	.nav-wrap li:hover a {
		border-bottom-right-radius:0;
		border-bottom-left-radius:0
	}
}
.nav-wrap li:hover ul a {
	background:rgba(214, 90, 0, .90);
	color:#fff;
	height:40px;
	line-height:40px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.nav-wrap li:hover ul a:hover {
	background:rgba(192, 81, 0, .90);
	color:#fff;
}
.nav-wrap li ul {
	display:none
}
.nav-wrap li ul li {
	display:block;
	float:none
}
.nav-wrap li ul li a {
	width:auto;
	min-width:100px;
	padding:0 20px
}
.nav-wrap ul li a:hover + .hidden, .nav-wrap .hidden:hover {
	display:block
}
.show-menu {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:#fff;
	text-align:center;
	padding:10px 0;
	display:none
}
.nav-wrap input[type=checkbox] {
	display:none;
	-webkit-appearance:none
}
.nav-wrap input[type=checkbox]:checked ~ #menu-nav {
display:block
}
@media (max-width : 992px) {
.nav-wrap ul {
position:static;
display:none
}
.nav-wrap li {
border-bottom:1px solid #a84700
}
.nav-wrap ul li, .nav-wrap li a {
width:100%;
background-color:#d65a00;
font-size:16px
}
.nav-wrap .show-menu {
display:block
}
}
.spon-wrap, .banner-sponside-top, .banner-sponside-bottom {
	text-align:center;
	clear:both;
	margin-bottom:5px
}
.mar-0 {
	margin:0
}
.mar-top-0 {
	margin-top:0
}
.mar-top5 {
	margin-top:5px
}
.mar-bott-5 {
	margin-bottom:5px
}
.mar-top10 {
	margin-top:10px
}
.mar-top20 {
	margin-top:20px
}
.mar-top30 {
	margin-top:30px
}
.mar-top40 {
	margin-top:40px
}
.mar-top50 {
	margin-top:50px
}
.mar-top60 {
	margin-top:60px
}
.mar-top100 {
	margin-top:100px
}
.mar-top120 {
	margin-top:120px
}
.mar-bott10 {
	margin-bottom:10px
}
.mar-bott20 {
	margin-bottom:20px
}
.mar-bott30 {
	margin-bottom:30px
}
.mar-bott40 {
	margin-bottom:40px
}
.mar-bott50 {
	margin-bottom:50px
}
.mar-bott60 {
	margin-bottom:60px
}
.mar-bott100 {
	margin-bottom:100px
}
.mar-right5 {
	margin-right:5px
}
.padd-0 {
	padding:0
}
.padd-left-0 {
	padding-left:0
}
.padd-right-5 {
	padding-right:5px
}
.padd-5 {
	padding:5px
}
.padd-10 {
	padding:10px
}
.padd-top5 {
	padding-top:5px
}
.padd-bott5 {
	padding-bottom:5px
}
.padd-top10 {
	padding-top:10px
}
.padd-bott10 {
	padding-bottom:10px
}
.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, .inpageWrap span {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	border:2px solid #fff;
	padding:6px 15px;
	line-height:110%;
transition:all .5s ease 0;
	margin:2px;
	color:#fff;
	-webkit-box-shadow:0 4px 6px -6px #000;
	-moz-box-shadow:0 4px 6px -6px #000;
	box-shadow:0 4px 6px -6px #000
}
.inpageWrap a {
	background:#be0636
}
.inpageWrap span {
	background:#c01700
}
.inpageWrap a:hover {
	background:#fffdc4;
	border:2px solid #be0636;
	color:#6dab00;
transition:all .5s ease 0
}
.section-nav-wrap {
	width:auto;
	overflow:hidden;
	text-align:center;
	margin-top:20px;
	clear:both
}
.section-nav-wrap ul, .section-nav-wrap li {
	list-style:none;
	display:inline-block;
	text-align:center;
	padding-left:0;
	margin-left:0
}
.section-nav-wrap a, .section-nav-wrap span {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	border:1px solid #fff;
	padding:4px 10px;
	line-height:110%;
transition:all .5s ease 0;
	margin:2px;
	color:#5a303e;
	-webkit-box-shadow:0 4px 6px -6px #000;
	-moz-box-shadow:0 4px 6px -6px #000;
	box-shadow:0 4px 6px -6px #000
}
.section-nav-wrap a {
	background:rgba(255, 255, 255, .50)
}
.section-nav-wrap span {
	background:rgba(255, 255, 255, .50)
}
.section-nav-wrap a:hover {
	background:rgba(255, 249, 147, .50);
	border:solid 1px rgba(255, 249, 147, 0.7);
	color:#6a1600;
transition:all .5s ease 0
}
.left-cont .inpageWrap a, .left-cont .inpageWrap span {
	padding:4px 12px;
	background:#914a63;
transition:all .5s ease 0
}
.left-cont .inpageWrap a:hover {
	color:#914a63;
	background-color:#fff;
	border:2px solid #914a63
}
.Item {
	width:130px;
	height:135px;
	float:left;
	font-size:16px;
	color:#292929;
	text-decoration:none;
	margin:5px 2px;
	padding:2px;
	text-align:center;
	background-color:#E2E4E4
}
@media (max-width:640px) {
.Item {
width:48%
}
}
.Item a, .Item a:link {
	color:#292929;
	text-decoration:none
}
a.buttAnm {
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
	font-weight:700;
	padding:10px 30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid rgba(0, 0, 0, 0.3);
	border-bottom-width:3px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition:all 1s ease;
	transition:all 1s ease
}
a.buttAnm.btn-red {
	text-decoration:none;
	background-color:#e53f18;
	border-color:rgba(0, 0, 0, 0.3);
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
	color:#FFF
}
a.buttAnm.btn-red:hover {
	background-color:#a41111;
	border-color:rgba(0, 0, 0, 0.5)
}
a.buttAnm.btn-red:active {
	background-color:#680b3d;
	border-color:rgba(0, 0, 0, 0.9)
}
.img-polaroid, .img-polaroid-mid, .img-polaroid-small, .img-polaroid-tiny {
	color:#557277;
	text-align:center;
	font-size:14px;
	margin:10px auto;
	padding:8px;
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.1)
}
.img-polaroid {
	max-width:600px
}
.img-polaroid-mid {
	max-width:520px
}
.img-polaroid-small {
	max-width:400px
}
.img-polaroid-tiny {
	max-width:300px
}
@media (max-width:767px) {
.img-polaroid, .img-polaroid-mid, .img-polaroid-small {
display:block
}
}
.VidCont {
	width:auto;
	overflow:hidden;
	margin:20px auto;
	line-height:200%;
	clear:both;
	color:#fae2f4;
	border:2px solid #733e65;
	text-align:center;
	font-weight:700;
	font-size:16px;
	background-color:#a04e8a;
	padding:5px;
	margin-bottom:10px;
	box-shadow:0 6px 6px -6px #000
}
.VidCont h3, .VidCont h2 {
	color:#fae2f4;
	margin:3px 4px 9px;
	text-shadow:0 1px 1px #000
}
.padd8 {
	padding:8px
}
.ImgLft {
	float:left;
	margin:5px
}
.ImgRht {
	float:right;
	margin:5px
}
.star-struc-ul {
	border:3px solid #FF0;
	background:rgba(255, 255, 255, .50);
	padding:10px;
	margin:15px 0
}
.star-struc-ul ul {
	padding-left:30px;
	padding-right:0
}
.star-struc-ul ul li {
	list-style:url(/christmas/images/str.png);
	border-bottom:1px #999 dotted;
	padding:8px 0
}
.star-struc-ul ul li a {
	text-decoration:none;
	display:block
}
.poet {
	color:#C00;
	font-style:italic
}
.misc-struc {
	padding:10px;
	margin:10px 5px;
	background:rgba(255, 255, 255, .50);
	border:1px solid #d8d8d8
}
.misc-struc h3 {
	text-align:center;
	margin-top:2px;
	margin-bottom:5px;
	font-size:22px;
	font-family: 'Barlow Condensed', sans-serif;
	text-decoration:none;
	}
.misc-struc a, .misc-struc a:link {text-decoration:none}
.misc-struc p {
	font-size:14px;
	}
.general-struc h3 {
	background-image:linear-gradient(#750005, #c70008, #c70008, #c70008, #c70008);
	color:#fff;
	display:table;
	padding:10px 10px 5px;
	margin:-13px auto 8px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px
}
.general-struc-color {
	overflow:hidden;
	background:rgba(255, 219, 219, .50);
	border:2px solid #cc4e74;
	padding:10px;
	margin-bottom:10px;
	-moz-box-shadow:inset 0 0 15px #ff7878;
	-webkit-box-shadow:inset 0 0 15px #ff7878;
	box-shadow:inset 0 0 15px #ff7878
}
.general-struc-designed {
	background:rgba(255, 255, 255, .30);
	border:4px double #fff;
	padding:6px;
	margin:24px 0;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	box-shadow:0 6px 6px -6px #000
}
.general-struc-designed h2, .general-struc-designed h3 {
	display:table;
	background-color:#5db300;
	padding:4px 17px;
	margin:-24px 0 10px;
	color:#FFC;
	border-radius:18px;
	border-bottom:2px solid #408100;
	border-right:2px solid #408100;
	text-shadow:1px 1px #336700
}
.general-struc-other {
	background:rgba(255, 255, 255, .30);
	border:4px double #fff;
	margin:8px 0;
	padding:8px
}
.name {
	color:#C00;
	font-size:14px
}
.moral {
	font-style:italic;
	color:#336d60;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:6px 0;
	margin-top:30px;
	}
.moral span {
	font-style:normal;
	font-weight:700
	}
h2.title-bar, h3.title-bar {
	clear:both;
	background-image:radial-gradient(circle, #ef0101, #cb0000, #9e0000);
	color:#FFC;
	text-align:center;
	padding:5px;
	margin:0 0 15px
}
.button-gen-green {
	background-image:linear-gradient(#678100, #a7d100, #a7d100, #678100);
	padding:6px 12px;
	text-transform:uppercase;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	margin:5px auto 0;
	clear:both;
	display:block;
	max-width:150px
}
.yellow-bg {
	background-color:#FF0
}
.box-shadow2 {
	box-shadow:0 0 5px rgba(0, 0, 0, 0.8)
}

.btn-green {
	display:block;
	max-width:200px;
	margin:10px auto 0;
	color:#f2ffb5;
	text-decoration:none;
	padding:6px 12px;
	text-shadow:-1px -1px 0 #3f5906;
	background:#587b0e;
	border:1px solid #587b0e;
	background-image:linear-gradient(#5a8203, #3f5906);
	border-radius:5px
}
.btn-green:hover {
	background:#F66C7B;
	color:#FF9;
	background-image:linear-gradient(#3f5906, #5a8203)
}
.btn-green:active, .green:active {
	color:#FF9
}
@media (max-width:640px) {
.tiny-mob {
font-size:12px
}
}
.red {
	color:#dc0000
}
.green {
	color:#5eb500
}
.background-none {
	background:none
}
.border-none {
	border:none
}
.highlight {
	color:#9F090D;
	font-weight:500
}
.searchStruc {
	margin:12px auto 0;
	background:rgba(255, 255, 255, .30);
	padding:5px;
	overflow:hidden;
	display:table;
	-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) and (min-width:300px) {
.searchStruc {
margin:6px auto;
width:99%;
max-width:none;
float:none;
text-align:center
}
.searchStruc input[type=text] {
width:70%
}
}
@media (min-width:768px) {
.text-box-col {
	padding-right:0
	}
}	
.text-box-main {
	background-color:#f5f5f5;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding:15px;
margin-bottom:10px
}
.text-box {
	border:1px solid #e9e9e9;
	background-color:#fff;
	padding:15px;
	font-size:20px;
	text-align:center;
	vertical-align:middle;
	margin-bottom:15px;
	line-height: 120%
	}
.arrow-wrap {
	padding:29% 0 0;
	}
	
.misc-box {
	overflow:hidden;
	border:2px solid #F03;
	padding:0 6px
}
.misc-box h3 {
	background:#F03;
	color:#fff;
	padding:6px 4px;
	text-align:center;
	margin:0;
	font-size:25px;
	margin:0 -6px
}

.video-container {
   height: 0;
   width: 100%;
   padding-bottom: 56.25%;
   overflow: hidden;
   position: relative;
}
 
.video-container iframe {
    width: 100%;
   height: 100%;
   position: absolute;
   border: none;
   top: 0;
   left: 0;
}
.share-button {
    text-align: center;
    margin-top: 15px;
    margin-bottom:20px;
}
.border-1 {
	border:1px solid #C5A12D
	}
.mar-5 {
	margin:5px;
	}
.mar-10 {
	margin:10px;
	}
.mar-15 {
	margin:15px;
	}
.center-block {
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto
	}