/*
 * Author: Black Media Group
 * Author URI: www.blackmedia.hk
 * Date: 2014
 *
 */
@import url('gallery.slider.css');
/* genereal
 * ============================ */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline:none;
}
a {
	text-decoration:none;
	color:#333;
}
em {
	font-style:italic !important;
}
h1, h2, h3, h4, strong, .quote, .title, .search-msg-error {
	font-weight:bold !important;
}
img {
	max-width:100%;
	height:auto !important;
}
::selection {
	background-color:#b7a368;
	color:#FFF;
}
::-moz-selection {
	background-color:#b7a368;
	color:#FFF;
}
html, body {
	font-family:Lato, "Kozuka Mincho Pr6N", "Apple LiSung", "新細明體", "PMingLiU", serif;
	font-weight:400;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.5px;
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	min-height:480px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
html, body {
	font-family:Lato, "新細明體", "PMingLiU", serif;
}
}
header {
	font-family:Lato, 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.globalContainer {
	height: auto !important;
	min-height: 100%;
	height: 100%;
	background-color:#fff;
	position:relative;
	padding: 100px 10px 100px 10px;
	margin-left: 250px;
	position:relative;
}
/* header
 * ============================ */
#menu-btn{
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
	
header {
	position: fixed;
	bottom:0;
	left:0;
	top:0;
	width:250px;
	background-color:#333;
	background-image:url("../images/header-bg.jpg");
	z-index:1000;
	color:#fff;
	text-align:center;
	padding:20px 0 120px;
	min-height: 380px;
}
header, .globalContainer, #home-banner, #home-news {
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
header a {
	color:#fff;
}
header a:hover {
	color:#b7a368;
}
header > footer {
	position:absolute;
	bottom:0px;
	left:-3px;
	right:0;
	padding:20px 0;
	background-image:url("../images/header-bg.jpg");
}
nav {
	height: 60%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.stamp {
	position: absolute;
	bottom: 95px;
	left: 0px;
	right: 0;
	z-index: 1;
	background-image: url("../images/header-bg.jpg");
	padding:4px 0;
}
.stamp img {
	width: 120px;
}
/* logo */
.logo a {
	display: block;
	background-image:url("../images/logo2.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	width:200px;
	margin:0 auto;
	text-indent:-9999px;
	margin-bottom:30px;
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;

}
.logo a:active {
	position:relative;
	top:1px;
}
/* lang */
.lang li {
	display:inline-block;
	margin:10px 5px;
}
.lang a {
	display:inline-block;
	background-color:#b7a368;
	background-color:rgba(183,163,104,1);
	color:#333;
	width:24px;
	height:24px;
	line-height:24px;
	border-radius:50%;
}
.lang a:hover {
	color:#fff;
}
/* menu */
.menu {
	font-size:1.3em;
	line-height:2.4em;
}
.menu a {
	display:block;
	cursor:pointer;
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
.menu .dropdown {
	display:none;
}
.menu .dropdown a {
	display:block;
	background-color:#b7a368;
	background-color:rgba(183,163,104,0.75);
	margin-bottom:1px;
}
.menu .dropdown li:hover a, .menu .dropdown li.active a {
	color:#fff;
	background-color:#cfc198;
	background-color:rgba(207,193,152,0.75);
}
.menu a.ui-accordion-header-active {
	color:#b7a368;
}
.menu .dropdown-btn a {
	position:relative;
}
.menu .dropdown-btn a.ui-accordion-header:after {
	content: "\f107";
	font-family:"FontAwesome";
	display:inline-block;
	position:absolute;
	right:15px;
	top:0;
	color:#666;
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
.menu .dropdown-btn:hover a.ui-accordion-header:after {
	color:#b7a368;
}
.menu .dropdown-btn a.ui-accordion-header-active:after, .menu .dropdown-btn:hover a.ui-accordion-header-active:after {
	-webkit-transform:rotateX(-180deg);
	transform:rotateX(-180deg);
}
/* home
 * ============================ */
#home-banner .carousel-inner, #home-banner .item, #home-news .carousel-inner, #home-news .item {
	min-height:100%;
	height:100%;
}
#home-banner {
	position:fixed;
	top:0;
	right:0;
	left:250px;
	height:100%;
	min-height:100%;
	z-index: 1;
}
#home-banner .item {
	background-size:cover;
}
#home-banner .item img {
	opacity:0;
}
#home-banner .carousel-indicators {
	display:inline-block;
	top:15px;
	bottom: inherit;
	left: 0;
	right:0;
	text-align: right;
	width: 100%;
	margin-left: 0;
	padding-right:15px;
}
#home-banner .carousel-indicators li {
	margin-left:5px;
}
#home-banner .carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin:1px;
	margin-left:5px;
}
#home-news {
	position:fixed;
	bottom:100px;
	right:0;
	left:250px;
	z-index: 2;
	height:140px;
	background-color:#b7a368;
	background-color:rgba(183,163,104,0.75);
}
#home-news .item:before {
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-0.25em;
}
#home-news .carousel-caption {
	vertical-align: middle;
	display:inline-block;
	text-align:left;
	padding:0;
	position: relative;
	bottom: inherit;
	width: 70%;
	max-width: 860px;
}
#home-news h3 {
	font-size:1.8em;
	line-height: 1em;
	margin-bottom:5px;
}
#home-news h2 {
	font-size:3em;
	line-height: 1.2em;
	margin-bottom:5px;
}
#home-news h2, #home-news h3 {
	font-weight:bolder;
}
#home-news p {
	margin:0;
	line-height: 1em;
}
#home-news .carousel-caption a {
	color:#fff;
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#home-news .carousel-caption a:hover {
	color:#000;
}
#home-news .carousel-control {
	background-image:none;
	line-height:140px;
	font-size: 5em;
	color:#000;
}
@media screen and (max-width: 767px) {
#home-news {
	height:220px;
	bottom:70px;
}
#home-news .carousel-control {
	line-height:220px;
}
}
/* content
 * ============================ */
