hr, img {
    border: 0;
}

a img, input, textarea {
    -webkit-appearance: none;
    outline: 0;
}

div#header, footer, hr {
    width: 100%;
}

.combos, header {
    position: relative;
}

a, a img, input[type=button], input[type=submit] {
    cursor: pointer;
}

#clear, div#header {
    clear: both;
}

a {
    outline: 0;
    text-decoration: none;
}

img {
    outline: 0;
}

a img {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input, textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}

input, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 62.5%;
    padding-bottom: 20px;
}

body {
    font-family: Lato,sans-serif;
}

header {
    z-index: 10003;
}

    header::after {
        content: '';
    }

hr {
    color: #f4f4f4;
    border-top: 1px solid #c4c4c4;
    height: 1px;
}

.combos {
    margin: 0;
    padding: 0;
    height: 14px !important;
}

    .combos .ajax__combobox_textboxcontainer {
        vertical-align: top;
    }

        .combos .ajax__combobox_textboxcontainer input {
            font-family: Lato-black;
            color: #000;
            font-size: 1.5rem;
            vertical-align: middle;
            margin: 0;
            padding: 0;
            border: 0;
            height: 26px;
            max-width: 80px;
            outline: 0;
            background-color: transparent;
        }

    .combos .ajax__combobox_buttoncontainer button {
        background-image: none;
        border: 0;
        cursor: pointer;
        outline: 0;
        background-color: transparent;
    }

        .combos .ajax__combobox_buttoncontainer button:after {
            content: 'l';
            font-size: 28px;
            font-family: portuense_p_icon;
            font-weight: 700;
            color: #7caec5;
        }

    .combos .ajax__combobox_itemlist {
        background: #7caec5;
        box-shadow: 0 7px 15px -2px rgba(0,0,0,.75);
        position: absolute !important;
        top: 15px !important;
        left: 0 !important;
        margin: 0;
        padding: 0;
        overflow-y: auto !important;
        width: 120px !important;
        border: 0;
    }

        .combos .ajax__combobox_itemlist li {
            color: #fff;
            height: 24px;
            line-height: 24px;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
            margin: 0;
            padding: 0;
            vertical-align: middle;
            text-indent: 5px;
        }

.btn-black, .btn-blue {
    font-family: Lato;
    display: table;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
    border: 0;
    outline: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.btn-black, .btn-blue, div#header, footer {
    margin: 0 auto;
}

.combos .ajax__combobox_itemlist li:hover {
    background: #000;
}

.modal-background {
    background-color: #000;
}

.btn-blue {
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    background-color: rgba(124,174,197,.9);
    padding: 0 25px;
}

    .btn-blue:focus, .btn-blue:hover {
        color: #fff;
        background-color: rgba(0,0,0,1);
    }

.btn-black {
    font-size: 1.2rem;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,.9);
    padding: 0 20px;
}

    .btn-black:hover, .btn-blue:focus {
        background-color: rgba(124,174,197,1);
        color: #fff;
    }

#scrollUp {
    bottom: 20px;
    right: 20px;
    color: #fff;
    background-color: #000;
    width: 40px;
    height: 36px;
    padding-top: 6px;
    text-align: center;
}

    #scrollUp::before {
        content: 'k';
        font-family: portuense_p_icon;
        font-size: 28px;
    }

    #scrollUp:hover {
        background-color: #7caec5;
    }

div#header {
    max-width: 1200px;
    height: 120px;
    padding: 15px 0;
    z-index: 3;
    position: relative;
}

    div#header nav {
        margin-top: 100px;
        float: right;
    }

    div#header .contacts {
        font-family: Lato-black;
        color: #000;
        font-size: 1.5rem;
        line-height: 5rem;
        width: 100%;
        vertical-align: middle;
        cursor: pointer;
        outline: 0;
        border: 0;
    }

        div#header .contacts::before {
            content: 'g';
            font-family: portuense_p_icon;
            font-size: 28px;
            vertical-align: top;
            color: #7caec5;
            background-color: #fff;
            padding-right: 10px;
        }

        div#header .contacts:hover {
            color: #7caec5;
        }

div#logo {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 33px;
}

div#top-bar {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
}

    div#top-bar div.cell {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
    }

        div#top-bar div.cell:nth-child(1), div#top-bar div.cell:nth-child(2) {
            padding-left: 0;
        }

        div#top-bar div.cell:nth-child(3) {
            padding-left: 0;
            padding-right: 5px;
        }

        div#top-bar div.cell:last-child {
            padding-right: 0;
        }

