/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);

html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 13px/18px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#a4a4a4;
	position:relative;
	min-width:960px;
	height: 100%;
	min-height: 100%;
	background: url(../images/bg_body.png) 0 0 repeat #23211e;

}


html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #333333;
}

h4 {
	font-size: 21px;
	line-height: 46px;
	padding-top: 47px;
	letter-spacing: 2px;
	margin-bottom: 11px;
}

h4.head1 {
	padding-top: 33px;
}

p {
	margin-bottom: 18px;
}

p.p1 {
	margin-bottom: 15px;
}

p.p2 {
	margin-bottom: 9px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	padding-top: 63px;
}

ul.list  li:first-child {
	margin-top: 0px;
}

ul.list  li {
	margin-top: 5px;
	font: 800 14px/26px 'Open Sans', sans-serif;
	text-transform: uppercase;
	
}

ul.list  li a {
	border-radius: 6px;
	display: block;
	white-space: nowrap;
	color: #fff;
	background:#101c8d;
	padding: 15px 10px 14px 18px;
}

ul.list  li a:hover {
	background: #33373d;
}

/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #E01E32;
}

a.link-1 {
	color: #fff;
	font-weight: bold;
}

a.link-1:hover {
	color: #a4a4a4;
}

a.link1 {
	color: #E01E32;
	font: bolder 11px/26px 'Open Sans', sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 6px;
	display: inline-block;
	letter-spacing: 1px;
}

a.link1:hover {
	color: #a4a4a4;
}

.content.page1 a.link1 {
	color: #363636;
}

.content.page1 a.link1:hover {
	color: #E01E32;
}
/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}


.pad1 {
	padding-right: 40px;
}

.pad2 {
	padding-right: 20px;
}

.pt0 {
	padding-top: 0;
}

.page1 .img_inner {
	border-left: 1px solid #fff;
	border-top: 2px solid #fff;	
}

