.navbar-inverse .navbar-nav > li > a {
    text-transform: uppercase;
}
.about-section .about-inner h1 {
    font-size: 40px;
    font-family: 'Spectral', serif;
    color: #fff;
    padding: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.slide-text > h1 {
    padding: 5px;
    font-family: 'Quicksand', sans-serif;
    background: #00000063;
    text-transform:capitalize;
}
.indicators-line > .carousel-indicators li {
	background: #000000;
	transform: none;
}
.heading span {
    display: block;
    width: 202px;
    background: #fff;
    height: 1px;
    margin: 0 auto 40px;
    position: relative;
}
.heading span:before {
    content: '';
    width: 2px;
    height: 20px;
    background: #f6921e;
    position: absolute;
    top: 40%;
    left: 49%;
    margin: -10px -1px 0 0;
}
.heading h2 {
    margin: 0 0 15px;
}
.about-section{	
	background:#000 url(../images/bg.jpg) no-repeat top;
	background-attachment: fixed;
	background-position: bottom;
}
.gallery-sec{	
	background: url(../images/bg-2.jpg);
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    /*background-size: cover;*/
}
.section__title span {
    display: block;
    width: 202px;
    background: #000000;
    height: 1px;
    margin: 0 auto 40px;
    position: relative;
}
.section__title span:before {
    content: '';
    width: 2px;
    height: 20px;
    background: #f6921e;
    position: absolute;
    top: 40%;
    left: 49%;
    margin: -10px -1px 0 0;
}
.package__details p {
    font-size: 18px;
    color: #000000;
}
.white{
	background: #fff !important;
}
.owl-nav .icon {
  background: rgba(255, 255, 255, .6);
  color: rgba(0, 0, 0, .3);
	font-family: 'FontAwesome';
	font-size: 40px;
	line-height: 60px;
  margin-top: -30px;
  position: absolute; top: 50%;
  text-align: center;
  width: 60px; height: 60px;
}
.owl-next, 
.owl-prev {
  height: 100%;
  position: absolute;
  top: 0;
  width: 33.33333333%;
}
.owl-next {
    right: -8%;
}
.owl-prev {
  left: -8%;
}
.owl-next:hover .icon, 
.owl-prev:hover .icon {
  background: rgba(48, 117, 70, .8);
  color: rgba(255, 255, 255, .9);
}
.icon-arrow-left7 { left: 0; }
.icon-arrow-left7:before { content: "\f053"; }
.icon-arrow-right7 { right: 0; }
.icon-arrow-right7:before { content: "\f054"; }

.weather{	
	background:#000 url(../images/weather.gif) no-repeat top;
	background-position: center;
	background-size: cover;
}
.about-page-sec .about-page-con {
    padding: 80px 0;
}
.about-page-sec.prop-descp {
    background: #fff;
}
.about-page-sec .about-page-con.prop-con h2 {
    color: #000;
}
.about-page-sec .about-page-con.prop-con p {
    color: #000 !important;
}
.amenities h3 {
    margin: 30px 0 20px;
    border-bottom: 1px solid #ccc;
}
.amenities ul li {
    margin: 10px 0 10px 15px;
    min-width: 257px;
    width: auto;
}
.review-page .review-con h3 {
    color: #000;
}
.review-page .review-con p {
    color: #000000;
}
.review-page .review-con h4 {
    color: #000;
    font-weight: bolder !important;
    text-align: left;
}
.bread-sec {
    padding: 120px 0;
    background: #000 url(../images/bg.png) no-repeat top;
    background-size: cover;
}