@import url("slider.css");


/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}
body { 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Raleway', sans-serif;
    color:#424242;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
	padding: 0px!important;
}

p {
    color: #424242;
    line-height: 24px;
    margin: 0 0 20px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

.align-center {
	text-align: center;
}

.text-and-imange {
	text-align: justify;
}
.text-and-imange img {
	float: right;
	padding-left: 20px;
}
@media (max-width: 768px) {
	.text-and-imange img {
		float: none;
		padding-left: initial;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Selection */

::-moz-selection {
	background:#000;
	color: #fff;
}

::-webkit-selection{
	background:#000;
	color: #fff;
}

::selection{
	background:#000;
	color: #fff;
}

/* Transition elsements */

.form-control,
.navbar-default,
.navbar-custom {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn,
.navbar a {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		 -o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */

.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-default .dropdown-menu,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* Reset border-radius */

.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

/* Forms */

.form-control {
	 font-family: 'Raleway', sans-serif;
	text-transform: none;
	font-size: 11px;
	height: 33px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.franchise-form .form-control {
	font-size: 12px;
}

.form-control:focus {
	border-color: #CACACA;
}

/* Forms size */

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}

/* Button style */

.btn {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	padding: 8px 24px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
}

.btn.btn-round {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.btn.btn-circle {
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
}

.btn.btn-w {
	background: rgba(255, 255, 255, .8);
	color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
	background: rgba(255, 255, 255, 1);
	color: #111;
}

.btn.btn-g {
	background: #e5e5e5;
	color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
	background: #d8d8d8;
	color: #111;
}

.btn.btn-border-w {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .75);
	color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
	background: #fff;
	border-color: transparent;
	color: #111;
}

.btn.btn-d {
	background: rgba(17, 17, 17, .8);
	color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
	background: rgba(17, 17, 17, 1);
}

.btn-border-d {
	background: transparent;
	border: 1px solid rgba(17, 17, 17, 1);
	color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
	background: rgba(17, 17, 17, 1);
	color: #fff;
}

/* Buttons size */

.btn.btn-lg {
	padding: 12px 45px;
	font-size: 13px;
}

.btn.btn-sm {
	padding: 6px 25px;
	font-size: 10px;
	letter-spacing: 1px;
}

.btn.btn-xs {
	padding: 4px 19px;
	font-size: 10px;
	letter-spacing: 0;
}

/* Progress bars */

.progress {
	overflow: visible;
	height: 4px;
}

.progress-bar {
	position: relative;
}

.progress-bar.pb-dark {
	background: #111;
}

.progress-bar span {
	position: absolute;
	display: block;
	right: -0px;
	top: -24px;
	opacity: 0;
	line-height: 12px;
	font-size: 12px;
	color: #111;
	padding: 4px 0px;
}

.progress-bar span:after {
	display: inline-block;
	content: "%";
}

/* Tabs */

.tab-content {
	padding: 20px 0;
}

/* Accordion */

.panel-title {
	font-size: 14px;
}

.panel-heading a {
	position: relative;
	display: block;
}

.panel-heading a:after {
	position: absolute;
	content: "\f106";
	top: 50%;
	right: 0px;
	font-family: "FontAwesome";
	line-height: 1;
	font-size: 14px;
	margin-top: -7px;
}

.panel-heading a.collapsed:after {
	content: "\f107";
}

.btn-list .btn {
	margin: 5px 0;
}

.examples {
	border-radius: 2px;
	padding: 7px 5px;
	margin: 0 0 40px;
}

.examples.bg-dark {
	background: #333;
	border: 0;
}

.et-icons .box1 {
	border: 1px solid #e5e5e5;
	display: block;
	width: 25%;
	float: left;
	padding: 0;
	font-size: 13px;
	margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	margin-right: 5px;
}

.fa-icons > div {
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}

.fa-icons > div > i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #f1f1f1;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

.help-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Dark background */

.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle {
	color: #fff;
}

.bg-dark {
 background-color: #000;
}

.bg-dark-30:before {
	position: absolute;
	background: rgba(34,34,34, .3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-60:before {
	position: absolute;
	background: rgba(34,34,34, .6);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-90:before {
	position: absolute;
	background: rgba(34,34,34, .9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-gradient:before {
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.95) 95%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(95%,rgba(0,0,0,0.95)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	position: fixed;
	background: #000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.loader {
	position: absolute;
	border-left: 2px solid #ffffff;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	   -moz-animation: load 0.8s infinite linear;
	     ms-animation: load 0.8s infinite linear;
	      o-animation: load 0.8s infinite linear;
	        animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a {
	color: #111;
}

a:hover, a:focus {
	text-decoration: none;
	color: #aaa;
	outline: 0;
}

.bg-dark a {
	color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}

h1 {
	color: #91BC1F;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
}

.home-content h1 {
	font-size: 27px;
}

.corporate h1 {
	font-size: 27px;
}

p, ol, ul, blockquote {
	margin: 0 0 20px;
}

blockquote {
	border: 0;
	font-style: italic;
	font-size: 15px;
	padding: 0;
}

.font-alt {
 font-family: 'Raleway', sans-serif;

	text-transform: uppercase;
	
}

.font-serif {
 font-family: 'Raleway', sans-serif;
	font-style: italic;
}

.large-text {
	font-size: 24px !important;
}

.rotate {
	text-shadow: none !important;
}

/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */

.navbar-default {
	min-height: 60px;
}

.navbar-custom,
.navbar-default {
	background-color: rgba(10, 10, 10, .9);
	border: 0;
	border-radius: 0;
	z-index: 1000;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	background: url('/images/v2/background.png') center center;
	border-bottom: 3px solid #91BC1F;
}

.navbar-custom .dropdown-menu,
.navbar-default .dropdown-menu {
	background: rgba(26, 26, 26, .9);
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-custom .dropdown-menu {
	padding: 0;
}

.navbar-custom  .navbar-brand,
.navbar-default .navbar-brand {
	
	font-weight: 400;
	font-size: 22px;
	color: #fff;
	vertical-align: middle;
	padding-top: 0px;
}

.navbar-brand {
  padding-top: 8px;
}

.navbar-custom  .nav li > a,
.navbar-default .nav li > a {
	position: relative;
	color: rgba(255, 255, 255, .7);
	font-weight: 700;
}

.navbar-custom .dropdown-menu > li > a,
.navbar-default .dropdown-menu > li > a {
	border-bottom: 1px solid rgba(73, 71, 71, 0.3) !important;
	padding: 11px 15px;
	
	font-size: 11px;
	color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu,
.navbar-default .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.3);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu ,
.navbar-default .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.3);
	right: 100%;
	left: auto;
}

.navbar-default .navbar-right li.phone{
	float: right;
    color: #91BC1F;
    font-size: 16px;
	margin-top: 20px;
    float: none;
    margin-left: 375px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	cursor: pointer; 
	cursor: hand;
}
.navbar-default.au .navbar-right li.phone{
    margin-left: 488px;
}
.navbar-default .navbar-right li.phone.officeName{
    text-align: right;
    margin-right: 14px;
}
.navbar-default .navbar-right li.empty{
    float: right;
}
.navbar-default .navbar-right li.empty a{
    text-transform: none;
	padding-right: 0;
}

.navbar-default .nav li > a {
  padding-top: 5px;
}

.navbar-default .nav li.join-the-team > a {
	color: #91BC1F;
}

.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:hover,
.navbar-default .nav .open > a,
.navbar-default .nav .open > a:focus,
.navbar-default .nav .open > a:hover,
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > li > a:hover {
	background: none;
	color: #fff;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: #fff;
}

.navbar-custom .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:hover {
	background: rgba(255, 255, 255, .1) !important;
}

.navbar-default .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -11px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

/* Navbra search */

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	text-transform: uppercase;
	
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}

/* -------------------------------------------------------------------
Home Section
------------------------------------------------------------------- */

.home-section {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.hs-title-size-1 {
	
	font-size: 15px;
}

.hs-title-size-2 {
	line-height: 1.3;
	
	font-size: 18px;
	opacity: .8;
}

.hs-title-size-3 {
	
	font-size: 46px;
}

.hs-title-size-4 {
	letter-spacing: 24px;
	font-weight: 400;
	font-size: 48px;
}

/* Video */

.video-controls-box {
	position: absolute !important;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.video-controls-box a {
	display: inline-block;
	color: #fff;
	margin: 0 5px 0 0;
}

/* -------------------------------------------------------------------
Sections
------------------------------------------------------------------- */

.navbar-default + .main {
	margin-top: 50px;
}

.navbar-custom + .main {
	margin-top: 50px;
}

.main {
	position: relative;
	background-color: #fff;
	/*z-index: 1;*/
}

.content-module {
	padding: 70px 0px 35px 0px;
	min-height: 450px;
}

.content-module.corporate {
	padding: 105px 0px 35px 0px;
}
.content-module.office {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.content-module.office .container {
	width: auto!important;
}
.content-module.office .mainColumn {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.module,
.module-small {
	position: relative;
	padding: 20px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;

}

.module-small {
	padding: 70px 0;
}

.module-title {
	position: relative;
	
	text-align: left;
	font-weight: 400;
	font-size: 30px;
	color: #111;
	margin: 0 0 10px;
}

.module-subtitle {
	text-align: center;
	font-size: 16px;
	color: #111;
	margin-bottom: 70px;
}

.module-icon {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}

.module-title + .module-subtitle {
	margin-top: -35px;
}

/* Sections dividers */

.divider-w {
	border-top: 1px solid #eaeaea;
	margin: 0;
}

.divider-d {
	border-top: 1px solid #202020;
	margin: 0;
}

/* -------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

.footer-wrapper {
	position: relative;
	background: url('/images/v2/background.png') center center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding: 70px 0;
	border-top: 3px solid #91BC1F;
}

.footer-wrapper ul.contact a{
	color: #fff;
	font-size: 14px;
}

.footer-wrapper ul.contact p{
	margin-bottom: 5px;
}

.footer-wrapper p.useful-links a{
	color: #fff;
	font-size: 14px;
}

.footer {
	padding: 10px 0;
}

.copyright {
	margin: 0;
}

.footer-social-links {
	text-align: right;
}

.footer-social-links a {
	display: inline-block;
	padding: 0 6px;
}

.ajax-response {
	text-align: center;
}

.footer-wrapper.corporate p{
	line-height: 21px;
    font-size: 14px;
    color: #fff;
}

.request-quote-bar {
	position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.request-quote-bar a{
	text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 8px;
    font-size: 15px;
    background: rgba(145, 188, 31, 0.8);
}

/* -------------------------------------------------------------------
Google map
------------------------------------------------------------------- */

#map-section {
	position: relative;
	height: 450px;
	width: 100%;
}

#map {
	height: 100%;
	width: 100%;
}

#map img {
	max-width: none;
}

.map-container {
	display: none;
}
.mapPopup {
	text-align: center;
}

/* -------------------------------------------------------------------
Services
------------------------------------------------------------------- */

.features-item {
	margin: 20px 0;
	text-align: center;
	color: #777777;

}

.features-icon,
.alt-features-icon {
	line-height: 1.2;
	font-size: 42px;
	color: #111;
}

.features-title,
.alt-features-title {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #111;
	margin: 16px 0 15px;
}

.corporate .features-icon,
.corporate .alt-features-icon {
	line-height: 1.2;
	font-size: 66px;
	color: #777777;
}

.corporate .features-title,
.corporate .alt-features-title {
	color: #91BC1F;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 15px;
	text-align: left;
	text-transform: uppercase;
}

.corporate .features-title.video {
	font-size: 27px;
    font-weight: normal;
    margin: 10px 0px 15px;
}

.alt-features-item {
	position: relative;
	padding-left: 55px;
	margin: 65px 0 0 0;
}

.alt-features-icon {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 40px;
	font-size: 28px;
}

.alt-features-title {
	font-size: 13px;
	margin: 0 0 10px;
}

#features.corporate .features-item p {
	font-size: 13px;
	line-height: 21px;
}

/* -------------------------------------------------------------------
Team
------------------------------------------------------------------- */

.team-item {
	position: relative;
	text-align: center;
}

.team-image {
	position: relative;
	overflow: hidden;
}

.team-image img {
	width: 100%;
}

.team-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.team-detail {
	position: absolute;
	width: 100%;
	opacity: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;
	padding: 20px;

}

.team-detail h5 {
	font-size: 16px;
}

.team-detail p {
	font-size: 14px;
}

.team-social a {
	display: inline-block;
	color: #aaa;
	padding: 5px 6px;
}

.team-social a:hover {
	color: #FFF;
}

.team-descr {
	margin: 20px 0 0;
}

.team-name {
	font-size: 14px;
	color: #111;
}

.team-role {
	font-size: 11px;
	color: #aaa;
}

.team-item:hover .team-image:after {
	background: rgba(0, 0, 0, .6);
}

.team-item:hover .team-detail {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

/* -------------------------------------------------------------------
Price-tables
------------------------------------------------------------------- */

.price-table {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 25px 20px;
	margin: 15px 0 30px;
	border-radius: 2px;
	text-align: center;
}

.price-table:hover {
	border-color: #CACACA;
}

.price-table.best {
	margin: 0 0 30px;
}

.price-table .small {
	margin: 0;
}

.borderline {
	position: relative;
	background: #eaeaea;
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0 15px;
}

.borderline:before {
	position: absolute;
	background: #eaeaea;
	content: "";
	bottom: -7px;
	left: 50%;
	height: 14px;
	width: 14px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	margin-left: -7px;
}

.borderline:after {
	position: absolute;
	background: #fff;
	content: "";
	bottom: -5px;
	left: 50%;
	height: 16px;
	width: 16px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	margin-left: -8px;
}

.price-table h4 {
	color: #111;
	margin: 0;
}

.price-table p.price {
	font-size: 60px;
	color: #111;
	padding: 0;
	margin: 0 0 0 -10px;
}

.price-table p.price span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-top: 25px;
}

.price-details {
	list-style: none;
	padding: 0;
	margin: 0 0 23px;
}

.price-details li {
	padding: 7px 0;
}

.price-details li > span {
	text-decoration: line-through;
	color: #aaa;
}

/* -------------------------------------------------------------------
Count to
------------------------------------------------------------------- */

.count-item {
	text-align: center;
}

.count-icon {
	line-height: 1.2;
	font-size: 42px;
}

/* -------------------------------------------------------------------
Video box
------------------------------------------------------------------- */

.video-box {
	text-align: center;
	padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
	line-height: 1.8;
	font-size: 40px;
	color: #fff;
}

.video-title {
	
	font-size: 30px;
	margin: 10px 0 0;
}

.video-subtitle {
	color: rgba(255, 255, 255, .5);
}

/* -------------------------------------------------------------------
Portfolio
------------------------------------------------------------------- */

/* Portfolio filter */

.filter {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 70px;
}

.filter > li {
	display: inline-block;
	padding: 0 0 10px;
	margin: 0 25px;
}

/* Portfolio grid */

.works-grid {
	list-style: none;
	padding: 0;
	margin: 0;
}

.works-grid.works-grid-gut {
	margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
	padding: 0 0 10px 10px;
}

.work-item {
	width: 50%;
	float: left;
	margin: 0;
}

.works-grid-3 .work-item {
	width: 33.333333%;
}

.works-grid-4 .work-item {
	width: 25%;
}

.works-grid-5 .work-item {
	width: 20%;
}

.work-item > a {
	position: relative;
	display: block;
	overflow: hidden;
}

.work-image {
	position: relative;
	overflow: hidden;
}

.work-image img {
	display: block;
	overflow: hidden;
	width: 100%;
}

.work-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.work-caption {
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
	overflow: hidden;
}

.work-title {
	font-size: 14px;
	color: #fff;
	margin: 0 0 6px;
}

.work-descr {
	color: #aaa;
}

.work-item:hover .work-image:after {
	background: rgba(0, 0, 0, .6);
}

.work-item:hover .work-image > img {
	-webkit-transform: scale(1.1) rotate(2deg);
	   -moz-transform: scale(1.1) rotate(2deg);
	    -ms-transform: scale(1.1) rotate(2deg);
	     -o-transform: scale(1.1) rotate(2deg);
	        transform: scale(1.1) rotate(2deg);
}

.work-item:hover .work-caption {
	bottom: 50%;
	opacity: 1;
	z-index: 3;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

/* Work item white background*/

.works-grid.works-hover-w .work-title {
	color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
	background: rgba(255, 255, 255, .8);
}

/* Work item gradien background*/

.works-grid.works-hover-g .work-image:after {
	opacity: 0;
}

.works-grid.works-hover-g .work-descr {
	color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
	background: rgb(111,226,158);
	background: -moz-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%, rgba(91,218,209,0.8) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(111,226,158,0.8)), color-stop(100%,rgba(91,218,209,0.8)));
	background: -webkit-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: -o-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: -ms-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
	background: linear-gradient(135deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
	opacity: 1;
}

/* -------------------------------------------------------------------
Portfoli Single
------------------------------------------------------------------- */

.work-details-title {
	color: #111;
	margin: 0 0 20px;
}

.work-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.work-details ul > li {
	border-bottom: 1px dotted #c2c2c2;
	padding: 0 0 5px;
	margin: 0 0 5px;
}

/* -------------------------------------------------------------------
Callout
------------------------------------------------------------------- */

.callout-text {
	color: rgba(255, 255, 255, 0.6);
}

.callout-title {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin: 0;
}

.callout-btn-box {
	text-align: right;
	padding-top: 4px;
}

/* -------------------------------------------------------------------
Testimonials
------------------------------------------------------------------- */

.testimonials-slider {
	position: relative;
}

.testimonial-text {
	text-align: center;
	font-style: normal;
	font-size: 18px;
}

.testimonial-caption {
	text-align: center;
	padding: 10px 0 0;
}

.testimonial-title {
	font-size: 14px;
}

.testimonial-descr {
	color: rgba(255, 255, 255, .5);
	font-size: 11px;
}

/* -------------------------------------------------------------------
Gallery
------------------------------------------------------------------- */

.gallery-item {
	position: relative;
	text-align: center;
	margin: 0 0 20px;
}

.gallery-image {
	position: relative;
	overflow: hidden;
}

.gallery-image img {
	display: block;
	overflow: hidden;
	width: 100%;
}

.gallery-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}



.gallery-caption {
	position: absolute;
	width: 100%;
	opacity: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 28px;
	color: #fff;
	padding: 20px;

}

.gallery-icon {
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size: 24px;
	margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
	line-height: 50px;
}




.gallery-item:hover .gallery-image:after {
	background: rgba(0, 0, 0, .6);
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

/* -------------------------------------------------------------------
Post
------------------------------------------------------------------- */

.post {
	margin: 0 0 80px;
}

.post-title {
	line-height: 1.4;
	font-size: 22px;
	color: #111;
	margin: 0;
}

.post-header {
	margin: 0 0 15px;
}

.post-meta {
	font-size: 11px;
	color: #aaa;
}

.post-entry {
	border-top: 1px dotted #c2c2c2;
	padding-top: 20px;
	margin-top: 10px;
}

.post-images-slider {
	position: relative;
}

.post-images-slider .flex-control-nav {
	bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
	margin: 0 0 20px;
}

/* Post columns */

.post-columns .post {
	margin: 0 0 60px;
}

.post-columns .post-header {
	margin: 0 0 10px;
}

.post-columns .post-title {
	line-height: 1.8;
	font-size: 14px;
}

.post-columns .post-entry {
	padding: 10px 0 0;
	margin: 0 0 10px;
}

.post-columns .post-entry p:last-child {
	margin: 0;
}

.more-link:after {
	content: "\00BB";
	color: #666666;
	padding-left: 5px;
}

.pagination a {
	border: 1px solid #eaeaea;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #999;
	padding: 4px 12px;
}

.pagination a.active {
	border-color: #CACACA;
}

/* -------------------------------------------------------------------
Widgets
------------------------------------------------------------------- */

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar .widget-title {
	color: #111;
}

.widget .widget-title {
	border-bottom: 1px dotted #c2c2c2;
	font-size: 14px;
	padding: 0 0 10px;
	margin: 0 0 15px;
}

.corporate .widget .widget-title {
	border-bottom: none;
	font-size: 14px;
	padding: 0 0 10px;
	margin: 0 0 15px;
	text-transform: none;
	color: rgba(255, 255, 255, .7);
	font-weight: bolder;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget .icon-list li {
	padding: 5px 0;
}

.widget .icon-list li a:before {
	content: "\00BB";
	color: #666666;
	padding-right: 5px;
}

.widget-posts li {
	margin: 0 0 15px;
}

.widget-posts li:last-child {
	margin: 0;
}

.widget-posts-image {
	float: left;
	width: 64px;
}

.widget-posts-body {
	margin-left: 74px;
}

.search-box {
	position: relative;
}

/* -------------------------------------------------------------------
Tags
------------------------------------------------------------------- */

.tags a {
	background: #111;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	padding: 4px 10px 4px 12px;
	margin: 0 0 4px;
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.tags a:hover {
	background: rgba(17, 17, 17, .8);
}

/* -------------------------------------------------------------------
Comments and comment form
------------------------------------------------------------------- */

.comments,
.comment-form {
	margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
	border-bottom: 1px dotted #c2c2c2;
	font-size: 16px;
	color: #111;
	padding-bottom: 15px;
	margin: 0 0 20px;
}

.comment-author {
	font-size: 14px;
	margin: 0 0 10px;
}

.comment-avatar {
	width: 55px;
	float: left;
	margin-top: 10px;
}

.comment-avatar img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.comment-content {
	padding-top: 5px;
	margin-left: 75px;
	margin-bottom: 30px;
}

/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}

.scroll-up a {
	background: #fff;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	opacity: 0.6;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
	opacity: 1;
	color: #000;
}

.nowrap {
	white-space:nowrap;
}

#renovation-photo-slider  hr{
	margin-top: 0px;
}

#renovation-photos-carousel2 {
	margin-top: 10px;
}

.description-item {
  position: absolute;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #75AE23;
  box-sizing: border-box;
}
#our-team-carousel .category-item .img-responsive {
  background: url("/images/staff.png") no-repeat center center;
  cursor: pointer;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#renovation-photos-carousel2.owl-theme .owl-controls .owl-buttons .owl-prev,
#our-team-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  float: left;
  margin-left: -8%;
  padding-right: 5px;
}

#renovation-photos-carousel2.owl-theme .owl-controls .owl-buttons .owl-next,
#our-team-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  float: right;
  margin-right: -8%;
  padding-left: 5px;
}

#renovation-photos-carousel2.owl-theme .owl-controls .owl-page span,
#our-team-carousel.owl-theme .owl-controls .owl-page span {
  display: none;
}

#renovation-photos-carousel2.owl-theme .owl-controls .owl-buttons div,
#our-team-carousel.owl-theme .owl-controls .owl-buttons div {
  margin: 0px 5px 5px 5px;
  padding: 18px 0px;
  font-size: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
  width: 60px;
  height: 60px;
}

#renovation-photos-carousel .category-item,
#renovation-photos-carousel2 .category-item ,
#our-team-carousel .category-item  {
	text-align: center;
}

#renovation-photos-carousel .category-descr  h2{
	font-size: 14px;
	color: #111;
}

#renovation-photos-carousel2 .category-descr  h2,
#our-team-carousel .category-descr  h2{
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-transform: none;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}
#our-team-carousel .category-descr  h2{
	text-align: center;
}

