﻿/*** Common Style ***/
/**@import "font-awesome-sprockets";**/
/**  @import "font-awesome";**/
* {
    outline: none;
}
html, body { 
    margin:0; 
    padding: 0; 
    font-family: 'Roboto Slab', 'Heiti TC', 'Microsoft Jhenghei', serif;
    font-size: 13px; 
    color: #333; 
}

a {
    outline: none;
	color:#E7BE4C;
}
a:hover, a:focus {
    opacity: 0.8;
    text-decoration: none;
	color:#CCC;
}
.title {
    /*font-size: 25px;*/
    /*line-height: 39px;*/
    font-size: 1.92em;
    line-height: 1.56;
    margin: 0;
}
.subtitle {
	font-size:1.54em;
	
}
.form-blank {
	background:none;
	font-size:inherit;

}

img{ max-width:100%;}
.clearfix {
    clear: both;
    margin: 0;
    padding: 0;
}
img{ max-width:100%;}
ul {
    margin: 0;
    padding: 0;
}

.btn-primary {background:#e7be4c; border:0; color:#000; text-shadow:none;}
.btn-primary:focus, .btn-primary:hover {background:#65055e}
/*** Home Page Style ***/
.header-wrap {
    width: 100%;
    background: #65055E;
    height: 80px;
    z-index: 99;
}
.home .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    /*background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/bg-header.png') repeat-x scroll left top transparent;*/
	/*background: rgba(101,5,94,.8);*/
	background: transparent;
}
.header {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
	padding: 0 20px;
}
.header .logo {
    /*position: absolute;
    left: 0;
    top: 12px;*/
	float:left;
	margin-top: 12px;
}
.header-wrap .language-bar {
    /*position: absolute;
    right: 0;
    top: 0;*/
}
.language-bar a {
    display: block;
    width: 55px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.15em;
    color: #000;
	position:relative;
	/*left:55px;*/
}
.language-bar a {
    background: #E9BE4D;
}
.language-bar a:first-child {
    background: #D7AE45;
}
.header .right-nav {
    float: right;
}
.header .right-inner-nav {
    margin-top: 15px;
	padding: 0 10px;
}
.header .right-nav > div {
    display: table-cell;
	vertical-align: middle;
}


.right-nav .search-wrap {
    display: inline-block;
    vertical-align: top;
    /*margin-right: 20px; */
    position:relative;
    /*display:none;*/
}
.right-nav .search-wrap .ico-search {
    background:url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-mag.png') no-repeat scroll center center;
    width:50px;
    height:50px;
    display: inline-block;
    outline: none; position:relative; z-index:9999;
}
.right-nav .nav {
    display: inline-block;
    vertical-align: top;
}
.right-nav .nav a {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    margin-right: 15px;
}

.right-nav .nav.btnSignOut {
    display: none;
}

.right-nav .font-wrap {
    background: #0D030E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 8px 25px;
    display: inline-block;
}
.right-nav .font-wrap a {
    color: #CCCCCC; /*#4D4D4D;*/
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
    outline: none;
}
.right-nav .font-wrap a:hover {
    color: #fff;
}
.right-nav .font-wrap a.active {
    color: #fff;
    text-decoration: underline;
}
.font-wrap a.small {
    font-size: 15px;
}
.font-wrap a.medium {
    font-size: 20px;
}
.font-wrap a.large {
    font-size: 25px;
}
/*offcanvas*/
.glyphicon-cog {font-size:2.3em; color:#CCC}
.navbar-default { background: rgba(101,5,94,.8); border:0; }
.navbar-content { width:100%; max-width:1600px; margin: 0 auto;}

.navbar-content .logo { 	float:left;	margin-top: 12px; margin-left:20px;}
.navbar-content .right-nav { float:right; padding-right:20px;}
.navbar-content .right-nav >div{ display:table-cell; vertical-align:middle;}
.navbar-content .right-inner-nav { padding-right:20px;}


/*Search Top-Title and Search Menu*/
.navbar-toggle { /*margin-top: 23px; margin-right: 25px;*/ background:#636; padding:23px; margin:0; border-radius:0 }
.nav-tabs>li>a:hover {border-color:rgba(255,255,255,0);} /*New in 20150909*/
.navbar-default .navbar-toggle {border:none; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background:#606;}
.offcanvas {padding:20px; font-size:1em;}
.offcanvas .language-bar a {display:inline-block; left:0; color:#000}
.offcanvas > div {margin-bottom:15px; color:#cdcdcd; border-bottom:1px dashed #666; padding-bottom:15px;}
.offcanvas a {color:#E9BE4D}
.offcanvas .search_box { position:relative; right:0;}
.navmenu-inverse, .navbar-inverse .navbar-offcanvas {background-color:#541753 !important}
.offcanvas div.btnSignOut {display:none;}



@media (min-width:768px) {
	#rightSlidNavMenu.offcanvas.in { display:none; }
}

/*signin signup*/

.top-box {
	padding-top:80px;
	margin:0 auto;
}
.form-signin,.form-signup {
	width:100%;
	margin:0 auto;
	padding-bottom:50px;
}
.bootstrap-select {
	/*margin-bottom:15px;*/
}
.bootstrap-select>.dropdown-toggle {
	height:50px;
}
.form-signin submit {
	margin-bottom:50px;
}
.form-signin > div {
	margin:10px 0;
}
.form-signup > div:last-child {
	margin-bottom:60px;
}
.form-signin {
	padding:5px 15px;
    max-width:500px;
}
.form-signin .form-control {
	margin:10px 0;
}
.form-signin span.error {
	color:red;
}


/*top filter*/
.top-filter{
	padding-top:80px;
	margin:0 auto;
	background:#f6f6f6;
}
.top-filter .nav-tabs>li {height:45px;}
#filter-tab {font-family:inherit;}
.top-filter .tab-pane {margin:0 auto;}
.top-filter .wrapper,
.top-box .wrapper {padding:0 30px;}
.top-filter .title,
.top-box .title {margin-top:20px; color:#65055E; margin-bottom:20px}
.search .top-filter .title {border-left:5px solid #e7be4c;}
.search .top-filter .tab-pane .title {border-left:0 !important;}
.search .top-filter .push-right {margin:20px 0}

#filter-tabs a {font-size:1.5em; color:#878078}
.top-filter .wrapper.separator-primary {border-bottom:5px solid #d3d3d3; }
.top-filter .wrapper.separator-secondary {border-top:10px solid #dbdbdb}
.top-filter .wrapper .nav-tabs {padding:15px 0 0 15px}
.top-filter .nav-tabs>li.active>a, .top-filter .nav-tabs>li.active>a:focus, .top-filter .nav-tabs>li.active>a:hover {background:none;}
.top-filter .tab-content {background:#ECECEC; padding:15px; margin:0}
.top-filter .tab-pane label.checkbox,
.top-filter .tab-pane label.radio  {
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
	background:#000;
	padding:10px 20px;
	border-radius:5px;
	color:#E7BE4C;
	margin:5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	vertical-align:super;
}
.top-filter .tab-pane label.checkbox:hover,
.top-filter .tab-pane label.radio:hover{
	background:#E7BE4C;
	color:#fff;
}
.top-filter .tab-pane label.checkbox span,
.top-filter .tab-pane label.radio span {
    float: left;
}
.top-filter .tab-pane label.checkbox span.checkbox-button,
.top-filter .tab-pane label.radio span.radio-button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #808080;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
	margin-right:5px;
}

.top-filter .tab-pane label.checkbox input[type="checkbox"]:checked + span.checkbox-button:after,
.top-filter .tab-pane label.radio input[type="radio"]:checked + span.radio-button:after {
	opacity:1;
}

#filter-tabs li a,
.gallary-wrap .tab-wrap li a {
	border-bottom:5px solid rgba(255,255,255,0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .4s ease-in-out;	
	
}

#filter-tabs li.active a{border-bottom:5px solid #e7be4c;}
#filter-tabs li.active a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(231, 190, 76, 0);
	border-top-color: #e7be4c;
	border-width: 15px;
	margin-left: -15px;}
#filter-tabs li a span {font-family:'Roboto Slab', 'Heiti TC', 'Microsoft Jhenghei', serif; margin-left:10px}

#filter-tabs .glyphicon:before {background-repeat:no-repeat; background-position: left center; display:inline-block; width:20px; height:20px; content:""; }

.icon-filter-fulltext:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-fulltext.png)}
.icon-filter-category:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-categories.png)}
.icon-filter-media:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-media.png)}
.icon-filter-orientation:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-orientation.png)}
.icon-filter-colour:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-colour.png)}
.icon-filter-people:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-people.png)}
.icon-filter-date:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-time.png)}
.icon-filter-album:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-album.png)}
.icon-filter-reverse-category:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-reverse-categories.png)}
.icon-filter-reverse-fulltext:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-reverse-fulltext.png)}
.icon-filter-reverse-media:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-reverse-meida.png)}
.icon-filter-reverse-orientation:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-reverse-orientation.png)}
.icon-filter-reverse-colour:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-reverse-colour.png)}
.icon-filter-reverse-people:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-reverse-people.png)}
.icon-filter-reverse-date:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-reverse-time.png)}
.icon-filter-reverse-album:before {background-image:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-filter-reverse-album.png)}

