@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700i|Tenor+Sans:300,300i,400,400i,700,700i');

.ch-text-100 {
    font-weight: 100;
}

.ch-text-200 {
    font-weight: 200;
}

.ch-text-300 {
    font-weight: 300;
}

.ch-text-400 {
    font-weight: 400;
}

.ch-text-500 {
    font-weight: 500;
}

.ch-text-600 {
    font-weight: 600;
}

.ch-text-700 {
    font-weight: 700;
}

.ch-text-800 {
    font-weight: 800;
}

.ch-text-900 {
    font-weight: 900;
}

.ch-text-italic {
    font-style: italic;
}

.ch-ratio {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
}

.ch-ratio-30 {
    padding-bottom: 30%;
}

.ch-ratio-40 {
    padding-bottom: 40%;
}

.ch-ratio-45 {
    padding-bottom: 45%;
}

.ch-ratio-50 {
    padding-bottom: 50%;
}

.ch-ratio-55 {
    padding-bottom: 55%;
}

.ch-ratio-60 {
    padding-bottom: 60%;
}

.ch-ratio-65 {
    padding-bottom: 65%;
}

.ch-ratio-70 {
    padding-bottom: 70%;
}

.ch-ratio-75 {
    padding-bottom: 75%;
}

.ch-ratio-80 {
    padding-bottom: 80%;
}

.ch-ratio-90 {
    padding-bottom: 90%;
}

.ch-ratio-100 {
    padding-bottom: 100%;
}

.ch-ratio-110 {
    padding-bottom: 110%;
}

.ch-ratio-120 {
    padding-bottom: 120%;
}

.ch-ratio-125 {
    padding-bottom: 125%;
}

.ch-ratio-150 {
    padding-bottom: 150%;
}

.ch-ratio-21-9 {
    padding-bottom: 42.86%;
}

.ch-ratio-12-5 {
    padding-bottom: 41.67%;
}

.ch-ratio-17-9 {
    padding-bottom: 52.94%;
}

.ch-ratio-16-9 {
    padding-bottom: 56.25%;
}

.ch-ratio-16-10 {
    padding-bottom: 62.5%;
}

.ch-ratio-14-9 {
    padding-bottom: 64.29%;
}

.ch-ratio-3-2 {
    padding-bottom: 66.67%;
}

.ch-ratio-4-3 {
    padding-bottom: 75%;
}

.ch-ratio-5-4 {
    padding-bottom: 80%;
}

.ch-ratio-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .ch-ratio-clear-small {
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .ch-ratio-clear-small .ch-ratio-content,
    .ch-ratio-clear-small .ch-vertical-align {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        width: auto;
        transform: none;
    }
}

