/*
Theme Name: House Clearance
Theme URI: http://www.clearance-solutions.co.uk/
Author: the GoUp team
Author URI: http://www.goup.co.uk
Description:

*/

@charset 'UTF-8';
@font-face {
	font-family: 'FuturaMdBTMedium';
	src: url('fonts/futura_md_bt_medium-webfont.eot');
	src: url('fonts/futura_md_bt_medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futura_md_bt_medium-webfont.woff') format('woff'), url('fonts/futura_md_bt_medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futura_bk_btbook';
	src: url('fonts/1152845619-webfont.eot');
	src: url('fonts/1152845619-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/1152845619-webfont.woff') format('woff'), url('fonts/1152845619-webfont.ttf') format('truetype'), url('fonts/1152845619-webfont.svg#futura_bk_btbook') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
	Telephasic 1.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/


/*********************************************************************************/


/* Basic                                                                         */


/*********************************************************************************/

body {
	background: #F7F7F7;
	line-height: 1.4em;
}

body.green {
	background: #7EB75F;
}

body,
input,
textarea,
select {
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-weight: 300;
	color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	color: #666666;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

a {
	color: inherit;
	text-decoration: none;
	border-bottom: dotted 1px #62676c;
	-moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

a:hover {
	color: #f35858;
	border-bottom-color: rgba(255, 255, 255, 0);
}

strong,
b {
	font-weight: 300;
	color: #42474c;
}

em,
i {
	font-style: italic;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr {
	border: 0;
	border-top: solid 1px #ddd;
}

blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

p,
ul,
ol,
dl,
table,
.features {
	margin-bottom: 1.5em;
}

br.clear {
	clear: both;
}

header {}

header > span {
	display: block;
	color: #f34848;
}

header.major {
	text-align: center;
}

.feature {
	text-align: center;
}


/* Sections/Articles */

section,
article {
	margin-bottom: 3em;
}

section >:last-child,
article >:last-child {
	margin-bottom: 0;
}

section:last-child,
article:last-child {
	margin-bottom: 0;
}

.row > section,
.row > article {
	margin-bottom: 0;
}


/* Images */

.image {
	display: inline-block;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	outline: 0;
	border: 0;
}

.image img {
	display: block;
	width: 100%;
}

.image.full {
	display: block;
	width: 100%;
	margin: 0 0 3em 0;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: 0 0 3em 0;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

a.image:hover {
	opacity: 0.85;
}


/* Lists */

ul.default {}

ul.actions {
	padding-top: 1em;
}

ul.actions.major {
	text-align: center;
}

ul.actions li {
	display: inline-block;
	margin-left: 1em;
}

ul.actions li:first-child {
	margin-left: 0;
}

ul.divided {}

ul.divided li {
	border-top: solid 1px #d2d7dc;
	padding-top: 2em;
	margin-top: 2em;
}

ul.divided li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

ul.icons {}

ul.icons li:before {
	display: inline-block;
	color: #fff;
	background: #61666b;
	width: 2em;
	height: 2em;
	border-radius: 0.35em;
	text-align: center;
	line-height: 2em;
	margin-right: 0.75em;
}

ul.menu {}

ul.menu li {
	display: inline-block;
	border-left: solid 1px #d2d7dc;
	padding-left: 1em;
	margin-left: 1em;
}

ul.menu li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

ol.default {}


/* Forms */

form {}

form .actions {
	padding-top: 0;
}

form label {
	display: block;
}

.rightpage {
	width: 340px;
	float: left;
	margin: 0 0 0 30px;
	;
	padding: 0px;
}

.blockright {
	width: 340px;
	float: left;
	margin: 0px 0px 20px 0px;
	background: #fff;
	font-family: 'futura_bk_btbook', sans-serif;
}

.blocktitle {
	width: 300px;
	padding: 23px 20px;
	float: left;
	height: 21px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
}

.professionalTitle {
	background-color: #A3AEB2;
	font-size: 19px!important;
	font-family: 'futura_bk_btbook', sans-serif;
}

.boxcontent {
	font-family: 'futura_bk_btbook', sans-serif;
}

.clientsTitle {
	background-color: #D3655F;
}

.casestudietitle {
	background: #F7F7F7 url(images/bg_case_header.png) top left no-repeat;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.casestudietitle:hover {
	opacity: 0.6;
}

.testimonialtitle {
	background: #F7F7F7 url(images/bg_testi_header.png) top left no-repeat;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.testimonialtitle:hover {
	opacity: 0.6;
}

.casestudietitleOffice {
	background: url("images/bg_case_header.png") no-repeat scroll right top #C9BB7F;
}

.testimonialtitleOffice {
	background: url("images/bg_testi_header.png") no-repeat scroll right top #A58979;
}

.donationstitle {
	background: #F7F7F7 url(images/donationsArrow.png) top left no-repeat;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.trustpilotrating {
	background-color:#73b143;
	font-size: 19px!important;
	font-family: 'futura_bk_btbook', sans-serif;
}

.donationstitle:hover {
	opacity: 0.6;
}

.reusetitle {
	background: #F7F7F7 url(images/ecoArrow.png) top left no-repeat;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.reusetitle:hover {
	opacity: 0.6;
}

.professionalImg,
.professionalImg2,
.professionalImg3,
.professionalImg4 {
	width: 50%;
	overflow: hidden;
	float: left;
	text-align: center;
}

.professionalImg,
.professionalImg2 {
	margin-top: 20px;
	min-height: 200px;
}

.professionalImg3,
.professionalImg4 {
	min-height: 190px;
}

.professionalImg p,
.professionalImg2 p,
.professionalImg3 p,
.professionalImg4 p {
	float: none!important;
	margin-top: 20px;
	line-height: 18px;
	width: 85%!important;
	margin-left: auto;
	margin-right: auto;
}

.professionalImg img,
.professionalImg3 img {
	height: 91px;
	width: 77px;
	margin-right: 20px;
	margin-right: auto;
	margin-left: auto;
}

.professionalImg2 img,
.professionalImg4 img {
	height: 91px;
	width: 91px;
	margin-right: 20px;
	margin-right: auto;
	margin-left: auto;
}


/*.professionalImg2 {
	width: 50%;
	overflow: hidden;
	float: left;
	text-align: center;
}

.professionalImg2 p {
	float: none!important;
	margin-top: 19px;
	line-height: 18px;
}

.professionalImg2 img {
	height: 75px;
	width: 77px;
	margin-right: 20px;
	margin-right: auto;
	margin-left: auto;
}

.professionalImg3 {
	width: 50%;
	overflow: hidden;
	float: left;
	text-align: center;
}

.professionalImg3 p {
	float: none!important;
	margin-top: 19px;
	line-height: 18px;
}

.professionalImg3 img {
	height: 89px;
	width: 77px;
	margin-right: 20px;
	margin-right: auto;
	margin-left: auto;
}

.professionalImg4 {
	width: 50%;
	overflow: hidden;
	float: left;
	text-align: center;
}

.professionalImg4 p {
	float: none!important;
	margin-top: 10px;
	line-height: 18px;
}

.professionalImg4 img {
	height: 77px;
	width: 77px;
	margin-right: 20px;
	margin-right: auto;
	margin-left: auto;
}*/

.clientImg img {
	float: left;
	margin-bottom: 20px;
}

.clientImg {
	width: 100%;
	margin-top: 15px;
}

#ageuk {
	width: 130px;
	margin-left: 13px;
}

#kier {
	width: 130px;
	margin-left: 40px;
	padding-top: 5px;
}

#knight {
	width: 130px;
	margin-top: 10px;
	margin-left: 14px;
}

#chelsea {
	width: 130px;
	margin-left: 40px;
}

#lions {
	width: 77px;
	margin-top: 10px;
	margin-left: 35px;
}

#salvation {
	width: 77px;
	margin-left: 95px;
}

#bbc {
	width: 125px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#capita {
	width: 140px;
	margin-left: 25px;
	margin-top: 22px;
}

.boxcontent {
	padding: 3%;
	width: 94%;
}

.italictext {
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	font-style: italic;
	color: 516266;
	line-height: 1.4em;
}

.testimonial_right {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.right_testi_text {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	font-style: italic;
	color: 516266;
	line-height: 1.4em;
}

.right_testi_name {
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	color: 516266;
	line-height: 1.4em;
	color: #cbd0d1;
}

.box_footer {
	width: 100%;
	margin: 20px 0px 0px 0px;
	float: left;
	border-top: 1px solid #cbd0d1;
	padding-top: 20px;
}

.box_footer a {
	color: #c95b50;
	font-size: 17px;
	font-family: 'futura_bk_btbook', sans-serif!important;
	text-transform: uppercase;
}

#leftHomeContainer {
	max-width: 100%;
	float: none;
	margin: 0px auto;
	padding: 0px;
}

.containerHome {
	max-width: 1024px;
	margin: 0px auto;
	padding: 0px;
}


/*form input.text,  form select,  form textarea {
	-webkit-appearance: none;
	display: block;
	background: #f3f4f5;
	border: solid 1px #d2d7dc;
	border-radius: 0.35em;
	width: 100%;
	padding: 0.85em;
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
}*/

form input.text:focus,
form select:focus,
form textarea:focus {
	background: #fff;
}

form .formerize-placeholder {
	color: #555 !important;
}

form::-webkit-input-placeholder {
	color: #555 !important;
}

form:-moz-placeholder {
	color: #555 !important;
}

form::-moz-placeholder {
	color: #555 !important;
}

form:-ms-input-placeholder {
	color: #555 !important;
}

form::-moz-focus-inner {
	border: 0;
}


/* Tables */

table {
	width: 100%;
}

table.style1 {
	width: 100%;
}


/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: url(images/bg.jpg) top left repeat-x #F7F7F7;
}

td {
	vertical-align: middle;
	text-align: center;
	margin-right: 10px;
}

tr {
	margin-bottom: 20px;
}

#wrapper {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

#header-wrapper {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 169px;
}

#header-wrapper-inner {
	width: 100%;
	height: 50px;
	background: #333333;
	float: left;
	margin: 0px;
	padding: 0px;
}

.main_content {
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
}

.left_area {
	width: 240px!important;
	float: left;
	min-height: 550px;
}

.main_container {
	width: 800px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #F5F5F5;
	min-height: 550px;
}

#header {
	max-width: 1022px;
	margin: 20px auto 0px auto;
	height: 169px;
	padding: 0px;
}

.topheader {
	max-width: 1022px;
	margin: auto;
	width: 100%;
	height: 110px;
	padding: 0px;
	float: left;
}

