/*Shared*/

.grecaptcha-badge {
    visibility: collapse !important;
}

::-moz-selection {
    background: #000000;
}

::selection {
    background: #000000;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.fullwidth {
    width: 100% !important;
    height: auto !important;
}

.container-smaller {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.slider-caption h2 {
    margin-bottom: 0 !important;
}

a.button {
    text-shadow: none !important;
    border: 4px solid #4a4a4a !important;
    color: #4a4a4a;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700 !important;
    line-height: 35px !important;
    text-transform: uppercase;
    background-color: #ffffff;
}

a.button:hover {
    background-color: #ffffff;
    color: #4a4a4a;
}

.embbed-video {
    margin-top: 10px;
    margin-bottom: 10px;
}

.swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.5 !important;
    pointer-events: none;
}

.sub-menu {
    position: inherit !important;
}

.mardear-submenu .sub-container {
    margin: 0 15%;
    overflow: auto;
    display: flex;
    padding-top: 130px;
}

.mardear-submenu.mardear-submenu-content {
    display: block;
    background-color: #000000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 91vh;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.mardear-room-header .mardear-submenu.mardear-submenu-content {
    height: 63vh !important;
}

.mardear-hotel-header .mardear-submenu.mardear-submenu-content {
    height: 63vh !important;
}

.mardear-small-header .mardear-submenu.mardear-submenu-content {
    height: 63vh !important;
}

.mardear-especial-header .mardear-submenu.mardear-submenu-content {
    height: 63vh !important;
}

.mardear-submenu.mardear-submenu-content.open {
    visibility: visible;
    opacity: 1;
    z-index: -1;
    transition-delay: 0s, 0s, 0.3s;
}

.mardear-submenu.mardear-submenu-content.submenu-down {
    top: 100%;
}

#primary-menu .mardear-submenu.mardear-submenu-content .mardear-submenu-column {
    display: block;
    position: relative;
    background-color: #000000;
    opacity: 0.95;
    top: 0;
    left: 0;
    width: 30%;
    border: none;
    padding-right: 30px;
}

.mardear-submenu.mardear-submenu-content .mardear-submenu-image {
    width: 70%;
}

.hide-sub-image {
    display: none !important;
}

.show-sub-image {
    display: block !important;
}

.mardear-submenu.mardear-submenu-content .mardear-submenu-image img {
    width: 100%;
}

#primary-menu .mardear-submenu.mardear-submenu-content .mardear-submenu-column li a {
    text-align: center;
}

#primary-menu .mardear-submenu.mardear-submenu-content .mardear-submenu-column li a h3 {
    color: #9b9b9b;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}

#primary-menu .mardear-submenu.mardear-submenu-content .mardear-submenu-column li a p {
    color: #9b9b9b;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 21px !important;
    margin-bottom: 0;
}

#primary-menu .mardear-submenu.mardear-submenu-content .mardear-submenu-column li:hover a {
    background-color: #000000;
    padding-left: 13px;
}

#primary-menu .mardear-submenu.mardear-submenu-content .mardear-submenu-column li:hover a h3, #primary-menu .mardear-submenu.mardear-submenu-content .mardear-submenu-column li:hover a p {
    color: #ffffff;
}

#primary-menu .mardear-submenu.mardear-submenu-content .mardear-submenu-column .list-line {
    display: block;
    border-bottom: 1px solid #292828;
    margin-top: 30px;
    margin-bottom: 15px;
}

.modal-dialog {
    height: 95vh;
    margin: 20px auto;
}

.modal-dialog .modal-body {
    display: flex;
    height: 95vh;
}

.modal-dialog .modal-body form {
    width: 100%;
}

.modal-dialog .modal-background {
    overflow: hidden;
}

.modal-dialog .modal-background img {
    width: 100%;
    height: 92vh;
}

.modal-dialog .modal-content {
    border-radius: 0;
    overflow-y: scroll;
    padding-bottom: 10px;
}

.modal-dialog .modal-body .data {
    margin-bottom: 20px;
}

.modal-dialog .modal-body .form-group {
    margin-bottom: 20px;
}

.modal-dialog .button-dialog {
    border: 2px solid #ffffff;
    background-color: #000000;
    color: #fdfdfd;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-dialog input[type="text"], .modal-dialog input[type="email"], .modal-dialog input[type="tel"], .modal-dialog input[type="number"] {
    background: transparent;
    border: 2px solid #434343;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    color: #444444;
    padding: 5px;
    text-align: left !important;
}

.modal-dialog input:focus:required:invalid {
    border-color: #ed6347;
}

.modal-dialog textarea {
    background: transparent;
    border: 2px solid #434343;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    color: #444444;
    padding: 0;
    text-align: left !important;
}

.modal-dialog ::placeholder {
    color: #c4cdd5 !important;
    font-family: 'San Francisco Display';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.modal-dialog select.form-control {
    color: #444444 !important;
    border: 2px solid #4a4a4a;
    border-radius: 4px;
}

.modal-dialog label {
    color: #212b36;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
}

.modal-dialog label a {
    color: #212b36;
    text-decoration: underline !important;
}

.modal-dialog .modal-header {
    border-bottom: none;
}

.modal-dialog .modal-header img {
    margin-bottom: 45px;
}

.modal-dialog .modal-header h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal-dialog .modal-header h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal-dialog .modal-header p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 22px;
    margin-bottom: 20px;
}

.modal-dialog .modal-header p.required-text {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 22px;
    margin-bottom: 20px;
}

.modal-dialog .modal-body .form-data {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.modal-dialog .modal-body .form-data .form-data-pessoas {
    display: contents;
}

.modal-dialog .modal-body .form-data .data {
    width: 49%;
}

.modal-dialog .modal-body .form-data .data input, .modal-dialog .modal-body .form-data-casamento .data input, .modal-dialog .modal-body .form-data-spa .data input {
    background-image: url(/uploads/images/coaster2017/data-icon-black.png);
    background-position: 97% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
}

.modal-dialog .modal-body .form-data .adultos {
    width: 23.5%;
}

.modal-dialog .modal-body .form-data .criancas {
    width: 23.5%;
}

.modal-dialog .modal-body .form-horario {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.modal-dialog .modal-body .form-horario .refeicao {
    width: 49%;
}

.modal-dialog .modal-body .form-horario .hora {
    width: 49%;
}

.modal-dialog .modal-body .form-checks {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    color: #212b36;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.modal-dialog .modal-body .form-checks .pedido-especial {
    padding-right: 30px;
}

.modal-dialog .modal-body .form-line {
    border: 1px solid #979797;
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal-dialog .modal-body .form-nomes {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.modal-dialog .modal-body .form-nomes .nome {
    width: 49%;
}

.modal-dialog .modal-body .form-nomes .apelido {
    width: 49%;
}

.modal-dialog .modal-body .form-contactos {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.modal-dialog .modal-body .form-contactos .email {
    width: 49%;
}

.modal-dialog .modal-body .form-contactos .telefone {
    width: 49%;
}

.modal-dialog .modal-body .form-final-section {
    display: flex;
}

.modal-dialog .modal-body .form-final-section img {
    padding-top: 30px;
    padding-bottom: 30px;
}

.modal-dialog .modal-body .form-evento {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.modal-dialog .modal-body .form-evento .form-group {
    width: 49%;
}

.modal-dialog .modal-body .form-data-spa {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.modal-dialog .modal-body .form-data-spa .data {
    width: 49%;
}

.modal-dialog .modal-body .form-data-spa .hora {
    width: 49%;
}

.modal-dialog .modal-body .form-data-casamento {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.modal-dialog .modal-body .form-data-casamento .data {
    width: 49%;
}

.modal-dialog .modal-body .form-data-casamento .convidados {
    width: 49%;
}

.modal-dialog .modal-body .form-pessoas {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.modal-dialog .modal-body .form-pessoas .adultos {
    width: 49%;
}

.modal-dialog .modal-body .form-pessoas .criancas {
    width: 49%;
}

.checkbox-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label {
    display: flex;
    vertical-align: middle;
    margin: 0 !important;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #000000;
    display: flex;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: #000000;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom:focus+.checkbox-custom-label, .radio-custom:focus+.radio-custom-label {
    outline: 1px solid #ddd;
    /* focus style */
}

/* The container */

.footer-filter .mardear-radio {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.footer-filter .mardear-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.modal-dialog .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #c4cdd5;
}

.modal-dialog .mardear-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.modal-dialog .mardear-radio {
    padding-left: 25px;
}

/* On mouse-over, add background color */

.modal-dialog .mardear-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked */

.modal-dialog .mardear-radio input:checked~.checkmark {
    background-color: transparent;
    border: 1px solid #c4cdd5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.modal-dialog .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.modal-dialog .mardear-radio input:checked~.checkmark:after {
    display: block;
    width: 10px;
    height: 10px;
}

/* Style the indicator (dot/circle) */

.modal-dialog .mardear-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c4cdd5;
}

/*Modal reserva direta*/

.bs-example-modal-reserva .modal-dialog .modal-body {
    display: flex;
    height: auto;
}

.bs-example-modal-reserva .modal-dialog .modal-body:first-of-type {
    padding: 0;
    border: 10px solid #93bab0;
    margin: 5%;
}

.bs-example-modal-reserva .modal-header button.close {
    opacity: 1;
    color: rgba(51, 50, 56, 0.52);
    font-size: 38px;
}

.bs-example-modal-reserva .modal-header {
    padding: 15px 50px;
}

.bs-example-modal-reserva .modal-header .modal-title {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.21px;
    margin-top: 20px;
}

.bs-example-modal-reserva .modal-dialog .modal-content {
    border: none;
    box-shadow: none;
    overflow-y: auto;
    padding-bottom: 0;
}

.bs-example-modal-reserva .modal-dialog .modal-content .modal-body {
    padding: 15px 50px;
}

.bs-example-modal-reserva .modal-dialog .reserva-wrap {
    display: flex;
}

.bs-example-modal-reserva .modal-dialog .reserva-wrap img {
    width: 85px;
    height: 85px;
}

.bs-example-modal-reserva .modal-dialog .reserva-wrap-info {
    margin-left: 15px;
}

.bs-example-modal-reserva .modal-dialog .reserva-wrap-info h3 {
    color: #74968d;
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.11px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.bs-example-modal-reserva .modal-dialog .reserva-wrap-info p {
    color: #4a4a4a;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.08px;
}

.bs-example-modal-reserva .modal-dialog .reserva-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.bs-example-modal-reserva .modal-dialog .button-reserva-close {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.11px;
    text-transform: uppercase;
    line-height: 40px !important;
    border-radius: 3px;
    border: 5px solid rgba(74, 74, 74, 0.64);
    background-color: #93bab0;
}

.button.button-border.button-fill.button-reserva-close:hover {
    background-color: #93bab0 !important;
}

/*End modal reserva direta*/

.datepicker.dropdown-menu {
    background-color: #000000;
    border-radius: 7px;
    border: 1px solid #6b7179;
}

.datepicker.dropdown-menu th.prev, .datepicker.dropdown-menu th.next {
    color: #ffffff;
}

.datepicker.dropdown-menu th.dow {
    color: #9b9b9b;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: 400;
    box-lines: 16px;
}

.datepicker.dropdown-menu td.day {
    color: #eeeeee;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.datepicker.dropdown-menu td.day:hover, .datepicker.dropdown-menu th.prev:hover, .datepicker.dropdown-menu th.next:hover, .datepicker.dropdown-menu th.datepicker-switch:hover {
    color: #000000;
}

.datepicker.dropdown-menu td.active:hover.active {
    background-color: #4a4a4a;
    color: #000000;
}

.datepicker.dropdown-menu td.active.active {
    background-color: #4a4a4a;
}

.datepicker.dropdown-menu td.old.day, .datepicker.dropdown-menu td.new.day {
    color: #333333;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.datepicker.dropdown-menu th.datepicker-switch {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.datepicker.dropdown-menu .datepicker-months span.month {
    color: #eeeeee;
}

.datepicker.dropdown-menu .datepicker-months span.month:hover {
    color: #000000;
}

.datepicker.dropdown-menu .datepicker-months span.month.active.active {
    background-color: #4a4a4a;
}

.datepicker.dropdown-menu .datepicker-years span.year {
    color: #eeeeee;
}

.datepicker.dropdown-menu .datepicker-years span.year.old, .datepicker.dropdown-menu .datepicker-years span.year.new {
    color: #4a4a4a;
}

.datepicker.dropdown-menu .datepicker-years span.year:hover {
    color: #000000;
}

.datepicker.dropdown-menu .datepicker-years span.year.active.active {
    background-color: #4a4a4a;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #ffffff;
    opacity: 0.5;
    pointer-events: none;
}

.mfp-iframe-holder .mfp-content {
    max-width: 100%;
    height: 100%;
}

/*End Shared*/

/*Navigation*/

#header.mardear-transparent-header, #header.mardear-transparent-header #header-wrap {
    background: transparent;
    border-bottom: none;
    z-index: 199;
}

#header.mardear-transparent-header+#slider {
    top: -100px;
    margin-bottom: -100px;
}

#slider.increase-margin {
    margin-bottom: -265px !important;
}

#slider.decrease-margin {
    margin-bottom: -100px !important;
    -webkit-transition: margin-bottom .5s ease-in-out;
    -o-transition: margin-bottom .5s ease-in-out;
    transition: margin-bottom .5s ease-in-out;
}

#content #slider.increase-padding {
    padding-top: 244px;
}

#content #slider.deacrease-padding {
    padding-top: 0;
    -webkit-transition: padding-top .5s ease-in-out;
    -o-transition: padding-top .5s ease-in-out;
    transition: padding-top .5s ease-in-out;
}

#header.mardear-transparent-header+.slider-parallax .slider-parallax-inner {
    top: 0;
}

#header.mardear-transparent-header.sticky-header #header-wrap {
    border-bottom: none !important;
}

#header.mardear-transparent-header.sticky-header #header-wrap.move-down {
    background: rgba(0, 0, 0, 0.46);
    opacity: 0.71;
    border-bottom: none !important;
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 85px;
}

