@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|PT+Serif:400,400i,700');
/*
=========================================
=========================================


=========================================
========================================= */



@media (max-width: 1551px) {

.container{width:80%;}		
	
}



@media (max-width: 1453px) {
	.container{width:80%;}	

}



@media (max-width: 1021px) {
.container{width:90%;}	
}




/* variant 1 - Default */
@media (min-width: 768px) {
  .navbar.shrink {
    min-height: 60px;
	 border-bottom:rgba(255,255,255,0.4) thin dotted;
  }
	
	
	

	
	
	
	
	
/*floorplans logo - inside pages location	*/
  .navbar.shrink .navbar-brand {
    height: 60px;
    padding: 5px 15px;
	width:80%;
  }
  .navbar.shrink .navbar-btn {
    margin-top: 18.5px;
    margin-bottom: 18.5px;
  }
  .navbar.shrink .navbar-nav > li {
    float: left;
  }
  .navbar.shrink .navbar-nav > li > a {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }
}
/*

=====================
NAVBAR
=====================

*/
.header {
  width: 100%;
	
}

/*floorplans text*/
.navbar {
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-left: none;
  border-right: none;
}

.navbar a.navbar-brand {
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #48bebe;
}
.navbar a.navbar-brand:focus,
.navbar a.navbar-brand:hover {
  border-bottom: none;
}
@media (min-width: 768px) {
  .navbar ul.nav > li > a {
    border-top: solid 3px transparent;
    padding-top: 36.5px;
  }
  .navbar ul.nav > li > a:hover,
  .navbar ul.nav > li > a:focus {
    border-top-color: #48bebe;
    border-bottom: none;
  }
  .navbar ul.nav > li.active > a,
  .navbar ul.nav > li.open > a {
    text-decoration: none !important;
    border-top-color: #48bebe;
  }
}
@media (min-width: 768px) {
  .home .navbar-default {
    background-color: transparent;
  }

  .home .navbar-default a.navbar-brand {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .home .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .home .navbar-default .navbar-brand {
    color: #fff;
    position: relative;
    top: 0;
  }
  .home .navbar-default .navbar-brand:hover,
  .home .navbar-default .navbar-brand:focus {
    color: #fff;
    top: 2px;
  }
  .home .navbar-default ul.nav > li > a:hover,
  .home .navbar-default ul.nav > li > a:focus {
    border-top-color: #fff;
    color: #fff;
  }
  .home .navbar-default ul.nav > li.active > a,
  .home .navbar-default ul.nav > li.open > a {
    text-decoration: none !important;
    border-top-color: #fff;
  }
}
.navbar-toggle {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color:white;
	font-weight:500;
}
ul.dropdown-floorplans li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.dropdown-floorplans li a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: none;
}
#login-modal {
  overflow: hidden;
}
#login-modal .modal-header h4 {
  text-transform: uppercase;
}
#login-modal form {
  margin-bottom: 23px;
}
#login-modal a {
  color: #48bebe;
}
#login-modal p {
  font-weight: 300;
  margin-bottom: 23px;
  font-size: 14px;
}
.modal-backdrop {
  z-index: 1035;
}
/*

=====================
GENERAL
=====================

*/
html {
  height: 100%;
}
body {
  height: 100%;
  box-sizing: border-box;
}
header {
  z-index: 1000;
}
section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
section.section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
section.section--no-padding-bottom {
  padding-bottom: 0;
}
section.section--padding-bottom-small {
  padding-bottom: 30px;
}
.italic {
  font-style: italic;font-family: 'Heebo', sans-serif;
}
.img-responsive {
  margin: 0 auto;
}
.no-space .box {
  margin: 0 -15px;
  padding: 0;
}
.no-space.padding-horizontal {
  padding-left: 15px;
  padding-right: 15px;
}
.margin-top {
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: 30px !important;
}
.margin-bottom--medium {
  margin-bottom: 45px !important;
}
.margin-bottom--big {
  margin-bottom: 60px !important;
}
a,
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a i.fa,
button i.fa {
  margin: 0 5px;
}
a {
  text-decoration: none;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
.clickable {
  cursor: pointer !important;
}
.required {
  color: #48bebe;
}
.accent {
  color: #48bebe;
}
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.list-style-none {
  list-style: none;
}
.weight-300 {
  font-weight: 300 !important;
}
.weight-500 {
  font-weight: 500 !important;
}
.weight-700 {
  font-weight: 700 !important;
}
.text-gray {
  color: #555555;
}
.text-gray-light {
  color: #999999;
}
.text-gray-lighter {
  color: #eeeeee;
}
.background-gray-lightest {
  background: #f7f7f7;
}
.background-gray-lighter {
  background: #eeeeee;
}
.background-gray-light {
  background: #999999;
}
.background-gray {
  background: #555555;
}
.pages {
  text-align: center;
}
/* ==========================================
   DATE PICKER STYLE
   ========================================== */
.datepicker--day-name {
  color: #48bebe !important;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb,
.datepicker--time-row input[type='range']:focus::-moz-range-thumb,
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #48bebe !important;
  border-color: #48bebe !important;
}
.datepicker--cell.-current-.-in-range,
.datepicker--cell.-current-.-focus-,
.datepicker--button {
  color: #48bebe !important;
}
.datepicker--cell.-current- {
  color: #48bebe;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus-,
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade-,
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #48bebe;
}
/* ==========================================
   GENERAL STYLES
   ========================================== */
.page-holder {
  overflow-x: hidden;
}
input,
textarea {
  outline: none;
}
.link-normal {
  border-bottom: none !important;
  display: inline-block;
  font-weight: 400 !important;
}
.btn-unique,
.btn-unique-reverse,
.btn-unique-white {
  color: #fff;
  height: 40px;
  background: #48bebe;
  line-height: 40px !important;
  padding: 0 20px !important;
  text-transform: uppercase;
  position: relative;
  font-size: 1.1em;
  border: none;
}
.btn-unique::before,
.btn-unique-reverse::before,
.btn-unique-white::before {
  content: '';
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #fff;
  position: absolute;
  display: block;
  left: 1px;
  top: 1px;
}
.btn-unique:hover,
.btn-unique:focus {
  background: #111111;
  border: none;
  color: #fff;
}
.btn-unique-reverse {
  background: #111111;
  background: #fff;
}
.btn-unique-white {
  color: #48bebe;
  background: #fff;
}
.btn-unique-white::before {
  border-color: #48bebe;
}
.btn-unique-white:hover,
.btn-unique-white:focus {
  background: #111111;
  border: none;
  color: #fff;
}
.has-border,
section.floorplans .tab-pane .floorplans-item.recommended {
  position: relative;
}
.has-border::before {
  content: '';
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
}
.transition,
label.unique,
label.unique input,
label.unique textarea,
nav.navbar,
section.highlights .service,
section.highlights .service .icon,
section.highlights .service .icon i,
section.gallery .item a,
footer ul.contact a,
footer ul.contact li,
#scrollTop,
.reservation-overlay #close {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.text-muted {
  color: #cccccc;
}
section header {
  margin-bottom: 15px;
}
section h2 {
  font-size: 4em;
  color: #222222;
}
section h3 {
  margin-top: 0px !important;
/*  text-transform: uppercase;*/
/*  letter-spacing: 1.5px;*/
  font-size:16px;
  font-weight: 500;
  color: #c2c2c2;
}
section h4 {
  margin-bottom: 10px !important;
  letter-spacing:0.5px;
  font-size: 22px;
  font-weight: 200;
  color: #333;
font-family: 'Heebo', sans-serif;
	line-height:22px;
}


