@charset "UTF-8";
/* CSS Document */

/*
Theme Name:     Twenty Thirteen Child
Description:    Child theme for the Twenty Thirteen theme
Author:         Rusi
Template:       twentythirteen                             
Version:        0.1.0
*/

@import url("../twentythirteen/style.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 1.2em;
}

h1 {
	font-size: 38px;
	margin: 16px 0 10px 0 !important;
	padding: 24px 0 10px 0;
	font-weight: 600 !important;
	color: #1f546b;
}

.home h1 {
	padding: 20px 0 10px 0;
}

h2 {
	font-size: 24px;
	margin: 0px 0 10px 0 !important;
	color: #f57430;
}

h3 {
	font-size: 20px;
	margin: 22px 0;
}

h4 {
	font-size: 14px;
	margin: 25px 0;
}

h5 {
	font-size: 14px;
	margin: 30px 0;
}

h6 {
	font-size: 14px;
	margin: 36px 0;
}

.site {
	border-left: none;
	border-right: none;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.clearer{
	width: 100%;
	clear: both;
	height: 0;
}

#primary{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
	
#content .hentry{
	padding: 0;
	}
#content ul {overflow: hidden;}
#content li {font-weight: 600;}
	
.page-template-default #content,
.blog #content,
.single #content,
.category #content,
.archive #content{
	display: table-cell;
	width: 100%;
	max-width: 100%;
	margin: 0 0 0 0;
	}
	


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-brand {
	display: block;
	background-image: url('images/beckner-mobile.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 268px;
	height: 215px;
	margin: 10px auto;
}
#statement-header .widget {
	color: #235d76;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	background-color: transparent;
	margin-bottom: 0;
}
#statement-header .widget p { 
	margin: 0;
}
@media (min-width: 644px) {
	.site-header {
		position: relative;
		z-index: 10;
	}
	.site-header .top-widgets,
	#statement-header .widget {
		margin-left: 190px;
	}
	.site-header .top-widgets {
		text-align: right;
	}
	.site-header .top-widgets,
	#statement-header .widget {
		line-height: 1.2;
		padding: 5px 15px;
	}
	#statement-header .widget {
		text-align: left;
		font-size: 18px;
		padding-left: 0;
		padding-right: 0;
	}
	.site-brand {
		position: absolute;
		top: 10px;
		background-image: url('images/beckner-desktop.png');
		width: 200px;
		height: 138px;
		margin: 0;
	}
}
@media (min-width: 992px) {
	.site-header .top-widgets,
	#statement-header .widget {
		margin-left: 280px;
	}
	#statement-header .widget {
		font-size: 24px;
	}
	.site-brand {
		width: 293px;
		height: 206px;
	}
}
.site-brand {
	transition: .25s all ease-out;
}
.sticky .site-brand {
	width: 200px;
	height: 138px;
	left: 0; 
	top: 0;
}
@media (min-width: 992px) {
	.sticky .site-brand {
		left: 93px;
	}
}
.site-header .top-widgets .widget {
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.site-header .top-widgets .widget + .widget {
    margin-left: 10px;
}
.site-header .top-widgets .widget p {
    margin: 0;
}
@media (max-width: 643px) {
	.site-header .top-widgets {
		position: absolute;
		z-index: 10;
		right: 0;
		padding: 15px;
	}
	.site-header .btn {
		font-family: "Open Sans Condensed", sans-serif;
		font-weight: 700;
		font-size: 12px;
		color: #165e76;
		text-transform: uppercase;
		display: inline-block;
		padding: 8px;
		border: 1px solid #ffffff;
		border-radius: 4px;
		text-align: center;
		width: 80px;
		line-height: 1;
		transition: .25s all ease-out;
	}
	.site-header .btn:hover,
	.site-header .btn:focus {
		color: #165e76;
		text-decoration: none;
		background-color: #ffffff;
	}
	.site-header .btn-header-estimate {
		background-color: #ffffff;
	}
	.site-header .btn-header-call {
		color: #ffffff;
		padding-left: 40px;
		background-image: url('images/icon-phone.png');
		background-repeat: no-repeat;
		background-position: 8px 8px;
	}
}
@media (min-width: 644px) {
	.site-header .top-widgets {
		padding-top: 15px;
		padding-bottom: 15px;
		overflow: hidden;
	}
	.site-header .top-widgets .widget {
		float: right;
	}
	.site-header .top-widgets .widget + .widget {
		margin-right: 15px;
	}
	.site-header .btn {
		background-color: #ffffff;
		color: #165e76;
	}
	.site-header .btn-header-call {
		font-style: italic;
		font-size: 18px;
		font-weight: 700;
		pointer-events: none;
   		cursor: default;
	}
	.site-header .btn-header-estimate {
		font-weight: 700;
		border: 2px solid #165e76;
		padding: 5px 15px;
		transition: .25s all ease-out;
	}
	.site-header .btn-header-estimate:hover,
	.site-header .btn-header-estimate:focus {
		background-color: #165e76;
		color: #ffffff;
		text-decoration: none;
	}
}
@media (min-width: 992px) {
	.site-header .btn-header-call {
		font-size: 22px;
		line-height: 1;
	}
}
@media (min-width: 644px) {
	.show-mobile {
		display: none;
	}
}
@media (max-width: 643px) {
	.show-desktop {
		display: none;
	}
}
@media (max-width: 991px) {
	.show-desktop-lg {
		display: none;
	}
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.site-header > .navbar,
.site-header > * > .navbar {
	background-image: url('images/main-banner.png');
	background-color: transparent;
	background-repeat: repeat-x;
	min-height: 72px;
	max-width: 100%;
}
.main-navigation .menu-toggle {
	display: block;
	position: relative;
	text-align: center;
	color: #ffffff;
	width: 32px;
	height: 13px;
	line-height: 13px;
	padding: 32px 0 0 0;
	margin: 12px 20px 28px;
}
.main-navigation .menu-toggle::after {
	content: "MENU";
	font-weight: 700;
	font-size: 13px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0;
}
.main-navigation .menu-toggle .menu-toggle-bar {
	display: block;
	width: 32px;
	position: absolute;
	height: 3px;
	background-color: #ffffff;
	border-radius: 1px;
	transition: all .15s ease-out;
}
.main-navigation .menu-toggle .menu-toggle-bar:nth-child(1) {
	top: 5px;
	opacity: 1;
}
.main-navigation .menu-toggle .menu-toggle-bar:nth-child(2) {
	top: 15px;
	transform: rotate(0);
}
.main-navigation .menu-toggle .menu-toggle-bar:nth-child(3) {
	top: 25px;
	transform: rotate(0);
}

.main-navigation.toggled-on .menu-toggle::after {
	content: "";
}
.main-navigation.toggled-on .menu-toggle .menu-toggle-bar:nth-child(1) {
	opacity: 0;
}
.main-navigation.toggled-on .menu-toggle .menu-toggle-bar:nth-child(2) {
	top: 20px;
	transform: rotate(45deg);
}
.main-navigation.toggled-on .menu-toggle .menu-toggle-bar:nth-child(3) {
	top: 20px;
	transform: rotate(-45deg);
}
.main-navigation .nav-menu > li a {
	cursor: pointer;
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
}
@media (min-width: 1200px) {
	.main-navigation .nav-menu > li a {
		font-size: 24px;
	}
}
.main-navigation .nav-menu > .current-menu-item > a {
	font-style: normal;
	color: #165e76;
}

@media (max-width: 643px) {
	.site-header > .navbar,
	.site-header > * > .navbar {
		margin-bottom: 1rem;
	}
	.main-navigation .nav-menu {
		position: absolute;
		z-index: 10;
		background-color: #dddddd;
		max-width: 260px;
	}
	.main-navigation .nav-menu > li + li {
		border-top: 1px solid #ffffff;
	}
}

@media (min-width: 644px) {
	.main-navigation {
		margin-left: 200px;
	}
	.main-navigation .menu-toggle {
		display: none;
	}
	.main-navigation .nav-menu {
		padding-right: 0;
	}
	.main-navigation .nav-menu > li a {
		color: #ffffff;
		font-weight: 700;
		font-family: "Open Sans Condensed", sans-serif;
		font-size: 16px;
		padding: 25px 2px;
		line-height: 22px;
		background-color: transparent;
		transition: .25s background-color ease-out;
	}
	.main-navigation .nav-menu > li a:hover,
	.main-navigation .nav-menu > li a:focus {
		background-color: #165e76;
	}
	.main-navigation .nav-menu > .current-menu-item a {
		color: #ffffff;
	}
}
@media (min-width: 992px) {
	.site-header > .navbar,
	.site-header > * > .navbar {
		position: relative;
	}
	.main-navigation {
		margin-left: 300px;
	}
	.main-navigation .nav-menu > li a {
		font-size: 21px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 1200px) {
	.site-header .top-widgets {
		padding-top: 40px;
		margin-right: 93px;
	}
	.site-header .navbar::after {
		content: "";
		display: block;
		position: absolute;
		width: 143px;
		height: 92px;
		background-image: url(images/nav-bg-end.png);
		background-repeat: no-repeat;
		background-position: -5px 0;
		top: 0;
		right: 0;
		background-color: #ffffff;
	}
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	font-style: normal;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #999999;
}
@media (max-width: 643px) {
	.toggled-on .nav-menu li > ul {
		border: 0;
	}
}

/**
Slider---------------------------------------------------------------------------
*/

#home-page-slider {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: none;
}
@media (max-width: 643px) {
	#home-page-slider {
		display: none;
	}
}

#home-page-slider:after{
	position: absolute;
	width: 100%;
	height: 124px;
	display: block;
	content: '';
	clear: both;
	margin: -25px 0 0 0;
	padding: 0 0 0 0;
	background: url(images/bg-slider-bottom.png) 50% 0 repeat-x;
	background-size: 100% 124px;
}

