@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);/*! 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;
}
.hidden {display:none!important;}
/**
 * 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;
}

#nav ul,
.site-links,
.build-list,
.doc-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#nav a,
.gallery .btn-prev,
.gallery .btn-next,
.gallery .btn,
.master-form button,
.send-form button,
.news .btn,
.newsletter-form button,
.build-list li,
.single-build .box .btn {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.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: #333;
	background: #f3f3f3;
	font: 18px / 1.66667 "Clear Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 1000px;
	-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: 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: #1888de;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #136cb0;
}

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

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

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

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

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

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

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: "Clear Sans";
	src: url("../fonts/ClearSans-Regular.eot");
	src: url("../fonts/ClearSans-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Regular.woff") format("woff"), url("../fonts/ClearSans-Regular.ttf") format("truetype"), url("../fonts/ClearSans-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Clear Sans";
	src: url("../fonts/ClearSans-Bold.eot");
	src: url("../fonts/ClearSans-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Bold.woff") format("woff"), url("../fonts/ClearSans-Bold.ttf") format("truetype"), url("../fonts/ClearSans-Bold.svg") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Clear Sans";
	src: url("../fonts/ClearSans-BoldItalic.eot");
	src: url("../fonts/ClearSans-BoldItalic.eot#iefix") format("embedded-opentype"), url("../fonts/ClearSans-BoldItalic.woff") format("woff"), url("../fonts/ClearSans-BoldItalic.ttf") format("truetype"), url("../fonts/ClearSans-BoldItalic.svg") format("svg");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Clear Sans";
	src: url("../fonts/ClearSans-Italic.eot");
	src: url("../fonts/ClearSans-Italic.eot#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Italic.woff") format("woff"), url("../fonts/ClearSans-Italic.ttf") format("truetype"), url("../fonts/ClearSans-Italic.svg") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Clear Sans";
	src: url("../fonts/ClearSans-Light.eot");
	src: url("../fonts/ClearSans-Light.eot#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Light.woff") format("woff"), url("../fonts/ClearSans-Light.ttf") format("truetype"), url("../fonts/ClearSans-Light.svg") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Clear Sans";
	src: url("../fonts/ClearSans-Medium.eot");
	src: url("../fonts/ClearSans-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Medium.woff") format("woff"), url("../fonts/ClearSans-Medium.ttf") format("truetype"), url("../fonts/ClearSans-Medium.svg") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Clear Sans";
	src: url("../fonts/ClearSans-MediumItalic.eot");
	src: url("../fonts/ClearSans-MediumItalic.eot#iefix") format("embedded-opentype"), url("../fonts/ClearSans-MediumItalic.woff") format("woff"), url("../fonts/ClearSans-MediumItalic.ttf") format("truetype"), url("../fonts/ClearSans-MediumItalic.svg") format("svg");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Clear Sans";
	src: url("../fonts/ClearSans-MediumItalic.eot");
	src: url("../fonts/ClearSans-MediumItalic.eot#iefix") format("embedded-opentype"), url("../fonts/ClearSans-MediumItalic.woff") format("woff"), url("../fonts/ClearSans-MediumItalic.ttf") format("truetype"), url("../fonts/ClearSans-MediumItalic.svg") format("svg");
	font-weight: 500;
	font-style: italic;
}

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

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

.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 {
	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_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -28px;
	right: -28px;
	width: 76px;
	height: 76px;
	border-radius: 100%;
	background: #fff url(../images/ico-close.png) no-repeat 18px 39px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/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_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 13px/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);
	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!*/

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

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

.jcf-select {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	border: 1px solid #9e9e9e;
	background: #f2f2f2;
	border-radius: 5px;
	font: 16px/21px Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 21%, #fff 79%, #fff 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 21%, #fff 79%, #fff 100%);
	color: #555;
	padding: 10px 30px 10px 18px;
}

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

.jcf-select .jcf-select-opener {
	position: absolute;
	width: 18px;
	background: url(../images/arrow-2.png) no-repeat 0 50%;
	bottom: 0;
	right: 0;
	top: 0;
}

#header {
	position: relative;
	padding: 0 0 73px;
}

.inner #header {
	padding: 0 0 15px;
}

#header .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

#header .bg img {
	display: block;
	max-width: none;
}

#header .bar {
	position: relative;
	padding: 36px 0 7px;
}

