@font-face {
  font-family: 'haiku';
  src: url('../fonts/haiku.eot'); /* IE9 Compat Modes */
  src: url('../fonts/haiku.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/haiku.woff') format('woff'), /* Modern Browsers */
       url('../fonts/haiku.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url('../fonts/HelveticaNeueLTStd-LtEx.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-LtEx.otf')  format('opentype'),
       url('../fonts/HelveticaNeueLTStd-LtEx.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-LtEx.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-LtEx.svg#HelveticaNeueLTStd-LtEx') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Lato', sans-serif;
  overflow-x: hidden; 
}
body p { font-size:14px; line-height: 1.5; }
h1, h2, h3, h4 { font-family: 'Lato', sans-serif; }

iframe,
img { max-width:100%; }
.btn { white-space: normal; }
.btn:focus {
  outline: none;
}

.container-fullsize { background-size: cover; background-repeat: no-repeat; background-position: center center; }

@-webkit-keyframes zoom {
  0%   { -webkit-transform: scale(1); transform: scale(1); }
  50%   { -webkit-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes zoom {
  0%   { -webkit-transform: scale(1); transform: scale(1); }
  50%   { -webkit-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}

.animations { opacity: 0; }
.animations.animated { opacity: 1; }

.btn-default { padding: 5px 10px;  }

ul li { float:none; }
.h1, h1 {font-size:inherit;}
.h1, .h2, .h3, h1, h2, h3 {margin:0;}

.mobile-only { display: none; }

@media(max-width: 767px){
  .desktop-only { display: none; }
  .mobile-only { display: block; }
}

/* Responsive button */
.header { height: 80px; position: relative; }
.header nav { position: absolute; top: 0; left: 0; width: 100%; }
.header .collapse { float: none;
    height: auto;
    overflow: visible;
    width: auto; }
.navbar-brand { padding:0; height:auto; position: absolute; top: 105%; left: 0; margin-top: 50px; }
.navbar-nav { float: none; text-align: right; top: 0px; }
.navbar-nav .btn { padding: 10px 20px; width: auto; }
.navbar-nav .btn:hover { background: #31b0d5; color: #fff; }
.navbar-nav > li { float: none; display: inline-block; vertical-align: middle; }
.navbar-nav > .phone { color: #fff; position: relative; top: -7px; padding-top: 0; font-style: italic; font-size: 17px; padding-bottom: 20px !important; font-weight: 700; }
.navbar-nav > li > a {color: #666;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    text-decoration: none;}
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {background:none; color:#b0b0b0;}
.navbar-toggle {background:#666;}
.navbar-toggle .icon-bar {background:#ccc;} 

/* Nav Dropdown */

.nav { position: relative; }
.nav li { position: static; }
.nav ul:after { content: ''; line-height: 0; display: table; clear: both; }
.nav li:hover .dropdown { opacity: 1; visibility: visible; z-index: 1; }
.nav .dropdown { opacity: 0; visibility: hidden; z-index: -1; position: absolute; top: 100%; left: -15px; right: -15px; -webkit-transition: all .3s; transition: all .3s; background: rgba(0, 0, 0, 0.9); text-align: left; padding: 15px; overflow: auto; }
.nav .dropdown a:hover { color: #3e9bf2; }
.nav .dropdown ul { font-size: 18px; text-transform: uppercase; line-height: 1.2; }
.nav .dropdown ul li ~ li { margin-top: 15px; }
.nav .dropdown ul ul { padding-left: 20px; }
.nav .dropdown ul ul { columns: 100px 5; -webkit-columns: 100px 5; -moz-columns: 100px 5; }
.nav .dropdown ul ul li { -webkit-column-break-inside: avoid; break-inside: avoid; }
.nav .dropdown ul ul li ~ li { margin-top: 0; }
.nav .dropdown ul ul a { text-transform: none; font-size: 14px; }

/* End Responsive button */
.navbar-brand > img { width: 220px; -webkit-transition: width .3s; 
        transition: width .3s; }
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; background: rgba(20,20,20,.7); -webkit-transition: background .6s; 
        transition: background .6s; }
.header:hover { background: rgba(20,20,20,1); }
.header .navbar-nav > li { padding-bottom: 19px; padding-left: 0; padding-right: 0; font-family: 'Raleway', sans-serif; }
.header .navbar-nav > li ~ li { margin-left: 25px; }
.header .navbar-nav > li > a { padding: 0; }
.header .navbar-nav > li > .btn { padding: 10px 20px; }
.header nav ul li { padding: 0 10px; }
.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
.header nav ul li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 300; 
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em; 
}
.header nav ul li a:hover { color:#b0b0b0; }

.header nav .dropdown ul li { padding-left: 0; }
.header nav .dropdown ul li ~ li { margin-top: 7px; }
.header nav .dropdown ul li a { text-transform: none; font-size: 13px; font-family: 'Raleway', sans-serif; }
.header nav .dropdown .row ~ .row { margin-top: 20px; }
.header nav .dropdown .section-image { padding-top: 40%; }
.header nav .dropdown .section-caption { margin-bottom: 10px; }

.header-inner { padding: 5px 0; color: #ccc; }
.header-inner p { margin-bottom:0; font-size: 24px; -webkit-transition: padding .3s, font-size .3s; 
        transition: padding .3s, font-size .3s; }
.header-inner p small { font-weight:bold; }
.header-inner a { color:inherit; }
.header-inner .container { position: relative; }
.header-inner .divider { margin: 0 10px; }
.header-inner .fa { color: #fff; font-size: 24px; margin: 0 7px; }
.header-inner a:hover .fa { opacity: .7; }

/*  Heade scroll  */

.headerscroll .navbar-brand > img { width: 120px; }
.headerscroll .header-contacts { font-size: 18px; }
.headerscroll .navbar-nav > li > a { padding-top: 5px; padding-bottom: 5px; }

/*  End of Header  */

.focal {
  text-align:center; border-bottom: 3px solid  #fff; position: relative; 
}
.fotorama__wrap { margin:0 auto; }
.focalcaption { color:#fff; margin-top:100px; }
.focalcaption:hover { color: #c7cfd1; text-decoration: none;  }
.focalcaption h1 { font-family: 'Lato', sans-serif !important; font-weight: 300; font-size: 45px; text-shadow:1px 1px 2px #000; padding: 0 100px; line-height: 1.4; text-align:center; }
.focalcaption h1 span { font-size: 45px; display: block; text-transform: uppercase; font-weight: bold; }
.focalcaption .lead { text-shadow:1px 1px 1px #000; font-style:italic; }
.locations { background: #F1F1F1; padding: 20px 0; }
.locations img { margin:50px 0 0 0px; }
.locationsbox {
  background: #FCFCFC;
  border:1px solid #ccc;
  border-radius:5px;
}
.locationsbox header {
background: #f8f8f8; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
background: -webkit-gradient(linear,  left top, left bottom,  from(#f8f8f8),to(#e8e7e7));
background: linear-gradient(to bottom,  #f8f8f8 0%,#e8e7e7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e7e7',GradientType=0 ); /* IE6-9 */
  border-radius:5px 5px 0 0;
}
.locationsbox header h3 {
  margin: 0;
  padding:10px 20px;
  font-size: 17px;
  font-weight: 300;
}
.locationsbox header h3 strong { font-weight: bold; text-transform: uppercase; }
.locationsbox ul { margin: 0 20px 20px; }
.locationsbox ul li { border-bottom:1px solid #ccc; margin:10px 0; }
.locationsbox ul li a {
  color: #666;
  text-transform: uppercase;
  font-size: 16px;
}
.wearedifferent {padding: 40px; }
.wearedifferent h2 {font-family: "Dancing Script",cursive; font-size: 50px; }

.happy-people {
  background: url(../img/39314702.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;  
  padding: 40px; 
  color: #fff; 
  border-top: 1px solid #ddd; 
}
.happy-people h3 { font-size: 35px; font-weight: bold; margin-bottom: 20px; color: #A0DEEF; font-style: italic;  }
.happy-people ul {padding: 20px; }
.happy-people ul li { margin-bottom: 10px; padding-left: 10px; font-size: 18px; }
.happy-people-holder {background: rgba(0,0,0,0.5); padding: 20px 20px 0 20px; }
.happy-people-holder .fa {margin-right: 10px; color: #A0DEEF;  }

.feat-villas { background: #FAFAFA; border: 1px solid #e0e0e0; margin-bottom: 20px; }
.feat-villas .home_img { padding: 0 20px;  }

/* ------------------------------------------------------------ *\
  Section Logo
\* ------------------------------------------------------------ */

.section-logo {position: relative; z-index: 1; display: none; }
.section-logo .navbar-brand { top: 60px; left: 20px; margin-top: 0; }
.section-logo .container { position: relative; }

.navbar-brand-secondary { z-index: 1; position: fixed; top: 3px; left: 20px; width: 140px; }

/*  Secondary  */

.section-logo-secondary { z-index: 9999; }
.section-logo-secondary .navbar-brand { top: 0px; left: 0; background: #141414; padding: 4px 24px 4px 20px; position: fixed; }
.section-logo-secondary .navbar-brand > img { width: 138px; }

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

.section-services { padding: 190px 40px 70px; background: #fff url(../img/Trusted-Brand-key.png) no-repeat center 10px; }
.section-services h2 {color: #666; font-weight: 300; font-size: 22px; border-bottom:1px solid #ccc; padding-bottom: 10px; margin-bottom: 30px; }
.section-services h2 strong { font-weight: bold; text-transform: uppercase; }
.section-services .section-head { text-align: center; padding: 10px 0 50px; }
.section-services .section-title { font-family: "Dancing Script",cursive; font-size: 50px; color: #b0b0b0; }

/*  Secondary  */

.section-services-secondary { display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; }
.section-services-secondary .section-content { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 70px 50px; text-align: center; min-height: 500px; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.section-services-secondary .section-image { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.section-services-secondary .section-head { margin-bottom: 30px; }

@media(max-width: 767px){
  .section-services-secondary + .section-locations,
  .section-services-secondary { display: none; }

  .section-services-secondary .section-content { min-height: 0; }
}

/* ------------------------------------------------------------ *\
  Section Experiences
\* ------------------------------------------------------------ */

.section-experiences { position: relative; }
.section-experiences .section-image { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.section-experiences .section-content { padding: 50px; background: rgba(0, 0, 0, 0.7); width: 50%; position: relative; z-index: 2; color: #fff; }

@media(max-width: 767px){
  .section-experiences .section-image { position: relative; padding-top: 50%; }
  .section-experiences .section-content { width: 100%; padding: 20px; }
}

/* ------------------------------------------------------------ *\
  Section Experience
\* ------------------------------------------------------------ */

.section-experience { position: relative; }
.section-experience .section__image { padding-top: 30%; position: relative; }
.section-experience .section__image h1 { position: absolute; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; text-align: center; padding: 20px; color: #fff; color: #94c8f5; font-size: 50px; font-family: 'Dancing Script', cursive; text-shadow: 1px 1px 1px #000; font-weight: 500; display: inline-block; margin-top: 30px; }
.section-experience .section__image h1:before { content: ''; background: url(../img/shadow.png) no-repeat 0 0; background-size: 100% 100%; position: absolute; top: -50px; left: -50px; bottom: -50px; left: -50px; right: -50px; z-index: -1; opacity: .8; }
.section-experience .section__image h1 small { display: block; color: #fff; font-family: 'Lato'; font-weight: 300; font-size: 25px; margin-top: 10px; }
.section-experience .section__image img { width: 100%; }
.section-experience .section__image--large { position: fixed; top: 0; left: 0; width: 100%; padding-top: 0; height: 100vh; z-index: -1; background-position: center 0px; }
.section-experience .section__image--large h1 { width: 100%; }
.section-experience .section__content { text-align: left; padding: 80px 0; background: #fff; position: relative; }
.section-experience .section__content h3 { text-align: center; }
.section-experience .section__content p { columns: 2; column-gap: 50px; }
.section-experience .section__content .section__title { color: #5bc0de; margin-bottom: 30px; }
.section-experience .section__video { height: 0; padding-top: 56%; position: relative;  }
.section-experience .section__video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-experience .section__inner { padding: 50px 0; background: #efefef; border-top: 1px solid  #ccc; }
.section-experience .section__inner .section__title { text-align: center; margin-bottom: 50px; color: #666; }
.section-experience .section__title { text-align: center; font-family: 'Droid Serif', serif; }

.section-experience--large { padding-top: 100vh; }
.section-experience--large .list-luda-images li { width: 33.32%; max-width: 33.32%; }

/* ------------------------------------------------------------ *\
  Section Updates
\* ------------------------------------------------------------ */

.section-updates { }
.section-updates .row { display: flex; }
.section-updates .row:before { display: none; }
.section-updates .row:after { display: none; }
.section-updates .col { flex: 0 0 50%; max-width: 50%; }

@media(max-width: 991px){
  .section-updates .row { display: block; }
  .section-updates .col { max-width: 100%; }
}

/* ------------------------------------------------------------ *\
  Section List Your Home
\* ------------------------------------------------------------ */

.section-list-your-home { padding-top: 80px; position: relative; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; }
.section-list-your-home .section-aside { width: 33.33%; position: relative; }
.section-list-your-home .section-content { width: 66.66%; background: #fff; padding: 30px; }
.section-list-your-home .section-image { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.section-list-your-home .section-image:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.8); }
.section-list-your-home .section-aside-inner { position: relative; z-index: 2; color: #fff; font-size: 20px; padding: 10%; }
.section-list-your-home .section-aside-inner p { font-size: inherit; line-height: 1.7; font-style: italic; font-family: 'Droid Serif', serif; }
.section-list-your-home input,
.section-list-your-home textarea { -webkit-box-shadow: none; box-shadow: none; }

/* ------------------------------------------------------------ *\
  Section Locations
\* ------------------------------------------------------------ */

.section-locations { background: #efefef; }

.section-locations .section-head { margin-bottom: 30px; padding: 100px 0 10px; background: #fff; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1); box-shadow: 0 2px 2px rgba(0,0,0,0.1); }
.section-locations .section-head p { font-style: italic; color: #999; font-size: 16px; letter-spacing: 0.05em; }
.section-locations .section-head-inner { padding: 0 30px; }
.section-locations .section-head .navigation { float: none; margin-bottom: 20px; }
.section-locations .section-head .navigation a { color: #5bc0de; }

.section-locations .section-title { font-family: 'Raleway', sans-serif; margin-bottom: 10px; font-weight: 300; font-size: 40px; }
.section-locations .section-subtitle { font-family: 'Raleway', sans-serif; margin-bottom: 20px; font-weight: 300; font-size: 24px; }

.section-locations .section-image { height: 0; min-height: 250px; padding-top: 25%; position: relative; }
.section-locations .section-image:before { content: ''; background: rgba(0, 0, 0, 0.4); position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

.section-locations .section-caption { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; text-align: center; color: #fff; }
.section-locations .section-caption p { font-size: 24px; font-weight: 300; }
.section-locations .section-caption h3 { font-size: 50px; font-family: 'Raleway', sans-serif; font-weight: 300; }
.section-locations .section-caption .btn { font-size: 18px; text-transform: uppercase; border-radius: 0; padding: 12px 30px; font-family: 'Raleway', sans-serif; }

.section-locations .section-nav { }
.section-locations .section-nav a { display: block; padding: 10px 15px; border: 1px solid  #ccc; }
.section-locations .section-nav a:hover { text-decoration: none; background: #dcdbdb; color: #282828; }
.section-locations .section-nav li ~ li { margin-top: -1px; }
.section-locations .section-nav h4 { color: #fff; background: #282828; padding: 13px 15px; margin-bottom: 0; }

/* ------------------------------------------------------------ *\
  Widgets
\* ------------------------------------------------------------ */

.widget { position: relative; }
.widget img { width: 100%; }
.widget > a { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; display: block; }
.widget:hover .widget-content { opacity: 1; }
.widget .widget-content { position: absolute; left: 0; bottom: 0px; width: 100%; text-align: center; color: #fff; padding: 20px 15px; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); opacity: 0; background: rgba(0,0,0,.7);
  -webkit-transition: opacity .3s; 
          transition: opacity .3s; 
}
.widget .widget-title { text-transform: uppercase; font-size: 24px; font-weight: 900; }

/*  Service  */

.widgets-services { width: 100%; display: table; }
.widgets-services .widget { display: table-cell; text-align: center; margin-bottom: 30px; position: relative; }
.widgets-services .widget ~ .widget:before { content: '|'; position: absolute; -webkit-transform: translateY(-50%); transform: translateY(-50%); top: 50%; left: 0; color: #ccc; }
.widgets-services .widget-title { font-size: 16px; font-family: 'Josefin Slab', serif; text-transform: none; }

/* ------------------------------------------------------------ *\
  Section Special
\* ------------------------------------------------------------ */

.section-special { }
.section-special img { width: 100%; height: auto; }

/* ------------------------------------------------------------ *\
  Section About
\* ------------------------------------------------------------ */

.section-about h2 { margin: 50px 0 30px; }
.section-about .section-content { padding: 50px 0; }
.section-about .section-image { position: relative; }
.section-about .section-image img { width: 100%; }
.section-about .section-caption { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; font-size: 50px; text-shadow: 0px 0px 10px #000; }
.section-about .section-caption h1 { font-family: 'Droid Serif', serif; }

/* ------------------------------------------------------------ *\
  Section Destinations
\* ------------------------------------------------------------ */

.section-destinations { clear: both; }
.section-destinations:after { content: ''; line-height: 0; display: table; clear: both; }
.section-destinations .section-image { position: relative; }
.section-destinations .section-caption { width: 100%; text-align: center; font-family: "Dancing Script",cursive; font-size: 30px; padding-top: 20px; }
.section-destinations .section-caption a { color: #5bc0de; }
.section-destinations .section-content { padding: 20px 0; }
.section-destinations .section-content h2 { margin-bottom: 15px; font-size: 18px; }
.section-destinations .section-entry { font-style: italic; border-left: 3px solid  #ccc; padding-left: 20px; color: #bbb; }
.section-destinations .section-entry p { line-height: 1.8; }
.section-destinations .section-group { margin-bottom: 40px; }

/*  List Sublocations  */

.list-sublocations { columns: 100px 2; -webkit-columns: 100px 2; -moz-columns: 100px 2; }
.list-sublocations li { -webkit-column-break-inside: avoid; break-inside: avoid; padding: 4px 0; font-size: 12px; }

/* ------------------------------------------------------------ *\
  Section Contacts
\* ------------------------------------------------------------ */

.section-contacts { padding-bottom: 50px; padding-top: 20px; }
.section-contacts .section-title { font-size: 30px; margin-bottom: 20px; font-family: 'Lato', sans-serif; font-weight: 300; color: #666; }
.section-contacts .section-title strong { font-size: 34px; font-weight: 700; font-family: 'Dancing Script', cursive; margin: 0 5px; }
.section-contacts .section-subtitle { font-family: 'Droid Serif', serif; font-style: italic; font-size: 16px; color: #aaa; margin-bottom: 50px; line-height: 1.4; }
.section-contacts .section-aside { padding: 30px 20px; }
.section-contacts .section-aside address { font-size: 20px; margin-bottom: 52px; padding-bottom: 52px; border-bottom: 1px solid  rgba(170,170,170,.5); }
.section-contacts .section-aside .section-title { font-size: 20px; }
.section-contacts .section-aside .section-title strong { font-size: 24px; }
.section-contacts .section-aside .hours { font-size: 16px; line-height: 1.6; }
.section-contacts .section-aside .hours small { display: block; font-style: italic; margin-top: 10px; }
.section-contacts .section-aside .fa { font-size: 60px; color: #aaa; margin-bottom: 20px; }
.section-contacts .section-aside .fa-map-o { font-size: 50px; }
.section-contacts .section-aside .phones { font-family: 'Droid Serif', serif; font-size: 24px; font-style: italic; margin-bottom: 52px; padding-bottom: 52px; border-bottom: 1px solid  rgba(170,170,170,.5);}

/* ------------------------------------------------------------ *\
  Section Ludacris
\* ------------------------------------------------------------ */

.section-ludacris .section__body { display: -webkit-box; display: -ms-flexbox; display: flex; }
.section-ludacris .section__head { padding: 40px 0; }
.section-ludacris .section__content { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; }
.section-ludacris .section__aside { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 5px; }
.section-ludacris .section__aside li ~ li { margin-top: 5px; }

.section-ludacris .section__title { color: #666; font-weight: 300; font-size: 30px; padding-bottom: 10px; }
.section-ludacris .section__title:after { content: ''; background: #94c8f5; width: 30px; height: 2px; display: block; margin: 10px auto 0; }
.section-ludacris .section__title strong { font-weight: bold; font-family: 'Dancing Script', cursive; font-size: 34px; }

/* ------------------------------------------------------------ *\
  Section Price
\* ------------------------------------------------------------ */

.section-price { display: -webkit-box; display: -ms-flexbox; display: flex; }

.section-price .section__image,
.section-price .section__content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.section-price .section__content { text-align: center; padding: 100px 30px; font-size: 16px; line-height: 1.5; }
.section-price .section__content h2 { color: #94c8f5; font-family: 'Dancing Script', cursive; margin-bottom: 30px; font-size: 40px; }
.section-price .section__content p { max-width: 500px; margin: auto; font-size: 16px; letter-spacing: 0.01em; color: #666; }

/* ------------------------------------------------------------ *\
  Section Exp
\* ------------------------------------------------------------ */

.section-exp { padding: 30px 0 20px; }
.section-exp .section__head { margin-bottom: 30px; }

/* ------------------------------------------------------------ *\
  Section Feats
\* ------------------------------------------------------------ */

.section-feats { padding: 30px 0; }
.section-feats h2 { margin-bottom: 30px; text-align: center; }
.section-feats .section__inner { position: relative; display: flex; align-items: center; justify-content: center; padding: 100px 50px; text-align: center; }
.section-feats .section__inner:before { content: ''; background: rgba(0, 0, 0, 0.6); position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.section-feats .section__inner:after { content: ''; position: absolute; top: 20px; left: 20px; right: 20px; bottom: 20px; border: 1px solid  #fff; display: block; }
.section-feats .section__inner h3 { color: #fff; font-weight: 300; width: 100%; max-width: 700px; position: relative; z-index: 1; letter-spacing: 0.1em; line-height: 1.5; }

/* ------------------------------------------------------------ *\
  List Featured Villas
\* ------------------------------------------------------------ */

.list-featured-villas { list-style: none; }
.list-featured-villas:after { content: ''; line-height: 0; display: table; clear: both; }
.list-featured-villas li { width: 33.33%; float: left; position: relative; /*border: 3px solid  rgba(255, 255, 255, 0.5);*/ padding: 0 5px; margin-bottom: 10px; }
.list-featured-villas li span { font-family: 'Dancing Script', cursive; text-transform: none; font-size: 60px; }
.list-featured-villas .right { float: right; }
.list-featured-villas .medium { width: 50%; }
.list-featured-villas .large { width: 66.66%; }
.list-featured-villas .large h3 { font-size: 25px; }
.list-featured-villas .large .image { padding-top: 51.75%; }

.list-featured-villas li:hover .image:before { opacity: 1; }
.list-featured-villas li:hover .overlay { opacity: 1; }
.list-featured-villas li:hover .actions { opacity: 0; }

.list-featured-villas .image { padding-top: 51.79%; position: relative; }
.list-featured-villas .image:before { content: ''; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; }

.list-featured-villas .overlay { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);  left: 0; width: 100%; text-align: center; color: #fff; padding: 10px; -webkit-backface-visibility: hidden; -webkit-transition: opacity .3s; transition: opacity .3s; padding: 10px 20px; }
.list-featured-villas .overlay h3 { text-shadow: 1px 1px rgba(0, 0, 0, 0.8); font-family: 'Lato', serif; font-weight: 400; letter-spacing: 0.05em; text-transform: none; }

.list-featured-villas .actions { opacity: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; color: #fff; -webkit-transition: opacity .3s; transition: opacity .3s; }
.list-featured-villas .actions a { display: block; width: 100%; height: 100%; }
.list-featured-villas .actions span { width: 44px; height: 44px; border-radius: 50%; border: 2px solid  #fff; display: inline-block; position: absolute; top: 50%; left: 50%; margin-left: -22px; margin-top: -22px; }
.list-featured-villas .actions .fa { color: #fff; font-size: 37px; }

.list-featured-villas .top-center .overlay { transform: translateY(0); -webkit-transform: translateY(0); top: 5%; }
.list-featured-villas .top-left .overlay { transform: translateY(0); -webkit-transform: translateY(0); top: auto; top: 5%; text-align: left; }
.list-featured-villas .top-right .overlay { transform: translateY(0); -webkit-transform: translateY(0); top: auto; top: 5%; text-align: right; }
.list-featured-villas .bottom-center .overlay { transform: translateY(0); -webkit-transform: translateY(0); top: auto; bottom: 5%; }
.list-featured-villas .bottom-left .overlay { transform: translateY(0); -webkit-transform: translateY(0); top: auto; bottom: 5%; text-align: left; }
.list-featured-villas .bottom-right .overlay { transform: translateY(0); -webkit-transform: translateY(0); top: auto; bottom: 5%; text-align: right; }
.list-featured-villas .center-right .overlay { text-align: right; }
.list-featured-villas .center-left .overlay { text-align: left; }

.list-featured-villas--two { display: flex; flex-flow: row wrap; }
.list-featured-villas--two li { width: 40%; }
.list-featured-villas--two .image { /*padding-top: 79.05%;*/ padding-top: 60.25%; }
.list-featured-villas--two .large { width: 60%; }
.list-featured-villas--two .large .image { /*padding-top: 52.49%;*/ padding-top: 40%; }

.list-featured-villas--three .large .image { padding-top: 64.55%; }
.list-featured-villas--three .image { padding-top: 42.49%; }

.list-featured-villas--full .large,
.list-featured-villas--full li { width: 100%; }

.list-featured-villas--full .large .image { padding-top: 30%; }

@media(max-width: 1023px){
  .list-featured-villas li { width: 50%; }
  .list-featured-villas .large { width: 100%; }
}

@media(max-width: 767px){
  .list-featured-villas .medium,
  .list-featured-villas .large,
  .list-featured-villas li { width: 100%; }
  
  .list-featured-villas li:nth-child(n+3) { display: none; }
}

/* ------------------------------------------------------------ *\
  List Exp
\* ------------------------------------------------------------ */

.list-exp { margin: 0 -5px; }
.list-exp:after { content: ''; line-height: 0; display: table; clear: both; }

.list-exp li { float: left; width: 25%; padding: 0 5px; margin-bottom: 10px; }
.list-exp a { display: block; position: relative; padding-top: 60%; overflow: hidden; color: #000; }
.list-exp a:before { content: ''; background: rgba(0, 0, 0, 0.6); position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; transition: opacity .3s; z-index: 2; }
.list-exp a:hover:before { opacity: 1; }
.list-exp h3 { display: inline-block; background: #fff; font-weight: 300; padding: 5px 10px; position: absolute; bottom: 15px; left: 15px; right: 15px; width: fit-content; font-size: 18px; z-index: 3; }

.list-exp .image { position: absolute; top: 0; bottom: 0; left: 0; right: 0; transition: transform .5s; }
.list-exp .large { width: 50%; }
.list-exp .right { float: right; }

@media(max-width: 767px){
  .list-exp li { width: 50%; }
  .list-exp .large { width: 100%; }
}

/* ------------------------------------------------------------ *\
  List Widgets
\* ------------------------------------------------------------ */

.list-widgets { display: flex; margin: 0 -5px 50px; text-align: center; color: #fff; }
.list-widgets li { padding: 0 5px; flex: 1; }
.list-widgets a { opacity: 0; transition: opacity .3s; display: inline-block; text-transform: uppercase; border-radius: 15px; border: 1px solid  #fff; padding: 5px 10px; color: #fff; font-weight: 300; font-size: 9px; text-decoration: none; transition: all .3s; }
.list-widgets a:hover { color: #000; background: #fff; }
.list-widgets h4 { font-weight: 300; }
.list-widgets h4:after { content: ''; width: 70px; height: 1px; background: #fff; display: block; margin: 10px auto; }
.list-widgets h4 span { display: block; font-family: 'Dancing Script', cursive; font-size: 30px; }
.list-widgets .inner { position: relative; height: 350px; display: flex; align-items: center; padding-top: 30px; transition: padding .3s; }
.list-widgets .inner:hover { padding-top: 0; }
.list-widgets .inner:hover a { opacity: 1; }
.list-widgets .inner:hover:before { opacity: 1; }
.list-widgets .inner:before { content: ''; background: rgba(0, 0, 0, 0.6); position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; opacity: 0; transition: opacity .3s; }
.list-widgets .image { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.list-widgets .overlay { width: 100%; padding: 15px; z-index: 2; }

@media(max-width: 767px){
  .list-widgets { overflow: auto; white-space: nowrap; }
  .list-widgets li { min-width: 200px; }
}

/* ------------------------------------------------------------ *\
  List Socials
\* ------------------------------------------------------------ */

.list-socials { }
.list-socials li { display: inline-block; vertical-align: middle; font-size: 34px; margin-bottom: 0 !important; line-height: 1; }
.list-socials li ~ li { margin-left: 17px; }
.list-socials li a:hover { color: #fff; }
.list-socials span { display: none; }
.list-socials li a { color: inherit; }
.list-socials .twitter:hover a { color: #0086c7; }
.list-socials .facebook:hover a { color: #023e77; }
.list-socials .pinterest:hover a { color: #b31518; }
.list-socials .instagram:hover a { color: #155c81; }
.list-socials .vimeo:hover a { color: #00acee; }
.list-socials .heart:hover a { color: #f47; }

/* ------------------------------------------------------------ *\
  List Experiences
\* ------------------------------------------------------------ */

.list-experiences { display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; height: 100%; }
.list-experiences li { width: 50%; height: 50%; overflow: hidden; position: relative; overflow: hidden; }
.list-experiences li:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; background: rgba(0, 0, 0, 0.7); opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s;  }
.list-experiences a { width: 100%; height: 100%; display: block; position: relative; }

.list-experiences li:hover:before,
.list-experiences li:hover span { opacity: 1; }

.list-experiences span { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; width: 100%; display: block; padding: 10px; color: #fff; text-align: center; opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; font-size: 20px; }

@media(max-width: 767px){
  .list-experiences li { height: 0; padding-top: 50%; }
}

/* ------------------------------------------------------------ *\
  List Phones
\* ------------------------------------------------------------ */

.list-phones { color: #fff; font-style: italic; text-align: right; padding: 10px 0; }
.list-phones li { display: inline-block; vertical-align: middle; font-size: 13px; }
.list-phones li ~ li { margin-left: 10px; }
.list-phones li span { opacity: .6; font-size: 13px; color: #fff; font-style: normal; }
.list-phones a { color: #94c8f5 !important; }

@media(max-width: 767px){
  .list-phones { text-align: center; }
  .list-phones li { display: block; }
}

/* ------------------------------------------------------------ *\
  List Update
\* ------------------------------------------------------------ */

.list-updates { display: flex; flex-flow: row wrap; }
.list-updates li { flex: 0 0 50%; max-width: 50%; padding-top: 30%; position: relative; }
.list-updates li:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.3); transition: opacity .3s; }
.list-updates li h3 { position: absolute; font-family: 'Lato', serif; text-transform: none; text-align: center; font-weight: 300; text-shadow: 1px 1px 1px #000; font-size: 33px; transition: opacity .3s; }

.list-updates li:hover:before,
.list-updates li:hover h3 { opacity: 0; }

.list-updates h3 span { font-family: 'Dancing Script', cursive; font-weight: 400; }
.list-updates a { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; }
.list-updates .large { flex: 0 0 100%; max-width: 100%; padding-top: 60%; }

@media(max-width: 991px){
  .list-updates { width: 100%; }
}

/* ------------------------------------------------------------ *\
  Counters
\* ------------------------------------------------------------ */

.counters { width: 100%; display: table; margin-top: 50px; }
.counter { display: table-cell; text-align: center; }
.counter span { display: block; font-weight: 700; font-size: 30px; color: #7A8FCC; }
.counter strong { font-weight: 400; font-family: 'Droid Serif', serif; text-transform: uppercase;  }
.counter-image { width: 64px; margin: auto; }


.main {  }
.main h2 {
  color: #666;
  font-weight: 300;
  font-size: 30px;
  /*border-bottom:1px solid #ccc;*/
  padding-bottom: 10px;
  /*margin-bottom: 20px;*/
}
.main h2:after { content: ''; background: #94c8f5; width: 30px; height: 2px; display: block; margin: 10px auto 0; }
.main h2 strong { font-weight: bold; font-family: 'Dancing Script', cursive; font-size: 34px; }
.main h2 a { color: inherit; transition: all .3s; }
.main h2 a:hover { text-decoration: none; color: #111; }


.featureddestinations { background:#F1F1F1; padding: 40px 0 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; position: relative; }
.featureddestinations--alt { /*padding-top: 70px;*/ }
.featureddestinations img.stars { width: 100px; margin-bottom:10px; }
.featureddestinations img.thumbnail { width: 100%; }
.featureddestinations h3 { font-family: 'Droid Serif', serif; font-size: 18px; text-transform: uppercase; color: #fff; margin-top: 3px; margin-bottom: 14px; font-weight: bold; }
.featureddestinations h3 a { color:#b0b0b0; }
.featureddestinations p {clear: both; }
.featureddestinations #dl-menu { bottom: -36px; }
.featureddestinations #dl-menu .btn { font-size: 29px; }

.alluring-villas { position: relative; }
.alluring-villas h3 { color: #fff; text-align: center; font-size: 20px; margin-bottom: 0; }
.alluring-villas h3 a { color: #333; }
.alluring-villas h3 a:hover { text-decoration: none; color: #A3A3A3; }
.alluring-villas h4 { color: #50BAD9; display: inline-block; padding: 5px 10px; margin-bottom: 0; }

.privateisland { width: 100%; }


.placestoexplore { position: relative; }
.placestoexplore img { margin-bottom: 20px; }
.placestoexplore span { position: absolute; top: 5px; left: 50%; display: inline-block; text-align: center; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); background: rgba(0,0,0,0.7); padding: 3px 10px; color: #fff; width: 86%; }


.explore { padding:40px 0; }

.cf { position: relative; border-top: 1px solid #ccc; border-bottom: 3px solid #111; padding-top: 40px; background: #fff; }
.cf:after { content: ''; line-height: 0; display: table; clear: both; }
.cf .fa { font-size:40px; color:#ccc; }
.cf h3 { font-family: 'Droid Serif', serif; font-weight:bold; color:#b0b0b0; font-size:35px; margin-bottom:30px; margin-top: 20px; }
.cf .lead { font-style:italic; font-family: 'Lato', sans-serif; }
.cf textarea { height:100px; width:100%; max-width:100%; min-width:100%; }
.cf .section-inner { position: relative; }
.cf .section-inner:after { content: ''; line-height: 0; display: table; clear: both; }
.cf .section-aside { background: rgba(0, 0, 0, 0.7); color: #fff; padding:40px; }
.cf .section-aside h2 { color: #fff; }
.cf .section-image { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

#contactform input { margin-bottom: 15px; }
#contactform .btn { background: #efefef; border-color: #666; color: #666; text-transform: uppercase; -webkit-box-shadow: none; box-shadow: none; font-size: 18px; width: 60%; 
-webkit-transition: all .3s; 
        transition: all .3s; }
#contactform .btn:hover { color: #fff; background: #666; }

/* ------------------------------------------------------------ *\
  Locations
\* ------------------------------------------------------------ */

.locations-list { margin-bottom: 50px; }
.locations-list a:hover { color: #3e9bf2; }
.locations-list ul { font-size: 18px; text-transform: uppercase; line-height: 1.2; }
.locations-list ul li ~ li { margin-top: 15px; }
.locations-list ul ul { columns: 100px 5; -webkit-columns: 100px 5; -moz-columns: 100px 5; padding-left: 20px; margin-top: 5px; }
.locations-list ul ul li { -webkit-column-break-inside: avoid; break-inside: avoid; }
.locations-list ul ul li ~ li { margin-top: 0; }
.locations-list ul ul a { text-transform: none; font-size: 14px; }

/* ------------------------------------------------------------ *\
  Form Concierge
\* ------------------------------------------------------------ */

.form-concierge .row ~ .row { margin-top: 15px; }

.form-concierge .textarea,
.form-concierge .field { font-size: 13px; width: 100%; -webkit-box-shadow: none; box-shadow: none; background: #f7f7f7; max-width: 100%; }

.form-concierge .form-actions { margin-top: 20px; }

/* ------------------------------------------------------------ *\
  Form Experience
\* ------------------------------------------------------------ */

.form-experiences { }

.form-experiences .textarea,
.form-experiences .field { width: 100%; max-width: 100%; color: #111; border-radius: 0; }

.form-experiences .form-head { text-align: center; margin-bottom: 20px; }
.form-experiences .form-head h3 { font-family: 'Droid Serif', serif; font-style: italic; }
.form-experiences .form-label { font-weight: 400; font-size: 13px; text-align: left; display: block; }
.form-experiences .form-controls { margin-bottom: 10px; }
.form-experiences .form-btn { background: #5bc0de; border-color: #5bc0de; color: #fff; width: 100%; border-radius: 0; }
.form-experiences .form-asterisk { color: #d30404; }

.form-experiences .form-captcha { display: inline-block; position: relative; margin-bottom: 10px; }
.form-experiences .form-captcha img { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);  right: 10px; }
.form-experiences .form-captcha input { padding-right: 70px; }

.form-experiences .form-controls-select { font-size: 14px; width: 100%; position: relative; }
.form-experiences .form-controls-select:before { content: ''; width: 29px; height: auto; background: #fff; display: inline-block; position: absolute; top: 1px; bottom: 1px; right: 1px; pointer-events: none; }
.form-experiences .form-controls-select:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 7px 6px 0 6px; border-color: #aaa transparent transparent transparent; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 9px; pointer-events: none; }
.form-experiences .form-controls-select select { display: block; width: 100%; height: 42px; padding: 0px 0px 0px 14px; border: 1px solid  #E5E5E5; background: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; border-radius: 0; color: #aaa; }
select::-ms-expand { display: none; }

/*  Secondary  */

.form-experiences-secondary {  }

.form-experiences-secondary [class^=col-] { margin-bottom: 10px; }

.form-experiences-secondary .textarea,
.form-experiences-secondary .field { -webkit-box-shadow: none; box-shadow: none; border-color: #ddd; }


@media(max-width: 767px){
  .form-experiences input { padding: 5px 10px; font-size: 14px; }
}

/* ------------------------------------------------------------ *\
  Subscribe
\* ------------------------------------------------------------ */

.subscribe form { display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.subscribe label { font-weight: 300; font-family: 'Droid Serif', serif; font-style: italic; display: inline-block; vertical-align: middle; margin-right: 10px; min-width: 180px; }
.subscribe .subscribe-btn { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; background: #5bc0de; border: 0; color: #fff; }
.subscribe .subscribe-inner { display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; width: calc(100% - 180px); }
.subscribe .subscribe-field { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; width: auto; font-family: 'Droid Serif', serif; font-style: italic; border-radius: 0; }

@media(max-width: 767px){
  .subscribe form { display: block; position: relative; }
  .subscribe label { display: block; margin-bottom: 15px; }
  .subscribe .subscribe-field { padding-right: 110px; }
  .subscribe .subscribe-btn { position: absolute; bottom: 0; right: 0; display: block; width: 100px; height: 42px; }
}

/* ------------------------------------------------------------ *\
  Bootstrap Panel Accordion
\* ------------------------------------------------------------ */

.panel-group { margin-top: 30px; }
.panel .collapse { float: none; width: 100%; }
.panel .panel-heading { padding: 0; }
.panel .panel-heading a { padding: 10px 15px; display: block; border-radius: 3px; }
.panel .panel-heading a:hover { text-decoration: none; background: #111; color: #fff; }

/* ------------------------------------------------------------ *\
  Addresses
\* ------------------------------------------------------------ */

.addresses { list-style: none; }
.addresses li { display: inline-block; vertical-align: middle; width: 48%; }
.addresses span { display: block; text-align: center; height: 40px; }
.addresses .fa { font-size: 30px; color: #5bc0de; }
.addresses .fa-mobile { font-size: 37px; }

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

.footer { background: #111111; color: #ccc; padding: 0; }
.footer h3 { border-bottom:1px solid #666; font-size:17px; font-weight:bold; font-family: 'Droid Serif', serif; /*color:#8d9cae;*/ color: #5bc0de; margin-bottom:15px; }
.footer h4 { margin-top: 20px; font-weight:bold; font-family: 'Droid Serif', serif; color:#5bc0de; font-size: 17px; }
.footer a { color: #ccc; text-decoration: underline;  }
.footer a:hover  { text-decoration: none;  }

.footer .footerimg img { max-width: 180px;}
.footer ul li { margin-bottom:10px; }
.footer .list-inline li { margin-bottom: 0; }
.footer .row ~ .row { margin-top: 20px; }
.footer .footer-bar { background: #212121; padding: 15px 0; }
.footer .footer-content { padding: 30px 0 20px; background: url(../img/key-big.png) no-repeat 3% 15px; }
.footerimg { margin-bottom:20px; }
.cntactswidget .row {margin-bottom:10px;}
.topline { background:#282828; color:#eee; padding:5px 0; min-height:10px; border-bottom:none; z-index:99999; position:fixed; top:0; width:100%; }
.topline p { margin-bottom:0; }
.topline p small { font-weight:bold; }
.topline a { color:inherit; }
.topline .fa { color: #b0b0b0;
    font-size: 18px;
    margin: 0 7px; }

@media(max-width: 991px){
  .footer h3 { margin-top: 30px; }
  .footer .footer-bar { text-align: center; }
  .footer .footer-bar [class^=col-] ~ [class^=col-] { margin-top: 20px; }
}

.alldestinations { background:#1f819e; }


/* === Villa Page === */
section.villa { background:#fff; /*overflow: auto;*/ padding-top:100px; }

#content {margin:0 auto; float:none !important;}
#content:after { content: ''; line-height: 0; display: table; clear: both; }
#box_right_usa { width: 100%; }
#box_right_usa, #box_left_usa { padding-bottom:0; }
#box_left_usa { margin-right: 15px; padding-right:0; }
.villa .navigation { padding-left:0px; }
.villa .navigation a { font-size:12px; color: #5bc0de;}
.villa .navigation strong a { color: #666; }
.navigation_1.font24 { padding: 10px 0 0; font-family: "haiku",cursive; /*font-family: 'Lato', sans-serif !important;*/ font-weight: 700; overflow:visible; height:auto; font-size:40px; margin-bottom: 30px; color:#5bc0de  }
.navigation_1.font24 span { font-family: "Dancing Script",cursive !important; font-size:35px; }
.usa_title_left {overflow:visible;}
.usa_font_right2 { width: 100%; }
.usa_font_right3 { width: 100%; }
.usa_font_right2 p {margin-bottom:0;}
.h1 {line-height:1;}
.h3 .h1 { line-height:24px; }

.navigation_1.font24, .locationslist #box_left_usa { width: 100%; float: none; clear: both; }
.villapage #box_left_usa { width: 70%; float: left; }
.box_left_title_usa, .usa_img, .usa_img_font, .usa_title_left, .usa_title_line, .usa_font_1, .usa_title_left, .usa_font_right_1, .usa_img_bg, .usa_title, .home_img, .usa_right_title_1, .usa_menu_bg, .menu li a, .menu, .Packetmenu, .europe_map, .ca_title, .img_box, .img_box_1, .img_box_2, .trigger, .collapse_2, .expanded, .collapse_1, .box_right_cont_1 { width: 100%; }
.usa_right_title_1 {height: auto; background: #eee; font-weight: 300; margin-bottom: 20px; float: none; }
.usa_right_title_1 span { font-family: "Dancing Script",cursive; font-size: 23px; }
.usa_right_title_1 strong { color: #4e516a; }
.usa_right_title_1 br { display: none; }
.usa_menu_bg:after { content: ''; background: #94c8f5; height: 1px; width: 100px; display: block; margin: 10px auto 30px; }
.usa_menu_bg .STYLE1 { display: flex; flex-wrap: wrap; }

.Packetmenu,
.usa_menu_bg .menu { float: none; }

.usa_menu_bg .menu li a { border: 0; flex: 0 0 25%; font-size: 14px; font-weight: 300; color: #4e516a; background-position: 0; line-height: 1.3; margin-bottom: 10px; }
.usa_font_right_1 img { width:100%; height:auto; }
#box_right_usa { /*width:245px; float: left;*/ float: none; }
.villapage #box_right_usa { width:245px; float: left; }
.req-information .btn {width:100%; font-weight:bold; font-family: 'Lato', sans-serif;}
.req-information .btn .fa {margin-right:10px;}

.locHolder .socials { display: none; }

.info-expandable { display: flex; align-items: fles-start; display: none; }
.info-expandable .trigger { margin-bottom: 20px; height: 34px; line-height: 34px; }
.info-expandable .box_right_cont_1 { float: none; }
.info-expandable .usa_font_right_1 { max-width: 200px; margin-right: 20px; }
.info-expandable .usa_font_right_1 .btn { width: 100%; }
.info-expandable .collapse_1 { float: none; margin-bottom: 20px; }

.featuredhomes { margin-top: 20px; margin-bottom: 30px; /*background: #282828;*/   }
.featuredhomes h2 { font-size:22px; /*color:#ccc;*/ padding: 7px; text-align: center; margin-bottom: 10px; color: #4e516a; position: relative; font-weight: 300; }
.featuredhomes h2:after { content: ''; background: #94c8f5; height: 1px; width: 100px; display: block; margin: 10px auto 0; }
.featuredhomes h2 strong { /*text-transform:uppercase; color: #fff;*/ font-family: "Dancing Script",cursive; font-size: 26px; }

.item { width: 100%; }
.europe_map img {width:100%; height:auto;}
.photo_room { width:40%; overflow:visible; padding:0; }
.photo_room img { width:90%; height:auto; }
.photo_room_f {width:60%;}
.photo_room_f a { color: #fff; background-color: #5bc0de; border: 1px solid #46b8da; width: 150px; display: block; text-decoration: none; text-align: center; padding: 6px; border-radius: 5px; transition: all .3s; }
.photo_room_f a:hover { background-color: #31b0d5; border-color: #269abc; color: #fff; }
#filters { margin-bottom:20px; }
#filters button { margin-bottom: 5px;  }

.menu { min-height: 0; margin-bottom: 20px; }
.usa_menu_bg { min-height: 0; }

.home_img_1 { width:48%; padding:0; overflow:visible; height:auto; margin:10px 0; }
.home_img_1:nth-child(2n) { margin-left: 4%; }
.home_img_1 h3 { background: #b0b0b0;
    font-size: 21px;
    font-weight: 300;
    margin-top: -70px;
    padding: 5px 20px 7px 10px;
    position: absolute;
  color:#fff;}
.home_img_1 h3 {color:#fff;}

.dividers { margin:30px auto; }
#isotopstart .usa_img_bg { margin-bottom:30px; padding:15px; background: #FAFAFA; border: 1px solid #E0E0E0;  } 
.img_box, .usa_img_bg { overflow:visible; }
.img_box_2 { margin-bottom:10px !important; display: flex; justify-content: space-between; align-items: center; }
.img_box_f1, .img_box_f2, .img_box_f { padding: 7px 0; height:auto; text-align:center; }

.img_box_1 .img_box_f1, .img_box_2 .img_box_f1,
.img_box_1 .img_box_f2,
.img_box_1 .img_box_f,
.img_box_2 .img_box_f2,
.img_box_2 .img_box_f { width: auto; flex: 1; }

.img_box_1, .img_box_2 { overflow:visible; padding:0; margin:0; height:auto; text-align: center; }
.img_box_1 .img_box_f1, .img_box_1  .img_box_f2, .img_box_1  .img_box_f {
  border-left:1px solid #ccc;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  background: #eee; 
}
.img_box_2 .img_box_f1, .img_box_2  .img_box_f2, .img_box_2  .img_box_f {
  border-left:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.img_box_1 > span:last-child, .img_box_2 > span:last-child { border-right:1px solid #ccc; }

.img_box_1 { display: none; }
.img_box_1 > span:last-child, .img_box_2 > span:last-child,
.img_box_2 .img_box_f1, .img_box_2 .img_box_f2, .img_box_2 .img_box_f { border: none; }
.img_box_2 .fa { display: block; margin: 0 auto 5px; font-size: 20px; color: #ccc; }

.img_box_2 { font-size: 18px; border-top: 1px solid  #eee !important; border-bottom: 1px solid  #eee !important; padding: 10px 0; }
.img_box_2 strong { font-weight: 300; }
/*.img_box_2 i { display: block; font-family: 'Droid Serif', serif; margin: 0 auto 5px; font-size: 12px; color: #ccc; }*/
.img_box_2 .img_box_f:last-child { font-size: 30px; flex: 0 0 35%; display: flex; align-items: center; justify-content: flex-end; flex-flow: row wrap; }
.img_box_2 .img_box_f:last-child span { font-size: 20px; color: #ccc; margin-right: 15px; }
.img_box_2 .img_box_f:last-child .img_box_f { flex: 0 0 100%; margin-right: 0; font-size: 14px; }

.villametadetails { margin:30px 0; }
.villameta { width:20%; float:left; text-align:center; margin-top:20px; }
.villameta h3 { font-size:14px; font-style: italic; }
.villameta p { font-weight:bold; }
.villameta img { width:40px; margin-bottom:10px; }
.villaprice { width:40%; text-align:center; float: left; margin-top: 20px; }
.villaprice p { font-size:35px; color:#5bc0de; font-weight:bold; margin-bottom:0; }
.box_left_title_usa { display:none; }
.color.font18.usa_font_right2 strong, .usa_title_left strong, .ca_title { font-family: 'Droid Serif', serif; color:#5bc0de; font-weight: bold; }
.ca_title { margin-bottom:15px; }
.ca_title a { color: inherit !important; background: none !important; border: none !important; padding: 0; width: auto; transition: all .3s; display: inline-block; }
.ca_title a:hover { color: #4e516a !important; }
.usa_font_1 h1 { font-weight:bold; }

.usa_font_right_1 { padding-top: 0;  }

.modal-dialog { width: 900px; }

@media(max-width: 1023px){
  .villapage #box_left_usa { width: calc(100% - 260px); }
}

@media(max-width: 767px){
  .photo_room_f,
  .photo_room img,
  .photo_room { width: 100%; }

  .img_box_2 { font-size: 15px; flex-flow: row wrap; }
  
  .img_box_2 > span[class^=img_box_f]:nth-child(1),
  .img_box_2 > span[class^=img_box_f]:nth-child(5) { flex: 0 0 50%; width: 50%; order: 1; margin-left: 0; }
  
  .img_box_2 > span[class^=img_box_f]:nth-child(4),
  .img_box_2 > span[class^=img_box_f]:nth-child(3),
  .img_box_2 > span[class^=img_box_f]:nth-child(2) { order: 2; }
  
  .img_box_2 .fa { font-size: 16px; }

  .img_box_2 .img_box_f:last-child { font-size: 22px; flex: 1; margin-left: 20px; overflow: visible; display: block; }
  .img_box_2 .img_box_f:last-child span { display: block; margin-right: 0; margin-bottom: 10px; }
  .img_box_2 .img_box_f:last-child .img_box_f { margin: 0; text-align: center; display: block; width: 100%; }

  .usa_menu_bg .menu li a { flex: 0 0 50%; margin-bottom: 10px; }

  .item .img_box span { float: none; overflow: visible; }

  .villapage #box_right_usa,
  .villapage #box_left_usa { width: 100%; float: none; }

  .villaprice h3 { font-size: 16px; }
  .villaprice p { font-size: 22px; }
  .villameta h3 { font-size: 12px; }
  .villameta img { width: 30px; }
}
/* === End Villa Page === */

.socials { margin:20px 0 0 0; text-align:center; clear: both; /*border: 1px solid #cfcfcf;*/ }
.socials img { width:37px; }
/*.socials h3 { /*font-family: "Dancing Script",cursive; font-size: 30px; margin:0px 0 10px 0; background: #282828; color: #fff; padding: 5px 0; }*/
.socials ul { padding: 0 10px; margin: 0 0 15px 0;  }
.socials ul li { padding-left: 2px; padding-right: 2px;  }

.callus-inner { text-align: center; margin: 50px 0; border: 1px solid #cfcfcf; /*background: #E9E9E9;*/ clear: both; display: none; }
.callus-inner h3, .socials h3 { /*font-family: "Dancing Script",cursive;*/ font-size: 20px; margin-bottom: 20px; /*background: #282828;*/  color: #666;  padding: 5px 0;  border-bottom: 1px solid #cfcfcf; margin: 0 15px 15px; text-transform: capitalize; }
.callus-inner strong { font-size: 35px; color: #525252;  }
.callus-inner p { color: #525252; font-size: 24px;  }
.callus-inner p span { color: #aaa; font-size: 20px;  }
.whatyouget {background: none; }
.whatyouget h3 { font-size: 16px; background: none; color: #525252; margin: 0 15px 10px 15px; border-bottom: 1px solid #cfcfcf; text-align: left;  }
.whatyouget ul { list-style-image: url(../img/USA_DetailPage_18.png); text-align: left; margin-left: 30px; margin-bottom: 20px;  }
.additional-services {background: #b0b0b0; color: #fff; position: relative; text-align: center; margin-bottom: 40px; display: none; }
.additional-services h3 {background: #222 none repeat scroll 0 0;
    padding: 7px;
    position: absolute;
    top: 0;
}
.additional-services p { font-size: 17px; padding: 10px 15px;  } 
.additional-services a {color: #fff; }
.additional-services a:hover { text-decoration: none;  }

.section-contactus-page {background: #fff; padding: 50px;}
.section-contactus-page .socials {margin-top: 0; }
.section-contactus-page h2 {margin-bottom: 30px; }
.section-contactus-page h2 strong {color: #b0b0b0; text-transform: uppercase; }
.section-contactus-page textarea {width: 100%; max-width: 100%;}
.contactus-page-info h3 {margin-bottom: 20px; margin-top: 30px;  }
.contactus-page-info h3 strong {color: #b0b0b0; text-transform: uppercase; }

/* ------------------------------------------------------------ *\
  travel agents page
\* ------------------------------------------------------------ */
.top-agents-intro {
  background: url(../img/travel-agents.jpg) no-repeat center center;
  background-size: cover;
  width: 100%; 
  height: 300px;
}
.travel-agents {padding: 40px 0; }
.travel-agents h2 {font-family: "Dancing Script",cursive; font-size: 45px; margin-bottom: 20px;  }
.travel-agents h3 {margin-top: 10px; margin-bottom: 15px; color: #b0b0b0; font-weight: bold; text-transform: uppercase;  }
.travel-agents p {line-height: 1.7; }
.travel-agents .row {margin:0 0 20px 0; }
.row-inversed .col-md-6 {float: right; }
.row-inversed .col-md-5 { float: right; text-align: right; }
/* ------------------------------------------------------------ *\
  end travel agents page
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Hiding elements in the sidebar
\* ------------------------------------------------------------ */

/*#box_right_usa > .usa_right_title,
#box_right_usa > .usa_font_right,
#box_right_usa > .usa_right_img,
#box_right_usa > .usa_font_right_1,
#box_right_usa > #box_right_usa:first-child { display: none; }*/

/*#box_right_usa > div:first-child  { display: none; }*/
.villapage div#box_right_usa > *:nth-child(1), .villapage div#box_right_usa > *:nth-child(2), .villapage div#box_right_usa > *:nth-child(3), .villapage div#box_right_usa > *:nth-child(4), .villapage div#box_right_usa > *:nth-child(5) {
  display: none; 
}
.sidebar { width: 245px; float: left; }

/* ------------------------------------------------------------ *\
  End Hiding elements in the sidebar
\* ------------------------------------------------------------ */

.locationslist #box_right_usa .btn { display: block; }

.calendar-holder { padding-top: 30px; }

.collapse_1 .trigger strong { padding: 0 10px; }
.collapse_1 .collapse_2 { display: none; padding: 10px; }

/* ------------------------------------------------------------ *\
  Thank you page
\* ------------------------------------------------------------ */

.thank-you-page { background: #fff url(../img/WaterHammock-B.JPG) no-repeat center center fixed;
background-size: cover; 
}
.thank-you-page h1 { font-family: "Droid Serif",serif;
    font-size: 45px;
    font-weight: bold;
    padding: 0 100px;
    text-shadow: 1px 1px 1px #000; margin-bottom: 50px; color: #b0b0b0; }

.thank-you-page p { font-size: 20px; }    

.alert-secondary { background: rgba(255,255,255,.8); }

.thank-you-secondary h1 { font-size: 30px; margin-bottom: 20px; color: #4684B8; text-shadow: none; }

.villapage #content { width: 100%; max-width: 1140px; }
.usa_font_2 { width: 100%; }

/* ------------------------------------------------------------ *\
  Slider
\* ------------------------------------------------------------ */

.fotorama .slide-content { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center; color: #fff; width: 100%; }
/*.fotorama .slide-content:before { content: ''; background: url(../img/slider-content.png) no-repeat 0 0; width: 100%; height: 500px; display: inline-block; vertical-align: middle; position: absolute; bottom: -20px; left: -20px; }*/
.fotorama .slide-content-inner { z-index: 1; display: inline-block; padding: 30px 40px 40px; min-width: 600px; position: relative; z-index: 1; }
.fotorama .slide-content-inner:before { content: ''; background: url(../img/shadow.png) no-repeat 0 0; background-size: 100% 110%; position: absolute; top: -50px; left: -50px; bottom: -50px; left: -50px; right: -50px; z-index: -1; opacity: .7; }
.fotorama .slide-content-inner--alt:before { background-image: url(../img/shadow-blue.png); background-size: 100% 100%; }
.fotorama .slide-content { padding-top: 50px; }
.fotorama .slide-content h1 { font-weight: 500; font-size: 80px; line-height: 1.1; text-shadow: 2px 2px 0 rgba(0,0,0,0.9); margin-bottom: 10px; font-family: 'Dancing Script', cursive; color: #94c8f5; color: #fff; }
.fotorama .slide-content h1 span { color: #94c8f5; color: #fff; font-size: 30px; font-family: 'Raleway', sans-serif; display: block; margin-bottom: -10px; letter-spacing: 0.1em; }
.fotorama .slide-content h3 { font-family: 'HelveticaNeueLTStd', sans-serif; font-weight: 400; font-size: 20px; letter-spacing: 0.1em; text-shadow: 1px 1px 0 rgba(0,0,0,0.9); }
.fotorama .slide-content a { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; z-index: 1; }
.fotorama .fotorama__loaded--img { -webkit-animation: zoom 25s infinite; 
  animation:         zoom 25s infinite; }

.fotorama__fullscreen-icon { opacity: 1; width: calc(100% - 60px); height: 100%; top: 0; right: 30px; background: none; }
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) { -webkit-transform: none; transform: none; opacity: 1; }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) { -webkit-transform: none; transform: none; opacity: 1; }

@media(max-width: 767px){
  .fotorama .slide-content-inner { min-width: 0; padding: 10px !important; }
}

/* ------------------------------------------------------------ *\
  Slider Specials
\* ------------------------------------------------------------ */

.slider-specials { padding: 0 50px 50px; position: relative; text-align: left; }

.slider-specials h4 { font-style: italic; color: #fff; font-size: 17px; font-weight: 300; }

.slider-specials .owl-prev { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: -20px; margin-top: -5px; color: #ccc; }
.slider-specials .owl-next { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: -20px; margin-top: -5px; color: #ccc; }

.slider-specials .slide:hover .image:before { opacity: 0; }
.slider-specials .slide:hover .overlay { opacity: 0; }
.slider-specials .slide:hover .actions { opacity: 1; }

.slider-specials .image { padding-top: 51.49%; position: relative; }
.slider-specials .image:before { content: ''; background: rgba(0, 0, 0, 1); position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: .4; -webkit-transition: opacity .3s; transition: opacity .3s; }

.slider-specials .overlay { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);  left: 0; width: 100%; text-align: center; color: #fff; padding: 10px; -webkit-backface-visibility: hidden; -webkit-transition: opacity .3s; transition: opacity .3s; }
.slider-specials .overlay h3 { text-shadow: 1px 1px rgba(0, 0, 0, 0.8); font-family: 'Lato', serif; font-weight: 400; letter-spacing: 0.05em; }

.slider-specials .actions { opacity: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; color: #fff; -webkit-transition: opacity .3s; transition: opacity .3s; }
.slider-specials .actions a { display: block; width: 100%; height: 100%; }
.slider-specials .actions span { width: 44px; height: 44px; border-radius: 50%; border: 2px solid  #fff; display: inline-block; position: absolute; top: 50%; left: 50%; margin-left: -22px; margin-top: -22px; }
.slider-specials .actions .fa { color: #fff; font-size: 37px; }

/* ------------------------------------------------------------ *\
  List Contacts
\* ------------------------------------------------------------ */

.list-contacts li { display: inline-block; vertical-align: middle; font-size: 18px; }
.list-contacts li ~ li { margin-left: 15px; }
.list-contacts li .fa { font-size: 17px; color: #fff; }
.list-contacts li .fa-envelope-o { position: relative; top: -2px; }
.list-contacts span { display: inline-block; vertical-align: middle; width: 30px; height: 30px; border-radius: 50%; background: #bbb; padding-top: 3px; text-align: center; margin-right: 5px; }
.list-contacts a:hover { text-decoration: none; color: #fff; }

#dl-menu { position:absolute; bottom: 20px; right: 20px; margin-left:auto; margin-right:auto; z-index: 99;  width: auto; }
#dl-menu .btn {width:100%; font-family: 'Droid Serif', serif; font-size: 22px; text-transform: lowercase;  border: 1px solid #ccc; width: auto; padding: 10px 30px; letter-spacing: 0.1em; text-align: center; background: rgba(255, 255, 255, 1) url('/img/world.png') no-repeat center center; background-size: 82% auto; color: #111; text-transform: uppercase; -webkit-transition: all .3s; transition: all .3s; border-radius: 0; position: relative; }
#dl-menu .btn:hover { background: #efefef;  }
#dl-menu .btn span { display: block; font-size: 18px; font-family: 'Dancing Script', cursive; text-transform: none; }
.dl-menuwrapper ul { background: #6f6f6f; }
.dl-menuwrapper .dl-menu { width: 300px; right: 0; }

.dl-submenu > li:nth-child(2) a,
.dl-menu > li:first-child a { background: #363636; }

/* ------------------------------------------------------------ *\
  Subnav dropdown
\* ------------------------------------------------------------ */

.subnav-dropdown { display: flex; flex-wrap: wrap; font-family: Lato, sans-serif; font-size: 14px; font-weight: 300; }
.subnav-dropdown li { flex: 0 0 25%; }
.subnav-dropdown li a { line-height: 1.3; background-position: 0; display: inline-block; margin-bottom: 10px; }
.subnav-dropdown .dropdown { display: none; border: 1px solid #CFCFCF; border-top: 0; background: #f9f9f9; padding: 9px 0; }
.subnav-dropdown .dropdown a { border: 0; line-height: 1.2; padding-top: 5px; padding-bottom: 5px; background: none; }

@media(max-width: 767px){
  .subnav-dropdown li { flex: 0 0 50%; }
}

/* ------------------------------------------------------------ *\
  Tabs
\* ------------------------------------------------------------ */

.tabs {}
.tabs .tab { display: none; }
.tabs .tab.current { display: block; }
.tabs .tabs-head { text-align: center; margin-bottom: 25px; }
.tabs .tabs-head i { font-size: 40px; color: #aaa; }
.tabs .tabs-nav ul { list-style: none; margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; font-size: 18px; font-family: 'Droid Serif', serif; }
.tabs .tabs-nav li { display: inline-block; vertical-align: middle; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.tabs .tabs-nav a { text-decoration: none; }
.tabs .tabs-nav small { font-size: 12px;  }

.tabs .tabs-nav .current i,
.tabs .tabs-nav .current a { color: #5bc0de; }

/*  Tabs Secondary  */

.tabs--secondary {}
.tabs--secondary .tabs-head { text-align: left; }
.tabs--secondary .tabs-nav ul { display: block; }
.tabs--secondary .tabs-nav li { display: block; }
.tabs--secondary .tabs-nav li ~ li { margin-top: 15px; }

/* ------------------------------------------------------------ *\
  Property
\* ------------------------------------------------------------ */

.navigation { float: none; }

.property { padding-top: 30px; }

.property .property-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.property .property-title { font-family: 'Dancing Script', cursive; color: #5bc0de; padding-right: 20px; }
.property .property-price { font-size: 20px; text-align: center; }
.property .property-price strong { font-family: 'Dancing Script', cursive; color: #5bc0de; font-size: 30px; display: block; line-height: 1; }
.property .property-price small { font-size: 15px; }

/* ------------------------------------------------------------ *\
  Tiles
\* ------------------------------------------------------------ */

.tiles { list-style: none; display: flex; flex-flow: row wrap; margin: 0 -5px; }

/*  Tile  */

.tile { padding: 0 5px; flex: 0 0 33.33%; max-width: 33.33%; margin-bottom: 10px; }

.tile h3 { text-shadow: 1px 1px rgba(0, 0, 0, 0.8); font-family: 'Lato', serif; font-weight: 400; letter-spacing: 0.05em; text-transform: none; font-size: 20px; margin: 0; }
.tile h3 span { display: block; font-family: 'Dancing Script', cursive; text-transform: none; font-size: 40px; }
.tile a { display: block; position: relative; }
.tile a:hover:before { opacity: 1; }
.tile a:before { content: ''; background: rgba(0, 0, 0, 0.7); position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; transition: opacity .3s; }
.tile .tile__image { padding-top: calc(70% + 4px); display: block; }
.tile .tile__content { position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 100%; text-align: center; padding: 20px; }

.tile--large { flex: 0 0 66.66%; max-width: 66.66%; }
.tile--large .tile__image { padding-top: 35%; }

.tile.top-center .tile__content { transform: translateY(0); -webkit-transform: translateY(0); top: 5%; }
.tile.top-left .tile__content { transform: translateY(0); -webkit-transform: translateY(0); top: auto; top: 5%; text-align: left; }
.tile.top-right .tile__content { transform: translateY(0); -webkit-transform: translateY(0); top: auto; top: 5%; text-align: right; }
.tile.bottom-center .tile__content { transform: translateY(0); -webkit-transform: translateY(0); top: auto; bottom: 5%; }
.tile.bottom-left .tile__content { transform: translateY(0); -webkit-transform: translateY(0); top: auto; bottom: 5%; text-align: left; }
.tile.bottom-right .tile__content { transform: translateY(0); -webkit-transform: translateY(0); top: auto; bottom: 5%; text-align: right; }
.tile.center-right .tile__content { text-align: right; }
.tile.center-left .tile__content { text-align: left; }

@media(max-width: 1023px){
  .tiles { display: block; }
  .tile { max-width: 100%; }
  .tile .tile__image { padding-top: 35%; }
}

/* ------------------------------------------------------------ *\
  Responsive
\* ------------------------------------------------------------ */

@media(max-width: 1200px){
  .fotorama .slide-content-inner { padding-right: 55%; }

  #box_right_usa { float: left; width: 28%; }
  .locationslist #box_right_usa { width: 100%; float: none; }
  #box_right_usa #box_right_usa { width: 100%; }
}

@media(max-width: 991px){
  .container {width:100%;}
  .navbar-header { float: none; width: 100%; }
  .navbar-brand { float: none; }
  .navbar-brand > img { margin: auto; }
  .navbar-right { float: none !important; margin: 0;  }
  /*.navbar-nav { display: table; width: 100%; }
  .navbar-nav li { display: table-cell; float: none;  }*/
  .navbar-nav { padding-top: 10px; }
  .navbar-nav > .phone { display: none; }
  .header .navbar-nav > li ~ li { margin-left: 10px; }
  .header .navbar-nav > li > .btn { padding: 10px; }
  .header nav ul li a { font-size: 15px; }

  .navbar-brand-secondary { left: 10px; }

  /*  Old  */

  #content,
  .navigation { width: 100%; padding: 10px; }

  .navigation_1.font24, #box_left_usa { /*width: 67%; margin-right: 3%; */ }

  #box_right_usa { width: 30%; }
  .locationslist #box_right_usa { width: 100%; }

  .usa_font_2 { width: 100%; }

  .section-services { padding: 190px 0px 70px; }
  .section-services .widget p { font-size: 12px; }
  .section-services .widget .widget-title { font-size: 18px; }
  .section-services .widget .widget-content { padding: 5px;  }
}

@media (max-width:800px) {
  #dl-menu { position: static; float: none; }
  #dl-menu .btn:hover { color: #000; }
  .focalcaption {margin-top: 40px;}
  .focalcaption h1 { font-size:30px; }
  .locations img {margin:0;}
  .topline {position:relative; }
  .topline p { text-align:center; }
  .header {margin-top:0;}
  .fotorama .lead {display:none;}
}

@media(max-width: 840px){
  .sidebar { width: 30%;}
}

@media(max-width: 768px){
  .navbar-brand > img { margin: 5px; }
  .navbar-nav { margin-top: -1px; }
  .navbar-nav li { display: block;  }

  .header .collapse {
    top: 75px; background: rgba(20,20,20,1); position: relative; border: 0; -webkit-box-shadow: none; box-shadow: none;
  }

  .home_img_1 { width: 100%; float: none; margin-left: 0 !important; }

  .callus-inner strong { font-size: 25px; }

  .additional-services img { width: 100%; }

  /*  Header Home  */

  body { background: none; min-width: 320px; }

  .header { position: relative; background: rgba(20,20,20,1); }

  .navbar-nav > li:last-child a,
  .header nav ul li a { padding: 5px; }

  .navbar-brand {display: inline-block;  }
  .navbar-brand > img { width: 100%; max-width: 150px; }
  .section-logo { background: #141414; }
  .section-logo .navbar-brand { padding: 4px 24px 4px 10px;  }
  .header-inner p { text-align: center; font-size: 16px; }
  .nav { text-align: center; }
  .navbar-toggle { float: none; position: absolute; right: 15px; top: 15px; z-index: 1; }
  .navbar-nav { margin: 0; position: absolute; top: 100%; width: 100%; left: 0; background: rgba(20,20,20,1); padding: 15px; }
  .navbar-nav .dropdown { display: none !important; }
  .header .navbar-nav > li ~ li { margin-left: 0; }
  .focal { margin-top: 0; }

  .dl-menuwrapper .dl-menu.dl-menuopen { right: 50%; -webkit-transform: translateX(50%); transform: translateX(50%); }

  #dl-menu .btn { font-size: 26px; padding: 10px; }
  .navbar-brand-secondary { position: absolute; top: 0; }

  .section-services { padding: 190px 0px 70px; }
  
  .section-services .widget img { width: 100%; }
  .section-services [class^="col-"] {margin-bottom: 15px; }
  .navbar-header { margin: 0 !important; }

  /*  Header inner  */

  .section-logo-secondary { z-index: 1; }
  .section-logo-secondary .navbar-brand { position: static; }

  section.villa { padding-top: 20px; }

  .list-contacts { text-align: center; }
  .list-contacts li { font-size: 13px;}
  .list-contacts span { width: 26px; height: 26px; }
  .list-contacts li .fa-envelope-o { top: 0;}
  .list-contacts li .fa { font-size: 13px; }

  .top-agents-intro { height: 0; padding-top: 25%; }
  .travel-agents h2 { font-size: 30px; }
  .travel-agents h3 { font-size: 20px;}
  .travel-agents .row-inversed .col-md-5 { text-align: left; }

  /* Slider */

  .fotorama .slide-content h1 { font-size: 17px; }
  .fotorama .slide-content h1 span { font-size: 30px; }
  .fotorama .slide-content h3 { font-size: 13px; }
  .fotorama .slide-content { bottom: 0;left: 0;}
  .fotorama .slide-content:before { bottom: 0;left: 0;}
  .fotorama .fotorama__arr { display: none !important; }
  .fotorama .fotorama__img { width: auto !important; height: 100% !important; top: 0 !important; left: 50%; }

  .fotorama .slide-content-inner { padding-right: 0; }

  .featuredhomes + .home_img > .home_img_1:nth-child(n+2) { display: none; }

  .locationslist #content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  
  .locationslist #content > .navigation_1,
  .locationslist #content > .navigation { order: 1; }
  
  .locationslist #content > #box_right_usa { order: 2; margin-bottom: 30px; }
  .locationslist #content > #box_left_usa { order: 3; }

  .item .img_box span { width: auto; flex: 1; }
}

@media(max-width: 650px){
  .focalcaption h1 { padding: 0; font-size: 24px; }
  .navbar-toggle { margin-right: 0; }

  .navigation_1.font24 { line-height: 1.3; font-size: 30px; }

  .navigation_1.font24,
  #box_left_usa,
  #box_right_usa,
  .sidebar { width: 100%; }
}

@media(max-width: 450px){
  .footer .col-xs-4 { width: 100%; }
  .footer img { max-width: 250px;  }
  .happy-people { padding: 10px; }
  .happy-people ul { padding: 20px 0; }
  .happy-people h3 { font-size: 23px; }
  .wearedifferent h2 { font-size: 30px; }
  #dl-menu { margin: 20px 15px; }

  .item .img_box span { width: auto; flex: 1; }
  /*.item .img_box span:first-child, 
  .item .img_box span:last-child { display: none; }*/
  .item .img_box_1,
  .item .img_box_2 { /*border-right: 1px solid  #ccc;*/  }

  .item .photo_room,
  .item .photo_room_f { width: 100%; }

  .item .photo_room img { width: auto; }
  .item .photo_room_f { float: none; }
}

h1	{
color: #666;
font-family: arial, sans-serif;
font-size: 20px;
font-weight: bold;
margin-top: 1px;
margin-bottom: 1px;
}