@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Kaiso_Next_B;
	src: url('/fonts/Kaiso-Next-B.eot');
	src: url('/fonts/Kaiso-Next-B.eot') format('embedded-opentype'),
	/*src: local('☺'),*/ 
         url('/fonts/Kaiso-Next-B.woff') format('woff'), 
         url('/fonts/Kaiso-Next-B.ttf') format('truetype'), 
         url('/fonts/Kaiso-Next-B.svg') format('svg');
         font-weight: normal;
         font-style: normal;
}
@font-face {
    font-family: PalatinoBold;
    src: url('/fonts/palatino-bold/paltno.eot');
    src: url('/fonts/palatino-bold/paltno.eot') format('embedded-opentype'),
         url('/fonts/palatino-bold/paltno.woff') format('woff'),
         url('/fonts/palatino-bold/paltno.ttf') format('truetype'),
         url('/fonts/palatino-bold/paltno.svg#paltno') format('svg');
}
@font-face {
    font-family: din;
    src: url('/fonts/DIN/DINPro-Regular.eot');
    src: url('/fonts/DIN/DINPro-Regular.eot') format('embedded-opentype'),
         url('/fonts/DIN/DINPro-Regular.woff') format('woff'),
         url('/fonts/DIN/DINPro-Regular.ttf') format('truetype'),
         url('/fonts/DIN/DINPro-Regular.svg#DINPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: dinbold;
    src: url('/fonts/DIN/DIN-Bold.eot');
    src: url('/fonts/DIN/DIN-Bold.eot') format('embedded-opentype'),
         url('/fonts/DIN/DIN-Bold.woff') format('woff'),
         url('/fonts/DIN/DIN-Bold.ttf') format('truetype'),
         url('/fonts/DIN/DIN-Bold.svg#DIN-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: RobotoThin;
    src: url('/fonts/Roboto/Roboto-Thin.eot');
    src: url('/fonts/Roboto/Roboto-Thin.eot') format('embedded-opentype'),
         url('/fonts/Roboto/Roboto-Thin.woff') format('woff'),
         url('/fonts/Roboto/Roboto-Thin.ttf') format('truetype'),
         url('/fonts/Roboto/Roboto-Thin.svg#Roboto-Thin') format('svg');
}
@font-face {
    font-family: RobotoMedium;
    src: url('/fonts/Roboto/Roboto-Medium.eot');
    src: url('/fonts/Roboto/Roboto-Medium.eot') format('embedded-opentype'),
         url('/fonts/Roboto/Roboto-Medium.woff') format('woff'),
         url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
         url('/fonts/Roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
}
@font-face {
    font-family: RobotoRegular;
    src: url('/fonts/Roboto/Roboto-Regular.eot');
    src: url('/fonts/Roboto/Roboto-Regular.eot') format('embedded-opentype'),
         url('/fonts/Roboto/Roboto-Regular.woff') format('woff'),
         url('/fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
         url('/fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
}
@font-face {
    font-family: heibold;
    src: url('/fonts/NotoSansTC-Bold.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: hei;
    src: url('/fonts/NotoSansTC-Medium.otf');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family:RobotoRegular,微軟正黑體,Microsoft JhengHei;
	padding:0;
	margin:0;
}
img{
	display:block;
}
.header, .counter, ul, .countertext, .archiverow, .mainrowm, .projectarea, .sharerow{
	zoom:1;
}
.header:after, ul:after, .counter:after, .countertext:after, .archiverow:after, .mainrow:after, .projectarea:after, .sharerow:after{
	content:".";display:block;font-size:0;line-height:0;height:0;clear:both;visibility:hidden;
}
a{
	color:#f5a817;
	text-decoration:none;
}
img{
	width:100%;
	height:auto;
}
#changeform input[type=text], #changeform input[type=number], #changeform input[type=password],#emailform input[type=text], #emailform input[type=number], #emailform input[type=password] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #D9D9D9 solid;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
	width:100%;
	background-color: #f2f2f2;
	border-radius: 5px;
	line-height: 40px;
    height: 40px;
	padding: 0 15px;
}
#changeform textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #D9D9D9 solid;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
	width:100%;
	background-color: #f2f2f2;
	border-radius: 5px;
	line-height: 30px;
    height: auto;
	padding: 0 15px;
}
.styled-select select, .styled-select_grey select, .styled-select_cal select {
	background: transparent;
	width: 96%; 
	padding: 2%;
	font-size: 110%;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 40px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none; 
}
select::-ms-expand {
    display: none;
}
.styled-select_grey {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #f2f2f2 url(/images/icon/select.png) no-repeat right center;
    border: 1px solid #D9D9D9;
    padding: 0 0 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
	border-radius: 5px;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}
.styled-select {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #fff url(/images/icon/select.png) no-repeat right center;
    border: 1px solid #D9D9D9;
    padding: 0 0 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
	border-radius: 5px;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}
.pinput:focus, .tinput:focus, .twopartcol:focus, .fourpartcol:focus{
    background: #FFF!important;
}
.container{
	max-width:1000px;
	margin:auto;
	display:block;
	position:relative;
}
.largecontainer{
	max-width:1140px;
	margin:auto;
	display:block;
	position:relative;
	padding: 0 0px;
}
.hiddentext, .htext{
	display:none;
}
.movlayer{
	position:relative;
}
.playlayer{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width: 100%;
    height: 100%;
}
.dtable{
	display: table;
	width: 100%;
}
.headtable {
    display: table;
    width: 100%;
}
.whiteblock{
	font-family:din, arial;
    display: table;
}
.whiteblocktxt{
	display: table-cell;
	vertical-align:middle;
}
.width100{
	width:100%;
}
.yellowtext{
	color:#f7aa17!important;
}
.concertbottom{
	display:table-cell;
	vertical-align:middle;
	padding: 10px;
}
.btn{
	padding:6px 40px;
	border-radius:25px;
	line-height: normal;
	font-size:16px;
	margin:35px auto;
	cursor:pointer;
	color:#fff;
	display:block;
	max-width: 90px;
    text-align: center;
}
.moregrey{
	/*background:#1a2226;*/
	background: #1a2226 url(/images/star_bg.jpg) no-repeat right top;
	-moz-background-size: 180%;
	-o-background-size: 180%;
	-webkit-background-size: 180%;
	background-size: 180%;
}
.playbtn{
	background: #1a2226 url(/images/play_icon.png) no-repeat left center;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	margin:20px auto;
}
.movbtn{
	border:2px solid #fff;
	text-align:center;
	max-width:90px;
	float:left;
}
.morebtn{
	border:2px solid #f8ab17;
	text-align:center;
	max-width:90px;
}
.bcolor{
	color:#00285f!important;
}
.bblock{
	background-color:#00285f!important;
}
.shortfilm_bottomlogo{
	max-width:368px;
	margin:auto;
}
.bottomtext1{
	line-height:150%;
}
.bluebg{
	background-color:#0071b8;
}
.bluetxt{
	color:#0071b8;
}
.yellowbg{
	background-color:#f7aa17;
}
.yellowtxt{
	color:#f7aa17;
}
.redbg{
	background-color:#ff004d;
}
.redtxt{
	color:#ff004d;
}
.overlayblock{
	position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    /*display: table-cell;*/
    z-index: 100;
    padding: 20px;
	left:-320px;
	color: #fff;
}
.sloganblock{
	display:table-cell;
	vertical-align:middle;
}
table { table-layout: fixed }

table td {     
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.inlogo{
	max-width:123px;
	display:block;
	margin:auto;
}
.intxt{
	color:#fff;
}
.light_purple{
	background-color:#c694ff;
}
.light_grey{
	background-color:#808797;
}
.mid_blue{
	background-color:#0863af;
}
.red_purple{
	background-color:#6d1551;
}
.dark_grey{
	background-color:#333333;
}
.dark_yellow{
	background-color:#e0a944;
}
.dark_red{
	background-color:#c0272a;
}
.dark_purple{
	background-color:#0e023a;
}
.blue_purple{
	background-color:#3d2563;
}
.light_purple_txt{
	color:#c694ff;
}
.light_grey_txt{
	color:#808797;
}
.mid_blue_txt{
	color:#0863af;
}
.red_purple_txt{
	color:#6d1551;
}
.dark_grey_txt{
	color:#333333;
}
.dark_yellow_txt{
	color:#e0a944;
}
.dark_red_txt{
	color:#c0272a;
}
.dark_purple_txt{
	color:#0e023a;
}
.blue_purple_txt{
	color:#3d2563;
}
.gold_block{
	background: rgb(205,139,50);
	background: linear-gradient(90deg, rgba(205,139,50,1) 0%, rgba(251,232,151,1) 50%, rgba(205,139,50,1) 100%);
	background: -moz-linear-gradient(left, rgba(205,139,50,1) 0%, rgba(251,232,151,1) 50%, rgba(205,139,50,1) 100%);
	background: -webkit-linear-gradient(left, rgba(205,139,50,1) 0%, rgba(251,232,151,1) 50%,rgba(205,139,50,1) 100%);
	padding:9px;
	position:relative;
}
.silver_block{
	background: rgb(205,139,50);
	background: linear-gradient(90deg, rgba(107,102,94,1) 0%, rgba(203,200,184,1) 50%, rgba(137,128,117,1) 100%);
	background: -moz-linear-gradient(left, rgba(107,102,94,1) 0%, rgba(203,200,184,1) 50%, rgba(137,128,117,1) 100%);
	background: -webkit-linear-gradient(left, rgba(107,102,94,1) 0%, rgba(203,200,184,1) 50%, rgba(137,128,117,1) 100%);
	padding:9px;
	position:relative;
}
.bronze_block{
	background: rgb(205,139,50);
	background: linear-gradient(90deg, rgba(157,103,71,1) 0%, rgba(226,163,127,1) 50%, rgba(183,114,79,1) 100%); 
	background: -moz-linear-gradient(left, rgba(157,103,71,1) 0%, rgba(226,163,127,1) 50%, rgba(183,114,79,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(157,103,71,1) 0%, rgba(226,163,127,1) 50%, rgba(183,114,79,1) 100%); 
	padding:9px;
	position:relative;
}
.online_block{
	background: rgb(205,139,50);
	background: linear-gradient(90deg, rgba(0,40,95,1) 0%, rgba(25,61,111,1) 50%, rgba(2,42,96,1) 100%); 
	background: -moz-linear-gradient(left, rgba(0,40,95,1) 0%, rgba(25,61,111,1) 50%, rgba(2,42,96,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(0,40,95,1) 0%, rgba(25,61,111,1) 50%, rgba(2,42,96,1) 100%); 
	padding:0px 9px 9px;
	position:relative;
}
.gold_block .prize, .silver_block .prize, .bronze_block .prize, .online_block .prize{
	position:absolute;
	right:3px;
	top:-6px;
	z-index: 100;
}
.prize {
    width: 95px;
}
.prize_title {
    height: 65px;
    line-height: 65px;
	color:#fff;
	font-size:130%;
}
.inlineb {
    display: inline-block;
}
.sharecol img, .share3col img {
    width: 30px!important;
    height: auto!important;
    display: inline-block!important;
    vertical-align: middle!important;
}
.shareblock {
    border: 1px solid #4D4D4D;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding: 0;
    border-radius: 3px;
    margin: 0 0 0 10px;
    color: #fff;
}
.sharetxt{
	padding:0 2px;
	display: inline-block;
	font-size:13px;
}
.enl_icon {
	background:  url(/images/mag.png) no-repeat center center;
	-moz-background-size: auto;
	-o-background-size: auto;
	-webkit-background-size: auto;
	background-size: 30px;
	border-left:1px solid #4d4d4d;
	display: inline-block;
    float: right;
	height:30px;
	width:30px;
}
.cursor_icon {
	background:  url(/images/cursor.png) no-repeat center center;
	-moz-background-size: 25px;
	-o-background-size: 25px;
	-webkit-background-size: 25px;
	background-size: 25px;
	border-left:1px solid #4d4d4d;
	display: inline-block;
    float: right;
	height:30px;
	width:30px;
}
@media only screen and (min-width: 320px) {
	.wrapper{
		background: #000 url(/images/star_bg.jpg) no-repeat right top;
		-moz-background-size: 180%;
		-o-background-size: 180%;
		-webkit-background-size: 180%;
		background-size: 180%;
		background-attachment: fixed;
	}
	.logo{
		display:none;
	}
	.header{
		height:45px;
	}
	.social{
		float: right;
		padding: 0;
		/*width: 30%;*/
		position: relative;
		z-index: 110;
		display: inline-block;
	}
	.social img{
		float: left;
		display: block;
		width: 38px;
		padding: 5px 10px 0 0;
	}
	/*.social:last-child img{
		padding: 5px 0px 0 0px;
	}*/
	.nav,.largeimg{
		display:none;
	}
	.smallimg{
		display:block;
		/*padding:0 10px;*/
	}
	.smallbtn {
		height: 45px;
		float: left;
		width: 33.3%;
		background:  url(/images/smallnavbtn.png) no-repeat center left;
		-moz-background-size: 28px 14px;
		-o-background-size: 28px 14px;
		-webkit-background-size: 28px 14px;
		background-size: 28px 14px;
	    z-index: 105;
		position: relative;
	}
	.smallnavx {
		height: 45px;
		float: left;
		width: 33.3%;
		background:  url(/images/smallnavbtn_close.png) no-repeat center left;
		-moz-background-size: 28px 14px;
		-o-background-size: 28px 14px;
		-webkit-background-size: 28px 14px;
		background-size: 28px 14px;
	}
	.smalllogo{
		display: inline-block;
		width: 33.3%;
		padding:12px 0 0 0;
	}
	.smalllogo img{
		width: auto;
		height:23px;
		margin: auto;
		position: relative;
		z-index: 110;
	}
	.smallbtn img {
		max-width: 28px;
		padding: 15px 0;
	}
	.smallnav {
		position: fixed;
		display:block;
		left:-530px;
		background: rgba(0,0,0,0.9);
		z-index: 100;
		width: 100%;
		height: 100%;
	}
	.counter{
		display:block;
		width:100%;
		margin: 0px 0 0;
	}
	.counterhead{
		font-family:hei;
		padding:0 0 8px 0;
		font-size: 110%;
	}
	.countertext {
		background-color: #f3f3f3;
		width: calc(100% - 30px);
		/* float: left; */
		-webkit-box-shadow: inset 0 -10px 5px -5px #e2e2e2;
		box-shadow: inset 0 -10px 5px -5px #e2e2e2;
		display: block;
		vertical-align: middle;
		padding:15px;
		font-size:20px;
	}
	.counterpoint{
		font-size:14px;
		
	}
	.counterrow {
		width: calc(100% - 30px);
		display: block;
		padding: 0 0 0 30px;
		float: left;
		font-size: 14px;
		height: 25px;
		line-height: 25px;
	}
	.schedule{
		background:  url(/images/schedule_icon.png) no-repeat center left;
		-moz-background-size: 15px;
		-o-background-size: 15px;
		-webkit-background-size: 15px;
		background-size: 15px;
	}
	.time{
		background:  url(/images/date_time_icon.png) no-repeat center left;
		-moz-background-size: 15px;
		-o-background-size: 15px;
		-webkit-background-size: 15px;
		background-size: 15px;
	}
	.location{
		background:  url(/images/location_icon.png) no-repeat center left;
		-moz-background-size: 15px;
		-o-background-size: 15px;
		-webkit-background-size: 15px;
		background-size: 15px;
	}
	.countdown {
		background-color: #fff;
		width: 100%;
		/* float: right; */
		display: block;
		vertical-align: middle;
		padding:20px 0;
	}
	.timercolumn {
		width: calc(25% - 4px);
		display: inline-block;
		text-align: center;
		border-right: 1px solid #e5e5e5;
	}
	.timercolumn:last-child{
		border-right: 0px solid #e5e5e5;
	}
	.datetime{
		font-family:dinbold, arial;
		color:#f7aa17;
		font-size:250%;
		line-height: 50px;
		text-decoration: none;
	}
	.archive {
		padding: 0 10px 40px 10px;
	}
	.archiveheader{
		font-family:Kaiso_Next_B;
		letter-spacing:2px;
		text-align:center;
		color:#fff;
		padding: 20px 0px;
		white-space: nowrap;
		display: inline-block;
		font-size:22px;
		/*width: 100%;*/
	}
	.archivetext{
		padding:15px;
		background: linear-gradient(90deg, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: -moz-linear-gradient(left, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: -webkit-linear-gradient(left, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		color:#fff;
		font-size:16px;
		min-height: 68px;
	}
	.bottomtext{
		padding:30px 0px;
		/*background-position: right top;*/
		color:#fff;
		font-size:16px;
		/*background-repeat: no-repeat;
		min-height:300px;*/
		text-align:center;
		line-height:200%;
	}
	.contenttext{
		padding:0px 0px;
	}
	.mainimg{
		background: url(/images/in-logo-gray.png) no-repeat 80px -37px, linear-gradient(0deg, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: url(/images/in-logo-gray.png) no-repeat 80px -37px, -moz-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: url(/images/in-logo-gray.png) no-repeat 80px -37px, -webkit-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		-moz-background-size: 500px;
		-o-background-size: 500px;
		-webkit-background-size: 500px;
		background-size: 500px;
	}
	.concertimg{
		background:  url(/images/Concert-Memory-BG.jpg) no-repeat top center;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.concertmemoryimg{
		background:  url(/images/Concert-Memory-BG3.jpg) no-repeat top center;
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.shortmovimg{
		background: #000 url(/images/mov_bg.png) no-repeat center center;
		-moz-background-size: auto 70%;
		-o-background-size: auto 70%;
		-webkit-background-size: auto 70%;
		background-size: auto 70%;
	}
	.adate{
		font-size:14px;
		padding:8px 0 0 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		
	}
	.playlayer{
		background:  url(/images/play_overlay.png) no-repeat center center;
		-moz-background-size: 80px;
		-o-background-size: 80px;
		-webkit-background-size: 80px;
		background-size: 80px;
		display:none;
	}
	.archiveblock{
		float:none;
		width:calc(100% - 0px);
		display:block;
		padding:0 0px 10px 0px;
		margin: auto;
		max-width: 500px;
	}
	.bottomlogo{
		width:73px;
		height:auto;
	    margin: auto;
	}
	.bottomheader{
		color:#fff;
		font-size:110%;
		font-family:hei;
		padding:25px 0 0 0;
	}
	.nbottomheader{
		color:#fff;
		font-size:110%;
		font-family:hei;
		padding:25px 0;
	}
	.smallmenu {
		position: relative;
		top: 42px;
	}
	.snavrow {
		color: #fff;
		padding: 15px 0px;
		border-bottom: 1px solid #666666;
		margin: 0 25px;
	    display: block;
	}
	.snavrow a{
		color: #fff;
	}
	#footer{
		padding:25px 0;
		background-color:#fff;
		color:#5B5B5B;
		font-family:arial;
		font-size:11px;
	}
	.copyright{
		display:none;
	}
	.smallcopyright{
		display:block;
		width:calc(100% - 40px);
		padding:20px;
		text-align:center;
		clear:both;
	}
	.hkt{
		display:block;
		float:left;
		height:40px;
		width:50%;
	}
	.pccw{
		display:block;
		float:right;
		height:40px;
		width:auto;
	}
	.hkt img, .pccw img{
		width:auto;
		height:40px;
	}
	.stick {
		position: fixed;
		background: #000;
		z-index: 110;
		width: 100%;
		height: 45px;
		top: 0;
	}
	.sticknav{
		padding: 7px 0 0 160px;
	}
	.sticksocial{
		padding: 7px 0 0 0;
	}
	.yline {
		display: inline-block;
		background-color: #f7aa17;
		height: 2px;
		/* float: left; */
		vertical-align: middle;
		/*max-width:402px;*/
	}
	.headtable {
		display: table;
		width: 100%;
		margin: 10px 0;
	}
	.headcell {
		display: table-cell;
		vertical-align: middle;
	}
	.breadcrumb{
		display:block;
		border-radius:15px;
		/*background:rgba(0,0,0,0.4);*/
		background:  linear-gradient(0deg, rgba(26,34,38,0.4) 0%, rgba(46,54,58,0.4) 100%);
		background:  -moz-linear-gradient(left, rgba(26,34,38,0.4) 0%, rgba(46,54,58,0.4) 100%);
		background:  -webkit-linear-gradient(left, rgba(26,34,38,0.4) 0%, rgba(46,54,58,0.4) 100%);
		color:#fff;
		padding:10px 15px;
		margin:10px 0 30px;
	}
	.breadcrumb ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.breadcrumb ul li{
		float:left;
		font-size:12px;
		padding:0 10px;
	}
	.breadcrumb_sep{
		background: url(/images/breadcrumb-sep.png) no-repeat center center;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
		height:19px;
		display:block;
	}
	.breadcrumb a{
		color:#fff;
		text-decoration:none;
	}
	.sliderarea{
		max-width:672px;
		position:relative;
	}
	.sliderarea2{
		max-width:672px;
		position:relative;
	}
	.yblock{
		background-color:#f7aa17;
	}
	.rblock{
		background-color:#ff004d;
	}
	.bblock{
		background-color:#0071b8;
	}
	.sliderblock{
		max-width:100%;
		float:left;
		color:#fff;
	}
	.bx-wrapper{
		width:100%;
		margin-bottom: 0px!important;
	}
	.whiteblock{
		position:absolute;
		right:0px;
		width:56px;
		height:56px;
		text-align:center;
		background:#fff;
		float: right;
		font-size:20px;
	}
	.whiteblock_txt, .block_txt {
		padding: 25px;
		display: table-cell;
		vertical-align: middle;
	}
	.whiteblock_stxt{
		font-size:16px;
	}
	.whiteblock_header{
		font-size:20px;
		padding: 0 72px 25px 0;
	}
	.mainrow{
		margin-bottom:25px;
	}
	.concertbottomtext{
		color:#fff;
		font-size:20px;
	}
	.concertbottomheader{
		color:#fff;
		font-size:30px;
	}
	.projectblock{
		display: table;
		width: 100%;
		position: relative;
		float: left;
		margin: 0 0px 10px 0;
		-ms-overflow:hidden;
		-moz-overflow:hidden;
		overflow:hidden;
		
	}
	/*
	.projectblock:nth-child(2n+2){
		margin:0 0 20px;
	}*/
	.p_detail{
		background:rgba(0,0,0,0.9);
		padding:10px 15px;
		color:#fff;
		font-size:15px;
		/*position:absolute;*/
		position:relative;
		bottom:0px;
		width:calc(100% - 30px);
		color:#fff;
	}
	.p_header{
		font-size:13px;
		padding:0 0 10px 0;
	}
	.overlayblock{
		display:none!important;
	}
	.sloganblock {
		min-height:279px!important;
		font-size:20px;
	}
	.bytxt{
		font-size:13px;
		display:block;
		padding:10px 0 0 0;
	}
	.intxt{
		padding:20px 20px 40px 20px;
		text-align:center;
		line-height:150%;
	}
	.bottomtxt{
		padding:20px 20px 40px 20px;
		text-align:center;
		line-height:150%;
	}
	.sharecol {
		float: none;
		width: calc(100% - 16px);
		line-height: 150%;
		padding: 8px;
	}
	.sharecol img {
		max-width: 258px;
		display: block;
		margin: auto;
	}
	.share3col {
		float: none;
		width: calc(100% - 16px);
		line-height: 150%;
		padding: 8px;
	}
	.share3col img {
		max-width: 218px;
		display: block;
		margin: auto;
	}
	.sharerow{
		padding:10px 0;
	}
	.nbottomlogo{
		max-width:450px;
		display:block;
		margin:auto;
	}
	.movbtn{
		text-align: center;
		margin: 25px auto 0;
		display: block;
		width: 50%;
		padding: 10px 40px;
		border: 1px solid #fff;
		color: #fff;
		border-radius: 30px;
		clear: both;
		float: none;
		cursor: pointer;
	}
	.floatright {
		float: none;
	}
	.gold{
		background: url(/shortfilm/2018/images/gold.png) no-repeat left center;
		-webkit-background-size: auto 34px;
		-moz-background-size: auto 34px;
		-o-background-size: auto 34px;
		background-size: auto 34px;
		padding: 15px 0 15px 40px;
		display: inline;
		height: 40px;
		line-height: 40px;
		margin: auto;
		width: 100%;
		text-align: left;
	}
	.silver{
		background: url(/shortfilm/2018/images/silver.png) no-repeat left center;
		-webkit-background-size: auto 34px;
		-moz-background-size: auto 34px;
		-o-background-size: auto 34px;
		background-size: auto 34px;
		padding: 15px 0 15px 40px;
		display: inline;
		height: 40px;
		line-height: 40px;
		margin: auto;
		width: 100%;
		text-align: left;
	}
	.bronze{
		background: url(/shortfilm/2018/images/bronze.png) no-repeat left center;
		-webkit-background-size: auto 34px;
		-moz-background-size: auto 34px;
		-o-background-size: auto 34px;
		background-size: auto 34px;
		padding: 15px 0 15px 40px;
		display: inline;
		height: 40px;
		line-height: 40px;
		margin: auto;
		width: 100%;
		text-align: left;
	}
	.gold_block,.silver_block,.bronze_block,.online_block{
		margin:0 auto 30px;
		max-width: 400px;
		width: calc(100% - 18px);
		padding:0px 9px 9px;
		/*float: left;*/
	}
	.oneline {
		display: inline-block;
	}
	.shareblock {
		width: 210px;
	}
}
@media only screen and (min-width: 360px) {
	.social{
		width: auto;
	}
	.concertimg{
		background:  url(/images/Concert-Memory-BG.jpg) no-repeat top center;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.concertmemoryimg{
		background:  url(/images/Concert-Memory-BG3.jpg) no-repeat top center;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	
}
@media only screen and (min-width: 640px) {
	.whiteblock_txt, .block_txt {
		padding: 25px;
		font-size: 14px;
		display: table-cell;
		vertical-align: middle;
	}
	.whiteblock_header{
		font-size:30px;
		padding: 0 72px 25px 0;
	}
	.concertimg{
		background:  url(/images/Concert-Memory-BG.jpg) no-repeat top center;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.concertmemoryimg{
		background:  url(/images/Concert-Memory-BG3.jpg) no-repeat center center;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding: 60px 0px!important;
	}
	.p_header{
		font-size:16px;
		padding:0 0 10px 0;
	}
	.p_detail{
		background:rgba(0,0,0,0.9);
		padding:10px 15px;
		color:#fff;
		font-size:20px;
		position:absolute;
		/*position:relative;*/
		bottom:0px;
		width:calc(100% - 30px);
		color:#fff;
	}
	.projectblock{
		display: table;
		width: calc(50% - 10px);
		position: relative;
		float: left;
		margin: 0 20px 20px 0;
		overflow:hidden;
	}
	.projectblock:nth-child(2n+2){
		margin:0 0 20px;
	}
}

@media only screen and (min-width: 768px) {
	.mainimg{
		background: url(/images/in-logo-gray.png) no-repeat 400px -37px, linear-gradient(0deg, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: url(/images/in-logo-gray.png) no-repeat 400px -37px, -moz-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: url(/images/in-logo-gray.png) no-repeat 400px -37px, -webkit-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		-moz-background-size: 450px;
		-o-background-size: 450px;
		-webkit-background-size: 450px;
		background-size: 450px;
	}
	.archiveheader {
		font-size:40px;
	}
	.breadcrumb ul li{
		font-size:14px;
	}
	.bx-wrapper {
		width:100%;
		float:none;
	}
	.sliderblock {
		width:100%;
		float:none;
	}
	.mainrow{
		margin-bottom:25px;
	}
	.shortmovimg{
		background: #000 url(/images/mov_bg.png) no-repeat center center;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.sharerow {
		display: inline-block;
		margin: auto;
		/*width: 600px;*/
	}
	.sharecol {
		float: left;
		width: calc(50% - 16px);
		display: block;
		margin: auto;
	}
	.share3col {
		/* float: left; */
		width: auto;
		margin: 0 0 0 12px;
		display: inline-block;
	}
	.sharecol img {
		max-width: 258px;
		display: block;
		margin: auto;
	}
	.sharetxt{
		font-size:15px;
	}
	.shareblock {
		width: 226px;
	}
}
@media only screen and (min-width: 900px) {
	.mainimg{
		background: url(/images/in-logo-gray.png) no-repeat 700px -37px, linear-gradient(0deg, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: url(/images/in-logo-gray.png) no-repeat 700px -37px, -moz-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: url(/images/in-logo-gray.png) no-repeat 700px -37px, -webkit-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		-moz-background-size: 600px;
		-o-background-size: 600px;
		-webkit-background-size: 600px;
		background-size: 600px;
	}
	.intxt{
		padding: 40px 150px;
		line-height: 180%;
		text-align: center;
		font-size:20px;
	}
	
	/*
	.floatright {
		float: right;
	}
	.bx-wrapper{
		width:60%;
		float: left;
	}
	.sliderblock{
		max-width: 40%;
		float: left;
		width: 40%;
		display: table;
		color:#fff;
		font-size:14px;
		height: 378px;
		position: relative;
	}
	*/
}
@media only screen and (min-width: 1024px) {
	.wrapper{
		background: #000 url(/images/star_bg3.jpg) no-repeat center top;
		-moz-background-size: 130%;
		-o-background-size: 130%;
		-webkit-background-size: 130%;
		background-size: 130%;
		background-attachment: fixed;
	}
	.logo{
		display:block;
		height:60px;
		width:auto;
		padding:30px 0;
	    float: left;
	}
	.logo img{
		display:block;
		height:100%;
		width:auto;
	}
	.header{
		height:120px;
		display:block;
	}
	.smalllogo, .smallbtn, .smallnav{
		display:none;
	}
	.social{
		display: block;
		float: right;
		width: 110px;
		padding: 47px 0 0 0;
	}
	.social ul{
		list-style: none;
	}
	.social ul li{
		float:left;
		display: block;
	}
	.social ul li a{
		width:35px;
		margin:0px 10px 0 0;
		float:left;
	}
	.nav{
		display:inline-block;
		float:left;
		padding: 47px 0 0 160px;
	}
	.nav ul{
		list-style: none;
		border-right: 1px solid rgba(255,255,255,0.5);
		padding-right:25px;
	}
	.nav ul li{
		float:left;
		display:block;
		font-size:16px;
	}
	.nav ul li a{
		margin: 0 19px 10px;
		color:#fff;
		padding-bottom: 5px;
	}
	.navactive{
		/*padding: 0 19px 5px;*/
		color:#fff;
		border-bottom:2px solid #f7aa17;
	}
	.largeimg{
		display:block;
	}
	.smallimg{
		display:none;
	}
	.counter{
		display:table;
		width:100%;
	}
	.counterhead{
		font-size: 20px;
	}
	.countertext {
		background-color: #f3f3f3;
		width: 50%;
		/* float: left; */
		-webkit-box-shadow: inset -10px 0 5px -5px #e2e2e2;
		box-shadow: inset -10px 0 5px -5px #e2e2e2;
		display: table-cell;
		vertical-align: middle;
		font-size:20px;
		padding: 20px 70px;
	}
	.countdown {
		background-color: #fff;
		width: 50%;
		/* float: right; */
		width:calc(100% - 40px);
		display: table-cell;
		vertical-align: middle;
		padding:20px;
	}
	.counterrow{
		width: calc(50% - 30px);
		display: block;
		padding: 0 0 0 30px;
		float: left;
		font-size: 14px;
	    height: 25px;
	    line-height: 25px;
	}
	.datetime{
		font-size:55px;
	}
	.timercolumn {
		width: 22.5%;
		display: inline-block;
		text-align: center;
		border-right: 1px solid #e5e5e5;
	}
	.timercolumn:last-child{
		border-right: 1px solid #e5e5e5;
	}
	.archiveheader{
		padding:35px;
		/*display: block;*/
	}
	.archive {
		padding: 0 0 40px 0;
	}
	.archiveblock{
		float:left;
		width:calc(33% - 9px);
		display:block;
		padding:0 18px 0 0;
		max-width: 400px;
	}
	.archiveblock:last-child{
		padding:0;
	}
	.bottomlogo{
		width:123px;
		height:auto;
	}
	.bottomtext{
		padding:45px 0px 30px;
		/*background-position: right top;*/
		color:#fff;
		font-size:14px;
		/*background-repeat: no-repeat;*/
		min-height:300px;
		line-height: 300%;
	}
	.mainimg{
		background: url(/images/in-logo-gray.png) no-repeat 800px -120px, linear-gradient(0deg, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: url(/images/in-logo-gray.png) no-repeat 800px -120px, -moz-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: url(/images/in-logo-gray.png) no-repeat 800px -120px, -webkit-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		-moz-background-size: 800px;
		-o-background-size: 800px;
		-webkit-background-size: 800px;
		background-size: 800px;
	}
	.bottomheader{
		font-size:20px;
		padding:25px 0 6px;
	}
	.nbottomheader{
		font-size:20px;
		padding:25px 0 25px;
	}
	.contenttext{
		padding:0px 0px;
	}
	.copyright{
		display:block;
		width:490px;
		text-align:center;
		float:left;
		margin:20px auto;
	}
	.smallcopyright{
		display:none;
	}
	.hkt{
		display:block;
		float:left;
		height:70px;
		width:264px;
	}
	.pccw{
		display:block;
		float:right;
		height:70px;
		width:200px;
	}
	.hkt img{
		width:auto;
		height:70px;
	}
	.pccw img{
		width:auto;
		height:70px;
		float:right;
	}
	.stick {
		position: fixed;
		background: #000;
		z-index: 110;
		width: 100%;
		height: 70px;
	}
	.sticknav{
		padding: 7px 0 0 160px;
	}
	.sticksocial{
		padding: 7px 0 0 0;
	}
	.headtable {
		margin: 0;
	}
	.archiveheader {
		padding: 35px 0;
	}
	.sliderarea{
		max-width:672px;
		float:left;
	}
	.sliderarea2{
		max-width:672px;
		float:left;
	}
	.notoppad{
		padding-bottom:0;
		padding-top:0;
	}
	.whiteblock{
		/*position:absolute;*/
		right:0px;
		width:86px;
		height:86px;
		text-align:center;
		background:#fff;
		float: right;
		font-size:30px;
	}
	.whiteblock_stxt{
		font-size:20px;
	}
	.whiteblock_txt {
		padding: 50px 35px;
		font-size:14px;
		line-height: 150%;
	}
	.block_txt {
		padding: 35px;
		font-size:14px;
		line-height: 150%;
	}
	.whiteblock_header{
		font-size:25px;
		/*padding-bottom:25px;
		padding: 0 72px 25px 0;*/
		padding: 0 47px 25px 0;
		line-height: normal;
	}
	.projectblock{
		/*display:table;
		width:calc(33.33% - 20px);*/
		display:block;
		width:calc(33.33% - 14px);
		margin:0 20px 20px 0;
		overflow: hidden;
		
	}
	.sloganblock {
		height:279px!important;
		font-size:30px;
	}
	.bytxt{
		font-size:20px;
		display:block;
		padding:10px 0 0 0;
	}
	.projectblock:nth-child(2n+2){
		margin:0 20px 20px 0;
	}
	.projectblock:nth-child(3n+3){
		margin:0 0 20px;
	}
	.overlayblock{
		display: table-cell!important;
	}
	.floatright {
		float: right;
	}
	.gold{
		background: url(/shortfilm/2018/images/gold.png) no-repeat left top;
		-webkit-background-size: auto 34px;
		-moz-background-size: auto 34px;
		-o-background-size: auto 34px;
		background-size: auto 34px;
		padding: 0 0 0 50px;
		display: block;
		height: 40px;
		margin: auto;
		width: 300px;
		text-align: left;
	}
	.silver{
		background: url(/shortfilm/2018/images/silver.png) no-repeat left top;
		-webkit-background-size: auto 34px;
		-moz-background-size: auto 34px;
		-o-background-size: auto 34px;
		background-size: auto 34px;
		padding: 0 0 0 50px;
		display: block;
		height: 40px;
		margin: auto;
		width: 300px;
		text-align: left;
	}
	.bronze{
		background: url(/shortfilm/2018/images/bronze.png) no-repeat left top;
		-webkit-background-size: auto 34px;
		-moz-background-size: auto 34px;
		-o-background-size: auto 34px;
		background-size: auto 34px;
		padding: 0 0 0 50px;
		display: block;
		height: 40px;
		margin: auto;
		width: 300px;
		text-align: left;
	}
	.gold_block, .silver_block, .bronze_block{
		margin:0 15px 0 0;
		width: calc(33.33% - 33px);
		float: left;
	}
	.oneline {
		display: inline-block;
	}
	/*
	.concertimg{
		background:  url(/images/Concert-Memory-BG.jpg) no-repeat top center;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}*/
}
@media only screen and (min-width: 1200px) {
	.bx-wrapper{
		width:672px;
		float: left;
	}
	.sliderblock{
		max-width: 468px;
		float: left;
		width: 468px;
		display: table;
		color:#fff;
		font-size:14px;
		height: 378px;
		position: relative;
	}
}
@media only screen and (min-width: 1400px) {
	.mainimg{
		background: url(/images/in-logo-gray.png) no-repeat 1100px -120px, linear-gradient(0deg, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: url(/images/in-logo-gray.png) no-repeat 1100px -120px, -moz-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		background: url(/images/in-logo-gray.png) no-repeat 1100px -120px, -webkit-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		-moz-background-size: 800px;
		-o-background-size: 800px;
		-webkit-background-size: 800px;
		background-size: 800px;
	}
	.concertmemoryimg{
		background:  url(/images/Concert-Memory-BG3.jpg) no-repeat center center;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding: 60px 0px!important;
	}
}
@media only screen and (min-width: 1800px) {
	.wrapper{
		background: #000 url(/images/star_bg2.jpg) no-repeat right top;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		-webkit-background-size: 100%;
		background-size: 100%;
		background-attachment: fixed;
	}
	.concertmemoryimg{
		background:  url(/images/Concert-Memory-BG3.jpg) no-repeat center top;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding: 60px 0px!important;
	}
}
@media not all and (min-resolution:.001dpcm) { @media
{
	@media only screen and (min-width: 320px) {
		.mainimg{
			background: url(/images/in-logo-gray-50.png) no-repeat 300px -120px, -webkit-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		}
	}
	@media only screen and (min-width: 768px) {
		.mainimg{
			background: url(/images/in-logo-gray-50.png) no-repeat 500px -120px, -webkit-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		}
	}
	@media only screen and (min-width: 1024px) {
		.mainimg{
			background: url(/images/in-logo-gray-50.png) no-repeat 800px -120px, -webkit-linear-gradient(top, rgba(26,34,38,1) 0%, rgba(46,54,58,1) 100%);
		}
	}
}}