section h44 {
  margin-bottom: 10px !important;
  letter-spacing:0px;
  font-size: 26px;
  font-weight: 800;
  color: #333333;
font-family: 'Heebo', sans-serif;

	margin-top:15px;
}


section h44 span {
  margin-bottom: 10px !important;
  letter-spacing:0px;
  font-size: 26px;
  font-weight: 200;
  color: #333333;
font-family: 'Heebo', sans-serif;

	margin-top:15px;
}


section h44:after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #48bebe;
margin-right:auto;
	margin-left:auto;
}






section h4 span {
  margin-bottom: 10px !important;
  letter-spacing:0px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
font-family: 'Heebo', sans-serif;
}

section h4 + p {
  line-height: 1.8em;
  font-size: 1.1em;
  color: #777;
}
.lead {
  line-height: 1.9em;
  font-size: 1.25em;
  color: #777;
}
/* ==========================================
   FORM COMPONENTS
   ========================================== */
label.unique {
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: left;
  color: #7e7e7e;
  display: block;
  margin-top: 20px;
}
label.unique.active {
  color: #48bebe;
}
label.unique.active input,
label.unique.active textarea {
  border-color: #48bebe !important;
}
label.unique input,
label.unique textarea {
  border-bottom: 1px solid #d0d0d0 !important;
  max-height: 200px;
  font-size: 1.3em;
  resize: vertical;
  padding: 10px 0;
  display: block;
  border: none;
  width: 100%;
  color: #333;
}
label.error {
  font-size: 0.9em;
  color: #d9534f;
  margin-top: 0;
}
form button {
  margin-top: 20px;
  outline: none;
  min-width: 150px;
  font-size: 1.2em !important;
}
/* ==========================================
   Media Queries General
========================================== */
@media (max-width: 1679px) {
section.highlights::before {
  
  position: absolute;
  margin-right:-50px;
	}}

	
	
	