#renovation-photos-carousel .item,
#renovation-photos-carousel2 .item,
#our-team-carousel .item  {
    margin-left: 15px;
    margin-right: 15px;
}

#renovation-photos-carousel .owl-buttons {
    margin-top: -180px;
	margin-bottom: 180px;
}

#renovation-photos-carousel2 .owl-buttons,
#our-team-carousel .owl-buttons {
    margin-top: -195px;
	margin-bottom: 195px;
}

#renovation-photos-carousel .owl-prev {
    float: left;
	margin-left: -7%;
}

#renovation-photos-carousel .owl-next {
    float: right;
	margin-right: -7%;
}

#renovation-photos-carousel2 .category-desc-wrapper {
	border: 1px solid #eeeeee;
	border-top: none;
	padding: 10px;
}
#our-team-carousel .category-desc-wrapper {
	border-top: none;
	padding: 10px;
}

#renovation-photos-carousel2 .category-desc-wrapper p,
#our-team-carousel .category-desc-wrapper p {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 0px;
	text-align: left;
}
#our-team-carousel .category-desc-wrapper p {
	text-align: center;
}
#our-team-carousel .our-team-office {
	color: #91BC1F;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}

#partners-carousel  .item{
    text-align: center;
	border: 1px solid #ddd;
	padding: 30px;
	margin: 0px 20%;
	min-height: 102px
}

