@charset "utf-8";
/* CSS Document */
/* --header-- */
.main-banner {
	position: relative;
	max-height: 100%;
	overflow: hidden;
	margin-bottom: -7px;
	background: #000;
}
#bg-header {
	min-width: 100%;
	min-height: 100vh;
	max-width: 100%;
	max-height: 100vh;
	object-fit: cover;
	z-index: -1;
}
.video-overlay {
	position: absolute;
	background-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}
.main-banner .caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.main-banner .caption h6 {
	margin-top: 0px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}
.main-banner .caption h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}
.main-banner .caption p {
	color: #fff;
	font-weight: 400;
	max-width: 570px;
}
.main-banner .caption p a {
	text-decoration: none !important;
	color: #dcdcdc;
	border-bottom:dotted;
	border-color:#dcdcdc;
	border-width: 2px;
}
.main-banner .caption p a:hover{
	color: #cca329;
	border: none;
}
.main-banner .caption .main-button-red {
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	#bg-header {
		min-height: 80vh;
		max-height: 80vh;
	}
}
@media screen and (max-width: 767px) {
	#bg-header {
		min-height: 70vh;
		max-height: 70vh;
	}
	.main-banner .caption h6 {
		font-weight: 500;
	}
	.main-banner .caption h2 {
		font-size: 36px;
	}
}
/*--pick up--*/
.events {
	margin-top: -135px;
	position: absolute;
	width: 100%;
}
.events .item {
	background-color: rgba(250,250,250,0.8);
	border-radius: 20px;
	padding: 20px;
}
.events .item .thumb {
	position: relative;
}
.down-content {
	padding: 15px 30px;
	background-color: rgba(250,250,250,0.9);
	border-radius: 0 0 20px 20px;
}
.down-content .date h6 {
	font-size: 14px;
	font-weight: 500;
	color: #696969;
	padding-bottom: 10px;
}
.down-content .date span {
	font-size: 14px;
	font-weight: 400;
}
.down-content h4 {
	font-size: 18px;
	color: #2a2a2a;
	font-weight: 700;
	margin-bottom: 15px;
}
.events .owl-nav {
	display: inline-block !important;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-25px);
}
.events .owl-nav .owl-prev{
	margin-right: 10px;
	outline: none;
	position: absolute;
	left: -80px;
}
.events .owl-nav .owl-prev span,
.events .owl-nav .owl-next span {
	opacity: 0;
}
.events .owl-nav .owl-prev:before {
	display: inline-block;
	font-family: 'icomoon';
	color: #1e1e1e;
	font-size: 25px;
	font-weight: 700;
	content: '\f104';
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
}
.events .owl-nav .owl-prev {
	opacity: 1;
	transition: all .5s;
}
.events .owl-nav .owl-prev:hover {
	opacity: 0.9;
}
.events .owl-nav .owl-next {
	opacity: 1;
	transition: all .5s;
}
.events .owl-nav .owl-next:hover {
	opacity: 0.9;
}
.events .owl-nav .owl-next{
	margin-left: 10px;
	outline: none;
	position: absolute;
	right: -85px;
}
.events .owl-nav .owl-next:before {
	display: inline-block;
	font-family: 'icomoon';
	color: #1e1e1e;
	font-size: 25px;
	font-weight: 700;
	content: '\f105';
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
}
/*--party--*/
section.party .item h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5em;
	padding-bottom: 10px;
	color: #FFD700;
}
section.party {
	background-image: url(../../images/bg/party-bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0px;
}
section.party .item {
	background-color: rgba(250,250,250,0.15);
	padding: 40px;
	margin-bottom: 30px;
}
section.party .item p {
	color: #f5f5f5;
}
/*--access--*/
.map {
	position: relative;
	width: 100%;
	height: 500px;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--contact--*/
section.contact {
	background: url("../../images/bg/dark-denim-3.png") #262626;
	padding: 140px 0px 0px 0px;
}
.form-control {
	margin-bottom: 20px;
	border-radius: 15px;
	background: #f5f5f5;
}
section.contact button,
section.production button,
section.upcoming button {
	font-size: 14px;
	color: #fff;
	background-color: #a12c2f;
	padding: 7px 15px;
	display: inline-block;
	border-radius: 22px;
	font-weight: 500;
	transition: all .3s;
	border: none;
	outline: none;
}
section.contact button:hover,
section.upcoming button:hover{
	opacity: 0.8;
}
.right-info img {
	display:block;
}
.icon-box{
	float: left;
	margin-right: 15px;
	display: flex;
	align-items: top;
} 
section.contact .icon span{
	position:relative;
	z-index:2;
	height: 40px;
	width: 40px;
	display:inline-block;
	background: #dcdcdc;
	border-radius:50%;
	text-align:center;
}
section.contact .right-info i{
	font-size:25px;
	line-height:42px;
	color: #4d4d4d;
}
.icon-box-content{
	display: flex;
	align-items: center;
	height: 50px;
	margin-bottom: 20px;
	line-height: 20px;;
}
/* --responsive-- */
@media (max-width: 1300px) {
	.events .owl-nav .owl-next{
		right: -30px;
	}
	.events .owl-nav .owl-prev{
		left: -25px;
	}
}
@media (max-width: 1200px) {
	.events .owl-nav .owl-next{
		right: -70px;
	}
	.events .owl-nav .owl-prev{
		left: -65px;
	}
}
@media (max-width: 1085px) {
	.events .owl-nav .owl-next{
		right: -30px;
	}
	.events .owl-nav .owl-prev{
		left: -25px;
	}
}
@media (max-width: 1005px) {
	.events .owl-nav .owl-next{
		display: none;
	}
	.events .owl-nav .owl-prev{
		display: none;
	}
}
@media (max-width: 992px) {
	.main-banner .caption {
		top: 60%;
	}
	.main-banner .caption h2 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 30px;
	}
	.main-banner .caption .main-button-red {
		margin-top: 15px;
	}
	.events {
		margin-top: 60px;
	}
	section.upcoming {
		padding-top: 550px;
	}
}
@media (max-width: 767px) {
	.main-banner .caption p {
		letter-spacing: 0em;
	}
	section.upcoming {
		padding-top: 600px;
	}
	.events .item {
		margin-left: 15px;
		margin-right: 15px;
		padding: 30px;
	}
	.right-info {
		margin-left: 15px;
		margin-right: 15px;
		padding: 30px;
	}
}
