html, body {
    padding: 0;
    margin: 0;
    background-color: #005E90;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    min-width: 350px;
}
header {
    padding: 0;
    text-align: left;
    font-size: 30px;
    color: white;
    padding-bottom: 50px;
}
.mobile {
    display: none !important;
}
.desktop {
    display: block !important;
}
.breadcrumbs {
    list-style: none;
    overflow: hidden;
}

.breadcrumbs li {
    float: left;
}
.breadcrumbs li a {
    text-decoration: none;
    color: #005E90;
}

/* TOPNAV */
/* header .top-overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
} */
header .top-nav{
    margin-top: 20px;
    height: 215px;
    background: rgba(0, 0, 0);
    background-image: url('/images/wood_back.png');
    background-position: center;
}

header .top-menu {
    float: left;
    width: 100%;
    font-size: 25px;
    background-color: #005E90;
}

header .top-nav .top-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.table-item .f-left {
    float: left;
}
.table-item .f-left-text {
    margin-left: 10px;
    margin-top: -3px;
}
.table-item.logo img {
    width: 218px;
    height: 189px;
}
.top-table.right.geo-right {
    display: none;
}

header .top-nav .top-table.right {
    height: auto;
}

header .top-nav .table-item{
    display: table-cell;
}

header .top-nav .table-item {
    text-align: center;
    vertical-align: middle;
}

header .top-nav .table-item.left {
    text-align: left;
    height: auto;
    padding-left: 10px;
}
header .top-nav .table-item.right {
    text-align: left;
    height: auto;
}

header .top-menu ul.lang-menu {
    float: right;
}

header .top-menu ul {
    float: left;
    margin:0;
    list-style: none;
}
header .top-menu ul a li {
    float: left;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin: 0;
    padding: 0; */
}
.top-menu ul li.active, .top-menu ul li:hover {
    cursor: pointer;
    background-color: #FFF;
    color: #005E90 !important;
}
.top-menu ul a li.active  {
    color: #005E90;
}

.top-menu ul a:active li , .top-menu ul li:hover, .top-menu ul a:hover li {
    color: #005E90;
}

header .top-menu ul a li {
    color: #FFF;
    text-decoration: none;
}

header .top-menu .main-menu {
    margin-left: 22%;
}
/**burger**/
.menu-burger__header {
	position: relative;
    cursor: pointer;
    width: 40px;
    height: 35px;
    display: none;
    margin-left: 40px;
    margin-top: 7px;
    margin-bottom: 7px;
    float: left;
   }
.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
	height: 3px;
	width: 100%;
	position: absolute;
	background: #FFF;
	margin: 0 auto;
}
.menu-burger__header span{
	top: 16px;
}
.menu-burger__header:after, .menu-burger__header:before{
	content: '';
}
.menu-burger__header:after{
	bottom: 5px;
}
.menu-burger__header:before{
	top: 5px;
}
.menu-burger__header.open-menu span {
	opacity:0;
    transition: 0.5s;
}
.menu-burger__header.open-menu:before {
	transform: rotate(38deg);
    top: 16px;
    transition: 0.4s;
}
.menu-burger__header.open-menu:after {
	transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.4s;
}

/* ENDTOPNAV */

