*{
	margin: 0;
	padding: 0;
}

.right{
	float: right;
}

.left{
	float: left;
}

.center{
	text-align:center;
}

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

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

.clear
{
	clear: both;
}

.row-fix{
	margin: 0;
}

.col-fix{
	padding: 0;
}

.red{
	color: red;
}

a{
	transition: 0.5s;
}

a:hover {
    text-decoration: none;
}


.white{
	color: #fff;
}


.msg {
    min-height: 30px;
    line-height: 30px;
    font-size: 20px;
}



.logo{
	display: block;
	padding: 15px;
}



.menu{
	display: table;
	width: auto;
	height: 100%;
	position:relative;
}

.menu .show{
	margin-bottom: 0;
}


.dropdown-divider{
	margin:0;
}

.menu-part{
	display: table-cell;
	width: 100%;
	height: 100%;
	position:relative;	
    padding: 28px 0 0 0;
	
}

.slider .part{
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}


.slider .part:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: linear-gradient(transparent, rgba(0,0,0,0.9));
}


.slider .slider-table{
	z-index: 9;
}


.slider-table{
	display: table;
	width: 100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}


.slider-table-cell{
	display: table-cell;
	width: 100%;
	height:100%;
	position: relative;
	vertical-align: middle;
}

.slider .item-time{
	color: #fff;
    padding: 15px 0;
    display: block;
}

.slider .item-title{
	color: #fff;
}


.slider .more{
	display: inline-block;
	padding: 8px 29px;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.3s;
}

.slider .more:hover{
	background: #fff;
	color: #000;
}


.slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
}


.slider .slick-dots .slick-active button{
	background: rgba(192, 169, 153, 0.4);
}

.slick-dots li.slick-active button:before{
	color: #c0a999;
}

.slick-dots li button:before{
	color: #c0a999;
	font-size: 30px;
	font-weight: bold;
}

.slider .slick-dots li .slick-dots li button{
	
}

.slider .slick-dots{
	bottom: 20%;
	text-align:right;	
}


.slider-wrapper{
	position:relative;
}

.slider-wrapper .scroll-down{
	display: block;
	width: 140px;
	height: 38px;
	background: url(../../images/scrollDown.png) center center no-repeat;
	position:absolute;
	bottom:0;
	left: 50%;
	margin-left: -70px;
	z-index:9;
}

.slider-wrapper .scroll-down:before{
	content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
}

.slick-dotted.slick-slider{
	margin-bottom: 0;
}


.repertuar{
		display: flex;
	flex-wrap: nowrap;
}


.left-side-part{
	width: 15%;
	position: relative;
}

.left-side-part .side-back{
	background: #F7F6F6;
	width: 100%;
	position: absolute;
}


.right-side-part .side-back-right{
	background: #F7F6F6;
	width: 100%;
	height: auto;
}



.right-side-part{
	width: 85%;
}


.floatsidebar {
  clear: none;
  overflow: hidden;
  z-index: 2;
  padding: 25px 0;
}


.sidebarmain {
	cursor: pointer;
    border: 0;
    width: 30px;
    height: 99.5%;
    background: transparent;
	background-color: transparent;
}


.left-side-part-text{
  
    display: inline-block;

     width: 1.5em;
     line-height: 1.8;
}


.left-side-part-text .inner{
	display: inline-block;
    white-space: nowrap;

    transform: translate(0,100%) rotate(-90deg);
    transform-origin: 0 0;
	 
	font-size: 8vw;
	font-weight: bold;
	 
	color: #f2f1f1;
}



.left-side-part-text .inner:after {
    content: "";
    float: left;
    margin-top: 100%;
 }
 
 
 .repertuar-title-part{
	padding: 70px 5px 35px 0px;
 }



.slider-multi .slide-part{
	width: 100%;
	padding: 15px 0 15px 30px;
	position:relative;
}


.slider-multi .info{
	background: #fff;
    width: 95%;
    height: auto;
    position: relative;
    left: 5%;
    top: -25px;
	padding: 0 0 30px 0;
}


