body, p, ul, li, a, input, textarea {
	font-family: 'Open Sans', sans-serif;
}
/*Typography*/
h1, h1 a {
	font-family: 'Arial', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #08395C;
	line-height: 46px;
}
h1 a:hover {
	text-decoration: none;
}
h1 span, h1 a span, h2 span, h4 span {
	border-bottom: 2px solid #353535;
}

h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
h2 {
	color: #0F75BE;
}
p {
	color: #0F75BE; /* 0F75BE */
}
a:hover {
	color: #da3925; /* da3925 */
	text-decoration: none;
}
a {
    color: #0a70B9;
}

hr {
    display: block;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: #024429;
}

/*Inside bar*/
header {
	background: "white";        /* #024429; */
	height: 40px;
}
.bar-stuff {
	background: #024429;        /* #024429; */
	height: 1px;
	float: left;
}
h8 {
	color: #024429;
	font-size: 18px;
        font-family: "Harrington", Times, serif;
        font-style: bold, italic;
	font-weight: 400;
	margin: 0;
}
.motto {
        float: right
	color: White;
	font-size: 18px;
        font-family: "Harrington", Times, serif;
        font-style: bold, italic;
	font-weight: 800;
	margin: 0;
}
.bar-stuff .fa-mobile {
	font-size: 25px;
}
.bar-stuff .fa-fax {
	font-size: 19px;
}
.bar-stuff h4 {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	margin: 0px;
	line-height: 40px;
}
.bar-stuff h4 a {
	color: #fff;
}
.email {
	background: #575757;
	padding: 2px 10px;
	color: #fff;
	border-radius: 6px;
	margin: 0px 5px;
}
.email:hover, .email:focus {
	color: #fff;
	background: #8b0135;
}
.social {
	float: right;
	padding: 2px 10px;
}
.social li {
	display: inline-block;
	font-size: 25px;
}
.social .fa {
	color: #A8CC3F;
	margin: 0 2px;
}
.social .fa:hover {
	color: #d74500;
}
/* upper social */
.sozial {                       
	float: left;
	padding: 2px 10px;
}
.sozial li {
	display: inline-block;
	font-size: 25px;
}
.sozial .fa {
	color: #A8CC3F;
	margin: 0 2px;
}
.sozial .fa:hover {
	color: #d74500;
}
.brand {
	padding: 9px 0 9px 0;
}
/*Navigation*/
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-top: 16px;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
	border-left: 1px solid #c7c7c7;
	border-radius: 0px;
	height: 148px;
	margin-bottom: 0px;
}
element {
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
	color: #d74500;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #4c5359;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 48px 12px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
	color: #d74500;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a.active {
	background: #d74500;
	color: #fff;
}
.mb-nodsp {
	float: none !important;
}
/*Main Banner*/
.main-banner, .inner-banner {
	position: relative;
}
.inner-banner img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.inner-caption {
	position: absolute;
	top: 10%;
}
.inner-caption h4 {
	color: #8b0135;
	font-family: 'Raleway', sans-serif;
	font-size: 44px;
	font-weight: 400;
	text-shadow: 1px 1px #fff;
	filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
}
.carousel-inner {
	z-index: 0;
}
.carousel-inner img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.carousel-indicators li {
	background-color: #9a9a9a;
	border-color: #9a9a9a;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #8b0135;
	border-color: #8b0135;
}
.caption {
	position: absolute;
	/*float:right;
	top:100px; right:0px;*/
	z-index: 1;
	top: 100px;
}
.caption h1 {
	font-size: 30px;
	font-family: 'Courier New', sans-serif;
	font-weight: 900;
	color: #EEEEDD;
	margin: 0;
	text-shadow: 1px 2px #222222;
}
.caption h6 {
	font-size: 30px;
	font-family: 'Helv', sans-serif;
	font-weight: 900;
	color: #EEEEDD;
	margin: 0;
	text-shadow: 1px 2px #222222;
}
.caption h5 {
	color: #FFAAAA;
	font-size: 33px;
	font-family: 'Helv', sans-serif;
	font-weight: 400;
	margin: 0;
	text-shadow: 1px 2px #000000;
}
.caption h5 span {
	color: #333333;
}
.caption h7 {
	color: #804500;   /* darkorange; */
	font-size: 25px;
        font-family: "Harrington", Times, serif;
        font-style: bold, italic;
	font-weight: 400;
	margin: 0;
}
.caption h8 {
	color: White;
	font-size: 18px;
        font-family: "Harrington", Times, serif;
        font-style: bold, italic;
	font-weight: 400;
	margin: 0;
}
.caption p {
	color: #FFFF88;
	font-family: 'Helv', sans-serif;
	font-weight: 400;
	margin: 15px 0;
	font-size: 32px;
}
.banner-btn {
	background: #D74500;
	border: 1px solid #D74500;
	border-radius: 6px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding: 8px 20px;
	font-size: 18px;
}
.banner-btn:hover {
	background: #0F75BE;
	border: 1px solid #0F75BE;
}
/*Box Section*/
.box-section {
	background: #F0FDF7;
	padding: 30px 0;
}
.box-section h2 {
	margin-top: 9px;
	font-size: 18px;
	}
