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

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

/* MAIN CONTAINERS */

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

#content{
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 500px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.content_section{
	float: left;
	width: 100%;
	padding-bottom: 50px;}

/* HEADER */


#header_container{
	float: left;
	width: 100%;
	background-color: #18477c;}

#header{
	float: left;
	width: 100%;
	text-align: center;}

#logo{
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 122px;
	padding-bottom: 20px;
	text-align: center;
	background-image: url(../images/logo-white.png);
	background-repeat: no-repeat;
	background-position: center;}

#logo a{
	display: inline-block;
	width: 200px;
	height: 122px;}


#header_container_bottom{
	float: left;
	width: 100%;
	background-color: #18477c;}

#header_link_box{
	float: left;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

a.header_link{
	display: inline-block;
	width: 100%;
	padding: 10px;
	background-color: #417ec2;
	font-size: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    	transition: .2s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

#header_phone{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;}

a.header_tel{
	display: inline-block;
	padding-left: 35px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	background-image: url(../images/icons/phone-icon-blue.png);
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

#social_media_links{
	float: left;
	width: 100%;}

a.header_email{
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 300;
	text-decoration: none;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-image: url(../images/email-icon.png);
	background-repeat: no-repeat;}	

/* MAIN MENU */

#nav{
	display: none;}

/* HOMEPAGE SLIDER */

#homepage_slider{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 0px;}


.banner_txt{
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 10px;
	padding-bottom: 10px;
	background-image: url(../images/banner-txt-background.png);
	z-index: 2000;}

.banner_txt span{
	color: #fff;
	font-size: 23px;
	font-weight: 800;}

a.banner_link{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-weight: 800;
	color: #000;
	background-color: #edeade;
	padding: 5px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;}

a.banner_link:hover{
	background-color: #e0dbc8;}

/* FONTS */

h1{
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #1f446d;
	font-weight: 800;
	text-align: center;}

h2{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #1f446d;
	font-weight: 800;}

p{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #222222;
	font-weight: 400;}

a.link{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #1f446d;
	font-weight: 400;
	text-decoration: none;}

a.link:hover{
	text-decoration: underline;}

ul.tick{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 800;
	list-style: none;
	margin: 0px;
	padding: 0px;}

ul.tick li{
	padding-left: 30px;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;}

ul.arrow{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #222222;
	font-weight: 800;
	list-style: none;
	margin: 0px;
	padding: 0px;}

ul.arrow li{
	padding-left: 18px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;}

a.btn_link{
	display: inline: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    	transition: .2s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #4786cd;
	border: 1px solid #3369a6;}

a.btn_link:hover{
	background-color: #1f446d;}

a.arrow_link{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 3px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    	transition: .2s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #1f446d;
	background-image: url(../images/arrow-link.png);
	background-repeat: no-repeat;}

a.arrow_link:hover{
	background-color: #4786cd;}

/* HOMEPAGE */

#homepage_box_container{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;}

#homepage_box_container h2{}

.homepage_box_txt{
	float: left;
	width: 293px;
	width: 100%;
	padding-top: 20px;
	text-align: center;}

a.homepage_box{
	display: inline-block;
	width: 100%;
	max-width: 293px;
	min-height: 200px;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: left;
	background-image: url(../images/hbox1.jpg);
	background-repeat: no-repeat;
	text-decoration: none;}

a.homepage_box h2{
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	background-image: url(../images/homebox-heading-background.png);
	color: #fff;
	font-weight: 800;
	font-size: 22px;
	-webkit-transition: .2s;
    	transition: .2s;}

a.homepage_box span{
	display: block;
	color: #000;
	font-weight: 800;
	font-size: 18px;}

.homepage_box_txt span.homepage_box_link_btn{
	display: inline-block;
	width: 100px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    	transition: .2s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #4786cd;
	border: 1px solid #3369a6;}


a.homepage_box_middle{
	display: inline-block;
	width: 100%;
	max-width: 293px;
	min-height: 200px;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: left;
	background-image: url(../images/hbox2.jpg);
	background-repeat: no-repeat;
	text-decoration: none;}

a.homepage_box_middle h2{
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	background-image: url(../images/homebox-heading-background.png);
	color: #fff;
	font-weight: 800;
	font-size: 22px;
	-webkit-transition: .2s;
    	transition: .2s;}


a.homepage_box_middle span{
	display: block;
	color: #000;
	font-weight: 800;
	font-size: 18px;}


a.homepage_box_right{
	display: inline-block;
	width: 100%;
	max-width: 293px;
	min-height: 200px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-image: url(../images/hbox3.jpg);
	background-repeat: no-repeat;
	text-decoration: none;}

a.homepage_box_right h2{
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	background-image: url(../images/homebox-heading-background.png);
	color: #fff;
	font-weight: 800;
	font-size: 22px;
	-webkit-transition: .2s;
    	transition: .2s;}

a.homepage_box_right span{
	display: block;
	color: #000;
	font-weight: 800;
	font-size: 18px;}

/* FOOTER */

#footer_top_container{
	float: left;
	width: 100%;
	background-color: #e3e3e3;
	border-top: 1px solid #dbdbdb;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

#footer_top_container p{
	float: left;
	width: 100%;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;}

#footer_top_container a.btn_link{
	display: inline-block;}

#footer{
	float: left;
	width: 100%;
	background-color: #1f446d;
	border-top: 1px solid #1f446d;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.footer_box{
	float: left;
	width: 100%;
	text-align: center;}

.footer_box h2{
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	color: #fff;
	font-weight: 800;}

.footer_box span{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;}

.footer_box a{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	text-decoration: none;}

#footer_box_right{
	float: left;
	width: 100%;
	text-align: center;}

#footer_box_right h2{
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	color: #fff;
	font-weight: 800;}