.slider-multi .info .date{
	display: block;
	padding: 10px 15px 0 40px;
	color: #C0A999;
}


.slider-multi .info .title{
	display: block;
	padding: 0 15px 15px 40px;
	word-break: break-all;
}


.slider-multi .info .brief{
	display: block;
	padding: 0 15px 15px 40px;
}



.slider-multi .more{
	color: #fff;
    background: #000;
    padding: 6px 25px;
    display: inline-block;
    border-radius: 4px;
    /* margin-left: 30px; */
    max-width: 35%;
    float: right;
    margin-right: 10px;
}


.slider-multi .more:hover{
	background: #BDAA99;
}


.slider-multi .devider{
	display: inline-block;
    width: 60%;
    position: relative;
	height: 1px;
	overflow:hidden;
}


.slider-multi .devider:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    height: 1px;
    border-top: 1px dotted #C0A999;
    width: 100%;
}






.news .news-part{
	width: 100%;
	padding: 15px 0 15px 30px;
	position:relative;
}


.news .info{
	background: #fff;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    padding: 5px;
}


.news .info .date{
	display: block;
	    padding: 5px;
	color: #C0A999;
}


.news .info .title{
	display: block;
	    padding: 5px;
	word-break: break-all;
}


.news .info .brief{
	display: block;
	    padding: 5px;
}



.news .more{
	color: #fff;
    background: #000;
    padding: 6px 25px;
    display: inline-block;
    border-radius: 4px;
    /* margin-left: 30px; */
    max-width: 35%;
    float: right;
    margin-right: 10px;
}

.news .more:hover{
	background: #C0A999;
}


.news .devider{
	display: inline-block;
    width: 60%;
    position: relative;
	height: 1px;
	overflow:hidden;
}


.news .devider:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    border-top: 1px dotted #C0A999;
    width: 100%;
}






.dasi .dasi-part{
	width: 100%;
	padding: 15px 0 15px 15px;
	position:relative;
}


.dasi .dasi-part .img{
	filter: grayscale(1);
	transition: 0.3s;
}

.dasi .dasi-part .img:hover{
	filter: grayscale(0);
}

.dasi .info{
	background: #fff;
    width: 90%;
    height: auto;
    position: relative;
    left: 0;
    bottom: 43px;
    padding: 5px;
}


.dasi .info .date{
	display: block;
	    padding: 5px;
	color: #C0A999;
}


.dasi .info .title{
	display: block;
	padding: 10px 5px 0 5px;
	word-break: break-all;
	color: #000;
}


.dasi .info .brief{
	display: block;
	padding: 5px;
	color: #000;
}



.dasi .more{
	color: #fff;
    background: #000;
    padding: 6px 25px;
    display: inline-block;
    border-radius: 4px;
    /* margin-left: 30px; */
    max-width: 35%;
    float: right;
    margin-right: 10px;
}


.dasi .devider{
	display: inline-block;
    width: 60%;
    position: relative;
	height: 1px;
	overflow:hidden;
}


.dasi .devider:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    border-top: 1px dotted #C0A999;
    width: 100%;
}




.premiere{
	margin-bottom: 100px;
}


.premiere-part{
	background: #F4EEE3;
}

.premiere-part .img{
	width: 100%;
}


.premiere .title{
	padding: 70px 0 0 0;
	display: block;
}


.premiere h1{
	padding: 18px 0;
}


.premiere .info{
	padding: 0 3vw;
}

.premiere .info .datetime{
	padding-top: 40px;
	display: block;
}

.premiere .info .title{
	color: #c0a999;
	padding-top: 30px;
}

.premiere .more{
	display: inline-block;
    padding: 7px 25px 5px;
    background: #C0A999;
    color: #fff;
    border-radius: 4px;
	margin-right: 20px;
}


.premiere .buts{
	padding-top: 30px;
}

