body{
	background:#f2f2f2;
	font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}

body, input, textarea, select, button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
   overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-right:10px;
	padding-left:10px;
}

button, input{
	outline:none;
}

button{
	border:none;
}

img{
	max-width:100%;
}

ul,li{
	margin:0;
	padding:0;
	list-style: none;
}

a{
	color:#333;
}

a:hover{
	color:#f08200;
}

a:hover, a:focus{
	text-decoration:none;
}

.icon-img{
	background-image:url(../image/icon.svg);
	background-repeat:no-repeat;
}

.img-box-w-tit a:hover h1, .carousel-inner > .item:hover h1, .item-tit a:hover, .headline-item .item-tit, .headline-item .item-tit a{
	color:#f08200;
}

.row{
	margin-left:-10px;
	margin-right:-10px;
}

.side-col .row, .gp-item .row{
	padding-bottom:0;
}

.col-content > .row{
	margin-bottom:30px;
}

.eve-banner{
	margin-bottom:30px;
}

@media (min-width: 768px){
	.eve-banner{	
		width:1040px;
		margin-left:-160px;
	}
}

@media (min-width: 992px){
	.eve-banner{
		width:1340px;
		margin-left:-205px;
	}
}

@media (min-width: 1200px){
	.eve-banner{
		width:1440px;
		margin-left:-220px;
	}
}

@media (max-width: 767px){
	.eve-banner{
		margin-left:-15px;
		margin-right:-15px;
        margin-top:30px;
	}
.top-banner{padding:20px 0;}
}