.logo {
	width: 380px;
	height: 82px;
	float: left;
	margin: 10px 0px 0px 0;
	padding: 0px;
}

.header-contact {
	width: 330px;
	margin: 6px 40px 6px 0px;
	padding: 0px;
	float: right;
	text-align: right;
}

.header-contact .email {
	display: inline-block;
	float: right;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #C95B50;
	text-decoration: none;
	line-height: 38px;
}

.header-contact .tel {
	display: inline-block;
	float: right;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 42px;
	font-weight: normal;
	color: #516266;
	text-decoration: none;
	line-height: 46px;
}

#nav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

#nav li {
	list-style: none;
	width: 14.28%;
	height: 40px;
	margin: opx;
	padding: 0px;
	display: inline-block;
	float: left;
	list-style: none;
}

#nav ul ul {
	display: none;
	position: absolute;
	left: 0;
	float: left;
	z-index: 99999;
}


#nav li a {
	font-family: 'futura_bk_btbook';
	width: 100%;
	display: inline-block;
	font-size: 16px;
	padding: 8px 0px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF!important;
}

#nav li a:hover {
	color: #EACA0A;
}

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

@media screen and (min-width: 1040px) {
	#leftHomeContainer {
		max-width: 652px;
		float: left;
		margin: 0px auto;
		padding: 0px;
	}
	#nav ul ul {
		display: none;
		position: absolute;
		top: 40px;
		left: 0;
		float: left;
		width: 220px;
		z-index: 99999;
	}
	#nav ul li:hover > ul {
		display: block;
	}
}

.housesubmenu {
	background: #BF806F;
}

.aboutsubmenu {
	background: #c9bb7f;
}

.housesubmenu li, .aboutsubmenu li {
	padding: 0px;
	border-bottom: 1px solid #AD6F61;
	width: 100%!important;
	text-align: left;
}

.housesubmenu li:hover {
	background: #AD6F61;
}

.aboutsubmenu li:hover {
	background: #c4af57;
}
.housesubmenu li a, .aboutsubmenu li a {
	padding-left: 10px!important;
	text-align: left!important;
}

.officesubmenu {
	background: #779677;
}

.officesubmenu li {
	padding: 0px;
	border-bottom: 1px solid #617F61;
	width: 100%!important;
	text-align: left;
}

.officesubmenu li:hover {
	background: #617F61;
}

.officesubmenu li a {
	padding-left: 10px!important;
	text-align: left!important;
}

.about {
	background: #C9BB7F;
	color: #C9BB7F;
	width: 90px;
}

.about:hover,
.aboutsel {
	background: #C4AF57;
}

.house {
	background: #BF806F;
	color: #BF806F;
}

.house:hover {
	background: #BA6450;
}

.office {
	background: #779677;
	color: #779677;
}

.office:hover {
	background: #558E55;
}

.probate {
	background: #748F9E;
	color: #748F9E;
}

.probate:hover {
	background: #588599;
}

.areas {
	background: #7C7666;
	color: #96907C;
}

.areas:hover {
	background: #6e695b;
}

.contact {
	background: #A3AEB2;
	color: #A3AEB2;
	width: 100px;
}

.contact:hover {
	background: #80A4AD;
}

.faqmenu {
	background: #A3AEB2;
	color: #A3AEB2;
}

.faqmenu:hover {
	background: #80A4AD;
}

.blogmenu {
	background: #A3AEB2;
	color: #A3AEB2;
}

.blogmenu:hover {
	background: #80A4AD;
}

.pricing {
	background: #A58979;
	color: #A58979;
	width: 100px;
}

.pricing:hover {
	background: #A0715A;
}

.headerimg {
	width: 100%;
	float: left;
	height: 420px;
	position: relative;
	margin: 0 auto;
}

.wide-container {
	max-width: 1600px;
	height: 420px;
	margin: 1px auto 0px auto;
}

.headerimgbottom {
	width: 100%;
	float: left;
	height: 29px;
	background: url(images/bg_header_bottom.jpg) center center no-repeat;
}

.slides-pagination {
	display: none;
}

.header_text {
	width: 100%;
	height: 420px;
	margin: 0px auto;
	z-index: 50;
	position: absolute;
	left: 0px;
}

.header_text2 {
	width: 1022px;
	margin: 0px auto;
}

.clientImg {
	width: 100%;
	margin-top: 75px;
}

.container {
	max-width: 1022px;
	margin: 0px auto;
	padding: 0px;
}

.container h2.maintitle, h1.maintitle {
	font-size: 42px;
	line-height: 48px;
	color: #fff;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin: 50px 0px 0px 0px!important;
	font-weight: normal;
	filter: none;
	padding: 10px 10px;
	width: 778px;
	height: 95px;
	text-shadow: 0px -2px 3px rgba(150, 150, 150, 1);
}

.container h1.maintitle strong {
	color: #fff;
	font-weight: bold;
}

.headerimg .container {
	position: relative;
}

.maincontent {
	width: 100%;
	float: left;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

.menuleft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 289px;
}

.menuleft li {
	width: 249px;
	background: url(images/bg_leftmenu.png) top right no-repeat;
	text-align: right;
	height: 19px;
	padding: 18px 40px 33px 0px;
}

.menuleft li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */
}

.menuleft li a {
	font-size: 19px;
	font-family: 'futura_bk_btbook';
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 19px;
	display: inline-block;
	height: 30px;
}

.menuright {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 289px;
}

.menuright li {
	width: 249px;
	background: url(images/bg_rightmenu.png) top right no-repeat;
	text-align: left;
	height: 19px;
	padding: 18px 0px 33px 40px;
}

.menuright li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */
}

.menuright li a {
	font-size: 19px;
	font-family: 'futura_bk_btbook';
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 19px;
	display: inline-block;
	height: 30px;
}

.homecontainer {
	max-width: 750px;
	margin: 0px auto;
	padding: 0px;
}

.homecontainer h1 {
	font-size: 36px;
	line-height: 42px;
	color: #516266;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-weight: normal;
	width: 100%;
	text-align: center;
	letter-spacing: 3px
}

.homecontainer h1 strong {
	font-weight: bold;
	color: #516266;
}

.whitearea {
	margin: 30px 90px;
	width: 570px;
	float: left;
}

.whitearea .list1 {
	background: url(images/green.jpg) top left no-repeat;
	width: 480px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 50px;
	font-size: 21px;
	color: #516266;
	font-family: 'futura_bk_btbook';
	line-height: 1.4em;
	text-align: left;
	display: block;
}

.whitearea .list1:first-line {
	text-align: left;
}

.whitearea .list1 strong {
	font-size: 24px;
	color: #516266;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
}

.aleft {
	text-align: left!important;
}

.acenter {
	text-align: center!important;
}

.whitearea .list2 {
	background: url(images/green.jpg) top left no-repeat;
	width: 480px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 50px;
	font-size: 21px;
	color: #516266;
	font-family: 'futura_bk_btbook';
	line-height: 1.4em;
	text-align: center;
	display: block;
}

.whitearea .list2:first-line {
	text-align: left;
}

.whitearea .list2 strong {
	font-size: 24px;
	color: #516266;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
}

.whitearea .list3 {
	background: url(images/green.jpg) top left no-repeat;
	width: 480px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 50px;
	font-size: 21px;
	color: #516266;
	font-family: 'futura_bk_btbook';
	line-height: 1.4em;
	text-align: center;
	display: block;
}

.whitearea .list3 strong {
	font-size: 24px;
	color: #516266;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
}

.orblocks {
	width: 570px;
	height: 320px;
	margin: 20px auto;
}

.houseblock {
	width: 190px;
	height: 307px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_house.png) top left no-repeat;
	display: block;
}

.houseblock h2 {
	margin: 220px auto 0px auto;
}

.houseblock span {
	font-size: 26px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-family: 'futura_bk_btbook';
	color: #667D84;
	display: inline-block;
	text-align: center;
	line-height: 1.2em;
	margin: 220px auto 0px auto;
}

.houseblock:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */
}

.or {
	width: 28px;
	float: left;
	height: 307px;
	margin: 0px 76px;
	background: url(images/or.png) top left no-repeat;
}

.officeblock {
	width: 190px;
	height: 307px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_office.png) top left no-repeat;
	display: block;
}

.officeblock h2 {
	margin: 220px auto 0px auto;
}

.officeblock span {
	font-size: 26px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-family: 'futura_bk_btbook';
	color: #667D84;
	display: inline-block;
	text-align: center;
	line-height: 1.2em;
	margin: 220px auto 0px auto;
}

.officeblock:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */
}

.testimonial {
	width: 100%;
	float: left;
	margin: 0px 0px;
	padding: 0px;
}

.workedfor {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_down1.jpg) top center no-repeat #FFFFFF;
	height: 104px;
}

.workedforarea {
	max-width: 1022px;
	margin: auto;
	height: 104px;
	padding: 0px;
}

.workedfor1 {
	width: 410px;
	margin: 20px 0px 0px 0px;
	height: 80px;
	float: left;
}

.workedfor1logo {
	width: 410px;
	height: 80px;
}

.workedfor1logo li {
	display: inline-block;
}

.workedfor1logo li a {
	display: inline-block;
}

.workedfor1logo li a img,
.workedfor1logo li {
	display: inline-block;
	/*  filter: url(filters.svg#grayscale);  Firefox 3.5+ */
	/* filter: gray;  IE6-9 */
	/* -webkit-filter: grayscale(1); Webkit Nightlies & Google Chrome Canary */
}

.workedfor1logo li a img:hover,
.workedfor1logo li:hover {
	display: inline-block;
	filter: none;
	/* Applies to FF + IE */
	-webkit-filter: grayscale(0);
}

.worked {
	width: 202px;
	float: left;
	height: 80px;
	margin: 20px 0px 0px 0px;
}

.worked h2 {
	width: 100%;
	margin: 0px;
	text-align: center;
	font-family: 'futura_bk_btbook';
	color: #A3AEB2;
	font-size: 18px;
	font-weight: normal;
	padding-top: 22px;
	line-height: 1.4em;
}

.workedfor2 {
	width: 410px;
	margin: 20px 0px 0px 0px;
	height: 80px;
	float: left;
}

.workedfor2logo {
	width: 410px;
	height: 80px;
}

.workedfor2logo li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.workedfor2logo li a {
	display: inline-block;
}

.workedfor2logo li a img,
.workedfor2logo li {
	display: inline-block;
	;
	/* filter: url(filters.svg#grayscale)Firefox 3.5+ */
	/*filter: gray;  IE6-9 */
	/* -webkit-filter: grayscale(1); Webkit Nightlies & Google Chrome Canary */
}

