body,html{
	margin:0px;
	padding:0px;
	background:#000;
}
body *{
	box-sizing: border-box;
	font-family:"Open Sans" ,sans-serif;
}
.container{
	max-width:  1040px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	width: 100%;
}
footer{
	background-color:#070201;
	padding:25px 0px;
}
footer p{
	margin:0px;
	color:#fff;
	font-size:20px;
	font-weight:400;
	text-align:center;
}
.booking-block{
	display: flex;
	background-color:#61060d;
	justify-content:center;
}
.booking-block>.booking-image>img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.booking-block>.booking-image{
	width: 50%;
	display: inline-flex;
	align-items:center;
	justify-content:center;
}
.booking-block>.booking-info{
	width: 50%;
	padding:40px 100px;
}
.booking-block>.booking-info>h2{
	color:#fff;
	font-weight:400;
	font-size:60px;
	margin-top: 0px;
	margin-bottom:15px;
	font-family:"Rochester" ,sans-serif;
}
.booking-block>.booking-info>p{
	margin:0px;
	font-size:24px;
	color:#fff;
	font-weight:400;
}
.video-block{
	padding-bottom: 80px;
	padding-top:50px;
	background-color:#070201;
}
.video-block .link-buttons a{
	display: inline-flex;
	align-items: center;
	justify-content:center;
	margin-right:10px;
	transition:.4s ease all;
}
.video-block .link-buttons a:hover{
	opacity:.7;
}
.video-block .link-buttons a:last-child{
	margin-right: 0px;
}
.video-block .link-buttons{
	margin-top:25px;
	display: flex;
	align-items:center;
	justify-content:center;
}
.video-block .video-head{
	margin-bottom:30px;
}
.video-block .video-head>h2{
	margin:0px;
	font-size:60px;
	color:#fff;
	font-family:"Rochester" ,sans-serif;
	font-weight:400;
}
.video-block .video-container iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block .video-container{
	position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.audio-block{
	background:url("../img/musicback.png");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:top center;
	padding-top:80px;
	padding-bottom:150px;
}
.audio-block .outer-audio .head-audio{
	margin-bottom:50px;
	max-width:800px;
}
.audio-list{
	display: grid;
	max-width:800px;
	margin-left:0px;
	margin-right:auto;
	grid-template-columns:repeat(2 , 300px);
	justify-content:space-between;
	grid-column-gap:50px;
	grid-row-gap: 50px;
}
.audio-list .elem-audio p{
	margin:0px;
	margin-top:10px;
	font-size:20px;
	color:#fff;
	font-weight:400;
}
.audio-block .outer-audio .head-audio>p{
	margin:0px;
	font-size:20px;
	color:#fff;
	font-weight:400;
}
.audio-block .outer-audio .head-audio>h2{
	margin-top: 0px;
	margin-bottom:30px;
	font-size:60px;
	color:#fff;
	font-family:"Rochester" ,sans-serif;
	font-weight:400;
}
.hero-block{
	padding-top: 190px;
	padding-bottom: 85px;
	background:url('../img/heroimage.png');
	background-repeat: no-repeat;
	background-size:cover;
	background-position:right -100px;
}
header.fixed-header{
	background-color:#070201;
	z-index: 10;
}
header{
	transition:.4s ease all;
	position: fixed;
	left: 0px;
	width:100%;
	top:0px;
}
header  .outer-header .header-left>a:hover{
	opacity:.7;
}
header  .outer-header {
	padding-top:30px;
	padding-bottom:30px;
}
header  .outer-header .header-left>a img{
	max-width:400px;
}
header  .outer-header .header-right ul li{
	margin-right:7px;
	text-align:center;
}
header  .outer-header .header-right ul li.current__header a:before{
	width: 100%;
}
header  .outer-header .header-right ul li a:hover:before{
	width: 100%;
}
header  .outer-header .header-right ul li a:before{
	content:"";
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left:auto;
	margin-right:auto;
	bottom:-5px;
	height:2px;
	background-color:#fff;
	width: 0px;
	transition:.4s ease all;
}
header  .outer-header .header-right ul li a{
	display: inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 12px;
	font-size:24px;
	font-weight:400;
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	position: relative;
}
header  .outer-header .header-right ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items:center;
	justify-content:flex-end;
}
header  .outer-header .header-left>a{
	display: inline-flex;
	align-items:center;
	justify-content:center;
	transition:.4s ease all;
}
header  .outer-header{
	display: flex;
	align-items:center;
	justify-content:space-between;
}
.hero-block .hero-top{
	margin-bottom:295px;
}
.hero-block .hero-top .hero-info{
	max-width:450px;
}
.hero-block .hero-top .hero-info>p{
	margin:0px;
	font-size:24px;
	color:#fff;
	font-weight:400;
}
.hero-block .hero-top .hero-info>h2{
	margin-top: 0px;
	font-size:45px;
	color:#fff;
	font-family:"Rochester" ,sans-serif;
	font-weight:400;
}
.hero-bottom .about-bottom>p{
	margin-top: 0px;
	margin-bottom:25px;
	color:#000000;
	font-size:24px;
	line-height:32px;
	font-weight:400;
}
.more-bottom .more-text p{
	margin-top: 0px;
	margin-bottom:25px;
	color:#000000;
	font-size:24px;
	line-height:32px;
	font-weight:400;
}
.more-bottom>a{
	font-size:18px;
	color:#000000;
	letter-spacing:1.5px;
	padding:8px 13px;
	border:2px solid #000;
	text-transform: uppercase;
	transition:.4s ease all;
	text-decoration: none;
	margin-top:40px;
	display: inline-flex;
}
.more-bottom>a:hover{
	background-color:#000;
	color:#fff;
}
.more-bottom .more-text p:last-child{
	margin-bottom: 0px;
}
.hero-bottom .about-bottom>p:last-child{
	margin-bottom: 0px;
}
.hero-bottom .about-bottom>h2{
	margin-top: 0px;
	margin-bottom:30px;
	font-size:60px;
	color:#000000;
	font-weight:400;
	font-family:"Rochester" ,sans-serif;
}
.hero-bottom .about-bottom{
	background-color:rgba(255,255,255,.77);
	padding:30px 70px;
}
.hero-small{
	width: 100%;
	display: none;
}
@media (max-width:1640px){
	.hero-block{
		background-position:right top;
	}
}
@media (max-width:1200px){
	.more-bottom .more-text p{
		font-size:20px;
	}
	.hero-block .hero-top .hero-info>h2{
		font-size: 38px;
	}
	.hero-block .hero-top .hero-info>p{
		font-size:20px;
	}
	.hero-block .hero-top{
		margin-bottom:200px;
	}
	.hero-bottom .about-bottom>p{
		font-size:20px;
	}
	header .outer-header .header-left>a img{
		max-width:320px;
	}
	.hero-bottom .about-bottom>h2{
		font-size:50px;
	}
	.audio-block{
		padding-bottom:100px;
		padding-top:50px;
	}
	.audio-block .outer-audio .head-audio>h2{
		font-size:50px;
		margin-bottom:20px;
	}
	.audio-block .outer-audio .head-audio>p{
		font-size:18px;
	}
	.audio-list .elem-audio p{
		font-size: 18px;
	}
	.video-block .video-head>h2{
		font-size:50px;
	}
	.booking-block>.booking-info{
		padding:30px 50px;
	}
	.booking-block>.booking-info>h2{
		font-size:50px;
	}
	.booking-block>.booking-info>p{
		font-size:21px;
	}
	.hero-block{
		background-position:right top;
	}
}
.header__menu{
	display: none;
}
@media (max-width:991px){
	.hero-small{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hero-small>img{
		max-width:100%;
	}
	.header__menu{
		display: inline-flex;
		align-items:center;
		justify-content:center;
	}
	.header__menu>a{
		display: inline-flex;
		flex-direction:column;
		justify-content:center;
		position: relative;
		z-index: 10;
	}
	.header__menu>a>span:last-child{
		margin-bottom: 0px;
		bottom:0px;
		top:auto;
	}
	.header-right ul li{
		margin-right: 0px;
		margin-bottom:15px;
	}
	.header-right ul li:last-child{
		margin-bottom: 0px;
	}
	.header-right ul{
		display: flex;
		flex-direction:column;
		justify-content:center!important;
		align-items:center;
		width: 100%;
		height: 100%;
	}
	.header-right{
		position: fixed;
		top:0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 8;
		transition:.7s ease all;
		background-color:#000;
		display: inline-flex;
		top:-100%;
	}
	.header__menu>a>span{
		width: 28px;
		height: 2px;
		border-radius:5px;
		background-color:#fff;
		margin-bottom:5px;
		position: relative;
		top:0px;
		bottom:auto;
		transition:.4s ease all;
	}
	.header__menu>a.active__header>span:nth-child(1){
		transform:rotate(45deg);
		top:7px;
	}
	.header__menu>a.active__header>span:nth-child(3){
		transform:rotate(-45deg);
		bottom:7px;
	}
	.header__menu>a.active__header>span:nth-child(2){
		opacity:0;
	}
	.hero-block{
		padding-top:120px;
		background-position:0% top;
	}
	.hero-block .hero-top{
		margin-bottom:120px;
	}
	.more-bottom .more-text p{
		font-size:18px;
	}
	.hero-bottom .about-bottom>p{
		font-size:18px;
	}
	.more-bottom>a{
		margin-top:25px;
		font-size:16px;
	}
	.audio-block{
		padding-bottom:70px;
		padding-top:35px;
	}
	.audio-block .outer-audio .head-audio>h2{
		font-size:44px;
		margin-bottom:20px;
	}
	.hero-bottom .about-bottom>h2{
		font-size:44px;
		margin-bottom:20px;
	}
	.hero-bottom .about-bottom{
		padding:30px 40px;
	}
	.hero-block .hero-top .hero-info>h2{
		font-size:32px;
	}
	.hero-block .hero-top .hero-info>p{
		font-size:18px;
	}
	header .outer-header .header-right ul li a{
		font-size: 20px;
	}
	.audio-block .outer-audio .head-audio>p{
		font-size:16px;
	}
	.audio-list .elem-audio p{
		font-size: 16px;
	}
	.video-block .video-head>h2{
		font-size:44px;
	}
	footer p{
		font-size:18px;
	}
	.booking-block{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.booking-block>.booking-image>img{
		height: 440px;
	}
	.booking-block>.booking-info{
		width: 100%;
		padding:25px 15px;
		min-height:360px;
	}
	.booking-block>.booking-image{
		width: 100%;
	}
	.booking-block>.booking-info>h2{
		font-size:44px;
	}
	.booking-block>.booking-info>p{
		font-size:18px;
	}
	.video-block{
		padding-bottom:50px;
		padding-top: 30px;
	}

	header .outer-header .header-left>a img{
		max-width:240px;
	}
	header .outer-header{
		padding:20px 0px;
	}
	.hero-block{
		background:url('../img/herosmall.png');
		background-repeat: no-repeat;
		background-size:cover;
		background-position:bottom left;
	}
	.hero-block .hero-top .hero-info{
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
}
@media (max-width:767px){
	.hero-block .hero-top{
		margin-bottom: 50px;
	}
	.hero-block{
		padding-bottom:0px;
	}
	.hero-block .hero-top .hero-info>h2{
		font-size:26px;
	}
	.hero-block .hero-top .hero-info>p{
		font-size:16px;
	}
	.hero-block .hero-top .hero-info{
		max-width:320px;
	}
	.hero-block{
		background-position:35% center;
	}
	.hero-bottom .about-bottom>p , .more-bottom .more-text p{
		font-size:16px;
	}
	.audio-list{
		grid-template-columns: 1fr;
		justify-content:center;
		align-items:center;
	}
	.audio-list .elem-audio p{
		text-align:center;
	}
	.audio-block .outer-audio .head-audio{
		text-align:center;
		margin-bottom:30px;
	}
	.audio-list .elem-audio{
		display: flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
}
@media (max-width:575px){
	.hero-block .hero-top{
		margin-bottom: 70px;
	}
	.hero-block{
		background-position:50% center;
	}
}
@media (max-width:480px){
	.hero-block{
		padding-top:90px;
	}
	.hero-block .hero-top{
		margin-bottom:35px;
	}
	.hero-bottom .about-bottom>h2{
		font-size:36px;
		line-height: 44px;
	}
	.hero-bottom .about-bottom{
		padding:25px 15px;
	}
	.audio-list{
		grid-row-gap: 35px;
	}
	.audio-block .outer-audio .head-audio>h2{
		font-size:36px;
		line-height:44px;
		margin-bottom:12px;
	}
	.video-block .video-head{
		margin-bottom:25px;
	}
	.video-block .link-buttons img{
		max-width:50px;
	}
	.video-block .video-head>h2{
		font-size:36px;
		line-height: 44px;
	}
	footer p{
		font-size:16px;
	}
	.booking-block>.booking-info>h2{
		font-size:36px;
		line-height:44px;
	}
	.booking-block>.booking-info>p{
		font-size:16px;
	}
	.booking-block>.booking-image>img{
		height: 250px;
	}
}