body{
	margin: 0px;
	background-color: #ffffff;
	font-family: 'Lato', sans-serif;
}

/* FONTS */

p{
	font-size: 16px;
	color: #3a3a3a;
	line-height: 23px;
}

ul{
	font-size: 15px;
	color: #3a3a3a;
	line-height: 23px;
}

h1{
	font-size: 28px;
	font-weight: 800;
	color: #1f5db2;
	margin-top: 0px;
}

h2{
	
	font-weight: 800;
    font-size: 25px;
	color: #000;
	margin-bottom: 20px;
}

h3{
	font-weight: 800;
    font-size: 25px;
	color: #000;
	margin-bottom: 20px;
}

h4{
	
	font-size: 25px;
    font-weight: 600;
    color: #03142a;
   	margin-bottom: 20px;
}

h3.phone-heading{
	background-image: url(../images/icons/contact-phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	margin-bottom: 0px;
}

h3.email-heading{
	background-image: url(../images/icons/contact-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	margin-bottom: 0px;
}

h2.address-heading{
	background-image: url(../images/icons/contact-address.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.contact-box-form h3{
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-weight: 200;
	margin-bottom: 25px;
	text-align: center;
}

a.link{
	font-family: 'Oxygen', sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: #2c452b;
	line-height: 25px;
	text-decoration: none;
	-webkit-transition: .2s;
    	transition: .2s;
}

a.link:hover{
	text-decoration: underline;
}
ul.ticks{
	padding: 0px;
	margin: 0px;
	padding-bottom: 25px;
	list-style: none;
	font-size: 15px;
	color: #3a3a3a;
	line-height: 23px;
	font-weight: 800;
}

ul.ticks li{
	padding-left: 30px;
		background-image: url(../images/icons/tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}

/* COLOURS */

.blue{
	background-color: #1f5db2;
	border-top: 2px solid #0f3b77;
	border-bottom: 2px solid #0f3b77;
}

/* CONTAINERS */

.container{
	margin: 0 auto;
	width: 980px;
}

#content{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.content-blue{
	background-color: #3079dc;
	text-align: center;
	padding-bottom: 50px !important;
}

.content-blue h1{
	color: #fff !important;
}

.content-blue h2{
	color: #fff !important;
}

.content-blue h3{
	color: #fff !important;
	margin-bottom: 0px;
}

.content-blue #contact-container a{
	color: #fff !important;
	font-size: 20px;
}

.content-blue #page-intro p{
	font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    color: #fff;
	text-align: center;
}

.content-blue .contact-box-form{
	background: none;
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 420px;
	padding: 0px;
}

.content-banner{
	padding-top: 0px !important;
}

#content-inner{
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 75px;
}

#content-outer{
	float: left;
	width: 100%;
}

#content-homepage{
	float: left;
	width: 100%;
	padding-bottom: 0px;
}

.box-full-width{
	float: left;
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #cdcdcd;
}

#content-grey{
	float: left;
	width: 100%;
	background-color: #d9d9d9;
}

#content-left{
	float: left;
	width: 70%;
	padding-right: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#content-left h2{
	font-size: 20px;
	margin-bottom: 10px;
}

#content-left a{
	color: #03142a;
}

#content-right{
	float: right;
	width: 30%;
}

.content-box{
	float: left;
	width: 100%;
	padding: 25px;
}

.content-box h2{
	margin-top: 0px;
}

#homepage-content{
	float: left;
	width: 100%;
	padding-top: 700px;
}

.box-right{
	float: right !important;
	padding-left: 50px;
}
/* PAGE TITLES */

.page-header{
	float: left;
	width: 100%;
	padding-top: 140px;
	padding-bottom: 100px;
	background-color: #d9d9d9;
	text-align: center;
}

.page-header img{
	display: inline-block;
	width: 30px;
	margin-top: 25px;
}

.page-header h1{
	display: inline-block;
	font-weight: 800;
	font-size: 35px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	color: #fff;
}


.page-header p{
	margin: 0px;
	padding: 0px;
	color: #000;
}

.page-header{
	background-image: url(../images/titles/rental.jpg);
}


/* HEADER */

#header-container{
	position: relative;
	float: left;
    width: 100%;
	 background-color: #fff;
    border-bottom: 1px solid #ededed;
	z-index: 999;
}

#header-container2{
	position: relative;
	float: left;
    width: 100%;
	 background-image: url(../images/header-background.png); 
	z-index: 999;
}


#header{
    float: left;
    width: 100%; 
    text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}  

#header-top{
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	 background-color: #f4f4f4;
	/*background-image: url(../images/header-top-background.png);*/
}

#logo{
    float: left;
	
	background-image: url(../images/logo-background.png);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;

}

#logo img{
    width: 100%;
    max-width: 140px;
}

#header-phone-box{
    float: right;
}

