.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
		clear: both;
}
html {
	width: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, '微軟正黑體', sans-serif;
	font-size: 16px;
	color: #000;
	background: #fff;
	overflow-x: hidden;
}
p, li, a{
	font-size: 16px;
	line-height: 150%;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #ff7175;
}
h2{
	font-size: 25px;
	line-height: 150%;
	margin-bottom: 20px;
}
.wrapper {
	width: 100%;
	max-width: 960px;
	padding: 50px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.header {
	width: 100%;
	height: 70px;
	padding: 10px 0;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.header-wrapper {
	padding: 0;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrapper;
	overflow: hidden;
}
.lh-logo {
	width: 150px;
	height: 50px;
	background: url(https://event.livehouse.in/2014/07/yachu/images/livehouse-logo.jpg) no-repeat;
	background-image: url(https://event.livehouse.in/2014/07/yachu/images/livehouse-logo.svg), none;
	background-size: cover;
	text-decoration: none;
	display: inline-block;
}
.event-kv {
	width: 100%;
	margin-top: 70px;
	background: #f2f3ee;
}
.kv-wrapper {
	height: 470px;
	padding: 0;
	background: url(images/misstata-event-kv.jpg) right top no-repeat;
	background-size: cover;
	position: relative;
}
.event-fb-like {
	width: 90px;
	height: 21px;
	position: absolute;
	right: 0;
	bottom: 20px;
}
.event-title {
	background: #ae6a97;
}
.event-title h1 {
	font-size: 43px;
	line-height: 100%;
	color: #FFF;
	text-align: center;
	margin: 0;
}
.event-title h1 > span {
	display: inline-block;
	margin-bottom: 20px;
}
.event-title p {
	color: #fff;
	font-size: 30px;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
}
.event-date {
	background: #e6e6e6;
}
.date-wrapper {
	padding: 0;
	text-align: center;
}
.date {
	display: inline-block;
	color: #ae6a97;
	font-size: 34px;
	font-weight: bold;
	line-height: 100%;
	margin: 20px 0;
}
.btn-follow-wrapper {
	display: inline-block;
	vertical-align: super;
	margin-bottom: 20px;
}
.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
	border: 1px solid #444;
	background: #666;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	box-shadow: 0 2px 5px rgba(0,0,0, 0.3);
}
.btn:hover {
	background: #555;
	text-decoration: none;
	color: #fff;
}
.btn-follow {
	padding: 5px 10px;
	border: 1px solid #ae6a97;
	color: #ae6a97;
	margin-left: 20px;
	background: none;
	box-shadow: none;
}
.btn-follow:hover {
	border: 1px solid #ae6a97;
	color: #e6e6e6;
	background: #ae6a97;
}
.event-rule {
	background: #fff;
}
.event-flow {
	width:64%;
	max-width: 600px;
	float:left;
}
.event-flow h2, .flow-title {
	color: #4070d2;
}
.event-flow ul {
	list-style: none;
}
.event-flow li {
	margin: 0 0 10px 65px;
	text-indent:-65px;
	word-break: break-all;
}
.event-flow li img {
	width: 100%;
	max-width: 520px;
}
.event-share {
    width: 300px;
    float: right;
    padding-top: 200px;
}
.btn-share{
	background: #4271d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #4271d4 0%, #254ea2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4271d4), color-stop(100%,#254ea2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4271d4 0%,#254ea2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4271d4 0%,#254ea2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4271d4 0%,#254ea2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4271d4 0%,#254ea2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4271d4', endColorstr='#254ea2',GradientType=0 ); /* IE6-9 */
	padding: 25px 20px 25px 70px;
	font-size: 25px;
	font-weight: bold;
	line-height: 100%;
	color: #fff;
	border: 1px solid #153c8b;
	position: relative;
}
.btn-share:before {
	content: '';
	width: 34px;
	height: 34px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url(https://event.livehouse.in/2014/07/yachu/images/icon-fb.png) no-repeat;
	background-image: url(https://event.livehouse.in/2014/07/yachu/images/icon-fb.svg), none;
	background-size: contain;
}
.btn-share:hover {
	background: #254ea2;
}
.event-share > p {
	margin-bottom: 20px;
}
.event-share > img {
	width: 80%;
	max-width: 290px;
	margin: 0 10%;
}
.event-embed {
	background: #f0f0f0;
}
.embed-wrapper{
	padding: 50px 0 60px;
}
.countdown {
	margin-bottom: 10px;
}
.countdown p{
	height: 50px;
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
}
.countdown span {
	vertical-align: super;
}
#defaultCountdown {
	display: inline-block;
}
.hasCountdown {
	text-indent: 0;
}
.countdown_section {
	display: block;
	font-size: 16px;
	text-align: center;
	margin-right: 8px;
	color: #333;
	line-height: 50px;
	vertical-align: super;
	float: left;
}
.countdown_section span {
	display: inline-block;
}
.countdown_section br{
	display: none;
}
span.countdown_amount {
	display: block;
	font-size: 34px;
	text-align: center;
	margin: 0px 8px 0px 0px;
	color: #fff;
	background: #000;
	padding: 0 10px;
	line-height: 50px;
	vertical-align: baseline;
	float: left;
}
.countdown_descr {
	display: block;
	width: 100%;
}
.event-about {
	background: #ae6a97;
	color: #fff;
}
.avatar {
	float: left;
	width: 20%;
	max-width: 200px;
	max-height: 200px;
}
.avatar img {
	width: 100%;
}
.info h2 {
	color: #fff;
}
.info {
	width: 75%;
	max-width: 730px;
	float: right;
}
.fanpage {
	padding-left: 25px;
	color: #0f3786;
	text-decoration: none;
	position: relative;
	display: inline-block;
	margin-top: 10px;
}
.fanpage:hover {
	color: #305aaf;
	text-decoration: underline;
}
.fanpage:before {
	content:'';
	width: 21px;
	height: 21px;
	position: absolute;
	top: 1px;
	left: 0;
	background: url(https://event.livehouse.in/2014/07/yachu/images/icon-add.png) no-repeat;
	background-image: url(https://event.livehouse.in/2014/07/yachu/images/icon-add.svg), none;
	background-size: contain;
}
.btn-purchase {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
	padding: 15px 20px;
	margin: 20px 10px 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	border: 1px solid #666;
	position: relative;
	display: inline-block;
	box-shadow: none;
}
.btn-purchase:hover {
	color: #333;
	background: #e6e6e6;
}
.event-app{
	background: #fff;
}
.app-wrapper {
	padding: 50px 0 0;
}
.app-download {
	width: 60%;
	max-width: 600px;
	float: left;
}
.mobile {
	width: 50%;
	max-width: 265px;
	height: 225px;
	float: left;
	text-align: right;
}
.btn-app-wrapper {
	width: 50%;
	max-width: 280px;
	float: right;
	text-align: center;
	margin-top: 20px;
}
.btn-app {
	width: 180px;
	height: 54px;
	line-height: 54px;
	padding: 0;
	background: #8c45c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #8c45c6 0%, #6b309c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c45c6), color-stop(100%,#6b309c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8c45c6 0%,#6b309c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8c45c6 0%,#6b309c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8c45c6 0%,#6b309c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8c45c6 0%,#6b309c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c45c6', endColorstr='#6b309c',GradientType=0 ); /* IE6-9 */
	border: 1px solid #4d1c75;
	margin-top: 15px;
	position: relative;
	text-align: center;
}
.btn-app:hover {
	background: #6b309c;
}
.AppStore, .GooglePlay {
	display: inline-block;
	margin-top: 8px;
}
.AppStore {
	width: 130px;
	height: 37px;
	background: url(https://event.livehouse.in/2014/08/campus/images/img-appstore.png) no-repeat;
	background-image: url(https://event.livehouse.in/2014/08/campus/images/img-appstore.svg), none;
	background-size: cover;
}
.GooglePlay {
	width: 144px;
	height: 36px;
	background: url(https://event.livehouse.in/2014/08/campus/images/img-googleplay.png) no-repeat;
	background-image: url(https://event.livehouse.in/2014/08/campus/images/img-googleplay.svg), none;
	background-size: cover;
}
.like-box {
	width: 320px;
	height: 250px;
	padding-left: 40px;
	border-left: 1px solid #ccc;
	float: right;
}
.footer {
	color: #000;
	background: #e6e6e6;
}
.footer a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 2px 10px 3px 0;
	margin-right: 10px;
	border-right: 1px solid #000;
	display: inline-block;
	line-height: 100%;
}
.footer a:hover {
	text-decoration: underline;
}
.footer p {
	font-size: 14px;
	display: inline-block;
}
.footer-wrapper {
	padding: 20px 0;
	text-align: center;
}
@media screen and (max-width: 1024px){
	.wrapper {
		padding: 50px 3%;
	}
	.header-wrapper {
		padding: 0 2%;
	}
	.date-wrapper{
		padding: 0 3%;
	}
}
@media screen and (max-width: 959px){
	.misstata {
		width: 200px;
	}
	.dondon {
	    width: 300px;
	    right: 30px;
	}

	.event-fb-like {
		right: 20px;
	}
	.logo {
		right: 20px;
	}
	.event-flow {
		width: 100%;
		max-width: none;
		float: none;
	}
	.event-embed{
		display: none;
	}
	.purchase p {
	    margin-bottom: 30px;
	}
	.event-share {
		width: 100%;
		float: none;
		padding-top: 30px;
	}
	.event-share > img {
		margin: 0;
	}
	.app-wrapper {
		padding-bottom: 0;
	}
	.app-download {
		width: 100%;
		max-width: none;
	}
	.app-download h2{
		text-align: center;
	}
	.mobile{
		max-width: 480px;
		text-align: right;
	}
	.btn-app-wrapper{
		float: left;
		margin-top: 30px;
	}
	.like-box {
	    display: none;
	}
	.footer-wrapper {
		padding: 20px 3%;
	}
}
@media screen and (max-width: 767px){
	.header {
		height: 50px;
		position: relative;
	}
	.wrapper{
		padding: 30px 5%;
	}
	.header-wrapper, .date-wrapper {
		padding: 0 3%;
	}
	.lh-logo {
		width: 100px;
		height: 33px;
		text-align: center;
	}
	.event-kv {
		margin-top: 0px;
	}
	.kv-wrapper {
	    height: 330px;
	}
	.misstata {
	    width: 170px;
	    left: auto;
	    right: 95px;
	}
	.dondon {
	    width: 240px;
	    top: 100px;
	    right: 30px;
	}
	.event-fb-like {
		display: none;
	}
	.dizzy, .dizzo {
		width: 30%;
	    margin: 80px 0px 10px;
	}
	.event-title h1 {
		font-size: 32px;
	}
	.event-title p {
		font-size: 28px;
	}
	.event-flow {
		width: 100%;
		max-width: none;
		min-width: none;
		float: none;
	}
	.event-embed{
		display: none;
	}
	.event-share {
		width: 100%;
		text-align: center;
	}
	.purchase, .info {
		width: 100%;
		max-width: none;
		float: none;
		margin-top: 20px;
	}
	.purchase p {
	    margin-bottom: 20px;
	}
	.btn-share {
		padding: 20px 15px 20px 55px;
		font-size: 22px;
	}
	.btn-share:before {
	    width: 28px;
	    height: 28px;
	    top: 16px;
	    left: 15px;
	}
	.avatar {
		float: none;
		width: 100%;
		max-width: 150px;
		max-height: 150px;
		margin: 0 auto;
	}
	.event-comments {
		display: block;
	}
	.app-wrapper {
		padding-bottom: 0;
	}
	.app-download {
		width: 100%;
		max-width: none;
	}
	.app-download h2{
		text-align: center;
	}
	.app-download h2 span{
		display: inline-block;
	}
	.mobile{
		max-width: 380px;
		text-align: right;
	}
	.btn-app-wrapper{
		float: right;
		margin-top: 40px;
		width: 45%;
	}
	.btn-app{
		display: block;
		margin: 0 auto 15px auto;
	}
	.like-box {
	    display: none;
	}
	.footer-wrapper {
		padding: 20px 3%;
	}
	.footer a{
		display: none;
	}
}
@media screen and (max-width: 567px){
	.kv-wrapper {
		height: 250px;
	}
	.misstata {
		top: 40px;
		right: 57px;
	}
	.dondon {
	    width: 200px;
	    top: 85px;
	    right: 30px;
	}
	.date {
		font-size: 27px;
	}
	.title-wrapper {
		padding: 20px 5% 25px;
	}
	.event-title h1 > span{
		display: inline-block;
		margin-bottom: 15px;
	}
	.event-title p {
		font-size: 24px;
	}
	.event-flow li {
		margin: 0 0 10px 0;
		text-indent: 0px;
	}
	.event-share > img {
	    width: 60%;
	    margin: 0px 20%;
	}
	.btn-share {
		margin: 0 auto;
	}
	.event-flow li img {
	    display: none;
	}
	.app-download span{
		font-size: 22px;
	}
	.btn-follow{
		margin-left: 10px;
		font-size: 16px;
	}
	.btn-follow:first-child {
	    margin-left: 0px;
	}
	.download-item {
		height: 370px;
		position: relative;
	}
	.mobile, .btn-app-wrapper{
		width: 100%;
		max-width: none;
		float: none;
		position: absolute;
		bottom: 0;
		text-align: center;
	}
	.btn-app-wrapper{
		top: 0;
		margin-top: 0;
	}
}
@media screen and (max-width: 480px){
	.kv-wrapper {
	    height: 200px;
	}
	.misstata,
	.dondon {
		display: none;
	}
}