.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
		clear: both;
}
html {
	width: 100%;
}
body {
	width: 100%;
	margin: 0;
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background: #111;
	overflow-x: hidden;
}
p, li, a{
	font-size: 16px;
	line-height: 160%;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #179b32;
}
a:focus {
	outline: none;
}
h2{
	font-size: 25px;
	line-height: 150%;
	margin-bottom: 20px;
}
.more{
	font-size: 16px;
	float: right;
	margin-top: 10px;
	color: #666;
}
.wrapper {
	width: 100%;
	max-width: 950px;
	padding: 40px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #444;
	background: #666;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0,0,0, 0.3);
}
.btn:hover {
	background: #555;
	text-decoration: none;
	color: #fff;
}
.hide-text{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#preload-img{
	height: 0;
}
.event-header {
	margin-bottom: 0px;
}
.campus-header-fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}
.lh-logo {
	width: 133px;
	height: 42px;
	background: url(https://event.livehouse.in/2015/05/padgodfes/images/lh-logo.png) no-repeat;
	background-image: url(https://event.livehouse.in/2015/05/padgodfes/images/lh-logo.svg), none;
	position: absolute;
	top: 65px;
	left: 30px;
}
.sign-up, .sign-in {
	font-size: 16px;
	line-height: 100%;
	margin: 25px 0 0 20px;
	float: right;
	color: #fff;
	text-decoration: none;
}
.sign-up:hover, .sign-in:hover {
	color: #ffe948;
}
.event-kv {
	width: 100%;
	background:url(images/tos_main.png) center top no-repeat;
	text-align:center;
}
.event-kv p{
	font-size: 21px;
	color:#f8f231;
}
.kv-wrapper {
	height: 500px;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.logotype {
  width: 90%;
  max-width: 535px;
  height: 248px;
  margin: 72px auto 20px auto;
  background: url(images/tos_logotype.png) no-repeat;
  background-position: center center;
}
.event-btn {
	width: 210px;
	margin: 10px auto 0;
	display: block;
}
.tos-btn{
	display: block;	
	background:url(images/tos_btn.png) center no-repeat;	
	min-width: 178px;
	height: 80px;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;	
	z-index: 5;
	cursor: pointer;
}
.tos-btn:hover{
	background: url(images/tos_btn_h.png) center no-repeat;
}
.event-btn p, .event-btn p a {
	font-size: 14px;
	color: #fff;
}
.event-btn p{
	margin: 5px 0 0 10px;
}
.event-btn p a:hover{
	color: #f8f231;
}
.btn-disable {
	color: #fff;
	text-shadow: 1px 1px #000;
	border-color: #a77527;
	background: #ffb312;
	display: none;
}
.btn-disable:hover {
	background: #ffb312;
}

.btn-register {
	color: #fff;
	border-color: #0b7f41;
	background: #47d31a; /* Old browsers */
	background: -moz-linear-gradient(top,  #47d31a 50%, #39b217 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#47d31a), color-stop(50%,#39b217)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #47d31a 50%,#39b217 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #47d31a 50%,#39b217 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #47d31a 50%,#39b217 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #47d31a 50%,#39b217 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47d31a', endColorstr='#39b217',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 5px rgba(0,0,0,0.7);

}
.btn-register:hover {
	background: #39b217; /* Old browsers */
background: -moz-linear-gradient(top,  #39b217 50%, #47d31a 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#39b217), color-stop(50%,#47d31a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #39b217 50%,#47d31a 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #39b217 50%,#47d31a 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #39b217 50%,#47d31a 50%); /* IE10+ */
background: linear-gradient(to bottom,  #39b217 50%,#47d31a 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b217', endColorstr='#47d31a',GradientType=0 ); /* IE6-9 */

}
.btn-share {
	border-color: #39b217;
	background: #47d31a; /* Old browsers */
	background: -moz-linear-gradient(top,  #47d31a 50%, #39b217 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#47d31a), color-stop(50%,#39b217)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #47d31a 50%,#39b217 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #47d31a 50%,#39b217 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #47d31a 50%,#39b217 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #47d31a 50%,#39b217 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47d31a', endColorstr='#39b217',GradientType=0 ); /* IE6-9 */
}
.btn-share:hover {
	color: #2743ac;
	background: #e6e6e6;
}
.btn-register, .btn-share, .btn-disable {
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 21px;
	font-weight: bold;
	margin: 0 10px;
}
.fb-like {
	width: 90px;
	height: 25px;
	position: absolute;
	right: 0;
	bottom: -10px;
}
/* nav style start */
.event-nav {
	width: 100%;
	height: 70px;
	background: #000;
}
.transparent {
	background: rgba(0,0,0,0.85);
}
.nav-wrapper{
	padding: 0;
}
.menu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	list-style: none;
	text-align: right;
}
.menu li {
	float: left;
	width: 14.2%;
	max-width: 137px;
	font-size: 20px;
	text-align: center;
	line-height: 70px;
	color: #fff;
}
.menu-btn {
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: inherit;
	position: relative;
	display: block;
}
.menu-btn:hover {
	color: #b455f0;
}
.menu-btn:hover:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #b455f0;
}
.wrapper-style2 p.highlightb{
	color: #96B4FF;
}
.current {
	color: #b455f0;
}
.current:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #b455f0;
}
.btn-top {
	color: #ffe948;
	display: none;
}
.wrapper-style2 {
	margin: -25px auto 0 auto;
	padding: 40px;
	background: url(images/tos_wp_bg.jpg) repeat;	
	color: #aeaeae;
}
.event-note .wrapper{
	padding: 30px 40px 40px;
	color: #aeaeae;
	background: url(images/tos_wp_bg2.png) repeat;	
}
.event-note strong{
	color: #057849;
	font-size: 20px;
}
.wrapper-style2 strong,.wrapper-style2 .highlight{
	color: #e3e4aa;
}
.wrapper-style2 a{
	color: #bbb99e;
}
.wrapper-style2 a:hover{
	color: #41b03a;
}
/* nav style end */
.section{
	background: #f0f0f0;
}
/*.section:nth-child(odd) {
	background: #fff;
}*/
.event-channel, .event-rule,.event-winner,.event-award{
	background-color: #111111;
}
.event-note{
	background-color: #111111;
}
.subtitle {
	width: 100%;
	color: #ffff66;
}
.event-rule p, .event-winner p{
	line-height: 170%;
	margin-top: 10px;
	margin-right: 30px;
	color: #aeaeae;
	}
.wrapper-style2 .tos-btn2{
	display: block;
	width: 210px;
	height: 50px;
	background-color: #282e3e;
	border: 1px solid #dbcf95;
	color: #bbb99e;
	line-height: 50px;
	font-size: 21px;
	font-weight: bold;
	margin: 28px auto 0;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1.2px;
}
.wrapper-style2 .tos-btn2:hover{
	background-color: #700000;
	color: #ceb377;
}
.event-award .wrapper-style2 {
	margin: -45px auto 0 auto;
}
.subtitle-award{
	margin-top: 20px;
}
.wrapper-style2 .faq{
	padding-left: 45px;
}
.wrapper-style2 p{
	padding-left: 20px;
}
/*.subtitle {
	width: 150px;
	height: 35px;
	background: url(https://event.livehouse.in/2015/05/padgodfes/images/subtitle.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.subtitle-channel {
	background-position: 0 0;
}
.subtitle-rank {
	background-position: 0 -35px;
}
.subtitle-rule {
	background-position: 0 -70px;
}
.subtitle-award {
	background-position: 0 -105px;
}
.subtitle-procedure {
	background-position: 0 -140px;
}
.subtitle-sponsor {
	background-position: 0 -175px;
}
.subtitle-winner {
	background-position: 0 -210px;
}*/
blockquote {
	width: 100%;
	background: #ffcacb;
	border-radius: 5px;
}
/* channels style start */
.channels {
	width: 100%;
	max-width: 960px;
	height: 165px;
	overflow: hidden;
}
.channel-block {
	float: left;
	width: 24%;
	max-width: 225px;
	margin: 0 2% 0 0;
    height: 195px;
    overflow: hidden;
    position: relative;
}
.channels .channel-block:nth-child(4) {
	margin-right: 0;
}
.live-icon {
	background: url(https://livehouse.in/assets/live-icon.png) no-repeat;
	height: 20px;
	width: 36px;
	position: absolute;
	z-index: 2;
	right: 0px;
}
.follow-btn {
	text-align: right;
	border: none;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	padding-left: 22px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	right: 5px;
	bottom: 84px;
	z-index: 10;
	cursor: pointer;
}
.follow {
	background: #ed6d00 url(https://livehouse.in/assets/follow-icon.png) 1px 0px no-repeat;
	background-size: auto 200%;
	z-index: 10;
}
.followed {
	background: rgba(0,0,0, 0.5) url(https://livehouse.in/assets/follow-icon.png) 1px 100% no-repeat;
	background-size: auto 200%;
	z-index: 11;
}
.unfollow {
	background: #000 url(https://livehouse.in/assets/icon-cancel-follow.png) no-repeat 2px 1px;
	background-size: auto 90%;
	z-index: 12;
	visibility: hidden;
}
.channel-block img {
	width: 225px;
	height: 120px;
	position: absolute;
	margin: 0px;
	z-index: 1;
}
.channel-name {
	width: 100%;
	height: 30px;
	z-index: 2;
	position: absolute;
	bottom: 75px;
	background: #000; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 70%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
.channel-name a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	width: 70%;
	max-width: 160px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding-left: 10px;
	z-index: 3;
	text-overflow : ellipsis;
	overflow : hidden;
	white-space: nowrap;
	cursor: pointer;
}
.channel-block p {
	position: absolute;
	top: 122px;
	line-height: 16px;
	width: 100%;
	text-overflow : ellipsis;
	overflow : hidden;
	white-space: nowrap;
}
.channel-block p a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.note {
	margin-top:10px;
	font-size: 14px;
}
.channel-block:hover .followed {
	display: none;
}
.channel-block:hover .unfollow {
	visibility: visible;
}
/* channels style end */
.btn-more-wrapper{
	margin-top: 30px;
	text-align: center;
}
.btn-more, .btn-back {
	display: inline-block;
	padding: 5px 10px;
	background: #ddd;
	color: #666;
	font-size: 14px;
	border: none;
	box-shadow: none;
}
.btn-more:hover {
	color: #555;
	background: #ccc;
}
.event-rank {
	display: none;
}
.event-rank ul {
	list-style: none;
}
.rank-title {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.rank-title:before, .rank-title:after {
	content: '';
	width: 40%;
	max-width: 270px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 10px;
	left: 0;
}
.rank-title:after {
	left: 60%;
}
.title-s:before, .title-s:after {
	width: 30%;
	max-width: none;
	min-width: none;
}
.title-s:after {
	left: 70%;
}
.anchor-rank {
	width: 66%;
	max-width: 630px;
	float: left;
	position: relative;
	border-bottom: 1px solid #000;
}
.anchor-rank ul {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    -ms-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    padding-bottom: 10px;
}
.school-rank ul {
	padding-bottom: 5px;
}
.anchor-rank li, .school-rank li {
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
}
.school-rank li:nth-child(5){
	margin-bottom: 16px\9;
}
#ie-column-fix .anchot-rank li{
	width: 50%;
	max-width: 345px;
}
.anchor-rank li:last-child {
	margin-bottom: 5px;
}
@-moz-document url-prefix() {
  .anchor-rank li:last-child {
  	margin-bottom: 16px;
  }
}
.anchor-rank a {
	text-decoration: none;
}
.sort {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #aaa;
	float: left;
}
.anchor-rank li:nth-child(1) .sort,
.anchor-rank li:nth-child(2) .sort,
.anchor-rank li:nth-child(3) .sort,
.school-rank li:nth-child(1) .sort,
.school-rank li:nth-child(2) .sort,
.school-rank li:nth-child(3) .sort {
	font-size: 26px;
	color: #b455f0;
}
.anchor-avatar, .school-badge {
	width: 40px;
	height: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ccc;
	float: left;
	overflow: hidden;
	margin: 0 10px 0 5px;

}
.anchor-avatar img, .school-badge img {
	width: 100%;
}
.anchor-name, .school-name {
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.anchor-name {
	width: auto;
	max-width: 144px;
	display: inline-block;
}
.score {
	width: auto;
	min-width: 56px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	font-size: 13px;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space: nowrap;
}
#ie-column-fix .score {
	min-width: 56px;
}
.rank li:nth-child(1) .anchor-name,
.rank li:nth-child(2) .anchor-name,
.rank li:nth-child(3) .anchor-name,
.rank li:nth-child(1) .school-name,
.rank li:nth-child(2) .school-name,
.rank li:nth-child(3) .school-name {
	color: #b455f0;
	font-weight: bold;
}
.latest-show, .anchor-count {
	height: 16px;
	font-size: 13px;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 100%;
}
.school-rank {
	width: 33%;
	max-width: 300px;
	float: right;
	position: relative;
	border-bottom: 1px solid #000;
}
.filler {
 	display: none;
}
#ie-column-fix .anchor-rank li{
	float: left;
}
.highlight {
	color: #179b32;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1.2px;
}
.highlight_red {
	color: #e60606;
}
.rule {
	margin-left: 20px;
	position: relative;
	margin-top:20px;
}
.rule > li {
	list-style: disc;
	margin-bottom: 16px;
}
.rule > li:last-child {
	margin-bottom: 0px;
}
.rule > li img {
	width: 200px;
	margin: -40px 0 0 20px;
	float: right;
}
.list{
	-moz-column-count: 3;
	-ms-column-count: 3;
	column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -ms-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
	list-style:none;
}

.list li{
	margin-top: 5px;
}
.list a{
	color: #00afe2;
	text-decoration: none;
}
.list a:hover {
	text-decoration: underline;
}
.list2{
	-moz-column-count: 4;
	-ms-column-count: 4;
	column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -ms-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
.new {
	width : 33px;
	height: 18px;
	display: inline-block;
	margin: 0 0 0 5px;
	background: url(../pad1/images/new.gif) no-repeat;
}
.rule ol, .mean ol{
	margin-left: 25px;
}
.rule ol li{
	list-style: decimal;
	margin-bottom: 5px;
}
.rule strong, .event-award strong, .event-note strong{
	display: block;
	margin-bottom: 5px;
}
ul.award{
	width:100%;
	padding:0 0 50px;
}
.award li{
	list-style: none;
	width:32%;
	height:auto;
	float:left;
	margin-right:1%;
	background-repeat:no-repeat;
	background-size: 25% auto;
	background-position: 0 13px;
}
ul.award li p{
	margin-left:90px;
	box-sizing: border-box;
	}
.award-list1{
	background:url(../pad1/images/award1.png);

	}
.award-list2{
	background:url(../pad1/images/award2.png);
	}
.award-list3{
	background:url(../pad1/images/award3.png);
	}
.event-award ol li, .event-note ol li{
	margin-left:20px;
	margin-bottom: 10px;
	}
.award-other{
	background:url(../pad1/images/logo_accupass.png) 5px 38px no-repeat;
	}
.award-other span{
	display:inline-block;
	margin: 10px 0 0 50px;
	box-sizing:border-box;
	}
.doggie {
	width: 160px;
	height: 154px;
	float: right;
	/*margin-left: 30px;*/
	margin: -40px 0 0 30px;
}
.news {
	margin-top: 30px;
	/*padding-left: 25px;*/
	color: #000;
}
.news strong{
	display: block;
	padding: 5px 10px;
	background: #ffd92a;
	color: #111;
	display: inline-block;
	margin-bottom: 10px;
}
.news p{
	font-size: 16px;
}
.news ol {
	margin-left: 20px;
	list-style: decimal;
}
.mean {
	margin-top: 30px;
	padding: 25px;
	color: #fa6a1e;
	background: #fffce8;
}
.mean strong {
    font-size: 20px;
    color: #FA6A1E;
    display: inline-block;
    margin-bottom: 10px;
    text-indent: -25px;
}
.mean a {
	color: #fa6a1e;
}
.mean a:hover {
	color: #b455f0;
}
.mean li{
	margin-bottom: 5px;
	list-style: decimal;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.procedure {
	list-style: none;
	margin: 20px 0 0 0;
}
.procedure li {
	width: 24%;
	float: left;
	margin-right: 1%;
	text-align: center;
}
.procedure li:last-child {
	margin-right: 0;
}
.procedure li img {
	width: 90%;
	margin: 0 auto 10px;
	display: block;
}
.procedure li h3, .procedure li p {
	padding: 0 8px;
}
.procedure .highlight {
	margin-bottom: 0px;
}
.procedure h3{
	display: block;
	margin-bottom: 5px;
}
.more-wrapper {
	text-align: center;
	padding-top: 10px;
	margin-top: 30px;
/*	border-top: 1px solid #eee;*/
}
.more-wrapper p {
	font-size: 18px;
	font-weight: bold;
	color: #FA6A1E;
}
/*.more-wrapper a {
	font-size: 18px;
	color: #000;
}
.more-wrapper a:hover {
	color: #b455f0;
}*/
.event-recruit {
	background: #aaceff;
}
.recruit-wrapper{
	padding: 20px 0;
	text-align: center;
}
.btn-recruit {
	font-size: 18px;
	padding: 5px 12px;
	background: #b455f0;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin-left: 20px;
	border: none;
}
.btn-recruit:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.btn-follow{
	border-color: #f1f1f1;
	background: #47d31a;
	color: #fff;
	width: 160px;
	text-align: center;
	display: inline-block;
	line-height:48px;
	box-shadow: none;
	float:none;
	margin: 5px 0 10px;
	box-sizing:border-box;
	}
.btn-follow:hover{
	background: transparent;
	color: #111;
	}
/* app style start */
.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: 16px;
	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/2015/05/padgodfes/images/img-appstore.png) no-repeat;
	background-image: url(https://event.livehouse.in/2015/05/padgodfes/images/img-appstore.svg), none;
	background-size: cover;
}
.GooglePlay {
	width: 144px;
	height: 36px;
	background: url(https://event.livehouse.in/2015/05/padgodfes/images/img-googleplay.png) no-repeat;
	background-image: url(https://event.livehouse.in/2015/05/padgodfes/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: #fff;
	background: #000;
}
.footer a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 3px 0;
	margin-right: 10px;
	border-right: 1px solid #fff;
	display: inline-block;
	line-height: 100%;
}
.footer a:hover {
	text-decoration: underline;
}
.footer p{
	font-size: 12px;
	display: inline-block;
}
.footer-wrapper {
	padding: 20px 0;
	text-align: center;
}
.show {
	display: block;
}
.button-style1,
a.button-style1 {
  border: 1px solid #d05e18;
  background-color:#d05e18;
  background-image: -moz-linear-gradient(top, #e27802, #d55e00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e27802), to(#d55e00));
  background-image: -webkit-linear-gradient(top, #e27802, #d55e00);
  background-image: -o-linear-gradient(top, #e27802, #d55e00);
  background-image: linear-gradient(to bottom, #e27802, #d55e00);
  background-repeat: repeat-x;
  color: #FFF;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 3px 0px 3px 0px;
  padding: 2px 25px 2px 25px;
}
.button-style1:hover,
.button-style1:focus,
.button-style1:active,
.button-style1.active,
.button-style1.disabled,
.button-style1[disabled] {
    color: #FFF;
    background-color: #d05e18;
    *background-color: #d05e18;
    background-image: -moz-linear-gradient(top, #d55e00, #e27802);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d55e00), to(#e27802));
    background-image: -webkit-linear-gradient(top, #d55e00, #e27802);
    background-image: -o-linear-gradient(top, #d55e00, #e27802);
    background-image: linear-gradient(to bottom, #d55e00, #e27802);
    background-repeat: repeat-x;
}
.button-style1.disabled,
.button-style1[disabled] {
    color: #FFF;
    background-color: #d05e18;
    *background-color: #d05e18;
    background-image: -moz-linear-gradient(top, #d55e00, #e27802);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d55e00), to(#e27802));
    background-image: -webkit-linear-gradient(top, #d55e00, #e27802);
    background-image: -o-linear-gradient(top, #d55e00, #e27802);
    background-image: linear-gradient(to bottom, #d55e00, #e27802);
	background-repeat: repeat-x;
}
.sponsor-banner {
	width: 100%;
	height: 250px;
	background: url(https://event.livehouse.in/2015/05/padgodfes/images/campus-event-sponsor-banner.png) center no-repeat;
}
.banner-wrapper {
	padding: 0;
}
.event-sponsor {
	background: #fff;
}
.btn-back {
	float: right;
}
.sponsor {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
.sponsor:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.h-class-logo,
.m-class-logo {
	text-align: center;
	margin: 20px 0;
}
.h-class-intro p,
.m-class-intro p{
	margin-bottom: 10px;
}
.h-class-intro a,
.m-class-intro a{
	color: #b455f0;
}
.h-class-intro a:hover,
.m-class-intro a:hover{
	color: #000;
}
.h-class-video {
	margin-bottom: 20px;
}
.h-class-photo {
	text-align: center;
}
.h-class-photo img{
	width: 100%;
	max-width: 470px;
}
.left-section {
	width: 49%;
	max-width: 470px;
	float: left;
}
.right-section {
	width: 47%;
	max-width: 450px;
	float: right;
}
.l-class {
	list-style: none;
}
.l-class li{
	float: left;
	width: 23%;
	max-width: 225px;
	height: 100px;
	line-height: 100px;
	margin-right: 2%;
}
.l-class li:nth-child(4n){
	margin-right: 0;
}
.l-class li > a {
	width: 100%;
	height: inherit;
	line-height: inherit;
	text-align: center;
	display: block;
}
.l-class li img {
	vertical-align : middle;
}

@media screen and (max-width: 1024px) and (min-width: 960px){
	.mobile {
		margin-left: 10px;
	}
}
@media screen and (max-width: 959px) and (min-width: 768px){
	.wrapper {
		width: 96%;
	}
	.nav-wrapper {
		width: 100%;
	}
	.btn-register {
		/*pointer-events: none;*/
	    cursor: default;
		color: #fff;
		/*position: relative;*/
		text-shadow: none;
	}
/*	.btn-register:before {
		content: '我要申請';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		color: #333;
		text-shadow: 0px 0px #000;
	}*/
	.event-btn p {
		display: none;
	}
	.channel-block {
	    width: 23.5%;
	}
	.channel-name a {
	    width: 60%;
	    max-width: 120px;
	}
	.anchor-rank li:nth-child(1) .sort,
	.anchor-rank li:nth-child(2) .sort,
	.anchor-rank li:nth-child(3) .sort,
	.school-rank li:nth-child(1) .sort,
	.school-rank li:nth-child(2) .sort,
	.school-rank li:nth-child(3) .sort {
	    font-size: 20px;
	}
	.sort {
	    width: 30px;
	    font-size: 20px;
	}
	.score {
		width: 18%;
	}
	.anchor-name {
	    max-width: 82px;
	}
	.school-rank {
	    width: 30%;
	}
	#ie-column-fix .anchor-rank li{
		width: 50%;
		max-width: 294px;
		min-width: 238px;
		float: left;
	}
	#ie-column-fix .score {
		width: 19%;
	}
	#ie-column-fix .anchor-name {
	    max-width: 93px;
	}
	.rule li img {
		margin: -25px 0 0 20px;
	}
	.btn-recruit {
		width: 20%;
		margin: 10px auto 0;
		display: block;
	}
	.event-recruit span{
		display: inline-block;
		margin-bottom: 5px;
	}
	.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%;
	}
	.award li{
		width:31%;
		margin-right:2%;
		background-position: 20px 18px;
	/*	background-position: 40% 20px;*/
	}
	ul.award li p{
		margin-left:100px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) and (min-width: 320px){
	.wrapper {
		width: 94%;
	}
	.event-kv {
		 background-size: cover;
	}
	.kv-wrapper {
	    height: 450px;
	    padding-bottom: 7%;
	}
	.event-header {
		margin-bottom: 10px;
	}
	.lh-logo {
		width: 110px;
		top: 40px;
		left: 20px;
	}
	.logotype {
/*	    width: 80%;*/
	    height: 215px;
  		background-size: 90% auto;
	}
	.event-kv p {
  	font-size: 18px;
  	color: #f8f231;
	}
	.tos-btn{
	min-width: 178px;
	height: 80px;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;	
	}	
	.event-btn {
	    margin: 10px auto 0px;
	}
	.event-btn p {
		display: none;
	}
	.btn-register {
/*		pointer-events: none;
	    cursor: default;
		position: relative;*/
	}
/*	.btn-register:before {
		content: '我要申請';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		color: #333;
		text-shadow: 0px 0px #000;
	}*/
	.event-fb-like {
		display: none;
	}
	.event-nav, .event-channel {
		display: none;
	}
	.anchor-rank {
		width: 100%;
		max-width: none;
		margin-bottom: 20px;
		border-bottom: none;
	}
	.school-rank {
		width: 100%;
		max-width: none;
		border-bottom: none;
	}
	.school-rank ul{
		-moz-column-count: 2;
	    -moz-column-gap: 20px;
	    -ms-column-count: 2;
	    -ms-column-gap: 20px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 20px;
	    column-count: 2;
	    column-gap: 20px;
	    padding-bottom: 10px;
	}
	.school-rank li{
		max-width: none;
	}
	#ie-column-fix .school-rank li{
		width: 50%;
		float: left;
	}
	.rule li img {
		margin: -20px 0 0 20px;
	}
	.rank-title {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.anchor-rank li:nth-child(1) .sort,
	.anchor-rank li:nth-child(2) .sort,
	.anchor-rank li:nth-child(3) .sort,
	.school-rank li:nth-child(1) .sort,
	.school-rank li:nth-child(2) .sort,
	.school-rank li:nth-child(3) .sort {
	    font-size: 20px;
	}
	.title-s:before, .title-s:after {
	    width: 40%;
	}
	.title-s:after {
		left: 60%;
	}
	.sort {
	    width: 30px;
	    font-size: 20px;
	}
	.score {
		width: 18%;
	}
	.anchor-name {
	    max-width: 140px;
	}
	.filler {
		display: block;
		visibility: hidden;
	}
	.doggie {
		display: none;
	}
	/*.event-procedure, */.event-recruit {
		display: none;
	}
/*	.event-app {
		background: #fff;
	}*/
	.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;
	}
	.btn-app{
		display: block;
		margin: 0 auto 16px auto;
	}
	.like-box {
	    display: none;
	}
	.footer-wrapper {
		padding: 20px 3%;
	}
	.footer a{
		display: none;
	}
	.list {
		-moz-column-count: 2;
	  -webkit-column-count: 2;
	  -ms-column-count: 2;
	  column-count: 2;
	}
	.award li{
	list-style: none;
	width:100%;
	height:auto;
	float:none;
	margin-right:0%;
	margin-top:7%;
	background-repeat:no-repeat;
	background-size: 11% auto;
	background-position: 20px 18px;
/*	background-position: 36% 14px;*/
	}
	ul.award li p{
	margin-left:110px;
	box-sizing: border-box;
	}
}
@media screen and (max-width: 639px) and (min-width: 320px){	
	.event-rank {
		display: none;
	}
	.lh-logo {
		left: 15px;
	}	
	.award li{
		list-style: none;
		width:100%;
		height:auto;
		float:none;
		margin-right:0%;
		margin-top:7%;
		background-repeat:no-repeat;
		background-size: 14% auto;
		background-position: 20px 12px;
	}
	ul.award li p{
		margin-left:110px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 539px) and (min-width: 320px){
	.event-btn {
		width: 90%;
		margin: 10px 5% 0;
		text-align:center;
	}
	.btn-register, .btn-share {
		width: 70%;
	    font-size: 20px;
	    margin: 0 4%;
	    height: 50px;
	    line-height: 50px;
	}
	.event-rank {
		display: none;
	}
/*	.event-app{
		background: #fff;
	}*/
	.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;
	}
	.procedure li {
		width: 48%;
		margin-right: 2%;
		margin-bottom:3%;
		font-size:14px;
	}
}
@media screen and (max-width: 479px) and (min-width: 320px){
	.wrapper {
  		width: 100%;
	}
	.wrapper-style2 {
  		margin: 0 auto;
  		padding: 5px;
  		padding-top: 20px;
	}
	.event-header {
	    margin-bottom: 25px;
	}
	.event-kv {
		width: 100%;
		background: url(images/tos_main_xs.png) center top no-repeat;
		background-size:cover;
	}
	.kv-wrapper {
	height: 400px;
	padding-bottom: 7%;
	}
	.logotype {
	    width: 100%;
	    height: 180px;
	    background: transparent;
		background-position: center center;
		background-size:85% auto;
	}
	.event-btn {
	    margin: 10px auto 0px;
	}
	.btn-register, .btn-share {
		width: 90%;
	    font-size: 26px;
	    margin: 0 5% 5%;
	    height: 55px;
	    line-height: 55px;
/*	    position: relative;*/
	}
	.mean {
	    padding: 16px;
	}
	.rule li img {
		width: 80%;
		float: left;
		margin: 0 10% 10px;
	}
	.app-wrapper {
		padding: 20px 0 0;
	}
	.list {
		-moz-column-count: 1;
	  -webkit-column-count: 1;
	  -ms-column-count: 1;
	  column-count: 1;
	}
	.award li{
		float:none;
		margin-right:0%;
		margin-top:7%;
		background-size: 18% auto;
		background-position: 20px 12px;
	}
	ul.award li p{
		margin-left:110px;
		box-sizing: border-box;
	}
	.btn-follow{
	margin-bottom:3%;
	float:none;
	margin-right: 0;
	}
}