span.footer_txt{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;}

span.footer_txt a{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;}

#copyright_box{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;}

span.copyright_txt{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;}

span.developer{
	float: right;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #5a5a5a;
	font-weight: 400;}

a.infusion{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #5a5a5a;
	font-weight: 400;}

/* SERVICES PAGE */

#services_box_container{
	float: left;
	width: 100%;
	text-align: center;}

.services_box{
	display: inline-block;
	width: 100%;
	max-width: 200px;
	min-height: 250px;
	text-align: center;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.services_box img{
	max-width: 100px;}


.services_box_right{
	display: inline-block;
	width: 100%;
	max-width: 200px;
	min-height: 250px;
	text-align: center;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.services_box_content{
	float: left;
	width: 250px;
	text-align: left;}

/* ENQUIRY FORM MODULE */

#enquiry_form_standard{
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

#enquiry_form_standard h3{
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 15px;}

#enquiry_form_standard h2{
	margin-top: 15px;}

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

.form_field{
	float: left;
	width: 100%;
	max-width: 290px;
	padding-right: 10px;
	padding-top: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}


.form_field_right{
	float: left;
	width: 100%;
	max-width: 290px;
	padding-right: 1px;
	padding-top: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

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

ul.form-list{
	float: left;
	width: 700px !important;
	padding: 0px !important;
	margin: 0px !important;
	list-style: none;}

ul.form-list li{
	float: left;
	width: 700px;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	list-style: none;}


#enquiry_form_standard label{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: 800;}

#enquiry_form_standard em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;}

.form_field_row input{
	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;}

.form_field_row textarea{
	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;}

.form_field_row .button{
	cursor: pointer;
	border: 1px solid #0f3764;
	background-color: #18477c;
	width: 100%;
	max-width: 280px;
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: .2s;
    	transition: .2s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_row .button:hover{
	background-color: #4786cd;}

/* CONTACT US PAGE */

#c_box_left{
	float: left;
	width: 100%;}

#c_box_left h2{
	margin: 0px;
	font-size: 22px;
	font-weight: 800;}

#c_box_left a.link{
	color: #000;}

#c_box_right{
	float: left;
	width: 100%;}

#c_box_right h2{
	margin: 0px;
	font-size: 22px;
	font-weight: 800;}

.testimonial_box{
	float: left;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #1F446D;}

.testimonial_box p{
	margin-top: 0px;}

.testimonial_box span{
	font-weight: 800;}

/* GALLERY */

.galleria_wide{
	float: left;
	width: 100%;
	height: 500px;}

}

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

/* MAIN CONTAINERS */

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

#content{
	float: left;
	width: 980px;
	min-height: 500px;}

.content_section{
	float: left;
	width: 980px;
	padding-bottom: 50px;}

/* HEADER */


#header_container{
	float: left;
	width: 100%;
	background-color: #f6f6f6;}

#header{
	float: left;
	width: 980px;}

#logo{
	float: left;
	width: 190px;
	height: 116px;
	padding-bottom: 10px;
	padding-top: 5px;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
	background-position: center;}

#logo a{
	display: inline-block;
	width: 190px;
	height: 116px;}

#header_container_bottom{
	float: left;
	width: 100%;
	background-color: #18477c;
	height: 50px;}

#header_link_box{
	float: right;
	height: 50px;}

a.header_link{
	float: right;
	height: 40px;
	width: 340px;
	padding-right: 20px;
	padding-top: 10px;
	background-image: url(../images/header-link-background.png);
	background-repeat: no-repeat;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: right;
	-webkit-transition: .2s;
    	transition: .2s;
	background-repeat: no-repeat;}

