@font-face {
		font-family: 'DalaFloda-Bold';
		src: url('/_ui/fonts/dalaflodabold.eot');
		src: url('/_ui/fonts/dalaflodabold.eot?#iefix') format('embedded-opentype'),
				 url('/_ui/fonts/dalaflodabold.woff') format('woff'),
				 url('/_ui/fonts/dalaflodabold.ttf') format('truetype'),
				 url('/_ui/fonts/dalaflodabold.svg#dalaflodabold') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'DalaFloda-Roman';
		src: url('/_ui/fonts/dalaflodaromanno2.eot');
		src: url('/_ui/fonts/dalaflodaromanno2.eot?#iefix') format('embedded-opentype'),
				 url('/_ui/fonts/dalaflodaromanno2.woff') format('woff'),
				 url('/_ui/fonts/dalaflodaromanno2.ttf') format('truetype'),
				 url('/_ui/fonts/dalaflodaromanno2.svg#dalaflodaromanno2') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'DIN-Bold';
		src: url('/_ui/fonts/dinbold.eot');
		src: url('/_ui/fonts/dinbold.eot?#iefix') format('embedded-opentype'),
				 url('/_ui/fonts/dinbold.woff') format('woff'),
				 url('/_ui/fonts/dinbold.ttf') format('truetype'),
				 url('/_ui/fonts/dinbold.svg#dinbold') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'DIN-Regular';
		src: url('/_ui/fonts/dinregular.eot');
		src: url('/_ui/fonts/dinregular.eot?#iefix') format('embedded-opentype'),
				 url('/_ui/fonts/dinregular.woff') format('woff'),
				 url('/_ui/fonts/dinregular.ttf') format('truetype'),
				 url('/_ui/fonts/dinregular.svg#dinregular') format('svg');
		font-weight: normal;
		font-style: normal;
}


html {
	box-sizing: border-box;
}



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



body {
	margin: 0;
	color: #2b2a26;
	background: #fff;
	font: 13px/25px "Helvetica", "Arial", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}



* {
	max-height: 1000000px;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}



img {
	border-style: none;
	max-width: 100%;
	height: auto;
}



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



a:hover {
	opacity: .5;
}



input,
textarea,
select {
	font: 100% "Helvetica", "Arial", sans-serif;
	color: #2b2a26;
	vertical-align: middle;
}



form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}



button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}



input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
}



input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}



textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}



input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica", "Arial", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}



p {
	margin: 0 0 1.9em;
	font-family: 'DIN-Regular';
	font-size: 1.2em;
}



q {
	quotes: none;
}



q:before,
q:after {
	content: "";
	content: none;
}



sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}



sup {
	top: -.5em;
}



sub {
	bottom: -.25em;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}



#wrapper {
	overflow: hidden;
	min-width: 320px;
	background: #000;
}



.w1 {
	overflow: hidden;
	background: #fff;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	min-width: 100%;
}



.nav-bar {
	position: absolute;
	top: 0;
	left: -258px;
	height: 100%;
	width: 258px;
	background: #000;
	color: #444243;
	font-size: 13px;
	line-height: 15px;
	padding: 25px 32px 25px 41px;
	letter-spacing: -1px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}



.nav-bar .top-section {
	overflow: hidden;
	padding-bottom: 40px;
}



.nav-bar a {
	color: #5f5c5d;
}



.nav-bar a:hover {
	opacity: 1;
	color: #fff;
}



.nav-bar ul {
	margin: 0;
	padding: 0 0 23px;
	list-style: none;
}



.nav-bar ul li {
	padding-bottom: 9px;
}



.nav-bar .btn {
	background: none;
	border: 2px solid #2b2a26;
	float: left;
	width: 102px;
	height: 37px;
	line-height: 37px;
}



.nav-bar .btn:hover {
	background: #2b2a26;
}



.nav-active .nav-bar {
	left: 0;
}



.nav-active .w1 {
	margin-left: 258px;
}



#nav {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 27px;
	font-family: 'DIN-Regular';
}



#nav ul {
	padding: 0;
}



#nav ul li {
	padding-bottom: 7px;
}



.menu-title {
	display: block;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 10px;
}



.close {
	width: 20px;
	height: 20px;
	float: right;
	position: relative;
	text-indent: -9999px;
	margin-top: 8px;
}