.content {
	text-align:justify;
}
/* breadcrumb */
.breadcrumb {
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	padding: 20px 25px;
	margin-bottom: 40px;
	border-radius:0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	margin-left: -10px;
}
.breadcrumb>.active, .breadcrumb a:hover {
	color:#b7a368;
}
.breadcrumb>li+li:before {
	content: "\f101";
	font-family:"FontAwesome";
	color:#666;
}
/* submenu */
.submenu {
	border-bottom:1px solid #b7a368;
	overflow:hidden;
	margin-bottom:30px;
}
.submenu li {
	float:left;
}
.submenu li a {
	display:inline-block;
	padding:3px 15px;
	margin-right:1px;
}
.submenu li.active a, .submenu li a:hover {
	background-color:#b7a368;
	color:#fff;
}
@media screen and (max-width: 580px) {
.submenu li a {
	padding:3px 10px;
}
}
/* general */
.clear {
	clear:both;
}
.alignCenter {
	text-align:center;
}
.alignLeft {
	text-align:left;
}
.title {
	font-size:1.3em;
	line-height:1.4em;
	margin-bottom:5px;
	text-align:left;
}
h1.title, h2.title {
	font-size:1.5em;
	line-height:1.4em;
	margin-bottom:30px;
	color:#b7a368;
}
h2.title {
	color:#333;
}
h1.title-inverse {
	background-color:#b7a368;
	color:#fff;
	padding:10px 20px;
}
.content h1.title {
	margin-bottom:5px;
}
.content h1.title-inverse {
	margin-bottom:10px;
}
.content h3.title {
	margin-bottom:30px;
	font-size: 1.3em;
	line-height: 1.8em;
}
@media screen and (max-width: 991px) {
.content h3.title {
	margin:40px 0 10px;
	border-top:1px solid #ddd;
	padding-top:5px;
}
.content .item-pub h3.title {
	margin: 0 0 30px 0;
	border-top: none;
	padding-top: inherit;
}
}
.content .date {
	margin-bottom:10px;
}
p {
	margin-bottom:20px;
	font-size:1.3em;
	line-height:1.8em;
}
.img-right {
	float:right;
	width:60%;
	padding:5px 0 20px 20px;
}
.img-right img {
	width:100%;
}
@media screen and (min-width: 1500px) {
.img-right {
	width:45%;
}
.textContent {
	margin-right:45%;
}
}
@media screen and (min-width: 1024px) {
.textContent {
	margin-right:30%;
}
}
@media screen and (max-width: 1024px) {
.img-right {
	width:100%;
	padding:0;
	padding-bottom:20px;
}
}
.img-left {
	float:left;
}
.img-pub {
	max-width:320px;
	margin:0 20px 20px 0;
}
@media screen and (min-width: 1200px) {
.img-pub {
	margin-left:0;
	max-width:380px;
}
.textContentLeft {
	margin-left:400px;
	padding-left:20px;
}
}
@media screen and (max-width: 520px) {
.img-pub {
	margin:0 auto 20px;
	float:none;
}
.textContentLeft {
	width:100%;
	clear:both;
}
}
@media screen and (min-width: 1500px) {
.text-col {
	text-align: left;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 300px;
	-moz-column-width: 300px;
	column-width: 300px;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	-webkit-column-rule: 1px solid #eee;
	-moz-column-rule: 1px solid #eee;
	column-rule: 1px solid #eee;
}
}
/*
.textContent {
	max-width:900px;
	margin:0 auto;
}
*/
/* item vertical */
.item-vl {
	display:inline-block;
	width:40%;
	width: 80%;
	margin:0 40px 40px;
	padding:15px 15px 0;
	position:relative;
}
.item-vl hr, hr.line {
	height:1px;
	width:100%;
	background-color:#b7a368;
	margin-bottom:0;
	margin-top:30px;
	border:none;
}
hr.line {
	margin:30px 0;
}
.item-vl h2.title {
	margin-top:0;
	text-align: left;
}
.item-vl .date {
	float:right;
	margin-top: 3px;
	margin-left: 22px;
}
.date:before {
	content: "\f133";
	font-family:"FontAwesome";
	margin-right:5px;
	color:#666;
	font-size:0.8em;
}
.item-vl .img {
	border:1px solid #eee;
	background-size:cover;
	background-position:center;
}
.item-vl .img img {
	opacity:0;
}
@media screen and (max-width: 1400px) {
.item-vl {
	width:80%;
}
}
@media screen and (max-width: 767px) {
.item-vl {
	width:100%;
	margin-left: 0;
	margin-right: 0;
	padding:15px 0 0;
}
}
/* item hover effect */
.item-hover {
	position:relative;
	text-align:left;
}
.item-hover .layer {
	background-color:#b7a368;
	background-color:rgba(183,163,104,0.9);
	display: inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
	height:100%;
	width:100%;
	-webkit-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
	opacity:0;
	background-color:rgba(255,255,255,0.8);
	background-color:#eee;
}
.item-hover:hover .layer {
	opacity:1;
}
.item-hover .layer:after {
	content: "\f00e";
	font-family:"FontAwesome";
	font-size: 25px;
	position:absolute;
	top:20px;
	left:15px;
	color:#999;
}
/* news detail */
.item-hr-sm {
	font-size:1.2em;
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
	padding-right:20px;
}
.item-hr-sm .img {
	float:left;
	width:120px;
	height:100px;
	margin-right:15px;
	background-color:#333;
	
	-webkit-background-size: contain;
	background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path_relative_to_the_HTML_file', sizingMethod='scale')";
}
.item-hr-sm .img img {
	opacity:0;
}
.item-hr-sm .desc {
	overflow:hidden;
	font-size:14px;
	line-height:1.6em;
}
.item-search .img {
	width:200px;
	height:200px;
}
.item-search .title {
	color:#b7a368;
	margin-bottom:20px;
}
@media screen and (max-width: 991px) {
.item-hr-sm {
	float:left;
	width:50%;
	clear:none;
	padding-right:10px;
}
.item-hr-sm .img {
	width:120px;
	height:120px;
}
.item-search .title {
	margin-bottom:5px;
}
}
@media screen and (max-width: 750px) {
.item-hr-sm {
	width:100%;
}
}
@media screen and (max-width: 570px) {
.item-hr-sm {
	width:100%;
}
.item-hr-sm .img {
	width:93px;
	height:93px;
}
}
/* filter */
.filter-pub {
	font-size: 1.2em;
	margin-left:2px;
	margin-bottom:40px;
}
.filter-pub li {
	margin:10px 0;
	display:block;
}
.filter-pub a {
	display:block;
	line-height: 1.2em;
	-webkit-transition:padding-left 0.2s ease-out;
	transition:padding-left 0.2s ease-out;
	padding-left:0px;
}
.filter-pub a:hover, .filter-pub li.active a {
	color:#b7a368;
	border-left:2px solid #b7a368;
	padding-left:15px;
}
.filter span {
	margin-left:5px;
}
.filter span:before {
	content:"(";
}
.filter span:after {
	content:")";
}
/* news
 * ============================ */
