@font-face {
	font-family: "unna";
	src: url("../fonts/unna-bold.eot");
	src: url("../fonts/unna-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/unna-bold.woff") format("woff"), url("../fonts/unna-bold.ttf") format("truetype"), url("../fonts/unna-bold.svg#unnabold") format("svg");
	font-weight: bold;
	font-style: normal;
}

/*! 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;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-16by9.map-container {
	padding-bottom: 45.25%;
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

#nav ul,
.icons-block,
.description-list,
.sub-nav ul,
.tabset,
.contacts-list,
.add-nav,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
form .row:after,
#header:after,
.twocolumns:after,
.columns-holder:after,
.columns-holder .twoblocks:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	clear: both;
}

.clear-fix {
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	height: 100%;
	color: #000;
	background: #fff;
	font: 14px/1.1429 "Lato", Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	/*-moz-osx-font-smoothing: grayscale;*/
}

a {
	text-decoration: none;
}

a:hover {
	opacity: .6;
}

img {
	max-width: 100%;
	height: auto;
}

address {
	font-style: normal;
	line-height: 1.4286;
	padding: 0 0 25px;
}

address p {
	margin: 0 0 14px;
}

address a {
	color: #000;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Unna", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	margin: 0 0 17px;
	color: inherit;
}

h1,
.h1 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

h2,
.h2 {
	font-size: 20px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 24px;
}

a {
	color: #999;
}

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"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background: #fff;
	border: 1px solid #000;
	padding: 0 8px;
	font: 700 14px "Unna", Georgia, "Times New Roman", Times, serif;
	margin: 0 0 7px;
	height: 26px;
	line-height: 24px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]: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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #999;
}

textarea {
	height: 75px;
	min-height: 75px;
}

form .row {
	margin: 0 0 6px;
}

form .label {
	float: left;
	width: 116px;
	margin: 4px 0 0;
	padding: 0 5px 0 0;
}

form .text {
	display: block;
	overflow: hidden;
	padding: 2px;
	margin: 0 0 0 -2px;
}

form .text input,
form .text textarea {
	width: 100%;
	margin: 0;
}

form .captcha-holder {
	overflow: hidden;
	padding: 0 2px 2px;
}

form .captcha-holder .text {
	padding: 0;
}

form .btn-holder {
	padding: 2px;
}

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;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: 14px;
	height: 26px;
	line-height: 24px;
	padding: 0 12px;
	text-align: center;
	min-width: 76px;
}

.join-form button,
.join-form
  input[type="button"],
.join-form
  input[type="reset"],
.join-form
  input[type="file"],
.join-form
  input[type="submit"] {
	min-width: 100px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background-color: #fff;
	color: #000;
}

.custom-form [type="checkbox"],
.custom-form [type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.custom-form .fake-label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 0;
}

.custom-form .fake-input {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #000;
	background: #fff;
	vertical-align: middle;
	position: relative;
	margin-right: 5px;
}

.custom-form [type="radio"] + .fake-input:before {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	background: #000;
	opacity: 0;
}

.custom-form [type="checkbox"] + .fake-input:before {
	content: "";
	width: 8px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: solid #000;
	border-width: 0 0 2px 2px;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -4px 0 0 -5px;
}

.custom-form [type="radio"]:checked + .fake-input:before,
.custom-form [type="checkbox"]:checked + .fake-input:before {
	opacity: 1;
}

.custom-form input:disabled + .fake-input,
.custom-form input:disabled ~ .fake-label {
	opacity: .5;
}

.join-form .label {
	width: 122px;
}

.join-form .row {
	margin-bottom: 11px;
}

.join-form textarea {
	height: 67px;
	min-height: 67px;
}

/*! 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;
	color: #fff;
	text-shadow: none;
}

.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,
.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: fixed;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8040;
	background: none !important;
}

.fancybox-close:before,
.fancybox-close:after {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;
	left: -2px;
	right: -2px;
	height: 2px;
	background-color: #fff;
}

.fancybox-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.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:hover,
.fancybox-next:hover {
	opacity: 1;
}

.fancybox-prev:hover span:after,
.fancybox-prev:hover span:before,
.fancybox-next:hover span:after,
.fancybox-next:hover span:before {
	background-color: #fff;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 28px;
	margin-top: -14px;
	cursor: pointer;
	z-index: 8040;
	background: none;
}

.fancybox-nav span:after,
.fancybox-nav span:before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	background: #bfbfbf;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-nav span:after {
	top: auto;
	bottom: 20px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-prev span {
	left: 0;
}

.fancybox-next span {
	right: 0;
}

.fancybox-next span:after,
.fancybox-next span:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-next span:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.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: 99999;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow: hidden;
}

/* 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);
	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!*/

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom file input styles */

.jcf-file {
	display: block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #000;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #000;
	padding: 0 10px;
	line-height: 22px;
	height: 26px;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: rgba(0, 0, 0, .5) !important;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	opacity: 1;
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

.placeholder {
	color: #999;
}

h1,
h2,
h3 {
	text-transform: uppercase;
}

.wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 100%;
	padding: 0 10px;
}

.landing .wrapper {
	padding: 0;
}

.wrap {
	padding: 0 0 80px;
}

.w1 {
	max-width: 767px;
	margin: 0 auto;
}

#header {
	padding: 10px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10000;
	background: rgba(255, 255, 255, .8);
	min-width: 320px;
}

.win-height {
	height: 100vh;
}

.win-height-browser {
	max-height: calc(100vh - 180px);
}

.slideshow {
	position: relative;
}

