/*
Theme Name: Mani Beach
Author: the Smoky Pixel team
Author URI: https://smokypixel.gr/
Description: Mani Beach 20015 Site Redesign

Text Domain: manibeach
*/
html,
body {
  height: 100%;
}
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  position: relative;
}
.makeFull {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page {
  position: relative;
  left: 0;
}
.page-wrapper {
  padding: 0 50px;
}
header {
  border-bottom: 1px solid #eaeaea;
}
.page-content {
  padding-top: 50px;
  padding-bottom: 50px;
  padding: 0;
}
@media (max-width: 992px) {
  .page-content {
    padding: 0;
  }
}
section,
footer {
  border-top: 1px solid #eaeaea;
}
section {
  padding: 50px 0 !important;
}
header {
  top: -110px;
  background: #FFF;
}
header.affix {
  top: 0;
  transition-timing-function: ease;
  transition-duration: 0.75s;
  width: auto;
  left: 0px;
  right: 0px;
  background: #FFF;
  z-index: 1000;
}
header.affix .navbar {
  height: 70px;
}
header.affix .navbar-brand {
  height: 70px;
  line-height: 70px;
}
header.affix nav .navbar-custom ul.nav li.current_page_item.lang-item,
header.affix .nav > li > a {
  height: 70px;
  line-height: 70px;
}
header.affix nav .navbar-custom ul.nav li.current_page_item.lang-item {
  width: 70px;
}
.header nav .navbar-custom ul.nav li.current_page_item.lang-item {
  width: 70px;
  margin-left: 10px;
}
.top-sel {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  font-size: 13px;
  color: #777;
  font-family: "Times New Roman", serif;
}
.top-sel ul {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.top-sel ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 10px 0;
  display: inline-block;
  height: 40px;
  line-height: 20px;
}
.top-sel ul li a {
  display: inline-block;
  color: #777;
  border-left: 1px solid #ddd;
  padding: 0 0px 0 8px;
  margin-left: 8px;
  height: 20px;
  line-height: 20px;
}
.top-sel ul li:first-child a {
  border: none;
}
.top-sel ul li.active {
  font-weight: bold;
}
.top-sel ul li.active a {
  color: #222;
}
@media (max-width: 640px) {
  .page-wrapper {
    padding: 0 30px;
  }
}
.navbar {
  min-height: 70px;
  border: none;
  margin: 0;
}
.navbar .navbar-toggle {
  margin: 17px 0 0 0;
  border-radius: 0;
  padding: 10px 0;
}
.navbar .navbar-toggle .icon-bar {
  background: #303030;
  border-radius: 0;
}
#main-menu-collapse {
  position: fixed;
  top: 0;
  width: 300px;
  right: -300px;
  background: #303030;
  z-index: 10000;
  padding: 0 30px;
  height: 100%;
  overflow: scroll;
}
#main-menu-collapse ul {
  padding: 0px 0 20px 0;
  margin: 0;
}
#main-menu-collapse ul li {
  padding: 0;
  font-weight: bold;
  border-bottom: 1px solid #404040;
}
#main-menu-collapse ul li a {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  outline: 0;
  font-size: 12px;
  text-align: left;
  color: #FFF;
  padding: 0 10px;
  font-weight: normal;
}
#main-menu-collapse ul li li a {
  padding: 0 25px;
}
#main-menu-collapse ul li:last-child {
  border-bottom: none;
}
#main-menu-collapse ul li ul {
  padding: 0;
  display: none;
  overflow: hidden;
  opacity: 0;
}
#main-menu-collapse ul li ul.display {
  display: block;
  height: 0;
}
#main-menu-collapse ul li ul li {
  font-weight: normal;
}
#main-menu-collapse ul li > a::after {
  display: none !important;
}
#main-menu-collapse ul li.has-children span.toggle {
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  transition: all .5s;
  transform-origin: 50% 50%;
}
#main-menu-collapse ul li.has-children span.toggle.opened {
  transform: rotate(-135deg);
  width: 40px;
  height: 40px;
}
#main-menu-collapse ul li.has-children li:first-child {
  border-top: 1px solid #404040;
}
@media (min-width: 970px) {
  #main-menu-collapse {
    display: none !important;
  }
  body {
    left: 0 !important;
  }
}
@media (max-width: 380px) {
  .navbar {
    min-height: 0;
    padding: 10px 0;
  }
  .navbar-toggle {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-logo,
  .navbar-brand {
    height: 34px !important;
    line-height: 34px !important;
    width: 75%;
  }
  header.affix .navbar {
    height: auto;
  }
  header.affix .navbar-brand {
    height: auto;
    line-height: normal;
  }
}
#main-menu-collapse .icon-bar {
  background: #fff !important;
  border-radius: 0;
}
#main-menu-collapse .navbar {
  border-bottom: 1px solid #404040;
}
.navbar-collapse.collapse.in,
.navbar-collapse.collapsing {
  position: fixed;
  z-index: 1000;
  background: #303030;
  width: 100%;
  min-height: 100%;
  padding: 30px 70px;
  left: 0;
}
.navbar-collapse.collapse.in ul,
.navbar-collapse.collapsing ul {
  padding: 0;
  margin: 0;
}
.navbar-collapse.collapse.in ul li a,
.navbar-collapse.collapsing ul li a {
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #FFF;
}
.navbar-collapse.collapse.in ul li > a::after,
.navbar-collapse.collapsing ul li > a::after {
  display: none !important;
}
.nav > li {
  padding: 0 10px;
}
.nav > li:last-child {
  padding-right: 0;
}
@media (max-width: 1035px) {
  .nav > li {
    padding: 0 5px;
  }
}
.nav > li > a {
  color: #303030;
  padding: 0;
  letter-spacing: 0.9px;
  font-weight: 700;
  height: 70px;
  line-height: 70px;
  font-size: 12px;
}
.nav > li > a span.toggle {
  display: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}
