@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI.eot');
	src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI.woff2') format('woff2'),
		url('../fonts/SegoeUI.woff') format('woff'),
		url('../fonts/SegoeUI.ttf') format('truetype'),
		url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
		url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff'),
        url('../fonts/ProximaNova-Black.ttf') format('truetype'),
        url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
	font-family: 'AA Haymaker';
	src: url('../fonts/AAHaymaker.eot');
	src: url('../fonts/AAHaymaker.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AAHaymaker.woff2') format('woff2'),
		url('../fonts/AAHaymaker.woff') format('woff'),
		url('../fonts/AAHaymaker.ttf') format('truetype'),
		url('../fonts/AAHaymaker.svg#AAHaymaker') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Proxima Nova';
	font-size: 16px;
	color: #000;
	font-weight: normal;
	background: #f3f3f3 url(../image/bg-page.jpg) no-repeat center center;
	background-size: 100% auto;
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
h1, h2, h3, h4, h5, h6, .btn {
	font-family: 'Segoe UI';
}
h1, h2 {
	color: #bd9c56;
	font-weight: 400;
	text-transform: uppercase;
}
article h2:before {
	display: block;
	content: "";
	margin: 30px 0 20px;
	width: 100px;
	height: 4px;
	background-color: #bd9c56;
}
h3 {
	font-weight: 700;
}
h4 {
	font-size: 24px;
}
h5, h6 {
	font-size: 18px;
	font-weight: 400;
}
p, li {
	font-size: 17px;
}
a {
	color: #bd9c56;
}
a:hover {
	color: #aa0421;
}
.form-group {
	margin-top: 15px;
	margin-bottom: 5px;
}
.form-group > label {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}
.checkbox {
	display: inline-block;
}
.checkbox label {
	font-size: 18px;
	padding-right: 10px;
}
.checkbox label, .radio label {
    padding-left: 5px;
}
input[type=checkbox], input[type=radio] {
    margin: 6px 0 0;
}
.form-control {
	font-size: 18px;
	height: 50px;
	background-color: transparent;
	border-width: 0px;
	border-bottom: 1px solid #000;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
.form-control.error {
    border: 1px solid #aa0421;
}
label label.error {
	display: none !important;
	font-size: 14px;
	color: #999;
}
.form-group label.error {
	font-size: 14px;
	color: #aa0421;
	font-weight: 300;
}
.input-group-btn {
    vertical-align: top;
}
.help-block {
	margin-top: 8px;
}
.btn {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	padding: 10px 20px;
	border-radius: 0px;
}
.btn-default {
	color: #999;
	background-color: transparent;
	border-color: transparent;
	border-top: 3px solid #999;
}
.btn-default:hover, .btn-default:focus {
	color: #aa0421;
	background-color: transparent;
	border-color: transparent;
	border-top: 3px solid #aa0421;
}
.btn-success {
	color: #bd9c56;
	background-color: #aa0421;
	border-color: #aa0421;
}
.btn-success:hover, .btn-success:focus {
	color: #000;
	background-color: #bd9c56;
	border-color: #bd9c56;
}
.btn-primary {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-primary:hover, .btn-primary:focus {
	color: #bd9c56;
	background-color: #aa0421;
	border-color: #aa0421;
}
.btn-warning {
	color: #000;
	background-color: #bd9c56;
	border-color: #bd9c56;
}
.btn-warning:hover, .btn-warning:focus {
	color: #fff;
	background-color: #aa0421;
	border-color: #aa0421;
}
.btn-lg {
	text-transform: uppercase;
	line-height: 30px;
	height: 50px;
	padding: 10px 60px;
	font-weight: 400;
}
.btn-xs {
	font-size: 14px;
	line-height: 15px;
	padding: 5px 10px;
	font-weight: 400;
}
.header {
	position: relative;
	background: #000 url(../image/bg-header.jpg) no-repeat center bottom;
}
.home .header, .about .header, .oksana .header, .orchestra .header, .friends .header, .become .header {
	background: none;
}
.home header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	width: 100%;
}
.header .navbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 0px;
	margin-bottom: 0px;
	z-index: 5000;
}
.navbar-toggle {
	float: left;
	position: absolute;
	padding: 6px 10px;
	margin-top: 0px;
	border: 0px solid transparent;
	border-radius: 0px;
	z-index: +1;
	cursor: pointer;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #bd9c56;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 20px;
	height: 3px;
	margin-left: 5px;
	border-radius: 0px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 7px;
	-webkit-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
    -webkit-transition-property: all,-webkit-transform;
    transition-property: all,-webkit-transform;
    transition-property: all,transform;
    transition-property: all,transform,-webkit-transform;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar-toggle .icon-bar:nth-child(2) {
	width: 30px;
	margin-left: 0px;
}
/*.navbar-default .navbar-toggle:active .icon-bar:first-child {
    -webkit-transform: rotate(45deg) translate(8px, 5px);
    -ms-transform: rotate(45deg) translate(8px, 5px);
    transform: rotate(45deg) translate(8px, 5px);
    width: 30px;
}
.navbar-default .navbar-toggle:active .icon-bar:nth-child(2) {
	opacity: 0;
}
.navbar-default .navbar-toggle:active .icon-bar:last-child {
    -webkit-transform: rotate(-45deg) translate(7px, -5px);
    -ms-transform: rotate(-45deg) translate(7px, -5px);
    transform: rotate(-45deg) translate(7px, -5px);
    width: 30px;
}*/
.menu-name {
	position: absolute;
	margin-left: 55px;
	width: 60px;
	line-height: 35px;
	color: #bd9c56;
	text-transform: uppercase;
	z-index: +1;
}
.navbar-collapse.collapse {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.navbar-default .navbar-collapse {
	height: 100vh !important;
	padding-top: 100px;
	background: #000 url(../image/bg-menu.jpg) no-repeat center top;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.logo-menu {
	margin: 10px auto;
	text-align: center;
}
.logo-menu img {
	height: 20vh;
}
.navbar-default ul {
	list-style-type: none !important;
}
.navbar-default .navbar-nav>li>a {
	color: #bd9c56;
	text-transform: uppercase;
}
.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover {
	color: #fff;
	text-decoration: none;
}
.navbar-default .navbar-nav .active>a, .navbar-default .navbar-nav .active>a:focus, .navbar-default .navbar-nav .active>a:hover {
	color: #fff;
	background-color: transparent;
}
.header .social {
	margin-top: 40px;
}
.header .logo {
	margin: 0 auto;
	text-align: center;
}
.header .buy, .header .lang {
	float: right;
	display: inline-block;
	margin-top: 25px;
}
.lang ul {
    padding-inline-start: 0px;
}
.lang li {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-family: 'Segoe UI';
	font-size: 16px;
	margin-top: 5px;
	text-transform: uppercase;
}
.lang li:last-child {
	padding-right: 10px;
}
.lang li.active a {
	/* color: #fff; */
	font-weight: 900;
}
/* Home */
.bg_site {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100vh;
	padding-top: 15vh;
	background-size: cover;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	transition: all .3s 0.1s;
}
.bg_site:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	background-size: cover;
}
.bg_site:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: url(../image/pattern-new.png) no-repeat center center;
	background-size: auto 100%;
}
#home-video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
}
#video-popup .close {
	position: absolute;
	top: 0px;
	right: 0px;
	float: none;
	width: 40px;
	height: 40px;
	padding: 10px;
    color: #bd9c56;
    text-shadow: 0 0px 0 #fff;
	background-color: #000;
    filter: alpha(opacity=100);
    opacity: 1;
	z-index: +1;
}
#video-popup .close polygon {
    fill: #bd9c56;
}
#video-popup .close:hover polygon, #video-popup .close:focus polygon {
    fill: #fff;
}
.bg_site .container {
	position: relative;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: all .3s;
}
.bg_site .container .photo img {
	width: 80%;
}
.bg_site .container .site-title {
	position: relative;
	margin-top: 5%;
}
.bg_site .container .site-title h1 {
	font-family: 'Proxima Nova Bl';
	font-size: 7.8vh;
	color: #bd9c56;
	font-weight: 700;
	line-height: 1;
	margin-top: 0px;
}
.bg_site .container .site-title h1 small {
	font-size: 3vh;
	color: #aa0421;
}
.bg_site .container .site-title .event-date {
	/* position: absolute;
	top: 0;
	right: 0; */
}
.bg_site .container .site-title .event-date h3 {
	font-family: 'Proxima Nova Bl';
	font-size: 2.5vh;
	color: #fff;
	font-weight: 700;
	line-height: 0.8;
	/* text-align: right; */
	margin-top: 20px;
	margin-bottom: 20px;
}
.bg_site .container .site-title h3 small {
	font-size: 5.5vh;
	color: #fff;
}
.bg_site .buy-tickets {
	margin-top: 5%;
}
.bg_site .container p {
	color: #bd9c56;
	margin: 0px;
}
.bg_site .container p strong, .bg_site .container p strong a {
	color: #fff;
	font-weight: 700;
}
.bg_site .container .home-text {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin: 0px auto 3vh;
}
.contact, .participants, .friends {
	background: url(../image/bg-01.png) no-repeat right bottom;
	background-attachment: fixed;
}
.events {
	position: relative;
	/* background: url(../image/bg-02.png) no-repeat left center;
	background-attachment: fixed;
	background-size: auto 100%; */
}
.partners {
	background: url(../image/bg-03.png) no-repeat left top;
	background-attachment: fixed;
	background-size: auto 100%;
}
/* About */
.about .top-block {
	margin-top: -120px;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #000 url(../image/slide-about.jpg) no-repeat center top;
}
.about .main-info {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
}
.about .main-info .title h1 {
	font-weight: 300;
	text-transform: none;
	margin-top: 0px;
}
.about .main-info .title h1 small {
	font-size: 18px;
	color: #aa0421;
	text-transform: uppercase;
}
.about .main-info .title h1:after {
	display: block;
	content: "";
	margin: 20px 0 0px auto;
	width: 100px;
	height: 4px;
	background-color: #bd9c56;
}
.about .main-info .description {
	border-left: 1px dashed #bd9c56;
}
.about .bottom-block {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about .bottom-block h3 {
	font-size: 22px;
	color: #aa0421;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0;
}
.about .bottom-block h3:after {
	display: block;
	content: "";
	margin: 20px 0 20px;
	width: 50px;
	height: 4px;
	background-color: #aa0421;
}
/* Oksana */
.oksana .top-block {
	margin-top: -120px;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #000 url(../image/slide-oksana.jpg) no-repeat;
	background-position: center center;
    background-attachment: fixed;
}
.oksana .main-info {
	padding-top: 50px;
	padding-bottom: 50px;
	/* background-color: rgba(0,0,0,0.5); */
}
.oksana .main-info .title h1 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 0px;
	line-height: 20px;
}
.oksana .main-info .title h1 small {
	font-size: 18px;
	color: #fff;
	text-transform: none;
}
.oksana .main-info .title h1:after {
	display: block;
	content: "";
	margin: 20px 0 0px auto;
	width: 100px;
	height: 4px;
	background-color: #aa0421;
}
.oksana .main-info .description {
	border-left: 1px dashed #fff;
}
.oksana .main-info .description p {
	color: #fff;
}
.oksana .bottom-block {
	position: relative;
	padding: 50px 30px 30px;
	background-color: #fff;
}
.oksana .bottom-block p {
	line-height: 20px;
}
.oksana .bottom-block:before {
	display: inline-block;
	position: absolute;
	left: -35px;
	top: -15px;
	content: "";
	width: 60px;
	height: 60px;
	border-top: 15px solid #aa0421;
	border-left: 35px solid #aa0421;
}
.oksana .bottom-block:after {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 40px;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #aa0421;
}
.oksana .quote-block {
	padding: 50px 30px 30px;
	background-color: rgba(0,0,0,0.8);
}
.oksana blockquote {
	position: relative;
	padding-left: 40px;
	margin-top: 10px;
	font-style: italic;
    border-left: 0px solid #eee;
}
.oksana blockquote:before {
	position: absolute;
	font-family: 'AA Haymaker';
	content: "\201C";
	font-size: 100px;
	color: #aa0421;
	top: -30px;
	left: -20px;
}
.oksana blockquote p:after {
	display: block;
	content: "";
	margin: 20px auto 0px 0;
	width: 100px;
	height: 4px;
	background-color: #aa0421;
}
.oksana blockquote p {
	color: #aa0421;
}
.oksana .quote-block blockquote p {
	color: #fff;
}
.oksana .description blockquote footer {
    color: #000;
}
.oksana .quote-block blockquote footer {
	color: #bd9c56;
}