@media (max-width: 1370px) {
  section {
    font-size: 13px !important;
  }
  nav.navbar {
    font-size: 14px;
	  
  }
section.highlights::before {
  
  position: absolute;
  margin-right:-60px;
	}	
	
	
	
}
@media (max-width: 992px) {
  section {
    font-size: 11px !important;
  }
	
	section.highlights::before {
  
  position: absolute;
  margin-right:-70px;
	}
	
	
}
@media (max-width: 768px) {
  .navbar {
    height: 60px;
  }
  section.hero {
    font-size: 8px !important;
  }
  section.services div[class*='col-']:not(:last-of-type) {
    margin-bottom: 30px;
  }
  section.amenities div[class*='col-']:not(:last-of-type) {
    margin-bottom: 50px;
  }
  footer div[class*='col-']:not(:last-of-type) {
    margin-bottom: 50px;
  }
	
	.textimg{display:none;}
	
	
	
}



@media (max-width: 748px) {
	#highlights .container h3{margin-left:-105px;}
	#floorplans .container h2{padding-top:15px;}
	#amenities .container h3{margin-left:-130px;}
	#gallery .container h3{margin-left:-135px;}
	#contact .container h2{padding-top:10px;}
}



/* ==========================================
   NAVBAR
   ========================================== */
nav.navbar {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
nav.navbar ul a {
  font-size: 1;
  text-transform: capitalize;
}
nav.navbar .navbar-btn.btn-unique {
  margin-left: 10px;
  font-size: 0.9em;
  float: left;
}
/* ==========================================
   HERO
   ========================================== */
section.hero {
  position: relative !important;
  font-size: 15px;
  padding: 0;
}
section.hero .sl-slide .sl-slide-inner {
  padding: 100px 0 0 0;
  color: #fff;
  background-size: cover;
}
section.hero .sl-slide .sl-slide-inner h1,
section.hero .sl-slide .sl-slide-inner h2 {
  color: #fff;
text-shadow: 6px 6px 18px #000;
}




/*home header text*/
section.hero .sl-slide .sl-slide-inner h1 {
  font-size:130px;
line-height:120px;
/*word-spacing:20px;*/
letter-spacing:0.5px;
}







section.hero .sl-slide .sl-slide-inner h2 {
  font-size: 5em;
}


/*header text- samller one*/
section.hero .sl-slide .sl-slide-inner p {
  font-size: 1.2em;
  max-width: 700px;
  line-height: 2.5em;
	font-weight:300;
	text-transform: lowercase
}
section.hero .nav-dots span {
  background: #fff;
}
section.hero .nav-dots span.nav-dot-current::after {
  background: #48bebe;
}
section.hero #scroll-down {
  width: 30px;
  height: 50px;
  border-radius: 30px;
  border: 2px solid #fff;
  position: absolute;
  bottom: 50px;
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px);
  z-index: 9999;
  cursor: pointer;
  border-bottom: 2px solid #fff !important;
}
section.hero #scroll-down::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  animation: fade 2s infinite;
}
section.hero .social {
  width: 20px;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 999;
}
section.hero .social .wrapper {
  margin-top: 100px;
}
section.hero .social span {
  color: #fff;
  font-size: 12px;
	font-weight:400;
  text-transform: uppercase;
  display: block;
  transform: rotate(-90deg);
  min-width: 105px;
  transform-origin: left top;
  margin: 90px 0 0;
	letter-spacing:1px;
}
section.hero .social ul {
  display: inline-block;
}
section.hero .social ul::after {
  content: '';
  background: #48bebe;
  margin: 25px 10px;
  width: 1px;
  height: 90px;
  display: block;
}
section.hero .social ul li {
  padding: 2px 0;
}
section.hero .social ul li a {
  color: #fff;
}
section.hero .social ul li a:hover {
  color: #48bebe;
  border: none;
}
@media (max-width: 1300px) {
  section.hero .social {

  }
}
@media (max-width: 992px) {
  section.hero nav.nav-dots {
    right: 0;
  }
}
@media (max-width: 768px) {
  section.hero .container {
    width: 90%;
    padding: 0 20px;
  }
  section.hero .container p {
    font-size: 1.9em !important;
  }
}
@media (max-width: 480px) {
  section.hero {
    height: 600px;
    font-size: 7px !important;
  }
}
/* ==========================================
   Details Section
   ========================================== */