.item-news {
	max-width: 900px;
}
.item-news .img {
	height:280px;
	overflow:hidden;
}
/* publication
 * ============================ */
.item-pub {
	margin-bottom:30px;
}
.item-pub .img {
	width:230px;
	height: inherit;
	line-height:0;
}
.item-pub .img img {
	opacity:1;
}
.item-pub .desc {
	margin-left:0;
}
.item-pub h3.title {
	line-height:1.4em;
	color:#b7a368;
}
@media screen and (max-width: 991px) {
.item-pub {
	width:100%;
	padding-right: 0;
}
}
@media screen and (max-width: 620px) {
.item-pub .img {
	width:150px;
	margin-bottom: 10px;
}
}
.content-pub .date {
	margin-bottom:30px;
}
/* research
 * ============================ */
.item-res .img {
	height:240px;
}
@media screen and (max-width: 1110px) {
.item-res .img {
	height:300px;
}
}
.researchContent {
	max-width:800px;
	margin:0 auto;
	text-align:left;
}
.researchContent h1 {
	line-height: 1.2em;
	margin: 25px 0 10px;
	font-size:28px;
}
.researchContent .quote {
	display:inline-block;
	font-size:13px;
	color:#f03;
	position:relative;
	margin-right: 5px;
}
.researchContent .quote:hover {
	color:#333;
	text-decoration:none;
}
.affix #quoteOuterWrap {
	background-color: #eee;
	padding: 10px 0px 10px 10px;
}
#quoteWrap {
	height: 360px;
	overflow: auto;
	padding-right: 25px;
	font-size: 13px;
	line-height:20px;
	text-align:left;
}
#quoteWrap p {
	font-size: 13px;
	line-height:20px;
}
#quoteWrap ol li {
	list-style-type: decimal-leading-zero;
	margin-left: 40px;
	padding-left: 0px;
	margin-bottom: 15px;
}
#quoteWrap ol li:last-child {
	margin-bottom: 0;
}
.affix {
	padding-right: 25px;
}
@media screen and (max-width: 991px) {
.affix {
	position: relative;
	padding: 0;
}
#quoteWrap {
	height: auto;
}
}
/* Share button */
.addthis_sharing_toolbox {
	float: right;
	margin-top: 3px;
	margin-left:22px;
}
.at-share-btn:hover {
	opacity: 0.6;
}
/* image centering */
.img-pub {
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.img-pub:hover {
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
}
.fancybox, .fancybox-pub {
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
}
/* Collection
 * ============================ */
/* Collection search */
form.collection-search, #contactform {
	font-size:14px;
	line-height: 1.6em;
	text-align:left;
}
.form-control:focus {
	box-shadow:0 0 8px rgba(0,0,0,0.3) inset !important;
}
form.collection-search .form-control {
	border: none;
	border-radius:0;
	box-shadow:none;
	height: 35px;
	background-color:#eee;
	color:#333;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
	appearance: field;
}
form.collection-search label {
	margin-bottom:2px;
}
select.form-control {
	border-radius:0;
}
.search-msg-error {
	font-size:1.2em;
	margin-bottom:20px;
	padding:20px;
	border:1px solid #b7a368;
	color: #b7a368;
	letter-spacing:1px;
}
/* Collection classification */
.classification, .period {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.item-gallery-cate {
	float:left;
	height:100%;
	overflow:hidden;
	position:relative;
}
.item-gallery-cate a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.item-gallery-cate .img {
	background-position:center;
	background-size:cover;
	height:100%;
}
.item-gallery-cate img {
	opacity:0;
}
.item-gallery-cate .layer {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:1;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	background-color:rgba(255,255,255,0.0);
}
.item-gallery-cate:hover .layer {
	opacity:1;
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
}
.item-gallery-cate .title {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	font-size:50px;
	line-height:1.3em;
	text-align:center;
	border:1px solid #b7a368;
	width:66px;
	padding:5px 0;
	background-color:#fff;
	background: rgba(255,255,255,0.6);
}
.item-gallery-class {
	width:50%;
}
.item-gallery-period {
	width:20%;
}
.item-gallery-period .img {
	border-left:1px solid #fff;
}
.item-gallery-period:first-child .img {
	border-left:none;
}
@media screen and (max-width: 1100px) {
.classification, .period {
	position: relative;
	margin-left: -25px;
	margin-right: -25px;
	width: inherit;
}
.item-gallery-cate {
	width:100%;
	height:420px;
}
/*
.item-gallery-class {
	height:400px;
}
.item-gallery-period {
	height:420px;
}
*/
.item-gallery-cate .title {
	width: auto;
	padding: 5px 10px;
}
.item-gallery-period .img {
	border:none;
	border-bottom:1px solid #fff;
}
}
@media screen and (max-width: 940px) {
.classification, .period {
	margin-left: -15px;
	margin-right: -15px;
}
}
/* Collection filter */
.coll-filter.panel-group .panel {
	border-radius:0;
	border:none;
	box-shadow:none;
}
.coll-filter.panel-group .panel+.panel {
	margin-top: 2px;
}
.coll-filter .panel-heading {
	padding:0;
	border-radius:0;
	background-color: #cfc198;
	background-color: rgba(207,193,152,0.4);
	padding-left: 40px;
	position: relative;
}
.coll-filter .panel-heading h4 {
	font-weight:normal !important;
}
.coll-filter .panel-heading a {
	line-height: 2.4em;
}
.coll-filter .panel-body {
	padding: 0;
	border-top:none !important;
}
.coll-filter .inner li {
	margin: 10px 0;
	font-size:1.3em;
	padding-left: 40px;
}
.coll-filter .panel-heading a,
.coll-filter .inner li a {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display:block;
}
.coll-filter .panel-heading a:hover,
.coll-filter .inner li a:hover,
.coll-filter .inner li.active a,
.coll-filter .panel-heading a:hover .icon {
	color: #b7a368;
}
.coll-filter .icon {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: absolute;
	left: 15px;
	top: 11px;
	color: #999;
}
/* */
.gallery-filter {
	margin-bottom:30px;
}
.gallery-filter li a {
	background-color: #cfc198;
	background-color: rgba(207,193,152,0.4);
	padding-left: 40px !important;
}
.gallery-filter .dropdown-btn {
	margin-bottom: 2px;
}
.menu.gallery-filter li a:hover, .menu.gallery-filter .dropdown-btn > a:hover:before {
	color: #b7a368;
}
.gallery-filter .dropdown a, .gallery-filter .dropdown a:hover {
	background: none !important;
	color: #666;
}
.menu.gallery-filter .dropdown-btn > a:after {
	display: none;
}
.menu.gallery-filter .dropdown-btn > a:before {
	content: "\f067";
	font-family: "FontAwesome";
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 0;
	color: #999;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.menu.gallery-filter .dropdown-btn a.ui-accordion-header-active:before, .menu.gallery-filter .dropdown-btn:hover a.ui-accordion-header-active:before {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	color: #b7a368;
}
.gallery-filter .dropdown li {
	margin:10px 0;
}
.gallery-filter .dropdown li a {
	line-height: 1.2em;
}


/* galleryContent */
.galleryContent h1.title {
	margin-bottom:30px;
}
.galleryContent .list {
	font-size: 1.25em;
	line-height: 1.8em;
}
.galleryContent p {
	font-size:inherit;
	line-height:1.8em;
}
.galleryContent .list > li {
	border-bottom:1px solid #eee;
	padding-bottom:5px;
	margin-bottom:5px;
}
.galleryContent .list > li:last-child {
	border:none;
}
.galleryContent .list div {
	overflow:hidden;
}
.galleryContent .list div > span {
	float:left;
	width:20%;
	color:#999;
}
.galleryContent .list div > div {
	float:left;
	width:80%;
}
.galleryContent #contactform {
	margin-top:20px;
}
@media screen and (max-width: 991px) {
.galleryContent #contactform {
	padding-top: 0px;
	border: none;
}
.galleryContent h1.title {
	margin-bottom: 15px;
}
}
@media screen and (min-width: 992px) and (max-width: 1450px) {
.galleryContent .list div > span {
	width:100%;
	font-size:13px;
}
.galleryContent .list div > div {
	width:98%;
}
}
@media screen and (max-width: 680px) {
.galleryContent .list div > span {
	width:100%;
	font-size:13px;
}
.galleryContent .list div > div {
	width:96%;
}
}
/* contact
 * ============================ */
