/*
Theme Name:   NatureGreenPaving
Author: Anonymous
Author URI:
Version: 1
Description:  NatureGreenPaving theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  naturegreenpaving
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Slick slider styles */

.carousel-services {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.carousel-services .slick-track,
.carousel-services .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom range input styles */

.jcf-range {
	display: inline-block;
	min-width: 200px;
	margin: 0 10px;
	width: 130px;
}

.jcf-range .jcf-range-track {
	margin: 0 20px 0 0;
	position: relative;
	display: block;
}

.jcf-range .jcf-range-wrapper {
	background: #e5e5e5;
	border-radius: 5px;
	display: block;
	margin: 5px 0;
	height: 10px;
}

.jcf-range.jcf-vertical {
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	background: #aaa;
	border-radius: 19px;
	width: 19px;
	height: 19px;
	margin: -4px 0 0;
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}

.jcf-range.jcf-focus .jcf-range-handle {
	border: 1px solid #f00;
	margin: -5px 0 0 -1px;
}

.jcf-range.jcf-disabled {
	background: none !important;
	opacity: .3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #000 !important;
}

/* custom checkbox styles */

.jcf-checkbox {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border: 1px solid #d1d3d4;
}

.jcf-checkbox.jcf-focus {
	border-color: #d1d3d4 !important;
}

.jcf-checkbox.jcf-checked {
	background: #58aa86;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.slideshow .switcher-dots ul,
.slideshow-projects .offers,
.services-holder .row .locations,
.project-services .ico-list,
.nav-drop > ul,
.top-right,
.partner-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.carousel-services:after,
#header .container:after {
	content: "";
	display: block;
	clear: both;
}

.jcf-checkbox,
a,
.navigation-single .next a,
.navigation-single .prev a,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.search-form input[type="submit"],
.post-password-form input[type="submit"],
.comment-form input[type="submit"],
.btn,
.carousel-services .service-box:after,
.video-testimonial .video-thumbnail,
.gallery-block .service-box,
.gallery-block .service-box:after,
.nav-drop,
.mega-drop,
.mega-drop .thumb:after,
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #6d6e71;
	background: #f9f9f9;
	font: 15px/1.8 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.8em;
}

blockquote {
	border-left: 4px solid #414042;
	padding-left: .5em;
	margin-left: 1.8em;
}

th,
td {
	border: 1px solid #414042;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	padding: .4em .7em;
	border-width: 0 0 1px;
	border-color: #d0d0d0;
	outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #6d6e71;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #6d6e71;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #6d6e71;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #6d6e71;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #6d6e71;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.form-control {
	font-size: 17px;
	width: 100%;
	font-weight: 600;
	padding: 3px 5px;
}

.widget {
	margin-bottom: 1.8em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #6d6e71;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.8em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.8em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.8em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.8em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #6d6e71;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.8em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #6d6e71;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #414042;
	padding: .4em;
	margin-bottom: 1.8em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.8em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.8em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.8em;
}

.mejs-container {
	margin-bottom: 1.8em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #414042;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #23684c;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 14px;
}

h5,
.h5 {
	font-size: 13px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #58aa86;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #23684c;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf?g674wg") format("truetype"), url("fonts/icomoon.woff?g674wg") format("woff"), url("fonts/icomoon.svg?g674wg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

.icon-stop:before {
	content: "\e908";
}

.icon-fire:before {
	content: "\e904";
}

.icon-decor:before {
	content: "\e905";
}

.icon-lighting:before {
	content: "\e906";
}

.icon-arrow-left:before {
	content: "\ea40";
}

.icon-carrot-down:before {
	content: "\e90b";
}

.icon-phone:before {
	content: "\e900";
}

.icon-tick:before {
	content: "\e907";
}

.icon-play:before {
	content: "\e903";
}

.icon-chevron-left:before {
	content: "\e902";
}

.icon-chevron-right:before {
	content: "\e901";
}

@font-face {
	font-family: "Brandon";
	src: url("../fonts/brandon_reg.eot");
	src: url("../fonts/brandon_reg.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_reg.woff") format("woff"), url("../fonts/brandon_reg.woff") format("woff2"), url("../fonts/brandon_reg.ttf") format("truetype"), url("../fonts/brandon_reg.svgbrandon_reg") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Brandon";
	src: url("../fonts/brandon_med.eot");
	src: url("../fonts/brandon_med.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_med.woff") format("woff"), url("../fonts/brandon_med.woff") format("woff2"), url("../fonts/brandon_med.ttf") format("truetype"), url("../fonts/brandon_med.svgbrandon_med") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Brandon";
	src: url("../fonts/brandon_bld.eot");
	src: url("../fonts/brandon_bld.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld.woff") format("woff"), url("../fonts/brandon_bld.woff") format("woff2"), url("../fonts/brandon_bld.ttf") format("truetype"), url("../fonts/brandon_bld.svgbrandon_bld") format("svg");
	font-weight: 700;
	font-style: normal;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

body.nav-active {
	overflow: hidden;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1000px;
}

#main {
	padding-top: 105px;
}

.comment-form input[type="submit"],
.post-password-form input[type="password"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	height: 48px;
}

.search-form input[type="search"] {
	height: 48px;
}

.navigation-single .next a,
.navigation-single .prev a,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.search-form input[type="submit"],
.post-password-form input[type="submit"],
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"],
.btn {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #76b99c;
	color: #58aa86;
	text-transform: uppercase;
	background: transparent;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1.3px;
	padding: 10px 14px;
}

.btn-default {
	border-color: #fff;
	color: #fff;
}

.btn-default:hover {
	background: #fff;
	color: #58aa86;
}

.navigation-single .next,
.navigation-single .prev {
	background: transparent;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.search-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover,
.btn-primary:hover {
	color: #fff;
	background: #58aa86;
}

.btn-video {
	background: #58aa86;
	color: #fff;
}

.btn-video:hover {
	background: #23684c;
	border-color: #23684c;
	color: #fff;
}

.btn-video span:before {
	content: "play";
}

.video-box.active .btn-video span:before {
	content: "stop";
}

.video-box.active .btn-video i:before {
	content: "\e908";
}

.btn-filter {
	color: #d1d3d4;
	background: #fff;
	border-color: #d1d3d4;
	text-transform: none;
	font-size: 23px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
	min-width: 250px;
}

.btn-filter:hover,
.btn-filter.active {
	background: #58aa86;
	border-color: #58aa86;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.btn-filter.active {
	font-weight: 600;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 400;
	display: block;
}

h1,
.h1 {
	font-size: 22px;
	line-height: 24px;
}

h2,
.h2 {
	font-size: 20px;
	line-height: 27px;
}

h3,
.h3 {
	font-size: 15px;
	line-height: 18px;
}

.section-head {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 30px;
}

.section-head h2 {
	margin: 0 0 21px;
}

.section-head .btn {
	min-width: 180px;
}

.pattern-left-white:after {
	position: absolute;
	content: "";
	top: 100%;
	bottom: auto;
	left: 46px;
	right: 0;
}

.pattern-left-white:after {
	background: url("images/img14.png") 0 100% no-repeat;
	height: 80px;
}

.pattern-right-white:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.pattern-right-white:after {
	background: url("images/img14.png") 100% 100% no-repeat;
	height: 350px;
	z-index: -1;
}

.pattern-right-gray:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.pattern-right-gray:after {
	background: url("images/img18.png") 100% 100% no-repeat;
	height: 80px;
	z-index: 2;
}

blockquote {
	font-size: 18px;
	line-height: 28px;
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: 300;
}

blockquote p {
	margin: 0 0 10px;
}

blockquote cite {
	font-size: 15px;
	line-height: 18px;
	font-style: normal;
	text-align: left;
	letter-spacing: .4px;
	font-weight: 600;
}

.cta-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
	height: 250px;
	box-shadow: 0 0 10px #d0d0d0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.cta-box:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.cta-box:after {
	background: rgba(0, 0, 0, .35);
	z-index: -1;
}

.cta-box .holder {
	width: 100%;
	padding: 0 5px;
}

.cta-box h3 {
	color: inherit;
	margin: 0 0 17px;
}

.pattern-corners-block {
	background: #fff;
	padding: 25px 0;
	position: relative;
	z-index: 1;
}

.pattern-corners-block:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
}