.page-template-default #home-page-slider:after{
	position: absolute;
	width: 100%;
	height: 0px;
	display: block;
	content: '';
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
}

#home-page-slider > div > div > div > .flex-control-nav{
	margin: 0px 0% 0px 0px !important;
	left: 30%;
	z-index: 9999 !important;
	width: 200px;
	bottom: 130px;
	text-align: center;
}

#home-page-slider .flexslider{
	margin: 0 auto;
	padding: 0;
}

#home-page-slider > div > div > div > .flex-control-nav a.flex-active{
	background: #f57531 !important;
}

#home-page-slider > div > div > div > .flex-control-nav a{
	background: #988e81;
	box-shadow: none;
	width: 14px;
	height: 14px;
	margin: 0 8px;
}

#home-page-slider > div > div > div > .flex-direction-nav li a{
	color: #988e81;
	text-indent: inherit;
	text-align: center;
	padding: 6px 0 0 0;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	background: #988e81;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#home-page-slider > div > div > div > .flex-direction-nav li a:visited{
	text-decoration: none;
}

#home-page-slider > div > div > div > .flex-direction-nav li a:hover{
	text-decoration: none;
}

#home-page-slider > div > div > div > ul > li > img{
	margin-top: -22px;
}



/**
Residential / Commercial Home Page ---------------------------------------------------------------------------
*/