.top-filter .label-info {background-color:#000;}
.top-filter .label {
    display: inline;
    padding: 10px;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    margin: 5px 0;
}
.top-filter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	/*width:400px;*/
}
.top-filter .bootstrap-select.btn-group .dropdown-menu li a span.text {
	line-height:40px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-image: linear-gradient(to bottom,#f5f5f5 0,#f5f5f5 100%);
}
.top-filter .form-control {
	margin:0;
}

.top-filter .color-picker {margin:0;}
.top-filter .color-picker label input[type="radio"] {display:none;}
.top-filter .color-picker {text-align:left;}
.top-filter .color-picker label.radio span {
    float: left;
}
.top-filter .color-picker label.radio {padding:0; margin-right:5px;}
.top-filter .color-picker label.radio span.radio-button {
    border: 0;
    cursor: pointer;
    display: block;
    height: 33px;
    position: relative;
    width: 33px;
	top:5px;
	border-radius:0;
}
.top-filter .color-picker label.radio:hover{
	background:none;
	color:#fff;
}
.top-filter .color-picker label.radio span.radio-button:after {
    /*content: url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/color-picker-checked.png) !important;*/
    opacity: 0;
    position: absolute;
	/*left:-2px;
    top:-4px;*/
	background:none;
	width:100%;
	height:100%;
	border: 5px solid #E7BE4C;
	content:"";
}
.top-filter .color-picker label.radio input[type="radio"]:checked + span.radio-button:after {
    opacity: 1;
}

.top-filter .color-picker label span.grey {background:#808080 !important;}
.top-filter .color-picker label span.black {background:#000 !important;}
.top-filter .color-picker label span.white {background:#fff !important;}
.top-filter .color-picker label span.bnw {background:url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/filter-ico-color-bnw.jpg') no-repeat !important;}
.top-filter label.form-group-lg  input[type="text"]{
	background:none;
}

.top-filter .input-large {
	font-size:1.5em;
	vertical-align:middle;
	width:30%;
	
}
.top-filter .input-daterange .glyphicon {    
	height: 50px;
    background-color: #fff;
    padding: 15px;
    vertical-align: middle;
	top:0;
	/*color:#CCC;*/
	line-height:20px; !important;
}

.top-filter input[type="text"] {border:0; font-size:1.2em;}
.top-filter .date input[type="text"]  {width:143px;}
.top-filter .date span.input-group-addon  {border:0}
.top-filter input {height:50px;}
.top-filter .title input {width:100%; background:none;}
.top-filter .add-on {margin:0 15px; height:50px; line-height:50px;}

.top-filter .filter-fulltext .ico-search {
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-search.png') no-repeat scroll 50% 50%;
    width:50px;
    height:50px;
    display: inline-block;
    outline: none; 
	position:relative; 
	vertical-align: middle;
	
}
.top-filter .navbar-form {
	margin:0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color:#E7BE4C;
	background-image: linear-gradient(to bottom,#E7BE4C 0,#E7BE4C 100%);
}
.top-filter .filter-fulltext input {
    height: 50px;
    line-height: 50px;
    font-size: 1.5em;
    padding-left: 25px;
    padding-right: 25px;
}
.top-filter .dropdown-menu {
	min-width:100%;
}
.top-filter .form-inline .btn {
	margin:30px;
} 
.top-filter .btn-default {
	background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
	padding:10px 24px;
	height:50px;
	max-width:200px;
	text-align:center;
}        
.top-filter .btn-group-vertical>.btn, .top-filter .btn-group>.btn {
	min-width:100%;
	height:50px;
	font-size:1.5em;
	color:#999;
}	  
.top-filter button > span{
	margin-left:10px;
} 
#filter-submit, button.add-filter {
	color:#999;
}
.top-filter .glyphicon-hand-down:before {
    font-size: 23px;
    vertical-align: middle;
}  

.open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background-color: #E9E9E9;
	background:#E9E9E9;
	border-color:#E9E9E9;
}       
.btn-default:focus, .btn-default:hover {
	background-position:0 0;
}

.btn-default:focus, .btn-default:hover {
	background-position:0 0;
}

#search-filter-button {
    vertical-align: 2px;
    margin-left: 20px;
}

#search-filter-button::before {
	font-size: 1.64em;
    vertical-align: middle;
}

#search-selection-pane .navbar-form * + button.btn {
    margin-left: 30px;
}

#search-selection-pane .navbar-form >*  {
    margin-top: 30px;
    margin-bottom: 30px;
}


