@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700|Raleway);
/*
COLOR PALETTE
Primary color (Maroon): #a77d2d
Secondary color (Gold): #4fa4d8
*/

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: #302d2d;
	height: 30px;
	border-bottom: 2px solid #4fa4d8;
}


/*Typography*/
.TitleStyle1 {
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF ;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 50px ;
}
.TitleStyle2 {
	font-family: 'Oswald', sans-serif;
	color: #000000;
	font-size: 1.8em;
	font-weight: 300;
}
.TitleStyle3 {
	font-family: 'Oswald', sans-serif;
	color: #283139;
	font-size: 1.6em;
	text-transform: lowercase;
	font-weight: normal;
}


/*Banner*/
.banner_bg {
	height: 510px;
	background: rgb(255, 255, 255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255,1) 1%, rgba(48,45,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255,1)), color-stop(100%, rgba(48,45,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255,1) 1%, rgba(48,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255,1) 1%, rgba(48,45,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255,1) 1%, rgba(48,45,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255,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(255, 255, 255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255,1) 1%, rgba(48,45,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255,1)), color-stop(100%, rgba(48,45,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255,1) 1%, rgba(48,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255,1) 1%, rgba(48,45,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255,1) 1%, rgba(48,45,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255,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-index {
	background-image: url(../img/featured-index.png);
}
.featured-commercial-banner {
	background-image: url(../img/featured-commercial-banner.png);
}
.featured-trucking-banner{
	background-image: url(../img/featured-truking-banner.png);
}
.featured-home {
	background-image: url(../img/featured-home-insurance.png);
}
.featured-auto-banner {
	background-image: url(../img/featured-auto-banner.png);
}
.featured-about-us{
	background-image: url(../img/featured-about-us.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-compare-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;*/
}

/* Logo And Navigation */
a.logo {
	/*! margin: 10px 20px 10px 0; */
	display: inline-block;
	
}
#logo {
	width: 100%;
	max-width: 85px;
}
div.navigation_container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	/* This aligns items to the end line on main-axis */
	justify-content: flex-end;
	flex-direction: row;
}
.right_banner {
	margin-top: -30px;
}
.dropdown-menu>li>a{
	color: #000000;
}
div.navigation_container div.navigation_items{
	display: flex;
	align-items: top;
	margin-top: 10px;
}
nav.navbar-default {
	float: right;
	margin-bottom: 0px;
	background-color: transparent;
	border-color: transparent;
	width: 100%;
	min-height: 0px;
}
ul.navbar-nav {
    float: none;
    margin: 30px -25px;
    display: flex;
    justify-content: space-around;
}
nav.navbar-default .navbar-nav > li > a {
   color:#000000;
   font-size: 1.1em;
   font-weight:600;
   padding: 0;
}
nav.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#1b73a9;
	background-color:transparent;
}
nav.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover > .active, .navbar-default .navbar-nav > .active > a:focus {
     color:#1b73a9;
	background-color:  transparent;
}
nav.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #1b73a9;
	background-color:transparent;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000000;
	text-decoration: none;
	background-color: #268bca;
    outline: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#1b73a9;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000000;
	text-decoration: none;
	background-color:  #268bca;
}

.navbar-nav > li > .dropdown-menu{
	border-radius: 0px;
	padding: 0px;
}
.nav-top .nav .dropdown.open .caret {
    border-bottom: 4px solid #4fa4d8;
    border-top: medium none;
}
/*Quoter*/
#quoter-intro-text .TitleStyle2{
	color: #131313;
    font-size: 28px;
    font-weight: normal;
    line-height: 45px;
}
#quoter-intro-text p{
	color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
}

