

/*********************************************************** small screen */
	#MainContent {
		width: 100%;
		padding: 50px 0px;
	}

	#VenueContent {
		width: calc(100% - 100px);
		margin: 0px auto;
	}

	.VenueBoxLeft {
		width: 100%;
		margin: 0px;
	}

	.VenueBoxMiddle {
		width: 100%;
		margin: 20px 0px;
	}

	.VenueBoxMiddleInnerLeft {
		width: 60%;
	}
	.VenueBoxMiddleInnerRight {
		width: calc(40% - 31px);
		padding: 0px 0px 0px 30px;
		border-color: rgb(193, 176, 137);
	}

	.VenueBoxRight {
		width: calc(100vw - 100px);
		height: calc((100vw - 100px) * 260 / 385);
		margin: 0px;
	}

	.VenueBox2 {
		display: none;
	}

	.VenueBoxMobile {
		display: block;
	}

/*********************************************************** medium screen */
@media screen and (min-width: 800px) {
	#MainContent {
		width: calc(100% - 100px);
		padding: 30px 0px 30px 0px;
	}

	#VenueContent {
		width: calc(100% - 50px);
		margin: 0px auto;
	}

	.VenueBoxLeft {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

	.VenueBoxMiddle {
		width: calc((100vw - 100px - 50px - 30px) * 240 / 650);
		margin: 0px 30px 0px 0px;
	}

	.VenueBoxMiddleInnerLeft {
		width: 100%;
	}
	.VenueBoxMiddleInnerRight {
		width: 100%;
		padding: 0px;
		border-color: transparent;
	}

	.VenueBoxRight {
		width: calc((100vw - 100px - 40px - 30px) * 385 / 650 - 10px);
		height: calc((100vw - 100px - 40px - 30px) * 385 / 650 * 260 / 385);
		margin: 0px;
	}

	.VenueBox2 {
		display: block;
	}

	.VenueBoxMobile {
		display: none;
	}
}

/*********************************************************** large screen */
@media screen and (min-width: 1120px) {
	#MainContent {
		width: calc(100% - 100px);
		padding: 30px 0px 30px 0px;
	}

	#VenueContent {
		width: calc(100% - 50px);
		margin: 0px auto;
	}

	.VenueBoxLeft {
		width: calc((1120px - 100px - 40px - 30px - 30px) * 140 / (835 - 30 - 30));
		margin: 0px;
	}

	.VenueBoxMiddle {
		width: calc((1120px - 100px - 40px - 30px - 30px) * 240 / (835 - 30 - 30));
		margin: 0px 30px;
	}

	.VenueBoxMiddleInnerLeft {
		width: 100%;
	}
	.VenueBoxMiddleInnerRight {
		width: 100%;
		padding: 0px;
		border-color: transparent;
	}

	.VenueBoxRight {
		width: calc((1120px - 100px - 40px - 30px - 30px) * 385 / (850 - 30 - 30) - 10px);
		height: calc((1120px - 100px - 40px - 30px - 30px) * 385 / (850 - 30 - 30) * 260 / 385);
		margin: 0px;
	}

	.VenueBox2 {
		display: block;
	}

	.VenueBoxMobile {
		display: none;
	}
}


/*********************************************************** Main Content */
#BottomBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(26, 25, 23);
}

#MainContent {
	position: relative;
	top: 0px;
	left: 0px;
	background: rgb(17, 16, 15);
	margin: auto;

	/*background-repeat: repeat;
	background-image: url("assets/images/common/pattern-1.png");*/
}

#VenueContent {
	position: relative;
	top: 0px;
	left: 0px;
}


/****************************************************************************************/
/****************************************************************************** DESKTOP */
.VenueBox2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	cursor: pointer;
}

.VenueBox {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	display: flex;
	flex-wrap: wrap;

	margin: 0px auto 55px auto;
}

.VenueBoxLeft {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
}

.VenueBoxLeftLine1 {
	position: relative;
	top: 0px;
	left: 0px;

	font-size: 13px;
	color: rgb(240, 230, 210);
	line-height: 14px;
}

.VenueBoxLeftLine2 {
	position: relative;
	top: 0px;
	left: 0px;

	font-size: 15px;
	line-height: 15px;
}

.VenueBoxLeftLine {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: rgb(180, 163, 128);
	margin: 5px 0px;
}

.VenueBoxMiddle {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
}

.VenueBoxMiddleInner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.VenueBoxMiddleInnerLeft {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
	margin: 15px 0px 0px 0px;
}

.VenueBoxMiddleInnerRight {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;

	border-width: 0px 0px 0px 1px;
	border-style: solid;

	margin: 15px 0px 0px 0px;
}

.VenueBoxMiddleText {
	position: relative;
	top: 0px;
	left: 0px;

	font-size: 13.5px;
	line-height: 15px;
}

.VenueBoxMiddleTitle {
	position: relative;
	top: 0px;
	left: 0px;

	font-size: 13px;
	color: rgb(240, 230, 210);
	line-height: 14px;
}

.VenueBoxMiddleReadMore {
	position: relative;
	top: 0px;
	left: 0px;

	font-size: 14px;
	line-height: 18px;
	text-decoration: none;

	display: inline-block;

	-webkit-transition: text-decoration 0.8s;
	transition: text-decoration 0.8s;
}

.VenueBoxRight {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
	overflow: hidden;
}

.VenueImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: rgb(50, 50, 50);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	transform: scale(1.01);
	-webkit-transition: transform 0.8s;
	transition: transform 0.8s;
}

.VenueImageFront {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*border: 5px solid rgb(193, 176, 137);*/
	border-width: 5px;
	border-style: solid;
	border-color: transparent;

	-webkit-transition: border-color 0.8s;
	transition: border-color 0.8s;
}

.VenueBox2:hover > .VenueBox > .VenueBoxRight > .VenueImageFront {
	border-color: rgb(193, 176, 137);
}
.VenueBox2:hover > .VenueBox > .VenueBoxRight > .VenueImage {
	transform: scale(1.05);
}
.VenueBox2:hover > .VenueBox > .VenueBoxMiddle > .VenueBoxMiddleReadMore {
	text-decoration: underline;
}
/****************************************************************************** DESKTOP */
/****************************************************************************************/


/***************************************************************************************/
/****************************************************************************** MOBILE */
.VenueBoxMobile {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px auto 40px auto;
	cursor: pointer;
}

.VenueBoxImageMobile {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100vw * 350 / 600);
	background: rgb(50, 50, 50);

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.VenueBoxImageFrontMobile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: rgb(193, 176, 137);*/

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 5px solid rgb(193, 176, 137);

	pointer-events: none;
}

.VenueBoxInfoMobile {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: auto;
}

.VenueBoxTitleMobile {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	font-size: 15px;
	line-height: 17px;

	display: flex;
	flex-wrap: wrap;
}

.VenueBoxTitleMobileLeft {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
}
.VenueBoxTitleMobileMiddle {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	margin: 0px 10px;
}
.VenueBoxTitleMobileRight {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
}

.VenueBoxLineMobile {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	Height: 1px;
	Background: rgb(101, 87, 75);
}

.VenueBoxReadMoreMobile {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	text-align: left;
}
/****************************************************************************** MOBILE */
/***************************************************************************************/