
/*//////*/
/*Header*/
/*//////*/

.header{
	-webkit-transform: translateZ(0);
	position:fixed;
	height:89px;
	width:100%;
	z-index:99999;
	top:0px;
	background-color:rgba(255,255,255,1);
	border-bottom:solid 1px rgba(0,0,0,0.1);
}

.active-item{
	color:#e74c3c!important;	
}
.nav-item .active-item{color:#fff !important;}

#showMenu{
	position:absolute;
	z-index:9999;
	width:60px;
	height:60px;
	left:0px;
	top:0px;
	line-height:60px;	
	text-align:center;
	color:#000;
	font-size:14px;
}

#pageLogo img{
	position:relative;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;	
}

#openMail{
	position:absolute;
	z-index:99999;
	width:170px;
	height:60px;
	right:0px;
	top:0px;
	line-height:60px;
	text-align:center;
	color:#1f1f1f;
	font-size:16px;
}

/*Thumbnails Columns*/

.thumb-clear{
	height:40px;
	display:block;
	width:100%;
}

.thumb-left{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-left a{
	display:block;
	text-align:right;
}

.thumb-left img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:left;
	margin-right:20px;
	margin-top:10px;
}

.thumb-left strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:14px;
}

.thumb-left em{
	font-style:normal;
	line-height:30px;
}

.thumb-right{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-right img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:right;
	margin-left:20px;
	margin-top:10px;
}

.thumb-right strong{
	color:#1a1a1a;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-right em{
	font-style:normal;
	line-height:30px;
}


@media (min-width:768px){
	.thumb-left img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-left em{
		line-height:28px;	
	}
	
	.thumb-left strong{
		padding-top:10px;	
	}
	
	.thumb-right img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-right em{
		line-height:28px;	
	}
	
	.thumb-right strong{
		padding-top:10px;	
	}	
}

/*Content Heading*/
/*///////////////*/

.content-strip{
	margin-bottom:30px;	
}

.content-strip h4{
	color:#FFFFFF;
	position:absolute;	
	z-index:9999;
	text-transform:uppercase;
	margin-top:27px;
	padding-left:30px;
}

.content-strip{
	max-height:100px;	
}

.content-strip p{
	color:#FFFFFF;
	position:absolute;	
	z-index:999;
	margin-top:48px;
	padding-left:30px;
	opacity:0.5;
}

.content-strip .overlay{
	z-index:99;
	background-color:rgba(0,0,0,0.8);
}

.content-strip i{
	font-size:32px;
	position:absolute;
	color:#FFFFFF;
	right:30px;	
	z-index:999;
	margin-top:36px;
}

.content-strip img{
	width:100%;
	display:block;
	position:relative;
	z-index:2;
}

@media (min-width:768px){
	.content-strip{
		max-height:140px;	
	}
	
	.content-strip h4{
		font-size:20px;	
		margin-top:45px;
		padding-left:50px;
	}
	
	.content-strip p{
		font-size:13px;	
		margin-top:75px;
		padding-left:50px;
	}
	
	.content-strip i{
		font-size:40px;
		margin-top:53px;
		right:50px;	
	}
}

/*///////*/
/*Heading*/
/*///////*/

.page-heading h3{
	text-align:center;
	font-weight:300;
}

.page-heading p{
	font-size:15px;
	font-weight:300;
	text-align:center;
	margin-bottom:10px;
}

.page-heading a{
	text-align:center;
	font-size:13px;
}


/*////////////////////*/
/*Quote & Staff Slider*/
/*////////////////////*/

.staff-item img{
	border-radius:300px;	
	max-width:150px;
	margin-left:auto;
	margin-right:auto;
}

.staff-item h4{
	text-align:center;
	margin-top:20px;	
	font-size:16px;
}

.staff-item em{
	text-align:center;
	font-size:12px;
	color:#e34e47;
	display:block;
	margin-top:-10px;
	margin-bottom:10px;
	font-style:normal;
}

.staff-item strong{
	display:block;	
	font-weight:400;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	line-height:28px;
}

.small-text{
	display:block;
	margin-top:-10px;
	color:#e34e47;
	margin-bottom:10px;	
}