#search-selection-pane .tab-pane {
}

div#time-row {
    max-width:800px; margin-left: auto; margin-right:auto; display:flex;
}

div#time-row div.submit-cell {
    align-self: center;
}

.btn-group.open .dropdown-toggle { box-shadow:none;}        


/*a.filter-arrow {
	background:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-arrow-up.png) no-repeat 100% 50%;
	height:8px;
	width:auto;
	
}*/
/*a.filter-arrow > span:after {
	content:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-arrow-up.png);
	display:inline-block;
	
}
.collapsed > span:after {
	content:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-arrow-down.png);
	display:inline-block;
}*/

.top-filter .block {
	display:inline-block;
	vertical-align:middle;
}
.top-filter #spectrum_slider {
	background:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/slider-spectrum.png) no-repeat 50%;
	height:42px;
	max-width:688px;
	margin:0;
	width:100%;
	background-size: contain;
}

span.tagsinput-selectedcolor {
    display:inline-block;
    border:1px solid white;
    width: 15px;
    line-height: 1.6;
    /*height: 30px;*/
	background:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/slider-spectrum.png) no-repeat;
    /*font-size: 0px;*/
    color: transparent;
}


.spectrum .ui-slider-horizontal .ui-slider-handle {
    top: -.2em !important;
    /*margin-left: 0 !important;*/
	height:38px;
}
.spectrum .ui-slider-horizontal .ui-slider-handle:after {
	content: url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/slider-spectrum-selected.png);
	
	display:inline-block;
}
@media (max-width:600px){
.spectrum .ui-slider-horizontal .ui-slider-handle:after {
	content: url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/slider-spectrum-selected.png);
	-ms-transform: scale(0.5,0.5); /* IE 9 */
    -webkit-transform: scale(0.5,0.5); /* Safari */
    transform: scale(0.5,0.5);
	

}
.spectrum .ui-slider-horizontal .ui-slider-handle {
	top:-.5em !important;
	margin-left: -.8em;
}
	
}
.people .ui-slider .ui-slider-handle {
	height:30px;
	width:30px;
	background:#E7BE4C;
	border-radius:50%;
	border:5px solid #fff;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(143,143,143,0.45);
	-moz-box-shadow: 0px 5px 0px 0px rgba(143,143,143,0.45);
	box-shadow: 0px 5px 0px 0px rgba(143,143,143,0.45);
}
.people .ui-slider-horizontal .ui-slider-handle {
	top:-1em;
}
.people .title input[type="text"]{
	text-align:center;
}
.people #slider-range {
	background:#CCC;
	border-radius:5px;	
	border-bottom:5px solid #DCDCDC;
    margin: 20px auto;
	width:50%;
	max-width:250px;
}

#tagsWrapper .bootstrap-tagsinput {
    margin-bottom: 0px;
    line-height: 5;
}
#tagsWrapper .bootstrap-tagsinput span.tag.label:before {
    background-size: 20px 20px;
    background-repeat:no-repeat; background-position: left center; display:inline-block; width:25px; height:20px; content:""; 
    margin-bottom: -3px;
}