.contact .info {
	font-size:1.2em;
	line-height: 1.6em;
}
.contact .info li {
	margin-bottom:5px;
}
.contact .info a:hover {
	text-decoration: underline;
}
.contact .info h2 {
	font-size: 1.2em;
	margin-bottom:10px;
	text-align: left;
}
@media screen and (max-width: 991px) {
#contactform {
	padding-top:30px;
	margin-top:40px;
	border-top:1px solid #b7a368;
	width:100%;
}
.form-group {
	margin-bottom: 10px;
}
}
.required {
	color:#f00;
	margin-left:5px;
	font-size:15px;
}
#contactform .control-label {
	text-align:left;
	padding-top:0;
}
#contactform .form-control {
	border:1px solid #b7a368;
	border-radius:0;
	box-shadow:none;
	height: 40px;
}
#contactform textarea.form-control {
	height:150px;
	max-width:100%;
}
#contactform .form-control:focus {
	border:1px solid #333;
}
.btn {
	background-color:#b7a368;
	border-radius:0;
	color:#fff;
	padding:8px 0px;
	width: 45%;
}
.btn:focus {
	outline:none !important;
}
.btn-grey {
	background-color:#999;
}
.btn-flRight {
	float:right;
}
/* footer
 * ============================ */
#footer {
	position:absolute;
	bottom:20px;
	left:25px;
	z-index:3;
}
#footer, #footer a {
	color:#666;
}
#footer a:hover {
	color:#b7a368;
}
header, header > footer {
	-webkit-backface-visibility: hidden;
}
#menu-btn {
	display: none;
}
/* for mobile
 * ============================ */