.pattern-corners-block:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
}

.pattern-corners-block:before,
.pattern-corners-block:after {
	background: url("images/img23.png") 0 100% no-repeat;
	z-index: -1;
	width: 115px;
	height: 80px;
}

.pattern-corners-block:after {
	background-position: 100% 0;
}

.pattern-corners-block .section-head {
	margin-bottom: 10px;
}

.hide-overlay:after {
	display: none;
}

.sidebar .form-quote {
	-webkit-transition: margin-top .3s ease;
	transition: margin-top .3s ease;
	margin-top: 0;
}

.btn-back {
	color: #fff;
	font-size: 17px;
	line-height: 1;
	position: absolute;
	bottom: 50px;
	left: 28px;
	z-index: 3;
	font-weight: 600;
}

.btn-back i {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin: 2px 7px 0 0;
}

.btn-back:hover {
	color: rgba(255, 255, 255, .8);
}

.hover-tooltip {
	z-index: 2;
	background: #414042;
	color: #fff;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	padding: 17px 30px;
}

.hover-tooltip:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: -9px;
	left: 50%;
	right: auto;
}

.hover-tooltip:after {
	height: 0;
	width: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #414042;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

input[type="checkbox"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.fake-label {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1;
	font-weight: 300;
	padding-left: 3px;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.gform_wrapper {
	margin: 0 !important;
}

.hero-block {
	padding: 0 0 25px;
}

.hero-block .container {
	position: relative;
}

.hero-block h1 {
	color: #fff;
	margin: 0 0 15px;
}

.slideshow {
	position: relative;
	max-width: 1150px;
	width: 100%;
	overflow: hidden;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 250px;
}

.slideshow .slide:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.slideshow .slide:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.slideshow .slide:before {
	background: -webkit-linear-gradient(left, rgba(30, 15, 0, .11) 0%, rgba(30, 15, 0, .05) 100%);
	background: linear-gradient(to right, rgba(30, 15, 0, .11) 0%, rgba(30, 15, 0, .05) 100%);
}

.slideshow .slide:after {
	background: rgba(0, 0, 0, .25);
	z-index: -1;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .img-holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.slideshow .caption-holder {
	position: absolute;
	left: 0;
	right: 30%;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slideshow .caption {
	padding: 0 25px;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	display: none;
}

.slideshow .switcher-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
}

.slideshow .switcher-dots ul {
	display: inline-block;
	vertical-align: top;
}

.slideshow .switcher-dots li {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}

.slideshow .switcher-dots li.active a {
	background: #fff;
}

.slideshow .switcher-dots a {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	text-indent: -9999px;
}

.slideshow .switcher-dots a:hover {
	background: #fff;
}

.form-quote {
	text-align: center;
	background: #fff;
	border-radius: 1px;
	box-shadow: 3px 3px 10px rgba(208, 208, 208, .5);
	line-height: 1;
}

.form-quote .title {
	display: block;
	background: #58aa86;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 19px 10px;
}

.form-quote .holder {
	padding: 15px 20px;
}

.form-quote .row {
	margin: 0 0 18px;
}

.form-quote .label-control {
	display: block;
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 5px;
}

.form-quote .form-control {
	text-align: center;
	font-size: 17px;
	width: 100%;
	font-weight: 600;
	border: solid #d0d0d0;
	border-width: 0 0 1px;
	padding: 3px 5px;
}

.form-quote .btn-holder {
	padding: 20px 0 0;
}

.form-quote .btn {
	min-width: 140px;
}

.services-block {
	padding: 20px 0;
	position: relative;
}

.services-block:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.services-block:after {
	background: #fff;
	height: 150px;
	z-index: 1;
}

.services-block .container {
	max-width: 1311px;
	padding: 0 15px;
}

.services-block h3 {
	margin: 0 0 16px;
}

.services-block .carousel-holder {
	position: relative;
	z-index: 3;
}

.services-block .carousel-holder:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 50%;
	left: -9999px;
	right: 100%;
}

.services-block .carousel-holder:after {
	position: absolute;
	content: "";
	top: 50%;
	bottom: 0;
	left: -9999px;
	right: 100%;
}

.services-block .carousel-holder:before {
	background: #f9f9f9;
	z-index: 1;
}

.services-block .carousel-holder:after {
	background: #fff;
	z-index: 1;
}

.services-block .carousel-holder > .service-box {
	position: relative;
	z-index: 2;
	box-shadow: none;
}

.service-box {
	float: left;
	width: 140px;
	height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	border-radius: 1px;
}

.service-box:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.service-box:after {
	background: rgba(0, 0, 0, .85);
}

.service-box:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.service-box > div,
.service-box > span {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.service-box h3 {
	color: #fff;
}

.service-box .ico-service {
	width: 80px;
	height: 80px;
	margin: 0 auto 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 100%;
}

.service-box .ico-service img {
	vertical-align: top;
}

.carousel-services .slick-list {
	overflow: visible;
}

.carousel-services .slide {
	float: left;
	margin: 0 5px;
}

.carousel-services .h3 {
	color: #fff;
}

.carousel-services .btn-prev,
.carousel-services .btn-next {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -58px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	border-radius: 100%;
	z-index: 3;
	line-height: 40px;
}

.carousel-services .btn-prev:hover,
.carousel-services .btn-next:hover {
	color: #fff;
}

.carousel-services .btn-prev {
	top: 39%;
	border-color: #d5d7d7;
	color: #d5d7d7;
}

.carousel-services .btn-prev:hover {
	background: #d5d7d7;
}

.carousel-services .btn-next {
	bottom: 38%;
	border-color: #58aa86;
	color: #58aa86;
}

.carousel-services .btn-next:hover {
	background: #58aa86;
}

.carousel-services .service-box:after {
	visibility: hidden;
	opacity: 0;
}

.carousel-services .service-box:hover:after {
	visibility: visible;
	opacity: 1;
}

.section-about {
	padding: 20px 0;
	background: #fff;
}

.video-testimonial {
	position: relative;
	padding: 0 0 20px;
}

.video-testimonial:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 49%;
	left: 0;
	right: 0;
}

.video-testimonial:before {
	background: #fff;
	z-index: -1;
}

.video-testimonial .section-head {
	background: #fff;
	padding: 25px 30px 90px;
	box-shadow: 2px 0 15px #ededed;
	border-radius: 1px;
	margin: 0 0 10px;
	text-align: left;
	position: relative;
	z-index: 1;
}

.video-testimonial h2 {
	padding: 0;
	margin: 0 0 24px;
}

.video-testimonial .video-box.active .video-placeholder {
	background-image: none !important;
}

.video-testimonial .video-box.active .video-thumbnail {
	opacity: 0;
	visibility: hidden;
}

.video-testimonial .video-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-testimonial .video-placeholder {
	position: relative;
	box-shadow: 0 0 5px 3px #ededed;
	border-radius: 1px;
	min-height: 250px;
}

.video-testimonial .video-placeholder video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.video-testimonial .btn-video {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.video-testimonial .btn-video i {
	font-size: 35px;
	margin: 0 15px 0 0;
}

.video-testimonial .btn-video i,
.video-testimonial .btn-video span {
	display: inline-block;
	vertical-align: middle;
}

.projects-gallery {
	padding: 20px 0 0;
	position: relative;
}

.projects-gallery:after {
	position: absolute;
	content: "";
	top: 64%;
	bottom: 0;
	left: 0;
	right: 0;
}

.projects-gallery:after {
	background: #fff;
}

.slideshow-projects {
	position: relative;
}

.slideshow-projects .slide {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
}

.slideshow-projects .slide.active {
	z-index: 2;
}

.slideshow-projects .img-holder {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	min-height: 200px;
}

.slideshow-projects .btn-prev,
.slideshow-projects .btn-next {
	width: 41px;
	height: 41px;
	position: absolute;
	left: 80px;
	bottom: 16px;
	z-index: 2;
	border: 1px solid #fff;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	line-height: 39px;
}

.slideshow-projects .btn-prev:hover,
.slideshow-projects .btn-next:hover {
	background: #fff;
	color: #58aa86;
}

.slideshow-projects .btn-next {
	margin-left: 56px;
}

.slideshow-projects .project-details {
	background: #fff;
	text-align: center;
	box-shadow: 0 3px 15px rgba(208, 208, 208, .8);
}

.slideshow-projects .project-details .holder {
	padding: 10px 20px;
}

.slideshow-projects .title {
	font-size: 15px;
	line-height: 1;
	background: #58aa86;
	color: #fff;
	display: block;
	padding: 10px;
}

.slideshow-projects .subtitle {
	font-size: 12px;
	line-height: 15px;
}

.slideshow-projects address {
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ededed;
	font-style: normal;
	padding: 0 0 10px;
	color: #6d6e71;
	margin: 0;
}

.slideshow-projects address a {
	color: inherit;
}

.slideshow-projects address a:hover {
	color: #58aa86;
}

.slideshow-projects .offers {
	font-size: 14px;
	line-height: 17px;
	color: #6d6e71;
	font-weight: 600;
	padding: 16px 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ededed;
}

.slideshow-projects .offers li {
	margin: 0 0 10px;
}

.slideshow-projects .offers li:last-child {
	margin: 0;
}

.slideshow-projects .offers a {
	color: inherit;
}

.slideshow-projects .offers a:hover {
	color: #58aa86;
}

.slideshow-projects .ico-holder {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	margin-right: 10px;
	text-align: center;
	overflow: hidden;
}

.slideshow-projects .ico-holder img {
	display: block;
}

.slideshow-projects .btn {
	margin-bottom: 5px;
}

.slideshow-projects.not-enough-slides .btn-prev,
.slideshow-projects.not-enough-slides .btn-next {
	visibility: hidden;
}

.contact-block {
	padding: 20px 0;
	background: #fff;
}

.contact-block .section-head {
	margin-bottom: 0;
}

.contact-block h2 {
	padding: 0;
}

.contact-block .btn {
	margin-top: 12px;
}

.banner {
	color: #fff;
}

.banner .container {
	position: relative;
	min-height: 273px;
	z-index: 1;
	text-align: center;
	white-space: nowrap;
}

.banner .container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: inherit;
}

.banner .container .align,
.banner .container .caption {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner .container:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.banner .container:after {
	background: rgba(0, 0, 0, .25);
	z-index: -1;
}

.banner .container .caption {
	max-width: 800px;
}

.banner h1 {
	color: #fff;
	margin: 0 0 13px;
}

.banner .img-holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.banner .caption {
	padding: 15px 0;
	margin-left: -3px;
}

.two-columns {
	padding: 25px 0;
}

.two-columns .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0 15px;
}

.two-columns h2 {
	margin: 0 0 12px;
}

.two-columns .sidebar {
	margin: 0 0 20px;
	width: 100%;
}

.two-columns .content {
	overflow: hidden;
	width: 100%;
}

.two-columns .content.services-holder {
	padding-top: 10px;
}

.two-columns blockquote {
	font-style: italic;
	color: #58aa86;
	text-align: center;
	margin: 0 0 20px;
	padding: 0 5%;
	font-size: 22px;
	line-height: 32px;
}

.green-block {
	background: #58aa86;
	padding: 25px 0 35px;
}

.green-block h2 {
	color: #fff;
}

.green-block .section-head {
	margin-bottom: 25px;
}

.logo-slick {
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.logo-slick strong {
	font-weight: 600;
	display: block;
	width: 100%;
}

.logo-slick .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-slick .slick-slide > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 107px;
	margin: 0 0 10px;
}

.logo-slick img {
	display: block;
}

.gallery-block {
	padding: 0 15px 25px;
}

.gallery-block .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-block .h2,
.gallery-block .h3 {
	color: #fff;
	display: block;
}

.gallery-block .service-box {
	min-height: 384px;
	margin: 0 12px 26px;
	width: 100%;
	background-color: #58aa86;
}

.gallery-block .service-box:after {
	background: rgba(109, 110, 113, .35);
}

.gallery-block .service-box:hover:after {
	background: rgba(0, 0, 0, .85);
}

.filter-block {
	text-align: center;
	padding: 30px 0 20px;
}

.filter-block .btn-filter {
	margin: 0 17px 10px;
}

.services-holder .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 300;
	font-size: 17px;
	line-height: 27px;
	margin: 0 0 40px;
}

.services-holder .row .img-holder {
	display: block;
	width: 100%;
	min-height: 250px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px #d4d4d4;
	margin: 0 0 20px;
}

.services-holder .row .img-holder:hover {
	box-shadow: none;
}

.services-holder .row .details {
	width: 100%;
}

.services-holder .row h2 {
	margin: 0 0 16px;
}

.services-holder .row h2 a {
	color: #23684c;
}

.services-holder .row h2 a:hover {
	color: #58aa86;
}

.services-holder .row p {
	margin: 0 0 20px;
}

.services-holder .row .locations {
	font-weight: 600;
}

.services-holder .row .locations li {
	margin-bottom: 4px;
}

.services-holder .row .locations a {
	color: inherit;
}

.services-holder .row .locations a:hover {
	color: #58aa86;
}

.slideshow-gallery {
	position: relative;
}

.slideshow-gallery .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow-gallery .slide.active {
	z-index: 2;
}

.slideshow-gallery .img-holder {
	min-height: 400px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.slideshow-gallery .btn-prev,
.slideshow-gallery .btn-next {
	display: block;
	width: 41px;
	height: 41px;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	left: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	text-align: center;
	line-height: 41px;
	color: #fff;
}

.slideshow-gallery .btn-prev:hover,
.slideshow-gallery .btn-next:hover {
	border-color: #58aa86;
	background: #58aa86;
}

.slideshow-gallery .btn-next {
	left: auto;
	right: 6px;
}

.slideshow-gallery.not-enough-slides .btn-prev,
.slideshow-gallery.not-enough-slides .btn-next {
	visibility: hidden;
}

.slideshow-gallery + .project-services {
	margin-top: -25px;
}

.project-services {
	position: relative;
	z-index: 2;
}

.project-services .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.project-services .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 870px;
}

.project-services .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 23px;
	line-height: 1;
	background: #58aa86;
	color: #fff;
	padding: 15px 20px;
	box-shadow: 0 3px 8px rgba(208, 208, 208, .8);
}

.project-services .ico-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 15px 5px 2px;
	box-shadow: 0 3px 8px rgba(208, 208, 208, .8);
}