#main-menu-hor {
  padding: 0;
}
#main-menu-hor ul {
  padding: 0;
  margin: 0;
}
#main-menu-hor ul li {
  list-style-type: none;
  position: relative;
}
#main-menu-hor ul li ul {
  display: none;
  background: #FFF;
  width: 100%;
  position: absolute;
  z-index: 5000;
  top: 71px;
  left: 50%;
  margin-left: -113px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  width: 226px;
}
#main-menu-hor ul li ul li {
  float: none;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}
#main-menu-hor ul li ul li a {
  transition: all .3s;
  color: #999;
  padding: 0 10px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}
#main-menu-hor ul li ul li a:hover {
  color: #222;
  font-size: 13px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  color: #444;
  background: transparent;
}
.nav > li:focus > a::after,
.nav > li:hover > a::after {
  background-color: #303030;
  height: 2px;
  opacity: 1;
  transform: translateY(0px);
}
.nav > li > a::after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #2f2f33;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 68px;
  transform: translateY(-10px);
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.3s, 0.3s, 0.3s;
  transition-property: height, opacity, transform;
  transition-timing-function: ease, ease, ease;
  width: 100%;
}
.navbar-brand {
  height: 70px;
  line-height: 70px;
  padding: 0;
}
.navbar-brand > img {
  display: inline-block;
  width: 100%;
}
.newsletter {
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
  background: #f5f5f5;
}
.newsletter form {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#newsletter-success {
  text-align: center;
  font-size: 14px;
  height: 0;
  line-height: 39px;
  opacity: 0;
  display: none;
}
.newsletter label {
  text-align: center;
  font-size: 14px;
  height: 39px;
  line-height: 39px;
  display: block;
  float: left;
  margin: 0;
  font-weight: normal;
}
.newsletter .label b {
  font-weight: 700;
}
.newsletter * {
  vertical-align: bottom;
}
.newsletter input[type="text"] {
  outline: 0;
  background: #fff;
  font-family: "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: 14px;
  height: 39px !important;
  line-height: 39px;
  border: 2px solid #e6e5e5;
  background: #FFF;
  border-radius: 0px;
  padding: 0 10px;
  width: 296px;
  display: block;
  float: left;
  margin: 0;
  margin: 0 15px;
  transition: border 1s, width 0.2s;
}
.newsletter input[type="text"]:focus {
  border: 2px solid #303030;
}
.newsletter button {
  width: 180px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  display: block;
  float: left;
  font-style: normal;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  font-weight: 100 ;
  background: #303030 ;
  color: #fff;
  transition: all 0.2s, background 1s, color 0.6s;
  letter-spacing: 1px;
  font-size: 14px;
}
.newsletter button.btn-loading {
  color: #303030;
}
@media (max-width: 970px) {
  .newsletter form {
    width: 100%;
    margin: auto;
  }
  .newsletter label {
    float: none;
  }
  .newsletter input[type="text"] {
    margin-left: 0;
    margin-right: 3%;
    width: 70%;
  }
  .newsletter button {
    width: 27%;
  }
}
@media (max-width: 585px) {
  .newsletter input[type="text"] {
    float: none;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .newsletter button {
    float: none;
    width: 100%;
    margin: auto;
  }
}
.as-seen-on {
  text-align: center;
  padding: 30px 0;
}
.as-seen-on span {
  display: inline-block;
  margin: 10px 15px;
  overflow: hidden;
  position: relative;
}
.as-seen-on span img {
  height: 30px;
  transition: opacity 0.3s;
  transform: rotate(0);
  opacity: 0.85;
}
.as-seen-on span img.colored {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.as-seen-on span img.colored:hover {
  opacity: 1;
}
#footer {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  clear: both;
  color: #8c8989;
}
#footer ul {
  margin: 0;
  padding: 0 0 30px 0;
}
#footer ul li {
  margin: 0 0 0 60px;
  padding: 0;
  display: block;
  float: left;
  color: #545454;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 8px;
}
#footer ul li:first-child {
  margin: 0;
}
#footer ul li.has-children span.toggle {
  display: none;
}
#footer ul li a {
  outline: 0;
  color: #303030;
  text-decoration: none;
}
#footer ul li a:after {
  content: "";
  display: block;
  width: 29px;
  height: 2px;
  background: #545454;
  margin-top: 1px;
  margin-bottom: 8px;
}
#footer ul li ul {
  padding: 0;
}
#footer ul li ul li {
  padding: 0 6px;
  float: none;
  padding: 0;
  margin: 0;
}
#footer ul li ul li:last-child {
  border: none;
}
#footer ul li ul li a {
  color: #9e9e9e;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