.slideshow .slideset {
	width: 100%;
	height: 100%;
}
.slideshow-landscape {
    display: block;
}
.slideshow-portrait {
    display: none;
}
@media screen and (orientation: portrait) {
    .slideshow-landscape {
        display: none;
    }
    .slideshow-portrait {
        display: block;
    }
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow img {
	width: 100%;
}

.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}

.slideshow .text-block {
	position: absolute;
	z-index: 15;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	margin: 3.6vh 0 0;
	width: 91.47%;
	max-width: 343px;
	text-align: center;
}

.slideshow .logo-holder {
	margin: 0 0 5.2vh;
}

.slideshow .bg-stretch:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: rgba(0, 0, 0, .4);
	position: absolute;
}

.bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.bg-stretch img {
	max-width: none;
}

.btn {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #000;
	border: 2px solid #000;
	padding: 5px 18px;
	text-align: center;
}

.landing .btn {
	color: #fff;
	border-color: #fff;
}

.landing .btn:hover {
	opacity: 1;
	color: #e6e6e6;
	border-color: #e6e6e6;
}

#nav {
	font-family: "Prata", Georgia, "Times New Roman", Times, serif;
	float: left;
}

#nav ul {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	min-width: 170px;
	margin: .8vh 0 0 11px;
}

#nav li {
	white-space: nowrap;
	text-align: center;
	list-style: none outside;
	margin: 0 0 4.8vh;
	position: relative;
	text-align: left;
}

#nav li:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	min-height: 32px;
}

#nav li > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
	max-width: 99%;
}

#nav li:last-child {
	margin-bottom: 0;
}

#nav li a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
    transition: all 0.2s;
    white-space: nowrap;
}

#nav .active a,
#nav li a:hover {
	font-size: 24px;
	font-style: italic;
	opacity: 1;
	text-transform: capitalize;
	margin: 0 0 -2px;
}

#nav .drop {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	height: 100vh;
}

#nav.nav-active .drop {
	opacity: 1;
	visibility: visible;
	height: 100vh;
}

#nav .drop-holder {
	background: rgba(0, 0, 0, .9) url(../images/logoV.svg) no-repeat -112px 0;
	background-size: auto 100%;
	height: 100%;
	padding: 9px 11px;
	overflow-y: auto;
}

.nav-opener {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 41px;
	height: 41px;
	position: relative;
	border: 1px solid #000;
}

/*.nav-opener:hover {
	opacity: .9;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #000;
	position: absolute;
	top: 19px;
	left: 9px;
	right: 9px;
	height: 1px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
	left: -4px;
	right: -4px;
	height: 3px;
	background-color: #fff;
}
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
	left: -4px;
	right: -4px;
	height: 3px;
	background-color: #fff;
}


.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 12px;
}

.nav-opener:after {
	top: 26px;
}*/

/*.nav-opener.close-btn {
	display: block;
	width: 30px;
	height: 30px;
	border: none;
}

.nav-opener.close-btn span {
	opacity: 0;
}*/



.nav-opener.close-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*.nav-active .nav-opener {
	display: none;
}*/

.nav-active .nav-opener.close-btn {
	display: block;
}

.logo-block {
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 9px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.logo {
	width: 186px;
	height: 42px;
	margin: 0 auto;
}

.logo a:hover {
	opacity: 1;
}

.logo img {
	display: block;
}

.search-block {
	float: right;
	position: relative;
	z-index: 2;
	margin: 0 30px 0 0;
	border-right: 1px solid #000;
	min-height: 45px;
}

.search-block.search-active {
	border-right-color: transparent;
}

.search-block .search-form {
	position: relative;
}

.search-block .ajax-drop {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
}

.search-block .ajax-drop ul {
	padding: 5px;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	max-height: 500px;
	overflow: auto;
}

.search-block .ajax-drop ul li {
	padding: 0 0 5px;
}

.search-block .ajax-drop ul li.selected-line {
	opacity: .6;
}

.search-block .ajax-drop ul li a {
	color: black;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.search-block .ajax-drop ul li a strong {
	color: #999;
}

.search-block .ajax-drop ul img {
	display: inline-block;
	vertical-align: middle;
}

.search-block .ajax-drop ul span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.search-block .img-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 30px;
	margin: 0 10px 0 0;
	position: relative;
	font-size: 0;
	line-height: 0;
	background-size: cover;
	background-position: center;
}

.search-block .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0 !important;
}

.search-block .drop-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.search-block .drop {
	position: absolute;
	top: 0;
	left: 100%;
	right: 0;
	z-index: 99;
	width: 100%;
	padding: 0 0 0 1px;
	-webkit-transition: left .25s linear;
	transition: left .25s linear;
}

.search-block.search-active .drop-container {
	-webkit-transition: overflow .25s linear;
	transition: overflow .25s linear;
	overflow: visible;
}

.search-block.search-active .drop {
	left: 0;
}

.search-block .search-opener {
	position: absolute;
	top: 14px;
	bottom: auto;
	left: auto;
	right: -32px;
	z-index: 999;
}

.search-block input {
	box-sizing: border-box;
	border-color: #000;
	border-width: 0 0 1px;
	margin: 0;
	padding: 22px 0 0;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	height: 45px;
}

.search-block input::-webkit-input-placeholder {
	color: #000;
}

.search-block input::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.search-block input:-moz-placeholder {
	color: #000;
}

.search-block input:-ms-input-placeholder {
	color: #000;
}

.search-block input.placeholder {
	color: #000;
}

.search-opener {
	width: 19px;
	height: 19px;
	display: block;
}

.search-opener .icon {
	display: block;
	width: 100%;
	height: 100%;
}

#main {
	padding: 69px 0 25px;
}

.landing #main {
	height: 100vh;
	padding-top: 0;
}