footer {
    max-width: 980px;
    padding: 15px 0;
    display: block;
}

    footer div.social, nav.menu-footer {
        display: table-cell;
    }

    footer div.newsletter {
        display: table-cell;
        width: 50%;
        min-width: 500px;
    }

nav.menu-footer {
    width: 35%;
    text-align: center;
    white-space: nowrap;
}

    nav.menu-footer a {
        font-family: Lato-bold;
        font-size: 1.4rem;
        line-height: 2.2rem;
        color: #4d4d4d;
        margin: 0;
    }

        nav.menu-footer a:hover {
            color: #7caec5;
        }

.menu-footer > span > span {
    padding-right: 20px;
}

    .menu-footer > span > span:last-child {
        padding-right: 0;
    }

footer hr {
    max-width: 100% !important;
    margin: 20px auto;
    display: table;
    width: 100%;
}

footer div span.floatLeft, footer div span.floatRight {
    font-family: Lato;
    font-size: 1.2rem;
}

footer div span.floatLeft {
    float: left;
}

footer div span.floatRight {
    float: right;
}

    footer div span.floatRight a {
        color: #29abe2;
        border-bottom: 1px solid #29abe2;
    }

        footer div span.floatRight a:hover {
            color: #000;
            border-bottom: 1px solid #000;
        }

.MainBanner {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

    .MainBanner img {
        width: 100%;
        display: block;
    }

.cycle-banner-pager {
    text-align: center;
    width: 100%;
    height: 10px;
    margin: 10px auto 0;
}

    .cycle-banner-pager span {
        display: inline-block;
        list-style-type: none;
        border-radius: 50%;
        background-color: #e6e6e6;
        color: #e6e6e6;
        width: 20px;
        height: 20px;
        margin: 0 8px;
        padding: 0;
        text-decoration: none;
        outline: 0;
        font-size: 0;
    }

        .cycle-banner-pager span.cycle-pager-active {
            background-color: #000;
            color: #000;
        }

    .cycle-banner-pager > * {
        cursor: pointer;
    }

.cycle-banner-buttons {
    display: none;
    font-family: portuense_p_icon;
    font-size: 48px;
    color: #6a99b3;
    background-color: rgba(255,255,255,.5);
    z-index: 111;
    position: absolute;
    top: 40%;
    width: 52px;
    height: 102px;
    line-height: 102px;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    vertical-align: middle;
}

.cycle-banner-prev {
    left: 0;
}

    .cycle-banner-next:hover, .cycle-banner-prev:hover {
        background-color: rgba(255,255,255,1);
    }

.cycle-banner-next {
    right: 0;
}

.MainBanner:hover .cycle-banner-buttons {
    display: inherit;
}

.MainBanner div#button {
    position: absolute;
    z-index: 99999;
    bottom: 65px;
    width: 100%;
    display: block;
}

.VideoBanner {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

    .VideoBanner img {
        width: 100%;
        min-height: 200px;
        display: block;
    }

    .VideoBanner div#content {
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 10%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 30%;
        padding: 20px;
        background: rgba(255,255,255,.8);
    }

        .VideoBanner div#content > h1 {
            font-family: Lato-Black;
            font-size: 2.4rem;
            line-height: 2.8rem;
        }

        .VideoBanner div#content > span.text {
            font-family: Lato;
            font-size: 1.6rem;
            line-height: 2rem;
            padding-bottom: 20px;
            display: block;
        }

        .VideoBanner div#content > a {
            display: table;
            font-family: Lato-bold;
            font-size: 1.1rem;
            height: 40px;
            line-height: 40px;
            vertical-align: bottom;
            padding: 0 15px 0 0;
            margin: 0;
            background-color: #7caec5;
            color: #fff;
            text-decoration: none;
            text-align: center;
            border: 0;
            outline: 0;
            cursor: pointer;
        }

            .VideoBanner div#content > a:hover {
                background-color: #000;
                color: #fff;
            }

            .VideoBanner div#content > a::before {
                content: 'h';
                font-family: portuense_p_icon;
                font-size: 2.4rem;
                padding: 7px 15px 8px 18px;
                text-align: center;
                vertical-align: top;
                background-color: #2c5c7e;
                margin-right: 10px;
            }

.newsletter-text, .newsletter-textbox {
    font-family: Lato;
    font-weight: 700;
}

.FooterBanner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

    .FooterBanner img {
        width: 100%;
        max-width: 980px;
        min-height: 80px;
        display: block;
    }

.newsletter-text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    vertical-align: middle;
    color: #6a9eb8;
    display: block;
    margin-bottom: 10px;
}