#header .container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}

.content-wrap {
    padding-bottom: 0 !important;
}

#logo {
    margin-right: 0px;
    height: 100px;
}

#logo img {
    /*max-width: 194px;*/
    /*max-height: 45px;*/
    /*transform: translate(0%, 50%);*/
    transition: 0.25s ease-in;
}

.sticky-header #logo img {
    /* max-height: 35px; */
    transform: translate(0%, 1%);
}

#primary-menu ul>li {
    margin-left: 0;
}

#primary-menu ul li>a {
    padding: 39px 13px;
}

#primary-menu ul li.current>a {
    color: #c4cdd5
}

#primary-menu ul li.mega-menu.active>a {
    color: #c4cdd5
}

#primary-menu ul li>a {
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -0.19px;
}

#primary-menu ul li:hover>a {
    color: #c4cdd5
}

#primary-menu ul li>a i.icon-angle-down {
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

#primary-menu ul li>a i.icon-angle-down.switch-arrow {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

.sticky-header #primary-menu ul li>a {
    color: #ffffff;
}

.sticky-header #primary-menu ul li:hover>a {
    color: #c4cdd5;
}

.move-down .language-selector {
    margin-top: 12px;
}

.language-selector {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    padding-right: 13px;
}

.language-selector a {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.19px;
    text-transform: uppercase;
}

.language-selector a.active {
    font-weight: 700;
}

#header-wrap.move-down .language-selector .languages{
    display: none;
}

.language-selector .languages .btn-group {
    width: auto !important;
}

.language-selector .languages .btn {
    background-color: transparent;
    border-color: transparent;
}

.language-selector .languages .btn span {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.19px;
    text-transform: uppercase;
}

.language-selector .languages .open>.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border-color: transparent;
}

.language-selector .languages .btn-group .dropdown-menu {
    background-color: #000000;
    border-color: #ffffff;
}

.language-selector .languages .btn-group .dropdown-menu ul li a {
    color: #ffffff;
    transition: color 0.5s ease-in-out;
}

.language-selector .languages .btn-group .dropdown-menu ul li a:hover, .language-selector .languages .btn-group .dropdown-menu ul li a:focus {
    background-color: transparent;
    color: #e2e1e1;
}

.sticky-header .language-selector a {
    color: #ffffff;
}

#primary-menu .dropdown-menu li {
    background-image: url("http://mardear.local/uploads/images/coaster2017/goma.png");
    background-size: cover;
    float: left !important;
}

#primary-menu .dropdown-menu li>a {
    height: 180px;
    width: fit-content;
}

#primary-menu ul li.mega-menu .mega-menu-content {
    width: 100%;
}

@media (max-width: 991px) {
    .language-selector {
        top: 2%;
    }
}

#header #header-wrap.move-down #primary-menu ul li.home {
    display: block !important;
}

#header #header-wrap.move-down.menu-fade {
    opacity: 0 !important;
    -webkit-transition: opacity .2s ease-in-out !important;
    -o-transition: opacity .2s ease-in-out !important;
    transition: opacity .2s ease-in-out !important;
}

#header #header-wrap.move-down.menu-show {
    opacity: 1 !important;
    -webkit-transition: opacity .2s ease-in-out !important;
    -o-transition: opacity .2s ease-in-out !important;
    transition: opacity .2s ease-in-out !important;
}

/*End Navigation*/

/*Breadcrumbs*/

.noticias-filter .breadcrumb>li+li:before {
    content: ">";
    color: #555555;
}

.restaurante.breadcrumb-wrap .breadcrumb {
    position: relative !important;
    margin: 20px 0 !important;
}

.breadcrumb a:hover {
    color: #cccccc;
}

/*End breadcrumbs*/

/*Home Carrosel*/

.home-carrosel #slider-arrow-right, .home-carrosel #slider-arrow-left, .home-carrosel #slider-arrow-right:hover, .home-carrosel #slider-arrow-left:hover {
    background-color: transparent !important;
}

.home-carrosel #slider-arrow-right i, .home-carrosel #slider-arrow-left i {
    font-size: 75px;
}

.home-carrosel #slider-arrow-right {
    right: 3%;
}

.home-carrosel #slider-arrow-left {
    left: 3%;
}

.home-carrosel .slider-caption h2 {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -0.49px;
    text-transform: none;
}

.home-carrosel .slider-caption p {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.34px;
    font-style: italic;
    text-transform: none;
}

.home-carrosel a>i.icon-line-play {
    position: relative;
    left: 16%;
    bottom: 13%;
    z-index: 199;
}

.home-carrosel i {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.home-carrosel a.video-icon {
    top: -55px;
    left: 0;
    right: 0;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.home-carrosel a.video-icon.video-hidden, .home-carrosel p.icon-string.video-hidden {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.home-carrosel .icon-string {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.7px;
    text-align: center;
    margin-bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.home-carrosel .video-icon-wrap {
    position: relative;
    top: 70%;
    display: flex;
    justify-content: center;
}

/*End Home Carrosel*/

/*Menu Filter*/

.menu-filter.fixed-filter {
    position: fixed;
    top: 80px;
    height: 126px;
    visibility: hidden;
}

.menu-filter {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.46);
    z-index: 199;
    position: absolute;
    bottom: 0;
    width: 100%;
    visibility: visible;
    height: 65px;
}

.menu-filter.fixed-filter .button.button-xlarge {
    height: 37px;
    line-height: 37px;
}

.menu-filter .button.button-xlarge {
    height: 37px;
    line-height: 37px !important;
    border: none !important;
}

.menu-filter .col-filter {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 11.904761%;
}

.menu-filter .col-filter-md {
    width: 15%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.menu-filter .col-filter .form-group, .menu-filter .col-filter-sm .form-group {
    margin-bottom: 0 !important;
}

.menu-filter .col-filter-sm {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 9%;
}

.menu-filter .col-filter, .menu-filter .col-filter-sm, .menu-filter .col-filter-md {
    padding-top: 0px;
    padding-top: 0;
}

.menu-filter .col-filter-btn {
    margin-top: -5px;
}

.menu-filter.fixed-filter .col-filter, .menu-filter.fixed-filter .col-filter-sm, .menu-filter.fixed-filter .col-filter-md {
    margin-top: 0px;
    padding-top: 0;
}

.menu-filter.fixed-filter .col-filter-btn {
    margin-top: -5px;
}

::placeholder {
    color: #FFF !important;
}

.menu-filter .info-filter {
    padding-left: 100px;
    padding-top: 0;
}

.menu-filter.fixed-filter .info-filter {
    padding-top: 0;
}

.menu-filter .info-filter p {
    float: left;
    text-align: right;
}

.menu-filter .info-filter img {
    cursor: pointer;
}

.menu-filter .info-filter .info-filter-title {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -6px;
}

.menu-filter .info-filter .info-filter-subtitle {
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.49px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 75%;
    cursor: pointer;
}

.menu-filter label {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 0;
}

.menu-filter .row-first {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-right: 0;
    margin-left: 0;
}

.menu-filter .row-last {
    margin-bottom: 30px;
}

.menu-filter .row-last p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.menu-filter select {
    -webkit-appearance: none;
    background-image: url("/uploads/images/coaster2017/down_caret.svg") !important;
    background-position: 99% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
}

.menu-filter input[type="text"], select.form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #ffffff;
    padding: 0;
    text-align: center;
}

.menu-filter input[type="text"]:focus, select.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-filter button.button {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0 22px;
}

.menu-filter-bottom-hide {
    opacity: 0;
}

.menu-filter-bottom-show {
    opacity: 1;
    -webkit-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
}

.menu-filter-top-show {
    visibility: visible !important;
    height: 65px !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    top: 0 !important;
    -webkit-transition: top 0s ease-in-out;
    -o-transition: top 0s ease-in-out;
    transition: top 0s ease-in-out;
}

.menu-filter-top-move-down {
    visibility: visible !important;
    top: 80px !important;
    -webkit-transition: top 0s ease-in-out;
    -o-transition: top 0s ease-in-out;
    transition: top 0s ease-in-out;
}

.menu-filter-top-move-hide {
    visibility: hidden !important;
}

@media (max-width: 991px) {
    .menu-filter {
        display: none;
    }
}

/*End Menu Filter*/

/*Ofertas Carrosel*/

.nav-disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.ofertas-carrosel {
    padding-top: 75px;
    padding-bottom: 45px;
    background-size: cover;
    opacity: 0.85;
}

.ofertas-carrosel::after {
    content: "";
    opacity: 0.85;
    background-image: linear-gradient(225deg, rgba(238, 238, 238, 0.88) 0%, #ffffff 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.ofertas-carrosel h2 {
    text-align: center;
}

.outras-ofertas .col_full {
    text-align: center;
}

.ofertas-carrosel .flex-next, .ofertas-carrosel .flex-next:hover {
    right: 3%;
    border-radius: 50%;
    background-color: transparent !important;
    border: 1px solid #444c55 !important;
}

.ofertas-carrosel .flex-prev, .ofertas-carrosel .flex-prev:hover {
    left: 3%;
    border-radius: 50%;
    background-color: transparent !important;
    border: 1px solid #444c55 !important;
}

.ofertas-carrosel .flex-next i, .ofertas-carrosel .flex-prev i {
    color: #444c55;
}

.ofertas-carrosel .flex-next i {
    margin-left: 10px;
}

.ofertas-carrosel .flex-prev i {
    margin-left: 5px;
}

.ofertas-carrosel .slide a {
    border-bottom: 2px solid #363e48;
    color: #4a4a4a;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.ofertas-carrosel .slide h2 {
    color: #363e48;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.59px;
    font-style: italic;
    text-align: left;
}

.ofertas-carrosel .slide p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.15px;
    margin-bottom: 0;
    line-height: 22px !important;
}

.ofertas-carrosel .slide p:last-of-type {
    margin-top: 10px;
    margin-bottom: 40px;
}

.ofertas-carrosel .slide p>strong {
    color: #363e48;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.ofertas-carrosel .col_full {
    margin-bottom: 45px;
}

.ofertas-carrosel .col_full h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.ofertas-carrosel .flex-control-nav {
    display: none;
}

.ofertas-carrosel #flex-slider-counter {
    position: absolute;
    top: 5%;
    right: 4.8%;
    bottom: 20px;
    z-index: 20;
    width: 36px;
    height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-weight: 300;
}

.ofertas-carrosel #slider-counter-current, #slider-counter-total {
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 0;
}

.ofertas-carrosel #slider-counter-current {
    color: #9b9b9b;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-style: italic;
}

