@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700,800);

@charset "UTF-8";

@font-face {
  font-family: "untitled-font-2";
  src:url("../fonts/untitled-font-2.eot");
  src:url("../fonts/untitled-font-2.eot?#iefix") format("embedded-opentype"),
    url("../fonts/untitled-font-2.woff") format("woff"),
    url("../fonts/untitled-font-2.ttf") format("truetype"),
    url("../fonts/untitled-font-2.svg#untitled-font-2") format("svg");
  font-weight: normal;
  font-style: normal;

}



/*
 * @PAUL:
 * New fixes for before after gallery
 */
 	.wk-gallery a {
 		width:50%;
 		height:auto;
 		overflow:hidden;
 	}
 	.wk-gallery a img {
 		width:100%;
 		height:auto;
 	}
 	.infobox {
 		width:85%;
 		height:auto;
 		overflow:hidden;
 		padding:10px 15px;
 		text-align:center;
 		margin:10px auto;
 	}
 	.rotator {
		-webkit-animation: spin 2s linear infinite;
		-moz-animation: spin 2s linear infinite;
		-ms-animation: spin 2s linear infinite;
		-o-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
 	}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
 /************************************/





[data-icon]:before {
  font-family: "untitled-font-2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-kitchen-remodeling:before {
  content: "a";
  font-size: 90px;
}
.icon-ico-general-remodeling:before {
  content: "b";
  font-size: 90px;
}
.icon-ico-bathroom-remodeling:before {
  content: "c";
  font-size: 90px;
}
.icon-ico-basement-finishing:before {
  content: "d";
  font-size: 90px;
}

#sidebar2 .icon-ico-kitchen-remodeling:before {
  content: "a";
  font-size: 40px;
}
#sidebar2 .icon-ico-general-remodeling:before {
  content: "b";
  font-size: 40px;
}
#sidebar2 .icon-ico-bathroom-remodeling:before {
  content: "c";
  font-size: 40px;
}
#sidebar2 .icon-ico-basement-finishing:before {
  content: "d";
  font-size: 40px;
}


body {
	font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration: none!important;
}

a:hover, a:active, a:focus {
  outline: 0;
 }

.slide-buttons a:hover, #section1-2 a:hover, #section2-2 a:hover, .submit .button-submit:hover  {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

.item-page {
	padding: 40px 0 40px 0;
}

#header1 {
	padding: 10px 0 0 0;
	background: #FFF;
	z-index: 9999;
	position: relative;
}

#header1 .top-menu {
	text-align: right;
	height: 40px;
}

#header1 .top-menu .dropdown li {
	display: inline;
	padding: 0px 2px 0 2px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
}

#header1 .top-menu  .dropdown li.active>a {
	border-bottom: 4px solid #84d030;
	padding-bottom: 20px;
	color: #575757;
}

#header1 .top-menu  .dropdown .dropbox li.active>a {
	border-bottom: 0px;
	padding-bottom: 20px;
	color: #84d030!important;
}

#header1 .top-menu .dropdown li a:hover {
	border-bottom: 4px solid #84d030;
	padding-bottom: 20px;
	color: #575757;
}

#header1 .top-menu .dropdown .dropbox li a:hover {
	padding-bottom: 0px!important;
	border-bottom: 0px!important;
	padding-bottom: 20px;
	color: #84d030!important;
}

.dropbox li a {
	height: 35px!important;
}

#header1 .top-menu .dropdown li a {
	color: #4C4C4C!important;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#header1 .top-menu .dropdown .dropbox li a {
	color: #FFF!important;
}

.top-menu .dropdown li.deeper .dropbox {
	width: 220px;
	text-align: left;
	background: #454545;
}

.smart-desktop-menu .menu .level-1 {
	margin-top: 0px;
}

.dropdown li a {
	height: 40px;
}

#header1 .phone {
	color: #84d030;
	font-size: 28px;
	text-align: right;
}

#header1 .logo, .phone, .top-menu, .top-search {
	float: left;
}

.btn-success {
	background: #84d030; 
}

.btn {
	border-radius: 0px;
	border: 0px;
	text-transform: uppercase;
}

#header1 .top-search {
	margin-top:-20px;
	text-align: right;
}