.img_inner {
	max-width: 100%;
	border-radius: 5px;
	margin-top: 5px;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.text1 {
	font: 800 30px/36px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #33373d;
}


/*header*/



header {
	display: block;
   padding: 30px 0px;
	margin-bottom: 0px;
	background: #fff;
    border-top: 3px solid #101c8d;
}


header h1 {
	float: left;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 260px;
	height: 48px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	    display: block;
    width: 190px;
    margin-top: 5px;
}

.slogan {
    letter-spacing: 2px;
    color: #101c8c;
    font:900 42px/55px 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: 55%;
    float: left;
    padding: 14px;
    position: absolute;
    top:60px;
}

.slogan h3 {
	letter-spacing: 3px;
	float: left;
	color: #000;
	font-size: 40px;
	line-height: 55px;
	margin-right: 12px;
}

.slogan div {
	font-size: 24px;
    line-height: 29px;
    border-radius: 2px;
    margin-top: 25px;
}


.page1_block {
    background: #fff;
    padding-top: 25px;
}

.page1_block>div {
	
}
.page1_block ul li:first-child {
	border: none;
}
.page1_block ul li {
	width: 16.5%;
	float: left;
	padding-top: 2px;
	border-left:1px solid #313db1;

}

.page1_block ul li a {
	display: block;
	position: absolute;
	font: 16px/20px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px 5px 0 0;
	padding-left: 39px;
	padding-bottom: 21px;
	position: relative;
	top: 0;
	background: url(../images/spacer.png) 0 0 repeat-x;
}

.page1_block ul li a:hover {
	top: 6px;
	background: url(../images/insure_bg.png) 0 0 repeat-x #fff;
    border-color: #fff;
    color: #fff;
    box-shadow:0px 0px 2px #313db1;
    text-decoration: none;
}
.page1_block ul li div {
	height: 34px;
	margin: 17px 0 9px;
}

.page1_block ul li a:hover div {
	background-position: 0 bottom;
}

.page1_block .ic1 {
	background: url(../images/icon1.png) 0 bottom no-repeat;
}


.page1_block a:hover .ic1 {
	background-position: 0 0;
}
.page1_block .ic2 {
	background: url(../images/icon2.png) 0 0 no-repeat;
}

.page1_block .ic3 {
	background: url(../images/icon3.png) 0 0 no-repeat;
}

.page1_block .ic4 {
	background: url(../images/icon4.png) 0 0 no-repeat;
}

.page1_block .ic5 {
	background: url(../images/icon5.png) 0 0 no-repeat;
}

.page1_block .ic6 {
	background: url(../images/icon6.png) 0 0 no-repeat;
}

/*Content*/
.gray {
	background: url(../images/gray.png) 0 0 repeat;
	height: 17px;
}
.content {
	background-color: #fff;
	padding-bottom: 36px;
	border-top: 1px solid #b78024;
}
.content.page1 {
	color: #454545;
	padding-top: 0;
	border: none;
	padding-bottom: 40px;
	border-top: 0;
}


.icn span {
	font: 800 20px/22px 'Open Sans', sans-serif;;
	text-transform: uppercase;
}

.icn {
	background-repeat: no-repeat;
	background-position: 0 32px;
	padding-top: 72px;
	margin-bottom: 12px;
}

.icon1 {
	background-image: url(../images/ic1.png);
}

.icon2 {
	background-image: url(../images/ic2.png);
	background-position: center center;
}

.icon3 {
	background-image: url(../images/ic3.png);
	background-position: center center;
}

.icon4 {
	background-image: url(../images/ic4.png);
	background-position: center center;
}

.bottom_block {
	
	padding-top: 36px;
	background: url(../images/bb_shadow.png) center 0 no-repeat #f1f0ee;
}

.bottom_block>div {
	padding-bottom: 49px;
	/*background: url(../images/cont_p1_bg.png) 0 bottom repeat-x;*/
}

.bottom_block h4 {
	line-height: 20px;
	padding-top: 6px;
	margin-bottom: 24px;
}

.text1 span {
	font-size: 21px;
	display: block;
	line-height: 33px;
	margin-bottom: 18px;
}

.bottom_block .img_inner {
	margin-top: 9px;
	margin-bottom: 14px;
}



.txt1 {
	font: 800 12px/16px 'Open Sans', sans-serif;
	color: #E01E32;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 1px 0 3px;

}

.page1 .txt1 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0 !important;
}

.txt1 a:hover {
	color: #a4a4a4;
}

strong {
	color: #33373d;
}

blockquote {
	background: url(../images/quotes.png) 0 5px no-repeat;
	padding-top: 20px;
	padding-bottom: 9px;
}

blockquote p {
	padding-left: 8px;
	color: #454545;
	margin-bottom: 22px;
}


blockquote a.link1 {
	margin-top: 20px;
}

.block_diagram {
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 5px;position: relative;
}

.gray_block {
	float: left;
	background: #eeece9;
	width: 169px;
	border-radius: 7px;
	color: #33373d;
	margin-right: 50px;
	vertical-align: middle;
	padding: 58px 5px 68px 30px;
	text-transform: uppercase;
	font: 800 18px/26px 'Open Sans', sans-serif;
}

.gray_block.g2 {
	padding: 64px 5px 62px 30px;

}

.gray_block span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #E01E32;
	padding-top: 9px;
}

.block_diagram .fright {
	width: 401px;
	position: relative;
}

.orange {
	border-radius: 7px;
	font: 800 18px/26px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #E01E32;
	text-align: center;
	padding: 18px 0 21px;
	margin-bottom: 34px;
}

.dark {
	border-radius: 7px;
	background:  #33373d;
	font: 800 18px/26px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 10px 18px 20px;
}

.dark div {
	padding-top: 8px;
	font-size: 14px;
	line-height: 26px;
	color: #d29b5b;
}

.arr1 {
	background: url(../images/arr1.png) 0 0 no-repeat;
	width: 14px;
	height: 57px;
	position: absolute;
	top: 92px;
	left: 223px;
}

.arr2, .arr3 {
	position: absolute;
	background: url(../images/arr_2.png) 0 0 no-repeat;
	width: 68px;
	height: 30px;
	left: 464px;
}

.arr2 {
	top: 30px;
}