.page-about #main:after {
	position: absolute;
	top: 69px;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 10;
	background: rgba(0, 0, 0, .66);
}

.twocolumns {
	padding: 0 0 15px;
}

.twocolumns .column {
	padding: 0 0 10px;
}

.container {
	overflow: hidden;
	padding: 6px;
	margin: -6px -14px;
	letter-spacing: -5px;
}

.container .item {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 6px 8px 12px;
	width: 49%;
}

.container .stamp {
	display: block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 8px 12px;
}

.container .item-block {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px 19px;
	width: 96.5%;
}

.stamp,
.item,
.item-block {
	position: relative;
}

.item-container .stamp,
.item-container .item,
.item-container
  .item-block {
	padding: 0 0 22px;
}

.stamp a,
.item a,
.item-block a {
	color: #fff;
}

.stamp img,
.item img,
.item-block img {
	vertical-align: top;
	width: 100%;
}

.item-container .stamp img,
.item-container .item img,
.item-container
    .item-block img {
	width: 100%;
}

.item.size-large,
.item-block.size-large {
	width: 96.5%;
}

.stamp.size-small01,
.item.size-small01,
.item-block.size-small01 {
	width: 96.5%;
}

.stamp.size-small02,
.item.size-small02,
.item-block.size-small02 {
	width: 96.5%;
}

.stamp.size-small03,
.item.size-small03,
.item-block.size-small03 {
	/*width: 96.5%;*/
}

