@font-face {
  font-family: 'muli-black';
  src: url("../../fonts/muli-black-webfont.woff2") format("woff2"), url("../../fonts/muli-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'muli-bold';
  src: url("../../fonts/muli-bold-webfont.woff2") format("woff2"), url("../../fonts/muli-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'muli-regular';
  src: url("../../fonts/muli-regular-webfont.woff2") format("woff2"), url("../../fonts/muli-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'muli-semibold';
  src: url("../../fonts/muli-semibold-webfont.woff2") format("woff2"), url("../../fonts/muli-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.col-xl-1, .col-lg-1, .col-md-1, .col-sm-1, .col-1, .col-xl-2, .col-lg-2, .col-md-2, .col-sm-2, .col-2, .col-xl-3, .col-lg-3, .col-md-3, .col-sm-3, .col-3, .col-xl-4, .col-lg-4, .col-md-4, .col-sm-4, .col-4, .col-xl-5, .col-lg-5, .col-md-5, .col-sm-5, .col-5, .col-xl-6, .col-lg-6, .col-md-6, .col-sm-6, .col-6, .col-xl-7, .col-lg-7, .col-md-7, .col-sm-7, .col-7, .col-xl-8, .col-lg-8, .col-md-8, .col-sm-8, .col-8, .col-xl-9, .col-lg-9, .col-md-9, .col-sm-9, .col-9, .col-xl-10, .col-lg-10, .col-md-10, .col-sm-10, .col-10, .col-xl-11, .col-lg-11, .col-md-11, .col-sm-11, .col-11, .col-xl-12, .col-lg-12, .col-md-12, .col-sm-12, .col-12, .btn--header-phone:before, .main-content, .header__brand:before, .header-slider, .header-slider__scroll:before, #about-us, .about-us-img--first-img, .about-us-img--second-img, #why-us, .why-us-img, footer, .footer__company-data--phone, .footer__company-data--phone:before, .footer__company-data--address:before, .footer__docs-menu li:before, .contact-data-list {
  float: left; }

.btn--header-phone, .wpcf7-submit {
  float: right; }

.btn--header-phone:before, .footer__company-data--phone:before, .footer__company-data--address:before, .footer__docs-menu li:before, .contact-data-list--phone:before, .contact-data-list--address:before, .contact-data-list--bank-account:before {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%; }

.main-content, #about-us, #why-us {
  padding: 75px 0; }

/* --- Float left col --- */
/* --- Add breakepoints --*/
body {
  font-family: "muli-regular";
  font-size: 1rem;
  color: #222222; }

h2 {
  font-family: "muli-black";
  color: #222222; }

.page-title {
  margin-bottom: 75px; }

h2 {
  font-size: 1.35rem; }

@media (min-width: 1200px) {
  h2 {
    font-size: 2.25rem; } }

h5 {
  color: #ffffff;
  font-family: "muli-bold"; }

.main-content h5 {
  color: #222222; }

p {
  text-align: justify; }

.btn, .wpcf7-submit {
  border-radius: 30px;
  background: #dd3b39;
  color: #ffffff;
  font-family: "muli-bold";
  padding: 15px 20px; }
  .btn:hover, .wpcf7-submit:hover {
    color: #ffffff;
    background: #ac1f1e; }
  .btn--header-phone {
    font-size: 1.25rem;
    max-height: 57px; }
    .btn--header-phone:before {
      content: '';
      width: 26px;
      height: 26px;
      mask-image: url("../../images/icon-tel.svg");
      -webkit-mask-image: url("../../images/icon-tel.svg");
      background: #ffffff;
      margin: 0 24px 0 0; }

.btn--header-phone {
  display: none; }

@media (min-width: 1200px) {
  .btn--header-phone {
    display: block; } }

.main-content {
  width: 100%; }

.owl-stage-outer {
  position: relative;
  overflow: hidden; }

.owl-stage {
  position: relative; }

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* ------------------------------------------------------- Header image slider ---------------------------------------------------------- */
.header-slider {
  position: relative; }
  .header-slider .owl-nav {
    display: none; }
  .header-slider .owl-dots {
    display: none; }
  .header-slider .owl-dot {
    display: none; }

/* Contact forms
------------------------------------------------ */
body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
  border: 1px solid #ec3c06; }

body span.wpcf7-not-valid-tip {
  float: left;
  display: none;
  color: #ec3c06;
  border: none;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin-top: 2px;
  background: none;
  font-size: 13px; }

body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 1px solid #ff8a8a;
  color: #ec3c06;
  width: 100%;
  margin-top: 50px !important;
  line-height: 18px; }

body div.wpcf7-response-output {
  float: left;
  margin: 10px 0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px; }

body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731; }

body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  border: 1px solid #6fdf51;
  color: #1ea524;
  width: 100%;
  margin-top: 50px !important;
  line-height: 18px; }

div.wpcf7 {
  width: 100%; }

.your-name input, .your-email input, .tel-483 input, .text-494 input, .reservation-date input, .selected-offer input, .your-address input, .your-address2 input, .amount-adults input, .arival-date input, .departure-date input, .amount-kids input, .car-info input {
  float: left;
  border-bottom: 1px solid #efefef;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 15px;
  width: 100%;
  background: transparent; }

.your-message textarea {
  background-image: url(../../images/bg-lines.png);
  background-repeat: repeat;
  border: 0;
  height: 180px;
  line-height: 55px;
  width: 100%;
  padding: 0 15px; }

.terms-acceptance input[type=checkbox] {
  margin-left: -15px; }

.terms-acceptance {
  padding: 0 15px; }

.wpcf7-submit {
  border: 0;
  margin-top: 60px; }

.header {
  z-index: 5;
  position: absolute;
  width: 100%; }
  .header__brand h1 {
    font-family: "muli-black";
    text-transform: uppercase;
    color: #ffffff; }
  .header__brand h2 {
    font-family: "muli-black";
    margin-bottom: 0 !important;
    text-transform: uppercase;
    color: #ffffff; }
  .header__brand:before {
    content: '';
    background: url("../../images/logo-anchor.svg") no-repeat; }
  .header__menu {
    padding: 0; }
    .header__menu ul {
      padding: 0; }
      .header__menu ul li {
        list-style: none;
        display: inline-block; }
        .header__menu ul li a {
          font-family: "muli-black";
          padding: 0 25px;
          text-transform: uppercase;
          color: #ffffff; }

.header {
  margin-top: 15px; }
  .header__brand h1 {
    font-size: 1.1rem; }
  .header__brand h2 {
    font-size: 0.7rem; }
  .header__brand:before {
    height: 50px;
    width: 45px;
    margin-right: 15px; }
  .header__menu ul {
    margin-top: 22.5px; }
    .header__menu ul li {
      display: block;
      margin-bottom: 30px; }

@media (min-width: 1200px) {
  .header {
    margin-top: 50px; }
    .header__brand h1 {
      font-size: 1.5rem; }
    .header__brand h2 {
      font-size: 0.825rem; }
    .header__brand:before {
      height: 64px;
      width: 57px;
      margin-right: 30px; }
    .header__menu ul {
      margin-top: 15px; }
      .header__menu ul li {
        display: inline-block;
        margin-bottom: 0; } }

.navbar-toggler {
  padding: .25rem;
  position: absolute;
  z-index: 10;
  background: #ffffff;
  right: 15px;
  top: -55px; }

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(221,59,57,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.custom-toggler .navbar-toggler {
  border-color: #dd3b39; }

.navbar-collapse {
  margin-top: -23px;
  background: #dd3b39; }

@media (min-width: 1200px) {
  .navbar-collapse {
    margin-top: 0;
    background: transparent; } }

.header-slider {
  max-width: 100%; }
  .header-slider__slider-desc {
    position: absolute;
    color: #ffffff;
    z-index: 15;
    top: 60%;
    left: 50%;
    -moz-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 50%; }
    .header-slider__slider-desc p {
      margin: 0;
      line-height: 1.2;
      font-family: "muli-black";
      text-align: center; }
  .header-slider__slider-img {
    max-width: 100% !important;
    position: relative; }
  .header-slider__scroll {
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    bottom: 33%;
    left: 50%;
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "muli-semibold"; }
    .header-slider__scroll:before {
      content: '';
      background: url("../../images/icon-scroll.svg") no-repeat;
      background-size: 100% 100%;
      width: 24px;
      height: 35px;
      margin: -7.5px 20px 0 0; }

.header-slider {
  margin-top: 0; }
  .header-slider__slider-desc {
    display: none; }
  .header-slider__scroll {
    display: none; }

@media (min-width: 576px) {
  .header-slider {
    margin-top: 0; }
    .header-slider__slider-desc {
      display: block;
      font-size: 1rem; }
    .header-slider__scroll {
      display: none; } }

@media (min-width: 1200px) {
  .header-slider {
    height: 868px;
    margin-top: -153px; }
    .header-slider__slider-desc {
      display: block;
      font-size: 3rem; }
    .header-slider__scroll {
      display: block; } }

.home h2 {
  margin-bottom: 105px; }

.home h2 {
  margin-bottom: 45px; }

@media (min-width: 1200px) {
  .home h2 {
    margin-bottom: 105px; } }

/* ----------------------------------------------------------------------------- About us section -----------------------------------------------------------------------------*/
#about-us {
  width: 100%;
  background: #fbfaf7; }

.about-us-desc__text {
  margin-bottom: 45px;
  text-align: justify;
  color: #222222; }
  .about-us-desc__text a {
    color: #222222;
    font-family: "muli-bold"; }
    .about-us-desc__text a:hover {
      color: #222222;
      text-decoration: underline; }

.about-us-img--first-img {
  background: url("../../images/about-us-family-img.jpg") no-repeat;
  background-size: 100% 100%;
  margin: 41px 45px 0 0; }

.about-us-img--second-img {
  background: url("../../images/about-us-beach-img.jpg") no-repeat;
  background-size: 100% 100%; }

.about-us-img {
  display: none; }

@media (min-width: 992px) {
  .about-us-img {
    display: block; }
    .about-us-img--first-img, .about-us-img--second-img {
      width: 200px;
      height: 351px; } }

@media (min-width: 1200px) {
  .about-us-img {
    display: block; }
    .about-us-img--first-img, .about-us-img--second-img {
      width: 272px;
      height: 478px; } }

/* ----------------------------------------------------------------------------- Why us section -----------------------------------------------------------------------------*/
#why-us {
  width: 100%; }
  #why-us ul {
    padding: 0; }
    #why-us ul li {
      list-style: none; }

#why-us li {
  margin-bottom: 30px; }

@media (min-width: 576px) {
  #why-us li {
    margin-bottom: 60px; } }

@media (min-width: 1200px) {
  #why-us li {
    margin-bottom: 120px; } }

.why-us-list__img {
  margin-bottom: 30px; }

.why-us-list__title {
  font-size: 1.125rem; }
  .why-us-list__title p {
    font-family: "muli-bold";
    width: 75%; }

.why-us-img {
  background: url("../../images/why-us-bg.jpg") no-repeat;
  background-size: 100% 100%; }

.why-us-img {
  height: 318px;
  width: 100%; }

@media (min-width: 576px) {
  .why-us-img {
    height: 450px;
    width: 100%; } }

@media (min-width: 1200px) {
  .why-us-img {
    height: 634px;
    width: 671px; } }

footer {
  width: 100%;
  background: #1a1a1a; }
  footer p {
    color: #ffffff; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #dd3b39; }

.footer {
  border-top: 3px solid #dd3b39;
  padding: 45px 0; }
  .footer__company-data--name {
    font-size: 2.25rem;
    font-family: "muli-black";
    text-transform: uppercase;
    margin: 0; }
  .footer__company-data--desc {
    font-family: "muli-black";
    text-transform: uppercase;
    margin-top: -10px;
    font-size: 0.875rem; }
  .footer__company-data--phone {
    width: 100%;
    margin: 45px 0 20px 0;
    font-family: "muli-bold";
    font-size: 1.5rem; }
    .footer__company-data--phone:before {
      content: '';
      background: #ffffff;
      mask-image: url("../../images/icon-tel.svg");
      -webkit-mask-image: url("../../images/icon-tel.svg");
      height: 26px;
      width: 26px;
      margin: 2px 30px 0 0; }
  .footer__company-data--address:before {
    content: '';
    background: #ffffff;
    mask-image: url("../../images/icon-address.svg");
    -webkit-mask-image: url("../../images/icon-address.svg");
    height: 20px;
    width: 11px;
    margin: 1px 38px 0 7.5px; }
  .footer__docs-menu h5 {
    color: #ffffff;
    margin-bottom: 30px; }
  .footer__docs-menu ul {
    padding: 0; }
  .footer__docs-menu li {
    list-style: none;
    margin-bottom: 15px; }
    .footer__docs-menu li:before {
      content: '';
      background: #ffffff;
      mask-image: url("../../images/icon-docs.svg");
      -webkit-mask-image: url("../../images/icon-docs.svg");
      height: 16px;
      width: 13px;
      margin: 2px 15px 0 0; }
  .footer--second-row {
    padding-top: 45px;
    margin-top: 45px;
    border-top: 1px solid #ffffff; }
    .footer--second-row p {
      font-size: 0.875rem; }
  .footer__copyrights {
    text-transform: uppercase; }

.footer__docs-menu {
  margin-top: 30px; }

.footer__created-by {
  text-align: left; }

@media (min-width: 992px) {
  .footer__docs-menu {
    margin-top: 0; }
  .footer__created-by {
    text-align: right; } }

@media (min-width: 1200px) {
  .footer__docs-menu {
    margin-top: 0; }
  .footer__created-by {
    text-align: right; } }

.page-id-993 .main-content {
  padding: 45px 0 0 0; }

.page-id-993 h4 {
  margin-top: 90px;
  font-weight: "muli-bold"; }

.page-id-997 .personal-questionnaire-wrapper p {
  margin-top: 60px; }

/* ----------------------------------------------------------------------------- Contact page section -----------------------------------------------------------------------------*/
.contact-data-list {
  margin-top: 150px;
  padding: 0;
  width: 100%; }
  .contact-data-list li {
    list-style: none; }
  .contact-data-list p {
    text-align: center;
    font-size: 1.15rem;
    font-weight: "muli-bold";
    color: #222222; }
  .contact-data-list--phone {
    text-align: center;
    display: block;
    font-size: 1.15rem;
    font-weight: "muli-bold";
    color: #222222; }
    .contact-data-list--phone:hover {
      color: #222222;
      text-decoration: underline; }
    .contact-data-list--phone:before {
      content: '';
      mask-image: url("../../images/icon-tel.svg");
      -webkit-mask-image: url("../../images/icon-tel.svg");
      width: 52px; }
  .contact-data-list--address:before {
    content: '';
    mask-image: url("../../images/icon-address.svg");
    -webkit-mask-image: url("../../images/icon-address.svg");
    width: 29px; }
  .contact-data-list--bank-account span {
    font-size: 0.875rem;
    width: 100%;
    display: block; }
  .contact-data-list--bank-account:before {
    content: '';
    mask-image: url("../../images/icon-bank.svg");
    -webkit-mask-image: url("../../images/icon-bank.svg");
    width: 74px; }

.contact-data-list li {
  margin-bottom: 60px; }

@media (min-width: 1200px) {
  .contact-data-list li {
    margin-bottom: 0; } }

.contact-data-list--phone:before, .contact-data-list--address:before, .contact-data-list--bank-account:before {
  display: block;
  background: #dd3b39;
  margin: 0 auto 30px auto;
  height: 52px; }

.contact-form__contact-info {
  padding: 0; }

.google-map {
  margin-top: 75px;
  padding: 0;
  height: 400px; }

#map-container {
  overflow: hidden;
  height: 400px;
  width: 100%;
  margin: 30px 0 90px 0; }

.mapholder {
  width: 100%;
  height: 400px; }
