@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light/Montserrat-Light.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/Montserrat-Light/Montserrat-Light.otf')  format('opentype'),
	   url('../fonts/Montserrat-Light/Montserrat-Light.woff') format('woff'),
	   url('../fonts/Montserrat-Light/Montserrat-Light.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Montserrat-Regular/Montserrat-Regular.otf')  format('opentype'),
  url('../fonts/Montserrat-Regular/Montserrat-Regular.woff') format('woff'), 
  url('../fonts/Montserrat-Regular/Montserrat-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-Black/Montserrat-Black.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/Montserrat-Black/Montserrat-Black.otf')  format('opentype'),
	   url('../fonts/Montserrat-Black/Montserrat-Black.woff') format('woff'),
	   url('../fonts/Montserrat-Black/Montserrat-Black.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/Montserrat-Bold/Montserrat-Bold.otf')  format('opentype'),
	   url('../fonts/Montserrat-Bold/Montserrat-Bold.woff') format('woff'),
	   url('../fonts/Montserrat-Bold/Montserrat-Bold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: "SegoePrintRegular";
	src: url("fonts/SegoePrintRegular/SegoePrintRegular.eot");
	src: url("fonts/SegoePrintRegular/SegoePrintRegular.eot?#iefix")format("embedded-opentype"),
	url("fonts/SegoePrintRegular/SegoePrintRegular.woff") format("woff"),
	url("fonts/SegoePrintRegular/SegoePrintRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
  font-family: 'Montserratarm-Light';
  src: url('../fonts/Montserratarm-Light/Montserratarm-Light.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Montserratarm-Light/Montserratarm-Light.otf')  format('opentype'),
  url('../fonts/Montserratarm-Light/Montserratarm-Light.woff') format('woff'), 
  url('../fonts/Montserratarm-Light/Montserratarm-Light.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserratarm-Regular';
  src: url('../fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Montserratarm-Regular/Montserratarm-Regular.otf')  format('opentype'),
  url('../fonts/Montserratarm-Regular/Montserratarm-Regular.woff') format('woff'), 
  url('../fonts/Montserratarm-Regular/Montserratarm-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserratarm-Black';
  src: url('../fonts/Montserratarm-Black/Montserratarm-Black.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Montserratarm-Black/Montserratarm-Black.otf')  format('opentype'),
  url('../fonts/Montserratarm-Black/Montserratarm-Black.woff') format('woff'), 
  url('../fonts/Montserratarm-Black/Montserratarm-Black.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserratarm-Bold';
  src: url('../fonts/Montserratarm-Bold/Montserratarm-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Montserratarm-Bold/Montserratarm-Bold.otf')  format('opentype'),
  url('../fonts/Montserratarm-Bold/Montserratarm-Bold.woff') format('woff'), 
  url('../fonts/Montserratarm-Bold/Montserratarm-Bold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	color: #000000;
	width: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	font-family: "Montserrat-Regular", "Montserratarm-Regular";
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
	display: block;
}
.table_block {
	display: table;
	width: 100%;
	height: 100%;
}
.cell_middle {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.cell_bottom {
	display: table-cell;
	position: relative;
	vertical-align: bottom;
}
.menu_opened,
.template_opened,
.gallery_opened {
	overflow-y: hidden;
}
.menu_opened.ios_device,
.template_opened.ios_device,
.gallery_opened.ios_device {
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
input, select, textarea {
	outline: none
}
a {
	text-decoration: none;
}
button {
	outline: none;
	cursor: pointer;
	display: block;
}
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
button:hover,
a:hover {
	text-decoration: none;
	color: inherit;
}
img	{
	max-height: none;
	border: none;
}
.h_centered,
.v_centered {
	position: relative;
	overflow: hidden;
}
.h_centered img {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: auto;
	min-width: 100%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.v_centered img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.iframe_block {
	position: relative;
	padding-bottom: 56.25%;
}
.iframe_block iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}
.custom_container {
	padding: 0 50px;
}
.inner_container {
	width: 75%;
	padding: 75px 50px 20px;
	margin-left: 25%;
	
}
/*header*/
.header {
	position: fixed;
	z-index: 100;
	width: 25%;
	top: 0;
	left: 0;
	padding-left: 100px;
	padding-right: 50px;
	height: 100%;
}
.header_inner {
	padding: 100px 0;
}
.main_logo {
	margin-top: -9px;
}
.main_logo a {
	display: inline-block;
	vertical-align: top;
}
.main_logo img {
	height: 80px;
	width: auto;
}
.languages {
	position: absolute;
	bottom: 50px;
	left: 100px;
	font-size: 110%;
	line-height: 14px;
	color: #666666;
}
.languages a {
	display: inline-block;
	border-bottom: 1px solid #b3b3b3;
	color: inherit;
	font-family: "Montserrat-Black", "Montserratarm-Black";
}
.main_menu {
	padding-top: 93px;
}
.menu_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 140%;
	line-height: 20px;
	font-family: "Montserrat-Black", "Montserratarm-Black";
}
.menu_list ul li {
	padding: 4px 0;
}
.menu_list ul li a {
	display: inline-block;
	color: inherit;
}
.book_button {
	display: table;
	max-width: 180px;
	width: 100%;
	line-height: 12px;
	letter-spacing: 3px;
	font-family: "Montserrat-Black", "Montserratarm-Black";
	padding-right: 25px;
	color: inherit;
	background: url('../images/svg/plus_black.svg') no-repeat;
	background-size: 14px;
	background-position: right center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 40px;
	height: 52px;
}
/*header end*/
/*footer*/
.footer {
	position: fixed;
	bottom: 70px;
	left: 0;
	padding-left: 100px;
	padding-right: 50px;
	line-height: 14px;
	color: #666666;
	z-index: 101;
}
.copyrights span {
	display: block;
}
.footer a {
	display: inline-block;
	color: inherit;
}
/*footer end*/
.homepage_info {
	height: 100vh;
}
.homepage_inner {
	height: 100%;
}
.special_block,
.main_screen {
	display: block;
	width: 50%;
	height: 100%;
	background-size: auto 100% !important;
	position: relative;
}
.main_screen:before {
	display: block;
	width: 100%;
	height: 100%;
	border: 100px solid #ffffff;
	content: "";
}
.main_screen:after {
	position: absolute;
	left: 100px;
	right: 50%;
	top: 0;
	bottom: 0;
	border-top: 100px solid #f2f2f2;
	border-bottom: 100px solid #f2f2f2;
	content: "";
	z-index: 1;
}
.line_decor {
	position: absolute;
	width: 200px;
	height: 1px;
	right: 0;
	top: 50%;
	display: block;
	background: #000000;
}
.line_decor:before {
	display: block;
	content: "";
	width: 50%;
	height: 1px;
	background: #ffffff;
}
.special_block {
	margin-right: -100px;
	background-position: 40px -20px !important;
}
.special_block:before {
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: #ffffff;
	float: left;
}
.special_inner {
	width: 50%;
	height: 100%;
	position: relative;
}
.page_title {
	font-family: "Montserrat-Black", "Montserratarm-Black";
	color: #000000;
	font-size: 0;
	line-height: 32px;
	height: 96px;
	position: relative;
	z-index: 2;
	margin: 0;
	overflow: hidden;
}
.page_title.showed {
	font-size: 400%;
}
.page_title span {
	display: block;
	padding: 0 13px;
	opacity: 0;
}
.special_block .page_title {
	line-height: 60px;
	mix-blend-mode: screen;
	background: #ffffff;
	padding-top: 255px;
	padding-right: 100px;
	height: 435px;
}
.special_block .page_title.showed {
	font-size: 700%;
}
.page_title:after {
	display: block;
	content: "/";
	position: relative;
	overflow: hidden;
	font-style: italic;
	padding-left: 13px;
	opacity: 0;
}
.special_block .page_title:after,
.special_block .page_title span {
	padding-left: 21px;
}
.page_title.showed span.title_top,
.page_title.showed:after {
	padding-left: 0 !important;
	opacity: 1;
	padding-right: 0 !important;
}
.page_title.showed span.title_bottom {
	padding-left: 26px;
	padding-right: 0;
	opacity: 1;
}
.special_block .page_title.showed span.title_bottom {
	padding-left: 42px;
}
.special_info {
	height: 100%;
	margin-top: -435px;
	padding-top: 430px;
	position: relative;
}
.about_special {
	font-size: 110%;
	line-height: 22px;
	background: #ffffff;
	padding-top: 35px;
	height: 100%;
}
.special_short {
	max-height: 132px;
	max-width: 235px;
	overflow: hidden;
}
.special_details {
	position: absolute;
	bottom: 0;	
	left: 0;
	width: 235px;
	border: 1px solid #000000;
	border-bottom: none;
	padding: 25px;
	font-family: "Montserrat-Black", "Montserratarm-Black";
}
.special_day {
	font-size: 400%;
	line-height: 30px;
}
.month_hour {
	font-size: 120%;
	line-height: 16px;
	font-family: "Montserrat-Regular", "Montserratarm-Regular";
	margin-top: 12px;
}
.special_name {
	font-size: 120%;
	line-height: 14px;
	margin-top: 8px;
	height: 42px;
	overflow: hidden;
}
.special_price {
	line-height: 14px;
	letter-spacing: 2px;
	margin-top: 18px;
}
.events_link {
	display: inline-block;
	line-height: 12px;
	letter-spacing: 3px;
	color: inherit;
	border-bottom: 2px solid #000000;
	margin-top: 40px;
	position: relative;
}
.events_link:after {
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 3px;
	height: 2px;
	display: block;
	content: "";
	background: #ffffff;
}
.inner_container .page_title {
	margin-left: 50px;
	margin-bottom: 80px;
}
.products_menu .tab_buttons {
	padding-top: 65px;
}
.products_menu .tab_buttons ul {
	margin: 0 -23px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.products_menu .tab_buttons ul li {
	display: inline-block;
	font-size: 1rem;
	line-height: 12px;
	font-family: "Montserrat-Black", "Montserratarm-Black";
	vertical-align: top;
	padding: 0 23px 10px;
	letter-spacing: 3px;
}
.products_menu .tab_buttons a {
	display: block;
	color: #cccccc;
}
.products_menu .tab_buttons a.selected {
	color: #000000 !important;
	cursor: default;
}
.tab_block {
	position: relative;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.tab_block.active {
	height: auto;
	opacity: 1;
}
.product_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}
.product_list li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #e5e5e5;
}
.product_list li:first-child {
	border: none;
	padding-top: 0;
}
.product_image {
	width: 70px;
	height: 70px;
	background: #000000;
	border-radius: 2px;
	margin-left: -70px;
	margin-top: 5px;
}
.product_image img {
	opacity: 0.8;
}
.product_info {
	padding-right: 120px;
	width: 100%;
}
.product_list li:first-child .product_info {
	padding-top: 5px;
}
.product_list li:first-child .product_image {
	margin-top: 0;
}
.product_name {
	font-size: 120%;
	line-height: 20px;
	font-family: "Montserrat-Black","Montserratarm-Black";
}
.product_ingredients {
	font-size: 120%;
	line-height: 18px;
}
.product_price {
	font-size: 100%;
	line-height: 14px;
	letter-spacing: 2px;
	font-family: "Montserrat-Bold","Montserratarm-Bold";
	margin-top: 15px;
}
.book_template,
.gallery_template {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	bottom: 0;
	background: rgba(255,255,255,0.97);
	top: 100%;
	z-index: 200;
}
.template_opened .book_template,
.gallery_opened .gallery_template {
	top: -1px;
}
.gallery_template .template_inner {
	opacity: 0;
	padding: 0;
}
.gallery_template .template_inner.showed {
	opacity: 1;
}
.book_form {
	max-width: 810px;
	margin: 0 auto;
}
.template_close {
	position: absolute;
	width: 80px;
	left: 50%;
	margin-left: -40px;
	top: 1px;
	height: 24px;
	background: url('../images/svg/point_down.svg') no-repeat #ffffff;
	background-size: 10px auto;
	background-position: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	z-index: 10;
}
.template_close:before {
	display: block;
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: 23px;
	height: 7px;
	border-top: 7px solid #000000;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
}
.template_close:after {
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 22px;
	height: 7px;
	border-top: 7px solid #ffffff;
	border-left: 37px solid transparent;
	border-right: 37px solid transparent;
	z-index: 2;
}
.template_inner {
	min-height: 100vh;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: 1px solid #000000;
}
.template_inner .inner_container {
	margin-left: 0;
	width: 100%;
}
.about_book {
	font-size: 120%;
	line-height: 21px;
	font-family: "Montserrat-Black", "Montserratarm-Black";
	padding-bottom: 45px;
}
.form_fields {
	margin: 0 -10px;
}
.form_block {
	position: relative;
	padding: 0 10px 36px;
}
.form_block.fl {
	width: 50%;
	height: 64px;
}
.selectpicker {
	visibility: hidden;
}
.form_block input,
.form_block textarea {
	width: 100%;
	border: none;
	padding: 0 10px;
	font-size: 120%;
	line-height: 28px;
	background: url('../images/field_bg.png') repeat;
	background-size: 1px auto;
	background-position: left top;
	color: #000000;
}
.form_block textarea {
	resize: none;
	min-height: 56px;
}
.form_block input::-webkit-input-placeholder {
	color: #000000;
}
.form_block input::-moz-placeholder {
	color: #000000;
}
.form_block input:-moz-placeholder {
	color: #000000;
}
.form_block input:-ms-input-placeholder {
	color: #000000;
}
.form_block textarea::-webkit-input-placeholder {
	color: #000000;
}
.form_block textarea::-moz-placeholder {
	color: #000000;
}
.form_block textarea:-moz-placeholder {
	color: #000000;
}
.form_block textarea:-ms-input-placeholder {
	color: #000000;
}
.form_block.has-error input::-webkit-input-placeholder {
	color: #b94a48;
}
.form_block.has-error input::-moz-placeholder {
	color: #b94a48;
}
.form_block.has-error input:-moz-placeholder {
	color: #b94a48;
}
.form_block.has-error input:-ms-input-placeholder {
	color: #b94a48;
}
.form_block.has-error textarea::-webkit-input-placeholder {
	color: #b94a48;
}
.form_block.has-error textarea::-moz-placeholder {
	color: #b94a48;
}
.form_block.has-error textarea:-moz-placeholder {
	color: #b94a48;
}
.form_block.has-error textarea:-ms-input-placeholder {
	color: #b94a48;
}
.error_hint {
	position: absolute;
	color: #b46e6e;
	display: none;
	right: 20px;
	font-size: 110%;
	line-height: 13px;
	bottom: 20px;
}
.error_hint .individual_hint {
	display: none;
}
.has-error .error_hint,
.has-error.bootstrap-select + .error_hint {
	display: block;
}
.help-block.form-error {
	display: none;
}
.recaptcha_block {
	text-align: center;
}
.recaptcha_block > div{
	margin: 0 auto;
}
.recaptcha_block .error_hint {
	left: 20px;
}
.error_status_block{
	color: #e92e36;
	font-size: 110%;
	line-height: 13px;
	padding-bottom: 10px;
}
.form_success{
	display: none;
	padding: 40px;
	text-align: center;
	color: #0874aa;
	font-size: 110%;
	line-height: 13px;
}
.g-recaptcha {
	display: inline-block;
}
.button_block {
	padding: 14px 10px 0;
}
.button_block button {
	font-size: 100%;
	line-height: 20px;
	padding: 15px;
	border: none;
	background: transparent;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: "Montserrat-Black","Montserratarm-Black";
	letter-spacing: 2px;
	width: 100%;
	color: #000000;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.btn-group .dropdown-toggle:active, 
.btn-group.open .dropdown-toggle {
	outline: none !important;
	box-shadow: none !important;
	background:  url('../images/field_bg.png') repeat !important;
}
.bootstrap-select .btn-default {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: none !important;
	font-size: 120%;
	line-height: 28px;
	padding: 0 37px 0 10px;
	border-radius: 0;
	color: #000000 !important;
	background:  url('../images/field_bg.png') repeat !important;
	outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	width: 17px;
	height: 10px;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	border-top: 2px solid #000000 !important;
	border-bottom: 2px solid #000000 !important;
	border-left: none !important;
	border-right: none !important;
	padding: 2px 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
	display: block;
	content: "";
	height: 2px;
	background: #000000;
}
.bootstrap-select .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
	width: 100%;
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top: none;
}
.bootstrap-select .dropdown-menu > li {
	border-top: 1px solid rgba(0, 0, 0, .15);
}
.bootstrap-select .dropdown-menu > li > a {
	padding: 5px 10px;
	white-space: normal;
	font-size: 1.2rem;
	line-height: 18px;
	color: #000000 !important;
	background:  #ffffff;
	position: relative;
}
.bootstrap-select .dropdown-menu > li.selected > a {
	background: #ededed;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	width: auto;
	left: 10px;
	right: 10px !important;
	padding: 0;
	margin-top: 5px;
	font-size: 0;
	line-height: 18px;
	border: none;
	background: #ededed;
	border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.bootstrap-datetimepicker-widget.dropdown-menu.top:after,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
	display: none;
}
/*.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .datepicker {
	width: 66.67%;
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .timepicker {
	width: 33.33%;
	display: inline-block;
	vertical-align: middle;
	float: none;
}*/
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget .timepicker-hour, 
.bootstrap-datetimepicker-widget .timepicker-minute, 
.bootstrap-datetimepicker-widget .timepicker-second,
.bootstrap-datetimepicker-widget .table-condensed > thead > tr > td, 
.bootstrap-datetimepicker-widget .table-condensed > tbody > tr > td, 
.bootstrap-datetimepicker-widget .table-condensed > tfoot > tr > td,
.bootstrap-datetimepicker-widget .table-condensed > thead > tr > th, 
.bootstrap-datetimepicker-widget .table-condensed > tbody > tr > th, 
.bootstrap-datetimepicker-widget .table-condensed > tfoot > tr > th {
	width: auto;
	height: auto;
	font-size: 1.2rem;
	line-height: 30px !important;
	padding: 0;
}
.bootstrap-datetimepicker-widget table tr:first-child th {
	line-height: 40px !important;
	background: #e6e6e6;
}
.bootstrap-datetimepicker-widget table td.today:before {
	display: none;
}
.bootstrap-datetimepicker th.next {
	background: #ededed;
}
.next_icon,
.prev_icon {
	display: block;
}
.next_icon:after,
.prev_icon:after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border: 2px solid #000000;
}
.bootstrap-datetimepicker-widget .datepicker .prev_icon:after {
	border-bottom: none;
	border-right: none;
	float: left;
}
.bootstrap-datetimepicker-widget .datepicker .next_icon:after {
	border-top: none;
	border-left: none;
	float: right;
}
.timepicker .prev_icon:after {
	border-top: none;
	border-right: none;
	float: left;
}
.timepicker .next_icon:after {
	border-left: none;
	border-bottom: none;
	float: right;
}
.bootstrap-datetimepicker-widget th.prev .prev_icon,
.bootstrap-datetimepicker-widget th.next .next_icon {
	padding: 12px;
	height: 30px;
}


.bootstrap-datetimepicker-widget .datepicker table th.prev,
.bootstrap-datetimepicker-widget .timepicker table th.next {
	vertical-align: top;
}
.bootstrap-datetimepicker-widget .datepicker table th.next,
.bootstrap-datetimepicker-widget .timepicker table th.prev {
	vertical-align: bottom;
}


.bootstrap-datetimepicker-widget td .btn {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
 	width: 30px;
 	height: 20px;
}
.bootstrap-datetimepicker-widget table td span {
    display: block;
    width: auto;
    height: auto;
    line-height: 34px;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
}
.bootstrap-datetimepicker-widget .datepicker table td span {
	width: 25%;
	float: left;
	padding: 17px 0 18px;
	border-bottom: 1px solid #e0e0e0;
}
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table td span {
	width: 33.33%;
	line-height: 34px !important;
}
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table td span:nth-child(n+10) {
	display: none;
}
.bootstrap-datetimepicker-widget table td.active, 
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #e1e1e1;
	color: #000000;
	opacity: 1 !important;
}
.bootstrap-datetimepicker-widget  table td .btn span.next_icon {
	float: right;
}
.bootstrap-datetimepicker-widget  table td .btn span {
	margin-top: 5px;
}
.clock_icon {
	background: url('../images/svg/clock.svg') no-repeat #e6e6e6 !important;
	background-size: 16px !important;
	background-position: center !important;
	height: 40px !important;
}
.calendar_icon {
	background: url('../images/svg/calendar.svg') no-repeat #e6e6e6 !important;
	background-size: auto 16px !important;
	background-position: center !important;
	height: 40px !important;
}
.field_icon {
	position: absolute;
	right: 20px;
	top: 6px;
	z-index: 2;
	pointer-events: none;
}
.field_icon img {
	height: 16px;
	width: auto;
}
.calendar_block {
	width: 66.67%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	padding: 0 50px;
	height: 0;
	overflow: hidden;
}
.calendar_mode .calendar_block {
	position: relative;
	visibility: visible;
	opacity: 1;
	height: auto;
	overflow: visible;
}
.calendar_block .old,
.calendar_block .new {
	visibility: hidden;
	height: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}
.calendar_block .old span,
.calendar_block .new span {
	display: none;
}
.calendar_inner {
	margin-top: -35px;
}
.calendar_inner .datepicker table,
.calendar_inner .datepicker {
	width: 100%;
	text-align: right;
}
.calendar_inner .datepicker th.prev,
.calendar_inner .datepicker th.next,
.calendar_inner .datepicker th.datepicker-switch {
	display: none;
}
.calendar_inner .datepicker td,
.calendar_inner .datepicker th.dow {
	text-align: center;
}
.switch_buttons {
	padding: 60px 50px 0;
	width: 66.67%;
}
.view_mode_button {
	display: block;
	font-size: 100%;
	line-height: 16px;
	font-family: "Montserrat-Black", "Montserratarm-Black";
	letter-spacing: 3px;
}
.view_mode_button span {
	display: none;
	padding-left: 25px;
	background-size: auto 16px !important;
	background-position: left center !important;
	color: #000000;
}
.view_mode_button span.calendar_mode {
	background: url('../images/svg/calendar.svg') no-repeat;
}
.view_mode_button .list_mode {
	background: url('../images/svg/item.svg') no-repeat;

}
.calendar_mode .view_mode_button span.calendar_mode,
.list_mode .view_mode_button span.list_mode {
	display: block;
}
.calendar_head {
	text-align: right;
	font-size: 0;
	font-family: "Montserrat-Black", "Montserratarm-Black";
	opacity: 0;
}
.prev_month,
.next_month {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
}
.prev_month:after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.next_month:after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.month_block {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 16px;
	letter-spacing: 3px;
	padding: 0 25px 0 28px;
}
.calendar_inner .dow {
	font-size: 0;
	line-height: 20px;
	padding: 30px 0;
}
.calendar_inner .dow:first-letter {
	font-size: 1.2rem;
}
.calendar_inner td {
	font-size: 240%;
	font-family: "Montserrat-Black";
	color: #cccccc;
	line-height: 20px;
	padding: 30px 0 14px !important;
}
.calendar_inner td,
.calendar_inner .dow {
	width: 16.66%;
}
.calendar_inner td:first-child,
.calendar_inner th.dow:first-child {
	width: 8.33%;
	text-align: left;
}
.calendar_inner td:last-child,
.calendar_inner th.dow:last-child {
	width: 8.33%;
	text-align: right;
}
.calendar_inner td span {
	display: inline-block;
	vertical-align: top;
}
.calendar_inner td span:after {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 9px auto 0;
}
.calendar_inner td.active_event {
	color: #000000;
	cursor: pointer;
}
.calendar_inner td.active_event span:after {
	background: #000000;
}
.calendar_inner td.sold_event {
	color: #990000;
	cursor: pointer;
}
.calendar_inner td.sold_event span:after {
	border: 1px solid #990000;
}
.calendar_inner td.low_tickets {
	color: #ff9900;
	cursor: pointer;
}
.calendar_inner td.low_tickets span:after {
	background: #ff9900;
}
.events_list {
	margin-right: -100px;
	font-size: 0;
}
.list_mode .event_block {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 50px 50px;
	font-size: 1rem;
}
.calendar_mode .event_block {
	position: fixed;
	bottom: -100%;
	right: 0;
	width: 280px;
	z-index: 100;
	background: #f2f2f2;
	font-size: 1rem;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.calendar_mode .event_block.showed {
	bottom: 0;
}
.event_date {
	display: block;
	font-size: 120%;
	line-height: 20px;
	white-space: nowrap;
}
.list_mode .event_date {
	color: #000000;
}
.calendar_mode .event_date {
	color: #ffffff !important;
	padding: 15px 10px;
	position: relative;
	font-family: "Montserrat-Bold","Montserratarm-Bold";
	background: #000000;
}
.calendar_mode .event_date:before {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	background: #ffffff;
	border-radius: 50%;
	margin-top: 6px;
	margin-right: 5px;
	float: left;
}
.calendar_mode .event_date:after {
	position: absolute;
	width: 6px;
	height: 6px;
	display: block;
	content: "";
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	right: 10px;
	bottom: 10px;
}
.list_mode .event_inner {
	max-width: 180px;
}
.sold_event .event_inner {
	cursor: default;
}
.list_mode .event_image {
	width: 120px;
	height: 120px;
	border-radius: 2px;
	background: #000000;
	margin-bottom: 35px;
}
.event_image img {
	opacity: 0.8;
}
.list_mode .event_date span:first-child {
	display: block;
	font-size: 333.3%;
	line-height: 40px;
	font-family: "Montserrat-Bold";
	color: #000000;
	margin-bottom: 5px;
}
.list_mode .sold_event .event_image,
.list_mode .sold_event .event_date,
.list_mode .sold_event .event_info {
	opacity: 0.6;
}
.event_status {
	font-size: 120%;
	line-height: 16px;
	font-family: "Montserrat-Black","Montserratarm-Black";
	height: 16px;
	display: block;
}
.sold_event .event_status {
	color: #990000;
}
.low_tickets .event_status {
	color: #ff9900;
}
.event_status:before {
	display: block;
	float: left;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-top: 4px;
	margin-right: 6px;
}
.sold_event .event_status:before {
	background: #990000;
}
.low_tickets .event_status:before {
	background: #ff9900;
}
.event_name {
	font-size: 120%;
	line-height: 14px;
	height: 42px;
	position: relative;
	overflow: hidden;
	margin-top: 11px;
	font-family: "Montserrat-Black","Montserratarm-Black";
}
.event_price {
	font-size: 100%;
	line-height: 12px;
	font-family: "Montserrat-Black","Montserratarm-Black";
	letter-spacing: 2px;
	margin-top: 3px;
}
.about_event {
	font-size: 120%;
	line-height: 14px;
	margin-top: 25px;
}
.about_event ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.about_event li {
	margin-top: 14px;
}
.about_event li:first-child {
	margin-top: 0;
}
.reserve_button {
	display: block;
	margin-top: 35px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 100%;
	line-height: 20px;
	padding: 15px 30px 15px 0;
	color: #000000;
	font-family: "Montserrat-Black","Montserratarm-Black";
	background: url('../images/svg/plus_black.svg') no-repeat;
	background-size: 14px;
	background-position: right center;
	letter-spacing: 2px;
}
.list_mode .reserve_button {
	opacity: 0;
}
.list_mode .event_inner:hover .reserve_button {
	opacity: 1;
}
.sold_event .reserve_button {
	display: none;
}
.calendar_mode .event_info {
	padding: 45px 50px;
	position: relative;
}
.calendar_mode .low_tickets .reserve_button {
	margin-top: 60px;
}
.calendar_mode .sold_event .event_info {
	padding-bottom: 100px;
}
.calendar_mode .event_name {
	height: auto;
	margin-top: 0;
}
.calendar_mode .about_event {
	margin-top: 16px;
}
.calendar_mode .active_event .event_status {
	display: none;
}
.calendar_mode .event_status {
	position: absolute;
	left: 50px;
}
.calendar_mode .low_tickets .event_status {
	bottom: 110px;
}
.calendar_mode .sold_event .event_status {
	bottom: 45px;
}
.list_block {
	position: relative;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
.list_block.active {
	height: auto;
	overflow: visible;
	opacity: 1;
	visibility: visible;
}
.about_page {
	margin: 0 -50px;
	padding-bottom: 50px;
}
.about_page .gallery_block {
	width: 66.66%;
	padding: 0 50px;
}
.about_page .gallery_block a {
	display: block;
	height: 120px;
	color: #ffffff;
	line-height: 14px;
	letter-spacing: 2px;
	font-family: "Montserrat-Black", "Montserratarm-Black";
	padding: 0 50px;
	text-align: right;
}
.about_page .gallery_block a .cell_middle {
	padding-right: 25px;
	background: url('../images/svg/image_icon.svg') no-repeat;
	background-size: 14px;
	background-position: center right;
}
.about_page .gallery_block a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0;
	z-index: 2;
}
.about_purpose {
	text-align: right;
	width: 33.33%;
	padding: 0 50px;
	margin-top: 45px;
}
.section_subtitle {
	font-size: 160%;
	line-height: 20px;
	font-family: "Montserrat-Black","Montserratarm-Black";
	margin: 0;
}
.standard_text {
	font-size: 120%;
	line-height: 22px;
	margin-top: 20px;
}
.about_purpose .standard_text {
	display: inline-block;
	max-width: 175px;
	vertical-align: top;
}
.section_title {
	font-size: 240%;
	line-height: 26px;
	margin: 0;
	font-family: "Montserrat-Black","Montserratarm-Black";
}
.signature_block {
	width: 66.66%;
	padding:40px 50px 0 50px;
}
.contacts_link {
	display: block;
	margin-top: 40px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 100%;
	line-height: 20px;
	padding: 15px 30px 15px 0;
	color: #000000;
	font-family: "Montserrat-Black","Montserratarm-Black";
	background: url('../images/svg/plus_black.svg') no-repeat;
	background-size: 14px;
	background-position: right center;
	letter-spacing: 2px;
	width: 180px;
}
.about_menu {
	margin-top: 95px;
	position: relative;
	overflow: hidden;
}
.about_text {
	width: 66.66%;
	float: right;
	font-size: 280%;
	line-height: 36px;
	padding: 0 50px 50px;
	font-family: "Montserrat-Light","Montserratarm-Light";
}
.menu_link {
	position: absolute;
	bottom: 0;
	right: 50px;
	line-height: 8px;
	padding-top: 6px;
	padding-right: 25px;
	letter-spacing: 2px;
	font-family: "Montserrat-Black","Montserratarm-Black";
	color: inherit;
	background: url('../images/svg/menu_icon.svg') no-repeat;
	background-size: 14px;
	background-position: right center;
}
.slash_decor {
	display: block;
	width: 33.33%;
	padding: 0 50px;
}
.slash_decor:before {
	display: block;
	content: "";
	padding-bottom: 78.69%;
	background: url('../images/svg/slash.svg') no-repeat;
	background-size: 100%;
	background-position: center;
	margin-top: 10px;
}
.menu_images {
	margin-top: 95px;
}
.menu_images ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu_images li {
	float: left;
	width: 16.66%;
	padding: 0 50px;
}
.menu_images .image_block {
	padding-bottom: 100%;
	border-radius: 2px;
}
.signature_block .section_title {
	width: 50%;
}
.about_founder {
	margin-top: 105px;
	padding: 0 50px;
}
.about_founder .section_title {
	width: 33.33%;
}
.go_top {
	display: inline-block;
	line-height: 10px;
	font-family: "Montserrat-Black","Montserratarm-Black";
	letter-spacing: 2px;
	color: inherit;
	vertical-align: top;
}
.go_top:after {
	display: block;
	margin-top: 17px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	content: "";
}
.about_page .go_top {
	margin-top: 85px;
	margin-left: 50px;
}
.contact_page {
	width: 75%;
	margin-left: 25%;
	position: relative;
}
.contact_page .page_title {
	position: absolute;
	right: 50px;
	top: 75px;
}
.map_block {
	width: 33.33%;
	padding: 0 50px;
	opacity: 0;
}
#map-canvas {
	width: 100%;
	height: 100%;
}
.contacts_block {
	width: 66.67%;
	padding: 0 50px;
	opacity: 0;
}
.contacts_inner {
	padding: 200px 0 110px;
	position: relative;
}
.contact_info {
	font-size: 180%;
	line-height: 26px;
	padding-bottom: 25px;
	font-family: "Montserrat-Bold","Montserratarm-Bold";
}
.socials_list {
	position: absolute;
	right: -10px;
	bottom: 50px;
	font-size: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.socials_list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.socails_list a {
	display: block;
}
.socials_list a img {
	width: auto;
	display: block;
	height: 35px;
}
.error_page {
	height: 100%;
	min-height: 260px;
}
.error_page .content {
	height: 100%;
	position: relative;
	padding-left: 50px;
}
.error_page .page_title {
	position: absolute;
	right: 100px;
	top: 75px;
}
.error_num {
	position: absolute;
	bottom: 0;
	right: 100px;
}
.error_num img {
	max-height: 280px;
	max-width: 100%;
}
.errorpage_title {
	font-family: "Montserrat-Black", "Montserratarm-Black";
	color: #000000;
	font-size: 400%;
	line-height: 46px;
	position: relative;
	z-index: 2;
	margin: 0;
	overflow: hidden;
}
.errorpage_info {
	font-size: 140%;
	line-height: 18px;
	margin-top: 5px;
}
.home_button {
	display: block;
	width: 180px;
	height: 52px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: url('../images/svg/home.svg') no-repeat;
	background-size: 12px auto;
	background-position: center;
	margin-top: 35px;
	position: relative;
	z-index: 100;
}
.gallery_list ul {
	margin: 0 -50px;
	padding: 0;
	list-style-type: none;
}
.gallery_list ul li {
	float: left;
	width: 33.33%;
	padding: 0 50px 100px;
}
.gallery_list .gallery_screen {
	display: block;
	padding-bottom: 100%;
}
.gallery_list .gallery_screen:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	z-index: 2;
	background: #ffffff;
	opacity: 0;
}
.items_count {
	font-size: 100%;
	line-height: 12px;
	padding-top: 20px;
}
.gallery_description {
	font-size: 240%;
	line-height: 30px;
	height: 60px;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	font-family: "Montserrat-Light","Montserratarm-Light";
}
.gallery_description a {
	display: inline-block;
	color: inherit;
	vertical-align: top;
}
.arrow_icon {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
.arrow_icon img {
	width: 15px;
	height: 15px;
}
.append_block {
	padding: 70px 0;
	position: relative;
	height: 100%;
	min-height: 480px;
}
.gallery_images {
	position: relative;
	height: 100%;
}
.gallery_slider {
	height: 100%;
	width: 100%;
	max-height: 720px;
	position: absolute;
	left: 0;
	padding-left: 100px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.gallery_slider,
.gallery_slider .slick-list,
.gallery_slider .slick-track,
.gallery_slider .slick-slide,
.gallery_slider .slide_image  {
	height: 100%;
}
.gallery_slider .slick-slide img {
	width: auto !important;
	height: 100%;
	max-width: 100%;
}
.gallery_slider .slide_block {
	position: relative;
	padding: 35px 0;
	height: 100%;
}
.gallery_slider .item_number,
.gallery_slider .item_description {
	position: absolute; 
	left: 0;
	font-size: 120%;
	line-height: 15px;
	font-family: "Montserrat-Bold";
}
.gallery_slider .slide_image,
.gallery_slider .video_block {
	margin-right: 50px;
}
.gallery_slider .item_number {
	top: 0;
}
.gallery_slider .item_description {
	bottom: 0;
	right: 50px;
}
.gallery_slider iframe {
	max-width: 100% !important;
}
.slick-slide {
	outline: none !important;
}
.items_list {
	left: 100px;
	bottom: 0;
	position: absolute;
	width: 387px;
	white-space: nowrap;
}
.items_list.has_hiddens:after {
	display: block;
	content: "...";
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 3;
	height: 42px;
	width: 42px;
	background: #eeeded;
	font-size: 200%;
	line-height: 4px;
	padding: 15px;
	text-align: center;
}
.items_list.last_item:after {
	display: none;
}
.items_list > .slide_block {
	display: inline-block;
	vertical-align: top;
}
.items_list .slide_block {
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.items_list .slide_block.selected {
	cursor: default;
	opacity: 1 !important;
}
.items_list .slide_block.selected:before {
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	right: 1px;
	bottom: 0;
	content: "";
	z-index: 2;
	background: #000000;
}
.items_list .slide_image {
	width: 42px;
	height: 42px;
}
.items_list .video_button:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url('../images/svg/play-button.svg') rgba(0,0,0,0.4) no-repeat;
	background-size: 16px;
	background-position: center;
	z-index: 2;
}
.items_list img {
	width: auto !important;
}
.gallery_count {
	right: 0;
	left: 75%;
	padding-left: 50px;
	position: absolute;
	bottom: 0;
}
.news_count {
	width: 33.33%;
	position: absolute;
	bottom: 0;
	right: -50px;
	opacity: 0;
}
.count_inner {
	background: #000000;
	color: #ffffff;
	position: relative;
	padding: 10px;
	text-align: center;
	font-family: "Montserrat-Bold";
	line-height: 20px;
}
.current_number,
.gallery_quantity,
.news_number,
.news_quantity {
	display: block;
	padding: 0 10px;
	font-size: 120%;
}
.gallery_count a,
.news_count a {
	display: block;
	position: absolute;
	top: 10px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
.prev_image,
.prev_news {
	left: 10px;
	padding-top: 14px;
}
.next_image,
.next_news {
	right: 10px;
}
.gallery_count a:after,
.news_count a:after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
}
.prev_image:after,
.prev_news:after {
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
.next_image:after,
.next_news:after {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	float: right;
}
.gallery_slider .slick-arrow,
.news_slider .slick-arrow,
.items_list .slick-arrow {
	display: none !important;
}

.news_slider {
	padding-bottom: 70px;
	white-space: nowrap;
	font-size: 0;
}
.news_opened .news_slider {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
}
.news_opened .news_count {
	opacity: 0 !important;
}
.news_slider > .news_block {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
}
.news_slider.slick-slider {
	white-space: normal;
	font-size: 100%;
}
.news_block {
	padding: 0 50px;
}
.news_block a {
	display: block;
	position: relative;
}
.news_block a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 3;
	opacity: 0;
	content: "";
}
.news_image,
.news_title_block {
	display: block;
	position: relative;
	padding-bottom: 100%;
}
a.clicked .news_image {
	visibility: hidden;
}
.news_title_block {
	border-right: 1px solid #000000;
}
.news_title_block:before,
.news_title_block:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 42px;
	display: block;
	content: "";
	border-left: 1px solid #000000;
}
.news_title_block:before {
	border-top: 1px solid #000000;
	top: 0;
}
.news_title_block:after {
	border-bottom: 1px solid #000000;
	bottom: 0;
}
.news_title_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-right: 50px;
}
.news_date {
	display: block;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #000000;
}
.news_title {
	display: block;
	color: #000000;
	font-size: 240%;
    line-height: 30px;
    height: 100px;
    position: relative;
    overflow: hidden;
    font-family: "Montserrat-Light","Montserratarm-Light";
}
.news_list {
	margin: 0 -50px;
	position: relative;
}
.news_description {
	display: block;
	font-size: 120%;
	line-height: 20px;
	height: 40px;
	margin-top: 5px;
	color: #000000;
	position: relative;
	overflow: hidden;
	font-family: "Montserrat-Bold","Montserratarm-Bold";
}
.news_description .arrow_icon {
	margin-top: 0;
}
.news_title_block .news_description {
	height: auto;
	max-height: 40px;
}
.news_short_info {
	font-size: 110%;
	line-height: 20px;
	position: relative;
	height: 80px;
	overflow: hidden;
	margin-bottom: 25px;
	display: block;
	color: #000000;
}
.news_container {
	position: relative;
}
.news_container .page_title {
	z-index: 6;
}
.news_container:before {
	position: absolute;
	top: 0;
	right: -50px;
	background: #f2f2f2;
	content: "";
	left: 83.3%;
	height: 100%;
}
.news_opened .news_container:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 33.33%;
	height: 100%;
	z-index: 5;
}
.news_opened .news_container:before {
	left: 33.33%;
	z-index: 5;
}
.image_clone {
	display: block;
	position: fixed;
}
.image_clone.fixed {
	top: 251px !important;
	left: 25% !important;
	margin-left: 75px;
}
.news_back {
	position: fixed;
	left: 25%;
	top: 140px;
	display: block;
	padding-left: 20px;
	line-height: 12px;
	letter-spacing: 3px;
	color: inherit;
	font-family: "Montserrat-Black","Montserratarm-Black";
	margin-left: 75px;
	visibility: hidden;
	opacity: 0;
}
.news_opened .news_back {
	visibility: visible;
	opacity: 1;
	z-index: 10;
}
.news_back:before {
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
}
.news_inner_block {
	position: relative;
	width: 66.67%;
	z-index: 6;
}
.news_append_block {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 75px;
	line-height: 20px;
	padding-bottom: 30px;
}
.news_opened .news_append_block {
	position: relative;
	left: auto;
	top: auto;
}
.news_inner_block img {
	width: auto !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news_container .go_top {
	position: fixed;
	left: 25%;
	bottom: 50px;
	margin-left: 75px;
	opacity: 0;
	visibility: hidden;
}
.news_opened .news_container .go_top.showed {
	visibility: visible;
	opacity: 1;
	z-index: 10;
}
.news_inner_date {
	line-height: 12px;
}
.news_inner_title {
	font-size: 240%;
	line-height: 36px;
	font-family: "Montserrat-Light","Montserratarm-Light";
}
.news_inner_description {
	font-size: 120%;
	line-height: 15px;
	margin-top: 5px;
	font-family: "Montserrat-Bold","Montserratarm-Bold";
}
.news_text {
	font-size: 120%;
	line-height: 22px;
}
.news_inner_block .section_title {
	padding-right: 10px 0;
}
.news_subtitle {
	font-size: 240%;
	line-height: 36px;
	font-family: "Montserrat-Light","Montserratarm-Light";
	
}







/*transitions and effects*/

.languages a,
.button_block button,
.news_back {
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.footer a,
.products_list .tab_buttons a {
	-o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.menu_list ul li a,
.book_button,
.events_link,
.page_title,
.special_info,
.tab_block,
.main_logo a,
.bootstrap-datetimepicker-widget span,
.bootstrap-datetimepicker-widget td,
.events_section a,
.list_block,
.about_page .gallery_block a:before,
.contacts_link,
.menu_link,
.go_top,
.map_block,
.contacts_block,
.socails_list a,
.home_button,
.gallery_list .gallery_screen:before,
.gallery_description a,
.arrow_icon,
.gallery_template .template_inner.showed,
.gallery_count a,
.items_list .slide_block,
.news_block a:before,
.news_count a {
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.calendar_mode .event_block {
	-o-transition: bottom .7s, opacity .3s;
	-ms-transition: bottom .7s, opacity .3s;
	-moz-transition: bottom .7s, opacity .3s;
	-webkit-transition: bottom .7s, opacity .3s;
	transition: bottom .7s, opacity .3s;
}
.page_title span,
.page_title:after {
	-o-transition: opacity .5s ease-in, padding 1s linear;
	-ms-transition: opacity .5s ease-in, padding 1s linear;
	-moz-transition: opacity .5s ease-in, padding 1s linear;
	-webkit-transition: opacity .5s ease-in, padding 1s linear;
	transition: opacity .5s ease-in, padding 1s linear;
}
.book_template,
.gallery_template {
	-o-transition: top .5s;
	-ms-transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	transition: top .5s;
}
.news_slider {
	-o-transition: opacity 1.5s;
	-ms-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s;
}
.news_opened .news_slider {
	-o-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.news_container:before {
	-o-transition: left 1.5s linear, z-index .5s;
	-ms-transition: left 1.5s linear, z-index .5s;
	-moz-transition: left 1.5s linear, z-index .5s;
	-webkit-transition: left 1.5s linear, z-index .5s;
	transition: left 1.5s linear, z-index .5s;

}
.image_clone,
.news_opened .news_back {
	-o-transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	transition: all 1.5s linear;
}
.languages a:hover {
	color: #333333;
	border-color: #000000;
}
.footer a:hover,
.products_list .tab_buttons a:hover {
	color: #333333;
}
.menu_list ul li a:hover,
.book_button:hover,
.events_link:hover,
.main_logo a:hover,
.view_mode_button:hover,
.prev_month:hover,
.next_month:hover,
.calendar_mode .event_date:hover,
.reserve_button:hover,
.list_mode .event_inner:hover .reserve_button:hover,
.contacts_link:hover,
.menu_link:hover,
.go_top:hover,
.socails_list a:hover,
.home_button:hover,
.hovered .gallery_description a,
.hovered .arrow_icon,
.gallery_count a:hover,
.items_list .slide_block:hover,
.news_count a:hover,
.news_opened .news_container .go_top.showed:hover,
.news_opened .news_back:hover {
	opacity: 0.7;
}
.button_block button:hover {
	background-color: #000000;
	color: #ffffff;
}
.bootstrap-datetimepicker-widget  table td .btn:hover,
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget.usetwentyfour td.hour:hover,
.bootstrap-datetimepicker-widget table td span:hover,
.about_page .gallery_block a:hover:before,
.hovered .gallery_screen:before,
.news_block a:hover:before  {
	opacity: 0.4;
}




.calendar_mode .multy_event .about_event,
.calendar_mode .multy_event .reserve_button,
.calendar_mode .multy_event .event_date, 
.list_mode .more_button,
.calendar_mode .event_block.active .more_button,
.calendar_mode .multy_event .event_hour {
	display: none;
}
.calendar_mode .multy_event .event_info {
	padding-top: 25px;
	padding-bottom: 25px;

}
.calendar_mode .multy_event.low_tickets  .event_info,
.calendar_mode .multy_event.sold_event  .event_info {
	padding-bottom: 40px;
}
.calendar_mode .multy_event.low_tickets .event_status,
.calendar_mode .multy_event.sold_event .event_status {
	bottom: 25px;
}
.calendar_mode .multy_event .event_name {
	height: 14px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.calendar_mode .more_button {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	letter-spacing: 2px;
	line-height: 10px;
	font-family: "Montserrat-Bold","Montserratarm-Bold";
	cursor: pointer;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #666666;
}
.calendar_mode .more_button:hover {
	color: #000000;
}
.calendar_mode .event_1 .event_date {
	display: block;
}
.calendar_mode .mb_2 {
	margin-bottom: 82px;
}
.calendar_mode .mb_3 {
	margin-bottom: 164px;
}
.calendar_mode .multy_event {
	border-top: 1px solid #cccccc;
}
.calendar_mode  .multy_event.non_showed {
	opacity: 0;
}
.calendar_mode  .multy_event .event_price {
	position: relative;
	height: 0;
	overflow: hidden;
}
.calendar_mode .event_block.active {
	margin-bottom: 0 !important;
	z-index: 105;
}
.calendar_mode .event_1 {
	border-top: none;
}