/*! 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;
}

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

[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-chevron-left:before {
	content: "\e901";
}

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

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 29, 2016 */

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 12px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.nav-drop ul,
.info-list,
.list,
.carousel .pagination,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.columns:after,
.info-wrap:after,
.box-holder:after,
.contact-holder:after,
.footer-holder: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: #646464;
	background: #fff;
	font: 12px / 19px "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	border-style: none;
	vertical-align: top;
}

.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: 30px;
}

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

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: #39f;
	text-decoration: none;
}

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

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

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

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

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

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

#header {
	background: transparent;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	min-width: 320px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.nav-active #header {
	background: #fff;
}

.logo {
	float: left;
	width: 175px;
	padding: 6px 0 0;
}

.logo img {
	width: 100%;
	height: auto;
}

#nav {
	float: right;
}

.nav-opener {
	float: right;
	width: 41px;
	height: 25px;
	position: relative;
	border: none;
	margin: 0;
	outline: none;
}

.nav-opener:hover span,
.nav-opener:hover:before,
.nav-opener:hover:after {
	opacity: .7;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #646464;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 5px;
	margin-top: -3px;
}

.nav-active .nav-opener span,
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	opacity: .7;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
	margin-top: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-drop {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	letter-spacing: 2px;
}

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

.resize-active .nav-drop {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.nav-drop ul {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	font-weight: 500;
}

.nav-drop ul a {
	display: block;
	padding: 5px 10px;
	color: #646464;
}

.nav-drop ul a:hover {
	background: rgba(0, 0, 0, .1);
}

.contact-page #main,
.home-page #main {
	padding: 0;
}

.slideshow {
	position: relative;
	height: 100vh;
}

.about-us-page .slideshow {
	height: 50vh;
	margin: 0 0 14px;
}

.slideshow .slideset {
	height: 100%;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
}

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

.slideshow .slide:nth-child(1n) .button {
	color: #ffffff;
	font-weight: 500;
}

.slideshow .slide:nth-child(1n) .decor {
	border-color: #ffffff;

}

.slideshow .slide:nth-child(1n) .view {
	color: #ffffff;
	font-weight: 900;
}

.slideshow .slide:nth-child(2n) .button {
	color: #646464;
}

.slideshow .slide:nth-child(2n) .decor {
	border-color: #646464;
}

.slideshow .slide:nth-child(2n) .view {
	color: #646464;
}

.slideshow .slide:nth-child(3n) .button {
	color: #646464;
}

.slideshow .slide:nth-child(3n) .decor {
	border-color: #646464;
}

.slideshow .slide:nth-child(3n) .view {
	color: #646464;
}

.slideshow .slide:nth-child(4n) .button {
	color: #646464;
}

.slideshow .slide:nth-child(4n) .decor {
	border-color: #646464;
}

.slideshow .slide:nth-child(4n) .view {
	color: #646464;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 75px;
	color: #c8c8c8;
	z-index: 10;
	width: 40%;
}

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

.slideshow .btn-prev:hover span,
.slideshow .btn-next:hover span {
	opacity: 1;
}

.slideshow .btn-prev span,
.slideshow .btn-next span {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	font-size: 40px;
	line-height: 1;
	opacity: 0;
}

.slideshow .btn-next {
	left: auto;
	right: 0;
}

.slideshow .btn-next span {
	left: auto;
	right: 10px;
}

.slideshow .button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 5px 10px 16px;
	width: 100%;
	color: #fff;
	z-index: 10;
}

.slideshow .button .text-info {
	display: block;
}

.slideshow .button .decor {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	line-height: 25px;
	margin: 0 0 5px;
	padding: 0 0 1px;
}

.slideshow .button .decor span {
	text-transform: none;
	font-size: 18px;
	line-height: 25px;
}

.slideshow .button .view {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	color: #fff;
}

.slideshow .button .view:hover {
	opacity: .7;
}

.project-thumbnails {
	padding: 0;
}

.project-thumbnails .post {
	position: relative;
}

.project-thumbnails .img-wrap {
	position: relative;
}

.project-thumbnails .img-wrap.hover .overlay,
.project-thumbnails .img-wrap:hover .overlay {
	opacity: 1;
	visibility: visible;
}

.project-thumbnails .img-holder {
	position: relative;
	width: 100%;
	left: 50%;
	min-width: 534px;
}

.project-thumbnails .img-holder img {
	width: 100%;
	height: auto;
	position: relative;
	left: -50%;
}

.project-thumbnails .caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	background: rgba(0, 0, 0, .3);
	padding: 8px 9px 6px;
}

.project-thumbnails .overlay {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: rgba(0, 102, 136, .85);
	text-align: center;
	overflow: hidden;
}