#partners-carousel2  .item{
    text-align: center;
	border: none;
	padding: 20px 0px;
	margin: 0px 20%;
}

.validation-error {
	color: #91BC1F;
	font-size: 13px;
	display: none;
}

.contact-form {
	text-align: center;
}
.contact-form .contactExtra {
	text-align: left;
}

.contact-form button, .contact-form input, .contact-form select, .contact-form textarea {
	padding: 7px;
	width: 66%;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-form .contactExtra button, .contact-form .contactExtra input, .contact-form .contactExtra select, .contact-form .contactExtra textarea {
	width: 90%;
}
.contact-form .contactExtra textarea {
	height: 6.5em;
}
.contact-form .contactExtra .small {
	width: 33%;
}
.contact-form input[type="radio"], .contact-form .contactExtra input[type="radio"],
.contact-form input[type="checkbox"], .contact-form .contactExtra input[type="checkbox"],
.contact-form input[type="image"], .contact-form .contactExtra input[type="image"] {
	width: auto;
	border: none;
}
.contact-form input[type="image"], .contact-form .contactExtra input[type="image"] {
	padding: 0 0 0 0;
}
.contact-form .contactExtra label {
	margin-right: 20px;
}
.contact-form .contactExtra label:last-of-type {
	margin-right: 0px;
}

.contact-form .button {
	background-color: #91BC1F;
	color: #fff;
	margin-bottom: 25px;
}

.contact-form p.intro {
	margin-bottom: 20px;
}

.renoPhotoLinks a h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.renoPhotoLinks a.thumbnail img {
	width: 100%;
}

.testimonial {
  margin-top: 30px;
}

.testimonial  img{
  margin-bottom: 10px;
}
.renoPhoto {
  margin-bottom: 0px;
}
.renoPhoto h1.title {
	margin-bottom: 30px;
}
.renoPhoto .cropper {
  display: block;
  position: relative;
  width: 310px;
  height: 206px;
  overflow: hidden;
}
.renoPhoto img {
  display: block;
  width: 100%;
  border: none;
}
.renoPhoto .overlap {
  display: block;
	position: relative;
	width: 100%;
	height: 30px;
	top: -30px;
	margin-bottom: -30px;
	border: none;
	color: #ffffff;
	background-color: #000000;
	opacity: 0.7;
	padding-top: 5px;
	padding-left: 5px;
}
.renoPhoto a {
  display: block;
  position: absolute;
  z-index: 50;
  width: 100%;
  height: auto;
  top: 0px;
  margin-bottom: 0px;
  background: url(/images/blank.png) repeat;
}
.renoPhoto a:hover {
  /* background: url(/images/overlay.png) no-repeat; */
  width: 100%;
  background-color: #000000;
  opacity: 0.3;
}

.renoPhoto h4 a {
    position: relative;
	font-size: 14px;
	width: 100%!important;
	height: auto!important;
	font-weight: 600;
}
.renoPhoto h4 a:hover {
	opacity: 1;
	color: #000000;
	background: none;
	width: 100%!important;
	height: auto!important;
}

.renoPhoto.project-list {
	margin: 40px 0px;
}

.renoPhoto.project-list a span{
	color: #91BC1F;
}

.renoPhoto.project-list img {
    min-height: 155px;
	max-height: 155px;
	max-width: 100%;
	width: initial;
}

.renoPhotoLinks {
  margin-top: 20px;
}
.renoPhotoLinks  img{
  width: 100%;
}
.renoPhotoLinks a, .renoPhotoLinks a:visited, .renoPhotoLinks a:link {
	text-decoration: none;
}
.renoPhotoLinks h2 {
	line-height: 24px;
	padding-bottom: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.project-list {
	margin-top: 40px;
}
.project-list-homepage {
	margin-top: 0px;
}
.project-list.categories {
	margin-top: -10px;
	margin-bottom: 20px;
}
.project-list .thumbnail {
	border-radius: 0px;
	padding: 0px;
	background-color: #fefefe;
	margin-bottom: 20px;
}
.project-list-homepage.project-list .thumbnail {
	margin-bottom: 0px;
}
.project-list-bg .thumbnail {
	background-color: transparent;
	border: none;
}
.project-list-bg .thumbnail * {
	text-align: left!important;
}
.project-list.categories .thumbnail {
	margin-top: 40px;
	margin-bottom: 0px;
}
.project-list .thumbnail h4{
	color: #424242;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
	min-height: 40px;
}
.project-list-homepage.project-list .thumbnail h4 {
    min-height: initial;
}
.project-list.categories .thumbnail h4{
	min-height: 0px;
}
.project-list.categories .thumbnail a > img{
	max-width: 100%;
	height: auto;
	min-height: initial;
	max-height: initial;
}
.project-list .thumbnail h4 a, .project-list .thumbnail h4 span{
	font-family: 'Raleway', sans-serif;
	color: #424242;
	font-size: 14px;
	font-weight: 600;
}
.project-list .thumbnail h4 a:hover{	
	color: #91BC1F;
}
.project-list .thumbnail p {
	line-height: 1.4;
	margin-bottom: 5px;
}
.project-list .thumbnail p a, .project-list .thumbnail p span{
	color: #777;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
}
.project-list-homepage .thumbnail p a, .project-list-homepage .thumbnail h4 a, .project-list-homepage .thumbnail h4, .project-list-homepage .thumbnail a {
	color: #ffffff;
}
.project-list img {
    min-height: 165px;
	max-height: 165px;
	max-width: 100%;
	width: initial;
}
.project-list-homepage img {
    min-height: 120px;
	max-height: 120px;
}
.project-list-homepage.project-list img {
    min-height: initial;
	max-height: initial;
	max-width: 100%;
	width: initial;
}
.project-list-homepage.project-list .project-wrapper {
	margin-bottom: 10px;
}

.error {
  color: Red;
}
.errorSummary {
  margin-bottom: 20px;
}
.hidden {
  display: none;
}
.newsReleaseDate {
  font-style: italic;
}
.conference .delegate {
  margin-bottom: 5px;
}
.conference .title {
  margin-bottom: 10px;
}
.conference .textbox {
  width : 100%;
  margin-bottom: 10px;
}
.conference select {
  margin-bottom: 10px;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.conference .radioItems input{
  margin-left: 10px;
}

.conference .button {
	color: #424242;
	font-size: 14px;
	width: 94%;
	height: 40px;
	border: 1px solid #cccccc;
	margin: 0;
	padding: 0;
	background-color: #buttonface;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

ul.office-button-wrapper {
	margin: 20px 0px;
	padding: 0px;
}
li.office-button {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 10px;
}

.office-link {
   border: 1px solid #b0b0b0;
   border-radius: 3px;
   padding: 8px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
}
.office-link:hover {
   background: #91BC1F;
   color: #fff;
}

.office-title {
	font-weight: bold;
}

.office-weblink {
	text-align: center;
}

.office-weblink  a{
	color: #666666;
}

.anchor {
	display: block; 
	position: relative; 
	top: -50px; 
	visibility: hidden;
}

#fancybox-title-over {
	padding: 10px;
	display: none;
	color: #fff;
	background-color: #000000;
	opacity: 0.9;
}
.fancybox-title-inside-wrap {
	padding-top: 0px;
	text-align: center;
}

.container.facebook-like-wrapper {
	margin-bottom: 40px;
}

.franchise-form .group-left {
	display: inline-block;
	width: 49%;
}

.franchise-form .group-right {
	display: inline-block;
	width: 49%;
	margin-left: 1%;
}

.franchise-form input {
	display: inline-block;
	width: 100%;
	padding: 7px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.franchise-form textarea {
	width: 100%;
	padding: 7px;
	height: 80px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
}

.franchise-form  input[type=submit] {
	background-color: #91BC1F;
	color: #fff;
	width: 50%;
	margin-bottom: 20px;
}

.errorMsg {
	color: red;
	font-size: 12px;
}

p.lead {
	font-size: 20px;
}

.hero-slider  .flex-control-nav{
	display: none;
}

h1.down-arrow {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
}

h1.down-arrow  img{
	width: 50px;
}

.footer-wrapper .list-inline > li {
	padding: 0px 8px 8px 8px;
}

.footer-wrapper.corporate .list-inline > li {
	padding: 10px 12px;
	margin: 0px 5px 10px 5px;
    border-radius: 3px;
	height: 40px;
    width: 40px;
    background-color: #ffffff;
	color: #333;
}

.footer-wrapper.corporate .list-inline > li:hover {
	color: #ffffff;
	background-color: #91BC1F;
}

.footer-wrapper.corporate .list-inline > li:hover a {
	color: #ffffff;
}

.footer-wrapper.corporate .list-inline > li a{
	color: #333;
}

.footer-wrapper.corporate .list-inline > li a:hover {
	color: #ffffff;
}

.footer-wrapper.corporate .list-inline > li .fa-2x{
	font-size: 1.25em;
}

.footer-wrapper.corporate ul.contact li {
  margin-bottom: 21px;
}

.navbar-custom .navbar-brand img {
	width: 220px;
}

.navbar-default .navbar-brand img {
	width: 350px;
	display: block;
}

.hero-slider.landing .flex-direction-nav {
	display: none;
}

.hero-slider .flex-direction-nav  a{
	display: none;
}

.promo-banner {
	margin-top: 40px;
}

.player .title header .portrait img {
	display: none!important;
}

.player .title header h1 {
	display: none!important;
}

.player .title header h2 {
	display: none!important;
}

.knowledge-base p {
	margin-bottom: 10px;
}

.knowledge-base p a {
	font-size: 13px;
}

.share-button-wrapper {
	margin-top: 30px;
}

.share-button-wrapper ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.share-button-wrapper  li{
	display: inline;
	margin-right: 10px;
}

.share-button-wrapper .fb-share-button > span{
	height: 27px!important;
}

span.phone-number {
	color: rgba(255, 255, 255, .7);
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 110px;
	display: block;
}

span.phone-number-sm {
	color: rgba(255, 255, 255, .7);
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 700;
	display: block;
	padding: 10px 15px;
	line-height: 20px;
	border-bottom: 1px solid rgba(73, 71, 71, 0.3) !important;
	position: relative;
}

.hero-slider h2 span.phone-number{
	font-size: 30px;
	font-weight: normal;
	padding: 0px;
	padding-top: 10px;
	line-height: 45px;
}

p.photoset-desc {
	margin-top: 30px;
}

.welcome-panel {
	background-color: #111;
	padding: 60px 0px;
	position: relative;
}

.welcome-panel::before {
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*background-image: url(../../images/hero-Australia1.jpg); */
	background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity : 0.1;
}

.welcome-panel h1{
	color: #fff;
	line-height: 27px;
	margin: 0px 0px 20px 0px;
}

.welcome-panel p{
	color: #fff;
}

.welcome-panel a{
	color: #ccc;
}

.welcome-panel .modal-content * {
	color: #424242;
}

.welcome-panel .secondary-title {
	color: #91BC1F;
}

.show-more {
  text-align: left;
}

.show-more a{
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
.show-more a:focus{
	color: #111;
}

.hide-content {
    overflow: hidden;
    font-size: 14px;
	line-height: 24px;
    height: 24px;
}

.show-content {
	font-size: 14px;
	line-height: 24px;
    height: auto;
}

.welcome-testimonial {
	font-style: italic;
	margin-bottom: 10px;
}

.welcome-testimonial a{
	color: #ffffff;
}

.welcome-testimonial-by {
	margin-bottom: 30px;
}

.welcome-testimonial-by a{
	font-weight: bold;
}

.simple-step-modal .modal-content {
	border: #424242 1px solid;
}

.simple-step-modal .modal-header {
	padding: 10px;
	border: none;
}

.simple-step-modal .modal-header span{
	font-size: 14px;
    font-weight: bold;
    color: #111;
    text-transform: none;
    text-align: center;
	display: block;
}

.simple-step-modal .modal-header .close{
	color: #424242;
	font-size: 40px;
	opacity: 1;
	margin-top: -35px;
}

.simple-step-modal  .modal-body {
  padding: 0px;
}

.simple-step-modal .modal-body  .video-wrapper{
	margin: 0px;
}

.client-stories .project-list .thumbnail h4 {
	color: #424242;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin: 15px 0px;
	min-height: 40px;
}
.client-stories .project-list-homepage .thumbnail {
	margin-bottom: 0px;
}
.client-stories .project-list-homepage .thumbnail h4 {
	min-height: 0px;
}
.client-stories .project-list-homepage .thumbnail .caption {
	padding-top: 3px;
}

.client-stories .project-list .thumbnail .intro {
	height: 85px;
    overflow: hidden;
}

.client-stories .project-list .thumbnail p {
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
    line-height: 20px;
    max-height: 80px;
}

.client-stories .project-list .thumbnail a.read-more {
    display: block;
    font-weight: 600;
	text-align: center;
	background-color: #333333;
    color: #fff;
	font-size: 13px;
    padding: 8px;
    border-radius: 3px;
	margin: 25px 0px 15px 0px;
	text-transform: uppercase;
}

.client-stories .project-list .thumbnail a.read-more:hover{
    opacity: 0.85;
}

.client-stories .project-list .thumbnail img {
	width: 100%
}

.client-stories .video-wrapper p.is-truncated {
    display: none;
}

.client-story-modal .modal-content {
	border: #424242 2px solid;
}

.client-story-modal .modal-header {
	padding: 10px 20px 20px 20px;
	border: none;
}

.client-story-modal .modal-header .close{
	color: #424242;
	font-size: 40px;
	opacity: 1;
}

.client-story-modal  .modal-dialog {
  overflow-y: initial;
}

.client-story-modal  .modal-body {
  padding: 0px 30px 30px 30px;
  height: 540px;
  overflow-y: auto;
}

.client-story-modal .modal-body  h4{
	text-align: center;
	margin-bottom: 5px;
}

.client-story-modal .modal-body  .video-wrapper{
	margin: 40px 0px;
}

.client-story-modal .modal-body  p.project-name{
	text-align: center;
	font-style: italic;
	color: #424242;
}

.client-story-modal .modal-body .divider {
    background: #dddddd;
    border: none;
    clear: both;
    display: block;
    height: 1px;
    margin: 40px auto 40px;
    position: relative;
    width: 50%;
}

.client-story-modal .modal-body .divider i {
    display: block;
	font-size: 18px;
	margin: -10px 0 0 -20px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
	width: 30px;
}

@media (min-width: 768px) {
	.client-story h1 {
		margin-top: 0px;
	}
	.client-story .media-wrapper {
		padding-top: 8px;
	}
}

.client-story .project-name {
	font-style: italic;
	color: #424242;
}

.project-list .video-wrapper .fluid-width-video-wrapper{
	padding-top: 78%!important;
}

.testimonial-arrows {
    margin-bottom: 15px;
	text-align: center;
}

.testimonial-arrows  a{
  padding: 8px;
  background-color: #cccccc;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.testimonial-arrows  a:hover{
  background-color: #424242;
}

.testimonial-arrows  a.previous{
  margin-right: 10px;
}

#renovation-photos-set-carousel .item {
  margin-left: 5px;
  margin-right: 5px;
}

#renovation-photos-set-carousel .owl-item:first-child  > .item {
  margin-left: -2px;
}

#renovation-photos-set-carousel .owl-item img {
  border-radius: 0px;
  box-shadow: none;
  height: 71px;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: initial;
}

#renovation-photos-set-carousel .owl-pagination {
  margin-top: 20px;
}

#renovation-photos-set-carousel .owl-buttons {
  margin-top: -90px;
  margin-bottom: 90px;
}

