/*
Theme Name: PWD Default Bootstrap
Theme URI: http://www.perth-web-design.com.au/
Author: Perth Web Design
Author URI: http://www.perth-web-design.com.au/
Description: Description
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#636363;
}

h1{ font-size: 28px; }
h2{ font-size: 24px; }
h3{ font-size: 24px; color:#111111; margin-top:10px; margin-bottom:20px;}
h4{ font-size: 20px; }
h5{ font-size: 16px; margin-bottom:50px;}
h6{ font-size: 16px; }

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 60px;
	margin-top:60px;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 1.2em;
	padding: 40px 40px 30px;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eee;
	border-color: #eee #eee #bbb #eee;

	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 0px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	height:34px;
	line-height:34px; 
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #eee #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #eee;
	width:250px;
	max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 40px;
	line-height: 34px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	height:120px;
}

/* Links */
a,
a:visited {
	color: #df5114;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color: #df5114;
	text-decoration:none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}



/* =Main Layout
----------------------------------------------- */
#page{ }

ul.nav-user.nav.navbar-nav.navbar-right {
	position: relative;
	border-top: none;
	margin-top: -95px;
	width: 100%;
	color: #fff;
	text-align: right;
	padding-right:10px;
}

p.phone-number {font-size:22px; color:#df5114; font-weight:500; margin-bottom:5px; margin-top:5px;}
p.after-hours { font-size:16px; text-transform:capitalize; font-weight:300;}

.site-header{}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	height: 70px;
	line-height: 40px;
	padding: 10px 20px 10px 10px;
	z-index:999;
	position:absolute;
}
.site-header .navbar-brand img{ height: 63px; display: block; margin-top:10px;}

.site-featured{ margin:auto; }
.site-header-image-bg{ height:170px!important; border-bottom:3px solid #df5114; background-size:cover !important;}

.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}


.container{ }
.site-main{  }
.home .site-main{ width:100%; padding:20px 0 0; float:left; }

.site-footer{
	background: none repeat scroll 0 0 #F6F6F6;
	float: left;
	width: 100%;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
	background: none repeat scroll 0 0 #373737;
	clear: both;
	color: #666666;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: auto;
	padding: 15px 0;
	position: relative;
	width: 100%;
	
}
.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; padding-bottom:0px; color:#de906f; opacity:0.8;}
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{ text-align:left; float:left; color:#de906f; opacity:0.8;}


.entry-meta {display:none;}
.page .entry-header{  }
.page .entry-header .entry-title{}
h1.entry-title {font-family: 'Roboto Slab', serif; width: 40%; padding-top: 20px; color: #fff; font-size: 23px; position: absolute; margin-top: -270px; padding-left: 10px; z-index:999;}

.home .front-content{ padding-top:50px; padding-bottom:40px; background: url(images/bg-service-slide.jpg) center center no-repeat; }
.home .front-content .entry-header{ margin:0; height:auto;}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
}
.single-breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
}

img.icon {float:left; margin-right:30px; margin-top:-20px; padding-bottom:20px;}


/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 120px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found  #searchform{ margin-bottom: 50px;}
.not-found hr {
    margin: 20px auto;
    width: 365px;
}


.home .site-header-image-bg{ height:468px!important; }
.page-template-page-templatescontact-us-php .site-header-image-bg{ height:170px!important; }
.page-template-page-templatescontact-us-php #contact-map{
	height: 300px;
	left: 0;
	margin-top:-100px;
	position: relative !important;
	right: 0;
	width: 100%;
	border-bottom:5px solid #df5114;
	margin-bottom:40px;
}
.page-template-page-templatescontact-us-php .entry-header {
	height: auto;
	margin-top: -80px;
}


/* =Layout: Content-Sidebar
----------------------------------------------- */