/*SLIDESHOW*/

#header3 {
	height: 500px;
	padding: 0px;
}

#header3 .slitem1 {
	background: url('../../../images/slide1.jpg');
	width:100%;
	height:500px;
	background-size:cover;
}

#header3 .slitem2 {
	background: url('../../../images/slide2.jpg');
	width:100%;
	height:500px;
	background-size:cover;
}

#header3 .slitem3 {
	background: url('../../../images/slide3.jpg');
	width:100%;
	height:500px;
	background-size:cover;
}

.search-toggler {
	cursor:pointer;
}

/*CAROUSEL*/ 
#header3 .carousel-caption h1 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 25px;
	font-size: 34px;
}

.carousel [data-slide] { transition:visibility 0s linear 0.5s,opacity 0.5s linear; opacity: 0; }
.carousel:hover [data-slide] { transition:visibility 0s linear 0.5s,opacity 0.5s linear;  opacity: 1;}

#header3 .slide-buttons {
	margin-top: 50px;
}

.carousel-caption {
	text-shadow: 0 0px 0px rgba(0,0,0,0.0)!important;
}

#header3 .slide-btn {
	border: 2px solid #FFF;
	color: #FFF;
	z-index: 2;
	padding: 16px 30px 16px 30px;
	width: 300px!important;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin: 5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

#header3 .slide-btn1 {
	color: #FFF;
	z-index: 2;
	padding: 18px 40px 18px 40px;
	width: 300px!important;
	background: #84d030;
	margin: 5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

#header3 .carousel-control .icon-prev {
	background: url('../../../images/arrow-slide-left.png')!important;
	background-repeat: no-repeat;
	width: 45px;
	height: 88px;
}

#header3 .carousel-control .icon-next {
	background: url('../../../images/arrow-slide-right.png')!important;
	background-repeat: no-repeat;
	width:45px;
	height: 88px;
}

#header3 .carousel-control .icon-prev:before, #header3 .carousel-control .icon-next:before {
	content: none!important;
}

#header3 .carousel-caption {
	padding-bottom: 120px;
}

/*
 * HEADER - 2
 * SEARCH STYLES
 *
*/
#header2 {
	height:0px;
	  -webkit-transition: all 1s ease-in-out;
	  -moz-transition: all 1s ease-in-out;
	  -o-transition: all 1s ease-in-out;
	  transition: all 1s ease-in-out;
	 margin-top: -200px;
	 right: 0;
	 z-index:999;
	 position: absolute;
	 float: right;
	 background: #FFF; width: 280px; height: 50px;
	 padding: 10px 10px 10px 15px;

}
#header2.open {
	
	height:60px;
	  -webkit-transition: all 1s ease-in-out;
	  -moz-transition: all 1s ease-in-out;
	  -o-transition: all 1s ease-in-out;
	  transition: all 1s ease-in-out;
	  margin-top: 0px;
	  z-index: 9;
	  
}

#header2 input[type=text] {
	height: 32px;
	width: 175px;
	float: left;
	border: 1px solid #E0E0E0;
}

.open {
	float:right;
}

/*SERVICES*/

#section1-1 {
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	padding-top: 20px;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	color: #8a8a8a;
}

#section1-1 h1 {
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 40px;
	font-size: 34px;
	color: #575757;
}

.container-fluid {
	padding: 0px;
}

.cycled-animation .cycled {
	width: 25%;
	min-height: 300px;
	padding: 57px 10px 25px 10px;
	font-family: 'Raleway', sans-serif;
	min-height: 325px;
	float: left;
}

.cycled-animation {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #ddd;
	float: left;
}

.border-right {
	border-right: 1px solid #ddd;
}

.border-left {
	border-right: 1px solid #ddd;
}

#section1-1 .title {
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #575757;
}

/*ICON*/

.icon-kitchen-remodeling {
	background-repeat: no-repeat!important;
	display: block;
	background-size: cover;
	height: 100px;
	width: 100px;
}

.icon-kitchen-remodeling path {
	  fill: red;
}

.icon-bathroom-remodeling {

	background-repeat: no-repeat!important;
	display: block;
	background-size: cover;
	height: 100px;
	width: 100px;
}