#footer ul li ul li a:after {
  display: none;
}
#footer a {
  color: #9e9e9e;
}
#footer a:hover {
  text-decoration: none;
}
#footer .copyright .footer-logo {
  padding-bottom: 15px;
  display: block;
}
#footer .copyright .footer-logo img {
  max-width: 100%;
}
#footer .copyright p {
  font-size: 11px;
}
#footer .copyright span.yearly {
  font-weight: 700;
}
#footer .footer-menu {
  float: right;
}
@media (max-width: 992px) {
  #footer {
    padding-top: 30px;
  }
  #footer .page-wrapper {
    padding: 0;
  }
  #footer .copyright {
    padding: 0 50px;
  }
  #footer .footer-menu {
    float: none;
  }
  #footer .footer-menu li {
    float: none;
    margin: 0;
  }
  #footer .footer-menu li ul {
    display: none;
    overflow: hidden;
    opacity: 0;
  }
  #footer .footer-menu li ul.display {
    display: block;
    height: 0;
  }
  #footer .footer-menu li {
    padding: 0;
    display: block;
    border-bottom: 1px solid #eaeaea;
  }
  #footer .footer-menu li a {
    padding: 0 50px;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  #footer .footer-menu li li a {
    padding: 0 65px;
  }
  #footer .footer-menu li a:after {
    display: none;
  }
  #footer .footer-menu li.has-children span.toggle {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 50px;
    height: 100%;
    font-weight: bold;
    color: #222;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s;
    transform-origin: 50% 50%;
  }
  #footer .footer-menu li.has-children span.toggle.opened {
    transform: rotate(-135deg);
    height: 40px;
  }
  #footer .footer-menu li.has-children li:first-child {
    border-top: 1px solid #eaeaea;
  }
}
@media (max-width: 640px) {
  #footer .footer-menu li a {
    padding: 0 30px;
  }
  #footer .footer-menu li li a {
    padding: 0 45px;
  }
  #footer .footer-menu li.has-children span.toggle {
    right: 30px;
  }
  #footer .copyright {
    padding: 0 30px;
  }
}
h1,
h2 {
  transition: all 0.5s;
}
h1 {
  font-size: 90px;
  font-weight: bold;
  line-height: 80px;
  text-transform: uppercase;
}
h1 span {
  display: block;
}
h2 {
  font-size: 20px;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.default-btn {
  background-color: #222;
  height: 53px;
  line-height: 53px;
  padding-top: 0;
  display: block;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 13px;
  width: 320px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  outline: 0;
}
.default-btn:hover,
.default-btn:focus {
  color: #FFF;
  text-decoration: none;
}
.default-btn:focus {
  outline: 0;
}
.slider {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  height: 100%;
  width: 100%;
}
.slider li {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.slider li div.back {
  background-position: center center;
  transition: transform 0.8s, opacity 0.5s;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: saturate(58%);
  -webkit-filter: saturate(58%);
  -moz-filter: saturate(58%);
  -o-filter: saturate(58%);
  -ms-filter: saturate(58%);
}
.slider li .slide-content {
  z-index: 1;
  width: 100%;
}
.slider li h1 {
  margin: 0;
  letter-spacing: -5px;
}

@media (max-width: 780px) {
	.slider li h1{
		font-size: 50px;
		letter-spacing: 0;
		line-height: normal;
	}
}


.slider li h2 {
  font-size: 25px;
  margin: 0 0 20px 0;
}
.slider li h1::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  margin: 20px auto 20px auto;
  width: 130px;
}
.slider li h1,
.slider li h2 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.slider li:hover div.back {
  opacity: 0.7;
  transform: scale(1.02);
  filter: saturate(100%);
  -webkit-filter: saturate(100%);
  -moz-filter: saturate(100%);
  -o-filter: saturate(100%);
  -ms-filter: saturate(100%);
}
.slider .main-photo-bottom-gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: 0;
  opacity: 0.8;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 40px;
  }
  .page-content {
    padding: 0;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .default-btn {
    width: 75%;
    height: 43px;
    line-height: 43px;
  }
  .slider li h1,
  .slider li h2 {
    margin-bottom: 8px;
  }
}
.bx-controls {
  z-index: 100;
  right: 30px;
  left: auto !important;
}
.bx-controls .bx-pager-item {
  margin-bottom: 6px;
}
.bx-controls .bx-pager-item .bx-pager-link {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  border-radius: 50%;
  text-indent: -100px;
  overflow: hidden;
  outline: 0;
  transition: all 1s;
}
.bx-controls .bx-pager-item .bx-pager-link.active {
  background: #333;
}
.bx-controls .bx-pager-item:last-child {
  margin: 0;
}
.home-page .box {
  height: 300px;
  background-color: #222;
  overflow: hidden;
}
.home-page .box div.back {
  transition: transform 0.5s, opacity 0.5s;
  background-size: cover;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-page .box div.vignete {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.home-page .box a.full {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-page .box .align-middle {
  color: #FFF;
  left: 0;
  width: 100%;
  text-align: center;
}
.home-page .box .align-middle .padder {
  padding: 0 30px;
}
.home-page .box .align-middle h2 {
  font-size: 44px;
  font-weight: 700;
  margin: 0 0 0px 0;
  letter-spacing: -3px;
  line-height: 44px;
  font-style: normal;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.home-page .box .align-middle h2:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  margin: 5px auto 10px auto;
  width: 130px;
}
.home-page .box .align-middle h3 {
  font-family: "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.home-page .box:hover div.back.zoom {
  opacity: 0.5;
  transform: scale(1.02);
}
#full-slider-container .bx-controls {
  top: auto !important;
  bottom: 30px;
}
#full-slider-container .bx-pager.bx-default-pager {
  position: relative;
  top: auto;
  bottom: auto;
}
#full-slider-container .bx-controls .bx-pager-item:last-child,
#full-slider-container .bx-controls .bx-pager-item {
  position: relative;
  float: left;
  margin: 0 0 0 14px;
}
#full-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none;
}
#full-slider-container .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:hover a:before {
  background: #0f9990;
  border: none;
}
#full-slider-container .bx-wrapper .bx-pager.bx-default-pager a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  transform: rotate(45deg);
  z-index: -1;
  color: #FFF;
}
#full-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active:before {
  border: none;
  background: #2BB6AA;
  color: #FFF;
}
#full-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
  text-decoration: none;
  overflow: visible;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  display: block;
  text-indent: 0;
  color: #FFF;
  background: transparent;
  float: left;
  z-index: 2;
  position: relative;
}
#full-slider-container .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: none;
}
#accomodation .fullScreen {
  background: #CCC;
  position: relative;
  overflow: hidden;
}
#accomodation .fullScreen .side {
  transition: all 0.5s;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