/** Header start **/
header, .hd-social, .hd-social a , .hd-social a i, .logo img{
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.form-search, .form-field{
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-3by2{
	padding-bottom:56.3%;
}

.embed-responsive.embed-responsive-1by1{
	padding-bottom:100%;
}

header{
	position:fixed;
	left:0;
	top:0;
	right:0;
	z-index:20;
}

footer{
	background:#636363;
	color:#CCC;
}

footer a{
	color:#CCC;
}

.top-link{
	background:#f08200;
}

#DATE{
color:#FFF;
font-size: 1.3rem;
    font-family: arial;
    font-weight: bold;
    line-height: 32px;
    margin-right: 10px;
}

.brand-logo{
	float:left;
	margin:0;
	background:#f08200;
}

.brand-logo a{
	display:block;
	text-indent:-9999px;
	background-image:url(../image/logo.svg);
	background-repeat:no-repeat;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.dt-menu{
	
}

.dt-menu > ul{
	float:left;
}

.dt-menu ul:after, .breadcrumbs:after, .share-group:after, .footer-nav-short:after, .footer-nav ul:after, .form-search:after, .gp-item:after{
	content:' ';
	display:block;
	clear:both;
}

.form-field{
	padding-left:10px;
	padding-right:10px;
	border:1px solid #DDD;
}

.btn-search{
	color:#FFF;
	font-size:1.6rem;
}

.btn-search:active{
	background:#636363;
}

	/***************** Nav menu for mobile start *****************/
	.nav-btn{
	    position: absolute;
	    top:0;
	    right:0;
	    display:none;
	}
	.nav-btn div{
	    position: absolute;
	    top:20px;
	    right:15px;
		width: 20px;
	    height: 13px;
	    overflow: visible;
	    line-height: 13px;
	    font-size: 1px;
	    float: left;
	    cursor: pointer;
	}

	.nav-btn div div{
		position: absolute;
	    background-color: #FFF;
	    overflow: hidden;
	    z-index: 1;
	    width: 20px;
	    height: 2px;
	    left: 0px;
	    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}

	.nav-btn div div:nth-child(1){
		-webkit-transform-origin: 0px 1.5px;
	    -ms-transform-origin: 0px 1.5px;
	    transform-origin: 0px 1.5px;
	    top: 0px;
	    z-index: 2;
	}

	.nav-btn div div:nth-child(2){
		top: 5px;
	    z-index: 1;
	}

	.nav-btn div div:nth-child(3){
		-webkit-transform-origin: 0px 1.5px;
	    -ms-transform-origin: 0px 1.5px;
	    transform-origin: 0px 1.5px;
	    top: 10px;
	    z-index: 3;
	}

	.nav-btn.active div div:nth-child(1){
		-webkit-transform:translateY(-2px) rotate(45deg);
		-ms-transform:translateY(-2px) rotate(45deg);
		transform:translateY(-2px) rotate(45deg)
	}
	.nav-btn.active div div:nth-child(2){
		opacity:0
	}
	.nav-btn.active div div:nth-child(3){
		-webkit-transform:translateY(2px) rotate(-45deg);
		-ms-transform:translateY(2px) rotate(-45deg);
		transform:translateY(2px) rotate(-45deg)
	}

	/***************** Nav menu for mobile end *****************/

	/***************** Social media start *****************/
	.hd-social{
		height:30px;
	}

	.hd-social{
		max-width:1000px;
		width:100%;
		margin:0 auto;
		clear:both;
	}

	.hd-social:after{
		content:' ';
		display:block;
		clear:both;
	}

	.hd-social li{
		float:right;
		position:relative;
	}

	.hd-social li a{
		display:block;
		height:30px;
		margin-left:15px;
		color:#FFF;
	}

	.hd-social li a .fa{
		line-height:30px;
		font-size:2rem;
	}

	.hd-social li a:hover .fa{
		opacity:0.7;
	}

	.ft-social ul{
		padding-top:16px;
		float:right;
	}

	.ft-social li{
		padding:5px;
	}

	.ft-social li a{
		width:30px;
		height:30px;
		line-height:30px;
		color:#FFF;
		border-radius:4px;
		font-size:2rem;
		display:block;
		text-align:center;
		overflow:hidden;
	}

	.ft-social li a span{
		display:block;
		width:30px;
		height:30px;
	}

	.ft-social .ic-social-fb span{background-color:#FFF;}
	.ft-social .ic-social-weibo a{background-color:#f9b62a;}
	.ft-social .ic-social-wechat a{background-color:#008834;}
	.ft-social .ic-social-yt a{background-color:#d02722;}
	.ft-social .ic-social-fb span{background-position:-30px 0;}
	.ft-social .ic-social-weibo span{background-position:0 0;}

	.hd-social li.ic-social-wechat:hover .wechat-tooltip{
		display:block;
	}

	.hd-social li:hover span{
		opacity:0.7;
	}
	/***************** Social media end *****************/
	
	/***************** window scroll add act  *****************/
	header.act{box-shadow:0 0 3px #000;}

/***************** Header end *****************/

.container{
	margin:0 auto;
}

.gp-box, .gp-box-img{
	margin-bottom:30px;
}

.gp-tit{
	background:#f08200;
	color:#FFF;
	font-size: 1.8rem;
	font-weight:600;
	height:30px;
	padding:6px 40px 0 20px;
	margin: 2px 0;
	position:relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.gp-tit a{
	position:absolute;
	top:0;
	right:0;
	display:block;
	background:#636363;
	height:30px;
	line-height:30px;
	width:30px;
	color:#FFF;
	text-align:center;
	border-left:2px solid #FFF;
}

.mb-10{
	margin-bottom:10px;
}

.mb-20{
	margin-bottom:20px;
}

.mb-30{
	margin-bottom:30px;
}

.ad-wrap{
	text-align:center;
	overflow:hidden;
}

.ad-wrap > div{
margin-bottom:20px;
}

@media (max-width: 767px){
.ad-wrap{margin-top:20px;}
}

.carousel-inner > .item img{
	width:100%;
	min-height:100%;
}

.form-control{
	border-radius:0;
	outline:none;
	box-shadow:none;
}
.form-control:focus{
	border:1px solid #CCC;
}

.home-page .gp-tit{
	margin-bottom:2px;
}

.item-o-tit{
	border-bottom:1px solid #CCC;
	padding:15px 0;
	font-size: 1.6rem;
}

.item-o-tit:last-child{
	border:none;
}

.item-o-tit a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-tit-w-content{
	
}

.gp-item{
	border-bottom:1px solid #CCC;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}

.gp-item:first-of-type{
	padding-top:10px;
}

.item-img{
	
}

.item-info{
	position:initial;
}

.item-tit{
	margin:0;
	font-size: 1.6rem;
	font-weight:600;
	line-height: 22px;
}

.item-tit a{
}


.side-col .gp-item .item-tit{
	font-weight:100;
}
.side-col .gp-item .item-tit a{
	color:#666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
	font-size: 1.4rem;
}

.side-col .gp-item .item-img img{
	width:100%;
}
.headline-item .item-tit{
	font-size:1.8rem;
}
.headline-item .item-tit a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-content{
	font-size:1.3rem;
	line-height:1.5rem;
	color:#666;
	text-indent:2em;
	margin:5px 0 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item-info .item-content{-webkit-line-clamp: 2;}
.headline-item .item-content{-webkit-line-clamp: 2;}

.item-date{
	font-size:1.4rem;
	color:#666;
}

.item-info .item-date{
	margin:0;
	position:absolute;
	bottom:12px;
	font-size:1.2rem;
	font-family:arial;
}

.side-col .gp-tit{
	background:#636363;
	text-align:center;
	padding:6px 0 0;
}

.side-col .gp-item{
	border:none;
	padding-top:0;
}

.side-col .item-info{
	padding-left:0;
}

.article-date .item-date, .article-editor .item-editor{
	text-align:right;
	line-height:27px;
}

.article-editor .item-editor span:last-child{
    margin-left:10px;
}

.item-info .fb-like{
	position:absolute;
	bottom:10px;
	right:0;
}

.img-box-video{
	text-align:center;
	display:block;
}

.img-box-video a{
	display:block;
}

.share-group{

}

.share-group:after{
    content:' ';
    display:block;
    clear:both;
}

.share-group > a{
    font-size:1.8rem;
	text-decoration:none;
    width:30px;
    float:left;
    display:block;
    text-align:center;
    color:#666;
}

.share-group > a:hover{
    color:#f08200;
}

.social-share .social-share-icon{
	font-size:1.9rem;
	color:#666;
}

.social-share .social-share-icon:hover{
	color:#f08200;
	background:none;
}

.social-share .social-share-icon{
	border:0;
	height:initial;
	width:initial;
	line-height:initial;
}

.share-group .fb-like{
    margin-right:4px;
    margin-top:2px;
    float:left;
}

.cp-popup{
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    width:160px;
    height:56px;
    margin-left:-80px;
    margin-top:-28px;
    line-height:56px;
    z-index:999;
    background:rgba(0, 0, 0, 0.6);
    color:#FFF;
    font-size:1.6rem;
    text-align:center;
    border-radius:4px;
    box-shadow:inset 0 0 0 1px #f2f2f2, 0 0 4px #000;
}



.fb-widget-wrap{
	float:left;
	margin-right:10px;
}

.headline-item{
}

.headline-item .item-tit{
	margin-bottom:10px;
}

.headline-item .gp-tit{
	margin-bottom:2px;
}

.headline-item{
	border-bottom:1px solid #CCC;
	padding:10px 0;
}

.headline-item:last-child{
	border:none;
	padding-bottom:0;
}

.img-box-w-tit{
	position:relative;

}

.img-box-w-tit a{
	color:#FFF;
	position:relative;
	display:block;
	overflow:hidden;
}

.carousel-inner > .item a{
	color:#FFF;
	position:relative;
	display:block;
}

.img-box-w-tit a:before, .carousel-inner > .item a:before{
	content:' ';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:1;
	background: rgba(254,254,254,0);
	background: -moz-linear-gradient(top, rgba(23,23,23,0) 46%, rgba(23,23,23,1) 93%);
	background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(23,23,23,0)), color-stop(93%, rgba(23,23,23,1)));
	background: -webkit-linear-gradient(top, rgba(23,23,23,0) 46%, rgba(23,23,23,1) 93%);
	background: -o-linear-gradient(top, rgba(23,23,23,0) 46%, rgba(23,23,23,1) 93%);
	background: -ms-linear-gradient(top, rgba(23,23,23,0) 46%, rgba(23,23,23,1) 93%);
	background: linear-gradient(to bottom, rgba(23,23,23,0) 46%, rgba(23,23,23,1) 93%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#171717', GradientType=0 );
}

.img-box-w-tit img{
	position:relative;
	z-index:0;
	width: 100%;
	min-height:100%; 
	/* overflow: hidden; */
}

.img-box-w-tit h1, .carousel-inner > .item h1{
	position:absolute;
	left:0;
	right:0;
	z-index:2;
	margin:0;
	overflow: hidden;
	font-weight:600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow:0 1px 2px rgba(0, 0, 0, .6);
}

.box-s.img-box-w-tit h1{
	bottom:15px;
	padding:0 15px;
	font-size: 1.8rem;
	line-height:2rem;
}

@media (max-width: 767px){
    .carousel-inner > .item h1{
        bottom:15px;
        padding:0 15px;
        font-size: 1.8rem;
        line-height:2rem;
    }
}

.box-b.img-box-w-tit h1, .carousel-caption{
	bottom:30px;
	padding:0 30px;
	font-size:2.4rem;
}

.top-side-box .img-box-w-tit:first-of-type{
	margin-bottom:14px;
}

.author-item-box{
	margin-bottom:20px;
}

.author-item-box .author-avatar{
	margin:0;
	position:relative;
}

.author-item-box .author-avatar img{
	width:100%;
}

.new-mark{
	position:absolute;
	top:0;
	left:0;
	width:80px;
	height:80px;
	background:url(http://www.orangenews.hk/cartoon/images/newmark.png) no-repeat;
	display:none;
}

.new-mark.newmark-active{
	display:block;
}

.author-item-box ul{

}

.author-item-box li{
	border-bottom:1px solid #CCC;
}

.author-item-box li:last-child{
	border:none;
}

.author-item-box li a{
	display:block;
	line-height:40px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:1.5rem;
}

.modal-dialog{

}

.modal-dialog button.close{
	position: absolute;
    top: 5px;
    right: 5px;
}

.modal-content{
	background:#FFF;
	color:#303030;
	padding:10px;
}

.modal-content p{
	text-align:center;
	font-size:1.8rem;
	font-weight:600;
	padding:0 16px;
}

.more{
	background:#CCC;
	text-align:center;
	height:30px;
}

.more a{
	color:#666;
	line-height:30px;
}

.video-js{
	width:initial !important;
	height:initial !important;
	background:none !important;
    max-width:100%;
}

.video-js .vjs-tech{
	position:relative !important;
}



.topic-title{
	
}

.topic-title a{
	padding-left:60px;
	background:url(http://www.orangenews.hk/test/images/topic-lable.png) left top no-repeat;
	font-size:2rem;
	line-height:2.2rem;
	display:block;
	color:#fc8d1d;
}


/***************** Article gallery start *****************/
.img-gallery{
	text-align:center;
}
.img-gallery li{
	margin-bottom:20px;
}
.img-gallery-item{
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.35);
	box-shadow:0 0 3px rgba(0, 0, 0, 0.35);
	background:#FFF;
	padding:5px;
}
.img-gallery img{
 	cursor:pointer;
 	margin:0 auto;
}
.img-gallery .gallery-title{
	font-size:1.4rem;
	color:#555;
	margin:10px;
}
.img-gallery .gallery-desc{
	font-size:1.2rem;
	color:#999;
}
.image-gallery{
	padding:0 !important;
}
.image-gallery .modal-dialog, .image-gallery .modal-content, .image-gallery .modal-body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border-radius:0;
	box-shadow:0;
	border:0;
} 
.image-gallery .modal-content {
	background:#111;
}
.image-gallery .modal-body {
	padding:0;
	position:relative;
}
.image-gallery .modal-dialog img {
	text-align:center;
	margin:0 auto;
	max-height:100%;
	box-shadow:0 0 6px #000;
}
.gal-controls, .gal-close{
	position:absolute;
	opacity:0.3;
	color:#FFF;
	text-decoration: none;
	text-shadow:0 1px 1px #111;
}
.gal-controls{  
	display:block;
	font-size:11px;
	padding-top:8px;
	font-size:40px;
	font-weight:bold;
	text-align: center;  
	padding:0;
	top:50%;  
	width:40px;
	height:40px;
	line-height:40px;
	margin-top:-20px;   
}
.gal-controls:hover, .gal-close:hover{
	opacity:1;
	color:#FFF;
}
.gal-next {
	right:0;
}
.gal-previous{
	left:0;
}
.gal-close{
	top:0;
	right:0;
	background:none;
	color:#FFF;
	font-size:30px;
	border:0;
	width:40px;
	height:40px;
	line-height:40px;
	padding:0;
}
.gal-amount{
	position:absolute;
	top:0;
	right:50px;
	height:40px;
	line-height:40px;
	color:#777;
}
/***************** Article gallery end *****************/


/***************** Breadcrumbs start *****************/
.breadcrumbs{
	margin-bottom:30px;
}

.breadcrumbs , .breadcrumbs a{
	color:#666;
	font-size: 1.5rem;
}

/* .breadcrumbs a{
	margin-right:20px;
}

.breadcrumbs a:after{
	content: "\f105";
	margin-right:-10px;
	margin-left:10px;
} */

.breadcrumbs li{
	float:left;
	font-size:1.5rem;
}

.breadcrumbs li .fa{
	margin:0 10px;
}

.breadcrumbs li, .breadcrumbs li a{
	color:#666;
}
/***************** Breadcrumbs end *****************/

/***************** Article page start *****************/
.bloger-panel, .article-hd, .article-ft{
	padding-left:30px;
	padding-right:30px;
}

.bloger-avatar{
	
}

.bloger-name{
	font-size:2rem;
	color:#666;
	line-height:40px;
}

.bloger-intro{
	font-size:1.5rem;
	color:#999;
}

.bloger-info{

}

.article-hd{
	border-bottom:1px solid #CCC;
	padding-top:20px;
	padding-bottom:30px;
}

.article-tit{
	font-size:2.8rem;
	color:#333;
	margin-bottom:20px;
}

.article-content{
	font-size:1.6rem;
	color:#333;
	line-height:25px;
	word-break: break-word;
	overflow:hidden;
	padding:30px;
	text-align: justify;
}

.article-content p{
	margin-bottom: 15px;
}

.article-content img{
	height: auto!important;
    position:relative;
    z-index:1;
    margin-bottom:10px;
}

.article-content.wo-i-mb img{
    margin-bottom:0;
}

.article-content .thumbnail{
	background:none;
	border:none;
	font-size:1.6rem;
	color:#999;
	margin: 0 0 30px;
    padding:0;
    position:relative;
}

.article-content .thumbnail .caption{
    text-align:center;
    color:#999;
}

.article-content .thumbnail .caption p{
    
}

.article-content.wo-i-mb .thumbnail .caption{
    margin-top:10px;
}

.article-ft{
	margin-top:30px;
	margin-bottom:30px;
}
/***************** Article page end *****************/

/***************** Slide show start *****************/
.carousel-indicators{
	top:30px;
	right:30px;
	left:initial;
	bottom:initial;
	width:auto;
	text-align:right;
	margin:0;

}

.carousel-indicators li{
	margin:0 0 0 10px;
	float:left;
	box-shadow:1px 1px 2px #333;
	border-radius:0;
}

.carousel-indicators .active{
	width:10px;
	height:10px;
	margin:0 0 0 10px;
}
.carousel-inner > .item h1{
	text-align:left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width: 100%;
	overflow: hidden;
}

/***************** Slide show end *****************/

/***************** Footer start *****************/
.footer-nav{

}

.footer-nav ul{
	padding-bottom:20px;
}

.footer-nav h3, .footer-nav-short a{
	font-size:1.5rem;
	margin:0;
	font-weight: 600;
}

.footer-nav h3 a, .footer-nav-short a{
	color:#FFF;
}

.footer-nav h3 a:hover, .footer-nav-short a:hover{
	color:#f08200;
}

.footer-nav h5{
	font-size:1.2rem;
	margin:0;
	font-weight: 600;
}

.copyright{
	font-size:1rem;
}

/***************** Footer end *****************/


@media (min-width:768px){
	.container > .row{
		padding-bottom:30px;
	}
	.modal-sm{
		width:240px;
	}
	.side-col .img-box-w-tit.box-s{
		margin-bottom:10px;
	}
	.img-box-w-tit.box-s a{
		/*width: 350px;
		height: 233px;*/
	}
	.img-box-w-tit.box-s.ibwt-col-4 a{
		/*width: 220px;
		height: 146px;*/
	}
	.img-box-w-tit.box-s.ibwt-col-6 a{
		/*width: 350px;
		height: 233px;*/
	}
	.top-side-box .img-box-w-tit{
		padding:0;
	}
	.top-side-box .img-box-w-tit.box-s a{
		/*width: 227px;
		height: 151px;*/
	}

	.img-box-video{
		margin-bottom:10px;
	}
	.img-box-video a{
		overflow:hidden;
	}
	.gp-item-w-fb .item-date, .gp-item-w-date .fb-like{
		display:none;
	}
	.gp-box-img img{
		/*width:300px;
		height:169px;*/
	}
	.topic-grid-item img{
		/*width:350px;
		height:233px;*/
		margin-bottom:20px;
	}
}

@media (min-width:992px){
	header{background:#636363;}
	.top-link{border-bottom: 2px solid #FFF;}
	.brand-logo{padding:4px 18px; margin-top:-32px; position:relative;}
	.brand-logo:before{
		content:' ';
		background:#FFF;
		width:2px;
		height:52px;
		position:absolute;
		left:0;
		bottom:0;
	}
	.brand-logo a{
		background-position:-55px 0;
		width:150px;
		height:74px;
		padding:8px 12px;
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	.gp-box-img img{
		/*width:320px;
		height:180px;*/
	}

	.carousel-inner > .item a{
		/*width: 660px;
		height: 440px;*/
		overflow: hidden;
	}
	.box-b.img-box-w-tit h1, .carousel-caption{
		font-size:2.4rem;
		line-height:2.6rem;
	}
	.img-box-w-tit.box-s a, .img-box-w-tit.box-s.ibwt-col-4 a, .img-box-w-tit.box-s.ibwt-col-6 a, .top-side-box .img-box-w-tit.box-s a{
		/*width: 300px;
		height: 200px;*/
	}
	.img-box-video a img{
		width:100%;
	}

	.dt-menu{float:left; display:block; border-left:2px solid #FFF;}
	.dt-menu > ul{padding-left:15px;}
	.dt-menu li{float:left;}
	.dt-menu > ul > li > a{
		color:#FFF;
		font-size: 1.6rem;
		font-weight: 600;
		line-height:50px;
		padding:0 12px;
		text-decoration:none;
		display:block;
		position:relative;
	}
	.dt-menu li:hover a:after{content:' ';}
	.dt-menu > ul > li:hover > a{background:#FFF; color:#333;}
	.dt-menu > ul > li.active > a:after{
		content:' ';
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		background:#f08200;
		height:4px;
	}
	.dt-menu > ul > li.active:hover a:after{
		display:none;
	}
	.dt-menu > ul > li.active:first-child:hover > a{background:none; color:#FFF;}
	.sub-menu{
		display:none;
		position:absolute;
	    /*left: 0;
	    right: 0;*/
	    padding:0 9999em;
	    margin:0 -9999em;
	    height:30px;
		background: #FFF;
		box-shadow:inset 0 -1px 0 0 #ddd;
	}
	.dt-menu ul ul{position: absolute; padding-left:6px;}
	.dt-menu li li{
		float:none;
		display:inline-block;
		line-height:30px;
		padding:0 10px;
	}
	.dt-menu li:hover .sub-menu{
		display:block;
	}
	.form-group{
		margin:0;
		padding:0;
		text-align:right;
		background:#FFF;
		position:relative;
	}
	.form-group .fa{
		position:absolute;
		top:8px;
		left:8px;
		color:#AFAFAF;
	}
	.search-wrap{
		position:absolute;
		margin-left:730px;
		padding-right:10px;
	}
	.search-wrap .ic-search .fa{
		color:#FFF;
		font-size:2rem;
		line-height:50px;
	}
	.form-search{
		position:absolute;
		top:10px;
		right:0; 
		width:0;
		overflow:hidden;
	}
	.form-group-r{
		/*padding:0; 
		text-align:center;
		position:absolute;
		top:0;
		right:10px;*/
		display:none;
	}
	.ic-search{
		cursor:pointer;
	}
	.search-wrap.active .form-search{
		width:130px;
	}
	header.act .search-wrap.active .form-search{
		width:170px;
	}
	.form-field, .btn-search{
		line-height:26px;
	}
	.form-field{
		width:0;
		background:none;
		position:relative;
	}
	.search-wrap.active .form-field{
		width:100%;
		padding-left:25px;
		/*padding-right:32px;*/
	}
	.btn-search{
		background:none;
		font-size:2rem;
		color:#636363;
	}
	.img-box-video a{
		display:block;
		overflow:hidden;
	}
	header.act .search-wrap{
		margin-left:835px;
	}
	header.act .hd-social,header.act .hd-social li a,header.act .hd-social li a i{height:0; overflow:hidden;}
	header.act .brand-logo{
		width:132px;
		background:none;
	}
	header.act .brand-logo a{
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: 0 130%;
		-moz-transform-origin: 0 130%;
		-ms-transform-origin: 0 130%;
		-o-transform-origin: 0 130%;
		transform-origin: 0 130%;
		background-position: -55px -5px;
	}
	header.act .brand-logo:before{
		display:none;
	}
	header.act .dt-menu, header.act .top-link{
		border:none;
    }

	.footer-nav h3{
		padding-top:20px;
		padding-bottom:10px;
	}
	.footer-nav h5{
		padding:10px 0;
	}

	.footer-nav .copyright{
		line-height:3rem;
		margin-top: 1rem;
	}

	.footer-nav-short{
		
	}
	.footer-nav-short .ft-nav{
		float:right;
	}
	.footer-nav-short li{
		float:left;
		padding-left:16px;
	}

	.footer-nav-short .copyright{
		float:left;
	}

	.footer-nav-short .copyright, .footer-nav-short li{
		line-height:4rem;
	}
	.gp-item-w-fb .item-date, .gp-item-w-date .fb-like{
		display:block;
	}
	.topic-grid-item img{
		width:320px;
		height:213px;
		margin-bottom:20px;
	}
	.item-info .item-tit a{
		text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	    display:block;
	}
}
@media (min-width:1200px){
	.container{width:1030px;}
	.dt-menu > ul > li > a{
		padding:0 15px;
	}
	.search-wrap{
		margin-left:790px;
	}
	.img-box-w-tit.box-s a, .img-box-w-tit.box-s.ibwt-col-4 a, .img-box-w-tit.box-s.ibwt-col-6 a, .top-side-box .img-box-w-tit.box-s a{
		/*width: 320px;
		height: 213px;*/
	}
	.img-box-w-tit.box-b a{
		/*height:440px;*/
	}
}

@media (max-width:991px){
	header{background:#f08200;}
	.brand-logo{
		margin:0 auto;
		float:none;
	}
	.box-b.img-box-w-tit h1, .carousel-caption{
		bottom: 15px;
        padding: 0 15px;
        font-size: 1.8rem;
        line-height: 2rem;
	}
	.img-box-w-tit.box-b a{
		height:316px;
	}
	.brand-logo a{
		width:260px;
		height:50px;
		margin:0 auto;
		padding:8px 12px;
		background-position:center -5px;
		background-size:75%;
	}
	.nav-btn, .mobile-logo{display:block;}
	.hd-social, .search-wrap .ic-search, .item-content, .form-group .fa{display:none;}
	.form-field, .btn-search{
		line-height:40px;
		width:100%;
	}
	.btn-search{background:#f08200;}
	.navbar-menu{
		max-height:0px;
		position:fixed;
		top:50px;
		left:0;
		right:0;
		bottom:0;
		z-index:20;
		background:#FFF;
		overflow:hidden;
		-webkit-overflow-scrolling: touch;
	    -webkit-transition: max-height 0.25s ease-out;
		-moz-transition: max-height 0.25s ease-out;
		transition: max-height 0.25s ease-out;
	}
	.navbar-menu.active{
		max-height:500px;
		overflow-y:auto;
	    -webkit-transition: max-height 0.25s ease-in;
		-moz-transition: max-height 0.25s ease-in;
		transition: max-height 0.25s ease-in;
		box-shadow: 0 2px 2px #C1C1C1;
	}
	.navbar-menu > ul{float:none;margin-bottom:20px;}
	.navbar-menu > ul > li{display:block;float:none;}
	.navbar-menu a{
		display:block;
		line-height: 40px;
		padding-left:16px;
		color:#666;
	}
	.navbar-menu a:hover{background:#EEE;}
	.navbar-menu .sub-menu{
		display:none;
	}
	.form-group{padding-right:0;}
	.gp-item-tit{line-height:1.8rem; -webkit-line-clamp: 2;}
	.bloger-panel, .article-hd, .article-ft{padding-left:0;padding-right:0;}
	.side-col-adv{
		display:none;
	}
	.footer-nav{
		text-align:center;
		padding-top:20px;
	}
	.footer-nav ul{
		display:inline-block;
		margin:0 auto; 
		padding:0; 
	}
	.footer-nav ul li{
		display:inline-block;
		padding:0 5px;
		width:auto;
	}
	.footer-nav h3{
		/*margin-top:20px;
		margin-bottom:10px;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
		background:#545454;*/
		margin:0 5px;
	}
	.footer-nav h5{display:none;}
	.footer-nav-short + .copyright{
		text-align:center;
	}
	.footer-nav-short{
		text-align:center;
		padding-top:10px;
		padding-bottom:20px;
	}
	.footer-nav-short ul{
		margin:0 auto;
	}
	.footer-nav-short li{
		display:inline-block;
		padding:0 5px;
		line-height:3rem;
	}
	.footer-nav ul li h3, .footer-nav-short li a{
		font-size:1.3rem;
		margin:0 2px 5px;
	}
	.spc-col, .ft-social{display:none!important;}
	.copyright{text-align:center; line-height:1.6rem; padding-top:10px; padding-bottom: 20px;}
	.copyright span{
		display:block;
	}
	.item-info .item-tit a{
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    text-overflow: ellipsis;
	    overflow:hidden;
	}
}

@media (max-width:767px){
	.modal-sm{
		width:240px;
		max-width:90%;
		text-align:center;
		margin:40px auto;
	}
	.img-box-w-tit.box-b a{
		height:initial;
	}
	.top-side-box .img-box-w-tit{
		
	}
	.top-side-box .img-box-w-tit:first-of-type{
		margin-bottom:20px;
	}
	.top-side-box .img-box-w-tit:last-of-type{
		
	}
	.boxs-row-third .box-s:nth-child(3){
		display:none;
	}
	.img-box-w-tit, .carousel{
		margin-bottom:20px;
	}
	.article-content{
		padding:30px 10px;
	}
	.topic-grid-item img{
		width:100%;
		height:initial;
		margin-bottom:20px;
	}
	.img-box-video a{
		margin-bottom:10px;
	}
	.img-box-video img{
		max-width:300px;
	}
	.top-m-banner{
		margin-bottom:20px;
	}
	.ad-wrap{
		padding-bottom:20px;
	}
	.cn-tp-banner{
		margin-bottom:20px;
	}
	.to-topic{
		position:fixed;
		left:0;
		right:0;
		bottom:0;
		background:#fff;
		font-size:1.6rem;
		z-index:999;
	}
	.to-topic p{
		margin:0;
	}

	.to-topic a{
		display:block;
		padding:10px 10px 10px 60px;
		text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
		color:#fc8d1d;
		background:url(http://www.orangenews.hk/test/images/topic-lable.png) left center no-repeat;
		
	}
}

.video-js .vjs-progress-control .vjs-mouse-display{white-space:nowrap;}
.embed-responsive-16by9{padding-bottom:56.25%;}
.bf-top-banner{
	margin-bottom: 15px;
}
.go-home{
	padding: 10px 15px;
	font-size: 16px;

}
.go-home .active{
	color: #FF9800;
}