a.header-tel{
    float: right;
    font-size: 15px;
    color: #000 !important;
    font-weight: 500;
    text-decoration: none;
    padding-left: 25px !important;
    background-image: url(../images/icons/phone.png);
	background-position: left center;
    background-repeat: no-repeat;
	background-size: 18px;
	padding-right: 0px !important;
	margin-left: 30px;
}

a.header-email{
    float: right;
    font-size: 15px;
    color: #000 !important;
    font-weight: 500;
    text-decoration: none;
    padding-left: 25px !important;
    background-image: url(../images/icons/contact-email.png);
	background-position: left center;
    background-repeat: no-repeat;
	background-size: 18px;
	padding-right: 0px !important;
}


a.login{
    float: right;
	padding: 5px;
	background-color: #09203f;
    font-size: 12px;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    padding-left: 23px !important;
    background-image: url(../images/icons/lock.png);
	background-position: left center;
    background-repeat: no-repeat;
	background-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-transition: .2s;
    transition: .2s;
}

a.login:hover{
	background-color: #04367b;
}

a.make-enquiry{
    float: right;
	margin-right: 15px;
	padding: 5px;
	background-color: #04367b;
    font-size: 12px;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
	padding-left: 23px !important;
    background-image: url(../images/icons/enquiry.png);
	background-position: left center;
    background-repeat: no-repeat;
	background-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-transition: .2s;
    transition: .2s;
}

a.make-enquiry:hover{
	background-color: #f9540b;
}

#header-box img{
    float: right;
    max-width: 20px;
}

#social-media{
	float: right;
	padding-left: 25px;
}

#social-media img{
	float: right;
	margin-left: 5px;
	width: 16px;
}

/* HOMEPAGE */

#homepage-slider{
	float: left;
    width: 100%;
	height: 500px;
	z-index: 0;
	overflow: hidden;
}


#project-slider{
    position: relative;
     float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    
}

.banner{
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background-size:  cover;
    background-repeat: no-repeat;
	background-position: center center;
	
}

.banner-short{
	padding-top: 130px;
	height: 300px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.banner-short h1{
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	margin: 0px;
	line-height: 45px;
	text-transform: uppercase;
}

#project-slider .banner{
	height: 700px;
}

#banner-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    display: inline-block;
    padding: 25px;
    background-image: url(../images/header-background.png); 
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

#banner-logo img{
    width: 100%;
}


#project-slider #banner-logo{
	top: 50px;
	margin: 50px 0 0 -100px;
	text-align: center;
	padding: 15px;
}

#project-slider #banner-logo h1{
	color: #fff;
	margin: 0px;
	padding: 0px;
}


.banner-txt span strong{
    color: #67b541;
}



.banner-txt{
	display: inline-block;
	width: 100%;
	max-width: 600px;
	margin-top: 100px;
	padding-bottom: 10px;
	/*background-image: url(../images/banner-txt-background.png);*/
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
	
	background-image: url(../images/banner-txt-background.png);
	padding: 25px;
}

.banner-txt h1{
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	margin: 0px;
	line-height: 45px;
	text-transform: uppercase;}

.banner-txt h1 span{
	
}

.banner-txt p{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	max-width: 500px;}

.banner-button{
	float: left;
	width: 100%;
}


.banner-txt a{
	display: inline-block;
	font-weight: 800;
	color: #fff;
	font-size: 14px;
	background-color: #3079dc;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius:2px;
	border-radius: 2px;
	background-image: url(../images/icons/right-arrow-small.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center left;
	text-decoration: none;
	text-transform: uppercase;
	 -webkit-transition: .3s;
    transition: .3s;}

.banner-txt a:hover{
	background-color: #f9540b;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
		background: #3079dc;

}

/* HOMEPAGE */

#strapline-container{
	float: left;
	width: 100%;
	padding: 50px;
	padding-left: 0px;
	padding-right: 0px;
	/*background-color: #1f5db2;*/
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
	background-color: #1f5db2;
}

#strapline-container p{
	margin: 0px;
	font-size: 22px;
	font-weight: 300;
	line-height: 25px;
	color: #fff;
}

#strapline-container h1{
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	/*background-image: url(../images/heading-line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 15px;*/
}

/* FULL WIDTH BLOCK */

