@charset "utf-8";
/* CSS Document */
body {
	background: #efefef;
	color: #909090;
}
body, h1, h2, h3, h4, h5, h6, p, a, button, li, span {
	font-family: 'Open Sans', sans-serif;
}
.TitleStyle1 {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #535151;
}
.TitleStyle2 {
	font-size: 30px;
	color: #062143;
	font-weight: 300;
	/*line-height:30px;*/
	text-transform: uppercase;
	color: #535151;
}
.TitleStyle3 {
	font-size: 24px;
	color: #062143;
	font-weight: 300;
	line-height: 30px;
	color: #535151;
}
.center{
text-align:center;
}
a {
	color: #305685;
}
a:hover {
	text-decoration: none;
}
.logo {
	text-align: left;
}
.main ul {
	padding-left: 12px;
}
/*Header*/
.main-banner {
	background: #2c2c2c url("../img/header-bg.png") repeat-x bottom left;
	position: relative;
	z-index: 1;
}
.banner-img {
	width: 100%;
	position: relative;
}
/*Navigation*/
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
}
.navbar-default .navbar-nav > li {
	background: url(../img/nav-divider.png) top left repeat-y;
	padding-left: 2px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 37px 50px 20px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 5px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #b12129;
	border-bottom: 5px solid #b12129;
	background: #292929 url(../img/navbg-arrow.png) bottom center no-repeat;
}
.navbar-default .navbar-nav > li > a.active {
	color: #d91f29;
	border-bottom: 5px solid #b12129;
	background: #292929 url(../img/navbg-arrow.png) bottom center no-repeat;
}
.navbar {
	margin: 0px;
	min-height: 50px;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #b12129;
	border-color: #b12129;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a.active {
	color: #fff;
	background-color: #b12129;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #000;
}
/*Navigation ends*/