.close:after,
.close:before {
	content: " ";
	display: block;
	clear: both;
	background: #5f5c5d;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 2px;
	width: 20px;
}



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



.close:hover:after,
.close:hover:before {
	background: #fff;
}



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



.index .container {
	padding: 90px 0;
}



.btn {
	background: #27150e;
	font-size: 12px;
	width: 180px;
	margin: 0 auto;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #bfbebe;
	font-family: 'DIN-Regular';
}



.btn:hover {
	opacity: .8;
	text-decoration: none;
}



#header {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f1;
}



#header .container {
	padding: 19px 0 20px;
	overflow: hidden;
	position: relative;
}



.logo {
	float: left;
}



.logo a:hover {
	opacity: 1;
}



.title {
	font-size: 10px;
	line-height: 13px;
	color: #5f5c5d;
	letter-spacing: -.4px;
	display: inline-block;
	vertical-align: top;
	margin-top: 19px;
}



.social {
	margin: 0;
	padding: 9px 0 0;
	list-style: none;
	font-size: 15px;
	line-height: 20px;
}



.social li {
	display: inline-block;
	vertical-align: top;
	margin-left: 18px;
}



.social li a {
	color: #373334;
}



.opener {
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 24px;
}



.opener:hover {
	background: rgba(0, 0, 0, .1);
	opacity: 1;
}



.opener:before,
.opener:after,
.opener span {
	background: #020000;
	border-radius: 4px;
	position: absolute;
	top: 26px;
	left: 28%;
	right: 28%;
	height: 2px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}



.opener:before,
.opener:after {
	content: "";
	top: 20px;
}



.opener:after {
	top: 32px;
}



.logo-small img,
.logo img {
	vertical-align: top;
}



.logo-small {
	float: right;
	margin-top: 18px;
}



.logo-small a:hover {
	opacity: 1;
}



.index #header {
	border-bottom: 0;
}



.index #header .container {
	overflow: visible;
	padding: 25px 0 24px;
}



.index #header img {
	vertical-align: top;
}



.index #header .img-bg img {
	width: 65%;
	height: auto;
	position: relative;
	z-index: 1;
}



.index #header .wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}



.index #header .btn {
	line-height: 37px;
	height: 37px;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	width: auto;
	color: #fff;
}



.index #header .opener:before,
.index #header .opener:after,
.index #header .opener span {
	background: #fff;
}



.top-panel {
	overflow: hidden;
	padding: 0 0 104px;
}



.top-panel .btn {
	float: right;
	margin-left: 50px;
}



.top-panel .social {
	float: right;
}



.down-link {
	position: absolute;
	left: 48%;
	right: 50%;
	bottom: 17.8%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .2);
	text-indent: -9999px;
}



.down-link:after {
	content: " ";
	clear: both;
	display: block;
	position: absolute;
	top: 28%;
	left: 35%;
	right: 35%;
	bottom: 30%;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	border-top: 0;
	border-left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



.slogan {
	text-transform: uppercase;
	color: #bfbebe;
	font-size: 43px;
	line-height: 33px;
	font-family: 'DalaFloda-Bold', Georgia, serif;
	width: 338px;
	position: absolute;
	top: 156px;
	left: 55%;
	text-align: justify;
	letter-spacing: 5px;
}



.slogan span {
	display: block;
	font-size: 17px;
	line-height: 25px;
	padding-left: 12px;
}



.slogan:after,
.slogan:before {
	content: " ";
	clear: both;
	display: block;
	width: 1px;
	background: #bfbebe;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -79px;
	left: -200px;
	height: 600px;
}



.slogan:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: auto;
	left: auto;
	bottom: -508px;
	right: 223px;
	height: 600px;
}



h1 {
	font-size: 35px;
	font-family: 'DalaFloda-Bold', Georgia, serif;
	line-height: 37px;
	color: #27150e;
	font-weight: normal;
	margin: 0 0 20px;
}



h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 35px;
	margin: 0 0 80px;
	text-align: center;
	color: #4d494a;
	font-family: DIN-Bold;
}



h5 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 11px;
	text-align: center;
}



.title-serif {
	font-family: 'DalaFloda-Bold', Georgia, serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
}