.arr3 {
	top: 152px;
}

.arr4 {
	background: url(../images/arr_3.png) 0 0 no-repeat;
	width: 58px;
	height: 15px;
	position: absolute;
	left: 50%;
	margin-left: -29px;
	top: 72px;
}

.services {
	padding-top: 20px;
}



.services img {
		float: left;
		margin-right: 20px;
		margin-top: 2px;
}

.services .clear {
	height: 31px;
}

.text2 {
	white-space: nowrap;
	font: 800 14px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #33373d;
	margin-bottom: 7px;
}

.quotes .clear {
	height: 13px;
}
/****Map***/

.map {
	padding-top: 5px;
}

.map figure {


		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 margin-bottom: 25px;
}
.map figure iframe {
	width: 100%;
	height: 275px;
	max-width: 100%;
	border-radius: 6px;
}

.map .p1 {
	padding-top: 3px;
}


address dd span {
	min-width: 75px;
	display: inline-block;
	text-align: left;
}




/************Footer***********/


footer .copy {
	color: #60605f;
	font: bold 11px/14px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
    
}
footer
{
	border-top: 3px solid #101c8d;
}
footer {
	display: block;
	padding: 23px 0 40px;
	/*background: url(../images/footer_bg.png) center 0 no-repeat;*/
	background: #fff;
}

footer img {
	display: block;
	margin-bottom: 2px;
    width: 65%;
}

footer address {
		font: 800 12px/16px 'Open Sans', sans-serif;
		color: #5d5d5c;
		text-transform: uppercase;
		letter-spacing: 1px;
}



footer p {
	font: 800 25px/25px 'Open Sans', sans-serif;
	color: #fff;
	padding-top: 14px;
	letter-spacing: 2px;
	margin-bottom: 8px;
}

footer address a, footer li a {
	color: #fefefe;
}
footer li a{
	color: #454545 !important;
}
footer li a:hover{
    color:#101c8d !important;
}
.foot_top {
	background: url(../images/cont_p1_bg.png) 0 0 repeat-x;
	height: 6px;
}
footer address a:hover{
	color: #60605f;
}
footer .grid_6.fright p{
    color: #101c8d;
}
footer address dt {
	margin-bottom: 9px;
}
footer .mb0 dd a{
    color: #101c8d !important;
}
footer ul {
	padding-top: 10px;
	margin-bottom: 20px;
}

footer ul li {
	font-size: 13px;
	line-height: 24px;
	color: #E01E32;
	background: url(../images/marker.png) 0 9px no-repeat;
	padding-left: 15px;
}
/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	left: 50%;
	margin-left: 550px;
	overflow:hidden;
	width:26px;
	height:14px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/totop.png) no-repeat left top;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline:none;
	background-position: 0 bottom;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

.services 	.extra_wrapper {
	overflow: hidden !important;
}

.map address {
	margin-right: 10px;
}

.ver_separator {
	background: none !important;
}

 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.extra_wrapper {
	overflow: visible ;
}


.pad1, .pad2, .pad3 {
	padding: 0;
}

.slider_wrapper {
	height: 322px !important;
	background: none !important;
	padding-bottom: 0 !important;	
	margin-bottom: 70px;
}

.slogan {
	margin-bottom: 30px;
}

.page1_block ul li a {
	padding-left: 10px;
}

.caption h2 {
	font-size: 40px !important;
	line-height: 40px !important;
}

.gray_block {
	width: 130px;
	margin-right: 25px;
}

.arr1 {
	left: 170px;
}

.arr2, .arr3 {
	left: 384px;
}

.block_diagram .fright {
	width: 290px;
}

.text2 {
	white-space: normal;
}

ul.list li a {
	white-space: normal;
}

footer p {
	font-size: 18px;
}
}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}


footer p {
	font-size: 22px;
}
.services .clear, .quotes .clear  {
	height: 0;
}


.services a.link1{
	margin-bottom: 35px;
}


 .quotes  img.img_inner {
 	margin-top: 35px;
 }
.txt1  {
	margin-top: 25px;
}