.project-services .ico-list li {
	padding: 0 13px 13px;
}

.project-services .ico-list a {
	overflow: hidden;
	display: block;
	width: 67px;
	height: 67px;
	border: 1px solid #58aa86;
	border-radius: 100%;
	text-align: center;
}

.project-services .ico-list a:hover {
	color: #fff;
	background: #58aa86;
}

.project-services .ico-list i {
	font-size: 45px;
	line-height: 65px;
}

.gallery-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
}

.gallery-holder .service-box {
	margin: 0 5px 10px;
	min-height: 220px;
	width: 100%;
}

.gallery-holder .service-box:after {
	background: rgba(0, 0, 0, .35);
}

.form-section {
	background: #fff;
	padding-top: 30px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	box-shadow: 0 10px 10px rgba(208, 208, 208, .7);
	max-width: 735px;
	overflow: hidden;
}

.form-section .section-head {
	margin-bottom: 53px;
}

.contact-form {
	display: block;
	max-width: 823px;
	margin: 0 auto 40px;
}

.contact-form .label-control {
	font-size: 17px;
	line-height: 1.1;
	font-weight: 600;
	display: block;
	margin: 0 0 10px;
}

.contact-form .row.checkboxes {
	margin: 0 -10px 10px;
}

.contact-form .col-small {
	padding: 0 10px 15px;
}