section .images-slider .full-width .image-full .carousel-item img {
    min-width: 100%;
    min-height: 735px;
    /* background-image: url('/images/main_slider.jpeg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}

section .image-full .over-image-text {
    position: absolute;
    padding-top: 7%;
    padding-left: 120px;
    color: #FFF;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 76px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.insta img {
    cursor: pointer;
    margin-top: 15px;
    height: 76px;
    width: 76px;
}
section .image-full .over-image-text .booking {
    padding-top: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-shadow: none
}

section .image-full .over-image-text .btn-booking {
    cursor: pointer;
    padding: 22px 110px 22px;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    background: #F54A00;
    border-radius: 30px;
    text-shadow: none;
}
section .images-slider .two-images-wrapper {
    padding-top: 50px;
    background-color: #FFF;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 50px;
}
section .images-slider .two-images-wrapper .row {
    background-color: rgba(0, 0, 0);
}
section .images-slider .two-images-wrapper .base-image-wrapper {
    position: relative;
}

section .images-slider .two-images-wrapper .base-image-wrapper .cover-image-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 46%;
    transform: translateY(-50%);
}

.cover-image-text {
    color: #EAEAEA;
    font-size: 62px;
}


section .images-slider .two-images-wrapper .base-image-wrapper:hover {
    opacity: 0.6;
}

.red-text {
    color: #F54A00;
}

.left-head {
    padding-left: 120px;
}

.right-head {
    margin-top: 59px;
    padding-right: 120px;
    float: right;
}

.table-item.right-head .top-table {
    padding-top: 5px;
    table-layout: auto;
}

/**
icons line
**/
section .icons-line {
    min-height: 378px;
}
section .icons-line .i-line {
    justify-content: center;
    padding-top: 67px;
    display: flex;
    flex-flow: row wrap;
    padding-left: 148px;
    padding-right: 148px;
}

section .icons-line .i-line .i-col {
    padding-right: 50px;
    flex: 0 1 125px;
    text-align: center;
    font-size: 30px;
    color:#FFF;
}

section .icons-line .i-line .i-row {
    display: table-row;
}
section .icons-line .i-line .i-cell {
    height: 100px;
    vertical-align: middle;
    display: table-cell;
}

section .icons-line .i-line .i-col img {
   height: 166px;
}

/**
DESCRIPTION BLOCK
**/
section .description {
    padding-top: 35px;
    background-color: #FFF;
    color: #005E90;
}
section .description .head-row {
    text-align: center;
}
section .description .head-row .title {
    margin-top: 0;
    font-size: 72px;
    padding-bottom: 45px;
}
section .two-columns-wrapper {
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 50px
}

section .two-columns-wrapper .two-columns {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

section .two-columns-wrapper .two-columns .column{
    flex: 0 0 50%;
}

section .two-columns-wrapper .two-columns .column p{
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
}

/**
footer
**/
footer .bot-nav {
    padding-top: 37px;
    padding-bottom: 20px;
    padding-left: 120px;
    padding-right: 120px;
    background: rgba(0, 0, 0);
    background-image: url('/images/wood_back.png');
    background-size: cover;
}
footer .bot-nav .bot-table {
    display: table;
    /* table-layout: fixed; */
    width: 100%;
    height: 100%;
    font-size: 30px;
    line-height: 37px;

}

footer .bot-nav .bot-table .table-item {
    display: table-cell;
    table-layout: fixed;
    /* width: 100%; */
    height: 100%;
    color: #FFF;
}

footer .bot-nav .bot-table .table-item a {
    color: #FFF;
    text-decoration: none;
}
footer .bot-nav .bot-table .table-item a .m-item {
    padding: 9px;
}
footer .bot-nav .bot-table .table-item a .m-item.active,
footer .bot-nav .bot-table .table-item a .m-item:hover {
    color: #005E90;
}

footer .footer-contacts-embed {
    display: inline-block;
    padding-right: 15px;
}
.hidden {
    display: none !important;
}
.clickable {
    cursor: pointer;
}

.bottom-left-right {
    padding-top: 19px;
    display: table;
    table-layout: auto;
    width: 100%;
}

.bottom-left-right .t-right {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.bottom-left-right .t-left {
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    padding-left: 15px;
}
.owner {
    background-color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #005E90;
    padding-top: 12px;
    padding-bottom: 12px;
}

.full-menu {
    font-size: 24px;
    height: 100vh;
    width: 100%;
    background-color:  rgba(0,0,0,0.6);
    z-index: 99;
    display: flex;
    top: 0;
    left: 0;
    position: fixed;
    align-items: center;
  }
  .full-menu .f-menu-wrapper {
      width: 320px;
      height: 100vh;
      display: flex;
      background-color: #005E90;
      text-align: center;
      align-content: center;
      justify-content: center;
      flex-flow: row wrap;
  }
  .full-menu .f-menu-wrapper a{
      flex: 0 0 100%;
  }
  .full-menu .m-item {
      color: white;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .full-menu .m-item:hover {
    cursor: pointer;
    background-color: #FFF;
    color: #005E90 !important;
  }

  .full-menu .m-item.active {
    cursor: pointer;
    background-color: #FFF;
    color: #005E90 !important;
  }

  .full-menu .close-btn {
    position: fixed;
    font-size: 50px;
    color: white;
    cursor: pointer;
    width: 100%;
    top: 0;
    left: 275px;

  }
  .full-menu .close-btn:after {
    display: inline-block;
    content: "\00d7"; /* This will render the 'X' */
  }

  .full-menu a {
      text-decoration: none;
  }

  .full-menu .btn-booking {
    color: #FFF;
    cursor: pointer;
    padding: 10px 40px 10px 40px;
    font-weight: 500;
    line-height: 37px;
    background: #F54A00;
    border-radius: 15px;
  }

  .full-menu .m-item-btn {

    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  footer .bot-nav .bot-table .table-item.first-col {
    padding-right: 150px;
  }

@media screen and (max-width: 1600px) {
    .left-head {
        padding-left: 30px;
    }
    .right-head{
        padding-right: 30px;
    }
}
@media screen and (max-width: 1369px) {
    .table-item.logo {
        width: 220px
    }
    .left-head {
        padding-left: 30px;
    }
    .right-head{
        padding-right: 15px;
    }
    section .icons-line .i-line {
        padding-left: 50px;
        padding-right: 50px;
    }

    section .image-full .over-image-text {
        padding-left: 30px;
    }

    section .images-slider .two-images-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    section .two-columns-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    header .top-menu .main-menu {
        margin-left: 13%;
    }

    footer .bot-nav .bot-table {
        font-size: 20px;
        line-height: 25px;
    }

}

@media screen and (max-width: 1210px) {
    header .top-menu .main-menu {
        margin-left: 8%;
    }
}
@media screen and (max-width: 1145px) {
    header .top-menu .main-menu {
        margin-left: 3%;
    }
}
@media screen and (max-width: 1080px) {
    header .top-menu .main-menu {
        margin-left: 0%;
    }
}

@media screen and (max-width: 1001px) {
    section .description .head-row .title {
        font-size: 52px;
        line-height: 55px;
    }
    header .top-menu .main-menu {
        margin-left: 16%;
    }
    footer .bot-nav .bot-table .table-item.first-col {
        padding-right: 50px;
      }

    section .two-columns-wrapper .two-columns .column p {
        font-size: 23px;
        line-height: 24px;
    }
    section .icons-line .i-line {
        padding-top: 33px;
        padding-bottom: 15px;
    }
    section .icons-line .i-line .i-col {
        flex: 0 1 110px;
    }
    section .icons-line {
        min-height: 197px;
    }
    section .icons-line .i-line .i-cell {
        height: 66px;
    }
    section .icons-line .i-line .i-col img {
        height: 86px;
    }
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    .table-item .f-left-text {
        margin-top: 5px;
    }

    section .images-slider .full-width .image-full .carousel-item img {
        min-height: 537px;
    }

    header {
        font-size: 18px;
    }
    header .top-menu {
        font-size: 20px;
    }

    section .image-full .over-image-text, .cover-image-text {
        font-size: 62px;
    }

    section .icons-line .i-line .i-col {
        padding-right: 25px;
        font-size: 18px;
        line-height: 22px;
    }
    section .two-columns-wrapper .two-columns .column p {
        font-size: 18px;
        line-height: 30px;
    }

    .table-item.logo img {
        width: 164px;
        height: 144px;
    }
    footer .bot-nav .bot-table {
        font-size: 15px;
        line-height: 23px;
    }
}
@media screen and (max-width: 1075px) {
    .left-head {
        padding-left: 10px;
    }
    .right-head{
        padding-right: 10px;
    }

    footer .bot-nav {
        padding-top: 37px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1030px) {
    header .top-menu ul a li {
        float: left;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 821px) {
    header .top-menu .main-menu {
        margin-left: 7%;
    }
}

@media screen and (max-width: 768px) {
    section .description .head-row .title {
        font-size: 42px;
        line-height: 44px;
    }
    footer .bot-nav .bot-table .table-item.first-col {
        padding-right: 25px;
    }
    .table-item.logo {
        width: 162px;
    }
    section .icons-line .i-line .i-col img {
        height: 100px;
    }
    .insta img {
        margin-top: 14px;
        height: 51px;
        width: 51px;
    }
    header {
        font-size: 20px;
    }
    header .top-menu {
        font-size: 20px;

    }

    section .image-full .over-image-text, .cover-image-text  {
        font-size: 62px;
        line-height: 65px;
    }

    section .icons-line .i-line .i-col {
        font-size: 18px;
    }
    section .two-columns-wrapper .two-columns .column p {
        font-size: 20px;
        line-height: 20px;
    }

    .image.image-left {
        padding-left: 0 !important;
    }
    .image.image-right {
        padding-right: 0 !important;
    }

    .table-item.logo img {
        width: 158px;
        height: 140px;
    }
    .left-head {
        padding-left: 10px;
    }
    .right-head{
        padding-right: 10px;
    }
    section .image-full .over-image-text .btn-booking {
        font-size: 23px;
        padding: 11px 55px 11px;
    }
}
@media screen and (max-width: 821px) {
    header .top-menu .main-menu {
        margin-left: 0%;
    }
}

@media screen and (max-width: 767px) {
    .top-nav .top-table {
        padding-left: 25px;
    }
    .table-item.logo img {
        width: 158px;
        height: 140px;
    }
    header {
        font-size: 18px;
    }
    header .top-menu {
        font-size: 18px;
    }

    section .image-full .over-image-text, .cover-image-text  {
        font-size: 45px;
    }

    section .icons-line .i-line .i-col, .breadcrumbs{
        font-size: 15px;
    }
    section .two-columns-wrapper .two-columns .column p {
        font-size: 14px;
        line-height: 14px;
    }

    header .top-menu ul a li {
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .menu-burger__header {
        display: block;
    }
    .main-menu.left-head {
        display: none;
    }


    .image.image-left {
        padding-left: 0 !important;
    }
    .image.image-right {
        padding-right: 0 !important;
    }

    .top-table.right.geo-right {
        display: block !important;
    }
    .geo-left {
        display: none !important;
    }
    .table-item.right-head {
        margin-top: 23px;
    }

    section .image-full .over-image-text .btn-booking {
        font-size: 23px;
        padding: 11px 55px 11px;
    }
}

@media screen and (max-width: 480px) {
    section .description .head-row .title {
        font-size: 30px;
        line-height: 34px;
    }
    footer .bot-nav .bot-table {
        table-layout: auto;
    }
    section .icons-line .i-line {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    section .icons-line .i-line .i-col img {
        height: 66px;
    }
    section .icons-line .i-line .i-col {
        padding-right: 0px;
        padding-left: 30px;
    }
    .insta img {
        margin-top: 14px;
        height: 39px;
        width: 39px;
    }
    section .images-slider .full-width .image-full .carousel-item img {
        min-height: 333px;
    }
    header {
        font-size: 14px;
    }

    section .image-full .over-image-text, .cover-image-text  {
        font-size: 45px;
        line-height: 48px;
    }

    section .image-full .over-image-text .btn-booking {
        font-size: 20px;
        line-height: 24px;
        padding: 8px 44px 8px;
    }

    section .images-slider .two-images .image {
        flex: 0 0 315px;
        min-height: 180px;
        background-size: cover;
    }
}
@media screen and (max-width: 430px) {
    section .description .head-row .title {
        font-size: 25px;
        line-height: 30px;
    }
    section .two-columns-wrapper .two-columns .column p {
        text-align: center;
    }
    section .two-columns-wrapper .two-columns .column{
        flex: 0 0 100%;
    }
    section .image-full .over-image-text, .cover-image-text  {
        font-size: 30px;
        line-height: 32px;
    }
    .right-head {
        padding-right: 25px;
    }
    header {
        font-size: 12px;
        line-height: 14px;
    }
    .table-item img {
        height: 20px;
        width: 20px;
    }
    .top-nav .top-table {
        padding-left: 10px;
    }
    header .top-nav {
        height: 125px;
    }
    .table-item.logo {
        width: 108px;
    }
    .table-item.logo img {
        width: 108px;
        height: 96px;
    }
    section .image-full .over-image-text .btn-booking {
        font-size: 15px;
        line-height: 19px;
        padding: 9px 39px 9px;
    }

}
@media screen and (max-width: 320px) {
    section .icons-line .i-line {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    section .icons-line .i-line .i-col img {
        height: 60px;
    }
}