.stamp .item-inner:before,
.item .item-inner:before,
.item-block .item-inner:before {
	position: absolute;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
	content: "";
	border: 2px solid #000;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.stamp .item-holder,
.stamp .item-inner,
.item .item-holder,
.item .item-inner,
.item-block .item-holder,
.item-block .item-inner {
	position: relative;
	z-index: 2;
}


.stamp .item-holder:hover:before,
.stamp .item-holder:hover .like-icon,
.stamp .item-holder:hover .options,
.stamp .item-holder:hover .options:after,
.stamp .item-holder:hover .icons-block,
.stamp .item-inner:hover:before,
.stamp .item-inner:hover .like-icon,
.stamp .item-inner:hover .options,
.stamp .item-inner:hover .options:after,
.stamp .item-inner:hover .icons-block,
.item .item-holder:hover:before,
.item .item-holder:hover .like-icon,
.item .item-holder:hover .options,
.item .item-holder:hover .options:after,
.item .item-holder:hover .icons-block,
.item .item-inner:hover:before,
.item .item-inner:hover .like-icon,
.item .item-inner:hover .options,
.item .item-inner:hover .options:after,
.item .item-inner:hover .icons-block,
.item-block .item-holder:hover:before,
.item-block .item-holder:hover .like-icon,
.item-block .item-holder:hover .options,
.item-block .item-holder:hover .options:after,
.item-block .item-holder:hover .icons-block,
.item-block .item-inner:hover:before,
.item-block .item-inner:hover .like-icon,
.item-block .item-inner:hover .options,
.item-block .item-inner:hover .options:after,
.item-block .item-inner:hover .icons-block {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.stamp .item-holder:hover .like-icon:hover,
.stamp .item-inner:hover .like-icon:hover,
.item .item-holder:hover .like-icon:hover,
.item .item-inner:hover .like-icon:hover,
.item-block .item-holder:hover .like-icon:hover,
.item-block .item-inner:hover .like-icon:hover {
	opacity: .7;
}

.stamp .link-holder,
.item .link-holder,
.item-block .link-holder {
	display: block;
}

.stamp .link-holder:hover,
.item .link-holder:hover,
.item-block .link-holder:hover {
	opacity: 1;
}

.stamp .like-icon,
.stamp .options,
.item .like-icon,
.item .options,
.item-block .like-icon,
.item-block .options {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.stamp .options,
.item .options,
.item-block .options {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.stamp .options:after,
.item .options:after,
.item-block .options:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 1;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	visibility: hidden;
	opacity: 0;
}

.stamp .info,
.item .info,
.item-block .info {
	position: absolute;
	top: auto;
	bottom: 8px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 2;
	padding: 0 4.15%;
	text-align: center;
	max-height: 70%;
	overflow: hidden;
}

.stamp .info p,
.item .info p,
.item-block .info p {
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

.stamp .like-icon,
.item .like-icon,
.item-block .like-icon {
	color: #fff;
	font-size: 20px;
	position: absolute;
	z-index: 10;
	top: 8px;
	left: 13px;
}

.stamp .like-icon:hover,
.item .like-icon:hover,
.item-block .like-icon:hover {
	opacity: .7;
}

.stamp .description,
.item .description,
.item-block .description {
	color: #000;
	font-size: 12px;
	text-align: center;
	padding: 7px 5% 4px;
}

.item .icons-block,
.item-block .icons-block {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	text-align: right;
}

.like-icon {
	color: #fff;
	font-size: 27px;
}

.like-icon .number {
	margin: 0 0 0 5px;
}

.facebook-holder {
	width: 300px !important;
}

.description .time {
	display: block;
	margin: 0 0 4px;
}

.description .title {
	font: 700 16px/12.3px "Unna", Georgia, "Times New Roman", Times, serif;
}

.title .title-block {
	display: inline-block;
	vertical-align: baseline;
}

.boxes-holder {
	text-align: center;
	letter-spacing: -5px;
	margin: 0 -9px;
}

.boxes-holder .box {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 9px 5px;
	width: 50%;
}

.box .box-inner {
	position: relative;
}

.box .box-inner:hover .icons-block,
.box .box-inner:hover .link-holder:after,
.box .box-inner:hover .description-list {
	visibility: visible;
	opacity: 1;
}

.box .box-inner:hover .info-holder {
	margin: -5px 0 0;
}

.box .box-inner:hover .title {
	position: absolute;
	z-index: 4;
	top: 13px;
	left: 10px;
	right: 10px;
	color: #fff;
}

.box .box-inner:hover .description-list {
	height: auto;
}

.box .img-holder {
	margin: 0 0 9px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.box .link-holder {
	display: block;
	position: relative;
	z-index: 2;
}

.box .link-holder:hover {
	opacity: 1;
}

.box .link-holder:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: rgba(0, 0, 0, .49);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}

.box .img-wrap {
	padding-top: 119.2%;
	position: relative;
	font-size: 0;
	line-height: 0;
}

.box .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0 !important;
}

.box img {
	vertical-align: top;
}

.box .icons-block {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	text-align: right;
}

.box .info-holder {
	min-height: 50px;
}

.box .title {
	font: 700 14px/1.125 "Unna", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.box .description-list {
	visibility: hidden;
	opacity: 0;
	height: 0;
	padding-bottom: 0;
}

.img-wrap {
	overflow: hidden;
	position: relative;
}

.icons-block {
	letter-spacing: -5px;
	position: relative;
	z-index: 3;
}

.icons-block a {
	display: block;
	white-space: nowrap;
	text-align: center;
	line-height: 0;
	text-align: center;
	width: 41px;
	height: 41px;
	padding: 5px;
}

.icons-block a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 32px;
}

.icons-block a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.icons-block li {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #fff;
	letter-spacing: 0;
	margin: 0 0 0 -2px;
}

.item-holder .icons-block li {
	background: rgba(0, 0, 0, .66);
}

.icons-block .icon {
	fill: #fff;
	width: 21px;
	height: 21px;
}

.icons-block .icon.icon-favorites {
	width: 26px;
	height: 23px;
}

.icons-block .icon.icon-expand {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background: url(../images/sprite.png) no-repeat;
}

.icons-block .icon-minus {
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 21px;
	background: #fff;
}

.icons-block .icon-close {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	position: relative;
	z-index: 5;
}

.icons-block .icon-close:after,
.icons-block .icon-close:before {
	content: "";
	width: 24px;
	height: 1.5px;
	background: #fff;
	position: absolute;
	top: 11px;
	left: 50%;
	margin: 0 0 0 -12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.icons-block .icon-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.description-list {
	font-size: 10px;
	line-height: 1.0542;
	text-align: center;
	padding: 0 0 12px;
}

.item-container .description-list {
	font-size: 14px;
	text-align: left;
}

.item-container .description-list li {
	margin-bottom: 6px;
}

.info-block .description-list {
	padding-bottom: 16px;
}

.portfolio .description-list {
	font-size: 14px;
}

.description-list li {
	display: inline-block;
	vertical-align: baseline;
	letter-spacing: 0;
	margin: 0 2px;
}

.description-list dl {
	margin: 0;
	overflow: hidden;
}

.description-list dl dt,
.description-list dl dd {
	float: left;
}

.description-list dl dd {
	margin: 0 0 0 2px;
}

.sub-nav {
	font: 14px/1.125em "Unna", Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-transform: uppercase;
}

.sub-nav ul {
	margin: 0 -8px;
}

.sub-nav li {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	min-width: 47px;
	margin: 0 2px 13px;
	position: relative;
}

.sub-nav li:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 31px;
}

.sub-nav li > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.sub-nav a {
	color: inherit;
	display: inline-block;
	vertical-align: middle;
}

@media all and (min-width: 1025px) {
    .sub-nav .active > a,
    .sub-nav li > a:hover {
	    opacity: 1;
    }

    .sub-nav .active > a .link-text,
    .sub-nav li > a:hover .link-text {
	    visibility: visible;
	    opacity: 1;
	    height: auto;
	    width: auto;
    }

    .sub-nav .active > a .icon,
    .sub-nav li > a:hover .icon {
        visibility: hidden;
        opacity: 0;
        height: 0;
        width: 0;
    }
}

.sub-nav .icon {
	display: inline-block;
	vertical-align: middle;
	fill: #bfbfbf;
	width: 25px;
	height: 28px;
}

.sub-nav .icon.icon-back {
	height: 25px;
}

.sub-nav .icon.icon-back:after,
.sub-nav .icon.icon-back:before {
	background: #bfbfbf;
}

.sub-nav .icon.icon-polaroid {
	width: 29px;
}

.sub-nav .icon.icon-video {
	width: 28px;
}

.sub-nav .icon.icon-card {
	width: 23px;
}

.sub-nav .icon.icon-instagram {
	width: 29px;
}

.sub-nav .icon.icon-favorites {
	width: 30px;
	height: 31px;
}

.sub-nav .icon.icon-print {
	width: 31px;
}

.sub-nav .icon.icon-email {
	width: 29px;
	height: 22px;
}

.sub-nav .icon.icon-share {
	width: 29px;
}

.sub-nav .link-text {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.icon-back {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 25px;
	height: 25px;
}

.icon-back.icon-small {
	width: 8px;
	height: 14px;
	margin-right: 12px;
}

.icon-back.icon-small:after,
.icon-back.icon-small:before {
	width: 11px;
	top: 8px;
	left: 0;
}

.icon-back.icon-small:after {
	top: auto;
	bottom: 12px;
}

.icon-back:after,
.icon-back:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 5px;
	width: 16px;
	height: 1px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.icon-back:after {
	top: auto;
	bottom: 17px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lightbox-container {
	line-height: 1.4286;
}

.lightbox-container a:hover {
	opacity: 1;
}

.lightbox-container .link-holder {
	margin: 0 0 6.3vh;
}

.lightbox-container .link-holder a {
	color: #fff;
}

.lightbox-container p > a {
	color: #fff;
	text-decoration: underline;
}

.lightbox-container p > a:hover {
	text-decoration: none;
}

.print-option {
	text-align: center;
	padding: 4px 0 2px;
}

.print-option .print-link {
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 10px;
	width: 45%;
	max-width: 185px;
}

.link-holder a:hover {
	text-decoration: underline;
}

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.cycle-gallery img {
	vertical-align: top;
}

.cycle-gallery.not-enough-slides a.btn-prev,
.cycle-gallery.not-enough-slides a.btn-next {
	visibility: hidden;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 50%;
	width: 20px;
	height: 28px;
	margin-top: -14px;
	outline: none;
}

.cycle-gallery .btn-prev:after,
.cycle-gallery .btn-prev:before,
.cycle-gallery .btn-next:after,
.cycle-gallery .btn-next:before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	background: #bfbfbf;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cycle-gallery .btn-prev:after,
.cycle-gallery .btn-next:after {
	top: auto;
	bottom: 20px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cycle-gallery .btn-prev:hover:after,
.cycle-gallery .btn-prev:hover:before,
.cycle-gallery .btn-next:hover:after,
.cycle-gallery .btn-next:hover:before {
	background-color: #000;
}

.cycle-gallery .btn-next {
	left: auto;
	right: 0;
}

.cycle-gallery .btn-next:after,
.cycle-gallery .btn-next:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cycle-gallery .btn-next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-play {
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .01);
}

.btn-play .icon {
	display: block;
	width: 100%;
	height: 100%;
	fill: #000;
}

.video-container {
	max-width: 1112px;
	margin: 0 auto;
}

.video-container .btn-play {
	position: absolute;
	z-index: 15;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-container .btn-play .icon {
	fill: #fff;
}

.video-container .video-holder img {
	width: 100%;
}

.text-section {
	position: absolute;
	top: 69px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	padding: 15px;
	color: #fff;
	text-align: center;
	height: calc(100vh - 70px);
	overflow-y: auto;
    overflow-x: hidden;
}

.text-section .box-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	left: 50%;
	width: 96%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.tabs-area .columns-holder {
	display: none;
}

.tabs-area .columns-holder.active-tab {
	display: block;
}

.tabset {
	padding: 0 0 14px;
}

.tabset li {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 56px 5px 0;
}

.columns-holder .column {
	padding: 0 0 16px;
}

.columns-holder .twoblocks .block {
	margin: 0 0 25px;
}

.columns-holder .img-holder {
	margin: 0 0 13px;
	text-align: center;
}

.columns-holder .img-holder img {
	vertical-align: top;
	width: 100%;
}

.columns-holder .note {
	display: block;
	text-align: center;
	margin: 0 0 12px;
}

.two-columns {
	margin: 0 0 20px;
	overflow: hidden;
}

.two-columns .two-blocks {
	overflow: hidden;
}

.two-columns .contact-row {
	display: block;
	margin: 0 0 1px;
}

.contact-section .contacts-list {
	margin-top: -1px;
}

.contact-row a[href^=mailto] {
	font-style: italic;
}

.section {
	padding: 0 0 35px;
}

.section p {
	margin: 0 0 25px;
}

.section dl {
	margin: 0 0 25px;
	overflow: hidden;
}

.section dl dt,
.section dl dd {
	display: inline;
}

.section dl dd {
	margin: 0 0 0 2px;
}

.section p a,
.section dl a {
	color: #000;
}

.section .title {
	display: block;
	margin: 0 0 26px;
	text-transform: uppercase;
}

.contacts-list li {
	margin: 0 0 4vh;
}

.contacts-list a {
	color: #000;
}

.contacts-list a:hover {
	opacity: .5;
}

.contacts-list .heading {
	font-family: "Unna", Georgia, "Times New Roman", Times, serif;
	padding: 0 0 13px;
}

.contacts-list .heading h3 {
	margin: 0 0 1px;
	text-transform: uppercase;
}

.contacts-list .heading .title {
	display: block;
}

.map-link {
	font-size: 16px;
}

.map-link .fa {
	font-size: 30px;
	margin-right: 12px;
}

.link-block {
	font: 16px/18px "Unna", Georgia, "Times New Roman", Times, serif;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.link-block a {
	color: #000;
}

.map-container {
	overflow: hidden;
	height: calc(100vh - 205px);
	position: relative;
}

.map-container img {
	vertical-align: top;
	width: 100%;
}

.map-container iframe,
.map-container embed,
.map-container object,
.map-container video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.add-nav {
	text-align: center;
	font: 20px/1.2 "Unna", Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.3px;
	text-transform: uppercase;
	padding: 0 0 6px;
}

.add-nav a {
	color: #000;
}

.add-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 10px;
}

.masonry-holder .item img {
	width: auto;
	height: auto;
	max-height: none;
	max-width: none;
}

.masonry-holder.sizing-items .item img {
	width: 100%;
}

.item-container {
	overflow: hidden;
}

.item-container.expanded .info-block,
.item-container.expanded .hidden-expanded {
	display: none;
}

.item-container.expanded .visible-expanded {
	display: block;
}

.item-container.expanded .icons-block .visible-expanded {
	display: inline-block;
}

.item-container h2 {
	margin: 0 0 15px;
}

.item-container .info-block {
	overflow: hidden;
}

.item-container .visible-expanded {
	display: none;
}

#footer {
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	padding: 11px 10px;
	text-align: center;
	position: relative;
	height: 80px;
	margin: -80px 0 0;
}

#footer a {
	color: inherit;
}

#footer a:hover {
	opacity: 1;
	text-decoration: underline;
}

.landing #footer {
	color: #fff;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
}

.landing #footer a {
	color: #fff;
}

.social-networks {
	font-size: 22px;
	margin: 0 0 10px;
	text-align: center;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 11px 5px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

div.lightbox {
	color: #fff;
	padding: 5px;
	width: 100%;
	min-width: 260px;
}

.lightbox h2 {
	font-size: 20px;
	line-height: 1.1429;
	margin: 0 0 12px;
}

.lightbox p {
	margin: 0 0 24px;
}

.lightbox form {
	letter-spacing: .25px;
	max-width: 300px;
	margin: 0 auto;
	text-align: left;
}

.lightbox form h2 {
	margin-bottom: 7.5vh;
}

.lightbox form .text {
	display: block;
	overflow: hidden;
}

.lightbox input[type="text"],
.lightbox input[type="tel"],
.lightbox input[type="email"],
.lightbox input[type="search"],
.lightbox input[type="password"],
.lightbox input[type="url"],
.lightbox input[type="date"],
.lightbox textarea {
	background: transparent;
	border-color: #fff;
	margin-bottom: 0;
}

.lightbox button,
.lightbox input[type="button"],
.lightbox input[type="reset"],
.lightbox input[type="file"],
.lightbox input[type="submit"] {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.lightbox button:hover,
.lightbox input[type="button"]:hover,
.lightbox input[type="reset"]:hover,
.lightbox input[type="file"]:hover,
.lightbox input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}

@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/fancybox_sprite@2x.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/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.two-columns .two-blocks .block {
		float: right;
		width: 50%;
	}

	.two-columns .two-blocks .block:first-child {
		float: left;
		padding: 0 2% 0 0;
	}
}

@media (min-width: 480px) {
	.wrap {
		padding-bottom: 40px;
	}

	.container .item {
		width: auto;
	}

	.container .item-block {
		width: auto;
	}

	.item.size-large,
	.item-block.size-large {
		width: 50%;
	}

	.item.size-small01,
	.item-block.size-small01 {
		width: 50%;
	}

	.item.size-small02,
	.item-block.size-small02 {
		width: 50%;
	}

	.item.size-small03,
	.item-block.size-small03 {
		/*width: 50%;*/
	}

	.item-container .description-list li {
		display: block;
		margin: 0 0 4px;
	}

	.columns-holder .twoblocks .block {
		float: right;
		width: 48%;
	}

	.columns-holder .twoblocks .block:first-child {
		float: left;
	}

	.item-container.expanded {
		margin-right: -10px;
	}

	.item-container .item-block {
		float: left;
		width: 49%;
		padding-right: 10px;
	}

	#footer {
		text-align: left;
		height: 40px;
		margin-top: -40px;
	}

	#footer .social-networks {
		float: right;
		margin: -2px 0 0;
		text-align: right;
	}

	.social-networks {
		text-align: right;
	}

	.social-networks li {
		margin: 0 0 5px 18px;
	}
}