.contact-form .col-medium {
	padding: 0 0 15px;
}

.contact-form .col-large {
	width: 100%;
	padding: 0 0 20px;
}

.contact-form .col-large.range-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 16px;
	padding-bottom: 16px;
}

.contact-form .form-control {
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	border-width: 0 0 1px;
	border-color: #d1d3d4;
	border-style: solid;
	padding: 0 0 5px;
}

.contact-form textarea {
	resize: none;
	height: 22px;
}

.contact-form textarea:focus {
	border-color: #000;
}

.contact-form .range {
	font-weight: 300;
	font-size: 13px;
	line-height: 1;
}

.contact-form .range-value {
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	color: #58aa86;
}

.contact-form .btn-holder {
	padding-top: 16px;
}

.contact-form .btn-holder .btn {
	min-width: 138px;
}

.jcf-range {
	width: 100%;
	position: relative;
	background-image: -webkit-linear-gradient(0deg, #d1d3d4 0%, #d1d3d4 2%, rgba(209, 211, 212, 0) 2%, rgba(209, 211, 212, 0) 100%);
	background-image: linear-gradient(90deg, #d1d3d4 0%, #d1d3d4 2%, rgba(209, 211, 212, 0) 2%, rgba(209, 211, 212, 0) 100%);
	background-repeat: repeat-x;
	max-width: 300px;
	background-size: 32.6px 100%;
	min-width: 1px;
	margin: 0;
}

.jcf-range .jcf-range-wrapper {
	background: #d1d3d4;
	height: 6px;
	margin: 4px 0;
}

.jcf-range .jcf-range-mid {
	background: #58aa86;
	height: 6px;
}

.jcf-range .jcf-range-handle {
	margin: -7px 0 0;
	background: #fff;
	border: 1px solid #58aa86;
}

.jcf-range.jcf-focus .jcf-range-handle {
	margin: -7px 0 0;
	background: #58aa86;
	border: 1px solid #58aa86 !important;
}

.lightbox-holder {
	width: 315px;
	padding: 0 20px 40px;
	box-shadow: 0 0 20px rgba(208, 208, 208, .8);
	display: none;
}

.lightbox-holder .title {
	font-size: 23px;
	line-height: 1;
	display: block;
	padding: 10px 5px;
	margin: 0 -20px 20px;
	background: #58aa86;
	color: #fff;
	text-align: center;
	font-weight: 400;
}

.fancybox-close-small {
	display: none;
}

.form-lighbox {
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
}

.form-lighbox > strong {
	display: block;
	margin: 0 0 10px;
}

.form-lighbox .row {
	margin: 0 0 30px;
}

.form-lighbox .row label {
	display: block;
	margin: 0 0 10px;
}

.form-lighbox .row label.label-control {
	margin: 0 0 5px;
}

.form-lighbox .row .col {
	margin: 0 0 20px;
}

.form-lighbox .row .col.center {
	font-size: 14px;
	text-align: center;
	color: #58aa86;
}

.form-lighbox .form-control {
	padding: 3px 0;
}

.form-lighbox textarea {
	height: 100px;
	resize: none;
}

.form-lighbox .label-control {
	font-size: 13px;
	line-height: 1;
	font-weight: 300;
}

.form-lighbox .btn {
	min-width: 140px;
}

.form-lighbox .jcf-range {
	width: 230px;
	background: none;
}

.form-lighbox .jcf-range .jcf-range-wrapper {
	background: transparent;
}

.form-lighbox .jcf-range .jcf-range-handle {
	width: 10px;
	height: 10px;
	background: #6d6e71;
	margin: 2px 0 0;
	border: 0;
}

.form-lighbox .range-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jcf-select {
	width: 100%;
	border-width: 0 0 1px;
	border-color: #d0d0d0;
	border-style: solid;
	padding: 3px 0;
	margin: 0;
	height: 31px;
}

.jcf-select .jcf-focus {
	border-color: #6d6e71;
}

.jcf-select .jcf-select-text {
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	padding: 3px 0;
	margin: 0;
}

.jcf-select-opener {
	display: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: #f9f9f9;
}

.logo {
	float: left;
	margin: 8px 10px 0 0;
	position: relative;
	width: 60px;
}

.logo a,
.logo img {
	display: block;
}

.nav-drop {
	float: left;
	font-size: 15px;
	line-height: 20px;
}

.nav-drop .nav-opener {
	position: absolute;
	top: 0;
	right: 20px;
	margin: 0;
	top: 40px;
}

.nav-drop > ul > li > a:hover {
	color: #58aa86;
}

.nav-drop > ul > li.has-drop {
	margin: 0;
}

.nav-drop > ul > li.has-drop > a {
	padding: 5px 15px;
}

.nav-drop > ul > li.has-drop > a:hover {
	background: #fff;
	color: #58aa86;
}

.nav-drop > ul > li.has-drop.hover > a {
	background: #fff;
	color: #58aa86;
}

.nav-drop > ul > li.has-drop.hover .mega-drop {
	display: block;
}

.nav-drop > ul > li i {
	display: inline-block;
	vertical-align: middle;
	margin-right: -10px;
}

.nav-drop > ul > li > a {
	display: block;
	color: #414042;
	font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.mega-drop {
	border-top: 1px solid #58aa86;
	border-bottom: 1px solid #58aa86;
	padding: 10px 15px;
	background: #fff;
	text-align: left;
}

.mega-drop .head {
	overflow: hidden;
	margin: 0 0 19px;
}

.mega-drop .head a {
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top: 12px;
}

.mega-drop .title {
	font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	display: block;
	padding-right: 15px;
	overflow: hidden;
	font-size: 20px;
	line-height: 40px;
	color: #23684c;
}

.mega-drop .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -6px;
}

.mega-drop .thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 12px);
	margin: 0 6px 9px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 15% 50%;
	min-height: 180px;
	position: relative;
}