.newsletter-button, .newsletter-textbox {
    height: 32px;
    line-height: 32px;
    font-size: 1.2rem;
    outline: 0;
}

.newsletter-textbox {
    color: #4d4d4d;
    border: 1px solid #000;
    text-indent: 5px;
}

    .newsletter-textbox:focus {
        border: 1px solid #7caec5;
    }

.newsletter-button {
    font-family: Lato-bold;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: #7caec5;
    padding-left: 15px;
    padding-right: 15px;
}

    .newsletter-button:hover {
        color: #7caec5;
        background-color: #fff;
    }

.newsletter-msg-text {
    font-family: Lato;
    font-size: 1.2rem;
    color: #7caec5;
    display: block;
}

nav.breadcrumb {
    width: 100%;
    font-family: Lato-black;
    font-size: 1.1rem;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background-color: #f2f2f2;
}

    nav.breadcrumb > div {
        max-width: 980px;
        margin: 0 auto;
    }

        nav.breadcrumb > div > div {
            display: inline-block;
        }

    nav.breadcrumb a, nav.breadcrumb a:active, nav.breadcrumb a:visited, nav.breadcrumb input {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        background-color: Transparent;
        border: 0;
    }

        nav.breadcrumb a:hover, section#contacts a:hover {
            text-decoration: underline;
        }

        nav.breadcrumb a:hover {
            color: #7caec5;
        }

    nav.breadcrumb span {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
    }

    nav.breadcrumb div.sep {
        color: #999;
        padding-left: 3px;
        padding-right: 3px;
        vertical-align: middle;
    }

#slogan {
    font-family: Lato;
    max-width: 740px;
    margin: 40px auto;
    text-align: center;
    font-size: 2.8rem;
    line-height: 3.4rem;
}

.section-testimonials {
    width: 100%;
    margin: 30px auto;
    padding: 30px 0;
    background-color: #f2f2f2;
    position: relative;
    text-align: center;
}

    .section-testimonials > hgroup > h1 {
        font-family: Lato-black;
        font-size: 2.8rem;
        color: #7caec5;
        margin: 0 auto 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .section-testimonials > hgroup > h2 {
        font-family: Lato;
        font-size: 2.4rem;
        color: #000;
        margin: 0 auto 30px;
        text-align: center;
    }

    .section-testimonials > div.carousel {
        max-width: 980px;
        width: 100%;
        margin: 0 auto;
        background-color: transparent;
    }

    .section-testimonials article {
        text-align: justify;
        height: 100%;
        font-family: Lato;
        color: #000;
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 0;
        margin: 0;
    }

        .section-testimonials article > p > span, .section-testimonials article > p > time {
            color: #6a9eb8;
            line-height: 5rem;
            display: inline-block;
            vertical-align: middle;
            text-transform: uppercase;
        }

        .section-testimonials article > p {
            margin: 0 0 10px;
            padding: 10px;
        }

            .section-testimonials article > p > span {
                font-size: 1.1rem;
                font-family: Lato-bold;
                width: 50%;
                text-align: left;
            }

            .section-testimonials article > p > time {
                font-size: 1rem;
                float: right;
                text-align: right;
            }

    .section-testimonials > input[type=button] {
        width: 100px;
        margin: 0 auto;
    }

.index-rooms {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 30px;
}

    .index-rooms > h1 {
        font-family: Lato;
        font-size: 2.4rem;
        text-align: left;
        color: #000;
        margin: 30px auto;
    }

index-rooms > div:nth-of-type(1) > article {
    width: 100%;
    margin: 0;
    padding: 0;
}

.index-rooms > div:nth-of-type(1) article > input[type=image] {
    max-width: 100%;
    display: block;
}

.index-rooms > div:nth-of-type(1) article > div {
    display: table;
    width: 100%;
}

    .index-rooms > div:nth-of-type(1) article > div > h1 {
        display: table-cell;
        background-color: #ededed;
        width: 228px;
        height: 32px;
        padding-left: 10px;
        font-family: Lato-bold;
        font-size: 1.8rem;
        line-height: 1.8rem;
        vertical-align: middle;
    }

        .index-rooms > div:nth-of-type(1) article > div > h1 > span {
            padding-left: 2px;
            font-size: 1.1rem;
            font-family: Lato;
        }

    .index-rooms > div:nth-of-type(1) article > div > .button {
        display: table-cell;
        width: 62px;
        height: 62px;
        font-family: portuense_p_icon;
        font-size: 28px;
        color: #fff;
        background-color: #6a9eb8;
        border: 0;
        outline: 0;
        cursor: pointer;
        text-align: left;
    }

.index-rooms > div:nth-of-type(1) article > a {
    font-family: Lato-bold;
    font-size: 1.2rem;
    display: table;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

    .index-rooms > div:nth-of-type(1) article > a:hover {
        background-color: #6a9eb8;
    }

.index-rooms > div:nth-of-type(1) article:hover .button {
    background-color: #000;
}

.index-rooms div#social {
    margin: 25px 0;
    display: table;
}

section.rooms {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 30px;
}

    section.rooms > h1 {
        font-family: Lato;
        font-size: 2.4rem;
        text-align: left;
        color: #000;
        margin: 30px auto;
    }

    section.rooms > article {
        padding: 0 40px 40px 0;
        float: left;
    }

        section.rooms > article:nth-child(3n+1) {
            padding-right: 0;
        }

        section.rooms > article > input[type=image] {
            max-width: 300px;
            display: block;
        }

        section.rooms > article > div {
            display: table;
            width: 100%;
        }

            section.rooms > article > div > h1 {
                display: table-cell;
                background-color: #ededed;
                width: 228px;
                height: 32px;
                padding-left: 10px;
                font-family: Lato-bold;
                font-size: 1.8rem;
                line-height: 1.8rem;
                vertical-align: middle;
            }

                section.rooms > article > div > h1 > span {
                    padding-left: 2px;
                    font-size: 1.1rem;
                    font-family: Lato;
                }

            section.rooms > article > div > .button {
                display: table-cell;
                width: 62px;
                height: 62px;
                font-family: portuense_p_icon;
                font-size: 28px;
                color: #fff;
                background-color: #6a9eb8;
                border: 0;
                outline: 0;
                cursor: pointer;
                text-align: left;
            }

        section.main > h1, section.rooms > article > a {
            font-family: Lato-bold;
        }

        section.rooms > article > a {
            font-size: 1.2rem;
            display: table;
            height: 40px;
            line-height: 40px;
            background-color: #000;
            color: #fff;
            width: 100%;
            max-width: 300px;
            text-align: center;
            vertical-align: middle;
            margin: 0;
        }

            section.rooms > article > a:hover {
                background-color: #6a9eb8;
            }

        section.rooms > article:hover .button {
            background-color: #000;
        }

    section.rooms div#social {
        margin: 0 0 25px;
        display: table;
    }