#header .logo-box {
	float: left;
	padding: 40px 0 0;
	max-width: 500px;
}

.inner #header .logo-box {
	padding: 0;
}

#header .logo {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font: bold 24px/28px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #444;
	margin: 0 0 4px;
}

#header .description {
	display: block;
	color: #555;
	letter-spacing: .5px;
}

#header .side-col {
	float: right;
	font-style: normal;
}

#header .side-col .address {
	position: relative;
	display: block;
	padding-left: 43px;
	font-size: 15px;
	line-height: 24px;
	color: #333;
}

#header .side-col a.address {
    text-decoration: underline;
}

#header .side-col a.address:hover {
    text-decoration: none;
}

#header .side-col .address:before {
	position: absolute;
	content: "";
	top: 6px;
	left: 10px;
	width: 19px;
	height: 27px;
	background: url(../images/ico-pin.png) no-repeat;
}

.day-phone,
.night-phone {
	display: block;
	position: relative;
	margin: 0 0 13px;
	padding-left: 44px;
}

.day-phone:before,
.night-phone:before {
	position: absolute;
	content: "";
}

.day-phone .label,
.night-phone .label {
	display: block;
	font: italic 14px/20px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #555;
	margin: 0 0 2px;
	letter-spacing: 1px;
}

.day-phone .phone,
.night-phone .phone {
	display: block;
	font-size: 15px;
	line-height: 23px;
}

.day-phone .phone strong,
.night-phone .phone strong {
	font-size: 23px;
	display: inline-block;
	vertical-align: top;
	margin: -3px 0 0;
}

.day-phone .phone em,
.night-phone .phone em {
	font-style: normal;
	color: #333;
	display: inline-block;
	vertical-align: top;
	letter-spacing: .4px;
}

.day-phone .phone span,
.night-phone .phone span {
	display: inline-block;
	vertical-align: top;
	letter-spacing: .6px;
}

.day-phone:before {
	top: -21px;
	left: -21px;
	width: 74px;
	height: 75px;
	background: url(../images/ico-day.png) no-repeat;
}

.night-phone:before {
	top: -40px;
	left: -41px;
	width: 116px;
	height: 112px;
	background: url(../images/ico-night.png) no-repeat;
}

#nav {
	position: relative;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: .4px;
	margin: 0 0 29px;
}

.inner #nav {
	margin-top: -57px;
}

#nav ul {
	max-width: 570px;
	margin-left: -10px;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 19px 0;
}

#nav a {
	display: block;
	text-decoration: underline;
	border-radius: 5px;
	border: 1px solid transparent;
	padding: 4px 8px 6px;
	color: #0d8ef1;
	background: rgba(255,255,255,0.5);
}

#nav a:hover,
#nav .active a {
	background: #fff;
	border-color: #2790e0;
	text-decoration: none;
}

.gallery {
	position: relative;
	background: rgba(255, 255, 255, .5);
}

.gallery .slide {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

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

.gallery img {
	float: right;
	margin: 0 0 0 -20px;
}

.gallery .btn-prev,
.gallery .btn-next {
	position: absolute;
	z-index: 4;
	left: 6px;
	top: 50%;
	width: 38px;
	height: 38px;
	margin-top: 2px;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	background: rgba(255, 255, 255, .6) url(../images/arrow.png) no-repeat 50% 50%;
}

.gallery .btn-prev:hover,
.gallery .btn-next:hover {
	background: #fff url(../images/arrow.png) no-repeat 50% 50%;
}

.gallery .btn-next {
	left: auto;
	right: 6px;
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.gallery h1 {
	padding: 34px 0 0 44px;
	color: #555;
	letter-spacing: 1px;
	font: 33px/45px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.gallery h1 span {
	background: #31adf6;
	color: #fff;
	line-height: 36px;
	margin: 5px 0 -4px;
	padding: 0 10px 6px;
	display: inline-block;
	vertical-align: top;
}

.gallery .btn {
	position: absolute;
	bottom: 42px;
	left: 43px;
	border: 1px solid #64bbed;
	background: #fff;
	border-radius: 10px;
	font-size: 18px;
	line-height: 25px;
	padding: 9px 18px 11px;
	color: #000;
	letter-spacing: .3px;
}

.gallery .btn:hover {
	border-color: #40b1f3;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .2);
}

.intro {
	padding: 49px 5px 34px;
	letter-spacing: .37px;
}

.intro h1 {
	text-align: center;
	text-transform: uppercase;
	font: bold 24px/30px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #333;
	margin: 0 0 12px;
}

.intro h1.mark {
	color: #1888de;
}

.site-map {
	position: relative;
	margin: 0 0 70px;
}

.site-map:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	content: "";
	height: 1px;
	background: #aaa;
	box-shadow: 0 -1px 0 0 rgba(255, 255, 255, .5);
}

.site-map h2 {
	text-align: center;
	position: relative;
	color: #777;
	font: 26px/30px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 41px;
	letter-spacing: 1px;
}

.site-map h2:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	content: "";
	height: 1px;
	background: #aaa;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, .5);
	margin-top: 1px;
}

.site-map h2 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #f3f3f3;
	padding: 0 10px;
}