section.details {
  padding: 0;
  font-size: 15px;
  background: #48bebe;
  color: #fff;
}
section.details::before {
  content: '';
  width: 50vw;
  height: 100%;
  background: #0e5052;
  position: absolute;
  top: 0;
  left: 0;
}
section.details .row > div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 -20px 0;
}
section.details .row > div p {
  font-size: 1.2em;
}
section.details .row > div h5 {
  font-size: 1.3em;
  color: #48bebe;
  text-transform: uppercase;
}
section.details .row > div a.phone {
  font-size: 2.3em;
  color: #fff;
  font-weight: 700;
  margin-left: 20px;
}
section.details .row > div:last-of-type {
  padding-left: 60px !important;
}
section.details .row > div:last-of-type p {
  color: #444;
}
section.details .row > div:last-of-type h5 {
  color: #fff;
}
section.details .row > div:last-of-type a.reviews {
  width: 50px;
  height: 50px;
  line-height: 60px !important;
  color: #48bebe;
  text-align: center;
  border-radius: 50%;
  margin-left: 20px;
  background: #fff;
  padding: 0;
}
section.details .row > div:last-of-type a.reviews::before {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  top: 2px;
  left: 2px;
  border: 2px solid #48bebe;
}
section.details .row > div:last-of-type a.reviews:hover {
  background: #0e5052;
}
section.details .row > div:last-of-type a.reviews i {
  font-size: 2em;
  margin: 0;
}
@media (max-width: 768px) {
  section.details::before {
    width: 100%;
    height: 50%;
  }
  section.details .row > div {
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
  }
  section.details .row > div:last-of-type {
    padding-left: 0 !important;
  }
  section.details .row > div a {
    margin: 10px 0 0 !important;
  }
}
/* ==========================================
   About Section
   ========================================== */
section.highlights {
/*  background: #f9f9f9;*/
background:url("../img/home/bg-highlights.jpg");
background-repeat: no-repeat;
	background-size:cover;
  position: relative;
}
section.highlights::before {
  content: '';
  display: block;
  background-position: center center;
  background: url(../img/greenbox.png) no-repeat;
  background-size: 100%;
  position: absolute;
  max-width: 300px;
  height: 250px;
  width: 30vw;
  bottom: -150px;
  right: -10vw;
}
/* ==========================================
   Services Section
   ========================================== */
section.highlights .service:hover .icon {
  border-color: #48bebe;
}
section.highlights .service:hover .icon i {
  color: #48bebe;
}
section.highlights .service .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px dotted #48bebe;
  border-radius: 50%;
  margin: 0 auto 20px;
}
section.highlights .service .icon i {
  font-size: 25px;
  color: #48bebe;
}
/* ==========================================
   App Section
   ========================================== */
section.app {
  padding: 0;
}
section.app .container {
  color: #fff;
  padding: 40px 20px;
  background: #48bebe;
}
section.app .container h5 {
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #fff;
  font-weight: 400;
}
section.app .container ul {
  margin: 20px 0 0;
}
section.app .container ul a {
  font-size: 1.1em;
  text-transform: uppercase;
}
/* ==========================================
   Dishes Section
   ========================================== */
section.dishes .dish {
  width: 100%;
  padding: 20px;
}
section.dishes .dish img {
  position: relative;
  max-width: 280px;
}
section.dishes .dish img + .price {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  background: #48bebe;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  right: 30%;
  top: 0;
}
section.dishes .dish img + .price span {
  font-size: 1.2em;
  font-weight: 700;
}
section.dishes .owl-theme .owl-nav [class*='owl-'] {
  color: #48bebe !important;
  font-size: 2.5em;
}
section.dishes .owl-theme .owl-nav [class*='owl-'].disabled {
  color: #c0c0c0 !important;
}
/* ==========================================
   amenities Section
   ========================================== */