/* Orchestra */
.orchestra .top-block {
	margin-top: -120px;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #000 url(../image/slide-orchestra1.jpg) no-repeat;
	background-position: center center;
    background-attachment: fixed;
}
.orchestra .main-info {
	padding-top: 50px;
	padding-bottom: 50px;
	/* background-color: rgba(0,0,0,0.5); */
}
.orchestra .main-info .title h1 {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0px;
	line-height: 35px;
}
.orchestra .main-info .title h1:after {
	display: block;
	content: "";
	margin: 10px auto 25px 0;
	width: 100px;
	height: 4px;
	background-color: #aa0421;
}
.orchestra .main-info .description {
	position: relative;
	padding: 50px 30px 30px;
	background-color: #fff;
}
.orchestra p {
	font-size: 15px;
}
.orchestra .quote-block {
	background-color: rgba(0,0,0,0.8);
}
.orchestra blockquote {
	position: relative;
	padding-left: 40px;
	margin-top: 10px;
	font-style: italic;
    border-left: 0px solid #eee;
}
.orchestra blockquote:before {
	position: absolute;
	font-family: 'AA Haymaker';
	content: "\201C";
	font-size: 100px;
	color: #aa0421;
	top: -30px;
	left: -20px;
}
.orchestra blockquote p:after {
	display: block;
	content: "";
	margin: 20px auto 0px 0;
	width: 100px;
	height: 4px;
	background-color: #aa0421;
}
.orchestra blockquote p {
	color: #aa0421;
}
.orchestra .quote-block blockquote p {
	color: #fff;
}
.orchestra .main-info .description blockquote footer {
    color: #000;
}
.orchestra .quote-block blockquote footer {
	color: #bd9c56;
}
.orchestra .bottom-block {
	position: relative;
	padding: 50px 30px 30px;
	margin-bottom: 50px;
	background-color: #fff;
}
.orchestra .bottom-block p {
	line-height: 20px;
}
.orchestra .bottom-block:before {
	display: inline-block;
	position: absolute;
	left: -35px;
	top: -15px;
	content: "";
	width: 60px;
	height: 60px;
	border-top: 15px solid #bd9c56;
	border-left: 35px solid #bd9c56;
}
.orchestra .bottom-block:after {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 40px;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #bd9c56;
}

.three-level {
	margin-top: 70px;
}
.nav-stacked>li, .nav-stacked>li+li {
	border-top: 1px solid #bd9c56;
    margin-top: 0px;
}
.nav-pills>li>a {
	background-color: rgba(243,243,243,0.3);
    border-radius: 0px;
}
.orchestra .nav-pills>li>a {
	background-color: rgba(0,0,0,0.7);
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #bd9c56;
}