.mega-drop .thumb:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mega-drop .thumb:after {
	background: rgba(0, 0, 0, .35);
}

.mega-drop .thumb:hover:after {
	background: rgba(0, 0, 0, .5);
}

.mega-drop .thumb strong {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1.5px;
}

.top-right {
	float: right;
	padding: 42px 0 0 15px;
}

.top-right li {
	display: inline-block;
	vertical-align: middle;
}

.top-right .phone {
	font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 15px;
	line-height: 20px;
	margin-right: 10px;
}

.top-right .phone i {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #414042;
	border-radius: 100%;
	padding: 6px;
	margin-right: 9px;
}

.top-right .phone a {
	color: #414042;
}

.top-right .phone a:hover {
	color: #58aa86;
}

.nav-opener {
	float: right;
	width: 25px;
	height: 16px;
	margin: 34px 0 0 15px;
	position: relative;
}

.nav-opener:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
}

.nav-opener:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	height: 2px;
	background: #58aa86;
}

.nav-opener span {
	display: block;
	margin-top: 7px;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #23684c;
}

.nav-active .nav-opener span {
	visibility: hidden;
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 50%;
	background: #fff;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#footer {
	background: #f9f9f9;
	padding: 20px 0 10px;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
}

.partner-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.partner-list a {
	display: block;
}