.res-comm-home .widget {
	padding: 0;
	background-color: transparent;
	hyphens: initial;
}
@media (min-width: 644px) {
	.res-comm-home > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.res-comm-home > div .widget {
		width: 50%;
	}
}
.res-comm-home .widget .textwidget {
	position: relative;
	max-height: 700px;
    overflow: hidden;
}
.res-comm-home .widget .textwidget > img {
	width: 100%;
}
.res-comm-home .widget .textwidget > div {
	padding: 15px;
	color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(8, 39, 49, .8);
}
.res-comm-home .widget .textwidget > div h3 {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 36px;
	margin: 0 0 10px;
}
.res-comm-home .widget .textwidget > div a {
	display: block;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	background-image: url('images/btn-arrow.png');
	background-repeat: no-repeat;
	width: 173px;
	height: 45px;
	margin: 10px auto;
}
.res-comm-home .widget .textwidget > div a:hover,
.res-comm-home .widget .textwidget > div a:focus {
	text-decoration: none;
}
.res-comm-home .caption-inner {
	max-width: 500px;
	margin: 0 auto;
}
@media (min-width: 992px) {
	.res-comm-home .widget .textwidget > div,
	.res-comm-home .widget .textwidget > div h3 {
		text-align: left;
	}
	.res-comm-home .widget .textwidget > div {
		font-size: 18px;
	}
	.res-comm-home .widget .textwidget > div a {
		margin: 30px 0 20px;
	}
}