#accomodation .fullScreen .side .side-container {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
}
#accomodation .fullScreen .side .preview {
  width: 100%;
  height: 100%;
  background: #6A8093;
  position: relative;
  color: #FFF;
}

#accomodation .fullScreen .side .preview .default-btn{
  margin-top: 20px;
}

#accomodation .fullScreen .side .preview .align-middle {
  width: 100%;
  transition: all 1s;
}
#accomodation .fullScreen .side .preview .align-middle .inner {
  padding: 50px;
  font-weight: 300;
}
#accomodation .fullScreen .side .preview .align-middle .inner p:last-child {
  margin: 0;
}
#accomodation .box {
  height: 50%;
  width: 100%;
  background: #AAA;
  float: left;
  position: relative;
}
#accomodation .box span {
  display: block;
}
#accomodation .box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #333;
}
#accomodation .box a span {
  display: block;
}
#accomodation .box .thumb {
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  transition: all 0.5s;
  filter: saturate(58%);
  -webkit-filter: saturate(58%);
  -moz-filter: saturate(58%);
  -o-filter: saturate(58%);
  -ms-filter: saturate(58%);
}
#accomodation .box .thumb:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
#accomodation .box a:hover .thumb {
  opacity: 1;
  filter: saturate(100%);
  -webkit-filter: saturate(100%);
  -moz-filter: saturate(100%);
  -o-filter: saturate(100%);
  -ms-filter: saturate(100%);
}
#accomodation .box a:hover .align-middle .more .border {
  background: #ffffff;
}
#accomodation .box a:hover .align-middle .more .plus {
  color: #222222;
}
#accomodation .box a.opened .align-middle .more .plus {
  transform: rotate(45deg);
}
#accomodation .box .align-middle {
  width: 100%;
}
#accomodation .box .align-middle h1 {
  font-size: 35px;
  line-height: 35px;
  color: #FFF;
  text-align: center;
  transition: all 0.3s;
  margin: 0;
}
#accomodation .box .align-middle h1:after {
  content: "";
  display: block;
  height: 10px;
  background: url(css/images/title-after.png) no-repeat center center;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  width: 130px;
}
#accomodation .box .align-middle .subtitle {
  display: block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: 'Times New Roman';
  font-style: italic;
  text-transform: none;
  color: #FFF;
  text-align: center;
}
#accomodation .box .align-middle .more {
  width: 35px;
  height: 35px;
  margin: 40px auto 0 auto;
  position: relative;
}
#accomodation .box .align-middle .more .border {
  transition: all 0.8s;
  border: 1px solid #FFF;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0);
}
#accomodation .box .align-middle .more .plus {
  color: #FFF;
  transition: all 0.3s;
  font-size: 22px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 35px;
  text-align: center;
  font-weight: 300;
  font-family: Courier New;
}
#accomodation .box .cont {
  display: none;
}
#camp-location {
  transition: all 1s;
  overflow: hidden;
}
.map-container {
  position: relative;
  overflow: hidden;
}
.camp-location {
  position: relative;
}
.zoom-container {
  position: absolute;
  top: 40px;
  left: 40px;
}
.zoom-container div {
  margin-bottom: 10px;
  color: #FFF;
  border: 4px solid rgba(34, 34, 34, 0.5);
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 50%;
  padding: 1px;
}
.zoom-container div div {
  margin: 0;
  padding: 0;
  border: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #222;
  border-radius: 50%;
}
.camp-location .controls-container {
  color: #FFF;
  position: absolute;
  top: 40px;
  right: 40px;
}
.camp-location .controls-container .control {
  transform: scale(0);
  opacity: 1;
  border: 4px solid rgba(34, 34, 34, 0.5);
  width: 103px;
  height: 103px;
  padding: 1px;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  transition: all 1s;
}
.camp-location .controls-container .control .inner {
  width: 93px;
  height: 93px;
  background: #222;
  border-radius: 50%;
  font-size: 11px;
  padding-top: 28px;
  line-height: 15px;
}
.camp-location .controls-container .control .inner .val {
  letter-spacing: -1px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.camp-location .controls-container .control#zoom-in,
.camp-location .controls-container .control#zoom-out {
  cursor: pointer;
}
.camp-location .controls-container .control#zoom-in .inner,
.camp-location .controls-container .control#zoom-out .inner {
  padding-top: 0;
}
.camp-location .controls-container .control#zoom-in .inner .val,
.camp-location .controls-container .control#zoom-out .inner .val {
  line-height: 63px;
}
.camp-location .controls-container .control.displayed {
  opacity: 1;
  transform: scale(1);
}
.camp-location .title-cont {
  position: absolute;
  width: 100%;
  top: 80px;
}
.camp-location .the-title {
  color: #FFF;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.camp-location .the-title:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("css/images/title-after.png");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  width: 130px;
}
.camp-location .the-sub-title {
  display: block;
  font-family: "Times New Roman";
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  color: #FFF;
}
.map-marker-cont {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  width: 300px;
}
#camp-location.closed .infoBox .map-marker-cont .loc-more,
#camp-location.closed .infoBox .map-marker-cont p,
#camp-location.closed .infoBox .map-marker-cont h3:after {
  display: none;
}
#camp-location.closed .infoBox .map-marker-cont h3 {
  margin: 0;
}
.infoBox .map-marker-cont {
  text-align: center;
}
.infoBox .map-marker-cont h3 {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  letter-spacing: -1px;
}
.infoBox .map-marker-cont h3:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("css/images/title-after-light.png");
  background-origin: padding-box;
  background-position: left middle;
  background-repeat: no-repeat;
  background-size: auto auto;
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 9px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
}
.infoBox .map-marker-cont p {
  color: #777;
  font-size: 13px;
  margin: 0;
  line-height: normal;
}
.infoBox .map-marker-cont .loc-more {
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 20px auto 0 auto;
  position: relative;
  cursor: pointer;
}
.infoBox .map-marker-cont .loc-more div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-family: Courier New;
  font-weight: 300;
}
.infoBox .map-marker-cont .loc-more div.back {
  transform: rotate(45deg);
  background: #2bb6aa;
}
#locations {
  position: relative;
  z-index: 2;
  background: #5F6364;
  float: left;
  color: #fff;
  width: 420px;
}
#locations.closed {
  width: 0;
}
#locations .scrollable {
  overflow: scroll;
  max-height: 100%;
}
#locations .location-info {
  width: 420px;
  border-bottom: 1px solid #505354;
  cursor: pointer;
}
#locations .location-info .img {
  height: 310px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: none;
}
#locations .location-info .align-middle {
  width: 100%;
}
#locations .location-info h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  letter-spacing: -1px;
}
#locations .location-info h3:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("css/images/title-after-light.png");
  background-origin: padding-box;
  background-position: left middle;
  background-repeat: no-repeat;
  background-size: auto auto;
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 9px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
}
#locations .location-info .inner {
  padding: 60px;
  text-align: center;
}
#locations .location-info .inner p {
  margin: 20px 0 0 0;
  font-size: 13px;
  line-height: 25px;
}
#locations .location-info .inner .the_content {
  display: none;
  text-align: left;
}
#locations .location-info.opened {
  cursor: default;
}
#locations .location-info.opened .img,
#locations .location-info.opened .the_content {
  display: block;
}
#locations .location-info.opened .inner h3,
#locations .location-info.opened .excerpt {
  display: none;
}
#locations .location-info.opened .inner {
  padding: 60px 40px;
}
#locations .location-info.opened .inner p:first-child {
  margin: 0;
}
.makeGrad {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.45)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
.desaturate {
  filter: saturate(58%);
  -webkit-filter: saturate(58%);
  -moz-filter: saturate(58%);
  -o-filter: saturate(58%);
  -ms-filter: saturate(58%);
}

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

