@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro";

@font-face {
    font-family: 'BlocExtCond';
    src: url("../../assets/fonts/blocextcond.eot");
    src: url("../../assets/fonts/blocextcondd41d.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/blocextcond.woff") format("woff"), url("../../assets/fonts/blocextcond.ttf") format("truetype"), url("../../assets/fonts/blocextcond.svg#ywftsvg") format("svg");
    font-weight: normal;
    font-style: normal
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: "Source Sans Pro", "Helvetica", "Myriad Pro", sans-serif;
    vertical-align: baseline
}

input, textarea, select {
    font-family: "Source Sans Pro", "Helvetica", "Myriad Pro", sans-serif
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

html {
    height: 100%;
    background: white;
    color: #1f1f1f
}

body {
    min-height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased
}

input {
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

a {
    text-decoration: none;
    color: inherit
}

.mobile {
    display: none
}

#explore {
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding: 8px 40px;
    border-radius: 20px;
    background: white;
    color: black;
    font-size: 1em;
    font-family: "BlocExtCond";
    text-transform: uppercase;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.form-return p {
    margin-bottom: 40px;
    padding: 16px;
    background: #1abc9c;
    color: white
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white url('../../assets/img/loader.gif') center no-repeat / 160px auto;
    z-index: 6;
    overflow: hidden;
    -webkit-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden
}

#loader.partial, #loader.active {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

::-moz-selection {
    background: #52C3C2;
    color: white
}

::selection {
    background: #52C3C2;
    color: white
}

::-moz-selection {
    background: #52C3C2;
    color: white
}

.center {
    max-width: 960px;
    /* margin: 0 auto; */
    margin: 0 auto 20px;
    padding: 0 20px
}

.block-child>* {
    display: block
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.text-center {
    text-align: center
}

.currency:before {
    content: "$"
}

.signature {
    color: #52C3C2
}

.button, .button>a {
    display: inline-block;
    text-align: center;
    padding: 10px 16px;
    background: #f39c12;
    color: white;
    font-size: 1.2em;
    font-family: "BlocExtCond";
    text-transform: uppercase;
    cursor: pointer;
    width: 240px;
    /* margin: 20px auto; */
}

.button > a {
    width: 220px;
    margin: auto;
}

.author:before {
    content: "by";
    margin-right: 6px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.float-clear {
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0
}

.float-remove:after {
    content: "";
    display: table;
    clear: both
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.margin-right {
    margin-right: 10px
}

.margin-bottom {
    margin-bottom: 60px
}

.background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.datepicker {
    position: absolute;
    background: #bbe1f7;
    border: 1px solid #eee;
    z-index: 3000;
}

main {
    padding-bottom: 20px;
}

header>nav>ul, footer>nav>ul {
    line-height: 40px
}

header>nav>ul>li, footer>nav>ul>li {
    display: inline-block;
    margin-right: 30px
}

header>nav>ul>li:last-child, footer>nav>ul>li:last-child {
    margin-right: 0
}

header>nav>ul>li>a, footer>nav>ul>li>a {
    color: black;
    text-decoration: none;
    /* font-size: .9em; */
    font-size: 1.2em;
    text-transform: uppercase;
    position: relative;
    padding: 8px 18px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: "BlocExtCond", sans-serif
}

header>nav>ul>li>a:before {
    content: "";
    border-radius: 20px;
    background: rgba(0, 0, 0, 0);
    width: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: -1;
    -webkit-transition: all 200ms cubic-bezier(.29, .55, .11, 1.26);
    transition: all 200ms cubic-bezier(.29, .55, .11, 1.26)
}

header>nav>ul>li>a:hover {
    color: white
}

header>nav>ul>li>a:hover:before {
    background: rgba(0, 0, 0, 1);
    width: 100%
}

.headerimg header>nav>ul>li>a:hover:before {
    background: rgba(0, 0, 0, .2)
}

.headerimg header>nav>ul>li>a {
    color: white;
    text-shadow: 1px 1px 1px #000;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: white;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.headerimg header {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=0);
    box-shadow: none
}

header>nav>ul {
    position: absolute;
    top: 50%
}

header>nav>ul:nth-child(1) {
    right: 50%;
    /* -webkit-transform: translate(-100px, -50%);
    transform: translate(-100px, -50%) */
    -webkit-transform: translate(-0px, 20px);
    transform: translate(0px, 20px)
}

header>nav>ul:nth-child(3) {
    left: 50%;
    /* -webkit-transform: translate(100px, -50%);
    transform: translate(100px, -50%) */
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px)
}

header>nav {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

header>nav>* {
    display: inline-block;
    vertical-align: middle
}

#logo {
    display: inline-block;
    margin: 0 60px
}

#logo:before, #logo:after {
    content: "";
    display: block;
    margin: 0 auto
}

.page-home #logo:before {
    width: 192px;
    /* height: 94px; */
    height: 60px;
    /* background: url('../../assets/svg/logo.svg') no-repeat center / contain */
    background: url('../../assets/img/logo-visittropic.png') no-repeat center / contain
}

.page-inner #logo:after {
    width: 192px;
    height: 94px;
    /* background: url('../../assets/svg/logo-black.svg') no-repeat center / contain */
    background: url('../../assets/img/logo-visittropic-black.png') no-repeat center / contain;
}

.headerimg #logo:after {
    /* background: url('../../assets/svg/logo-white.svg') no-repeat center / contain */
}