#tagsWrapper button#btn_submit_again{
    display:none;
}
#tagsWrapper.changed button#btn_submit_again{
    display:inline-block;
}

/*banner*/
.banner-wrap {
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/slider.jpg') no-repeat scroll center top transparent;
    background-size: cover;
    position: relative;
}
.banner {
    padding-top: 300px;
    padding-bottom: 250px;
}
.banner .search-block {
    position: relative;
    width: 900px;
    margin: 0 auto;
    max-width: 80%;
}
.banner .search-block input {
    height: 70px;
    line-height: 70px;
    /*font-size: 25px;*/
    font-size: 1.92em;
    padding-left: 25px;
    padding-right: 110px;
    width: 100%;
}

.banner .search-block a.btn-search {
    position: absolute;
    right: 0;
    top: 0;
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-search.png') no-repeat scroll left top;
    width: 91px;
    height: 70px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.banner .search-block a.search-category {
    /*float: right;
    position: relative;*/
    background: #E7BE4C;
    color: #000;
    /*font-size: 18px;*/
    font-size: 1.38em;
    /*line-height: 33px;*/
    line-height:1.83;
    text-align: center;
    margin-top: 5px;
    /*border-bottom: 4px solid #E6E4E5;*/
    /*padding: 0 30px;*/
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.banner-wrap .arrow-wrap {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
}
.arrow-wrap #btn-downarrow {
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/scroll.png') no-repeat scroll center top transparent;
    display: block;
    width: 186px;
    height: 93px;
    margin: 0 auto;
    outline: none;
}
.arrow-wrap p {
    background: #000;
    width: 1200px;
    max-width: 100%;
    color: #E7BE4C;
    padding:15px;
    /*font-size: 20px;*/
    font-size: 1.54em;
    margin: 0 auto;
}
.arrow-wrap p font{ font-weight:300}
.wrap-container {
    /*width: 1600px;*/
	width:100%;
    max-width: 100%;
    margin: 0 auto;
}
.gallery-wrap {
    margin-top: 59px;
}
.gallery-wrap h6.title {
    width: 530px;
    max-width: 90%;
    text-align: center;
    color: #808080;
    margin: 0 auto 20px;
    /*font-size: 25px;*/
    /*line-height: 30px;*/
    font-size: 1.92em;
    line-height: 1.2;
}

.general-wrap {
    margin-top: 100px;
}

.general-wrap .wrap-container {
    /*width: 1146px;*/
    width: 1200px;
	max-width:90%;
    min-height: 652px;
}


.category-wrap {
    margin-top: 50px;
    text-align: center;
}
.category-wrap .wrap-container {
    /*width: 1146px;*/
    max-width: 90%;
}
.category-wrap h3 {
    /*font-size: 50px;*/
    /*line-height: 50px;*/
    font-size: 3.85em;
    line-height: 1.0;
    margin: 0;
}
.category-wrap p.title {
    /*font-size: 25px;*/
    /*line-height: 39px;*/
    font-size:1.92em;
    line-height:1.56;
    margin: 0;
}
.category-wrap .line-wrap {
    width: 100%;
    position: relative;
    height: 75px;
}
.category-wrap .line {
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/line.png') repeat-x scroll left center transparent;
    position: absolute;
    top: 23px;
    left: 0;
    height: 13px;
    width: 100%;
    box-shadow: 5px 6px 0 0 #e6e6e6;
    -moz-box-shadow: 5px 6px 0 0 #e6e6e6;
    -webkit-box-shadow: 5px 6px 0 0 #e6e6e6;
}
.category-wrap .line-wrap .plus {
    /*background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/plus.png') no-repeat scroll center top transparent;*/
    height: 64px;
    width: 100%;
    position: absolute;
}
.category-wrap li {
    list-style: none;
    text-align: left;
	border-bottom:1px dotted #A58760;
	padding: 10px 0;
}
.category-wrap li a {
    color: #A58760;
    /*font-size: 20px;*/
    /*line-height: 26px;*/
    font-size: 1.54em;
    line-height: 1.3;
    outline: none;
}
.category-wrap .cloud-wrap {
    margin-top: 39px;
    margin-bottom: 50px;
    text-align: center;
    max-width:960px;
    width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
.category-wrap .cloud-wrap embed{
    width:100%;
    height:auto;
}
.footer-link {
    background: #F8F5F0;
    padding-top: 30px;
    padding-bottom: 30px;
    /*padding-bottom: 50px;*/
}

@media (max-width: 1000px) {

    .footer-link >div.row >div {
        width:100%;
    }

    .footer-link >div.row >div .footer-menu {
        text-align:left;
        margin: .8em 0;
    }
}

.footer-link img#cuhk-emblem {
    max-height:54px;
    /*width: 100%;*/
}

.footer-link .wrap-container {
    /*width: 1146px;*/
    width: 1200px;
	max-width:90%;
}
.footer {
    background: #64065E;
    /*padding-bottom: 170px;*/
}
.footer .wrap-container {
    width: 1200px;
	max-width:90%;
}
.footer-link h5 {
    color: #65055E;
    /*font-size: 24px;*/
    font-size: 1.85em;
}
.footer-link li {
    list-style: none;
}
.footer-link p {
    color: #65055E;
    margin-bottom: 20px;
    /*font-size: 19px;*/
    /*line-height: 21px;*/
    font-size: 1.46em;
    line-height:1.11;
}
.footer-link a,
.footer-link li a {
    color: #65055E;
    /*font-size: 19px;*/
    /*line-height: 33px;*/
    /*font-size: 1.46em*/;
    line-height:1.74;
}
.footer-link a.link {
    border: 1px solid #65055E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    /*font-size: 17px;*/
    font-size: 1.31em;
    padding: 0 5px;
    display: inline-block;
    margin-top: 10px;
    /*line-height: 23px;*/
    line-height: 1.35;
}
.footer-link .ico-link {
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-link.png') no-repeat scroll left top transparent;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 5px;
}
.footer-link .icon {
    padding-left: 30px;
}
.footer-link .ico-light {
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-lightbox.png') no-repeat scroll left center transparent;
}
.footer-link .ico-wall {
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-wall.png') no-repeat scroll left center transparent;
}
.footer-link .ico-photo {
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-tool.png') no-repeat scroll left center transparent;
}
.footer-link .ico-facebook {
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-facebook.png') no-repeat scroll left center transparent;
}

.footer img#cuhk-emblem {
    max-height:120px;
    margin: 1.5em;
}