#services {
    text-align: center;
}
#services h1{
    padding: 0 0 0 0;
    margin: 0;
    font-size: 70px;
    line-height: 70px;
}

#services h1:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("css/images/title-after-light.png");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  width: 130px;
}
@media (max-width: 640px) {
	#services h1{
		font-size: 50px;
	}
}


#services .the_content{
  background: #f1f1f1;
  color: #fff;
  line-height: 25px;
  background-size: cover;
  background-position: center;
  position: relative;

}

#services .the_content .inner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}

#services .the_content .inner p{
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
}

#services .the_content .inner p:last-child{
  margin-bottom: 0;
}

#services .the_content .default-btn{
  margin-top: 15px;
}


#services .cat{
  padding: 0px 0 30px 0;
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  letter-spacing: -1px; 
}
#services .cat:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("css/images/title-after-black.png");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  width: 130px;
  opacity: 0.5;
}

#services .left-title{
  font-family: "Times New Roman", serif;
  font-size: 22px;
  color: #888;
  padding: 0 20px 0px 20px;
  text-align: left;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
}

#services .right-title{
  font-size: 14px;
  color: #888;
  padding: 0 20px 0px 20px;
  text-align: left;
  font-weight: 300;
  line-height: 25px;
}

#services .grey{
  background: #f0f0f0;
  padding: 120px 0;
}

