@charset "UTF-8";

.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
		clear: both;
}
html {
	width: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	width: 100%;
	margin: 0;
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	background: #fff;

}
p, li, a{
	font-size: 16px;
	line-height: 150%;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #ed6d00;
}
.wrapper {
	width: 100%;
	max-width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 25px;
	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;
}
.hide-text{
	white-space: nowrapper;
	overflow: hidden;
	text-indent: -1000%;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*top*/
.top-part{
	height: 500px;
	background: #101e28;
}
.topbanner{
	background: url(images/topbanner.jpg) top center no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	height: 100%;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	text-align: center;
	padding-right: 0%;
}
.lh-logo{
	width: 120px;
	height: 120px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(images/livehouse-logo.svg) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.topbanner h1{
	display: block;
	height: 300px;
	background: url(images/main.png) bottom center no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.topbanner h2{
	font-size: 24px;
	margin: -35px 0 0 0;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	color: #f1d554; /* Old browsers */
}
.topbanner p{
	font-size: 24px;
	color:#f1d554;
	margin:-35px 0 0 0;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.topbanner .btn{
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	top: 380px;
	margin: 5px 10px;
}
.topbanner .btn:hover{
	background: rgb(194, 43, 32);
	border: 2px solid rgb(194, 43, 32);;
}
.event-fb-like{
	position: absolute;
	right: 0;
	bottom: 20px;
}

/* channel list */
.channel-list {
    margin-right: -3%;
    overflow: hidden;
}
.channel-block {
    float: left;
    width: 22%;
    overflow: hidden;
    position: relative;
    margin: 0 3% 2% 0;
    padding-bottom: 5px;
}
.channel-block img {
    width: 100%;
    z-index: 5;
}
.live-icon{
	background: url(images/live-icon.png) no-repeat;
	height: 18px;
	width: 48px;
	position: absolute;
	z-index: 2;
	background-size: 100%;
	top: 0;
	right: 0;
}
.channel-block span {
    display: block;
    line-height: 20px;
}
.channel-block a, 
.channel-block a:hover {
    text-decoration: none;
}
.channel-date,
.channel-people {
    font-size: 13px;
    line-height: 1.2;
    color: #999;
}
.channel-block a:hover span.channel-name {
    color: #ed6d00;
}
/* Join info */
.join{
	background: #EFEFEF;
}
.btn-join{
	background: rgb(194, 43, 32);
	padding: 25px 40px 25px 40px;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 100%;
	color: #fff;
	border: 1px solid #e73556;
	position: relative;
	float: right;
	box-sizing: border-box;
	text-align: center;
	margin-top: 20px;
}
.btn-join:hover {
	background: #333;
	border: 1px solid #333;
}
.join-info{
	float: left;
}
/*bottom*/
.event-app{
	background: #fff;
}
.app-wrapper {
	padding: 50px 0 0;
}
.app-download {
	width: 60%;
	max-width: 600px;
	float: left;
}
.app-download h2 {
	color: #000;
}
.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: 0;
	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;
	white-space: nowrap;
}
.btn-app:hover {
	background: #6b309c;
}
.AppStore, .GooglePlay {
	margin-top: 8px;
	display: inline-block;
}
.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;
	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;
	height: 36px;
}
.like-box {
	width: 320px;
	height: 250px;
	padding-left: 40px;
	border-left: 1px solid #ccc;
	float: right;
}
.footer {
	color: #333;
	background: #efefef;
}
.footer a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	padding: 2px 10px 3px 0;
	margin-right: 10px;
	border-right: 1px solid #333;
	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: 959px){
	h2{
		text-align: center;
	}
	.wrapper {
		width: 100%;
		padding: 50px 5%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.channel-list {
		margin-right: -5%;
	}
	.channel-block {
		width: 45%;
		margin: 0 5% 2% 0;
	}
	.join-info {
		float: none;
	}
	.btn-join{
		float: none;
		display: block;
		width: 220px;
		margin: 10px auto 0;
		font-size: 21px;
		font-size: 2.1rem;
	}
	.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){
	.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){
	.top-part{
		height: auto;
	}
	.topbanner h1{
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		background-position: center center;
	}
	.topbanner h2{
	margin: -40px 0 0 0;
	}
	.channel-list {
		margin-right: 0;
	}
	.channel-block {
		width: 100%;
		margin: 0 0 2% 0;
	}
	.app-download span{
		font-size: 22px;
	}
	.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){
	.topbanner h2{
	margin: -85px 0 0 0;
	}
}