.ofertas-carrosel #slider-counter-total {
    top: 50%;
    bottom: 5px;
    left: auto;
    right: 0;
    color: #363e48;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-style: italic;
}

.ofertas-carrosel #flex-slider-counter span {
    display: block;
    color: #363e48;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
    font-style: italic;
}

/*End Ofertas Carrosel*/

/*Outras ofertas*/

.outras-ofertas {
    padding-top: 80px;
    padding-bottom: 25px;
    background-color: #f3f3f3;
}

.outras-ofertas .col-md-4 a:first-of-type {
    display: inline-block;
    transition: opacity 0.5s ease-in-out;
}

.outras-ofertas .col-md-4 a:first-of-type:hover {
    opacity: 0.8 !important;
    transition: opacity 0.5s ease-in-out;
}

.outras-ofertas .col_full {
    margin-bottom: 0;
}

.outras-ofertas h2 {
    color: #4a4a4a;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.14px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.outras-ofertas p {
    color: #4a4a4a;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 22px !important;
    text-align: justify;
}

.outras-ofertas a.button {
    border: 4px solid #4a4a4a;
    background-color: #ffffff;
    color: #4a4a4a;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    padding: 0 25px;
}

/*End outras ofertas*/

/*Hotel Info*/

.hotel-info {
    margin-top: 60px;
}

.hotel-info .col_full {
    margin-bottom: 10px;
    text-align: center
}

.hotel-info .col_full h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000000
}

.hotel-info-left .wrapper, .hotel-info-right .wrapper {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 30px;
}

.hotel-info-left .hotel-text {
    position: absolute;
    width: 52%;
    z-index: 10;
    right: 0%;
    bottom: 0;
    background-color: #ffffff;
}

.hotel-info .hotel-text h2 {
    color: #363e48;
    font-family: 'Playfair Display', serif;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 40px;
}

.hotel-info .hotel-text p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 24px !important;
    text-align: justify;
}

.hotel-info .hotel-text a.button {
    border: 4px solid #4a4a4a;
    color: #4a4a4a;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1.09px;
    background-color: #ffffff;
    line-height: 35px;
    padding: 0 25px;
}

.hotel-info-left .col-md-8 {
    padding: 0;
}

.hotel-info-right .col-md-8 {
    float: right;
    text-align: right;
    padding: 0;
}

.hotel-info-right .hotel-text {
    position: absolute;
    width: 52%;
    z-index: 10;
    left: 0%;
    bottom: 0;
    background-color: #ffffff;
}

.hotel-text .text-wrapper {
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*End Hotel Info*/

/*Explorar*/

.explorar {
    padding-top: 60px;
}

.explorar .masonry-thumbs p {
    position: absolute;
    max-width: 200px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 45px !important;
    letter-spacing: 0.6px;
    font-style: italic;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
    z-index: 99;
}

.explorar .col_full {
    text-align: center;
    margin-bottom: 0;
}

.explorar .col_full h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000000;
}

/*End Explorar*/

/*Home testimonial*/

.home-testimonial {
    background-color: #f3f3f3;
    padding-top: 40px;
}

.home-testimonial .col_full {
    text-align: center;
    margin-bottom: 0;
}

.home-testimonial .col_full h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 2px solid #000000;
}

.home-testimonial .testimonial {
    border: none;
    box-shadow: none;
    background-color: #f3f3f3;
}

.home-testimonial .testimonial .testi-content {
    width: 80%;
    margin: auto;
}

.home-testimonial .testi-meta::before {
    content: none;
}

.home-testimonial .testi-meta h3 {
    margin-bottom: 0;
    color: #363e48;
    font-family: 'Playfair Display', serif;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -0.18px;
    font-style: italic;
    text-transform: none;
}

.home-testimonial .testi-meta span {
    margin-bottom: 30px;
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.82px;
}

.home-testimonial .testi-content p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.1px;
    margin-bottom: 30px;
    line-height: 22px !important;
}

.home-testimonial .testi-content img {
    width: 150px;
    height: auto;
    margin: auto auto;
}

.home-testimonial .flex-prev, .home-testimonial .flex-next, .home-testimonial .flex-prev:hover, .home-testimonial .flex-next:hover {
    background-color: transparent !important;
}

.home-testimonial .flex-prev {
    left: 6%;
}

.home-testimonial .flex-next {
    right: 6%;
}

.home-testimonial .flex-control-nav {
    display: none;
}

.home-testimonial .flex-prev i, .home-testimonial .flex-next i {
    color: #212b36;
}

/*End home testimonial*/

/*Noticias*/

.actividades-noticias .col_full {
    text-align: center;
    margin-bottom: 0;
}

.actividades-noticias .container .col_full {
    margin-bottom: 50px;
}

.actividades-noticias .col_full h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 2px solid #000000;
}

.actividades-noticias .container h2 {
    color: #aaaaaa;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.25px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.actividades-noticias .container p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 22px !important;
    text-align: justify;
}

/*Noticias*/

/*Posts Sociais*/

.posts-sociais .masonry-thumbs p {
    position: absolute;
    max-width: 200px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.posts-sociais .masonry-thumbs a .insta-content {
    background-color: rgba(74, 74, 74, 0.76);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.posts-sociais .masonry-thumbs img {
    padding: 0;
}

.posts-sociais .col_full {
    margin-bottom: 0;
}

.posts-sociais .insta-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}

.instagram-media {
    max-width: 25% !important;
    float: left;
}

/*End posts sociais*/

/*Footer*/

.footer-filter {
    background-color: #4f514f;
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
}

.footer-filter .newsletter-alert {
    display: flex;
    justify-content: center;
}

.footer-filter .row-first .col-md-3 {
    padding-left: 6.5px;
    padding-right: 6.5px;
}

.footer-filter .row-first {
    display: flex;
    justify-content: center;
}

.footer-filter .footer-filter-title {
    width: 20.1%;
    float: left;
}

.footer-filter .row-last .footer-filter-title {
    width: 19%;
}

.footer-filter .container h3 {
    color: #fdfdfd;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    text-align: right;
    line-height: 25px;
}

.footer-filter .container p {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.07px;
    text-align: right;
    margin-bottom: 0;
    line-height: 18px !important;
}

.footer-filter .container strong {
    font-weight: 700;
}

.footer-filter .input-group {
    width: 100%;
}

.footer-filter .input-group .form-control {
    border: 2px solid #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    margin-top: 5px;
    height: 40px;
    color: #ffffff;
}

.footer-filter .input-group .form-control::placeholder {
    color: #ffffff;
}

.footer-filter .container button {
    border: 2px solid #ffffff !important;
    background-color: #000000;
    color: #fdfdfd;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
}

.footer-filter .row-last .radio {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-top: 5px;
}

.footer-filter input[type="radio"] {
    margin: 1px 0 0;
    margin-left: -20px;
}

.footer-filter .row-last .radio label {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.06px;
    text-transform: none;
}

.footer-filter .row-last .radio label a {
    color: #ffffff;
    text-decoration: underline !important;
}

.footer-filter .row-last.col_full {
    margin-bottom: 0;
    margin-left: 11%;
}

/* The container */

.footer-filter .mardear-radio {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.footer-filter .mardear-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

/* On mouse-over, add background color */

.footer-filter .mardear-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked */

.footer-filter .mardear-radio input:checked~.checkmark {
    background-color: transparent;
    border: 1px solid #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.footer-filter .mardear-radio input:checked~.checkmark:after {
    display: block;
    width: 6px;
    height: 6px;
}

/* Style the indicator (dot/circle) */

.footer-filter .mardear-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
}

#footer {
    border-top: none;
}

#footer.footer-mardear .footer-info {
    padding-bottom: 100px;
}

#footer.footer-mardear ul {
    list-style: none;
}

#footer.footer-mardear h3 {
    color: #ffffff;
}

#footer.footer-mardear p {
    margin-bottom: 0;
    color: #ffffff;
}

#footer.footer-mardear p:last-of-type {
    margin-bottom: 20px;
}

#footer.footer-mardear p>a {
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.92px;
}

#footer.footer-mardear h3 {
    margin-bottom: 10px;
}

#footer.footer-mardear ul li>a {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06px;
    line-height: 24px;
}

#footer.footer-mardear ul li:hover>a {
    color: #c4cdd5;
}

#footer.footer-mardear .social-icon {
    color: #ffffff;
    font-size: 25px;
}

#footer.footer-mardear .suporte {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 127px;
    height: 44px;
    background-color: #ffffff;
    font-size: 14px;
    display: grid;
    justify-content: center;
    align-content: center;
}

#footer.footer-mardear .suporte a {
    color: #212b36;
}

#footer.footer-mardear .footer-copyright {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.07px;
}

#footer.footer-mardear .footer-copyright a {
    color: #ffffff;
}

#footer.footer-mardear .footer-copyright p {
    margin-bottom: 0;
}

#footer.footer-mardear .footer-copyright {
    background-color: #343935;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer.footer-mardear .footer-copyright .col-md-4 {
    text-align: right;
}

#footer.footer-mardear .footer-wrap {
    padding-top: 55px;
    background-size: cover;
}

#footer.footer-mardear .footer-wrap::before {
    content: "";
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 0%, rgba(72, 72, 72, 0.37) 70%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#footer.footer-mardear .si-facebook:hover {
    background-color: #555555 !important;
}

/*End Footer*/

/*Hotel*/

.hotel-carrosel, .hotel-carrosel .slider-parallax-inner, .hotel-carrosel .swiper-slide {
    height: 70vh !important;
}

.hotel-carrosel .slider-caption h2 {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -0.49px;
    text-transform: uppercase;
}

.hotel-carrosel .slider-caption p {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.34px;
    font-style: italic;
    text-transform: none;
}

.hotel-carrosel a>i.icon-line-play {
    position: relative;
    left: 16%;
    bottom: 13%;
    z-index: 199;
}