#header_phone{
	float: left;
	width: 350px;
	height: 40px;
	padding-top: 10px;}

a.header_tel{
	float: left;
	padding-left: 35px;
	padding-top: 3px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	background-image: url(../images/icons/phone-icon.png);
	background-repeat: no-repeat;
	margin-right: 15px;}

#social_media_links{
	float: left;
	padding-top: 2px;
	padding-left: 50px;}

a.header_email{
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 300;
	text-decoration: none;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-image: url(../images/email-icon.png);
	background-repeat: no-repeat;}	

/* NAV */

.slicknav_menu{
	display: none;}

#nav{
	float: right;
	padding-top: 40px;
}

.show-hide{
	display: none;}

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

#nav ul li{
	float: left;}

#nav ul li a{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    	transition: .2s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;}

#nav ul li a:hover{
	color: #154681;}

#nav ul li a.current{
	background-image: url(../images/nav-background.png);
	color: #000;}

#nav ul li a.header_quote_link{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    	transition: .2s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #4786cd;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;}

#nav ul li a.header_quote_link:hover{
	background-color: #1f446d;}

#nav ul ul{
 /*
 display: none;
 */
	position: absolute;
	left: -3000px;
	padding: 0px;
	z-index: 999;
	background-color: #f6f6f6;}


#nav li:hover ul {
	left: 0px;}

#nav li {
	float: left;
	display: block;
	position: relative;}

/* HOMEPAGE SLIDER */

#homepage_slider{
	float: left;
	width: 980px;
	height: 500px;}

.banner{
	position: relative;
	float: left;
	width: 980px;
	height: 500px;}

.banner img{
	position: absolute;
	top: 0px;
	left: 0px;}

.banner_txt{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 500px;
	padding: 10px;
	padding-bottom: 10px;
	background-image: url(../images/banner-txt-background.png);
	z-index: 2000;}

.banner_txt span{
	color: #fff;
	font-size: 23px;
	font-weight: 800;}

a.banner_link{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-weight: 800;
	color: #000;
	background-color: #edeade;
	padding: 5px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;}

a.banner_link:hover{
	background-color: #e0dbc8;}

/* HOMEPAGE */

#homepage_box_container{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;}

#homepage_box_container h2{}

.homepage_box_txt{
	float: left;
	width: 293px;
	padding-top: 20px;
	text-align: center;}

a.homepage_box{
	float: left;
	width: 293px;
	height: 200px;
	margin-bottom: 20px;
	margin-right: 50px;
	text-align: left;
	background-image: url(../images/hbox1.jpg);
	background-repeat: no-repeat;
	text-decoration: none;}

a.homepage_box h2{
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	background-image: url(../images/homebox-heading-background.png);
	color: #fff;
	font-weight: 800;
	font-size: 22px;
	-webkit-transition: .2s;
    	transition: .2s;}

a.homepage_box span{
	display: block;
	color: #000;
	font-weight: 800;
	font-size: 18px;}

.homepage_box_txt span.homepage_box_link_btn{
	display: inline-block;
	width: 100px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    	transition: .2s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #4786cd;
	border: 1px solid #3369a6;}


a.homepage_box_middle{
	float: left;
	width: 293px;
	height: 200px;
	margin-bottom: 20px;
	margin-right: 40px;
	text-align: left;
	background-image: url(../images/hbox2.jpg);
	background-repeat: no-repeat;
	text-decoration: none;}

a.homepage_box_middle h2{
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	background-image: url(../images/homebox-heading-background.png);
	color: #fff;
	font-weight: 800;
	font-size: 22px;
	-webkit-transition: .2s;
    	transition: .2s;}


a.homepage_box_middle span{
	display: block;
	color: #000;
	font-weight: 800;
	font-size: 18px;}


a.homepage_box_right{
	float: right;
	width: 293px;
	height: 200px;
	margin-bottom: 20px;
	background-image: url(../images/hbox3.jpg);
	background-repeat: no-repeat;
	text-decoration: none;}

a.homepage_box_right h2{
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	background-image: url(../images/homebox-heading-background.png);
	color: #fff;
	font-weight: 800;
	font-size: 22px;
	-webkit-transition: .2s;
    	transition: .2s;}

a.homepage_box_right span{
	display: block;
	color: #000;
	font-weight: 800;
	font-size: 18px;}

/* FOOTER */

#footer_top_container{
	float: left;
	width: 100%;
	background-color: #e3e3e3;
	border-top: 1px solid #dbdbdb;
	padding-top: 25px;
	padding-bottom: 25px;}

#footer_top_container p{
	float: left;
	width: 700px;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;}

#footer_top_container a.btn_link{
	float: right;}