#renovation-photos-set-carousel.owl-theme .owl-controls .owl-buttons div {
  margin: 0px 5px 5px 5px;
  padding: 18px 0px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
  width: 40px;
  height: 40px;
}

#renovation-photos-set-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  float: left;
  margin-left: -10%;
  padding-right: 5px;
}

#renovation-photos-set-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  float: right;
  margin-right: -11%;
  padding-left: 5px;
}

#renovation-photos-set-gallery .flex-direction-nav {

}

#renovation-photos-set-gallery.flexslider {
  margin: 0px;
  margin-bottom: 30px;
  background: #fff;
  padding: 2px;
  border: none;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1;
}

#renovation-photos-set-gallery .slides li{
	height: 290px;
	text-align: center;
}

#renovation-photos-set-gallery .slides li img{
	max-width: 100%;
	max-height: 100%;
	width: initial!important;
	display: initial;
}

#renovation-photos-set-gallery .flex-control-nav {
  bottom: -40px;
  margin-top: 50px;
}

#renovation-photos-set-gallery .flex-control-nav > li > a {
  border: 1px solid #aaa;
}

#renovation-photos-set-gallery .flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #869791;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#renovation-photos-set-gallery .flex-control-paging li a.flex-active {
  background: #fff;
}

#renovation-photos-set-gallery .flex-direction-nav .flex-prev {
	cursor: default;
	color: #dddddd;
}