.footer .footer-menu, .footer-link .footer-menu {
    /*margin-top: 1em;*/
    text-align: right;
    /*float: left;*/
}


.footer .footer-menu li, .footer-link .footer-menu li {
    border-left: 1px solid #fff;
    margin: 3px 0;
    padding: 0px 5px;
    list-style: none;
    display: inline-block;
    /*font-size: 20px;*/
    /*font-size: 1.54em;*/
    font-size: 1.46em;
    line-height: 1.2;

}

.footer-link .footer-menu li {
    border-left: 1px solid #65055E;
}


.footer .footer-menu li:first-child, .footer-link .footer-menu li:first-child {
    border-left: medium none;
    padding-left: 0;
}
.footer .footer-menu li a {
    color: #fff;
}
.footer .copyright {
    margin: .8em 0;
    color: #fff;
    /*font-size: 14px;*/
    font-size: 1.07em;
    text-align: right;
}

@media (max-width:768px) {
    .footer .footer-menu {
        text-align: left;
    }
    .footer .copyright {
        text-align: left;
    }
    .footer img#cuhk-emblem {
        width:50%;
        margin: 1em;
    }
}


.nav-tabs {border:none;}
.nav-tabs>li>a {margin-right:0; line-height:100% !important; cursor:pointer}
.nav>li>a:focus, .nav>li>a:hover {background:none;}
.gallery-wrap .wrap-container {
  margin:0 auto; display:block;
}
.gallery-wrap .gallery-body {
}
.gallery-wrap .tab-wrap {
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/bg-gallery.png') repeat scroll left top transparent;
    position: relative;
}
.gallery-wrap .tab-wrap ul {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
}
.gallery-wrap .tab-wrap li {
    float: left;
    /*width: 20%;*/
    vertical-align: top;
    list-style: none;
    height: 92px;
    position: relative;
    padding-top:15px;
    display: table;
	
}

@media (max-width:600px) {
	.gallery-wrap .tab-wrap .col-xs-5 a {font-size: 120% !important; margin-top:1.5em}
	.gallery-wrap .tab-wrap li.active a {margin-top:1em !important}

}
.gallery-wrap .tab-wrap li a {
    text-align: center;
    color: #878078;
    font-size: 1.5em;
    border-right: 1px solid #fff;
    display: table-cell;
	border-radius: 0;
    border: none;
	/*transform: translateY(50%);*/
	/*-ms-transform: translateY(50);*/ /* IE 9 */
   	/*-webkit-transform: translateY(50);*/ /* Safari */
	vertical-align:middle;
	margin-top:.8em;
	
}
.gallery-wrap .tab-wrap li a:hover {
    opacity: 1;
    color: #E7BE4C;
}
.gallery-wrap  .glyphicon {
	font-size: 40px;
  	line-height: 110px;
	height:1100px;
	position:absolute;
	right:2%;
	color: #878078;
}
/*.gallery-wrap .tab-wrap li:first-child a {
    border-left: 1px solid #fff;
}*/
.gallery-wrap .tab-wrap li.active {
    
    padding-top: 0;
	background: #fff;
    padding-bottom:10px;
}
.gallery-wrap .tab-wrap li.active a {
    /*line-height:83px;*/
    color: #E7BE4C;
	margin-top:.2em;
	
    
}
.gallery-wrap .tab-wrap li .shadow-left {
    position: absolute;
    width: 23px;
    height: 92px;
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/shadow-left.png') no-repeat scroll left top transparent;
    left: -23px;
    top: 0;
    display: none;
}
.gallery-wrap .tab-wrap li .shadow-right {
    position: absolute;
    width: 23px;
    height: 92px;
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/shadow-right.png') no-repeat scroll left top transparent;
    right: -23px;
    top: 0;
    display: none;
}
.gallery-wrap .tab-wrap li.active .shadow-left,
.gallery-wrap .tab-wrap li.active .shadow-right {
    display: block;
	
}
.gallery-wrap .tab-wrap .add-gallery {
    background: url('/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-add.png') no-repeat scroll left center transparent;
    width:40px;
    height:40px;
    position: absolute;
    right: 40px;
    top: 40px; background-size:100% auto;
}
.gallery-wrap .sub-filter {
    clear: both; /*padding:0 35px;*/
}
label.checkbox {
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
}
label.checkbox input[type="checkbox"],
label.radio input[type="radio"] {
    display: none;
}
label.checkbox span,
label.radio span {
    float: left;
}
label.checkbox span.checkbox-button,
label.radio span.radio-button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #808080;
    /*border-radius: 10px;*/
    cursor: pointer;
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
}
label.radio span.radio-button {
    border-radius: 10px;
}
label.checkbox span.checkbox-button:after,
label.radio span.radio-button:after {
    background-color: #E6BD4B;
    /*border-radius: 7px;*/
    content: "";
    height: 14px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    width: 14px;
}

