@import url(fancybox.css);/*! 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;
}

.navbar .social-networks,
.navbar .menu-item,
.content-block .credit ul,
.content-block.services .service-lists ul,
div.lightbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.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: #363636;
	background: #fff;
	font: 20px/1.75 "Oswald", "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;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #3496db;
}

a:hover,
a:focus {
	text-decoration: none;
}

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;
	border: 1px solid #363636;
	padding: .4em .7em;
}

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: #363636;
}

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: #363636;
}

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: #363636;
}

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: #363636;
}

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

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;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.icon-close:before {
	content: "\e909";
}

.icon-down-arrow:before {
	content: "\e901";
}

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

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 9;
}

#header .holder {
	padding: 34px 0 22px;
}

.logo-holder {
	float: left;
	padding: 1px 0;
}

.logo-holder a {
	display: block;
}

.logo-holder a img {
	width: 100%;
	vertical-align: top;
	max-width: none;
}

.navbar {
	float: right;
	width: 80%;
	text-align: right;
	font-size: 0;
	line-height: 0;
	padding: 5px 0;
}

.navbar .social-networks li,
.navbar .menu-item li {
	display: inline-block;
	vertical-align: top;
}

.navbar .social-networks li a,
.navbar .menu-item li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.navbar .social-networks li a:hover,
.navbar .menu-item li a:hover {
	color: #3496db;
}

.navbar .social-networks {
	display: inline-block;
	vertical-align: middle;
	padding-right: 31px;
	max-width: 30%;
}

.navbar .social-networks li {
	padding: 4px 5px;
}

.navbar .social-networks li i {
	font-size: 15px;
	line-height: 1;
}

.navbar .social-networks li i.icon-facebook {
	font-size: 16px;
}

.navbar .social-networks li i.icon-twitter {
	font-size: 18px;
}

.navbar .menu-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 -23px;
	text-align: right;
	max-width: 70%;
}

.navbar .menu-item li {
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	padding: 4px 23px;
}

.nav-opener {
	float: right;
	width: 35px;
	height: 35px;
	background: transparent;
	position: relative;
	border-radius: 3px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-opener:after {
	top: 70%;
}

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

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

.nav-opener:hover {
	opacity: .9;
}

.banner {
	position: relative;
	padding-top: 127px;
	padding-bottom: 25px;
}

.banner .holder {
	min-height: 587px;
	white-space: nowrap;
	text-align: center;
}

.banner .holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 587px;
}

.banner .holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner .bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	max-width: none;
	z-index: -1;
}

.banner h1 {
	margin-bottom: 0;
	font-size: 60px;
	line-height: 65px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, .49);
	text-transform: uppercase;
}

.content-block {
	background: #fff;
	position: relative;
	padding: 25px 0;
}

.content-block .holder {
	min-height: 661px;
	white-space: nowrap;
	text-align: center;
	font-family: "Open Sans", "Times", "Baskerville", "Georgia", serif;
	position: relative;
}

.content-block .holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 661px;
}

.content-block .holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.content-block .below-circle {
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	margin: auto;
	height: 67px;
	width: 67px;
	background: #fff;
	border-radius: 100px;
}

.content-block .below-circle:before {
	content: "";
	position: absolute;
	top: 21px;
	left: 28px;
	height: 11px;
	width: 11px;
	border-bottom: 2px solid #121313;
	border-left: 2px solid #121313;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.content-block h2 {
	font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 51px;
	line-height: 38px;
	padding: 0 180px;
}

.content-block .text-holder {
	max-width: 1150px;
	padding: 0 20px 37px;
margin: 0 auto;
}

.content-block .text-holder p {
	margin-bottom: 8px;
}

.content-block .credit ul {
	font-size: 0;
	line-height: 0;
	margin-bottom: 6px;
}

.content-block .credit ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 9px;
}

.content-block .credit ul li + li:before {
	content: "";
	position: absolute;
	background: #363636;
	width: 4px;
	height: 5px;
	border-radius: 3px;
	left: -2px;
	top: 8px;
}

.content-block.services {
	background: #e7e7e7;
}

.content-block.services .holder {
	min-height: 601px;
	white-space: nowrap;
	text-align: center;
}

.content-block.services .holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 601px;
}

.content-block.services .holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.content-block.services .below-circle {
	background: #e7e7e7;
}

.content-block.services .service-lists ul {
	font-size: 0;
	line-height: 0;
}

.content-block.services .service-lists ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 18px;
	padding: 18px 84px;
}

.content-block.services .service-lists ul li a {
	display: block;
	text-decoration: none;
}

.content-block.services .service-lists ul li a i {
	font-size: 64px;
	line-height: 1;
	color: #363636;
	margin-bottom: 28px;
	display: block;
}

.content-block.services .service-lists ul li a i.icon-open {
	font-size: 60px;
}

.content-block.services .service-lists ul li a i.icon-clean {
	font-size: 59px;
}

.content-block.services .service-lists ul li a .title {
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #3496db;
	font-weight: bold;
	text-transform: uppercase;
}

.content-block.services .service-lists ul li a:hover i {
	color: #3496db;
	text-shadow: 2px 3px 0 rgba(0, 0, 0, .13);
}

.content-block.contact {
	position: relative;
	background: #363636;
	padding-top: 60px;
}

.content-block.contact .holder {
	position: relative;
	min-height: 1037px;
	white-space: nowrap;
	text-align: center;
}

.content-block.contact .holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 1037px;
}

.content-block.contact .holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.content-block.contact .bg-stretch {
	position: absolute;
	top: -34px;
	bottom: 0;
	right: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	max-width: none;
}

.content-block.contact .transparent-circle {
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	margin: auto;
	width: 68px;
	height: 34px;
	z-index: 1;
	border-radius: 34px 34px 0 0;
	box-shadow: -7px 0 0 #e7e7e7, -14px -3px 0 #e7e7e7, -28px -3px 0 #e7e7e7, 7px -3px 0 #e7e7e7, 14px -3px 0 #e7e7e7, 28px -1px 0 #e7e7e7;
}

.content-block.contact .transparent-circle:before,
.content-block.contact .transparent-circle:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: #e7e7e7;
	border: none;
	width: 9999px;
}

.content-block.contact .transparent-circle:before {
	right: 100%;
}

.content-block.contact .transparent-circle:after {
	left: 100%;
}

.content-block.contact .transparent-circle a {
	display: block;
	height: 100%;
}

.content-block.contact .transparent-circle i {
	position: absolute;
	left: 0;
	bottom: 2px;
	right: 0;
	margin: auto;
	width: 11px;
	height: 11px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-width: 0 0 2px 2px;
	border-color: transparent transparent #fff #fff;
	border-style: solid;
}

.content-block.contact .content-holder {
	z-index: 1;
}

.content-block.contact h2 {
	color: #fff;
	padding: 0;
}

.content-block.contact .info-form {
	padding: 0 4px;
	color: #fff;
	width: 564px;
	margin: auto;
}

.content-block.contact .info-form .input-holder + .input-holder {
	margin-top: 11px;
}

.content-block.contact .info-form .input-holder.add {
	margin-right: -8px;
	margin-left: -8px;
}

.content-block.contact .info-form .input-holder .col {
	float: left;
	width: 50%;
	padding: 0 8px;
}

.content-block.contact .info-form input,
.content-block.contact .info-form textarea,
.content-block.contact .info-form button {
	height: 63px;
	background: rgba(0, 0, 0, .5);
	text-transform: capitalize;
	width: 100%;
	padding: 21px 24px;
	border-radius: 3px;
	border: none;
	font-size: 15px;
	line-height: 18px;
}

.content-block.contact .info-form input::-webkit-input-placeholder,
.content-block.contact .info-form textarea::-webkit-input-placeholder,
.content-block.contact .info-form button::-webkit-input-placeholder {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

.content-block.contact .info-form input::-moz-placeholder,
.content-block.contact .info-form textarea::-moz-placeholder,
.content-block.contact .info-form button::-moz-placeholder {
	opacity: 1;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

.content-block.contact .info-form input:-moz-placeholder,
.content-block.contact .info-form textarea:-moz-placeholder,
.content-block.contact .info-form button:-moz-placeholder {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

.content-block.contact .info-form input:-ms-input-placeholder,
.content-block.contact .info-form textarea:-ms-input-placeholder,
.content-block.contact .info-form button:-ms-input-placeholder {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

.content-block.contact .info-form input.placeholder,
.content-block.contact .info-form textarea.placeholder,
.content-block.contact .info-form button.placeholder {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

.content-block.contact .info-form textarea {
	height: 305px;
	resize: none;
}

.content-block.contact .info-form button {
	font-weight: bold;
	text-transform: uppercase;
}

.content-block.contact .info-form button:hover {
	background: black;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

div.lightbox {
	width: 720px;
	padding: 30px 26px;
}

div.lightbox h2 {
	text-transform: uppercase;
	line-height: 38px;
	font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	margin-bottom: 34px;
	font-weight: normal;
}

div.lightbox .title {
	font-family: "Open Sans", "Times", "Baskerville", "Georgia", serif;
	display: block;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin-bottom: 10px;
}

div.lightbox ul {
	font-family: "Open Sans", "Times", "Baskerville", "Georgia", serif;
}

div.lightbox ul li {
	font-size: 15px;
	line-height: 20px;
	padding: 0 19px 5px;
	position: relative;
	color: #000;
	font-weight: bold;
}

div.lightbox ul li:before {
	content: "";
	position: absolute;
	background: #3496db;
	height: 6px;
	width: 6px;
	border-radius: 100px;
	left: 5px;
	top: 7px;
}

div.lightbox ul li a {
	text-decoration: none;
}

div.lightbox ul li .text {
	display: block;
	font-weight: normal;
	padding-right: 20px;
	padding-bottom: 6px;
}

div.lightbox ul li .note {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 1px;
}

.lightbox-content + .lightbox-content {
	padding-top: 20px;
}

.fancybox-close {
	position: absolute;
	top: -12px;
	right: -13px;
	text-decoration: none;
	height: 39px;
	width: 39px;
	background: #363636;
	border-radius: 100px;
	border: 4px solid #fff;
	text-align: center;
	z-index: 8040;
}

.fancybox-close:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e909";
	color: #fff;
	font-size: 22px;
	line-height: 31px;
	display: inline-block;
	vertical-align: top;
}

#footer {
	background: #161616;
	padding: 31px 0 25px;
	font-family: "Open Sans", "Times", "Baskerville", "Georgia", serif;
}

.copyright {
	float: left;
	padding: 8px 178px 0;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}

.by {
	float: right;
	padding: 3px 185px;
}

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

.holder {
	max-width: 1501px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.nav-opener {
		display: none;
	}
}

@media (max-width: 1599px) {
	#header .holder {
		padding: 34px 20px 22px;
	}

	.navbar .menu-item {
		margin: 0;
	}
}

@media (max-width: 1225px) {
	.content-block.services .service-lists ul li {
		padding: 18px 55px;
	}
}

@media (max-width: 1199px) {
	.content-block .holder {
		min-height: 590px;
		white-space: nowrap;
		text-align: center;
	}

	.content-block .holder:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 590px;
	}

	.content-block .holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.content-block h2 {
		font-size: 30px;
		line-height: 33px;
		margin-bottom: 35px;
	}

	.copyright {
		padding: 8px 80px;
	}

	.by {
		padding: 8px 90px;
	}
}

@media (max-width: 1023px) {
	#header .holder {
		padding: 10px 20px 10px;
	}

	.logo-holder {
		padding: 0;
	}

	.logo-holder {
		width: 150px;
		height: auto;
	}

	.navbar {
		width: 78%;
		padding: 9px 0 0;
	}

	.navbar .social-networks {
		padding-right: 15px;
	}

	.navbar .menu-item li {
		font-size: 15px;
		line-height: 18px;
		padding: 4px 15px;
	}

	.banner {
		padding-top: 80px;
	}

	.banner .holder {
		min-height: 290px;
		white-space: nowrap;
		text-align: center;
	}

	.banner .holder:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 290px;
	}

	.banner .holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.banner h1 {
		font-size: 35px;
		line-height: 38px;
	}

	.content-block.services .service-lists ul li {
		padding: 18px 25px;
	}

	.content-block.services .service-lists ul li a i {
		font-size: 56px;
	}

	.content-block.services .service-lists ul li a i.icon-open {
		font-size: 52px;
	}

	.content-block.services .service-lists ul li a i.icon-clean {
		font-size: 51px;
	}

	#footer {
		padding: 15px 0;
	}

	.copyright {
		padding: 10px 30px;
	}

	.by {
		padding: 10px 30px;
	}
}

@media (max-width: 767px) {
	.logo-holder {
		width: 105px;
		height: 31px;
		margin-top: 3px;
	}

	.navbar {
		float: none;
		background: rgba(0, 0, 0, .8);
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		padding: 0;
		width: 100%;
		max-width: none;
		text-align: center;
		padding: 10px 0;
	}

	.nav-active .navbar {
		display: block;
	}

	.navbar .social-networks {
		max-width: none;
		padding-right: 0;
		display: block;
	}

	.navbar .social-networks li {
		padding: 8px 12px;
	}

	.navbar .menu-item {
		max-width: none;
		display: block;
	}

	.navbar .menu-item li {
		display: block;
		text-align: center;
		padding: 0;
	}

	.navbar .menu-item li a {
		padding: 12px 8px;
	}

	.navbar .menu-item li a:hover {
		background: #3496db;
		color: #fff;
	}

	.banner .holder {
		min-height: 235px;
	}

	.banner .bg-stretch {
		background-position: 66% 50%;
	}

	.banner h1 {
		font-size: 25px;
		line-height: 28px;
	}

	.content-holder {
		padding: 0 10px;
	}

	.content-block {
		padding: 35px 0;
	}

	.content-block .holder {
		min-height: 0;
	}

	.content-block .holder:after {
		min-height: 0;
	}

	.content-block .below-circle {
		height: 40px;
		width: 40px;
		top: -18px;
	}

	.content-block .below-circle:before {
		height: 8px;
		width: 8px;
		top: 12px;
		left: 15px;
	}

	.content-block h2 {
		font-size: 20px;
		line-height: 24px;
		padding: 0;
	}

	.content-block .text-holder {
		padding: 0 10px 20px;
		font-size: 14px;
		line-height: 17px;
	}

	.content-block .credit ul {
		margin-bottom: 0;
	}

	.content-block .credit ul li {
		padding: 0 10px 10px;
		font-size: 12px;
		line-height: 15px;
		display: block;
	}

	.content-block .credit ul li + li:before {
		display: none;
	}

	.content-block.services .holder {
		min-height: 0;
	}

	.content-block.services .holder:after {
		min-height: 0;
	}

	.content-block.services .service-lists ul li {
		display: block;
		padding: 10px 0;
		margin-bottom: 15px;
	}

	.content-block.services .service-lists ul li a i {
		font-size: 48px;
	}

	.content-block.services .service-lists ul li a i.icon-open {
		font-size: 44px;
	}

	.content-block.services .service-lists ul li a i.icon-clean {
		font-size: 34px;
	}

	.content-block.services .service-lists ul li a .title {
		font-size: 13px;
		line-height: 16px;
	}

	.content-block.contact .holder {
		min-height: 0;
	}

	.content-block.contact .holder:after {
		min-height: 0;
	}

	.content-block.contact .bg-stretch {
		top: -19px;
	}

	.content-block.contact .transparent-circle {
		top: -19px;
		height: 19px;
		width: 40px;
		background-size: 100% auto;
	}

	.content-block.contact .transparent-circle i {
		height: 8px;
		width: 8px;
	}

	.content-block.contact .content-holder {
		width: 100%;
		max-width: 520px;
	}

	.content-block.contact .info-form {
		width: 100%;
	}

	.content-block.contact .info-form .input-holder .col {
		width: 100%;
		float: none;
		margin-bottom: 11px;
	}

	.content-block.contact .info-form input,
	.content-block.contact .info-form textarea,
	.content-block.contact .info-form button {
		font-size: 12px;
		line-height: 15px;
		height: 50px;
		padding: 13px;
	}

	.content-block.contact .info-form input::-webkit-input-placeholder,
	.content-block.contact .info-form textarea::-webkit-input-placeholder,
	.content-block.contact .info-form button::-webkit-input-placeholder {
		font-size: 12px;
		line-height: 15px;
	}

	.content-block.contact .info-form input::-moz-placeholder,
	.content-block.contact .info-form textarea::-moz-placeholder,
	.content-block.contact .info-form button::-moz-placeholder {
		font-size: 12px;
		line-height: 15px;
	}

	.content-block.contact .info-form input:-moz-placeholder,
	.content-block.contact .info-form textarea:-moz-placeholder,
	.content-block.contact .info-form button:-moz-placeholder {
		font-size: 12px;
		line-height: 15px;
	}

	.content-block.contact .info-form input:-ms-input-placeholder,
	.content-block.contact .info-form textarea:-ms-input-placeholder,
	.content-block.contact .info-form button:-ms-input-placeholder {
		font-size: 12px;
		line-height: 15px;
	}

	.content-block.contact .info-form input.placeholder,
	.content-block.contact .info-form textarea.placeholder,
	.content-block.contact .info-form button.placeholder {
		font-size: 12px;
		line-height: 15px;
	}

	.content-block.contact .info-form textarea {
		height: 180px;
	}

	div.lightbox {
		width: 100%;
		padding: 20px 0;
	}

	div.lightbox h2 {
		font-size: 20px;
		line-height: 23px;
	}

	div.lightbox .title {
		font-size: 15px;
		line-height: 18px;
	}

	div.lightbox ul li {
		font-size: 13px;
		line-height: 16px;
		padding: 0 19px 10px;
	}

	.fancybox-close {
		height: 30px;
		width: 30px;
	}

	.fancybox-close:before {
		font-size: 14px;
		line-height: 20px;
	}

	.copyright {
		float: none;
		display: block;
		text-align: center;
		font-size: 12px;
		line-height: 15px;
	}

	.by {
		float: none;
		display: block;
		text-align: center;
	}
}