#content {}
#sidebar { margin: 40px 0 20px; }
#sidebar .widget{  }
aside#gform_widget-2 {background-color:#df5114; padding:10px; margin-top:-115px; padding-bottom:55px;}
h3.widget-title {color:#fff; font-weight:200; text-transform:uppercase; font-size:16px; text-align:center; border-bottom:3px solid #fda181; margin-bottom:20px; width:95%; margin:0 auto;}
form#gform_2 {width:100%; margin:0 auto; padding-right:13px;}
input#input_2_1{margin-bottom:5px; margin-top:10px;}
input#input_2_2 {margin-bottom:5px;}

input#gform_submit_button_2 {float:right; position:relative; background:#333; border:none; box-shadow:none;
color:#fff; text-shadow:none; border-radius:5px; width:35%; height:40px; text-transform:uppercase; margin-right:-5px;}

.col-md-8-contact {width:60%; float:left; margin-right: 5%; margin-left:-10px; margin-bottom:50px;}
.col-md-4-contact {width:33.3%; float:left; border-left:1px solid #ccc; padding-left:50px; height:320px;}
.col-md-4-contact h5 {margin-top:0px; margin-bottom:10px; font-size:14px; line-height:1em;}
.col-md-4-contact h2 {margin-bottom:20px; margin-top:5px; color:#000; font-size:25px;}
ul#gform_fields_3 input {background:#dbdbdb; border-bottom:none;}
textarea#input_3_4 {background:#dbdbdb;}
input#gform_submit_button_3 {
	float:right;
	color: #fff; 
	text-transform: uppercase; 
	background: #df5114; 
	padding: 0px; 
	width: 20%;
	text-align: center;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 39px 0px -20px #e4703e;
	-webkit-box-shadow: inset 0px 39px 0px -20px #e4703e;
	box-shadow: inset 0px 39px 0px -20px #e4703e;
	font-family: 'Roboto', serif;
	font-weight: 400;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border:none;
	text-shadow:none;
	}
input#gform_submit_button_3:hover {
	background:#df5114;
	box-shadow:none;
}

input#gform_submit_button_5 {
	color: #fff; 
	text-transform: uppercase; 
	background: #df5114; 
	padding: 0px; 
	width: 20%;
	text-align: center;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 39px 0px -20px #e4703e;
	-webkit-box-shadow: inset 0px 39px 0px -20px #e4703e;
	box-shadow: inset 0px 39px 0px -20px #e4703e;
	font-family: 'Roboto', serif;
	font-weight: 400;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border:none;
	text-shadow:none;
	}
input#gform_submit_button_5:hover {
	background:#df5114;
	box-shadow:none;
}


ul#gform_fields_4 input {background:#dbdbdb; border-bottom:none; margin-top:5px;}
textarea#input_4_4 {background:#dbdbdb; margin-top:10px;}
input#gform_submit_button_4 {
	float:right;
	color: #fff; 
	text-transform: uppercase; 
	background: #df5114; 
	padding: 0px; 
	width: 20%;
	text-align: center;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 39px 0px -20px #e4703e;
	-webkit-box-shadow: inset 0px 39px 0px -20px #e4703e;
	box-shadow: inset 0px 39px 0px -20px #e4703e;
	font-family: 'Roboto', serif;
	font-weight: 400;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border:none;
	text-shadow:none;
	margin-right:20px;
	}
input#gform_submit_button_4:hover {
	background:#df5114;
	box-shadow:none;
}
ul#gform_fields_4 {
	padding-right:20px;
	margin-top:30px !important;
}


/* =Menu
----------------------------------------------- */
.navbar-nav {float:right; padding-top:0px; border-top:1px solid #ccc; margin-top:5px;}
ul#menu-top li {margin-left:5px; margin-right:5px; text-align:right; }
.navbar{ margin: 0; }
.navbar-default{ border:none; }

div#nav_menu-2 a {color:#707070;}
div#nav_menu-2 a:hover{color:#df5114; font-style:none; text-decoration:none;}

div#nav_menu-3 a{color:#707070;}
div#nav_menu-3 a:hover{color:#df5114; font-style:none; text-decoration:none;}
div#text-2 {color:#707070;}



.navbar-default {
	background: url(images/bg-header.jpg) 50% 0% no-repeat;
	border-color: #e7e7e7;
	height:100px;
	background-size:cover;
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #df5114;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color:transparent;
	border-bottom:4px solid #df5114;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #df5114;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
	margin-top: 16px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
	margin-top:55px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #df5114;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
}


.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}