section.main {
    width: 100%;
    max-width: 980px;
    margin: 30px auto;
}

    section.main > h1 {
        font-size: 3.2rem;
        margin: 0 0 30px;
    }

    section.main section.text {
        font-family: Lato;
        font-size: 1.5rem;
        line-height: 2.4rem;
        width: 100%;
        color: #000;
        display: table;
    }

.div-formulario .button, .div-formulario label {
    font-family: Lato;
    font-size: 1.2rem;
    font-weight: 700;
}

section.main section.text p {
    text-align: justify;
    margin: 0 0 30px;
}

section.main div#social {
    margin: 0 auto;
}

section.form {
    display: none;
    vertical-align: top;
    width: 100%;
}

.div-formulario {
    display: table;
    width: 100%;
}

    .div-formulario > div:nth-child(1), .div-formulario > div:nth-child(2) {
        display: inline-block;
        vertical-align: top;
        width: 36.7%;
        margin-right: 3.1%;
    }

    .div-formulario > div:nth-child(3) {
        display: inline-block;
        vertical-align: top;
        width: 20.4%;
    }

    .div-formulario > div:nth-child(4) {
        display: table;
        width: 100%;
        margin-top: 20px;
    }

    .div-formulario > div:nth-child(5) {
        display: table;
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }

    .div-formulario label {
        text-align: left;
    }

    .div-formulario .button {
        text-transform: uppercase;
        color: #fff;
        height: 32px;
        line-height: 32px;
        background-color: #7caec5;
        border: 0;
        cursor: pointer;
        outline: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

        .div-formulario .button:hover {
            background-color: #000;
        }

    .div-formulario input[type=email], .div-formulario input[type=phone], .div-formulario input[type=text], .div-formulario textarea {
        font-size: 1.3rem;
        text-transform: none;
        background: #eaeaea;
        margin-top: 5px;
        font-family: Lato;
        color: #000;
    }

    .div-formulario textarea {
        height: 140px;
        border: 0;
        border-top: 1px solid #E0E0E0;
    }

    .div-formulario input[type=email], .div-formulario input[type=phone], .div-formulario input[type=text] {
        border: 0;
        border-top: 1px solid #E0E0E0;
        text-indent: 5px;
        width: 100%;
        height: 38px;
        line-height: 38px;
        outline: 0;
    }

        .div-formulario input[type=email]:focus, .div-formulario input[type=phone]:focus, .div-formulario input[type=text]:focus, .div-formulario textarea:focus {
            border: 1px solid #7caec5;
        }

div.formulario-msg {
    font-family: Lato;
    display: table;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding-top: 20px;
}

section.main > article > div {
    display: table-cell;
    vertical-align: top;
}

    section.main > article > div:nth-child(2) {
        padding-left: 30px;
        max-width: 600px;
    }

    section.main > article > div > h3 {
        font-family: Lato;
        font-size: 2rem;
        line-height: 2.4rem;
        color: #000;
        text-align: left;
    }

section#contacts > h1, section#options ul > li, section#options > h1, section.main div#booking > a {
    font-family: Lato-bold;
}