.header-image {
    height: 600px;
    position: relative;
    background-image: -webkit-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%)
}

.comments {
    margin: 40px auto
}

.share {
    margin-top: 40px
}

.share>li {
    display: inline-block;
    margin-right: 8px
}

.share>li>a {
    display: block;
    padding: 4px;
    border-radius: 2px;
    position: relative;
    overflow: hidden
}

.share>li>a>* {
    vertical-align: middle;
    display: inline-block;
    font-size: .7em;
    margin-left: 6px
}

.share>li>a:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    position: absolute;
    content: "";
    opacity: .05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    filter: alpha(opacity=5);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.share>li>a:hover:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.share>li>a:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.share>li>a.twitter {
    background: #00aced
}

.share>li>a.facebook {
    background: #3b5998
}

.share>li>a.plus {
    background: #dd4b39
}

.share>li>a.twitter:before {
    background-image: url('../../assets/svg/social/twitter.svg')
}

.share>li>a.facebook:before {
    background-image: url('../../assets/svg/social/facebook.svg')
}

.share>li>a.plus:before {
    background-image: url('../../assets/svg/social/plus.svg')
}

.share>li>a>span.text {
    color: white
}

.share>li>a.twitter>span.text:before {
    content: "Tweet"
}

.share>li>a.facebook>span.text:before {
    content: "Share"
}

.share>li>a.plus>span.text:before {
    content: "Share"
}

.share>li>a>span.count {
    line-height: 1.8em;
    min-width: 18px;
    text-align: center;
    font-size: .7em;
    color: white;
    border: 1px solid rgba(255, 255, 255, .2)
}

.swiper-container {
    display: block;
    width: 100%;
    height: 100%
}

.swiper-slide {
    position: relative
}

.swiper-slide>.background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.swiper-slide>.background>span>a {
    text-align: center;
    text-decoration: none
}

.swiper-slide>.background>span>a>h2 {
    font-size: 4em;
    text-transform: uppercase;
    color: white;
    font-family: "BlocExtCond", sans-serif
}

.swiper-slide>.background>span>a>p {
    font-size: 1.6em;
    text-transform: uppercase;
    color: white;
    font-family: "BlocExtCond", sans-serif
}

.swiper-container>.swiper-button-next, .swiper-container>.swiper-button-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    white-space: nowrap;
    overflow: hidden
}

.swiper-container>.swiper-button-next {
    right: 20px;
    background: none
}

.swiper-container>.swiper-button-prev {
    left: 20px;
    background: none
}

.swiper-container>.swiper-button-prev:before, .swiper-container>.swiper-button-prev:after {
    vertical-align: middle;
    color: white
}

.swiper-container>.swiper-button-prev:after, .swiper-container>.swiper-button-prev:before, .swiper-container>.swiper-button-next:after, .swiper-container>.swiper-button-next:before {
    content: "";
    width: 30px;
    height: 30px;
    margin: 10px;
    -webkit-transition: all 300ms cubic-bezier(.29, .55, .11, 1.26);
    transition: all 300ms cubic-bezier(.29, .55, .11, 1.26);
    display: inline-block;
    background: url('../../assets/svg/goto.svg') no-repeat center / contain
}