.site-links {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin: 0 -30px;
}

.site-links li {
	display: inline-block;
	vertical-align: top;
	margin: 0 33px 50px;
}

.site-links .visual {
	display: block;
	position: relative;
	min-height: 60px;
	margin: 0 0 6px;
}

.site-links .visual img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-links a {
	display: inline-block;
	vertical-align: top;
}

.site-links .hover {
	display: none;
}

.site-links a:hover .visual img {
	display: none;
}

.site-links a:hover .visual img.hover {
	display: block;
}

.master-form {
	border: 2px solid #ffdd65;
	background: #f9f9f9 url(../images/bg-form.png) no-repeat 14px 58px;
	border-radius: 5px;
	margin: 0 -2px 58px;
	overflow: hidden;
	padding: 40px 51px 38px 61px;
}

.master-form .text-block {
	float: left;
	max-width: 460px;
	font-size: 24px;
	line-height: 31px;
	color: #333;
	padding-top: 101px;
}

.master-form .text-block > span {
	font-weight: 300;
	display: block;
	margin: 0 0 3px;
	letter-spacing: .4px;
}

.master-form h2 {
	font-size: 32px;
	line-height: 50px;
	font-weight: normal;
	margin: 0 0 45px;
	letter-spacing: .8px;
	color: #000;
}

.master-form .phone {
	display: block;
	font-size: 31px;
	line-height: 35px;
	letter-spacing: .8px;
}

.master-form .phone span {
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}

.master-form .area {
	float: right;
	width: 363px;
	padding: 2px 0 0 47px;
	border-left: 1px dotted #000;
}

.master-form .form-row {
	margin: 0 0 21px;
}

.master-form input[type=text],
.master-form select,
.master-form textarea {
	display: block;
	width: 100%;
	height: 43px;
	border: 1px solid #9e9e9e;
	background: #f2f2f2;
	border-radius: 5px;
	font: 16px/21px Arial, Helvetica, sans-serif;
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 21%, #fff 79%, #fff 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 21%, #fff 79%, #fff 100%);
	color: #555;
	letter-spacing: .6px;
	padding: 10px 18px;
}

.master-form input[type=text]::-webkit-input-placeholder,
.master-form select::-webkit-input-placeholder,
.master-form textarea::-webkit-input-placeholder {
	color: #555;
}

.master-form input[type=text]::-moz-placeholder,
.master-form select::-moz-placeholder,
.master-form textarea::-moz-placeholder {
	opacity: 1;
	color: #555;
}

.master-form input[type=text]:-moz-placeholder,
.master-form select:-moz-placeholder,
.master-form textarea:-moz-placeholder {
	color: #555;
}

.master-form input[type=text]:-ms-input-placeholder,
.master-form select:-ms-input-placeholder,
.master-form textarea:-ms-input-placeholder {
	color: #555;
}

.master-form input[type=text].placeholder,
.master-form select.placeholder,
.master-form textarea.placeholder {
	color: #555;
}

.master-form textarea {
	min-height: 85px;
}

.master-form .note {
	display: block;
	color: #777;
	font: 14px/24px Arial, Helvetica, sans-serif;
	opacity: .6;
}

.master-form button {
	display: block;
	margin: 33px auto 0;
	width: 248px;
	height: 51px;
	border: none;
	border-radius: 5px;
	box-shadow: 0 4px 0 0 #1888de;
	background: #31adf6;
	color: #fff;
	font-size: 18px;
}