/*
#res-comm-home{
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: -110px auto 0px auto;
	padding: 0 0 0 0;
	background: none;
	z-index: 9;
}

#res-comm-home > div{
	width: 100%;
	max-width: 956px;
	min-height: 247px;
	margin: 0 auto 0px auto;
	padding: 38px 0 0 0;
	background: url(images/bg-res-comm.png) 50% 0 no-repeat;
}

#res-comm-home > div > div{
	display: inline-block;
	width: 50%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	vertical-align: top;
}

#res-comm-home > div > div:first-child > .widget-title{
	margin: 0 0 0 0;
	padding: 0 68px 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	text-align: right;
	text-shadow: 1px 1px 2px #3f3f3f;
	-moz-text-shadow: 1px 1px 2px #3f3f3f;
	-ms-text-shadow: 1px 1px 2px #3f3f3f;
	-webkit-text-shadow: 1px 1px 2px #3f3f3f;
}

#res-comm-home > div > div:last-child > .widget-title{
	margin: 0 0 0 0;
	padding: 0 0 0 68px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 1px 1px 2px #3f3f3f;
	-moz-text-shadow: 1px 1px 2px #3f3f3f;
	-ms-text-shadow: 1px 1px 2px #3f3f3f;
	-webkit-text-shadow: 1px 1px 2px #3f3f3f;
}

#res-comm-home > div > div:first-child > .textwidget{
	margin: 0 0 0 0;
	padding: 30px 20px 0 170px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	text-shadow: 1px 1px 2px #3f3f3f;
	-moz-text-shadow: 1px 1px 2px #3f3f3f;
	-ms-text-shadow: 1px 1px 2px #3f3f3f;
	-webkit-text-shadow: 1px 1px 2px #3f3f3f;
}

#res-comm-home > div > div:first-child > .textwidget div{
	position: absolute;
	display: block;
	margin: 117px 0 0 90px;
	padding: 0 0 0 0;
}

#res-comm-home > div > div:first-child > .textwidget a{
	display: block;
	margin: 0 0 0 0;
	padding: 8px 18px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #1f546b;
	border: 2px solid #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 1px 1px 2px #3f3f3f;
	-moz-text-shadow: 1px 1px 2px #3f3f3f;
	-ms-text-shadow: 1px 1px 2px #3f3f3f;
	-webkit-text-shadow: 1px 1px 2px #3f3f3f;
	box-shadow: 1px 1px 2px #3f3f3f;
	-moz-box-shadow: 1px 1px 2px #3f3f3f;
	-ms-box-shadow: 1px 1px 2px #3f3f3f;
	-webkit-box-shadow: 1px 1px 2px #3f3f3f;
}

#res-comm-home > div > div:last-child > .textwidget{
	margin: 0 0 0 0;
	padding: 30px 170px 0 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	text-shadow: 1px 1px 2px #3f3f3f;
	-moz-text-shadow: 1px 1px 2px #3f3f3f;
	-ms-text-shadow: 1px 1px 2px #3f3f3f;
	-webkit-text-shadow: 1px 1px 2px #3f3f3f;
}

#res-comm-home > div > div:last-child > .textwidget div{
	position: absolute;
	display: block;
	margin: 117px 0 0 50px;
	padding: 0 0 0 0;
}

#res-comm-home > div > div:last-child > .textwidget a{
	display: block;
	margin: 0 0 0 0;
	padding: 8px 18px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #1f546b;
	border: 2px solid #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 1px 1px 2px #3f3f3f;
	-moz-text-shadow: 1px 1px 2px #3f3f3f;
	-ms-text-shadow: 1px 1px 2px #3f3f3f;
	-webkit-text-shadow: 1px 1px 2px #3f3f3f;
	box-shadow: 1px 1px 2px #3f3f3f;
	-moz-box-shadow: 1px 1px 2px #3f3f3f;
	-ms-box-shadow: 1px 1px 2px #3f3f3f;
	-webkit-box-shadow: 1px 1px 2px #3f3f3f;
}

*/