.block-full{
	float: left;
	width: 100%;
	padding: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/* HOMEPAGE */

.tick-box{
	float: left;
	width: 50%;
	min-height: 150px;
	max-width: 600px;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-image: url(../images/icons/tick-circle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40px;
	padding-left: 70px;
	padding-right: 20px;
}

.tick-box h3{
	text-align: left;
	color: #fff;
	margin-top: 0px;
}

.tick-box p{
	text-align: left;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

/* FOOTER */

#testimonials-container{
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px;
	padding-top: 50px;
	padding-bottom: 100px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #f8f8f8;
}

.testimonial-left-wide{
	float: left;
	width: 100%;
	background: url(../images/quotes.png);
	background-repeat: no-repeat;
	padding-left: 100px;
	margin-top: 50px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.testimonial-left-wide .quote-box-container{
	float: left;
	width: 100%;
	background: url(../images/quotes-bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 100px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}
	
	
.testimonial-left-wide .quote_box{
	float: left;
	width: 100%;
	background: none;}

	
.testimonial-left-wide .author_box{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;}

.testimonial-extract{
	font-size: 30px;
}

.quote-box p{
	font-size: 18px;
}	
	
span.author{
	color: #3079dc;

	font-weight: 800;
	font-size: 16px;}
	
span.testimonial_job{
	font-weight: 300;
	font-size: 16px;
	color: #000;}
	
span.testimonial_extract{
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	font-size: 25px;}
	
p.testimonials_headline{
	text-align:  left;
	padding-bottom: 50px;
	border-bottom: 1px solid #e3e3e3;}
.tsslider{
	padding: 0px;
	margin: 0px;
}

.tsslider li{
	padding: 0px;
	margin: 0px;
}

#footer-container{
	background-color: #1d1f20;
	float: left;
	width: 100%;
	padding: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

#footer-container span{
	font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
	float: left;
	margin-right: 10px;
}

#footer-container a{
	color: #fff;
	text-decoration: none;
	
}

.footer-strapline{
	float: left;
	width: 100%;
	padding-bottom: 100px;
}

#footer-container ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
}

#footer-container ul li{
	float: left;
	margin-right: 10px;
}

#footer-container ul li a{
	font-size: 20px;
    line-height: 35px;
    font-weight: 200;
    color: #fff;
	text-decoration: none;
}

#footer-container ul li a:hover{
	text-decoration: underline;
}

#footer-copyright{
	float: left;
	width: 100%;
	text-align: left;
}

#footer-copyright span{
	font-size: 15px;
	text-align: left;
}

/* BOXES */

.row{
	float: left;
	width: 100%;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.pad-top{
	padding-top: 50px;
}

.pad-bottom{
	padding-bottom: 50px;
}

.btn-box{
	float: left;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 15px;
	
}

.permits{
	padding: 0px;
	min-height: 325px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/banners/banner1.jpg);
}

.wardens{
	min-height: 325px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/banners/banner1.jpg);
}

.anpr{
	min-height: 325px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/banners/banner1.jpg);
}

.solutions-row{
	background: #fff;
	padding-bottom: 75px;
}

.solutions-row .box2{
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#box-content{
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

.solutions-row h2{
	float: left;
	min-width: 200px;
	padding: 10px;
	background-image: url(../images/title-txt.png);
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.solutions-row h3{
	margin-top: 0px;
	font-size: 16px;
	font-weight: 800;
}

.solutions-row a.btn{
	background-color: #d4d4d4;
	color: #000;
	text-shadow: none;
	padding: 5px;
	font-size: 14px;
}

/* BUTTONS */

.btn{
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	background: #3079dc;
    color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-border-radius: 52px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	 -webkit-transition: .2s;
    transition: .2s;
    font-weight: 800;
    color: #fff;
    font-size: 14px;
text-decoration: none;
    text-transform: uppercase;

}

.btn:hover{
	background: #f9540b;
}

.content-box .btn-box{
	text-align: left;
}

.blue .btn{
	background: #f9540b;
}
	
/* PERMIT */

.permit-block{
	text-align: center;
	background-color: #fff;
}

.permit-block h2{
	color: #3a3a3a;
	font-size: 30px;
	margin-bottom: 25px;
}

.permit-block .box3{
	padding-left: 10px;
	padding-right: 10px;
}

.permit-block h3{
	color: #000;
	margin-bottom: 20px;
}

.permit-box p{
	color: #000;
	font-size: 14px;
	line-height: 16px;
}

.permit-box{
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	/*background-color: #1f5db2;
	border-right: 1px solid #032655;
	border-bottom: 1px solid #032655;*/
	height: 260px;
	max-width: 260px;
	padding: 50px;
	padding-top: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-border-radius:1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	text-decoration: none;
	margin-bottom: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/permit.png);
	background-size: 100%;
}

.permit-box h3{
	width: 100%;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	/*background-color: #0b4491;*/
	/*border-left: 5px solid #bfbfbf;
	border-right: 5px solid #bfbfbf;*/
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	color: #000;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.permit-box span{
	display: inline-block;
	padding: 5px;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.permit-box p{
	display: inline-block;
	padding: 0px;
	color: #000;
}

#page-intro{
	float: left;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 50px;
	
}

#page-intro h1{
	color: #000;
	text-align: center;
	font-size: 40px;
    font-weight: 800;
    margin: 0px;
    text-transform: uppercase;
}

/* CONTACT US */

