/* STYLE */

/* GENERAL STYLES */

body{
	font: 1em/1.5em 'Open Sans', Arial, Helvetica, sans-serif;
	color: #054769;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}

/* Clearfix */

.group:after {
  content: "";
  display: table;
  clear: both;
}

/* Box Sizing */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

a{
	color: #0077ab;
	text-decoration: none;
}

p{
	font-size: 0.875em;
	line-height: 1.5em;
	margin: 1em 0;
}

.inner{
	max-width: 960px;
	display: block;
	margin: 0 auto;
	padding: 0 1em;
	position:relative;
}

strong{
	font-weight: bold;	
}

h1{
	font-size: 2em;
	line-height: 1.5em;
}

h2{
	font-size: 1.5em;
	line-height: 1.2em;
}

h3{
	font-size: 1em;
	text-transform: uppercase;
}

h4{
	margin-bottom: 0 0 0.5em 0;
	text-transform: uppercase;
}

.text-small {
	font-size: 85%;
}

.text-large {
	font-size: 110%;
}

.text-center {
	text-align: center;
}

/* HEADER */

header{
	background-color: #f6f6f6;
}

.topbar{
	padding-bottom: 20px;
	padding-top: 20px;
}

.logo{
	width: 170px;
	float: left;
	margin: 0;
}

#windowcleaningnumbers {
	float: right;
	color: #054769;
	font-size: 1.2em;
	font-weight: normal;
	text-align: right;
	line-height: 1.5em;
	margin-top: 0.5em;
	max-width: 65%;
}

.tagline {
	color: #054769;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0.7em;
}

.notice {
	background-color: #054769;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.notice p {
	color: #fff;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

/* MENU */

nav[role="navigation"]{
	background-color: #054769;
	margin-bottom: 20px;
	display: block;
}

nav[role="navigation"] ul{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}

nav[role="navigation"] li{
	display: inline;
	margin: 0;
	padding: 0;
}

nav[role="navigation"] li a{
	text-decoration: none;
	padding: 10px 0;
	width: 33.333%;
	display: inline;
	float: left;
	background-color: #054769;
	color: white;
	text-transform: uppercase;
	font-size: 0.875em;
}

nav[role="navigation"] li a:hover, nav[role="navigation"] li a.active{
	background-color: #0c5378;
}

nav[role="navigation"] li img {
	display: block;
	margin: 0 auto 5px auto;
}

/* BANNER */

.banner{
	background: url(../images/penrithwindowcleaning.jpg) repeat-x center;
	box-shadow: 0 5px 15px #c4c4c4;
	color: white;
	margin-bottom: 2em;
}

.windowcleaning .inner{
	background: url(../images/commercialwindowcleaning.jpg) no-repeat right;
}

.propertymaintenance .inner{
	background: url(../images/propertymaintenance.jpg) no-repeat right;
}

.banner h1{
	width: 70%;
	text-align: center;
	font-size: 2.5em;
	line-height: 1em;
	margin: 0;
	font-weight: 300;
	color: #fff;
	padding: 1em 0;
	font-style: italic;
}

.banner h1 span{
	text-transform: uppercase;
	font-size: 0.75em;
}

/* CONTENT */

#fourcolleft{
	width: auto;
	margin-right: 360px;
	min-height: 470px;
}

.fourcolbox{
	width: 50%;
	padding: 0 1em 0 0;
	float: left;
}

.threecol {
	float: left;
	width: 33%;
}

.fullcol {
	width: 100%;
	clear: both;
}

.fourcolbox h3{
	padding-bottom: 0.5em;
	border-bottom: 3px solid #e8f2fb;
}

#cleaningtestimonials{
	margin-top: 20px;
	border-top: 6px solid #e8f2fb;
	clear: both;
}

#cleaningtestimonials h3{
	margin-bottom: 1em;
}

#cleaningtestimonials p{
	font-style:italic;
}

.logos img {
	float: left;
	margin: 5px 10px;
}

/* SLIDESHOW */

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper ul {
	margin: 0;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/* -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-viewport li {
	min-height: 1px;
	min-width: 1px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* FORM */

.contact-form {
	border-radius: 5px;
	width: 320px;
	padding:20px;
	background-color: #054769;
	position: absolute;
	right: 16px;
	top: 80px;
	color: white;
}

.contact-form h3 {
	margin: 0.3em 0 1em 0;
	font-weight: normal;
	text-align: center;
}

.contact-form a {
	color: #fff;
}
	
label {
	font-size: 0.75em;
	text-transform: uppercase;
}
	
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	width: 100%;
	border: none;
	font-size: 0.875em;
	margin-bottom: 10px;
}

textarea{
	height: 80px;
	resize: none;
}

input#submit {
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	background-color: #498ac7;
	border:none;
	border-radius: 20px;
	-webkit-appearance: none;
	width: 100%;
}

input#submit:hover {
	background-color: #55A1ED;
	color: #ffffff;
	cursor: pointer;
}

/* FOOTER */

footer{
	background-color: #d0d0d0;
	margin-top: 30px;
	padding: 30px 0;
	clear: both;
}

@media (max-width: 650px){
	nav[role="navigation"] li a{
		float: left;
		width: 50%;
	}
	.logo{
		display: block;
		margin: 0 auto;
		float: none;
	}
	nav[role="navigation"] li a{
		text-align: center;
		font-size: 0.75em;
	}
	nav[role="navigation"] li img {
		width: 30px;
	}
	.contact-form{
		width: 100%;
	}
	#windowcleaningnumbers{
		font-size: 1em;
		display: block;
		width: 100%;
		text-align: center;
		max-width: 100%;
	}
	#fourcolleft{
		margin-right: 0;
	}
	.threecol {
		width: 100%;
	}
	.contact-form{
		position: static;
	}
	.banner h1{
		font-size: 1.8em;
	}
}

@media (max-width: 900px){
	.propertymaintenance .inner{
		background: none;
	}
	.windowcleaning .inner{
		background: none;
	}
	.fourcolbox{
		width: 100%;
		padding: 0;
	}
	.banner h1{
		width: 100%;
		text-align: center;
	}
	.banner h1 span{
		margin-left: 0;
	}
}