@media (min-width: 580px) and (max-width: 1024px) {
	.columns-holder .column.sm-align-left {
		float: left;
	}

	.columns-holder .column.sm-align-right {
		float: right;
	}

	.columns-holder .column.sm-full-width {
		clear: both;
		width: 100%;
	}
}

@media (min-width: 580px) {
	.columns-holder .column {
		width: 48%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.nav-opener.close-btn {
		margin: 35px 0 0 9px;
	}

	.two-columns.contact-section .column {
		width: 219px;
		padding-left: 0;
	}

	.two-columns.contact-section .column:first-child {
		padding: 0 1% 0 0;
		width: 68%;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.twocolumns .column:first-child {
		padding-right: 472px;
	}
}

@media (min-width: 768px) {
	form .text {
		margin-left: 0;
	}

	.join-form .label {
		width: 140px;
	}

	.fancybox-close {
		top: 20px;
		left: 20px;
	}

	.fancybox-prev {
		left: -25px;
	}

	.fancybox-next {
		right: -25px;
	}

	#header {
		padding: 34px 10px 25px;
	}

	.slideshow .text-block {
		margin-top: 5.9vh;
		width: 48.73%;
		max-width: 499px;
	}

	.slideshow .logo-holder {
		margin-bottom: 4.3vh;
	}

	.btn {
		font-size: 18px;
		padding: 6px 25px 5px;
	}

	#nav ul {
		margin-top: 4.8vh;
		min-width: 182px;
	}

	#nav li {
		margin-bottom: 4.2vh;
	}

	#nav .drop-holder {
		background-position: 60px 0;
	}

	.nav-opener.close-btn {
		width: 20px;
		height: 20px;
	}

	.nav-opener.close-btn:before,
	.nav-opener.close-btn:after {
		top: 9px;
		left: -2px;
		right: -2px;
	}

	.logo-block {
		top: 34px;
	}

	.logo {
		width: 234px;
		height: 54px;
	}
    .logo a, .logo img {
        width: inherit;
        height: inherit;
    }

	.search-block {
		min-height: 53px;
		position: relative;
		margin-right: 37px;
	}

	.search-block {
		width: 210px;
	}

	.search-block .drop {
		max-width: 280px;
	}

	.search-block .search-opener {
		top: 18px;
		right: -37px;
	}

	.search-block input {
		height: 53px;
	}

	#main {
		padding-top: 114px;
	}

	.page-about #main:after {
		top: 114px;
		left: 10px;
		right: 10px;
		bottom: 40px;
	}

	.twocolumns {
		padding-bottom: 3px;
	}

	.twocolumns .column {
		float: right;
		width: 415px;
		margin-left: -100%;
		padding-bottom: 3px;
	}

	.twocolumns .column:first-child {
		float: left;
		width: 100%;
		padding-right: 432px;
		padding-left: 0;
		margin-left: 0;
	}

	.container {
		margin: -6px -12px;
	}

	.container .item {
		padding: 0 8px 12px;
	}

	.container .item-block {
		float: left;
		width: 49%;
		padding: 0 8px 18px;
	}

	.item.size-large,
	.item-block.size-large {
		width: 47.86%;
	}

	.item.size-small01,
	.item-block.size-small01 {
		width: 22.93%;
	}

	.item.size-small02,
	.item-block.size-small02 {
		width: 22.93%;
	}

	.item.size-small03,
	.item-block.size-small03 {
		/*width: 22.93%;
		max-width: 230px;*/
	}

	.item .like-icon,
	.item-block .like-icon {
		top: 15px;
		font-size: 27px;
	}

	.facebook-holder {
		width: 415px !important;
	}

	.boxes-holder {
		margin: 0 -12px;
	}

	.boxes-holder .box {
		padding: 0 12px 12px;
		width: 25%;
	}

	.box .info-holder {
		min-height: 52px;
	}

	.box .title {
		font-size: 16px;
	}

	.description-list {
		font-size: 12px;
		padding-bottom: 12px;
	}

	.sub-nav {
		font-size: 16px;
		padding: 0 0 13px;
	}

	.sub-nav ul {
		margin: 0;
	}

	.sub-nav li {
		min-width: 55px;
	}

	.sub-nav .icon {
		width: 25px;
		height: 27px;
	}

	.sub-nav .icon.icon-polaroid {
		width: 27px;
	}

	.sub-nav .icon.icon-video {
		width: 30px;
		height: 29px;
	}

	.sub-nav .icon.icon-card {
		width: 23px;
	}

	.sub-nav .icon.icon-instagram {
		width: 27px;
	}

	.sub-nav .icon.icon-print {
		width: 28px;
		height: 29px;
	}

	.sub-nav .icon.icon-email {
		width: 26px;
		height: 20px;
	}

	.sub-nav .icon.icon-share {
		width: 28px;
		height: 27px;
	}

	.cycle-gallery {
		padding: 0 40px;
	}

	.cycle-gallery .mask .slideset {
		width: 99999px;
		float: left;
	}

	.cycle-gallery .mask .slide {
		width: 100%;
		float: left;
	}

	.cycle-gallery .mask .slide.active {
		z-index: 1;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		left: 10px;
	}

	.cycle-gallery .btn-next {
		left: auto;
		right: 10px;
	}

	.btn-play {
		width: 62px;
		height: 62px;
	}

	.text-section {
		top: 120px;
		left: 10px;
		right: 10px;
		bottom: 50px;
		height: calc(100vh - 150px);
	}

	.text-section .box-holder {
		width: 80%;
	}

	.columns-holder .column {
		padding-bottom: 24px;
	}

	.two-columns .column {
		float: right;
		width: 50%;
		padding: 0 0 0 1%;
	}

	.two-columns .column:first-child {
		float: left;
		padding: 0 1% 0 0;
	}

	.section {
		padding-bottom: 24px;
	}

	.contacts-list li {
		margin-bottom: 5.6vh;
	}

	.link-block {
		float: left;
		width: 97px;
		margin: -2px 10px 12px 0;
	}

	.map-container {
		height: calc(100vh - 190px);
	}

	.add-nav {
		font-size: 18px;
		text-align: right;
		padding-bottom: 30px;
	}

	.add-nav li {
		margin: 0 0 10px 11px;
	}

	.item-container {
		padding: 0 0 38px;
	}

	.item-container.expanded {
		margin-right: -17px;
	}

	.item-container.expanded .item-block {
		padding-right: 17px;
	}

	.item-container h2 {
		margin-bottom: 11px;
	}

	.item-container .item-block {
		margin-top: 1px;
		max-width: 242px;
	}

	.container-boxes {
		overflow: hidden;
		margin: 0 -18px;
	}

	.container-boxes .item-container {
		float: left;
		width: 50%;
		padding-left: 18px;
		padding-right: 18px;
	}

	div.lightbox {
		width: 440px;
	}

	.lightbox h2 {
		font-size: 22px;
	}

	.lightbox form {
		font-size: 16px;
		max-width: 348px;
	}

	.lightbox form .label {
		float: left;
		width: 116px;
		margin: 3px 0 0;
		padding: 0 5px 0 0;
	}
}