.box-section p {
	font-size: 12px;
}
.box-section h2 a {
	font-family: 'Helv', sans-serif;
	font-size: 20px;
	color: #0A71B9; /* 0F75BE */
}
.box-section h2 a:hover {
	color: #D70045;
	cursor: pointer;
}
.auto-icon, .home-icon, .health-icon, .life-icon, .motorcycle-icon, .renters-icon {
	background-position: 21px 24px;
}
.auto-icon:hover, .home-icon:hover, .health-icon:hover, .life-icon:hover, .motorcycle-icon:hover, .renters-icon:hover {
	background-position: 21px -32px;
	background-color: #10C075;
	transition: 0.3s ease-out;
}
.auto-icon {
	background-image: url(../img/auto-icon.png);
}
.home-icon {
	background-image: url(../img/home-icon.png);
}
.life-icon {
	background-image: url(../img/life-icon.png);
}
.health-icon {
	background-image: url(../img/health-icon.png);
}
.motorcycle-icon {
	background-image: url(../img/motorcycle-icon.png);
}
.renters-icon {
	background-image: url(../img/renters-icon.png);
}
/*Main Content*/
.main-content {
	padding: 30px 0 30px 0;
}
.inner-content {
	margin-top: -300px;
	background: #fff;
	position: relative;
}
.umbrella-bdr {
	border-top: 1px solid #464646;
}
.umbrella-img-bdr {
	border-top: 1px solid #464646;
}
.inner-content .container {
	padding: 30px 0;
	border-bottom: 1px solid #F2F1F1;
}
.main-content .container {
	padding: 30px 0;
	border-bottom: 1px solid #F2F1F1;
}
.crirs.container {
	padding: 30px 0;
	border-bottom: 1px solid #F2F1F1;
}
.main-content h2, .inner-content h2 {
	font-size: 22px;
	font-family: "Raleway", sans-serif;
	color: #4c5359;
}
.side-content {
	background-color: #024429;
	padding-bottom: 50px;
	border-radius: 6px;
	box-shadow: 2px 2px 2px #999;
}
.side-content h4 {
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #cccbcb;
	padding-bottom: 10px;
	color: #fff;
}
.side-content h2 {
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px groove #999999;
}
.side-content ul li a {
    color: "yellow'
}
.side-content ul li a:hover {
	color: "white" /* da3925 */
	text-decoration: none;
}
.side-content ul {
	padding: 5px;
}
.side-content ul li {
	list-style-type: none;
	line-height: 25px;
	float: left;
	color: #FFFFFF;
}
.side-content ul li i {
	float: left;
	margin-top: 5px;
	width: 18px;
}
.side-content ul li i:hover {
	color: #8b0135; /* 8b0135 */
}
.inner-list {
	list-style-type: none;
	padding: 0;
}
.inner-list li {
	color: #666666; /* 666666 */
	line-height: 35px;
}
.inner-list .fa {
	color: #8b0135; /* 8b0135 */
}
.no-bdr span {
	border-bottom: none !important;
}
.side-content ul li p{color:#fff;}
.side-content ul li span {
	cursor: default;
	display: table;
	padding-bottom: 8px;
	width: auto;
}

.inner-list li span {
	padding: 8px 0;
	margin-top: -8px;
}
.side-content ul li {
	float: left;
	line-height: 25px;
	list-style-type: none;
	width: 100%;
}

/*Quote Box*/
.quote-box {
	background: #022944;
	border-radius: 6px;
	padding: 5px 30px 40px 30px;
	margin-top: 25px;
	box-shadow: 2px 2px 4px #ddd;
	float: right;
}
.quote-box h4 {
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #cccbcb;
	padding-bottom: 10px;
	color: #fff;
}
.quote-box input, .quote-box select, .quote-box textarea {
	width: 100%;
	margin: 8px 0;
	height: 45px;
	padding: 0 0px 0px 8px;
	color: #999999;
	border: 1px solid #fff;
}
.submit-btn {
	background: #da3925;
	border: 1px solid #da3925;
	border-radius: 6px;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	padding: 8px;
	font-size: 18px;
	width: 100%;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.submit-btn:hover {
	background: #0F75BE;
	border: 1px solid #0F75BE;
}
.caption-btn {
	background: #d74500;
	border: 1px solid #d74500;
	border-radius: 6px;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	padding: 8px 12px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}
.caption-btn:hover {
	background: #540124;
	border: 1px solid #540124;
}
/*Testimonial*/
.testimonial-section .container {
	border-bottom: 2px solid #d7d7d7;
}
.testimonial-section h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #333333;
}
/*Blog Feeds*/

.refreshpost {
	font-size: 11px!important;
	clear: both;
}
.refreshpost a {
	text-align: left;
	font-weight: 700;
	color: #999;
}
.titlefield a {
	color: #666666;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
.descriptionfield {
	color: #999999;
	font-style: italic;
}
/*What we offer*/
.quick-list {
	padding: 0;
}
.quick-list li {
	list-style-type: none;
	border-bottom: 1px solid #cccbcb;
}
.quick-list li:hover, .quick-list li a:hover {
	background: #f2f1f1;
	cursor: pointer;
	color: #8b0135;
	text-decoration: none;
}
.no-bdr {
	border-bottom: none !important;
	border-right: none !important;
}
.quick-list li a {
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding: 10px 5px;
}
.quick-list .fa {
	margin-right: 15px;
}
/*Carrier*/
.carrier {
	padding: 25px 0;
}
.carrier h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #333333;
}
/*#thumbs-wrapper {
	padding: 20px;
	position: relative;
}
#thumbs img {
	width: 170px !important;
	height: 70px !important;
	margin: 0 5px;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}*/
/*Carrier Scroller Design*/
#carousel span, #carousel img, #thumbs a, #thumbs img {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#carousel span, #carousel a, #thumbs span, #thumbs a {
	position: relative;
}
#carousel span {
	width: 554px;
	height: 313px;
}
#thumbs-wrapper {
	padding: 5px 40px;
	position: relative;
	margin-top: 0px;
}
#thumbs-wrapper.ht-fix {
	margin-top: 0px;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}