.workedfor2logo li a img:hover,
.workedfor2logo li:hover {
	display: inline-block;
	filter: none;
	/* Applies to FF + IE */
	-webkit-filter: grayscale(0);
}

.goodstuff {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_down2.jpg) top center no-repeat #CBD0D1;
	height: 104px;
}

.goodstuffarea {
	max-width: 1022px;
	margin: auto;
	height: 104px;
	padding: 0px;
}

.goodstuff1 {
	width: 410px;
	margin: 10px 0px 10px 0px;
	height: 80px;
	float: left;
}

.goodstuff1logo {
	width: 410px;
	height: 80px;
}

.goodstuff1logo li {
	display: inline-block;
}

.goodstuff1logo li a {
	display: inline-block;
}

.goodstuff1logo li a img,
.goodstuff1logo li {
	display: inline-block;
	/* filter: url(filters.svg#grayscale);  Firefox 3.5+ */
	/* filter: gray;  IE6-9 */
	/* -webkit-filter: grayscale(1);  Webkit Nightlies & Google Chrome Canary */
}

.goodstuff1logo li a img:hover,
.goodstuff1logo li:hover {
	display: inline-block;
	/* filter: none;Applies to FF + IE */
	/* -webkit-filter: grayscale(0); */
}

.stuff {
	width: 202px;
	float: left;
	height: 80px;
	margin: 10px 0px 10px 0px;
}

.stuff h2 {
	width: 100%;
	margin: 0px;
	text-align: center;
	font-family: 'futura_bk_btbook';
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	padding-top: 22px;
	line-height: 1.4em;
}

.goodstuff2 {
	width: 40px;
	margin: 10px 0px 0px 20px;
	height: 80px;
	float: left;
}

.goodstuff2logo {
	width: 410px;
	height: 80px;
}

.goodstuff2logo li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.goodstuff2logo li a {
	display: inline-block;
}

.goodstuff2logo li a img,
.goodstuff2logo li {
	display: inline-block;
	/* filter: url(filters.svg#grayscale);  Firefox 3.5+ */
	/*filter: gray;  IE6-9 */
	/* -webkit-filter: grayscale(1);  Webkit Nightlies & Google Chrome Canary */
}

.goodstuff2logo li a img:hover,
.goodstuff2logo li:hover {
	display: inline-block;
	filter: none;
	/* Applies to FF + IE */
	-webkit-filter: grayscale(0);
}

.innerwhitearea p {
	font-size: 22px!important;
	font-family: 'futura_bk_btbook'!important;
	padding: 0px!important;
	line-height: 1.4em;
}

.videotitle {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top: 12px;
	height: 40px;
	text-align: center;
	background: url(images/top_video.png) center center no-repeat;
	font-size: 18px;
	color: #c95b50;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
}

.innerwhitearea .list1 {
	background: url(images/green.jpg) top left no-repeat;
	max-width: 740px;
	float: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 50px;
	font-size: 26px!important;
	color: #516266;
	font-family: 'futura_bk_btbook';
	line-height: 1.4em;
	text-align: center;
	display: block;
}

.innerwhitearea .list1 strong {
	font-size: 23px!important;
	color: #516266;
	font-weight: 500;
	font-family: 'FuturaMdBTMedium', sans-serif;
}

.aleft {
	text-align: left!important;
}

.acenter {
	text-align: center!important;
}

.innerwhitearea {
	margin: 20px auto;
	max-width: 770px;
	float: left;
}

p.normal {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-weight: normal!important;
	font-size: 19px;
	line-height: 1.4em;
}

.innerwhitearea .list2 {
	background: url(images/green.jpg) top left no-repeat;
	max-width: 740px;
	float: left;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 50px;
	font-size: 26px!important;
	color: #516266;
	font-family: 'futura_bk_btbook';
	line-height: 1.4em;
	text-align: center;
	display: block;
}

.innerwhitearea .list2:first-line {
	text-align: left;
}

.innerwhitearea .list2 strong {
	font-size: 23px!important;
	color: #516266;
	font-weight: 500;
	font-family: 'FuturaMdBTMedium', sans-serif;
}

.innerwhitearea .list3 {
	background: url(images/green.jpg) top left no-repeat;
	max-width: 740px;
	float: left;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 50px;
	font-size: 26px!important;
	color: #516266;
	font-family: 'futura_bk_btbook';
	line-height: 1.4em;
	text-align: center;
	display: block;
}

.innerwhitearea .list3 strong {
	font-size: 23px;
	color: #516266;
	font-weight: 500;
	font-family: 'FuturaMdBTMedium', sans-serif;
}

.innerwhitearea .line2 {
	padding-left: 30px;
	text-align: left;
}


/*house area*/

.housecontainer {
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
}

.housecontent {
	width: 770px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.housetitle {
	width: 665px;
	height: 103px;
	padding: 0px 0px 0px 125px;
	margin: 0px 0px 20px 0px;
	background: url(images/header_house_01.jpg) top left no-repeat;
	color: #516266;
	font-size: 29px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.housetitle .titletext {
	color: #516266;
	width: 665px;
	float: left;
	padding: 26px 0px 24px 0px;
	margin-top: 6px;
	border-top: 1px solid #ca5b50;
	border-bottom: 1px solid #ca5b50;
	font-size: 29px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p.firsthouse {
	font-family: 'FuturaMdBTMedium', sans-serif!important;
	font-size: 24px!important;
}

.housecontent p {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	float: left;
	padding-bottom: 10px;
	line-height: 1.4em;
}

.housecontent p strong {
	font-weight: bold;
	color: #516266;
}

.calltoaction {
	width: 100%;
	float: left;
	margin: 20px 0px;
}

.housecontent .btn_calltoaction {
	padding: 10px 20px;
	background: #C95B50;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 22px;
	color: #fff;
	display: inline-block;
	border-bottom: 6px solid #AF4945;
}

.housecontent h2 {
	width: 100%;
	float: left;
	margin: 10px 0px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	color: #C95B50;
}

.slides-control {
	z-index: 0;
}

.housecalltoaction .btn_calltoaction {
	padding: 0px;
	margin-top: 10px;
	margin-left: 5px;
	display: inline-block;
	background: url(images/get_in_touch.png) top left no-repeat;
	width: 222px;
	height: 60px;
	border: none;
	cursor: pointer;
	text-indent: -2000px;
	overflow: hidden;
	position: absolute;
	z-index: 9999999;
	float: left;
}
.calltoaction_block{
	display: block;
    overflow: auto;
    margin: 0 auto;
    max-width: 700px;
}

.btn_calltoaction_quote {
	padding: 0px;
	margin-top: 10px;
	display: inline-block;
	background: url(images/btn_get_free.png) top left no-repeat;
	width: 261px;
	height: 60px;
	border: none;
	cursor: pointer;
	text-indent: -2000px;
	overflow: hidden;
	transition: all 0.5s ease;
}
.calltoaction.blog{
	margin: 20px 0;
	display: block;
    height: 60px;
    float: left;
	width: auto;
}

.contentarea .red_btn_calltoaction_quote {
	display: inline-block;
    text-align: center;
    padding: 10px 40px;
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    background: #d9524a;
    border-radius: 30px;
    border: 2px solid #ba3735;
    font-family: 'futura_bk_btbook',sans-serif;
    transition: all .5s ease;
}

.contentarea .red_btn_calltoaction_quote:hover {
    background: #ba3735;
    border: 2px solid #ba3735;
    color: #fff;
}
#phoneNumBlog {
    width: 261px;
    height: 100%;
    display: block;
    float: right;
    text-align: center;
    margin-top: 18px;
}

#phoneNumBlog p {
    color: #5ba341 !important;
}

#phoneNumBlog a {
	margin: 10px 0px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'FuturaMdBTMedium', sans-serif;
    color: #C95B50;
}

.btn_calltoaction_quote:hover {
	background: url(images/btn_get_free_h.png) top left no-repeat;
}


/*office area*/

.officecontainer {
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
}