#services .blue{
  background: #475563;
  padding: 120px 0;
  color: #FFF;
}

#services .blue .left-title,
#services .blue .right-title,
#services .blue .cat{
  color: #FFF;
}

#services .blue .cat:after {
  background-image: url("css/images/title-after-light.png");
}

#services .col{
  text-align: center;
  color: #999;
  border-top: 1px solid #F1f1f1;
  border-right: 1px solid #F1f1f1;
  height: 250px;
}

#services .col .inner{
  padding: 30px;
}


#services .middle-img .inner{
  padding: 160px 0;
}

#services .p-img img{
  width: 100%;
  height: auto;
}

#services .col h3{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #222222; 
}

#services .col h3:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("css/images/title-after-light.png");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  width: 130px;
}

#services .col .img{
  height: 50px;
  line-height: 50px;
}

#services .col p{
  margin: 0;
}

#services .photo-col{
  height: 400px;
  position: relative;
  background-color: #222;
  background-size: cover;
  background-position: center;
}

#services .photo-col .inner{
  width: 100%;
  text-align: center;
  color: #FFF;
}

#services .photo-col .inner h3{
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}

#services .photo-col .inner h3:after {
    background-image: url("css/images/title-after.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 10px;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
    width: 130px;
}

.simple-page{
  max-width: 960px;
  margin: 0 auto;
  padding: 30px;
}