.project-thumbnails .overlay .wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.project-thumbnails .overlay .text-holder {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
}

.project-thumbnails .overlay .info {
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #fff;
	padding: 5px;
}

.project-thumbnails .overlay .view {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
}

.project-thumbnails .overlay .view:hover {
	opacity: .7;
}

.columns {
	padding: 0 10px;
}

.columns h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #646464;
	margin: 0 0 7px;
}

.columns .post {
	margin: 0 0 18px;
}

.columns .post p {
	margin: 0 0 14px;
}

.info-list li {
	margin: 0 0 14px;
}

.info-list h3 {
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}

.list li {
	margin: 0;
}

.info-wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.info-wrap .info-list {
	margin: 0 0 34px;
}

.video-holder {
	display: table-footer-group;
}

.video {
	position: relative;
	width: 206px;
	margin: 0 auto 20px;
}

.video img {
	width: 100%;
	height: auto;
}

.video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 64px;
	height: 64px;
	border: 3px solid #fff;
	background: rgba(0, 0, 0, .3);
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	margin: 1px 0 0 2px;
}

.video .play:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 18px;
	border-color: transparent transparent transparent #fff;
	margin: 0 0 0 2px;
}

.video .play:hover {
	background: rgba(0, 0, 0, .5);
}

.contact-page #main {
	position: relative;
}

.background-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	height: 50vh;
}

.full-height {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100vh;
}

.full-height .middle-block {
	display: table-cell;
	vertical-align: top;
	padding: 0;
}

.box-holder {
	overflow-y: auto;
	position: relative;
	z-index: 1;
}

.box-holder .box {
	background: #fff;
}

.box-holder .box.blue {
	background: #fff;
	color: #646464;
	position: relative;
}

.box-holder .box.blue a {
	color: #646464;
}

.box-holder .box.blue .img-holder {
	display: none;
}

.box-holder .box.blue .img-holder img {
	max-width: 100%;
	height: auto;
}

.contact-holder {
	padding: 75px 10px 5px;
	position: relative;
	z-index: 2;
}

.contact-holder dl {
	margin: 0 0 18px;
}

.contact-holder dl dt {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;     color: #646464;     font-weight: bold;
}

.contact-holder dl dd {
	margin: 0;
}

.contact-holder address {
	display: block;
	font-style: normal;
}

.contact-holder a:hover {
	opacity: .7;
}

.info-form {
	font-size: 12px;
	line-height: 17px;
	position: relative;
	padding: 13px 10px;
}

.info-form.success .success-message {
	display: block;
}

.info-form .success-message {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	color: #646464;
}

.info-form h2 {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 1px;
	color: #006688;
}

.info-form p {
	margin: 0 0 18px;
}

.info-form .icon-holder {
	display: none;
	text-align: center;
}

.info-form .icon-holder img {
	max-width: 100%;
	height: auto;
}

.info-form .row {
	margin: 0 0 19px;
}

.info-form .row.last {
	margin: 0 0 23px;
}

.info-form textarea,
.info-form input[type=password],
.info-form input[type=email],
.info-form input[type=text] {
	background: url(../images/sprite.png) no-repeat;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 9px 10px;
	border: 1px solid #afafaf;
	display: block;
	font-size: 12px;
	line-height: 16px;
	outline: none;
	box-shadow: none;
}

.info-form textarea:focus,
.info-form input[type=password]:focus,
.info-form input[type=email]:focus,
.info-form input[type=text]:focus {
	border-color: #00bfff;
	box-shadow: inset 1px 1px 0 #00bfff, inset -1px -1px 0 #00bfff;
}

.info-form textarea.error,
.info-form input[type=password].error,
.info-form input[type=email].error,
.info-form input[type=text].error {
	border-color: #f00;
	box-shadow: inset 1px 1px 0 #f00, inset -1px -1px 0 #f00;
}

.info-form textarea {
	resize: none;
	height: 108px;
}

.info-form input[type=submit] {
	background: #006688;
	color: #fff;
	width: 104px;
	margin: 0 auto 18px;
	padding: 6px 5px;
	border: none;
	display: block;
	border-radius: 0px;
	font-size: 11px;
	line-height: 15px;
}

.info-form input[type=submit]:hover {
	opacity: .7;
}

.info-form .text-info {
	display: block;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

.carousel {
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	width: 100%;
	float: left;
	height: 100vh;
}

.carousel .text {
	display: none;
}

.carousel .text h1 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
}