.officecontent {
	width: 770px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.officetitle {
	width: 655px;
	height: 83px;
	padding: 0px 0px 0px 115px;
	margin: 0px 0px 30px 0px;
	background: url(images/header_office_01.jpg) top left no-repeat;
	color: #516266;
	font-size: 29px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.officetitle .titletext {
	color: #516266;
	width: 655px;
	float: left;
	padding: 24px 0px 22px 0px;
	border-top: 1px solid #779677;
	border-bottom: 1px solid #779677;
	font-size: 29px;
	line-height: 1.2em;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.officecontent p {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	font-weight: 500;
	float: left;
	padding-bottom: 20px;
	line-height: 1.4em;
}

.officecontent p strong {
	font-weight: bold;
	color: #516266;
}

p.firstoffice {
	font-family: 'FuturaMdBTMedium', sans-serif!important;
	font-size: 24px!important;
}

.officecontent .btn_calltoaction {
	padding: 0px;
	margin-top: 10px;
	margin-left: 5px;
	display: inline-block;
	background: url(images/get_in_touch.png) top left no-repeat;
	width: 222px;
	height: 60px;
	border: none;
	cursor: pointer;
	text-indent: -2000px;
	overflow: hidden;
}

.btn_calltoaction {
	transition: all 0.5s ease;
}

.btn_calltoaction:hover {
	background: url(images/get_in_touch_h.png) top left no-repeat!important;
}

.officecontent h2 {
	width: 100%;
	float: left;
	margin: 10px 0px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
	color: #779677;
}

.officecalltoaction .btn_calltoaction {
	padding: 0px;
	margin-top: 10px;
	margin-left: 5px;
	display: inline-block;
	background: url(images/get_in_touch.png) top left no-repeat;
	width: 222px;
	height: 60px;
	border: none;
	cursor: pointer;
	text-indent: -2000px;
	overflow: hidden;
}


/*valuations area*/

.valuationscontainer {
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
}

.valuationscontent {
	width: 770px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.valuationstitle {
	width: 655px;
	height: 90px;
	padding: 0px 0px 0px 105px;
	line-height: 1.2em;
	margin: 0px 0px 30px 0px;
	background: url(images/header_valuations_01.jpg) top left no-repeat;
	color: #516266;
	font-size: 29px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.valuationstitle .titletext {
	color: #516266;
	width: 635px;
	float: left;
	padding: 13px 0px 11px 0px;
	border-top: 1px solid #617d89;
	border-bottom: 1px solid #617d89;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.valuationscontent p {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	font-weight: 500;
	float: left;
	padding-bottom: 20px;
	line-height: 1.4em;
}

.valuationscontent p strong {
	font-weight: bold;
	color: #516266;
}

.valuationscontent strong {
	font-weight: bold;
}

.valuationscontent .btn_calltoaction {
	padding: 0px;
	margin-top: 10px;
	margin-left: 5px;
	display: inline-block;
	background: url(images/get_in_touch.png) top left no-repeat;
	width: 222px;
	height: 60px;
	border: none;
	cursor: pointer;
	text-indent: -2000px;
	overflow: hidden;
}

.valuationscontent h2 {
	width: 100%;
	float: left;
	margin: 10px 0px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	color: #748F9E;
}

.valuationscontent .innerwhitearea p {
	font-size: 21px!important;
	font-family: 'futura_bk_btbook'!important;
	padding: 0px!important;
	line-height: 1.4em;
}

.valuationscontent .innerwhitearea .list1 {
	width: 740px;
	float: left;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 60px;
	font-size: 21px!important;
	color: #516266;
	font-family: 'futura_bk_btbook';
	line-height: 1.4em;
	text-align: center;
	display: block;
}

.valuationscontent .innerwhitearea .list2 {
	width: 740px;
	float: left;
	margin: 20px auto 0px auto;
	padding: 10px 0px 0px 60px;
	font-size: 21px!important;
	color: #516266;
	font-family: 'futura_bk_btbook';
	line-height: 1.4em;
	text-align: center;
	display: block;
}

.valuationscontent .innerwhitearea .list3 {
	width: 740px;
	float: left;
	margin: 20px auto 0px auto;
	padding: 10px 0px 0px 60px;
	font-size: 21px!important;
	color: #516266;
	font-family: 'futura_bk_btbook';
	line-height: 1.4em;
	text-align: center;
	display: block;
}

.headerimgabout {
	width: 100%;
	float: left;
	height: 410px;
	background: url(images/about_us.jpg) center center no-repeat;
	/*  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	margin: 0px;
	padding: 0px;
}


/*about area*/

.aboutcontainer {
	max-width: 1024px;
	margin: 0px auto;
	padding: 0px;
}

.aboutcontent {
	width: 652px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.abouttitle {
	width: 427px;
	height: 68px;
	padding: 40px 0px 0px 155px;
	margin: 0px 0px 30px 0px;
	background: url(images/header_aboutus.jpg) top left no-repeat;
	color: #516266;
	font-size: 30px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.aboutcontent p {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	font-weight: normal;
	float: left;
	padding-bottom: 20px;
	line-height: 1.4em;
}

.aboutcontent p strong {
	font-weight: bold;
	color: #516266;
}

.aboutcontent p.first {
	color: #516266;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 19px;
	font-weight: normal;
	float: left;
	padding-bottom: 20px;
	line-height: 1.4em;
}

.aboutcontent .btn_calltoaction {
	padding: 10px 20px;
	background: #779677;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 22px;
	color: #fff;
	display: inline-block;
	border-bottom: 6px solid #617F61;
}

.aboutcontent .btn_calltoaction:hover {
	color: #fff;
	border-bottom: 6px solid #779677;
	background: #617F61;
}

.aboutcontent h2 {
	width: 100%;
	float: left;
	margin: 10px 0px 10px 0px;
	font-size: 21px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	color: #C95B50;
}

.aboutcontent a {
	color: #C95B50;
}

.aboutcontent .list li {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-weight: normal!important;
	font-size: 17px!important;
	margin: 0px 0px 10px 0px;
	background: url(images/bg_list.jpg) 0px 5px no-repeat;
	padding: 0px 0px 0px 20px;
}

.phone {
	font-size: 18px;
	color: #C95B50;
	text-decoration: none;
	font-family: 'futura_bk_btbook'!important;
}

.list {
	width: 100%;
	float: left;
	margin: 20px 0px;
	padding: 0px;
}

.list li {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-weight: normal!important;
	font-size: 17px;
	margin: 0px 0px 10px 0px;
	background: url(images/bg_list.jpg) 0px 5px no-repeat;
	padding: 0px 0px 0px 20px;
	line-height: 1.4em;
}

.areasdiv {
	width: 1024px;
	margin: 40px auto;
	padding: 0px;
}

.areas_left {
	width: 570px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.areas_left h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 20px;
	width: 100%;
	color: #516266;
	text-transform: uppercase;
}

.areas_left p {
	font-size: 24px;
	font-weight: 500;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 20px;
	width: 100%;
	color: #516266;
	line-height: 1.2em;
}

.areas_left a {
	color: #C95B50;
}

.areas_left .phone {
	font-size: 24px;
	color: #C95B50;
	text-decoration: none;
	font-family: 'FuturaMdBTMedium'!important;
}

.areas_right {
	width: 432px;
	float: right;
}

.areaslinks {
	width: 100%;
	float: left;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	clear: both;
}

.areaslinks a {
	display: inline-block;
	float: left;
	background: url(images/ico_areas.jpg) center left no-repeat;
	font-family: 'futura_bk_btbook'!important;
	font-size: 17px;
	color: #516266;
	border-top: 1px solid #516266;
	padding: 11px 0px 11px 40px;
	margin: 0px 16px 0px 16px;
	width: 268px;
}

.areaslinks a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */
}

.contactdiv {
	width: 1024px;
	margin: 40px auto;
	padding: 0px;
}

.contactusarea {
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
}

.line {
	width: 100%;
	border-bottom: 1px solid #CBD0D1;
	height: 1px;
	margin: 30px 0px;
	clear: both;
}

.fline {
	width: 100%;
	border-bottom: 1px solid #CBD0D1;
	height: 1px;
	margin: 30px 0px;
	float: left;
}

.contactform {
	width: 325px;
	margin: 0px 24.5px 0px 0px;
	float: left;
	padding: 0px;
}

.contactform label {
	display: inline-block;
	width: 100%;
	float: lefte;
	font-size: 17px;
	color: #516266;
	font-family: 'futura_bk_btbook'!important;
	margin: 0px 0px 10px 0px;
}

.contactform input[type=text],
.contactform input[type=email] {
	height: 20px;
	width: 305px;
	float: left;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	float: left;
	border: none;
	font-size: 17px;
	color: #516266;
	font-family: 'futura_bk_btbook'!important;
}

.contactform .enquiry {
	height: 105px!important;
	width: 305px;
	border: none;
	padding: 10px;
	font-size: 17px;
	color: #516266;
	font-family: 'futura_bk_btbook'!important;
}
.two-thirds {
	width: 62%!important;
	margin: 0!important;
	float: left;
}
.two-thirds div.ttleft{
	width: 45.5%;
	float: left;
}
.two-thirds div.ttright{
	width: 45.5%;
	float: right;
}
.two-thirds div.ttfull{
	width: 100%;
	float: left;
}
.one-third {
	float: right;
	width: 33%!important;
	margin: 0!important;
}
.two-thirds input[type=text],
.two-thirds input[type=email] {
	width: 90%;
	padding: 10px 5%;
}
.one-third .enquiry {
	height: 238px!important;
	width: 100%;
}
.nomarginright {
	margin-right: 0px!important;
}

.contactusarea h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 20px;
	width: 100%;
	color: #516266;
	text-transform: uppercase;
}

.contactusarea p {
	font-size: 21px;
	font-weight: 500;
	font-family: 'futura_bk_btbook', sans-serif;
	margin-bottom: 20px;
	width: 100%;
	color: #516266;
	line-height: 1.2em;
}

.contactusarea a {
	color: #C95B50;
}

.contactusarea .phone {
	font-size: 24px;
	color: #C95B50;
	text-decoration: none;
	font-family: 'futura_bk_btbook'!important;
}

.contactusarea .btn_submit {
	padding: 0px;
	background: url(images/btn_submit.png) top left no-repeat;
	width: 222px;
	height: 60px;
	border: none;
	cursor: pointer;
	text-indent: -2000px;
	overflow: hidden;
	transition: all 0.5s ease;
	margin-top: 50px;
	display: inline-block;
	float: right;
}

.contactusarea .btn_submit:hover {
	background: url(images/btn_submit_h.png) top left no-repeat;
}

.black {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .50);
	*background: transparent;
	*filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#BF000000, endColorStr=#BF000000);
	*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000)";
}

.contentdiv {
	max-width: 1024px;
	margin: 40px auto;
	padding: 0px;
}

.contentarea {
	max-width: 1024px;
	margin: 0px auto;
	padding: 0px;
}

.contentarea h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 20px;
	width: 100%;
	color: #516266;
	text-transform: uppercase;
}

.entry-content h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 10px;
	width: 100%;
	color: #C95B50;
	line-height: 1.4em;
}

.page-id-236 .entry-content h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 10px;
	width: 100%;
	color: #C95B50;
	line-height: 1.4em;
	float: left;
}

.entry-content h3 {
	font-size: 19px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 20px;
	margin-top: 20px;
	/*color: #516266; */
	color: #C95B50;
	line-height: 1.4em;
}

.page-id-225 .entry-content h3 {
	font-size: 19px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #516266;
	line-height: 1.4em;
}

.page-id-225 .entry-content .list {
	margin-top: 0px!important;
	margin-left: 40px;
}

.contentarea p {
	font-size: 17px;
	font-weight: 500;
	font-family: 'futura_bk_btbook', sans-serif;
	margin-bottom: 20px;
	width: 100%;
	color: #516266;
	line-height: 1.2em;
}

.contentarea a {
	color: #C95B50;
}

.contentarea .phone {
	font-size: 19px;
	color: #C95B50;
	text-decoration: none;
	font-family: 'futura_bk_btbook'!important;
}

.contentarea .btn_submit {
	padding: 10px 26px;
	border: none;
	cursor: pointer;
	margin-top: 25px;
	background: #C95B50;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 27px;
	color: #fff;
	display: inline-block;
	border-bottom: 6px solid #AF4945;
	float: right;
}

.contentarea .btn_submit:hover {
	color: #fff;
	border-bottom: 6px solid #AF4945;
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */
}

.sustcontainer {
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
}

.sustcontent {
	width: 770px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.abouttitle {
	width: 635px;
	height: 90px;
	padding: 0px 0px 0px 135px;
	margin: 0px 0px 30px 0px;
	background: url(images/header_aboutus_01.jpg) top left no-repeat;
	color: #516266;
	font-size: 29px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.abouttitle .titletext {
	color: #516266;
	width: 500px;
	float: left;
	padding: 26px 0px 24px 0px;
	border-top: 1px solid #516266;
	border-bottom: 1px solid #516266;
	font-size: 29px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sustcontent p {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	font-weight: normal;
	float: left;
	padding-bottom: 20px;
	line-height: 1.4em;
}

.sustcontent p strong {
	font-weight: bold;
	color: #516266;
}

.sustcontent p.first {
	color: #516266;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 24px;
	font-weight: normal;
	float: left;
	padding-bottom: 20px;
	line-height: 1.4em;
}

.sustcontent .btn_calltoaction {
	padding: 10px 20px;
	background: #779677;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 22px;
	color: #fff;
	display: inline-block;
	border-bottom: 6px solid #617F61;
}

.sustcontent .btn_calltoaction:hover {
	color: #fff;
	border-bottom: 6px solid #779677;
	background: #617F61;
}

.sustcontent h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 20px;
	width: 100%;
	color: #516266;
	text-transform: uppercase;
}

.smallfont {
	font-size: 19px;
}

.sustcontent h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	color: #C95B50;
	line-height: 1.4em;
}

.sustcontent h3 {
	font-size: 19px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	float: left;
	color: #516266;
	line-height: 1.4em;
}

.sustcontent p {
	width: 100%;
}

.sustcontent p.larger {
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 25px;
}

.sustcontent p.larger a {
	font-size: 25px!important;
}

.sustcontent a {
	color: #C95B50;
}

.sustcontent .list li {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-weight: normal!important;
	font-size: 17px!important;
	margin: 0px 0px 10px 0px;
	background: url(images/bg_list.jpg) 0px 5px no-repeat;
	padding: 0px 0px 0px 20px;
}

.teestimonial {
	width: 327px;
	float: left;
	margin: 0px 20px 0px 0px;
}

.teestimonial:nth-child(3n) {
	margin-right: 0px;
}

.youtube {
	width: 327px;
	height: 184px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.bgtestiomonial {
	width: 287px;
	height: 357px;
	padding: 20px;
	background: url(images/bg_testi.jpg) top left no-repeat;
	margin: 20px auto 0px auto;
	float: left;
}

.page-id-22 p {
	float: none!important;
}

.client-testimonial {
	background: url(images/be_talk.jpg) bottom left no-repeat;
	width: 267px;
	float: left;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	padding: 10px 10px 40px 10px;
	color: #516266;
}

.client-testimonial p {
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	color: #516266;
}

.client {
	width: 287px;
	color: #CBD0D1;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	line-height: 1.4em;
}

.faqarea {
	width: 680px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.faqmenu {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	padding: 10px;
}

.faq {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h2.faqtitle {
	font-size: 21px;
	font-weight: bold;
	font-family: 'futura_bk_btbook', sans-serif;
	color: #748F9E;
	margin: 0px 0px 10px 0px;
	width: 100%;
	float: left;
	line-height: 1.42em;
}

.faq-answer {
	font-size: 17px;
	font-family: 'futura_bk_btbook', sans-serif;
	color: #516266;
	width: 100%;
	float: left;
}

.faqmenu .list {
	width: 100%;
	float: left;
	margin: 20px 0px;
	padding: 0px;
}

.faqmenu .list li {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-weight: normal!important;
	font-size: 19px;
	margin: 0px 0px 10px 0px;
	background: url(images/bg_list.jpg) 0px 5px no-repeat;
	padding: 0px 0px 0px 20px;
}

.faqmenu .list li a {
	color: #516266!important;
	font-family: 'futura_bk_btbook', sans-serif;
	font-weight: normal!important;
	font-size: 19px;
}

.faqmenu .list li a:hover {
	color: #516266!important;
	text-decoration: underline;
}

.footer {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #58595B;
	height: 200px;
}

.footer span {
	line-height: 20px;
}

.footer_areea {
	max-width: 1022px;
	margin: auto;
	height: 150px;
	padding: 0px;
}

.footer_menu_area {
	width: 1022px;
	margin: 20px auto;
	height: 20px;
	padding: 0px;
	float: left;
}

.footermenu {
	text-align: center;
}

.footermenu li {
	display: inline-block;
	margin: 0px;
}

.footermenu li a {
	font-size: 12px;
	color: #fff;
	font-family: 'futura_bk_btbook';
	padding: 0px 10px;
	border-right: 1px solid #fff;
}

.footermenu li a:hover {
	text-decoration: underline;
}

.footermenu li:last-child a {
	border: none!important;
}

.headerareas {
	width: 100%;
	float: left;
	height: 420px;
	/*background:url(images/top_areas.jpg) center center no-repeat ;*/
}

.areatitle {
	width: 620px;
	height: 90px;
	padding: 70px 0px 0px 150px;
	margin: 0px 0px 30px 0px;
	background: url(images/bg_area_title.jpg) top left no-repeat;
	color: #516266;
	font-size: 30px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.area_contant {
	width: 100%;
	float: left;
	padding: 20px 0px;
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
}

.area_contant p {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	line-height: 1.4em;
}

.firstp {
	font-size: 24px!important;
	font-family: 'FuturaMdBTMedium', sans-serif;
}

.areapost {
	width: 770px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.calltoactionarea .btn_calltoaction {
	padding: 10px 20px;
	background: #748F9E;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 22px;
	color: #fff;
	display: inline-block;
	border-bottom: 6px solid #627D89;
}

.calltoactionarea .btn_calltoaction:hover {
	color: #fff;
	border-bottom: 6px solid #748F9E;
	background: #627D89;
}

.entry-header .entry-title a {
	color: #748F9E;
	font-size: 24px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-decoration: none;
}

.entry-header h1 {
	width: 100%;
	float: left;
}

.entry-content img {
	width: auto;
	float: left;
	padding: 0 20px 20px 0;
 	margin-right: 10px;
}


/*max-height:300px;*/

.page p {
	width: 100%;
	float: left;
}

.size-full {
	float: none!important;
	padding: 0!important;
}

.entry-content p {
	width: 100%;
}
.entry-content p:empty {
	display: none;
}
.entry-meta {
	width: 100%;
	float: left;
}

.mainblog {
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
}

.blogcontainer {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.blogcontainer p {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	font-weight: normal;
	float: left;
	padding-bottom: 20px;
	line-height: 1.4em;
}

.blogcontainer p strong {
	font-weight: bold;
	color: #516266;
}

.blogcontainer p.first {
	color: #516266;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 24px;
	font-weight: normal;
	float: left;
	padding-bottom: 20px;
	line-height: 1.4em;
}

.blogcontainer .btn_calltoaction {
	padding: 10px 20px;
	background: #779677;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 22px;
	color: #fff;
	display: inline-block;
	border-bottom: 6px solid #617F61;
}

.blogcontainer .btn_calltoaction:hover {
	color: #fff;
	border-bottom: 6px solid #779677;
	background: #617F61;
}

.blogcontainer h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 20px;
	width: 100%;
	color: #516266;
	text-transform: uppercase;
}

.smallfont {
	font-size: 19px;
}

.blogcontainer h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	color: #C95B50;
	text-transform: uppercase;
	line-height: 1.4em;
}

.blogcontainer h3 {
	font-size: 19px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 20px;
	margin-top: 25px;
	width: 85%;
	float: left;
	color: #516266;
	text-transform: uppercase;
	line-height: 1.4em;
}

.blogcontainer .blog-post-date {
	width: 15%;
	float: left;
	text-align: right;
	margin-top: 25px;
}

.blogcontainer .blog-post-content {
	width: 70%;
	float: left;
}

.blogcontainer .blog-post-img {
	padding: 0 3% 15px 0;
	float: left;
	width: 27%;
}

.blogcontainer .blog-post-img a img {
	height: auto;
	width: 100%;
}

.blogcontainer .read-more {
	float: left;
	margin-bottom: 25px;
}

.blogcontainer .blog-post {
	border-bottom: 2px solid #C95B50;
	width: 100%;
	float: left;
}

.blogcontainer .blog-post:last-child {
	border-bottom: 2px solid #F7F7F7;
}

.blogcontainer p {
	width: 100%;
	text-align: justify;
}

.blogcontainer p.larger {
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 25px;
}

.blogcontainer p.larger a {
	font-size: 25px!important;
}

.blogcontainer a {
	color: #C95B50;
}

.blogcontainer .list li {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-weight: normal!important;
	font-size: 17px!important;
	margin: 0px 0px 10px 0px;
	background: url(images/bg_list.jpg) 0px 5px no-repeat;
	padding: 0px 0px 0px 20px;
}

.blogimg {
	width: 1005;
	float: left;
	margin: 0px 0px 20px 0px;
}

.blogpost {
	width: 670px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #CBD0D1;
}

.readmore {
	text-decoration: none;
	width: 40%;
	display: inline-block;
	float: left;
	color: #516266!important;
	font-size: 19px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
}

.thedate {
	display: inline-block;
	width: 40%;
	float: right;
	color: #CBD0D1;
	font-size: 19px;
	font-weight: normal;
	font-family: 'FuturaMdBTMedium', sans-serif;
	text-align: right;
}

#comments {
	width: 500px;
	margin-right: 12px;
	float: left;
}

#comments h4,
#respond h3 {
	font-size: 19px;
	font-weight: bold;
	font-family: 'FuturaMdBTMedium', sans-serif;
	margin-bottom: 20px;
	margin-top: 25px;
	color: #C95B50;
}

div.commentDateWrap {
	width: 100%;
	float: left;
	border-bottom: 2px solid #fff;
}

ul.commentlist {
	padding: 5px 24px 0 0;
}

span.commentDate {
	font-size: 14px;
	width: 110px;
	float: left;
	padding: 4px 20px 4px 20px;
	background-color: #fff;
	color: #C95B50;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	text-align: center;
}

div.commentContent {
	width: 100%;
	float: left;
	color: #666666;
	font-size: 17px;
	margin-top: 20px;
	text-indent: 2px;
}

div.commentAuthor {
	width: 100%;
	float: left;
	text-align: right;
	font-size: 16px;
	font-family: 'FuturaMdBTMedium';
	color: #B3B3B3;
	margin-top: 25px;
}

#respond {
	width: 500px;
	margin-left: 12px;
	float: left;
}

#comments-scroll {
	position: relative;
	height: 100%;
	max-width: 100%;
}

form#commentform label {
	width: 90px;
	height: 29px;
	padding-top: 6px;
	float: left;
	color: #B3B3B3;
	font-size: 16px;
	margin-bottom: 20px;
}

form#commentform input[type="text"] {
	width: 384px;
	height: 33px;
	float: left;
	margin-bottom: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #B3B3B3;
	text-indent: 5px;
	color: #8E8E8E;
}