section.amenities {
  background: #f5f5f5;
}
section.amenities header {
  margin-bottom: 90px;
}
section.amenities .item {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 60px 10px;
}
section.amenities .item img {
  max-width: 180px;
}
section.amenities .item .discount {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #48bebe;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -32px;
  right: 20%;
}
section.amenities .item .discount span {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
section.amenities .item p {
  font-size: 1.3em;
  font-weight: 700;
}
section.amenities .item p.before {
  text-decoration: line-through;
}
/* ==========================================
   floorplans Section
   ========================================== */
section.floorplans ul.nav-tabs {
  background: #48bebe;
  text-align: center;
  margin-bottom: 60px;
}
section.floorplans ul.nav-tabs li {
  float: none;
  display: inline-block;
}
section.floorplans ul.nav-tabs li a {
  font-size: 14px;
  text-transform: uppercase;
	font-weight:700;
  color:white;
	letter-spacing:1px;
/*	padding-left:10px;*/
}
section.floorplans ul.nav-tabs li.active a {
  color: #222222;	
font-weight:700;
  background: none;
}
section.floorplans .tab-pane .floorplans-item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
section.floorplans .tab-pane .floorplans-item h5 {
  font-size: 1.3em;
  color: #222222;
  font-weight: 400;
  margin-top: 0;
}
section.floorplans .tab-pane .floorplans-item p {
  font-size: 1em;
  color: #999;
}
section.floorplans .tab-pane .floorplans-item .item-price {
  color: #fff;
}
section.floorplans .tab-pane .floorplans-item .item-price strong {
  display: block;
}
section.floorplans .tab-pane .floorplans-item.recommended {
  border-bottom: none;
  background: #48bebe;
  padding: 0 20px;
}
section.floorplans .tab-pane .floorplans-item.recommended .item-details {
  padding: 20px 0;
}
section.floorplans .tab-pane .floorplans-item.recommended h5,
section.floorplans .tab-pane .floorplans-item.recommended p {
  color: #fff;
}
section.floorplans .tab-pane .floorplans-item.recommended .item-price {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 20px;
}
section.floorplans .tab-pane .floorplans-item.recommended .item-price strong {
  color: #fff;
}
section.floorplans .tab-pane .floorplans-item.recommended .item-price span {
  font-size: 1em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.floorplans div[class*='col-']:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
/* ==========================================
   Events Section
   ========================================== */
section.events {
  background: #f5f5f5;
}
section.events .row > div {
  padding: 0;
}
section.events .profile {
  background-size: cover;
  position: relative;
  min-height: 400px;
  padding: 40px;
  z-index: 1;
  color: #fff;
}
section.events .profile::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
section.events .profile ul.date {
  font-weight: 700;
}
section.events .profile ul.date li.day {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 2px solid #fff;
  font-size: 1.6em;
  text-align: center;
}
section.events .profile ul.date li.month {
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px;
}
section.events .profile ul.date li.month span {
  font-size: 0.8em;
  display: block;
}
section.events .details {
  background: #fff;
  height: 400px;
  /* overflow: auto; */
  padding: 50px;
}
section.events .details h3 {
  font-size: 1.5em;
  color: #333;
  font-weight: 700;
}
section.events .details h4 {
  font-size: 1.15em;
}
section.events .details p {
  margin: 20px 0 !important;
}
section.events .details a {
  padding: 0 40px !important;
}
@media (max-width: 768px) {
  section.events .profile {
    min-height: 100px;
  }
  section.events .details {
    height: auto;
  }
}
/* ==========================================
   Gallery Section
   ========================================== */
section.gallery div[class*='col-'] {
  padding: 0;
}
section.gallery .item {
  position: relative;
  max-height: 700px;
  overflow: hidden;
}
section.gallery .item a {
  background: rgba(14,80,82, 0.8);
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
	
}
section.gallery .item a:hover {
  opacity: 1;
}
section.gallery .item a span {
  color: #fff;
  font-size: 25px;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 50px;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
section.gallery .item img {
  height: 100%;
  width: 100%;
}
section.gallery .item .lb-data .lb-caption {
  font-size: 1.5em;
	font-family: 'Heebo', sans-serif;
}
@media (max-width: 480px) {
  section.gallery .col-custom-12 {
    width: 100% !important;
  }
  section.gallery .col-custom-12 .item {
    min-height: 200px;
  }
}
/* ==========================================
   contact Section
   ========================================== */
section.contact {
  background: #f5f5f5;
  overflow: hidden;
}
section.contact .form-holder {
  font-size: 0.9em;
  position: relative;
  background: #fff;
  padding: 60px 0 0;
  z-index: 1;
}
section.contact .form-holder::before {
  content: '';
  width: 80%;
  height: 2px;
  background: #48bebe;
  position: absolute;
  top: 0;
  left: 10%;
  display: block;
}
section.contact .form-holder::after {
  content: '';
  width: 30vw;
  max-width: 400px;
  height: 300px;
  display: block;
  background: url(../img/contact/smallbuilding.png) no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  bottom: -100px;
  right: -10vw;
  z-index: -1;
}
section.contact .form-holder .ribbon {
  width: 50px;
  height: 50px;
  line-height: 55px;
  color: #fff;
  background: #48bebe;
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 20px;
}
section.contact .form-holder .ribbon::after {
  content: '';
  display: block;
  border-top: 10px solid #48bebe;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  top: 50px;
  left: 0;
}
section.contact .form-holder form {
  z-index: 1;
  background: #fff;
  padding: 60px 20px;
}
@media (max-width: 768px) {
  section.contact .form-holder .ribbon {
    width: 40px;
    height: 40px;
    line-height: 45px;
  }
  section.contact .form-holder .ribbon::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: 40px;

  }
}


@media (max-width: 764px) {

	section.contact{height:2500px;}

}

/* ==========================================
   CONTACT SECTION
   ========================================== */
section.contact {
  padding: 0;
  background: #f5f5f5;
}


section.contact222 {
  padding-top:160px; padding-bottom:0px;
  background: #f5f5f5;
	margin-top:-150px;
}


section.contact #map {
  width: 100%;
  height: 850px;
}
section.contact .form-holder {
  padding: 60px;
  background: #fff;
  width: 90%;
  max-width: 1170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}
section.contact .form-holder form {
  max-width: 700px;
  margin: 0 auto;
  font-size: 0.9em;
}
/* ==========================================
   Footer
   ========================================== */
footer {
  background: #222222;
  padding: 50px 0 0;
}
footer .header {
  margin-bottom: 20px;
}
footer .header h6 {
  font-size: 24px;
  letter-spacing: 0.5px;
/*  text-transform: uppercase;*/
  color: #ffffff;
	font-weight:800;
}

footer .header span {
  font-size: 24px;
  letter-spacing: 0.5px;
/*  text-transform: uppercase;*/
  color: #ffffff;
	font-weight:200;
}



footer .header h6::after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #48bebe;
}
footer p {
  color: #cccccc;
	font-size:11px;
	line-height:13px;
}
footer ul.contact a,
footer ul.contact li {
  color: #cccccc;
  letter-spacing: 0px;
  margin: 10px 0;
	font-size:14px;
	font-weight:300;
}
footer ul.contact a:hover,
footer ul.contact li:hover {
  color: #48bebe;
}
footer ul.contact span {
  padding-right: 10px;
}
footer .newsletter form {
  margin-top: 20px;
  max-width: 500px;
}
footer .newsletter form input,
footer .newsletter form button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 0.9em !important;
  border: none;
}
footer .newsletter form input[type=submit],
footer .newsletter form button[type=submit] {
  min-width: 100px !important;
  padding: 0 !important;
  margin: 0;
}
footer .newsletter form input[type=email],
footer .newsletter form button[type=email] {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  padding: 0 20px;
}
footer ul.social {
  text-align: center;
  margin: 50px 0 50px;
}
footer ul.social a {
  color: #fff;
}
footer ul.social a:hover {
  color: #48bebe;
}
footer .copyrights {
  padding: 30px 0;
  background: #0e5052;
}
footer .copyrights ul {
  margin-bottom: 0;
}
footer .copyrights ul a {
  color: white;
  font-size: 1em;
}
footer .copyrights ul a:hover {
  color: #48bebe;
}
footer .copyrights p {
  font-size: 12px;
  text-align: right;
	font-weight:400;
}
footer .copyrights p a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  footer .copyrights div[class*='col-'] {
    text-align: center;
    margin-bottom: 10px;
  }
}
/* ==========================================
   SCROLL TOP BUTTON
   ========================================== */
#scrollTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 30px;
  right: 15px;
  cursor: pointer;
  font-size: 25px;
  padding: 0 !important;
  opacity: 0.8;
  display: none;
}
#scrollTop:hover {
  opacity: 1;
}
/* ==========================================
   RESERVATION POP UP
   ========================================== */
.reservation-overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
}
.reservation-overlay .container {
  width: 100% !important;
}
.reservation-overlay .reservation-modal {
  max-width: 800px;
  min-width: 700px;
  padding: 50px 0;
  position: absolute;
  top: 300px;
  left: 50%;
  background: #fff;
  transform: translate(-50%, 0);
  display: inline-block;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.reservation-overlay .reservation-modal.is-visible {
  top: 100px;
  opacity: 1;
}
.reservation-overlay form {
  margin-top: 40px;
  font-size: 12px !important;
}
.reservation-overlay #close {
  width: 40px;
  height: 40px;
  line-height: 45px;
  background: #48bebe;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  font-size: 30px;
  cursor: pointer;
}
.reservation-overlay #close:hover {
  background: #111111;
}
/* ==========================================
   KEYFRAMES
   ========================================== */
@keyframes fade {
  0% {
    opacity: 0;
    top: 5px;
  }
  100% {
    opacity: 1;
    top: 34px;
  }
}
/* ========================================= */
/* THEMING OF BOOTSTRAP COMPONENTS           */
/* ========================================= */
/* nav */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li > a {
  padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color:#0e5052;
/*	background:rgba(255,255,255,0);*/
	border: transparent;
	padding-right:40px;
	margin-left:-2px;
/*	margin-right:15px;*/
	
/*	 border: 1px solid transparent;*/
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #48bebe;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li > a {
  line-height: 1.55;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: none none transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: none;
  background-color: none;
  border: 1px solid transparent;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #48bebe;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: none;
  }
}
/* navbar */
.navbar {font-family: 'Heebo', sans-serif;
  min-height: 100px;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
	
	
	
}
.navbar-collapse {
  max-height: 4000px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse.right {
    float: right;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}



/*desktop & mobile floorplans background color*/
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
  background:#222222;
  max-height: 4000px;
	
}






@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}