#agency-logo {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	display:inline-block;
}
#banner {
	width: 100%;
}
.quote-form {
	position: absolute;
	top: 100px;
	width: 100%;
}
.quote-form .TitleStyle5, .quote-form-inner .TitleStyle5, .quote-form .TitleStyle5 p, .quote-form-inner .TitleStyle5 p {
	font-family: 'Open Sans';
	font-weight: bolder;
	font-size: 51px;
	color: #452003;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4), 1px 0 0 rgba(0, 0, 0, 0.2);
}
.quote-form .TitleStyle5 p, .quote-form-inner .TitleStyle5 p, .quote-form .TitleStyle6 p, .quote-form-inner .TitleStyle6 p, .side-bar .TitleStyle2 p
{
	margin-bottom:0;
}
.quote-form .TitleStyle6, .quote-form-inner .TitleStyle6, .quote-form .TitleStyle6 p, .quote-form-inner .TitleStyle6 p {
	font-size: 30px;
	color: #100d0a;
	font-weight: 700;
	border-bottom: 1px solid #aa8857;
	display: inline;
	padding-bottom: 3px;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4), 1px 0 0 rgba(0, 0, 0, 0.2);
}
.quote-form-inner {
	position: absolute;
	width: 100%;
	top: 30px;
}
label {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 14px;
	color: #2c2c2c;
	text-transform: uppercase;
}
.search-type {
	width: 50%;
}
.search-btn {
	width: 100%;
	margin-top: 25px;
	border-radius: 3;
	color: #ffffff;
}
select {
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	color: #fff;
}
.quote-box-form {
	margin-top: 25px;
}
.btn {
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: bold;
	background: #b12129; /* Old browsers */
	background: -moz-linear-gradient(top, #b12129 0%, #b12129 50%, #80181d 53%, #80181d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b12129), color-stop(50%, #b12129), color-stop(53%, #80181d), color-stop(100%, #80181d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b12129 0%, #b12129 50%, #80181d 53%, #80181d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b12129 0%, #b12129 50%, #80181d 53%, #80181d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b12129 0%, #b12129 50%, #80181d 53%, #80181d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b12129 0%, #b12129 50%, #80181d 53%, #80181d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b12129', endColorstr='#80181d', GradientType=0 ); /* IE6-9 */
}
.form-control {
	width: 224px;
}
.quote-box {
	margin-top: 60px;
	background: rgba(255, 255, 255, 0.4);
	padding-bottom: 0px;
	height:230px;
}
/* content area */

.side-cont {
	padding: 0px 0px 0px 20px;
}
.side-img {
	border: 10px solid #f2c2c4;
}
.side-list {
	padding: 0px;
}
.side-list li {
	list-style-type: none;
	padding: 5px;
	background: #b12129;
	color: #fff;
	font-size: 16px;
	float: left;
	margin: 0px 0px 20px 0px;
	border-radius: 2px;
}
.intro-title {
	font-weight: 300;
	font-size: 38px;
	text-align: center;
	color: #535151;
	text-transform: uppercase;
}
.intro-title strong {
	color: #b12129;
}
.title-active {
	color: #b12129;
	font-weight: 700;
}
strong {
	font-weight: 700;
}
.intro p {
	text-align: center;
}
.content {
	text-align: center;
	font-size: 14px;
	color: #a9a9a9;
	font-family: 'Open Sans';
	line-height: 25px;
}
.cont-back {
	background: #8aa816;
	color: #fff!important;
}
/*carousel*/
.carrier {
	margin-top: 40px;
}
.carrier .col-md-2 {
	height: 80px;
}
/**/
.arrow_box {
	position: relative;
	border: 2px solid #b12129;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background: rgb(137,168,21); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(137,168,21,1) 0%, rgba(137,168,21,1) 95%, rgba(110,134,17,1) 99%, rgba(110,134,17,1) 99%, rgba(137,168,21,1) 100%, rgba(110,134,17,1) 100%, rgba(32,124,202,1) 100%, rgba(114,140,17,1) 100%, rgba(114,140,17,1) 100%, rgba(137,168,21,1) 101%, rgba(110,134,17,1) 102%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(137,168,21,1)), color-stop(95%, rgba(137,168,21,1)), color-stop(99%, rgba(110,134,17,1)), color-stop(99%, rgba(110,134,17,1)), color-stop(100%, rgba(137,168,21,1)), color-stop(100%, rgba(110,134,17,1)), color-stop(100%, rgba(32,124,202,1)), color-stop(100%, rgba(114,140,17,1)), color-stop(100%, rgba(114,140,17,1)), color-stop(101%, rgba(137,168,21,1)), color-stop(102%, rgba(110,134,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(137,168,21,1) 0%, rgba(137,168,21,1) 95%, rgba(110,134,17,1) 99%, rgba(110,134,17,1) 99%, rgba(137,168,21,1) 100%, rgba(110,134,17,1) 100%, rgba(32,124,202,1) 100%, rgba(114,140,17,1) 100%, rgba(114,140,17,1) 100%, rgba(137,168,21,1) 101%, rgba(110,134,17,1) 102%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(137,168,21,1) 0%, rgba(137,168,21,1) 95%, rgba(110,134,17,1) 99%, rgba(110,134,17,1) 99%, rgba(137,168,21,1) 100%, rgba(110,134,17,1) 100%, rgba(32,124,202,1) 100%, rgba(114,140,17,1) 100%, rgba(114,140,17,1) 100%, rgba(137,168,21,1) 101%, rgba(110,134,17,1) 102%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(137,168,21,1) 0%, rgba(137,168,21,1) 95%, rgba(110,134,17,1) 99%, rgba(110,134,17,1) 99%, rgba(137,168,21,1) 100%, rgba(110,134,17,1) 100%, rgba(32,124,202,1) 100%, rgba(114,140,17,1) 100%, rgba(114,140,17,1) 100%, rgba(137,168,21,1) 101%, rgba(110,134,17,1) 102%); /* IE10+ */
	background: linear-gradient(to right, rgba(137,168,21,1) 0%, rgba(137,168,21,1) 95%, rgba(110,134,17,1) 99%, rgba(110,134,17,1) 99%, rgba(137,168,21,1) 100%, rgba(110,134,17,1) 100%, rgba(32,124,202,1) 100%, rgba(114,140,17,1) 100%, rgba(114,140,17,1) 100%, rgba(137,168,21,1) 101%, rgba(110,134,17,1) 102%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b12129', endColorstr='#6e8611', GradientType=1 ); /* IE6-9 */
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #728c11;
	border-width: 12px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #b12129;
	border-width: 12x;
	margin-top: -10px;
}
.scroll {
	border: 2px solid #ebebeb;
	border-left: none;
	height: 80px;
	position: relative;
	z-index: -9;
	padding: 1px;
	background-color: #fff;
}
#wrapper {
	background: url(../img/carrier-bg.png) top left repeat-x;
}
.carrier .TitleStyle3 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 12px 0 6px 0;
}
.carrier p {
	color: #fff;
}
.side-bar .TitleStyle2, .side-bar .TitleStyle2 p{
	font-weight: 300;
	font-size: 24px;
}
.search-location-inside {
	padding-right: 0px;
	padding-left: 15px;
}
.form-control {
	width: 100%;
}
.search-button {
	padding: 0px;
	text-transform: uppercase;
	text-align: center;
}
/*#thumbs-wrapper {
	padding: 8px 0px 8px 0px;
	position: relative;
}*/
.arrow_box .fa {
	font-size: 16px;
}
/* Footer */