#contact-container{
	float: left;
	width: 100%;
}

#contact-container a{
	color: #000;
	text-decoration: none;
}

#contact-container span{
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

/* CONTACT PAGE */

.contact-box-form{
	float: right;
	width: 100%;
	padding: 20px;
	padding-bottom: 5px;
	background-color: #e5e5e5;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
}

.contact-box-form h3{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000;
	text-align: left;
}

.form-field-row label{
	font-size: 17px;
	color: #000;
	font-weight: 300;
	line-height: 30px;
}

.form-field-row em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}

.form-field-row input{
	border: 1px solid #bfbfbf;
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    transition: .3s;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.form-field-row input:hover{
	border: 1px solid #3079dc;
}

.form-field-row input:focus{
	border: 1px solid #3079dc;
}

.form-field-row textarea{
	border: 1px solid #bfbfbf;
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
		-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.form-field-row textarea:hover{
	border: 1px solid #3079dc;
}

.form-field-row textarea:focus{
	border: 1px solid #3079dc;
}

.form-field-row select{
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
		-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
}

.form-field-row .btn{
	display: inline-block;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    	transition: .3s;
	border-right: none;
	background-color:#f9540b !important;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	border: none !important;
	/*background-image: url(../images/booking-btn.png);
	background-position: right;
    	background-repeat: no-repeat;*/
	cursor: pointer;
}

.form-field-row .btn:hover{
	background-color: #98c4ff;
	border: 2px solid #2765ba;
}


.form-field-row{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.form-field{
	float: left;
	width: 190px;
	margin-right: 12px;
}


.form-field-right{
	float: right;
	width: 190px;
}

.form-field-wide{
	float: left;
	width: 100%;
	max-width: 430px;
	margin-right: 10px;
}
	
/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 980px) {

#testimonials-container{
	padding-left: 0px;
	padding-right: 0px;
}

.testimonial-left-wide{
	padding-left: 30px;
}

.testimonial-left-wide .quote-box-container{
	padding-right: 30px;
}

#strapline-container{
	padding-left: 15px;
	padding-right: 15px;
}

#contact-container{
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


#page-intro{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.pad-top{
	padding-top: 25px;
}

.box-right{
	padding-left: 15px;
	padding-right: 15px;
}

.contact-box-form{
	margin-top: 25px;
}

.box3{
	width: 100%;
}

#logo{
	width: 100%;
	text-align: center;
}

.container{
	width: 100%;
}

#nav{
	display: none;
}

.slicknav_menu{
	float: left;
	width: 100%;
}

.menu-open{
	background: #0100ad !important;
}

.menu-open .slicknav_icon-bar{
	background: #fff !important;
}

#header-top{
	position: relative;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;

	/*background-image: url(../images/header-top-background.png);*/
	z-index: 99;
	text-align: center;
}

#header-phone-box{
	float: none;
	display: inline-block;
}
/*
#header-phone-box{
	position: absolute;
	top: -25px;
	left: 0;
	z-index: 9999;
}*/


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 800px) {

.box2{
	width: 100%;
}

.tick-box{
	width: 100%;
	max-width: 100%;
	min-height: 50px
}

.form-field{
	width: 100%;
	margin-right: 0px;
	padding-bottom: 10px;
}

.form-field-row{
	padding-bottom: 0px;
}

.content-blue .form-field-row .btn{
	margin-top: 10px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 550px) {

#header-phone-box{
	float: left;
	display: inline-block;
	max-width: 300px;
}

a.header-tel{
	float: left;
	margin-left: 15px;
}

a.header-email{
	float: left;
	margin-left: 15px;
}

.slicknav_btn{
	padding: 10px !important;
}

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 981px) {
    
/* NAV */

.slicknav_menu{
	display: none;}


#nav{
	float: right;
	padding-top: 22px;
	padding-bottom: 15px;
}

#header #nav{
	
}

.show-hide{
	display: none;}

#nav ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav ul li{
	float: left;
	margin-left: 3px;
}
    
#nav ul li.spacer{
    border-left: 1px solid #808080;
    margin-left: 15px;
    padding-left: 15px;
}

#nav ul li a{
	float: left;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    -webkit-transition: .2s;
    transition: .2s;
	 -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

}

#nav ul li a:hover{
	background: #dedede !important;
	
}

.current a{
	background: #dedede !important;
}

#nav ul li a.header-btn{
	display: block;
	padding: 8px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
   background-image: url(../images/current-background.png);
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    transition: .2s;
    text-transform: uppercase;
	background: #3079dc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

}

#nav ul li a.header-btn:hover{
	background: #f9540b !important;
}

#nav ul li.nav-last{
	border-right: none;
}

#nav img{
	float: left;
	height: 20px;
}


#nav ul li a.sm-link{
	padding: 0px;
	padding-top: 7px;
}

}