form#commentform textarea {
	width: 384px;
	height: 152px;
	float: left;
	margin-bottom: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #B3B3B3;
	resize: none;
	padding-top: 4px;
	text-indent: 5px;
	color: #8E8E8E;
}

form#commentform input#submit {
	font-size: 20px;
	background: #C95B50;
	border: medium none;
	border-radius: 5px;
	box-shadow: 0 3px #a94940;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	outline: medium none;
	padding: 8px 12px 8px 12px;
	position: relative;
	text-transform: uppercase;
	top: 0;
	width: 200px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	margin-left: 90px;
}

form#commentform input#submit:hover {
	box-shadow: 0 1px #a94940;
	top: 2px;
	color: #fff;
	background: #C95B50;
}

.entry-content img {
	float: left;
	height: auto;
	padding: 0;
	width: auto;
	max-width: 100%;
}

.page-id-15 .testimonial,
.page-id-1461 .testimonial {
	display: none;
}

.page-id-15 .workedfor {
	margin-top: 40px;
}

.page-id-22 .testimonial {
	display: none;
}

.page-id-22 .workedfor {
	margin-top: 40px;
}

.page-id-364 .testimonial {
	display: none;
}

.page-id-364 .workedfor {
	margin-top: 40px;
}

.page-id-236 .testimonial {
	display: none;
}

