﻿@import url(http://fonts.googleapis.com/css?family=Merienda:400,700); /*--- Nav Font --*/
@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700); /*--- Body Font --*/
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two); /*--- Heading Font --*/

*{
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background: #000 url('../images/bg01.jpg');
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
}
h1 {
	font-family: 'Shadows Into Light Two', cursive;
	text-align: center;
	font-size: 175%;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 3% 0 3% 0;
}
h2, h3, h4 {
	font-family: 'Shadows Into Light Two', cursive;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1%;
}
p {
	padding: 2%;
	color: #FFF;
	text-align: justify;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
}
/*--- Main Section Of Page - Style --*/
#wrapper {
	margin: 0 auto;
	max-width: 1120px;
	background: #000;
	overflow: auto;
}
header {
	width: 97%;
}
#logo {
	float: left;
	margin: 3% 0 0 5%;
	max-width: 25%;
	height: auto;	
}
#callout {
	float: right;
	margin: 3% 3% 2% 0;
	height: auto;
	overflow: hidden;
}
#callout h2 {
	text-align: right;
	color: #78c0ab;
}
#callout h2 a {
	color: #78c0ab;
	text-decoration: none;
}
#callout p {
	text-align: center;
	padding: 0%;
	color: #f07818;
}
#banner-wrapper {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 0 3% 0;
}
/*--- Start Navigation Style --*/
nav {
    box-shadow: 3px 4px 24px 0 rgba(0, 0, 0, 0.07);
	margin-top: 2px;
	background: #6B6B6B;/*menu bar color*/
	font-family: 'Merienda', cursive;
}
.nav ul {
	width: 100%;
	overflow:hidden;
	list-style:none;
}
.nav-button:hover {
	cursor:pointer;
}
.navigation {
	clear: both;
	width: 100%;
	position: relative;
}
.nav a {
	color:#000;/*mini menu text color*/
	text-transform: uppercase;
	text-decoration:none;
}
body .nav .nav-menu li a {
	display:inline-block;
	padding:15px 20px;
	color:#FFF;/*text color*/
	font-size: 18px;
	font-weight: 700;
}
.nav.tfs .nav-menu li.active a {
	color: #78c0ab;/*green ish*/
	text-decoration: underline;
}
.nav.tfs .nav-menu li a:hover {
	color: #00eaff;/*blue ish*/
	text-decoration: underline;
}
.nav.tfs .nav-toggled {
	/*width:100%;*/
	min-height:36px;
	border-radius:6px;
}
.nav.tfs .nav-toggled-controls {
	display:block;
	height:36px;
	color: #5E412F;
	text-align:left;
	position:relative;
}
.nav.tfs .nav-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
}
.nav.tfs .nav-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}
.nav.tfs .nav-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background: #FFF;/*3 line mini menu button*/
	width:24px;
}
.nav-toggled-controls{
	border-bottom: 0px solid #5E412F;
}
.nav.tfs .nav-toggled ul li a {
	display:block;
	width:100%;
	background-color:#CCCCCC;/*gray - mini menu*/
	text-align:left;
	padding:10px 0px 10px 15px;
	border-bottom:1px solid #444444;
	text-align: center;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav.tfs .nav-toggled ul li a:active {
	background-color:#FCEBB6;
	color: #5E412F;
	border-top:1px solid #5E412F;
}
.nav.tfs .nav-toggled ul li a:hover {
	background: #fff;/*white hover mini menu*/
	text-decoration: none;
	color: #000;/*text color mini menu*/
	border-bottom: 1px solid #F07818;
}
.nav.tfs .nav-toggled ul li {
	position: relative;
}
.toggle-sm:after {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 18px;
	line-height: 25px;
}
.nav .nav-menu {
	text-align: center;
	overflow: visible;
	min-height: 56px;
}
.nav .nav-menu li {
	display:inline-block;
	padding:0px;
	margin:0px !important;
	position: relative;
}
.nav-button:hover {
	cursor:pointer;
}
.nav .nav-toggled ul {
	display:none;
	margin:0px ;
	padding:0px ;
}
.nav ul {
	overflow: visible;
}
body .nav .nav-menu li a {
	padding: 15px 30px;
}
#hidden-drew-credit a {
	visibility: hidden;
}
/*--- End Navigation Style --*/

