 h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 700;
  margin: 0 0 25px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333;
}

h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
  color: #008649;
}


h1, h2 {
  font-size: 2.571em;
  margin: 0 0 32px;
  text-transform: uppercase;
}


h3 {
  font-size: 1.285em;
  font-weight: 400;
}


h4 {
  font-size: 1em;
}


p, ul, ol {
  margin: 0 0 25px;
}


a {
  color: #3c763d;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover, a:focus {
  color: #333;
  outline: none;
  text-decoration: none;
}


input, button, select, textarea {
  background: white;
  border: 1px solid #ddd;
}


textarea {
  resize: none;
}


blockquote p {
  line-height: 1.8;
}

blockquote p:before {
  content: "\'\' ";
}

blockquote p:after {
  content: " \'\'";
}

blockquote footer:before {
  display: none;
}

.icons {
  background: url(../images/icons.png) no-repeat;
  display: block;
  height: 50px;
  width: 50px;
}


.icon-left {
  background-position: 0 0;
}


.icon-right {
  background-position: -50px 0;
}

.icon-submit {
  background-position: -100px 0;
}

.icon-up {
  background-position: -192px 0;
}

.icon-bedroom, .icon-bathroom, .icon-location {
  display: inline-block;
  height: 17px;
  width: 22px;
}

.icon-bedroom {
  background-position: 0 -45px;
}

.icon-bathroom {
  background-position: -50px -45px;
}

.icon-location {
  background-position: -100px -47px;
  height: 20px;
}

.icon-hand, .icon-home, .icon-chart {
  display: inline-block;
  height: 60px;
  width: 60px;
}

.icon-hand {
  background-position: 0 -100px;
}

.icon-home {
  background-position: -140px -100px;
}


/* Form-section */
.form-control {
  border-color: #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  height: 40px;
}


.form-control:focus {
  border-color: #333;
  box-shadow: none;
}

/* buttons */

.btn {
  border-radius: 0;
  font-weight: 700;
  height: 40px;
  line-height: 1.8;
  padding: 6px 12px;
  text-transform: uppercase;
}


.btn-submit {
  padding: 0;
  width: 40px;
}

.btn-submit:focus {
  outline: none !important;
  outline-offset: 0 !important;
}


.btn-default {
      border: 1px solid #686869;
    color: #686869;
}

.btn-default:hover, .btn-default:focus {
 background-color: transparent;
    border-color: #fff;
    color: #686869;
}


.btn-primary {
 background-color: #00b2c0;
    /* border-color: #4f5050; */
    border: 2px solid #026169;
  padding:6px 37px;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #333;
  border-color: #333;
  color: white;
}


.btn-sm {
  line-height: 2;
  padding-left: 20px;
  padding-right: 20px;
}


.btn-lg {
  font-size: .857em;
  height: 50px;
  padding: 13px 20px;
}

.pgl-bg-dark {
  background-color: #333;
  color: #aaa;
}


.pgl-bg-grey {
  background-color: #eee;
}


.pgl-bg-light, .pgl-property {
  background-color: white;
}

hr {
  border-color: #ddd;
}





.img-thumbnail {
  border: none;
  padding: 0;
}

.img-thumbnail-small {
  margin-bottom: 18px;
}

/* menu-section */

