@charset "UTF-8";
a {

}

.icon {
    vertical-align: baseline
}

a, div, li {
    -webkit-tap-highlight-color: transparent
}

html {
}

article, footer, header, nav {
    display: block
}

a {
    background-color: transparent;
    color: #2396F7;
    transition: all .2s ease-out
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

img {
    border: 0
}

body, h1, h2, h3 {
    font-weight: 400
}

table {
}

a, article, body, div, footer, h1, h2, h3, header, html, i, img, li, nav, p, span, strong, table, tbody, td, th, tr, ul {
    margin: 0;
    padding: 0
}

.list span {
                                    font-size: 1.5em;
                                    font-weight: 700;
                                }


.btn--cta {
    color: #f8f8f8
}

.btn {
    border-radius: 4px;
    height: 45px;
    line-height: 47px;
    font-size: 12px;
    letter-spacing: .15em;
    font-weight: 700!important;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
}

.btn--cta {
    background: #2396F7;
    text-align: center;
}

.btn--cta:hover {
    background-color: #65b6fa;
    color: #f8f8f8
}

.btn--has-icon:hover {
    background-color: #2396F7
}

.btn--fixed {
    width: 230px;
    position: relative;
    cursor: pointer
}

.btn--has-icon {
    width: 230px
}

.btn--skeleton {
    background: #4a5662;
    color: #373B40;
    text-align: center
}

.btn--skeleton:hover {
    color: #373B40;
    opacity: .7
}

.btn--skeleton-alt {
    color: #f8f8f8
}

.btn--skeleton-alt:hover {
    color: #f8f8f8;
    opacity: .7
}

.btn__ctatitle {
    color: #f8f8f8;
    display: block;
    height: 100%;
    border-radius: 4px;
    text-decoration: none;
}

.btn__ctatitle:hover {
    color: #f8f8f8;
    background-color: #65b6fa
}

.site-header {
    background: rgba(39, 43, 47, .9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #f8f8f8;

}

.sidebar-headings {
    font-size: 1.5em;
    font-weight: 700;
    margin: 1em 0;
    color: var(--switch-h2-color)!important;
}

@media only screen and (max-width: 990px) {
    .site-header {
        border-radius: 0;
        background: #FF333A
    }
}

.content-hero {
    min-height: 50px;
    border-radius: 4px;
}

@media only screen and (max-width: 480px) {
    .content-hero {
        border-radius: 0;
        margin-bottom: 0
    }
}

.ch-main {
    min-height: 315px;
    background-color: #272B2F;
    position: relative
}

@media only screen and (max-width: 768px) {

    .ch-main {
        border-radius: 0;
        min-height: 200px
    }
}

.ch-main__logo {
    display: block;
    position: absolute;
    right: 130px;
    top: 50%;
    margin-top: -75px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

@media only screen and (max-width: 1024px) {
    .ch-main__logo {
        top: 35px;
        right: auto;
        left: 50%;
        margin-top: 0;
        width: 90px;
        margin-left: -45px;
        height: 90px;

    }
}

.ch-main__info {
    color: #f8f8f8;
    padding: 50px 0 0 50px
}

@media only screen and (max-width: 1024px) {
    .ch-main__info {
        text-align: center;
        padding-bottom: 20px;
    }

    .ch-main__info {
        padding-top: 120px;
        padding-left: 0
    }
}

.ch-title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {

    .ch-title {
        padding-right: 0;
        margin: 0 auto 8px;
        max-width: 80%;
        font-weight: 700;
    }
}

@media only screen and (max-width: 480px) {
    .ch-title {
        font-size: 22px;
        max-width: 80%;
      /*  margin: 0 auto 28px; */
        font-weight: 700;
    }
}

.ch-rating {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 40px;
    letter-spacing: .5px
}
.room-rating {
        font-size: 25px;
margin-bottom: 20px;
letter-spacing: .5px;
color: #ffc107;
}

.ch-cta {
    margin-bottom: 10px
}

.ch-cta .btn--skeleton {
    position: relative;
    top: 1px
}

.ch-cta .btn:first-child {
  /*  margin-right: 15px */
}

.ch-cta .btn:only-child {
    margin-right: 0
}

@media only screen and (max-width: 768px) {

    .ch-cta .btn--cta:first-child {
        margin-bottom: 20px
    }
}

.follow {
    display: inline-block
}

.follow {
    color: #3C3D41;
    position: relative;
    /*margin-right: 15px */
}

.follow .btn:first-child {
    margin-right: 0;
    margin-left: 6px
}

@media only screen and (max-width: 480px) {
    .follow .btn:first-child {
        margin-left: 0
    }
}