/*! 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.
 */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i");
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: 0.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: -0.5em;
}

sub {
	bottom: -0.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: 0.35em 0.625em 0.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;
}


/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

.si-float-wrapper {
	position: absolute;
	width: 100%;
}

.si-float-wrapper, .si-float-wrapper * {
	box-sizing: border-box;
}

[class*='si-wrapper'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	cursor: default;
}

.si-wrapper-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -40px;
	margin-left: 0;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 0;
	margin-left: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.si-wrapper-left {
	margin-top: -20px;
	margin-left: -11px;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.si-wrapper-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: -20px;
	margin-left: 11px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

[class*='si-shadow-wrapper'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .29804;
	z-index: 1;
}

.si-shadow-wrapper-top, .si-shadow-wrapper-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.si-shadow-pointer-bottom, .si-shadow-pointer-right {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.si-shadow-frame {
	box-shadow: 0 1px 3px 0 #000;
}

[class*='si-shadow-pointer'] {
	position: relative;
	width: 15px;
	height: 15px;
	margin: auto;
}

[class*='si-shadow-inner-pointer'] {
	position: absolute;
	width: 141%;
	height: 141%;
	box-shadow: -0.70711px .70711px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%) rotate(-45deg);
	-ms-transform: translate(-50%, 50%) rotate(-45deg);
	transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%) rotate(-45deg);
	-ms-transform: translate(50%, -50%) rotate(-45deg);
	transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 3px;
	overflow: hidden;
	z-index: 2;
}

.si-content-wrapper {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	padding: 30px;
	background-color: #fff;
}

.si-has-border .si-content-wrapper {
	border: 1px solid #bbb;
}

.si-content {
	overflow: auto;
}

.si-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	color: inherit;
	font-family: Arial, Baskerville, monospace;
	font-size: 24px;
	cursor: pointer;
	opacity: .5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.si-close-button:hover, .si-close-button:focus {
	opacity: .7;
}

[class*='si-pointer-border'] {
	position: absolute;
	border: 15px solid transparent;
	z-index: 3;
}

[class*='si-pointer-bg'] {
	position: relative;
	border: 15px solid transparent;
	z-index: 4;
}

.si-has-border [class*='si-pointer-bg'] {
	border-width: 15px;
}

.si-pointer-border-top, .si-pointer-border-bottom {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.si-pointer-border-left, .si-pointer-border-right {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.si-pointer-top {
	border-bottom: 0;
}

.si-pointer-border-top {
	bottom: 0;
	border-top-color: #bbb;
}

.si-pointer-bg-top {
	border-top-color: #fff;
}

.si-has-border .si-pointer-bg-top {
	top: -1px;
	margin-bottom: 0;
}

.si-pointer-bottom {
	border-top: 0;
}

.si-pointer-border-bottom {
	top: 0;
	border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
	border-bottom-color: #fff;
}

.si-has-border .si-pointer-bg-bottom {
	bottom: -1px;
	margin-top: 0;
}

.si-pointer-left {
	border-right: 0;
}

.si-pointer-border-left {
	right: 0;
	border-left-color: #bbb;
}

.si-pointer-bg-left {
	border-left-color: #fff;
}

.si-has-border .si-pointer-bg-left {
	left: -1px;
	margin-right: 0;
}

.si-pointer-right {
	border-left: 0;
}

.si-pointer-border-right {
	left: 0;
	border-right-color: #bbb;
}

.si-pointer-bg-right {
	border-right-color: #fff;
}

.si-has-border .si-pointer-bg-right {
	right: -1px;
	margin-left: 0;
}

@font-face {
	font-family: 'AmericanTypewriter';
	src: url("../fonts/AmericanTypewriter.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

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

html, body {
	height: 100%;
}

body {
	font: 16px/20px "Open Sans", Arial, Helvetica, sans-serif;
	background: #cee5e7;
	color: #1c1c1c;
	min-width: 320px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 20px;
}

img, iframe {
	max-width: 100%;
}

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

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

.container:after {
	display: block;
	content: '';
	clear: both;
}

#header {
	padding: 20px 0;
	text-align: center;
}

#header .logo {
	display: block;
	margin: 0 auto 20px;
}

#footer {
	text-align: center;
	padding: 20px 0 100px;
}

#footer .btn {
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	padding: 12px;
	min-width: 140px;
	border-radius: 10px;
	text-align: center;
	margin: 0 2px;
	color: #fff;
}

#footer .btn.btn-fb {
	background: #4c77d8;
}

#footer .btn.btn-fb:before {
	content: '';
	margin: -6px 12px -4px 0;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico-facebook.svg) no-repeat;
	background-size: 100% auto;
	width: 17px;
	height: 35px;
}

#footer .btn.btn-tw {
	background: #059ff5;
}

#footer .btn.btn-tw:before {
	content: '';
	margin: -4px 12px -2px 0;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico-twitter.svg) no-repeat;
	background-size: 100% auto;
	width: 38px;
	height: 31px;
}

#footer .btn span {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.social {
	text-align: center;
}

.social .title {
	margin: 0 0 20px;
	display: block;
	font: 20px/1 "AmericanTypewriter", Arial, Helvetica, sans-serif;
}

.sub-footer {
	background: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 50px 0;
}

.sub-footer a {
	text-decoration: underline;
}

.sub-footer a:hover {
	text-decoration: none;
}

.sub-footer p {
	margin: 0 0 12px;
}

.sub-footer .logo {
	float: left;
	margin-right: 20px;
}

.sub-footer .mobile-logo {
	display: none;
}

.sub-footer .frame {
	padding: 4px 0 0;
	overflow: hidden;
}

#map {
	width: 100%;
	height: 700px;
}