.icon-basement-finishing {

	background-repeat: no-repeat!important;
	display: block;
	background-size: cover;
	height: 100px;
	width: 100px;
}

.icon-general-remodeling {
	background-repeat: no-repeat!important;
	display: block;
	background-size: cover;
	height: 100px;	
	width: 100px;
}

span svg {
    fill: #84d030;
}

.inline svg:hover {
	fill: #FFF;
}

.inline svg {
    fill: #84d030;
}

.cycled:hover .icon-ico-kitchen-remodeling, .icon-ico-bathroom-remodeling, .icon-ico-basement-finishing, .icon-ico-general-remodeling  {
	fill: #FFF;
	position: relative;
}

/*Our works*/

#section1-2 {
	background: url('../../../images/parallax.jpg')!important;
	background-size: cover!important;
	color: #FFF;
	height: 400px;
	padding: 60px 0 60px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
}

#section1-2 h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.works-btn {
	border: 2px solid #FFF;
	padding: 17px 52px 17px 52px;
	width: 300px;
	margin-top: 100px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
}

#section1-2 a {
	color: #FFF!important;
}

#section2-2 {
	background: #1b1b1b;
	background-size: cover!important;
	color: #FFF;
	height: 200px;
	padding: 60px 0 60px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 26px;
}

.btn-free-quote {
	font-family: 'Montserrat', sans-serif;
	background: #84d030;
	padding:20px 27px 20px 27px;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFF;
}

#section3-1 {
	background-image: url('../../../images/parallax1.jpg')!important;
	background-size: cover!important;
	background-attachment: fixed;
	color: #FFF;
	height: 500px;
	padding: 60px 0 60px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 26px;
}

.kitchen:hover {
	 position: relative;
	background: #8bc32e url('../../../images/home-Hover/KitchenRemodeling-compressor.jpg')!important;
	background-size: cover;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	color: rgb(255, 255, 255);
	fill:#569e26;
}

.bathroom:hover {
	 position: relative;
	background: #8bc32e url('../../../images/home-Hover/BathroomRemodeling-compressor.jpg')!important;
	background-size: cover;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	color: rgb(255, 255, 255);
	fill:#569e26;
}

.basement:hover {
	 position: relative;
	background: #8bc32e url('../../../images/home-Hover/BasementRemodeling-compressor.jpg')!important;
	background-size: cover;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	color: rgb(255, 255, 255);
	fill:#569e26;
}

.general:hover {
	 position: relative;
	background: #8bc32e url('../../../images/home-Hover/GeneralRemodeling-compressor.jpg')!important;
	background-size: cover;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	color: rgb(255, 255, 255);
	fill:#569e26;
}

.cycled:hover .title {
	z-index: 9999;
	position: relative;
	color: #FFF!important;
	font-size: 18px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.cycled:hover .svg-icon {
	fill: #FFF!important;
}

.cycled{
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	var-icon-color: black;
}


.overlay {
  	position: relative;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: none;
  z-index:0;
}

.overlay:hover:before{
  display: block;
}

.green:before{
  background-color: #84d030;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.carousel-caption {
	width: 80%;
	left: 10%;
	right: 20%;
	padding-bottom: 110px;
}

#section3 {
	padding: 0px;
}

#section3-2 {
	text-align: center;
	padding: 40px 0 20px 0;
}

.nspMain .nspText {
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	color: #575757;
	width: 60%;
	margin: 0 auto!important;
	text-align: center!important;
	float: none!important;
} 

.nspMain .nspHeader  {
	margin: 0 auto!important;
	text-align: center!important;
	float: none!important;
}

.nspHeader a {
	color: #575757!important;
	font-weight: 300;
}

#section3-2 h1 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
}

.nspTopInterface .nspPrev {
	background: url('../../../images/arrow-testimonial-left.png')!important;
}

.nspTopInterface .nspNext {
	background: url('../../../images/arrow-testimonial-right.png')!important;
}

.nspNext:before {
	display: none!important;
}

.nspPrev:before {
	display: none!important;
}

.nspNext, .nspPrev {
	background: #fff;
	border: none!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0 60px 0 4px!important;
	text-indent: -999px;
	width: 45px!important;
	height: 80px!important;
}

