@charset "UTF-8";

html {
    font-size: 10px;
}

body {
	padding-top: 61px;
}

body.signed-in {
	padding: 0;
}

.v-media {
	margin: 0;
}

.v-img {
	width: 100%;
}

.top-fixed {
	padding-top: 105px;
}

.top-fixed_general {
	padding-top: 61px;
}

.main-content {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.layout-content {
	position: relative;
	min-height: 60vh;
}

.layout-content__inner {
	margin: 0 auto;
	max-width: 1152px;
}

.layout-content__full {
	width: 100%;
	margin: 0 auto;
}

.layout-band {
	padding-bottom: 18px;
}

.layout-band+.heading {
	margin-top: 12px;
}

.row.no-gutters:before {
	display: none;
}

.d-md-flex [class^="col"] {
	padding-left: 0;
	padding-right: 0;
}

.v-post {
	width: 88%;
	max-width: 966px;
	margin: 0 auto;
}

a:hover {
    color: #0056b3;
}

@media only screen and (min-width: 768px) {
	.section-band {
		padding-bottom: 42px;
	}

	.layout-band+.heading {
		margin-top: 24px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.layout-content {
		flex: 0 0 80%;
	}
}

@media only screen and (min-width: 992px) {
	/*
  .main-content {
    position: relative;
    z-index: 4; }
  */
	.layout-content {
		min-height: 60vh;
	}
}

.v-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 10px 13px;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
	background-color: #000000;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.v-button:after {
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	margin-top: -7px;
	line-height: 1;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.v-button.i-arrow-light {
	padding-right: 30px;
}

.v-button:hover,
.v-button:focus {
	color: #fff;
	text-decoration: none;
	background-color: #c29c75;
}

.v-button[href=""] {
	display: none;
}

.v-link_neutro {
	color: #1c1b1b;
	font-family: "Gotham", sans-serif;
	font-weight: bold;
}

.v-link {
	font-family: "Gotham", sans-serif;
	font-weight: bold;
}

.site-header {
	position: fixed;
	width: 100%;
	z-index: 9;
	top: 0;
	background: #252525;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.site-header .grid__caption {
	margin: 0;
	width: 100%;
}

.site-header .grid__caption:before {
	margin: 0;
	width: 100%;
	background: -moz-linear-gradient(top, transparent 16%, transparent 17%, rgba(0, 0, 0, 0.75) 81%, black 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, transparent 16%, transparent 17%, rgba(0, 0, 0, 0.75) 81%, black 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0.75) 81%, #000000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}

.site-header .grid__slot {
	margin: 0;
	padding: 0px;
}

.header__content {
	display: table;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	border-bottom: 1px solid #c2c2c2;
	position: relative;
	z-index: 3;
}

.layout-sidebar {
	pointer-events: none;
}

.side {
	height: 100%;
	background-color: #f0efeb;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	pointer-events: all;
}

.side-menu {
	min-height: 100vh;
	overflow-y: scroll;
}

.side-menu__level1,
.side-menu__level2,
.side-menu__level2_collapse,
.side-menu__level3 {
	padding: 0;
	list-style: none;
}

.side-menu__level1 {
	position: absolute;
	left: 0;
	width: 100%;
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}

.side-menu__level1.js-nivel1Active {
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.side-menu__level1-item {
	border-top: 1px solid #e1e1e1;
	background-color: #f0efeb;
}

.side-menu__level1-item:first-child {
	border-top: 0;
}

.side-menu__level1-item:hover,
.side-menu__level1-item:focus {
	color: #fff;
}

.side-menu__level1-link {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px 35px 10px 25px;
	color: #646057;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
	text-transform: uppercase;
}

.side-menu__level1-link:after {
	position: absolute;
	top: 17px;
	right: 17px;
	display: inline-block;
	font-size: 8px;
	font-size: 0.8rem;
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.side-menu__level1-link:focus {
	color: #646057;
	text-decoration: none;
}

.side-menu__level1-link:hover {
	text-decoration: none;
	background-color: #f0efeb;
}

.side-menu__level1-link.current__level1-link {
	text-decoration: none;
	color: #fff;
	background-color: #86827f;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.side-menu__level2 {
	position: absolute;
	top: -1px;
	right: -100%;
	width: 100%;
	background-color: #fff;
	z-index: 3;
}

.side-menu .collapse,
.collapse .side-menu__level2_collapse {
	background-color: #fff;
}
.side-menu__level2_collapse li {
	display: list-item!important;
}

.side-menu__level2-item {
	border-top: 1px solid #e1e1e1;
}

.side-menu__level2-link {
	display: inline-block;
	padding: 12px 15px 12px 25px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner Roman", serif;
	color: #575551;
}

.side-menu__level2-link:hover,
.side-menu__level2-link:focus {
	outline: none;
	color: #1f88a2;
}

.side-menu__level2-link.current__level2-link {
	color: #1f88a2;
}

.side-menu__btn-back .side-menu__level2-link {
	padding-left: 25px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #101010;
}

.side-menu__btn-back .side-menu__level2-link:before {
	padding-right: 13px;
	color: #979797;
}

.side-menu__btn-back .side-menu__level2-link:hover {
	text-decoration: none;
}

.side-menu__level2-active {
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
	text-transform: uppercase;
	background-color: #86827f;
	cursor: default;
}

.side-menu__level2-active:hover,
.side-menu__level2-active:focus {
	color: inherit;
	text-decoration: none;
}

.side-menu__level3 {
	display: none;
	padding: 16px 0 20px;
	border-top: 1px solid #e1e1e1;
}

.collapse.show .side-menu__level3 {
	display: block!important;
}

.side-menu__level3.js-sideLevel-3 {
	display: block;
}

.side-menu__level3-item {
	display: inherit;
	padding-left: 40px;
}

.side-menu__level3-link {
	display: inherit;
	width: 100%;
	padding-left: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	line-height: 2.08;
	color: #7e7e7e;
	border-left: 1px solid #1d8d99;
}

.side-menu__level3-link:hover,
.side-menu__level3-link:focus {
	text-decoration: none;
	color: #7e7e7e;
	background-color: #efefef;
}

.side-menu__level3-link.current__level3-link {
	color: #7e7e7e;
	background-color: #efefef;
}

@media only screen and (max-width: 991px) {
	.scrollMenuBar .layout-sidebar {
		top: 60px;
	}

	.scrollMenuBar .side-menu {
		min-height: -webkit-calc(100vh - 60px);
		/** Safari 6, Chrome 19-25 **/
		min-height: -moz-calc(100vh - 60px);
		/** FF 4-15  **/
		min-height: -o-calc(100vh - 60px);
		/* Opera */
		min-height: calc(100vh - 60px);
		/** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
	}

	.layout-sidebar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
		overflow-y: scroll;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	.layout-sidebar:after {
		content: '';
		position: fixed;
		display: none\9;
		pointer-events: none;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.42);
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.layout-sidebar.js-sideMenuActive {
		min-height: 600px;
	}

	.layout-sidebar.js-sideMenuActive:after {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		display: block\9;
	}

	.side {
		z-index: 2;
		max-width: 390px;
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-moz-transition: all 0.7s ease-in-out;
		-o-transition: all 0.7s ease-in-out;
		-webkit-transition: all 0.7s ease-in-out;
		transition: all 0.7s ease-in-out;
	}

	.side.js-sideActive {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-moz-transition: all 0.7s ease-in-out;
		-o-transition: all 0.7s ease-in-out;
		-webkit-transition: all 0.7s ease-in-out;
		transition: all 0.7s ease-in-out;
	}

	.side-menu {
		position: relative;
		min-height: -webkit-calc(100vh - 120px);
		/** Safari 6, Chrome 19-25 **/
		min-height: -moz-calc(100vh - 120px);
		/** FF 4-15  **/
		min-height: -o-calc(100vh - 120px);
		/* Opera */
		min-height: calc(100vh - 120px);
		/** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
		overflow-x: hidden;
	}

	.side-menu__level1 {
		margin-bottom: 0;
	}

	.side-menu__level2 {
		min-height: 100vh;
		overflow-y: scroll;
		padding-bottom: 0;
	}

	.js-btnBack {
		display: block;
	}
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
	.scrollMenuBar .side-menu__level1 {
		top: 0;
	}
}

@media only screen and (min-width: 768px) {
	.side-menu__level1-item:first-child {
		border: 0;
	}

	.side-menu__level1-item:after {
		font-size: 10px;
		font-size: 1rem;
	}

	.side-menu__level2-item:first-child {
		border-top: 0;
	}

	.side-menu__level2-link {
		padding: 10px 15px 7px 40px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.side-menu__level3-link {
		padding-right: 10px;
	}
}

@media only screen and (min-width: 992px) {
	.side {
		overflow: visible;
		max-width: 100%;
		height: 100%;
	}

	.side.js-sideFixed {
		position: fixed;
		top: 61px;
		overflow: scroll;
	}

	.side.js-sideFixed .side-menu__level1 {
		overflow-y: scroll;
	}
	.side-menu__level1.js-nivel1Active {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.side-menu {
		min-height: auto;
		overflow-y: visible;
	}

	.side-menu__level1-item:first-child {
		border-top: 0;
	}

	.side-menu__level1-item:last-child {
		padding-bottom: 100px;
	}

	.side-menu__level1-item.js-sideActive .side-menu__level1-link:after {
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.side-menu__level1-link {
		padding-left: 34px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.side-menu__level1-link:hover {
		color: #fff;
		background-color: #86827f;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.side-menu__level2 {
		position: static;
		top: 37px;
		right: -100%;
		width: 100%;
		display: none;
		-moz-transition: none;
		-o-transition: none;
		-webkit-transition: none;
	}

	.side-menu__btn-back,
	.side-menu__level2-active {
		display: none;
	}

	.side-menu__level2-item {
		border-top: 1px solid #e1e1e1;
	}

	.side-menu__level2-link {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		font-style: normal;
		font-family: "MillerBanner", serif;
		line-height: 2.29;
		color: #52504b;
		padding-left: 46px;
	}

	.side-menu__level2-link:hover,
	.side-menu__level2-link:focus {
		text-decoration: none;
		color: #1f88a2;
	}
}

@media only screen and (min-width: 992px){
	.side.js-sideFixed {
		width: calc(3 / 12 * 100%);
	}
}

@media only screen and (min-width: 1441px) {
	.container-fluid-max-xl .side.js-sideFixed {
		/*max-width: 360px;*/
		max-width: 312px;
	}
}

.banner-page__crop {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	margin: 0;
	overflow: hidden;
}

.banner-page__section {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: "MillerBanner", serif;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.banner-page__title {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: 0.4px;
	font-size: 28px;
	font-size: 2.8rem;
}

.banner-page__title:after {
	content: '';
	display: block;
	width: 90%;
	max-width: 580px;
	height: 1px;
	margin: 10px auto 0;
	background-color: #fff;
}

.banner-page__tag {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Gotham", sans-serif;
}

.banner-page__img {
	position: relative;
	top: 0;
	left: -300px;
	width: 1200px;
	height: auto;
}

@media only screen and (min-width: 768px) {
	.banner-page__crop {
		height: auto;
		min-height: 100%;
	}

	.banner-page__title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.banner-page__img {
		left: 0;
		width: 100%;
		height: auto;
	}
}

@media only screen and (min-width: 992px) {
	.banner-page__crop {
		z-index: 5;
	}

	.banner-page__title {
		font-size: 50px;
		font-size: 5rem;
	}
}

/*Adding background for the slides
  * --------------------------------------- */
/* CSS Fallback from Modernizr */
.slide {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.btn-scroll {
	display: none;
}

#fullpage .fp-controlArrow {
	width: 43px;
	height: 43px;
	margin-top: -20px;
	background-color: rgba(255, 255, 255, 0);
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
	border-width: 1px;
}

#fullpage .fp-controlArrow.fp-prev {
	left: 30px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#fullpage .fp-controlArrow.fp-next {
	right: 30px;
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.fullpage-media {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	object-fit: cover;
	object-position: 50% 0;
}

.fullpage-media .fullpage_center {
	object-position: 50%;
}

.banner-fullpage {
	overflow-x: hidden !important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.banner-fullpage__section {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: "MillerBanner", serif;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 8;
}

.banner-fullpage__title {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: 0.4px;
	font-size: 28px;
	font-size: 2.8rem;
}

.banner-fullpage__title:after {
	content: '';
	display: block;
	width: 90%;
	max-width: 580px;
	height: 1px;
	margin: 10px auto 0;
	background-color: #fff;
}

.btn-close {
	position: absolute;
	top: 80px;
	right: 15px;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
}

.btn-close:before {
	font-size: 30px;
	font-size: 3rem;
	color: #fff;
}

.btn-play {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 5px auto;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid #fff;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.btn-play:before {
	content: "";
	color: #fff;
	font-family: 'ico-vidanta' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.9;
	padding-left: 6px;
}

.btn-play:after {
	position: absolute;
	display: block;
	width: 100%;
	min-width: 150px;
	right: -100%;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Gotham", sans-serif !important;
}

.btn-play:hover {
	opacity: .5;
}

.lang-eng .btn-play:after {
	content: 'WATCH VIDEO';
}

.lang-esp .btn-play:after {
	content: 'VER VIDEO';
}

.btn-pause {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 5px auto;
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #fff;
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: .2;
}

.btn-pause:after {
	content: '||';
	position: absolute;
	display: block;
	margin: 2px 0 0 15px;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	font-family: "Gotham", sans-serif !important;
}

.btn-pause:hover {
	opacity: .05;
}

.banner-fullpage__txt {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Gotham", sans-serif;
}

@media screen and (max-width: 1024px) {
	.top-fixed .banner-fullpage__section {
		padding-top: 45px;
	}
}

@media screen and (min-width: 520px) {
	.banner-fullpage__section {
		width: 90%;
	}
}

@media screen and (max-width: 1023px) {
	.fp-tableCell:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 4;
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
	}
}

@media only screen and (min-width: 768px) {
	.banner-fullpage__title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.btn-scroll {
		display: block;
		position: absolute;
		bottom: 40px;
		left: 50%;
		padding: 30px 0;
		cursor: pointer;
		z-index: 1;
		-moz-transition: all 0.9s ease-in-out;
		-o-transition: all 0.9s ease-in-out;
		-webkit-transition: all 0.9s ease-in-out;
		transition: all 0.9s ease-in-out;
	}

	.btn-scroll.i-scroll-to:before {
		color: #fff;
		font-size: 50px;
		font-size: 5rem;
	}

	.btn-scroll:hover {
		bottom: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.banner-fullpage__title {
		font-size: 50px;
		font-size: 5rem;
	}
}

.block-info {
	display: block;
	width: 86%;
	margin: 0 auto;
	padding: 40px 0 20px;
}

.block-info__head {
	display: block;
	width: 100%;
}

.block-info__col {
	display: block;
	text-align: center;
}

.block-info__title {
	line-height: 1.3;
	letter-spacing: 0.6px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
}

.block-info__img {
	padding: 40px 0 50px;
}

.block-info__txt {
	padding-bottom: 20px;
	text-align: left;
	color: #1c1b1b;
	line-height: 1.8;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

@media only screen and (min-width: 768px) {
	.block-info {
		display: table;
	}

	.block-info__head {
		display: table-caption;
		width: 100%;
	}

	.block-info__col {
		display: table-cell;
		vertical-align: top;
	}

	.block-info__col:last-child {
		padding-left: 30px;
	}

	.block-info__title {
		padding-top: 50px;
		text-align: center;
	}

	.block-info__img {
		padding: 0;
	}
}

@media only screen and (min-width: 992px) {
	.block-info__title {
		text-align: center;
	}
}

.side-thumb__link {
	display: none;
}

@media only screen and (min-width: 992px) {
	.side-thumb__link {
		pointer-events: none;
	}

	.side-thumb__link:focus {
		outline: none;
	}

	.side-menu {
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}

	.side-thumb {
		position: relative;
		text-align: center;
		margin: 0;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.js-sideFixed .side-thumb__link {
		pointer-events: all;
	}

	.js-sideFixed .side-menu {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.side-thumb__link {
		display: block;
	}

	.side-thumb__link:hover,
	.side-thumb__link:focus {
		text-decoration: none;
		color: #fff;
	}

	.side-thumb__img {
		width: 100%;
	}

	.side-thumb__caption {
		position: absolute;
		top: 50%;
		display: block;
		width: 100%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-transform: uppercase;
		color: #fff;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 600;
		font-style: normal;
		font-family: "MillerBanner", serif;
	}
}

.v-breadcrumb {
	position: fixed;
	top: 60px;
	z-index: 7;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 60px;
	background-color: #f0efeb;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF0EFEB', endColorstr='#FFFFFFFF');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YwZWZlYiIvPjxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjZjBlZmViIi8+PHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -moz-linear-gradient(left, #f0efeb 1%, #f0efeb 49%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
	background-image: -webkit-linear-gradient(left, #f0efeb 1%, #f0efeb 49%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
	background-image: linear-gradient(to right, #f0efeb 1%, #f0efeb 49%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
	border: 1px solid #e7e7e7;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.v-breadcrumb__item {
	position: relative;
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	padding: 16px 23px 11px 19px;
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #646057;
}

.v-breadcrumb__item:after {
	position: absolute;
	top: 18px;
	right: 12px;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.v-breadcrumb__item.js-breadcrumbActive:after {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.v-breadcrumb__item2 {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	padding-top: 4px;
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	font-family: "MillerBanner", serif;
	text-transform: uppercase;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.v-breadcrumb {
		background-color: #f0efeb;
		filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF0EFEB', endColorstr='#FFFFFFFF');
		background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZWZlYiIvPjxzdG9wIG9mZnNldD0iMzElIiBzdG9wLWNvbG9yPSIjZjBlZmViIi8+PHN0b3Agb2Zmc2V0PSIzMSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
		background-size: 100%;
		background-image: -moz-linear-gradient(left, #f0efeb 0%, #f0efeb 31%, #ffffff 31%, #ffffff 100%);
		background-image: -webkit-linear-gradient(left, #f0efeb 0%, #f0efeb 31%, #ffffff 31%, #ffffff 100%);
		background-image: linear-gradient(to right, #f0efeb 0%, #f0efeb 31%, #ffffff 31%, #ffffff 100%);
	}

	.v-breadcrumb__item {
		width: 31%;
		padding: 13px 10px 12px;
		line-height: 1.25;
	}

	.v-breadcrumb__item:after {
		position: absolute;
		right: 17px;
		display: inline-block;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.v-breadcrumb__item2 {
		width: 20%;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		font-style: normal;
		font-family: "MillerBanner", serif;
	}
}

@media only screen and (min-width: 992px) {
	.v-breadcrumb {
		display: none;
	}
}

.intro {
	padding: 46px 0 20px;
	text-align: center;
	color: #1c1b1b;
	line-height: 1.8;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.intro__wrap {
	width: 88%;
	margin: 0 auto;
	max-width: 646px;
}

.intro__title {
	margin: 0;
	padding-bottom: 20px;
	line-height: 1.3;
	letter-spacing: 0.6px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
}

@media only screen and (min-width: 768px) {
	.intro__title {
		font-size: 30px;
		font-size: 3rem;
	}
}

.intro__lead {
	padding-bottom: 10px;
}

.intro__foot {
	padding-top: 24px;
}

.intro_banner {
	padding: 36px 0 20px;
	background-color: #f7f7f7;
}

.intro_banner .intro__header {
	padding-bottom: 36px;
}

.intro_banner .intro__header:after {
	content: '';
	display: block;
	height: 1px;
	width: 86px;
	margin: 0 auto;
	background-color: #787878;
}

.intro_banner .intro__title {
	padding-bottom: 30px;
	line-height: 1.38;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.intro_less {
	line-height: 1.6;
}

.intro_less .intro__title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner Roman", serif;
}

.intro_mix {
	padding: 34px 0 0;
}

.intro_mix .intro__title {
	padding-bottom: 0;
	line-height: 2.2;
	font-size: 20px;
	font-size: 2rem;
}

.intro_mix .intro__subtitle {
	margin: 0;
	padding-bottom: 26px;
	line-height: 1.1;
	letter-spacing: 0.8px;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.intro_bg {
	background-color: #f7f7f7;
}

.intro_header-hr .intro__header {
	padding-bottom: 28px;
}

.intro_header-hr .intro__header:after {
	content: '';
	display: block;
	height: 3px;
	width: 34px;
	margin: 0 auto;
	background-color: #c29c75;
}

.intro_header-hr .intro__subtitle {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	padding-bottom: 20px;
}

.intro_section {
	padding: 20px 0 5px;
}

.intro_section .intro__title {
	font-size: 20px;
	font-size: 2rem;
}

.intro_section.intro_top {
	padding-top: 0;
}

@media only screen and (min-width: 768px) {
	.intro {
		padding: 50px 0 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.intro__wrap {
		max-width: 700px;
	}

	.intro_header-hr .intro__header:after {
		width: 62px;
	}

	.intro_banner {
		padding: 56px 0 30px;
	}

	.intro_less {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.intro_mix {
		padding: 50px 0 10px;
	}

	.intro_hr {
		padding: 64px 0 40px;
	}

	.intro_section {
		padding: 30px 0 5px;
	}

	.intro_section.intro_top {
		padding-top: 0;
	}
}

@media only screen and (min-width: 992px) {
	.intro {
		padding: 60px 0 30px;
	}

	.intro__wrap {
		max-width: 890px;
	}

	.text_featured {
		line-height: 1.75;
		letter-spacing: 0.4px;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 600;
		font-style: normal;
		font-family: "MillerBanner", serif;
	}

	.intro_banner {
		padding: 60px 0 50px;
	}

	.intro_banner .intro__wrap {
		display: table;
		max-width: 992px;
	}

	.intro_banner .intro__header,
	.intro_banner .intro__lead {
		display: table-cell;
		vertical-align: middle;
	}

	.intro_banner .intro__header {
		position: relative;
		width: 36.8%;
		padding: 0 40px;
	}

	.intro_banner .intro__header:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		height: 82%;
		width: 1px;
		margin: 10px 0;
	}

	.intro_banner .intro__title {
		padding-bottom: 0;
	}

	.intro_banner .intro__lead {
		width: 63.2%;
		padding: 0 40px;
		text-align: left;
	}

	.intro_mix {
		padding: 50px 0 10px;
	}

	.intro_section {
		padding: 40px 0 5px;
	}

	.intro_section.intro_top {
		padding-top: 0;
	}
}

@media only screen and (min-width: 1440px) {
	.intro__wrap {
		max-width: 980px;
	}
}

.intro_nav .intro-group__item {
	text-align: left;
}

.intro-group {
	padding-top: 14px;
}

.intro-nav {
	padding-bottom: 10px;
}

.intro-nav__text {
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
}

.intro-nav__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 520px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.intro-nav__item {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 46%;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	max-width: 46%;
}

.intro-nav__item:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d5d5d5;
}

.intro-nav__item:after {
	display: inline-block;
	position: absolute;
	top: 17px;
	right: 6px;
	color: #868686;
	font-size: 6px;
	font-size: 0.6rem;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.intro-nav__link {
	position: relative;
	display: block;
	vertical-align: middle;
	padding: 5px 16px 5px 0;
	color: #1c1b1b;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: italic;
	font-family: "MillerBanner", serif;
}

.intro-nav__link:hover,
.intro-nav__link:focus {
	color: #1c1b1b;
	text-decoration: none;
}

.intro-nav .intro__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 520px;
	padding: 0 0 10px 20px;
	margin: 0;
}

.intro-nav .intro__list .intro__bullet {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 46%;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	max-width: 46%;
	padding-bottom: 6px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: italic;
	font-family: "MillerBanner", serif;
}

@media only screen and (min-width: 576px) {
	.intro-nav__item {
		position: relative;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 42%;
		-ms-flex: 0 0 42%;
		flex: 0 0 42%;
		max-width: 42%;
	}

	.intro__list .intro__bullet {
		position: relative;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 42%;
		-ms-flex: 0 0 42%;
		flex: 0 0 42%;
		max-width: 42%;
	}
}

@media only screen and (min-width: 768px) {
	.intro_nav .intro__wrap {
		max-width: 1152px;
	}

	.intro-group {
		padding-top: 24px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.intro-group__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 47%;
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		max-width: 47%;
	}

	.intro-nav__text {
		font-size: 15px;
		font-size: 1.5rem;
		text-align: left;
	}

	.intro-nav__item:after {
		right: 16px;
	}
}

@media only screen and (min-width: 992px) {
	.intro-group__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 46%;
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
		max-width: 46%;
	}
}

.heading {
	padding: 0 0 36px;
	line-height: 1.8;
	text-align: center;
	color: #1c1b1b;
}

.heading__wrap {
	width: 88%;
	margin: 0 auto;
	max-width: 646px;
}

.heading__title {
	margin: 0;
	letter-spacing: 0.4px;
	line-height: 2.2;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
}

.heading_small {
	padding-bottom: 26px;
	color: #868686;
}

.heading_small .heading__title {
	letter-spacing: 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.heading_small .heading__title:before {
	content: '';
	display: block;
	height: 3px;
	width: 34px;
	margin: 0 auto 10px;
	background-color: #d5d5d5;
}

.heading_small .heading__title:after {
	display: none;
}

.heading__bold {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
	color: #1c1b1b;
	width: 88%;
	margin: 0 auto;
	max-width: 646px;
}

.heading.heading_text {
	padding-top: 0;
	border: 0;
}

.heading_bg,
.heading_upper-bg {
	padding: 26px 0 22px;
	background-color: #f7f7f7;
}

.heading_bg .heading__title,
.heading_upper-bg .heading__title {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.4;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.heading_upper {
	padding: 26px 0 22px;
}

.heading_upper .heading__title {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.4;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.heading_upper-bg,
.heading_upper {
	text-transform: uppercase;
}

.column .heading {
	padding-top: 24px;
}

@media only screen and (min-width: 768px) {
	.heading {
		padding: 0 0 40px;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.heading__wrap {
		max-width: 700px;
	}

	.heading_logo {
		margin-top: -30px;
	}

	.heading_bg,
	.heading_upper-bg,
	.heading_upper {
		padding: 30px 0 20px;
	}

	.heading_bg .heading__title,
	.heading_upper-bg .heading__title,
	.heading_upper .heading__title {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media only screen and (min-width: 992px) {
	.heading {
		width: 91%;
		margin: 0 auto;
		padding: 12px 0 26px;
		border-top: 1px solid #d5d5d5;
	}

	.heading__wrap {
		max-width: 890px;
	}

	.heading_small {
		padding-top: 0;
		border-top: none;
	}

	.heading_logo {
		margin-top: -30px;
		padding-top: 0;
		border-top: none;
	}

	.heading_bg,
	.heading_upper-bg,
	.heading_upper {
		width: 100%;
		padding: 34px 0 24px;
		border: none;
	}
}

@media only screen and (min-width: 1440px) {
	.heading__wrap {
		max-width: 980px;
	}
}

.boxcard .v-link {
	font-weight: bold;
}

.boxcard__auto {
	width: 100%;
}

.boxcard__cover {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.boxcard__cover.top-left .cover__img {
	top: 0;
	left: 0;
}

.boxcard__cover.middle .cover__img {
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.boxcard__cover.top-middle .cover__img {
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.boxcard__cover.top-middle-right .cover__img {
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.boxcard__cover.left-middle .cover__img {
	top: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.boxcard__cover.right .cover__img {
	top: 0;
	right: 0;
}

.boxcard__cover.bottom .cover__img {
	left: 0;
	bottom: 0;
}

.boxcard__cover.bottom-right .cover__img {
	bottom: 0;
	right: 0;
}

.cover__img {
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	min-height: 100%;
	min-width: 100%;
	margin: auto;
	/*object-fit: cover;
    object-position: center;*/
}

.boxcard__play {
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	-moz-transition: all, 0.2s, ease-out;
	-o-transition: all, 0.2s, ease-out;
	-webkit-transition: all, 0.2s, ease-out;
	transition: all, 0.2s, ease-out;
}

.boxcard__play:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: block;
	width: 50px;
	height: 50px;
	padding-left: 3px;
	line-height: 1.9;
	color: #fff;
	font-family: 'ico-vidanta' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center;
	opacity: 1;
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
	border: 1px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.boxcard__play:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	min-width: 150px;
	margin-top: 34px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Gotham", sans-serif !important;
	color: #fff;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.boxcard__play:hover:before,
.boxcard__play:hover:after {
	opacity: .8;
}

.lang-eng .boxcard__play:after {
	content: 'WATCH VIDEO';
}

.lang-esp .boxcard__play:after {
	content: 'VER VIDEO';
}

.boxcard__media {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 100%;
	height: 100%;
	-moz-transition: all, 0.2s, ease-out;
	-o-transition: all, 0.2s, ease-out;
	-webkit-transition: all, 0.2s, ease-out;
	transition: all, 0.2s, ease-out;
}

.boxcard__media .embed-responsive {
	height: 100%;
}

.boxcard__inner {
	width: 86%;
	margin: 0 auto;
	padding: 28px 0;
	color: #1c1b1b;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.boxcard__head {
	margin-bottom: 18px;
}

.boxcard__head:after {
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	background-color: #c29c75;
}

.boxcard__subtitle {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #868686;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.boxcard__title {
	margin: 0;
	padding-bottom: 18px;
	letter-spacing: 0.8px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.boxcard__head_gold {
	margin-bottom: 10px;
}

.boxcard__head_gold .boxcard__title {
	letter-spacing: 1.4px;
	line-height: 0.9;
	color: #c29c75;
	font-size: 70px;
	font-size: 7rem;
}

.boxcard__head_gold .boxcard__subtitle {
	display: block;
	letter-spacing: 1.4px;
	text-transform: none;
	color: #1c1b1b;
	font-size: 70px;
	font-size: 7rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.boxcard__head_gold:after {
	display: none;
}

.boxcard__lead {
	line-height: 1.73;
}

.boxcard__text:last-child {
	margin-bottom: 0;
}

.boxcard__disclaimer {
	font-size: 12px;
	font-size: 1.2rem;
}

.boxcard__foot {
	padding-top: 12px;
}

.boxcard_info .boxcard__info {
	background-color: #f0efec;
}

.boxcard__headline {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
}

.boxcard_out-info .boxcard__info .boxcard__inner {
	padding-left: 22px;
	color: #fff;
	background-color: #343434;
}

.boxcard_out-info .boxcard__info .boxcard__text {
	font-size: 13px;
	font-size: 1.3rem;
}

.box-follow {
	display: inline-block;
	margin: 0;
	padding: 0 18px;
	list-style: none;
}

.box-follow__item {
	display: inline-block;
	vertical-align: middle;
	padding: 0 12px;
}

.box-follow__link {
	text-decoration: none;
	color: #a9a9a9;
	font-size: 24px;
	font-size: 2.4rem;
}

.box-follow__link:hover,
.box-follow__link:focus {
	text-decoration: none;
	color: #c29c75;
}

.boxcard_bg {
	background-color: #f7f7f7;
}

.boxcard_wide {
	background-color: #f7f7f7;
}

.boxcard_caption {
	background-color: #f7f7f7;
}

.boxcard_caption .boxcard__text:not(:last-child) {
	margin-bottom: 16px;
}

.boxcard_caption .boxcard__foot {
	padding-top: 8px;
}

.boxcard_unlike .boxcard__title {
	margin: 0;
	letter-spacing: 0.4px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
}

.boxcard_out .boxcard__inner {
	background: #fff;
	margin-top: -50px;
	margin-bottom: 22px;
	padding: 22px 20px 20px;
}

.boxcard_out-lead {
	padding: 32px 0 0;
}

.boxcard_out-lead .boxcard__cover {
	width: 86%;
	margin: 0 auto;
}

.boxcard_out-lead .boxcard__head:after {
	display: none;
}

.boxcard_out-lead .boxcard__subtitle {
	text-transform: none;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
}

.boxcard_out-lead .boxcard__lead {
	background: #fff;
	padding: 50px 18px 30px;
}

.boxcard_flip .boxcard__inner {
	text-align: center;
}

.boxcard_flip .boxcard__head:after {
	margin-left: auto;
	margin-right: auto;
}

.boxcard__contain {
	margin: 0;
	text-align: center;
}

.boxcard__contain .boxcard__photo {
	width: 100%;
	max-width: 540px;
}

.boxcard__overlay .boxcard__auto {
	position: relative;
}

.boxcard__overlay .boxcard__head {
	margin-bottom: 0;
}

.boxcard__overlay .boxcard__head:after {
	display: none;
}

.boxcard__over {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.58);
}

.boxcard__over .boxcard__inner {
	color: #fff;
}

.boxcard__over .boxlist__title {
	color: #fff;
}

.boxcard__list {
	list-style: none;
	padding-left: 0;
}

.boxcard__list .boxcard__bullet {
	position: relative;
	padding: 16px 0 0 18px;
	line-height: 1.2;
}

.boxcard__list .boxcard__bullet:before {
	content: "\2022";
	position: absolute;
	left: 0;
}

.boxcard__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.zig-zag .boxcard:nth-child(odd) {
	background-color: #f7f7f7;
}

.zig-zag .boxcard_map:nth-child(odd) {
	background-color: #fff;
}

.zig-zag_inside {
	margin: 0 auto;
	padding-top: 18px;
}

@media only screen and (max-width: 767px) {
	.boxcard__cover:before {
		content: '';
		display: block;
		width: 100%;
	}

	.boxcard_info .boxcard__info {
		margin-top: -10px;
	}

	.zig-zag_inside .boxcard_out .boxcard__inner {
		margin: 0 auto;
		padding: 28px 0;
		background-color: transparent;
	}
}

@media only screen and (max-width: 420px) {
	.boxcard__cover:before {
		padding-top: 76.33588%;
	}
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
	.boxcard__cover:before {
		padding-top: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.boxcard__auto {
		position: relative;
		width: 56.25%;
		min-height: 344px;
	}

	.boxcard__cover {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		min-height: 344px;
	}

	.boxcard_map {
		overflow: hidden;
	}

	.boxcard__contain {
		margin: 0;
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		min-height: 344px;
	}

	.boxcard__contain .boxcard__photo {
		position: relative;
		top: 50%;
		left: 50%;
		display: block;
		max-width: 580px;
		min-width: 520px;
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.boxcard__inner {
		width: 80%;
		padding: 30px 0 20px;
	}

	.boxcard__foot {
		padding-top: 18px;
	}

	.boxcard_wide .boxcard__title {
		font-size: 20px;
		font-size: 2rem;
	}

	.boxcard .align-items-md-center .boxcard__inner {
		padding-top: 10px;
	}

	.boxcard_caption .boxcard__auto {
		width: 50%;
	}

	.boxcard_caption .boxcard__inner {
		width: 84%;
	}

	.boxcard_out .col {
		padding: 36px 0;
	}

	.boxcard_out .boxcard__inner {
		width: 100%;
		margin: 0 0 0 -6%;
		padding: 22px 20px 20px;
	}

	.boxcard_out .flex-row-reverse .boxcard__inner {
		margin: 0 -6% 0 0;
		text-align: right;
	}

	.boxcard_out .flex-row-reverse .boxcard__head:after {
		margin: 0 0 0 auto;
	}

	.boxcard_out-lead {
		padding-bottom: 32px;
	}

	.boxcard_out-lead .boxcard__auto {
		width: 44%;
	}

	.boxcard_out-lead .boxcard__inner {
		width: 100%;
		padding-right: 30px;
	}

	.boxcard_out-lead .boxcard__head {
		margin-bottom: 12px;
	}

	.boxcard_out-lead .boxcard__lead {
		position: relative;
		z-index: 2;
		margin-left: -14%;
		padding: 36px 22px 28px;
	}

	.boxcard_out-info .boxcard__cover {
		height: 80%;
		height: -webkit-calc(100% - 120px);
		/** Safari 6, Chrome 19-25 **/
		height: -moz-calc(100% - 120px);
		/** FF 4-15  **/
		height: -o-calc(100% - 120px);
		/* Opera */
		height: calc(100% - 120px);
		/** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
	}

	.boxcard_out-info .boxcard__info {
		width: 44%;
		margin-top: -120px;
	}

	.boxcard_out-info .boxcard__info .boxcard__inner {
		width: 86%;
		margin: 0 auto;
		padding-right: 16%;
	}

	.boxcard_flip .boxcard__inner {
		text-align: right;
	}

	.boxcard_flip .boxcard__head:after {
		margin-right: 0;
	}

	.zig-zag .boxcard:not(:last-child) {
		margin-bottom: 18px;
	}

	.zig-zag_inside {
		width: 90%;
	}

	.zig-zag_inside .boxcard_out {
		margin-bottom: 18px;
	}

	.zig-zag_inside .boxcard_out .boxcard__inner {
		width: 106%;
	}
}

@media only screen and (min-width: 992px) {
	.boxcard__br {
		display: block;
	}

	.boxcard__head_gold .boxcard__title {
		font-size: 80px;
		font-size: 8rem;
	}

	.boxcard__head_gold .boxcard__subtitle {
		font-size: 80px;
		font-size: 8rem;
	}

	.boxcard_wide .boxcard__title {
		letter-spacing: 1px;
		font-size: 26px;
		font-size: 2.6rem;
	}

	.align-items-md-center .boxcard__inner {
		padding-top: 0px;
	}

	.boxcard_caption .boxcard__auto {
		width: 50%;
	}

	.boxcard_unlike .boxcard__auto {
		width: 49%;
	}

	.zig-zag_inside {
		max-width: 940px;
	}

	.zig-zag_inside .boxcard_out .boxcard__auto {
		width: 45.732%;
	}

	.boxcard_out-info .boxcard__cover {
		height: -webkit-calc(100% - 110px);
		/** Safari 6, Chrome 19-25 **/
		height: -moz-calc(100% - 110px);
		/** FF 4-15  **/
		height: -o-calc(100% - 110px);
		/* Opera */
		height: calc(100% - 110px);
		/** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
	}

	.boxcard_out-info .boxcard__info {
		margin-top: -110px;
	}

	.boxcard__contain .boxcard__photo {
		max-width: 640px;
		min-width: 580px;
	}
}

@media only screen and (min-width: 1200px) {
	.boxcard_caption .boxcard__inner {
		width: 78%;
	}
}

@media only screen and (min-width: 1440px) {
	.boxcard__auto {
		width: 50%;
	}
}

.boxlist__item {
	margin: 0;
	padding-bottom: 22px;
}

.boxlist__text {
	margin: 0;
}

.boxlist__title {
	padding: 0 0 6px;
	margin: 0;
	color: #1c1b1b;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
}

@media only screen and (min-width: 768px) {
	.boxlist .boxlist__left {
		padding-right: 25px;
	}

	.boxlist .boxlist__right {
		padding-left: 25px;
	}
}

@media only screen and (min-width: 992px) {
	.boxlist .boxlist__left {
		padding-right: 30px;
	}

	.boxlist .boxlist__right {
		padding-left: 30px;
	}
}

@media only screen and (min-width: 1200px) {
	.boxlist .boxlist__left {
		padding-right: 35px;
	}

	.boxlist .boxlist__right {
		padding-left: 35px;
	}
}

.boxcolumn {
	padding-top: 10px;
}

.boxcolumn_top {
	padding-top: 0;
	margin-top: -16px;
}

.boxcolumn__title {
	padding: 16px 0;
	color: #1c1b1b;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
}

.boxcolumn__title_bold {
	color: #1c1b1b;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
}

.boxcolumn__list {
	padding: 0;
	list-style: none;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

.boxcolumn_2 {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}

.row .boxcolumn_2 {
	padding-right: 20px;
}

.boxcolumn__item {
	position: relative;
	padding: 16px 0 0 18px;
	line-height: 1.2;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	-moz-column-fill: balance;
	column-fill: balance;
	word-wrap: normal;
}

.boxcolumn__item:before {
	content: "\2022";
	position: absolute;
	left: 0;
}

.boxcolumn__item.item_no-bullet {
	padding-left: 0;
}

.boxcolumn__item.item_no-bullet:before {
	display: none;
}

.boxcolumn__foot {
	margin-top: 10px;
}

@media only screen and (min-width: 768px) {
	.boxcolumn__list {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}

	.boxcolumn_2 {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 992px) {
	.boxcolumn__list {
		-moz-column-gap: 40px;
		-webkit-column-gap: 40px;
		column-gap: 40px;
	}
}

.boxdata {
	width: 88%;
	margin: 0 auto;
	max-width: 646px;
	padding: 10px 0 24px;
	text-align: center;
	color: #1c1b1b;
	line-height: 1.8;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.boxdata_left {
	text-align: left;
}

.boxdata__title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner", serif;
}

.boxdata__hr .boxdata__title {
	margin-bottom: 0;
}

.boxdata__hr:after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	margin: 0 auto 26px;
	background-color: #787878;
}

@media only screen and (max-width: 767px) {
	.boxdata_left .boxdata__hr:after {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.boxdata {
		max-width: 700px;
		padding: 30px 0 44px;
		text-align: left;
	}

	.boxdata .boxdata__hr {
		padding-right: 44px;
	}

	.boxdata_center {
		text-align: center;
	}

	.boxdata__hr {
		text-align: right;
		margin-right: 44px;
	}

	.boxdata__hr:after {
		position: absolute;
		top: 50%;
		right: 0;
		width: 1px;
		height: 90%;
		margin: 0;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.boxdata__text:last-child {
		margin: 0;
	}

	.boxdata_left .boxdata__hr {
		text-align: left;
	}
}

@media only screen and (min-width: 992px) {
	.boxdata {
		max-width: 890px;
	}
}

@media only screen and (min-width: 1440px) {
	.boxdata {
		max-width: 980px;
	}
}

.boxbanner {
	position: relative;
}

.boxbanner__bg {
	margin: 0;
	overflow: hidden;
}

.boxbanner__img {
	width: 100%;
	min-width: 620px;
}

.boxbanner__inner {
	position: relative;
	width: 86%;
	margin: 0 auto;
	padding: 28px 0 18px;
	color: #1c1b1b;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.boxbanner__title {
	margin: 0;
	padding-bottom: 18px;
	letter-spacing: 0.8px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.boxbanner__foot {
	padding-top: 10px;
}

@media only screen and (min-width: 768px) {
	.boxbanner__bg {
		text-align: center;
	}

	.boxbanner__img {
		position: relative;
		display: block;
		width: auto;
		-moz-transform: translateX(-10%);
		-ms-transform: translateX(-10%);
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}

	.boxbanner__inner {
		position: absolute;
		width: 100%;
		height: 100%;
		max-width: 1152px;
		top: 0;
		bottom: 0;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.boxbanner__block {
		position: absolute;
		top: 50%;
		right: 0;
		width: 45%;
		padding-right: 40px;
		color: #fff;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.boxbanner__title {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

@media only screen and (min-width: 992px) {
	.boxbanner__img {
		width: 100%;
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.boxbanner__title {
		font-size: 30px;
		font-size: 3rem;
	}
}

.featured {
	width: 86%;
	margin: 0 auto;
	padding-top: 26px;
}

.featured__head {
	padding-bottom: 16px;
	margin-bottom: 20px;
	position: relative;
}

.featured__head:after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d5d5d5;
}

.featured__title {
	color: #868686;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
}

.featured__subtitle {
	color: #1c1b1b;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.featured__text {
	color: #1c1b1b;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.featured__cover {
	width: 72%;
	max-width: 230px;
	margin: 0 auto;
	padding: 14px 0 18px;
}

.featured__photo {
	width: 100%;
}

.featured__list {
	padding-bottom: 26px;
}

.featured__headline {
	padding-bottom: 16px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
}

.featured__item {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	padding-left: 0;
	line-height: 1.7;
	margin: 0;
}

.featured__item_bullets {
	padding-left: 10px;
	line-height: 2;
}

.featured__item_bullets:before {
	content: "\2022";
	position: absolute;
	left: 0;
}

@media only screen and (min-width: 768px) {
	.featured {
		position: relative;
		width: 94%;
		max-width: 860px;
		padding-top: 34px;
	}

	.featured__top {
		width: 64%;
	}

	.featured__head:after {
		max-width: 370px;
	}

	.featured__cover {
		position: absolute;
		top: 0;
		right: 0;
		width: 36%;
		max-width: 100%;
		height: 100%;
		max-height: 498px;
		padding: 14px 0;
	}

	.featured__photo {
		width: auto;
		height: 100%;
		display: block;
	}

	.featured__content {
		width: 64%;
		padding-top: 54px;
	}

	.featured__list {
		max-width: 50%;
	}

	.featured__list_gutter {
		padding-right: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.featured__top {
		width: 60%;
	}

	.featured__cover {
		width: 40%;
	}

	.featured__content {
		width: 60%;
		padding-top: 24px;
	}
}

.details-features {
	width: 88%;
	margin: 0 auto;
	max-width: 646px;
	text-align: center;
	color: #1c1b1b;
	line-height: 1.8;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
}

.details-features__title {
	margin: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.details-features__list {
	list-style: none;
	margin: 0;
	padding: 0 0 26px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.details-features__data:before {
	content: '';
	display: block;
	width: 112px;
	height: 1px;
	margin: 0 auto 26px;
	background-color: #787878;
}

.details-features__label {
	margin-bottom: 14px;
}

.details-features__btn {
	position: relative;
	display: inline-block;
	padding: 14px 12px;
	text-align: center;
	color: #fff;
	background-color: #000000;
}

.details-features__btn:after {
	position: absolute;
	right: 14px;
	top: 50%;
	display: inline-block;
	margin-top: -9px;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.details-features__btn.i-arrow-light {
	padding-right: 34px;
}

.df_small .details-features__title {
	text-transform: none;
	letter-spacing: 0.4px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner", serif;
}

@media only screen and (min-width: 992px) {
	.df_small .details-features__title {
		font-size: 20px;
		font-size: 2rem;
	}
}

.df_small .details-features__txt {
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.df_small .details-features__bold {
	font-size: 15px;
	font-size: 1.5rem;
}

.df_small .details-features__btn {
	padding: 10px 12px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
	background-color: #c29c75;
}

.df_small .details-features__btn:hover,
.df_small .details-features__btn:focus {
	color: #fff;
	text-transform: none;
}

.features__floor {
	max-width: 646px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 22px;
}

.details-features__subtitle {
	padding-bottom: 25px;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Gotham", sans-serif;
	text-transform: uppercase;
	color: #000000;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	-webkit-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}

.details-features__subtitle:after {
	font-size: 8px;
	font-size: 0.8rem;
	display: inline-block;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border: 1px solid #000000;
	padding: 2px 4px 3px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 7px;
	font-weight: bold;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.details-features__subtitle:hover {
	color: #c29c75;
}

.details-features__subtitle:hover:after {
	border: 1px solid #c29c75;
}

.details-features__subtitle.js-floor__link_active {
	color: #c29c75;
}

.details-features__subtitle.js-floor__link_active:after {
	border: 1px solid #c29c75;
	-moz-transform: rotate(270deg) rotateX(180deg);
	-ms-transform: rotate(270deg) rotateX(180deg);
	-webkit-transform: rotate(270deg) rotateX(180deg);
	transform: rotate(270deg) rotateX(180deg);
}

.js-floor__img {
	display: none;
	width: 100%;
	margin: 0 auto;
	max-width: 438px;
}

@media only screen and (min-width: 768px) {
	.details-features {
		display: table;
		table-layout: fixed;
		width: 100%;
		max-width: 700px;
	}

	.details-features__title {
		display: table-caption;
		width: 100%;
		padding-bottom: 38px;
	}

	.details-features__lead,
	.details-features__data {
		position: relative;
		display: table-cell;
		vertical-align: top;
	}

	.details-features__lead {
		padding-right: 38px;
		text-align: right;
	}

	.details-features__data {
		text-align: left;
		padding-left: 38px;
	}

	.details-features__data:before {
		position: absolute;
		top: -2px;
		left: 0;
		width: 1px;
		height: 108px;
		margin: 0;
	}

	.details-features__list {
		max-width: 312px;
		margin: 0 0 0 auto;
	}

	.details-features__subtitle {
		text-align: right;
	}
}

@media only screen and (min-width: 992px) {
	.details-features {
		max-width: 720px;
	}
}

@media only screen and (min-width: 1200px) {
	.details-features {
		max-width: 862px;
	}
}

@media only screen and (min-width: 1440px) {
	.details-features {
		max-width: 952px;
	}
}

.spotlight {
	background-color: #f7f7f7;
}

.spotlight__inner {
	width: 86%;
	margin: 0 auto;
	padding: 32px 0 22px;
	text-align: center;
	color: #1c1b1b;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.spotlight__title {
	margin: 0;
	padding-bottom: 18px;
	letter-spacing: 0.8px;
	letter-spacing: 0.4px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner", serif;
}

@media only screen and (min-width: 992px) {
	.spotlight__title {
		font-size: 20px;
		font-size: 2rem;
	}
}

.spotlight__title:after {
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	margin: 18px auto 0;
	background-color: #c29c75;
}

.spotlight__bold {
	font-weight: bold;
}

.v-slider {
	margin: 0 0 36px 0;
	opacity: 0;
	-moz-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.v-slider.slick-initialized {
	opacity: 1;
}

.v-slider:before {
	position: absolute;
}

.v-slider:after {
	position: absolute;
}

.v-slider .slick-list {
	height: 100% !important;
}

.v-slider__modal {
	background-color: rgba(13, 13, 13, 0.8);
}

.modal-lg {
	max-width: 100%;
}

.modal-lg.modal-dialog {
	margin: 64px 0 0 0;
}

.modal-content {
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.modal-header {
	position: relative;
	padding: 30px;
	border: 0;
}

.modal__btn-close {
	position: absolute;
	top: 15px;
	right: 10px;
	cursor: pointer;
}

.modal__btn-close:before {
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
}

.modal-body {
	padding: 0;
}

.v-slider_card-out {
	background-color: #f7f7f7;
}

.v-slider_card {
	background-color: #f7f7f7;
}

.slick-arrow.slick-disabled {
	display: none !important;
}

.slick-arrow.i-arrow-light {
	position: absolute;
	top: 50%;
	z-index: 1;
	padding: 16px 16px 15px;
	background-color: rgba(0, 0, 0, 0.38);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-arrow:focus {
	color: #fff;
}

.v-slider__arrow_prev.i-arrow-light:after {
	left: 11px;
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.v-slider__arrow_next {
	right: 0;
}

.v-slider__arrow_next:after {
	right: 12px;
}

.v-slider__caption {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	width: 100%;
	opacity: 0;
	padding: 5px 18px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
	text-align: center;
	color: #fff;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.v-slide {
	position: relative;
	height: auto;
	background-color: #000000;
	-moz-transition: all 700ms;
	-o-transition: all 700ms;
	-webkit-transition: all 700ms;
	transition: all 700ms;
}

.v-slide.slick-current,
.v-slide.slick-active {
	opacity: 1;
}

.v-slide.slick-current .v-slider__caption,
.v-slide.slick-active .v-slider__caption {
	opacity: 1;
}

.v-slide__img {
	width: 100%;
	margin: 0 auto;
}

.v-slide img {
	margin: 0 auto;
}

.v-slide-for {
	position: relative;
	opacity: .5;
	margin: 0 50px;
	padding-bottom: 15px;
	-moz-transition: ease 700ms;
	-o-transition: ease 700ms;
	-webkit-transition: ease 700ms;
	transition: ease 700ms;
}

.v-slide-for.slick-current,
.v-slide-for.slick-active {
	opacity: 1;
}

.v-slide-for.slick-current .v-slider__caption,
.v-slide-for.slick-active .v-slider__caption {
	opacity: 1;
}

.v-slide-for img {
	width: 800px;
}

.v-slide-for .v-slider__caption {
	bottom: 0;
}

.slick-arrow:hover {
	text-decoration: none;
}

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

.slick-arrow.i-arrow-light.v-slider-modal__next {
	right: calc(50% - 470px);
	color: #fff;
	background-color: transparent;
}

.slick-arrow.i-arrow-light.v-slider-modal__next:after {
	display: inline-block;
	font-size: 42px;
	font-size: 4.2rem;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slick-arrow.i-arrow-light.v-slider-modal__prev {
	left: calc(50% - 470px);
	color: #fff;
	background-color: transparent;
}

.slick-arrow.i-arrow-light.v-slider-modal__prev:after {
	font-size: 42px;
	font-size: 4.2rem;
}

@media only screen and (min-width: 768px) {
	.v-slide {
		margin-bottom: 42px;
	}

	.v-slider {
		margin: 0 0 0px 0;
	}
}

.v-slider__boxcard .boxcard__inner {
	padding: 60px 0 30px;
}

.v-slider__dots {
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 0 -6px;
	list-style: none;
}

.v-slider__dots li {
	display: inline-block;
}

.v-slider__dots li button {
	color: #b0b0b0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.v-slider__dots li.slick-active button {
	color: #c29c75;
	text-decoration: underline;
}

.v-slider__dots button {
	border: 0;
	-webkit-appearance: none;
	background: transparent;
}

.v-slider__dots button:focus {
	outline: none;
}

.v-slider_multidots__header {
	background-color: #f7f7f7;
}

.v-slider_multidots__title {
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #c29c75;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.4;
}

.v-slider_multidots__dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 88%;
	padding: 7px 0 5px;
	margin: 0 auto;
	list-style: none;
}

.v-slider_multidots__dots li {
	display: inline-block;
	padding-right: 15px;
	line-height: 1.4;
}

.v-slider_multidots__dots li button {
	padding: 0;
	color: #868686;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.v-slider_multidots__dots li.slick-active button {
	color: #c29c75;
	text-decoration: underline;
}

.v-slider_multidots__dots button {
	border: 0;
	-webkit-appearance: none;
	background: transparent;
}

.v-slider_multidots__dots button:focus {
	outline: none;
}

@media only screen and (max-width: 420px) {

	.v-slider_card .slick-arrow,
	.v-slider_card-out .slick-arrow {
		top: 33vw;
		transform: none;
	}
}

@media only screen and (min-width: 421px) and (max-width: 767px) {

	.v-slider_card .slick-arrow,
	.v-slider_card-out .slick-arrow {
		top: 23vw;
		transform: none;
	}
}

@media only screen and (min-width: 576px) {
	.slick-arrow.i-arrow-light {
		background-color: #000000;
	}

	.v-slide {
		margin: 0 9px;
		opacity: .34;
		padding-bottom: 42px;
		background-color: transparent;
	}

	.v-slider__caption {
		width: inherit;
		bottom: 24px;
	}
}

@media only screen and (min-width: 992px) {
	.v-slider__boxcard .flex-row-reverse .boxcard__inner {
		text-align: right;
	}

	.v-slider__boxcard .flex-row-reverse .boxcard__inner .boxcard__head:after {
		margin-right: 0;
		margin-left: auto;
	}
}

@media only screen and (min-width: 768px) {
	.multidots {
		margin-top: -39px;
	}

	.v-slider_multidots__header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		position: relative;
		bottom: -39px;
		z-index: 1;
		background-color: transparent;
	}

	.v-slider_multidots__title {
		width: auto;
		width: 18% \0;
		margin: 0;
	}

	.v-slider_multidots__dots {
		width: auto;
		margin: 0;
		padding-left: 14px;
		background-color: #fff;
		border: 1px solid #d5d5d5;
		border-left: 0;
	}
}

.column__list {
	position: relative;
	width: 86%;
	margin: -6px auto 18px;
}

.column__list:before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d5d5d5;
}

ul.column__list {
	padding-left: 14px;
}

.column__item {
	padding-top: 26px;
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.column__item_bold {
	font-family: "Gotham", sans-serif;
	font-weight: bold;
}

.column__title {
	line-height: 1.6;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
}

.column__text {
	padding-bottom: 14px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.column__sublist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.column__subitem {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 44%;
	-ms-flex: 0 0 44%;
	flex: 0 0 44%;
	max-width: 44%;
	padding-bottom: 18px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
}

.column_3 {
	padding-top: 0;
}

.column_3 .column__list {
	margin-top: -40px;
}

.column_3 .column__list:before {
	display: none;
}

.column__wrap {
	width: 88%;
	margin: 0 auto;
	max-width: 646px;
	padding: 20px 0 5px;
	text-align: center;
}

.column_hr .heading {
	border-top: none;
}

.column_hr .column__list {
	margin-top: -10px;
	border-top: 1px solid #d5d5d5;
}

.column_hr .column__item {
	padding-bottom: 20px;
}

.column_hr .column__item:not(:last-child) {
	border-bottom: 1px solid #d5d5d5;
}

@media only screen and (min-width: 768px) {
	.column__list {
		position: relative;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 60px;
		-webkit-column-gap: 60px;
		column-gap: 60px;
	}

	.column__list:before {
		top: 50%;
		left: 50%;
		width: 1px;
		height: 86%;
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.column__item {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		-moz-column-fill: balance;
		column-fill: balance;
	}

	.column__sublist {
		padding-bottom: 20px;
	}

	.column_3 .column__list {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 46px;
		-webkit-column-gap: 46px;
		column-gap: 46px;
	}

	.column__wrap {
		max-width: 700px;
		padding-top: 30px;
	}

	.column_hr .column__list {
		margin-top: -10px;
		padding-top: 20px;
	}

	.column_hr .column__item {
		padding-bottom: 20px;
	}

	.column_hr .column__item:not(:last-child) {
		border-bottom: none;
	}

	.column_hr .column__item:nth-child(2):before,
	.column_hr .column__item:nth-child(2):after {
		content: '';
		position: absolute;
		top: 30px;
		right: -22px;
		display: block;
		width: 1px;
		height: 70%;
		background-color: #d5d5d5;
	}

	.column_hr .column__item:nth-child(2):before {
		right: 32%;
	}

	.column_hr .column__item:nth-child(2):after {
		left: 32%;
	}
}

@media only screen and (min-width: 992px) {
	.column__list {
		width: 90%;
		-moz-column-gap: 80px;
		-webkit-column-gap: 80px;
		column-gap: 80px;
	}

	.column_3 {
		padding-top: 0;
	}

	.column_3 .column__list {
		margin-top: -20px;
	}

	.column__wrap {
		max-width: 890px;
		padding-top: 40px;
	}

	.column_hr .column__list {
		margin-top: -10px;
	}
}

@media only screen and (min-width: 1440px) {
	.column__wrap {
		max-width: 980px;
	}
}

.card-grid {
	padding-top: 10px;
}

.card-grid__wrap {
	width: 88%;
	margin: 0 auto;
	max-width: 646px;
}

.card__item {
	padding: 0 0 26px 0;
	line-height: 1.8;
	text-align: center;
	color: #1c1b1b;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.card__item:not(:last-child):after {
	content: '';
	display: block;
	height: 1px;
	width: 98%;
	margin: 24px auto 0;
	background-color: #d5d5d5;
}

.card__header {
	padding-bottom: 14px;
}

.card__title {
	margin: 0;
	line-height: 1.3;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
}

.card__media {
	margin: 0;
}

.card__img {
	width: 100%;
}

.card__block {
	padding-top: 26px;
}

.card__text:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
	.card-grid {
		padding-bottom: 18px;
	}

	.card-grid__wrap {
		width: 100%;
		max-width: 100%;
	}

	.card__item {
		padding: 0 8px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.card__item:not(:last-child):after {
		display: none;
	}

	.card__block {
		width: 94%;
		margin: 0 auto;
		padding-top: 18px;
	}
}

@media only screen and (min-width: 768px) {
	.card-grid {
		padding-top: 20px;
		padding-bottom: 38px;
	}
}

@media only screen and (min-width: 992px) {
	.card-grid__wrap {
		width: 96%;
	}
}

.grid {
	margin: 0 -1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.grid__slot {
	position: relative;
	margin: 0 0 2px 0;
	padding: 0 1px;
	overflow: hidden;
	max-height: 200px;
}

.grid__slot .i-close {
	position: absolute;
	top: 14px;
	right: 16px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	font-size: 26px;
	font-size: 2.6rem;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.grid__photo {
	width: 100%;
}

.grid__caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	width: -webkit-calc(100% - 2px);
	/** Safari 6, Chrome 19-25 **/
	width: -moz-calc(100% - 2px);
	/** FF 4-15  **/
	width: -o-calc(100% - 2px);
	/* Opera */
	width: calc(100% - 2px);
	/** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
	height: 100%;
	margin: 0 1px;
	padding-top: 18px;
	pointer-events: none;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	background-color: rgba(0, 0, 0, 0.2);
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.grid__caption:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	width: -webkit-calc(100% - 1px);
	/** Safari 6, Chrome 19-25 **/
	width: -moz-calc(100% - 1px);
	/** FF 4-15  **/
	width: -o-calc(100% - 1px);
	/* Opera */
	width: calc(100% - 1px);
	/** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
	height: 100%;
	opacity: 0.58;
	margin: 0 1px;
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.75) 10%, transparent 70%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.75) 10%, transparent 70%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.75) 10%, rgba(0, 0, 0, 0) 70%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
}

.grid__inner {
	position: relative;
	top: 0;
	z-index: 2;
	display: block;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.grid__inner:hover,
.grid__inner:focus {
	color: #fff;
	text-decoration: none;
}

.grid__title {
	max-width: 80%;
	margin: 0 auto;
	padding-bottom: 10px;
	line-height: 1.3;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner Roman", serif;
}

.grid__title:after {
	content: '';
	display: block;
	opacity: 0;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	height: 2px;
	width: 45px;
	margin: 10px auto 0;
	background-color: #c29c75;
}

.grid__thumb {
	width: 100%;
	padding: 10px 0 24px;
}

.grid__description {
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.grid__subtitle {
	margin-bottom: 0;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
}

.grid__text {
	margin-bottom: 0;
}

.grid__list {
	list-style: none;
	padding-left: 0;
}

.grid__bullets:before {
	content: "\2022";
	padding-right: 10px;
}

.grid__slot.col-12 .grid__title {
	padding-top: 20px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.grid__slot.js-over .i-close {
	opacity: 1;
	visibility: visible;
}

.grid__slot.js-over .grid__caption {
	padding-top: 0;
	pointer-events: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.grid__slot.js-over .grid__inner {
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.grid__slot.js-over .col-12 .grid__title {
	padding-top: 0;
}

.grid__slot.js-over .grid__description {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 767px) {
	.grid__slot.js-over .grid__caption {
		position: fixed;
		z-index: 10000;
		width: 100%;
		margin: 0;
		min-height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		background-color: rgba(0, 0, 0, 0.8);
	}

	.grid__slot.js-over .grid__inner {
		top: 40px;
		padding-bottom: 20px;
		max-width: 375px;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.grid__description .v-button {
		display: none;
	}

	.grid_tag .grid__slot.js-over .grid__inner {
		border: 1px solid #c29c75;
		padding: 20px;
	}
}

@media only screen and (min-width: 380px) {
	.grid__slot {
		max-height: 250px;
	}
}

@media only screen and (min-width: 576px) {
	.grid__slot {
		max-height: 300px;
	}

	.grid__title {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media only screen and (min-width: 768px) {
	.grid__inner {
		width: 88%;
	}

	.grid__thumb {
		display: none;
	}

	.grid__slot {
		/*max-height: 320px;*/
		max-height: 298px;
	}

	.grid__slot.col-12 .grid__title {
		padding-top: 0;
	}

	.grid__slot .i-close {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media only screen and (min-width: 992px) {
	.grid__caption {
		padding-top: 40px;
	}

	.grid__slot.col-12 .grid__title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.grid__slot:hover .grid__caption {
		pointer-events: auto;
		padding-top: 0;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.grid__slot:hover .grid__inner {
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.grid__slot:hover .grid__title:after {
		opacity: 1;
	}

	.grid__slot:hover .grid__description {
		opacity: 1;
		visibility: visible;
	}

	.grid_tag .grid__slot .grid__inner {
		padding: 20px;
	}

	.grid_tag .grid__slot:hover .grid__inner {
		border: 1px solid #c29c75;
	}
}

@media only screen and (min-width: 1180px) {
	.grid__title {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.group-brands {
	display: none;
}

.group-brands__header {
	display: block;
	width: 90%;
	max-width: 570px;
	text-align: center;
	margin: 0 auto;
}

.group-brands__title {
	position: relative;
	display: inline-block;
	width: 42%;
	vertical-align: middle;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner Roman", serif;
}

.group-brands__title:after {
	content: '';
	position: absolute;
	right: 0;
	top: -5px;
	height: 32px;
	width: 1px;
	background-color: #979797;
}

.group-brands__subtitle {
	display: inline-block;
	width: 57%;
	vertical-align: middle;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.group-brands__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	width: 96.35%;
	max-width: 1090px;
	height: 80px;
	margin: 50px auto 0;
}

.group-brands__box {
	display: inline-flex;
	background-color: #fff;
	border: 1px solid #efeee9;
	width: 100%;
}

.group-brands__img {
	display: block;
	width: 90%;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.group-brands {
		display: block;
		margin: 0 auto;
		background-color: #efeee9;
		color: #4a4a4a;
		padding: 80px 0;
	}
}

.v-pagination__dots {
	position: relative;
	top: -18px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.v-pagination__dots li {
	display: inline-block;
}

.v-pagination__dots li button {
	color: #b0b0b0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.v-pagination__dots li.slick-active button {
	color: #c29c75;
	text-decoration: underline;
}

.v-pagination__dots button {
	border: 0;
	-webkit-appearance: none;
	background: transparent;
}

.v-pagination__dots button:focus {
	outline: none;
}

.panel-zebra__row {
	background-color: #f5f5f5;
}

.panel-zebra__row:nth-child(even) {
	background-color: transparent;
}

.panel-zebra__wrap {
	width: 88%;
	margin: 0 auto;
	max-width: 646px;
}

.panel-col {
	width: 100%;
	padding: 30px 0;
}

.panel-col__head {
	margin-bottom: 12px;
	text-align: center;
}

.panel-col__head:after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 45px;
	height: 1px;
	background-color: #c29c75;
}

.panel-col__title {
	margin: 0;
	padding-bottom: 12px;
	letter-spacing: 0.8px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.panel-col__logo {
	padding: 10px 0 30px;
	text-align: center;
}

.panel-col__txt {
	text-align: center;
	color: #1c1b1b;
	line-height: 1.8;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.panel-col__strong {
	display: block;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.panel-col__head {
		margin-bottom: 18px;
	}

	.panel-col__title {
		padding-bottom: 18px;
	}

	.panel-zebra__wrap {
		max-width: 700px;
	}

	.panel-col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	.panel-col1 {
		width: 31%;
	}

	.panel-col2 {
		width: 16%;
	}

	.panel-col3 {
		width: 53%;
	}

	.panel-col__head {
		text-align: right;
		padding-right: 20px;
	}

	.panel-col__head:after {
		margin-right: 0;
	}

	.panel-col__logo {
		padding: 0;
	}

	.panel-col__txt {
		text-align: left;
		padding-left: 20px;
	}

	.panel-col__columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-moz-column-gap: 8px;
		-webkit-column-gap: 8px;
		column-gap: 8px;
		-moz-column-width: 50%;
		-webkit-column-width: 50%;
		column-width: 50%;
	}

	.panel-col__strong {
		text-align: left;
	}
}

@media only screen and (min-width: 992px) {
	.panel-zebra__wrap {
		max-width: 890px;
	}
}

.tabs__content {
	overflow: hidden;
	background-color: #f7f7f7;
	padding-top: 60px;
}

.tabs__pane {
	display: none;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.tabs__pane.js-itemActive {
	display: block;
}

.tabs__pane .tabs__txt {
	width: 88%;
	margin: 0 auto;
	padding: 30px 0 40px;
}

.tabs__title {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner Roman", serif;
	text-align: center;
	padding-bottom: 18px;
}

@media only screen and (max-width: 767px) {
	.tabs__nav {
		position: relative;
	}

	.tabs__list {
		position: absolute;
		top: 0;
		z-index: 1;
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		list-style: none;
	}

	.tabs__list:after {
		content: '';
		position: absolute;
		z-index: -1;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.tabs__list.js-openList {
		margin-bottom: 0;
		background-color: #fff;
		-moz-transition: background 0.5s ease-in-out;
		-o-transition: background 0.5s ease-in-out;
		-webkit-transition: background 0.5s ease-in-out;
		transition: background 0.5s ease-in-out;
	}

	.tabs__list.js-openList:after {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-moz-transition: -moz-transform 0.5s;
		-o-transition: -o-transform 0.5s;
		-webkit-transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
	}

	.tabs__list.js-openList .tabs__item {
		opacity: 1;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-moz-transition: -moz-transform 0.5s ease-in-out;
		-o-transition: -o-transform 0.5s ease-in-out;
		-webkit-transition: -webkit-transform 0.5s ease-in-out;
		transition: transform 0.5s ease-in-out;
	}

	.tabs__list.js-openList .tabs__item.js-itemActive {
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	.tabs__list.js-openList .tabs__item .tabs__link:after {
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.tabs__item {
		width: 44%;
		opacity: 0;
		-moz-transform: translateY(-200%);
		-ms-transform: translateY(-200%);
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
		-moz-transition: opacity 0.7s ease-in-out;
		-o-transition: opacity 0.7s ease-in-out;
		-webkit-transition: opacity 0.7s ease-in-out;
		transition: opacity 0.7s ease-in-out;
	}

	.tabs__item.js-itemActive {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-order: -1;
		-ms-flex-order: -1;
		order: -1;
		display: block;
		width: 100%;
		z-index: 1;
		opacity: 1;
		cursor: pointer;
		margin: 0;
		background-color: #EDEDED;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		-moz-transition: none;
		-o-transition: none;
		-webkit-transition: none;
		transition: none;
	}

	.tabs__item.js-itemActive .tabs__link {
		position: relative;
		display: block;
		width: 88%;
		padding: 20px 0 18px;
		margin: 0 auto;
		line-height: inherit;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.tabs__item.js-itemActive .tabs__link:after {
		content: "\e901";
		position: absolute;
		top: 20px;
		right: 8px;
		font-family: 'ico-vidanta' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 23px;
		font-size: 2.3rem;
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.tabs__link {
		line-height: 2;
		color: #1c1b1b;
		padding: 10px 0;
		display: block;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		font-style: normal;
		font-family: "Gotham", sans-serif;
	}

	.tabs__link:hover,
	.tabs__link:focus {
		color: #1c1b1b;
		text-decoration: none;
		outline: none;
	}
}

@media only screen and (min-width: 768px) {
	.tabs__list {
		display: table;
		width: 100%;
		max-width: 656px;
		padding: 0;
		margin: 0 auto;
	}

	.tabs__item {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #d5d5d5;
		border-right: none;
	}

	.tabs__item:last-child {
		border-right: 1px solid #d5d5d5;
	}

	.tabs__item:hover {
		cursor: pointer;
	}

	.tabs__item.js-itemActive {
		background-color: #f7f7f7;
		border-bottom: none;
	}

	.tabs__item.js-itemActive .tabs__link {
		color: #1c1b1b;
	}

	.tabs__link {
		display: block;
		padding: 12px 5px;
		color: #868686;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		font-style: normal;
		font-family: "Gotham", sans-serif;
	}

	.tabs__link:focus,
	.tabs__link:hover {
		color: #1c1b1b;
		outline: none;
		text-decoration: none;
	}

	.tabs__content {
		width: 100%;
		padding: 0;
		background-color: #f7f7f7;
	}

	.tabs__pane {
		width: 100%;
		line-height: 1.7;
		text-align: center;
		padding: 0;
	}
}

.map-tabs .card {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.map-tabs .card>.card-header {
	border-radius: 0;
}

.map-tabs .card>.card-header .panel-title>a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	height: 100%;
	line-height: 50px;
	text-transform: uppercase;
	width: 100%;
}

.map-tabs .card>.card-header .panel-title>a:hover {
	text-decoration: none;
}

.map-tabs .card+.card {
	margin-top: 1px;
}

.map-tabs .card .card-block {
	padding: 0;
}

.map-tabs .card .card-block .map-small {
	width: 100%;
	display: block;
}

.map-tabs .card .card-block .boxcard__head {
	display: none;
}

.map-tabs.dark-tabs .card>.card-header {
	background: #252525;
	color: #fff;
	text-align: center;
}

.map {
	width: 100%;
}

.map .inner {
	height: 100%;
	margin: 0 auto;
	max-width: 1152px;
	position: relative;
}

.map .inner .map-area {
	display: none;
	position: relative;
	width: 49%;
}

.map .inner .map-area a {
	position: absolute;
	text-decoration: none;
}

.map .inner .map-area a:before {
	background: #C29C75;
	border-radius: 100%;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
}

.map .inner .map-area a span {
	display: block;
	color: #151515;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner LightItalic", serif;
	padding: 2px;
	position: absolute;
	top: -20px;
	width: 110px;
	left: -47px;
	text-align: center;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.map .inner .map-area a span:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	border-left: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-top: 8px solid black;
	border-right: 7px solid transparent;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.map .inner .map-area a:hover span,
.map .inner .map-area a.active span {
	background: #151515;
	color: #fff;
	top: -35px;
}

.map .inner .map-area a:hover span:before,
.map .inner .map-area a.active span:before {
	opacity: 1;
}

.map .inner .map-area a.acapulco {
	top: 85%;
	left: 44%;
}

.map .inner .map-area a.puertoPenasco {
	top: 12%;
	left: 10%;
}

.map .inner .map-area a.puertoPenasco span {
	top: 20px;
}

.map .inner .map-area a.puertoPenasco span:before {
	border-left: 9px solid transparent;
	border-bottom: 9px solid black;
	border-top: 9px solid transparent;
	border-right: 9px solid transparent;
	top: -18px;
}

.map .inner .map-area a.losCabos {
	top: 53%;
	left: 18%;
}

.map .inner .map-area a.eastCape {
	top: 51%;
	left: 22%;
}

.map .inner .map-area a.nuevaVallarta {
	top: 64%;
	left: 28%;
}

.map .inner .map-area a.riveraMaya {
	top: 57%;
	left: 59%;
}

.map .inner .map-area a.mazatlan {
	top: 53%;
	left: 25%;
}

.map .inner .map-area a.puertoVallarta {
	top: 71%;
	left: 27%;
}

.map .inner .map-area a.puertoVallarta span {
	left: -110px;
	top: -4px;
}

.map .inner .map-area a.puertoVallarta span:before {
	border-left: 7px solid black;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 7px solid transparent;
	top: 19%;
	left: auto;
	right: -14px;
}

@media only screen and (min-width: 768px) {
	.map {
		background: #F7F7F7;
	}

	.map .inner .map-area {
		display: inline-block;
		vertical-align: top;
		min-width: 450px;
		height: 280px;
	}

	.map-tabs {
		width: 49%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}

	.map-tabs .card {
		background: transparent;
		box-shadow: none;
	}

	.map-tabs .card>.card-header {
		display: none;
	}

	.map-tabs .card>.card-header+.collapse>.card-block {
		border-top-color: transparent;
		border-top: 0;
	}

	.map-tabs .card .card-block .map-small {
		display: none;
	}

	.map-tabs .card .card-block .boxcard__title {
		font-size: 25px;
	}

	.map-tabs .card .card-block .boxcard__head {
		display: block;
	}

	.map-tabs .card .card-block .boxcard__lead {
		font-size: 14px;
		line-height: 1.5;
	}
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
	.map-tabs .card .card-block .map-small {
		max-width: 300px;
		margin: 10px auto 0;
	}
}

@media only screen and (min-width: 980px) {
	.map .inner {
		background-size: inherit;
		min-height: auto;
	}

	.map .inner .map-area {
		min-width: 570px;
		height: 340px;
	}

	.map .map-tabs {
		width: 38%;
		position: inherit;
		display: inline-block;
		vertical-align: middle;
	}
}

@media only screen and (min-width: 1200px) {
	.map .map-tabs {
		width: 48%;
	}
}

.location-map__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.location-map__caption {
	padding: 28px 0;
	background-color: #f7f7f7;
}

.location-map__inner {
	width: 86%;
	margin: 0 auto;
}

.location-map__head {
	margin-bottom: 18px;
}

.location-map__head:after {
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	background-color: #c29c75;
}

.location-map__title {
	margin: 0;
	padding-bottom: 18px;
	letter-spacing: 0.8px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.location-map__lead {
	margin: 0 auto;
	color: #1c1b1b;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.location-map__text {
	margin: 0;
}

.location-map__frame {
	width: 100%;
	height: 263px;
	border: none;
}

.location-info {
	padding-bottom: 15px;
	color: #fff;
	background-color: #000000;
}

.location-info__head {
	padding: 26px 0 28px;
	margin: 0;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	text-align: center;
	background-color: #343434;
}

.location-info__title {
	position: relative;
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
	padding: 20px 0 20px 34px;
	padding-bottom: 20px;
	cursor: pointer;
	border-bottom: 1px solid #545454;
}

.location-info__title:before {
	position: absolute;
	left: 4px;
	top: 24px;
	margin-right: 16px;
}

.location-info__title:after {
	position: absolute;
	top: 26px;
	right: 6px;
	font-weight: 700;
	font-size: 12px;
	font-size: 1.2rem;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.location-info__content {
	display: none;
	padding-top: 12px;
	margin: 0 auto;
	color: #c2c2c2;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.location-info__text {
	margin: 0;
}

.location-info__item {
	width: 77%;
	margin: 0 auto;
}

.location-info__inner.js-dropdownActive .location-info__title:after {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 768px) {
	.location {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.location-map {
		width: 60%;
	}

	.location-map__content {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.location-map__caption {
		bottom: 0;
		width: 100%;
		z-index: 2;
		padding: 18px 0 18px;
		background-color: #f3f1ec;
	}

	.location-map__frame {
		height: 400px;
	}

	.location-info {
		width: 40%;
	}
}

@media only screen and (min-width: 992px) {
	.location-map {
		width: 70%;
	}

	.location-info {
		width: 30%;
	}
}

.find-more {
	width: 88%;
	margin: 0 auto;
	padding: 0 0 24px;
	color: #1c1b1b;
	line-height: 1.8;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.find-more .v-button {
	text-align: left;
}

.find-more__title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.find-more-flex {
	margin: 0 -15px;
}

.find-more__data {
	position: relative;
	text-align: center;
}

.find-more__data .find-more__text {
	line-height: 1.8;
}

.find-more__hr:before {
	content: '';
	display: block;
	width: 86%;
	height: 1px;
	margin: 0 auto 30px;
	background-color: #787878;
}

.find-more__group {
	padding-bottom: 24px;
	margin: 0;
}

.find-more__photo {
	width: 100%;
}

.find-more__caption {
	padding-top: 28px;
}

@media only screen and (min-width: 576px) {
	.find-more__info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.find-more__media {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}

	.find-more__caption {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		padding: 0 0 0 30px;
	}
}

@media only screen and (min-width: 768px) {
	.find-more {
		width: 94%;
		padding: 30px 0 44px;
	}

	.find-more__data {
		text-align: left;
	}

	.find-more__hr:before {
		position: absolute;
		top: 50%;
		left: -5px;
		width: 1px;
		height: 96%;
		margin: 0;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.find-more-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.find-more__media {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.find-more__caption {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.find-more__text:last-child {
		margin: 0;
	}
}

@media only screen and (min-width: 992px) {
	.find-more__data {
		padding-right: 15px;
	}

	.find-more__hr:before {
		left: -10px;
	}
}

.blockdownload {
	position: relative;
}

.blockdownload__bg {
	margin: 0;
	overflow: hidden;
	text-align: center;
	max-height: 140px;
}

.blockdownload__inner {
	position: absolute;
	width: 86%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.blockdownload__img {
	position: relative;
	display: block;
	width: auto;
}

.blockdownload__content {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blockdownload__title {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
}

.blockdownload__link {
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner", serif;
}

.blockdownload__link:after {
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 18px;
}

.blockdownload__link:hover,
.blockdownload__link:focus {
	color: #fff;
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
	.blockdownload__bg {
		max-height: 110px;
	}
}

.nav-location__group {
	padding-bottom: 24px;
}

.nav-location__head {
	display: block;
	width: 100%;
	text-align: center;
}

.nav-location__title {
	position: relative;
	padding: 30px 0 20px;
	margin-bottom: 16px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner Roman", serif;
}

.nav-location__title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	content: '';
	width: 63px;
	height: 1px;
	margin: 0 auto;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #979797;
}

.nav-location__nav {
	text-align: center;
}

.nav-location__list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-location__link {
	display: inline-block;
	width: 100%;
	padding-bottom: 12px;
	color: #1c1b1b;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: italic;
	font-family: "MillerBanner", serif;
}

.nav-location__link:after {
	display: inline-block;
	padding-left: 5px;
	color: #979797;
	font-size: 6px;
	font-size: 0.6rem;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.nav-location__link:hover,
.nav-location__link:focus {
	color: #1c1b1b;
}

.nav-location__more {
	text-align: center;
}

.nav-location__img {
	display: block;
	margin: 12px auto 8px;
}

.nav-location__btn {
	min-width: 168px;
	display: inline-block;
	padding: 12px 12px 10px 12px;
	text-align: center;
	color: #1c1b1b;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
	border: 1px solid #c29c75;
}

.nav-location__btn:after {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	color: #c29c75;
	font-weight: 900;
	font-size: 12px;
	font-size: 1.2rem;
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.nav-location__btn:hover,
.nav-location__btn:focus {
	color: #c29c75;
}

@media only screen and (min-width: 768px) {
	.nav-location {
		width: 88%;
		margin: 0 auto;
	}

	.nav-location__group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.nav-location__nav {
		width: 74%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 74%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 74%;
		-ms-flex: 0 0 74%;
		flex: 0 0 74%;
		max-width: 74%;
		text-align: left;
		padding-top: 18px;
	}

	.nav-location__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		padding-right: 10px;
	}

	.nav-location__item {
		padding-right: 10px;
	}

	.nav-location__more {
		width: 26%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 26%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 26%;
		-ms-flex: 0 0 26%;
		flex: 0 0 26%;
		max-width: 26%;
	}
}

@media only screen and (min-width: 992px) {
	.nav-location {
		width: 92%;
		padding: 0 0 18px;
	}

	.nav-location__group {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}

	.nav-location__head {
		width: 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		padding-right: 34px;
		text-align: left;
	}

	.nav-location__title {
		margin: 0;
		padding: 0 34px 0 0;
	}

	.nav-location__title:after {
		position: absolute;
		left: inherit;
		top: 50%;
		right: 0;
		bottom: inherit;
		width: 1px;
		height: 84px;
		margin: 0;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nav-location__nav {
		width: 55%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 55%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 55%;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}

	.nav-location__item {
		padding-right: 20px;
	}

	.nav-location__more {
		width: 20%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.tabs-vertical {
	width: 86%;
	padding-top: 32px;
	margin: 0 auto;
	background-color: #fff;
}

.tabs-vertical__wrapper,
.tabs-vertical__block {
	display: none;
}

.tabs-vertical__content {
	display: none;
	position: relative;
}

.tabs-vertical__head {
	text-align: center;
	padding-bottom: 20px;
}

.tabs-vertical__lead {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner Roman", serif;
}

.tabs-vertical__subtitle {
	padding-bottom: 20px;
	line-height: 1.3;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	font-family: "Gotham", sans-serif;
	text-transform: uppercase;
	color: #c29c75;
}

.tabs-vertical__title {
	font-size: 26px;
	font-size: 2.6rem;
	padding-bottom: 16px;
}

.tabs-vertical__link {
	display: inline-block;
	padding: 10px 6px;
	margin-bottom: 18px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	font-style: normal;
	font-family: "Gotham", sans-serif;
	color: #515151;
	text-transform: uppercase;
	border: 1px solid #c29c75;
}

.tabs-vertical__link:after {
	display: inline-block;
	margin-left: 16px;
	vertical-align: middle;
	font-size: 7px;
	font-size: 0.7rem;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.tabs-vertical__link:hover,
.tabs-vertical__link:focus {
	color: #c29c75;
	text-decoration: none;
}

.tabs-vertical__btn {
	display: block;
	padding: 14px 20px;
	margin: 0 0 1px 0;
	background-color: #f5f5f5;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
	text-transform: uppercase;
	color: #5d5d5d;
}

.tabs-vertical__figure {
	overflow: hidden;
	position: relative;
	height: auto;
	min-height: 160px;
	margin-bottom: 54px;
}

.tabs-vertical__img {
	width: auto;
	max-width: 496px;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	height: auto;
}

.tabs-vertical__caption {
	position: absolute;
	bottom: 75px;
	left: 50%;
	width: 84px;
	height: 76px;
	overflow: hidden;
	-moz-border-radius: 50% / 50%;
	-webkit-border-radius: 50% 50%;
	border-radius: 50% / 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tabs-vertical__foot {
	z-index: 2;
	display: block;
	padding: 16px 4px 14px 8px;
	width: 100%;
	background-color: #f5f5f5;
}

.tabs-vertical__inner {
	text-align: center;
}

.tabs-vertical__inner.js-dropdownActive .tabs-vertical__btn {
	color: #fff;
	background-color: #c29c75;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.portlet-journal-content .journal-content-article figure.tabs-vertical__figure img.tabs-vertical__img {
	max-width: 496px !important;
}

@media only screen and (min-width: 576px) {
	.tabs-vertical__img {
		max-width: 660px;
	}

	.portlet-journal-content .journal-content-article figure.tabs-vertical__figure img.tabs-vertical__img {
		max-width: 660px !important;
	}
}

@media only screen and (min-width: 768px) {
	.tabs-vertical {
		padding-top: 0;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		align-items: stretch;
	}

	.tabs-vertical__wrapper,
	.tabs-vertical__block {
		display: block;
	}

	.tabs-vertical__head {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
		width: 84%;
		padding: 38px 0 20px;
		margin: 0 auto;
	}

	.tabs-vertical__subtitle {
		width: 28%;
		text-align: left;
	}

	.tabs-vertical__lead {
		width: 72%;
		text-align: left;
	}

	.tabs-vertical__wrapper {
		width: 30%;
	}

	.tabs-vertical__list {
		padding: 0;
		margin: 0;
	}

	.tabs-vertical__block {
		position: relative;
		overflow: hidden;
		width: 70%;
	}

	.tabs-vertical__item {
		display: none;
	}

	.tabs-vertical__anchor {
		position: relative;
		display: block;
		padding: 12px 22px;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: 500;
		font-style: normal;
		font-family: "Gotham", sans-serif;
		color: #5e5852;
		text-transform: uppercase;
	}

	.tabs-vertical__anchor:after {
		display: inline-block;
		position: absolute;
		top: 17px;
		right: 12px;
		font-size: 10px;
		font-size: 1rem;
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.tabs-vertical__anchor:focus {
		color: #fff;
		outline: none;
		text-decoration: none;
	}

	.tabs-vertical__anchor:hover {
		color: #5e5852;
		text-decoration: none;
	}

	.tabs-vertical__elem {
		padding: 0;
		list-style: none;
		background-color: #fff;
		border-bottom: 1px solid #d5d5d5;
	}

	.tabs-vertical__elem.js-itemActive {
		background-color: #c29c75;
	}

	.tabs-vertical__elem.js-itemActive .tabs-vertical__anchor {
		color: #fff;
	}

	.tabs-vertical__pane {
		display: none;
	}

	.tabs-vertical__pane.js-vItemActive {
		display: block;
	}

	.tabs-vertical__figure {
		position: static;
		margin: 0;
		overflow: visible;
	}

	.tabs-vertical__img {
		max-width: 900px;
	}

	.tabs-vertical__caption {
		width: 100%;
		bottom: 0;
		overflow: visible;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color: rgba(0, 0, 0, 0.57);
	}

	.tabs-vertical__foot {
		display: inline-block;
		margin-left: 30px;
		background-color: transparent;
		max-width: 84px;
	}

	.tabs-vertical__text {
		display: inline-block;
		width: 50%;
		margin: 0;
		vertical-align: middle;
		text-align: center;
		color: #fff;
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: normal;
		font-style: normal;
		font-family: "MillerBanner Roman", serif;
	}

	.tabs-vertical__link {
		display: inline-block;
		margin: 0;
		color: #fff;
	}

	.portlet-journal-content .journal-content-article figure.tabs-vertical__figure img.tabs-vertical__img {
		max-width: 900px !important;
	}
}

@media only screen and (min-width: 992px) {
	.tabs-verticalbg {
		width: 100%;
		background-color: #f7f7f7;
	}

	.tabs-vertical {
		max-width: 1090px;
		margin: 0 auto;
	}

	.tabs-vertical__head {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: absolute;
		width: 30%;
		padding: 22px 22px 16px 22px;
		max-width: 327px;
		background-color: #fff;
	}

	.tabs-vertical__wrapper {
		margin-top: 256px;
	}

	.tabs-vertical__subtitle {
		width: 100%;
		padding-bottom: 12px;
		margin: 0;
	}

	.tabs-vertical__lead {
		width: 100%;
	}

	.tabs-vertical__img {
		max-width: 900px;
	}

	.tabs-vertical__foot {
		margin-left: 50px;
	}

	.tabs-vertical__text {
		width: 54%;
	}
}

.intro-grid__item {
	padding: 0;
}

.intro-grid__item .intro {
	width: 88%;
	margin: 0 auto;
	max-width: 646px;
}

.intro-grid__item .intro__header {
	padding-bottom: 28px;
}

.intro-grid__item .intro__header:after {
	content: '';
	display: block;
	height: 1px;
	width: 86px;
	margin: 0 auto;
	background-color: #787878;
}

@media only screen and (min-width: 768px) {
	.intro-grid__item .intro {
		max-width: 452px;
	}
}

@media only screen and (min-width: 992px) {
	.intro-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.intro-grid__item .intro {
		max-width: 352px;
	}
}

.weather {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	width: 212px;
	line-height: 53px;
	z-index: 1;
	padding: 0 20px;
	color: white;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	font-family: "Gotham Book", sans-serif;
	background-color: rgba(0, 0, 0, 0.64);
}

.weather__time,
.weather__txt {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.weather__time {
	width: 25%;
}

.weather__txt {
	width: 70%;
}

.weather__txt.i-sun:before {
	font-size: 18px;
	font-size: 1.8rem;
	padding-right: 10px;
	line-height: 0.4;
}

.band-bg.js-toggleForm {
	display: none;
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	margin-bottom: -40px;
}

.band-bg.js-toggleForm:after {
	content: '';
	position: absolute;
	top: 0;
	z-index: 2;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12.5px 0 12.5px;
	border-color: #000000 transparent transparent transparent;
}

.band-bg {
	width: 100%;
	position: relative;
	display: block;
	background-color: #f7f7f7;
}

.band-bg__inner {
	width: 86%;
	margin: 0 auto;
}

.band-bg__title {
	position: relative;
	display: block;
	width: 100%;
	max-width: 504px;
	margin: 0 auto 40px;
	-moz-transition: margin 0.6s ease-in-out;
	-o-transition: margin 0.6s ease-in-out;
	-webkit-transition: margin 0.6s ease-in-out;
	transition: margin 0.6s ease-in-out;
	padding: 18px 24px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner SemiboldItalic", serif;
	background-color: #000000;
}

.form {
	padding: 40px 0 20px;
}

.form .row {
	margin: 0;
}

.form__head {
	padding-bottom: 30px;
}

.form__head .form__label {
	display: block;
}

.form__head .form-group__select {
	position: relative;
	display: inline-block;
	margin: 0;
}

.form__head .form-group__select:after {
	content: " " \0;
	position: absolute;
	right: 14px;
	bottom: 14px;
	color: #fff;
	font-weight: 900;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.form .form__select {
	padding: 10px 35px 10px 10px;
	height: 40px !important;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	color: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #c29c75;
}

.form .form__select:focus {
	outline: none;
	border: 0;
}

.form__label {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.form__check {
	display: inline-block;
	display: none;
}

.form__input {
	padding: 5px 10px !important;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.form .form__input::-webkit-input-placeholder {
	color: #c2c2c2;
}

.form .form__input:-moz-placeholder {
	color: #c2c2c2;
}

.form .form__input:-ms-input-placeholder {
	color: #c2c2c2;
}

.form__general .form__label {
	text-align: center;
}

.form__general .form-group {
	margin-bottom: 18px;
}

.form .form-group_inline .form__label {
	padding-right: 10px;
}

.form .form-group_inline .form__input {
	display: inline-block;
	width: 40%;
}

.form__checkbox-group {
	padding: 30px 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

.form__checkbox-group .form__label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

.form__checkbox-group .form__label:before {
	position: absolute;
	top: 7px;
	left: 2px;
	z-index: 0;
	font-size: 9px;
	font-size: 0.9rem;
	color: #fff;
}

.form__checkbox-group .form__label:after {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 12px;
	vertical-align: middle;
	border-radius: 5px;
	background-color: #bebdbd;
}

.form .form-group__check.has-danger {
	margin-bottom: 18px;
}

.form .form-group__check.has-danger .form__label {
	color: #292b2c;
}

.form .form-group__check.has-danger .form__label:after {
	border: 1px solid #d9534f;
}

.form .form-group__check.has-danger .form-control-feedback {
	padding-left: 45px;
	color: #d9534f;
	text-align: left;
}

.form__footer-group {
	padding-top: 40px;
}

.form__footer-group .form-group {
	margin-bottom: 22px;
}

.form .form__check:checked+.form__label:before {
	z-index: 2;
}

.form .form__check:checked+.form__label:after {
	background-color: #1ab9de;
}

.form .form-group__check {
	margin-bottom: 10px;
}

.form__btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 10px 10px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
	border: 0;
	background-color: #000000;
}

.form__btn:after {
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	margin-top: -7px;
	line-height: 1;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.form__btn.i-arrow-light {
	padding-right: 30px;
}

.form__btn:hover,
.form__btn:focus {
	color: #fff;
}

.form .form-group {
	position: relative;
}

.form .form__footer {
	text-align: center;
}

.form .form-control-feedback {
	display: block;
	width: 100%;
	text-align: right;
	top: inherit;
	bottom: -26px;
}

.form .form-control_file {
	padding: 0;
}

.form .form__input-file {
	position: absolute;
	right: 0;
	display: inline-block;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	background-color: #c29c75;
}

.form .form__file {
	position: absolute;
	width: 100%;
	height: 114%;
	margin: 0;
	outline: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.form .form-captcha {
	width: 222px;
	margin-bottom: 16px;
}

.form .form-captcha__img {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.band-bg.js-toggleForm {
		display: none;
		-moz-transform: translateY(-90px);
		-ms-transform: translateY(-90px);
		-webkit-transform: translateY(-90px);
		transform: translateY(-90px);
		margin-bottom: -90px;
	}

	.band-bg__inner {
		width: 92%;
	}

	.band-bg__title {
		margin: 0 auto 90px;
	}

	.form__head .form__label {
		display: inline-block;
		padding-right: 16px;
	}

	.form__general .form__label {
		text-align: right;
		padding: 0 22px;
	}

	.form .form__1col {
		max-width: 530px;
		margin: 0 auto;
	}

	.form .form__footer {
		padding-left: 0;
		text-align: left;
	}

	.form .form-control-feedback {
		bottom: -20px;
	}
}

.v-post {
	padding-bottom: 44px;
}

.post__lead {
	min-width: 200px;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
}

.post__subtitle {
	padding: 20px 0;
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif;
}

.post__text {
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.post__list {
	padding-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.post__list li {
	padding: 5px 0;
}

.post__item {
	padding-bottom: 30px;
}

.post__item_lg .post-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post__item_lg .post-nav__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 46%;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	max-width: 46%;
}

.post-subitem {
	padding-bottom: 46px;
}

.post-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

.post-nav__link {
	position: relative;
	display: block;
	vertical-align: middle;
	padding: 10px 16px 10px 2px;
	border-bottom: 1px solid #d5d5d5;
	color: #1c1b1b;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: italic;
	font-family: "MillerBanner", serif;
}

.post-nav__link:hover,
.post-nav__link:focus {
	color: #1c1b1b;
	text-decoration: none;
}

.post-nav__link:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -4px;
	color: #868686;
	font-size: 6px;
	font-size: 0.6rem;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.post-nav__sublist {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.post-nav__subitem {
	padding: 7px 0;
}

.post__link {
	color: #656565;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.post__link:hover,
.post__link:focus {
	text-decoration: none;
}

.post__foot {
	max-width: 540px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.post-nav__text {
		font-size: 15px;
		font-size: 1.5rem;
		text-align: left;
	}

	.post__grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.post__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 46%;
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
		max-width: 46%;
	}

	.post__col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 28%;
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}

	.post-nav__link {
		padding-right: 20px;
	}

	.post-nav__link:after {
		right: 10px;
	}
}

@media only screen and (min-width: 992px) {
	.post__lead {
		padding-bottom: 24px;
	}

	.post__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20.5%;
		-ms-flex: 0 0 20.5%;
		flex: 0 0 20.5%;
		max-width: 20.5%;
	}

	.post__item_lg {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 31%;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
		max-width: 31%;
	}

	.post__col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16%;
		-ms-flex: 0 0 16%;
		flex: 0 0 16%;
		max-width: 16%;
	}
}

.flex-last {
	order: 1;
}

figure.grid__slot.col {
	max-height: 230px;
}

.card-group {
	display: flex;
	flex-flow: row wrap;
}

h2, .h2 {
	font-size: 2rem;
}