.link-arrow {
	color: #d83832;
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/_ui/images/bg-link-arrow.png) no-repeat 0 8px;
}



.btn-buy {
	color: #fff;
	text-transform: uppercase;
	background: #dc4b33;
	border-radius: 4px;
	display: inline-block;
	font-size: 15px;
	height: 48px;
	line-height: 49px;
	padding: 0 20px;
	float: right;
	min-width: 138px;
	text-align: center;
	margin: 15px 68px 0 0;
}



.btn-buy:hover {
	background: #f33212;
	opacity: 1;
}



.events {
	background: url(/_ui/images/bg-events.jpg) repeat-x 50% 0;
	background-size: cover;
	color: #bfbebe;
}



.events .btn {
	background: #332e2d;
	color: #fff;
}



.events .btn-buy {
	margin: 0 33px 0 0;
	padding: 0 15px;
	font-size: 12px;
	line-height: 29px;
	height: 29px;
	float: none;
	min-width: 108px;
}

.event-description {
	font-size: 1em;
	font-family: Helvetica;
}

.events-list {
	margin: 0 auto;
	padding: 0 0 108px;
	list-style: none;
	font-size: 1.2em;
	font-family: 'DIN-Bold';
	line-height: 29px;
	width: 80%;
}

.events-list p {
	font-size: .9em;
	font-family: 'DIN-Regular';
}

.events-list strong {
	font-size: 1.2em;
	font-family: 'DIN-Bold';
}

.events-list li {
	padding-bottom: 7px;
	padding-left: 5px;
}



.events-list time {
	font-size: 15px;
	font-family: 'DIN-Regular';
	line-height: 29px;
	margin-right: 29px;
}



.events-list p {
	margin: 0;
}



h3 {
	font-size: 30px;
	line-height: 37px;
	color: #27150e;
	margin: 0 0 78px;
	padding-top: 30px;
	font-family: 'DIN-Bold';
}



.info-list {
	margin: 0;
	padding: 0 0 78px;
	list-style: none;
	line-height: 18px;
	color: #211c1b;
}



.info-list li {
	display: inline-block;
	vertical-align: top;
	width: 316px;
	margin: 0 13px;
}



.info-list li:first-child {
	margin-left: 0;
}



.info-list li:last-child {
	margin-right: 0;
}


.info-list li p a {
	color: #211c1b;
}



.info-list .holder {
	position: relative;
	padding: 11px 10px 10px 49px;
	text-align: left;
	font-family: DIN-Regular;
}



.info-list .number {
	position: absolute;
	top: 11px;
	left: 0;
	font-size: 18px;
	line-height: 21px;
	color: #5f5c5d;
	padding-right: 10px;
	max-width: 40px;
}



.info-list .number:after {
	content: "  ";
	clear: both;
	display: block;
	width: 1px;
	background: #312c2b;
	height: 36px;
	-webkit-transform: rotate(-24deg);
	-ms-transform: rotate(-24deg);
	transform: rotate(-24deg);
	position: absolute;
	top: -1px;
	right: 0;
}



.info-list h4 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}



.visual {
	display: block;
}



.visual img {
	vertical-align: top;
}



.marble {
	position: relative;
	background: url(/_ui/images/bg-marble1.jpg) repeat;
}



.marble:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: url(/_ui/images/mask01.png) repeat-x;
}



h4 {
	font-size: 20px;
	line-height: 20px;
	color: #27150e;
	font-weight: normal;
	margin: 0 0 20px;
	font-family: DIN-Bold;
}



.press-link {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	color: #d83832;
}



.heading {
	overflow: hidden;
	padding-bottom: 26px;
}



.heading h4 {
	margin: 0;
}



.heading .press-link {
	float: right;
	margin: 3px 12px 0 0;
}



.holder {
	overflow: hidden;
}



.index .news {
	padding-left: 6%;
	padding-right: 6%;
}



.news-list,
.new-block {
	width: 40%;
	float: left;
	color: #211c1b;
	font-size: 10px;
	line-height: 15px;
}



.news-list h4,
.new-block h4 {
	color: #5f5c5d;
	font-weight: bold;
	margin-bottom: 12px;
}



.news-list h4 a,
.new-block h4 a {
	color: #5f5c5d;
}



.news-list time,
.new-block time {
	color: #5f5c5d;
	letter-spacing: 2px;
	display: block;
	padding-bottom: 9px;
}