.nspPrev {
	margin: 0 0px 0 60px!important;
}

.nspTopInterface {
	width: 100%;
	margin-top: 80px!important;
	position: absolute;
	z-index:99;
}

.nspPrev {
	float: left!important;
	text-indent: -999px!important;
	color: #FFF!important;
}

.nspNext {
	float: right!important;
	text-indent: 999px!important;
	color: #FFF!important;
}

.nspArt h4.nspHeader {
	padding: 40px 0 15px 0!important;
}

#section4-1 {
	text-align: center;
	background: url('../../../images/parallax2.jpg')!important;
	padding: 40px 0 50px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 26px;
}

#section4-1 h1 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	margin-bottom: 50px;
	color: #575757;
}

.partners {
	margin: 60px 0 60px 0;
}

#section4-2 h1 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	margin-bottom: 50px;
	color: #87d132;
}

#section4-2 {
	background: #1b1b1b;
	padding: 40px 0 50px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #FFF;
	font-size: 24px;
}

/*FOOTER MENU*/

#footer {
	background: #292929;
}

#footer1 {
	color: #FFF;
	padding: 25px 0 25px 0;
}


#footer1 ul li {
	display: inline-block;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	font-family: 'Montserrat', sans-serif;
}

#footer1 ul li.active>a {
	color: #84d030;
	padding-bottom: 20px;
}

#footer1 ul li a:hover {
	color: #84d030;
	padding-bottom: 20px;
}

#footer1 ul li a {
	color: #787878;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

#footer2 {
	background: #1b1b1b;
	color: #FFF;
	padding: 20px 0 20px 0;
	color: #787878;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}

#footer2 p {
	font-size: 15px;
	color: #787878;
}

/*ADDITIONAL MENU*/

#footer2 ul li {
	display: inline;
	padding: 0 10px 0 10px;
	font-family: 'Montserrat', sans-serif;
}

.additional li a {
	text-transform: none!important;
}

#footer2 ul li.active>a {
	color: #84d030;
	padding-bottom: 20px;

}

#footer2 ul li a:hover {
	color: #84d030;
	padding-bottom: 20px;
}

#footer2 ul li a {
	color: #787878;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

/* CONTACT FORM */

#contact-form-home, .contact-form-email, .contact-form-message {
	margin: 5px 0 10px 0;
}

.contact-form-name {
	margin: 5px 0px 5px 0px;
}

.contact-form-phone {
	margin: 5px 0px 5px 10px;
}

::-webkit-input-placeholder {
	font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   color: #929292;
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   color: #929292;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   color: #929292;
}

:-ms-input-placeholder {  
	font-size: 14px;
   font-family: 'Open Sans', sans-serif;  
   color: #929292;
}

#contact-form-home {
	width: 540px;
}

#contact-form-home input, #contact-form-page input {
	width: 265px;
	height: 52px;
	padding-top: 8px;
	padding-left: 20px;
	color: #929292;
	background: #f5f5f5;
	border: none;
}


#contact-form-home textarea {
	height: 95px;
	padding-top: 10px;
	padding-left: 20px;
	color: #000;
	background: #f5f5f5;
	border: none;
	color: #929292;
}

#contact-form-page input {
	width: 410px;
}

#contact-form-page textarea {
	width: 830px;
}

#contact-form-page .block {
	-moz-overflow: hidden;
	display: inline-block!important;
	width: 95%;
}

#contact-form-page .button-submit {
	width: 160px;
}

#contact-form-page  .contact-form-dropdown {
	width: 160px;
	margin: 5px 0 10px 10px;
}

#contact-form-page .button-submit-sidebar {
	float: right;
	width: 100px;
	text-transform: uppercase;
	background: #86d031;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #FFF;
	padding: 0px;
}

#contact-form-home .button-submit {
	float: right;
	width: 160px;
	text-transform: uppercase;
	background: #86d031;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #FFF;
	padding: 0px;
}

::-webkit-input-placeholder {
   font-size: 17px;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 17px;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 17px;
}

:-ms-input-placeholder {  
 	font-size: 17px;
}