@media screen and (max-width: 940px) {
#home-banner, #home-news {
	left:0px;
}
header {
	left:-250px;
}
header.open {
	left:0px;
}
.globalContainer {
	padding:50px 0px 100px 0px;
	margin-left:0;
}
.breadcrumb {
	position: relative;
	margin-bottom: 10px;
}
#footer {
	left:15px;
	padding-right:15px;
}
#menu-btn {
	display: block;
	position: fixed;
	width: 50px;
	height: 46px;
	top:0;
	left:0;
	z-index: 1999;
	cursor:pointer;
	background-image:url('../images/header-bg.jpg');
}
#menu-btn:before, #menu-btn:after, #menu-btn span {
	background: #ccc;
	content: '';
	display: block;
	width: 30px;
	height: 6px;
	position: absolute;
	left: 10px;
	border-radius:1px;
}
#menu-btn:before {
	top: 10px;
}
#menu-btn:after {
	bottom: 10px;
}
#menu-btn span {
	top: 50%;
	margin-top: -3px;
}
#menu-btn:before, #menu-btn:after, #menu-btn span {
	-webkit-transition: none 0.3s ease;
	-ms-transition: none 0.3s ease;
	transition: none 0.3s ease;
	-webkit-transition-property: transform, top, bottom, opacity;
	-ms-transition-property: transform, top, bottom, opacity;
	transition-property: transform, top, bottom, opacity;
}
#menu-btn.open span {
	opacity: 0;
	-webkit-transition: none 0.2s ease;
	-ms-transition: none 0.2s ease;
	transition: none 0.2s ease;
}
#menu-btn.open:before {
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	transform: rotate( 45deg );
	top: 20px;
}
#menu-btn.open:after {
	-webkit-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	transform: rotate( -45deg );
	bottom: 20px;
}
}
/* header minify * ============================ */
@media screen and (max-width: 992px) {
.logo a {
	margin-top:30px;
}
.stamp {
    
        display:none;
}
}
@media screen and (max-height: 730px) {
header > footer {
	padding:10px 0;
}
.stamp img {
	width:55px;
}
.stamp {
    
        display:none;
}
}
@media screen and (max-height: 610px) {
#menu-btn.open {
	left:250px;
}
header {
	padding: 20px 0 40px 0px;
}
.logo a {
	/*float:left;
	width:65px;*/
	width:150px;
	margin-bottom:15px;
	margin-top:0;
	margin-left: 15px;
}
header nav {
	overflow: auto;
	width: 155px;
	position: relative;
	height: inherit;
}