.swiper-container>.swiper-button-prev:after, .swiper-container>.swiper-button-prev:before {
    -webkit-transform: translate(0, 0) scaleX(-1);
    transform: translate(0, 0) scaleX(-1)
}

.swiper-container>.swiper-button-prev:hover:after, .swiper-container>.swiper-button-prev:hover:before {
    -webkit-transform: translate(-50px, 0) scaleX(-1);
    transform: translate(-50px, 0) scaleX(-1)
}

.swiper-container>.swiper-button-next:after, .swiper-container>.swiper-button-next:before {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
}

.swiper-container>.swiper-button-next:hover:after, .swiper-container>.swiper-button-next:hover:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.header-image>div.background {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.header-image>.category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background: rgba(0, 0, 0, .1)
}

.header-image>.category>.line-title {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.header-image>.category>.line-title>* {
    color: white;
    font-family: "BlocExtCond", sans-serif
}

.header-image>.category>.line-title>*:before, .header-image>.category>.line-title>*:after {
    background: white
}

.header-image>.category>ul {
    margin: -40px 0 40px 0;
    text-align: center
}

.header-image>.category>ul>li {
    display: inline-block
}

.header-image>.category>ul>li>a {
    color: white;
    text-decoration: none
}

.header-image>.category>ul>li>a>span {
    width: 80px;
    height: 80px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms cubic-bezier(.29, .55, .11, 1.26);
    transition: all 200ms cubic-bezier(.29, .55, .11, 1.26)
}

.header-image>.category>ul>li>a:hover>span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.header-image>.category>ul>li>a>p {
    font-size: .9em;
    -webkit-transition: all 200ms cubic-bezier(.29, .55, .11, 1.26);
    transition: all 200ms cubic-bezier(.29, .55, .11, 1.26)
}

.header-image>.category>ul>li>a:hover>p {
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px)
}

.inline-child {
    margin-top: 40px
}

.inline-child>div {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}

.inline-child>div:last-child {
    margin-right: 0
}

#rating>.rating>li {
    width: 18px;
    height: 18px
}

#description {
    margin: 40px 0;
    text-align: justify
}

#tripadvisor {
    margin-bottom: 40px;
    display: inline-block
}

.inline-child>div>h2 {
    color: black;
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "BlocExtCond", sans-serif
}

.stay-map {
    position: relative;
    width: 100%
}

.stay-map>.map {
    display: block;
    width: 100%;
    height: 600px
}

.transport {
    text-align: center;
    margin: 0 0 40px 0
}

.content {
    padding: 160px 20px 280px 20px;
}

.sub-content {
    padding: 60px 0
}

.content>h1 {
    font-size: 4em;
    text-align: center;
    margin-bottom: .4em;
    font-family: "BlocExtCond", sans-serif
}

.content>p {
    font-size: 1em;
    font-family: "Source Sans Pro", "Helvetica", "Myriad Pro", sans-serif;
    text-align: center;
    margin-bottom: 1em
}

.markdown .navigation {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: auto;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch
}

.markdown .navigation>div {
    display: inline-block;
    padding: 8px 14px;
    font-size: .9em;
    background: rgba(29, 149, 211, 1);
    color: white;
    border-radius: 2px;
    margin-right: 10px;
    cursor: pointer
}

.markdown .navigation>div.active {
    background: rgba(58, 197, 242, 1)
}

.markdown .navigation>div:last-child {
    margin-right: 0
}

.markdown .navigation-toggle {
    display: none
}

.markdown .navigation-toggle.active {
    display: block
}

.markdown.center {
    padding-top: 60px
}

.markdown *.hide {
    display: none
}

.markdown blockquote {
    font-size: 2em;
    line-height: 1.6em;
    text-align: center;
    padding-bottom: 1.4em;
    max-width: 960px;
    margin: 0 auto
}

.markdown p, .markdown ul, .markdown h1, .markdown h2 {
    display: block;
    margin: 0 auto;
    text-align: justify;
    color: rgba(0, 0, 0, .8)
}

.markdown p.full {
    max-width: none
}

.markdown p {
    padding-bottom: 10px;
    line-height: 1.4em;
    font-size: 1.2em
}