.master-form button:hover {
	background: #1888de;
}


.contacts-form {
	border: 2px solid #ffdd65;
	/*background: #f9f9f9 url(../images/bg-form.png) no-repeat 14px 58px;*/
    background: #f9f9f9 url(../images/bg-form.png) no-repeat -250px 168px;
	border-radius: 5px;
	margin: 0 -2px 50px;
	overflow: hidden;
	padding: 40px 51px 38px 61px;
}

.contacts-form h2 {
	font-size: 32px;
	line-height: 50px;
	font-weight: normal;
	margin: 0 0 45px;
	letter-spacing: .8px;
	color: #000;
}

.contacts-form .area {
	width: 100%;
	padding: 2px 50px 0 47px;
}

.contacts-form .form-row0 {
    margin: 0 0 21px 0;
    width: 48%;
    float: left;
}

.contacts-form .form-row1 {
    margin: 0 0 21px 30px;
    width: 48%;
    float: left;
}

.contacts-form .form-row2 {
	margin: 0 0 21px;
	clear: both;
}

.contacts-form input[type=text],
.contacts-form select,
.contacts-form textarea {
	display: block;
	width: 100%;
	height: 43px;
	border: 1px solid #9e9e9e;
	background: #f2f2f2;
	border-radius: 5px;
	font: 16px/21px Arial, Helvetica, sans-serif;
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 21%, #fff 79%, #fff 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 21%, #fff 79%, #fff 100%);
	color: #555;
	letter-spacing: .6px;
	padding: 10px 18px;
}

.contacts-form input[type=text]::-webkit-input-placeholder,
.contacts-form select::-webkit-input-placeholder,
.contacts-form textarea::-webkit-input-placeholder {
	color: #555;
}

.contacts-form input[type=text]::-moz-placeholder,
.contacts-form select::-moz-placeholder,
.contacts-form textarea::-moz-placeholder {
	opacity: 1;
	color: #555;
}

.contacts-form input[type=text]:-moz-placeholder,
.contacts-form select:-moz-placeholder,
.contacts-form textarea:-moz-placeholder {
	color: #555;
}

.contacts-form input[type=text]:-ms-input-placeholder,
.contacts-form select:-ms-input-placeholder,
.contacts-form textarea:-ms-input-placeholder {
	color: #555;
}

.contacts-form input[type=text].placeholder,
.contacts-form select.placeholder,
.contacts-form textarea.placeholder {
	color: #555;
}

.contacts-form textarea {
	min-height: 185px;
}

.contacts-form .note {
	display: block;
	color: #777;
	font: 14px/24px Arial, Helvetica, sans-serif;
	opacity: .6;
}

.contacts-form button {
	display: block;
	margin: 33px auto 0;
	width: 248px;
	height: 51px;
	border: none;
	border-radius: 5px;
	box-shadow: 0 4px 0 0 #1888de;
	background: #31adf6;
	color: #fff;
	font-size: 18px;
}

.contacts-form button:hover {
	background: #1888de;
}


.send-form {
	background: #fff;
	position: relative;
	padding: 69px 0;
}

.send-form .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.send-form .bg img {
	float: right;
	max-width: none;
}

.send-form .container {
	position: relative;
}

.send-form header {
	text-align: center;
	margin: 0 0 64px;
}

.send-form h2 {
	font: 30px/32px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: 1.4px;
	color: #555;
	margin: 0 0 6px;
}

.send-form .title {
	display: block;
	font-weight: 300;
	color: #1888de;
	letter-spacing: .5px;
}

.send-form .title strong {
	font-weight: normal;
	font-size: 24px;
}

.send-form .line {
	overflow: hidden;
	margin: 0 0 53px;
}

.send-form .line .item {
	float: left;
	width: 33.3333333333%;
	padding: 0 28px;
}

.send-form input[type=text],
.send-form select,
.send-form textarea {
	display: block;
	width: 100%;
	height: 44px;
	border: 1px solid #9e9e9e;
	background: #f2f2f2;
	border-radius: 5px;
	font: 16px/22px Arial, Helvetica, sans-serif;
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 21%, #fff 79%, #fff 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 21%, #fff 79%, #fff 100%);
	color: #555;
	letter-spacing: .5px;
	padding: 10px 16px;
}