/**
 * Free In-Home Estimate
 * ----------------------------------------------------------------------------
 */

#text-7{
	text-align: center;
	}
	
#text-7 > div{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
	
#text-7 > div > div{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#text-7 h2{
	line-height: 1;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-shadow: 2px 2px 1px #000000;
	-moz-text-shadow: 2px 2px 1px #000000;
	-ms-text-shadow: 2px 2px 1px #000000;
	-webkit-text-shadow: 2px 2px 1px #000000;
	}
	
#text-7 h3{
	line-height: 1;
	margin: 0 0 0 0;
	padding: 6px 0 26px 0;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-shadow: 2px 2px 1px #000000;
	-moz-text-shadow: 2px 2px 1px #000000;
	-ms-text-shadow: 2px 2px 1px #000000;
	-webkit-text-shadow: 2px 2px 1px #000000;
	}
	
#text-7 h2 br,
#text-7 h3 br{
	display: none;
	}

#wpcf7-f21-o1 p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

#wpcf7-f21-o1 > form > h3 span{
	display: none;
}


::-webkit-input-placeholder {
   color: #484848;
  }

  :-moz-placeholder { /* Firefox 18- */
     color: #484848;
  }

  ::-moz-placeholder {  /* Firefox 19+ */
     color: #484848;
  }

  :-ms-input-placeholder {
     color: #484848;
  }

#wpcf7-f21-o1 input[type="text"],
#wpcf7-f21-o1 input[type="tel"],
#wpcf7-f21-o1 input[type="email"]{
	color: #484848;
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	font-weight: 400;
	margin: 0 0 0 0;
	padding: 10px;
	border: none;
	font-size: 20px;
	line-height: 1;
}

#wpcf7-f21-o1 input[type="submit"] {
	margin: 0 0 0 0;
	text-align: center;
	background: #f57430;
	line-height: 23px;
	border: none;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.01em;
	border-radius: 0;
}
 
#free-in-home-estimate{
	width: 100%;
	background: #1f546b;
	margin: 20px auto 0 auto;
	padding: 20px 0 0px 0;
	}
	
/* #free-in-home-estimate:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 20px;
	clear: both;
	margin: -30px 0 0 0;
	background: url(images/bg-form.png) 0 0px repeat-x;
	}

#free-in-home-estimate:after{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 20px;
	clear: both;
	margin: 0px 0 0 0;
	background: url(images/bg-form.png) 0 -42px repeat-x;
	}
	 */
#free-in-home-estimate > div{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
	
#free-in-home-estimate > div > div{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	}
	
#free-in-home-estimate .form-f{
	display: inline-block;
	width: 24.6%;
	vertical-align: top;
	padding: 0 6px;
	}