.page-id-236 .workedfor {
	margin-top: 40px;
}

.single .testimonial {
	display: none;
}

.single .workedfor {
	margin-top: 40px;
}

.copy {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-family: 'futura_bk_btbook';
}

.copy p {
	padding-bottom: 5px;
}


/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right !important;
	margin: 0px 0px 20px 20px !important;
}

.aligncenter {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	float: none !important;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

em {
	font-style: italic;
}

.headerimg .testi {
	/*position:absolute; right:30px; bottom:30px;*/
	margin-top: 180px;
	font-size: 21px;
	color: #fff;
	font-family: 'futura_bk_btbook';
	width: 100%;
	text-align: right;
	line-height: 1.4em;
}

.headerimg .testi .name {
	width: 100%;
	text-align: right;
	display: inline-block;
	float: right;
}


/*@media (min-width: 1500px) and (max-width: 1920px) {

.headerimg .testi{ position:absolute; right:280px; bottom:50px; font-size:21px; color:#fff; font-family: 'futura_bk_btbook'; width:50%; text-align:right; line-height:1.4em;}
}
*/

.page-id-137 em {
	font-weight: bold;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng {
	width: 100%;
	float: left;
	border: none!important;
}

.wpcf7-not-valid-tip {
	width: 100%;
	float: left;
	font-size: 13px!important;
	margin-bottom: 5px;
}

.removalservices {
	width: 100%;
	height: 620px;
	float: left;
	position: relative;
	background: url(images/bg_removals.png) left bottom no-repeat;
}

.removalservices .name {
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
}

.removalsttesti1 {
	width: 400px;
	height: 230px;
	position: absolute;
	top: 370px;
	left: 50px;
	font-weight: bold;
	font-style: italic;
}

.removalsttesti1 p,
.removalsttesti2 p {
	font-weight: 500;
	font-style: italic;
}

.removalsttesti2 {
	width: 400px;
	height: 230px;
	position: absolute;
	top: 280px;
	right: 50px;
	font-weight: bold;
	font-style: italic;
}

.get_free_quote {
	width: 100%;
	float: left;
	padding: 30px 30px 10px 30px;
	line-height: 71px;
	margin-bottom: 30px;
	background: #fff;
	color: #516266;
	font-size: 34px;
	font-family: 'FuturaMdBTMedium';
	font-weight: bold;
	text-transform: uppercase;
	width: 984px;
}

.get_free_quote a {
	float: left;
	display: inline-block;
}

.get_free_quote span {
	float: left;
	display: inline-block;
	padding-top: 20px;
}

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

.hazard img {
	width: 120px;
	float: left;
	margin: 0px 20px 100px 0px;
}

.hazard_div {
	float: right;
	width: 860px;
}

.hazard2 {
	width: 100%;
	float: left;
	margin: 20px 0px;
}

.hazard2 strong {
	font-weight: bold;
}

.hazardlist1 {
	width: 400px;
	padding: 0px 20px 0px 0px;
	border-right: 1px solid #516266;
	float: left;
}

.hazardlist2 {
	float: left;
	width: 400px;
}

.hazardlist1 li:nth-child(2n) {
	background: none;
}

.hazardlist1 li {
	padding: 10px;
	list-style: disc;
	width: 100%;
	list-style-position: inside;
	background: #fff;
}

.hazardlist1 li .price {
	display: inline-block;
	float: right;
}

.hazardlist2 li:nth-child(2n) {
	background: none;
}

.hazardlist2 li {
	padding: 10px;
	list-style: disc;
	width: 100%;
	list-style-position: inside;
	background: #fff;
}

.hazardlist2 li .price {
	display: inline-block;
	float: right;
}

.wh1 {
	max-width: 280px;
	padding: 20px;
	float: left;
	margin: 0px 30px 20px 0px;
	background: #fff;
	line-height: 1.4em;
	font-family: 'futura_bk_btbook', sans-serif;
}

.wh1 strong,
.paringtext strong {
	font-weight: bold;
}

.parking {
	max-width: 650px;
	float: left;
	margin: 0px;
}

.paringtext {
	max-width: 510px;
	float: right;
	margin: 0px;
	text-align: left;
	padding: 20px 0px 20px 0px;
	line-height: 1.4em;
}

.packing1 {
	width: 490px;
	padding: 0px 20px 0px 0px;
	float: left;
}

.packing2 {
	float: left;
	width: 490px;
	border-left: 1px solid #516266;
	padding: 0px 0px 0px 0px;
}

.packing1 li:nth-child(4) {
	background: none;
	display: none;
}

.packing1 li:nth-child(2n) {
	background: none;
}

.packing1 li {
	padding: 10px;
	list-style: disc;
	width: 100%;
	list-style-position: inside;
	background: #fff;
}

.packing1 li .price {
	display: inline-block;
	float: right;
}

.packing2 li:nth-child(2n) {
	background: none;
}

.packing2 li {
	padding: 10px;
	list-style: disc;
	width: 100%;
	list-style-position: inside;
	background: #fff;
}

.packing2 li .price {
	display: inline-block;
	float: right;
}

.page-id-17 strong {
	font-weight: bold;
}

.page-id-17 h2 span {
	font-weight: normal;
}

.page-id-17 .entry-content ul li {
	list-style: disc;
	width: 100%;
	list-style-position: inside;
	margin-bottom: 5px;
	font-family: 'futura_bk_btbook', sans-serif;
}

.page-id-17 .entry-content ul {
	margin-bottom: 20px;
}

.casestudi {
	width: 415px;
	height: 309px;
	float: left;
	border-bottom: 1px solid #cbd0d1;
	line-height: 1.4em!important
}

.casestudi p {
	line-height: 1.4em!important
}

.casestudiimg {
	width: 508px;
	height: 309px;
	background: url(images/bg_case_study.png) top left no-repeat;
	float: right;
	position: relative;
}

.domestical {
	width: 214px;
	height: 309px;
	position: absolute;
	display: block;
	cursor: pointer;
	top: 0px;
	left: 0px;
	background: url(images/domcs-img.png) no-repeat;
	opacity: 1;
}

.domestical:hover {
	opacity: 0.7;
}

.commercial {
	width: 214px;
	height: 309px;
	position: absolute;
	display: block;
	cursor: pointer;
	top: 0px;
	right: 0px;
	background: url(images/comcs-img.png) no-repeat;
	opacity: 1;
}

.commercial:hover {
	opacity: 0.7;
}

.casestudiediv h1 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cbd0d1;
}

.casestudedetail {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cbd0d1;
	line-height: 1.4em;
}

.casestudedetail strong {
	font-weight: bold;
}

.casestudedetail ul {
	margin: 0px 0px 20px 0px!important
}

.casestudedetail ul li {
	padding-bottom: 0px!important;
}

.casestudedetail h2 {
	text-transform: uppercase;
	color: #c95b50;
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 10px;
	width: 100%;
}

.leftcase {
	width: 47%;
	float: left;
}

.rightcase {
	width: 47%;
	float: right;
}

.leftdiv {
	width: 45%;
	float: left;
}

.rightdiv {
	width: 45%;
	float: right;
}

.rightdiv ul {
	margin: 0px;
}

.rightdiv ul li {
	margin: 0px;
	padding-bottom: 0px;
}

.rightdiv p {
	margin-top: 20px;
}

.leftdiv h3,
.rightdiv h3 {
	font-weight: bold;
}

.floatline strong {
	font-weight: bold;
}

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

.larger {
	width: 100%;
	float: left;
	margin: 30px 0px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #516266;
}

.green {
	color: #779677;
}

.red {
	color: #c95b50;
}

.blue {
	color: #748f9e;
}

.btn_get_free_now {
	display: block;
	background: url(images/btn_get_free_now.png) top left no-repeat;
	width: 325px;
	height: 60px;
	border: 0px;
	transition: all 0.5s ease;
}

.btn_get_free_now:hover {
	background: url(images/btn_get_free_now_h.png) top left no-repeat;
}

.videoleft {
	width: 665px;
	float: left;
}

.videoright {
	width: 300px;
	float: right;
}

.videoright .amazingcarousel-image {
	width: 300px;
}

.videoright .amazingcarousel-image a img {
	width: 300px;
}

.cahritiesname {
	float: right;
	font-size: 12px;
	color: #b3b3b3;
	text-align: right;
}

.kidscompanyimg {
	width: 240px;
	float: left;
	margin: 0px 20px 20px 0px;
}

.kidscompanytext {
	width: 760px;
	float: left;
}

.kidscompanytext h2 {
	margin-bottom: 20px;
}

.camila {
	width: 100%;
	float: left;
	margin: 20px 0px;
	background: url(images/bg_camila.png) top left no-repeat;
	position: relative;
}

.camila img {
	float: right;
	padding: 0;
	width: 274px;
}

.camilatext {
	width: 635px;
	height: 230px;
	margin-top: 30px;
	margin-left: 30px;
	line-height: 1.4em;
	font-family: 'futura_bk_btbook', sans-serif;
	float: left;
}

.donationsdet {
	width: 100%;
	float: left;
	margin: 30px 0px;
}

.donationsdetleft {
	width: 506px;
	float: left;
	line-height: 1.4em;
}

.donationsdetright {
	width: 478px;
	float: right;
	line-height: 1.4em;
}

.page-id-364 .testimonial {
	display: none;
}

.page-id-364 .workedfor {
	margin-top: 40px;
}

.page-id-366 .testimonial {
	display: none;
}

.page-id-366 .workedfor {
	margin-top: 40px;
}

.page-id-368 .testimonial {
	display: none;
}

.page-id-368 .workedfor {
	margin-top: 40px;
}

.page-id-317 .testimonial {
	display: none;
}

.page-id-317 .workedfor {
	margin-top: 40px;
}

.page-id-379 .testimonial {
	display: none;
}

.page-id-379 .workedfor {
	margin-top: 40px;
}

.bar-testimonial {
	background: url(images/bg_btr.png) top right no-repeat;
	width: 100%;
	height: 192px;
	float: left;
	margin-top: 30px;
}

.bar-testimonial-right {
	float: right;
	width: 500px;
	padding-top: 35px;
	padding-right: 25px;
}

.btr-large {
	font-family: 'FuturaMdBTMedium', sans-serif;
	font-weight: bold;
	font-size: 24px !important;
	line-height: 1.4em;
	padding-bottom: 10px;
	float: right;
	padding-top: 30px;
	width: 580px;
	color: #c95b50;
}

.home-blurb {
	width: 650px;
	margin: 20px auto;
	text-align: center;
}

.home-blurb h2 {
	color: #516266;
	font-family: "futura_bk_btbook", sans-serif;
	font-size: 21px;
	line-height: 1.4em;
	padding-bottom: 10px;
}

.home-blurb p {
	color: #516266;
	font-family: "futura_bk_btbook", sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	padding-bottom: 10px;
}

.home-blurb2 {
	width: 650px;
	margin: 20px auto;
	text-align: left;
}

.home-blurb2 h3 {
	color: #c95b50;
	float: left;
	font-family: "FuturaMdBTMedium", sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
	width: 100%;
}

.home-blurb2 p {
	color: #516266;
	font-family: "futura_bk_btbook", sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	padding-bottom: 10px;
}

.theline {
	width: 100%;
	float: left;
	margin: 10px 0px;
	background: url(images/line.png) center center no-repeat;
	height: 15px;
}

p.firsthouse {
	font-family: 'FuturaMdBTMedium', sans-serif!important;
	font-size: 24px!important;
}

.iconarea {
	width: 100%;
	float: left;
	margin: 10px 0px;
}

.ico1 {
	width: 176px;
	height: 60px;
	float: left;
	background: url(images/serv_ico1.png) top center no-repeat;
	padding: 120px 0px 0px 0px;
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	text-align: center;
	line-height: 1.4em;
}

.ico2 {
	width: 196px;
	margin: 0px 5px 0px 55px;
	height: 60px;
	float: left;
	background: url(images/serv_ico2.png) top center no-repeat;
	padding: 120px 0px 0px 0px;
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	text-align: center;
	line-height: 1.4em;
}

.ico3 {
	width: 216px;
	height: 60px;
	float: left;
	background: url(images/serv_ico3.png) top center no-repeat;
	padding: 120px 0px 0px 0px;
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	text-align: center;
	line-height: 1.4em;
}

.ico4 {
	width: 216px;
	height: 60px;
	float: left;
	background: url(images/serv_ico4.png) top center no-repeat;
	padding: 120px 0px 0px 0px;
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 17px;
	text-align: center;
	line-height: 1.4em;
}

.listblue {
	width: 48%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.marginFixList {
	margin-top: 50px !important;
}

.listblue li {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-weight: normal!important;
	font-size: 17px;
	margin: 0px 0px 25px 0px;
	background: url(images/bg_list.jpg) 0px 5px no-repeat;
	padding: 0px 0px 0px 20px;
	line-height: 1.4em;
	float: left;
}

.listblue2 {
	width: 48%;
	float: right;
	margin: 0px;
	padding: 0px;
}

.listblue2 li {
	color: #516266;
	font-family: 'futura_bk_btbook', sans-serif;
	font-weight: normal!important;
	font-size: 17px;
	margin: 0px 0px 25px 0px;
	background: url(images/bg_list.jpg) 0px 5px no-repeat;
	padding: 0px 0px 0px 20px;
	line-height: 1.4em;
	516266: left;
}


/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/* STYLES GO HERE */


/*.menuleft li {
		background: url("images/bg_leftmenu.png") no-repeat scroll right top rgba(0, 0, 0, 0);
		height: 1px;
		padding: 18px 40px 33px 0;
		text-align: right;
		width: 130px;
	}
	.menuleft li a {
		color: #fff;
		display: inline-block;
		font-family: "futura_bk_btbook";
		font-size: 12px;
		height: 15px;
		line-height: 19px;
		text-decoration: none;
		text-transform: uppercase;
	}
	.menuright li {
		background: url("images/bg_rightmenu.png") no-repeat scroll left top rgba(0, 0, 0, 0);
		height: 1px;
		padding: 18px 0 33px 40px;
		text-align: left;
		width: 130px;
	}
	.menuright {
		position: absolute;
		right: 0;
		top: 0;
		width: 130px;
	}
	.menuright li a {
		color: #fff;
		display: inline-block;
		font-family: "futura_bk_btbook";
		font-size: 12px;
		height: 15px;
		line-height: 19px;
		text-decoration: none;
		text-transform: uppercase;
	}
}*/

.testimonial-bouble {
	width: 412px;
	height: 89px;
	background: url(images/testimonial-bouble.png) no-repeat center center;
}


/* Responsive Style here */

.slides-container li {
	z-index: -2!important;
}

.menu-collapser {
	position: relative;
	background-color: #999;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "futura_bk_btbook";
}

.collapse-button {
	position: absolute;
	right: 5%;
	top: 50%;
	width: 40px;
	background-color: #0E0E0E;
	background-image: linear-gradient(to bottom, #151515, #040404);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.collapse-button:hover,
.collapse-button:focus {
	background-image: none;
	background-color: #040404;
	color: #FFF;
}

.collapse-button .icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
}

ul.responsive-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	position: relative;
	z-index: +1;
}

ul.collapsed li {
	position: relative;
	display: inline-block;
}

ul.collapsed > li {
	margin-right: -5px;
	border-left: 1px solid #999
}

ul.collapsed > li:first-child {
	border-left: 0
}

ul.collapsed > li:last-child {
	margin-right: 0
}

ul.collapsed li a {
	display: block;
	padding: 12px 64px 12px 16px;
	font-size: 16px;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out;
}

ul.collapsed li a:hover {
	background-color: #999;
	text-decoration: none;
}

ul.collapsed li ul {
	margin: 0;
	list-style-type: none;
	position: relative !important;
}

ul.collapsed li ul li {
	background-color: #BBB
}

ul.collapsed li > ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
}

ul.collapsed li > ul > li ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 100%;
}