.gray_block {
	margin-right: 0;
	width: auto;
	float: none;
	margin-bottom: 25px;
}

.arr1 {
	background: url(../images/arr_3.png) 0 0 no-repeat;
	width: 58px;
	height: 15px;
	position: absolute;
	left: 50%;
	margin-left: -29px;
	top: 188px;	
}

.arr2 {
	background: url(../images/arr_3.png) 0 0 no-repeat;
	width: 58px;
	height: 15px;
	position: absolute;
	top: 392px;	
	left: 20%;
}

.arr3 {
	background: url(../images/arr_3.png) 0 0 no-repeat;
	width: 58px;
	height: 15px;
	position: absolute;
	top: 392px;	
	left: 70%;
}

.arr4 {
	background: url("../images/arr1.png") no-repeat scroll 0 0 transparent;
    height: 57px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: 30px;
    width: 14px;
}

.block_diagram .fright {
	width: auto;
	float: none !important;
}



.orange {
	float: left;
	width: 42%;
	padding-left: 10px;
	padding-right: 10px;
}

.dark {
	float: right;
	width: 42%;
	padding-left: 10px;
	padding-right: 10px;
}

.slogan {
	font-size: 35px;
	line-height: 35px;
}

.slogan h3 {
	font-size: 45px;
	padding: 10px 0;
	line-height: 30px;
}

.slider_wrapper  {
	height: 178px !important;
	margin-bottom: 35px !important;
}

.main_sl {
	background-position: center -185px !important;
}

.page1_block ul li {
	width: 50%;
	border-left: 0;
}

.box img {
	width: 100%;
}

.map address {
	float: none;
	margin-left: 0px;
	margin-bottom: 20px;
}

.caption {
	display: none;
}

.map address {
	margin-right: 0px;
	margin-bottom: 20px;
}




.img_inner.fleft {
	float: none;
	margin-bottom: 13px;
}



.img_inner {
width: 100%;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 20px !important;
}



header h1 {
	float: none;
	position: relative;	
	padding-top: 25px;
	padding-left: 0;
	padding-bottom: 0;
}

header h1 a {
	margin: 0 auto;
	height: auto;
	width: 80%;
}

header h1 a img {
	width: 100%;
}


.map figure iframe {
	width: 100%;
	height: 300px;
}

.camera_pag {
	width: auto !important; 
	margin-left: -65px !important;
	padding-bottom: 10px !important;
}

.camera_pag_ul {
	overflow: hidden;
	height: auto !important;
}
.camera_pag ul li {
	margin-left: 10px !important;
}

.camera_pag ul li span {
	background: #fff !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 500px;
}

.camera_pag ul li span:hover, .camera_pag ul li.cameracurrent span {
	background: #242320 !important;
}

}
 @media only screen and (max-width: 479px) {
 
body {
min-width:300px;
}

.arr1 {
	top: 205px;
}

.arr2, .arr3 {
	top: 435px;
}

.dark div {
	font-size: 12px;
}

.arr4 {
	top: 20px;
}

.orange, .dark {
	width: 40%;
}

.slider_wrapper  {
	height: 127px !important;
	margin-bottom: 35px !important;
}


.main_sl {
	background-position: center -230px !important;
}



 .map figure iframe {
	width: 100%;
	height: 200px;
}

}

header h1 a
{
	position: absolute;
    top: -29px;
	overflow: inherit;
}