.news-list .visual,
.new-block .visual {
	margin-bottom: 15px;
}



.news-list {
	width: 60%;
	margin: 0;
	padding: 0 0 0 7%;
	list-style: none;
}



.news-list li {
	margin-bottom: 26px;
	overflow: hidden;
	background-color: rgba(254, 254, 254, .8);
	padding: 16px 16px 14px;
}



.news-list .visual {
	float: left;
	margin: -16px 24px -14px -16px;
}



.news-list h4 {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}



.news-list p {
	line-height: 12px;
	margin: 0;
}



.index .partners {
	padding-top: 53px;
	padding-bottom: 41px;
}



.index .partners h4 {
	margin-bottom: 49px;
}



.links-list {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 139px;
	-webkit-column-width: 127px; /* Chrome, Safari, Opera */
	-moz-column-width: 127px; /* Firefox */
	column-width: 127px;
}



.links-list {
	margin: 0;
	padding: 0 15px 0 25px;
	list-style: none;
	font-size: 1em;
	font-family: 'DIN-Regular';
	line-height: 18px;
}



.links-list li {
	padding: 0 0 20px;
}



.links-list a {
	color: #5f5c5d;
}



.article {
	padding-top: 67px;
	max-width: 800px;
	margin: 0 auto;
}



.article time {
	display: block;
	text-transform: uppercase;
	padding-bottom: 45px;
	text-align: center;
}



.article time a {
	color: #d83832;
}



.article time .by {
	font-size: 10px;
}



.article h1 {
	font-size: 20px;
	line-height: 27px;
	font-family: Georgia, serif;
	margin: 0 0 58px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}



.article h2,
.article h3 {
	font-size: 20px;
	line-height: 25px;
	text-decoration: underline;
	font-weight: normal;
	margin: 57px 0 34px;
	text-align: center;
}



.article .visual {
	padding-bottom: 54px;
}



.article .article-frame {
	padding: 0 99px 36px 101px;
}



.article p {
	margin: 0 0 25px;
}



.article blockquote {
	float: left;
	font-size: 23px;
	line-height: 28px;
	padding: 0 2px 10px 0;
	border-bottom: 3px solid #000;
	width: 320px;
	margin: 16px 64px 20px -46px;
	font-family: 'DalaFloda-Roman';
}

.article blockquote p {
	font-family: 'DalaFloda-Roman';
	font-size: 23px;
}



.article .img-figure {
	margin: 0;
	padding: 48px 0 75px;
	text-align: center;
}



.article .img-figure .visual {
	padding: 0 0 2px;
}



.article .img-figure figcaption {
	text-align: left;
	padding-left: 7px;
	font-size: 10px;
}



.related {
	padding-top: 66px;
}



.related .title-serif {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 6px;
	margin-bottom: 65px;
}



.related .info-list {
	padding-bottom: 15px;
}



.related .info-list li {
	width: 301px;
	margin: 0 24px;
	font-size: 10px;
	text-align: center;
}



.related .info-list li .visual {
	padding-bottom: 31px;
}



.related .info-list li:first-child {
	margin-left: 0;
}



.related .info-list li:last-child {
	margin-right: 0;
}



.related .info-list h5 a {
	color: #211c1b;
}



.info-block {
	max-width: 627px;
	margin: 0 auto;
	padding-bottom: 76px;
	text-align: center;
}



.info-block h1 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 27px;
	margin-top: 80px;
}



.info-block .btn-gray {
	background: #5f5c5d;
	float: left;
}



.info-block .panel {
	overflow: hidden;
	padding-top: 52px;
}



.menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	letter-spacing: .3px;
}



.menu li {
	float: left;
	padding: 13px 0 0 75px;
	position: relative;
}



.menu li:before {
	content: " ";
	clear: both;
	display: block;
	width: 1px;
	background: #9b938f;
	height: 55px;
	-webkit-transform: rotate(27deg);
	-ms-transform: rotate(27deg);
	transform: rotate(27deg);
	float: left;
	position: absolute;
	top: 0;
	left: 38px;
}



.menu li:first-child:before {
	display: none;
}



.menu li:first-child {
	padding-left: 0;
}



.menu li .link-arrow {
	background-size: 11px 10px;
	padding-left: 20px;
}