ul.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

ul.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

ul.collapsed li > ul {
	display: none;
	position: static;
}
#gallery-1 .gallery-item {
	width:25% !important;
	float: left;
	margin-top: 0 !important;
}
#gallery-1 .gallery-item img{
	width: 100%;
	max-width: 255px;
	margin: 1px;
	height: auto;
	border: none !important;
}
body dl.gallery-item + br { display: none; }



@media screen and (min-width: 800px) {
	.sub-collapser {
		opacity: 0;
	}
}

ul.collapsed .sub-collapser {
	background: none;
	position: absolute;
	right: 0;
	width: 48px;
	height: 100%;
	text-align: center;
	z-index: 999;
	top: 0;
	cursor: pointer;
}

ul.collapsed li ul li .sub-collapser:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

ul.collapsed li .sub-collapser > i {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper {
	max-width: 1024px;
	margin: 0 auto;
}

/*@media screen and (max-width: 1024px) {
	#nav li {
		display: block;
		width: 14.28%;
	}
}*/

@media screen and (max-width: 1040px) {
	.clientImg {
		width: 322px;
		margin-left: auto;
		margin-right: auto;
	}
	.marginFixList {
		margin-top: 75px !important;
	}
	.rightpage {
		float: right;
		margin: 0 5%;
		padding: 0;
		width: 90%;
	}
	.blockright {
		width: 100%;
	}
	.blocktitle {
		padding: 23px 0px 23px 5%;
		width: 95%;
	}
	.casestudietitle {
		background: url("images/bg_case_header.png") no-repeat scroll right top #C9BB7F;
		-webkit-transition: opacity 0.5s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out;
		-ms-transition: opacity 0.5s ease-in-out;
		-o-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
	}
	.casestudietitleOffice {
		background: url("images/bg_case_header.png") no-repeat scroll right top #C9BB7F;
	}
	.casestudietitle:hover {
		opacity: 0.6;
	}
	.testimonialtitle {
		background: url("images/bg_testi_header.png") no-repeat scroll right top #A58979;
		-webkit-transition: opacity 0.5s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out;
		-ms-transition: opacity 0.5s ease-in-out;
		-o-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
	}
	.testimonialtitle:hover {
		opacity: 0.6;
	}
	.testimonialtitleOffice {
		background: url("images/bg_testi_header.png") no-repeat scroll right top #A58979;
	}
	.donationstitle {
		background: url("images/donationsArrow.png") no-repeat scroll right top #748F9E;
	}
	.reusetitle {
		background: url("images/ecoArrow.png") no-repeat scroll right top #779677;
	}

	.menuleft {
		display: none;
	}
	.menuright {
		display: none;
	}
	.workedfor {
		display: none;
	}
	.goodstuff {
		display: none;
	}
	.headerimgabout {
		display: none;
	}
	#nav li {
		display: inline-block;
		float: none;
		height: auto;
		list-style: outside none none;
		padding: 0;
		width: 100%;
		position: relative;
	}
	#nav li a {
		font-size: 15px;
	}
	.footer {
		height: auto;
	}
	.footer_areea {
		height: auto;
		max-width: 1022px;
	}
	.homecontainer {
		margin: 0px 5%;
		max-width: 90%;
	}
	.home-blurb {
		margin: 20px 0;
		width: 100%;
	}
	.ourclients {
		margin: 20px 5%;
		width: 90%;
	}
	.home-blurb2 {
		margin: 20px 5%;
		width: 90%;
	}
	.footer_menu_area {
		width: 90%;
		margin: 20px 5%;
		height: auto;
		padding: 0px;
		float: left;
	}
	.ico1,
	.ico2,
	.ico3,
	.ico4 {
		margin: 0;
		background-size: 80% auto;
		color: #516266;
		background-position: center bottom;
		float: left;
		font-size: 17px;
		height: 220px;
		line-height: auto;
		padding: 0 0;
		text-align: center;
		width: 33.3%;
	}
	.copy {
		line-height: 1.3em;
		margin-bottom: 40px;
	}
	.aboutcontent,
	.sustcontent,
	.mainblog {
		margin: 0 5%;
		width: 90%;
	}
	.sustcontainer {
		width: 100%;
	}
	.sustcontainer img {
		float: left;
		height: auto;
		padding: 0;
		width: 100%;
	}
	.abouttitle {
		height: auto;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.abouttitle .titletext {
		font-size: 22px;
		padding: 10px 0 10px;
		margin: 0 0 30px;
		width: 100%;
	}
	.contentarea {
		width: 90%;
		padding: 0px 5%;
	}
	.list {
		width: 85%;
	}
	.removalservices {
		background: none;
		height: auto;
	}
	.removalsttesti1,
	.removalsttesti2 {
		display: none;
	}
	.entry-content img {
		float: left;
		height: auto;
		padding: 0;
		width: 100%;
	}
	.parking img {
		height: auto;
		padding: 0;
		width: auto;
		max-width: 100%;
	}
	.kidscompanyimg img {
		height: auto;
		padding: 0;
		width: 50%;
	}
	.packing1 {
		width: 100%;
		padding: 0;
	}
	.packing2 {
		width: 100%;
		border-left: none;
	}
	.hazardlist1 {
		width: 100%;
		border-right: none;
	}
	.hazardlist2 {
		width: 100%;
		padding: 0;
	}
	.contactdiv,
	.areasdiv {
		width: 100%;
	}
	.contactusarea {
		width: 90%;
		margin: 0 5%;
	}
	.contactform {
		width: 100%
	}
	.contactform input[type="text"],
	.contactform input[type="email"] {
		padding: 10px 0;
		width: 100%;
	}
	.contactform .enquiry {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.contactform img {
		width: auto;
	}
	.contactusarea .btn_submit {
		margin-top: 25px;
	}
	.get_free_quote {
		width: 90%;
		padding: 5%;
		line-height: 9vw;
		font-size: 6vw;
	}
	.get_free_quote span {
		padding-top: 10px;
		font-size: 26px;
	}
	.hazard img {
		height: auto;
		padding: 0;
		width: 30%;
		margin: 0 20px 20px 0;
	}
	.hazard_div {
		width: 100%;
	}
	.areas_left {
		float: left;
		margin: 0 5%;
		padding: 0;
		width: 90%;
	}
	.areas_right {
		margin: 0 5% 40px;
		padding: 0;
		width: 90%;
		text-align: center;
	}
	.areaslinks a {
		margin: 0 2%;
		padding: 11px 0 11px 40px;
		width: 40%;
	}
	.teestimonial {
		margin: 0 5% 0 0;
		width: 45%;
	}
	.teestimonial:nth-child(3n) {
		margin: 20px 5% 0 0;
	}
	.teestimonial:nth-child(6n) {
		margin: 0 5% 0 0;
	}
	.youtube {
		float: left;
		height: auto;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.youtube iframe {
		float: left;
		height: auto;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.bgtestiomonial {
		margin: 20px auto 0;
		padding: 20px 5%;
		width: 90%;
	}
	.client-testimonial {
		font-size: 15px;
		line-height: 1.4em;
		padding: 10px 3% 40px;
		width: 94%;
		background-size: 100% auto;
	}
	.client {
		width: 100%;
		font-size: 15px;
	}
	.videoleft {
		float: left;
		width: 60%;
	}
	.videoright {
		float: right;
		width: 40%;
	}
	.videoright .amazingcarousel-image {
		width: 100%;
	}
	.videoright .amazingcarousel-image a img {
		width: 100%;
		padding-bottom: 10px;
	}
	.kidscompanytext {
		width: 100%;
	}
	.camila {
		background: #ffffff;
		width: 90%;
		text-align: center;
		padding: 15px 5%;
	}
	.camila img {
		width: 70%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		float: none;
	}
	.camilatext {
		height: auto;
		margin-top: 20px;
		width: 100%;
		text-align: left;
		margin-left: 0;
	}
	.donationsdetleft {
		width: 100%;
	}
	.donationsdetright {
		width: 100%;
	}
	.blogcontainer h3 {
		font-size: 18px;
		width: 80%;
	}
	.blogcontainer .blog-post-date {
		width: 20%;
	}
	.sustcontent p.larger {
		font-size: 20px;
	}
	.sustcontent p.larger a {
		font-size: 20px !important;
	}
	.packing1 li {
		padding: 10px 5%;
		width: 90% !important;
	}
	.packing2 li {
		padding: 10px 5%;
		width: 90% !important;
	}
	.hazardlist1 li {
		padding: 10px 5%;
		width: 90% !important;
	}
	.hazardlist2 li {
		padding: 10px 5%;
		width: 90% !important;
	}
	.hazardlist1,
	.hazardlist2 {
		padding: 0;
	}
	.get_free_quote span {
		font-size: 22px;
		max-width: 10%;
		padding-top: 10px;
	}
	.faqarea {
		width: 100%;
	}
	.faqmenu {
		display: none;
	}
	.single-format-standard .entry-content img {
		margin: 10px 0px 15px;
	}
	#respond {
		float: left;
		margin: 0 5%;
		padding: 0;
		width: 90%;
	}
	#commentform {
		margin-bottom: 30px;
	}
	form#commentform label {
		width: 100%;
	}
	form#commentform textarea {
		width: 100%;
	}
	form#commentform input[type="text"] {
		width: 100%;
	}
	#comments {
		float: left;
		width: 100%;
	}
}