.placeholdersjs {
	padding-top: 15px!important;
}

.contact-block {
	padding-left: 70px;
}


/*FIXED BLOCK*/

#separator1 {
	position: fixed;
	z-index: 99999;
	background: #292929;
	border-top: 3px solid #87d030;
	height: 80px;
	padding: 10px;
	margin-top: -50px;
	color: #FFF;
	bottom: 0;
	backface-visibility: hidden;
}

.fixed-block {
	width: 90%;
	margin: 0 auto;
}

.fixed-block-text {
	font-size: 21px;
	width: 300px;
	float: left;
	letter-spacing: 3px;
}

/*span {
	text-transform: uppercase;
	color: #87d030;
	font-size: 24px;
}*/

.email-span {
	text-transform: none;
	font-size: 20px;
	color: #87d030;
	font-size: 24px;
	color: #87d030;
}

.phone-span {
	font-weight: 600;
	margin-top: 5px;
	color: #87d030;
	font-size: 24px;
	color: #87d030;
}

.quality-span {
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #87d030;
	text-transform: uppercase;
}

/*INSIDE PAGES*/

#separator2 {
	padding: 0;
}

#separator2 h1 {
	font-family: 'Montserrat', sans-serif;
}

#separator2 img {
	padding: 0;
	height: 170px;
	width: 100%;
}

/*OUR PROCESS*/

.process-block-left, .process-block-right {
	float: left;
}

.our-process-title {
	text-transform: uppercase;
	font-size: 28px;
	color: #84d030;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 10px;
}

.our-process-block p {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #333;
	opacity: 0.8;
}

.our-process-block {
	padding: 50px 0 50px 0;
	float: left;
	width: 100%;
	color: #787878;
}

.our-process-block img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin-right: 70px;
	margin-top: 20px;
}

#separator3 {
	padding: 0px;
}

.zs-img {
	background: url('../../../images/ico-consultation.svg')!important;
	background-repeat: no-repeat;
}

.zoom-group .zoom-images:first-child {
	width: 66%;
	height: 469px;
}

.zoom-images {
	width: 25%;
	height: 150px;
	margin: 2%;
	display: block;
	position: relative;
	float: left;
	width: 26%;
	height: 215px;
}

#separator2 h1 {
	position: absolute;
	top: 45px;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.69);
}

/*TESTIMONIALS*/

.blog {
	margin: 50px 0 50px 0;
}

.blog .pagination ul:last-child, .blog .pagination .counter {
	display: none;
}

.blog .items-more {
	display: none;
}

.blog p {
	font-size: 20px;
	font-style: italic;
	margin-left: 20px;
}

/*CONTACT FORM SIDEBAR*/

#contact-form-sidebar .contact-form-name, #contact-form-sidebar .contact-form-phone {
	margin: 5px 0px 5px 0px;
}

-webkit-input-placeholder{
	font-size: 14px;
}

#contact-form-sidebar {
	width: 270px;
}

#contact-form-page {
	width: 100%;
}

#contact-form-sidebar input {
	width: 265px;
	height: 52px;
	padding-top: 5px;
	padding-left: 16px;
	color: #929292;
	background: #FFF;
	border: none;
	border: 1px solid #E0E0E0;
}

#contact-form-sidebar select {
	width: 265px;
	height: 52px;
	padding-top: 5px;
	padding-left: 15px;
	color: #929292;
	background: #FFF;
	border: none;
	border: 1px solid #E0E0E0;
}

#contact-form-page input {
	height: 52px;
	padding-top: 5px;
	padding-left: 20px;
	color: #929292;
	background: #FFF;
	border: none;
	border: 1px solid #E0E0E0;	
}

#contact-form-page select {
	height: 52px;
	padding-top: 5px;
	padding-left: 16px;
	color: #929292;
	background: #FFF;
	border: none;
	border: 1px solid #E0E0E0;	
}

select {
	font-size: 16px;
}

#contact-form-page textarea {
	height: 95px;
	padding-top: 10px;
	padding-left: 20px;
	color: #000;
	background: #FFF;
	color: #929292;
	border: 1px solid #E0E0E0;
}