#map> div {
	background: none !important;
}

#map .popup {
	background: #fff !important;
}

.popup {
	z-index: 999;
	left: -9999px;
	position: absolute;
	width: 470px;
	font-size: 14px;
	line-height: 16px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	top: 50%;
	margin: -118px 0 0 -235px;
}

.popup.active {
	left: 50%;
}

.popup .slider {
	position: relative;
	overflow: hidden;
	float: left;
	width: 235px;
	height: 235px;
}

.popup .slider .slide {
	width: 235px;
	height: 235px;
}

.popup .slider img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup .slider .slick-prev, .popup .slider .slick-next {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	border: none;
	background: none;
	font-size: 0;
	line-height: 0;
	border: 10px solid transparent;
	margin-top: -10px;
	padding: 0;
	outline: none;
}

.popup .slider .slick-prev {
	border-right-color: #fff;
}

.popup .slider .slick-next {
	left: auto;
	right: 0;
	border-left-color: #fff;
}

.popup .frame {
	float: left;
	width: 235px;
	padding: 22px;
}

.popup .close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
}

.popup .close:before, .popup .close:after {
	position: absolute;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	left: 0;
	right: 0;
	background: #000;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

.popup .rank {
	margin: 0 0 4px;
	display: block;
	font-size: 17px;
	line-height: 1;
}

.popup .title {
	margin: 0 0 10px;
	display: block;
	font-size: 21px;
	line-height: 1;
	font-weight: normal;
	color: #00A59D;
}

.popup p {
	margin: 0;
}

.popup p span {
	color: #00A59D;
}

.slick-dots {
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	font-size: 0;
	text-align: center;
	height: 10px;
}

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

.slick-dots button {
	display: block;
	border: 1px solid #fff;
	border-radius: 10px;
	width: 10px;
	height: 10px;
	background: none;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	outline: none;
}

.slick-dots .slick-active button {
	background: #fff;
}

.si-shadow-pointer-right {
	display: none;
}

.si-shadow-frame {
	box-shadow: none;
}

.si-content-wrapper {
	background: #000;
	color: #fff;
	padding: 17px;
	border-radius: 6px;
	font: 19px/1 "AmericanTypewriter", Arial, Helvetica, sans-serif;
}

.si-close-button {
	display: none;
}

.si-content {
	overflow: visible;
}

.gallery-holder {
	position: absolute;
	top: 10px;
	right: 0;
	width: 1080px;
	left: 50%;
	padding: 0 40px;
	margin-left: -540px;
}

.gallery-holder .slide {
	outline: none;
	cursor: pointer;
	position: relative;
	padding: 10px 0;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.gallery-holder .slide:nth-child(3n+3) .box {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
}

.gallery-holder .slide:nth-child(3n+2) .box {
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
}

.gallery-holder .slide:hover .box, .gallery-holder .slide.selected .box {
	box-shadow: 0 0 0 2px #000;
}

.gallery-holder .box {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 auto;
	width: 85px;
	height: 98px;
	padding: 4px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.gallery-holder .num {
	cursor: pointer;
	z-index: 2;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	font: 37px/40px "AmericanTypewriter", Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: -20px;
}

.gallery-holder .custom-prev, .gallery-holder .custom-next, .gallery-holder .full-prev, .gallery-holder .full-next {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -22px;
	outline: none;
	font-size: 0;
	border: none;
	width: 24px;
	height: 43px;
	background: url(../images/arrow-l.png) no-repeat;
}

.gallery-holder .custom-next, .gallery-holder .full-next {
	left: auto;
	right: -30px;
	background: url(../images/arrow-r.png) no-repeat;
}
.gallery-holder .custom-next{
	right: 10px;
}

.gallery-holder .full-prev {
	left: -30px;
}

.gallery-holder .full-prev:before {
	position: absolute;
	top: 0;
	left: 10px;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/arrow-l.png) no-repeat;
}

.gallery-holder .full-next {
	right: -30px;
}

.gallery-holder .full-next:before {
	position: absolute;
	top: 0;
	right: 10px;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/arrow-r.png) no-repeat;
}

@media (max-width: 1100px) {
	.gallery-holder {
		width: 720px;
		margin-left: -360px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 16px;
	}
	#footer {
		padding: 30px 0 50px;
	}
	#map {
		height: 480px;
	}
	.social {
		margin: 0 -20px;
	}
	.sub-footer {
		padding: 40px 0;
		text-align: center;
	}
	.sub-footer .logo {
		display: none;
	}
	.sub-footer .mobile-logo {
		display: block;
		margin: 20px auto;
	}
	.popup {
		position: fixed;
		width: 320px;
		margin-left: -160px;
	}
	.popup .slider {
		width: 160px;
		height: 160px;
	}
	.popup .slider .slide {
		width: 160px;
		height: 160px;
	}
	.popup .frame {
		width: 160px;
		padding: 10px;
		font-size: 11px;
		line-height: 13px;
	}
	.popup .rank {
		font-size: 14px;
	}
	.popup .title {
		font-size: 14px;
		margin: 0 0 5px;
	}
	.popup .close {
		top: 2px;
		right: 2px;
	}
	.gallery-holder {
		width: 320px;
		margin-left: -160px;
		padding: 0 40px;
	}
	.gallery-holder .slick-prev {
		left: -30px;
	}
	.gallery-holder .slick-next {
		left: auto;
		right: -30px;
	}
	.gallery-holder .box {
		-webkit-transform: rotate(0deg) !important;
		-ms-transform: rotate(0deg) !important;
		transform: rotate(0deg) !important;
	}
	.gallery-holder .full-prev, .gallery-holder .full-next {
		display: none;
	}
}