.img-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}



.img-list li {
	float: left;
	width: 23.5%;
	margin: 0 0 28px 3%;
}



.img-list li a {
	float: left;
}



.img-list li img {
	vertical-align: top;
}



.img-list li:first-child {
	margin-left: 0;
}



.img-list .item-large {
	width: 47%;
}



.heading-lines {
	position: relative;
	padding: 131px 146px 22px;
	margin-top: 42px;
	margin-bottom: 99px;
}



.heading-lines:before,
.heading-lines:after {
	content: " ";
	clear: both;
	display: block;
	width: 1px;
	background: #9b938f;
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	transform: rotate(32deg);
	position: absolute;
	top: -15px;
	left: 114px;
	height: 237px;
}



.heading-lines:after {
	left: auto;
	right: 105px;
	height: 119px;
	top: 46px;
}



.heading-lines h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 27px;
	text-decoration: underline;
}



.list {
	max-width: 800px;
	margin: 0 auto -27px;
	padding: 0;
	list-style: none;
}



.list li {
	overflow: hidden;
	padding-bottom: 74px;
	padding-right: 45px;
}



.list .visual {
	float: left;
	margin-right: 50px;
}



.list header {
	padding: 30px 0 15px;
	font-size: 10px;
	line-height: 13px;
}



.list h3 {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 6px;
}



.list h3 a {
	color: #27150e;
}



.event-block {
	padding: 10px 0 0 100px;
	position: relative;
	max-width: 700px;
}



.event-block:before {
	content: " ";
	clear: both;
	display: block;
	width: 1px;
	background: #9b938f;
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	transform: rotate(32deg);
	position: absolute;
	top: -40px;
	left: -12px;
	height: 329px;
}



.event-block header {
	overflow: hidden;
	padding-bottom: 14px;
}



.event-block header time {
	display: block;
	padding-bottom: 28px;
	color: #5f5c5d;
	font-size: 15px;
	line-height: 12px;
	text-transform: uppercase;
}



.event-block .visual {
	margin-bottom: 31px;
}



.price {
	color: #d83832;
	font-size: 35px;
	line-height: 38px;
}



.details {
	margin: 0;
	font-size: 20px;
	line-height: 23px;
	padding-left: 113px;
	position: relative;
	overflow: hidden;
}



.details dt {
	float: left;
	font-size: 15px;
	line-height: 23px;
	padding-right: 5px;
	margin: 0;
}



.details dd {
	margin: 0 0 4px;
}



.price-section {
	position: relative;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 48px;
}



.price-section:before {
	content: " ";
	clear: both;
	display: block;
	width: 1px;
	background: #9b938f;
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	transform: rotate(32deg);
	position: absolute;
	top: -8px;
	left: 122px;
	height: 119px;
}



.price-section .price {
	float: left;
	padding-top: 6px;
}



.events-container {
	max-width: 1100px;
	margin: -20px auto 0;
	padding: 0 0 78px;
}



.events-container h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 60px;
}



.events-container .events-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 18px;
	line-height: 21px;
}



.events-container .events-list p {
	margin: 0 0 .9em;
}



.events-container .events-list li {
	position: relative;
	/* overflow: hidden; */
	width: 100%;
	padding: 46px 11.1% 38px 13.8%;
	border-bottom: 1px solid #ecebeb;
}



.events-container .events-list li:first-child {
	padding: 0 11.5% 0;
	border-bottom: 1px solid #bfbebe;
}



.events-container .events-list .select-item {
	display: inline-block;
	vertical-align: top;
	padding: 17px 64px 16px 23px;
	background: #2b2a26;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	position: relative;
}