.markdown p>img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.markdown ul {
    padding-bottom: 60px;
    padding-left: 20px;
    line-height: 1.4em;
    font-size: 1.2em;
    list-style-type: disc
}

.markdown ul>li {
    margin: .3em 0
}

.markdown h1 {
    padding-bottom: .6em;
    line-height: 1em;
    font-size: 2.2em
}

.markdown h2, .faq>li>span.question {
    padding-bottom: .8em;
    line-height: 1em;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: .8em;
    display: inline-block;
    position: relative
}

.markdown h2:after, .faq>li>span.question:after {
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: rgb(29, 149, 211);
    background: -webkit-linear-gradient(left, rgba(29, 149, 211, 1) 0%, rgba(58, 197, 242, 1) 100%);
    background: linear-gradient(to right, rgba(29, 149, 211, 1) 0%, rgba(58, 197, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d95d3', endColorstr='#3ac5f2', GradientType=1)
}

.markdown h3 {
    padding-bottom: .8em;
    line-height: 1em;
    font-weight: bold;
    font-size: 1.3em
}

.markdown p>a {
    text-decoration: underline
}

.markdown em {
    font-weight: 800;
    font-size: .9em
}

#about.markdown ul {
    padding: 0
}

#about.markdown ul>li {
    float: left;
    list-style-type: none;
    width: calc((100% - 40px) / 3);
    min-height: 260px;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #eee;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: .8em;
    border-radius: 2px;
    text-align: center;
    background: #fcfcfc
}

#about.markdown ul>li:nth-child(3n) {
    margin-right: 0
}

#about.markdown ul>li>em {
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px
}

#about.markdown ul:after {
    content: "";
    display: table;
    clear: both
}

ol.contact {
    text-align: right;
    position: absolute;
    top: 40px;
    right: 20px;
    list-style-type: none
}

ol.contact>li {
    float: left;
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    margin-right: 10px
}

ol.contact>li:last-child {
    margin-right: 0
}

ol.contact>li>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

ol.contact>li>a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

ol.contact>li>a.phone:before {
    background-image: url('../../assets/svg/contact/phone.svg')
}

ol.contact>li>a.whatsapp:before {
    background-image: url('../../assets/svg/contact/whatsapp.svg')
}

ol.contact>li>a.viber:before {
    background-image: url('../../assets/svg/contact/viber.svg')
}

.social {
    text-align: left;
    position: absolute;
    top: 40px;
    left: 20px
}

.social>li {
    display: block;
    padding: 8px;
    color: white;
    border-radius: 3px;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease
}

.social>li:hover {
    background: #52C3C2
}

.social>li:first-child:hover {
    background: rgba(0, 0, 0, .8)
}

.social>li:nth-child(n+2) {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin-top: 5px;
    cursor: pointer
}

.social:hover>li:nth-child(n+2) {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible
}

.social>li>a {
    display: block
}

.social>li>a:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px
}

.social>li>a.shareicon:before {
    background-image: url('../../assets/svg/social/share.svg')
}

.social>li>a.twitter:before {
    background-image: url('../../assets/svg/social/twitter.svg')
}

.social>li>a.facebook:before {
    background-image: url('../../assets/svg/social/facebook.svg')
}

.social>li>a.instagram:before {
    background-image: url('../../assets/svg/social/instagram.svg')
}

.title {
    text-align: center
}

.title>h1 {
    color: white;
    font-size: 5em;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, .4) 2px 2px;
    font-family: "BlocExtCond", sans-serif
}

.title>p {
    color: white;
    font-size: 1.4em;
    text-shadow: rgba(0, 0, 0, .4) 2px 2px;
    font-family: "BlocExtCond", sans-serif
}

.title>h2 {
    color: white;
    font-size: 1.3em;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, .4) 2px 2px;
    letter-spacing: .2em
}

.title>span.location {
    display: block
}

.title>span.location>a {
    color: white;
    font-size: 1.1em;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, .4) 2px 2px;
    letter-spacing: .1em
}

.title>span.location>a:after {
    width: 12px;
    height: 20px;
    margin: 0 10px;
    background: url(../../assets/svg/arrow-white.svg) no-repeat center / contain
}

.title>span.white-box {
    background: white;
    padding: 20px 30px;
    border-radius: 16px;
    color: #333;
    font-size: 1.1em;
    margin-top: 40px;
    display: inline-block;
    text-transform: uppercase
}