.premiere .buts .devider{
    display: inline-block;
    width: 1px;
    background: #C0A999;
    height: 28px;
    margin: 0px 15px;
    vertical-align: middle;
}


.history {
	min-height: 639px;
	height: auto;
	background: url(../../images/history.png) center center no-repeat;
	text-align: center;
	color: #fff;
}

.history .history-table{
	display: table;
	width: 100%;
	min-height: 639px;
	position: relative;
}


.history .history-table-cell{
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
}


.history .more{
	padding: 5px 25px 5px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}


.history .more:hover{
	background: #C0A999;
}

.footer{
	background: #141317;
	display: block;
	height: 337px;
	padding-bottom: 40px;
	position:relative;
}

.footer:after{
	content: '';
	display: block;
	position:absolute;
	bottom: 40px;
	left:0;
	width: 100%;
	height: 1px;
	background: #363636;
	
}

.footer .title{
	color: #fff;
	padding: 40px 0;
}

.footer .items{
	display: block;
	line-height: 40px;
	color: #fff;
	
}


.footer .items .loc{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../../images/flocation.png') center center no-repeat;
	border: 1px solid #fff;
	border-radius: 4px;
	vertical-align: middle;
	margin-right: 15px;
}



.footer .items .phone{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../../images/fphone.png') center center no-repeat;
	border: 1px solid #fff;
	border-radius: 4px;
	vertical-align: middle;
	margin-right: 15px;
}



.footer .items .mail{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../../images/fmail.png') center center no-repeat;
	border: 1px solid #fff;
	border-radius: 4px;
	vertical-align: middle;
	margin-right: 15px;
}


.footer .soc{
	display: block;
	float: right;
	padding: 2px 10px;
}


.cover{
	position:relative;
}

.cover:before{
	content: '';
	display: block;
	position:absolute;
	bottom:0;
	left:0;
	background: linear-gradient(transparent, rgba(0,0,0,0.7));
	z-index: 2;
	
	width: 100%;
    height: 100%;
}


.cover-table{
	display: table;
	position:absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.cover-table-cell{
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}


.breadcomb{
	border-top: 1px solid #34323A;
	display: block;
	position:absolute;
	z-index:4;
	bottom:0;
	left:0;
	padding: 15px; 
	width: 100%;
	color: #fff;
}

.breadcomb a{
	color: #fff;
}

.breadcomb a.current{
	color: #C0A999;
}


.page{
	padding: 50px 15px;
}


.page .but1{
	display: inline-block;
	padding: 10px 45px;
	background: #252525;
	color: #fff;
}


.pager {
    display: inline-block;
    list-style: none;
    margin: 50px 0;
}


.pager li{
	display: inline-block;
	vertical-align: middle;
}

.pager a{
	display: block;
    padding: 8px 15px;
    color: #AAAAAA;
}


.pager a.active{
	color: #c0a999;
	font-size: 24px;
}

.pager .prev{
    border: 1px solid #959595;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 5px;
	margin: 0 15px;
}


.pager .next{
    border: 1px solid #959595;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 5px;
	margin: 0 15px;
}

.pager .prev:before{
	content: '←';
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 20px;
	margin-top: -10px;
	margin-left: -20px;
}

.pager .next:hover{
	color: #fff;
	background: #C0A999;
	border:0;
}


.pager .prev:hover{
	color: #fff;
	background: #C0A999;
	border:0;
}


.pager .next:before{
	content: '→';
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 20px;
	margin-top: -10px;
	margin-left: -20px;
}






.show{
	margin-bottom: 70px;
}

.show .title{
	display: block;
	padding: 15px 0;
	
}


.show li{
	list-style: none;
	display: block;
	padding: 7px 0 0 0;
	color: #000;
}


.page-team{
	background: #EBEBEB;
}


.page-team .info{
	background: #fff;
    padding: 30px;
}

.page-team .back{
	background: #F5F5F5;
	padding: 5vw;
}


.page-team .title{
	font-size: 28px;
    text-align: left;
    padding-bottom: 25px;
}

.page-team .sub-title{
	font-size: 20px;
    text-align: left;
    padding-bottom: 15px;
}

.page-team .desc{
	font-size: 15px;
    text-align: left;
    padding-bottom: 15px;
    font-weight: normal;
}

.show .label{
	color: #c4afa0;
}


.page-show{
	background: #EBEBEB;
}


.page-show .info{
	background: #fff;
    padding: 30px;
}


.page-show .info .title{
	font-size: 28px;
    text-align: left;
    padding-bottom: 25px;
}

.page-show .info .sub-title{
	font-size: 20px;
    text-align: left;
    padding-bottom: 15px;
}

.page-show .info .desc{
	font-size: 15px;
    text-align: left;
    padding-bottom: 15px;
    font-weight: normal;
}


.page-show .incast{
	display: block;
	position:relative;
	padding: 0px 5px 0px 60px;
	font-size: 14px;
}


.page-show .incast .title{
	font-size: 18px;
	display: block;
	padding:0;
}

.page-show .incast:before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position:absolute;
	top:0;
	left:0;
	border: 1px solid #b5b5b5;
}