/**
 Showroom
 ----------------------------------------------------------------------------
 */

#showroom{
	width: 100%;
	padding: 40px 20px 30px 20px;
	}
	
#showroom:after{
	width: 100%;
	content: '';
	clear: both;
	display: block;
	}
	
#showroom > div{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
	
#showroom > div > div{
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	background: none;
	}
	
#showroom > div > div iframe{
	border: 3px solid #988e81 !important;
	}

#showroom > div > div:first-child{
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#showroom > div > div .textwidget{
	font-family: 'Open Sans', sans-serif;
	color: #1f546b;
	font-size: 18px;
	font-weight: 400;
	padding: 0 10px;
	line-height: 1.5;
	}
	
#showroom > div > div .textwidget span{
	color: #f57430;
	font-weight: 700;
	}
	
#showroom > div > div .textwidget span.bigup{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #f57430;
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	}
	
	
	
#text-8 h3{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #1f546b;
	font-size: 42px;
	font-weight: 700;
	font-style: normal !important;
	text-transform: uppercase;
	margin: 0 0 17px 0;
	padding: 0 0 0 0px;
	}
	
#text-8 .textwidget h3 br{
	display: none;
	}

#text-9{
	width: 30%;
	padding: 6px 0 0 0 !important;
	}
	
#text-10{
	width: 44%;
	}
	
#text-10 .textwidget > div{
	clear: both;
	width: 100%;
	}
	
#text-10 .textwidget > div > div{
	display: inline-block;
	padding: 10px 0 0 0;
	}
	
#text-10 .textwidget .cl-fb{
	display: block;
	width: 57px;
	height: 69px;
	background: url(images/bg-fb.png) 50% 50% no-repeat;
	}
#text-10 .textwidget .cl-tw{
	display: block;
	width: 87px;
	height: 79px;
	background: url(/wp-content/uploads/twitter.png) 50% 50% no-repeat;
	}
	
#text-10 .textwidget .cl-google-plus{
	display: block;
	width: 76px;
	height: 69px;
	background: url(images/bg-google-plus.png) 50% 50% no-repeat;
	}
	
#text-11{
	width: 26%;
	text-transform: uppercase;
	
	}



/**
 Logos
 ----------------------------------------------------------------------------
 */

#logos{
	width: 100%;
	padding: 30px 20px 20px 20px;
	background: url(images/bg-logos-line.png) 50% 0 no-repeat;
	}
	
#logos:after{
	width: 100%;
	content: '';
	clear: both;
	display: block;
	}
	
#logos > div{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
	
#logos > div > div{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: middle;
	background: none;
	}
	
#logos > div > div > div{
	display: block;
	margin: 0 auto;
	padding: 0 0 0 0;
	vertical-align: middle;
	text-align: center;
	}

#logos > div > div > div > div{
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: middle;
	text-align: center;
	}

#text-12 > div a{
	display: block;
	margin: 0 18px;
	padding: 0 0;
	vertical-align: middle;
	text-align: center;
	}
	
#logos .logo-irem{
	width: 90px;
	height: 72px;
	background: url(images/logo-irem.png) 50% 50% no-repeat;
	}
	
#logos .logo-community{
	width: 161px;
	height: 71px;
	background: url(images/logo-community.png) 50% 50% no-repeat;
	}
	
#logos .logo-bbb{
	width: 60px;
	height: 97px;
	background: url(images/logo-bbb.png) 50% 50% no-repeat;
	}
	
#logos .logo-angies-list{
	width: 216px;
	height: 46px;
	background: url(images/logo-angies-list.png) 50% 50% no-repeat;
	}
	
#logos .logo-sl{
	width: 142px;
	height: 58px;
	background: url(images/logo-sl.png) 50% 50% no-repeat;
	}
	
#logos .logo-crew{
	width: 139px;
	height: 55px;
	background: url(images/logo-crew.png) 50% 50% no-repeat;
	}



/**
 Footer
 ----------------------------------------------------------------------------
 */
 