@media (max-width: 959px) {
    .ch-ratio-clear-medium {
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .ch-ratio-clear-medium .ch-ratio-content,
    .ch-ratio-clear-medium .ch-vertical-align {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        width: auto;
        transform: none;
    }
}

.ch-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.ch-embed-container iframe,
.ch-embed-container object,
.ch-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ch-image-overlay {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #FFF;
    font-size: 30px;
}

.ch-image-overlay:hover {
    color: #FFF;
    opacity: 100;
}

.ch-image-overlay-small {
    font-size: 18px;
}

.ch-image-overlay-large {
    font-size: 56px;
}

.ch-vertical-align {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ch-bottom-align {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.ch-no-hover:hover,
.ch-no-hover:active,
.ch-no-hover:focus {
    text-decoration: none;
}

.ch-cover-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
}

.ch-fixed-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    image-rendering: -webkit-optimize-contrast;
}

.ch-full-width {
    position: absolute;
    width: 100%;
    left: 0;
}

.ch-max-width {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 990px;
}

.ch-max-width-half {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 560px;
}

.uk-button-primary.ch-button-facebook {
    background: #3b5998;
}

.uk-button-primary.ch-button-facebook:hover {
    background: #4264aa;
}

.ch-slideshow-image-cover {
    object-fit: cover;
}

.ch-slideshow-content {
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.uk-active .ch-slideshow-content {
    opacity: 1;
}

.ch-slideshow-small .uk-slidenav-position .uk-slidenav-previous {
    font-size: 40px;
    left: 5px;
    width: 40px;
}

.ch-slideshow-small .uk-slidenav-position .uk-slidenav-next {
    font-size: 40px;
    right: 5px;
    width: 40px;
}

.ch-slideshow-small-content {
    margin: 0 25px;
}

.ch-overlay-background-soft {
    background: rgba(0, 0, 0, 0.25);
}

.ch-hover {
    overflow: hidden;
    position: relative;
}

.ch-hover-target {
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ch-hover:hover .ch-hover-target-scale {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ch-hover:hover .ch-hover-target-scale-small {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ch-hover:hover .ch-hover-target-rotate {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.ch-hover:hover .ch-hover-target-rotate-inverse {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.ch-hover:hover .ch-hover-target-scale.ch-hover-target-rotate {
    -webkit-transform: rotate(3deg) scale(1.3);
    -ms-transform: rotate(3deg) scale(1.3);
    transform: rotate(3deg) scale(1.3);
}

.ch-hover:hover .ch-hover-target-scale.ch-hover-target-rotate-inverse {
    -webkit-transform: rotate(-3deg) scale(1.3);
    -ms-transform: rotate(-3deg) scale(1.3);
    transform: rotate(-3deg) scale(1.3);
}

.ch-hover-overlay {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.ch-hover:hover .ch-hover-overlay {
    opacity: 1;
}

.ch-hover-overlay.ch-hover-overlay-visible {
    background: rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible {
    background: rgba(0, 0, 0, 0.2);
}

.ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-primary {
    background: rgba(33, 150, 243, 0.1);
}

.ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
    background: rgba(96, 125, 139, 0.1);
}

.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-primary {
    background: rgba(33, 150, 243, 0.8);
}

.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
    background: rgba(96, 125, 139, 0.8);
}

.ch-animation-0-2 {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.ch-animation-0-3 {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.ch-animation-0-4 {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

.ch-animation-0-5 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.ch-animation-1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.ch-animation-1-5 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

em {
    color: #5d5d5d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 400;
}

strong {
    font-weight: 700;
}

.tm-toolbar,
.tm-nav,
.tm-search {
    font-weight: 300;
}

.tm-block {
    background: #FFFFFF;
}

.tm-component {
    margin: 50px 0 !important;
}

.tm-inner-top,
.tm-inner-bottom {
    margin: 50px 0;
}

.tm-fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -9999;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

body.tm-block-main-hidden .tm-block-main {
    display: none;
}

.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible {
    background: rgba(33, 150, 243, 0.7);
}

.tm-toolbar {
    margin: 8px 0;
    font-size: 11px;
    color: #5c5c5c;
}

.tm-toolbar ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.tm-toolbar ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}

.tm-toolbar ul li:after {
    content: "\00a0\00B7\00a0";
}

.tm-toolbar ul li:last-child:after {
    content: "";
}

.tm-toolbar ul li a {
    text-transform: uppercase;
    color: #5c5c5c;
}

.tm-toolbar ul li a.active {
    font-weight: 700;
}

.tm-toolbar .ch-my_booking {
    display: inline-block;
}

.tm-toolbar .ch-my_booking > a {
    text-transform: uppercase;
    color: #5d5d5d;
}

.tm-toolbar .ch-my_booking:after {
    content: "\00a0\00a0\007C\00a0\00a0";
}

.tm-toolbar p {
    display: inline-block;
    margin: 0;
}

@media (min-width: 768px) {
    .tm-toolbar {
        font-size: 12px;
    }
}

.tm-logo {
    margin: 10px 0 0 0;
    display: block;
    height: auto;
    text-align: center;
}

.tm-logo a {
    color: #5d5d5d;
    display: inline-block;
    max-width: 325px;
}

.tm-logo a:hover,
.tm-logo a:active,
.tm-logo a:focus {
    text-decoration: none;
}

.tm-logo img {
    display: block;
    margin: 10px;
    padding: 10px;
    max-width:150px;
}

@media (min-width: 768px) {
    .tm-logo {
        margin: 0 0 15px 0;
    }
}

.tm-offcanvas-button {
    font-size: 20px;
    color: #fff;
}

.tm-offcanvas-button:hover,
.tm-offcanvas-button:active,
.tm-offcanvas-button:focus {
    text-decoration: none;
    color: #fff;
}

.tm-nav {
    margin: 0 0 20px 0;
    font-size: 16px;
    background: none;
}

.tm-nav .uk-dropdown {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.6);
}

.tm-nav .uk-dropdown a {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.tm-nav .uk-dropdown a:hover {
    /* background: rgba(33, 150, 243, 0.8);*/
}

.tm-nav .uk-subnav > li {
    padding: 0;
    margin-left: 10px;
    font-size:14px;
}

.tm-nav .uk-subnav > li > a {
    padding: 15px 9px 15px 9px;
}

.tm-subnav {
    margin: 10px auto 50px;
}

.tm-subnav .uk-subnav {
    margin-bottom: 0;
}

.tm-subnav .uk-subnav li {
    margin: 0 10px 0 0;
    padding: 0;
}

.tm-subnav .uk-subnav a {
    padding: 10px 5px;
}

.tm-subnav .uk-subnav li.uk-active a {
    border-bottom: 1px solid #cbc3aa;
}

.tm-block-top-full-subnav {
    margin: 0;
    padding: 40px 0 15px 0;
    background: #f6f6f6;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
}

.tm-block-top-full-subnav li.tm-active {
    font-weight: bold;
}

@media (min-width: 1280px) {
    .tm-home-search {
        margin-top: -120px;
    }
}

.tm-slideshow {
    background: #5d5d5d;;
}

.tm-slideshow-container {
    padding-bottom: 90%;
}

.tm-slideshow-background {
    width: 100%;
    padding-bottom: 90%;
    background: #f5f5f5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ch-slideshow-content {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    margin: 0 40px;
}

.ch-slideshow-content h2 {
    color: #fff;
    font-size: 28px;
    line-height: 1.1em;
    margin: 10px 0;
}

.ch-slideshow-content p {
    margin: 0;
    line-height: 1.1em;
}

.uk-active .ch-slideshow-content {
    -webkit-transform: translateY(-8px);
}

@media (min-width: 768px) {
    .ch-slideshow-content {
        margin: 0 100px;
    }

    .ch-slideshow-content h2 {
        font-size: 50px;
    }

    .tm-slideshow-container,
    .tm-slideshow-background {
        padding-bottom: 720px;
    }
}

.tm-slideshow .tm-slideshow-color {
    background: rgba(33, 150, 243, 0.8);
}

.tm-slideshow .tm-slideshow-color .ch-slideshow-content {
    background-color: transparent;
}

@media (max-width: 768px) {
    .uk-dotnav > * > * {
        width: 15px !important;
        height: 15px !important;
    }

    .uk-dotnav > * {
        padding-left: 10px !important;
        margin-top: 10px !important;
    }

    .uk-slidenav {
        width: 50px !important;
        font-size: 40px !important;
    }

    .uk-slidenav-position .uk-slidenav-next {
        right: 5px !important;
    }

    .uk-slidenav-position .uk-slidenav-previous {
        left: 5px !important;
    }
}

@media (max-width: 480px) {
    .uk-dotnav > * > * {
        width: 12px !important;
        height: 12px !important;
    }

    .uk-dotnav > * {
        padding-left: 10px !important;
        margin-top: 10px !important;
    }

    .uk-slidenav {
        width: 40px !important;
        font-size: 30px !important;
    }

    .uk-slidenav-position .uk-slidenav-next {
        right: 0 !important;
    }

    .uk-slidenav-position .uk-slidenav-previous {
        left: 0 !important;
    }
}

.tm-heading-wrapper-color {
    background: rgba(33, 150, 243, 0.8);
}

.tm-heading {
    /*min-height: 110px;*/
}

.tm-heading.tm-heding-none {
    background: #5d5d5d;;
}

.tm-heading-bg {
    background: #5d5d5d;;
}

.tm-heading-full {
    padding-bottom: 100%;
}

.tm-heading-large {
    padding-bottom: 80%;
}

.tm-heading-small {
    padding-bottom: 50%;
}

@media (min-width: 768px) {
    .tm-heading-large {
        padding-bottom: 540px;
    }

    .tm-heading-small {
        padding-bottom: 300px;
    }
}

.tm-heading-content {
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
}

.tm-heading-content p {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.tm-heading-content h2 {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.tm-heading-content h3 {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    margin: 0;
}

.tm-top-search {
    margin: 0;
    padding: 20px 0 18px;
    background: #5d5d5d;;
    text-align: center;
}

.tm-top-search .uk-panel-box {
    background: none;
    padding: 0;
    box-shadow: none;
    border-bottom: none;
}

.tm-top-search .uk-form .ch-search-row-wrap {
    margin-top: 10px;
    float: none;
    display: inline-block;
    text-align: left;
}

.tm-top-search .uk-form label {
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.tm-top-search .uk-form input[type="text"] {
    border-radius: 0;
    border: none;
}

.tm-top-search .uk-form input#ch-search-promo_code {
    width: 110px;
}

.tm-top-search .uk-form .uk-button-primary {
    padding-right: 20px;
    padding-left: 20px;
}

.tm-top-search .uk-form .uk-dropdown label {
    text-shadow: none;
    color: #5d5d5d;
}

.tm-top-search .uk-button-link.ch-search-promo-button {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    font-weight: normal;
}

.uk-sticky-placeholder .tm-top-search.uk-active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 0 5px;
}

.uk-sticky-placeholder .tm-top-search.uk-active .uk-panel-box {
    box-shadow: none;
}

.tm-top-icons {
    background: #f6f6f6;
}

.tm-top-icons-icon {
    margin: 45px 0 35px 0;
}

.tm-top-icons-icon i {
    display: block;
    margin: 15px auto;
    font-size: 42px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    background: rgba(255, 255, 255, 0.95);
    color: #cbc3aa;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.tm-top-icons-icon p {
    margin: 15px 0;
    color: #5c5c5c;
}

.tm-welcome {
    /*  padding: 50px 0;*/
    background: #FFFFFF;
    text-align: center;
}

.tm-welcome h1 {
    margin: 15px 0;
    font-size: 46px;
    line-height: 46px;
    font-weight: 300;
    color: #5c5c5c;
    letter-spacing: -0.02em;
}

.tm-welcome h1 strong {
    font-weight: 700;
    color: #292929;
}

.tm-welcome h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 15px 0;
    color: #adadad;
    font-weight: 300;
}

.tm-welcome h3 {
    margin: 15px 0;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: .01em;
    color: #5c5c5c;
}

.tm-welcome h3 strong {
    font-weight: 700;
    color: #292929;
}

.tm-featured {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    image-rendering: -webkit-optimize-contrast;
}

.tm-featured-color {
    background: rgba(96, 125, 139, 0.6);
    padding: 90px 0;
}

.tm-featured-intro {
    text-align: center;
    margin: 0 auto 60px auto;
}

.tm-featured-intro h2,
.tm-featured-intro p {
    margin: 10px 0;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.tm-featured-intro h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
}

.tm-featured-intro p {
    font-size: 16px;
    line-height: 16px;
}

.tm-featured-info {
    padding: 0 15px;
    box-sizing: border-box;
}

.tm-featured-info h3,
.tm-featured-info h4,
.tm-featured-info p {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin: 5px 0;
    line-height: 1.2em;
}

.tm-featured-info h3 {
    font-size: 26px;
    text-transform: uppercase;
}

.tm-featured-info h4,
.tm-featured-info p {
    font-size: 14px;
    font-weight: 300;
}

.tm-featured-title {
    display: block;
    margin: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 14px 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: #5c5c5c;
    text-transform: uppercase;
}

.tm-featured-image .ch-hover-target,
.tm-featured-image .ch-hover-overlay {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.ch-hover:hover .tm-featured-title {
    color: #292929;
}

@media (min-width: 960px) {
    .uk-width-medium-1-4 .tm-featured-info h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .uk-width-medium-1-4 .tm-featured-title {
        font-size: 15px;
        line-height: 15px;
    }
}

.tm-featured-grid-body {
    padding: 50px 0;
}

@media (max-width: 960px) {
    .tm-featured-grid-content {
        padding: 50px;
    }
}

.tm-featured-horizontal {
    padding: 50px 0;
    text-align: center;
}

.tm-featured-horizontal-ratio {
    padding-bottom: 500px;
}

.tm-featured-horizontal-image {
    position: absolute;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px 100px 15px 150px;
    text-align: right;
}

.tm-featured-horizontal-image.tm-even {
    right: 0;
    text-align: left;
    padding: 15px 150px 15px 100px;
}

@media (max-width: 768px) {
    .tm-featured-horizontal-ratio {
        padding-bottom: 250px;
    }

    .tm-featured-horizontal-image.tm-odd,
    .tm-featured-horizontal-image.tm-even {
        left: 0;
        right: 0;
        bottom: 0;
        top: 125px;
        padding: 20px 0;
        text-align: center;
    }

    .tm-featured-horizontal-image.tm-odd h3,
    .tm-featured-horizontal-image.tm-even h3 {
        font-size: 18px;
    }

    .tm-featured-horizontal-image.tm-odd h4,
    .tm-featured-horizontal-image.tm-even h4 {
        font-size: 14px;
    }
}

.tm-block-featured-body {
    padding: 120px 0;
}

.tm-featured-body-intro {
    text-align: center;
    padding: 0 0 50px 0;
}

.tm-featured-body-info {
    text-align: center;
    padding: 25px 0;
}

.tm-block-featured-body {
    padding: 120px 0;
}

@media (max-width: 959px) {
    .tm-block-featured-body {
        padding: 60px 0;
    }
}

.tm-reviews-box {
    background: rgba(245, 245, 245, 0.95);
}

.tm-reviews-box .tm-reviews-review {
    padding: 0 100px;
}

.tm-reviews-box .tm-reviews-review-content {
    padding: 80px 50px 70px;
    background: #FFFFFF;
}

.tm-reviews-box .uk-slidenav {
    color: rgba(51, 51, 51, 0.6);
}

.tm-reviews-box .uk-dotnav > * > * {
    width: 13px;
    background: #FFFFFF;
    border: 1px solid rgba(51, 51, 51, 0.6);
}

.tm-reviews-box .uk-dotnav > .uk-active > * {
    background: rgba(51, 51, 51, 0.6);
}

@media (max-width: 768px) {
    .tm-reviews-box .tm-reviews-review {
        padding: 0 50px;
    }

    .tm-reviews-box .tm-reviews-review-content {
        padding: 20px;
    }
}

.tm-reviews-color {
    background: rgba(33, 150, 243, 0.8);
    padding: 50px 0;
}

/*

.tm-block-reviews-box{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	.tm-reviews-avatar{
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
}
*/
.tm-reviews-container {
    padding: 100px 0;
}

.tm-reviews {
    text-align: center;
}

.tm-reviews .uk-dotnav {
    margin-top: 15px;
}

.tm-reviews-avatar {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.tm-collage {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
}

.tm-collage-color {
    background: rgba(255, 255, 255, 0.9);
    padding: 90px 0;
}

.tm-collage-intro {
    margin: 0 0 40px;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.4);
}

.tm-collage-intro h3 {
    margin: 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
}

.tm-collage-intro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    margin: 12px 0;
    font-style: italic;
}

.tm-collage-contrast-color {
    background: rgba(52, 52, 52, 0.95);
}

.tm-collage-contrast-info {
    padding: 55px;
}

.tm-collage-contrast-info h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
    margin: 30px 0;
}

.tm-collage-contrast-info p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.tm-collage-info h4,
.tm-collage-info p {
    margin: 0;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.tm-collage-info h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
}

.tm-collage-info p {
    margin: 12px 0;
    font-size: 13px;
    line-height: 13px;
}

.tm-collage-overlay.ch-hover-overlay {
    background: rgba(96, 125, 139, 0.1);
}

.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.tm-overlay-visible.tm-collage-overlay {
    background: rgba(96, 125, 139, 0.8);
}

.tm-collage-play {
    display: inline-block;
    height: 120px;
    line-height: 120px !important;
    width: 120px;
    border-radius: 50%;
    font-size: 70px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 2px solid #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    text-indent: 13px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.ch-hover:hover .tm-collage-play {
    background: rgba(0, 0, 0, 0.3);
}

.tm-ratio-collage {
    padding-bottom: 200px;
}

.tm-ratio-collage-large {
    padding-bottom: 435px;
}

.tm-benefits {
    padding: 110px 0;
    text-align: center;
    background: #f6f6f6;
}

.tm-home .tm-benefits {
    background: #fff;
}

.tm-benefits-info h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}

.tm-benefits-body p {
    margin: 50px 0 0 0;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #5c5c5c;
}

.tm-benefits-item {
    position: relative;
    margin: 60px 0;
    padding: 20px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border: 1px solid transparent;
}

.tm-benefits-item:hover {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #d7dce2;
}

.tm-benefits-item i {
    font-size: 44px;
    line-height: 44px;
    color: #526a76;
}

.tm-benefits-item h4 {
    font-size: 19px;
    font-weight: 300;
    margin: 18px 0 10px 0;
    color: #292929;
}

.tm-benefits-item p {
    margin: 0;
    font-size: 12px;
    color: #5c5c5c;
}

@media (max-width: 768px) {
    .tm-benefits-item {
        margin: 10px 0;
    }
}

.tm-banner {
    padding: 150px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .tm-banner {
        padding: 50px 0;
    }
}

.tm-banner-slideshow-background {
    padding-bottom: 500px;
}

@media (max-width: 768px) {
    .tm-banner-slideshow-background {
        padding-bottom: 90%;
    }
}

.tm-banner-color {
    background: rgba(33, 150, 243, 0.8);
}

.tm-banner-body {
    max-width: 960px;
}

.tm-banner h1,
.tm-banner-body h1,
.tm-banner h2,
.tm-banner-body h2,
.tm-banner h3,
.tm-banner-body h3,
.tm-banner h4,
.tm-banner-body h4,
.tm-banner p,
.tm-banner-body p {
    color: #fff;
    margin: 10px 0;
    line-height: 1.2em;
}

.tm-banner h3,
.tm-banner-body h3 {
    font-size: 42px;
}

.tm-banner h4,
.tm-banner-body h4 {
    font-size: 24px;
}

.tm-banner p,
.tm-banner-body p {
    font-size: 20px;
}

.tm-banner a.uk-button,
.tm-banner-body a.uk-button {
    margin: 15px 0;
}

@media (max-width: 768px) {
    .tm-banner,
    .tm-banner-body {
        padding: 90px 0;
    }

    .tm-banner h4,
    .tm-banner-body h4 {
        font-size: 16px;
    }

    .tm-banner h3,
    .tm-banner-body h3 {
        font-size: 28px;
    }

    .tm-banner a.uk-button,
    .tm-banner-body a.uk-button {
        font-size: 12px;
        padding: 3px 10px;
        margin: 0;
    }

    .tm-banner-body {
        margin: 0 20px;
    }
}

.tm-contact {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
}

.tm-contact-color {
    background: rgba(245, 245, 245, 0.7);
    padding: 110px 0;
}

.tm-contact-box.ch-ratio {
    height: auto;
}

@media (min-width: 960px) {
    .tm-contact-box.ch-ratio {
        height: 0;
        padding-bottom: 66.67%;
    }
}

.tm-contact-body {
    background: #5d5d5d;;
    padding: 35px;
}

.tm-contact-body h3,
.tm-contact-body h4,
.tm-contact-body p {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.tm-contact-body h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    margin: 20px 0;
}

.tm-contact-body h4 {
    margin: 25px 0;
}

.tm-contact-body p {
    margin: 5px 0;
}

.tm-contact-body .tm-contact-details p {
    line-height: 24px;
}

.tm-contact-body .tm-contact-details i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #42a6f5;
    color: rgba(255, 255, 255, 0.95);
    margin-right: 5px;
    font-size: 15px;
}

.tm-contact-body a {
    color: #42a6f5;
}

.tm-contact-body .tm-contact-icons {
    margin: 25px 0;
    font-size: 18px;
}

.tm-contact-body .tm-contact-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.tm-contact-body .tm-contact-icons a:hover {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.tm-contact-body .tm-contact-icons a i {
    background: none;
    color: #fff;
}

.tm-contact .ch-hover-overlay.ch-hover-overlay-visible i {
    display: inline-block;
    font-size: 60px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.tm-contact .ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible i {
    background: rgba(0, 0, 0, 0.2);
}

.tm-contact.tm-contact-contrast {
    background: #313131;
}

.tm-contact-contact-body {
    margin: 0 auto;
}

.tm-contact-contact-body .tm-contact-body {
    background: none;
}

@media (min-width: 960px) {
    .tm-contact-contact-body {
        width: 452px;
        margin-right: 13px;
    }

    .tm-contact-contact-body .tm-contact-body {
        padding: 0;
    }
}

@media (min-width: 1220px) {
    .tm-contact-contact-body {
        width: 552px;
        margin-right: 13px;
    }
}

#theme-map {
    width: 100%;
    height: 100%;
}

.tm-block-primary {
    background: #cbc3aa;
    padding: 50px 0;
}

.tm-primary-content > div {
    width: 480px;
    margin: 0 15px;
}

.tm-primary-img {
    text-align: right;
}

@media (max-width: 768px) {
    .tm-primary-content.uk-flex {
        display: block;
    }

    .tm-primary-content.uk-flex .tm-primary-img {
        display: block;
        max-width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .tm-primary-content.uk-flex .tm-primary-body {
        padding: 50px 0;
        padding: 0;
        margin: 0;
        max-width: 100%;
        text-align: center;
    }
}

.tm-primary-grid-image {
    padding: 50px;
}

.tm-primary-grid-image-primary {
    background: #cbc3aa;
}

.tm-primary-grid-content {
    max-width: 580px;
}

.tm-primary-grid-intro {
    float: right;
}

.tm-bottom-grid {
    background: #cbc3aa;
    padding: 100px 0 80px;
    color: #5d5d5d;
    font-weight: 300;
}

.tm-bottom-grid h1,
.tm-bottom-grid h2,
.tm-bottom-grid h3,
.tm-bottom-grid h4,
.tm-bottom-grid p {
    text-shadow: none;
    color: #5d5d5d;
    line-height: 2em;
    margin: 20px 0;
    font-size: 46px;
}

.tm-bottom-grid p {
    color: #5d5d5d;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 300;
}

.tm-bottom-grid a {
    color: #5d5d5d;
    font-weight: bold;
}

.tm-bottom-grid strong {
    color: #5d5d5d;
    font-weight: 400;
}

.tm-bottom-grid .uk-container {
    position: relative;
}

.tm-bottom-grid .tm-contact-icons {
    margin: 40px 0 20px 0;
    line-height: 1em;
}

.tm-bottom-grid .tm-contact-icons a {
    border: none;
    font-size: 20px;
    margin-right: 20px;
    width: auto;
    height: auto;
    line-height: 1em;
}

.tm-bottom-grid .tm-contact-icons a:hover {
    border: none;
    background: none;
}

.tm-bottom-grid .tm-contact-icons a i {
    color: rgba(255, 255, 255, 0.5);
}

.tm-footer {
    background: #5d5d5d;;
    padding: 90px 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

.tm-footer .tm-footer-logo {
    display: block;
    height: 75px;
    width: 325px;
    overflow: hidden;
    margin: 0 auto;
}

.tm-footer p {
    margin: 10px 0;
}

.tm-footer p a {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin: 0 3px;
}

.tm-footer small {
    color: rgba(255, 255, 255, 0.5);
}

.tm-footer small a {
    color: rgba(255, 255, 255, 0.5) !important;
}

.tm-totop-scroller {
    display: inline-block;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
    width: 60px;
    color: rgba(255, 255, 255, 0.5);
    margin: 25px 0 0 0;
}

.tm-totop-scroller:hover,
.tm-totop-scroller:active,
.tm-totop-scroller:focus {
    color: #fff;
    text-decoration: none;
}

.jkit-page-image,
.ch-item-image {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}

.jkit-page-image img,
.ch-item-image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.jkit-page-title,
.ch-item-title {
    font-size: 46px;
    line-height: 46px;
    text-transform: uppercase;
    padding: 10px 0;
}

.jkit-page-text,
.ch-item-text {
    padding: 10px 0;
}

.jkit-page-images,
.ch-item-images {
    background: #FFFFFF;
}

.tm-multi-item {
    background: #f5f5f5;
    margin-bottom: 30px;
}

.tm-html-lead {
    text-align: center;
    margin: 80px 0;
}

.tm-map-container {
    width: 100%;
    height: 500px;
}

.ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-primary {
    background: rgba(33, 150, 243, 0.1) !important;
}

.ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
    background: rgba(96, 125, 139, 0.1) !important;
}

.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-primary {
    background: rgba(33, 150, 243, 0.8) !important;
}

.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
    background: rgba(96, 125, 139, 0.8) !important;
}

.uk-animation-slide-bottom-10 {
    -webkit-animation-name: tm-fade-bottom-10;
    animation-name: tm-fade-bottom-10;
}

.uk-animation-slide-bottom-30 {
    -webkit-animation-name: tm-fade-bottom-30;
    animation-name: tm-fade-bottom-30;
}

@-webkit-keyframes tm-fade-bottom-10 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes tm-fade-bottom-10 {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes tm-fade-bottom-30 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes tm-fade-bottom-30 {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .uk-notify.tm-cookie-alert {
        width: 500px;
        margin-left: -250px;
    }
}

@media (max-width: 1219px) {
    .tm-visible-xlarge {
        display: none !important;
    }
}

.tm-hidden-modules {
    height: 0;
    overflow: hidden;
}

/*
.triangle(@color: @theme-bg-body){
	position: relative;
	&:after {
		content:'';
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -@triangle-size;
		width: 0;
		height: 0;
		border-top: solid @triangle-size @color;
		border-left: solid @triangle-size transparent;
		border-right: solid @triangle-size transparent;
	}
}

.line-bottom(@color: @theme-color-primary, @height: 1px, @line-size: 100px){

	position: relative;
	&:after{
		content:'';
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -(@line-size/2);
		width: @line-size;
		height: @height;
		background: linear-gradient(to right, fade(@color, 0%), @color, fade(@color, 0%));
	}
}

.line-top(@color: @white-80, @border: 2px, @line-size: 120px){

	/*
	position: relative;
	&:before{
		content:'';
		position: absolute;
		top: 0%;
		left: 50%;
		margin-left: -(@line-size/2);
		width: @line-size;
		height: 1px;
		border-bottom: @border dotted @color;
	}

}
*/
h1,
h2,
h3,
.uk-h1,
.uk-h2,
.uk-h3 {
    font-family: 'Tenor Sans', sans-serif;
}

h4,
h5,
h6,
.uk-h4,
.uk-h5,
.uk-h6 {
    font-family: 'Montserrat', sans-serif;
}

.tm-block-header {
    position: relative;
}

.tm-heading h1,
.tm-heading h2,
.tm-heading h3,
.tm-heading h4 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin: 15px 0;
    color: #fff;
}

.tm-heading h1,
.tm-heading h2 {
    font-size: 54px;
    line-height: 1.4em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.tm-heading h4,
.tm-heading p {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.tm-header-nav,
.tm-header-logo,
.tm-header-booking {
    display: block;
    position: absolute;
    height: 100px;
    z-index: 999999;
    top: 50%;
}

.tm-header-logo {
    left: 100px;
    background: #fff;
}

.tm-header-logo img {
    height: 100px;
    padding: 10px 25px;
}

.tm-header-bar {
    height: 70px;
    width: 100%;
    background: #fff;
    z-index: 999998;
}

.tm-header-nav {
    left: 0;
    width: 100px;
    background: #5d5d5d;;
    -webkit-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.tm-header-nav.open,
.tm-header-nav:hover {
    background: #3e3e3e;
}

.tm-header-hamburguer {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 33px 0 0 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.tm-header-hamburguer span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.tm-header-hamburguer span:nth-child(1) {
    top: 0px;
}

.tm-header-hamburguer span:nth-child(2),
.tm-header-hamburguer span:nth-child(3) {
    top: 16px;
}

.tm-header-hamburguer span:nth-child(4) {
    top: 32px;
}

.tm-header-nav.open .tm-header-hamburguer span:nth-child(1) {
    top: 16px;
    width: 0%;
    left: 50%;
}

.tm-header-nav.open .tm-header-hamburguer span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tm-header-nav.open .tm-header-hamburguer span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tm-header-nav.open .tm-header-hamburguer span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%;
}

.tm-header-booking {
    width: 100px;
    background: #5d5d5d;;
    text-align: center;
    color: #fff;
    font-size: 58px;
    line-height: 100px;
    -webkit-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.tm-header-booking:hover,
.tm-header-booking:active,
.tm-header-booking:focus,
.tm-header-booking.open {
    color: #fff;
    text-decoration: none;
    background: #3e3e3e;
}

.tm-header-booking i {
    line-height: 100px;
}

.tm-header-booking .tm-header-booking-bell,
.tm-header-booking .tm-header-booking-close {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.tm-header-booking .tm-header-booking-bell {
    width: 100px;
    height: 100px;
}

.tm-header-booking .tm-header-booking-close {
    opacity: 0;
}

.tm-header-booking.open .tm-header-booking-close {
    opacity: 1;
}

.tm-header-booking.open .tm-header-booking-bell {
    opacity: 0;
}

.tm-header-booking-close {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 33px 0 0 25px;
}

.tm-header-booking-close span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0;
}

.tm-header-booking-close span:nth-child(1),
.tm-header-booking-close span:nth-child(2) {
    top: 16px;
}

.tm-header-booking.open .tm-header-booking-close span {
    opacity: 1;
}

.tm-header-booking.open .tm-header-booking-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tm-header-booking.open .tm-header-booking-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tm-modal {
    background: #5d5d5d;;
}

.tm-modal p,
.tm-modal h1,
.tm-modal h2,
.tm-modal h3,
.tm-modal h4,
.tm-modal h5,
.tm-modal h6,
.tm-modal label,
.tm-modal .uk-form-label,
.tm-modal input,
.tm-modal select {
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    font-weight: 300;
}

.tm-modal label,
.tm-modal .uk-form-label {
    color: rgba(255, 255, 255, 0.9);
}

.tm-modal-nav-content-toolbar {
    margin-right: 70px;
}

ul.tm-langs,
ul.ch-currency {
    display: block;
    margin: 0;
    padding: 0;
  	max-width: 162px;
    float: right;
    margin-top: 40px;
    margin-right: 50px;
  
}

.tm-langs li,
.ch-currency li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    color: #cbc3aa;
    font-weight: 300;
}

.tm-langs li:after,
.ch-currency li:after {
    content: "\00a0\00a0-\00a0\00a0";
}

.tm-langs li:last-child:after,
.ch-currency li:last-child:after {
    content: '';
}

.tm-langs li a,
.ch-currency li a {
    font-size: 16px;
  margin-left:10px;
   /* color: rgba(255, 255, 255, 0.3);*/
}

.tm-langs li a.active,
.ch-currency li a.active,
.tm-langs li a:hover,
.ch-currency li a:hover,
.tm-langs li a:active,
.ch-currency li a:active,
.tm-langs li a:focus,
.ch-currency li a:focus {
    color: #5d5d5d;
    font-weight: bold;
    text-decoration: none;
}

#tm-modal-nav .uk-subnav.uk-flex {
    display: block;
}

#tm-modal-nav .uk-subnav.uk-flex li {
    display: block;
    float: none;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 5px 0;
}

#tm-modal-nav .uk-subnav.uk-flex li a {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#tm-modal-nav .uk-subnav.uk-flex li a:hover {
    padding-left: 5px;
    color: rgba(33, 150, 243, 0.95);
}

#tm-modal-nav .uk-subnav.uk-flex li a:focus {
    outline: none;
}

#tm-modal-nav .uk-subnav.uk-flex li a:active,
#tm-modal-nav .uk-subnav.uk-flex li.tm-active a {
    text-decoration: none;
    color: rgba(33, 150, 243, 0.95);
}

.tm-modal-search {
    font-size: 18px;
}

.tm-modal-search .uk-form input,
.tm-modal-search .uk-form input:focus,
.tm-modal-search .uk-form select {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
}

.tm-modal-search .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.tm-modal-search .uk-form-icon > [class*='uk-icon-'] {
    margin-top: -12px;
    color: rgba(255, 255, 255, 0.7);
}

.tm-modal-search #ch-search-promo_code::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

.tm-modal-search #ch-search-promo_code::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

.tm-modal-search #ch-search-promo_code:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

.uk-dropdown.uk-datepicker {
    background: #5d5d5d;;
    color: rgba(255, 255, 255, 0.9);
}

.uk-dropdown.uk-datepicker .uk-datepicker-nav a {
    color: rgba(255, 255, 255, 0.6);
}

.uk-dropdown.uk-datepicker .uk-datepicker-table a {
    color: rgba(255, 255, 255, 0.9);
}

.uk-dropdown.uk-datepicker .uk-datepicker-table a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.uk-dropdown.uk-datepicker .uk-datepicker-table a.uk-datepicker-table-muted {
    color: rgba(255, 255, 255, 0.5);
}

.uk-dropdown.uk-datepicker .uk-datepicker-table a.uk-datepicker-date-disabled.uk-datepicker-table-muted {
    color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 960px) {
    .uk-dropdown.uk-datepicker {
        padding: 20px;
    }

    .uk-dropdown.uk-datepicker .uk-datepicker-table a {
        width: 42px;
        line-height: 38px;
    }
}

.tm-modal-booking-tips h3,
.tm-modal-booking-tips h4 {
    margin: 20px 0 10px 0;
    color: rgba(255, 255, 255, 0.9);
}

.tm-modal-booking-tips p {
    margin: 10px 0;
}

@media (max-width: 960px) {
    .tm-header-nav,
    .tm-header-logo,
    .tm-header-booking {
        height: 70px;
    }

    .tm-slideshow-content {
        display: none;
    }

    .tm-header-logo {
        left: 70px;
    }

    .tm-header-logo img {
        height: 70px;
        padding: 5px 10px;
    }

    .tm-header-nav {
        width: 70px;
    }

    .tm-header-hamburguer {
        width: 40px;
        height: 40px;
        margin: 22px 0 0 15px;
    }

    .tm-header-hamburguer span:nth-child(2),
    .tm-header-hamburguer span:nth-child(3) {
        top: 14px;
    }

    .tm-header-hamburguer span:nth-child(4) {
        top: 28px;
    }

    .tm-header-booking {
        width: 70px;
        font-size: 50px;
        line-height: 70px;
    }

    .tm-header-booking i {
        line-height: 70px;
    }

    .tm-header-booking .tm-header-booking-bell,
    .tm-header-booking .tm-header-booking-close {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .tm-header-booking .tm-header-booking-bell {
        width: 70px;
        height: 70px;
    }

    .tm-header-booking .tm-header-booking-close {
        opacity: 0;
    }

    .tm-header-booking.open .tm-header-booking-close {
        opacity: 1;
    }

    .tm-header-booking.open .tm-header-booking-bell {
        opacity: 0;
    }

    .tm-header-booking-close {
        width: 40px;
        height: 40px;
        margin: 22px 0 0 15px;
    }

    .tm-header-booking-close span:nth-child(1),
    .tm-header-booking-close span:nth-child(2) {
        top: 14px;
    }

    .tm-header-booking.open .tm-header-booking-close span {
        opacity: 1;
    }

    .tm-header-booking.open .tm-header-booking-close span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .tm-header-booking.open .tm-header-booking-close span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .tm-modal {
        padding: 120px 40px;
    }

    .tm-modal-nav-content {
        text-align: center;
    }

    .tm-modal-nav-content-toolbar {
        margin: 30px 0 0 0;
    }

    .tm-heading h1,
    .tm-heading h2 {
        font-size: 42px;
    }
}

#tm-header-scroll {
    position: absolute;
    left: 50%;
    bottom: 56px;
    margin-left: -35px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    font-size: 58px;
    text-align: center;
    line-height: 70px;
    height: 70px;
    width: 70px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#tm-header-scroll i {
    line-height: 70px;
}

#tm-header-scroll:hover,
#tm-header-scroll:active,
#tm-header-scroll:focus {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
}

.tm-reviews-container {
    padding: 170px 0;
}

.tm-reviews h3,
.tm-reviews h4 {
    font-size: 30px;
    line-height: 1.8em;
    margin: 30px 0 10px 0;
}

.tm-reviews p {
    font-size: 16px;
    line-height: 1.8em;
    margin: 10px 0;
    font-weight: 300;
}

.tm-reviews small {
    font-size: 13px;
    color: #adadad;
    font-weight: 300;
    font-style: italic;
}

.tm-reviews small a {
    color: #adadad;
}

.tm-reviews-avatar {
    width: 125px;
    height: 125px;
    box-shadow: none;
    border: none;
    border-radius: 50%;
}

.tm-benefits,
.tm-home .tm-benefits {
    background: #f4f3eb;
    padding: 140px 0;
}

.tm-benefits-info h3 {
    font-size: 46px;
    line-height: 1.6em;
}

.tm-benefits-body {
    margin: 60px 0 0 0;
}

.tm-benefits-body p {
    font-style: normal;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    margin: 15px 0;
}

.tm-benefits-item {
    color: #5d5d5d;
    border: 0;
    padding: 100px 0;
    background: #beb7a5;
  	height:300px;
}

.tm-benefits-item:hover {
    box-shadow: none;
    border: 0;
    background: #313131;
    color: rgba(255, 255, 255, 0.8)!important;
}

.tm-benefits-item:hover i {
    transform: translateY(3px);
}

.tm-benefits-item i {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    color: #5d5d5d;
    font-size: 64px;
    line-height: 64px;
    display: inline-block;
    margin: 0 auto 30px;
}

.tm-benefits-item h4,
.tm-benefits-item h3 {
    margin: 15px 30px;
    font-size: 20px;
    color: #5d5d5d;
    font-family: 'Tenor Sans', sans-serif;
}

.tm-benefits-item p {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 300;
    margin: 15px 30px;
}


.tm-benefits .uk-grid > div .tm-benefits-item:hover {
    background: #5d5d5d;
    color: rgba(255, 255, 255, 0.8)!important;
}

.tm-benefits .uk-grid > div .tm-benefits-item:hover h3 {

    color: rgba(255, 255, 255, 0.8)!important;
}
.tm-benefits .uk-grid > div .tm-benefits-item:hover h4 {

    color: rgba(255, 255, 255, 0.8)!important;
}
.tm-benefits .uk-grid > div .tm-benefits-item:hover p {

    color: rgba(255, 255, 255, 0.8)!important;
}
.tm-benefits .uk-grid > div .tm-benefits-item:hover i {

    color: rgba(255, 255, 255, 0.8)!important;
}



.tm-benefits .uk-grid > div:nth-child(even) .tm-benefits-item {
  /*  background: #5d5d5d;;*/
}

.tm-benefits .uk-grid > div:nth-child(even) .tm-benefits-item:hover {
 /*   background: #2f2f2f;*/
}

.tm-welcome-container .uk-align-center {
    margin-bottom: 0;
}

.tm-welcome h1,
.tm-welcome h2 {
    text-transform: none;
    font-weight: 400;
    color: #5d5d5d;
    letter-spacing: -0.02em;
    margin: 30px 0;
    font-size: 50px;
}

.tm-welcome h3,
.tm-welcome h4 {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    margin: 25px 0;
    color: #5d5d5d;
    font-weight: 300;
}

.tm-welcome-content {
    padding: 0;
    text-align: center;
}

.tm-featured-intro p {
    padding-bottom: 15px;
}

.tm-featured-color {
    background: rgba(96, 125, 139, 0.4);
}

.tm-featured .ch-hover {
    border-radius: 0;
    transform: translateZ(0);
}

.tm-featured .ch-hover:hover .ch-hover-target {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.tm-featured .ch-hover:hover .ch-hover-overlay {
    background: rgba(96, 125, 139, 0.6);
}

.tm-featured .uk-container {
    padding: 30px 0;
}

.tm-featured-info p,
.tm-featured-info h3,
.tm-featured-info h4 {
    text-transform: none;
    margin: 8px 0;
}

.tm-featured-info h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

.tm-featured-info p,
.tm-featured-info h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    padding-bottom: 12px;
}

.tm-featured-grid-body {
    padding: 50px 0;
    background: #f4f3eb;
}

.tm-featured-grid-body h1,
.tm-featured-grid-body h2,
.tm-featured-grid-body h3,
.tm-featured-grid-body h4 {
    font-size: 46px;
    line-height: 2em;
    margin: 0 0 20px 0;
}

.tm-featured-grid-body p {
    color: #5c5c5c;
    font-size: 16px;
    line-height: 2em;
    font-weight: 300;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.tm-featured-grid-image {
    background: #f4f3eb;
    line-height: 2em;
}

.tm-featured-grid-image h1,
.tm-featured-grid-image h2,
.tm-featured-grid-image h3 {
    font-size: 30px;
    line-height: 2em;
    margin: 0 0 20px 0;
}

.tm-featured-grid-image p,
.tm-featured-grid-image h4 {
    color: #5c5c5c;
    font-size: 16px;
    line-height: 2em;
    font-weight: 300;
    margin: 20px 0;
}

.tm-featured-grid-image a {
    display: inline-block;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 2em;
    padding: 10px 40px;
    margin: 10px 0 0 0;
    border: 2px solid #5d5d5d;
    boarder-radius: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.tm-featured-grid-image a:hover,
.tm-featured-grid-image a:focus,
.tm-featured-grid-image a:active {
    text-decoration: none;
    border-color: #5d5d5d;
    box-shadow: 0 0 3px #5c5c5c;
}

.tm-totop-scroll {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    font-size: 58px;
    text-align: center;
    line-height: 70px;
    height: 70px;
    width: 70px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.tm-totop-scroll i {
    line-height: 70px;
}

.tm-totop-scroll:hover,
.tm-totop-scroll:active,
.tm-totop-scroll:focus {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
}

.tm-footer.uk-contrast {
    padding: 40px 0;
    background: #beb7a5;
    color: #5d5d5d;
    font-size: 12px;
}

.tm-footer.uk-contrast p {
    margin: 5px 0;
}

.tm-footer.uk-contrast a {
    color: #5d5d5d;
}

.tm-footer p a {
    margin: 0;
    display: inline;
}

.tm-component {
    margin: 100px 0 !important;
}

.jkit-page-title,
.ch-item-title,
.uk-heading-large {
    text-transform: none;
}

h3.jkit-page-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 25px 0;
}

#jkit-gallery-controls,
.ch-view-promos .uk-subnav-pill {
    margin: 0 0 50px 0;
    width: 100%;
    text-align: center;
}

#jkit-gallery-controls li,
.ch-view-promos .uk-subnav-pill li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

#jkit-gallery-controls a,
.ch-view-promos .uk-subnav-pill a {
    padding: 15px 25px;
    border-radius: 0;
}

#jkit-gallery-controls.uk-subnav-pill > .uk-active > *,
.ch-view-promos .uk-subnav-pill.uk-subnav-pill > .uk-active > * {
    background: #5d5d5d;;
}

.uk-heading-large,
h1.uk-article-title {
    font-size: 50px;
    border: none;
    margin: 0 0 50px 0;
}

h3.uk-article-title.jkit-blog-item-title {
    margin: 20px 0;
}

.jkit-blog-meta,
.jkit-post-meta {
    font-style: italic;
    font-weight: 300;
}

.jkit-blog-item-content {
    margin: 25px 0;
}

.jkit-blog-likes,
.jkit-blog-comments,
.jkit-blog-readmore {
    font-size: 16px;
    font-weight: 300;
}

.jkit-blog-item h4,
.jkit-post .uk-article-lead {
    font-weight: 300;
}

.jkit-blog-item hr,
.jkit-post hr {
    display: none;
}

.jkit-post-meta {
    margin: 5px 0;
}

.jkit-post-author,
.jkit-post-actions,
.jkit-post-tags {
    margin: 20px 0;
    font-weight: 300;
}

.jkit-post-author h4 a,
.jkit-post-actions h4 a,
.jkit-post-tags h4 a {
    font-family: 'Tenor Sans', sans-serif;
    color: #5d5d5d;
}

.jkit-post-tags .jkit-item-tag,
.mod-jkit-tags .jkit-item-tag {
    background: none;
    font-family: 'Tenor Sans', sans-serif;
    border-radius: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.uk-panel-header .uk-panel-title {
    text-transform: none;
}

@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url('../../../fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src: url('../../../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../../../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../../../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../../../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
    content: "\e6aa";
}

.pe-7s-arc:before {
    content: "\e6ab";
}

.pe-7s-back-2:before {
    content: "\e6ac";
}

.pe-7s-bandaid:before {
    content: "\e6ad";
}

.pe-7s-car:before {
    content: "\e6ae";
}

.pe-7s-diamond:before {
    content: "\e6af";
}

.pe-7s-door-lock:before {
    content: "\e6b0";
}

.pe-7s-eyedropper:before {
    content: "\e6b1";
}

.pe-7s-female:before {
    content: "\e6b2";
}

.pe-7s-gym:before {
    content: "\e6b3";
}

.pe-7s-hammer:before {
    content: "\e6b4";
}

.pe-7s-headphones:before {
    content: "\e6b5";
}

.pe-7s-helm:before {
    content: "\e6b6";
}

.pe-7s-hourglass:before {
    content: "\e6b7";
}

.pe-7s-leaf:before {
    content: "\e6b8";
}

.pe-7s-magic-wand:before {
    content: "\e6b9";
}

.pe-7s-male:before {
    content: "\e6ba";
}

.pe-7s-map-2:before {
    content: "\e6bb";
}

.pe-7s-next-2:before {
    content: "\e6bc";
}

.pe-7s-paint-bucket:before {
    content: "\e6bd";
}

.pe-7s-pendrive:before {
    content: "\e6be";
}

.pe-7s-photo:before {
    content: "\e6bf";
}

.pe-7s-piggy:before {
    content: "\e6c0";
}

.pe-7s-plugin:before {
    content: "\e6c1";
}

.pe-7s-refresh-2:before {
    content: "\e6c2";
}

.pe-7s-rocket:before {
    content: "\e6c3";
}

.pe-7s-settings:before {
    content: "\e6c4";
}

.pe-7s-shield:before {
    content: "\e6c5";
}

.pe-7s-smile:before {
    content: "\e6c6";
}

.pe-7s-usb:before {
    content: "\e6c7";
}

.pe-7s-vector:before {
    content: "\e6c8";
}

.pe-7s-wine:before {
    content: "\e6c9";
}

.pe-7s-cloud-upload:before {
    content: "\e68a";
}

.pe-7s-cash:before {
    content: "\e68c";
}

.pe-7s-close:before {
    content: "\e680";
}

.pe-7s-bluetooth:before {
    content: "\e68d";
}

.pe-7s-cloud-download:before {
    content: "\e68b";
}

.pe-7s-way:before {
    content: "\e68e";
}

.pe-7s-close-circle:before {
    content: "\e681";
}

.pe-7s-id:before {
    content: "\e68f";
}

.pe-7s-angle-up:before {
    content: "\e682";
}

.pe-7s-wristwatch:before {
    content: "\e690";
}

.pe-7s-angle-up-circle:before {
    content: "\e683";
}

.pe-7s-world:before {
    content: "\e691";
}

.pe-7s-angle-right:before {
    content: "\e684";
}

.pe-7s-volume:before {
    content: "\e692";
}

.pe-7s-angle-right-circle:before {
    content: "\e685";
}

.pe-7s-users:before {
    content: "\e693";
}

.pe-7s-angle-left:before {
    content: "\e686";
}

.pe-7s-user-female:before {
    content: "\e694";
}

.pe-7s-angle-left-circle:before {
    content: "\e687";
}

.pe-7s-up-arrow:before {
    content: "\e695";
}

.pe-7s-angle-down:before {
    content: "\e688";
}

.pe-7s-switch:before {
    content: "\e696";
}

.pe-7s-angle-down-circle:before {
    content: "\e689";
}

.pe-7s-scissors:before {
    content: "\e697";
}

.pe-7s-wallet:before {
    content: "\e600";
}

.pe-7s-safe:before {
    content: "\e698";
}

.pe-7s-volume2:before {
    content: "\e601";
}

.pe-7s-volume1:before {
    content: "\e602";
}

.pe-7s-voicemail:before {
    content: "\e603";
}

.pe-7s-video:before {
    content: "\e604";
}

.pe-7s-user:before {
    content: "\e605";
}

.pe-7s-upload:before {
    content: "\e606";
}

.pe-7s-unlock:before {
    content: "\e607";
}

.pe-7s-umbrella:before {
    content: "\e608";
}

.pe-7s-trash:before {
    content: "\e609";
}

.pe-7s-tools:before {
    content: "\e60a";
}

.pe-7s-timer:before {
    content: "\e60b";
}

.pe-7s-ticket:before {
    content: "\e60c";
}

.pe-7s-target:before {
    content: "\e60d";
}

.pe-7s-sun:before {
    content: "\e60e";
}

.pe-7s-study:before {
    content: "\e60f";
}

.pe-7s-stopwatch:before {
    content: "\e610";
}

.pe-7s-star:before {
    content: "\e611";
}

.pe-7s-speaker:before {
    content: "\e612";
}

.pe-7s-signal:before {
    content: "\e613";
}

.pe-7s-shuffle:before {
    content: "\e614";
}

.pe-7s-shopbag:before {
    content: "\e615";
}

.pe-7s-share:before {
    content: "\e616";
}

.pe-7s-server:before {
    content: "\e617";
}

.pe-7s-search:before {
    content: "\e618";
}

.pe-7s-film:before {
    content: "\e6a5";
}

.pe-7s-science:before {
    content: "\e619";
}

.pe-7s-disk:before {
    content: "\e6a6";
}

.pe-7s-ribbon:before {
    content: "\e61a";
}

.pe-7s-repeat:before {
    content: "\e61b";
}

.pe-7s-refresh:before {
    content: "\e61c";
}

.pe-7s-add-user:before {
    content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
    content: "\e61d";
}

.pe-7s-paperclip:before {
    content: "\e69c";
}

.pe-7s-radio:before {
    content: "\e61e";
}

.pe-7s-note2:before {
    content: "\e69d";
}

.pe-7s-print:before {
    content: "\e61f";
}

.pe-7s-network:before {
    content: "\e69e";
}

.pe-7s-prev:before {
    content: "\e620";
}

.pe-7s-mute:before {
    content: "\e69f";
}

.pe-7s-power:before {
    content: "\e621";
}

.pe-7s-medal:before {
    content: "\e6a0";
}

.pe-7s-portfolio:before {
    content: "\e622";
}

.pe-7s-like2:before {
    content: "\e6a1";
}

.pe-7s-plus:before {
    content: "\e623";
}

.pe-7s-left-arrow:before {
    content: "\e6a2";
}

.pe-7s-play:before {
    content: "\e624";
}

.pe-7s-key:before {
    content: "\e6a3";
}

.pe-7s-plane:before {
    content: "\e625";
}

.pe-7s-joy:before {
    content: "\e6a4";
}

.pe-7s-photo-gallery:before {
    content: "\e626";
}

.pe-7s-pin:before {
    content: "\e69b";
}

.pe-7s-phone:before {
    content: "\e627";
}

.pe-7s-plug:before {
    content: "\e69a";
}

.pe-7s-pen:before {
    content: "\e628";
}

.pe-7s-right-arrow:before {
    content: "\e699";
}

.pe-7s-paper-plane:before {
    content: "\e629";
}

.pe-7s-delete-user:before {
    content: "\e6a7";
}

.pe-7s-paint:before {
    content: "\e62a";
}

.pe-7s-bottom-arrow:before {
    content: "\e6a8";
}

.pe-7s-notebook:before {
    content: "\e62b";
}

.pe-7s-note:before {
    content: "\e62c";
}

.pe-7s-next:before {
    content: "\e62d";
}

.pe-7s-news-paper:before {
    content: "\e62e";
}

.pe-7s-musiclist:before {
    content: "\e62f";
}

.pe-7s-music:before {
    content: "\e630";
}

.pe-7s-mouse:before {
    content: "\e631";
}

.pe-7s-more:before {
    content: "\e632";
}

.pe-7s-moon:before {
    content: "\e633";
}

.pe-7s-monitor:before {
    content: "\e634";
}

.pe-7s-micro:before {
    content: "\e635";
}

.pe-7s-menu:before {
    content: "\e636";
}

.pe-7s-map:before {
    content: "\e637";
}

.pe-7s-map-marker:before {
    content: "\e638";
}

.pe-7s-mail:before {
    content: "\e639";
}

.pe-7s-mail-open:before {
    content: "\e63a";
}

.pe-7s-mail-open-file:before {
    content: "\e63b";
}

.pe-7s-magnet:before {
    content: "\e63c";
}

.pe-7s-loop:before {
    content: "\e63d";
}

.pe-7s-look:before {
    content: "\e63e";
}

.pe-7s-lock:before {
    content: "\e63f";
}

.pe-7s-lintern:before {
    content: "\e640";
}

.pe-7s-link:before {
    content: "\e641";
}

.pe-7s-like:before {
    content: "\e642";
}

.pe-7s-light:before {
    content: "\e643";
}

.pe-7s-less:before {
    content: "\e644";
}

.pe-7s-keypad:before {
    content: "\e645";
}

.pe-7s-junk:before {
    content: "\e646";
}

.pe-7s-info:before {
    content: "\e647";
}

.pe-7s-home:before {
    content: "\e648";
}

.pe-7s-help2:before {
    content: "\e649";
}

.pe-7s-help1:before {
    content: "\e64a";
}

.pe-7s-graph3:before {
    content: "\e64b";
}

.pe-7s-graph2:before {
    content: "\e64c";
}

.pe-7s-graph1:before {
    content: "\e64d";
}

.pe-7s-graph:before {
    content: "\e64e";
}

.pe-7s-global:before {
    content: "\e64f";
}

.pe-7s-gleam:before {
    content: "\e650";
}

.pe-7s-glasses:before {
    content: "\e651";
}

.pe-7s-gift:before {
    content: "\e652";
}

.pe-7s-folder:before {
    content: "\e653";
}

.pe-7s-flag:before {
    content: "\e654";
}

.pe-7s-filter:before {
    content: "\e655";
}

.pe-7s-file:before {
    content: "\e656";
}

.pe-7s-expand1:before {
    content: "\e657";
}

.pe-7s-exapnd2:before {
    content: "\e658";
}

.pe-7s-edit:before {
    content: "\e659";
}

.pe-7s-drop:before {
    content: "\e65a";
}

.pe-7s-drawer:before {
    content: "\e65b";
}

.pe-7s-download:before {
    content: "\e65c";
}

.pe-7s-display2:before {
    content: "\e65d";
}

.pe-7s-display1:before {
    content: "\e65e";
}

.pe-7s-diskette:before {
    content: "\e65f";
}

.pe-7s-date:before {
    content: "\e660";
}

.pe-7s-cup:before {
    content: "\e661";
}

.pe-7s-culture:before {
    content: "\e662";
}

.pe-7s-crop:before {
    content: "\e663";
}

.pe-7s-credit:before {
    content: "\e664";
}

.pe-7s-copy-file:before {
    content: "\e665";
}

.pe-7s-config:before {
    content: "\e666";
}

.pe-7s-compass:before {
    content: "\e667";
}

.pe-7s-comment:before {
    content: "\e668";
}

.pe-7s-coffee:before {
    content: "\e669";
}

.pe-7s-cloud:before {
    content: "\e66a";
}

.pe-7s-clock:before {
    content: "\e66b";
}

.pe-7s-check:before {
    content: "\e66c";
}

.pe-7s-chat:before {
    content: "\e66d";
}

.pe-7s-cart:before {
    content: "\e66e";
}

.pe-7s-camera:before {
    content: "\e66f";
}

.pe-7s-call:before {
    content: "\e670";
}

.pe-7s-calcuMontserratr:before {
    content: "\e671";
}

.pe-7s-browser:before {
    content: "\e672";
}

.pe-7s-box2:before {
    content: "\e673";
}

.pe-7s-box1:before {
    content: "\e674";
}

.pe-7s-bookmarks:before {
    content: "\e675";
}

.pe-7s-bicycle:before {
    content: "\e676";
}

.pe-7s-bell:before {
    content: "\e677";
}

.pe-7s-battery:before {
    content: "\e678";
}

.pe-7s-ball:before {
    content: "\e679";
}

.pe-7s-back:before {
    content: "\e67a";
}

.pe-7s-attention:before {
    content: "\e67b";
}

.pe-7s-anchor:before {
    content: "\e67c";
}

.pe-7s-albums:before {
    content: "\e67d";
}

.pe-7s-alarm:before {
    content: "\e67e";
}

.pe-7s-airplay:before {
    content: "\e67f";
}
.tm-menu-item-234,
.tm-menu-item-233,
.tm-menu-item-232 {
    content: url("https://www.casxorc.com/images/headers/logogris2.png") !important;
    cursor:pointer;
    top: 20px !important;
    position: relative !important;
    display: inline-block !important;
    line-height: 45px !important;
    font: 0/0 a !important;
    max-width:150px;
    max-height:59px;
}

.uk-subnav li span {
    margin-top: 25px;
    display: inline-block;
}

.uk-nav li span {
    margin-top: 5px !important;
}

@media (max-width: 960px) {
    .tm-menu-item-234,
    .tm-menu-item-233,
    .tm-menu-item-232 {

        display: none !important;



    }
}

@media (max-width: 420px) {
    body .vimeo-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
        left: 0;
        margin-top: 0px !important;
    }
}

#tm-heading-bg-33 {
    display:none;
}
#tm-header-scroll {
    display:none;
}