/*--------------- Main CSS Stylesheet -----------------*/

.centered { margin: 0 auto; float: none; }
.no-pad { padding: 0 !important; }
.no-mar { margin: 0 !important; }

a {
	color: #321b67;
	-o-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	transition: 0.3s linear;
}
a:hover {
	color: #665391;
	text-decoration: none;
}
body {
	color: #222;
	font-size: 15px;
	font-family: 'PT Sans Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
	font-family: 'Lora';
	font-weight: 300;
	font-size: 32px;
}
h2 {	
	color: #876c2e;
	color: #555;
	font-family: 'Lora';
	font-weight: 300;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}
h3 {
	color: #988d69;
	font-weight: 300;
	font-size: 21px;
	font-weight: 300;
	margin-top: 10px;
}
/*--------------- Top Bar -----------------*/

#top-header {
	position: relative;
	z-index: 999;
	background: #fff;
}
@media screen and (max-width: 767px) { 
	#top-header, #book-bar {
		position: relative !important;
	}
	#book-bar  { top: 0 !important; }
	#top-header-sticky-wrapper { height: auto !important; }
}
.top-links-bar {
	margin: 0;
	padding: 0;
	background: #c2beb0;
	background: #a38e5f;
}
.top-link, .top-text {
	color: #fff;
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 15px;
	text-align: center;
	border-radius: 0;
}
.top-link {
	border-right: 1px solid #967717;
	border-left: 1px solid #967717;
}
.top-link:hover, .top-link:focus {
	color: #fff;
	background: #afa291;
	background: #bfa876;
	text-decoration: none;
}
.top-links-bar .social {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	padding: 0 10px;
	display: inline-block;
}
.top-links-bar  .social:hover, .top-links-bar .social:focus {
	color: #222;
	text-decoration: none;
}
/*--------------- Logo -----------------*/

.logo {
	background: #fff;
	padding: 10px 0;
	display: block;
	width: 120px;
	margin: 0 auto;
}
.logo-top, .logo-bottom {
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s; 
}
.logo-bottom {
	margin-top: 8px;
	height: 31px;
}
@media screen and (min-width: 768px) {
	.scrolldown .logo-top {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
  		transform: rotate(360deg);
	}
	.scrolldown .logo-bottom {
		height: 0;
		margin-top: 0;
	}
}

/*--------------- Navigation Bar -----------------*/