#colophon{
	background: #1f546b;
	padding: 0px 0 10px 0;
	}

.page-template-home-page #colophon::before,
#free-in-home-estimate::before {
	position: absolute;
	content: '';
	clear: both;
	width: 100%;
	height: 26px;
	display: block;
	margin: -40px auto 0 auto;
	background: url(images/bg-footer.png) 50% 0 no-repeat;
	background-size: 100% 56px;
}
.page-template-home-page #colophon::before {
	margin: -20px auto 0 auto;	
}
.page-template-home-page #colophon {
	margin-top: 20px;
}
.page-template-home-page #free-in-home-estimate::before {
	display: none;
}

#colophon:after{
	content: '';
	clear: both;
	width: 100%;
	display: block;
	}
	
#footer-info{
	width: 100%;
	max-width: 1000px;
	background: none;
	margin: 0 auto;
	padding: 20px 0;
	}

#footer-info:after{
	content: '';
	clear: both;
	width: 100%;
	display: block;
	}
	
#footer-info > div > div{
	width: 100%;
	max-width: 1000px;
	background: none;
	margin: 0 auto;
	padding: 0 0 0 0;
	}
	
#footer-info > div > div,
#footer-info > div > div a{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	}
	
#footer-info > div > div a:visited{
	color: #fff;
	text-decoration: none;
	}
	
#footer-info > div > div a:hover{
	color: #f57430;
	text-decoration: none;
	}
	
#menu-footer-nav{
	margin: 0 auto 20px auto;
	}

#menu-footer-nav li{
	display: inline-block;
	}
	
#menu-footer-nav li a{
	display: block;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px !important;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#menu-footer-nav li a:after{
	content: '|';
	padding: 0 0 0 10px;
	color: #fff !important;
	}
	
#menu-footer-nav li:last-child a:after{
	content: '';
	}
	
#menu-footer-nav li a:visited{
	text-decoration: none;
	color: #fff;
	}
	
#menu-footer-nav li a:hover{
	text-decoration: none;
	color: #f57430;
	}

	

/**
 Content
 ----------------------------------------------------------------------------
 */

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px;
}
	
.blog #content h1,
.single #content h1,
.category #content h1,
.archive #content h1{
	text-align: left;
	}

#content{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #211f1f;
	font-weight: 400;
	padding: 0px 20px 10px 20px;
	}
	
#content img{
	border: 10px solid #FFF;
	box-shadow: 0px 0px 10px #333333;
	-moz-box-shadow: 0px 0px 10px #333333;
	-ms-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	}

#content a{
	color: #f57430;
	}
	
#content a:visited{
	color: #f57430;
	}
	
#content a:hover{
	color: #000;
	text-decoration: none;
	}

.collapseomatic{
	margin: -22px 0 0 0;
	display: inline-block;
	padding: 2px 30px;
	background: #e36c2d;
	line-height: 30px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	border: 2px solid #FFF;
	float: right;
	text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 2px #0003;
	-ms-text-shadow: 1px 1px 2px #000;
	-o-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px #0003;
	-ms-box-shadow: 2px 2px 2px #000;
	-o-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
}










@media (max-width: 1300px){
#home-page-slider > div > div > div > ul > li{
	position: relative;
	min-height: 400px;
	overflow: hidden;
}

#home-page-slider > div > div > div > ul > li > img{
	display: block;
	position: absolute;
	width: 1300px;
	left: 50%;
	margin: 0 0 0 -650px;
}
}

@media (max-width: 1000px){
	
.home #home-page-slider{
	margin-bottom: 120px;
}

#home-page-slider:after{
	position: absolute;
	width: 100%;
	height: 124px;
	display: block;
	content: '';
	clear: both;
	margin: -20px 0 0 0;
	padding: 0 0 0 0;
	background: url(images/bg-slider-bottom.png) 50% 0 repeat-x;
	background-size: 100% 124px;
}