.send-form input[type=text]::-webkit-input-placeholder,
.send-form select::-webkit-input-placeholder,
.send-form textarea::-webkit-input-placeholder {
	color: #555;
}

.send-form input[type=text]::-moz-placeholder,
.send-form select::-moz-placeholder,
.send-form textarea::-moz-placeholder {
	opacity: 1;
	color: #555;
}

.send-form input[type=text]:-moz-placeholder,
.send-form select:-moz-placeholder,
.send-form textarea:-moz-placeholder {
	color: #555;
}

.send-form input[type=text]:-ms-input-placeholder,
.send-form select:-ms-input-placeholder,
.send-form textarea:-ms-input-placeholder {
	color: #555;
}

.send-form input[type=text].placeholder,
.send-form select.placeholder,
.send-form textarea.placeholder {
	color: #555;
}

.send-form textarea {
	min-height: 85px;
}

.send-form label {
	display: block;
	margin: 0 0 6px;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #555;
	letter-spacing: .3px;
}

.send-form .area {
	display: table;
	width: 100%;
	margin: 0 0 54px;
}

.send-form .area .col {
	display: table-cell;
	padding: 0 28px;
	width: 50%;
}

.send-form .area .col + .col {
	border-left: 1px dotted #000;
}

.send-form .area .item {
	margin: 0 0 24px;
}

.send-form .area input[type=text],
.send-form .area select,
.send-form .area textarea {
	width: 274px;
	display: inline-block;
	vertical-align: middle;
}

.send-form h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #555;
	letter-spacing: .5px;
	margin: 0 0 30px;
}

.send-form .add-row {
	margin-top: -25px;
}

.send-form .add-row .link {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 7px 0 0;
	font: italic 15px/15px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #1888de;
}

.send-form .add-row .link:after {
	position: absolute;
	top: -10px;
	left: -5px;
	right: -5px;
	bottom: -10px;
	content: "";
}

.send-form .add-row .link:hover {
	border-color: transparent;
}

.send-form button {
	display: block;
	margin: 0 auto;
	width: 248px;
	height: 44px;
	border: none;
	border-radius: 5px;
	box-shadow: 0 4px 0 0 #1888de;
	background: #31adf6;
	color: #fff;
	font-size: 18px;
}

.send-form button:hover {
	background: #1888de;
}

.send-form .slide-1,
.send-form .slide-2 {
	display: none;
	padding: 25px 0 0;
}

.send-form .add-row .opener-2 {
	display: none;
}

.send-form .col.state-1 .add-row .opener-1 {
	display: none;
}

.send-form .col.state-1 .add-row .opener-2 {
	display: inline-block;
}

.send-form .col.state-1 .slide-1 {
	display: block;
}

.send-form .col.state-2 .slide-2,
.send-form .col.state-2 .slide-1 {
	display: block;
}

.send-form .col.state-2 .add-row {
	display: none;
}

.tooltip {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	width: 24px;
	height: 24px;
	border: 1px solid #ffc835;
	background: #fffcf3;
	text-align: center;
}


.tooltip .slide {
	cursor: default;
	display: none;
	z-index: 4;
	position: absolute;
	text-align: left;
	bottom: -1px;
	left: -1px;
	width: 216px;
	font: italic 13px/24px Arial, Helvetica, sans-serif;
	color: #555;
	border: 1px solid #ffc835;
	background: #fffcf3;
	padding: 6px 10px;
}

.tooltip:hover .slide {
	display: block;
}

.news {
	padding: 40px 0 51px;
}

.news .col-holder {
	overflow: hidden;
	margin: 0 -20px 20px;
}