/*--- Start Image Slider Style --*/
.slider {
	max-width: 1020px;
	box-shadow: 1% 2% 5% 0 rgba(0, 0, 0, 0.07);
}
.slider1 img{
	width: 100%;
	margin: 0 auto;
}
.slider .bx-wrapper .bx-controls-direction a {
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 40%;
	height: 71px;
	width: 40px;
	z-index: -1;
	transition: all 0.7s;
}
.slider .bx-wrapper:hover .bx-controls-direction a {
	z-index: 5;
}
.slider .bx-wrapper .bx-prev {
	background: #CCCCCC url('../images/left-arrow.png') no-repeat 8px 13px;
	left: 0px;
}
.slider .bx-wrapper .bx-prev:hover {
	background: #CCCCCC url('../images/left-arrow.png') no-repeat 8px 18px;
}
.slider .bx-wrapper .bx-next {
	background: #CCCCCC url('../images/right-arrow.png') no-repeat 10px 12px;
	right: 0px;
}
.slider .bx-wrapper .bx-next:hover {
	background: #CCCCCC url('../images/right-arrow.png') no-repeat 10px 17px;
}
/*--- End Image Slider Style --*/

.one-third {
	width: 28%;
	float: left;
	margin: 2% 0 3% 4%;
	text-align: center;
}
.one-third i {
	color: #f0a830;
	font-size: 585%;
}
.one-third img {
	padding: 2% 0 6% 0;
}
.one-half {
	width: 44%;
	float: left;
	margin: 2% 0 3% 4%;
	text-align: center;
}
.one-half i{
	color: #f0a830;
	font-size: 585%;
}
.one-half img {
	padding: 2% 0 6% 0;
}
.clearfix {
	clear: both;
}
h2.welcome {
	margin-top: 4%;
}
.left-col {
	width: 50%;
	float: left;
	margin: 4% 0 4% 4%;
}
.sidebar {
	width: 30%;
	float: left;
	margin: 4% 4%;
}
.sidebar img {
	opacity: 0.7;
}
.page-callout {
	width: 90%;
	min-height: 70px;
	margin: 1% auto;
	border: 1px solid #efa831;
}
.callout-text {
	float: left;
	width: 75%;
	font-size: 20px;
	font-weight: bold;
}
.button-holder {
	float: right;
	width: 19%;
	padding: 1%;
	margin-bottom: 4%;
}
.btn {
	float: left;
	-webkit-border-radius: 8px;
	-mdz-border-radius: 8px;
	border-radius: 8px;
	color: #fefbef;
	font-size: 22px;
	background: #efa831;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	text-decoration: none;
}
.btn:hover {
	background: #f07818;
	text-decoration: none;
}

/*-- table start --*/
table, th, td {
	width: auto;
	margin: 10px;
	text-align: left;
	color: #ffffff;
}
td {
	padding: 0 10px;
}

/*-- table end --*/


/*-- Start Footer --*/
footer {
	background: #363636;
	opacity: 0.9;
	width: 100%;
	padding: 1% 0;
	color: #5e412f;
	overflow: auto;
}
footer h3 {
	text-decoration: underline;	
}
.footercontact {
	text-align: center;
}
.phone a {
	color: #5e412f;
	text-decoration: none;
}
.social {
	list-style: none;
	margin: 3% 0;
	padding: 0;
}
.social li {
	display: inline;
}
.social i {
	color: #f07818;
	font-size: 195%;
	padding: 3%;
}
.social i:hover {
	color: #78c08a;
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*-- Media Queries ! --*/
@media screen and (max-width: 740px) {
	#wrapper {
		margin-top: -1%;
	}
	#callout {
		width: 100%;
		margin: 3% 0 2% 0;
	}
	#callout p {
		display: none;
	}
	.slider .bx-wrapper .bx-controls {
		display: none;
	}
	.one-third {
	float: left;
	width: 100%;
	margin: 4%;
	}
	.one-half {
	float: left;
	width: 100%;
	margin: 4%;
	}
	h1 {
		font-size: 125%;
		letter-spacing: 2px;
	}
	h2.welcome {
		font-size: 120%;
	}
	.left-col {
		width: 100%;
		margin: 0 0 3% 0;
	}
	.sidebar {
		width: 100%;
		margin: 0;
	}
	img {
		width: 90%;
	}
	.sidebar img {
		opacity: 0.9;
	}
	.page-callout {
	width: 90%;
	min-height: 160px;
	}	
	.callout-text {
		width: 95%;
	}
	.socail i {
		font-size: 175%;
	}
	#logo {
	float: left;
	width: auto;
	height: 50%;
	/*width: 40% !important;
	height: 100% !important;*/
}