.navbar-prime {
	background: rgba(255,255,255,1);
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-prime .container {
	border-top: 1px solid #ddd;
}
.navbar-prime .navbar-nav {
	width: 100%;
}
.navbar-prime .navbar-nav > li > a {
	color: #777;
	background: transparent;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navbar-prime .navbar-nav > li > a:hover, .navbar-prime .navbar-nav > li > a:focus {
	color: #222;
	background: transparent;
}
@media screen and (min-width: 768px) {
	.navbar-prime .navbar-nav > li {
		width: 20%;
	}
	.navbar-prime .navbar-nav > li > a {
		text-align: center;
	}
}
.navbar-prime .navbar-toggle {
	border-color: #ddd;
	border-radius: 0;
}
.navbar-prime .navbar-toggle:hover, .navbar-prime .navbar-toggle:focus {
	background-color: #222;
}
.navbar-prime .navbar-toggle .icon-bar {
	background-color: #777;
}
.navbar-prime .navbar-toggle:hover .icon-bar, .navbar-prime .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
.navbar-prime .navbar-nav > li > .dropdown-menu {
	min-width: 100%;
	margin-top: -1px;
	padding: 0;
}
.navbar-prime .dropdown-menu > li > a {
	font-size: 17px;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.navbar-prime .dropdown-menu > li > a:hover, .navbar-prime .dropdown-menu > li > a:focus {
	color: #fff;
	background: #222;
	border-color: #000;
}
.nav-phone {
	display: inline-block;	
	padding: 15px;
	float: left;
	font-size: 15px;
	font-weight: 500;
}
/*------------ Book Box --------------*/

.book-box-container {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 80;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.book-box {
	background: rgba(255,255,255,.7);
	padding: 25px;
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.jumbo-text {
	color: #222;
	margin:  0;
	font-size: 56px;
	font-family: 'Allura', cursive;
	text-align: center;
	text-shadow: 1px 1px #fff;
}
.sub-text {
	color: #222;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}		
@media screen and (max-width: 991px) and (min-width: 768px) {
	.jumbo-text { font-size: 40px; }
}


.book-bar {
	background: #a38e5f;
	padding: 15px 0;
	text-align: center;
	position: relative;
	z-index: 99;
}
.strike {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}
.strike:before, .strike:after {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 50%;
	height: 2px;
	margin-top: -1px;
	content: '\a0';
	background-color: #fff;
}
.strike:before {
	margin-left: -50%;
	text-align: right;
}
.btn-square {
	color: #fff;
	padding: 10px 35px;
	margin: 0 10px;
	background: #222;
	border-radius: 0;
	line-height: 1em;
	letter-spacing: 1.5px;
	font-size: 20px;
}
.btn-square:hover, .btn-square:focus {
	color: #a38e5f;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.book-bar { padding: 10px 0; }
	.btn-square { padding: 8px 16px; font-size: 15px; }
}

/*--------------- Home Page Sections -----------------*/

.home-body {
	font-size: 18px;
	padding: 40px 0;
	background: #fff;
}

/*--------------- Services Section -----------------*/

.box_group{
	overflow:hidden;
	margin: 40px 0 0 0;
	padding: 50px;
}
.box_group .box {
	background:#fff;
	background: rgba(255,255,255,.8);
	float:left;
	overflow:hidden;
	position:relative;
	color: #222;
	padding: 18px;
	width: 349px;
	height: 349px;
}
.table_like{
	display:table;
	width:100%;
	height:100%
}
.box_group .box .table_like .cell {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 20px;
	border: 2px solid #a38e5f;
}
.box_group .box h3 {
	font-size:28px;
	font-family: 'Lora', cursive;
	color: #a38e5f;
	font-weight:400;
	margin:0 0 30px;
	padding:0;
	line-height:36px;
}
.box_group .box h4 {
	font-size:16px;
	font-weight:400;
	margin:0 0 20px;
	padding:0;
	line-height:30px;
	letter-spacing:2px;
	text-transform:uppercase
}
.box_group .box a.read {
	display:inline-block;
	color: #fff;
	background: #222;
	padding: 10px 15px;
	line-height:1em;
	letter-spacing:1.5px;
	font-size:14px
}
.box_group .box a.read:hover, .box_group .box a.read:focus {
	background:#a38e5f;
	color:#fff;
	text-decoration: none;
}	
@media (min-width:1200px) and (max-width: 1349px) {
	.box_group .box{ width:322px; height:322px }
}
@media (min-width:992px) and (max-width:1199px){
	.box_group .box{ width:250px; height:250px}
	.box_group .box h3 { font-size: 20px; line-height: 24px; }
	.box_group .box h4 { font-size: 14px; line-height: 16px; }
}
@media (min-width:768px) and (max-width:991px){
	.box_group .box{ width:176px; height: 176px; padding: 12px }
	.box_group .box .table_like .cell { padding: 0 10px; }
	.box_group .box h3 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
	.box_group .box h4 { font-size: 13px; line-height: 16px; margin: 0 0 10px; }
}
@media (max-width:767px) {
	.box_group { margin: 20px -15px; padding: 30px 15px; }
	.box_group .box { width:100%; height: 200px; margin-bottom: 20px; }
	.box_group .box .table_like .cell { padding: 10px; }
	.box_group .box h3 { font-size: 16px; line-height: 20px; margin: 0 0 10px; }
	.box_group .box h4 { font-size: 13px; line-height: 16px; margin: 0 0 10px; }
}

/*------------------ Footer --------------------*/

.footer {
	font-size: 17px;
}
.footer .container { 
	border-top: 1px solid #ddd;
	padding: 20px 15px;
}
.footer .social {
	color: #777;
	font-size: 18px;
	line-height: 18px;
	padding: 0 10px;
	display: inline-block;
}
.footer .social:hover, .footer .social:focus {
	color: #222;
	text-decoration: none;
}

/*------------------ Interior Pages --------------------*/

.content-body {
	padding: 40px 0;
	background: #fff;
}
.sidebar img {
	max-width: 100%;
}
.partners {
	background: #f7f7f7;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url('/images/site/contemporary_china.png');
	padding: 50px 0;
	margin-bottom: 40px;
}
.btn-gold {
	color: #fff;
	background: #a38e5f;
	border: 0;
	border-radius: 0;
}
.btn-gold:hover, .btn-gold:focus {
	color: #fff;
	background: #bfa876;
}

blockquote {
	position: relative;
	text-indent: 25px;
}
blockquote:before {
	font-family: "FontAwesome";
	content: "\f10d";
	color: #988d69;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: -10px;
}