@media (min-width: 850px) {
	.video-container .cycle-gallery {
		margin: 0 -40px;
	}
}

@media (min-width: 1025px) {
	.fancybox-wrap {
		top: 30px;
		left: 30px;
	}

	.fancybox-close {
		top: 40px;
		left: 40px;
	}

	.fancybox-overlay {
		top: 30px;
		left: 30px;
	}

	.fancybox-overlay-fixed {
		bottom: 30px;
		right: 30px;
	}

	.wrapper {
		padding: 0 30px;
	}

	#header {
		padding: 30px 30px 25px;
	}

	#nav ul {
		margin-left: 28px;
		margin-top: 3vh;
	}

	#nav li {
		margin-bottom: 3.6vh;
	}

	#nav .drop {
		padding: 30px;
	}

	.logo-block {
		top: 30px;
	}

	.search-block .drop {
		padding-left: 11px;
	}

	.search-block input {
		padding-left: 8px;
	}

	.item.size-large,
	.item-block.size-large {
		width: 37.79%;
		max-width: 583px;
	}

	.item.size-small01,
	.item-block.size-small01 {
		width: 18.96%;
	}

	.item.size-small02,
	.item-block.size-small02 {
		width: 18.51%;
	}

	.item.size-small03,
	.item-block.size-small03 {
		/*width: 17.86%;*/
	}

	.boxes-holder {
		margin: 0 -15px;
	}

	.boxes-holder .box {
		padding: 0 15px 9px;
		width: 20%;
	}

	.item-container .description-list li {
		margin-bottom: 6px;
	}

	.sub-nav {
		padding-bottom: 8px;
	}

	.text-section .box-holder {
		width: 54%;
	}

	.columns-holder .column {
		float: left;
		padding-bottom: 9px;
	}

	.columns-holder .column.size-middle {
		float: left;
		width: 31%;
		padding-right: 1.5%;
	}

	.columns-holder .column.size-large {
		width: 38%;
		float: right;
	}

	.columns-holder .twoblocks .block {
		margin-bottom: 10px;
	}

	.two-columns .two-blocks .block {
		float: right;
		width: 50%;
		padding-left: 11.2%;
	}

	.two-columns .two-blocks .block:nth-child(2n-1) {
		float: left;
		padding: 0 5% 0 0;
	}

	.map-container {
		margin-right: 97px;
	}

	.item-container .item-block {
		width: 38.3%;
		max-width: 289px;
		padding-right: 32px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms],
	a[href^=fax] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
	.w1 {
		max-width: 1280px;
	}

	.slideshow .text-block {
		width: 36.58%;
		max-width: 586px;
		margin-top: 3.7vh;
	}

	.slideshow .logo-holder {
		margin-bottom: 3.4vh;
	}

	#nav .drop-holder {
		background-position: 75px 0;
	}

	.search-block {
		width: 291px;
	}

	.search-block .img-wrap {
		width: 60px;
		height: 45px;
		margin-right: 20px;
	}

	.search-block .drop {
		padding-right: 8px;
		width: 291px;
		max-width: none;
	}

	#main {
		padding-top: 124px;
	}

	.page-about #main:after {
		top: 124px;
		left: 30px;
		right: 30px;
	}

	.container {
		margin: -6px -14px;
	}

    .container .stamp,
	.container .item {
		padding: 10px 8px 12px;
	}

	.container .item-block {
		padding: 0 14px 30px;
	}

	.items-holder {
		margin-left: -20px;
		margin-right: -20px;
	}

	.description .time {
		margin-bottom: 8px;
	}

	.box .box-inner:hover .info-holder {
		margin-top: 0;
		padding: 1px 0 0;
	}

	.box-inner .icons-block a {
		width: 51px;
		height: 51px;
	}

	.box-inner .icons-block a:after {
		min-height: 43px;
	}

	.description-list {
		padding-bottom: 9px;
	}

	.description-list li {
		margin-bottom: 5px;
	}

	.sub-nav {
		padding-bottom: 9px;
	}

	.btn-play {
		width: 74px;
		height: 74px;
	}

	.text-section {
		top: 114px;
		left: 30px;
		right: 30px;
		bottom: 35px;
	}

	.columns-holder .column.size-middle {
		padding-right: 3.43%;
	}

	.contacts-list li {
		margin-bottom: 4.8vh;
	}

	.add-nav {
		font-size: 20px;
		padding-bottom: 34px;
	}

	.item-container {
		padding-bottom: 5px;
	}

	.item-container h2 {
		font-size: 24px;
		margin-bottom: 13px;
	}

	.item-container .item-block {
		padding: 4px 26px 0 0;
	}

	#footer {
		padding: 12px 30px 9px;
	}
}