#renovation-photos-set-gallery .flex-direction-nav .flex-next {
	cursor: default;
	color: #dddddd;
}

#renovation-photos-set-gallery .flex-direction-nav a.flex-prev {
	opacity: 0.8;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
	left: 10px;
}

#renovation-photos-set-gallery .flex-direction-nav a.flex-next {
	opacity: 0.8;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
	right: 10px;

}

.reno-photo-desc-wrapper h1.title{
	margin: 0px;
}

.renovation-photo-wrapper {
	margin-top: 30px;
}

.navbar-left span {
	color: #ffffff;
	margin-top: 20px;
	display: block;
	font-size: 14px;
	margin-left: 40px;
	line-height: 22px;
}

.corporate .features-item .plan-icon {
	max-width: 76px;
}
.plan-icon-black{
	max-width: 50px;
}
.image-wrapper {
    margin-top: 15px;
    width: 100%;
}
.conference {
	border: 1px solid #95c023;
    padding: 20px;
	background-color: #75AE23;
}

.conference .form-control {
    display: block;
    padding: 6px 12px;
    line-height: 24px;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid #cccccc;
    height: 36px;
    width: 100%;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 15px;
}

.conference .form-group {
    margin-top: 30px;
	margin-bottom: 0px;
}

.conference label {
    display: inline-block;
    max-width: 100%;
    margin-top: 5px;
    font-weight: 700;
	color: #fff;
}
.conference h2 {
	margin-top: 10px;
    margin-bottom: 30px;
    color: #fff;
}
.conference h2 span {
	font-size: 18px;
}
.conference a {
	color: #fff;
}
.conference .delegate-type label {
	font-weight: normal;
    margin-left: 10px;
    margin-top: 0px;
}
.conference .event-types input {
	float: left;
}
.conference .event-types label {
	font-weight: normal;
    margin-top: 0px;
	margin-left: 25px;
    display: block;
}
.conference .payment-type {
    margin-top: 5px;
}

.conference .payment-type label {
	font-weight: normal;
    margin-left: 10px;
    margin-top: 0px;
	margin-right: 20px;
}

p.payment-options {
	color: #ffffff;
	margin-top: 10px;
}

#join-team-wrapper {
	background-color: #ffffff;
	padding: 20px 0px;
}
#join-team-wrapper h1 {
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 400;
}
#join-team-wrapper h2 {
	color: #91BC1F;
	font-size: 30px;
	font-weight: 400;
    text-align: center;
    text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 20px;
}
#join-team-wrapper h3 {
	color: #91BC1F;
    text-align: center;
	margin-bottom: 20px;
}
#join-team-wrapper h4 {
	color: #91BC1F;
	font-size: 20px;
    text-align: left;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#join-team-wrapper p {
    font-size: 16px;
	line-height: 24px;
}
#join-team-wrapper p.intro{
    color: #91BC1F;
}
#join-team-wrapper .buttons-wrapper {
    padding: 20px 0px 60px 0px;
}
#join-team-wrapper .button {
    background-color: #91BC1F;
    color: #fff;
	height: 48px;
    font-size: 16px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    float: right;
}
#join-team-wrapper .button.left {
    float: right;
}
#join-team-wrapper .button.right {
    float: left;
}
#join-team-wrapper p.video-caption {
	margin-top: 20px;
}