.nav-tabs {
  border-bottom: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  font-weight: 700;
  max-width: 500px;
  position: relative;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.nav-tabs li {
  display: block;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-tabs li a {
  border-radius: 0;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pgl-pro-tabs {
  font-size: .857em;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.pgl-pro-tabs > li > a {
  border-width: 2px;
  color: #333;
  margin-right: -2px;
  padding-left: 10px;
  padding-right: 10px;
}

.pgl-pro-tabs > li > a:hover, .pgl-pro-tabs > li > a:focus {
  border-color: #333;
}

.pgl-pro-tabs > li.active > a, .pgl-pro-tabs > li.active > a:hover, .pgl-pro-tabs > li.active > a:focus {
  background-color: transparent;
  border-color: #333;
  border-width: 2px;
}



.text-note {
  margin: 8px 0 0 160px;
}

.text-note .fa {
  margin-right: 5px;
}

.nav-top {
  border-right: 1px solid #fff;
}
.nav-top > li {
  border-left: 1px solid #fff;
}
.nav-top > li > a {
  border-radius: 0;
  color: #fff;
  padding: 8px 12px 7px;
}
.nav-top > li > a:hover, .nav-top > li > a:focus {
  background-color: #008649;
  color: white;
}


/* scroll-top */
.scroll-to-top {
  background-color: #00b2c0;
  border-radius: 50%;
  bottom: 20px;
  color: white;
  display: block;
  font-size: 1.285em;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 1040;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scroll-to-top .icon-up {
  opacity: 1;
  filter: alpha(opacity=30);
}

.scroll-to-top:hover, .scroll-to-top:focus {
  background-color: #000;
  color: white;
}

.scroll-to-top:hover .icon-up, .scroll-to-top:focus .icon-up {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.scroll-to-top.visible {
  opacity: 1;
  filter: alpha(opacity=100);
}

.pagination {
  margin: 10px 0 40px;
}

.pagination li {
  display: inline-block;
  font-weight: 700;
  margin: 0 8px 0 0;
  text-align: center;
}

.pagination li > a,
.pagination li > span {
  background-color: transparent;
  border-color: #333;
  border-width: 2px;
  color: #333;
  line-height: 35px;
  padding: 0 14px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #333;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #333;
  color: white;
  border-color: #333;
}

.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
  background: rgba(255, 255, 255, 0.5);
  height: 10px;
  margin: 0 6px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 10px;
}

.owl-theme .owl-controls .owl-page.active span {
  background: white;
  height: 14px;
  margin-top: 2px;
  width: 14px;
}

.owl-theme .owl-controls .owl-buttons div {
  background-color: #003e21;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div .icons {
  opacity: 0.51;
  filter: alpha(opacity=51);
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover .icons, .owl-theme .owl-controls.clickable .owl-buttons div:focus .icons {
  opacity: 1;
  filter: alpha(opacity=100);
}


.pgl-main-slide .item {
  position: relative;
}

.pgl-main-slide .item-caption {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pgl-main-slide .item-caption .container {
  display: table;
  height: 100%;
}

.pgl-main-slide .item-caption .property-info {
  display: table-cell;
  padding-right: 50%;
  vertical-align: middle;
}

.pgl-main-slide .item-caption .property-thumb-info-content {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: none;
  padding: 26px 30px;
}

.pgl-main-slide .item-caption h2 {
  font-size: 1.714em;
  margin-bottom: 8px;
  text-transform: none;
}

.pgl-main-slide .item-caption p {
  margin: 0;
}

.pgl-main-slide .owl-pagination {
  left: 0;
  position: absolute;
  width: 100%;
}

.pgl-main-slide .owl-pagination {
  bottom: 23px;
}

.pgl-main-slide .owl-controls .owl-buttons div {
  margin-top: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
}

.pgl-main-slide .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}

.pgl-main-slide .owl-controls .owl-buttons .owl-next {
  right: 20px;
}

.pgl-main-slide .owl-controls.clickable .owl-buttons div:hover, .pgl-main-slide .owl-controls.clickable .owl-buttons div:focus {
  background-color: #008649;
}

.pgl-main-slide:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
}

.pgl-pro-slide .owl-controls {
  position: absolute;
  right: 15px;
  top: -72px;
}

.pgl-pro-slide .owl-controls .owl-buttons div {
  background-color: transparent;
  border-radius: 0;
}

.pgl-pro-slide .owl-controls .owl-buttons div .icons {
  background: none;
  border: 2px solid #333;
  color: #333;
  font-style: normal;
  height: 40px;
  line-height: 38px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  width: 40px;
}

.pgl-pro-slide .owl-controls .owl-buttons div .icons:hover, .pgl-pro-slide .owl-controls .owl-buttons div .icons:focus {
  background-color: #333;
  color: white;
}

.pgl-pro-slide .owl-controls .owl-buttons div .icons:after {
  font-family: 'FontAwesome';
  font-size: 1.166em;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.pgl-pro-slide .owl-controls .owl-buttons div .icon-left:after {
  content: "\f053";
}
.pgl-pro-slide .owl-controls .owl-buttons div .icon-right:after {
  content: "\f054";
}
.pgl-pro-slide .owl-controls .owl-buttons .owl-next {
  margin-left: 10px;
}





.form-search {
  position: relative;
}

.form-search .form-group, .form-search .form-control {
  width: 100%;
}

.form-search .form-control {
  border-color: white;
}

.form-search .btn {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
}

.list-cat {
  margin-bottom: 15px;
}

.list-cat li + li {
  border-top: 1px solid #f5f5f5;
  margin-top: 5px;
  padding-top: 5px;
}

.list-cat a {
  color: #333;
}

.list-cat a:hover, .list-cat a:focus {
  color: #008649;
}

.list-cat span {
  color: #999;
}



.flex-control-thumbs {
  margin: 30px 25px;
  width: auto;
}

.flex-control-thumbs li {
  padding: 0 5px;
  width: 20%;
}


.flex-direction-nav a {
  border: 2px solid white;
  bottom: 181px;
  color: white;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-indent: -9999em;
  text-shadow: none;
  top: auto;
}

.flex-direction-nav a:before {
  font-size: 1em;
  height: 100%;
  line-height: 36px;
  left: 0;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 100%;
}
.flex-direction-nav a:hover, .flex-direction-nav a:focus {
  border-color: #008649;
  color: #008649;
}
.flex-direction-nav .flex-prev {
  left: auto;
  right: 70px;
}
.flex-direction-nav .flex-next {
  right: 20px;
  text-align: left;
}

.flexslider {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.flexslider .slides > li {
  position: relative;
}

.flexslider .property-thumb-info-label {
  bottom: 0;
  left: 0;
  position: absolute;
}

.flexslider:hover .flex-prev {
  left: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.flexslider:hover .flex-next {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 20px;
}

#slider .flex-direction-nav a {
  bottom: 20px;
}

#carousel {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 40px;
  padding: 30px;
}
#carousel .slides li {
  margin-right: 10px;
}
#carousel .flex-direction-nav a {
  bottom: 50%;
  margin-bottom: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#carousel .flex-direction-nav .flex-prev {
  left: 60px;
  right: auto;
}
#carousel .flex-direction-nav .flex-next {
  right: 60px;
}
#carousel:hover .flex-direction-nav a {
  opacity: 1;
  filter: alpha(opacity=100);
}

.prop-icon-section
{
  background: rgba(0, 0, 0, 0.28);
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: -3px;
    padding: 15px 0;
}

.prop-icon-section .icon-box
{
  text-align:center;  
}
.prop-icon-section .icon-box p
{
  color:#fff;
  font-size:15px;
  font-weight:600;
  padding-top:10px;
  margin-bottom:0;
  
}

.bd-crumb {
    background: #000 url(../images/bread.png) no-repeat center center;
    background-size: cover;
    width: 100%;
padding: 10em 0 5em;
  
min-height: 400px;
}

.bd-crumb.beach-bg{
    background: #000 url(../images/beach-bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
padding: 10em 0 2em;
  
    top: 0px;
}
.bd-crumb.gallery {
    background: #000 url(../images/1506016618prop-gal10.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 10em 0 5em;
    background-position: 10% 60%;
}
.bd-crumb.wedding-bg{
    background: #000 url(../images/barn-party.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
padding: 10em 0 5em;
}

.bd-crumb.video-gallery{
    background: #000 url(../images/gallery-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
padding: 10em 0 5em;
    background-position: 10% 38%;
}
.bd-crumb.about-page{
    background: #000 url(../images/patio.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
padding: 10em 0 5em;
}

.bd-crumb.bd-contact {
    background: #000 url(../images/contact-bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
padding: 10em 0 5em;
  

}


.bd-crumb.bd-beach
{ background: #000 url(../images/beach.jpg) no-repeat center center !important; 
background-size: cover !important;
background-attachment:fixed !important;
height:750px !important;
text-align: center;
}

.bd-crumb.bd-night
{
background: #000 url(../images/nightlife.jpg) no-repeat center center !important; 
background-size: cover !important;
background-attachment:fixed !important;
height:750px !important;
text-align: center;
}

.bd-crumb.bd-shopping
{
background: #000 url(../images/shopping.jpg) no-repeat center center !important;  
background-size: cover !important;
background-attachment:fixed !important;
height:750px !important;
text-align: center;
}

.bd-crumb.bd-water-act
{
background: #000 url(../images/water-act.jpg) no-repeat center center !important; 
background-size: cover !important;
background-attachment:fixed !important;
height:750px !important;
text-align: center;
}


.bd-crumb h1 {
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0;

 margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}
.bd-crumb.bd-beach h1
{
  font-size:125px;
  top:300px;
  font-style:italic;
  text-shadow:0 2px 2px #333;
}

.bd-crumb.bd-beach a 
{
  font-size:55px;
  border: 2px solid #fff;
  top:340px;
  position:relative;
  display:inline-block;
  background:rgb(0, 178, 192);
  font-style:italic;
  text-align:center;
  color:#fff;
  padding:15px;
  border-radius:80px;
  text-transform:uppercase;
  font-weight:600;
  text-shadow:0 2px 2px #333;
}

.bd-crumb.bd-beach a:hover
{
  background:#000;
}

.bd-crumb.bd-night a 
{
  font-size:55px;
  border: 2px solid #fff;
  top:340px;
  position:relative;
  display:inline-block;
  background:rgb(0, 178, 192);
  font-style:italic;
  text-align:center;
  color:#fff;
  padding:15px;
  border-radius:80px;
  text-transform:uppercase;
  font-weight:600;
  text-shadow:0 2px 2px #333;
}

.bd-crumb.bd-night a:hover
{
  background:#000;
}


.bd-crumb.bd-shopping a 
{
  font-size:55px;
  border: 2px solid #fff;

  top:340px;
  position:relative;
  display:inline-block;
  background:rgb(0, 178, 192);
  font-style:italic;
  text-align:center;
  color:#fff;
  padding:15px;
  border-radius:80px;
  text-transform:uppercase;
  font-weight:600;
  text-shadow:0 2px 2px #333;
}
.bd-crumb.bd-shopping a:hover
{
  background:#000;
}
.bd-crumb.bd-water-act a 
{
  font-size:55px;
  border: 2px solid #fff;
  top:340px;
  position:relative;
  display:inline-block;
  background:rgb(0, 178, 192);
  font-style:italic;
  text-align:center;
  color:#fff;
  padding:15px;
  border-radius:80px;
  text-transform:uppercase;
  font-weight:600;
  text-shadow:0 2px 2px #333;
}
.bd-crumb.bd-water-act a:hover
{
  background:#000;
}


.bd-crumb.bd-night h1
{
  font-size:95px;
  top:300px;
  font-style:italic;
  text-shadow:0 2px 2px #333;
}

.bd-crumb.bd-shopping h1
{
  font-size:95px;
  top:300px;
  font-style:italic;
  text-shadow:0 2px 2px #333;
}
.bd-crumb.bd-water-act h1
{
  font-size:95px;
  top:300px;
  font-style:italic;
  text-shadow:0 2px 2px #333;
  
  
}
.bd-crumb .breadcrumb {
    width: 300px;
    margin: 0 auto;
    position: relative;
    top: 55%;
    background:rgba(255, 255, 255, 0.63);
    padding: 15px 0;
    text-align: center;
}
.breadcrumb li
{
  font-size:18px;
  font-weight:600;
  text-transform: capitalize;
  color: #333;
}
.breadcrumb>li+li:before {
  
    color: #333;
  }
.prop-img img
{
  background:#35b4e3;
  padding:5px;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.panel-default {
    border-color: #ecac20;
}
.panel-default>.panel-heading {
color: #fff;
    background-color: #028148;
    border-color: #0c8a52;}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-title a:hover, .panel-title a:focus
{
  color:#fff;
}


.panel-body p
{
  font-size:16px;
  font-weight:300;
  font-weight:600;
  line-height:25px;
  padding:0;
  margin:0 0 10px;
}
.responsiveTab
{
  background:#eee;
  padding:20px;
  margin-bottom: 50px;
}
.rates{ margin:0px auto; text-transform:capitalize;}
.rates th{  padding:5px; font-size:16px; background:#35b4e3; color:#fff; font-weight:bold; text-align:center;  }
.rates td{  padding:5px; font-size:14px; text-align:center;  }
.rates span{font-size:11px;}
.responsive-table b { color: #b80909; display: block; font-weight: 600; font-size: 12px;}
.responsive-table { width: 100%; margin-bottom: 1.5em; font-family: 'Lora', serif;}
.responsive-table thead { position: absolute; clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0; border: 0; height: 1px; width: 1px; overflow: hidden;}
@media (min-width: 44em) {
.responsive-table thead { position: relative; clip: auto; height: auto; width: auto; overflow: auto;}
}
.responsive-table thead th { background-color: #dedcdc; border: 1px solid #dedcdc; font-weight: normal; text-align: center; color: #333;}
.responsive-table thead th:first-of-type { text-align: left;}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td { display: block; padding: 0; text-align: left; white-space: normal;}
@media (min-width: 44em) {
.responsive-table tr { display: table-row;}
}
.responsive-table th,
.responsive-table td { padding: .5em; vertical-align: middle;}
@media (min-width: 30em) {
.responsive-table th,
.responsive-table td { padding: .75em .5em;}
}
@media (min-width: 44em) {
.responsive-table th,
.responsive-table td { display: table-cell; padding: .5em;}
}
@media (min-width: 62em) {
.responsive-table th,
.responsive-table td { padding: .75em .5em;}
}
@media (min-width: 75em) {
.responsive-table th,
.responsive-table td {padding: .75em;}
}
.responsive-table caption { margin-bottom: 1em; font-size: 1em; font-weight: bold; text-align: center;}
@media (min-width: 44em) {
.responsive-table caption { font-size: 1.5em;}
}
.responsive-table tfoot { font-size: .8em; font-style: italic;}
@media (min-width: 62em) {
.responsive-table tfoot { font-size: .9em;}
}
@media (min-width: 44em) {
.responsive-table tbody { display: table-row-group;}
}
.responsive-table tbody tr { margin-bottom: 1em; border: 2px solid #c7c7c7;}
@media (min-width: 44em) {
.responsive-table tbody tr { display: table-row; border-width: 1px;}
}
.responsive-table tbody tr:last-of-type { margin-bottom: 0;}
@media (min-width: 44em) {
.responsive-table tbody tr:nth-of-type(even) { background-color: rgba(94, 93, 82, 0.1);}
}
.responsive-table tbody th[scope="row"] { background-color: #35b4e3; color: #fff;}
@media (min-width: 44em) {
.responsive-table tbody th[scope="row"] { background-color: transparent; color: #5e5d52; text-align: left;}
}
.responsive-table tbody td { text-align: right;}
@media (min-width: 30em) {
.responsive-table tbody td { border: 1px solid #c7c7c7;}
}
@media (min-width: 44em) {
.responsive-table tbody td { text-align: center; color:#000;}
}
.responsive-table tbody td[data-type=currency] { text-align: right;}
.responsive-table tbody td[data-title]:before { content: attr(data-title); float: left; font-size: .8em;  font-weight:600;color: rgba(94, 93, 82);}
@media (min-width: 30em) {
.responsive-table tbody td[data-title]:before { font-size: .9em;}
}
@media (min-width: 44em) {
.responsive-table tbody td[data-title]:before { content: none;}
}

.responsive-table h6{ font-weight:normal; margin:0px; font-size:14px; text-align:center;}



.ratesAdditional h3
{
 font-size:18px;
 font-weight:600; 
}
.ownerInfo1 h3
{
  font-size:18px; 
  font-weight:600;
}

.responsiveTab h3
{
  color: rgba(0, 134, 73, 0.94);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 15px;
  text-transform:uppercase;
    padding: 0;
    
}
.responsiveTab p
{
    font-size: 16px;
  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 300;
  color:#333;
    line-height: 23px;
    margin: 0 0 10px;
    padding: 0;

}
.contact-page
{
padding:80px 0; 
}

.contact-page p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    letter-spacing: .03em;
    margin-bottom: 15px;
}

.contact-form-wrap input, .contact-form-wrap textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #DFDFDF;
    display: block;
    padding-left: 20px;
    font-size: 15px;
    font-family: inherit;
    font-style: normal;
    outline: none;
}

.contact-form-wrap input, .contact-form-wrap textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc9c9;
    display: block;
    padding-left: 20px;
    font-size: 15px;
    font-family: inherit;
    font-style: normal;
    outline: none;
}
.contact-form-wrap textarea {
    height: 120px;
    padding-top: 10px;
}

.contact-form-wrap button {
    border: none;
    outline: none;
    color: #fff;
    background: #00b2c0;
    font-weight: bold;
    font-family:inherit;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 26px;
    margin-top: 10px;
  transition:all 0.5s ease;
}

.contact-form-wrap button:hover
{
  background:#000;
}

.capta-input {
    width: 50% !important;
    float: left;

}

.captcha-img
{
  margin-left:20px;
}

.contact-button ul
{
  list-style-type:none;
  padding:0;
  margin:0;
}


.contact-button ul li
{
  padding:10px 10px;
  margin:10px 0;
  font-size:16px;
  font-weight:600;
  color:#333;
  background:#eee;
  display:block;
}

.contact-button ul li img
{
margin-right:15px;
}


.map-con-page iframe
{
  width:100%;
  height:270px;
  border:1px solid #ccc9c9;
  padding:5px;
}


.review-box {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 2px 3px #ccc;
    transition: 0.4s ease;
}

.review-box .image {
    width: 20%;
    min-height: 250px;
    float: left;
    background: #fff;
    padding: 40px 30px;
}

.review-box .image img {
    width: 100px;
    border-radius: 50%;
    margin-left: 15px;
    border: 1px #ccc solid;
  float: left;
    margin-right: 40px;
    margin-bottom: 20px;
  padding:5px;
}

.review-box .discription {
    width: 80%;
    float: left;
    min-height: 250px;
    background: #eee;
    padding: 40px 30px;
    font-size: 16px;
    color: #666;
    font-family: 'Source Sans Pro', sans-serif;
}

.content-property h3 {
    color: #000;
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    margin: 0px auto;
    margin-bottom: 20px;
}

@media (max-width: 767px)
{.review .image {
    width: 100% !important;
    min-height: 120px!important;
    padding: 40px 80px!important;
}
}

@media (max-width: 767px)
{.review .discription {
    width: 100%!important;

}}



.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 85px;
    height: 85px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 57px;
    cursor: pointer;
    overflow: hidden;
    line-height: 85px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
/*    background: rgba(0, 0, 0, 0.5);
*/    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

.calendar-slide  {
    height: 80px;
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 275px;
}

.calendar-slide  h1 {
    margin:0 0 30px;
    font-weight: 600;
    color: #fff;
  display:block;
  
    line-height: 80px;
    text-align:center;
  font-size: 30px;
    font-family: 'Cinzel Decorative', cursive;
  text-shadow:0px 3px 3px #333;
}

.calendar-slide .calendar-info {

    text-align: center;
    display: block;
    width: 70%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    position: relative;
    top: 130px;

}

.calendar-slide .calendar-info .form-group {
   
    margin-right: 15px;

}

.calendar-slide .calendar-info .form-group input {
    border: 1px #fff solid;
    height: 45px;
    font-weight: 700;
  width:150px;
    color: #000;
    background: url(../images/calendar-icon.html) no-repeat #eee 110px 7px;
}

.calendar-slide .calendar-info .form-group select {
    background: #eee;
    border: 1px #fff solid;
    height: 45px;
    font-weight: 700;
  width:150px;
    color: #000;
    
}



.calendar-slide .calendar-info .form-btn .btn
{
  background:#35b4e3;
  border:none;
  color:#fff;
  width:150px;
  height:45px;
}

.img-about
{
  padding-right:0;
}


.reviews-prop
{
  background:#000 url(../images/testimonial.html) no-repeat top center;
  background-attachment:fixed;
  background-size:cover;
  padding:80px 0;
}
.reviews-prop h2
{
  color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 30px;
    padding: 0;
  text-align:center;    
}

.review {
    margin-bottom: 30px;
    transition: 0.4s ease;
}
.review .image {
    width: 20%;
    min-height: 250px;
    float: left;
    padding: 40px 30px;
}
.review .image img {
    width: 100px;
    border-radius: 50%;
    margin-left: 15px;
    border: 1px #ccc solid;
  float: left;
    margin-right: 40px;
    margin-bottom: 20px;
  padding: 5px;
}

.review .discription h3
{
  color:#333;
  font-weight:400;
  margin-bottom:20px;
  text-align:justify;
}


.review .discription {
    width: 80%;
    float: left;
    min-height: 250px;
    padding: 40px 30px;
    font-size: 16px;
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
}
.content-property h3 {
    color: #000;
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    margin: 0px auto;
    margin-bottom: 20px;
} 