#text-12 > div a{
	margin: 10px 12px;
	}
}

@media (max-width: 960px) {
#home-page-slider > div > div > div > ul > li{
	position: relative;
	min-height: inherit;
	overflow: visible;
}

#home-page-slider > div > div > div > ul > li > img{
	display: block;
	position: relative;
	width: 100%;
	left: auto;
	margin: 0 auto;
}

.home #home-page-slider{
	margin-bottom: 40px;
}

#home-page-slider:after{
	position: absolute;
	width: 100%;
	height: 40px;
	display: block;
	content: '';
	clear: both;
	margin: -10px 0 0 0;
	padding: 0 0 0 0;
	background: url(images/bg-slider-bottom.png) 50% 0 repeat-x;
	background-size: 100% 40px;
}

}

@media (max-width: 800px) {
#text-7 h2{
	line-height: 1;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 36px;
	text-shadow: 2px 2px 1px #000000;
	-moz-text-shadow: 2px 2px 1px #000000;
	-ms-text-shadow: 2px 2px 1px #000000;
	-webkit-text-shadow: 2px 2px 1px #000000;
	}
	
#text-7 h3{
	font-size: 20px;
	}

#free-in-home-estimate{
	padding: 20px 0px;
	}

#free-in-home-estimate .form-f{
	display: block;
	width: 90%;
	vertical-align: top;
	padding: 0 2px;
	margin: 10px auto;
	}
}

@media (max-width: 740px) {
#text-8 .widget-title{
	font-size: 26px;
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	text-align: center;
	}

#text-9{
	display: block;
	width: 100%;
	padding: 6px 0 10px 0 !important;
	}
	
#text-10{
	width: 60%;
	}
	
#text-10 .textwidget > div{
	clear: both;
	width: 100%;
	}
	
#text-10 .textwidget > div > div{
	display: inline-block;
	padding: 10px 0 0 0;
	}
	
#text-10 .textwidget .cl-fb{
	display: block;
	width: 57px;
	height: 69px;
	background: url(images/bg-fb.png) 50% 50% no-repeat;
	}
	
#text-10 .textwidget .cl-google-plus{
	display: block;
	width: 76px;
	height: 69px;
	background: url(images/bg-google-plus.png) 50% 50% no-repeat;
	}
	
#text-11{
	width: 100%;
	padding: 20px 0 0 0 !important;
	}
	
#showroom > div > div .textwidget span.bigup{
	font-size: 24px;
	line-height: 1;
	}
}

@media (max-width: 643px) {

#text-8 .textwidget h3{
	font-size: 30px;
	text-align: center;
	margin: 0 auto 10px 0;
	padding: 0 0 0 0;
	}

#text-8 .textwidget h3 br{
	display: block;
	}
}

@media (max-width: 560px){
.page-template-default #content,
.blog #content,
.single #content,
.category #content,
.archive #content{
	float: none;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 0 0;
	}
	
#text-10{
	width: 100%;
	}
	
#text-7 h2 br,
#text-7 h3 br,
#text-8 .textwidget h3 br{
	display: block;
	}
	
}

.js-is-stuck {
	z-index: 9999;
}

.textwidget .cl-fb{
	display: inline-block;
	width: 57px;
	height: 69px;
	background: url(images/bg-fb.png) 50% 50% no-repeat;
}
.textwidget .cl-tw{
	display: inline-block;
	width: 87px;
	height: 79px;
	background: url(/wp-content/uploads/twitter.png) 50% 50% no-repeat;
}
	
.textwidget .cl-google-plus{
	display: inline-block;
	width: 76px;
	height: 69px;
	background: url(images/bg-google-plus.png) 50% 50% no-repeat;
}

/* hide on home page */
.page-template-home-page .cl-fb,
.page-template-home-page .cl-tw,
.page-template-home-page .cl-google-plus {
    display: none;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row > .column {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.row > .column {
		width: 50%;
	}
}