@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.clear {
	clear: both;
}

body {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #565656;
}

a { text-decoration: none; }
a:hover { text-decoration: underline }

.wrapper-topbar {
	width: 100%;
	background-color: #565656;
}
.top-bar {
	width: 978px;
	margin: 0 auto 0 auto;
	font-size: 13px;
	color: #ffffff;
	padding: 7px 0px 7px 0px;
}
.top-bar a { color: #ffffff; }
.address, .email, .telephone {
	position: relative;
	float: right;
	margin: 0px 0px 0px 60px;
}
.address:before, .email:before, .telephone:before {
    position:absolute;
    font-family: FontAwesome;
    top:0;
}
.address:before { content: "\f041"; left:-15px; }
.email:before { content: "\f0e0"; left: -20px; }
.telephone:before { content: "\f095"; left:-17px; }

.header {
	width: 978px;
	margin: 0 auto 0 auto;
	padding: 35px 0px 35px 0px;
}
.logo {
	float: left;
	width: 206px;
	height: 62px;
}
.navigation {
	float: right;
	margin-top: 20px;
}
.navigation li {
	list-style: none;
	display: inline;
	border-right: 1px solid #d0d0d0;
	margin-left: -5px;
}
.navigation li.last {
	border-right: 0px;
}
.navigation ul li a {
	color: #565656;
	padding: 13px 33px 13px 33px;
}
.navigation ul li a:hover, .navigation ul li .active {
	background-color: #004489;
	color: #ffffff;
	text-decoration: none;
}
.submenu {
	background-image: url(../img/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: center 36px;
}
.submenu:hover {
	background-image: url(../img/menu-arrow-white.png);
	background-repeat: no-repeat;
}
.navigation .dropdown-services {
	width:285px;
	background-color:rgba(0, 68, 137, 1.0);
	padding:20px 30px 20px 30px;
	display:none;
	position:absolute;
	margin-top:12px;
	margin-left: 155px;
	z-index: 9999;
}
.navigation .dropdown-fees {
	width:85px;
	background-color:rgba(0, 68, 137, 1.0);
	padding:20px 30px 20px 30px;
	display:none;
	position:absolute;
	margin-top:12px;
	margin-left: 358px;
	z-index: 9999;
}
.navigation .dropdown-services li, .navigation .dropdown-fees li {
	list-style: none;
	display: block;
	border-right: 0px;
	line-height: 1.7;
}
.navigation .dropdown-services ul li a, .navigation .dropdown-fees ul li a {
	color: #ffffff;
	padding: 0px;
}
.navigation .dropdown-services ul li a:hover, .navigation .dropdown-fees ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.no-banner {
	width: 100%;
	height: 3px;
	background-image: url(../img/shadow.jpg);
	background-repeat: repeat-x;
}

.banner {
	width: 100%;
	background-color: #efeeee;
}
.slider, .testimonials-slider {
	width:100%;
	position: relative;
	overflow: auto;
}
.slider ul li, .testimonials-slider ul li {
	float: left;
	position: relative;
}
.slider li {
	list-style-type: none;
	width: 100%;
	height: 500px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.testimonials-slider li {
	list-style-type: none;
	width: 100%;
	height: 130px;
}
.slider-image1 { background-image: url(../img/banner1.jpg) }
.slider-image2 { background-image: url(../img/banner2.jpg) }
.slider-image3 { background-image: url(../img/banner3.jpg) }
.wrapper-caption {
	width: 100%;
	background-color:rgba(0, 68, 137, 0.6);
	position: absolute;
  	bottom: 0px;
}
.caption {
	width: 978px;
	margin: 0 auto 0 auto;
	padding: 40px 0px 30px 0px;
}
.caption h1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 22px;
}
.caption h2 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 300;
}
.arrows {
	width: 100%;
	position: absolute;
	bottom: 43px;
	z-index: 9999;
}
.prev {
	float: left;
	margin-left: 30px;
	cursor: pointer;
}
.next {
	float: right;
	margin-right: 30px;
	cursor: pointer;
}

.content {
	width: 978px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.homeservice-box {
	width: 222px;
	float: left;
	margin-right: 30px;
}
.homeservice-detail {
	width: 182px;
	padding: 20px;
	background-color: #565656;
	text-align: center;
	display:block;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.homeservice-detail:hover {
	background-color:  #004489;
	text-decoration: none;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.content .homeservice-detail h1 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 12px;
}
.content .homeservice-detail p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 10px;
}
.homeservice-link {
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
}

.service-box {
	width: 306px;
	float: left;
	margin-right: 30px;
}
.service-detail {
	width: 266px;
	padding: 20px;
	background-color: #565656;
	text-align: center;
	display:block;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.service-detail:hover {
	background-color:  #004489;
	text-decoration: none;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.content .service-detail h1 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 12px;
}
.content .service-detail p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 10px;
}
.service-link {
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
}
a.more-services {
	display: block;
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-color: #004489;
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	margin-top: 25px;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
a.more-services:hover {
	background-color: #565656;
	text-decoration: none;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.content h1 {
	font-size: 38px;
	font-weight: 700;
	color: #004489;
}
.content h2 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 12px;
}
.content h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 25px;
	color: #004489;
}
.content p {
	margin-top: 25px;
}
.divide {
	width: 90px;
	height: 1px;
	margin: 20px auto 30px auto;
	background-color: #39363d;
}
.welcome-img {
	float: right;
	margin-left: 40px;
}

.testimonials {
	width: 100%;
	background-image: url(../img/testimonials-bg.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.testimonials li {
	width: 100%;
	color:#ffffff;
	list-style: none;
	font-weight: 300;
}
.testimonial-client {
	padding: 7px;
	background-color: #004489;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
}

.logo-frame { height: 163px; }
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.accreditations img {
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: middle;
    max-height: 62px;
}

.wrapper-footer {
	background-color: #565656;
	width: 100%
}
.footer {
	width: 978px;
	margin: 0 auto 0 auto;
	padding: 40px 0px 40px 0px;
	font-size: 14px;
	color: #ffffff;
}
.footer-left { float: left }
.footer-right { float: right; text-align:right; }
.footer a { color: #ffffff; text-decoration: none; }
.footer a:hover { text-decoration: underline; }

#map-canvas {
	width:978px;
	height:415px;
	margin-top:30px;
}
.form-field {
	float: left;
	width: 444px;
	padding: 15px;
	margin-bottom: 25px;
	font-size: 16px;
}
.form-field-large {
	float: right;
	width: 444px;
	height: 164px;
	padding: 15px;
	font-size: 17px;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.submit-btn {
	display: block;
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-color: #004489;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	margin-top: 25px;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
	cursor: pointer;
}
.submit-btn:hover {
	background-color: #565656;
	text-decoration: none;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.telephonelarge, .emaillarge { font-size: 25px; font-weight: 300; }
.telephonelarge:before { font-family: 'FontAwesome'; content: "\f095"; left:-25px; }
.emaillarge:before { font-family: 'FontAwesome'; content: "\f0e0"; left:-25px; }

.bg_lightblue { background-color: #dce1e5; }
.bg_lightgrey { background-color: #e3e7ea }
.testimonials h1, .white { color: #ffffff }
.p30 { padding: 30px 0px 30px 0px; }
.p45 { padding: 45px 0px 45px 0px; }
.p60 { padding: 60px 0px 60px 0px; }
.p120 { padding: 120px 0px 120px 0px; }
.last { margin: 0px; }
.a-left { text-align: left; }
.h30 { height: 30px; }
.logo-frame .no-margin-right { margin-right: 0px; }
.rm25 { margin-right: 25px; }
.error { color:#A20002; }
.success { color:#019A00 }
.blue { color: #004489; }