.dropdown-menu {
	background-clip: padding-box;
	background-color: #333;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 180px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

.dropdown-menu>li>a:hover { background:#df5114; color:#fff;}
.dropdown-menu>li>a {color:#fff;}

#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{ list-style:none; }
.socials li{ float:left; }
li.social.facebook a{
	background: none repeat scroll 0 0 #3b5998;
	border-radius: 10px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	width: 34px;

}

li.social.twitter a{
	background: none repeat scroll 0 0 #55acee;
	border-radius: 10px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	width: 34px;
	margin-top:10px;

}
#footer-sidebar .col-md-3 {width:28%;}
#footer-sidebar .col-md-7 {border-top:1px solid #707070; padding-top:20px; width:55%; float:right; padding-left:0px;}
.col-md-4-last {float:right; margin-top:-5px;}
.col-md-4-md {width: 33%; float: left; margin: 0 auto; margin-left:5%;}


.socials li a:hover{ opacity:1; }
.socials li.facebook a{;}
.socials li.twitter a{ }


/* =Content
----------------------------------------------- */
.page-header {border:none;}

.page-header-title {font-family:'Roboto Slab', serif; width:30%; padding-top:10px; color:#fff; font-size:23px; position:absolute; margin-top:-200px; padding-left:10px; line-height:1.2em;}
.page-header-title-team {font-family:'Roboto Slab', serif; width:40%; padding-top:10px; color:#fff; font-size:23px; position:absolute; margin-top:-220px; padding-left:10px;}

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border:none;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ margin-bottom:20px; }

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }


.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none;  }
.hentry.service .entry-content{ }

.clear{ clear:both; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: 2px solid #EEEEEE!important;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery .gallery-item{
	float: left;
	margin-top: 6px!important;
	text-align: center;
	width: 33%;
}

.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

#gallery-1 img {width:96%; border:none !important; opacity:0.9;}
#gallery-1 img:hover {opacity:1;}

#gallery-1 {margin:auto; float:left; margin-bottom:30px !important;}

#gallery-2 img {width:96%; border:none !important; opacity:0.9;}
#gallery-2 img:hover {opacity:1;}
#gallery-2 .gallery-item {width:24% !important;}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	float: left;
	margin: 0 0 1.2em;
	overflow: visible;
	width: 100%;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; display:none;}
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */
div#pwd_socials_widget-3 {width:5%;}
div#text-2 {width:40%; margin-right:20px;}
.widget-title{
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
}
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

aside#text-3 {background: url(images/widget-bg.jpg) center center no-repeat; padding:15px; color:#ccc; text-align:center; font-weight:200;}

aside#text-3 .widget-title {text-align:center; font-size:20px; line-height:1.5em; border-bottom:none; margin-bottom:20px; margin-top:20px; font-weight:200; text-transform:capitalize; padding-right:20px; padding-left:20px;}
aside#text-3 .textwidget {margin-bottom:20px;}
aside#text-3 p {margin-top:20px;}

img.cta-icons {padding:15px;}
.col-md-4 .col-md-6-1 h1 {color:#df5114; font-size:13px; text-align:center; font-weight:600;}
.col-md-4 .col-md-6-1 {padding-bottom:15px; border-bottom:1px solid #ccc; border-right:1px solid #ccc; width:50%; float:left;}
.col-md-4 .col-md-6-1:hover { background:#CCC;}

.col-md-4 .col-md-6-2 h1 {color:#df5114; font-size:13px; text-align:center; font-weight:600;}
.col-md-4 .col-md-6-2  {width:50%; float:left; border-bottom: 1px solid #ccc; padding-bottom:15px;}
.col-md-4 .col-md-6-2:hover {background:#ccc;}

.col-md-4 .col-md-6-3 h1 {color:#df5114; font-size:13px; text-align:center; font-weight:600;}
.col-md-4 .col-md-6-3  {width:50%; float:left; border-right: 1px solid #ccc; padding-bottom:15px;}
.col-md-4 .col-md-6-3:hover {background:#ccc;}

.col-md-4 .col-md-6-4 h1 {color:#df5114; font-size:13px; text-align:center; font-weight:600;}
.col-md-4 .col-md-6-4  {width:50%; float:left;padding-bottom:15px;}
.col-md-4 .col-md-6-4:hover {background:#ccc;}

/* TEAM */

div#custom-team .col-md-4 {width:33.3%; float:left; margin-left:0px; margin-right:0px;}
img.attachment-team.wp-post-image {width:100%; float:left; height:auto;}
div#custom-team .col-md-6 {width:65%; border:none;}
div#custom-team .col-md-6:hover {background:none;}
h5.team-title {text-transform:uppercase; color:#000; letter-spacing:2px; margin-bottom:0px;}
.team-summary {font-size:12px;}
div#custom-team .col-md-6 h6 {font-size:15px; font-weight:200; color:#8e8e8e; margin-bottom:10px; font-style:italic;}
.fb {float:left; position:absolute; margin-top:90%;}
.fb i {margin-left:5px; margin-right:5px;}
article#post-36 { margin-bottom:-50px;}

.team {width:100%; background:#ececec; height:250px; padding-top:15px; border-bottom:5px solid #df5114;}
.team .post-content {color:#000; padding-right:30px;}
.team .post-content h5 {margin-bottom:10px; margin-top:5px;}
.col-md-12 .team {margin-bottom:50px;}
.social-team {margin-top:50px;}
.social-team i {margin-left:5px; margin-right:5px;}
.team .col-md-9 {margin-top:20px;}


/* Service */

.col-md-8 h4 {font-size:20px; color:#000; margin-bottom:10px; margin-top:30px; border-top: 1px solid #efefef; padding-top:20px;}
.col-md-8 h4 p {font-size:13p; color:#666; padding-left:0px;}
img.services {margin-bottom:40px; margin-top:0px; float:left; margin-right:20px;}


/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:196px; }
#searchsubmit {}

/* Header widget */
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20px; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;  padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }

.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }


/* PWD Address widget */
.pwd-address{}
.pwd-address .location{ clear: none; }
.pwd-address .address{}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{ }
.pwd-address .image-map{ float: right;margin-left: 10px;}

.pwd-address .phone,
.pwd-address .fax,
.pwd-address .email,
.pwd-address .address{
	padding-left: 25px;
	position: relative;
}

.pwd-address .phone .fa,
.pwd-address .fax .fa,
.pwd-address .email .fa,
.pwd-address .address .fa{
	position: absolute;
	left: 0;
}




#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget:first-child{ margin-left:0;}

#footer-sidebar .widget_pwd_address_widget{

}



/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
}
.slide-header h1 {
	position:absolute;
	top:15%;
	left:20%;
	font-family:'Roboto Slab', serif;
	font-weight:400;
	font-size:36px;
	color:#373737;
	width:28%
}
.slide-header h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#333;
	font-size:15px;
	position:absolute;
	top:36%;
	width:25%;
	left:20%;
	line-height:1.5em;
}
.slide-more {
	top:60%;
	position:absolute;
	left:20%;
	color:#fff;
	text-transform:uppercase;
	background:#df5114;
	padding:10px;
	width:10%;
	text-align:center;
	border-radius:5px;
	-moz-box-shadow:inset 0px 39px 0px -20px #e4703e;
	-webkit-box-shadow:inset 0px 39px 0px -20px #e4703e;
	box-shadow:inset 0px 39px 0px -20px #e4703e;
	font-family:'Roboto', serif;
	font-weight:400;

}
.slide-more:hover {
	background:#df5114;
	box-shadow:none;
}

/* =Check Box
----------------------------------------------- */
	.check-box {
		background: #df5114;
		padding: 10px;
		width: 40%;
		margin: 0 auto;
		margin-top: -120px;
		z-index: 999;
		position: relative;
	}
	h3.gform_title,.gform_heading {
		color:#fff;
		font-family: 'Open Sans', sans-serif;
		font-weight:200 !important;
		border-bottom:2px solid #ffaf8c;
		text-align:center;
		margin-left:12px;
		margin-right:10px;
	}
	.ginput_container {
		padding-left:12px;
		margin-top:-10px;
		margin-right:-8px;
	}
	input#gform_submit_button_1 {
		float: right;
		margin-top: -48px;
		margin-right: 0px;
		border:none;
		background:#333333; 
		box-shadow:none;
		color:#fff;
		text-shadow:none;
		text-transform:uppercase;
		width:18%;
		border-radius:5px;
		height:38px;
		
	}
	
	.ginput_container input {
		border-bottom: 4px solid #333;
		border-left:none;
		border-right:none;
		font-style:italic;
	}
		
		


/* =Custom Post type
----------------------------------------------- */

/* Custom Post type Slidshow */
#slidercontainer{ margin:auto; background:#d7d7d7;  }
#sliderarea{ width:100%; height:468px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:468px; background:none!important; border-bottom:5px solid #df5114; }
#custom-slideshows > .slide{ width:100%!important; height:468px; background-size: cover; }


/* Custom Post type CTA */
#cta-container{ margin-bottom:20px; margin-top:20px; }
#custom-cta{}
#custom-cta .cta{ background: none repeat scroll 0 0; }
#custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
	margin:0 auto;
}
#custom-cta .cta-title {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 10px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
}
#custom-cta .cta-title a{text-decoration:none;color:#df5114;}
#custom-cta .cta-summary{ padding: 10px; text-align:center; color:#333; font-family: 'Open Sans', sans-serif; font-size:13px; margin-top:20px;}
#custom-cta .cta-summary .readmore{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 85px 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	display:none;
}
#custom-cta .cta:hover .readmore{ display:block;}
.cta-summary .more {
	left:20%;
	color:#fff;
	text-transform:uppercase;
	background:#df5114;
	padding:10px;
	width:50%;
	text-align:center;
	border-radius:5px;
	-moz-box-shadow:inset 0px 39px 0px -20px #e4703e;
	-webkit-box-shadow:inset 0px 39px 0px -20px #e4703e;
	box-shadow:inset 0px 39px 0px -20px #e4703e;
	font-family:'Roboto', serif;
	font-weight:400;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
.cta-summary .more:hover {
	background:#df5114;
	box-shadow:none;
}


.testimonial h3 {font-size:30px; font-family:'Roboto', serif; font-weight:300; margin-bottom:40px; margin-top:50px; color:#fff;}
	
#testimonials{ padding:0px 0; background: url(images/testi-slide.jpg) 50% 50% no-repeat; background-size:cover; margin-top:-1px;}
#testimonials .bx-wrapper{ margin: 0; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; min-height: 250px;  background:none!important; }

#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
	color:#fff;
}

#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{ 
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}

#slider-testimonials > .testimonial .info{ font-size: 16px; color:#fff; margin-bottom:50px; }


#get-stared{
	float: left;
	width: 100%;
	padding-top:35px;
	padding-bottom:20px;
}

/* Home-Service */
.service-left h2 {margin-bottom:20px; color:#fff; font-family: 'Roboto', sans-serif; font-size:28px;}
.service-left h5 {margin-bottom:17px; color:#000; letter-spacing:0.5px; line-height:1.3em; font-family: 'Open Sans', sans-serif; font-weight:400; font-size:19px;}
.post-content {color:#fff;font-family: 'Open Sans', sans-serif; font-weight:200;}
.service-left p {line-height:1.6em; letter-spacing:0.3px;} 

.service-right {width:90%; float:right;}
.service-right h3 {color:#fff; text-align:center; margin-top:50px; font-size:22px; font-family: 'Open Sans', sans-serif; font-weight:200;}
.home-icon {width:40%; float:left;}
.home-text {width:60%; float:left; margin-top: 40px;font-family: 'Open Sans', sans-serif; font-weight:200; color:#fff;}


.line {border-bottom:1px solid #fff; width:95%; margin: 0 auto; float:right;}

/* mobile Nav */
span.text { color:#FFF; line-height:15px; position:absolute; float:left; text-align:center; margin-left:-20px; z-index:999;}





/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #1982d1;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #1982d1;
	border-color: #1982d1;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/* Gravity Forms Section */

.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 10px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input { }


.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }

/*-- Gravity Error Section ----------------*/

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }


ul#gform_fields_5 input {background:#dbdbdb; border-bottom:none; margin-bottom:5px; width:70%; margin-top:5px;}

/* Plugin WP PWD Footer */
#pwd_footer_v2 li{ margin-left:5px; }
div#footer-sidebar h3 {font-size:12px; margin-top:60px; color:#666; margin-bottom:5px;}
div#footer-sidebar h4 {font-size:12px; margin-top:10px; margin-bottom: 10px; color:#666;}

/* Custom bootstrap
-------------------------------------------------- */

.navbar-nav > li > a{ line-height: 5px; padding-top: 0px 10px;}

.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}


.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
	.team .col-md-3 {width:30%;}
	.team .col-md-9 {width:70%; float:left}
	.social-team {margin-top:20px;}
	div#custom-team .col-md-6 {width:100%;}
	div#custom-team .col-md-4 {margin-bottom:50px;}
	.fb i {margin-left:2px; margin-right:2px;}
	img.alignnone.size-full.wp-image-54 {float:left;}
	.home .front-content {background:#666;}
	.service-right {width:100%; float:left;}
	.col-md-4-md {float:right;}
	#sliderarea {width:100%;}
	.slide-header h1 {width:50%; font-size:30px;}
	.slide-header h3 {width:50%; margin-top:20px;}
	.slide-more {width:20%; margin-top:50px;}
   .check-box {width:90%; margin-top:-50px;}
   .slide-header h1 {width:40%; font-size:30px;}
	.slide-header h3 {width:40%; margin-top:20px;}
	aside#gform_widget-2 {width:90%; margin:0 auto;}
	aside#text-3 {width:90%; margin:0 auto; background:#333; margin-top:20px; margin-bottom:20px;}
	img.cta-icons {padding-left:35%;}
	ul#menu-top li {margin-left:0; margin-right:0;}
}

@media only screen and (min-width: 688px) and (max-width: 767px) {
	.team .col-md-3 {width:30%;}
	.team .col-md-9 {width:70%; float:left}
	.social-team {margin-top:20px;}
	div#custom-team .col-md-6 {width:100%;}
	div#custom-team .col-md-4 {margin-bottom:50px;}
	.fb i {margin-left:2px; margin-right:2px;}
	.home .front-content {background:#666;}
	.service-right {width:100%; float:left;}
	.col-md-4, .col-md-4-md, .col-md-4-last {width:50%; margin:0 auto; display:block;  margin-bottom:20px; margin-top:20px; float:left;}
	#custom-slideshows > .slide {width:100% !important;}
	#sliderarea {width:100%;}
	.slide-header h1 {width:50%; font-size:30px;}
	.slide-header h3 {width:50%; margin-top:20px;}
	.slide-more {width:20%; margin-top:50px;}
   .check-box {width:90%; margin-top:-60px;}
   .page-header-title {color:#000;}
 
   .col-md-4, .col-md-4-md, .col-md-4-last {width:100%;}
   aside#text-3 {background:#333;}
   aside#gform_widget-2 {margin-top:0;}
   img.cta-icons {padding-left:30%;}
   img.alignnone.size-full.wp-image-54,img.alignnone.size-full.wp-image-49, img.alignnone.size-full.wp-image-51 {margin:0 auto;}
   
   ul.nav-user.nav.navbar-nav.navbar-right {margin-top:-35px; position:absolute; color:#000; display:none;}
   .navbar-nav {width:100%; float:left; display: block; height:auto; margin:0 auto;}
   .navbar-collapse.in .navbar-nav > li > a {line-height:12px;}
   ul#menu-top li {text-align:center;}
   .navbar-default .navbar-nav .open .dropdown-menu>li>a {background:#ccc;}
   .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {background-color:#666; border:none;}
   .navbar-nav .open .dropdown-menu {background-color:#ccc;}
   .site-header .navbar-brand img { margin-left:35%;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {margin-top:0px;}
   ul#menu-top li {margin-left:0px; margin-right:0px;}
   .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {border-bottom:none;}
 
   .navbar-toggle {width:50%; margin-top:95px; }
   .navbar-default .navbar-toggle { margin-top:117px; float:left; background:#000; width:100%; box-shadow:none; border:none; text-shadow:none; border-radius:0px;}
   .navbar-default .navbar-toggle:hover { border:none;}
   #primary_navigation {width:100%; padding: 0 0% 0 0%; background:#ffffff; height:auto;} 
   .navbar-default {background:#fff; height:auto;}
   .page-header-title {color:#fff;} 
   .navbar-default .navbar-nav > li > a {background:#000;}
   .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background:#000;}
   .navbar-collapse.in .navbar-nav > li > a:hover {background:#333;}
}

@media only screen and (min-width: 401px) and (max-width: 687px) {
	.team {height:300px;}
	.team .col-md-3 {width:30%;}
	.team .col-md-9 {width:70%; float:left}
	.social-team {margin-top:20px;}
	div#custom-team .col-md-6 {width:100%;}
	div#custom-team .col-md-4 {margin-bottom:80px;}
	.fb i {margin-left:2px; margin-right:2px;}
	.home .front-content {background:#666;}
	.service-right {width:100%; float:left;}
	.col-md-4, .col-md-4-md, .col-md-4-last {width:50%; margin:0 auto; display:block;  margin-bottom:20px; margin-top:20px; float:left;}
	
	#custom-slideshows > .slide {width:100% !important;}
	#sliderarea {width:100%;}
	.slide-header h1 {width:50%; font-size:30px;}
	.slide-header h3 {width:50%; margin-top:20px;}
	.slide-more {width:20%; margin-top:50px;}
   .check-box {width:90%; margin-top:-60px;}
   
   .col-md-4, .col-md-4-md, .col-md-4-last {width:100%;}
   aside#text-3 {background:#333;}
   aside#gform_widget-2 {margin-top:0;}
   img.cta-icons {padding-left:30%;}
   img.alignnone.size-full.wp-image-54,img.alignnone.size-full.wp-image-49, img.alignnone.size-full.wp-image-51 {margin:0 auto;}
   .site-header-image-bg { background:url(http://d1.pwd.net.au/~devgloba/wp-content/uploads/2014/10/cropped-top-banner.jpg) 35% 0% no-repeat !important;}
   
   .col-md-8-contact { width:100%;}
   .col-md-4-contact {width:100%; border:none; text-align:center; padding-left:0px; height:0; margin-bottom:50px;}
   
   #get-stared {padding-top:100px;}
   
   .navbar-default {background:#fff; height:auto;}
   .page-header-title {color:#fff;}
   .navbar-default .navbar-nav > li > a {background:#000;}
   .navbar-collapse {border-top:none;}
   ul#menu-top li a:hover {background:#333;}
   .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color:#000;}
   
   ul.nav-user.nav.navbar-nav.navbar-right {margin-top:-35px; position:absolute; color:#000; display:none;}
   .navbar-nav {width:100%; float:left; display: block; height:auto; margin:0 auto;}
   .navbar-collapse.in .navbar-nav > li > a {line-height:12px;}
   ul#menu-top li {text-align:center;}
   .navbar-default .navbar-nav .open .dropdown-menu>li>a {background:#ccc;}
   .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {background-color:#666; border:none;}
   .navbar-nav .open .dropdown-menu {background-color:#ccc;}
   .site-header .navbar-brand img { margin-left:35%;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {margin-top:0px;}
   ul#menu-top li {margin-left:0px; margin-right:0px;}
   .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {border-bottom:none;}
 
   .navbar-toggle {width:50%; margin-top:95px; }
   .navbar-default .navbar-toggle { margin-top:117px; float:left; background:#000; width:100%; box-shadow:none; border:none; text-shadow:none; border-radius:0px;}
   .navbar-default .navbar-toggle:hover { border:none;}
   #primary_navigation {width:100%; padding: 0 0% 0 0%; background:#ffffff; height:auto;}   
   
   
}

@media (max-width: 400px) {
	
	#custom-slideshows > .slide {width:100% !important;}
	div#custom-team .col-md-4 {width:48%;}
	#sliderarea {width:100%;}
	.slide-header h1 {width:50%; font-size:30px;}
	.slide-header h3 {width:50%; margin-top:20px; text-align:center; left:25%;}
	
	.slide { background:url(http://d1.pwd.net.au/~devgloba/wp-content/uploads/2014/10/bg-slide.jpg) 0 0% no-repeat scroll transparent !important;}
	.slide-more {width:35%; margin-top:50px; left:31%;}
   .check-box {width:90%; margin-top:-60px;}
   #footer-sidebar {width:100%; margin-left:0;}
   #footer-sidebar .col-md-3 {width:100%; margin-bottom:20px; margin:0 auto; float:left; display:block; text-align:center;}
   #footer-sidebar .col-md-7 {width:100%; margin-top:20px; margin:0 auto; border:none; padding:0; margin-top:30px;}
   ul.socials {width:10%; margin:0 auto; margin-top:10px; margin-bottom:10px;}
   
   .col-md-4, .col-md-4-md, .col-md-4-last {width:100%; margin:0 auto; display:block;  margin-bottom:20px; margin-top:0px; float:left;}
   
   div#call-to-action {width:50%; margin:0 auto; margin-top:150px;}
   .navbar-default {background:#fff; height:auto;}
   .page-header-title {color:#fff;}
   .navbar-default .navbar-nav > li > a {background:#000;}
   .navbar-collapse {border-top:none;}
   ul#menu-top li a:hover {background:#333;}
   .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color:#000;}
   
   ul.nav-user.nav.navbar-nav.navbar-right {margin-top:-35px; position:absolute; color:#000; display:none;}
   .navbar-nav {width:100%; float:left; display: block; height:auto; margin:0 auto;}
   .navbar-collapse.in .navbar-nav > li > a {line-height:12px;}
   ul#menu-top li {text-align:center;}
   .navbar-default .navbar-nav .open .dropdown-menu>li>a {background:#ccc;}
   .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {background-color:#666; border:none;}
   .navbar-nav .open .dropdown-menu {background-color:#ccc;}
   .site-header .navbar-brand img { margin-left:35%;}
   
   .col-md-8-contact { width:100%;}
   .col-md-4-contact {width:100%; border:none; text-align:center; padding-left:0px; height:0; margin-bottom:50px;}
   
   .team {height:650px;}
   h5.team-title {padding-top:20px;}
   div#custom-team .col-md-4 {width:66%; float:left; margin-bottom:20px; margin-top:20px;}
   div#team-4 {width:100%; margin-top:-20px; margin:0 auto;}
   div#custom-team .col-md-6 {width:100%;}
   ul#menu-footer-1 {margin-top:20px; margin-bottom:20px;}
   #get-stared {padding-top:0;}
   .home .front-content {background:#666;}
   .service-right {width:100%; margin:0 auto; padding-left:10px; padding-right:10px;}
   .service-left {width:100%; padding-left:10px; padding-right:10px; margin:0 auto;}
   .service-left h2 {font-size:25px;}
   .navbar-collapse.in .navbar-nav > li > a:hover 
   img.cta-icons {padding-left:20%;}
   aside#gform_widget-2 {margin-top:0px;}
   h1.entry-title {margin-top:-217px; color:#fff;}
   .slide-header h1 {left:25%; text-align:center;}
   .site-header-image-bg { background:url(http://d1.pwd.net.au/~devgloba/wp-content/uploads/2014/10/cropped-top-banner.jpg) 5% 0% no-repeat !important; margin-top:0px;}
   article#post-32 h1 {margin-top:-260px;}
   aside#text-3 {background:#333;}
   
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {margin-top:0px;}
   ul#menu-top li {margin-left:0px; margin-right:0px;}
   .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {border-bottom:none;}
 
   .navbar-toggle {width:50%; margin-top:95px; }
   .navbar-default .navbar-toggle { margin-top:117px; float:left; background:#000; width:100%; box-shadow:none; border:none; text-shadow:none; border-radius:0px;}
   .navbar-default .navbar-toggle:hover { border:none;}
   #primary_navigation {width:100%; padding: 0 0% 0 0%; background:#ffffff; height:auto;}   
   
}