#join-team-wrapper p.video-caption a {
	font-weight: bold;
}
#join-team-wrapper .model {
	margin: 40px 0px 40px 0px;
}
#join-team-wrapper .model .item {
	text-align: center;
}
#join-team-wrapper .model .item h5 {
	font-size: 18px;
	font-weight: 600;
}
#join-team-wrapper .questions-answers {
	margin-bottom: 40px;
}
#join-team-wrapper .question-answer {
	margin-bottom: 20px;
}
#join-team-wrapper .question p {
	background-color: #585858;
    color: #91BC1F;
    padding: 5px 10px;
    text-transform: uppercase;
	margin-bottom: 0px;
}
#join-team-wrapper .question p i {
	font-size: 20px;
    float: right;
    padding-top: 2px;
    color: #91BC1F;
}
#join-team-wrapper .answer {
	display: none;
}
#join-team-wrapper .answer p {
	background-color: #585858;
    color: #fff;
    padding: 5px 10px 15px 10px;
	margin-bottom: 0px;
}
#join-team-wrapper .answer ul{
	background-color: #585858;
    color: #ffffff;
    margin-bottom: 0px;
    padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
}
.privacy-policy-wrapper h1{
	text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
}
.privacy-policy-wrapper h3{
	color: #91BC1F;
    text-align: left;
    margin-bottom: 20px;
}
.privacy-policy-wrapper a{
    text-decoration: underline;
}
.navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 15px;
}

a.blog-link {
	color: rgba(145, 188, 31, 0.8);
    font-weight: bold;
    margin-top: 15px;
    display: block;
}
.logo-wrapper {
	margin-top: 70px;
}

.join-team-logo-wrapper {
	margin-bottom: 0px;
}

.join-team-logo-wrapper img {
    margin: 0px 0px 40px 0px;
}

.contact-form-section {
    padding: 60px 0;
    background-color: #eee;
}

.contact-form-section h2{
    font-size: 2.6em;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 32px 0;
}

.display-none {
	display: none;
}
/* ---------------------------------------------------------------------------------------------------------------------*/
/* Medium desktops */
/* ---------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1200px) {
    .alt-features-item {
		margin: 20px 0 0;
	}
	.nav > li > a {
		padding: 10px 10px;
	}
	.navbar-right {
		margin-top: 7px;
	}
	.navbar-default .navbar-right li.phone{
		margin-left: 210px;
	}
	.navbar-default.au .navbar-right li.phone{
		margin-left: 432px;
	}
	.navbar-default .navbar-right li.phone.officeName{
		margin-left: 10px;
	}
	.navbar-default .dropdown-toggle:after {
	    margin-top: -9px;
	}
	.project-list img {
		min-height: 135px;
		max-height: 135px;
	}
	span.phone-number {
		font-size: 11px;
		padding-left: 60px;
		padding-top: 10px;
	}
	.navbar-nav.sm-collapsible a.has-submenu {
		padding-right: 10px;
	}
	#renovation-photos-carousel2.owl-theme .owl-controls .owl-buttons div,
	#our-team-carousel.owl-theme .owl-controls .owl-buttons div 	{
	   margin: -10px 0px 0px 0px;
	}
	#renovation-photos-carousel2 .owl-buttons,
	#our-team-carousel .owl-buttons {
		margin-top: -190px;
		margin-bottom: 190px;
	}
	#renovation-photos-carousel2 .owl-prev,
	#our-team-carousel .owl-prev {
		margin-left: -9%;
	}

	#renovation-photos-carousel2 .owl-next,
	#our-team-carousel .owl-next {
		margin-right: -9%;
	}
	.renoPhoto.project-list img {
		min-height: 117px;
		max-height: 117px;
		max-width: 100%;
		width: initial;
	}
	.project-list .video-wrapper .fluid-width-video-wrapper{
		padding-top: 64%!important;
	}
	.navbar-left span {
		margin-top: 25px;
		font-size: 12px;
		margin-left: 25px;
		line-height: 21px;
	}
	.corporate .features-icon {
		font-size: 60px;
	}
	.corporate .features-item .plan-icon {
		max-width: 70px;
	}
	.logo-wrapper {
		margin-top: 210px;
	}
}

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Portrait tablets and small desktops */
/* ---------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
    .hs-title-size-3 {
		letter-spacing: 8px;
		font-size: 36px;
	}

	.hs-title-size-4 {
		letter-spacing: 12px;
		font-size: 38px;
	}	
	.navbar-right {
		margin-top: 0px;
	}
	.navbar-default .navbar-brand img {
	  width: 320px;
	}
	.work-item,
	.works-grid-3 .work-item,
	.works-grid-4 .work-item,
	.works-grid-5 .work-item {
		width: 50%;
	}
	.franchise-form .group-left {
		display: block;
		width: 100%;
	}
	.franchise-form .group-right {
		display: block;
		width: 100%;
		margin-left: 0px;
	}
	.content-module {
		padding: 120px 0px 35px 0px;
	}
	.footer-wrapper .btn {
		padding: 8px 12px;
	}
	#renovation-photos-carousel .owl-buttons {
		margin-top: -165px;
		margin-bottom: 165px;
	}
	#renovation-photos-carousel2.owl-theme .owl-controls .owl-buttons div,
	#our-team-carousel.owl-theme .owl-controls .owl-buttons div {
	  margin: 0px;
	  padding: 12px 0px;
	  font-size: 20px;
	  width: 45px;
	  height: 45px;
	}
	#renovation-photos-carousel2 .owl-buttons ,
	#our-team-carousel .owl-buttons  {
		margin-top: -190px;
		margin-bottom: 190px;
	}
	#renovation-photos-carousel2 .owl-prev,
	#our-team-carousel .owl-prev {
		margin-left: -10%;
	}

	#renovation-photos-carousel2 .owl-next,
	#our-team-carousel .owl-next {
		margin-right: -10%;
	}
	.features-icon {
		font-size: 40px;
	}
	.project-list img {
		min-height: 100px;
		max-height: 100px;
	}
	#renovation-photos-set-gallery .slides li{
		height: 220px;
	}
	.corporate .features-icon {
		font-size: 40px;
	}
	.corporate .features-item .plan-icon {
		max-width: 45px;
	}
	#join-team-wrapper .button {
		width: 70%;
	}
	.client-story-modal  .modal-body {
		height: 500px;
	}
	.logo-wrapper {
		margin-top: 140px;
	}
}

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Portrait tablets and small desktops */
/* ---------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 784px) {
	#renovation-photos-carousel2 .owl-buttons,
	#our-team-carousel .owl-buttons {
		margin-top: -180px;
		margin-bottom: 180px;
	}
	#renovation-photos-carousel2.owl-theme .owl-controls .owl-buttons div,
	#our-team-carousel.owl-theme .owl-controls .owl-buttons div {
	   margin-top: -30px;
	}
}

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Landscape phones and portrait tablets */
/* ---------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {

	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
    /* Navbar */

	.navbar-custom .navbar-nav ,
	.navbar-default .navbar-nav {
		margin-top: 1px;
		margin-bottom: 0;
	}

	.navbar-custom li a:hover,
	.navbar-default li a:hover {
		background: rgba(255, 255, 255, .1) !important;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 25px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 25px;
		color: rgba(255, 255, 255, .7);
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color: #fff;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		padding: 10px 25px;
		color: #fff;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding: 10px 35px;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-search ,
	.navbar-default li a,
	.navbar-default .dropdown-search {
		border-bottom: 1px solid rgba(73, 71, 71, 0.3) !important;
	}
	
	.navbar-custom .dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		right: 7px;
		content: "\f107";
	}

	.navbar-default .dropdown-toggle:after,
	.navbar-default .dropdown-menu .dropdown-toggle:after {
		right: 25px;
		content: "\f107";
	}
	
	.navbar-custom .nav > .open >.dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
		right: 7px;
		content: "\f106";
	}

	.navbar-default .nav > .open >.dropdown-toggle:after,
	.navbar-default .dropdown-menu .dropdown.open .dropdown-toggle:after {
		right: 25px;
		content: "\f106";
	}
	.nav > li > a {
		padding: 10px 15px;
	}
	.navbar-default .navbar-toggle {
		border: none;
	}
	.navbar-default .navbar-toggle  {
		background-color: transparent;
		margin-top: 12px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover  {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	  border: none;
	}
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	  margin: -3px 12px 0 0;
	  border: none;
	}
	.navbar-nav.sm-collapsible .caret:before {
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: 9px;
	  content: "\f107";
	  font-weight: bold;
	}
	.navbar-nav.sm-collapsible .open > a > .caret:before {
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: 9px;
	  content: "\f106";
	}
	.navbar-default .navbar-brand img {
	  width: 220px;
	}
	.navbar-default .navbar-right li.phone {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  margin-left: 15px!important;
	  margin-right: 15px;
	  font-size: 13px;
	}
	.navbar-default .navbar-right li.phone a {
		font-size: 13px;
	}
	.navbar-default .navbar-right li.phone a:hover {
		background: none !important;
		opacity: 1;
	}

	/* Headers */

	.hs-title-size-1 {
		
		font-size: 14px;
	}

	.hs-title-size-2 {
		line-height: 1.3;
		
		font-size: 16px;
		opacity: .8;
	}

	.hs-title-size-3 {
		
		font-size: 26px;
	}

	.hs-title-size-4 {
		letter-spacing: 6px;
		font-size: 28px;
	}

	/* Features */

	.features-item {
		margin: 0 0 30px;
	}

	.corporate .features-item {
		margin: 30px 0px 0px 0px;
	}

	.alt-features-item {
		padding-left: 0;
		margin: 0 0 30px;
		text-align: center;
	}

	.alt-features-icon {
		position: static;
		width: auto;
		margin: 0 auto 8px;
	}

	/* Callout */

	.callout-text {
		margin: 0 0 30px;
	}

	.callout-text,
	.callout-btn-box {
		text-align: center;
	}

	/* Sidebar */

	.sidebar {
		margin-top: 50px;
	}

	.widget {
		margin-bottom: 40px;
	}

	.post.mb-0 {
		margin-bottom: 40px !important;
	}
	
	.contact-form button, .contact-form input, .contact-form select, .contact-form textarea {
		width: 100%;
	}
	.contact-form .contactExtra button, .contact-form .contactExtra input, .contact-form .contactExtra select, .contact-form .contactExtra textarea {
		width: 97%;
	}
	.contact-form input[type="radio"], .contact-form .contactExtra input[type="radio"]
	.contact-form input[type="checkbox"], .contact-form .contactExtra input[type="checkbox"],
	.contact-form input[type="image"], .contact-form .contactExtra input[type="image"] {
		width: auto;
	}
	.contact-form input[type="image"], .contact-form .contactExtra input[type="image"] {
		padding: 0 0 0 0;
	}
	.contact-form .button {
		margin-top: 30px;
	}
	.contact-form .contactExtra .button {
		margin-top: 10px;
	}
	.contact-form p {
		text-align: center;
		margin-bottom: 0px;
	}
	.contact-form .contactExtra p {
		text-align: left;
		margin-bottom: 10px;
	}
	.contact-form .contactExtra label {
		margin-right: 10px;
	}
	.contact-form .contactExtra label:last-of-type {
		margin-right: 0px;
	}
	
	.content-module {
		padding: 70px 0px 35px 0px;
	}
	
	.renoPhoto .item {
		margin-bottom: 20px;
	}
	
	.renoPhoto .overlap {
		max-width: 400px;
	}
	
	.renoPhoto .item  img{
		max-width: 400px;
	}
	.franchise-form .group-left {
		display: inline-block;
		width: 49%;
	}
	.franchise-form .group-right {
		display: inline-block;
		width: 49%;
		margin-left: 1%;
	}
	.footer-wrapper {
		background: none;
		background-color: #333;
		border-top: 3px solid #91BC1F;
		padding:40px 0px 0px 0px;
	}
	
	.footer-wrapper  .input-group {
		width: 50%;
	}
	
	.footer-wrapper .btn {
		padding: 8px 37px;
	}
	
	.footer-wrapper .list-inline > li {
		padding: 0px 20px 10px 20px;
	}
	.footer-wrapper.corporate .list-inline > li {
		padding: 10px 12px;
	}

	.footer {
		text-align: center;
	}

	.copyright,
	.footer-social-links {
		text-align: center;
		margin: 10px 0;
	}

	/* Scroll up btn*/

	.scroll-up {
		display: none !important;
	}
	#renovation-photos-carousel .owl-buttons {
		margin-top: -40px;
		margin-bottom: 40px;
	}
	#renovation-photos-carousel2 .owl-buttons,
	#our-team-carousel .owl-buttons {
		margin-top: -10px;
		margin-bottom: 40px;
	}
	#renovation-photos-carousel .owl-prev {
		margin-left: 0px;
	}
	#renovation-photos-carousel .owl-next {
		margin-right: 0px;
	}
	#renovation-photos-carousel2.owl-theme .owl-controls .owl-buttons .owl-prev,
	#our-team-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
		margin-left: 39%;
	}
	#renovation-photos-carousel2.owl-theme .owl-controls .owl-buttons .owl-next,
	#our-team-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
		margin-right: 39%;
	}
	#renovation-photos-carousel2 .img-responsive,
	#our-team-carousel .img-responsive {
		width: 100%;
	}
	.project-list .thumbnail {
		max-width: 50%;
		margin: 0px auto 30px auto;
	}
	.client-stories .project-list-homepage .thumbnail {
		max-width: 100%;
		margin-bottom: 15px;
	}
	
	.project-list img {
		min-height: initial;
		max-height: initial;
	}
	.project-list .caption h4 {
		min-height: initial;
	}
	p.photoset-desc {
	  margin-top: 20px;
	}
	.client-stories .project-list .thumbnail h4 {
		min-height: initial;
	}
	.project-list .video-wrapper .fluid-width-video-wrapper{
		padding-top: 56.25%!important;
	}
	.content-module.corporate {
	  padding: 70px 0px 35px 0px;
	}
	.reno-photo-desc-wrapper  h1.title{
		margin-bottom: 30px;
		margin-top: -20px;
	}
	#renovation-photos-set-carousel .owl-pagination {
		margin-bottom: 0px;
	}
	#renovation-photos-set-gallery .slides li img{
		width: initial!important;
	}
	.navbar-left span {
		margin: 10px 0px;
		line-height: 18px;
	}
	.corporate .features-icon {
		font-size: 60px;
	}
	.corporate .features-item .plan-icon {
		max-width: 70px;
	}
	.image-wrapper {
		margin: 0px auto;
		width: 50%;
	}
	#join-team-wrapper .buttons-wrapper {
		padding-bottom: 20px;
	}
	#join-team-wrapper p {
        font-size: 14px;
	    line-height: 21px;
    }
	#join-team-wrapper .button {
		height: 40px;
		font-size: 14px;
		padding: 7px;
		width: 85%;
    }
	#join-team-wrapper .answer ul{
		font-size: 14px;
	}
	.navbar-default .navbar-right li.phone.officeName{
		text-align: left;
		margin-left: 14px;
	}
	.logo-wrapper {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.join-team-logo-wrapper {
		margin-top: 40px;
	}
	.join-team-logo-wrapper img {
		margin-bottom: 40px;
	}
}

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Landscape phones and smaller */
/* ---------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
	.work-item,
	.works-grid-3 .work-item,
	.works-grid-4 .work-item,
	.works-grid-5 .work-item {
		width: 100%;
	}
	.franchise-form .group-left {
		display: block;
		width: 100%;
	}
	.franchise-form .group-right {
		display: block;
		width: 100%;
		margin-left: 0px;
	}
	.franchise-form input {
		display: block;
		width: 100%;
		padding: 7px;
		border: 1px solid #ccc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.franchise-form textarea {
		width: 100%;
		padding: 7px;
		height: 80px;
		border: 1px solid #ccc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-bottom: 15px;
	}
	.franchise-form  input[type=submit] {
		background-color: #91BC1F;
		color: #fff;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-wrapper  .input-group {
		width: 100%;
	}
	#renovation-photos-carousel2.owl-theme .owl-controls .owl-buttons .owl-prev,
	#our-team-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
		margin-left: 33%;
	}
	#renovation-photos-carousel2.owl-theme .owl-controls .owl-buttons .owl-next,
	#our-team-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
		margin-right: 33%;
	}
	#renovation-photos-carousel2 .img-responsive,
	#our-team-carousel .img-responsive {
	    max-width: none;
	    width: 100%;
	}
	.corporate .features-icon {
		font-size: 50px;
	}
	.corporate .features-item .plan-icon {
		max-width: 60px;
	}
	#join-team-wrapper .button {
		font-size: 10px;
		width: 100%;
	}
}

@media (min-width: 768px) {

	.navbar-transparent {
		background-color: #000;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}

	.navbar-custom .dropdown-menu .dropdown-toggle:after ,
	.navbar-default .dropdown-menu .dropdown-toggle:after {
		position: absolute;
		display: block;
		right: 9px;
		top: 50%;
		margin-top: -6px;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 9px;
		content: "\f105";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	.navbar-nav:not(.sm-collapsible) ul .caret {
	  border: none;
	  margin-top: 0px;
	}
	
	.navbar-nav:not(.sm-collapsible) ul .caret:after {
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: 10px;
	  content: "\f105";
	  border: none;
	}

	/* Comments */

	.comment .comment {
		margin-left: 75px;
	}
	
}