.quoter {
	border: 1px solid #7e7e7e;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #302d2d; /* Old browsers */
	background: -moz-linear-gradient(top, #302d2d 1%, #4a4a4a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #302d2d), color-stop(100%, #4a4a4a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #302d2d 1%, #4a4a4a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #302d2d 1%, #4a4a4a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #302d2d 1%, #4a4a4a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #302d2d 1%, #4a4a4a 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302d2d', endColorstr='#4a4a4a', GradientType=0 ); /* IE6-9 */
	width: 400px;
	padding: 5px 10px;
}
form{
	padding-bottom: 20px;
}
.quoter .TitleStyle2 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	margin: 10px 0 5px 0px;
}
.input-medium {
    width: 200px;
	height: 30px;
	
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
}
.go {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 14px;
	margin-bottom: 2px;
	margin-left: 16px;
	border: 1px solid #7e7e7e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #3579a2 !important;
	background-image: -moz-linear-gradient(top, #4fa4d8, #3579a2) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4fa4d8), to(#3579a2)) !important;
	background-image: -webkit-linear-gradient(top, #4fa4d8, #3579a2) !important;
	background-image: -o-linear-gradient(top, #4fa4d8, #3579a2) !important;
	background-image: linear-gradient(to bottom, #4fa4d8, #3579a2) !important;
	background-repeat: repeat-x;
	border-color: #4fa4d8 #4fa4d8 #3579a2 !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='#4fa4d8', endColorstr='#3579a2', GradientType=0);
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.go:hover, .go:focus {
	opacity: 0.7;
	color: #fff;
}

.right_banner div{
	float: right;
}
.right_banner img{
	max-width: 100%;
	margin-bottom: 10px;
	
}
/*.right_banner img{
	box-shadow: 2px 6px 5px #232121;
	margin-bottom: 30px;
	
	border: 1px solid #383838;
}*/

/*************/
.left_main_conent, .right_main_content{
	padding: 0 20px 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;
}
.left_main_conent .TitleStyle1 {
    background-color: #4fa4d8;
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	color: #ffffff;
	padding-left: 10px;
	text-transform: uppercase;
	margin-left: -20px;
	
}
.left_main_conent p, .right_main_content p{
	color: #000000;
	font-size: 1.1em;
	line-height: 30px;
	margin-top: 10px;
}
.right_main_content{
	margin: 0 0px 0px 25px;
}
.right_main_content .TitleStyle2 {
    background-color: #302d2d;
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	line-height: 50px;
	font-weight: 300;
	color: #ffffff;
	padding-left: 10px;
	text-transform: uppercase;
	margin-left: -20px;
}
.left_main_conent li, .right_main_content li {
	color: #000000;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 30px;
}
/*Footer*/
footer {
	background-color: #302d2d;
	color: #FFF;
	padding: 10px 0px 10px 0px;
}
footer .container .col-md-8 > ul {
	
	margin-top: 8px;
	padding-left: 0px;
}
footer .container .col-md-8 > ul > li {
	float: left;
	padding: 0;
	margin: 0 0 0 2em;
	list-style: none;
	font-size: 12px;
}
footer .container .col-md-8 > ul > li > a {
	color: #FFFFFF;
	font-size: 1.2em;
}
footer .container .col-md-8 > ul > li > a:hover, .copyright a:hover, footer .container .col-md-8 > ul > li > a.active {
	color: #4fa4d8;
	text-decoration: none;
}
.copyright p, .copyright a {
	font-size: 1em;
	line-height: 1.9em;
	color: #FFFFFF;
	text-align: right;
}
.copyright p span{
	display: inline-block;
}
/*---------------------iframe------------------*/
iframe {
	height: 400px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}

iframe#ccframe {
    width: 100%;
    border: 0;
    height: 1600px;
}
iframe#cpIframe {
    width: 100%;
    border: 0;
    height: 1800px;
}
iframe .gmap{
	height:300px;
	width:100%;
	border: 0;
}
.flex-container {
  display: flex;
  
}
.social_design{
	float: right;
}
.social_design li{
	float: left;
	list-style-type: none;
	margin: 3px 7px;
}
.side-services {
	margin-left: 10px;
	padding-left:0px;
	margin-top:20px;
}
.side-services li a {
	color: #302d2d;
}
.side-services li a:hover, .side-services li a:focus {
	color: #4a4a4a;
}

/* Carrier carasoul */

.carrier {
	margin-top: 20px;
}

.carrier .TitleStyle2 {
	margin-bottom: 10px;
}

.ins-nslider {
	padding: 0 0px 0 0px;
	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: default;
	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;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, a:focus {
    outline: none;
}

.contact-list-bdr {
    border-bottom: 1px dotted #000;
    font-size: 20px;
}

.clist .btn {
    color: #fff;
	font-size: 12px;
	background: #7db6da;
}
.clist .btn:hover {
    color:#eae9e9;
	font-size: 12px;
}
.clist img {
	margin: 0 auto;
	display: ;
	display: flex;
}

.carr-head {
	font-size: 22px;
	font-weight: 600;
	
}
.trucking-page img{
	display: block;
  margin: 20px auto;
  width: 300px;
  border: 5px solid #4fa4d8;
  padding: 10px;
  background: #f9fbfb;
}