html, body {
	font-family: 'Crimson Text', serif;
	font-size:16px;
	line-height:1.8;
}
#top-bar {
	position:relative;
	z-index:1;
}
.header_text {
	margin-top:30px;
	font-size:20px;
	margin-bottom:0;
}
.header_border {
    padding-bottom: 15px;
}
.logo_main {
	margin-top:25px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar-default {
	background-color:transparent;
	border:none;
	margin-top:30px;
}
.navbar-default .navbar-nav>li>a {
	font-size:20px;
}
#main_nav {
	position:relative;
	z-index:1;
	background-color:#5d564c;
}
.navbar-default .navbar-nav>li>a {
	color:#fff;
	transition:0.3s ease;
}
.navbar-default .navbar-nav>li>a:hover {
	color:#cab080;
}
.nav>li>a {
	padding:10px 20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color:transparent;
	color:#cab080;
	border-bottom:1px solid #cab080;
}
.clearfix {
	clear:both;
}
#header {
	top:0;
	left: 0;
    right: 0;
	z-index:1;
}
#main_content {
	padding:80px 0;
}
#main_content h1 {
	text-align:center;
	text-transform:uppercase;
	margin-bottom:50px;
}
#main_content h1:before {
	position: absolute;
    left: 15px;
    width: 160px;
    content: "";
    height: 2px;
    background: #cab080;
    top: 40px;
}
#main_content h1:after {
	position: absolute;
    right: 15px;
    width: 160px;
    content: "";
    height: 2px;
    background: #cab080;
    top: 40px;
}
#main_content h2 {
	text-align:center;
	text-transform:uppercase;
	margin-bottom:50px;
}
#main_content h2:before {
	position: absolute;
    left: 15px;
    width: 160px;
    content: "";
    height: 2px;
    background: #cab080;
    top: 40px;
}
#main_content h2:after {
	position: absolute;
    right: 15px;
    width: 160px;
    content: "";
    height: 2px;
    background: #cab080;
    top: 40px;
}
#book_contact {
	background-image:url(../img/parallax1.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#cab080;
	padding:130px 0;
}
#book_contact h1 {
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:50px;
}
#book_contact h1:before {
	position: absolute;
    left: 15px;
    width: 160px;
    content: "";
    height: 2px;
    background: #cab080;
    top: 40px;
}
#book_contact h1:after {
	position: absolute;
    right: 15px;
    width: 160px;
    content: "";
    height: 2px;
    background: #cab080;
    top: 40px;
}
.single-news-area {
    min-height: 280px;
    border: 5px solid #e6dccf;
	background-color:#fff;
}
.single-news-area .media .pull-left {
    background: #dcd794;
    padding-right: 0;
}
.single-news-area .media .pull-left a img {
    width: 100%;
    opacity: 1;
    transition: all 0.3s;
}
.media-object {
    display: block;
}
.media-body {
    padding: 25px;
}
.media-body h4 a {
    font-size: 28px;
    color: #a09833;
    text-decoration: none;
    transition: all 0.3s;
}
.btn-apple {
	background-color:#fff;
	border:2px solid #a09833;
	border-radius:3px;
	color:#a09833;
	text-transform:uppercase;
	font-size:22px;
	margin-top:50px;
	transition:0.3s ease;
}
.btn-apple:hover {
	color:#000;
	border:2px solid #000;
}
#social_links {
	padding:80px 0;
}
#social_links h1 {
	text-align:center;
	text-transform:uppercase;
	color:#000;
	margin-bottom:50px;
}
#social_links h1:before {
	position: absolute;
    left: 15px;
    width: 160px;
    content: "";
    height: 2px;
    background: #cab080;
    top: 40px;
}
#social_links h1:after {
	position: absolute;
    right: 15px;
    width: 160px;
    content: "";
    height: 2px;
    background: #cab080;
    top: 40px;
}
#social_links a {
	margin-left:15px;
	margin-right:15px;
	transition:0.3s ease;
	opacity:1;
}
#social_links a:hover {
	opacity:0.5;
}
#social_links p {
	margin-top:30px;
}
.accurate {
	margin:0;
	padding:0;
}
.home_images {
	overflow:hidden;
}	
.home_images .single-post {
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 20%;
}
#footer {
	margin-top:0px;
	border-top:5px solid #cab080;
	padding:50px 0;
	border-bottom:1px solid #cab080;
	margin-bottom:10px;
}
#footer h4 {
	text-align:center;
	font-size:22px;
	text-transform:uppercase;
	color:#000;
	margin-bottom:50px;
}
#footer h4:before {
	position: absolute;
    left: 15px;
    width: 90px;
    content: "";
    height: 2px;
    background: #cab080;
    top: 20px;
}
#footer h4:after {
	position: absolute;
    right: 15px;
    width: 90px;
    content: "";
    height: 2px;
    background: #cab080;
    top: 20px;
}
.footer-logo {
	margin-bottom:20px;
}
ul.footer_nav {
	list-style:none;
	padding-left:0;
}
ul.footer_nav li {
	font-size:22px;
	text-align:center;
	margin-bottom: 15px;
}
ul.footer_nav li a {
	color:#000;
	transition:0.3s ease;
}
ul.footer_nav li a:hover {
	color:#cab080;
	text-decoration:none;
}
#copyright {
	color:#aaa;
}
#copyright a {
	color:#F69;
	transition:0.3s ease;
}
#copyright a span {
	color:#FC3;
}
#copyright a span:hover {
	color:#F69;
	text-decoration:none;
}
#copyright a:hover {
	color:#FC3;
	text-decoration:none;
}
.suite_text {
	text-align:center;
	font-size:24px;
	line-height:2;
}
.table {
	 font-size: 18px;
}
.terms_list {
	line-height:2.2;
}
.header_icon {
	margin-right:15px;
}
.margin-fix {
	margin-top:0;
}
.form-control {
	height:55px;
	font-size:16px;
	color:#333;
}
@media (max-width:465px) {
	.home_images .single-post {
		width:100%;
	}
}