.simple-page h1,
.simple-page h3{
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #222222;
}

.simple-page h1{
  font-size: 50px;
}

.simple-page p{
  color: #777;
  font-size: 13px;
  line-height: 24px;
}

#contact{
  padding: 60px 0;
}

#contact h1{
    padding: 0 0 0 0;
    margin: 0;
    font-size: 70px;
    line-height: 70px;
}

#contact h1:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("css/images/title-after-light.png");
  background-origin: padding-box;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto auto;
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 9px;s
  margin-top: 11px;
  width: 130px;
}

#contact .cont{
  padding-top: 10px;
}

#contact form{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

#contact textarea,
#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"]{
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border: none;
    width: 100%;
    background: #f1f1f1;
    padding: 0 15px;
    margin: 5px 0;
}

#contact input[type="submit"]{
  background: #222;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  display: block;
  padding: 0;
}

#contact textarea{
  height: auto;
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 20px;
}

#contact div.wpcf7-response-output{
  margin: 0;
}

#contact div.wpcf7-validation-errors{
  border: none;
  color: red;
  padding: 0;
}

#contact-map{
  height: 500px;
}


#contact.book input[type="text"],
#contact.book input[type="tel"],
#contact.book input[type="email"]{
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

#contact.book textarea{
  font-size: 14px;
}

