@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,400italic,700&subset=latin,latin-ext);
.container:after, .featured:after, .gallery .isotope:after, .checkin:after, .search-result:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }
img.circle {
    width: 100%;
    max-width:  400px;
}

.featured .block img, .gallery .isotope .element-item img {
    display: block;
    width: 100%;
    max-width: 512px;
    height: auto;
    margin: auto;
    -webkit-box-align: 0 0 3.125em rgba( 0, 0, 0, .75 );
    box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );
}

/* natural box layout model to all elements */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, h1, h2, h3, h4, h5, h6, ul, li, form, div, p, ol, button, hr {
  margin: 0;
  padding: 0; }

.lean_title strong, .lean{
  font-style: italic;
}

article, figure, footer, header, nav, section, details, summary {
  display: block; }

article {
  margin-bottom: 60px; }

aside {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%; }

body {
  font: 16px "Open Sans", sans-serif;
  background: #fff url("../images/bg.jpg") repeat 50%;
  color: #af4531;
  text-align: center;
  position: relative;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Arvo", serif;
  margin: 0 0 20px 0;
  line-height: 1;
  text-transform: uppercase; }

h1 {
  font-size: 30px; }
  @media all and (max-width: 600px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-size: 26px; }
  @media all and (max-width: 600px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-size: 21px; }
  h3.nocase {
    text-transform: none;
    color: #d66b57; }
  h3.light {
    font-weight: 400;
    color: #d66b57;
    text-transform: none; }
  h3.small {
    font-size: 16px;
    color: #00212f;
    text-transform: none; }
  @media all and (max-width: 600px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: 13px; }

ul, ol {
  list-style-type: none; }

div {
  width: auto;
  height: auto;
  margin: 0 auto; }

a {
  color: #d66b57;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.dark {
    color: #00212f; }
    a.dark:hover {
      color: #d66b57; }
  a:hover {
    color: #00212f; }

p {
  margin: 0 0 1em;
  line-height: 1.5em;
  color: #8c8c8c; }

.fancy {
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative; }
  .fancy:after {
    width: 40px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    background: #d66b57;
    content: ""; }
.custom_fancy{
  margin-bottom: 40px;
}
.custom_fancy::after{
  width: 40px;
  display: block;
  height: 5px;
  position: relative;
  content: "";
  margin-top: 20px;
}
.midtitle{
  font-size: 16px;
}
.text-justify{
  text-align: justify;
}
.overlay {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url("../images/overlay.png") repeat 0 0;
    background-color: rgba(0, 0, 0, 0.47);
}

.slides video {
  width: 100%;
  height: auto;
  min-height: 680px;
}

.popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: none;
  background-color: transparent;
  background-color: rgba(0, 33, 47, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF00212F,endColorstr=#BF00212F);
  zoom: 1; }

.button-dark {
  padding: 0.7em 0;
  background: #00212f;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  min-width: 165px;
  display: inline-block;
  text-align: center; }
  .button-dark:hover {
    background: #d66b57;
    color: #fff; }

.back-to-top {
  position: fixed;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #af4531;
  right: 4%;
  bottom: 4%;
  z-index: 10;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  background-clip: padding-box; }

.anchor {
  display: block;
  position: relative;
  visibility: hidden; }

.activities .container, .pricing .container {
  padding-top: 100px;
}
.container {
  width: 96%;
  max-width: 96%;
  max-width: 960px;
  position: relative; }
  @media all and (max-width: 640px) {
    .container {
      max-width: 500px; }
    }

header, .header {
  padding: 15px 0;
    background: #fff;
    position: absolute;
    z-index: 11;
    left: 0;
    width: 100%; }
  @media all and (max-width: 860px) {
    header, .header {
      top: 40px; } }

header h1 {
  float: left;
  margin: 0; }
  header h1 a {
    display: inline-block;
    max-width: 14px;
    height: auto; }
    header h1 a img {
      display: block;
    border: none;
    height: 110px; }
    header h1 a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  @media all and (max-width: 860px) {
    header h1 {
      display: block;
      margin: 0 auto;
      /*float: none;*/ } }

nav ul {
      float: right;
    padding-top: 75px; }
  nav ul li {
    float: left;
    padding: 0 15px;
    border-left: 1px solid #c5c5c5;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 15px;
    position: relative; }
    nav ul li:first-child {
      border-left: none; }
    nav ul li a {
      color: #00212f;
      font-size: 12px;
      font-weight: 900; }
      nav ul li a:active, nav ul li a:focus {
        background: none; }
      nav ul li a:hover, nav ul li a.current {
        color: #af4531; }
    nav ul li:hover > ul {
      display: block; }
    @media all and (max-width: 860px) {
      nav ul li {
        float: none;
        display: inline-block; } }
    @media all and (max-width: 720px) {
      nav ul li {
        display: block;
        padding: 5px 0;
        line-height: 20px;
        border: none; } }
  nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    background: #fff;
    padding: .5em 0;
    border: 1px solid #c5c5c5;
    border-top: 0;
    min-width: 10em;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3); }
    nav ul ul li {
      text-transform: none;
      border: none;
      width: 100%;
      padding: .3em 1em;
      text-align: left; }
      @media all and (max-width: 720px) {
        nav ul ul li {
          text-align: center;
          border-bottom: 1px solid #c5c5c5;
          padding: .7em 0; } }
    @media all and (max-width: 720px) {
      nav ul ul {
        position: relative;
        left: auto;
        float: none;
        border: none;
        border-top: 1px solid #c5c5c5;
        padding: 0;
        margin: 1em 0;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent; } }
  @media all and (max-width: 860px) {
    nav ul {
      width: 100%;
      text-align: center; } }

.slider {
  position: relative;
    margin-bottom: 20px;}
  .slider span {
        margin: 0 0 0 -251.5px;
    position: absolute;
    z-index: 10;
    left: 42%;
    /* top: 400px; */
    width: 800px; }
    .slider span img {
      display: block;
      width: 100%;
      height: auto; }
    @media all and (max-width: 720px) {
      .slider span {
        top: 350px; } }
    @media all and (max-width: 600px) {
      .slider span {
        width: 300px;
        top: 400px;
        margin: 0 0 0 -150px; } }
  .slider .container {
    width: 100%;
    max-width: 100%; }
    .slider .container .slides li {
      min-height: 835px;
      top: 100px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      .slider .container .slides li h3 {
        position: absolute;
        z-index: 10;
        text-align: center;
        width: 960px;
        left: 50%;
        bottom: 0;
        margin: 0 0 0 -480px;
        padding: 35px 0;
        color: #fff;
        background: #af4531;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        text-transform: none; }
        @media all and (max-width: 960px) {
          .slider .container .slides li h3 {
            width: 100%;
            left: 0;
            margin-left: 0;
          }
        }
@media all and (max-width: 1445px) {
    /* .slider .container .slides li h3{
      bottom: 55% !important;
    } */
    .main_title_big{
      top: 36% ;
    }
    .button_slide{
      top: 75%;
    }
  }
    .slider .container .flex-control-nav {
      text-align: right;
      width: 950px;
      position: absolute;
      bottom: -35px;
      left: 50%;
      margin-left: -475px; }
@media all and (max-width: 986px) {
    .slider .container .flex-control-nav {
      left: 3%;
      width: 94%;
      margin-left: 0;
    }
    /* .slider .container .slides li h3{
      bottom: 57% !important;
      font-size: 2.0em !important;
    } */
    .main_title_big{
      top: 36% !important;
    }
    .button_slide{
      top: 75% !important;
    }

  }

.slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.slides {
  zoom: 1; }

.flex-pauseplay span {
  text-transform: capitalize; }

* html .slides {
  height: 1%; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-control-nav {
  overflow: hidden;
  z-index: 10; }
  .flex-control-nav li {
    margin: 0 5px;
    float: right;
    zoom: 1;
    display: inline; }
    .flex-control-nav li a {
      width: 15px;
      height: 15px;
      float: left;
      background: #fff;
      cursor: pointer;
      text-indent: 9999px; }
      .flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
        background: #d66b57; }
      .flex-control-nav li a.flex-active {
        cursor: default; }

.flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 1; }
  .flex-direction-nav a {
    width: 13px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #d66b57;
    position: relative; }
    .flex-direction-nav a:before {
      font-family: FontAwesome;
      font-size: 32px;
      float: left;
      margin: 0 10px 0 0; }
    .flex-direction-nav a:active, .flex-direction-nav a:focus {
      background: none; }
  .flex-direction-nav .flex-prev {
    float: left; }
    .flex-direction-nav .flex-prev:before {
      content: "\f104"; }
  .flex-direction-nav .flex-next {
    float: right; }
    .flex-direction-nav .flex-next:before {
      content: "\f105"; }

.block {
  float: left;
  width: 31.25%;
  margin-left: 3.125%;
  position: relative; }
  .block:first-child {
    margin-left: 0; }
  @media all and (max-width: 760px) {
    .block {
      width: 100%;
      margin-bottom: 20px;
      overflow: hidden; } }
.spc-offer {
    margin-top: 20px;
}
.featured {
      margin: 20px 0 10px;

  display: inline-block;
  width: 100%;
  overflow: hidden; }
  .featured .block {
    position: relative; }
    .featured .block:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: #d66b57;
      content: "";
      z-index: 5; }
    .featured .block h4 {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      position: absolute;
      z-index: 2;
      bottom: 0;
      top: 85%;
      text-align: center;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 20px 0;
      background-color: transparent;
      background-color: rgba(0, 33, 47, 0.8);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00212F,endColorstr=#CC00212F);
      zoom: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .featured .block h4:before {
        content: "\f06e";
        font-family: FontAwesome;
        display: block;
        font-size: 64px;
        color: #fff;
        display: none; }
    .featured .block:hover h4 {
      padding-top: 45%;
      top: 0;
      cursor: pointer; }
      .featured .block:hover h4:before {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 70px; }
    .featured .block div {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      text-align: left;
      padding: 30px 20px;
      border-width: 1px 1px 0;
      border-style: solid;
      border-color: #f3f3f3;
      overflow: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .featured .block div h3, .featured .block div h5 {
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        color: #d66b57;
        text-transform: none; }
      .featured .block div h5 {
        text-transform: uppercase; }
      .featured .block div p, .featured .block div ul li {
        font-size: 12px;
        line-height: 24px;
        color: #8c8c8c; }
        @media all and (max-width: 600px) {
          .featured .block div p, .featured .block div ul li {
            line-height: 18px;
            font-size: 12px; } }
      .featured .block div ul li {
        padding: 0.4em 0 0.4em 10px;
        clear: both;
        line-height: normal; }
        .featured .block div ul li a {
          text-decoration: underline; }
        .featured .block div ul li:before {
          content: "\f105";
          font-family: FontAwesome;
          color: #d66b57;
          margin-right: 10px;
          font-size: 20px;
          float: left; }
      .featured .block div .close {
        font-size: 13px;
        color: #d66b57;
        position: absolute;
        top: 10px;
        right: 20px;

        display: none; }
        .featured .block div .close:hover {
          color: #00212f; }
      .featured .block div.active {
        z-index: 10;
        width: 310%;
        opacity: 1;
        filter: alpha(opacity=100); }
        .featured .block div.active .close {
          display: block; }
        @media all and (max-width: 760px) {
          .featured .block div.active {
            width: 100%; } }
      .featured .block div:after {
        position: absolute;
        width: 100%;
        height: 5px;
        background: #00212f;
        content: "";
        left: 0;
        bottom: 0; }
      @media all and (max-width: 600px) {
        .featured .block div {
          padding: 30px 10px; } }
    .featured .block:first-child div {
      right: auto;
      left: 0; }
    @media all and (max-width: 760px) {
      .featured .block {
        margin: 0 0 1.5em; } }
  @media all and (max-width: 760px) {
    .featured {
      max-width: 400px; } }

.spc-offer .block {
  /*height: 162.5px;*/
        height: 355px;
  background-position: center;
  margin-bottom: 30px;
  border-bottom: 5px solid #d66b57;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .spc-offer .block:first-of-type {
    width: 65.625%;
    height: 355px; }
    .spc-offer .block:first-of-type a {
      color: #af4531; }
    .spc-offer .block:first-of-type:hover h4 {
      min-height: 100%; }
    @media all and (max-width: 760px) {
      .spc-offer .block:first-of-type {
        width: 100%; } }
  .spc-offer .block h4 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 1.5em 0 1.5em 100px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: none;
    line-height: 1.5em;
    min-height: 1%;
    background-color: transparent;
    background-color: rgba(0, 33, 47, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00212F,endColorstr=#CC00212F);
    zoom: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .spc-offer .block h4 span {
      display: block;
      text-transform: uppercase;
      color: #fff; }
    .spc-offer .block h4:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 80px;
      background: #af4531 url("../images/spc-icon.png") no-repeat center 15px; }
  .spc-offer .block h2 {
    margin: 0; }
    .spc-offer .block h2 span {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: .5em; }
    .spc-offer .block h2 a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      line-height: normal;
      /*padding-top: 17%;*/
        padding-top: 48%;
      color: #fff;
      background-color: transparent;
      background-color: rgba(175, 69, 49, 0.6);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99AF4531,endColorstr=#99AF4531);
      zoom: 1; }
      .spc-offer .block h2 a:hover {
        color: #fff;
        opacity: 0.9;
        filter: alpha(opacity=90); }
  .spc-offer .block:last-of-type h2 a {
    background-color: transparent;
    background-color: rgba(0, 33, 47, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00212F,endColorstr=#CC00212F);
    zoom: 1; }
  @media all and (max-width: 760px) {
    .spc-offer .block {
      width: 100%;
      margin: 0 0 1.5em; } }
@media all and (max-width: 760px) {
  .spc-offer {
    max-width: 400px; } }

.button-group {
  padding: 20px 0 45px;
  text-align: center; }
  .button-group li {
    padding: 0 5px 0;
    display: inline-block; }
  .button-group button {
    background: #f3f3f3;
    float: left;
    border: none;
    color: #af4531;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .button-group button.is-checked, .button-group button:hover {
      color: #fff;
      background: #d66b57; }

.button-group button, .element-item {
  cursor: pointer; }

.element-item, .grid-sizer {
  width: 20%;
  width: 19.95% \9;
  float: left; }
  @media all and (max-width: 760px) {
    .element-item, .grid-sizer {
      width: 50%; } }

.gallery {
  width: 100%;
  overflow: hidden; }
  .gallery h3 {
    padding: 2em 0!important;
    margin: 0.5em 0;
    color: #fff;
    background: url("../images/gallery-title.jpg") no-repeat 50% 0 fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 33, 47, 0.7)), to(rgba(0, 33, 47, 0.7))), url("../images/gallery-title.jpg") no-repeat 50% 0 fixed;
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, rgba(0, 33, 47, 0.7), rgba(0, 33, 47, 0.7)), url("../images/gallery-title.jpg") no-repeat 50% 0 fixed;
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, rgba(0, 33, 47, 0.7), rgba(0, 33, 47, 0.7)), url("../images/gallery-title.jpg") no-repeat 50% 0 fixed;
    /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(0, 33, 47, 0.7), rgba(0, 33, 47, 0.7)), url("../images/gallery-title.jpg") no-repeat 50% 0 fixed;
    /* IE10 */
    background: -o-linear-gradient(top, rgba(0, 33, 47, 0.7), rgba(0, 33, 47, 0.7)), url("../images/gallery-title.jpg") no-repeat 50% 0 fixed;
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(0, 33, 47, 0.7), rgba(0, 33, 47, 0.7)), url("../images/gallery-title.jpg") no-repeat 50% 0 fixed;
    /* W3C */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .gallery h3:after {
      bottom: 35%; }
  .gallery .isotope {
    margin-bottom: 15px;
    height: 605px; }
    .gallery .isotope .element-item {
      background: #d66b57;
      padding-bottom: 5px;
      float: left;
      overflow: hidden;
      border: 2px solid #fff; }
      .gallery .isotope .element-item.active {
        opacity: 1;
        filter: alpha(opacity=100); }
        .gallery .isotope .element-item.active div {
          display: block; }
      .gallery .isotope .element-item:before {
        content: "\f06e";
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        padding-top: 35%;
        text-align: center;
        font-family: FontAwesome;
        font-size: 64px;
        color: #fff;
        background-color: transparent;
        background-color: rgba(0, 33, 47, 0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC00212F,endColorstr=#CC00212F);
        zoom: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .gallery .isotope .element-item:hover:before {
        top: 0; }
      .gallery .isotope .element-item div {
        width: 700px;
        max-height: 500px;
        overflow: hidden;
        position: fixed;
        left: 50%;
        top: 15%;
        margin-left: -350px;
        display: none;
        z-index: 30; }
        @media all and (max-width: 760px) {
          .gallery .isotope .element-item div {
            width: 400px;
            margin-left: -200px; } }
        @media all and (max-width: 440px) {
          .gallery .isotope .element-item div {
            width: 300px;
            margin-left: -150px; } }
        @media all and (max-height: 600px) {
          .gallery .isotope .element-item div {
            max-height: 300px; } }
        .gallery .isotope .element-item div p {
          font-size: 12px;
          color: #fff;
          position: absolute;
          left: 0;
          bottom: 0;
          margin: 0;
          padding: 20px;
          text-align: left;
          background-color: transparent;
          background-color: rgba(214, 107, 87, 0.7);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3D66B57,endColorstr=#B3D66B57);
          zoom: 1; }
      .gallery .isotope .element-item:hover {
        opacity: 1;
        filter: alpha(opacity=100); }

.pricing {
  padding: 20px 0 0; }

.checkin {
  padding: 25px;
  background: #af4531;
  border-bottom: 5px solid #d66b57;
  margin: 2.5em 0; }
  .checkin input, .checkin select {
    -webkit-appearance: none;
    float: left;
    width: 19%;
    margin: 0 1% 0 0;
    border: none;
    height: 36px;
    padding: 0.7em;
    -webkit-padding: 0.7em;
    line-height: 1.5em;
    background: #fff;
    background-color: #fff;
    font-size: 0.8em; }
    @media all and (max-width: 640px) {
      .checkin input, .checkin select {
        width: 48%;
        margin: 0 1% 20px; } }
  .checkin input:focus, .checkin textarea:focus, .checkin select:focus {
    border: none;
    background: #fcf4f3; }
  .checkin .calendar {
    position: relative;
    float: left;
    width: 20%;
    margin: 0 1% 0 0; }
    @media all and (max-width: 640px) {
      .checkin .calendar {
        width: 48%;
        margin: 0 1% 20px; } }
    .checkin .calendar input {
      width: 100%;
      margin: 0; }
    .checkin .calendar input:last-of-type {
      width: 100%; }
    .checkin .calendar i {
      position: absolute;
      color: #8c8c8c;
      top: 10px;
      right: 5px;
      font-size: 20px; }
  .checkin button {
    width: 18%;
    min-width: inherit; }
    @media all and (max-width: 640px) {
      .checkin button {
        width: 100%;
        max-width: 320px; } }

table {
  margin-bottom: 40px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  table caption h3 {
    text-align: left;
    text-transform: none;
    color: #d66b57;
    padding: 0 25px;
    margin-bottom: 2em;
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }
    @media all and (max-width: 640px) {
      table caption h3 {
        text-align: center; } }
  table > thead {
    border-top: 3px solid #d66b57;
    border-bottom: 1px solid #d66b57; }
    table > thead > tr > th {
      padding: 12px 25px;
      color: #d66b57;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 400;
      text-align: left;
      word-break: break-all; }
      @media all and (max-width: 640px) {
        table > thead > tr > th {
          padding: 10px 5px;
          font-size: 12px; } }
  table > tbody > tr {
    border-bottom: 1px solid #f3f3f3; }
    table > tbody > tr > td {
      padding: 12px 25px;
      color: #8c8c8c;
      font-size: 13px;
      font-weight: 600;
      text-align: left; }
      table > tbody > tr > td a {
        text-decoration: underline; }
      @media all and (max-width: 640px) {
        table > tbody > tr > td {
          padding: 10px 5px;
          font-size: 12px; } }
    table > tbody > tr > td:first-child {
      text-transform: uppercase;
      font-size: 12px;
      color: #00212f; }
    table > tbody > tr > td:last-child {
      color: #00212f; }
  table > tbody > tr:last-child {
    border-bottom: 3px solid #d66b57; }
  table > tfoot > tr > td {
    font-size: 13px;
    padding: 25px 25px 0;
    text-align: left;
    color: #8c8c8c; }
    table > tfoot > tr > td span {
      color: #d66b57;
      display: block;
      padding: 15px 0 0; }
      @media all and (max-width: 640px) {
        table > tfoot > tr > td span {
          padding: 5px 0 0; } }
    @media all and (max-width: 640px) {
      table > tfoot > tr > td {
        padding: 10px 5px;
        font-size: 12px; } }

.search-result {
  margin: 0 0 0px; }
  .search-result h2 {
    clear: both;
    text-align: left;
    font-size: 28px;
    font-weight: 100;
    color: #444444;
    padding: 0 0 20px 25px;
    margin: 1.5em 0;
    border-bottom: 3px solid #d66b57;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}
  .search-result .item {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    margin: 0 0 20px;
    padding: 15px 30px 20px 0;
    border-bottom: 1px solid #f3f3f3; }
    @media all and (max-width: 640px) {
      .search-result .item {
        padding: 0 0 20px; } }
    .search-result .item img {
      float: left;
      width: 25%;
      margin: 0 2% 2% 0; }
      @media all and (max-width: 640px) {
        .search-result .item img {
          width: 35%;
          height: auto;
          margin: 0 auto 20px; } }
    .search-result .item div {
      float: left;
      width: 70%; }
      @media all and (max-width: 640px) {
        .search-result .item div {
          clear: both;
          width: 100%; } }
      .search-result .item div h3 {
        color: #d66b57;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        text-transform: none;
        font-weight: 400; }
      .search-result .item div p {
        display: none; }
      .search-result .item div h3 + p {
        display: block; }
      .search-result .item div.more p {
        display: block; }
      .search-result .item div a {
            font-size: 12px;
    /* font-style: italic; */
    /* text-decoration: underline; */
    color: #d66b57;}
    .search-result .item .price {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 21px;
      color: #d66b57;
      margin: 0 0 15px; }
      @media all and (max-width: 640px) {
        .search-result .item .price {
          font-size: 18px; } }
      .search-result .item .price span {
        color: #00212f; }
    .search-result .item .button-dark {
      position: absolute;
      right: 0;
      top: 55px; }
      @media all and (max-width: 640px) {
        .search-result .item .button-dark {
          top: 30px; } }

.bottom-part {
  position: relative;
  background: #00212f;
  background: url("../images/bg-bottom.jpg") no-repeat 50% 0 fixed;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 33, 47, 0.9)), to(rgba(0, 33, 47, 0.9))), url("../images/bg-bottom.jpg") no-repeat 50% 0 fixed;
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, rgba(0, 33, 47, 0.9), rgba(0, 33, 47, 0.9)), url("../images/bg-bottom.jpg") no-repeat 50% 0 fixed;
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, rgba(0, 33, 47, 0.9), rgba(0, 33, 47, 0.9)), url("../images/bg-bottom.jpg") no-repeat 50% 0 fixed;
  /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(0, 33, 47, 0.9), rgba(0, 33, 47, 0.9)), url("../images/bg-bottom.jpg") no-repeat 50% 0 fixed;
  /* IE10 */
  background: -o-linear-gradient(top, rgba(0, 33, 47, 0.9), rgba(0, 33, 47, 0.9)), url("../images/bg-bottom.jpg") no-repeat 50% 0 fixed;
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 33, 47, 0.9), rgba(0, 33, 47, 0.9)), url("../images/bg-bottom.jpg") no-repeat 50% 0 fixed;
  /* W3C */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .bottom-part .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#E500212F', EndColorStr='#E500212F')";
    /* For IE8 */ }

.testimonials {
  padding: 120px 0 170px;
  position: relative;
  z-index: 5;

}
  .testimonials .container {
    padding: 0 20px; }
  .testimonials p, .testimonials span {
    font-size: 26px;
    line-height: 1.4em;
    font-style: italic;
    font-weight: 300;
    padding: 0 3em; }
    @media all and (max-width: 640px) {
      .testimonials p, .testimonials span {
        padding: 0 1em;
        font-size: 20px; } }
  .testimonials span {
    font-size: 16px;
    color: #d66b57; }

.who-we-are {
  padding: 90px 0;
  position: relative;
  z-index: 5; }
  .who-we-are .social {
    display: inline-block;
    margin-top: 1em; }
    .who-we-are .social li {
      margin: 0 7.5px;
      float: left; }
      .who-we-are .social li a {
        float: left;
        width: 33px;
        height: 33px;
        line-height: 31px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        background: #af4531;
        border: 1px solid #af4531; }
        .who-we-are .social li a:hover {
          background: none;
          color: #d66b57;
          border: 1px solid #d66b57; }
      @media all and (max-width: 640px) {
        .who-we-are .social li {
          display: inline-block;
          float: none; } }
    @media all and (max-width: 640px) {
      .who-we-are .social {
        display: block;
        margin: 10px auto;
        float: none;
        text-align: center; } }

.location {
  background: #e9e9e9;
  position: relative;
  z-index: 5;
  padding: 80px 0; }
  .location .block {
    background: #fff;
    position: relative;
    float: none;
    display: inline-block;
    z-index: 10;
    padding: 35px 0 50px;
    border-bottom: 5px solid #d66b57; }
    .location .block h3 {
      margin-bottom: 30px; }
    .location .block p {
      text-transform: uppercase;
      font-size: 14px;
      margin: 0 0 10px;
      position: relative; }
      .location .block p:before {
        font-family: FontAwesome;
        font-size: 22px;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 auto 20px;
        content: "\f041"; }
    .location .block address {
      font-size: 12px;
      font-style: normal;
      color: #8c8c8c;
      margin: 0 0 10px; }
    .location .block span {
      font-size: 12px;
      font-weight: 700; }

#map {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }

.contact {
  padding: 70px 0 90px;
  position: relative;
  z-index: 5;}

.details, .form {
  max-width: 470px; }
  @media all and (max-width: 640px) {
    .details, .form {
      width: 100%;
      margin-bottom: 20px; } }

.widget {
  padding: 0 2% 0 25px;
  margin-bottom: 20px;
  min-height: 80px;
  width: 50%;
  float: left;
  position: relative; }
  .widget p, .widget address {
    font-size: 12px;
    line-height: 16px;
    color: #d66b57;
    font-style: normal; }
  .widget h4 {
    font-size: 14px;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #d66b57; }
  .widget p {
    margin-bottom: 0; }
    .widget p a {
      text-decoration: underline; }
      .widget p a:hover {
        color: #fff; }
  .widget .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px; }

form input, form textarea, form select, form button {
    background: none;
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin: 0 0 10px;
    outline: none;
    border-radius: 3px; }
form textarea {
  min-height: 100px;
  resize: none;
  outline: none; }
form input:focus, form textarea:focus {
  border: 1px solid #d66b57; }
form button {
  width: auto;
  min-width: 300px;
  font-size: 18px;
  padding: 10px 40px;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #d66b57;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  form button:hover {
    background: #af4531; }

form ::-webkit-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
  filter: alpha(opacity=100); }

form :-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
  filter: alpha(opacity=100); }

form ::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
  filter: alpha(opacity=100); }

form :-ms-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
  filter: alpha(opacity=100); }

.footer {
  padding: 30px 0; }
.footer p {
    color: #0E2D3B;
    margin: 0.5em 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
    .footer p a {
      color: #00212f; }
      .footer p a:hover {
        color: #af4531; }
    @media all and (max-width: 640px) {
      .footer p {
        float: none;
        text-align: center;
        display: block; } }
  .footer .social {
    float: right;
    position: absolute;
    right: 0;
    top: -5px; }
    .footer .social li {
      margin: 0 0 0 15px;
      float: left; }
      .footer .social li a {
        float: left;
        width: 33px;
        height: 33px;
        line-height: 31px;
        color: #d66b57;
        font-size: 18px;
        text-align: center;
        border: 1px solid #cfcfcf; }
        .footer .social li a:hover {
          border: 1px solid #eec1b9; }
      @media all and (max-width: 980px) {
        .footer .social li {
          display: inline-block;
          float: none; } }
    @media all and (max-width: 1160px) {
      .footer .social {
        margin: 0 80px 0 0; } }
    @media all and (max-width: 980px) {
      .footer .social {
        display: block;
        margin: 10px auto;
        float: none;
        text-align: center;
        position: relative;
        top: 0; } }

.post-template .slider .container .slides li {
  min-height: 265px; }
  @media all and (max-width: 720px) {
    .post-template .slider .container .slides li {
      min-height: 450px; } }
.post-template .content {
  padding: 90px 0 50px; }
.post-template .bottom-part {
  height: 90px; }

.primary {
  float: left;
  width: 65.625%;
  text-align: left; }
  @media all and (max-width: 640px) {
    .primary {
      width: 100%;
      margin-bottom: 50px; } }
  .primary .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 5px solid #d66b57;
    margin-bottom: 20px; }
  .primary .entry-meta {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px; }
    .primary .entry-meta span {
      font-size: 13px;
      color: #d66b57;
      margin: 0 10px 0 0; }
      .primary .entry-meta span i {
        font-size: 14px;
        color: #af4531;
        margin: 0 2px 0 0; }
    .primary .entry-meta:after {
      width: 40px;
      height: 5px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #d66b57;
      content: ""; }
  .primary ul {
    margin: 0 0 30px 20px; }
    .primary ul li {
      color: #8c8c8c;
      position: relative;
      padding: 0 0 5px 20px; }
      .primary ul li:before {
        position: absolute;
        color: #d66b57;
        font-family: FontAwesome;
        font-size: 22px;
        content: "\f105";
        left: 0; }

q {
  font-size: 22px;
  color: #d66b57;
  font-style: italic;
  font-family: "Arvo", serif;
  margin: 0 0 40px 20px;
  display: block; }

blockquote {
  margin: 0 0 60px 20px; }
  blockquote p, blockquote span {
    font-size: 22px;
    color: #d66b57;
    font-style: italic;
    font-family: "Arvo", serif; }
  blockquote p:before, blockquote p:after {
    content: "\0022"; }
  blockquote span {
    display: block;
    font-size: 13px;
    margin: 30px 0 0; }

.comments-title {
  font-style: italic;
  padding-bottom: 20px;
  border-bottom: 3px solid #d66b57;
  margin-bottom: 20px; }
  .comments-title i {
    font-size: 14px;
    color: #d66b57;
    margin: 0 5px 0 0;
    position: relative;
    top: -2px; }

.comments-area h3.fancy:after {
  left: 0;
  margin: 0; }
.comments-area ol {
  margin-bottom: 40px; }
  .comments-area ol li {
    position: relative; }
    .comments-area ol li .replay {
      position: absolute;
      background: #00212f;
      color: #fff;
      font-size: 13px;
      text-transform: uppercase;
      top: 0;
      right: 0;
      padding: 8px 20px; }
      .comments-area ol li .replay:hover {
        background: #d66b57; }
      .comments-area ol li .replay:after {
        content: "\f112";
        font-size: 15px;
        font-family: FontAwesome;
        margin: 0 0 0 5px; }
    .comments-area ol li .children {
      padding-left: 50px; }
.comments-area form input, .comments-area form textarea {
  border: 1px solid #cfcfcf;
  padding: 10px;
  font-size: 13px;
  font-style: italic; }

.comment-meta {
  font-style: italic;
  font-size: 13px; }
  .comment-meta img {
    float: left;
    width: 50px;
    height: auto;
    margin: 0 10px 20px 0;
    border-bottom: 3px solid #00212f; }
  .comment-meta a {
    color: #8c8c8c; }
    .comment-meta a span {
      color: #d66b57;
      display: inline-block; }
  .comment-meta span {
    display: block;
    color: #c7c7c8; }

.comment-content {
  clear: both; }
  .comment-content p {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f3f3f3; }

.secondary {
  float: right;
  width: 31.25%;
  text-align: left; }
  @media all and (max-width: 640px) {
    .secondary {
      width: 100%; } }
  .secondary h3 {
    font-size: 16px;
    text-transform: none;
    color: #00212f; }
  .secondary .popular-news li {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }
    .secondary .popular-news li img {
      float: left;
      width: 50px;
      height: auto;
      margin: 0 10px 15px 0; }
    .secondary .popular-news li h4 {
      color: #d66b57;
      font-weight: 400;
      text-transform: none;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 0; }
    .secondary .popular-news li p {
      font-size: 13px; }
  .secondary .archive ul li, .secondary .categories ul li {
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px; }
    .secondary .archive ul li:before, .secondary .categories ul li:before {
      position: absolute;
      color: #d66b57;
      font-family: FontAwesome;
      font-size: 20px;
      content: "\f105";
      left: 0;
      top: -2px; }
    .secondary .archive ul li a, .secondary .categories ul li a {
      color: #8c8c8c; }
      .secondary .archive ul li a:hover, .secondary .categories ul li a:hover {
        color: #d66b57; }
  .secondary .tags a {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    color: #af4531;
    font-weight: 600;
    background: #f3f3f3;
    padding: 10px;
    margin: 0 10px 7px 0; }
    .secondary .tags a:hover {
      color: #fff;
      background: #d66b57; }
  .secondary .search form {
    position: relative; }
  .secondary .search input {
    border: 1px solid #d66b57;
    font-size: 13px;
    font-style: italic;
    padding: 10px; }
  .secondary .search i {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 22px;
    color: #d66b57; }

/*!
 * Datepicker for Bootstrap
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 8px;
  margin-top: 0;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 210px;
  max-width: 300px;
  list-style: none;
  background: #00212f;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
  @media all and (max-width: 580px) {
    .datepicker {
      margin-left: -45px; } }
  .datepicker > div {
    display: none; }
  .datepicker table {
    width: 100%;
    margin: 0; }
    .datepicker table > tbody > tr {
      border: none; }
    .datepicker table > thead {
      border: none;
      border-bottom: 2px solid #d66b57;
      background: #af4531;
      color: #fff; }
      .datepicker table > thead > tr > th {
        padding: 5px;
        color: #fff; }
        @media all and (max-width: 580px) {
          .datepicker table > thead > tr > th {
            padding: 1px; } }
  .datepicker td, .datepicker th {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    width: 35px; }
    @media all and (max-width: 580px) {
      .datepicker td, .datepicker th {
        padding: 1px;
        width: 25px;
        font-size: 13px; } }

.datepicker td.day:hover,
.datepicker-months td span:hover,
.datepicker-years td span:hover {
  background: #f3f3f3;
  color: #d66b57;
  cursor: pointer; }

.datepicker td.day.disabled {
  color: #e6e6e6; }

.datepicker td.old,
.datepicker td.new {
  color: #999; }

.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #fff;
  background-color: #af4531; }

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #d66b57; }

.datepicker td span {
  display: block;
  width: 47px;
  padding: 10px;
  float: left;
  margin: 2px;
  cursor: pointer; }

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #fff;
  background-color: #d66b57; }

.datepicker td span.old {
  color: #999; }

.datepicker th.switch {
  width: 145px;
  font-size: 16px; }

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px; }

.datepicker thead tr:first-child th {
  cursor: pointer;
  font-weight: 700; }

.datepicker thead tr:first-child th:hover {
  background-color: none;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.datepicker-days, .datepicker-months, .datepicker-years {
  background: #fff; }

ul.slides.title li {
    min-height: 300px!important;
}
span.title {
    top: 260px;
    color: #fff;
    /* font-family: 'Open Sans'!important; */
}
.title {
    font-family: 'Open Sans';
    font-size: 45px;
    letter-spacing: -3px;
    font-weight: 100;
    color:#444;
}
.title strong{
    font-weight: 900;
}
.title.fancy {
    padding-bottom: 30px;
}
.form.half {
    max-width: inherit;
    width: 46%;
    padding: 0 2%;
    float: left;
}
h2.fancy.dark {
    color: #fff;
    font-family: 'Open Sans';
    letter-spacing: -1.7px;
    font-size: 32px;
    font-weight: 100;
    text-align: center;
}
p.small {
    font-size: 12px;
}
.left {
    text-align: left;
}
ul.contact_info li {
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #585858;
}
ul.contact_info li span {
    font-weight: 400;
    font-size: 14px;
    /* color: #fff; */
    font-style: italic;
    margin-left: 10px;
    text-transform: none;
}
.circle {
    border-radius: 100%;
}
.img-left {
    float: left;
    width: 200px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.img-right {
    float: right;
    width: 200px!important;
    margin-left: 30px;
    margin-bottom: 20px;
}
.white{
    color:#fff!important;
}
.bck_aboutus{
  background-image: url('../images/bg/spearfishing.jpg');
}
.img_box{
  width: 250px;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.about_1{
  background-image: url('../images/about/diving2.jpg');
}
.about_2{
  background-image: url('../images/about/granito_low.jpg');
}
.about_3{
  background-image: url('../images/about/bout.jpg');
}
.line_down{
  width: 40px;
  border:3px solid #d66b57;
  display: block;
}
.half {
    width: 46%;
    padding: 0% 2%;
    float: left;
}
.two-third {
    width: 66%;
    float: left;
    padding: 0 2% 0 0;
}
.full-column{
  width: 100%;
  float: left;
  padding: 0 2% 0 0;
}
.one-third {
    width: 33%;
    float: left;
    padding: 0 0 0 0;
}
p.small.video {
    margin-bottom: 5px;
    text-align: left;
    color: #444444;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: -0.4px;
    margin-top: 10px;
}
.dl-menuwrapper {
    display: none;
}
.featured.four-block .block {
    width: 22.5%;
}
.index_image{
    padding: 10px;
    margin-top: -50px;
}
.center {
    text-align: center!important;
}
.mb-40{
    margin-bottom: 40px;
}
a.seemore.social {
    margin-left: 5px;
}
input[type="date"] {
    width: 49%;
    float: left;
}
input.date_form {
    width: 49%;
}
section.acivities {
    margin-bottom: 30px;
}
.no-margin-bottom .slider {
    margin-bottom: 0px;
}
.slides li {
    background-position-x: 40%;
}
.one-third img {
    width: 85%!important;
    margin-top: 0 !important;
    margin-right: 12% !important;
    margin-left: 12% !important;
    margin-bottom: 0;
}
h3.title-hostel {
    font-size: 24px!important;
    letter-spacing: -2px;
}



@media all and (max-width: 1500px) {
    .slider span {
        left: 40%;
        top: 70%;
    }
    .main_title_big{
      top: 56% !important;
    }

}
@media all and (max-width: 1600px) {
    .slider .container .slides li {
        min-height: 680px;

    }
    .slider span{
        /* top: 390px; */
        width: 700px;
        left: 42%;
    }


}
@media all and (max-width: 1200px) {
    .slider span {
        left: 40%;
    }
}
@media all and (max-width: 1024px) {
    .slider video {
        width: auto;
    }

}
@media all and (max-width: 980px) {
    .slider span {
        left: 40%;
    }
    .main_title_big{
      top: 55% !important;
    }

}
@media all and (max-width: 900px) {
    .two-third {
        width: 50%;
    }
    .one-third {
        width: 50%;
    }
    .slider span {
        left: 40%;
    }
    .index_image {
        margin-top: -30px;
    }

}
@media all and (max-width: 861px) {
    nav {
        display: none;
    }
    .dl-menuwrapper {
        display: block;
    }
     .slider span {
        left: 41%;
        width: 80%;
    }
        .featured {
        max-width:  400px;
    }
    .featured.four-block .block {
        width: 100%;
        overflow: hidden;
        max-width: 400px;
        margin: 0 1em 20px;
    }
    .featured .block div {
        padding: 30px 30px;
    }
    .half {
        width: 96%;
    }
}
@media all and (max-width: 760px) {
    .two-third {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    .middle-V{
      display: block !important;
    }
    .one-third {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    .form.half{
        width: 100%;
        padding:0;
        margin-bottom: 25px;

    }
     .slider span {
        left: 45%;
    }
    .index_image {
        margin-top: 0px;
    }

}
@media all and (max-width: 720px) {
    .slider .container .slides li {
        min-height: 680px;

    }


}
@media all and (max-width: 650px) {
    .slider span {
        left: 49%;
    }


}
@media all and (max-width: 600px) {
    .slider span {
        left: 40%;
        /* top:370px; */
    }
    .slider .container .slides li {
        min-height: 600px;

    }


}
@media all and (max-width: 450px) {
    .slider span {
        left: 44%;
    }



}
@media all and (max-width: 450px) {
    .slider span {
        left: 51%;
    }
    .slider .container .slides li h3{
      font-size: 1.1em !important;
    }



}
@media all and (max-width: 365px) {

    .dl-menuwrapper {
        max-width: 110px;

    }
    .slider span {
        left: 55%;
    }



}
.row {
    width: 100%;
    display: inherit;
    margin: 10px 0px;
}
.mt-15 {
    margin-top: 15px!important;
}
.w250{
    max-width: 250px!important;
    width: 250px!important;
    margin-top: -20px;
}
.tour-desc p{
    font-size:13px;line-height:24px;text-align:left;padding:10px 10px; margin-top:15px;
}
.required_contact {
    border-color: #FFA4A4;
}
a.button {
    width: auto;
    min-width: 300px;
    font-size: 18px;
    padding: 10px 40px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #d66b57;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 15px;
    display: inline-block;
    border-radius: 3px;
}
a.button:hover{
    background: #af4531;
}
.notification {
    padding: 12px 20px;
    text-align: left;
    font-size: 10px;
    color: #2B2B2B;
    background-color: #fafafa;
    border-radius: 3px;
    margin-top: 10px;
}
.notification.green{
    background-color: #C6FFAF;
}
.notification.red{
    background-color: #FFAFB6;
}
ul.small li {
    font-size: 12px;
}
ul.small {
    list-style-type: circle;
    margin-left: 30px;
}
.over-video{
    cursor: pointer;
    width: 100%;
    border-top: 5px solid #D66B57;
    border-bottom: 5px solid #D66B57;
}
.over-video:hover {
    -webkit-filter: grayscale(0.3);
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
    /* filter: url(desaturate.svg#greyscale); */
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    /* border: 5px solid #DADADA; */
    /* border-radius: 3px; */
    border-top: 5px solid #D66B57;
    border-bottom: 5px solid #D66B57;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social {
    display: inline-block;
    margin-top: 1em; }
.social li {
      margin: 0 7.5px;
      float: left; }
.social li a {
    float: left;
    width: 33px;
    height: 33px;
    line-height: 31px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #af4531;
    border: 1px solid #af4531; }
.social li a:hover {
      background: none;
      color: #d66b57;
      border: 1px solid #d66b57; }
@media all and (max-width: 640px) {
   .social li {
      display: inline-block;
      float: none; }
    .one-third.xs {
    width: 33%!important;
        clear:inherit!important;
}
    }

@media all and (max-width: 640px) {
   .social {
    display: block;
    margin: 10px auto;
    float: none; } }

h2.fancy.dark.small.left {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 25px;
    padding-bottom: 0px;
}
.fancy.dark.small.left:after{
    width: 0;
    height : 0;
}
ul.dl-menu.dl-menuopen li a.current {
    background-color: #AE4430;
}
.item.full-width div {
    width: 100%;
    margin-bottom: 15px;
}
.item.full-width .one-third {
    width: 33%;
}

figure.one-third{
  margin: 0px;
}

figure img{
  margin-bottom: 15px !important;
}

figcaption{
  text-align: center;
  padding: 15px;
}

a.override-colors{
  color: blue;
}

a.override-colors:hover{
  color: inherit;
}

.padding-top-50{
  padding-top: 50px !important;
}
.middle_posit_custom{
  bottom: 65% !important;
  background: transparent !important;
  font-weight: 600 !important;
  font-size: 42px !important;
  text-transform: uppercase !important;
}
.main_title_big{
  font-size: 31px !important;
  font-weight: 900;
  color: white !important;
  font-style: italic;
  text-transform: uppercase;
  top: 43%;

}
.main_title_big i{
  font-weight: 100 !important;
}
.litgh_title{
  font-weight: 100;
  font-size: 18px !important;

}
.button_slide{
  bottom: 0px;
  top: 48%;
}
.button_slide a{
  font-size: 18px;
  padding: 10px 40px;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #d66b57;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
}
.text-left{
  text-align: left;
}
.left_fancy{
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 4%;
  margin-left: -20px;
  background: #d66b57;
  content: "";
}
.about_sub{
  margin: 1.5em 0 0.5em 0 !important;
}
.twoPerPadd-l{
  padding-left: 2%;
}
.thick_parr{
  font-size:16px;
  line-height:24px;
  text-align:center;
  padding:10px 10px;
  margin-top:15px;
  color: red;
}
.middle-V{
  display: flex;
 justify-content: center;
 align-items: center;
}
.text-uppercase{
  text-transform: uppercase !important;
}
.imagelightbox{
  transform: 0px !important;
}