/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
	clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

	
}

@media (min-width: 992px) {

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }

}

/* -------------------------------------------------------------------
Vertival margin, padding
------------------------------------------------------------------- */

.pt-0   {padding-top:0!important}
.pt-140 {padding-top: 50px!important}
.pb-0   {padding-bottom:0!important}
.pb-140 {padding-bottom: 50px!important}

.mt-0  {margin-top:0 !important}
.mt-10 {margin-top:10px !important}
.mt-20 {margin-top:20px !important}
.mt-30 {margin-top:30px !important}
.mt-40 {margin-top:40px !important}
.mt-50 {margin-top:50px !important}
.mt-60 {margin-top:60px !important}
.mt-70 {margin-top:70px !important}
.mt-80 {margin-top:80px !important}

.mb-0  {margin-bottom:0!important}
.mb-10 {margin-bottom:10px !important}
.mb-20 {margin-bottom:20px !important}
.mb-30 {margin-bottom:30px !important}
.mb-40 {margin-bottom:40px !important}
.mb-50 {margin-bottom:50px !important}
.mb-60 {margin-bottom:60px !important}
.mb-70 {margin-bottom:70px !important}
.mb-80 {margin-bottom:80px !important}

@media only screen and (max-width:991px) {

	.mt-sm-0  {margin-top:0!important}
	.mt-sm-10 {margin-top:10px !important}
	.mt-sm-20 {margin-top:20px !important}
	.mt-sm-30 {margin-top:30px !important}
	.mt-sm-40 {margin-top:40px !important}
	.mt-sm-50 {margin-top:50px !important}
	.mt-sm-60 {margin-top:60px !important}
	.mt-sm-70 {margin-top:70px !important}
	.mt-sm-80 {margin-top:80px !important}

	.mb-sm-0  {margin-bottom:0!important}
	.mb-sm-10 {margin-bottom:10px !important}
	.mb-sm-20 {margin-bottom:20px !important}
	.mb-sm-30 {margin-bottom:30px !important}
	.mb-sm-40 {margin-bottom:40px !important}
	.mb-sm-50 {margin-bottom:50px !important}
	.mb-sm-60 {margin-bottom:60px !important}
	.mb-sm-70 {margin-bottom:70px !important}
	.mb-sm-80 {margin-bottom:80px !important}

}

