
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, 
b, u, i, 
dl, dt, dd, ol,li,ul
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding-top: 0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	margin-bottom:0;	
}


/* remember to define focus styles! */
:focus { 
	outline: 0; 
}

/* --------------- remove apple's default styling --------------- */
	input[type="text"]{
		border-radius:0;
		padding:1px 0 1px 2px;
		-webkit-appearance: none;
	}
	
	input[type="button"],input[type="submit"],textarea{
		border-radius:0;
		-webkit-appearance: none;
	}
	
/* --------------- common input style --------------- */	
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="submit"],
	select,textarea{	
		border:0;
		margin:0;
		font-family: 'Open Sans', sans-serif;
	}	
	
	::-webkit-input-placeholder {
		color:#575857;
	}
	:-moz-placeholder {
		color:#575857;  
	}
	::-moz-placeholder {
		color:#575857;
	}
	:-ms-input-placeholder {  
		color:#575857;
	}
	
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
body{
	margin:0 auto;
	color:#575857;
    font-size:14px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-0.4px;
}
a{
	text-decoration:none;
	color:#575857;
}
li{
	list-style-type:disc;
}
p{
	font-size:14px;
	line-height:18px;	
}
hr{
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top:1px solid #d1d1d1;	
}
h1,h2,h3,h4,h5,h6{		
	font-weight:600;
}

/* ---------------------------- MAIN CLASSES ---------------------------- */
#main-wrapper{
	width:100%;
	margin:0 auto;
	position:relative;	
	/*overflow:hidden;*/
}
#header-wrapper{
	position:relative;
    z-index:3;
}
#content-wrapper{
	position:relative;	
	z-index:0;
}
#inner-content-wrapper{
	padding-top:43px;
	padding-bottom:95px;
	position:relative;
	z-index:2;
}
#inner-content-wrapper h1{
	font-size: 36px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 41px;
    padding-bottom: 8px;
}
#footer-wrapper{
	clear:both;
}

/* ---------------------------- COMMON CLASSES ---------------------------- */
.page-width{
	width:1180px;
	margin:0 auto;
	position:relative;
}
#inner-content-wrapper .page-width{
	width:1080px;
}
.common-page p{
	margin-bottom:18px;
    line-height:20px;
}
.common-page p a{
	color:#ff5c5c;
}
.common-page ul{
	padding-left:33px;
}
.common-page ul li{
	list-style-type:disc;
}
.common-page ol{
	padding-left:33px;
}
.common-page ol li{
	list-style-type:decimal;
}

/* ------------ header section ------------ */
#logo{
	margin-left:42px;
	margin-bottom: 40px;
    padding-top:47px;
    display:block;
}
#right-top-text{
	width:371px;
	position:absolute;
    right: 0;
    top: 0;
	background-color:#f5f5f5;
	padding:18px 18px 24px 18px;
	-moz-border-radius:0 0 8px 8px;
    -webkit-border-radius:0 0 8px 8px;
    border-radius:0 0 8px 8px;
    -khtml-border-radius:0 0 8px 8px;
}
#right-top-text h2{
	font-size:10px;
    text-align:center;
    letter-spacing:4.5px;
    margin-bottom:20px;
}
#right-top-text img{
	display:block;
    margin:0 auto;
}
#header-bottom{
	background-color:#696969;
}