.partner-list img {
	vertical-align: top;
}

.social {
	padding: 15px 0;
}

.social a {
	font-weight: 700;
}

.social .bar {
	margin: 0 4px;
}

.copy p {
	margin: 0 0 10px;
}

.copy a:first-child {
	color: #6d6e71;
}

.copy a:first-child:hover {
	color: #58aa86;
}

.video-placeholder video {
	display: none;
	width: 100%;
}

.jcf-range-mid {
	background: #f00;
	position: absolute;
	height: 4px;
	display: inline-block;
}

@media (min-width: 580px) {
	#main {
		padding-top: 127px;
	}

	.navigation-single .next a,
	.navigation-single .prev a,
	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev,
	.search-form input[type="submit"],
	.post-password-form input[type="submit"],
	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"],
	.btn {
		font-size: 14px;
	}

	.btn-filter {
		min-width: 315px;
	}

	h1,
	.h1 {
		font-size: 25px;
		line-height: 32px;
	}

	h2,
	.h2 {
		font-size: 25px;
		line-height: 37px;
	}

	h3,
	.h3 {
		font-size: 17px;
		line-height: 23px;
	}

	.service-box {
		width: 210px;
		min-height: 250px;
	}

	.service-box > div,
	.service-box > span {
		padding: 10px 30px;
	}

	.carousel-services .slide {
		margin: 0 15px;
	}

	.slideshow-projects .subtitle {
		font-size: 15px;
		line-height: 18px;
	}

	.gallery-block .service-box {
		width: calc(50% - 24px);
	}

	.gallery-holder .service-box {
		width: calc(50% - 10px);
	}

	.contact-form .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -30px 30px;
	}

	.contact-form .col-medium {
		padding: 0 30px 30px;
		width: 33.33%;
	}

	.contact-form .col-large {
		padding: 0 30px;
	}

	.contact-form .range-value {
		text-align: center;
	}

	.contact-form .btn-holder {
		text-align: center;
	}

	.jcf-range {
		max-width: 393px;
		background-size: 32.6px 100%;
		margin: 0 20px;
	}

	.partner-list li {
		padding: 0 20px;
	}

	.social {
		padding: 39px 0 18px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	body {
		font-size: 20px;
		line-height: 37px;
	}

	.container {
		padding: 0 30px;
	}

	.navigation-single .next a,
	.navigation-single .prev a,
	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev,
	.search-form input[type="submit"],
	.post-password-form input[type="submit"],
	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"],
	.btn {
		padding: 16px 14px;
	}

	h1,
	.h1 {
		font-size: 40px;
		line-height: 45px;
	}

	h3,
	.h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.section-head {
		margin: 0 auto 80px;
	}

	.section-head h2 {
		padding: 0 11%;
	}

	.section-head .btn {
		margin-top: 13px;
	}

	.pattern-right-gray:after {
		height: 400px;
	}

	.cta-box {
		min-height: 522px;
	}

	.pattern-corners-block:before,
	.pattern-corners-block:after {
		width: 215px;
		height: 150px;
	}

	.pattern-corners-block {
		padding: 66px 0 50px;
	}

	.btn-back {
		bottom: 100px;
	}

	.hero-block {
		padding: 0 0 40px;
	}

	.hero-block h1 {
		margin: 0 0 39px;
	}

	.hero-block .form-quote {
		position: absolute;
		right: 15px;
		top: 33px;
		bottom: 33px;
		z-index: 2;
		width: 280px;
	}

	.slideshow {
		margin-left: -20px;
	}

	.slideshow .slide {
		min-height: 585px;
	}

	.services-block:after {
		height: 322px;
	}

	.services-block {
		padding: 50px 0;
	}

	.services-block .container {
		padding: 0 78px;
	}

	.service-box {
		width: 280px;
		height: 400px;
	}

	.service-box .ico-service {
		width: 110px;
		height: 110px;
	}

	.section-about {
		padding: 50px 0;
	}

	.video-testimonial {
		padding: 0 0 40px;
	}

	.video-testimonial .section-head {
		margin: -70px 0 0;
		float: right;
		max-width: 50%;
	}

	.video-testimonial h2 {
		padding: 0;
	}

	.video-testimonial .video-placeholder {
		min-height: 390px;
		max-width: 57.6%;
	}

	.projects-gallery {
		padding: 50px 0 0;
	}

	.projects-gallery .section-head {
		margin-bottom: 58px;
	}

	.slideshow-projects .slide {
		left: 7.2%;
	}

	.slideshow-projects .img-holder {
		min-height: 728px;
		margin-right: -21px;
	}

	.slideshow-projects .project-details {
		left: -65px;
		position: absolute;
		top: 95px;
		bottom: 95px;
		width: 280px;
	}

	.slideshow-projects .title {
		font-size: 20px;
		padding: 19px 10px;
	}

	.slideshow-projects .offers {
		font-size: 17px;
		line-height: 20px;
	}

	.slideshow-projects .offers li {
		text-align: left;
		margin: 0 0 21px;
	}

	.slideshow-projects .ico-holder {
		width: 39px;
	}

	.slideshow-projects .btn {
		min-width: 223px;
		margin-bottom: 22px;
	}

	.contact-block {
		padding: 50px 0;
	}

	.two-columns {
		padding: 57px 0;
	}

	.two-columns .sidebar {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 40%;
		padding-top: 10px;
		margin: 0;
	}

	.two-columns .content {
		padding: 0 10px 0 40px;
		width: 60%;
	}

	.green-block {
		padding: 52px 0 75px;
	}

	.green-block .section-head {
		margin-bottom: 63px;
	}

	.logo-slick {
		font-size: 15px;
	}

	.gallery-block {
		padding: 0 15px 56px;
	}

	.gallery-block .holder {
		margin: 0 -12px;
	}

	.gallery-block .service-box {
		width: calc(33.33% - 24px);
	}

	.filter-block {
		padding: 47px 0 53px;
	}

	.filter-block .btn-filter {
		margin: 0 17px;
	}

	.services-holder .row .img-holder {
		min-height: 300px;
	}

	.slideshow-gallery .img-holder {
		min-height: 727px;
	}

	.slideshow-gallery + .project-services {
		margin-top: -65px;
	}

	.project-services .title {
		padding: 51px 40px;
	}

	.project-services .ico-list {
		padding: 34px 26px 30px;
	}

	.project-services .ico-list li {
		padding: 0 13px;
	}

	.form-section {
		margin-top: -45px;
		margin-bottom: 82px;
		padding-top: 59px;
	}

	.contact-form .row.checkboxes {
		margin: 0 0 15px;
	}

	.contact-form .col-small {
		padding: 0 0 4px;
		min-width: 25%;
	}

	.jcf-range {
		background-size: 43px 100%;
		max-width: 518px;
	}

	.logo {
		width: 100px;
		z-index: 10;
	}

	.nav-drop > ul > li {
		display: inline-block;
		vertical-align: top;
		margin: 55px 10px 48px;
	}

	.nav-drop > ul > li.has-drop > a {
		padding: 55px 10px 50px;
	}

	.nav-drop > ul > li.has-drop > a:hover {
		color: #414042;
	}

	.nav-drop > ul > li.has-drop.hover > a {
		color: #414042;
	}

	.nav-drop > ul > li.has-drop.hover .mega-drop {
		visibility: visible;
		opacity: 1;
	}

	.mega-drop {
		border: 0;
		position: fixed;
		top: 125px;
		left: 0;
		right: 0;
		visibility: hidden;
		opacity: 0;
		padding: 10px 15px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.mega-drop .container {
		padding: 0;
	}

	.mega-drop .thumb {
		width: calc(33.33% - 12px);
	}

	.nav-opener {
		display: none;
	}

	#footer {
		padding: 40px 0 30px;
	}

	.partner-list li {
		padding: 0 36px;
	}
}