.page-show .author{
	display: block;
	position:relative;
	padding: 0px 5px 0px 60px;
	font-size: 14px;
}


.page-show .author .title{
	font-size: 18px;
	display: block;
	padding:0;
}

.page-show .author:before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position:absolute;
	top:0;
	left:0;
	border: 1px solid #b5b5b5;
	background: url('../../images/author.png') center center no-repeat;
}







.page-show .director{
	display: block;
	position:relative;
	padding: 0px 5px 0px 60px;
	font-size: 14px;
}


.page-show .director .title{
	font-size: 18px;
	display: block;
	padding:0;
}

.page-show .director:before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position:absolute;
	top:0;
	left:0;
	border: 1px solid #b5b5b5;
	background: url('../../images/director.png') center center no-repeat;
}


.page-show .composer{
	display: block;
	position:relative;
	padding: 0px 5px 0px 60px;
	font-size: 14px;
}


.page-show .composer .title{
	font-size: 18px;
	display: block;
	padding:0;
}

.page-show .composer:before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position:absolute;
	top:0;
	left:0;
	border: 1px solid #b5b5b5;
	background: url('../../images/composer.png') center center no-repeat;
}



.page-show .draw{
	display: block;
	position:relative;
	padding: 0px 5px 0px 60px;
	font-size: 14px;
}


.page-show .draw .title{
	font-size: 18px;
	display: block;
	padding:0;
}

.page-show .draw:before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position:absolute;
	top:0;
	left:0;
	border: 1px solid #b5b5b5;
	background: url('../../images/draw.png') center center no-repeat;
}


.gallery-title{
	display: block;
    padding: 15px 25px;
    text-align: left;
    position: relative;
    margin: 30px 0;	
}

.gallery-title:before{
content: '';
    display: block;
    width: 10px;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 0;
    background: #000;
	
}


.page-show .photo{
	display: inline-block;
	width: 49%;
	position:relative;
}


.page-show .photo:hover:after{
	content: '';
	display: block;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url('../../images/Magnifier-Search-Zoom.png') center center no-repeat;
}



.dashboard{
	margin: 25px 0;
	padding: 25px;
	background: #EAE4D9;
}


.dashboard .more{
	display: inline-block;
	padding: 8px 29px;
	background: #c0a999;
	color: #fff;
	transition: 0.3s;
	border-radius: 5px;
}

.dashboard .more:hover{
	background: #fff;
	color: #000;
}


.dashboard .devider{
	display:block;
	height:1px;
	border-top: 1px dotted #C0A998;
	width:100%;
}


.show-slider{
	margin-left: -15px;
	margin-right: -15px;
}

.shows .title-sub{
	padding: 15px 0;
}

.shows .show-slide{
	padding: 20px;
}


.history-page .part{
	padding: 45px 0;
	background: #F7F6F6;
}