#contact-form-sidebar textarea {
	height: 95px;
	padding-top: 5px;
	padding-left: 20px;
	color: #000;
	background: #FFF;
	color: #929292;
	border: 1px solid #E0E0E0;
}

#contact-form-sidebar .button-submit-sidebar {
	float: right;
	width: 100px;
	text-transform: uppercase;
	background: #86d031;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #FFF;
	padding: 0px;
}

#contact-form-sidebar select {
	font-size: 17px;
}

#sidebar2 {
	padding-top: 20px;
	padding-bottom: 40px;
}

#sidebar2 h3 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.mainContent p {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 20px; 
	color: #333;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.testimonials p:first-child:before {
   background: url('../../../images/q.png');
    content:"";
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    float: left;
}

.testimonials p {
	padding-left: 60px;
	position: relative;
}


.services-ul li {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 20px; 
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	margin-bottom: 5px;
}

.testimonials {
	margin: 0px 0 40px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.testimonials-author {
	text-align: right;
	font-style: normal!important;
	font-size: 16px!important;
}

/*FAQ*/

.faq-item {
	margin: 0 0 30px 0;
}

.faq-item .question {
	color: #87d030;
	font-size: 20px;
	height: 50px;
	font-family: 'Montserrat', sans-serif;
}

span.q-icon {
  float: left;
  width: 44px;
  height: 44px;
  margin: 0 5px 0 0;
  background: url('../../../images/q-a.png');
}

span.a-icon {
	 float: left;
  	width: 44px;
  	height: 44px;
  	margin: 0 5px 0 0;
  	background: url('../../../images/a.png');
}

span.q  {
	text-transform: none;
	color: #87d030;
	font-size: 20px;
	line-height: 44px;
	overflow: hidden;
	display: block;
}

span.a {
	text-transform: none;
	color: #000;
	font-size: 20px;	
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: block;
	overflow: hidden;
}

.faq-item .answer {
	font-size: 18px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.kitchens-toggler-icon:before {
	content: "";
    display: block;
	background: url('../../../images/ico-kitchen-remodeling.svg')!important;
	background-repeat: no-repeat!important;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 6px 0 0;
}

.bathrooms-toggler-icon:before {
	content: "";
    display: block;
	background: url('../../../images/ico-bathroom-remodeling.svg')!important;
	background-repeat: no-repeat!important;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 6px 0 0;
}

.basements-toggler-icon:before {
	content: "";
    display: block;
	background: url('../../../images/ico-basement-finishing.svg')!important;
	background-repeat: no-repeat!important;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 6px 0 0;
}

.general-toggler-icon:before {
	content: "";
    display: block;
	background: url('../../../images/ico-general-remodeling.svg')!important;
	background-repeat: no-repeat!important;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 6px 0 0;
}

.wk-accordion .icon-ico-kitchen-remodeling:before {
  content: "a";
  font-size: 35px;
  color: #84d030;
	margin-top: -5px;
	padding-right: 10px;
	display: block;
	float: left;
}
#lightbox-close {
}
.wk-accordion .icon-ico-general-remodeling:before {
  content: "b";
  font-size: 35px;
  color: #84d030;
	margin-top: -5px;
	padding-right: 10px;
	display: block;
	float: left;

}
.wk-accordion .icon-ico-bathroom-remodeling:before {
  content: "c";
  font-size: 35px;
  color: #84d030;
	margin-top: -5px;
	padding-right: 10px;
	display: block;
	float: left;
}
.wk-accordion .icon-ico-basement-finishing:before {
  content: "d";
  font-size: 35px;
  color: #84d030;
  padding-right: 10px;
	margin-top: -5px;
	padding-right: 10px;
	display: block;
	float: left;  
}

.wk-accordion-default .toggler {
	border-radius: 0px!important;
}

.linetwo {
	margin-top: 20px;
}

.lineheight {
	line-height: 25px!important;
}

#lightbox-wrap, #lightbox-wrap div {
	box-sizing:initial!important;
}


.hidden2 {
     opacity:0;
     filter: alpha(opacity=0);
}

.visible2 {
     opacity:.5;
     filter: alpha(opacity=50);
}

/*CONTACT SIDEBAR*/

.img-sidebar {
	width: 250px;
	height: 80px;
}