.title>span.white-box>span {
    display: block
}

.title>span.white-box>span, .title>span.white-box>span>a {
    font-family: "BlocExtCond", sans-serif
}

.title>span.white-box>span.description {
    font-size: 1.5em
}

.title>span.white-box>span.price>a.suffix {
    margin-left: 6px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

span.suffix {
    font-family: "BlocExtCond", sans-serif;
    margin-left: 6px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

.location>*:after {
    content: "";
    width: 14px;
    height: 10px;
    display: inline-block;
    background: url('../../assets/svg/arrow.svg') no-repeat center / contain
}

.location.white>*:after {
    background: url('../../assets/svg/arrow-white.svg') no-repeat center / contain
}

.location>*:last-child:after {
    display: none
}

#booking-form {
    position: absolute;
    top: 50%;
    /* left: 200px; */
    left: calc(50% - 480px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 20px;
    border-radius: 4px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, .25);
    background: #ffffff75;
}

@media screen and (max-height: 800px) {
    #booking-form {
        -webkit-transform: translate(0, -50%) scale(.9);
        transform: translate(0, -50%) scale(.9)
    }
}

@media screen and (max-height: 700px) {
    #booking-form {
        -webkit-transform: translate(0, -50%) scale(.8);
        transform: translate(0, -50%) scale(.8)
    }
}

#booking-form>h1 {
    display: block;
    font-size: 1.4em;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 14px;
    width: calc(100% - 20px);
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    font-family: "BlocExtCond", sans-serif
}

#booking-form>.category>ul {
    text-align: center;
    margin-bottom: 20px
}

#booking-form>.category>ul>li {
    display: inline-block
}

#booking-form>.category>ul>li>a {
    color: black;
    text-decoration: none
}

#booking-form>.category>ul>li>a>span {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms cubic-bezier(.29, .55, .11, 1.26);
    transition: all 200ms cubic-bezier(.29, .55, .11, 1.26)
}

#booking-form>.category>ul>li>a:hover>span, #booking-form>.category>ul>li>a.active>span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

#booking-form>.category>ul>li>a>span:after {
    content: "";
    position: absolute;
    background: url('../../assets/svg/tick.svg') center no-repeat / contain;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 200ms cubic-bezier(.29, .55, .11, 1.26);
    transition: all 200ms cubic-bezier(.29, .55, .11, 1.26)
}

#booking-form>.category>ul>li>a.active>span:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

#booking-form>.category>ul>li>a>p {
    font-size: .8em;
    -webkit-transition: all 200ms cubic-bezier(.29, .55, .11, 1.26);
    transition: all 200ms cubic-bezier(.29, .55, .11, 1.26)
}

#booking-form>.category>ul>li>a:hover>p, #booking-form>.category>ul>li>a.active>p {
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px)
}

#booking-form>.row {
    display: block;
    position: relative;
    margin-top: 10px
}

#booking-form>.row select, #booking-form>.row input {
    width: 100%;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: #F3F3F3;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 12px;
    box-sizing: border-box;
    text-align: left
}

#booking-form>.row>.double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#booking-form>.row>.double>* {
    display: block;
    width: calc((100% - 10px) / 2)
}

#booking-form>.row>.double>*:first-child {
    margin-right: 10px
}

#booking-form>.row .select {
    position: relative
}

#booking-form>.row .select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#booking-form>.row .button {
    border-radius: 10px
}

#booking-form>.row>label {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    font-family: "BlocExtCond", sans-serif;
    text-transform: uppercase
}

#booking-form ul.errors {
    list-style-type: none;
    background: crimson;
    color: white;
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin-top: 10px
}

#booking-form ul.errors>li {
    font-size: .8em
}

#booking-form .form-return p {
    margin: 10px 0 0 0;
    font-size: .8em;
    border-radius: 10px
}

#booking-form .form-return p.red {
    background: crimson
}

.orcontainer .mix {
    float: left;
    display: none;
    width: calc((100% - (20px * 3)) / 4);
    margin: 5px;
    background: rgba(0, 0, 0, .2)
}

.orcontainer .mix.static {
    display: inline-block;
    float: left
}

.orcontainer:after {
    content: "";
    display: table;
    clear: both
}

.three-division {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px
}

.three-division>div {
    width: 100%
}