section.main div#booking {
    display: inline-block;
    padding-top: 20px;
    vertical-align: top;
    padding-left: 10px;
    text-align: right;
}

    section.main div#booking > a {
        font-size: 1.2rem;
        display: block;
        height: 32px;
        line-height: 32px;
        background-color: #000;
        color: #fff;
        padding: 0 20px;
        text-align: center;
        vertical-align: middle;
        margin: 0;
        border: 0;
    }

.ui-accordion .ui-accordion-header:first-child, section#options {
    border-top: 1px solid #ececec;
}

section.main div#booking > a:hover {
    background-color: #6a9eb8;
}

section#options {
    display: table;
    margin: 30px 0;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 20px 0 10px;
}

    section#contacts > h1, section#options > h1 {
        font-size: 1.6rem;
        margin: 0 0 20px;
        text-transform: uppercase;
    }

    section#contacts ul, section#options ul {
        width: 100%;
    }

        section#options ul > li {
            float: left;
            margin-right: 5%;
            margin-bottom: 10px;
            width: 30%;
            font-size: 1.3rem;
            line-height: 2.6rem;
            vertical-align: middle;
            color: #000;
        }

            section#contacts ul > li:nth-child(3n), section#options ul > li:nth-child(3n) {
                margin-right: 0;
            }

            section#options ul > li::before {
                font-family: portuense_p_icon !important;
                font-size: 1.6rem;
                line-height: 3rem;
                content: 'c';
                color: #6a9eb8;
                padding-right: 10px;
                text-align: center;
                vertical-align: bottom;
            }

section#contacts {
    display: table;
    width: 980px;
    max-width: 980px;
    margin: 30px auto;
}

    section#contacts ul > li {
        float: left;
        margin: 0 1% 0 0;
        width: 28%;
        font-family: Lato;
        font-size: 1.3rem;
        line-height: 2.6rem;
        vertical-align: middle;
        color: #000;
        position: relative;
        padding: 0 0 0 45px;
    }

        section#contacts ul > li:nth-child(1)::before, section#contacts ul > li:nth-child(2)::before, section#contacts ul > li:nth-child(3)::before {
            font-family: portuense_p_icon !important;
            font-size: 1.6rem;
            color: #fff;
            background-color: #6a9eb8;
            padding: 5px 10px;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 20px;
        }

        section#contacts ul > li:nth-child(1)::before {
            content: 'v';
        }

        section#contacts ul > li:nth-child(2)::before {
            content: 'p';
        }

        section#contacts ul > li:nth-child(3)::before {
            content: 's';
        }

    section#contacts a, section#contacts a:visited {
        color: #6a9eb8;
        text-decoration: none;
    }

section.main div#social {
    display: inline-block;
    padding-top: 20px;
}

#MyAccordion {
    width: 100% !important;
    margin: 30px 0 0;
    display: table;
}

.ui-accordion .ui-accordion-header {
    font-family: Lato-Black;
    font-size: 1.3rem;
    line-height: 38px;
    height: 38px;
    vertical-align: middle;
    color: #000;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    outline: 0;
    position: relative;
    margin-bottom: 5px;
}

.ui-accordion .ui-accordion-header-active::before, .ui-accordion-header::before {
    font-family: portuense_p_icon !important;
    font-size: 1.6rem;
    color: #fff;
    margin-right: 20px;
    border-radius: 20px;
}

.ui-accordion-header::before {
    content: 'k';
    background-color: #000;
    padding: 6px 10px 8px;
}

.ui-accordion .ui-accordion-header-active::before {
    content: 'l';
    background-color: #6a9eb8;
    padding: 8px 10px 6px;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0;
}