.events-container .events-list .select-item:after {
	content: " ";
	clear: both;
	display: block;
	position: absolute;
	top: 39%;
	right: 22px;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-top: 0;
	border-right: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.events-container .events-list time {
	display: block;
	text-transform: uppercase;
	color: #5f5c5d;
	line-height: 20px;
	padding-bottom: 2px;
}



.events-container .events-list .bottom-panel .price {
	font-size: 26px;
	line-height: 30px;
	margin-right: 33px;
	float: left;
}



.events-container .events-list .link-arrow {
	font-size: 10px;
	line-height: 15px;
	background-size: 11px 10px;
	background-position: 0 12px;
	float: left;
	padding: 8px 0 0 13px;
}



.events-container .events-list .right-section {
	float: right;
	min-height: 80px;
	padding-left: 90px;
	position: relative;
}



.events-container .events-list .right-section:before {
	content: " ";
	clear: both;
	display: block;
	width: 1px;
	background: #9b938f;
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	transform: rotate(32deg);
	position: absolute;
	top: -16px;
	left: 33px;
	height: 119px;
}



.events-container .events-list .right-section .btn-buy {
	margin: 27px 0 0;
}



#footer {
	background: #211c1b;
	color: #5f5c5d;
	font-size: 10px;
	line-height: 14px;
}



#footer .container {
	padding-top: 80px;
	padding-bottom: 0;
}



.footer-holder {
	overflow: hidden;
}



.footer-info {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}



.footer-info li {
	overflow: hidden;
	padding-bottom: 51px;
}



.footer-info .logo-frame {
	float: left;
	padding: 1px 20px 0 0;
	width: 32.4%;
}



.footer-info .logo-frame a:hover {
	opacity: 1;
}



.footer-info p {
	margin-bottom: 6px;
}



.footer-info a {
	color: #fff;
}



.add-menu {
	float: right;
	margin: 0;
	padding: 0 34px 0 0;
	list-style: none;

}



.add-menu li {
	padding: 0 0 6px;
	font-size: 1.2em;
}



.add-menu a {
	padding: 6px 51px 6px 0;
	position: relative;
	display: block;
	text-align: right;
	color: #5f5c5d;
}



.add-menu .icon {
	position: absolute;
	top: 7%;
	right: 0;
	width: 39px;
	text-align: center;
}



@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.link-arrow {
		background: url("/_ui/images/bg-link-arrow-2x.png") no-repeat;
		background-size: 14px 12px;
	}



	.events {
		background: url("/_ui/images/bg-events-2x.jpg") no-repeat;
		background-size: 1200px 652px;
	}



	.marble:after {
		background: url("/_ui/images/mask01-2x.png") no-repeat;
		background-size: 13px 7px;
	}
}



@media only screen and (max-width: 1023px) {
	.index .container,
	.container {
		padding: 50px 25px;
	}



	#header .container,
	.index #header .container {
		padding-left: 25px;
		padding-right: 25px;
	}



	.slogan {
		font-size: 30px;
		line-height: 24px;
		width: 256px;
		left: 60%;
	}



	.slogan span {
		font-size: 12px;
		line-height: 15px;
		padding-left: 9px;
	}



	.slogan:before {
		left: -205px;
		top: -83px;
	}



	.info-list {
		width: 100%;
		text-align: center;
	}



	.info-list li {
		width: 30%;
		text-align: left;
	}



	.events-list {
		width: 88%;
	}



	.img-list img {
		width: 100%;
		height: auto;
	}



	.btn-buy {
		margin-right: 0;
	}



	.event-block {
		padding-left: 0;
	}



	.event-block:before {
		display: none;
	}



	.add-menu {
		padding: 0;
	}



	.related .info-list {
		width: 100%;
	}



	.related .info-list li {
		width: 29%;
		margin: 0 3%;
	}
}