/* ------------ menu section ------------ */
.menu-holder{
	margin-right:88px;
	width: 1180px;
    margin: 0 auto;
}
#menu-button{
	display:none;	
}
#menu-wrapper{
	margin:0 auto;
	padding-left: 17px;
}
#main-menu{
	margin:0 auto;
}
#main-menu li{
	display:inline-block;
	position:relative;
	line-height:58px;
}
#main-menu .fa.fa-home{
	font-size:21px;
}
#main-menu li.last-child{
	margin-right:0;
}
#main-menu li:after{
	content:"|";
	color:#969696;
	padding: 0 32px;
}
#main-menu li.last-child:after{
	content:"";
}
#main-menu li a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-weight:600;
	text-align:center;
	line-height:29px;
	word-spacing:2px;	
}
.nav-parent span{	
	width:16px;
	height:16px;
	display:inline-block;
	background-image:url(drop-down.png);
	vertical-align: middle;
	margin-left:7px;
}
#main-menu li a:hover{
	color:#ff5c5c;
}
@media screen and (min-width: 768px){
/* --------------- dropdown fade effect --------------- */
	#main-menu li ul{
		visibility:hidden;
		opacity: 0;	
	}
	#main-menu li:hover ul{
		visibility:visible;
		opacity: 1;
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-o-transition: all .6s;		
	}
}

/* ------------ sub menu section ------------ */
#main-menu li ul{
	width:274px;
	position:absolute;
	left:-40px;
	top:57px;
	z-index:3;	
	margin:0;
	background-color:#444444;
	padding-top: 18px;
}
#main-menu li ul:before{
	content:"";
	background-image:url(drop-down2.png);
	background-position:center;
	background-repeat:no-repeat;
	width:36px;
	height:18px;
	position:absolute;
	top:-6px;
	left:75px;
}
#main-menu li.last-child ul{
	right:0!important;
	left:auto;
}
#main-menu ul li:after{
	content:"";
	display:none;
}
#main-menu li ul li{
	display:block;
	padding:4px 14px;
	float:none;
	margin:0;
	line-height:20px;
}
#main-menu li ul li.last-child{
	border-bottom:0;
}
#main-menu li ul li a{
	color:#fff;
	font-size:17px;	
	width:auto;
	padding:0;
}

/* --------------- banner section --------------- */
#banner-section{
	position:relative;
	height:510px;
	clear:both;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	z-index:1;
}
#banner-section .page-width{
	z-index:5;
}
#banner-text{
	position:absolute;
	z-index:2;
	left:0;
	bottom:0;
	width:100%;
	background-image:url(tr.png);
	padding: 22px 0;
}
#banner-text h1{
	font-size:43px;
    color:#3e3e3e;
    font-weight:300;
    line-height:44px;
    padding-left:66px;
	letter-spacing:0.5px;
}

/* --------------- get quote section --------------- */
#get-quote-section {
    width:391px;
    position:absolute;
    right:0;
    top:-250px;
    min-height:675px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-right: 2.3%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
    -moz-box-shadow: 0px 2px 7px #000000;
    -webkit-box-shadow: 0px 2px 7px #000000;
    box-shadow: 0px 2px 7px #000000;
    background-color: #fff;
	    z-index: 1111;
}
#get-quote-inner {
    padding:14px 25px;
}
#banner-section #get-quote-section{
	top:58px;
	right:41px;
}

/*--------------- inner banner section ---------------*/
#inner-banner-section{
	height:260px;
	z-index:1;
	position: relative;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	border-bottom:28px solid #f5f5f5;
}

/*--------------- welcome section ---------------*/
#welcome-text{
	background-color:#f5f5f5;
	padding: 51px 0 29px 0;
}
#welcome-text .row{
	padding-right:540px;
	padding-left: 288px;
}
#welcome-text img{
	position:absolute;
	top:0;
	left:57px;
}
#welcome-text p{
	margin-bottom:18px;
	font-size:14px;
}

/*--------------- three blocks wrapper ---------------*/
#three-blocks-wrapper{
	overflow: hidden;
    padding: 59px 0 5px 0;
}
#three-blocks-wrapper .row{
	padding:0 42px;
}
.three-block{
	width:270px;
	float:left;
	margin-right:143px;
	padding-bottom:40px;
}
.three-block.last-child{
	margin-right:0;
}
.three-block img{
	display:block;
	margin:0 auto 16px auto;
}
.three-block h3{
	text-align:center;
	font-size:24px;
	color:#0e2552;
	text-transform:uppercase;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 8px;
	margin-bottom: 28px;
}
.three-block p{
	line-height:24px;
	margin-bottom:31px;
	font-size:16px;
}
.three-block a{
	background-color: #ababab;
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    padding: 16px 0;
    font-weight: 600;
    font-size: 20px;
}
.three-block a label{
	width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #0e2552;
    color: #9a9da2;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -khtml-border-radius: 24px;
    vertical-align:middle;
    line-height: 25px;
	font-size:20px;
	margin-left:22px;
}