.sidebar-services p {
	margin-top: -48px;
	margin-left: 60px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	font-size: 17px;
	text-shadow: 0px 0px 10px #000;
	opacity: 1;
	filter: alpha(opacity=100);
	text-transform: uppercase;
}

.email-contact span {
	text-transform: none;
}

.email-contact span {
	color: #87d030!important;
	font-size: 20px;
}

.contact-info {
	margin-top: 40px;
}

.services-sidebar svg {
	width: 50px;
	height: 50px;
	display: block;
	padding-bottom:10px;
}

.overlay-bg:hover .icon-ico-kitchen-remodeling, .overlay-bg:hover .icon-ico-bathroom-remodeling, .overlay-bg:hover .icon-ico-basement-finishing, .overlay-bg:hover .icon-ico-general-remodeling  {
	color: #FFF;
}


.overlay-bg:hover .sidebar-services img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.sidebar-svg {
	margin-top: -50px;
	text-align: left!important;
	color: #fff;
	line-height: 15px;
	font-weight: 400;
	font-size: 17px;
	text-shadow: 0px 0px 10px #000;
	opacity: 1;
	filter: alpha(opacity=100);
	text-transform: uppercase;
}

.text-overlay {
	position: relative;
	margin-top: -60px;
	margin-left: 20px;
}

.overlay-bg{
	background: #000;
	height: 80px;
	width: 250px;
	margin-bottom: 20px;
}

.overlay-bg:hover {
	background: #84d030;
}

.sidebar-services img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*AREAS*/

.areas {
	float: left;
	text-align: center;
	padding: 3px 0px;
	border: 1px solid #e2e2e2;
	margin: 5px;
	vertical-align: middle;
	height: 50px;
}

.areas:hover {
	border: 1px solid rgba(134, 208, 49, 0.4);
}

.areas h1 {
	font-size: 18px;
	vertical-align: middle;
	margin-top: 12px;
}

.areas h1 a {
	color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
     display: block;
}

.areas h1 a:hover {
	color: #86d031;
}

.contact-fixed-btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.button-submit-sidebar:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.item-page h2 {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#contact-form-sidebar .block {
	display: inline-block!important;
}

.term, .query-required, .highlight {
	text-transform: none!important;
	color: #000!important;
	font-size: 18px!important;
}

ul.search-results {
	 list-style-type: none;
}

.btn-primary {
	background: #84d030!important;
}

fieldset {
	padding: 10px!important;
}

.muted {
	display: none;
}

h2.menutitle {
	display: none;
}

#xmap {
	margin-top: 50px;
}

#xmap li a {
	font-size: 20px;
}

.icon-search {
	font-size: 15px;
}

.inputbox {
	height: 31px!important;
	margin-top: -1px;
}

.mainContent .finder {
	margin-top: 25px;
}

.autocompleter-queried {
	text-transform: none!important;
	font-size: 15px!important;
}

.pagination ul:last-child {
	display: none;
}

/*SEARCH*/

.search-results li {
	padding-bottom: 20px;
}

.search-pages-counter {
	margin-bottom: 30px!important;
}

.wk-accordion-default .toggler {
	padding: 14px!important;
	width: 400px;
	-webkit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    transition: width 200ms linear;
}

.wk-accordion-default .toggler.active {
	width: 100%;
	-webkit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    transition: width 200ms linear;
}

.separator2 h2 {
	position: absolute;
	top: 95px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.69);
	font-weight: 300;
}

.separator2 .search-heading {
	top: 70px!important;
}

.row {
	position: relative;
}

.we-serve p:nth-child(2):before {
/*	background: url('../../../images/q.png'); */
	content: "";
	width: 45px;
	height: 45px;
	position: absolute;
	left: 10px;
	float: left;
}

.we-serve p {
	position: relative;
	padding-left: 60px!important;
}

.addthis_bubble_style {
	display: none!important;
}

.joomla_add_this {
	float: right;
	margin-top: 50px;
	margin-bottom: 50px;
}

.at4-welcome-outer{
	display: none;
}

.default-page .mainContent {
  display: none;
}
.notifications11 {
  z-index: 10000!important;
}