.three-division .sub-center {
    padding: 30px 40px;
    box-sizing: border-box
}

.excursions>h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 6px
}

.excursions>p {
    margin-bottom: 20px
}

.excursion-list>div {
    margin-bottom: 16px
}

.excursion-list>div:last-child {
    margin-bottom: 0
}

.excursion-list>div>div.name {
    font-size: 1em;
    font-weight: bold
}

.excursion-list>div>div.name {
    font-size: 1em;
    font-weight: bold
}

.controls {
    text-align: center
}

.controls>a {
    display: inline-block;
    padding: 8px 20px;
    margin-right: 20px;
    background: #35C5F3;
    border-radius: 20px;
    color: white;
    cursor: pointer
}

.controls>a.active {
    background: #0095D9
}

.controls>a:last-child {
    margin: 0
}

.continentmap {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px
}

.continentmap>svg {
    width: 100%
}

.countrymap>svg {
    height: 630px;
    margin: 0 auto
}

.svgmap>svg {
    display: block
}

.svgmap>svg>g>* {
    fill: transparent;
    stroke: transparent;
    stroke-width: 4px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer
}

.svgmap>svg>g.exist>* {
    fill: rgba(0, 0, 0, .3)
}

.svgmap>svg>g>*.active {
    fill: #f39c12
}

.svgmap>svg>g>*.null {
    fill: rgba(0, 0, 0, .3)
}

.countrydestination>li, .continentlist>li {
    display: none
}

.countrydestination>li.active, .continentlist>li.active {
    display: block
}

.countrydestination>li>h1 {
    display: block;
    font-size: 1.3em;
    margin: .6em 0
}

.countrydestination>li>.markdown {
    font-size: .9em;
    display: block
}

.countrydestination>li>.markdown p {
    padding-bottom: 30px
}

.continentlist {
    margin-bottom: 60px
}

.continentlist>li {
    text-align: center
}

.continentlist>li>h2 {
    font-size: 1.2em;
    margin: 20px 0
}

.continentlist>li>ul.tabs {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px
}

.continentlist>li>ul.tabs>li {
    display: inline-block;
    margin: 4px;
    padding: 6px 12px;
    background: #eee;
    border-radius: 2px;
    font-size: .9em;
    cursor: pointer
}

.continentlist>li>ul.tabs>li.active {
    background: #f39c12;
    color: white
}

.continentlist>li>ul.information>li {
    display: none;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px
}

.continentlist>li>ul.information>li>table {
    width: 100%
}

.continentlist>li>ul.information>li>table thead tr>td {
    font-weight: bold
}

.continentlist>li>ul.information>li>table tr>td {
    text-align: left;
    padding: 6px;
    border: none;
    outline: none;
    border-collapse: collapse
}

.continentlist>li>ul.information>li>table tr.inbound>td {
    background: #16a085;
    color: white
}

.continentlist>li>ul.information>li>table tr.outbound>td {
    background: #2980b9;
    color: white
}

.continentlist>li>ul.information>li.active {
    display: block
}

.continentlist>li>ul.legends>li {
    display: inline-block;
    margin-right: 16px
}

.continentlist>li>ul.legends>li:last-child {
    margin: 0
}

.continentlist>li>ul.legends>li:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 4px
}

.continentlist>li>ul.legends>li.inbound:before {
    background: #16a085
}

.continentlist>li>ul.legends>li.outbound:before {
    background: #2980b9
}

.stay {
    margin: 40px
}

.stay.room {
    margin-top: 0
}

.stay.room>li>a {
    cursor: pointer
}

.stay>li>a {
    display: block;
    position: relative
}

.stay>li>a.disabled:after {
    background: #f39c12;
    padding: 6px 10px;
    border-radius: 2px;
    color: white;
    content: "Coming soon";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.stay>li>a>span.background {
    display: block;
    width: 100%;
    height: 280px
}

.stay>li>a>ul.tags {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    list-style-type: none;
    text-align: center;
}

.stay>li>a>ul.tags>li {
    display: inline-block;
    color: black;
    padding: 6px 10px;
    font-size: .8em;
    margin-right: 10px;
    background: white;
    border-radius: 14px;
    margin-bottom: 6px
}

.stay>li>a>ul.caption {
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    list-style-type: none;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0)
}