.news .t {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.news .col {
	display: table-cell;
	width: 33.3333333333%;
	padding: 0 20px;
}

.news .col + .col {
	border-left: 1px solid #dadada;
}

.news h1 {
	text-align: center;
	margin: 0 0 53px;
	font: 33px/36px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #555;
	letter-spacing: .8px;
}

.news .btn {
	display: block;
	margin: 0 auto;
	width: 248px;
	border-radius: 5px;
	box-shadow: 0 4px 0 0 #999;
	background: #fff;
	border: 1px solid #999;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	padding: 9px 5px 11px;
	text-align: center;
}

.news .btn:hover {
	box-shadow: none;
}

.post {
	font-size: 16px;
	line-height: 20px;
	color: #444;
	letter-spacing: .4px;
	padding: 0 0 15px;
}

.post .date {
	display: block;
	font-size: 14px;
	margin: 0 0 7px;
	color: #239de3;
	letter-spacing: -.8px;
}

.post h2 {
	font: bold 19px/24px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 8px;
	letter-spacing: 1.1px;
}

.post h2 a {
	color: inherit;
}

.post h2 a:hover {
	text-decoration: underline;
}

.post img {
	display: block;
	margin: 12px 0 8px;
}

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

.post .more {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	font-style: italic;
	position: relative;
}

.post .more:after {
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -10px;
	content: "";
}

.post .more:hover {
	text-decoration: none;
}

.newsletter {
	position: relative;
	padding: 112px 0 102px;
}

.newsletter .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.newsletter .bg img {
	max-width: none;
}

.newsletter .container {
	position: relative;
}

.newsletter-form {
	border: 1px solid #1888de;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.newsletter-form header {
	background: #1888de;
	padding: 14px 15px;
	color: #fff;
	text-align: center;
}

.newsletter-form header span {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: .5px;
}

.newsletter-form h1 {
	font: 20px/24px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 7px;
	letter-spacing: 1.3px;
}

.newsletter-form h1 strong {
	font-size: 26px;
	letter-spacing: 1px;
}

.newsletter-form .body {
	padding: 19px 67px 38px;
	overflow: hidden;
}

.newsletter-form .item {
	float: left;
	margin: 0 70px 0 0;
}

.newsletter-form label {
	display: block;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0 0 8px;
}

.newsletter-form input[type=text],
.newsletter-form select {
	display: block;
	width: 273px;
	height: 44px;
	border: 1px solid #9e9e9e;
	background: #f2f2f2;
	border-radius: 5px;
	font: 16px/22px Arial, Helvetica, sans-serif;
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 21%, #fff 79%, #fff 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 21%, #fff 79%, #fff 100%);
	color: #999;
	padding: 10px 18px;
}

.newsletter-form input[type=text]::-webkit-input-placeholder,
.newsletter-form select::-webkit-input-placeholder {
	color: #999;
}

.newsletter-form input[type=text]::-moz-placeholder,
.newsletter-form select::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.newsletter-form input[type=text]:-moz-placeholder,
.newsletter-form select:-moz-placeholder {
	color: #999;
}

.newsletter-form input[type=text]:-ms-input-placeholder,
.newsletter-form select:-ms-input-placeholder {
	color: #999;
}

.newsletter-form input[type=text].placeholder,
.newsletter-form select.placeholder {
	color: #999;
}

.newsletter-form .jcf-select {
	width: 273px;
}

.newsletter-form .jcf-select .jcf-select-text {
	opacity: .5;
	font-size: 14px;
}

.newsletter-form button {
	float: right;
	margin: 27px 0 0;
	width: 158px;
	height: 44px;
	border: none;
	border-radius: 5px;
	box-shadow: 0 4px 0 0 #1888de;
	background: #31adf6;
	color: #fff;
	font-size: 18px;
	letter-spacing: .8px;
}

.newsletter-form button:hover {
	background: #1888de;
}

#footer {
	background: #fff;
	padding: 42px 0 90px;
}

#footer .logo-col {
	float: left;
	max-width: 300px;
	color: #444;
	font-size: 16px;
	line-height: 24px;
}

#footer .logo-col strong {
	display: block;
	margin: 0 0 27px;
	font-size: 24px;
}

#footer .contacts {
	float: right;
	width: 343px;
	font-style: normal;
	margin: 6px 65px 0 0;
}

#footer .contacts .address {
	position: relative;
	display: block;
	padding-left: 43px;
	font-size: 15px;
	line-height: 24px;
	color: #333;
}

#footer .contacts a.address {
    text-decoration: underline;
}

#footer .contacts a.address:hover {
    text-decoration: none;
}

#footer .contacts .address:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 10px;
	width: 19px;
	height: 27px;
	background: url(../images/ico-pin.png) no-repeat;
}

#footer .contacts .footer-phone {
	display: block;
	position: relative;
	margin: 0 0 10px;
	padding-left: 44px;
}

#footer .contacts .footer-phone:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 23px;
	background: url(../images/ico-phone.png) no-repeat;
	top: 23px;
	left: 7px;
}