label.radio span.radio-button:after {
    border-radius: 7px;
}


label.checkbox input[type="checkbox"]:checked + span.checkbox-button:after, 
label.radio input[type="radio"]:checked + span.radio-button:after {
    opacity: 1;
}
/*lightbox*/
.badge {
    background-color: #FF1D25;
    top: -12px;
    position: relative;
    right: 9px;
}
.lightbox .selectpicker {
	margin-top:22px;
}
.lightbox  .top-filter{
}
.lightbox .gallary-wrap .gallary-body {
	background:none;
	border-top:10px solid #E6BD4B;
	padding-top:30px;
}
.lightbox .form-group .subtitle {
	vertical-align:middle;
	
}
.lightbox input[type="text"]{
	text-align:center;
}
.caption .checkbox {margin-top:0;}


.icon-lightbox-white {
	background:url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/ico-lightbox-white.png) no-repeat;
	height:36px;
	width:36px;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:10px;
	
}
.lightbox .gallary-wrap {
}
.lightbox .thumbnail {
    position:relative;
    overflow:hidden;
	box-shadow: none;
	border:0;
	padding:0;
	border-radius:0;
}

.lightbox .caption {
    position:absolute;
    top:0;
    right:0;
    /*background:rgba(0, 0, 0, 0.75);*/
    width:100%;
    height:100%;
    padding:2%;
    text-align:right;
    color:#fff !important;
    z-index:2;
	display:none; 
}


.lightbox .item a {display:inline !important;}
.lightbox .caption li a{ float:left; margin:5px 10px;}
.lightbox .gallary-wrap ul {
    list-style: none;
    position: relative;
    line-height: 40px;
    color: #fff;
    float: right;
	
}
/*gallery*/
.gallery-wrap .sub-filter h6 {
    /*font-size: 16px;*/
    font-size:1.23em;
    color: #DA9D28;
    display: inline-block;
    margin-right: 35px;
    margin-top: 23px;
    margin-bottom: 23px;
}

.row-wrapper {
	padding-left: 15px;
	padding-right: 15px;	
}

@media (max-width:768px) {
    .row-wrapper[data-shortener_id] {
	    padding-left: 0px;
	    padding-right: 0px;	
    }
}


.gallery-wrap .sub-filter .col-md-1 {
	margin:10px 15px 10px 10px;
}
.gallery-wrap .sub-filter span {
    /*font-size: 14px;*/
    font-size:1.07em;
    color: #808080;
	margin:0 5px;
	
}
.gallery-wrap .sub-filter label {
    margin-right: 20px;
    /*font-size: 14px;*/
    font-size:1.07em;
}
.gallery-wrap .sub-filter label.checkbox + label.checkbox {
    margin-top: 10px;
}
.gallery-wrap .sub-filter label.radio span {
    margin-right: 8px;
}
.gallery-wrap .gallery {
    position: relative;
}
.gallery-wrap .gallery .item {
    float: left;
    /*width: 23.5%;*/
	width: 300px;
    /*margin-right: 4%;
    margin-bottom: 25px;*/
    /*display: none;*/
    position: relative;
	max-height:450px;
	overflow:hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.gallery-wrap .gallery .item.hidden {
    display: none;
}

.gallery-wrap .gallery .item.wookmark-inactive {
    visibility: hidden;
    opacity: 0;
}

/*@media (max-width:600px) { .gallery-wrap .gallery .item {width: 45.5%;} }*/

.gallery-wrap .gallery .item a {
    display: block;
    width: 100%;
}
.gallery-wrap .gallery .item img {
    max-width: 100%;
    height: auto;
	
}
.gallery-wrap .gallery .item:nth-child(6n) {
	margin-top:-2px;
    
}
.gallery-wrap .slider-nav {
    height: 76px;
    background: #F7F7F7;
    border-bottom: 6px solid #E7E7E7;
    width: 100%;
    text-align: center;
    display: table;
}

.mg_right{ margin-right:25px!important}



@media screen and (min-width: 0px) {

#PhotoItemModal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

 #PhotoItemModal .modal-dialog {

  display: inline-block;
  text-align: left;
  vertical-align: middle;
  /*margin: 10px;*/
  /*padding-left: 17px*/

    }
}

@media screen and (max-width: 767.9px) {
    #PhotoItemModal .modal-dialog {
        margin: 10px 0;
    }
}

#PhotoItemModal .modal-dialog {
    width: 100%;

}
#PhotoItemModal .modal-content {
    border-radius: 0;
    border-width: 10px 0 5px 0;
    border-color: #d1d1d1;
    background-color: #f4f4f4;
    padding: 2% 0;
}

#PhotoItemModal button.close {
    color: #E7BE4C;
    opacity: 1;
    position:absolute;
    top: -10px;
    right: 0;
    font-size: 36px;
    z-index:50;
}

#PhotoItemModal button.close:hover {
    color: #CCC;
}

#PhotoItemModal #PhotoQualityList label {
    margin:0;
}

#PhotoItemModal a.close_btn {
    display:none;
}

#PhotoItemModal img.detail-image {
	max-height: 420px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #PhotoItemModal img.detail-image {
	    max-height: 360px;
    }
}


/* Obselete - Start*/
#item-detail {
	position:absolute; display:block;
}