#footer{
	float: left;
	width: 100%;
	background-color: #1f446d;
	border-top: 1px solid #1f446d;}

.footer_box{
	float: left;
	width: 346px;
	padding-left: 15px;}

.footer_box h2{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 800;}

.footer_box span{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;}

.footer_box a{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;}

#footer_box_right{
	float: right;
	width: 256px;}

#footer_box_right h2{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 800;}

span.footer_txt{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;}

span.footer_txt a{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;}

#copyright_box{
	float: left;
	width: 950px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 15px;}

span.copyright_txt{
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;}

span.developer{
	float: right;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #5a5a5a;
	font-weight: 400;}

a.infusion{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #5a5a5a;
	font-weight: 400;}

/* FONTS */

h1{
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #1f446d;
	font-weight: 800;}

h2{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #1f446d;
	font-weight: 800;}

p{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #222222;
	font-weight: 400;}

a.link{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #1f446d;
	font-weight: 400;
	text-decoration: none;}

a.link:hover{
	text-decoration: underline;}

ul.tick{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 800;
	list-style: none;
	margin: 0px;
	padding: 0px;}

ul.tick li{
	padding-left: 30px;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;}

ul.arrow{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #222222;
	font-weight: 800;
	list-style: none;
	margin: 0px;
	padding: 0px;}

ul.arrow li{
	padding-left: 18px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;}

a.btn_link{
	display: inline: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    	transition: .2s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #4786cd;
	border: 1px solid #3369a6;}

a.btn_link:hover{
	background-color: #1f446d;}

a.arrow_link{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 3px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s;
    	transition: .2s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #1f446d;
	background-image: url(../images/arrow-link.png);
	background-repeat: no-repeat;}

a.arrow_link:hover{
	background-color: #4786cd;}

/* SERVICES PAGE */

.services_box{
	float: left;
	width: 293px;
	min-height: 250px;
	margin-right: 50px;
	text-align: center;}

.services_box img{
	max-width: 100px;}


.services_box_right{
	float: right;
	width: 293px;
	min-height: 250px;
	text-align: center;}

.services_box_content{
	float: left;
	width: 293px;
	text-align: left;}

/* CASE STUDIES PAGE */

.case_study_box{
	float: left;
	width: 293px;
	min-height: 250px;
	margin-right: 50px;}

.case_study_box img{;}


.case_study_box_right{
	float: right;
	width: 293px;
	min-height: 250px;}

.case_study_box_content{
	float: left;
	width: 293px;}

/* CASE STUDY PAGE */

#client_brief_box{
	float: left;
	width: 400px;}

#client_brief_box h2{
	margin: 0px;
	font-size: 18px;}

#client_testimonial{
	float: right;
	width: 370px;
	background-color: #ededed;
	padding: 15px;}

#client_testimonial p{
	padding: 0px;
	margin: 0px;}

/* GALLERY */

.galleria_wide{
	float: left;
	width: 980px;
	height: 500px;}

/* CONTACT US PAGE */

#c_box_left{
	float: left;
	width: 400px;}

#c_box_left h2{
	margin: 0px;
	font-size: 18px;}

#c_box_left a.link{
	color: #000;}

#c_box_right{
	float: right;
	width: 400px;}

#c_box_right h2{
	margin: 0px;
	font-size: 18px;}

/* QUOTE FORM */

/* ENQUIRY FORM MODULE */

#enquiry_form_standard{
	float: left;
	width: 750px;
	background-color: #efefef;
	padding: 10px;}

#enquiry_form_standard h3{
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 15px;}

#enquiry_form_standard h2{
	margin-top: 0px;}

.form_field_row{
	float: left;
	width: 100%;
	margin-top: 15px;}

.form_field{
	float: left;
	width: 220px;
	margin-right: 45px;}


.form_field_right{
	float: right;
	width: 220px;}

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

ul.form-list{
	float: left;
	width: 700px !important;
	padding: 0px !important;
	margin: 0px !important;
	list-style: none;}

ul.form-list li{
	float: left;
	width: 700px;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	list-style: none;}


#enquiry_form_standard label{
	display: block;
	width: 100%;
	font-size: 15px;
	color: #000;
	font-weight: 800;}

#enquiry_form_standard em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;}

.form_field_row input{
	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;}

.form_field_row textarea{
	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;}

.form_field_row .button{
	cursor: pointer;
	border: 1px solid #0f3764;
	background-color: #18477c;
	width: 150px;
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: .2s;
    	transition: .2s;}

.form_field_row .button:hover{
	background-color: #4786cd;}

.testimonial_box{
	float: left;
	width: 800px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #1F446D;}

.testimonial_box p{
	margin-top: 0px;}

.testimonial_box span{
	font-weight: 800;}

}