.hotel-carrosel i {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.hotel-carrosel a.video-icon {
    top: -55px;
    left: 0;
    right: 0;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.hotel-carrosel a.video-icon.video-hidden, .hotel-carrosel p.icon-string.video-hidden {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.hotel-carrosel .icon-string {
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.7px;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.hotel-carrosel .video-icon-wrap {
    position: relative;
    top: 75%;
    display: flex;
    justify-content: center;
}

.hotel-quartos {
    margin-top: 45px;
}

.hotel-quartos .hotel-title-info {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.hotel-quartos .hotel-title-info h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
}

.hotel-quartos .hotel-title-info p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px !important;
    margin-bottom: 0;
    text-align: justify;
}

.hotel-quartos .masonry-thumbs p {
    position: absolute;
    max-width: 200px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 32px !important;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-style: italic;
    text-shadow: 0 3px 10px #000000;
    z-index: 99;
}

.image-frame {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 20px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.42);
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.masonry-thumbs a:hover .image-frame {
    opacity: 1;
}

.hotel-quartos .col_full h3 {
    text-align: center;
}

/*End Hotel*/

/*Detalhes Hotel*/

.detalhes-facilidades .col_full {
    text-align: center;
}

.detalhes-facilidades h3 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
}

/*End Detalhes Hotel*/

/*Hotel galeria*/

.hotel-galeria #slider {
    padding-top: 70px !important;
}

.hotel-galeria .flexslider {
    padding-bottom: 90px;
}

.hotel-galeria .flex-direction-nav {
    display: none;
}

.hotel-galeria .slide .gallery-item {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.hotel-galeria .flex-control-nav {
    left: 0;
    right: 0;
    top: auto;
    bottom: 8%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.hotel-galeria .flex-control-nav li {
    margin: 0 6px;
    width: 20px;
    height: auto;
    display: inline-block;
    float: none;
}

.hotel-galeria .flex-control-nav li a {
    border-radius: 0;
    text-indent: 0;
    width: 20px !important;
    height: 36px !important;
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.hotel-galeria .flex-control-paging li a.flex-active {
    border-bottom: 3px solid #000000;
}

.hotel-galeria .col_full {
    text-align: center;
}

/*End hotel galeria*/

/*Hotel ofertas*/

.hotel-ofertas h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
}

/*End Hotel Ofertas*/

/*Mapa Hotel*/

.mapa-completo {
    position: relative;
    margin-top: 90px;
}

.mapa-completo .col_full {
    text-align: center;
    margin-bottom: 40px;
}

.mapa-completo .col_full h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000000;
    display: inline-block;
    margin-bottom: 0;
}

.map-info.map-container {
    position: absolute !important;
    z-index: 1;
    width: 456px;
    height: auto;
    bottom: 5%;
    right: 2%;
    background-color: #ffffff;
    border: 1px solid rgba(33, 43, 54, 0.4);
    border-radius: 8px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.37);
    text-align: center;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.map-info .map-info-logo {
    float: left;
    width: 50%;
}

.map-info .map-info-logo img {
    max-width: 170px;
}

.map-info .map-info-text {
    width: 50%;
    float: right;
    text-align: left;
}

.map-info .map-info-text h4 {
    color: #4a4a4a;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.07px;
    margin-bottom: 20px;
}

.map-info .map-info-text p {
    margin-bottom: 0;
    color: #4a4a4a;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.07px;
    line-height: 20px !important;
}

.map-info .map-info-text p a {
    color: #4a4a4a;
    transition: color 0.5s ease-in-out;
}

.map-info .map-info-text p a:hover {
    color: #000000;
}

.map-info .map-info-text .direcoes {
    color: #4a4a4a;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #363e48;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
}

.map-info .map-info-text .direcoes a {
    color: #4a4a4a;
}

/*End mapa hotel*/

/*Room header*/

.room-header, .room-header .slider-parallax-inner, .room-header .swiper-slide {
    height: 70vh !important;
}

.room-header .slider-caption {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.room-header .col_full {
    background-size: cover;
    height: 350px;
    margin-bottom: 0;
}

.room-header .slider-caption h2 {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: none;
    margin-bottom: 0;
}

.room-header .slider-caption p {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    text-transform: none;
}

.room-header a>i.icon-line-play {
    position: relative;
    left: 16%;
    bottom: 13%;
    z-index: 199;
}

.room-header i {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.room-header a.video-icon {
    top: 65%;
    left: 0;
    right: 0;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 199;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.room-header a.video-icon.video-hidden, .room-header p.icon-string.video-hidden {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.room-header .icon-string {
    position: absolute;
    z-index: 199;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 72%;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.7px;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

/*End room header*/

/*Room text*/

.room-text {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}

.room-text h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
}

.room-text p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px !important;
    width: 60%;
    text-align: left;
}

/*End room text*/

/*Room galeria*/

.room-galeria-switches {
    position: relative;
    padding-top: 50px;
}

.room-galeria-switches .gallery-switch-wrap {
    display: flex;
    justify-content: center;
}

.room-galeria-switches .gallery-switch-wrap .gallery-switch {
    border-radius: 8px;
}

.room-galeria-switches .gallery-switch-wrap .gallery-switch.active {
    background-color: #4a4a4a;
    color: #ffffff;
}

.room-galeria {
    margin-bottom: 30px;
}

.room-galeria #slider {
    padding-top: 20px !important;
}

.room-galeria .flexslider {
    padding-bottom: 90px;
}

.room-galeria .flex-direction-nav {
    display: none;
}

.room-galeria .slide .gallery-item {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.room-galeria .flex-control-nav {
    left: 0;
    right: 0;
    top: auto;
    bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.room-galeria .flex-control-nav li {
    margin: 0 6px;
    width: 20px;
    height: auto;
    display: inline-block;
    float: none;
}

.room-galeria .flex-control-nav li a {
    border-radius: 0;
    text-indent: 0;
    width: 20px !important;
    height: 36px !important;
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.room-galeria .flex-control-paging li a.flex-active {
    border-bottom: 3px solid #000000;
}

/*End room galeria*/

/*Detalhes galeria*/

.detalhes-galeria {
    margin-bottom: 30px;
    padding: 60px 0;
    background-color: #f3f3f3;
}

.detalhes-galeria .col_full {
    text-align: center;
}

.detalhes-galeria .col_full h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin: 0 auto;
    border-bottom: 2px solid #000000;
    font-style: italic;
}

.detalhes-galeria #slider2 {
    padding-top: 0 !important;
}

.detalhes-galeria .flexslider {
    padding-bottom: 90px;
}

.detalhes-galeria .flexslider .slide img {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

.detalhes-galeria .flexslider .slide p {
    color: #93bab0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.detalhes-galeria .flex-direction-nav {
    display: none;
}

.detalhes-galeria .slide .gallery-item {
    padding: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detalhes-galeria .flex-control-nav {
    left: 0;
    right: 0;
    top: auto;
    bottom: 8%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.detalhes-galeria .flex-control-nav li {
    margin: 0 6px;
    width: 20px;
    height: auto;
    display: inline-block;
    float: none;
}

.detalhes-galeria .flex-control-nav li a {
    border-radius: 0;
    text-indent: 0;
    width: 20px !important;
    height: 36px !important;
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    border: none;
}

.detalhes-galeria .flex-control-nav li:hover a {
    background-color: transparent;
}

.detalhes-galeria .flex-control-paging li a.flex-active {
    border-bottom: 3px solid #000000;
    background-color: transparent;
}

.detalhes-galeria .list-unstyled.row {
    margin-left: 0;
    margin-right: 0;
}

/*End detalhes galeria*/

/*In-room detalhes*/

.servicos-room {
    margin-top: 50px;
}

.servicos-room .col_full {
    text-align: center;
}

.servicos-room h3 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
}

/*End In-room detalhes*/

/*Outros room*/

.outros-room {
    margin-top: 90px;
}

.outros-room .col_full {
    text-align: center;
}

.outros-room .col_full h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid #000000;
    display: inline-block;
}

.outros-room .masonry-thumbs p {
    position: absolute;
    max-width: 200px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-style: italic;
    text-shadow: 0 3px 10px #000000;
    z-index: 99;
}

/*End outros room*/

/*Room ofertas*/

.room-ofertas .col_full h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
}

/*End room ofertas*/

/*Ofertas especiais header*/

.small-header, .small-header .slider-parallax-inner, .small-header .swiper-slide {
    height: 70vh !important;
}

.small-header .slider-caption {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.small-header .slider-caption h2 {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: none;
    margin-bottom: 0;
}

.small-header .slider-caption p {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    text-transform: none;
}

/*End ofertas especiais header*/

/*Ofertas especiais*/

.ofertas-especiais-info .col_full {
    text-align: center;
}

.ofertas-especiais-info .col_full h2 {
    display: inline-block;
    border-bottom: 2px solid #000000;
    margin-bottom: 0;
}

/*
.ofertas-especiais-info .wrapper::before{
    content:"";
    background-image: linear-gradient(225deg, #eeeeee 0%, #ffffff 100%);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}*/

.ofertas-especiais-info .hotel-info-left .wrapper {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.ofertas-especiais-info .hotel-info-right .wrapper {
    padding-top: 40px;
}

.ofertas-especiais-info .wrapper, .ofertas-especiais-info .hotel-info-left, .ofertas-especiais-info .hotel-info-right {
    background-color: transparent;
}

.ofertas-especiais-left .wrapper, .ofertas-especiais-right .wrapper {
    position: relative;
    height: 450px;
    margin-bottom: 30px;
}

.ofertas-especiais-left .ofertas-especiais-text {
    position: absolute;
    width: 705px;
    height: 336px;
    z-index: 10;
    border: 1px solid #979797;
    right: 0%;
    top: 12%;
    background-color: #f1f1f1;
}

.ofertas-especiais-left .col-md-8 {
    padding: 0;
}

.ofertas-especiais-right .col-md-8 {
    float: right;
    text-align: right;
    padding: 0;
}

.ofertas-especiais-right .ofertas-especiais-text {
    position: absolute;
    width: 705px;
    height: 336px;
    z-index: 10;
    border: 1px solid #979797;
    left: 0%;
    top: 12%;
    background-color: #f1f1f1;
}

.ofertas-especiais-text .text-wrapper {
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*Ofertas especiais*/

/*Ofertas-especiais-ofertas*/

.ofertas-especiais-ofertas .col-md-4 {
    padding-bottom: 20px;
}

.ofertas-especiais-ofertas .col-md-4 img {
    border: 2px solid rgba(255, 255, 255, 0.64);
}

.ofertas-especiais-ofertas .col-md-4 h2 {
    color: #4a4a4a;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.14px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ofertas-especiais-ofertas .col-md-4 p {
    color: #4a4a4a;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 22px !important;
}

.ofertas-especiais-ofertas .col-md-4 a:first-of-type {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.ofertas-especiais-ofertas .col-md-4 a:first-of-type:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease-in-out;
}

/*End ofertas-especiais-ofertas*/

/*Ofertas-especiais-explorar*/

.ofertas-especiais-explorar .col_full {
    text-align: center;
}

.ofertas-especiais-explorar .col_full h2 {
    display: inline-block;
    border-bottom: 2px solid #000000;
}

/*End ofertas especiais explorar*/

/*Galeria*/

.transitor-imagem {
    position: relative;
}

.transitor-imagem img {
    position: relative;
}

.navegacao-galeria .seta-esquerda, .navegacao-galeria .seta-direita {
    display: inline-block;
    font-size: 30px;
    width: 50px;
}

/*End Galeria*/

/*Restaurante detalhe info*/

.restaurante-detalhe-info a.button {
    display: inline-block;
    font-size: 14px;
}

.restaurante-detalhe-info .menu {
    border-right: 1px solid #979797;
}

.restaurante-detalhe-info .contacto p {
    margin-bottom: 0 !important;
}

.restaurante-detalhe-info .contacto .grid-item-1 {
    float: left;
}

/*End restaurante detalhe info*/

/*Restaurante detalhe explorar*/

.restaurante-detalhe-explorar .col_full h3 {
    text-align: center;
    margin-top: 30px;
}

.restaurante-detalhe-explorar .center {
    border-top: 3px solid #637381;
    width: 150px;
    margin: auto auto;
}

/*End restaurante explorar*/

/*Lista restaurantes*/

.lista-restaurantes .lista-wrapper {
    background-size: cover;
}

.lista-restaurantes .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*End lista restaurantes*/

/*Noticias filter*/

.noticias-filter {
    margin-top: 20px;
}

.noticias-filter .col-sm-4, .noticias-filter .co-sm-8 {
    position: relative;
    height: 44px;
}

.noticias-filter .filter-categorias {
    text-align: right;
    padding-right: 0;
}

.noticias-filter .filter-categorias .button {
    margin-left: -4px;
    margin-right: 0;
}

.noticias-filter .breadcrumb {
    left: 0px !important;
    right: auto !important;
}

/*End noticias filter*/

/*Noticias e Actividades*/

.noticias-actividades {
    margin-top: 50px;
    margin-bottom: 50px;
}

.noticias-actividades .noticia-wrap {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
}

.noticias-actividades .noticia-wrap .blog-noticia-wrap {
    overflow: auto;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000000;
}

.noticias-actividades .noticia-wrap .blog-noticia-date {
    color: #9b9b9b;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.noticias-actividades .noticia-wrap h3 {
    color: #363e48;
    font-family: "Playfair Display", serif;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-style: italic;
    margin-bottom: 10px;
}

.noticias-actividades .noticia-wrap h4 {
    color: #9b9b9b;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 26px;
    margin-bottom: 20px;
}

.noticias-actividades .noticia-wrap p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.17px;
    text-align: justify;
}

.noticias-actividades .noticia-wrap a.button {
    border: 4px solid #4a4a4a;
}

.noticias-actividades .col-md-4 {
    padding-left: 10px;
}

.noticias-actividades .col-md-8 {
    padding-right: 0;
}

.noticias-actividades .col-md-4 .button {
    margin-left: 0;
}

/*End noticias e actividades*/

/*Navigation*/

.noticias-nav {
    text-align: center;
}

.noticias-nav .button {
    background-color: #ffffff;
    border: 1px solid #637381;
    border-radius: 2px;
    color: #637381;
}

/*End navigation*/

/*Noticia detalhe intro*/

.noticia-intro {
    padding-left: 0;
}

.noticia-intro img {
    width: 100%;
}

.noticia-header {
    overflow: auto;
    position: absolute;
    width: 50%;
}

.oferta-section-wrap {
    display: flex;
}

.oferta-info-wrap {
    position: relative;
    float: right;
    margin-top: 250px;
    margin-left: auto;
    background-color: #ffffff;
    width: 60%;
}

.noticia-intro-header .noticia-intro-content h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0;
}

.noticia-intro-header .noticia-intro-content h3 {
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 700;
}

.noticia-intro-header .noticia-intro-content img {
    width: 100%;
}

/*End noticia detalhe intro*/

/*Notícia descrição*/

.noticia-descricao blockquote .col-sm-1 {
    font-size: 50px;
}

/*End noticia descrição*/

/*Reunião Descrição*/

.reuniao-descricao img {
    width: 100%;
}

.reuniao-descricao .col_full a>i.icon-line-play {
    position: relative;
    left: 15%;
    bottom: 17%;
    z-index: 199;
}

.reuniao-descricao .col_full i {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.reuniao-descricao .col_full a.video-icon {
    top: 45%;
    left: 48.25%;
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 199;
}

/*End reunião descrição*/

/*Reunião info*/

.reuniao-info-left .wrapper, .reuniao-info-right .wrapper {
    position: relative;
    height: 450px;
    margin-bottom: 30px;
}

.reuniao-info-left .reuniao-text {
    position: absolute;
    width: 705px;
    height: 336px;
    z-index: 10;
    border: 1px solid #979797;
    right: 0%;
    top: 12%;
    background-color: #f1f1f1;
}

.reuniao-info-left .col-md-8 {
    padding: 0;
}

.reuniao-info-right .col-md-8 {
    float: right;
    text-align: right;
    padding: 0;
}

.reuniao-info-right .reuniao-text {
    position: absolute;
    width: 705px;
    height: 336px;
    z-index: 10;
    border: 1px solid #979797;
    left: 0%;
    top: 12%;
    background-color: #f1f1f1;
}

.reuniao-text .text-wrapper {
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*End Reunião info*/

/*Reunião Detalhes*/

.reuniao-detalhes .center .button {
    border-radius: 30px;
}

.reuniao-detalhes .contacto .grid-item-1 {
    float: left;
}

.reuniao-detalhes .contacto p {
    margin-bottom: 0 !important;
}

.reuniao-detalhes .col_last {
    border-left: 1px solid #979797;
    padding-left: 2%;
}

.reuniao-detalhes .col_half {
    margin-right: 2%;
}

/*End Reunião Detalhes*/

/*Oferta especial detalhes*/

.join-filter .menu-filter {
    position: fixed;
    top: 0;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.join-filter .menu-filter .button {
    height: 37px;
    line-height: 37px;
}

.join-filter .menu-filter .col-filter, .join-filter .menu-filter .col-filter-sm, .join-filter .menu-filter .col-filter-md {
    margin-top: 0px;
    padding-top: 0;
}

.join-filter .menu-filter .col-filter-btn {
    margin-top: -5px;
}

.join-filter .menu-filter .info-filter {
    padding-top: 0;
}

.join-filter .menu-filter .info-filter .info-filter-subtitle {
    line-height: 1.8;
}

.join-filter #header .language-selector {
    display: none;
}

.join-filter #header #header-wrap.move-down #primary-menu>ul>li>a {
    padding-top: 19px;
}

.join-filter #content {
    margin-top: 75px;
}

.join-filter #header #header-wrap.move-down #logo {
    display: block;
    padding-left: 0;
    height: 60px;
}

.join-filter #header #header-wrap.move-down #logo img {
    max-width: 75%;
    margin-top: 10px;
    height: auto;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.logo-hidden {
    opacity: 0;
}

.noticia-bread .breadcrumb {
    left: 0px !important;
    right: auto !important;
    margin: 0 !important;
    position: relative !important;
}

.noticia-bread.breadcrumb-wrap {
    padding-left: 0;
    margin-bottom: 30px;
}

.breadcrumb>li+li:before {
    content: "\003e";
}

.breadcrumb>li {
    color: #666666;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    letter-spacing: -0.08px;
    line-height: 22px;
}

.breadcrumb>li.active {
    color: #000000;
}

.noticia-intro h1 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 55px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
}

.noticia-intro h3 {
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
}

.oferta-especial-info {
    margin-top: 30px;
    overflow: auto;
    padding: 0 15px;
}

.oferta-especial-info .title h3 {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -0.08px;
}

.oferta-especial-info .title p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.oferta-especial-info .contacto h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.08px;
    line-height: 26px;
    margin-bottom: 10px;
}

.oferta-especial-info .contacto p {
    margin-bottom: 0;
}

.oferta-especial-info .contacto p>a {
    color: #93bab0;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.11px;
    line-height: 22px;
}

.oferta-especial-info a.button-especial {
    border: 4px solid #000000;
    background-color: #93bab0;
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.oferta-especial-info .contacto .dash-style::after {
    content: '';
    display: block;
    width: 24px;
    border-top: 2px solid #000000;
    margin-left: 22%;
    margin-bottom: 20px;
}

.oferta-especial-info .title .dash-style::after {
    content: '';
    display: block;
    width: 34px;
    border-top: 2px solid #000000;
}

.oferta-especial-info .estadia-opcoes h3 {
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 15px;
}

.oferta-especial-info .estadia-opcoes a {
    color: #4a4a4a;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.oferta-especial-hotel {
    margin-top: 50px;
}

.oferta-especial-hotel .oferta-especial-hotel-img-wrap {
    display: flex;
    justify-content: center;
}

.oferta-especial-hotel img {
    margin-bottom: 15px;
}

.oferta-especial-hotel p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px;
}

.oferta-especial-hotel ul li {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px;
}

.oferta-especial-notas {
    margin-bottom: 40px;
    overflow: auto;
    padding: 0 15px;
}

.oferta-especial-notas .dash-style::after {
    content: '';
    display: block;
    width: 34px;
    border-top: 2px solid #000000;
    margin-bottom: 45px;
}

.oferta-especial-notas p {
    color: #666666;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    letter-spacing: -0.08px;
    line-height: 22px;
    font-style: italic;
}

.oferta-especial-notas a.button-especial {
    border: 4px solid #000000;
    background-color: #93bab0;
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.oferta-especial-notas .horario h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.08px;
    line-height: 26px;
    margin-bottom: 10px;
}

.oferta-especial-notas .horario p {
    margin-bottom: 0;
}

.oferta-especial-notas .horario p a {
    color: #93bab0;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.11px;
    line-height: 22px;
    transition: color 0.5s ease-in-out;
}

.oferta-especial-notas .horario p a:hover {
    color: #a0cac0;
}

.actividades-noticias {
    padding-top: 40px;
}

.actividades-noticias .col-md-4 a:first-of-type {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.actividades-noticias .col-md-4 a:first-of-type:hover {
    opacity: 0.8 !important;
    transition: opacity 0.5s ease-in-out;
}

.actividades-noticias .col_full h2 {
    border-bottom: 2px solid #000000;
    display: inline-block;
    margin-bottom: 70px;
}

.actividades-noticias .container img {
    border: 2px solid rgba(255, 255, 255, 0.64);
}

/*End oferta especial detalhes*/

/*Reuniões e Eventos*/

.reuniao-descricao {
    margin-top: 70px;
    margin-bottom: 60px;
}

.reuniao-descricao h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
}

.reuniao-descricao p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 24px !important;
    text-align: justify;
}

a.button-reverse {
    border: 4px solid #000000 !important;
    background-color: #4a4a4a !important;
    color: #ffffff !important;
    font-family: 'Cabin', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

a.button-reverse:hover {
    color: #4a4a4a !important;
    background-color: #ffffff !important;
}

.button.button-border.button-fill.button-reverse:before {
    background-color: #ffffff !important;
}

.reuniao-descricao .button.button-border.button-reverse.button-fill:before {
    background-color: #ffffff;
}

.reuniao-descricao .button.button-border.button-reverse.button-fill:hover {
    color: #4a4a4a;
}

.reunioes-slider {
    padding-top: 60px !important;
    padding-bottom: 60px;
}

.reunioes-slider .flex-viewport {
    height: auto;
}

.reunioes-slider .slide {
    height: 800px;
    background-size: cover;
}

.reunioes-slider .flex-next i, .reunioes-slider .flex-prev i {
    font-size: 70px;
    color: #ffffff;
}

.reunioes-slider .flex-next {
    background-color: transparent;
    right: 5%;
}

.reunioes-slider .flex-prev {
    background-color: transparent;
    left: 5%;
}

.reunioes-slider .flex-next:hover {
    background-color: transparent !important;
}

.reunioes-slider .flex-prev:hover {
    background-color: transparent !important;
}

.reunioes-slider .reunioes-slider-info {
    position: absolute;
    margin: 0;
    padding: 50px;
    width: 40%;
    top: 50%;
    left: 10%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
    opacity: 0;
}

.reunioes-slider .reunioes-slider-info h2 {
    color: #363e48;
    font-family: 'Playfair Display', serif;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-style: italic;
}

.reunioes-slider .reunioes-slider-info p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
}

.reunioes-slider .flex-control-nav {
    display: none;
}



.reuniao-detalhes .reuniao-detalhes-wrap {
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.reuniao-detalhes .info-switch {
    overflow: auto;
    background-size: cover;
}

.reuniao-detalhes .info-switch.info2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.reuniao-detalhes a.button-extend {
    display: block;
    border: 4px solid #4a4a4a;
    border-radius: 8px;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    width: 215px;
    padding: 0;
    text-align: center;
    margin-right: 30px;
    margin-left: auto;
}

.reuniao-detalhes a.button-extend.active {
    background-color: #4a4a4a;
    color: #ffffff;
}

.reuniao-detalhes .button-wrap {
    width: 28%;
    text-align: right;
}

.reuniao-detalhes .detalhes-info-wrap {
    width: 72%;
    float: left;
    position: relative;
}

#restaurante-reserva-absolute {
    position: absolute;
    top: 0;
}

#restaurante-reserva {
    position: fixed;
    top: 15%;
    right: 2%;
}

.show-detalhes {
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 1s ease-in-out;
}

.hide-detalhes {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: opacity 1s ease-in-out;
}

.switch-galeria {
    position: relative;
    background-image: linear-gradient(225deg, #eeeeee 0%, #a8bad8 100%);
}

.switch-galeria section {
    background: transparent;
}

.multi-galeria {
    position: relative;
    overflow: auto;
}

.multi-galeria .galeria-2 {
    position: absolute;
    top: 0;
    width: 100%;
}

.multi-galeria .galeria-1 .flex-control-paging li a.flex-active, .multi-galeria .galeria-2 .flex-control-paging li a.flex-active {
    background-color: transparent;
    border-bottom: 3px solid #000000;
}

.multi-galeria .galeria-1 .flex-control-paging li a, .multi-galeria .galeria-2 .flex-control-paging li a {
    border: none;
}

.multi-galeria .galeria-1 .flex-control-paging li a:hover, .multi-galeria .galeria-2 .flex-control-paging li a:hover {
    background-color: transparent;
}

.reuniao-detalhes .detalhes-info-wrap .detalhes-info:before {
    content: "";
    background-image: linear-gradient(225deg, rgba(238, 238, 238, 0.88) 0%, #ffffff 100%);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.reuniao-detalhes .detalhes-info-wrap .detalhes-reserva:before {
    content: "";
    background-image: linear-gradient(225deg, #eeeeee 0%, #a8bad8 100%);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.reuniao-detalhes .detalhes-info-wrap .detalhes-info {
    padding-top: 150px;
    padding-bottom: 150px;
    width: 50%;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
    max-height: 470px;
}

.reuniao-detalhes .detalhes-info-wrap .detalhes-info h3 {
    position: relative;
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    border-bottom: 2px solid #000000;
}

.reuniao-detalhes .detalhes-info-wrap .detalhes-info p {
    position: relative;
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px !important;
}

.reuniao-detalhes .detalhes-info-wrap .detalhes-info a.button {
    border: 4px solid #4a4a4a;
}

.reuniao-detalhes .detalhes-info-wrap .detalhes-reserva {
    padding-top: 150px;
    padding-bottom: 150px;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    float: left;
    padding-left: 40px;
}

.reuniao-detalhes .detalhes-info-wrap .detalhes-reserva h3 {
    position: relative;
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    border-bottom: 2px solid #000000;
}

.reuniao-detalhes .detalhes-info-wrap .detalhes-reserva p {
    position: relative;
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px !important;
    margin-bottom: 0;
}

.reuniao-detalhes .detalhes-info-wrap .detalhes-reserva p a {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px !important;
    transition: color 0.5s ease-in-out;
}

.reuniao-detalhes .detalhes-info-wrap .detalhes-reserva p a:hover {
    color: #000000
}

.reuniao-detalhes .col_full {
    text-align: center;
}

.reuniao-detalhes .col_full h3 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000000;
}

.reuniao-detalhes a.button-reverse {
    border: 4px solid #000000;
    background-color: #4a4a4a;
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}

.reuniao-detalhes .button.button-border.button-reverse.button-fill:before {
    background-color: #ffffff;
}

.reuniao-detalhes .button.button-border.button-reverse.button-fill:hover {
    color: #4a4a4a;
}

.reunioes-explorar .col_full {
    text-align: center;
}

.reunioes-explorar .col_full h3 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000000;
}

/*End reuniões e eventos*/

/*Restaurantes*/

.restaurante-text {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.restaurante-text h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
}

.restaurante-text p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px !important;
    width: 60%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.restaurantes-info .hotel-text {
    padding-top: 30px;
    padding-bottom: 30px;
}

.restaurantes-lista .masonry-thumbs p {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-shadow: 0 3px 10px #000000;
}

.restaurantes-lista .masonry-thumbs a:last-of-type {
    width: 100% !important;
}

.restaurantes-explorar .col_full {
    text-align: center
}

.restaurantes-explorar .col_full h3 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000000;
}

/*End restaurantes*/

/*Restaurante Detalhe*/

.restaurante-descricao.button-especial {
    border: 4px solid #000000;
    background-color: #93bab0;
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    right: 2%;
    opacity: 1;
    z-index: 99;
    -webkit-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}

.restaurante-detalhe-info {
    position: relative;
}

.restaurante-detalhe-info .reuniao-detalhes-wrap {
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.restaurante-detalhe-info .menu-wrap {
    width: 40%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 40px;
    padding-left: 10%;
    background-image: linear-gradient(225deg, rgba(238, 238, 238, 0.88) 0%, #ffffff 100%);
}

.restaurante-detalhe-info .detalhes-info-wrap {
    width: 60%;
    float: left;
    position: relative;
    background-size: cover;
}

.restaurante-detalhe-info .detalhes-info-wrap::before {
    content: "";
    background-image: linear-gradient(225deg, #eeeeee 0%, #ffffff 100%);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.restaurante-detalhe-info .info-switch {
    overflow: auto;
}

.restaurante-detalhe-info .detalhes-info-wrap .detalhes-info {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 50%;
    position: relative;
    padding-left: 40px;
    float: left;
}

.restaurante-detalhe-info .detalhes-info-wrap .detalhes-reserva {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 50%;
    position: relative;
    padding-left: 40px;
    float: left;
}

.restaurante-detalhe-info a.button-especial {
    border: 4px solid #000000;
    background-color: #93bab0;
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.restaurante-detalhe-info a.button {
    border: 4px solid #4a4a4a;
}

.restaurante-detalhe-info h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
}

.restaurante-detalhe-info p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px !important;
}

.restaurante-detalhe-info .detalhes-reserva p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px !important;
    margin-bottom: 0;
}

.restaurante-detalhe-info .detalhes-reserva p a {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px !important;
    transition: color 0.5s ease-in-out;
}

.restaurante-detalhe-info .detalhes-reserva p a:hover {
    color: #000000;
}

.restaurante-detalhe-info .col_last p {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.11px;
    line-height: 22px;
    margin-bottom: 0;
}

.restaurante-detalhe-info .col_one_third {
    margin-bottom: 0;
}

.restaurante-detalhe-info .restaurante-detalhe-container {
    padding-left: 100px;
    padding-right: 100px;
}

.restaurante-detalhe-info .horario-wrap {
    overflow: auto;
}

.restaurante-detalhe-info .horario-wrap:before {
    content: "";
    background-image: linear-gradient(225deg, rgba(238, 238, 238, 0.88) 0%, #ffffff 100%);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.map-link {
    text-align: center;
}

.restaurante-detalhe-explorar .col_full {
    text-align: center;
}

.restaurante-detalhe-explorar .col_full h3 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000000;
}

/*End Restaurante Detalhe*/

/*Casamento descrição*/

.casamento-descricao img {
    width: 100%;
}

.casamento-descricao .col_full a>i.icon-line-play {
    position: relative;
    left: 15%;
    bottom: 17%;
    z-index: 199;
}

.casamento-descricao .col_full i {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.casamento-descricao .col_full a.video-icon {
    top: 45%;
    left: 48.25%;
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 199;
}

/*End Casamento descrição*/

/*Casamento info*/

.casamento-info-left .wrapper, .casamento-info-right .wrapper {
    position: relative;
    height: 450px;
    margin-bottom: 30px;
}

.casamento-info-left .casamento-text {
    position: absolute;
    width: 705px;
    height: 336px;
    z-index: 10;
    border: 1px solid #979797;
    right: 0%;
    top: 12%;
    background-color: #f1f1f1;
}

.casamento-info-left .col-md-8 {
    padding: 0;
}

.casamento-info-right .col-md-8 {
    float: right;
    text-align: right;
    padding: 0;
}

.casamento-info-right .casamento-text {
    position: absolute;
    width: 705px;
    height: 336px;
    z-index: 10;
    border: 1px solid #979797;
    left: 0%;
    top: 12%;
    background-color: #f1f1f1;
}

.casamento-text .text-wrapper {
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*End Casamento info*/

/*Casamento full detalhe*/

.casamento-full-detalhe .col_full {
    background-size: cover;
}

.casamento-full-detalhe .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*End casamento full detalhe*/

/*Casamento detalhes*/

.casamento-detalhes .center .button {
    border-radius: 30px;
}

.casamento-detalhes .contacto .grid-item-1 {
    float: left;
}

.casamento-detalhes .contacto p {
    margin-bottom: 0 !important;
}

.casamento-detalhes .col_last {
    border-left: 1px solid #979797;
    padding-left: 2%;
}

.casamento-detalhes .col_half {
    margin-right: 2%;
}

.casamento-detalhes .detalhes-info-wrap .detalhes-reserva:before {
    content: "";
    background-image: linear-gradient(225deg, #eeeeee 0%, rgba(171, 217, 212, 0.67) 100%);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.casamento-detalhes a.button-especial {
    border: 4px solid #000000;
    background-color: #93bab0;
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*End casamento detalhes*/

/*Noticias nav*/

.noticias-filter .white-section .bootstrap-select {
    width: auto !important;
}

.noticias-filter .white-section .btn-default {
    border: none;
}

.noticias-filter .white-section .btn-default:hover {
    background-color: transparent;
}

.noticias-filter .white-section .bootstrap-select.btn-group .dropdown-menu {
    top: 0;
    border-radius: 0;
}

.noticias-filter .white-section .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.07px;
    line-height: 22px;
    text-transform: uppercase;
}

.noticias-filter .white-section .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

/*End noticias nav*/

/*Noticia descrição*/

.noticia-descricao {
    margin-top: 50px;
    margin-bottom: 80px;
}

.noticia-descricao .noticia-descricao-header {
    border-bottom: 1px solid #9b9b9b;
}

.noticia-descricao .noticia-descricao-header p {
    display: inline-block;
    margin-bottom: 20px;
}

.noticia-descricao .noticia-descricao-header .noticia-date {
    color: #9b9b9b;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 26px;
}

.noticia-descricao .noticia-descricao-header .noticia-title {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 26px;
}

.noticia-descricao .noticia-descricao-header .noticia-title {
    float: right;
}

.noticia-descricao .noticia-descricao-info {
    margin-top: 20px;
}

.noticia-descricao .noticia-descricao-info h4 {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-family: 18px;
    font-weight: 700;
    letter-spacing: -0.08px;
    line-height: 26px;
}

.noticia-descricao .noticia-descricao-info p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 26px;
    text-align: justify;
}

.noticia-descricao .noticia-descricao-info p a {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-family: 14px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 26px;
}

.noticia-descricao .noticia-descricao-footer {
    text-align: center;
}

.noticia-descricao .noticia-descricao-footer p {
    color: #9b9b9b;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.07px;
    line-height: 26px;
}

.noticia-descricao .noticia-descricao-footer .social-sharer {
    display: inline-block;
    overflow: auto;
}

.noticia-descricao .noticia-descricao-footer .social-sharer .social-icon {
    background-color: #c2c2c2;
}

.noticia-descricao .noticia-descricao-footer .social-sharer .social-icon:hover {
    background-color: #555555 !important;
}

.pontos-interesse {
    padding-top: 70px;
    padding-bottom: 100px;
}

.pontos-interesse h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.08px;
    line-height: 26px;
    text-align: left;
}

.pontos-interesse .pontos-interesse-box {
    padding-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.pontos-interesse .pontos-interesse-box img {
    max-width: 200px;
}

.pontos-interesse .pontos-interesse-box-info {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.pontos-interesse .pontos-interesse-box-info h2 {
    color: #000000;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}

.pontos-interesse .pontos-interesse-box-info a {
    color: #4a4a4a;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #979797;
}

/*End Noticia descrição*/

/*Spa detalhe info*/

.spa-detalhe-info a.button {
    display: inline-block;
    font-size: 14px;
}

.spa-detalhe-info .menu {
    border-right: 1px solid #979797;
}

.spa-detalhe-info .contacto p {
    margin-bottom: 0 !important;
}

.spa-detalhe-info .contacto .grid-item-1 {
    float: left;
}

/*End spa detalhe info*/

/*Spa info*/

.spa-info .hotel-text {
    bottom: auto;
}

/*End spa info*/

/*Spa FAQ*/

.spa-faq {
    padding-top: 50px;
    padding-bottom: 20px;
}

.spa-faq .panel-heading {
    background-color: transparent;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd !important;
}

.spa-faq .panel-default .panel-body {
    padding: 15px 0;
    border-top: none !important;
}

.spa-faq .panel-default {
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.spa-faq .mardear-panel-header h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    border-bottom: 2px solid #000000;
    margin-bottom: 40px;
}

.spa-faq .panel-heading .panel-title {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}

.spa-faq .panel-collapse .panel-body {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.19px;
    line-height: 22px;
}

.spa-faq .panel-heading .panel-title a {
    display: flex;
    justify-content: space-between;
}

.spa-faq .spa-preco {
    text-align: center;
}

/*End Spa FAQ*/

/*Info-contacto*/

.info-contacto {
    margin-top: 40px;
    margin-bottom: 40px;
}

.info-contacto .info-block {
    padding-bottom: 30px;
}

.info-contacto .info-block .box-info-wrapper {
    display: inline-block;
    width: 85%;
}

.info-contacto .info-block .title-info {
    padding-right: 40px;
    width: 15%;
    float: left;
}

.info-contacto .info-block .title-info h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    text-align: right;
    margin-bottom: 5px;
    line-height: 30px !important;
}

.info-contacto .info-block .box-info:first-child {
    padding-left: 0;
}

.info-contacto .info-block .box-info h3 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.info-contacto .info-block .box-info h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 15px;
}

.info-contacto .info-block .box-info p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px;
}

.info-contacto .info-block .box-info p a {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px;
}

.info-contacto .info-block .box-info-wrapper:last-child {
    border-bottom: 1px solid #9b9b9b;
}

.info-contacto .info-block:last-of-type .box-info-wrapper:last-child {
    border-bottom: none;
}

/*End info-contacto*/

/*Basico-descricao*/

.basico-descricao {
    margin-top: 80px;
    margin-bottom: 20px;
}

.basico-descricao h2 {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
}

.basico-descricao p {
    color: #484e58;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 22px !important;
    text-align: justify;
}

/*End basico-descricao*/

/*Animations*/

.animated {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInRightCustom {
    -webkit-animation-name: fadeInRightCustom;
    animation-name: fadeInRightCustom;
}

@-webkit-keyframes fadeInRightCustom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, -50%, 0);
        transform: translate3d(20%, -50%, 0);
    }
    100% {
        opacity: 0.88;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes fadeInRightCustom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, -50%, 0);
        transform: translate3d(20%, -50%, 0);
    }
    100% {
        opacity: 0.88;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*End Animations*/

/* MEDIA QUERIES */

@media (min-width: 1451px) {
    .join-filter #header #header-wrap.move-down #logo {
        padding-left: 50px;
    }
    .hotel-info-left, .hotel-info-right {
        width: 1450px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1450px) {
    .menu-filter .info-filter {
        padding-left: 50px;
    }
}

@media (min-width: 1441px) {
    .oferta-section-wrap {
        max-width: 1440px;
        margin: 0 auto;
    }
    .noticia-header {
        max-width: 720px;
    }
}

@media (max-width: 1350px) {
    #header .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .menu-filter .info-filter {
        padding-left: 50px;
    }
}

@media (max-width: 1300px) {
    #header .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1250px) {
    #primary-menu ul li>a {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .reuniao-descricao .container {
        width: 940px
    }
    .hotel-quartos .container {
        width: 940px;
    }
    .basico-descricao .container {
        width: 940px;
    }
}

