@import url('https://fonts.googleapis.com/css?family=Lobster+Two|Yanone+Kaffeesatz');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
body {
	font-size: 16px;
	color: #3D4145;
	background-color:#fff;
	transition: all 0.5s ease 0s;
}
h2 {
	font-size: 2.5em;
    font-family: 'Lobster Two', cursive;
    margin-bottom: 20px;
    color: green;
}
h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	}
.topStruc {
	background:url(../img/top-bg.png) #15c1e5;
	border-bottom:4px solid #12a7c2;
	background-color:#15c1e5;
	padding-top:7px;
	padding-bottom:7px;
	-webkit-box-shadow: 0 6px 6px -6px black;
	   -moz-box-shadow: 0 6px 6px -6px black;
	        box-shadow: 0 6px 6px -6px black;
}
.logoStrucMain {
	
}
.logoStruc {
	overflow:hidden
}
.menuStruc {
	color:#FFFFFF;
	min-height:1px;
	margin-bottom:-12px;
}
.topImg {
	background-image: url(../img/mid-img-bck.png);
	background-color:#ff5a00;
	overflow:hidden
}
.introWrapMain {
	background-color:#587101;
	padding:40px 0px;
	color:#FFFFFF;
	text-shadow: 1px 1px #3e4f01;
}
	.introWrapMain h1 {
		color: #FCF480;
		text-shadow: 2px 2px #445308;
		font-size: 3em;
		margin-bottom: 28px;
		font-family: 'Lobster Two', cursive;
	}
	.introWrapMain p {
		font-size:1.9em;
		line-height:130%;
		font-family: 'Yanone Kaffeesatz', sans-serif;
	}
@media (max-width:640px) {
	.introWrapMain h1 {
		font-size:2em;
	}
	.introWrapMain p {
		font-size:1.3em;
		}
}
.contWrap {
	padding-top:40px;
	padding-bottom:40px;
}
.contNavMain {
	background-image:url(../img/red-bg.jpg)
}
.contNavMain h2 {
	text-shadow: 2px 2px #000;
	color:#fff
}
.contNav {
	transition: all 0.8s ease 0s;
	text-align:center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color:#fff;
	font-size:20px;
	min-height: 370px;
	margin-top:10px;
	margin-bottom:10px;
	text-shadow: 1px 1px #7b0000;
	padding:10px 0;
	border : solid 6px rgba(0,0,0,0.11);
	background: rgba(219, 50, 50, .80);
	-webkit-box-shadow: 0 6px 6px -6px black;
	   -moz-box-shadow: 0 6px 6px -6px black;
	        box-shadow: 0 6px 6px -6px black;
}
@media (max-width:767px) {
	.contNav {
		min-height:unset;
	}
}
.contNav h3 {
	color: #FFFF66;
	font-size: 30px;
	margin: 0;
	}
.contNav img {
	border-radius: 50%;
	width:200px;
	margin-bottom:10px;
	}
.contNav:hover {
	transition: all 0.8s ease 0s;
	background: rgba(110, 151, 0, .8);
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.contNav:hover img {
	-webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
	}
	.contNav a {
		color:#fff;
		display:block
	}
	.contNav a:hover, .contNav a:active {
		color:#FAFFB7;
		text-decoration:none
	}

.contNav2 {
	overflow:hidden;
	font-family: 'Kaushan Script', cursive;
}
	.contNav2 ul {
		margin-top:0;
		font-size:2.0em;
		list-style-image:url(../img/christmas-ball.png)
	}
	@media (max-width:640px) {
		.contNav2 ul {
			font-size:1.6em;
		}
	}
	.contNav2 li {
		margin:17px;
	}
	.contNav2 a {
		color:#6d8214
	}
	.contNav2 a:hover, .contNav2 a:active {
		transition: all 0.5s ease 0s;
		color:#C50003
	}
	.imgWrap img {
		border:6px solid #fff;
		-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .4);
		-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .4);
		box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .4);
		}
.bannWrap {
	width:90%;
	overflow:hidden;
	/*float:left;
	padding:10px;*/
	text-align:center;
	min-height:90px;
	margin:6px 15px;
}
.footWrap {
	padding:6px 0;
}
.searchWrap {
	margin-top:6px;
	text-align:center
}
.searchWrap input[type='submit'] {
	transition: all 0.8s ease 0s;
	background-color:#9bba1f;
	padding:6px 10px;
	border:1px solid #85a117;
	color:#FFFFFF;
	text-transform:uppercase
}
.searchWrap input[type='submit']:hover {
	transition: all 0.8s ease 0s;
	background-color:#15c1e5;
	border:1px solid #0c90ac;
}
.searchWrap input[type='text'] {
	height:38px;
	background-color:#fff5c5 !important;
	border:2px solid #e69309 !important;
	width:75%
}

/**** NAV MENU **/

#cssmenu {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
  z-index:1000
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin:5px 0;  
  /*background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;*/
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */
}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin:0 2px;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #669a00;
  border: 1px solid #537d00;
  border-bottom: 3px solid #537d00;
  border-top: 0 none;
  z-index:1000
}
#cssmenu > ul {
	z-index:1000
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('/images/caret2.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #ec5e00 url('/images/caret2.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 20px 11px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0px 1px 0px #4b7100;
  font-size:2em;
  margin:0 2px;
  line-height: 100%;
  transition: all 0.5s ease 0s;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #ec5e00;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
  transition: all 0.5s ease 0s;
}
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
	background-color:#0c8ba6	
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('/images/menu.png') no-repeat;
    background-position: 95% -150%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #ec5e00;
    background-position: 95% 250%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    /*background: #ec5e00;*/
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}
/**** END OF NAV MENU ***/
	
/***** MISC ***/

.colorBgOrng {
	background-color:#ffa200
}
.colorBgGreen {
	background-color:#9bba1f
}
.colorBgRed {
	color:#fff;
	background-color:#c70000
}

/***** **/
.contMain {
	overflow:hidden;
	margin:15px 0px;
}

.bannerFoot {
	padding:6px;
	text-align:center;
	margin:15px 0px;
}
.bannerFoot2 {
	min-height:1px; max-width:735px; margin:10px auto
}