.stay>li>a>ul.caption>li {
    color: white;
    font-family: "BlocExtCond", sans-serif
}

.stay>li>a>ul.caption>li:first-child {
    font-size: 1.4em
}

.room>li>a>ul.caption>li {
    font-family: "BlocExtCond", sans-serif
}

.stay>li>a>ul.caption>li.description {
    font-family: "Source Sans Pro", "Helvetica", "Myriad Pro", sans-serif;
    font-size: .9em;
    margin-bottom: 10px
}

.room>li>a>ul.caption>li:first-child {
    font-size: 1.4em
}

.stay>li>a>ul.caption>li:nth-child(2)>span {
    font-size: .8em;
    vertical-align: middle
}

.stay>li>a>ul.caption>li:nth-child(2)>span:after {
    background: url('../../assets/svg/arrow-white.svg') no-repeat center / contain
}

.amenity:before {
    /* content: "Room Facilities"; */
    content: "";
    font-family: "BlocExtCond", sans-serif;
    font-size: 1.5em;
    display: block
}

.amenity>div {
    display: inline-block;
    width: 32%;
    box-sizing: border-box
}

.amenity>div:before {
    content: "-";
    margin-right: 2px;
    display: inline-block
}

.icon {
    margin-bottom: 40px;
    width: 100%;
    overflow: auto
}

.icon>div {
    display: inline-block;
    margin-right: 20px;
    text-align: center
}

.icon>div:last-child {
    margin: 0
}

.icon>div>* {
    display: block;
    margin: 0 auto
}

.icon>div>span {
    width: 50px;
    height: 50px
}

.faq {
    margin: 40px 0
}

.faq>li {
    list-style-type: none
}

.room-list {
    border: 2px solid #f39c12;
    border-bottom: 0
}

.room-list>div {
    border-bottom: 3px solid #f39c12
}

.room-list>div:last-child {
    border: 0
}

.room-list>div>div {
    display: inline-block;
    vertical-align: top
}

.room-list>div>div.image {
    width: 120px;
    height: 120px;
    margin-right: 10px
}

.room-list>div>div.image>img {
    width: 100%
}

.room-list>div>div.description {
    padding: 12px
}