.ui-accordion .ui-accordion-content {
    overflow: hidden;
    overflow-y: auto;
    font-family: Lato;
    font-size: 1.5rem;
    line-height: 2.6rem;
    min-height: 120px;
    border-bottom: 1px solid #ececec;
    padding: 10px 50px;
}

section.page-testimonials {
    margin: 30px auto;
    max-width: 980px;
    width: 100%;
}

    section.page-testimonials > h1 {
        font-family: Lato-bold;
        font-size: 3.2rem;
        margin: 0 0 30px;
    }

    section.page-testimonials > article {
        text-align: justify;
        height: 100%;
        font-family: Lato;
        color: #000;
        font-size: 1.5rem;
        line-height: 2.6rem;
        padding: 0;
        margin: 0;
    }

        section.page-testimonials > article > p > span, section.page-testimonials > article > p > time {
            color: #6a9eb8;
            line-height: 5rem;
            text-transform: uppercase;
            display: inline-block;
            vertical-align: middle;
        }

        section.page-testimonials > article > p {
            margin: 0 0 10px;
            padding: 0;
        }

            section.page-testimonials > article > p > span {
                font-size: 1.1rem;
                font-family: Lato-bold;
                width: 50%;
                text-align: left;
            }

            section.page-testimonials > article > p > time {
                font-size: 1rem;
                float: right;
                text-align: right;
            }

div.social-networks {
    margin-top: 20px;
}

.sprite-social {
    display: block;
    background-image: url(../layout/sprite_social.png);
    background-repeat: no-repeat;
    font-family: Lato;
    color: #4d4d4d;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-indent: 30px;
    vertical-align: middle;
    font-size: 1.2rem;
    border: 0;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin-bottom: 5px;
}

    .sprite-social:hover {
        color: #7caec5;
    }

.facebook-icon {
    background-position: 0 0;
}

    .facebook-icon:hover {
        background-position: 0 -24px;
    }

.google-icon {
    background-position: -24px 0;
}

    .google-icon:hover {
        background-position: -24px -24px;
    }

.Linkedin-icon {
    background-position: -48px 0;
}

    .Linkedin-icon:hover {
        background-position: -48px -24px;
    }

.tripadvisor-icon {
    background-position: -72px 0;
}

    .tripadvisor-icon:hover {
        background-position: -72px -24px;
    }

.twitter-icon {
    background-position: -96px 0;
}

    .twitter-icon:hover {
        background-position: -96px -24px;
    }

.instagram-icon {
    background-position: -120px 0;
}

    .instagram-icon:hover {
        background-position: -120px -24px;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    header, ul.main-navigation li ul {
        -webkit-box-shadow: 0 7px 15px -2px rgba(0,0,0,.75);
    }

    #accordion li, #accordion li img, .accordionContent {
        -webkit-transition-duration: .5s;
    }

    select {
        -webkit-appearance: none;
    }

    ul.main-navigation li ul {
        -webkit-transition: all .3s 1s ease-in-out;
    }

    .accordionContent {
        -webkit-transition-property: box-shadow,margin,height,width;
    }

        #accordion li:hover .accordionContent, .accordionContent a, .accordionContent p, a, button, input[type=button] {
            -webkit-transition: all .3s ease-in-out;
        }

    #contactForm .classForm section.floatRight input {
        right: 16px;
    }
}

@-moz-document url-prefix() {
    select {
        -moz-appearance: none;
    }

    ul.main-navigation li ul {
        box-shadow: 0 7px 15px -2px rgba(0,0,0,.75);
        -moz-transition: all 1s .5s ease-in-out;
    }

    #accordion li, #accordion li img {
        -moz-transition-duration: .5s;
    }

        #accordion li .accordionContent {
            -moz-transition-property: box-shadow,margin,height,width;
            -moz-transition-duration: .5s;
        }

        #accordion li:hover .accordionContent {
            -webkit-box-shadow: 0 5px 10px #888;
            -webkit-transition: all .3s ease-in-out;
        }

        #accordion li .accordionContent p {
            -moz-transition: opacity .3s ease-in-out;
        }

        #accordion li .accordionContent a {
            -moz-transition: opacity .5s ease-in-out;
        }

    #contactForm .classForm section.floatRight input {
        right: 20px;
    }

    .combos .ajax__combobox_itemlist {
        background: #7caec5;
        box-shadow: 0 7px 15px -2px rgba(0,0,0,.5);
        position: absolute !important;
        top: 30px !important;
        left: 0 !important;
        margin: 0;
        padding: 0;
        overflow-y: auto !important;
        width: 120px !important;
        border: 0;
    }
}

@media (max-width:980px) {
    .page-container {
        width: 98%;
    }

    section.main > div#social, section.rooms > div#social {
        margin: 20px auto;
        display: table;
    }
}