/* Friends */
.friends article {
	margin-top: -120px;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #000 url(../image/bg-friends.jpg) no-repeat center center;
    background-attachment: fixed;
}
.become article {
	margin-top: -120px;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #000 url(../image/bg-partners.jpg) no-repeat center top;
    background-attachment: fixed;
}
.friend-block {
	position: relative;
    padding: 30px 30px;
	margin-top: 30px;
    background-color: #fff;
}
.friend-block:before {
    display: inline-block;
    position: absolute;
    left: -35px;
    top: -15px;
    content: "";
    width: 60px;
    height: 60px;
    border-top: 15px solid #aa0421;
    border-left: 35px solid #aa0421;
}
.friend-block:after {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 40px;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #aa0421;
}
.friend-block h5 {
	color: #aa0421;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}
.friends .list {
	padding: 20px 30px;
    margin-bottom: 50px;
    background-color: #fff;
}
.friends .list dl {
	position: relative;
	padding-left: 25px;
}
.friends .list dl:before {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 7px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #aa0421;
}
.friends .list dt {
	font-size: 18px;
    color: #aa0421;
	font-weight: 400;
}

.partner-block {
	position: relative;
    padding: 30px 30px;
	margin: 30px 0 50px;
    background-color: #fff;
}
.partner-block:before {
    display: inline-block;
    position: absolute;
    left: -35px;
    top: -15px;
    content: "";
    width: 60px;
    height: 60px;
    border-top: 15px solid #bd9c56;
    border-left: 35px solid #bd9c56;
}
.partner-block:after {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 40px;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #bd9c56;
}
.partner-block h5 {
	color: #bd9c56;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}

/* owl-carousel */
.owl-carousel .owl-controls .owl-nav div {
	position: absolute;
	bottom: 30px;
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 0px !important;
	font-size: 0px !important;
	background-color: #bd9c56;
	border: 0px solid rgba(0,0,0,0.5);
}
.owl-carousel .owl-controls .owl-nav div:hover {
	background-color: #000;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	left: 51px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before, .owl-carousel .owl-controls .owl-nav .owl-prev:hover:before {
	display: inline-block;
	padding: 2px;
	width: 50px;
	height: 50px;
	content: "";
	-webkit-mask-image: url(../image/arrow-prev.svg);
	mask-image: url(../image/arrow-prev.svg);
	background: #fff;
}
.owl-carousel .owl-controls .owl-nav .owl-next:before, .owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
	display: inline-block;
	padding: 2px;
	width: 50px;
	height: 50px;
	content: "";
	-webkit-mask-image: url(../image/arrow-next.svg);
	mask-image: url(../image/arrow-next.svg);
	background: #fff;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before, .owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
	background: #bd9c56;
}
.carousel-indicators {
	left: auto;
	right: 30px;
	width: 80px;
}
.slideshow {
	position: relative;
}
.slideshow .paging {
	position: absolute;
	bottom: 30px;
	right: 20px;
	z-index: +1;
}
.slideshow .paging p {
	font-family: 'Segoe UI';
	font-size: 36px;
	color: #fff;
	font-weight: 200;
	line-height: 50px;
	margin-bottom: 0;
}
.slideshow .paging p .current {
	color: #bd9c56;
	font-weight: 500;
}
/* Breadcrumb */
.breadcrumb {
	padding: 15px 0px;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
}
.breadcrumb>li {
	position: relative;
	color: #000;
	padding-left: 20px;
	padding-right: 5px;
}
.breadcrumb>li a {
	color: #000;
}
.about .top-block .breadcrumb>li a, .oksana .top-block .breadcrumb>li a, .orchestra .top-block .breadcrumb>li a, .friends .breadcrumb>li a, .become .breadcrumb>li a {
	color: #fff;
}
.breadcrumb>.active {
    color: #bd9c56;
}
.breadcrumb>li:hover a, .breadcrumb>li.active a, .about .top-block .breadcrumb>li:hover a, .oksana .top-block .breadcrumb>li:hover a, .orchestra .top-block .breadcrumb>li:hover a, .friends .breadcrumb>li:hover a, .become .breadcrumb>li:hover a {
	color: #bd9c56;
	text-decoration: none;
}
.breadcrumb>li:before, .breadcrumb>li+li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	height: 1px;
	background: #000;
	display: block;
	width: 12px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition-property: -webkit-transform, background;
	-moz-transition-property: -moz-transform, background;
	-o-transition-property: -o-transform, background;
	transition-property: background, -webkit-transform;
	transition-property: transform, background;
	transition-property: transform, background, -webkit-transform;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.about .top-block .breadcrumb>li:before, .about .top-block .breadcrumb>li+li:before, .oksana .top-block .breadcrumb>li:before, .oksana .top-block .breadcrumb>li+li:before, .orchestra .top-block .breadcrumb>li:before, .orchestra .top-block .breadcrumb>li+li:before, .friends .breadcrumb>li:before, .friends .breadcrumb>li+li:before, .become .breadcrumb>li:before, .become .breadcrumb>li+li:before {
	background: #fff;
}
.breadcrumb>li:hover:before, .breadcrumb>li+li:hover:before, .breadcrumb>.active:before, .about .top-block .breadcrumb>li:hover:before, .about .top-block .breadcrumb>.active:before, .oksana .top-block .breadcrumb>li:hover:before, .oksana .top-block .breadcrumb>.active:before, .orchestra .top-block .breadcrumb>li:hover:before, .orchestra .top-block .breadcrumb>.active:before, .friends .breadcrumb>li:hover:before, .friends .breadcrumb>.active:before, .become .breadcrumb>li:hover:before, .become .breadcrumb>.active:before {
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
 filter: progid:DXImageTransform.Microsoft.Matrix(  M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
	zoom: 1;
	background: #bd9c56;
}
/* Filters */
.cblock {
	background-color: #aa0421;
}
.even-filters > div {
	padding-right: 0px;
    padding-left: 0px;
}
.even-filters .form-group {
	margin: 0px;
}
.even-filters .control-label {
	font-family: 'Segoe UI';
	color: #bd9c56;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	line-height: 34px;
	padding: 8px 0px 8px 15px;
}
.even-filters .control-label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	height: 30px;
	width: 1px;
	display: inline-block;
	background-color: #bd9c56;
}
.even-filters > div:first-child .control-label:before {
	background-color: #aa0421;
}
.even-filters .form-control {
	height: 50px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 48px;
	color: #bd9c56;
	font-weight: 700;
	background-color: transparent;
	border: 0px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
.even-filters .form-control option:not(:checked) {
    color: black;
	background-color: #fff;
}
.even-filters .form-control option:selected {
    color: #bd9c56;
	background-color: #aa0421;
}
.even-filters .form-control option:hover{
	color: #000;
	background:#bd9c56;
}

/* Events */
.share-box {
	float: right;
	margin-top: 20px;
}
.share-box a img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: 0.5;
	filter: alpha(opacity=50);
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
.share-box a:hover img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	opacity: 1;
	filter: alpha(opacity=100);
}
.list {
	margin: 10px -25px;
}
.event {
	padding: 0 0 20px;
	margin: 10px -5px;
	background-color: #fff;
}
.details .event {
	padding: 20px 20px;
}
.short .event {
	padding: 10px 0px;
}
.event .when {
	text-align: center;
}
.event .when .day, .event .when .month {
	display: block;
	text-transform: uppercase;
}
.event .when .day {
	padding-top: 10px;
	margin-bottom: 10px;
}
.event .when .month {
	/* padding-bottom: 20px; */
}
.event .when .date {
	display: block;
	font-family: 'Proxima Nova Bl';
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0px;
}
.event .when .month:after {
	display: block;
	padding: 0;
	margin: 0;
	content: "";
	width: 100%;
	height: 5px;
	background-color: #bd9c56;
}
.event .when .info, .event .when .tickets, .events .when .gastroli-embed, .news .description .tickets {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	line-height: 12px;
}
.short .event .when .tickets {
	/* width: 100%; */
}
.event .when .tickets, .events .when .gastroli-embed, .news .description .tickets {
	min-height: 58px !important;
}
.details .event .when .info, .details .event .when .tickets, .news .description .tickets {
	width: 100%;
}
.event .when .info a, .event .when .tickets a, .news .description .tickets a, .buy-btn, .event .when .tickets button {
	font-size: 12px;
	color: #aa0421;
	text-transform: uppercase;
	line-height: 10px;
	text-align: center;
	cursor: pointer;
}
.when .gastroli-embed a.gastroli-btn {
    background-color: #fff !important;
    font-family: 'Proxima Nova' !important;
    color: #aa0421 !important;
    line-height: 12px !important;
	text-transform: uppercase;
    padding: 32px 0 0 !important;
    vertical-align: top !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.when .gastroli-embed a.gastroli-btn:hover, .when .gastroli-embed a.gastroli-btn:active, .when .gastroli-embed a.gastroli-btn:focus {
    color: #aa0421 !important;
    text-decoration: underline !important;
}
.when .gastroli-embed a.gastroli-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 100%;
	display: block;
	background :url(/assets/site/image/ico-tickets.svg) no-repeat center top;
}
.event .when .tickets button {
	background-color: transparent;
	border: 0px solid #aa0421;
}
.event .when .tickets button:hover, .event .when .tickets button:focus {
	background-color: transparent;
	border: 0px solid #bd9c56;
}
.event .when .tickets button span {
	display: inline-block;
	margin: 1px 0px;
}
.event .when .tickets button:hover span {
	text-decoration: underline;
}
.event .what h1 {
	font-size: 32px;
	color: #000;
	font-weight: 700;
}
.list .event .what h1 {
	font-size: 20px;
	height: 88px; 
	overflow: hidden;
}
.list .event .what h1 a {
	color: #000;
}
.event .what h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 5px;
	height: 105px;
	overflow: hidden;
}
.short .event .what h3 {
	height: auto;
	min-height: 48px;
}
.event .what h3 a {
	color: #000;
}
.event .what h5 {
	color: #aa0421;
	line-height: 1;
	margin-bottom: 0px;
	height: 35px;
	overflow: hidden;
}
.short .event .what h5 {
	font-size: 16px;
}
.agenda p, .musician p {
	line-height: 1.1;
	padding-top: 5px;
}
.agenda p, .agenda p a {
	color: #999;
}
.musician p a {
	color: #000;
	text-decoration: underline;
}
.media.location, .media.time {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
.media.location {
	width: 100%;
	height: 55px; 
	overflow: hidden;
}
.short .media.location {
	height: 45px;
}
.media.location a {
	display: table-row;
}
.media-left {
    padding-right: 0px;
}
.media.time {
	width: 100%;
}
.details .media.location, .details .media.time {
	width: 40%;
	margin-top: 10px;
}
.short .media.location, .short .media.time {
	width: 100%;
	margin-top: 5px;
}
.media.location p, .media.location a p {
	font-size: 16px;
	color: #000;
	padding-top: 5px;
	line-height: 16px;
}
.media.location a p small {
	font-size: 16px;
	color: #999;
}
.short .media.location a p, .short .media.location a p small {
    font-size: 13px;
	padding-top: 0px;
	line-height: 14px;
	margin: 0px;
}
.details .media.location {
	height: auto;
}
.details .media.location a p {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	padding-top: 0px;
}
.details .media.location a p small {
	font-size: 20px;
	color: #000;
	font-weight: 300;
}
.media.location a:hover p, .media.location a:hover p small {
	color: #aa0421;
}
.media.time .media-heading {
	font-weight: 700;
	line-height: 40px;
}
.details .media.time .media-heading {
	font-size: 24px;
}
.bg_site .container .white-text {
	color: #fff;
	position: relative;
	line-height: 50px;
}
.red-text, .red-text a {
	color: #aa0421;
}
.red-text:hover a, .red-text a:hover {
	color: #000;
	text-decoration: none;
}
.red-text {
	position: relative;
	display: inline-block;
	line-height: 50px;
	padding-left: 30px;
}
.gallery .red-text, .video .red-text {
	line-height: 40px;
}
.red-text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	background: #aa0421;
	display: block;
	width: 20px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition-property: -webkit-transform, background;
	-moz-transition-property: -moz-transform, background;
	-o-transition-property: -o-transform, background;
	transition-property: background, -webkit-transform;
	transition-property: transform, background;
	transition-property: transform, background, -webkit-transform;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.red-text.text-center:before {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.red-text:hover:before {
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
 filter: progid:DXImageTransform.Microsoft.Matrix(  M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
	zoom: 1;
	background: #000;
}
.gold-text, .gold-text a {
	color: #bd9c56;
}
.gold-text:hover a, .gold-text a:hover {
	color: #000;
	text-decoration: none;
}
.gold-text {
	position: relative;
	line-height: 50px;
	padding-right: 30px;
}
.gold-text:after {
	content: "";
	position: absolute;
	right: 0;
	top: 24px;
	height: 1px;
	background: #bd9c56;
	display: block;
	width: 20px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition-property: -webkit-transform, background;
	-moz-transition-property: -moz-transform, background;
	-o-transition-property: -o-transform, background;
	transition-property: background, -webkit-transform;
	transition-property: transform, background;
	transition-property: transform, background, -webkit-transform;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.gold-text:hover:after {
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
 filter: progid:DXImageTransform.Microsoft.Matrix(  M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
	zoom: 1;
	background: #000;
}
.a2a_kit {
    display: inline-block;
	height: 30px;
	vertical-align: middle;
}
.social a, .bg_site .white-text a {
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin: 0 2px;
}
.social a:hover, .bg_site .white-text a:hover {
	text-decoration: none;
}
/* Event Head */
.event-head {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	margin: 10px 0 0;
	border-top: 5px solid #bd9c56;
	border-bottom: 5px solid #bd9c56;
}
.list .event-head {
	margin: 20px 15px;
}
.list .event-description {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0px;
}
.event .event-head .when, .event .event-head .what, .event .event-head .where, .event .event-head .buy {
	height: 100%;
} 
.event .event-head .what {
	border-left: 2px solid #f8f8f8;
	border-right: 2px solid #f8f8f8;
}
.list .event .event-head .what {
	border-right: 0px solid #f8f8f8;
}
.event .event-head .where {
	border-right: 2px solid #f8f8f8;
}
.event .event-head .when .day {
    padding-top: 5px;
	margin-bottom: 0px;
}
.event .event-head .when .month:after {
    display: none;
}
.event .event-head .what h1 {
    font-weight: 900;
	margin-top: 0;
}
.event .event-head .what h5 {
    height: auto;
    overflow: visible;
}
.details .event-head .media.location, .details .event-head .media.time {
    width: 100%;
}
.details .event-head .media.time {
    margin-top: 0px;
}
.details .event-head .media.location a {
	display: table;
}
.event-head .media-left {
	width: 20%;
}
.event-head .media-body {
	/* width: 80%; */
}
.event .event-head .buy, .event-description .buy {
	text-align: right;
}
.event-head .buy .btn-lg, .event-description .buy .btn-lg {
    padding: 10px 20px;
    font-weight: 900;
}
/* Event Body */
.event-body .main-image {
	margin-top: 30px;
}
.event-body .agenda {
	margin-top: 30px;
	margin-bottom: 30px;
}
.event-body .agenda p {
	font-size: 17px !important;
	line-height: 1.4;
	color: #000;
	margin-left: 16.66666667%;
	margin-right: 25%;
}
.event-body .embed-responsive-3by2 {
    padding-bottom: 66.666667%;
}
/* Event Footer */
.event-footer .social, .event-footer .back-link {
	padding: 20px 0;
	border-top: 5px solid #bd9c56;
}
.event-footer .back-link {
	text-align: right;
}
/* Icons */
.social a .ico, .btn .ico {
	display: inline-block;
	height: 30px;
	width: 30px;
}
.btn .ico {
	position: absolute;
	left: 10px;
	top: 10px;
	margin-right: 10px;
}
.btn .ico.video, .btn .ico.pdf {
	left: auto;
	right: 10px;
	margin-left: 10px;
	margin-right: 0px;
}
.input-group-btn .btn {
    padding: 10px;
    height: 50px;
	width: 50px;
	background-color: transparent;
	border-bottom: 1px solid #000;
}
.input-group-btn .btn:hover, .input-group-btn .btn:focus {
	background-color: #bd9c56;
}
.social a .ico path {
	fill: #aa0421;
}
.social a:hover .ico path {
	fill: #bd9c56;
}
.social.right {
	float: right;
}
.header .social a .ico path, .bg_site .white-text a .ico path {
	fill: #bd9c56;
}
.header .social a:hover .ico path, .bg_site .white-text a:hover .ico path {
	fill: #fff;
}
.btn-success .ico path {
	fill: #bd9c56;
}
.btn-success:hover .ico path {
	fill: #000;
}
.btn-primary .ico path {
	fill: #fff;
}
.btn-primary:hover .ico path {
	fill: #bd9c56;
}
.btn-warning .ico path {
	fill: #000;
}
.btn-warning:hover .ico path {
	fill: #fff;
}
/*Participants Galleries */
.participants, .galleries {
	padding: 0px;
}
.galleries h3 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 30px;
}
.participant, .gallery, .galleries .item, .videos .item, .news .item {
	position: relative;
	margin: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.participant {
	width: calc(25% - 20px);
}
.gallery {
	width: calc(33.33% - 20px);
}
.galleries .item {
	float: left;
	width: calc(100% + 10px);
}
.videos .item, .news .item {
	width: calc(50% - 20px);
}
.news .slideshow .item {
	width: calc(100% - 10px);
	margin: 0px;
}
.participant a, .gallery a, .galleries .item a, .main-news .photo a, .news .item a {
	display: block;
	color: #fff;
	background-color: #000;
	overflow: hidden;
}
.participant a .img-thumbnail, .gallery a .img-thumbnail, .galleries .item a img, .main-news .photo a img, .news .item a img {
	padding: 0px;
	border-width: 0px;
	border-radius: 0;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.participant a .img-thumbnail, .gallery a .img-thumbnail, .main-news .photo a img, .news .item a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.participant a:hover .img-thumbnail, .gallery a:hover .img-thumbnail, .galleries .item a:hover img, .main-news .photo a:hover img, .news .item a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.participant a .caption, .gallery a .caption, .news .item a .caption {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	padding: 5%;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flexbox;
	display: flexbox;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(0,0,0,0.7);
	opacity: 1;
	filter: alpha(opacity=100);
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.gallery a .caption {
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	padding: 10%;
}
.news .item a .caption {
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	padding: 10%;
}
.participant a:hover .caption, .gallery a:hover .caption, .news .item a:hover .caption {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 20%;
	padding-right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.participant a .caption h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.participant a .caption h6 {
	margin-top: 0px;
}
.participant a .caption p {
	color: #bd9c56;
	text-transform: uppercase;
	line-height: 1.2;
}
.gallery a .caption h4 {
	font-size: 20px;
	font-weight: 300;
}
.gallery a .caption h6 {
	font-size: 18px;
	color: #bd9c56;
}
.participant a .caption p:before, .gallery a .caption h6:before, .description h6:before, .new h6:before, .news .item h6:before {
	display: block;
	content: "";
	margin: 10px 0 10px;
	width: 100px;
	height: 4px;
	background-color: #bd9c56;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.new h6:before {
	background-color: #000;
}
.participant a:hover .caption p:before, .gallery a:hover .caption h6:before {
	width: 10px;
}
.participants .details {
	padding: 50px 0px 0px;
	background-color: #fff;
}
.participants .details .photo {
}
.participants .details .photo .red-text {
	margin: 20px;
}
.participants .details .photo .autor {
	color: #bd9c56;
	font-style: italic;
}
.participants .details .description {
	padding-right: 40px;
}
.participants .details .description h1 {
	color: #000;
	font-weight: 700;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.participants .details .description h1:before {
	display: block;
	content: "";
	margin: 0px 0 10px;
	width: 100px;
	height: 4px;
	background-color: #bd9c56;
}
.participants .details .description h4 {
	color: #999;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
}
/* News */
.main-news, .news .details {
	padding: 0px;
	background-color: #fff;
}
.main-news {
	width: calc(100% + 10px);
	margin: 0 -5px 10px;
}
.main-news .photo {
	padding: 0px;
}
.main-news .description, .news .details .description {
	padding: 50px 20px;
}
.main-news .description h3, .main-news .description h6, .news .item h4, .news .item h6, .news .details .description h3, .news .details .description h6 {
	font-size: 24px;
	font-weight: 300;
}
.main-news .description h6, .news .item h6, .news .details .description h6 {
	color: #bd9c56;
}
.new a h3, .new a h6 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.new a:hover h3, .new a:hover h6 {
	color: #bd9c56;
}
.new a:hover {
	text-decoration: none;
}
.news .details .full-description {
	padding: 30px 50px;
}
.news .slideshow, .news .video {
	margin-bottom: 20px;
}
a.bticket {
	display: block;
	font-family: 'Proxima Nova' !important;
	font-size: 14px;
    color: #aa0421 !important;
    line-height: 12px !important;
    text-transform: uppercase;
    padding: 20px 0;
}
/* Pagination */
.pagination, .years {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.pagination>li, .years>li {
	display: inline-block;
	text-align: center;
}
.pagination>li>a, .years>li>a {
	padding: 0px;
	margin: 0px 2px;
	line-height: 30px;
	width: 30px;
	color: #000;
	text-align: center;
	background-color: transparent;
	border-width: 0px;
}
.years>li>a {
	padding: 2px 10px;
}
.pagination>li:first-child>a {
	color: #fff;
	background-color: #000;
	border-top-left-radius: 0px !Important;
	border-bottom-left-radius: 0px !Important;
}
.pagination>li:last-child>a {
	color: #fff;
	background-color: #000;
	border-top-right-radius: 0px !Important;
	border-bottom-right-radius: 0px !Important;
}
.pagination>li>a:focus, .pagination>li>a:hover, .years>li>a:focus, .years>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd9c56;
	border-color: #bd9c56;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
	background-color: #bd9c56;
	border-color: #bd9c56;
}
.years>.active>a, .years>.active>a:focus, .years>.active>a:hover {
	color: #fff;
	background-color: #bd9c56;
	border-color: #bd9c56;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover {
	color: #777;
	background-color: #f1f5f0;
	border-color: #e4ebe2;
}
.pagination>li:first-child>a {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.pagination>li:last-child>a {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.pagination>li>span, .pagination>li>span:hover {
	color: #464648;
	text-transform: uppercase;
	background-color: transparent;
	border: 0px solid #e4ebe2;
}
/* Photo Tabs */
.nav-tabs.nav-justified>li>a {
	font-family: 'Segoe UI';
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	padding: 0px;
	line-height: 60px;
	text-align: left;
	border-bottom: 1px solid #bd9c56;
	border-radius: 0px 0px 0 0;
}
.nav-tabs.nav-justified>li:hover>a, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	color: #bd9c56;
	background-color: transparent;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border-color: transparent;
}
.nav-tabs.nav-justified>li>a .ico {
	display: inline-block;
	height: 60px;
	vertical-align: top;
}
.nav-tabs.nav-justified>li>a .ico path {
	fill: #000;
}
.nav-tabs.nav-justified>li:hover>a .ico path, .nav-tabs.nav-justified>.active>a .ico path {
	fill: #bd9c56;
}
/* Partners */
.partners .list {
	padding: 10px 20px;
	margin-bottom: 50px;
	background-color: #fff;
}
.partners .list h2 {
	font-weight: 700;
}
.partners .list .title h3 {
	}
.partners .list .logo a img {
	width: 80%;
	margin: 10px auto;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.partners .list .pg-1 .logo a img {
	width: 90%;
}
.partners .list .pg-2 .logo a img, .partners .list .pg-5 .logo a img {
	width: 50%;
}
.partners .list .pg-3 .logo a img, .partners .list .pg-4 .logo a img {
	width: 75%;
}
.partners .list .logo a:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.partner-head {
	position: relative;
	padding: 20px;
}
.partner-head:before {
    display: block;
    content: "";
    margin: 0px auto 20px 0;
    width: 100px;
    height: 4px;
    background-color: #aa0421;
}
.partner-head:after {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 40px;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #aa0421;
}

/* Map */
.map {
	margin-bottom: 50px;
	background-color: #fff;
}
.location-map {
	padding-right: 0px;
    padding-left: 0px;	
}
.location-map.ua {
	background: url(../image/map-ua.svg) no-repeat top center;
        background-size: 100% auto;
}
.location-map.en {
	background: url(../image/map-en.svg) no-repeat top center;
        background-size: 100% auto;
}
.location-map svg {
	width: 100%;
	height: 100%;
}
.location-map svg a.location path {
    fill: rgba(173,19,36,1.0);
    transition: .5s fill;
	cursor: pointer;
}
.location-map svg a.number path {
    fill: rgba(255,255,255,1);
}
.location-map svg a.location path:hover {
    fill: rgba(173,19,36,1);
    transition: .5s fill;
}
.location-list {
	padding-right: 0px;
}
.location-list .item {
	display: block;
	height: 60px;
    overflow: hidden;
}
.location-list .item:hover {
	//height: 200px;
	text-decoration: none;
	background: #f3f3f3;
	cursor: default;
}
.location-list .item .media {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
	padding-bottom: 5px;
	border-top: 1px solid #eee;
}
.location-list .item img {
	width: 60px;
	height: 60px;
	margin-left: 5px;
	filter: alpha(opacity=50);
    opacity: 0.5;
}
.location-list .item:hover img {
	filter: alpha(opacity=100);
    opacity: 1;
}
.location-list .item .media-body .label-map {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: url(../image/label-gray.svg) no-repeat center left;	
}
.location-list .item:hover .media-body .label-map {
	background: url(../image/label-red.svg) no-repeat center left;	
}
.location-list .item p {
	display: inline-block;
	width: 80%;
	font-size: 16px;
	color: #000;
	line-height: 1;
	margin: 5px 0 0px;
	vertical-align: middle;
}
.location-list .item p small {
	font-size: 12px;
	color: #999;
}
.location-list .item .description {
	padding: 0 10px 10px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.location-list .item:hover .description {
    opacity: 1;
    filter: alpha(opacity=100);
}
.location-list .item .description p {
	font-size: 13px;
	color: #999;
	line-height: 1;
	margin: 0px;
}
.location-list .item .description .location-links {
	margin: 10px 0 0px;
}
.location-list .item .description .location-links > div {
	padding-right: 5px;
    padding-left: 5px;
}

/* Contact */
.form-block {
	margin-bottom: 100px;
}
.contact-block {
	margin: 40px 0;
	padding: 70px 20px;
	background-color: #fff;
}
address {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	font-size: 24px;
	font-weight: 300;
	padding-left: 70px;
	margin-bottom: 0px;
}
.phone address {
	background: url(../image/ico-phone.svg) no-repeat center left;
}
.address address {
	background: url(../image/ico-map.svg) no-repeat center left;
}
.address p {
	padding-left: 70px;
}
.address p a:before {
	display: inline-block;
	content: "";
	margin-right: 20px;
	width: 50px;
	height: 1px;
	vertical-align: middle;
	background-color: #000;
}
.contact .partner-block h4 {
	text-transform: uppercase;
	line-height: 30px;
}
.contact .partner-block h4 span {
	position: relative;
	display: inline-block;
	font-size: 36px;
	color: #bd9c56;
	font-weight: 700;
	line-height: 50px;
	width: 50px; 
	text-align: center;
	margin-bottom: 10px;
}
.contact .partner-block h4:before {
	content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 10px;
    left: 50%;
	margin-left: -40px;
    -webkit-clip-path: polygon(0% 20%, 100% 0%, 80% 100%);
    clip-path: polygon(0% 20%, 100% 0%, 80% 100%);
    background-color: #aa0421;
}
.contact .partner-block .who {
	position: relative;
	height: 240px;
	padding-top: 80px;
}
.contact .partner-block .who:before {
	content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0px;
    left: 50%;
	margin-left: -40px;
    -webkit-clip-path: polygon(0% 80%, 50% 0%, 100% 50%);
    clip-path: polygon(0% 80%, 50% 0%, 100% 50%);
    background-color: rgba(189,156,86,0.8);
}
.contact .partner-block .who:after {
	content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0px;
    left: 10%;
	right: 10%;
    -webkit-clip-path: polygon(0% 20%, 100% 0%, 80% 100%);
    clip-path: polygon(0% 20%, 100% 0%, 80% 100%);
    background-color: rgba(189,156,86,0.2);
}
.contact .partner-block .who p {
	z-index: +1;
}

aside {
	margin-bottom: 30px;
}
.footer {
	position: relative;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #000 url(../image/bg-footer.jpg) no-repeat center top;
}
.home .footer .visa {
	display: none;
}
.footer .visa p {
	font-size: 21px;
	color: #fff;
	font-weight: 400;
}
.footer > .container > .row {
	/* border-top: 1px solid #bd9c56;
	border-bottom: 1px solid #bd9c56; */
}
.footer > .container > .row > div {
	padding: 15px 0px 5px;
}
.footer .partner {
	text-align: center;	
}
.footer .partner.gold-bg {
	background: #bd9c56;
}
.footer .partner.gold-transparent {
	background: rgba(189,156,85,.7);
}
.footer .partner.border-top {
    border-top: 1px solid #bd9c56;
}
.footer .partner.border-bot {
    border-bottom: 1px solid #bd9c56;
}
.footer .partner.border-right {
	border-right: 1px solid #bd9c56;
}
.footer .partner.border-left {
	border-left: 1px solid #bd9c56;
}
.footer .partner p {
	font-size: 14px;
	color: #bd9c56;
	font-weight: 700;
	text-transform: uppercase;
}
.footer .partner.gold-transparent p, .footer .partner.silver p {
	color: #fff;
}
.footer .partner.gold-bg p {
	color: #000;
}
.footer .partner a {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.footer .partner img {
	height: 80px;
	width: auto;
	margin: 0px auto 10px;
}
.footer .partner > .row {
	margin-right: 0px;
    margin-left: 0px;
}
.footer .partner .partner {
	padding-right: 5px;
    padding-left: 5px;
}
.footer .partner .partner-right img {
	margin-right: 0;
}
.footer .partner .partner-left img {
	margin-left: 0;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.header .logo {
	}
	.navbar-toggle {
		display: block;
		top: 33px;
	}
	.menu-name {
		display: none;
	}
	.navbar-default {
	    border: 0px solid #bd9c56;
	}
	.navbar-default .navbar-collapse {
    	padding: 60px 0 0;
		border-bottom: 1px solid rgba(189,156,86,0.25);
	}
	.logo-menu {
		display: none;
	}
	.navbar-nav>li {
		/* display: inline-block;
    	width: 48%; */
		vertical-align: top;
		border-top: 1px solid rgba(189,156,86,0.25);
	}
	.nav>li>a, .sub-menu>li>a {
		line-height: 30px;
	    padding: 10px 15px;
		display: block;
	}
	.navbar-default .navbar-nav .active>a, .navbar-default .navbar-nav .active>a:focus, .navbar-default .navbar-nav .active>a:hover {
		background-color: #aa0421;
	}
	.sub-menu {
		padding-left: 0px;
	}
	.sub-menu>li {
		border-top: 1px solid rgba(189,156,86,0.25);
	}
	.header .social {
		position: absolute;
	    top: 25px;
		left: 40px;
		margin-top: 0px;
	}
	.header .buy {
		position: absolute;
	    top: 17px;
		right: 65px;
		margin-top: 0px;
	}
	.header .social, .header .buy {
		display: none;
	}
	.header .buy .btn.btn-lg.btn-block {
		font-size: 0;
		display: inline-block;
		width: 40px;
		padding: 5px 0px;
	}
	.header .buy .btn .ico {
		left: 4px;
		top: 5px;
		margin-right: 0px;
	}
	.header .lang {
		position: absolute;
	    top: 20px;
		right: 0px;
		margin-top: 0px;
		padding-right: 0;
		width: 60px;
	}
	.header .lang li a {
		padding: 0 5px;
	}
	p {
    	font-size: 16px;
	}
	.bg_site {
	    padding-top: 15vh;
	}
	.bg_site .container .photo, .bg_site .container .site-title {
		padding-right: 0px;
    	padding-left: 0px;
	}
	.bg_site .container .photo img {
    	/* width: 85%; */
	}
	.bg_site .container .site-title {
		margin-top: 0;
	}
	.bg_site .container .site-title .event-date {
		position: relative;
		top: auto;
		right: auto;
	}
	.bg_site .container .site-title .event-date h3 {
	    text-align: left;
	}
	.bg_site .container .site-title h3 {
    	font-size: 6vh;
		line-height: 0.8;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.bg_site .container .site-title h3 small {
    	font-size: 4vh;
	}
	.bg_site .container .btn {
		margin-bottom: 10px;
		padding: 10px 20px 10px 40px;
	}
	.bg_site .container .home-text {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
	}
	.bg_site .container p {
		font-size: 2.5vh;
		line-height: 1.1;
		margin: 5px 0px;
		text-align: center !important;
	}
	.form-group label {
		font-size: 20px;
		margin-bottom: 0px;
	}
	.form-group {
    	margin-top: 0px;
	}
	.even-filters .control-label {
    	margin-bottom: 0px;
	}
	.event .when {
    	padding-right: 5px;
    	padding-left: 0px;
	}
	.event .when .day {
    	font-size: 14px;
	}
	.event .when .date {
	    font-size: 50px;
	}
	.event .what {
		padding-left: 0px;
	}
	.event .what h1 {
    	font-size: 24px;
		margin-top: 10px;
	}
	.list .event .what h1 {
		height: auto;
		overflow: auto;
	}
	.event .what h3 {
    	font-size: 17px;
		height: 75px;
	}
	.event .what h5 {
    	font-size: 16px;
	}
	.what .media-left {
		height: 40px !important;
		overflow: hidden;
	}
	.media.location, .media.time, .details .media.location, .details .media.time {
    	width: 100%;
		margin-top: 0px;
	}
	.details .media.location p, .details .media.location a p, .details .media.location p small, .details .media.location a p small {
		font-size: 14px;
		line-height: 14px;
	}
	.details .media.time .media-heading {
    	font-size: 20px;
	}
	.red-text {
	    margin-bottom: 0px;
	}
	/* 
	.red-text:before {
	    left: -30px; 
	} */
	.list {
		margin: 0px -15px;
	}
	.event {
	    margin: 20px -5px;
	}
	.list .event {
	    margin: 20px -15px;
	}
	.details .event {
		padding: 20px 0px;
	}
	.event-head {
	    margin: 0px 20px;
	}
	.list .event-head {
		margin: 20px 0px;
	}
	.list .event-description {
		display: block;
    	margin-top: 0px;
	}
	.event .event-head .where {
		border-left: 2px solid #f8f8f8;
		border-right: 0px solid #f8f8f8;
	}
	.event .what, .event .buy {
		padding: 10px 40px 0 !important;
	}
	.list .event .what, .event .buy {
		padding: 0px 20px !important;
	}
	.event-description .buy {
		text-align: left;
	}
	.event-body .agenda p {
		margin-left: 30px;
		margin-right: 30px;
	}
	.event-body .slideshow {
		margin-bottom: 30px;
	}
	.event-footer {
		margin: 0px 20px;
	}
	.event-footer .social, .event-footer .back-link {
    	padding: 5px 0;
	}
	.event-footer .back-link {
		text-align: left;
		border-top: 0px solid #bd9c56;
	}
	.main-news .description h3, .main-news .description h6, .news .item h4, .news .item h6, .news .details .description h3, .news .details .description h6 	{
		font-size: 20px;
	}
	.main-news .description, .news .details .description {
    	padding: 20px 20px 0px;
	}
	.news .item a .caption {
		top: 20px;
		left: 20px;
		right: 20px;
		bottom: 20px;
		padding: 5%;
	}
	.news .details .full-description {
    	padding: 20px 50px;
	}
	.contact-block {
		margin: 20px 0;
		padding: 20px 0px 30px;
	}
	address {
		min-height: 100px;
		font-size: 18px;
		padding-left: 50px;
	}
	.phone address, .address address {
    	/* background-size: 12% 100%; */
	}
	.g-recaptcha {
		margin-left: -15px;
	}
	.galleries .nav-tabs.nav-justified>li, .videos .nav-tabs.nav-justified>li {
		float: left;
		width: 50%;
	}
	.galleries .nav-tabs.nav-justified>li>a, .videos .nav-tabs.nav-justified>li>a {
	    font-size: 18px;
		line-height: 30px;
		text-align: center;
	}
	.galleries .nav-tabs.nav-justified>li>a .ico, .videos .nav-tabs.nav-justified>li>a .ico {
		display: block;
		height: 40px;
		margin: 0 auto;
	}
	.galleries .nav-tabs.nav-justified>li>a .ico svg, .videos .nav-tabs.nav-justified>li>a .ico svg {
		width: 40px;
		height: 40px;
	}
	.gallery, .videos .item, .news .item {
		float: left;
    	width: calc(100% - 20px);
	}
	.videos .item {
		margin: 0 10px;
	}
	.galleries .item {
		float: left;
    	width: 100%;
		margin: 0;
	}
	.gallery a .caption {
		padding: 5%;
	}
	.gallery a .caption h4 {
	    font-size: 18px;
		margin-bottom: 0px;
	}
	.gallery a .caption h6 {
    	font-size: 16px;
		margin-top: 0px;
	}
	.partners .list .logo a img {
		margin: 0px auto;
	}
	.partners .list .title h3 {
		font-size: 18px;
	}
	.participant {
		width: calc(100% - 20px);
	}
	.participants .details .description {
		padding-left: 40px;
	}
	.participant a .caption h4 {
    	font-size: 16px;
	}
	.participant a .caption p:before, .gallery a .caption h6:before, .description h6:before, .new h6:before, .news .item h6:before {
		margin: 0px 0 10px;
	}
	.main-info .title img {
		width: 290px;
	}
	.oksana .top-block {
		background-position: -600px -300px;
	}
	.oksana .main-info {
    	padding-top: 200px;
	}
	.contact .partner-block h4:before {
		top: 0px;
	}
	.footer .visa p {
		text-align: center !important;
	}
	.footer .partner p {
		margin-top: 10px;
		margin-bottom: 0;
		height: 26px;
		line-height: 1;
		overflow: hidden;
	}
	.footer .partner .partner-left img {
    	margin-left: auto;
	}
	.footer .partner .partner-right img {
   		margin-right: auto;
	}
	.footer .partner.border-right {
		border-left: 0px solid #bd9c56;
		border-right: 0px solid #bd9c56;
	}
	.footer .partner.border-left {
		border-left: 0px solid #bd9c56;
		border-right: 0px solid #bd9c56;
	}
	.footer .partner.border-top {
		border-top: 1px solid #bd9c56;
	}
	.footer .partner.border-bot {
		border-bottom: 1px solid #bd9c56;
	}
}
@media (max-width: 767px) and (orientation:portrait) {
	.bg_site .container p {
		font-size: 2vh;
	}
	.footer .partner img {
    	/* width: 100%; */
	}	
}
@media (max-width: 767px) and (orientation:landscape) {
	.bg_site {
    	padding-top: 7vh;
	}
	.bg_site .container {
		width: 90%;
	}
	.bg_site .buy-tickets {
		margin-top: 3%;
	}
    .buy-tickets, .promo {
		display: block;
		width: 80%;
	}
	.bg_site .container .photo img {
    	width: 70%;
		float: right;
	}
	.bg_site .container .site-title {
		padding-left: 10vw;
	}
	.bg_site .container .site-title h1 {
    	font-size: 7vh;
	}
	.bg_site .container .site-title h1 small {
    	font-size: 5vh;
	}
	.bg_site .container .site-title h3 {
    	font-size: 7vh;
	}
	.bg_site .container .site-title h3 small {
    	font-size: 5vh;
	}
	.bg_site .container p {
		font-size: 2vh;
	}
	.bg_site .container .btn-lg {
		padding: 10px 40px;
	}
	.bg_site .container .btn .ico {
		left: 5px;
		top: 10px;
		margin-right: 5px;
	}
	.bg_site .container .btn .ico.video {
		left: auto;
		right: 5px;
		margin-left: 5px;
	}
}
@media (max-width: 600px) {
	.bg_site .container .site-title h1 {
    	font-size: 4vh;
	}
}
@media (min-width: 600px) and (max-width: 991px) {
	.gallery, .videos .item, .news .item {
		width: calc(50% - 20px);
	}
	.location-list .item {
		float: left;
		width: 50%;
	}
	.event .when .date {
		font-size: 64px;
	}
	.event .when .month {
		/* padding-bottom: 35px; */
	}
	.event .what h3 {
		font-size: 17px;
	}
	.media.location, .media.time {
    	width: 100%;
	}
}
@media (min-width: 600px) and (max-width: 767px) {
	.partners .list .logo {
		float: left;
    	width: 40%;
	}
	.partners .list .title {
		float: left;
    	width: 60%;
	}
	.participant {
		float: left;
		width: calc(50% - 30px);
	}
}

@media (max-width: 991px) {
	.event .when .info, .event .when .tickets, .events .when .gastroli-embed, .news .description .tickets {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle, .menu-name {
		display: block;
		top: 40px;
	}
	.navbar-collapse {
		border-top: 0px solid transparent;
		box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
	}
	.navbar {
		top: 0;
		border-width: 0 0 0px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		margin-top: 5vh;
		width: 100%;
	}
	.navbar-nav>li {
		width: 16.66666667%;
		padding-left: 30px;
	}
	.navbar-nav>li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 30px;
		height: 1px;
		background: #bd9c56;
		display: block;
		width: 30px;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition-property: -webkit-transform, background;
		-moz-transition-property: -moz-transform, background;
		-o-transition-property: -o-transform, background;
		transition-property: background, -webkit-transform;
		transition-property: transform, background;
		transition-property: transform, background, -webkit-transform;
		-webkit-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
		-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
		-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
		-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
		transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	}
	.navbar-nav>li:hover:before, .navbar-nav>li.active:before {
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	 filter: progid:DXImageTransform.Microsoft.Matrix(  M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
		zoom: 1;
		background: #fff;
	}
	.sub-menu>li {
		position: relative;
	}
	.sub-menu>li:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0px;
		height: 1px;
		background: #bd9c56;
		display: block;
		width: 0px;
		webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-o-transition: all 500ms;
		-ms-transition: all 500ms;
		transition: all 500ms;
	}
	.sub-menu>li:hover:after, .sub-menu>li.active:after {
		width: 100%;
		background: #fff;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 60px;
	}
	.sub-menu {
		padding-left: 15px;
	}
	.sub-menu>li {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}
	.collapse.in {
		display: block !important;
	}
}
#video-popup video {
	width: 100%;
	max-width: 1080px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-map {
	height: 120px !important;
	z-index: 4000 !important;
}
.tooltipster-ticket.tooltipster-sidetip .tooltipster-box {
    background: #aa0421;
    border: 2px solid #aa0421;
    border-radius: 5px;
}
.tooltipster-ticket.tooltipster-sidetip .tooltipster-content {
    color: #fff;
	line-height: 1.4;
    padding: 15px 30px;
	text-align: center;
}
.tooltipster-ticket.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #aa0421;
}
.tooltipster-ticket.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #aa0421;
}

.tooltipster-map.tooltipster-sidetip .tooltipster-box {
	margin-top: 60px;
    background: none;
    border: 0px solid #d1d2d4;
    border-radius: 5px;
}
.tooltipster-map.tooltipster-sidetip .tooltipster-content {
	position: relative;
	height: 60px;
    color: #403f41;
	line-height: 1.2;
    padding: 10px 0px;
	text-align: left;
	overflow: visible;
	background: #d1d2d4;
    border: 2px solid #d1d2d4;
    border-radius: 5px;
}
.tooltipster-map.tooltipster-sidetip .tooltipster-content img {
	position: absolute;
	left: 5px;
	top: -50px;
}
.tooltipster-map.tooltipster-sidetip .tooltipster-content p {
	margin: 0 10px 0 110px;
	font-size: 16px;
	line-height: 1;
	word-wrap: break-word;
}

.tooltipster-map.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #d1d2d4;
}
.tooltipster-map.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #d1d2d4;
}

.events .gastroli-embed{
    height: 14px;
}
#mail-form, #subt-form {
	width: 100%;
	padding: 30px 20px 20px;
	background: #fff;
}
.close {
	position: absolute;
	top: 10px;
	right: 10px;
	text-shadow: 0 0px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}
.close polygon {
	fill: #bd9c56;
}
.close:focus, .close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.close:focus polygon, .close:hover polygon {
	fill: #000;
}
.promo .btn-lg {
	line-height: 50px;
	height: 50px;
    padding: 0px 30px;
}
.promo .btn-lg img {
	vertical-align: top;
}
.promo .btn-lg .video{
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.header .btn .ico.registration {
		margin-right: 0px;
	}
	.header .btn-lg {
	    padding: 10px 45px;
	}
	.bg_site .container .site-title h1 {
		font-size: 7.2vh;
	}
	.bg_site .buy-tickets {
		width: 85%;
	}
	.bg_site .buy-tickets .btn-lg {
		padding: 10px 35px 10px 45px;
	}
	.bg_site .buy-tickets .btn .ico {
		left: 5px;
	}
	.event {
		/* height: 370px; */
	}
	.list .event-head {
		margin: 20px 0px;
	}
	.list .event-description {
		display: block;
		margin-top: 0px;
	}
	.participant {
		width: calc(50% - 20px);
	}
	.details .event {
		height: auto;
		padding: 20px 0px;
	}
	.event .what {
		padding: 10px 40px 0;
	}
	.list .event .what {
		padding: 0px 20px;
	}
	.list .event .what h1 {
    	margin-top: 10px;
	}
	.event .event-head .where {
		border-left: 2px solid #f8f8f8;
	}
	.list .event .event-head .where {
		border-right: 0px solid #f8f8f8;
	}
	.event-description .buy {
		text-align: left;
	}
	.event-body .agenda p {
		margin-left: 16.66666667%;
		margin-right: 16.66666667%;
	}
	.footer .col-sm-12.partner {
		border-left: 1px solid #bd9c56;
		border-right: 1px solid #bd9c56;
	}
	.footer .partner.border-right {
		border-left: 1px solid #bd9c56;
		border-right: 1px solid #bd9c56;
	}
	.footer .partner.border-left {
		border-left: 1px solid #bd9c56;
		border-right: 1px solid #bd9c56;
	}
	.footer .partner.border-top {
		border-top: 1px solid #bd9c56;
	}
	.footer .partner.border-bot {
		border-bottom: 1px solid #bd9c56;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bg_site .buy-tickets {
		width: 80%;
	}
	.bg_site .buy-tickets .btn-lg {
		font-size: 24px;
		line-height: 50px;
		height: 70px;
		font-weight: 700;
		padding: 10px 35px 10px 45px;
	}
	.bg_site .buy-tickets .btn .ico {
		top: 15px;
		height: 40px;
		width: 40px;
		left: 5px;
	}
	.participant {
		width: calc(33.3333333% - 20px);
	}
	.details .event {
		padding: 20px 0px;
	}
	.event .what {
		padding: 10px 40px 0;
	}
	.event .event-head .where {
		border-left: 2px solid #f8f8f8;
	}
	.footer .col-sm-12.partner {
		border-left: 1px solid #bd9c56;
		border-right: 1px solid #bd9c56;
	}
	.footer .partner.border-right {
		border-left: 1px solid #bd9c56;
		border-right: 1px solid #bd9c56;
	}
	.footer .partner.border-left {
		border-left: 1px solid #bd9c56;
		border-right: 1px solid #bd9c56;
	}
}
@media (min-width: 1200px) {
	.lang li {
		margin-top: 15px;
	}
	.bg_site .buy-tickets {
		width: 80%;
	}
	.bg_site .buy-tickets .btn-lg {
		font-size: 24px;
		line-height: 50px;
		height: 70px;
		font-weight: 700;
		padding: 10px 35px 10px 45px;
	}
	.bg_site .buy-tickets .btn .ico {
		top: 15px;
		height: 40px;
		width: 40px;
		left: 5px;
	}
}

.-tb-event {
  position: fixed;
  top: 0;
  right: 100%;
  width: 90%;
  height: 90%;
  background: #fff;
  z-index: 5000;
  overflow: hidden;
}

.-tb-event[data-show="is-open"] {
  right: 0;
}

body > div.-tb-event:empty {
  display: none;
  }