#item-detail img.detail-image {
	max-height: 420px;
    display: block;
    margin: 0 auto;
}



.event_page{ width:100%; background:#f4f4f4; display:none; clear:both; position:relative; left:0!important; right:0; margin:0 auto; z-index:9999; transform:translateY(-2px);-ms-transform:translateY(-2px);-webkit-transform:translateY(-2px)}
.event_page .container{ width:100%; max-width:1200px; margin:0 auto; display:block; padding:0;}
/*.event_page:before {content:""; height:5px; background:#fff; display:block;}*/

.event_page label{ margin:0;}
/* Obselete - End*/

.col_left{ float:left; display:block; /*margin-right:16px;*/}
.col_right{ float:left; display:block; /*margin-left:16px;*/}
.event_col{ display:block; border-top:10px solid #d1d1d1; border-bottom:5px solid #d1d1d1;padding:2% 0 2% 0}
.description{ display:block}
.description font{ color:#65055e;}
.description .grey{ color:#878787}
.description div{ color:#000;margin:0 0 5px}
.description div label{ color:#878787; display:inline-block; /*min-width:120px;*/ padding-right:5px;}
.description > div.row{ margin: 0; margin-left:15px; padding-top:0;}
.description > div.row > div {padding-left:0; padding-right:0;}
.description a, .description a:hover, .description a:visited { color: #65055e; }

.description .description-source:before { content: '• ' }
.description .description-source:after { content: '\A'; white-space: pre; }
.description .description-source:only-child:before { content: ''; }

.warning {color:red; display:none;}

.col_right .listing{ list-style:none; margin:2px 0 0; padding:0;}
.col_right .listing li{ display:block; border-top:1px solid #919191;color:#878787; text-transform:uppercase; float:left; width:100%}
.col_right .listing li .col_1{width:10%; float:left; display:block;text-align:center; padding:6px 0; }
.col_right .listing li .col_2{width:18%; float:left; display:block;text-align:center; padding:6px 0; }
.col_right .listing li .col_3{width:36%; float:left; display:block; text-align:center}
.col_right .listing li.yellow{ background:#f1e9d2}

.col_right .listing li .login_btn{ border:none; color:#fff; padding:3.6% 0 3.6% 20px; text-align:center; 
background:#ce6a6a url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/login_icon.png) no-repeat 10px center;
 width:100%; display:block; cursor:pointer; text-transform:capitalize; font-size:1.15em;background-size:10% auto;}


.col_right .listing li input[type="radio"] {
    display:none;
}

.col_right .listing li input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

.col_right .listing li input[type="radio"] + label span {
     background-color:#fff; border:1px solid #919191;
}

.col_right .listing li input[type="radio"]:checked + label span{
     background-color:#e7be4c; border:1px solid #919191;
}

.col_right .listing li input[type="radio"] + label span,
.col_right .listing li input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}
.botm_btn{ display:block;}
.btn-primary{ 
	/*background:#e7be4c url(/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/download_icon.png) no-repeat 10px center; */
	color:#000; 
	text-align:center; 
	padding:16px 20px; 
	cursor:pointer; 
	border:none; 
	margin-top:8px; 
	border-radius:none;
}
button.fa:before {margin-right:5px;}
button > span {font-family: 'Roboto Slab', 'Heiti TC', 'Microsoft Jhenghei', serif;}
.botm_btn .lightbox_btn {
  background:url("/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/wishlist_icon.png") no-repeat scroll 10px center;
  border:none;
  color: #65055e;
  cursor: pointer;
  float: right;
  padding: 10px 0;
  text-align: right;
  width: 170px; margin-top:8px;background-size:20% auto;
}

#extra_info { display:none;}

#item-detail .row + .row {padding-top:10px;}
#item-detail div.description div.row + div.row {padding-top:0px;}

.event_col2{ padding:30px 0;}
.event_col2 .facebook_topbar{ margin-bottom:20px}
#extra_info h3.heading{border-bottom:8px solid #e7be4c;box-shadow: 0 5px 0 #e6e6e6;font-weight:300; margin-bottom:10px;
color:#878078; margin:0; padding-bottom:12px; /*background:url("/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/image_icon.png") no-repeat 96% center*/}
#extra_info .fa.pull-right {top:-15px; position:relative;}
/*#extra_info .row {margin:0 !important;}*/
.image_column{ padding:10px 0; display:block}
.image_column li:first-child {margin-left:0;}
/*.image_column .thumb_col1{ float:left; width:16.666%; display:block; margin-right:15px; margin-bottom:10px}
.image_column .thumb_col2{ float:left; width:28%; display:block; margin-right:15px;margin-bottom:10px}
.image_column .thumb_col3{ float:left; width:33.355%; display:block; margin-right:15px;margin-bottom:10px}
.last{ margin-right:0!important}*/
.image_column img {
  /*min-height: 116px; max-height:116px;*/
}
#extra_info .thumbnail {border:0; padding:0; margin:5px}

/*.image_column img {
   width:100%;
   min-height:50px;
   height:50px;
}*/
.event_page .close_btn{/*background:url("/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/close_icon.png") no-repeat 0 0; width:32px; height:32px; 
 padding:10px; */display:block; position:absolute; right:10px; top:-10px; z-index:100; border:none; font-size:2em;}
.slide_panel {
  display: block;
  text-align: center;
  padding: 30px 0;border-bottom:5px solid #d1d1d1;
}
.slide_panel .slide_btn{
	background:url("/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/slide_btn.png") no-repeat 0 0; 
	width:50px; 
	height:50px; 
 	display:inline-block; 
	border:none; 
	font-size:0; 
	background-size:100% auto;
}
.slide_panel .slide_btn.minus{
	background:url("/20240725172911oe_/https://apps.cuhk.edu.hk/cuhk-in-pixels/images/slide_btn_minus.png") no-repeat 0 0;background-size:100% auto;
}

.fb-comments.fb_iframe_widget > span {
  height: auto !important;
}
.search_box {
  height:50px !important;
  position: absolute;
  right:100%;
  top:0;
  width:240px;
  display:none;
}
.search_box .search_field {
  height:50px; 
  padding:0 15px; 
  width:100%; 
  border:0;
  font-size: 1.4em;
}
/*.loadwrap {
  margin: 0 auto;
  max-width: 1220px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}*/
.loadwrap >p { /*Dot dot dot button*/
  display: block;
  text-align: center;
  height:76px;
  line-height: 1;
}

.loadwrap {
    font-size: 3rem;
    font-family: 'Roboto Slab', 'Heiti TC', 'Microsoft Jhenghei', serif;
    color:#666;
}

.loadwrap a { /*Dot dot dot button*/
  cursor: pointer;
  /*display: block;*/
  /*font-family: adelle, 'Heiti TC', 'Microsoft Jhenghei', serif;*/
  /*padding: 10px 20px;*/
  padding: 5px 20px;
  text-align: center;
  color:#666;
  /*font-size:110px;*/
  height:76px;
}

.loadwrap text {
    font-size: 3rem;
    font-family: 'Roboto Slab', 'Heiti TC', 'Microsoft Jhenghei', serif;
}

/*.loadwrap {
  margin: 0 auto;
  max-width: 1220px;
  padding: 15px 0;
  text-align: center;
  width: 100%; 
  position:absolute; 
  right:0; 
  left:0; 
  list-style:none; 
  display:block;
  color:#666;
  font-size:100px;
  font-family:Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;
}*/
.loadwrap {
  margin: 0 auto;
  text-align: center;
  width: 100%; 
  display:table-cell;
  vertical-align:middle;
  
}

.loadwrap li{  display: inline-block;}

.loadwrap li {
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px; font-size:0;
}
/*dot animation*/
@keyframes blink {
    0% {opacity: .2;}
    20% {opacity: 1;}
    100% {opacity: .2;}
}
.saving span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
	animation-fill-mode: both;
}
.saving span:nth-child(2) {animation-delay: .2s;}
.saving span:nth-child(3) {animation-delay: .4s;}

@media screen and (min-width: 1400px) (max-width: 1920px) {
.botm_btn .download_btn{ margin-top:10px;}
.col_right .listing{ margin-top:5px;}


}
/*** Responsive Styles ***/
/*
@media (max-width: 1700px) {
    .header {
        max-width: 1570px;
        padding: 0 15px;
    }

}

@media (max-width: 1650px) {
    .header {
        max-width: 1470px;
        padding: 0 30px;
    }
}
*/
@media (max-width: 1600px) {

	.gallery-wrap .gallery .item img {
    width:auto;
}
}


@media (max-width: 640px) {
    .container .col-md-6 {
        width: 94%;
    }
}

/*Scroll to top*/
.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 2vh;
    right: 1vw;
    /*width: 70px;
    height: 70px;*/
    z-index: 100;
    font-size: 3.5em;
    padding: 0.2em 0.3em;
    line-height:1;
    display: none;
    border-radius:0em;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(231, 190, 76, 0.8);
}

/* Social Media buttons Panel*/

#social-media-iframe {
    border: none; overflow: hidden; height: 160px; padding:10px 0; float:right; width:290px;
}

html:lang(zh) #social-media-iframe {
    width:300px;
}

@media (max-width: 450px) {
    #social-media-iframe {
        border: none; overflow: hidden; height: 160px; padding:10px 0; float:left; width:100%; min-width:300px;
    }
}

#social-media-share-wrapper {
    display: table;
}

#social-media-share-wrapper > div.table-row {
    display: table-row;
}

#social-media-share-wrapper > div.table-row > div.table-cell {
    display: table-cell;
}