@media only screen and (max-width: 768px) {
	body,
	.new-block,
	#footer {
		font-size: 13px;
		line-height: 1.2em;
	}



	.index .container,
	.container {
		padding: 30px 10px;
	}



	.index #header .container,
	#header .container {
		padding: 10px;
	}



	.nav-bar {
		z-index: 50;
		padding: 15px;
		width: 225px;
	}



	.nav-active .w1 {
		margin-left: 225px;
	}



	.slogan {
		font-size: 14px;
		line-height: 14px;
		width: 91px;
		left: auto;
		right: 10px;
		top: 52px;
		letter-spacing: 0;
	}



	.slogan span {
		font-size: 10px;
		line-height: 11px;
		padding-left: 9px;
	}



	.slogan:after,
	.slogan:before {
		display: none;
	}



	.title {
		margin: 8px 0 0;
	}



	.logo-small {
		margin-top: 3px;
	}



	.event-block {
		padding-top: 0;
	}



	.index #header {
		position: relative;
		overflow: hidden;
	}



	.index #header .btn {
		padding: 0 10px;
		height: 20px;
		line-height: 20px;
	}



	.top-panel {
		padding-bottom: 25px;
	}



	.top-panel .social {
		display: none;
	}



	.opener {
		width: 30px;
		height: 30px;
	}



	.opener:before {
		top: 10px;
	}



	.opener:after {
		top: 20px;
	}



	.opener span {
		top: 15px;
	}



	.logo {
		width: 40%;
		float: left;
	}



	h1,
	h2 {
		font-size: 22px;
		line-height: 1.2em;
		margin-bottom: 22px;
	}



	h3 {
		font-size: 16px;
		line-height: 1.2em;
		margin-bottom: 18px;
	}



	h4 {
		font-size: 15px;
		line-height: 1.2em;
		margin-bottom: 15px;
	}



	.events-list .btn-buy,
	.btn-buy {
		font-size: 10px;
		height: 24px;
		line-height: 24px;
		padding: 0 5px;
		margin: 0;
		position: relative;
		z-index: 2;
		min-width: 87px;
	}



	.events .events-list .btn-buy {
		margin-top: -12px;
	}



	.events-list {
		width: 100%;
		font-size: 1em;
		line-height: 15px;
		border-top: 1px solid #514d4b;
		padding-bottom: 30px;
	}

	.events-list strong {
		font-family: 'DIN-Bold';
	}

	.events-list li {
		position: relative;
		padding: 15px 104px 15px 10px;
		border-bottom: 1px solid #514d4b;
	}



	.events-list time {
		display: block;
		font-size: 12px;
		line-height: 15px;
		padding: 0 0 8px;
	}



	.events-list .btn-buy {
		position: absolute;
		top: 50%;
		bottom: 25%;
		right: 10px;
	}



	.btn {
		height: 35px;
		line-height: 35px;
		width: 140px;
		font-size: 11px;
	}



	.info-list {
		width: 303px;
		margin: 0 auto;
		padding: 0 0 30px;
	}



	.info-list li {
		width: 100%;
		margin: 0;
	}



	.info-list .holder {
		padding-top: 0;
	}



	.info-list .number {
		top: 3px;
	}



	.news {
		padding-left: 20px;
		padding-right: 20px;
	}



	.new-block {
		float: none;
		width: 100%;
		padding: 0 20px 20px;
	}



	.heading {
		padding-bottom: 22px;
	}



	.heading .press-link {
		font-size: 12px;
		line-height: 1.2em;
		margin: 0;
	}



	.news-list {
		width: 100%;
		padding: 0;
		font-size: 13px;
	}



	.news-list .visual img {
		width: 100%;
		height: auto;
	}



	.news-list p {
		display: none;
	}



	.links-list {
		font-family: 'DIN-Regular';
		font-size: 1em;
		line-height: 1.2em;
		padding: 0;
		width: 320px;
		margin: 0 auto;
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-width: 100px;
		-webkit-column-gap: 50px;
	}



	.add-menu {
		float: none;
		overflow: hidden;
		padding: 0 0 30px;
		text-align: center;
	}



	.add-menu li {
		overflow: hidden;
		text-align: center;
	}



	.add-menu a {
		text-align: left;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}



	.partners h4 {
		margin-bottom: 22px;
	}



	#footer .container {
		padding-top: 30px;
	}



	.footer-info {
		text-align: center;
	}



	.footer-info li {
		padding-bottom: 30px;
	}



	.footer-info .logo-frame {
		float: none;
		padding: 0 0 20px;
		width: 100%;
		display: block;
		text-align: center;
	}



	.article time {
		padding-bottom: 20px;
	}



	.article h1,
	.article h2,
	.article h3 {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 1.2em;
	}



	.article .visual {
		padding-bottom: 30px;
	}



	.article .article-frame {
		padding: 0 10px;
	}



	.article blockquote {
		font-size: 16px;
		line-height: 1.2em;
		float: none;
		margin: 0 0 20px;
		border-bottom: 1px solid #000;
	}



	.article .img-figure {
		padding: 20px 0;
	}



	.link-arrow {
		background: none;
		padding: 0;
	}



	.related .title-serif {
		margin-bottom: 20px;
	}



	.related .info-list {
		padding: 0;
		margin-bottom: -20px;
	}



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



	.heading-lines {
		margin: 20px 0 0;
		padding: 0;
	}



	.heading-lines:before,
	.heading-lines:after {
		height: 30px;
		top: -5px;
		left: 8px;
	}



	.heading-lines:after {
		left: auto;
		right: 8px;
	}



	.heading-lines h2 {
		font-size: 18px;
		line-height: 21px;
	}



	.list {
		width: 301px;
		margin: 0 auto;
	}



	.list li {
		padding: 0 0 20px;
	}



	.list header {
		padding: 20px 0 0;
	}



	.list .visual {
		float: none;
		width: 100%;
	}



	.info-block {
		padding-bottom: 40px;
	}



	.info-block h1 {
		margin-bottom: 20px;
	}



	.info-block .panel {
		padding-top: 20px;
	}



	.menu {
		float: none;
		width: 100%;
		overflow: hidden;
	}



	.menu li {
		padding-left: 50px;
	}



	.menu li:before {
		height: 20px;
		top: 11px;
		left: 25px;
	}



	.event-block header {
		width: 100%;
		padding-bottom: 0;
	}



	.event-block header time {
		font-size: 14px;
		line-height: 1.2em;
		padding-bottom: 20px;
	}



	.price-section {
		padding: 0;
		margin-bottom: 20px;
	}



	.price-section:before {
		left: 40px;
	}



	.price-section .price {
		font-size: 20px;
		line-height: 25px;
	}



	.details {
		padding-left: 50px;
		font-size: 14px;
		line-height: 18px;
	}



	.details dt {
		font-size: 11px;
		line-height: 18px;
	}



	h1 br {
		display: none;
	}



	.events-container .events-list {
		font-size: 14px;
		line-height: 17px;
		border-top: 0;
	}



	.events-container .events-list .select-item {
		padding: 10px 30px 9px 15px;
	}



	.events-container .events-list .select-item:after {
		right: 14px;
		top: 35%;
	}



	.events-container .events-list li {
		padding: 20px;
	}



	.events-container .events-list li:first-child {
		padding: 0 20px;
	}



	.events-container .events-list .right-section {
		padding: 0;
		position: absolute;
		bottom: 0;
		right: 20px;
	}



	.events-container .events-list .right-section:before {
		display: none;
	}



	.events-container .events-list .right-section .btn-buy {
		right: 0;
		width: 88px;
		top: 0;
		bottom: 0;
	}



	.events-container h2 {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 20px;
	}



	.related .info-list {
		width: 100%;
		margin-bottom: 0;
	}



	.related .info-list li {
		width: 100%;
		display: block;
	}



	.down-link {
		display: none;
	}
}