@media (min-width: 1024px) {
	.btn-video {
		padding-top: 19px;
		padding-bottom: 19px;
	}

	h1,
	.h1 {
		font-size: 65px;
		line-height: 70px;
	}

	h2,
	.h2 {
		font-size: 39px;
		line-height: 52px;
	}

	h3,
	.h3 {
		font-size: 25px;
		line-height: 38px;
	}

	blockquote {
		font-size: 23px;
		line-height: 42px;
	}

	blockquote cite {
		font-size: 20px;
		line-height: 37px;
	}

	.cta-box h3 {
		font-size: 28px;
	}

	.sidebar.fixed-position .fixed-box {
		margin-top: 50px;
	}

	.btn-back {
		bottom: 29px;
	}

	.hero-block {
		padding: 0 0 85px;
	}

	.hero-block .form-quote {
		width: 320px;
		right: 0;
	}

	.slideshow .caption {
		padding: 0 50px;
	}

	.form-quote .title {
		font-size: 23px;
		line-height: 1;
	}

	.form-quote .holder {
		padding: 27px 40px;
	}

	.services-block {
		padding: 88px 0;
	}

	.service-box {
		width: 360px;
		height: 470px;
	}

	.section-about {
		padding: 88px 0;
	}

	.video-testimonial {
		padding: 0 0 80px;
	}

	.video-testimonial .section-head {
		padding: 91px 64px 155px;
	}

	.video-testimonial .video-placeholder {
		min-height: 630px;
	}

	.projects-gallery {
		padding: 112px 0 0;
	}

	.slideshow-projects .btn-prev,
	.slideshow-projects .btn-next {
		left: 123px;
	}

	.slideshow-projects .project-details {
		width: 408px;
		left: -97px;
		top: 75px;
		bottom: 75px;
	}

	.slideshow-projects .project-details .holder {
		padding: 18px 60px;
	}

	.slideshow-projects .title {
		font-size: 23px;
		line-height: 1;
	}

	.slideshow-projects address {
		margin: 0 0 7px;
		padding: 0 0 22px;
	}

	.slideshow-projects .offers {
		padding: 16px 40px;
		margin: 0 0 22px;
	}

	.contact-block {
		padding: 99px 0 88px;
	}

	.two-columns .container {
		padding: 0;
	}

	.two-columns .sidebar {
		width: 30%;
	}

	.two-columns .content {
		padding: 0 20px 0 82px;
		width: 70%;
	}

	.two-columns .content .service-box {
		height: 464px;
	}

	.two-columns blockquote {
		padding: 0 12%;
		font-size: 28px;
		line-height: 43px;
	}

	.gallery-block .holder {
		margin: 0 -24px;
	}

	.gallery-block .service-box {
		width: calc(25% - 24px);
	}

	.services-holder .row {
		margin: 0 0 87px;
	}

	.services-holder .row.reverse .details {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.services-holder .row .img-holder {
		width: 46.3%;
		margin: 0;
	}

	.services-holder .row .details {
		width: 49%;
	}

	.services-holder .row h2 {
		font-size: 28px;
		line-height: 35px;
	}

	.slideshow-gallery .img-holder {
		margin: 0 -10px;
	}

	.gallery-holder .service-box {
		width: calc(33.33% - 10px);
		margin: 0 5px;
		min-height: 450px;
	}

	.gallery-holder h3 {
		font-size: 28px;
	}

	.form-section {
		max-width: 925px;
		margin-top: -65px;
	}

	.contact-form .col-small {
		min-width: 20%;
	}

	.jcf-range {
		max-width: 652px;
		background-size: 54px 100%;
	}

	.logo {
		width: 142px;
		margin: 8px 20px -42px 0;
	}

	.nav-drop {
		font-size: 20px;
		line-height: 24px;
	}

	.mega-drop {
		padding: 75px 0 40px;
	}

	.mega-drop .container {
		max-width: 940px;
	}

	.mega-drop .col {
		float: left;
	}

	.mega-drop .col {
		width: 46.7%;
	}

	.mega-drop .col + .col {
		float: right;
	}

	.mega-drop .head a {
		margin-top: 17px;
		font-size: 14px;
	}

	.mega-drop .title {
		font-size: 39px;
		line-height: 50px;
	}

	.top-right .phone {
		margin-right: 77px;
		font-size: 20px;
		line-height: 24px;
	}
}

@media (min-width: 1300px) {
	.container {
		max-width: 1260px;
	}

	.hero-block .form-quote {
		right: -15px;
	}

	.slideshow {
		margin-left: -43px;
	}

	.carousel-services .btn-prev,
	.carousel-services .btn-next {
		left: -78px;
	}

	.video-testimonial .video-placeholder {
		min-height: 540px;
	}

	.slideshow-projects .img-holder {
		margin-right: -41px;
	}

	.slideshow-projects .project-details {
		left: -127px;
	}

	.two-columns .sidebar {
		width: 25.2%;
	}

	.two-columns .content {
		width: 74.8%;
	}

	.logo-slick {
		font-size: 17px;
	}

	.gallery-block {
		padding: 0 0 56px;
	}

	.gallery-holder {
		margin: 0 -13px;
	}

	.gallery-holder .service-box {
		margin: 0 13px;
		width: calc(33.33% - 26px);
	}

	.form-section {
		max-width: 1145px;
	}

	.logo {
		margin: 16px 45px -42px 0;
	}

	.nav-drop > ul > li {
		margin: 50px 22px 52px;
	}

	.nav-drop > ul > li.has-drop > a {
		padding: 50px 22px 52px;
	}

	.mega-drop .container {
		max-width: 1200px;
	}

	.top-right {
		padding: 40px 0 0 20px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.hidden-sm {
		display: none !important;
	}

	.slideshow-projects .btn-prev,
	.slideshow-projects .btn-next {
		display: none;
	}

	#header {
		padding: 20px 0 0;
	}

	.nav-drop {
		position: fixed;
		top: 0;
		right: -320px;
		bottom: 0;
		width: 310px;
		text-align: right;
		background: #58aa86;
		visibility: hidden;
		opacity: 0;
		padding: 70px 10px 30px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.nav-active .nav-drop {
		visibility: visible;
		opacity: 1;
		right: 0;
	}

	.nav-drop > ul > li > a:hover {
		background: #fff;
	}

	.nav-drop > ul > li > a {
		padding: 5px 15px;
		color: #fff;
	}

	.mega-drop {
		display: none;
		overflow: hidden;
	}

	.top-right {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: #58aa86;
		padding: 0 15px;
	}

	.top-right .btn {
		padding: 0;
		border: 0;
		color: #23684c;
		line-height: 25px;
		font-size: 12px;
		letter-spacing: 0;
	}

	.top-right .btn:hover {
		color: #fff;
	}

	.top-right li:last-child {
		float: right;
	}

	.top-right .phone {
		float: left;
		font-size: 12px;
	}

	.top-right .phone i {
		display: none;
	}

	.top-right .phone a:hover {
		color: #fff;
	}
}

@media (max-width: 579px) {
	.hidden-xs {
		display: none !important;
	}

	.logo-slick img {
		max-width: 80%;
	}

	.contact-form .col-large > span {
		width: 100%;
	}

	.contact-form .col-large.range-holder {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.contact-form .range {
		padding: 8px 0;
	}

	.contact-form .range.max {
		text-align: right;
		max-width: 300px;
	}

	.partner-list li {
		width: 100%;
		margin: 0 0 15px;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