/*--------------- content top area ---------------*/
.content-top-area{
	padding-right:500px;
	min-height:400px;
}
.content-top-area .row{
	clear:both;
}

/*--------------- content bottom area ---------------*/
.content-bottom-area{
	padding-top: 56px;
	    z-index:2;
		position:relative;
}

/*--------------- policywording block ---------------*/
.policywording-section{
	overflow:hidden;
}
.policywording-block{
	float:left;
	width:129px;
	margin-right: 20px;
}
.policywording-block.last-child{
	margin-right:0;
}
.policywording-block p{
	line-height:20px;
	font-weight:600;
	text-align:center;
}
.policywording-block img{
	margin-bottom:4px;
}

/*--------------- activities blocks ---------------*/
.activities-blocks{
	float:left;
	width:33.33%;
	margin-bottom: 84px;
}
.activities-list-content{
	display: none;
    position: absolute;
    bottom:75px;
    left:50px;
	margin-left:-265px;
	background-color:#ff5c5c;
	padding:20px;
	width:400px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -khtml-border-radius:10px;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(153,145,153,1);
	-moz-box-shadow: 0px 2px 2px 1px rgba(153,145,153,1);
	box-shadow: 0px 2px 2px 1px rgba(153,145,153,1);
}
.activities-list-content:after{
	content:"";
	background-image:url(arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	width:78px;
	height:39px;
	position:absolute;
	bottom:-38px;
	left:50%;
	margin-left:-39px;
	z-index:6;
}
.activities-list-content h6{
	color:#fff;
	font-size:21px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.activities-list-content p{
	color:#fff;
}
.activities-blocks ul{
	padding-left:0;
}
.activities-blocks ul li{
	position:relative;
	list-style-type:none;
	font-weight:600;
	line-height:20px;
}
.activities-blocks ul li:hover .activities-list-content{
	display:block;	
}
.activities-blocks ul li a{
	color:#ff5c5c;
	display:block;	
}
.activities-blocks ul li a:after{
	content:"";
	background-image:url(list-icon.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	position:absolute;
	left:-24px;
	top:0;
}

/*--------------- contact details left ---------------*/
.contact-details-left{
	float:left;
	width: 65%;
}
.contact-details-right{
	float:right;
	width:28%;
}
.contact-details .row{
	overflow: hidden;
    margin-bottom: 22px;
}	

/*--------------- tabs section ---------------*/
.tabs-list{
	background-color:#c4c4c4;
	margin-bottom:10px;	
	position:relative;
	width:330px;
}
.tabs-list a{
	display:block;
	padding:22px 20px;
	color:#fff;
	text-transform: uppercase;
	font-size:18px;
	font-weight:600;
	line-height:21px;
}
.tabs-list.active a{
	background-color:#ff5c5c;
}
.tabs-list.active:after{
	content:"";
	background-image:url(arrow2.png);
	background-position:center;
	background-repeat:no-repeat;
	width:19px;
	height:38px;
	position:absolute;
	top:50%;
	margin-top:-19px;
	right:-18px;
	z-index:-1;
}
.tabs-section{
	position:relative;
}
.tabs-content{
	position:absolute;
	top:0;
	left:0;
	display:none;
	background-color:#f5f5f5;
	padding: 41px 46px;	
	margin-left: 370px;
}	
.tabs-content.active{
	display:block;
}
.tabs-content  h5{
	font-size:21px;
	text-transform: uppercase;
	margin-bottom:30px;
}
.tabs-content li{
	margin-bottom:10px;
}

/*--------------- sums table ---------------*/
#sums-table .row{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
#sums-table span{
	font-weight:600;
    letter-spacing:0px;
}
.column1{
	width:18.5%;
	float:left;
}
.column2{
	width:81%;
	float:left;
}
.column-name{
	width:67%;
	float:left;
	margin-right:10%;
}
.column-price{
	width:11%;
	float:left;
}

/*--------------- welcome section ---------------*/

.footer-top{
	padding-top:31px;
	padding-bottom:14px;
	border-top: 1px solid #d1d1d1;
	text-align:center;
}
.footer-top img{
	display:inline-block;
	margin:0 22px 20px 22px;
}
#footer-bottom{
	background-color:#696969;
	padding:13px 0;
}
#footer-bottom .page-width{
	overflow:hidden;
}
#footer-bottom p{
	color:#fff;
	margin-bottom: 18px;
}
#footer-bottom p span{
	display: inline-block;
    margin: 0 10px;
}
#footer-bottom p a{
	color:#ff5c5c;
}
#footer-bottom img{
	float: right;
    margin-right:22px;
}
#footer-left{
	float:left;
	padding-top: 5px;
}