#agency-logo-foot
{
	background:#fff;
}
footer {
	background: #2c2c2c;
	padding: 20px 0 0px 0;
	margin: 40px 0 0 0;
}
footer .TitleStyle2 {
	color: #b12129;
	text-transform: uppercase;
	font-weight: 700;
}
.footer-nav {
	padding-left: 0px;
}
.footer-nav li {
	float: left;
	list-style-type: none;
	padding: 5px 25px 5px 0px;
	color: #b12129;
	width:30%;
}
.footer-nav li a {
	color: #9d9c9c;
}
.footContact span {
    display: block;
    overflow: hidden;
}
.footer-nav li a.active {
	color: #b12129;
}
.footer-nav .fa-angle-double-right {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.footer-nav span {
	display: block;
	overflow: hidden;
}
.search-type {
	position: relative;
}
.lob-errormessage {
	position: absolute;
	top: 62px;
	left: 15px;
	right: 0px;
	color: #fff;
	font-size: 12px;
}
.dwn-social {
	padding: 15px 0 0 0;
	color: #fff;
}
.dwn-social li {
	float: left;
	list-style-type: none;
	font-size: 14px;
	padding: 0px 30px 0px 0px;
}
.dwn-social li a {
	color: #9d9c9c;
	font-size: 14px;
}
.copyright {
	background: #202020;
	margin: 15px 0 0 0;
	padding: 20px 0 20px 0px;
}
.copyright p {
	color: #6e6e6e;
}
.copyright p a {
	color: #6e6e6e;
}
.contact-info {
	background: #b12129;
	width: 100%;
	margin-top: 2px;
	padding: 15px 20px 15px 20px;
	color: #fff;
}
.contact-info ul {
	margin: 0px;
	padding: 0px;
}
.contact-info li {
	list-style-type: none;
	padding: 0 0 15px 0;
}
.contact-info li a {
	color: #fff;
	display: inline;
}
.contact-info a:hover {
	color: #fff;
}
.fa-2x {
	font-size: 1.2em !important;
}
.inner-social {
	background: #2c2c2c;
	padding: 20px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.inner-social .TitleStyle6 {
	float: left;
	color: #b12129;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.inner-social-info {
	float: right;
	padding: 2px 0 9px 0;
}
.inner-social-info ul {
	margin: 0px;
	padding: 0px;
}
.inner-social-info li {
	float: left;
	color: #fff;
	list-style-type: none;
	display: inline;
	font-size: 14px;
	padding-right: 10px;
}
.inner-social-info li a {
	color: #9d9c9c;
}
iframe {
	height: 700px;
	width: 100%;
	border: 0;
	background: transparent;
}
.carousel-caption.quotes-1 {
	position: absolute;
	width: 38%;
	color: #fff;
	text-align: left;
	bottom: 20px;
	padding: 0px;
	left: 20px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background: rgba(56,56,56, 0.6);
}
.carousel-caption .TitleStyle3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	padding: 10px;
	margin: 0px;
}
.fax {
	margin-left: 53px;
}
.main-content li {
	color: #fff;
}
.side-list li span {
	font-size: 14px;
	display: block;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.1), 1px 0 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding-left: 27px;
}
ul.dwn-social .fa {
	color: #fff;
}
.foot-logo a {
	opacity: 0.4;
	float: right;
}
.right-img {
	width: 100%;
}
.side-list .fa {
	margin-right: 10px;
	font-size: 21px!important;
	float: left;
	width: 20px;
	position: absolute;
}
.fa-facebook, .fa-twitter, .fa-rss {
	margin-right: 6px;
}
/* LOB Boxes */
.lob-box {
	display: table;
	background: #fff url(../img/lines.png) bottom left repeat-x;
	border-bottom: 1px solid #e3e1e1;
	border-radius: 3px;
}
.lob-box-row {
	overflow: hidden;
	margin-top: -60px;
}
.lob-box-col-first {
	display: table-cell;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
.lob-box-col-mid {
	display: table-cell;
	padding-left: 0px;
	padding-right: 0px;
}
.lob-box-col-first, .lob-box-col-mid, .lob-box-content, .lob-box-img, .lob-box-content-black {
	padding-bottom: 99999px;
	margin-bottom: -99999px;
}
.lob-box-title-green {
	background: #b12129; /* Old browsers */
	background: -moz-linear-gradient(top, #b12129 57%, #80181d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, #b12129), color-stop(100%, #80181d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b12129 57%, #80181d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b12129 57%, #80181d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b12129 57%, #80181d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b12129 57%, #80181d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b12129', endColorstr='#80181d', GradientType=0 ); /* IE6-9 */
	padding: 0px 10px;
	color: #fff;
	overflow: hidden;
}
.lob-box-title-black {
	background: #262626; /* Old browsers */
	background: -moz-linear-gradient(top, #262626 0%, #1c1c1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #1c1c1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #262626 0%, #1c1c1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #262626 0%, #1c1c1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #262626 0%, #1c1c1c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #262626 0%, #1c1c1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#1c1c1c', GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	padding: 0px 10px;
	color: #fff;
}
.lob-box-title-green .TitleStyle2, .lob-box-title-black .TitleStyle2 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 22px;
	text-shadow: -1px -1px 0px rgba(255,255,255,0.1), 1px 0px 0px rgba(0,0,0,0.2);
}
.rad-left {
	border-top-left-radius: 3px;
}
.rad-right {
	border-top-right-radius: 3px;
}
.lob-box-img img, .lob-box-content .TitleStyle2, .lob-box-content-black .TitleStyle2 {
	padding: 15px 0 15px 0;
}
.lob-box-content {
	background: url(../img/service-border.png) top left repeat-y;
}
.lob-box-content-black {
	background: url(../img/service-border-black.png) top left repeat-y;
}
.service-btn-green, .service-btn-black {
	padding: 7px 16px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 15px;
}
.lob-content-btn {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.service-btn-green:hover, .service-btn-black:hover {
	color: #fff;
}
.lob-content {
	height: 200px;
	padding: 15px;
	min-height: 200px;
	border-left: 1px solid #e3e1e1;
	position: relative;
	text-align: center;
}
.lob-content-last {
	height: 200px;
	padding: 15px;
	min-height: 200px;
	border-right: 1px solid #e3e1e1;
	border-left: 1px solid #e3e1e1;
	position: relative;
	text-align: center;
}
.lob-btn {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 20px;
}
.lob-content-btn a:hover {
	color: #fff !important;
}
.black-bg {
	background: #3c3c3c; /* Old browsers */
	background: -moz-linear-gradient(top, #3c3c3c 0%, #3c3c3c 50%, #262626 50%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(50%, #3c3c3c), color-stop(50%, #262626), color-stop(100%, #262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3c3c3c 0%, #3c3c3c 50%, #262626 50%, #262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3c3c3c 0%, #3c3c3c 50%, #262626 50%, #262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3c3c3c 0%, #3c3c3c 50%, #262626 50%, #262626 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3c3c3c 0%, #3c3c3c 50%, #262626 50%, #262626 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#262626', GradientType=0 ); /* IE6-9 */
}
.green-bg {
	background: #cc272f; /* Old browsers */
	background: -moz-linear-gradient(top, #cc272f 0%, #cc272f 50%, #b12129 50%, #b12129 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc272f), color-stop(50%, #cc272f), color-stop(50%, #b12129), color-stop(100%, #b12129)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc272f 0%, #cc272f 50%, #b12129 50%, #b12129 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc272f 0%, #cc272f 50%, #b12129 50%, #b12129 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc272f 0%, #cc272f 50%, #b12129 50%, #b12129 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc272f 0%, #cc272f 50%, #b12129 50%, #b12129 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc272f', endColorstr='#b12129', GradientType=0 ); /* IE6-9 */
}
.black-btn:hover, .green-btn:hover {
	color: #fff;
}
.service-btn-green {
	background: -moz-linear-gradient(top, rgba(149,177,45,1) 0%, rgba(149,177,45,1) 48%, rgba(137,168,21,1) 52%, rgba(137,168,21,1) 97%, rgba(137,168,21,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149,177,45,1)), color-stop(48%, rgba(149,177,45,1)), color-stop(52%, rgba(137,168,21,1)), color-stop(97%, rgba(137,168,21,1)), color-stop(100%, rgba(137,168,21,0.95)));
	background: -webkit-linear-gradient(top, rgba(149,177,45,1) 0%, rgba(149,177,45,1) 48%, rgba(137,168,21,1) 52%, rgba(137,168,21,1) 97%, rgba(137,168,21,0.95) 100%);
	background: -o-linear-gradient(top, rgba(149,177,45,1) 0%, rgba(149,177,45,1) 48%, rgba(137,168,21,1) 52%, rgba(137,168,21,1) 97%, rgba(137,168,21,0.95) 100%);
	background: -ms-linear-gradient(top, rgba(149,177,45,1) 0%, rgba(149,177,45,1) 48%, rgba(137,168,21,1) 52%, rgba(137,168,21,1) 97%, rgba(137,168,21,0.95) 100%);
	background: linear-gradient(to bottom, rgba(149,177,45,1) 0%, rgba(149,177,45,1) 48%, rgba(137,168,21,1) 52%, rgba(137,168,21,1) 97%, rgba(137,168,21,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc272f', endColorstr='#f289a815', GradientType=0 );
}
.service-btn-black {
	background: -moz-linear-gradient(top, rgba(60,60,60,0.94) 0%, rgba(60,60,60,1) 3%, rgba(60,60,60,1) 50%, rgba(38,38,38,1) 53%, rgba(38,38,38,1) 97%, rgba(38,38,38,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60,60,60,0.94)), color-stop(3%, rgba(60,60,60,1)), color-stop(50%, rgba(60,60,60,1)), color-stop(53%, rgba(38,38,38,1)), color-stop(97%, rgba(38,38,38,1)), color-stop(100%, rgba(38,38,38,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(60,60,60,0.94) 0%, rgba(60,60,60,1) 3%, rgba(60,60,60,1) 50%, rgba(38,38,38,1) 53%, rgba(38,38,38,1) 97%, rgba(38,38,38,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(60,60,60,0.94) 0%, rgba(60,60,60,1) 3%, rgba(60,60,60,1) 50%, rgba(38,38,38,1) 53%, rgba(38,38,38,1) 97%, rgba(38,38,38,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(60,60,60,0.94) 0%, rgba(60,60,60,1) 3%, rgba(60,60,60,1) 50%, rgba(38,38,38,1) 53%, rgba(38,38,38,1) 97%, rgba(38,38,38,0.95) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(60,60,60,0.94) 0%, rgba(60,60,60,1) 3%, rgba(60,60,60,1) 50%, rgba(38,38,38,1) 53%, rgba(38,38,38,1) 97%, rgba(38,38,38,0.95) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03c3c3c', endColorstr='#f2262626', GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: #b12129;
	color: #fff;
}
/*#flexslider li {
display:inline;}

#thumbs img{width:185px !important;}*/

/* logo carasoul */
.ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
	opacity: 0.5;
}

.contact-info .col-xs-2 {
	width: 9.667%!important;
}
.holder {
	color: #333;
}
.contact-info span {
	display: block;
	overflow: hidden;
}
.contact-info i.fa-map-marker, .contact-info i.fa-phone, .contact-info i.fa-print, .contact-info i.fa-envelope, .contact-info i.fa-clock-o {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	width:20px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #d91f29;
	}
ul.footContact {
	padding-left: 0px;
	padding-top: 5px;
	list-style-type: none;
	}
ul.footContact li {
	padding-bottom: 10px;
	}
ul.footContact i {
	color: #b12129;
    float: left;
    padding-right: 25px;
    padding-top: 3px;
    width: 20px;
	}
ul.footContact a {
	color: #9d9c9c;
	}
ul.footContact a:hover {
	color: #b12129;
	}
.dropdown-menu {
	width: 100%;
	}
	#Type {
    padding-left: 0px\9;
    padding-right: 0px\9;
}
#ZipCode {
    padding-left: 3px\9;
}
a:focus
{
	color:#fff;
}
.side-logo{
float:right;
padding:15px;
margin-top:10px;
}
.flood-frame{
text-align:center;
}
.jot-form
{
height:540px;
width:100%;
border:none;
}
#main-content li span
{
	font-weight:bold;
}