@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Headings : #2d87b8
Secondary color : #272727
*/
/* DEFAULT STYLES */
body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, input, button, select, textarea, p, ul, li, a {
	font-family: 'Open Sans', sans-serif;
}
body {
	background-color: #FFF;
}
body, figure {
	margin: 0;
	padding: 0;
}
/* Typography */
.TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle1 p{
	color: #066eaf;
	font-size: 26px;
	padding-left: 5px;
	line-height: 30px;
}

h1 a:link  {color: #2d87b8;}

.TitleStyle2 {
	font-size: 20px;
	margin-top: 10px;
	padding-left: 10px;
}
.TitleStyle3 {
	margin: 22px 10px 0px -5px;
}
.TitleStyle4 {
	font-size: 24px;
	color: #60606b;
	padding-top: 10px;
	font-weight: 400;
}
p {
	color: #60606b;
	padding: 10px 20px 0px 10px;
	fonr-size: 20px;
	line-height: 26px;
}
a{
	color:#60606b;
	text-decoration:none;	
}
a:hover{
	text-decoration:none;	
}
/*Logo*/
.brand {
	margin-top: 20px!important;
}
.brand img {
	max-width: 450px;
	width: 100%;
}
/*Social Icons*/
.social {
	float: right;
	margin: 10px 0 0 0;
}
.social > li {
	list-style-type: none !important;
	float: left;
	margin-right: 10px;
}
#social #social-nav > ul {
	padding: 0;
	margin: 0;
}
.social img {
	width: auto;
	height: 20px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	float: left;
	background: rgb(221,241,249);
	background: -moz-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(58,132,180,1) 0%, rgba(64,112,155,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221,241,249,1)), color-stop(0%, rgba(58,132,180,1)), color-stop(100%, rgba(64,112,155,1)));
	background: -webkit-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(58,132,180,1) 0%, rgba(64,112,155,1) 100%);
	background: -o-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(58,132,180,1) 0%, rgba(64,112,155,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(58,132,180,1) 0%, rgba(64,112,155,1) 100%);
	background: linear-gradient(to bottom, rgba(221,241,249,1) 0%, rgba(58,132,180,1) 0%, rgba(64,112,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf1f9', endColorstr='#40709b', GradientType=0 );
}
.social img:hover {
	opacity: 0.7;
}
.sociald {
	float: left;
	margin: 250px 0 0 20px;
}
.sociald > li {
	list-style-type: none !important;
	float: left;
	margin-left: 10px;
}
#sociald #sociald-nav > ul {
	padding: 0;
	margin: 0;
}
.sociald > li > a:focus, .sociald > li > a:hover {
	background: #407ba9;
}
.sociald img {
	float: left;
	width: auto;
	height: 30px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background-color: #407ba9;
}
.sociald img:hover {
	background-color: #272727;
}
/*Main Navbar*/
.navbar {
	margin-top: 20px;
}
.navbar .nav {
	width: 100%;
	position: relative;
	left: 0px;
	display: block;
	float: left;
	background: #fff;
	border-radius: none!important;
}
.navbar .nav > li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 7px;
}
.navbar .nav > li > a {
	color: #60606b;
	text-shadow: none;
	line-height: 26px;
	font-size: 17px;
	font-weight: 400;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #2a7f1a;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #60606b;
	text-decoration: none;
	background: #fff;
}
.active {
	color: #2c841c !important;
}
.navbar-inner {
	background: #fff;
	border: 0px 0px;
	min-height: 26px;
	line-height: 26px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-radius: none;
	border-left: none;
	border-right: none;
	-moz-box-shadow: none;
	box-shadow:none;
}


.btn-navbar {
	background: #fff!important;
	float: right;
	height: 30px;
	width: 30px;
	margin: 0!important;
	border: none;
	border-radius: 0px;
}
.nav-collapse {
	background: #fff;
	border-bottom: none!important;
}
/*Banner*/


.banner-bg {
	width: auto;
	height: 300px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 );
	border-bottom: 1px solid #b0b0b0;
}
.banner {
	position: relative;
	width: auto;
	height: auto;
	margin:0px 0 0 0px;
	z-index: 1;
}
.slide {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 );
	height: 300px;
}
.slide .img {
	margin-top: 30px;
}
.banner-image {
	margin-top: 30px;
	margin-left: 0px;
	padding-top: 0px;
}
/*Quotebox*/

