@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700|Raleway);
/*
COLOR PALETTE
Primary color (Maroon): #591108
Secondary color (Gold): #c88a45
*/

body {
	font-family: 'Raleway', sans-serif !important;
	background: linear-gradient(to bottom, rgba(26, 25, 25, 1) 1%, rgba(48, 45, 45, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*Top Links*/
.top-bar {
	background: #591108;
	height: 30px;
	border-bottom: 2px solid #c88a45;
}
.logo {
	padding: 20px 20px 20px 0;
}
/*Main Navigation*/
.navbar-inner {
	background-image: none !important;
}
.navbar .navbar-inner .nav {
	float: right;
}
.navbar .nav {
	margin-right: 0px !important;
}
.navbar .navbar-inner .nav > li > a {
	text-shadow: none;
	padding: 6px 5px;
	font-size: 13px;
	color: #FFF;
}
.navbar .navbar-inner {
	background-color: transparent !important;
	color: black;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	padding: 20px 0 10px;
	border: none;
	font-weight: 300;
	filter: none;
}
.navbar .navbar-inner .nav > li > a:hover {
	color: #c8c8c8 !important;
}
.selected {
	color: #c8c8c8 !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle {
	background-color: transparent;
}
.dropdown-menu li>a:hover {
	background: #591108 !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #FFF !important;
}
.dropdown-menu {
	background-color: #fcfcfc !important;
}
/*Typography*/
.TitleStyle1 {
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF !important;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 40px !important;
}
header p {
	font-size: 1em;
	font-weight: normal;
	color: #00b0f0;
	text-align:center;
	margin-top:-20px;
}
.TitleStyle2 {
	font-family: 'Oswald', sans-serif;
	color: #282828;
	font-size: 1.8em !important;
	font-weight: 300 !important;
}
.TitleStyle3 {
	font-family: 'Oswald', sans-serif;
	color: #283139 !important;
	font-size: 1.6em;
	text-transform: lowercase;
	font-weight: normal;
}
#main-content .TitleStyle1 {
	font-family: 'Oswald', sans-serif;
	font-size: 23px !important;
	font-weight: 300 !important;
	color: white !important;
	padding-left: 20px;
	margin-left: -20px;
	text-transform: uppercase;
	background-color: #c88a45;
}
#sidebar-content .TitleStyle2 {
	background-color: #302d2d;
	font-family: 'Oswald', sans-serif;
	font-size: 19px !important;
	font-weight: 300 !important;
	color: white !important;
	padding-left: 20px!important;
	margin-left: -20px;
	text-transform: uppercase;
	padding: 15px;
	color: #fff!important;
}
#main-content .TitleStyle1 {
	background-color: #c88a45;
}
#sidebar-content .TitleStyle2 {
	background-color: #302d2d;
}
#main-content .TitleStyle2, #sidebar-content .TitleStyle2 {
	color: #282828;
	margin-top: 0;
	font-size: 21px !important;
	line-height: 30px;
}
p, #main-content li, #sidebar-content li {
	color: #282828;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	font-family: 'Raleway', sans-serif !important;
	padding: 15px 0 0;
}
/*Banner*/
.banner {
	height: 580px;
	background: rgb(26,25,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(26,25,25,1)), color-stop(100%, rgba(48,45,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1919', endColorstr='#302d2d', GradientType=0 ); /* IE6-9 */
}
.othr-banner {
	height: 300px;
	background: rgb(26,25,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(26,25,25,1)), color-stop(100%, rgba(48,45,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1919', endColorstr='#302d2d', GradientType=0 ); /* IE6-9 */
}
.featured-auto {
	background-image: url(../img/featured-auto-insurance.png);
}
.featured-home {
	background-image: url(../img/featured-home-insurance.png);
}
.featured-commercial {
	background-image: url(../img/featured-commercial-insurance.png);
}
.featured-life {
	background-image: url(../img/featured-other-insurance.png);
}
.featured-other {
	background-image: url(../img/featured-life-insurance.png);
}
.featured-service {
	background-image: url(../img/featured-service-insurance.png);
}
.featured-compare {
	background-image: url(../img/featured-compare-quotes.png);
}
.featured-auto, .featured-home, .featured-commercial, .featured-other, .featured-life, .featured-service, .featured-compare {
	background-repeat: no-repeat;
	height: 530px;
	background-position: top center;/*background-position-y: -80px;*/
}
#quoter-intro-text .TitleStyle2 {
	color: #FFFFFF !important;
	font-size: 2.5em !important;
	font-weight: normal;
	line-height: 50px !important;
}
#quoter-intro-text p {
	color: #fff;
}
#quoter-intro-text{margin-top:30%;}
/*Quoter*/
.quoter {
	border: 1px solid #503633;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: rgb(89,17,8); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(89,17,8,1) 1%, rgba(40,24,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(89,17,8,1)), color-stop(100%, rgba(40,24,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(89,17,8,1) 1%, rgba(40,24,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(89,17,8,1) 1%, rgba(40,24,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(89,17,8,1) 1%, rgba(40,24,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(89,17,8,1) 1%, rgba(40,24,19,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#591108', endColorstr='#281813', GradientType=0 ); /* IE6-9 */
	width: 400px;
	padding: 10px;
}
.quoter .TitleStyle2 {
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF !important;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 10px 0px !important;
}
.go {
	font-family: 'Oswald', sans-serif;
	color: #fff !important;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 16px;
	border: 1px solid #503633;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #b3793d !important;
	background-image: -moz-linear-gradient(top, #c88a45, #906332) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c88a45), to(#906332)) !important;
	background-image: -webkit-linear-gradient(top, #c88a45, #906332) !important;
	background-image: -o-linear-gradient(top, #c88a45, #906332) !important;
	background-image: linear-gradient(to bottom, #c88a45, #906332) !important;
	background-repeat: repeat-x;
	border-color: #c88a45 #c88a45 #906332 !important;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c88a45', endColorstr='#906332', GradientType=0);
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.go:hover, .go:active, .go.active, .go.disabled, .go[disabled] {
	color: white;
	background-color: #906332 !important;
}
#othr-services .quoter {
	float: right;
}
#services img {
	float: right;
	padding-bottom: 20px;
}
.out-stand {
	color: #591108 !important;
	font-size: 1.2em;
}
.content-grad {
	padding: 20px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0 ); /* IE6-9 */
	height: auto;
}
/*Footer*/
.foot {
	background-color: #591108;
	color: #FFF;
	padding: 10px 0px 10px 0px;
}
.foot .container .span8 > ul {
	margin: 0px;
	margin-top: 8px;
}
.foot .container .span8 > ul > li {
	float: left;
	padding: 0;
	margin: 0 0 0 0.8em;
	list-style: none;
	font-size: 0.7em;
}
.foot .container .span8 > ul > li > a {
	color: #FFFFFF !important;
	font-size: 1.2em;
}
.foot .container .span8 > ul > li > a:hover {
	color: #ffffff !important;
}
.copyright p, .copyright a {
	font-size: 0.9em;
	color: #FFFFFF !important;
	text-align: right;
}
address {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 5px;
  line-height:30px;
}
address p, address a, address a:hover{color:#fff;}
#address ul {
	list-style-type: none;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}
#address li {
	white-space: nowrap;
	display: inline-block;
	margin-top: 10px;
}
#address li > a {
	font-size: 14px!important;
}
/*---------------------iframe------------------*/
iframe {
	height: 400px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}
.content-grad iframe{
height:1600px;
}
.cqiframe {
	height: 1900px !important;
}
.white-bg {
	background: #fff;
}
.no-brk{display:none;}