/*Footer*/
footer {
	background: #024429;
}
footer .container {
	padding: 35px 0;
}
footer .footer-nav {
	padding: 0 0 0 8px;
}
footer .footer-nav li {
	display: inline-block;
	float: left;
	margin: 0;
	margin: 0 0 5px 0;
	border-right: 1px solid #999999;
}
footer .footer-nav li a {
	margin: 0 8px;
	color: #999999;
	line-height: 20px;
}
footer .footer-nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
footer .footer-nav li a.active {
	color: #00d745;
	text-decoration: none;
}
footer p, footer p a {
	color: #999999;
}
footer p a:hover, footer p a.active, footer p a:focus {
	color: #999999;
}
.rt {
	float: right;
}
.right-arrow .fa {
	display: none;
}
/**/
/*Mobile*/
.mobile-quote {
	margin-top: -50px;
	position: relative;
}
.phone-view {
	display: block;
	margin: 0 auto;
}
.phone-view h2 {
	font-size: 22px;
	font-weight: normal;
	float: none!important;
	text-align: center!important;
	color: #4f4f4f!important;
}
.mobile-img {
	margin: 6px;
}
.call-img {
	margin-right: 5px;
}
.mobile-go {
	color: #494949;
	padding: 11px 19px;
	font-size: 17.5px;
	font-family: 'Raleway', sans-serif;
	border-radius: 6px;
	margin-bottom: 10px;
	text-align: center;
	background: #f2f1f1;
	-webkit-appearance: none;
	width: 100%;
	box-shadow: 2px 3px 2px #999;
}
.mobile-call {
	background: none repeat scroll 0 0 #f2f1f1;
	border: 0 none;
	border-radius: 6px;
	color: #494949;
	font-size: 17.5px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 10px;
	padding: 11px 0;
	text-align: center;
	width: 100%;
	box-shadow: 2px 3px 2px #999;
}
.mobile-go:hover, .btn.mobile-call:hover, .btn.mobile-call:focus, .btn.mobile-call:focus {
	color: #222 !important;
}
.mobile-go a {
	color: #fff !important;
	text-decoration: none;
}
.mobile-address {
	background: #f2f1f1;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	box-shadow: 2px 3px 2px #999;
	margin-bottom: 20px;
	border-radius: 6px;
}
.mobile-address h5 {
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	color: #333333;
	padding: 0px 0 10px 0;
}
.mobile-address p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333333 !important;
}
.mobile-direction {
	background: #da3925;
	margin: 20px auto;
	padding: 6px 12px;
	font-size: 20px;
	border-radius: 0px;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	border-radius: 6px;
	width: 80%;
}
.mobile-direction a, .mobile-direction a:hover {
	font-weight: normal;
	text-decoration: none;
}
.mobile-map {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.fa-map-marker, .fa-phone, .fa-envelope {
	font-size: 22px !important;
	margin-right: 8px;
}
/* Customer service carrier */
.top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #333333;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.1em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #353535;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #da3925; /* Old browsers */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da3925', endColorstr='#da3925', GradientType=0 ); /* IE6-9 */
	color: #fff!important;
}
.btn-xs:hover {
	background: #540124; /* Old browsers */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da3925', endColorstr='#da3925', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
/*iframe*/
iframe {
	height: 400px;
	width: 100%;
	border: 0;
}
#cpIframe {
	height: 1600px;
	width: 100%;
	border: 0;
}
#cqIframe {
	height: 1900px;
	width: 100%;
	border: 0;
}
/*Jot*/
.jot-height {
	height: 400px !important;
}
.contct-height {
	height: 320px !important;
}
.email-form {
	height: 1100px !important;
}
hr {
	border-top: 1px solid #a0a3a4;
}
.abt-us .row {
	border-bottom: 1px solid #000;
	margin-right: 0px;
	margin-left: 0px;
}
.abt-us img {
	border: 1px;
	box-shadow: 1px 2px 3px;
	margin-top: 21px;
	margin-bottom: 10px;
}
.abt-us .col-md-3, .abt-us .col-md-9 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.abt-us h2 span {
	font-size: 14px;
	border-bottom: 0px;
}
.g-map {
	height: 300px!important;
}
.contact-us-jot {
	height: 400px!important;
}
.foot-add {
	margin: 8px 0 8px 0;
	padding: 0px;
	list-style-type: none;
	display: table;
	font-size: 13px;
}
.foot-add li a {
	color: #ADADAD;
}
.foot-add li {
	display: inline-block;
	color: #ADADAD;
}
.foot-add li a:hover, .foot-add li a:focus, .foot-add li a.active {
	color: #FFFFFF;
}
#contact-us-address:hover, #contact-us-email:hover {
	color: #c30d52;
}
#contact-us-address, #contact-us-email {
	color: #8b0135;
}
#contact-ph a {
	color: #999999;
}
#contact-fax a {
	color: #999999;
}
/* Flex */
.ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	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;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	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;
	z-index: 100;
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left: -22px;/*background: url(../img/button-previous.png) no-repeat;*/
}
.nbs-flexisel-nav-right {
	right: -22px;/*background: url(../img/button-next.png) no-repeat;*/
}
.clm-ht {
	height: 300px;
}
#content-area h1 {
	margin-top: 0px;
}
.cpIframe {
	height: 1600px;
}
.arrow a {
	color: #d74500;
}
.arrow {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-size: contain;
}
.bounce {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
}
}
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-30px);
}
 60% {
 -moz-transform: translateY(-15px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 -moz-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 -o-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 -moz-transform: translateY(-15px);
 -ms-transform: translateY(-15px);
 -o-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
.wrapper {
	overflow-x: hidden;
}
.foot p span {
	display: inline-block;
}
.crirs h2{color:#DA3925;}
.navbar-nav > li > .dropdown-menu{margin-top:-30px;}
#contct-prtn p a{color:#0F75BE;}
#contct-prtn p a:hover{color:#454500;}
.fa-arrow-circle-right {
    cursor: default;
}
.cntnt-list li{color: #0F75BE;}
.cqIframe{height:1600px !important;}

.health-jot-height {
height: 475px !important;
}

.senior-health-jot-height {
height: 550px !important;
}
.index-page p{
display:table;
}
.p_lrg{font-size:24px; font-weight:700;}