#social-media-share-wrapper.icon-row-wrapper button i{
    font-size:2em;
    width:1.25em;                    
    height:1.25em;
    vertical-align:middle;
    line-height:1.4;
}
#social-media-share-wrapper.icon-row-wrapper button {
    border:0;
    /*border-width:1px;*/
    border-radius: 0.4em;
    padding:0 0 .1em 0;
    background-color: transparent;
}
#social-media-share-wrapper.icon-row-wrapper button i.fa {
    color:white;
    border-radius: 0.1em;
}
#social-media-share-wrapper.icon-row-wrapper button i.fa-facebook{
    background:#3C599F;
}
#social-media-share-wrapper.icon-row-wrapper button i.fa-twitter{
    background:#32CCFE;
}
#social-media-share-wrapper.icon-row-wrapper button i.fa-google-plus{
    background:#CF3D2E;
}
#social-media-share-wrapper.icon-row-wrapper button i.fa-weibo{
    background:#D72B2B;
}
#social-media-share-wrapper.icon-row-wrapper button i.fa-tencent-weibo{
    background:#3EA5DF;
}
#social-media-share-wrapper.icon-row-wrapper button i.fa-linkedin{
    background:#0085AE;
}
#social-media-share-wrapper.icon-row-wrapper button i.fa-link{
    background:#999999;
}

#social-media-share-wrapper ~ .tooltip > .tooltip-inner {
    white-space: nowrap;
}


#txtCopyUrl {
    font-size:10px; width: 17.5em; padding: 6px; display: inline-block;
}