.nav-bar .active a {
    color: #fff;
}

.generic-title {
    margin: 48px 0 0 0;
}

.article p img {
    width: 100%;
}

.info-block h2 {
    font-size: 20px;
    text-decoration: underline;
    margin: 50px 0 20px 0;
}

.for-news-list .a-news {
    float: left;
    width: 29%;
    margin: 0 2%;
    font-size: 12px;
    height: 353px;
}

.the-news-list {
    float: left;
    clear: both;
    padding: 40px 0;
}

.clearfix {
    clear: both;
}


.for-news-list .a-news a {
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin: 0 0 49px 0;
}

.for-news-list .a-news a.img {
    height: 188px;
    background-color: #eee;
    margin: 0 0 16px 0;
}

.for-news-list .a-news h5 {
    margin: 0;
    padding: 0;
    line-height: 12px;
    color: #555;
    font-size: 12px;
}

.for-news-list .a-news h4 {
    margin: 0;
}

.for-news-list .a-news h4 a {
    margin: 0 0 35px 0;
    font-size: 11px;
    line-height: 14px;
}
#mc_embed_signup form {
    background-color: #000000!important;
    padding: 0 !important;
    margin: 28px 0 0 0 !important;
    font-family: 'din-regular';
}

#mc_embed_signup label {
    color: #777;
    font-size: 13px !important;
}

#mc_embed_signup input.email {
    font-size: 12px;
    padding: 4px 4px !important;
}

#mc_embed_signup input {
    font-size: 12px !important;
    padding: 1px 2px !important;
}

strong.menu-label {
    color: #fff;
    position: absolute;
    top: 38px;
    left: 58px;
}