@media (min-width: 992px) {
    #header #header-wrap.move-down {
        top: 65px;
        background-color: #FFF !important;
        opacity: 0.85 !important;
        -webkit-transition: top .5s ease-in-out;
        -o-transition: top .5s ease-in-out;
        transition: top .5s ease-in-out;
    }
    #header #header-wrap.move-up {
        top: 0px !important;
        -webkit-transition: top .5s ease-in-out;
        -o-transition: top .5s ease-in-out;
        transition: top .5s ease-in-out;
    }
    #header #header-wrap.move-down, #header #header-wrap.move-down .container {
        height: 60px !important;
    }
    #header #header-wrap.move-down #logo {
        display: none;
    }
    #header #header-wrap.move-down #primary-menu>ul>li>a {
        color: #000000 !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #header #header-wrap.move-down #primary-menu>ul>li:hover>a {
        color: #444444 !important;
    }
    .reuniao-descricao .container {
        width: 940px
    }
    .hotel-quartos .container {
        width: 940px;
    }
    .basico-descricao .container {
        width: 940px;
    }
}

@media (max-width: 991px) {
    #header.mardear-transparent-header, #header.smaller-header {
        display: none;
    }
    #header.mardear-mobile-header {
        display: block !important;
        background-color: rgba(0, 0, 0, 0.85);
        min-height: 70px !important;
    }
    #header.mardear-mobile-header #header-wrap {
        background-color: rgba(0, 0, 0, 0.85);
        min-height: 70px !important;
    }
    #header.mardear-mobile-header #header-wrap .container {
        padding-right: 0;
        padding-left: 15px;
    }
    .mardear-mobile-header .container-wrap {
        display: flex;
    }
    #header .mobile-header-wrap {
        display: flex;
        justify-content: space-between;
        width: 70%;
        align-items: center;
        padding-right: 15px;
    }
    .mardear-mobile-header .reserva-trigger {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background-color: rgba(255, 255, 255, 0.95);
    }
    .mardear-mobile-header .reserva-trigger span {
        color: #4a4a4a;
        font-family: 'Ubuntu', sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -0.45px;
        line-height: 18px;
        text-transform: uppercase;
    }
    .mardear-mobile-header #logo {
        text-align: left;
        margin: 0 0 !important;
        width: 80%;
    }
    .mardear-mobile-header #logo img {
        width: 80px;
        height: auto !important;
        max-width: none;
        max-height: none;
        display: inline-block;
        padding-top: 5px;
    }
    .mardear-mobile-header #logo a {
        width: 135px;
    }
    .mardear-mobile-header .language-selector-mobile {
        padding-left: 5px;
        padding-bottom: 14px;
        padding-top: 30px;
    }
    .mardear-mobile-header .language-selector-mobile a {
        color: #ffffff;
        font-family: 'Ubuntu', sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
    }
    .mardear-mobile-header .language-selector-mobile a.active {
        font-weight: 700;
    }
    .mardear-mobile-header .mobile-reserva-info {
        position: absolute;
        right: 5%;
        display: flex;
        justify-content: flex-end;
        width: 29%;
        text-align: right;
        align-items: center;
        padding-top: 15px;
    }
    .mardear-mobile-header .mobile-reserva-info p {
        color: #ffffff;
        font-family: 'Ubuntu', sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: -0.49px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-right: 10px;
        cursor: pointer;
    }
    .mardear-mobile-header .mobile-reserva-info img {
        height: 23px;
        width: 23px;
    }
    .mardear-mobile-header #primary-menu .one-page-menu {
        height: 100vh;
        overflow-y: scroll;
    }
    .mardear-mobile-header #primary-menu ul li {
        border-top: none;
    }
    .mardear-mobile-header #primary-menu ul li a {
        color: #ffffff;
        font-family: 'Ubuntu', sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 20px;
        text-transform: uppercase;
        padding: 10px 5px !important;
    }
    .mardear-mobile-header #primary-menu ul li:hover a {
        color: #c4cdd5 !important;
    }
    .mardear-mobile-header #primary-menu ul li.current>a {
        color: #c4cdd5 !important;
    }
    .mardear-mobile-header #primary-menu ul li>a i.icon-angle-down, .mardear-mobile-header #primary-menu ul li>a i.icon-angle-up {
        font-size: 20px;
        transform: rotate(0deg);
        transition: transform 0.2s linear;
    }
    .mardear-mobile-header #primary-menu ul li>a i.icon-angle-up {
        margin-left: 5px;
        margin-right: 0;
    }
    .mardear-mobile-header #primary-menu ul li>a i.icon-angle-down.switch-arrow {
        transform: rotate(180deg);
        transition: transform 0.2s linear;
    }
    .mardear-mobile-header #primary-menu ul li .mega-menu-content {
        border-top: none;
    }
    .mardear-mobile-header #primary-menu ul li .mega-menu-content li {
        border-top: none;
    }
    .mardear-mobile-header #primary-menu .mobile-header-info {
        margin-top: 26px;
    }
    .mardear-mobile-header #primary-menu .mobile-header-info a {
        display: block;
        padding-left: 5px;
        color: #ffffff;
        font-family: 'Ubuntu', sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 28px;
        text-transform: uppercase;
    }
    .mardear-mobile-header #primary-menu .mobile-header-social {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .mardear-mobile-header #primary-menu .mobile-header-social a.social-icon {
        color: #f3f3f3;
    }
    /*Mobile menu animation*/
    #primary-menu-trigger {
        width: 26px;
        height: 23px;
        position: relative;
        top: 0 !important;
        margin-left: 15px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #primary-menu-trigger span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #ffffff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #primary-menu-trigger span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #primary-menu-trigger span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #primary-menu-trigger span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #primary-menu-trigger.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 4px;
    }
    #primary-menu-trigger.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    #primary-menu-trigger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 18px;
        left: 4px;
    }
    /*End mobile menu animation*/
    /*Reserva mobile menu*/
    .reserva-mobile {
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ffffff;
        padding: 15px 15px;
        display: none;
    }
    .reserva-mobile.open {
        display: block;
    }
    .reserva-mobile .reserva-mobile-header {
        display: flex;
        justify-content: space-between;
        align-content: center;
    }
    .reserva-mobile .logo-reserva img {
        width: 135px;
    }
    #reserva-close {
        width: 30px;
        height: 30px;
        position: relative;
        /*margin: 50px auto;*/
        cursor: pointer;
    }
    #reserva-close span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #141418;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    #reserva-close span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10px;
        left: 4px;
    }
    #reserva-close span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 10px;
        left: 4px;
    }
    .reserva-mobile .mobile-reserva-trigger-info {
        display: flex;
        justify-content: flex-end;
        margin-top: 15px;
        align-items: center;
    }
    .reserva-mobile .mobile-reserva-trigger-info img {
        height: 23px;
        width: 23px;
    }
    .reserva-mobile .mobile-reserva-trigger-info p {
        color: #141418;
        font-family: 'Ubuntu', sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: -0.49px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-right: 10px;
        width: 25%;
        text-align: right;
    }
    .reserva-mobile .reserva-mobile-form {
        color: #141418;
        font-family: 'Cabin', sans-serif;
        font-size: 14px;
        font-weight: 700;
        padding: 40px 15px;
    }
    .reserva-mobile-form select.form-control, .reserva-mobile-form input[type="text"] {
        color: #141418;
        font-family: 'Cabin', sans-serif;
        font-size: 14px;
        font-weight: 700;
        border: none;
        border-bottom: 2px solid rgba(0, 0, 0, 0.3);
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    .reserva-mobile-form select {
        -webkit-appearance: none;
        background-image: url(/uploads/images/coaster2017/caret-down-black.png);
        background-position: 99% 50% !important;
        background-repeat: no-repeat !important;
        background-size: 16px !important;
    }
    .reserva-mobile-form .reserva-datas input {
        background-image: url(/uploads/images/coaster2017/data-icon-black.png);
        background-position: 99% 50% !important;
        background-repeat: no-repeat !important;
        background-size: 16px !important;
    }
    .reserva-mobile-form input[type="text"]::placeholder {
        color: #141418 !important;
        font-family: 'Cabin', sans-serif;
        font-size: 14px;
        font-weight: 700;
    }
    .reserva-mobile-form .reserva-datas {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .reserva-mobile-form .reserva-datas .data-entrada {
        width: 48%;
    }
    .reserva-mobile-form .reserva-datas .data-saida {
        width: 48%;
    }
    .reserva-mobile-form .reserva-pessoas {
        display: flex;
        justify-content: space-between;
    }
    .reserva-mobile-form .reserva-pessoas .adultos {
        width: 48%;
    }
    .reserva-mobile-form .reserva-pessoas .criancas {
        width: 48%;
    }
    .reserva-mobile-form a.button {
        background-color: #131318;
        color: #ffffff;
        font-family: 'Cabin', sans-serif;
        font-size: 16px;
        font-weight: 700 !important;
        text-transform: uppercase;
        border: 4px solid #131318 !important;
        height: 44px;
    }
    .reserva-mobile-form .col-filter-btn {
        text-align: center;
    }
    /*End reserva mobile menu*/
    /*Submenu custom*/
    #primary-menu .mardear-submenu {
        display: none !important;
    }
    #primary-menu .mega-menu {
        display: block !important;
    }
    /*End submenu custom*/
    .modal-dialog .modal-background {
        display: none;
    }
    .hotel-carrosel.swiper_wrapper:not(.force-full-screen), .hotel-carrosel.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 70vh !important;
    }
    .room-header.swiper_wrapper:not(.force-full-screen), .room-header.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 70vh !important;
    }
    .hotel-carrosel .icon-string {
        top: 73%;
    }
    .hotel-galeria .flex-control-nav {
        bottom: 4%;
    }
    .room-galeria .flex-control-nav {
        bottom: 3%;
    }
    .room-galeria .gallery-clear {
        clear: none !important;
    }
    .footer-copyright .container .col-md-8, .footer-copyright .container .col-md-4 {
        text-align: center !important;
    }
    .footer-filter .col-md-3 h3 {
        text-align: center;
    }
    .footer-filter .row-last .col-md-3 p {
        text-align: left;
    }
    .menu-filter {
        display: none;
    }
    #header #header-wrap.move-down {
        top: auto;
    }
    #header.mardear-transparent-header+#slider {
        top: -70px;
        margin-bottom: 0 !important;
    }
    #content #slider.increase-padding {
        padding-top: 0;
    }
    .hotel-info .hotel-text {
        position: relative;
        width: 100%;
    }
    .hotel-info-right .col-md-8 {
        float: none;
    }
    .hotel-info .col-md-8 {
        width: 100%;
        text-align: center;
    }
    .ofertas-carrosel .flexslider .slider-wrap img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .ofertas-carrosel .col-md-5, .ofertas-carrosel .slide h2 {
        text-align: center;
    }
    .outras-ofertas img {
        display: block;
        margin: auto;
    }
    .masonry-thumbs p {
        font-size: 3vw !important;
    }
    .restaurante-detalhe-info .reuniao-detalhes-wrap {
        display: block;
    }
    .restaurante-detalhe-info .menu-wrap {
        width: 100%;
    }
    .restaurante-detalhe-info .detalhes-info-wrap {
        width: 100%;
    }
    .footer-filter .row-last.col_full {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-filter .row-last .footer-filter-title p {
        text-align: center;
    }
    .footer-filter .row-last .radio label {
        text-align: center;
    }
    .footer-filter .container h3 {
        font-size: 2vw;
    }
    .noticias-actividades .col-md-8 {
        padding-left: 0;
    }
    .noticias-actividades .col-md-4 {
        margin-bottom: 20px;
    }
    .oferta-section-wrap {
        flex-direction: column;
    }
    .noticia-header {
        position: relative;
        width: 100%;
    }
    .oferta-info-wrap {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    #header #header-wrap .container {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    #content {
        margin-top: -70px;
    }
    .home-carrosel .slider-caption h2 {
        font-size: 35px;
    }
    .home-carrosel .icon-string {
        top: 82%;
    }
    .home-carrosel a.video-icon {
        top: -30px;
        width: 30px;
        height: 30px;
    }
    .home-carrosel i {
        font-size: 25px;
    }
    .home-carrosel #slider-arrow-right i, .home-carrosel #slider-arrow-left i {
        font-size: 35px;
    }
    .home-carrosel .icon-string {
        top: 70%;
    }
    .home-carrosel.swiper_wrapper:not(.force-full-screen), .home-carrosel.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 100vh !important;
    }
    .small-header, .small-header .slider-parallax-inner, .small-header .swiper-slide, .small-header .swiper_wrapper:not(.force-full-screen), .small-header .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 70vh !important;
    }
    .ofertas-carrosel {
        padding-top: 20px !important;
    }
    .ofertas-carrosel .slide h2 {
        font-size: 5vw;
    }
    .ofertas-carrosel .col-md-5 {
        padding-left: 35px;
        padding-right: 35px;
    }
    .ofertas-carrosel .col-md-5 p, .ofertas-carrosel .col-md-5 p>strong, .ofertas-carrosel .col-md-5 a {
        font-size: 12px;
    }
    .ofertas-carrosel .flex-next i {
        margin-left: 0;
    }
    .ofertas-carrosel .flex-prev i {
        margin-left: -3px;
    }
    .flex-next i, .flex-prev i {
        line-height: 28px;
    }
    .flex-next, .flex-prev {
        width: 32px;
        height: 32px;
        top: 65%;
    }
    .posts-sociais .insta-logo {
        width: 25%;
    }
    .posts-sociais .col_full {
        margin-bottom: 0 !important;
    }
    .ofertas-carrosel #flex-slider-counter {
        display: none;
    }
    .home-testimonial .testi-content img {
        width: 80px;
    }
    .hotel-info .col-md-8 {
        width: 100%;
    }
    .map-info.map-container {
        width: 100%;
        position: relative !important;
        overflow: auto;
        right: 0;
        bottom: 0;
    }
    #google-map5 {
        margin-bottom: 0 !important;
    }
    .map-info .map-info-text h4, .map-info .map-info-text p, .map-info .map-info-text a {
        font-size: 16px;
    }
    .map-link {
        margin-top: 40px;
    }
    .image-frame {
        border-width: 15px;
    }
    .reuniao-detalhes {
        margin-top: 40px;
    }
    .reuniao-detalhes .reuniao-detalhes-wrap {
        display: block;
    }
    .reuniao-detalhes .reuniao-detalhes-wrap .button-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .reuniao-detalhes .reuniao-detalhes-wrap .detalhes-info-wrap {
        width: 100%;
    }
    .reuniao-detalhes a.button-extend {
        margin-right: auto;
        display: inline-block;
    }
    .reuniao-detalhes .detalhes-info-wrap .detalhes-info {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reuniao-detalhes .detalhes-info-wrap .detalhes-reserva {
        width: 100%;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reunioes-slider .reunioes-slider-info {
        width: 80%;
        left: 10%;
        right: 10%;
        opacity: 0.88;
    }
    .reunioes-slider .flex-prev {
        left: 1%;
    }
    .restaurante-text p {
        width: 100%;
    }
    .noticias-filter .col-sm-4 {
        width: 30%;
        float: left;
        height: 34px;
    }
    .noticias-filter .filter-categorias {
        width: 100%;
        float: left;
    }
    .pontos-interesse {
        padding-bottom: 50px;
    }
    .pontos-interesse .pontos-interesse-box {
        padding-bottom: 35px;
    }
    .pontos-interesse .pontos-interesse-box-info {
        padding-left: 10px;
        margin-top: 10px;
    }
    .pontos-interesse .pontos-interesse-box-info h2 {
        margin-bottom: 10px;
    }
    .restaurante-detalhe-info .reuniao-detalhes-wrap {
        display: block;
    }
    .restaurante-detalhe-info .menu-wrap {
        width: 100%;
    }
    .restaurante-detalhe-info .detalhes-info-wrap {
        width: 100%;
    }
    .restaurante-detalhe-info .detalhes-info-wrap .detalhes-info {
        width: 100%;
        padding-bottom: 40px;
    }
    .restaurante-detalhe-info .detalhes-info-wrap .detalhes-reserva {
        width: 100%;
        padding-top: 40px;
    }
    .hotel-text .text-wrapper {
        margin-left: 40px;
        margin-right: 40px;
    }
    .info-contacto .info-block .title-info {
        float: none;
    }
    .info-contacto .info-block .box-info {
        padding-left: 0;
    }
    .home-testimonial .col_full{
        margin-bottom: 0;
    }
    .footer-filter .input-group .form-control {
        margin-top: 15px;
    }
    .footer-filter a.button {
        margin-top: 15px;
    }
    .footer-filter .row-last .col-md-3 {
        padding-left: 6.5px;
    }
    .footer-mardear .footer-info img {
        max-width: 40%;
    }
    .footer-filter .row-last .footer-filter-title {
        width: 100%;
        float: none;
    }
    .footer-filter .checkmark {
        left: 23%;
    }
    .footer-filter .row-first {
        display: block;
    }
    .footer-filter .footer-filter-title {
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer-filter .container h3 {
        text-align: center;
        font-size: 22px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .footer-filter .footer-filter-button {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-filter .newsletter-button {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .container {
        width: auto !important;
    }
    .bs-example-modal-reserva .modal-header {
        padding: 10px 10px;
    }
    .bs-example-modal-reserva .modal-dialog .modal-content .modal-body {
        padding: 10px 10px;
    }
    .modal-dialog .modal-body .form-final-section img {
        width: 50%;
        height: 50%;
    }
    .home-carrosel .slider-caption h2 {
        font-size: 40px;
    }
    .home-carrosel a.video-icon {
        width: 30px;
        height: 30px;
    }
    .home-carrosel i {
        font-size: 25px;
    }
    .home-carrosel #slider-arrow-right i, .home-carrosel #slider-arrow-left i {
        font-size: 35px;
    }
    .home-carrosel .icon-string {
        top: 72%;
    }
    .hotel-carrosel .slider-caption h2 {
        font-size: 40px;
    }
    .hotel-carrosel .video-icon-wrap {
        top: 80%;
    }
    .hotel-carrosel a.video-icon {
        width: 30px;
        height: 30px;
        top: -30px;
    }
    .hotel-carrosel i {
        font-size: 25px;
    }
    .hotel-carrosel .icon-string {
        top: 70%;
    }
    .hotel-carrosel a>i.icon-line-play {
        bottom: 15%;
    }
    .room-header .slider-caption h2 {
        font-size: 45px;
    }
    .home-carrosel .swiper_wrapper:not(.force-full-screen), .home-carrosel .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 100vh !important;
    }
    .small-header, .small-header .slider-parallax-inner, .small-header .swiper-slide, .small-header .swiper_wrapper:not(.force-full-screen), .small-header .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 70vh !important;
    }
    .small-header .slider-caption {
        text-align: center;
    }
    .ofertas-carrosel {
        padding-top: 20px !important;
    }
    .ofertas-carrosel .slide h2 {
        font-size: 5vw;
    }
    .ofertas-carrosel .col-md-5 {
        padding-left: 35px;
        padding-right: 35px;
    }
    .ofertas-carrosel .col-md-5 p, .ofertas-carrosel .col-md-5 p>strong, .ofertas-carrosel .col-md-5 a {
        font-size: 16px;
    }
    .ofertas-carrosel .flex-next i {
        margin-left: 0;
    }
    .ofertas-carrosel .flex-prev i {
        margin-left: -3px;
    }
    .outras-ofertas p {
        margin-bottom: 60px;
    }
    .flex-next i, .flex-prev i {
        line-height: 28px;
    }
    .flex-next, .flex-prev {
        width: 32px;
        height: 32px;
        top: 50%;
    }
    .hotel-info {
        margin-top: 20px;
    }
    .hotel-info .hotel-text h2 {
        font-size: 32px;
    }
    .hotel-info .hotel-text p {
        font-size: 16px;
    }
    .explorar {
        padding-top: 20px;
    }
    .home-testimonial .flex-prev {
        left: -1%;
    }
    .explorar .masonry-thumbs {
        width: 100% !important;
    }
    .explorar .masonry-thumbs a {
        width: 100% !important;
    }
    .hotel-quartos .hotel-title-info {
        width: 90%;
    }
    .hotel-quartos .masonry-thumbs, .hotel-quartos .masonry-thumbs a {
        width: 100% !important;
    }
    .room-galeria {
        margin-bottom: 30px;
    }
    .room-galeria-switches .gallery-switch-wrap {
        flex-direction: column;
    }
    .room-galeria-switches .gallery-switch-wrap .gallery-switch {
        text-align: center;
    }
    .reunioes-slider .flex-prev {
        left: -1%;
    }
    .posts-sociais .masonry-thumbs a {
        width: 100% !important;
    }
    .posts-sociais .insta-logo {
        width: 15%;
    }
    .pontos-interesse .pontos-interesse-box {
        flex-direction: column;
    }
    .pontos-interesse .pontos-interesse-box .pontos-interesse-box-info {
        padding-left: 0;
    }
    .detalhes-galeria .slide .gallery-item{
        min-height: 200px;
    }
    .footer-filter .checkmark {
        left: 6%;
    }
}

@media (max-width: 430px) {
    .modal-dialog label {
        font-size: 13px;
    }
    .modal-dialog .modal-body .form-data {
        display: inline;
    }
    .modal-dialog .modal-body .form-data .form-data-pessoas {
        display: flex;
        justify-content: space-between;
    }
    .modal-dialog .modal-body .form-data .data {
        width: 100%;
    }
    .modal-dialog .modal-body .form-data .adultos {
        width: 49%;
    }
    .modal-dialog .modal-body .form-data .criancas {
        width: 49%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .footer-filter .checkmark {
        left: 0;
    }
    .footer-filter .row-last .footer-filter-title {
        width: 27%;
        padding-left: 6%;
        float: left;
    }
    .footer-filter .row-last .radio {
        float: left;
    }
}

@media (max-width: 360px) {
    .pontos-interesse .pontos-interesse-box-info {
        display: block;
        padding-left: 0;
    }
}

@media (min-width: 300px) and (max-width: 340px) {
    .ofertas-carrosel .flex-prev, .ofertas-carrosel .flex-next {
        top: 42%;
    }
    .footer-filter .checkmark {
        left: 8%;
    }
    .reunioes-slider .reunioes-slider-info h2 {
        font-size: 34px;
    }
}

@media (min-width: 341px) and (max-width: 380px) {
    .footer-filter .checkmark {
        left: 13%;
    }
}

@media (min-width: 300px) and (max-width: 380px) {
    .map-info .map-info-text h4, .map-info .map-info-text p, .map-info .map-info-text a {
        font-size: 13px;
    }
}

@media (min-width: 410px) and (max-width: 420px) {
    .ofertas-carrosel .flex-prev, .ofertas-carrosel .flex-next {
        top: 52%;
    }
}

@media (min-width: 381px) and (max-width: 479px) {
    .footer-filter .checkmark {
        left: 18%;
    }
}

@media (min-width: 992px) and (max-width: 1224px) {
    .menu-filter .form-control {
        font-size: 1vw;
    }
    .menu-filter a.button {
        font-size: 1vw;
    }
    .hotel-info .hotel-text h2 {
        font-size: 3vw;
    }
    .hotel-info .hotel-text p {
        font-size: 1.5vw;
    }
}

@media (max-width: 1121px) {
    .menu-filter .info-filter .info-filter-subtitle {
        font-size: 9px;
        margin-right: 2px;
    }
}