.carousel .img-holder {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.carousel .pagination {
	display: none;
}

.carousel .pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	opacity: .3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.carousel .pagination li:hover,
.carousel .pagination li.active {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.carousel .btn-next,
.carousel .btn-prev {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 36px;
	width: 40%;
}

.carousel .btn-next:hover .arrow-holder,
.carousel .btn-prev:hover .arrow-holder {
	opacity: 1;
}

.carousel .btn-next .arrow-holder,
.carousel .btn-prev .arrow-holder {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	margin: -20px 0 0;
	opacity: 0;

}

.carousel .btn-next .icon-chevron-left,
.carousel .btn-next .icon-chevron-right,
.carousel .btn-prev .icon-chevron-left,
.carousel .btn-prev .icon-chevron-right {
        line-height: 1;
	font-size: 40px;
	color: #c6c6c6;

}

.carousel .btn-next {
	left: auto;
	right: 0;
}

.carousel .btn-next .arrow-holder {
	left: auto;
	right: 10px;
}

.projects-page .mobile-text {
	font-size: 12px;
	line-height: 19px;
	padding: 13px 9px 20px;
}

.projects-page .mobile-text h1 {
	margin: 0 0 7px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}

#footer {
	display: table-footer-group;
	height: 1%;
	overflow: hidden;
}

.footer-holder {
	background: #fff;
	padding: 10px 10px 5px;
}

.social-networks {
	text-align: center;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px;
}

.social-networks a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icons.png) no-repeat;
}

.social-networks a:hover {
	opacity: .8;
}

.social-networks .houzz {
	background-position: 0 0;
}

.social-networks .instagram {
	background-position: -35px 0;
}

.social-networks .facebook {
	background-position: -70px 0;
}

.social-networks .pinterest {
	background-position: -105px 0;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

@media (min-width: 480px) {
	.project-thumbnails .overlay .text-holder {
		font-size: 20px;
		line-height: 24px;
	}

	.project-thumbnails .overlay .info {
		padding: 0 10px 10px;
		margin: 0 0 11px;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 31px 30px 25px;
	}

	.logo {
		padding: 2px 0 0;
	}

	#nav {
		max-width: 70%;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		opacity: 1;
		visibility: visible;
		position: static;
		background: transparent;
	}

	.nav-drop ul {
		padding: 0;
		font-size: 13px;
		line-height: 16px;
		text-align: right;
	}

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

	.nav-drop ul a {
		padding: 0;
		color: #646464;
	}

	.nav-drop ul a:hover {
		background: none;
		opacity: .7;
	}

	.about-us-page .slideshow {
		margin: 0 0 25px;
	}

	.slideshow .btn-prev span,
	.slideshow .btn-next span {
		font-size: 40px;
		left: 30px;
	}

	.slideshow .btn-next span {
		left: auto;
		right: 30px;
	}

	.slideshow .button {
		left: 50%;
		-webkit-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
		transform: translatex(-50%);
		bottom: 14px;
		padding: 12px 10px 7px;
		width: 482px;
		right: auto;
	}

	.slideshow .button .decor {
		font-size: 36px;
		line-height: 30px;
		margin: 0 0 5px;
		padding: 0;}

	.slideshow .button .decor span {
		font-size: 24px;
		line-height: 30px;
	}

	.index-page #main {
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 100%;
	}

	.thumbnails-holder {
		display: table-cell;
		vertical-align: middle;
		padding: 483px 0 0;
	}

	.project-thumbnails {
		padding: 0 30px;
		margin: -320px 0 0;
	}

	.project-thumbnails .row {
		letter-spacing: -5px;
		margin: 0 -8px;
	}

	.project-thumbnails .col {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		padding: 0 8px;
		width: 50%;
		margin: 0 0 15px;
	}

	.project-thumbnails .col.quater {
		width: 33.33%;
	}

	.project-thumbnails .img-holder {
		margin: 0 0 6px;
		min-width: 0;
		left: 0;
	}

	.project-thumbnails .img-holder img {
		left: 0;
		position: static;
	}

	.project-thumbnails .caption {
		background: none;
		position: static;
		margin: 0 -1px;
		color: #646464;
		padding: 0;
	}

	.project-thumbnails .overlay .text-holder {
		font-size: 10px;
		line-height: 15px;
	}

	.project-thumbnails .overlay .view {
		padding: 0;
		font-size: 10px;
	}

	.columns {
		padding: 0 20px;
	}

	.columns .column {
		float: left;
		width: 50%;
		padding: 0 10px;
	}

	.columns h2 {
		margin: 0 0 6px;
	}

	.full-height .middle-block {
		padding: 90px 0;
		vertical-align: middle;
	}

	.box-holder {
		padding: 0 30px;
	}

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

	.box-holder .box {
		width: 50%;
		float: left;
		padding: 25px;
	}

	.box-holder .box.blue .img-holder {
		display: block;
		text-align: center;
		border-bottom: 0px solid #fff;
		padding: 50px 0;
		margin: 0 0 25px;
	}

	.contact-holder {
		padding: 0;
		margin: 0 -10px;
	}

	.contact-holder .col {
		width: 50%;
		float: left;
		padding: 0 10px;
	}

	.info-form {
		padding: 0;
	}

	.info-form .wrap {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.info-form .icon-holder {
		display: table-cell;
		vertical-align: middle;
		width: 40%;
	}

	.info-form .input-group {
		display: table-cell;
		vertical-align: middle;
		width: 60%;
	}

	.carousel .btn-next .arrow-holder,
	.carousel .btn-prev .arrow-holder {
		left: 30px;
	}

	.carousel .btn-next .arrow-holder {
		left: auto;
		right: 30px;
	}

	.footer-holder {
		padding: 10px 30px 5px;
	}

	.social-networks {
		text-align: right;
		float: right;
		max-width: 50%;
	}

	.social-networks li {
		margin: 0 0 5px 9px;
	}
}