.head-social a{
  color: #222;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.copyright .head-social a{
  color: #222 !important;
  margin-right: 10px;
  margin-left: 0;
  font-size: 15px;
}



.book h3:after {
  content: "";
  display: block;
  height: 10px;
  background: url("css/images/title-after-light.png") no-repeat left center;
  margin-bottom: 9px;
  margin-top: 11px;
  width: 130px;
}


.availability-message{
  font-size: 300;
  color: #C00;
  text-transform: none;
}

#exit-locations .fa-times{
    display: none;
}

#exit-locations.opened .fa-times{
  display: inline;
}

#exit-locations.opened .fa-bars{
  display: none;
}

.wpcf7-mail-sent-ok{
	background: #0C0;
	color: #FFF;
	padding: 15px !important;
	border: none;
	margin-top: 5px !important;
	text-transform: none !important;
}

.price-field{
  border-bottom: 1px solid #EAEAEA;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.full-btn{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.top-border{
  border-top: 1px solid #EAEAEA;
  margin: 20px 0;

}

@media (max-width: 600px) {
  #contact h1{
    font-size: 45px
  }
}
.mob-accomodation{
  display: none;
}
@media (max-width: 900px) {

  #locations .location-info,
  #locations{
    width: 100% !important;
    display: block !important;
    height: auto !important;
    float: none;
  }
  .fullScreen.map-container{
    display: none;
  }

  #locations .location-info .inner{
    text-align: left;
  }
  #locations .location-info .inner .the_content{
    display: block !important;
  }

  #locations .location-info .inner h3,
  #locations .location-info.opened .excerpt{
    display: none !important;
  }

  #locations .location-info .img{
    display: block;
  }
  #accomodation .fullScreen{
    display: none;
  }
  #accomodation .mob-accomodation {
   display: block;
  }
  #accomodation .mob-accomodation .box{
    height: auto;
    float: none;
  }
  #accomodation .mob-accomodation .box .inner{
    height: 400px;
  }
  #accomodation .mob-accomodation .box .cont{
    padding: 40px;
    background: #5F6364;
    color: #FFF;
    display: block;
  }
  #accomodation .mob-accomodation .box a{
    height: auto;
    position: relative;
    margin-top: 20px;
  }
}