@media (min-width:768px) and (max-width:980px) {
    div#header, footer {
        padding: 15px 0;
        max-width: 980px;
    }

        .MainBanner, .VideoBanner, .VideoBanner img, div#header, footer, footer hr {
            max-width: 980px;
        }

    div#logo {
        left: 10px;
    }

    footer {
        width: 98%;
        margin: 0 auto;
    }

        footer div.newsletter {
            display: table-cell;
            width: 30%;
            min-width: 300px;
        }

        footer nav.menu-footer {
            display: table-cell;
            width: 20%;
        }

        footer div.social {
            display: table-cell;
            width: 10%;
        }

    .menu-footer a {
        margin-left: 10px;
        margin-right: 10px;
    }

    .VideoBanner div#content {
        width: 75%;
        max-width: 75%;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .index-rooms div:nth-of-type(1) article > input[type=image], section.rooms > article, section.rooms > article > a {
        max-width: 100%;
    }

    .index-rooms {
        width: 98%;
    }

        .index-rooms div:nth-of-type(1) article {
            vertical-align: top;
        }

            .index-rooms div:nth-of-type(1) article > div > h1 {
                width: 100% !important;
            }

    .section-testimonials {
        width: 100%;
    }

        .section-testimonials > div.carousel {
            width: 96%;
        }

    section.rooms {
        width: 98%;
    }

        section.rooms > article {
            width: 47.5%;
            padding: 0 5% 40px 0;
            margin: 0;
            vertical-align: top;
        }

            section.rooms > article:nth-child(2n+1) {
                padding-right: 0;
            }

            section.rooms > article:nth-child(3n+1) {
                margin: 0;
                padding-right: 5%;
            }

            section.rooms > article > input[type=image] {
                width: 100%;
                max-width: 100%;
            }

            section.rooms > article > div > h1 {
                width: 100%;
            }
}

@media (max-width:767px) {
    .MainBanner, .VideoBanner, div#header {
        max-width: 767px;
    }

    div#header {
        width: 100%;
        height: 100%;
        min-height: 120px;
        margin: 0 auto;
    }

    div#logo {
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin: 50px 0 0 -117px;
    }

    div#top-bar {
        position: absolute;
        top: 0;
        right: 0;
        vertical-align: top;
    }

        div#top-bar div.cell {
            padding: 5px;
        }

            div#top-bar div.cell:last-child, div#top-bar div.cell:nth-child(1), div#top-bar div.cell:nth-child(2) {
                display: none;
            }

    .MainBanner div#button {
        bottom: 45px;
    }

        .MainBanner div#button > a {
            font-size: 1.2rem;
            padding: 0 15px;
        }

    .cycle-banner-buttons {
        font-size: 28px;
        top: 35%;
        width: 52px;
        height: 51px;
        line-height: 51px;
    }

    .VideoBanner div#content {
        width: 90%;
        max-width: 90%;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        padding: 10px;
    }

        .VideoBanner div#content > h1 {
            font-family: Lato-bold;
            font-size: 1.8rem;
            line-height: 2rem;
        }

        .VideoBanner div#content > span.text {
            font-size: 1.5rem;
        }

    section.main, section.page-testimonials {
        width: 96%;
    }

        section.page-testimonials > article {
            font-size: 1.4rem;
            line-height: 2.2rem;
        }

    .index-rooms {
        width: 98%;
        margin: 0 auto;
    }

        .index-rooms > h1 {
            text-align: center;
        }

        .index-rooms > div:nth-of-type(1) article {
            width: 96%;
            vertical-align: top;
            margin: 0 auto;
        }

            .index-rooms > div:nth-of-type(1) article > div > h1 {
                width: 100% !important;
            }

            .index-rooms > div:nth-of-type(1) article > input[type=image] {
                min-width: 100%;
            }

    .section-testimonials > div.carousel {
        width: 96%;
        max-width: 767px;
        margin: 0 auto;
        padding: 0;
    }

        .section-testimonials > div.carousel article {
            width: 100%;
            border-bottom: 1px solid #ececec;
        }

    footer {
        max-width: 767px;
        width: 98%;
        margin: 0 auto;
        padding: 15px 0;
    }

        footer div.newsletter {
            display: table;
            width: 100%;
            margin: 0 0 20px;
            padding: 0;
            min-width: 300px;
        }

        footer nav.menu-footer {
            display: block;
            float: left;
        }

        footer div.social {
            display: block;
            float: right;
            min-width: 100px;
            vertical-align: top;
        }

    .menu-footer a:first-child {
        margin-left: 0;
    }

    .div-formulario {
        display: table;
        width: 100%;
    }

        .div-formulario > div:nth-child(1), .div-formulario > div:nth-child(2) {
            display: table;
            width: 100%;
            margin: 20px 0 0;
        }

        .div-formulario > div:nth-child(3) {
            display: table;
            min-width: 200px;
            width: 50%;
            margin: 20px 0 0;
        }

        .div-formulario > div:nth-child(4) {
            display: table;
            width: 100%;
            margin-top: 20px;
        }

    section.rooms {
        width: 98%;
    }

        section.rooms > article {
            width: 47.5%;
            max-width: 100%;
            padding: 0 5% 40px 0;
            margin: 0;
            vertical-align: top;
        }

            section.rooms > article:nth-child(2n+1) {
                padding-right: 0;
            }

            section.rooms > article:nth-child(3n+1) {
                margin: 0;
                padding-right: 5%;
            }

            section.rooms > article > input[type=image] {
                width: 100%;
                max-width: 100%;
            }

            section.rooms > article > div > h1 {
                width: 100%;
            }

            section.rooms > article > a {
                max-width: 100%;
            }

    section.main > article > div {
        display: table;
        vertical-align: top;
        margin: 0 auto 30px;
    }

        section.main > article > div:nth-child(1) {
            padding-left: 0;
            max-width: 768px;
            text-align: center;
        }

        section.main > article > div:nth-child(2) {
            padding-left: 0;
            max-width: 768px;
        }

        section.main > article > div > h3 {
            font-family: Lato;
            font-size: 2rem;
            line-height: 2.4rem;
            color: #000;
            text-align: left;
        }

    section#options ul > li {
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
        width: 32%;
    }

        section#contacts ul > li:nth-child(2n), section#contacts ul > li:nth-child(3n), section#options ul > li:nth-child(3n) {
            margin-right: 0;
        }

    section#contacts {
        width: 98%;
        max-width: 768px;
    }

        section#contacts ul > li {
            float: left;
            min-width: 60%;
            width: auto;
            max-width: 100%;
            margin: 0 0 20px;
            display: table;
            padding: 0 0 0 55px;
        }

    section.main div#social {
        display: inline-block;
        padding-top: 20px;
        text-align: center;
    }
}