#footer .contacts .footer-phone .label {
	display: block;
	font-size: 15px;
	line-height: 17px;
	font-style: italic;
	color: #333;
	margin: 0 0 4px;
}

#footer .contacts .footer-phone .phone {
	display: block;
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 18px;
}

#footer .contacts .footer-phone .phone strong {
	display: inline-block;
	vertical-align: top;
	margin: -3px 4px 0 0;
	font-size: 23px;
	color: #1888de;
}

#footer .contacts .footer-phone .phone em {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	color: #333;
}

#footer .contacts .footer-phone .phone span {
	display: inline-block;
	vertical-align: top;
}

#footer .day-phone {
	margin: 0 0 8px;
}

#footer .day-phone .label {
	font-style: normal;
	margin: 0 0 5px;
}

#footer .day-phone .phone {
	font-size: 15px;
}

#footer .day-phone .phone strong {
	font-size: 18px;
	color: #1888de;
	margin: 0 16px 0 0;
}

#footer .day-phone .phone span {
	color: #1888de;
}

#footer .day-phone:before {
	background: url(../images/ico-day-2.png) no-repeat;
	width: 29px;
	height: 30px;
	top: 24px;
	left: 5px;
}

#footer .night-phone .label {
	font-style: normal;
}

#footer .night-phone .phone {
	font-size: 15px;
}

#footer .night-phone .phone strong {
	font-size: 18px;
	color: #1888de;
	margin: 0 16px 0 0;
}

#footer .night-phone .phone span {
	color: #1888de;
}

#footer .night-phone:before {
	background: url(../images/ico-night-2.png) no-repeat;
	width: 29px;
	height: 30px;
	top: 25px;
	left: 5px;
}

.developed {
	float: right;
	padding: 7px 0 0;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	color: #444;
	text-align: right;
	width: 200px;
}

.developed:hover {
	text-decoration: none;
	color: #444;
}

.developed:hover img {
	border-color: transparent;
}

.developed span {
	display: block;
	margin: 0 0 9px;
}

.developed img {
	float: right;
	border-bottom:1px solid #000;
}
.developed img:hover{border-color:transparent;}
.build-list {
	margin: 0 -10px;
	padding: 10px 0 0;
	text-align: center;
}

.build-list {
	margin: 0 -10px;
	padding: 10px 0 0;
	text-align: center;
}

.build-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 45px;
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.build-list li:hover {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
	border-color: #bababa;
}

.build-list img {
	display: block;
}

.build-list span {
	display: block;
	font-size: 16px;
	line-height: 27px;
	padding: 19px 5px 21px;
	text-align: center;
	color: #1888de;
}

.open-info {
	padding: 50px 0 46px;
}

.open-info h1 {
	text-align: center;
	color: #1888de;
	font: bold 24px/28px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.open-info h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 25px;
	letter-spacing: .5px;
}

.open-info hr {
	display: block;
	margin: 0 0 10px;
	border: none;
	height: 1px;
	background: #e1e1e1;
}

.open-info .more {
	margin-top: -10px;
	border-bottom: 1px dotted #1888de;
	color: #1888de;
	font-style: italic;
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}

.open-info .more:hover {
	border-color: transparent;
}

.doc-list {
	font-size: 18px;
	line-height: 24px;
}

.doc-list li {
	margin: 0 0 23px;
}

.doc-list a {
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	position: relative;
	border-bottom: 1px dotted #333;
}

.doc-list a:after {
	position: absolute;
	right: -42px;
	top: -1px;
	background: url(../images/ikonka.png) no-repeat;
	width: 27px;
	height: 31px;
	content: "";
}

.doc-list a:hover {
	border-color: transparent;
}

.doc-list a:hover:after {
	background: url(../images/ikonka-hover.png) no-repeat;
}

.single-build {
	padding: 49px 0 38px;
}

.single-build h1 {
	text-align: center;
	font: 24px/28px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-variant: small-caps;
	color: #1888de;
	margin: 0 0 25px;
	padding: 0 0 49px;
	border-bottom: 1px solid #aaa;
}

.single-build .holder {
	overflow: hidden;
}

.single-build .sidebar {
	float: left;
	width: 248px;
}

.single-build .sidebar img {
	display: block;
	margin: 0 0 15px;
}

.single-build .main-info {
	float: right;
	width: 660px;
}