/*Footer*/

.footer-text{
	text-align:center;
	font-size:12px;
	opacity:0.8;
}

.footer-icons{
	width:180px;
	margin:0 auto;
	padding-bottom:30px;	
}

.footer-icons a:hover{
	color:#FFFFFF;	
}

.footer-icons a{
	font-size:12px;
	width:35px;
	height:35px;
	border-radius:30px;
	text-align:center;
	float:left;	
	margin-left:5px;
	margin-right:5px;
}

.footer-facebook-icon{
	background-color:#3B5998;
	color:#FFFFFF;
	line-height:35px;
}

.footer-twitter-icon{
	background-color:#4099FF;
	color:#FFFFFF;
	line-height:35px;	
}

.footer-google-icon{
	background-color:#d34836;
	color:#FFFFFF;
	line-height:36px;	
	font-size:14px!important;
}

.footer-up-icon{
	background-color:#27ae60;
	color:#FFFFFF;
	line-height:33px;
	font-size:15px!important;	
	padding-left:1px;
}



/*Quote Slider*/

.quote-slider h4{
	font-size:16px;
	font-weight:300;	
	width:80%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	line-height:30px;
}

.quote-slider a{
	text-align:center;
	margin-top:20px;	
}



input[type=text], select {border:1px solid #ccc; padding:7px;width:100%;text-align:left;}
input[type=submit]{border:1px solid #ccc; padding:7px;text-align:center;margin:0px auto;width:150px;}

.clear{clear:both;}

#fishcalc input[type=text]{border:1px solid #ccc; padding:7px;width:148px;text-align:center;}
#fishcalc input[type=button], #fishcalc input[type=reset]{border:1px solid #ccc; padding:4px;background:#efefef;float:left;margin:0 2px;width:70px}
#fishcalc table tr td{width:50%;text-align:right;}

.fcheader{text-align:center !important;}
.state{float:left;width:250px;padding:10px;border:1px solid #bed2e0;text-align:center;margin:0 0 1px 1px;height:50px;line-height:30px;}
.state a{color:#333;font-size:13px;}


.gs input[type=text]{border:1px solid #ccc; padding:7px;width:148px;text-align:center;}

.map_comments table tr td{width:25%;text-align:center;}
.map_comments tr.tr_head td{background:#619ecc;color:#fff;text-shadow:none;font-size:14px;} 

.redbold{font-size:20px;margin-bottom:10px;}
a.share_t img{margin:0px auto;margin-top:5px;}

.footer-text a{color:#333;}
.footer-text {line-height:18px;margin-bottom:4px;}
.footer-text br{line-height:10px;}
p.share-this{text-align:center;width:125px;margin:0px auto;margin-bottom:50px;}

tr.sw_head td{background:#619ecc;border:0px;text-shadow:none;color:#fff;font-size:14px;}
tr.sw_head:hover td{background:#619ecc;border:0px;text-shadow:none;color:#fff;font-size:14px;}

tr.sw_second td input[type=button]{border:1px solid #ccc; padding:7px;text-align:center;margin:0px auto;width:100px;}

.topo_s h2{margin-bottom:0px;}
.topo_s a {font-size:14px;padding-bottom:3px;}
.footer-section{margin-top:30px;}
.breadcrumb, .breadcrumb a {margin-top:10px; font-size:12px; display:inline;}
.state_links a{display:inline;}

div#map{overflow:visible !important;}
#map img, #map iframe, #map code, #map pre, #map a, #map p, #map textarea, #map input, #map label{overflow:visible !important;}

.home-item {display:block;border:1px solid #ccc;padding:10px;margin:2px;text-align:center;}
.home-item a {color:#222;font-size:18px;}
.cse-branding-form input[type=text]{width:100%;margin-bottom:5px;}
#cse-search-results iframe {width: 100%;}

.home-top h1{text-align:center;margin-bottom:0px;}
.ftd_link{text-align:center;width:100%;background:#fff;}
.ftd_link a{color:#000;padding-top:5px;font-size:13px;}
#pageLogo{margin-bottom:7px;}