/* ===================================================================
CSS information

 file name  : partyroom.css
 author     : Ability Consultant
 style info : partyroom
=================================================================== */
.wrp_intro .con_intro, .wrp_layout .con_layout {
	max-width: 1000px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .wrp_intro .con_intro, .wrp_layout .con_layout {
		width: 95%;
  }
}

.wrp_layout .con_layout .box_info::after, .wrp_layout .con_layout .box_info .box_layout::after, .wrp_layout .con_layout .box_info.full .box_layout .photos::after {
	content: "";
	display: table;
	clear: both;
}

.wrp_intro, .wrp_layout {
	padding-left: 240px;
}
@media only screen and (max-width: 1280px) {
  .wrp_intro, .wrp_layout {
		padding-left: 0;
  }
}
@media print {
  .wrp_intro, .wrp_layout {
		padding-left: 0;
  }
}
.ie8 .wrp_intro, .ie8 .wrp_layout {
	padding-left: 0;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title .bg_title {
	background-image: url(../partyroom/images/img_title.jpg);
}

/* -----------------------------------------------------------
	.wrp_intro
----------------------------------------------------------- */
.wrp_intro {
	margin-bottom: 90px;
	margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro {
		margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro {
		margin-top: 30px;
  }
}
.wrp_intro .con_intro h3 {
	font-weight: normal;
	text-align: center;
	color: #ce849b;
	font-size: 147%;
	background: url(../images/common/ic_st_intro.png) center 0 no-repeat;
	padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro h3 {
		font-size: 120%;
		background-size: 36px auto;
		padding-top: 30px;
  }
}
.wrp_intro .con_intro .txt {
	text-align: center;
	margin-top: 20px;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro .txt {
		margin-top: 15px;
		text-align: left;
  }
}

/* -----------------------------------------------------------
	.wrp_layout
----------------------------------------------------------- */
.wrp_layout {
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_layout {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_layout {
		margin-bottom: 40px;
  }
}
.wrp_layout .con_layout h4 {
	text-align: center;
	color: #13101a;
	font-weight: normal;
	line-height: 100%;
	font-size: 187%;
	margin: 0 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_layout .con_layout h4 {
		font-size: 160%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout h4 {
		font-size: 147%;
  }
}
.wrp_layout .con_layout h4 span {
	font-size: 65%;
}
.wrp_layout .con_layout .box_slides {
	margin-bottom: 30px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_layout .con_layout .box_slides {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_slides {
		margin-bottom: 20px;
  }
}
.wrp_layout .con_layout .box_slides p.sub {
	position: absolute;
	width: 270px;
	left: 50%;
	margin-left: -135px;
	top: -20px;
	text-align: center;
	color: #fff;
	background: #a4803e;
	z-index: 100;
	padding: .6em 0;
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_slides p.sub {
		width: 200px;
		margin-left: -100px;
  }
}
.wrp_layout .con_layout .box_slides .box_slide .slick-slide img {
	max-width: none;
	width: 100%;
}
.wrp_layout .con_layout .box_slides .box_slide .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 57px;
	height: 57px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_slides .box_slide .slick-arrow {
		width: 40px;
		height: 40px;
  }
}
.wrp_layout .con_layout .box_slides .box_slide .slick-arrow:active {
	opacity: 0.8;
}
.wrp_layout .con_layout .box_slides .box_slide .slick-prev {
	left: -15px;
	right: auto;
	background: transparent url(../partyroom/images/ic_arr_left.png) no-repeat center center;
	background-size: contain;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.wrp_layout .con_layout .box_slides .box_slide .slick-next {
	right: -15px;
	left: auto;
	background: transparent url(../partyroom/images/ic_arr_right.png) no-repeat center center;
	background-size: contain;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.wrp_layout .con_layout .box_slides .box_slide .slick-dots {
	position: absolute;
	left: 0;
	bottom: 10px;
	right: auto;
	top: auto;
	width: 100%;
	text-align: center;
}
.wrp_layout .con_layout .box_slides .box_slide .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 4px 0;
}
.wrp_layout .con_layout .box_slides .box_slide .slick-dots li button {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	color: transparent;
	background: #bfbdbb;
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.wrp_layout .con_layout .box_info .info {
	float: left;
	width: 38%;
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info .info {
		width: 100%;
		margin: 0 0 25px;
  }
}
.wrp_layout .con_layout .box_info .info .txt {
	line-height: 1.8;
	margin: 0 0 25px;
}
.wrp_layout .con_layout .box_info .info table {
	width: 100%;
	max-width: 380px;
}
.wrp_layout .con_layout .box_info .info table tr th, .wrp_layout .con_layout .box_info .info table tr td {
	font-weight: normal;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: .6em 1em;
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info .info table tr th, .wrp_layout .con_layout .box_info .info table tr td {
		display: block;
		width: 100%;
  }
}
.wrp_layout .con_layout .box_info .box_layout {
	background: #f8edf0;
	float: right;
	width: 57.0%;
	padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_layout .con_layout .box_info .box_layout {
		padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info .box_layout {
		padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info .box_layout {
		width: 100%;
  }
}
.wrp_layout .con_layout .box_info .box_layout > .photo {
	float: left;
	width: 50.9434%;
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info .box_layout > .photo {
		display: none;
  }
}
.wrp_layout .con_layout .box_info .box_layout .photo {
	background: #fff;
	text-align: center;
	position: relative;
}
.wrp_layout .con_layout .box_info .box_layout .photo:after {
	content: "+";
	color: #fff;
	background: #836c42;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 17px;
	height: 17px;
	z-index: 0;
	font-size: 15px;
	line-height: 17px;
	display: inline-block;
	vertical-align: top;
}
.wrp_layout .con_layout .box_info .box_layout .photo a {
	padding: 10px;
	display: block;
}
.wrp_layout .con_layout .box_info .box_layout .box_txt {
	text-align: center;
	float: right;
	width: 45.28302%;
	margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_layout .con_layout .box_info .box_layout .box_txt {
		margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info .box_layout .box_txt {
		margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info .box_layout .box_txt {
		width: 100%;
  }
}
.wrp_layout .con_layout .box_info .box_layout .box_txt .pic {
	display: none;
	background: #fff;
	text-align: center;
	position: relative;
	margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info .box_layout .box_txt .pic {
		display: block;
  }
}
.wrp_layout .con_layout .box_info .box_layout .box_txt .pic:after {
	content: "+";
	color: #fff;
	background: #836c42;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 17px;
	height: 17px;
	z-index: 0;
	font-size: 15px;
	line-height: 17px;
	display: inline-block;
	vertical-align: top;
}
.wrp_layout .con_layout .box_info .box_layout .box_txt .pic a {
	padding: 10px;
	display: block;
}
.wrp_layout .con_layout .box_info .box_layout .box_txt .tit {
	font-size: 134%;
	color: #ce849b;
	font-family: "Cinzel", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_layout .con_layout .box_info .box_layout .box_txt .tit {
		font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info .box_layout .box_txt .tit {
		font-size: 107%;
  }
}
.wrp_layout .con_layout .box_info .box_layout .box_txt .txt {
	margin: 0 0 15px;
}
.wrp_layout .con_layout .box_info .box_layout .box_txt .btn_gold a {
	display: block;
	width: 100%;
	padding: .7em 1.5em;
	border: 3px solid #c4c1ba;
	background: #fff;
	color: #575757;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-color: #836c42;
	color: #836c42;
	font-size: 94%;
	padding: .7em .5em;
	background: transparent;
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info .box_layout .box_txt .btn_gold a {
		padding: .7em 1em;
  }
}
.wrp_layout .con_layout .box_info .box_layout .box_txt .btn_gold a span::after {
	content: "\f3d3";
	font-family: "Ionicons";
	padding-left: 5px;
}
.wrp_layout .con_layout .box_info .box_layout .box_txt .btn_gold a:hover {
	background: #c4c1ba;
}
.wrp_layout .con_layout .box_info .box_layout .box_txt .btn_gold a:hover {
	background: #836c42;
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_layout .con_layout .box_info .box_layout .box_txt .btn_gold a {
		font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info .box_layout .box_txt .btn_gold a {
		font-size: 80%;
  }
}
.wrp_layout .con_layout .box_info.full .info {
	width: 100%;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_layout .con_layout .box_info.full .info {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info.full .info {
		margin-bottom: 20px;
  }
}
.wrp_layout .con_layout .box_info.full .box_layout {
	width: 100%;
	padding: 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_layout .con_layout .box_info.full .box_layout {
		padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info.full .box_layout {
		padding: 10px;
  }
}
.wrp_layout .con_layout .box_info.full .box_layout .photos {
	float: left;
	width: 67.3913%;
}
.wrp_layout .con_layout .box_info.full .box_layout .photos li {
	float: left;
	width: 48.3871%;
}
.wrp_layout .con_layout .box_info.full .box_layout .photos li:first-child {
	float: right;
}
.wrp_layout .con_layout .box_info.full .box_layout .box_txt {
	width: 27.17391%;
}
@media only screen and (max-width: 767px) {
  .wrp_layout .con_layout .box_info.full .box_layout .box_txt {
		width: 100%;
  }
}