.single-build .box {
	margin: 0 0 40px;
	border: 1px solid #c9c9c9;
	background: #f9f9f9;
	border-radius: 5px;
	font-variant: small-caps;
	padding: 12px 12px 12px 30px;
	overflow: hidden;
	letter-spacing: -.6px;
}

.single-build .box img {
	float: right;
	margin: 0 0 0 20px;
}

.single-build .box span {
	display: block;
	color: #666;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin: 6px 0 10px;
}

.single-build .box > strong {
	display: block;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: #000;
	margin: 0;
	letter-spacing: .4px;
}

.single-build .box em {
	display: block;
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	color: #000;
}

.single-build .box em strong {
	font-weight: 500;
	margin-left: 2px;
	letter-spacing: .6px;
}

.single-build .box .btn {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	box-shadow: 0 4px 0 0 #1888de;
	background: #31adf6;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 31px;
	padding: 5px 18px;
	letter-spacing: 1px;
}

.single-build .box .btn + .btn {
	margin-top: 10px;
}

.single-build .box .btn:hover {
	background: #1888de;
}

.single-build dl {
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .5px;
	margin: 0 0 8px;
}

.single-build dl dt {
	float: left;
	margin: 0 5px 0 0;
}

.single-build dl dd {
	float: left;
	margin: 0 27px 0 0;
	font-size: 20px;
	font-weight: 500;
}

.single-build .sub-info {
	margin: 0 0 25px;
	letter-spacing: .4px;
}

.single-build .sub-info a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px;
	color: inherit;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #333;
}

.single-build .sub-info a:hover {
	border-color: transparent;
}

.single-build h2 {
	letter-spacing: .6px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 11px;
}

.single-build .doc-list {
	font-size: 16px;
}

.single-build .doc-list li {
    width: 95%;
	margin: 0 0 9px;
}

.single-build .more {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 25px;
	letter-spacing: .5px;
	font-style: italic;
	line-height: 24px;
	border-bottom: 1px dashed #1888de;
}

.single-build .more:hover {
	border-color: transparent;
}

.open-slide .alt {
	display: none;
}

.open-slide.active {
	padding: 0 0 25px;
}

.open-slide.active .alt {
	display: block;
}

.open-slide.active .more {
	display: none;
}

.form-popup {
	width: 498px;
	margin: 0 auto;
	padding: 1px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.form-popup .close {
	position: absolute;
	top: -28px;
	right: -28px;
	width: 76px;
	height: 76px;
	border-radius: 100%;
	background: #fff url(../images/ico-close.png) no-repeat 18px 39px;
}

.form-popup .master-form {
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.form-popup h2 {
	font: bold 21px/30px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 40px;
	text-align: center;
	background: #198adf;
	letter-spacing: 1.2px;
	color: #fff;
	padding: 20px 60px;
	border-radius: 4px 4px 0 0;
}

.form-popup .form-area {
	padding: 0 90px;
}

.form-popup .info-text {
	text-align: center;
	color: #444;
	margin: 28px -40px 20px;
}

.form-popup .info-text span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	margin: 0 0 2px;
}

.form-popup .info-text strong {
	display: block;
	font-size: 24px;
	line-height: 30px;
}

.form-popup .info-text strong em {
	font-style: normal;
	font-size: 18px;
}

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

.success {
	text-align: center;
	width: 498px;
	background: #fff;
	border-radius: 5px;
	padding: 62px 40px 70px;
}

.success strong {
	color: #1888de;
	display: block;
	margin: 0 0 22px;
	letter-spacing: 1.2px;
	font: bold 21px/30px "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.success span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: .4px;
	color: #444;
}

.place {
    border: solid 1px #DE0000 !important;
}
.navpages {
	padding: 0;
	margin: 0;
}
.navpages li {
	display: inline;
	list-style: none;
}

.navpages li a {
	padding: 0 4px;
}

.checkbox-section {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 33px;
    flex-wrap: wrap;
}
.personal-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.form-check {
    margin: 0 10px 6px 0;
}
.personal-info a {
    color: inherit;
    text-decoration: underline;
}
.personal-info a:hover {
    text-decoration: none;
}
.form-button[disabled] {
    opacity: 0.65;
}
.form-button[disabled]:hover {
    background: #31adf6;
}
.item.checkboxes {
    margin-top: 25px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox_sprite%402x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox_loading%402x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

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