.news .slick-next{
	top: -90px;
    right: 0;
    border: 1px solid #959595;
    width: 40px;
    height: 36px;
}

.news .slick-prev{
	top: -90px;
    right: 50px;
    border: 1px solid #959595;
    width: 40px;
    height: 36px;
    left: initial;
}



.slider-multi .slick-next{
	top: -90px;
    right: 0;
    border: 1px solid #959595;
    width: 40px;
    height: 36px;
}

.slider-multi .slick-prev{
	top: -90px;
    right: 50px;
    border: 1px solid #959595;
    width: 40px;
    height: 36px;
    left: initial;
}


.slick-prev, 
.slick-next{
	border-radius: 4px;
}

.slick-prev:before, 
.slick-next:before{
	font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #5d5d5d;
}


.slick-prev:hover, 
.slick-next:hover{	
	background: #C0A999;
	border:0;
}


.slick-prev:hover:before, 
.slick-next:hover:before{
	color: white;
}


.share-but{
    padding: 15px 15px 15px 50px;
    display: inline-block;
    background: url(../../images/iconfinder_Share_853347.png) left 15px center no-repeat;
    border: 1px solid #464646;
    border-radius: 5px;
    margin: 15px 0;
	color: #464646;
}


.page-person {
	background: #EBEBEB;
}

.page-person .info{
	background: #eae4d9;
}


.page-person .photo{
	display: inline-block;
	width: 49%;
	position:relative;
}


.page-person .photo:hover:after{
	content: '';
	display: block;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url('../../images/Magnifier-Search-Zoom.png') center center no-repeat;
}


.menusub{
	display: inline-block;
	position:relative;
}

.menusub:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background: #000;
}

.menusub li{
	display: inline-block;
	list-style: none;
}

.menusub a{
	display: block;
    padding: 20px 20px 15px;
    background: #f5f5f5;
    color: #000;
}

.menusub .active{
	display: inline-block;
    background: #000;
    color: #fff;
}


.gallery-photo-item{
	display: block;
	margin: 0 0 35px 0;
	color: #000;
}

.gallery-photo-item .img{
	display: block;
	width: 100%;
	height: 250px;
	position:relative;
	overflow:hidden;
}


.gallery-photo-item .img back{
	content: '';
	display: block;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #000);
	z-index:1;
}


.gallery-photo-item .img:before{
	content: "→";
    color: #fff;
    position: absolute;
    bottom: 7px;
    right: 15px;
    width: 30px;
    height: 42px;
    top: initial;
    left: initial;
    z-index: 3;
    font-size: 34px;
	opacity: 0;
	transition: 0.3s;
}

.gallery-photo-item .img:hover:before{
	opacity: 1;
	right: 8px;
}

.gallery-photo-item .img:after{
	content: '';
	background: #C0A999;
    position: absolute;
    bottom: -114px;
    right: -114px;
    width: 80px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    padding-top: 1px;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
	z-index:2;
	opacity: 0;
	transition: 0.3s;
}

.gallery-photo-item .img:hover:after{
	opacity: 1;
	 bottom: -46px;
    right: -40px;
}





.gallery-video-item{
	display: block;
	margin: 0 0 35px 0;
	color: #000;
}

.gallery-video-item .img{
	display: block;
	width: 100%;
	height: 250px;
	position:relative;
	overflow:hidden;
}


.gallery-video-item .img back{
	content: '';
	display: block;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #000);
	z-index:1;
}


.gallery-video-item .img:before{
	content: "";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 84px;
    z-index: 3;
    font-size: 34px;
	opacity: 0;
	transition: 0.3s;
	background: url(../../images/play.png) center center no-repeat;
	margin-top: -42px;
	margin-left: -30px;
}

.gallery-video-item .img:hover:before{
	opacity: 1;
}



.slider-days {
    display: block;
    list-style: none;
}


.slider-days a{
	display: block;
    padding: 8px 15px;
    color: #AAAAAA;
}