/*floorplans logo position*/
.navbar-brand {
  float: left;
  padding: 8px 15px;
  font-size: 19px;
  line-height: 23px;
  height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  padding: 9px 10px !important;
  margin-right: 15px;
  border-radius: 0;
}
.navbar-nav {
  margin: 19.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
  border-bottom: none;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  border-bottom: none;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-floorplans > li > a,
  .navbar-nav .open .dropdown-floorplans .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-floorplans > li > a {
    line-height: 23px;
  }
  .navbar-nav .open .dropdown-floorplans > li > a:hover,
  .navbar-nav .open .dropdown-floorplans > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: left;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 38.5px;
    padding-bottom: 38.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border: none;
  margin-top: 31.5px;
  margin-bottom: 31.5px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
.navbar-btn {
  margin-top: 31.5px;
  margin-bottom: 31.5px;
}
.navbar-btn.btn-sm {
  margin-top: 34.5px;
  margin-bottom: 34.5px;
}
.navbar-btn.btn-xs {
  margin-top: 39px;
  margin-bottom: 39px;
}
.navbar-text {
  margin-top: 38.5px;
  margin-bottom: 38.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color:#222222;
 border-bottom:rgba(255,255,255,0.3) thin dotted;	
}
.navbar-default .navbar-brand {
  color: #333333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333333;
}


/*floorplans text*/
.navbar-default .navbar-nav > li > a {
  color: white;
font-weight:500;

}

.floorplans-number{font-weight:400; color:#636363; }




.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #48bebe;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #48bebe;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333333;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #48bebe;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-floorplans > li > a {
    color: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-floorplans > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-floorplans > li > a:focus {
    color: #48bebe;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-floorplans > .active > a,
  .navbar-default .navbar-nav .open .dropdown-floorplans > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-floorplans > .active > a:focus {
    color: #48bebe;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-floorplans > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-floorplans > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-floorplans > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333333;
}
.navbar-default .navbar-link:hover {
  color: #48bebe;
}
/* dropdowns */
.dropdown-floorplans {
  z-index: 1000;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-floorplans .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-floorplans > li > a {
  line-height: 1.55;
  color: #555555;
}
.dropdown-floorplans > li > a:hover,
.dropdown-floorplans > li > a:focus {
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-floorplans > .active > a,
.dropdown-floorplans > .active > a:hover,
.dropdown-floorplans > .active > a:focus {
  color: #ffffff;
  background-color: #48bebe;
}
/* modal */
.modal-content {
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
/* scaffolding */
body {font-family: 'Heebo', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #000000;
  background-color: #ffffff;
}
a {
  color: #48bebe;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #555555;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.img-rounded {
  border-radius: 0;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
/* breadcrumbs */
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 23px;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb a {
  color: #48bebe;
}
@media (max-width: 991px) {
  .breadcrumb {
    padding: 8px 0;
  }
}
/* buttons  */
.btn {
  font-weight: 400;font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.55;
  border-radius: 0;
}
.btn-primary {
  color: #ffffff;
  background-color: #48bebe;
  border-color: #48bebe;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #628b01;
  border-color: #547701;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #48bebe;
  border-color: #48bebe;
}
.btn-primary .badge {
  color: #48bebe;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #ffffff;
  color: #48bebe;
  border: solid 1px #ffffff;
}
.btn-transparent {
  color: #555555;
  background-color: transparent;
  border-color: #555555;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
  color: #555555;
  background-color: rgba(0, 0, 0, 0);
  border-color: #373737;
}
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
  background-image: none;
}
.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
  background-color: transparent;
  border-color: #555555;
}
.btn-transparent .badge {
  color: transparent;
  background-color: #555555;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
  background: #ffffff;
  color: #48bebe;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
/* dropdowns */
.dropdown-floorplans > li > a {
  padding: 8px 20px;
}
/* labels */
.label {font-family: 'Heebo', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
/* forms.less */
label {
  font-weight: normal;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.55;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a6a6a6;
}
.form-control::-webkit-input-placeholder {
  color: #a6a6a6;
}
.form-control:focus {
  border-color: #48bebe;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(127, 180, 1, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(127, 180, 1, 0.6);
}
.form-group {
  margin-bottom: 20px;
}
/* pager*/
.pager {
  margin: 23px 0;
  border-top: solid 1px #eeeeee;
  padding-top: 23px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #ffffff;
  border: 1px solid #48bebe;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #48bebe;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  border-color: #ddd;
}
/* pagination */
.pagination {
  margin: 23px 0;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  line-height: 1.55;
  text-decoration: none;
  color: #48bebe;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  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 {
  color: #48bebe;
  background-color: #cafe50;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #48bebe;
  border-color: #48bebe;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
}
/* responsive utilities */
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-center-xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-center-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 645px) {
section.hero .sl-slide .sl-slide-inner h1 {
  font-size:100px;
line-height:90px;
letter-spacing:0px;
}
}


@media (max-width: 555px) {
section.hero .sl-slide .sl-slide-inner h1 {
  font-size:60px;
line-height:60px;
letter-spacing:0px;
	padding-left:20px;
}
	
	
	#highlights.highlights h2, #floorplans.floorplans h2, #amenities.amenities h2, #gallery.gallery h2, #contacts.contact222 h2{font-size:28px;}
	
	section.hero .sl-slide .sl-slide-inner p {
padding-left:20px;
}
}




/* type */
h1,
h2,
.h1,
.h2 {
font-family: 'Anton', sans-serif;
font-weight:400;
line-height: 1.2;
letter-spacing:1px;
text-transform:uppercase;
}


h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {}


h1,
.h1 {
  font-size:140px;
	line-height:88px;
}
h2,
.h2 {
  font-size: 42px;
}
h3,
.h3 {
  font-size: 30px;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 21px;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 19px;
  font-weight: 700;
	color:#222222;
}
h6,
.h6 {
  font-size: 13px;
  font-weight: 700;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 23px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
h3,
h4,
h5,
h6 {font-family: 'Heebo', sans-serif;
}
p {
  margin: 0 0 23px;
  margin-bottom: 0;
	font-weight:400;
}
.lead {
  margin-bottom: 23px;
  line-height: 1.9em;
  font-size: 1.25em;
  color: #777;
}
.text-small {
  font-size: 13px;
}
.text-large {
  font-size: 19px;
}
.text-italic {
  font-style: italic;
}
.text-primary {
  color: #48bebe;
}
a.text-primary:hover {
  color: #5b8101;
}
.bg-primary {
  color: #fff;
  background-color: #48bebe;
}
a.bg-primary:hover {
  background-color: #5b8101;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
}
blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 15px;
  border-left: 5px solid #48bebe;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.55;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #48bebe;
}
address {
  margin-bottom: 23px;
  line-height: 1.55;
}
.panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel-default {
  border-color: #666666;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #666666;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #666666;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #666666;
}
.panel-primary {
  border-color: #48bebe;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #48bebe;
  border-color: #48bebe;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #48bebe;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #48bebe;
}
.panel-primary .panel-title {
  font-weight: 300;
}
.panel-primary .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #48bebe;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}




/*extra code*/
@font-face{ 
	font-family: 'BEBAS';
	src: url('img/web fonts/bebas_regular_macroman/BEBAS___-webfont.eot');
	src: url('img/web fonts/bebas_regular_macroman/BEBAS___-webfont.eot?iefix') format('eot'),
	     url('img/web fonts/bebas_regular_macroman/BEBAS___-webfont.woff') format('woff'),
	     url('img/web fonts/bebas_regular_macroman/BEBAS___-webfont.ttf') format('truetype'),
	     url('img/web fonts/bebas_regular_macroman/BEBAS___-webfont.svg#webfont') format('svg');
}



.phone2{color:white;font-size:20px; font-weight:600; }
.phone2:visited {color:white;}
.phone2:link   {color: white;}
.phone2:hover{
color:#0e5052;
-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;
}
.phone2:active  {color:white;}



.phone3{color:white;font-size:20px; font-weight:600;}
.phone3:visited {color:white;}
.phone3:link   {color: white;}
.phone3:hover{
color:#48bebe;
-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;
}
.phone3:active  {color:white;}





/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.cl-go-top {
  z-index: 600;
  position: absolute;
left:96%;

}
.cl-go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(255,255,255,0.65);
  color: white;
  text-transform: uppercase;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cl-go-top a i {
  font-size: 21px;
  line-height: inherit;
}
.cl-go-top a:hover,
.cl-go-top a:focus {
  background-color:red;
  color: #000000;
}
.cl-go-top::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: -115px;
  left: 65%;
}
.cl-go-top:after {
  content: "back to top";
  display: inline-block;
  width: 120px;
  font-size: 1.2rem;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  position: absolute;
  left: calc(30px + 20px);
  top: -165px;
}

.floorplans-is-open .cl-go-top {
  display: none;
}


.circleback{background:#48bebe; width:55px; height:55px;  border-radius: 50%; position:relative;  margin-top:-5px;}



.numberimg{width:600px; height:230px;  left:0px; text-align:left; background:url(../img/01.png); background-repeat: no-repeat; padding-top:54px;padding-left:55px;  }
.numberimg2{width:600px; height:170px;  left:0px; text-align:left; background:url(../img/02.png); background-repeat: no-repeat; padding-top:44px;padding-left:55px;  }
.numberimg3{width:600px; height:170px;  left:0px; text-align:left; background:url(../img/03.png); background-repeat: no-repeat; padding-top:54px;padding-left:55px;  }
.numberimg4{width:600px; height:170px;  left:0px; text-align:left; background:url(../img/04.png); background-repeat: no-repeat; padding-top:54px;padding-left:55px;  }
.numberimg5{width:600px; height:170px;  left:0px; text-align:left; background:url(../img/05.png); background-repeat: no-repeat; padding-top:54px;padding-left:55px;  }




.menu-number{font-weight:400; color:#636363; }

.sftext{font-family: 'Heebo', sans-serif; color:#222222; font-size:45px; font-weight:200; line-height:40px;}

.agentinfo{font-family: 'Heebo', sans-serif; color:#222222; font-size:14px; font-weight:400; line-height:18px; }




/*invisible code*/
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {                  
    visibility: visible;                  
    animation: slide 1s;
}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}