@media (min-width: 1601px) {
	.boxes-holder .box {
		width: 16.65%;
	}
}

@media (min-width: 1981px) {
	.boxes-holder .box {
		width: 14.28%;
	}
}

@media (min-width: 2326px) {
	.boxes-holder .box {
		width: 12.5%;
	}
}

@media only screen and (min-height: 450px) {
	.text-section .box-holder {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
	}
}

@media (max-width: 767px) {
	.embed-responsive.embed-responsive-16by9 {
		padding-bottom: 75%;
	}

	.hidden-xs {
		display: none !important;
	}

	.search-block {
		position: absolute;
		top: 7px;
		right: 10px;
		left: 65px;
	}

    .stamp .options,
	.item .options,
	.item-block .options {
		font-size: 12px;
	}

    .item-container .stamp .icons-block,
	.item-container .item .icons-block,
	.item-container
	.item-block .icons-block {
		position: static;
		opacity: 1;
		visibility: visible;
		margin-right: -2px;
	}

	.cycle-gallery .mask {
		height: auto !important;
	}

	.cycle-gallery .mask .slideset {
		margin-left: 0 !important;
	}

	.cycle-gallery .mask .slide {
		position: relative !important;
		width: 100% !important;
		margin: 0 0 18px;
		left: 0 !important;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		display: none;
	}

	.landing #footer {
		display: none;
	}

    #header { height: 61px; }
    .nav-opener { left: 14px !important; }
    .nav-active .nav-opener { border-color: transparent; }
    .logo-block { z-index: 50 !important; }
    .search-block.search-active { z-index: 101; }
}

@media (max-width: 480px) and (orientation: landscape) {
	#nav li {
		margin-bottom: 3.5vh;
	}
}

@media only screen and (max-height: 899px) {
	.embed-responsive.embed-responsive-16by9.map-container {
		padding-bottom: 40%;
	}
}

@media only screen and (max-height: 500px) {
	#nav ul {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		top: 10px;
	}

	#nav li {
		margin-bottom: 2vh;
	}
}