.slider-days .slick-current{
	color: #c0a999;
	font-size: 24px;
	line-height: 24px;
}

.slider-days .slick-slide{
	height: 40px;
	transition: 0.3s;
}

.slider-days .slick-prev{
    border: 1px solid #959595;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 5px;
    margin: 0 15px;
    margin-left: -30px;
}


.slider-days .slick-next{
    border: 1px solid #959595;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 5px;
	margin: 0 15px;
	margin-right: -25px;
}

.slider-days .slick-prev:before{
	content: '←';
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 20px;
	margin-top: -10px;
	margin-left: -20px;
}

.slider-days .slick-next:hover{
	color: #fff;
	background: #C0A999;
	border:0;
}


.slider-days .slick-prev:hover{
	color: #fff;
	background: #C0A999;
	border:0;
}


.slider-days .slick-next:before{
	content: '→';
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 20px;
	margin-top: -10px;
	margin-left: -20px;
}


.pager2 {
    display: inline-block;
    list-style: none;
    margin: 50px 0;
}


.pager2 li{
	display: inline-block;
	vertical-align: middle;
}

.pager2 a{
	display: block;
    padding: 8px;
    color: #000;
}


.pager2 a.active{
	color: #fff;
	font-size: 24px;
	background: #000;
	padding: 8px 15px;
}

.pager2 .prev{
	border: 0;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 5px;
    /* margin: 0 15px; */
    background: transparent;
}


.pager2 .next{
    border: 0;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 5px;
    margin: 0 15px;
    background: transparent;
}

.pager2 .prev:before{
	content: '←';
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 20px;
	margin-top: -10px;
	margin-left: -20px;
	text-align:center;
}



.pager2 .prev:hover{
}


.pager2 .next:before{
	content: '→';
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 20px;
	margin-top: -10px;
	margin-left: -20px;
	text-align:center;
}


.contact{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 400px;
	position:relative;
	background:#EBEBEB;
	padding-bottom: 100px;
}


.contact .map{
	display: block;
	position:absolute;
	width: 100%;
	height: 510px;
	top:0;
	left:0;
	z-index: 1;
}


.contact .part{
	position: relative;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
}


.contact .info{
	display: block;
	width:100%;
	height: auto;
	background:#fff;
	margin:auto;
	padding: 45px 25px;
}


.contact .info input,
.contact .info textarea{
	background: #E5E5E5;
}


.contact .info .title{
	padding: 10px 0;
}

.contact .send-but{
	    background: #000!important;
    color: #fff;
    border: 0;
    margin: 20px 0;
    padding: 7px 30px;
    border-radius: 4px;
	float: right;
}


.tours{
	padding-top: 45px;
}


.tour .img{
	display: block;
	position:relative;
	width:100%;
	height: 200px;
	
}

.tour{
	padding: 35px 0;
}

.tour .img:after{
	content: '';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: linear-gradient(transparent, #000);
}

.tour .more{
	display: block;
    padding: 8px 35px 12px;
    float: right;
    background: #000;
    color: #fff;
    border-radius: 5px;
	margin-top: 35px;
}


.tour .more:hover{
	background: #BDAA99;
}

.tour .row{
	position: relative;
}


.tour .row:after{
    content: '';
    display: block;
    width: calc(100% - 34px);
    height: 1px;
    background: #000;
    /* right: 15px; */
    /* padding-right: 15px; */
    margin-right: 19px;
    margin-top: -1px;
    /* right: 0; */
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
}


.lang{
	font-size: 16px;
    line-height: 39px;
	color: #C0A999;
	margin-left: 15px;
}


.cover .breadcrumb{
	display: block;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

.cover .breadcrumb-item{
	display: inline-block;
}


.menu-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.menu-container{
		max-width: 1170px;
	}






.loading{
	display: block;
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #F1F2F3 url('../../images/loading.gif') center center no-repeat;
	z-index: 99999;
}






@media (min-width: 1920px){
	.menu-container{
		max-width: 1570px!important;
	}
}