@media screen and (max-width: 817px) {
	.topheader {
		float: left;
		margin: auto;
		width: 100%;
	}
	.logo {
		float: left;
		height: auto;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.logo img {
		height: auto;
		max-width: 240px;
	}
	.header-contact {
		float: right;
		margin: 6px 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	.header-contact .tel {
		font-size: 24px;
		line-height: 38px;
		float: none;
	}
	.header-contact .email {
		display: none;
	}
	.headerimg {
		display: none;
	}
}

@media (min-width: 818px) and (max-width: 1041px) {
	#nav li {
		width: 14.28%;
		float: left;
		height: 40px;
	}

	#nav ul ul li
	{
		min-height: 40px;
		height: auto!important;
	}

	#nav li a {
		font-size: 14px;
	}

	#nav ul li a
	{
		font-size: 12px;
	}

	#slidesQuote {
		margin-left: 300px;
	}

		.logo {
	width: 380px;
	height: 82px;
	float: left;
	margin: 10px 0px 0px 40px;
	padding: 0px;
}
}
@media screen and (max-width: 680px) {
	.clientImg {
		width: 73%;
		margin-left: auto;
		margin-right: auto;
	}
	.areaslinks a {
		margin: 0 5%;
		padding: 11px 0 11px 40px;
		width: 82%;
	}
	.teestimonial {
		margin: 0;
		width: 100%;
	}
	.teestimonial:nth-child(3n) {
		margin: 0;
	}
	.bgtestiomonial {
		background-size: 100% auto;
	}
	.leftcase {
		width: 100%;
	}
	.rightcase {
		width: 100%;
	}
	.videoleft {
		float: left;
		width: 100%;
	}
	.videoright {
		float: right;
		width: 100%;
	}
	.blogcontainer .blog-post-date {
		width: 100%;
		float: left;
		text-align: left;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.blogcontainer .blog-post-content {
		width: 100%;
		float: left;
	}
	.blogcontainer .blog-post-img {
		padding: 0 0 15px 0;
		float: left;
		width: 100%;
	}
	.blogcontainer .blog-post-img a img {
		height: auto;
		width: 100%;
	}
	.blogcontainer .read-more {
		float: left;
		margin-bottom: 25px;
	}
	.blogcontainer h3 {
		font-size: 18px;
		width: 80%;
		margin: 5px 0px;
	}
	#commentform {
		margin-bottom: 30px;
	}
	form#commentform label {
		width: 100%;
	}
	form#commentform textarea {
		width: 100%;
	}
	form#commentform input[type="text"] {
		width: 100%;
	}
	#respond {
		float: left;
		margin: 0 5%;
		padding: 0;
		width: 90%;
	}
	#comments {
		float: left;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.clientImg {
		width: 315px;
	}
	.ico1,
	.ico2,
	.ico3,
	.ico4 {
		margin: 0;
		background-size: 100% auto;
		color: #516266;
		background-position: center bottom;
		float: left;
		font-size: 17px;
		height: 100px;
		line-height: auto;
		padding: 0 0;
		text-align: center;
		width: 33.3%;
	}
	.orblocks {
		height: auto;
		margin: 0;
		max-width: 100%;
		clear: both;
	}
	.houseblock,
	.officeblock {
		height: 200px;
		width: 45%;
		background-size: 80% auto;
		background-position: center center;
		text-align: center;
		margin-top: 50px;
	}
	.houseblock span,
	.officeblock span {
		font-size: 14px;
		margin: 90% auto 0;
		max-width: 60%;
	}
	.or {
		float: left;
		height: 200px;
		margin: 0;
		width: 4%;
		margin: 50px 3% 0px;
		background-size: 100% auto;
		background-position: center center;
	}
	.footermenu li {
		display: block;
		margin: 0;
		padding: 10px 0px;
	}
	.footermenu li a {
		border-right: none;
		padding: 10px 0px;
	}
	.copy {
		line-height: 1.3em;
		margin: 0 15%;
		width: 70%;
		margin-bottom: 40px;
	}
	.areas_right img {
		width: 80%;
		height: auto;
	}
	.areas_left p {
		font-size: 20px;
	}
	.areas_left .phone {
		font-size: 20px;
	}
	blockquote.alignleft,
	img.alignleft {
		margin: 0;
	}
	.teestimonial .bgtestiomonial {
		background: #fff;
		height: auto;
		margin: 10px 0px !important;
	}
	.teestimonial {
		margin: 10px 0px !important;
	}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
	.logo
	{
		margin: 10px 0 0 40px;
	}

	.calltoaction {
    float: left;
	}

	.header-contact
	{
		margin: 6px 40px 6px 0px;
	}
	.andbar {
    max-width: 490px;
    float: right;
    margin: 9px 100px 20px 0;
    padding: 0px 0px 0px 172px;
    background: url(images/bar.png) top left no-repeat;
    font-family: 'FuturaMdBTMedium', sans-serif!important;
    font-size: 22px!important;
    color: #c95b50;
    line-height: 1.4em;
    font-weight: 500;
    height: 160px;
}

	#nav ul ul {
	top: 40px;
}

}

float-left {
	float: left;
}

ul.extra-space li{
	padding: 5px;
} 