@media (max-width:480px) {
    #slogan, .VideoBanner div#content > h1 {
        font-family: Lato;
        line-height: 2.4rem;
    }

    #slogan, footer {
        max-width: 480px;
    }

        #slogan, footer div.social, nav.menu-footer, section#contacts > h1, section#options > h1 {
            text-align: center;
        }

    #slogan {
        margin: 40px 5px 20px;
        font-size: 1.8rem;
    }

    .VideoBanner div#content {
        top: 20px;
        padding: 10px;
    }

        .VideoBanner div#content > h1 {
            font-size: 2rem;
        }

        .VideoBanner div#content > span.text {
            display: none;
        }

    footer {
        width: 98%;
        margin: 0 auto;
        padding: 15px 0;
    }

        footer div.newsletter {
            display: table;
            width: 100%;
            margin-bottom: 20px;
        }

    nav.menu-footer {
        display: inline-block;
        margin: 0 auto 20px;
        padding: 0;
        width: 100%;
        float: none;
    }

    footer div.social {
        display: table;
        white-space: nowrap;
        float: none;
        margin: 0 auto;
        width: 100%;
    }

        footer div.social a {
            display: inline-block;
            margin-right: 20px;
            height: 24px;
        }

            footer div.social a:last-child {
                margin-right: 0;
            }

    .sprite-social {
        text-indent: -1000px;
    }

    section#options ul > li {
        float: left;
        margin-right: 5%;
        margin-bottom: 10px;
        width: 100%;
        max-width: 480px;
    }

    section.rooms > article, section.rooms > article > input[type=image] {
        max-width: 100%;
        width: 100%;
    }

    section#options ul > li:nth-child(2n) {
        margin-right: 0;
    }

    section#options ul > li:nth-child(3n) {
        margin-right: 5%;
    }

    section.rooms {
        width: 96%;
    }

        section.rooms > article {
            padding: 0 0 40px;
            margin: 0;
            vertical-align: top;
        }

            section.rooms > article:nth-child(2n+1) {
                padding-right: 0;
            }

            section.rooms > article:nth-child(3n+1) {
                margin: 0;
                padding-right: 0;
            }

            section.rooms > article > div > h1 {
                width: 100%;
            }

            section.rooms > article > a {
                max-width: 100%;
            }
}