/* ---------------------------- 404 Template  ---------------------------- */
#error-message {
  	width:940px;
  	margin:0 auto;
  	padding:180px 0 50px 0;
  	text-align:center;
}
#error-message h1 {
  	font-size:350px;
  	width:100%;
  	margin:0 auto 0 auto;
  	text-align:center;
  	color:#ff5c5c;
  	border:0;
}
#error-message a{
    color:#000;
    font-size:18px;
}

/* ---------------------------- MEDIA QUERY ---------------------------- */

@media screen and (min-width:0px) and (max-width:1190px){
	.page-width{
		width:auto;
		padding-left:15px;
		padding-right:15px;
	}
	#right-top-text{
		right:15px;
	}
	
}

@media screen and (min-width:0px) and (max-width:1090px){
	#inner-content-wrapper .page-width{
		width:auto;
	}
}

@media screen and (min-width:768px) and (max-width:1190px){
	#three-blocks-wrapper .row {
		padding:0;
	}
	.three-block{
		width:30%;
		margin-right:5%;
	}
}
	
@media screen and (min-width:0px) and (max-width:1000px) {
	/* ------------ menu section ------------ */
		
	.menu-holder{
		width:100%;
		height:auto;
		margin:0;
		position:relative;
		padding:0;
	}
	#menu-button{
		display:block;
		width:100%;
		margin:0;
		font-size:30px;
		height:40px;
		color:#fff;
		padding-left: 15px;
		line-height: 40px;
	}				
	#menu-wrapper{
		display:none;
		height:auto;	
		border:0;
		width:100%;
		position:absolute;
		top:40px;
		padding:0;
	}
	#main-menu{
		height:auto;
	}	
	#main-menu li{
		float:none;		
		position:relative;
		width:100%;
		height:auto;
		border-bottom:1px solid #fff;
		background-color: #696969;
		margin:0;
		display:block;		
	}
	#main-menu li.last-child{
		border-bottom:0;
	}
	#main-menu li:after{
		content:"";
		display:none;
	}
	.nav-parent span{
		position:absolute;
		top:12px;
		right:15px;
		cursor:pointer;
	}
	
	#main-menu li a {
		line-height:30px;
		padding:5px 0;
		float:none;
		text-align:center;
		height:auto;
		margin:0;
		background:none;
		display:block;		
	}
	#main-menu li a:hover{
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-khtml-border-radius:0;
	}	
	#main-menu li:hover ul{
		display:none;
	}	
	#main-menu li ul{
		top:0;
		left:0;
		width:100%;	
		padding:0;
		position:relative;
		overflow:hidden;
		border:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-khtml-border-radius:0;
		display:none;
	}	
	#main-menu li ul .dropdown-icon{
		display:none;
	}
	#main-menu li ul li{		
		height:40px;
		border:0;
	}
	#main-menu li ul li a{
		padding:0;
		width:auto;
		color:#fff;
		line-height:40px;
		text-align:center;
		font-size:16px;
	}
	
}