.smithsGreen {
  color: #91BC1F;
}

h1.office-homepage-header {
  font-size: 38px;
  margin-top: 15px;
  margin-bottom: 15px;
}
h2.office-homepage-header {
  font-size: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Contact page */
.contact-page .content-module {
  padding-bottom: 0px!important;
}
.contact-page .content-module .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.contact-page .content-module .offices-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.contact-page .content-module .offices-wrapper .container {
  width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-page .content-module .container .col-lg-1 {
  display: none;
}
.contact-page .content-module .container .title .col-lg-1 {
  display: block;
}

.contact .overlay {
  background: url(/images/overlay-contact.png);
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 500;
}
.contact .main-content {
  background: white;
  position: relative;
  padding: 0;
  overflow-y: hidden;
}
.contact .main-content h2 {
}
.select2-container .select2-selection--single {
  height: 42px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px!important;
}
.contact .search-box, .contact .search-box * {
  font-family: clarendon;
  font-size: 32px;
  line-height: 120%!important;
}
.contact .search-box {
  height: 60px;
  width: 100%;
  display: inline-block;
  margin-left: 0!important;
  z-index: 5;
}
.contact .search-header {
  display: inline-block;
}
.contact .contact-search-container {
  padding-left: 30px;
  padding-right: 30px;
  display: table-cell;
  vertical-align: middle;
}
.search-box .suburb-search-box-input{
	width: 100%;
}
.contact .main-content .map-canvas {
  padding: 0;
  margin: 0;
  width: 100%;
}
.contact .main-content .nearest-offices {
  width: 260px;
  border-top: 1px solid #eeeeee;
  vertical-align: top;
  display: none;
}
.contact .main-content .nearest-offices-inner {
  overflow-y: auto;
  padding: 0px 20px 0px 20px;
}
.contact .main-content .nearest-offices-inner .inner {
  width: 220px;
  overflow-x: hidden;
  cursor: pointer;
}
@media (max-width: 1200px) {
	.contact-page .content-module .offices-wrapper .container {
		width: 970px;
	}
}
@media (max-width: 992px) {
	.contact-page .content-module .offices-wrapper .container {
		width: 750px;
	}
}
@media (max-width: 767px) {
	.contact .main-content .nearest-offices {
	  display: none!important;
	}
	.contact .main-content .nearest-offices-inner {
	  display: none!important;
	}
	.contact .main-content .nearest-offices-inner .inner {
	  display: none!important;
	}
	.contact .main-content .search-box {
	}
	.contact-page .content-module .offices-wrapper .container {
	  width: 90%;
	}
}
.contact .main-content .nearest-offices-inner .detail-title,
.contact .main-content .nearest-offices-inner .detail-title * {
  color: #91bc1f;
}
.contact .main-content .phone {
  background: url(/images/icons/phone-grey2.png) no-repeat left center;
  line-height: 1;
  margin-right: 5px;
  padding-left: 30px;
  margin-top: 4px;
}
.contact .main-content .form input[type=text],
.contact .main-content .form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  width: 100%;
}
.contact .main-content .form textarea {
  height: 150px;
}
.contact .main-content .form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}
.contact .main-content .form label input {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  width: 5%;
}
.contact .main-content .form label span {
  float: left;
  width: 90%;
}
.contact .main-content .form p {
  font-size: 11px;
  margin-bottom: 15px;
}
.contact .main-content .form .btn {
  margin-bottom: 15px;
  outline: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact .main-content .map-canvas {
    height: 809px;
  }
  .contact .search-box {
    height: 60px;
	display: table-cell;
	padding-right: 15px;
	box-sizing: border-box;
  }
  .contact .search-header {
	display: table-cell;
	white-space: nowrap;
	padding-right: 15px;
  }
}

.btn-primary,
.btn-primary:visited {
  color: white;
  background-color: #90BB1F;
  border-color: #90BB1F;
  text-transform: capitalize;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #90BB1F;
  border-color: #90BB1F;
}

.btn-default,
.btn-default:visited {
  color: #000000;
  background-color: #C1DA81;
  border-color: #C1DA81;
  text-transform: capitalize;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #C1DA81;
  border-color: #C1DA81;
}

/* jQuery form validation */
.jq-formError {
  z-index: 990;
}
.jq-formError .formErrorContent {
  z-index: 991;
}
.jq-formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .jq-formError {
  z-index: 5000;
}
.ui-dialog .jq-formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .jq-formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.jq-formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999999;
  display: none;
}
.jq-formError .formErrorContent {
  width: 100%;
  background: #faeeee;
  position: relative;
  color: black;
  width: 150px;
  font-size: 11px;
  border: 2px solid #f4b6b6;
  box-shadow: 0 0 6px black;
  -moz-box-shadow: 0 0 6px black;
  -webkit-box-shadow: 0 0 6px black;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  line-height: 18px;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: white;
}
.jq-formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
body[dir='rtl'] .jq-formError .formErrorArrow,
body.rtl .jq-formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.jq-formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
.jq-formError .formErrorArrow div {
  border-left: 2px solid #f4b6b6;
  border-right: 2px solid #f4b6b6;
  box-shadow: 0 2px 3px #444444;
  -moz-box-shadow: 0 2px 3px #444444;
  -webkit-box-shadow: 0 2px 3px #444444;
  font-size: 0px;
  height: 1px;
  background: #faeeee;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.jq-formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: white;
}
.jq-formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.jq-formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.jq-formError .formErrorArrow .line8 {
  width: 11px;
}
.jq-formError .formErrorArrow .line7 {
  width: 9px;
}
.jq-formError .formErrorArrow .line6 {
  width: 7px;
}
.jq-formError .formErrorArrow .line5 {
  width: 5px;
}
.jq-formError .formErrorArrow .line4 {
  width: 3px;
}
.jq-formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #f4b6b6;
  border-right: 2px solid #f4b6b6;
  border-bottom: 0 solid #f4b6b6;
}
.jq-formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #f4b6b6;
}
.jq-formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #f4b6b6;
}

/* contact panel */
.office-contact-panel input.quickcontact {
  border: 1px solid #cccccc; 
  height: 36px;
  width: 100%;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  padding-left:15px;
}
.office-contact-panel .button {
 font-size: 13px;
 width: 100%;
 height: 40px;
 margin: 0;
 padding: 0;
 font-family:Arial, Helvetica, sans-serif;
 padding-left: 15px;
}
.office-contact-panel textarea.quickcontact {
  border: 1px solid #cccccc; 
  height: 100px;
  width: 100%;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  padding-left:15px;
  padding-top:10px;
  display: block;
}

.office-contact-info {
  padding-top: 1em;
  padding-bottom: 2em;
}
.office-contact-info, .office-contact-info a {
  color: #ffffff;
  background-color: #2E2E2E;
}
.office-contact-info h1 {
  margin-top: 0px;
}
.office-contact-info h1 a {
  font-size: 0.7em;
}
@media (min-width: 768px) {
  .office-contact-info .col-address {
    text-align: left;
  }
  .office-contact-info .col-phone {
    text-align: center;
  }
  .office-contact-info .col-email {
    text-align: right;
  }
}

.office-contact-panel {
  background-color: #75AE23;
  padding-bottom: 15px;
}
.office-contact-panel h1 {
  color: #ffffff;
  margin: 15px 15px 15px 15px;
  text-transform: uppercase;
}
.office-contact-panel input {
  box-sizing: border-box;
  display: inline-block;
}
.office-contact-panel .col-loc-pc input, .office-contact-panel .col-loc-pc span {
  float: left;
}
.office-contact-panel .button {
  padding-left: 0px;
}
.office-contact-panel .message {
  padding-top: 15px;
}
.office-contact-panel .success {
  color: #ffffff;
}
.office-contact-panel .errorSummary {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .office-contact-panel {
    padding-bottom: 45px;
  }
  .office-contact-panel h1 {
    margin: 30px 0px 20px 0px;
  }
  .office-contact-panel .message {
    padding-top: 45px;
  }
  .office-contact-panel .errorSummary {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.office-testimonials {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #1F1E1A;
  background: url(/images/office-testimonials.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.office-testimonials .col-testimonial {
  color: #ffffff;
}

.office-testimonials .col-testimonial * {
  color: #ffffff;
}

.renovation-photo-wrapper .share-button-wrapper li.pinterest-wrapper a {
	bottom: 6px;
}

@media (min-width: 768px) {
  .office-testimonials {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .office-testimonials .col-testimonial {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 20px;
  }
}