@media screen and (max-width: 480px) {
header h1 a
{
	position:inherit;
}

}
#home-icons .col-md-2
{
    text-align: center;
    height: 160px;
    overflow: hidden;
    position: relative;
    background: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    border-radius: 3px;	
	    padding-top: 15px;
}
#home-icons .col-md-2:hover
{
	    background-color: #E01E32;
    z-index: 999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#home-icons .col-md-2:hover i
{
	color: #fff !important;
    font-size: 70px;
    opacity: 0.3;
    -webkit-animation: smallToBig 900ms alternate ease;
    -moz-animation: smallToBig 900ms alternate ease;
    -ms-animation: smallToBig 900ms alternate ease;
}
#home-icons .col-md-2:hover h3 {
    color: #fff;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
#home-icons .col-md-2 i{
	display: block;
    color: #101c8d;
    font-size: 48px;
    text-align: center;
}
#home-icons .col-md-2 h3 
{
	    color: #101c8d;
    font-size: 16px;
    line-height: 23px;
}
#home-icons .col-md-2 a
{
	text-decoration:none;
}
.btn-success {
    color: #fff;
    background-color: #101c8d !important;
    border-color: #101c8d !important;
}
.btn-primary {
    color: #fff;
    background-color: #101c8d !important;
    border-color: #101c8d !important;
}
header
{
    background: #F5F5F5;
}
.grid_13 blockquote
{
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #a4a4a4;
}
.quotation {
    float: left;
    width: 100%;
    padding: 2% 1%;
}
.quotation-left {
    float: left;
    width: 50%;
}
.quotation-right {
    float:right;
    width:56%;
    margin-top:47px;
}
.quotation
{
	background: url("../images/car-bg.jpg") no-repeat top center;	
	height: 150px;
    margin: 10px 0px;
}
.quotation-left h5{
    margin: 0;
	line-height: 28px;
    color: #fff;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 11px;
    display: none;
}
.quotation-left h5 span{
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
.quote-box {
    width: 156px;
    float: left;
    margin-right: 10px;
}
.btn-quote
{
    float: left;
}

.free-quote
{
	color: #fff;
    text-shadow: none;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
}
.referral-program
{
	
}
a.free-quote {
       font-size: 22px;
    border: 1px solid #E01E32;
    color: #fff;
    padding: 16px;
    float: left;
    width: 46%;
    margin: auto;
    margin-left: 4%;
    background: #E01E32;
}
a.free-quote:hover{
	background:#E01E32;
	color:#fff;	
	text-decoration:none;
	box-shadow: 0px 0px 10px #000;
}
select.drop-menu {
            float: left;
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 5px;
}
a.referral-program {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #E01E32;
    padding: 15px;
    color: #fff;
    position: absolute;
    right: -84px;
    top: 50%;
    position: fixed;
    border-radius: 2px;

}
a.referral-program:hover{
	color:#fff;
	background:#101c8c;
	text-decoration:none;
}
.clients-more {
    background: rgb(21,42,181);
    background: -moz-linear-gradient(top, rgba(21,42,181,1) 0%, rgba(19,40,160,1) 44%, rgba(15,32,130,1) 100%);
    background: -webkit-linear-gradient(top, rgba(21,42,181,1) 0%,rgba(19,40,160,1) 44%,rgba(15,32,130,1) 100%);
    background: linear-gradient(to bottom, rgba(21,42,181,1) 0%,rgba(19,40,160,1) 44%,rgba(15,32,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152ab5', endColorstr='#0f2082',GradientType=0 );
    color: #fff;
    height: 99px;
    vertical-align: middle;
    line-height: 99px;
    text-transform: uppercase;
}
.clients-more:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f2082+0,1328a0+56,152ab5+100 */
	background: rgb(15,32,130); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(15,32,130,1) 0%, rgba(19,40,160,1) 56%, rgba(21,42,181,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(15,32,130,1) 0%,rgba(19,40,160,1) 56%,rgba(21,42,181,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(15,32,130,1) 0%,rgba(19,40,160,1) 56%,rgba(21,42,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2082', endColorstr='#152ab5',GradientType=0 ); /* IE6-9 */
}
.clients-more a{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    display: block;
}
.clients-more a:hover{
	text-decoration:none;
	color:#fff;
	
}
.sidebar-contact-infos
{
    background: url("../images/get-it-touch1.jpg") no-repeat top center;
    width: 270px;
    height: 188px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 100px;
}
p.phone-number {
    color:#101c8d;
    font-size: 17px;
    font-weight: bold;
}
.phone-number .fa-phone
{
	color:#101c8d;
    margin-top: 4px;
}
.mail-number a
{
	color:#101c8d;
}
.mail-number .fa-envelope
{
	    color:#101c8d;
    margin-top: 3px;
    margin-right: 9px;
}
.btminner-left-sidebar {
    background: #101c8d;
}
.btminner-left-sidebar h3{
    color: #fff;
    margin: 0;
    font-size: 19px;
    padding: 15px 17px;
}
.btminner-left-sidebar {
    background: #101c8d;
    padding-bottom: 20px;
}
.btminner-left-sidebar li{
	    line-height: 35px !important;
}
.btminner-left-sidebar li a{
	    padding: 0px 10px 0px 18px !important;
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
}
.btminner-left-sidebar li a i{
	    margin-top: 10px;
    color: #fff;
}
.btminner-left-sidebar li a:hover{
	text-decoration:none !important;
	color:#E01E32;
}
.btn-quote button.btn.btn-primary
{
    background: url("../images/btn-bg.png") no-repeat top center;
    width: 152px;
    height: 36px;
    border: none;
}
.content {
    background-color: #fff;
    padding-bottom: 36px;
    border-top: 1px solid #b78024;
    line-height: 26px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.service-listing
{
	
}
.service-listing li
{
	background: url("../images/list-icon.png") no-repeat left center;
    padding-left: 25px;
    line-height: 26px;
}
h5.accident-heading {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
	margin-bottom:10px;
}
.accident-listing
{
    margin-bottom: 25px;
    border-bottom: 4px double #ccc;
    padding-bottom: 15px;	
}
.accident-listing li
{
	background: url("../images/claim-listing.png") no-repeat left center;
    padding-left: 25px;
    line-height: 26px;	
}
li.listing-top {
    background: url("../images/claim-listing.png") no-repeat  0% 12%;
}
h3.claim-company, .claim-info h3 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 35px;
}
.all-insurance-listing h4{
    padding-top: 0px;
    margin-bottom: 0;
    background: #101c8d;
    color: #fff;
    letter-spacing: 0px;
    line-height: 42px;
    padding-left: 15px;
}
.all-insurance-listing tr td a {
    color: #fff;
    background: #E01E32;
    padding: 7px 19px;
	  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.all-insurance-listing tr td a:hover {
	text-decoration:none;
    color: #fff;
    background: #101c8d;
    padding: 7px 19px;
}
li.service-listingtop {
    background: url("../images/list-icon.png") no-repeat 0% 15%;
}
.team-dtl {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.8);
	
}
div#our-team {
    position: relative;
	transition: all .2s ease-in-out;
}
div#our-team:hover
{
	transform: scale(1.1);
}
div#our-team:hover .team-dtl 
{
	display:none;
}
.team-dtl i{
    font-size: 56px;
    color: #fff;
    vertical-align: middle;
    display: table;
    margin: auto;
    top: 40%;
    position: relative;
}
#our-team-strong
{
	position: relative;
	transition: all .2s ease-in-out;	
}
div#our-team-strong:hover
{
	transform: scale(1.1);
}
div#our-team-strong:hover .team-dtl 
{
	display:none;
}
.team-listing {
    margin-bottom: 15px;
}
.team-listing img{
	
}
#our-team h5{
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 0px 15px;
    top: 40%;
    position: absolute;
    width: 100%;
    line-height: 24px;
    font-size: 19px;	
}
.claim-insurance
{
	background: url("../images/claims-bg.jpg") no-repeat top center;	
	width:100%;
	height:203px;
	margin-bottom:15px;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
}
.claim-insurance h4
{
	padding: 0px;
    margin: 0px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 15px;
}
.claim-insurance ul
{
    margin-top: 15px;
}
.claim-insurance ul li
{
	background: url("../images/tick7.png") no-repeat left center;
    padding-left: 25px;
    color: #fff;
    line-height: 38px;	
}
.claim-insurance ul li a{
	color: #fff;	
}
.subtagline
{
    font-size: 21px !important;
}
.sl_wrapp {
    background: #7272dc url("../images/white-wall-3-2.png") repeat scroll 0 0!important;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #E01E32!important;
    border-color: #E01E32!important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select.drop-menu
    {
     float: left;
	 -webkit-appearance: menulist-button !important;
	line-height: 53px !important;
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 5px;
    }
}