@media screen and (min-width:900px) and (max-width:1024px){
	#footer-bottom img{
		width:600px;
	}
	.policywording-block.last-child {
       margin-right:20px;
	}
	#banner-text h1 {
		font-size:32px;
		line-height:36px;
		padding-left:0;
	}
	#welcome-text img{
		left:20px;
	}
	#welcome-text .row {
		padding-right:460px;
		padding-left:230px;
	}
}

@media screen and (min-width:0px) and (max-width:899px){
	#footer-bottom img{
		width:100%;
		float:none;
		display:block;
		margin:0 auto;
	}
	#footer-bottom p{
		text-align:center;
	}
	#footer-left{
		float:none;
	}
	
	
	#banner-section{
		height:auto;
    background-position: center top;
    -webkit-background-size:100%; 
    -moz-background-size:100%;
    -o-background-size:100%;
    background-size:100%;
	padding-bottom:170px;
	}
	#get-quote-section{
		position:relative;
		top:auto;
		right:auto;
		margin:40px auto 0 auto;
	}
	#banner-section #get-quote-section {
		right:auto;
	}
	.content-top-area{
		padding-right:0;
	}
	#welcome-text .row {
		padding-right:0;
		min-height:260px;
	}
}

@media screen and (min-width:0px) and (max-width:768px){
	#right-top-text{
		width:250px;
		padding:10px 10px 10px 10px;
		position:relative;
		margin:0 auto;
		right:auto;
	}
	#right-top-text img{
		width:100%;		
	}
	#logo{
		padding-top:20px;
		margin-left:auto;
	}
	#logo img{
		width:250px;
		display:block;
		margin:0 auto;
	}
	#banner-text h1{
		padding-left:0;
		font-size: 24px;
		    line-height: 32px;
	}
	.activities-blocks{
		float:none;
		width:auto;
	}
	.activities-blocks ul li a{
		padding-left:30px;
	}
	.activities-blocks ul li a:after{
		left:0;
	}
	.activities-list-content{
		left:0;
		margin-left:0;
		width:260px;
	}
	
	.footer-top img{
		max-width:100%;
		margin: 0 0 20px 0;
	}
}

@media screen and (min-width:0px) and (max-width:767px){
	.three-block {
		width: 270px;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	.three-block.last-child {
		margin-right:auto;
	}
	.tabs-content{
		margin-left: 0;
		margin-bottom:20px;
		top:auto;
		display:block!important;
		position:relative;
		padding: 41px 20px;
	}	

}
@media screen and (min-width:0px) and (max-width:768px){
	
	#three-blocks-wrapper .row {
		padding: 0;
	}	
	#welcome-text .row {
		padding-left:0;
	}
	#welcome-text img {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin:0 auto 20px auto;
	}
	
}

@media screen and (min-width:0px) and (max-width:400px){
	#get-quote-section{
		width:auto;
	}
	#tabs-left{
	}
	
	.column1 {
		width: 100%;
		float: none;
	}
	.column2 {
		width: 100%;
		float: none;
		margin-bottom:30px;
	}
	.column-name{
		margin-right:0;
	}
	.tabs-list a{
		font-size:15px;
		padding: 14px 20px;
	}
}




.policy-top {
    background: url(policy-top-back.jpg) left bottom repeat-x transparent;
    margin-bottom: 20px;
}
.policy-button {
    width: 326px;
    height: 69px;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 22px;
    line-height: 66px;
    color: #ffffff;
    text-transform: uppercase;
}
.policy-img {
    display: block;
    float: left;
    margin-top: 13px;
    margin-left: 26px;
    margin-right: 10px;
}

@media screen and (max-width: 899px) and (min-width: 0px){
#get-quote-section {
      float: left;
}
.buttonAction3{
  width:auto!important;
}
}