@media (min-width: 1024px) {
	.slideshow .btn-prev,
	.slideshow .btn-next {
		bottom: 130px;
	}

	.slideshow .btn-prev span,
	.slideshow .btn-next span {
		font-size: 70px;
	}

	.slideshow .button {
		bottom: 64px;
	}

	.project-thumbnails {
		max-width: 1160px;
		margin: -320px auto 0;
	}

	.project-thumbnails .row {
		margin: 0 -16px;
	}

	.project-thumbnails .col {
		padding: 0 16px;
		margin: 0 0 23px;
	}

	.project-thumbnails .overlay .text-holder {
		font-size: 14px;
		line-height: 18px;
	}

	.project-thumbnails .overlay .view {
		margin: 0 0 7px;
		font-size: 11px;
	}

	.columns {
		max-width: 1163px;
		margin: 0 auto;
		padding: 0 30px;
	}

	.columns .column {
		padding: 0 40px 0 0;
	}

	.columns .post {
		margin: 0 0 26px;
	}

	.info-wrap {
		display: block;
	}

	.info-wrap .info-list {
		overflow: hidden;
	}

	.video-holder {
		display: block;
		float: left;
		margin: 3px 13px 0 0;
	}

	.video {
		margin: 0;
	}

	.box-holder .box {
		padding: 51px 51px 46px;
	}

	.box-holder .box.blue .img-holder {
		padding: 0px 0 0px;
		margin: 0 0 22px;
	}

	.contact-holder dl {
		margin: 0 0 19px;
	}

	.info-form p {
		margin: 0 0 43px;
	}

	.info-form .icon-holder {
		width: 50%;
	}

	.info-form .input-group {
		width: 50%;
	}

	.info-form .row.last {
		margin: 0 0 37px;
	}

	.projects-page #main {
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 100%;
	}

	.carousel-holder {
		display: table-cell;
		vertical-align: middle;
		padding: 392px 0 0;
	}

	.carousel-wrap {
		max-width: 1160px;
		margin: -320px auto 20px;
		padding: 0 30px;
	}

	.carousel .slide {
		height: auto;
	}

	.carousel .text {
		display: block;
		float: left;
		width: 275px;
		font-size: 12px;
		line-height: 19px;
		padding: 0 40px 0 0;
		position: relative;
		z-index: 10;
	}

	.carousel .img-holder {
		overflow: hidden;
		height: 619px;
	}

	.carousel .pagination {
		display: block;
		text-align: right;
		padding: 3px 0;
	}

	.carousel .btn-next .arrow-holder,
	.carousel .btn-prev .arrow-holder {
		width: 45px;
		height: 30px;
		background: #fff;
		display: block;
		color: #afafaf;
		left: 15px;
	}

	.carousel .btn-next .icon-chevron-left,
	.carousel .btn-next .icon-chevron-right,
	.carousel .btn-prev .icon-chevron-left,
	.carousel .btn-prev .icon-chevron-right {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 20px;
	}

	.carousel .btn-next .arrow-holder {
		left: auto;
		right: 15px;
	}

	.projects-page .mobile-text {
		display: none;
	}

	.contact-page #footer,
	.home-page #footer {
		height: auto;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
		display: inline-block;
		vertical-align: top;
	}
}

@media (min-width: 1200px) {
	.project-thumbnails .overlay .text-holder {
		font-size: 17px;
		line-height: 21px;
	}
}

@media (max-width: 767px) {
	.contact-holder dl {
		height: auto !important;
	}

	.same-height {
		height: auto !important;
	}
}