.room-list>div>div.description>.currency {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

.room-list>div>div.float-right {
    margin: 20px
}

.room-list>div>div.float-right>select {
    font-size: .9em
}

.price-summary {
    padding: 10px 14px;
    background: #f39c12;
    color: white
}

.form .row {
    display: block;
    margin-bottom: 20px
}

.form .row>.label {
    padding: 10px 0
}

.form .row>.label>label {
    font-family: "BlocExtCond";
    font-size: 1.2em;
    text-transform: uppercase
}

.form .row>.input {
    position: relative
}

.form .row>.input>input, .form .row>.input>textarea {
    outline: 0;
    padding: 10px 14px;
    font-size: 1em;
    border: 2px solid rgba(0, 0, 0, .3);
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 0
}

.form .row>.input>input.red, .form .row>.input>textarea.red {
    border: 2px solid crimson
}

.form .row>.input>textarea {
    height: 140px
}

.form .row>.input>input:focus, .form .row>.input>textarea:focus {
    border: 2px solid #f39c12
}

.form .row>.input.double>input, .form .row>.input.double>label {
    width: 48%;
    float: left
}

.form .row>.input.double>input:first-child, .form .row>.input.double>label:first-child {
    margin-right: 4%
}

.form .row>.input.double:after {
    content: "";
    display: table;
    clear: both
}

.roomdetails {
    background: #1f1f1f;
    overflow: hidden;
    height: 0;
    max-height: 600px
}

.roomdetails.active {
    height: auto
}

.roomdetails>.specificroom {
    visibility: hidden;
    color: white;
    height: 0;
    max-height: 600px;
    overflow: hidden
}

.roomdetails>.specificroom.active {
    visibility: visible;
    height: auto
}

.roomdetails>.specificroom>div {
    float: left;
    box-sizing: border-box
}

.roomdetails>.specificroom>div:first-child {
    height: 600px;
    width: 60%
}

.roomdetails>.specificroom>div:nth-child(2) {
    padding: 50px 70px;
    width: 40%
}

.roomdetails>.specificroom>div:nth-child(2)>div.caption>div:nth-child(1) {
    font-family: "BlocExtCond", sans-serif;
    font-size: 3em
}

.roomdetails>.specificroom>div:nth-child(2)>div.caption>div:nth-child(2) {
    padding: 10px 0 10px 0;
    font-size: 1.1em;
}

.roomdetails>.specificroom:after {
    content: "";
    display: table;
    clear: both
}

.line-title {
    display: block;
    position: relative;
    text-align: center;
    margin: 40px 0
}

.line-title>* {
    display: inline-block;
    font-size: 1.6em;
    text-transform: uppercase;
    color: black;
    padding: 20px;
    font-family: "BlocExtCond", sans-serif
}

.line-title>*:before, .line-title>*:after {
    content: "";
    height: 1px;
    background: black;
    width: calc((100% - 260px) / 2);
    position: absolute;
    top: 50%;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.line-title>*:before {
    left: 0
}

.line-title>*:after {
    right: 0
}

.line-title>.note {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(0, 0, 0, .5);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: .8em
}

.rating>* {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../../assets/svg/star.svg') no-repeat center / contain
}

.elsewhere {
    padding-top: 0 !important;
    padding-bottom: 60px !important
}

.elsewhere-list {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important
}

.elsewhere-list>li {
    display: inline-block;
    margin-right: 20px !important
}

.elsewhere-list>li>a {
    display: block;
    font-size: .9em;
    padding: 8px 20px;
    border-radius: 2px;
    color: white
}

footer {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    background: #f9f9f9;
    border-top: solid #f1f1f1 1px
}

footer>div {
    display: flex;
    align-items: center;
    flex-direction: column
}

footer>div>div {
    padding: 20px
}

footer>div>.columns {
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: solid #f1f1f1 1px
}

footer>div>.columns>.column {
    text-align: left
}

footer>div>.columns>.column:not(:last-child) {
    margin-right: 60px
}

footer>div>.columns>.column>ul {
    list-style-type: none
}

footer>div>.columns>.column>h4 {
    font-size: 1.1em;
    font-family: "BlocExtCond";
    text-transform: uppercase
}

footer>.logo-set {
    padding: 20px 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: white
}

footer>.logo-set>img {
    max-height: 40px;
    max-width: 100px
}

footer>.logo-set>img:not(:last-child) {
    margin-right: 40px
}

footer>div>.copyrights>img {
    width: 160px;
    margin: 0 auto;
    display: block
}

footer>div>.copyrights>.writing {
    display: block;
    text-align: center;
    margin-top: 20px
}

footer>div>.copyrights>.writing>span {
    display: block;
    font-size: .9em;
    font-family: "BlocExtCond";
    text-transform: uppercase;
    opacity: .9
}





.mix.static {
	border-radius: 5px;
	overflow: hidden;
}

.caption {
	background: rgba(0, 0, 0, 0.3) !important;
    padding: 10px !important;
}

.location {
    display: none;
}

.buttons {
    text-align: center;
    display: table;
    width: 100%;
    margin: 20px 0;
}

.btn-gallery, .btn-gallery > a {
    background: none;
    color: #f39c12;
}

.btn-gallery {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .btn-gallery {
        margin-left: 0;
        margin-top: 20px;
    }
}

.buttons > .button {
    border: 2px solid #f39c12;
}





/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  border: 1px solid #888;
  width: 100%;
  box-sizing: border-box;
}

/* The Close Button */
.close {
	color: #fff;
	float: right;
	font-size: 64px;
	font-weight: bold;
	margin-top: -32px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 20000;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal .header-image {
    background-image: none !important;
    /* margin-top: 20px; */
    height: 100% !important;
}

.hidden {
    display: none !important;
}

.amenity {
    font-size: 0.90em;
    margin-top: 10px;
}

.room-descr {
    font-size: 1em !important;
}

.form-horizontal {
    width: 960px !important;
}

.title-small {
	font-size: 7px;
    top: auto;
    bottom: 0px;
}

.title > span.location {
	font-size: 15px;
}

.footer-text {
    padding: 0 40px 40px 40px;
}

#more-button {
    bottom: 20px;
    left: 50%;
    padding: 8px 40px;
    border-radius: 20px;
    background: #d2d0d0;
    color: black;
    font-size: 1em;
    font-family: "BlocExtCond";
    text-transform: uppercase;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