/*.stamp {
	background: none;
	top: 185px;
	left: 20px;
	bottom: auto;
	right: inherit;
}*/
.stamp {
    
        display:none;
}
header footer {
	clear: both;
}
.menu {
	font-size: 1.2em;
	line-height: 2em;
}
.menu > li > a {
	padding: 0 12px;
}
.menu ul.dropdown a {
	padding: 5px 12px;
	line-height: 1.2em;
}
}
@media screen and (max-height: 610px) {
.stamp {
	top:25px;
	background:none;
	left:auto;
	right:15px;
        display:none;
}
.stamp img {
	width: 55px;
}
}

@media screen and (max-width: 940px) and (max-height: 690px) {
header {
	padding: 15px 0 40px 0px;
}
header nav {
	width: 80%;
}
/*.stamp {
	top: 215px;
}*/
.stamp {
    
        display:none;
}
}
/* Message */
#message-success, #message-error {
	width:100%;
	box-sizing:border-box;
	font-size:14px;
	-moz-box-sizing:border-box;
	font-weight:400;
	padding:10px 15px;
	border-width:1px;
	border-style:solid;
	margin-bottom:20px;
}
#message-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
#message-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
/* scroll */
.scroll-top {
	cursor:pointer;
	z-index:990;
	padding:15px 30px;
	position:fixed;
	bottom: 0px;
	right: 25px;
	background-color:#333;
	background-color:rgba(0,0,0,0.9);
	color:#fff;
	display:none;
	font-size:24px;
}
.scroll-top:hover {
	background-color:rgba(0,0,0,1);
}
.scroll-top i {
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
	opacity:0.8;
}
.scroll-top:hover i {
	transform:translateY(-8px);
}
@media screen and (max-width: 940px) {
.scroll-top {
	top: 0px;
	bottom:auto;
	right: 0px;
	text-align:center;
	padding:11px 15px;
}
}
/* Text Editor Content
 * ============================ */
.textEditorContent a:hover {
	text-decoration:underline;
}
.textEditorContent img {
	max-width:100%;
	height:auto !important;
	margin:0 auto;
}
.textEditorContent blockquote {
	margin-bottom: 20px;
	padding: 20px 40px;
	background: #eee;
	width: 80%;
	margin: 20px auto;
	font-style: italic;
}
.textEditorContent ol, .textEditorContent ul {
	list-style: decimal;
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 0 5%;
	padding-left:35px;
	border-left: 3px solid #eee;
	margin-bottom: 20px;
	margin-left:20px;
}
.textEditorContent ul {
	list-style: circle;
}
.textEditorContent ol li,
.textEditorContent ul li {
	margin-bottom:10px;
	padding-left: 10px;
}
.textEditorContent a {
	word-break:break-all;
}
.textEditorContent blockquote p {
	margin-left:0 !important;
}
.textEditorContent table {
	width:100% !important;
	font-size:1.2em;
}
.textEditorContent table td {
	border:1px solid #ccc;
	padding:5px 10px;
}
.textEditorContent table tr:hover {
	background-color:#eee;
}
.textEditorContent .table-responsive table {
	min-width:600px;
}

/* responsive video
 * ============================ */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3{
	padding-bottom:75%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}