.quote-search {
	float: right;
	width: 344px;
	height: 140px;
	z-index: 100;
	position: relative;
	margin: -230px 40px 0 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #1b678f;
	background: -moz-linear-gradient(top, #ddf1f9 0%, #2f88b8 1%, #1b678f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddf1f9), color-stop(0%, #2f88b8), color-stop(100%, #1b678f));
	background: -webkit-linear-gradient(top, #ddf1f9 0%, #2f88b8 1%, #1b678f 100%);
	background: -o-linear-gradient(top, #ddf1f9 0%, #2f88b8 1%, #1b678f 100%);
	background: -ms-linear-gradient(top, #ddf1f9 0%, #2f88b8 1%, #1b678f 100%);
	background: linear-gradient(to bottom, #ddf1f9 0%, #0177bf 1%, #0f3a6c 100%);
}
.quote-box {
	position: absolute;
	width: auto;
	right: 0px;
	top: 0px;
	font-size: 22px;
	color: #2d87bb;
	margin-left: 100px;
}
.quote-box-header {
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 10px;
	margin-right: 0px;
	color: #2d87b9;
}
.quote-box-text {
	margin-top: 0px!important;
	font-size: 21px;
	line-height: 24px;
	margin-right: 20px;
	margin-bottom: 50px;
	padding-left: 0px;
	font-weight: bold;
}
.quote-box-text i {
	font-size: 22px;
	font-weight: normal;
}
.quote-search input {
	padding: 0px;
	font-weight: normal;
	font-size: 14px;
	width: 80px;
	height: 30px;
	margin-left: 20px;
	padding-left: 8px;
}
.quote-search select {
	margin-left: 0px;
	height: 30px;
	width: 100px;
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px;
}
.start-here .TitleStyle5 {
	margin-bottom: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	padding: 0px 0px 5px 12px;
	margin-top: 25px;
	text-align: center;
}
.start-here .TitleStyle5 p{
	margin: 0px;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	padding: 0;
	text-align: center;
}
.search-type {
	padding-left: 12px;
	float: left;
	width: 40px;
	margin-right: 6px;
}
.search-location {
	float: left;
	margin-right: 8px;
	text-align: center;
}
.type {
	margin-top: 0px;
	width: 100px;
	margin-left: 40px;
}
input[type="text"] {
	width: 70px;
	margin-left: 40px;
}
.search-button {
	margin-left: 170px;
}
.primarybutton {
	background: rgb(221,241,249);
	background: -moz-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(252,252,252,1) 0%, rgba(207,207,207,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221,241,249,1)), color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(207,207,207,1)));
	background: -webkit-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(252,252,252,1) 0%, rgba(207,207,207,1) 100%);
	background: -o-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(252,252,252,1) 0%, rgba(207,207,207,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(252,252,252,1) 0%, rgba(207,207,207,1) 100%);
	background: linear-gradient(to bottom, rgba(221,241,249,1) 0%, rgba(252,252,252,1) 0%, rgba(207,207,207,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf1f9', endColorstr='#cfcfcf', GradientType=0 );
}
.primarybutton:hover {
	background: rgb(221,241,249);
	background: -moz-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221,241,249,1)), color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(252,252,252,1)));
	background: -webkit-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 100%);
	background: -o-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 100%);
	background: linear-gradient(to bottom, rgba(221,241,249,1) 0%, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf1f9', endColorstr='#fcfcfc', GradientType=0 );
}
/*Content*/
.left-text {
	padding: 0px 20px 20px 10px;
}
.right-text {
	margin-left: 10px;
	padding: 0px 20px 20px 0px;
	margin-right: 0px;
}
.divider {
	margin-top: 20px;
	border-right: 1px solid #b0b0b0;
}
.divider-next {
	border-top: 1px solid #fff;
}
.contact .TitleStyle3 {
	margin: 0px 10px 20px 0px;
	color: #2d87b8;
}
.about .TitleStyle3 {
	margin: 20px 10px 20px 0px;
	color: #2d87b8;
}
.about p {
	margin-left: 0px;
}
#main-text {
	margin-top: 20px!important;
}
address {
	padding-top: 0px;
	margin-right: 0px;
	text-align: left;
	color: #60606b;
	padding: 10px 20px 0px 0px;
	font-size: 16px;
	line-height: 26px;
}
#footer-address {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
}
#footer-address li {
	white-space: nowrap;
	display: inline-block;
}
.li-text
{
line-height: 26px;
}
/* FOOTER */
.footer-bg {
	border-top: 1px solid #b0b0b0;
	background: rgb(197,197,197);
	background: -moz-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(197,197,197,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(197,197,197,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#ffffff', GradientType=0 );
	margin-top: 50px;
}
footer {
	font-size: 11px;
	width: 100%;
	padding-top: 10px;
	height: 100%;
	paddin-bottom: 0px!important;
	margin-bottom: 0px!important;
}
.footer li a {
	font-size: 14px;
	color: #60606b;
	text-decoration: none;
	font-weight: normal;
	text-align: center!important;
}
.footer a:hover {
	color: #2c841c;
}
.footer_nav {
	padding-top: 0px;
	text-decoration: none!important;
	font-size: 14px;
	line-height: 20px;
	text-align: center!important;
	margin-bottom: 20px;
}
.footer_nav a {
	white-space: nowrap;
}
.footer_address {
	text-align: center;
	font-size: 14px;
}
.footer_address a {
	color: #60606b;
}

.foot-addr {
text-align:center;
font-size: 14px;
}

/* iframe */

iframe {
	height: 1600px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}

.frame-fix{
	height: 1800px !important;	
}
.gmap {
	width: 100%;
	height: 300px;
}
.brk-fix{
	display:inline-block
}
#main-content{
	margin-top:20px!important;
}
#main-heading{
	margin-top:20px!important;
}
.social i{
	font-size:21px;
} 	
.facebook-icon i{
	color:#fff;
}
.yelp-icon i{
	color:#fff;
}
.facebook-icon, .yelp-icon {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	text-align: center;
	padding:3px;
}
.facebook-icon{
	background-color: #4267b2;
	color:#fff;
}
.facebook-icon:hover{
	background-color: #5078c7;
	color:#fff;
}
.yelp-icon {
	background-color: #bf2519;
	color:#fff;
}
.yelp-icon {
	background-color: #d6372b;
	color:#fff;
}
.dskt{
	margin-left: -4px !important;
	margin-bottom: 10px !Important;
}
.dskt-p{
	padding: 0px !important;
}