@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
    color: #000;
    font-family: 'Calibri';
    font-size: 18px;
    line-height: 34px;
}
.has-headermod #gkHeaderNav {
    margin-top: 0;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
}
#gkFooter {
    background: #DAD9D9;
    color: #000;
    margin: 0;
    padding: 0;
}
#gkHeaderMod {
    margin: 0;
    height: auto;
    position: relative;
    z-index: 10;
    overflow: visible;
}
div#gkBg {
    padding: 0;
}
#gkPageContent.has-fixed-menu {
    padding-top: 0;
}
#gkHeader {
    margin-bottom: 0;
    /*position: absolute;*/
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
}
.phone span {
    margin: 0 5px;
}
.has-headermod #gkHeaderNav {
    max-width: 100%;
    width: 100%;
    padding: 0 70px;
}
.gkHeaderNav {
    border: none;
    height: 120px;
    align-items: flex-end;
    padding: 15px 0;
}
.gkLogo {
    border-right: none;
    padding: 0;
}
.gkLogo .logo-image img {
    max-height: 100px;
}
#gkHeaderNav .gkMainMenu {
    text-align: center;
}
#gkHeaderNav .gkMainMenu > .gkmenu.level0 > li > a, #gkHeaderNav .gkMainMenu > .gkmenu.level0 > li > span {
    color: #51a6ce;
}
#gkHeaderNav .gkMainMenu > .gkmenu > li > a, #gkHeaderNav .gkMainMenu > .gkmenu > li > span, .gkLogo.text, h1, h2, h3, h4, h5, h6, .header, .page-header, input, button, select, textarea {
    font-family: 'Calibri';
}
#gkHeaderNav .gkMainMenu > .gkmenu.level0 > li > a, #gkHeaderNav .gkMainMenu > .gkmenu.level0 > li > span {
    color: #51a6ce;
    font-size: 20px;
    font-weight: normal;
}
#gkHeaderNav .gkMainMenu > .gkmenu > li > a:active, #gkHeaderNav .gkMainMenu > .gkmenu > li > a:focus, #gkHeaderNav .gkMainMenu > .gkmenu > li > a:hover, #gkHeaderNav .gkMainMenu > .gkmenu > li.active > a, #gkHeaderNav .gkMainMenu > .gkmenu > li.active > span {
    color: #5c7bb1;
}
.tp-caption {
    background: transparent !important;
}
.tp-caption h2 {
    margin: 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px !important;
    line-height: 60px !important;
}
.tparrows, .fancybox-navigation .fancybox-button {
    background: rgb(153 153 153 / 30%)  !important;
    width: 65px !important;
    height: 65px !important;
    border-radius: 50%;
}
.fancybox-navigation svg {
    display: none;
}
.tparrows:hover, .fancybox-navigation .fancybox-button:hover {
    background: rgb(153 153 153 / 60%) !important;
    transition: all 0.5s ease;
}
.fancybox-navigation .fancybox-button:after {
    padding: 0 !important;
    top: 0;
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 70px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 70px;
}
.tp-rightarrow.default:after, .fancybox-navigation .fancybox-button--arrow_right:after {
    content: "";
    background: url(../../../images/right.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.tp-leftarrow.default:after, .fancybox-navigation .fancybox-button--arrow_left:after {
    content: "";
    background: url(../../../images/left.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.tp-rightarrow.default:hover:after, .tp-leftarrow.default:hover:after {
    color: #51a6ce;
}
#gkHeaderNav .gkMainMenu > .gkmenu > li.active {
    position: relative;
}
#gkHeaderNav .gkMainMenu > .gkmenu > li.active:after {
    content: "";
    background: #5c7bb1;
    position: absolute;
    width: 40%;
    height: 3px;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.chzn-container-single .chzn-single {
    border: none;
    background: transparent;
    box-shadow: none;
    color: #51a6ce;
    font-size: 20px;
}
.chzn-container {
    appearance: none;
    width: auto !important;
}
.chzn-container-single .chzn-single div b {
    background: url(../../../images/down.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.chzn-container-active.chzn-with-drop .chzn-single {
    background: #fff;
    border: none;
    border-radius: 0;
}
.chzn-container .chzn-drop {
    background: #ececec;
    border: none;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: center;
    transform: rotate(180deg);
}
.chzn-container-single .chzn-single span {
    font-weight: bold;
}
div#gkLang {
    padding-bottom: 10px;
}
[class^="fa fa-"], [class*=" fa-"] {
    font-family: 'FontAwesome';
    font-style: normal;
}
a.explore {
    background: #51A6CE;
    width: 65px;
    height: 65px;
    display: table;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    color: #fff !important;
    font-size: 40px;
    font-weight: bold;
    margin: auto;
    position: absolute;
    bottom: -32px;
    z-index: 1000;
    left: 0;
    right: 0;
}
i.fas.fa-angle-double-down {
    color: #fff;
}
a:hover, a:focus {
    text-decoration: none;
}
a.explore:before {
    content: "";
    background: url(../../../images/double-down.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}
a.explore:hover {
    background: #5c7bb1;
}
a {
    transition: all 0.5s ease;
}
div#top-info {
    position: absolute;
    right: 70px;
    top: 15px;
    font-size: 20px;
}
div#top-info .custom > div {
    display: flex;
    align-items: center;
}
div#top-info p {
    margin: 0;
    color: #50A6CE;
}
a {
    color: #51a6ce;
}
a:hover, a:active, a:focus {
    color: #5c7bb1;
}
.social {
    margin-left: 30px;
    padding-left: 10px;
    border-left: 1px solid #50A6CE;
    font-size: 30px;
}
.social a i {
    color: #51a6ce;
    margin-left: 20px;
    transition: all 0.5s ease;
}
a.mailinfo {
    margin-right: 30px;
}
a.mailinfo img {
    margin-right: 20px;
}
p.phone img {
    margin-right: 20px;
}
p.phone {
    display: flex;
    align-items: center;
}
#gkMainbodyTop h1 {
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 50px 0;
    line-height: 60px;
    text-align: center;
    color: #51a6ce;
    margin: 0;
}
#gkMainbodyTop p {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 20px 0;
    color: #50A6CE;
}
section#gkMainbodyTop .nspMain {
    max-width: 900px;
    margin: 170px auto 100px;
}
div#topbar {
    background: rgb(255 255 255 / 70%);
    padding: 0 70px;
    height: 30px;
    line-height: 30px;
    position: relative;
}
a.covid {
    color: #000;
    font-size: 18px;
}
a.covid img {
    padding-right: 10px;
}
a.covid:hover {
    color: #51a6ce;
}
div#topbar p {
    margin: 0;
}
a.book {
    position: absolute;
    background: #5595C1;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 0 40px;
    top: 0;
    right: 70px;
    border-radius: 0 0 25px 25px;
}
a.book:hover {
    background: #51a6ce;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100%;
    padding: 0 70px;
}
.gk-modules-block .box {
    margin-top: 0;
}
.homepage #gkMainbody.gkcomponent {
    display: none;
}
#gkBottom1 .nspArtPage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    margin-bottom: 170px;
}
a.room-img {
    position: relative;
    display: block;
}
a.room-img h3 {
    position: absolute;
    top: 40px;
    left: 60px;
    color: #fff;
    font-size: 18px;
    margin: 0;
    transition: all 0.5s ease;
}
.roominfo {
    background: #EBEBEB;
    height: 75px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 19px;
    margin: 2px 0;
}
a.room-img img {
    height: 65vh;
    width: 100%;
    object-fit: cover;
}
span.meters:before, .aliasTetragwnikametra:before {
    content: "";
    background: url(../../../images/square-m.png);
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
span.persons:before , .aliasAtoma:before {
    content: "";
    background: url(../../../images/persons.png);
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.roominfo span {
    position: relative;
    margin-right: 30px;
    padding-left: 50px;
}
a.room-img:hover h3 {
    color: rgb(255 255 255 / 68%);
}
.roomlinks {
    height: 75px;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: space-between;
}
a.more, .k2ReadMore {
    background: #EBEBEB;
    height: 75px;
    line-height: 75px;
    width: calc(50% - 1px);
    text-align: center;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}
.catItemIntroText, .roomlinks div {
    width: calc(50% - 1px);
}
a.booknow {
    background: #51A6CE;
    height: 75px;
    line-height: 75px;
    width: calc(50% - 1px);
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
a.more:hover, .k2ReadMore:hover  {
    background: #5c7bb1;
    color: #fff;
}
a.booknow:hover {
    background: #5c7bb1;
}
.footer-wrap .moduletable {
    margin: 0;
    padding: 0;
}
.footer-wrap {
    margin: 0;
    display: block;
}
#footer {
    width: 100%;
}
#footer .custom p {
    line-height: 38px;
    margin: 15px 0 0 0;
}
#footer .custom {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    color: #50A6CE;
    line-height: 38px;
    font-size: 18px;
}
.gkCopyrights {
    color: #50A6CE;
    margin: 35px auto;
    display: block;
    text-align: center;
}
#gkCopyrights img {
    margin-top: -7px;
}
ul.menu li a, ul.menu li span {
    padding: 0 0 10px 0;
    color: #50A6CE;
    font-size: 18px;
}
ul.menu li a:hover, ul.menu li a:focus, ul.menu li a:active, ul.menu li span:hover, ul.menu li span:focus, ul.menu li span:active {
    text-decoration: none;
    color: #5c7bb1;
}
#footer .custom img {
    max-width: 155px;
}
#gkFooter h1, #gkFooter h2, #gkFooter h3, #gkFooter h4, #gkFooter h5, #gkFooter h6 {
    color: #50A6CE;
    font-size: 18px;
    font-weight: bold;
}
.acym_module .acym_module_form .acyfield_text input {
    width: 100%;
    display: table;
    color: #50A6CE;
}
.acym_form tr td {
    padding: 00;
}
input.btn.btn-primary.button.subbutton, input[type="button"], input[type="submit"], .btn-link, .btn-primary {
    background: #51A6CE;
    font-family: 'Calibri';
    border: none;
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
}
input.btn.btn-primary.button.subbutton:hover, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"].active, input[type="button"].disabled, input[type="button"][disabled], input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, input[type="submit"].disabled, input[type="submit"][disabled], .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled], .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: #5c7bb1;
}
.acym_form tr td.acyfield_text {
    padding-right: 0;
}
.acym_module .acym_module_form .acyfield_text input {
    color: #50A6CE;
}
.acym_module .acym_module_form .acyfield_text input::-webkit-input-placeholder {
    color: #50A6CE;
}
.acym_module .acym_module_form .acyfield_text input::-moz-placeholder { 
    color: #50A6CE;
}
.acym_module .acym_module_form .acyfield_text input:-ms-input-placeholder {
    color: #50A6CE;
}
.acym_module .acym_module_form .acyfield_text input:-moz-placeholder { 
    color: #50A6CE;
}
#footer .social {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    text-align: center;
}
#footer .social a i {
    margin: 0 10px;
}
.social a:hover i {
    color: #5c7bb1;
}
.back-to-top .btn {
    background: #5c7bb1;
    border-color: #5c7bb1;
    box-shadow: none;
    color: #fff;
}
input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"].active, input[type="button"].disabled, input[type="button"][disabled], input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, input[type="submit"].disabled, input[type="submit"][disabled], .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled], .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    outline: none;
}
.back-to-top i::before {
    font-size: 24px;
}
.back-to-top i {
    color: #fff;
}
.back-to-top .btn:hover, .back-to-top .btn:active, .back-to-top .btn:focus {
    background: #50A6CE;
    border-color: #50A6CE;
}
#gkBottom3 .container {
    padding: 0;
}
#gkBottom2 .custom, #gkBottom2  .customcontactsub {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.contactform h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    margin: 0;
}
.contactform > p {
    color: #000;
    font-size: 20px;
    margin: 0 0 60px 0;
    padding: 0 0 20px 0;
    position: relative;
    line-height: 24px;
}
.contactform > p:after {
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    width: 60%;
    bottom: 0;
    left: 0;
}
.dj-simple-contact-form {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
.dj-simple-contact-form label {
    font-weight: normal;
    font-size: 18px;
}
p.dj-simple-contact-form-required-fields-info {
    margin: 0 0 10px 0;
}
.dj-simple-contact-form input {
    border-color: #000;
    height: 45px !important;
    line-height: 45px !important;
}
.dj-simple-contact-form  textarea {
    border-color: #000;
}
.dj-simple-contact-form-row {
    margin-bottom: 10px;
}
.dj-simple-contact-form.style-1 textarea {
    height: 200px;
}
input[type="radio"], input[type="checkbox"] {
    height: auto !important;
    line-height: initial !important;
    margin: 7px 10px 0 0 !important;
}
.dj-easy-contact-wrapper {
    width: 75%;
}
.dj-simple-contact-form input[type="submit"] {
    height: 60px !important;
    line-height: 60px !important;
}
.wiDetail {
    text-align: right;
}
.flatWeatherPlugin .wiDetail p.wiDay {
    margin: 10px 0;
    border-bottom: 1px solid;
    text-align: right;
}
.flatWeatherPlugin div.wiToday > p.wiTemperature {
    float: right;
    width: auto;
    text-align: right;
    font-size: 40px;
}
.flatWeatherPlugin .wiToday .wiIconGroup div.wi {
    font-size: 36px;
}
.flatWeatherPlugin .wiToday > .wiIconGroup {
    width: auto;
    text-align: right;
}
.weather h3 {
    text-align: right;
    margin: 0;
}
.flatWeatherPlugin .wiDetail {
    padding-bottom: 0;
    padding-top: 20px;
}
.arelia {
    text-align: right;
}
.arelia div:first-child img {
    height: 135px;
}
.arelia div:first-child {
    border-bottom: 1px solid #000;
    margin-bottom: 70px;
    padding-bottom: 20px;
}
.contactform {
    margin-top: 38px;
    width: 50%;
}
.arelia div:last-child {
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
    padding-bottom: 70px;
}
.arelia div:last-child p {
    margin: 20px 0;
    font-size: 20px;
    color: #000;
}
.arelia div:last-child p a {
    color: #000;
}
.arelia div:last-child img {
    border-left: 1px solid #51A6CE;
    padding-left: 20px;
    margin-left: 20px;
    height: 32px;
    width: 50px;
    object-fit: contain;
}
.weather .social {
    margin: 0;
    padding: 70px 0;
    border-left: none;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    text-align: right;
}
.weather .social a i {
    color: #000;
    margin-left: 40px;
    border-left: 1px solid #51a6ce;
    padding-left: 40px;
}
.weather .social a:first-child i {
    border: none;
}
.weather  .social a:hover i {
    color: #51a6ce;
}
div#gkHeaderNav.affix {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #51a6ce;
    margin: 0;
    max-width: 100%;
    padding: 0 70px;
}
div#gkHeaderNav.affix div#top-info, div#gkHeaderNav.affix .gkHeaderNav > .clearfix {
    display: none;
}
#gkHeaderNav.affix .gkHeaderNav {
    height: 80px;
}
#gkHeaderNav.affix .gkLogo .logo-image img {
    max-height: 70px;
}
div#gkHeaderNav.affix ~ div#topbar {
    position: fixed;
    z-index: 1000;
    right: 0;
    width: auto;
    top: 0;
    padding: 0;
    height: auto;
    line-height: initial;
}
div#gkHeaderNav.affix ~ div#topbar a.covid {
    display: none;
}
div#gkHeaderNav.affix ~ div#topbar a.book {
    width: 222px;
    text-align: center;
    padding: 0;
}
div#back-to-top {
    display: none;
}
section.nobossnotices.nobossnotices--model1 {
    position: fixed !important;
    bottom: 20px;
    top: initial !important;
    width: 400px !important;
    right: 20px;
    background: #51a6ce !important;
    box-shadow: none !important;
    padding: 30px    !important;
    box-shadow: 0 0 50px rgb(0 0 0 / 30%) !important;
    overflow: hidden;
}
.nobossnotices-content-wrapper p {
    line-height: 24px;
}
.nobossnotices-wrapper {
    display: block;
}
.nobossnotices-item__title {
    font-family: 'Calibri';
}
.nobossnotices-title-wrapper {
    width: 100%;
}
.nobossnotices-item__title {
    font-family: 'Calibri' !important;
    font-weight: bold;
    font-size: 24px !important;
    display: table;
    width: 100%;
    text-transform: uppercase !important;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
}
.nobossnotices-item__content {
    max-width: 100%;
    font-family: 'Calibri' !important;
    color: #fff;
    text-align: center;
    font-size: 18px !important;
    padding: 0 !important;
}
.nobossnotices a {
    font-family: 'Calibri' !important;
}
.nobossnotices a:hover, .nobossnotices a:focus {
    background: #51a6ce !important;
    color: #fff !important;
}
.nobossnotices .nobossnotices-close-button {
    font-family: 'Calibri' !important;
    font-weight: bold;
}
.nobossnotices-main-content, .nobossnotices-links {
    justify-content: center;
}
section.nobossnotices.nobossnotices--model1:after {
    content: "";
    background: #fdd301;
    width: 500px;
    height: 500px;
    position: absolute;
    border-radius: 50%;
    right: 0;
    bottom: -300px;
    z-index: -1;
}
.nobossnotices-item__title-wrapper, .nobossnotices-content-wrapper {
    color: #000;
}
#gkHeaderNav.affix-top {
    position: relative;
    top: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 70px;
}
#gkMainbody.gkcomponent {
    padding-top: 120px;
}
#gkContent .container {
    padding-left: 0;
    padding-right: 0;
}
div.itemListCategory {
    background: #51a6ce;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
div.itemListCategory:before {
    /*content: "";
    background: rgb(0 0 0 / 20%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;*/
}
.itemListCategory img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    z-index: 0;
}
div.itemListCategory h2 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    font-size: 30px;
}
.diamoniview div#itemListLeading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    padding: 70px;
}
div.catItemView {
    margin-bottom: 0;
    padding: 0;
}
div.catItemBody {
    padding: 0;
}
div.catItemImageBlock {
    padding: 0;
    margin: 0;
}
.diamoniview div.catItemHeader {
    position: relative;
}
.diamoniview h3.catItemTitle {
    position: absolute;
    top: 40px;
    left: 60px;
    color: #fff;
    font-size: 18px;
    margin: 0;
    transition: all 0.5s ease;
}
.diamoniview span.catItemImage img {
    height: 65vh !important;
    width: 100% !important;
    object-fit: cover;
}
.diamoniview h3.catItemTitle:hover a, .diamoniview .catItemHeader:hover .catItemTitle a  {
    color: rgb(255 255 255 / 68%);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}
.diamoniview .catItemExtraFields ul {
    background: #EBEBEB;
    height: 75px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 19px;
    margin: 2px 0;
}
span.catItemImage {
    margin: 0;
}
div.catItemExtraFields, div.genericItemExtraFields {
    margin: 0;
    padding: 0;
    border-top: none;
}
div.catItemExtraFields ul li, div.genericItemExtraFields ul li {
    position: relative;
    margin-right: 30px;
    padding-left: 50px;
}
div.catItemLinks {
    margin: 0;
}
.catItemReadMore {
    height: 75px;
    display: flex !important;
    align-items: center;
    color: #000;
    justify-content: space-between;
}
#k2Container {
    padding: 0;
}
.catDescription {
    background: #EBEBEB;
    padding: 70px;
    text-align: center;
    color: #000;
}
.catDescription h2 {
    font-size: 34px;
}
.catDescription li {
    list-style: square;
    list-style-position: inside;
}
span.itemImage {
    margin: 0;
}
div.itemImageBlock {
    padding: 0;
    margin: 0;
}
.roomview span.itemImage img {
    height: calc(100vh - 120px) !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}
div.itemBody {
    padding: 0;
}
.roomview  div.itemHeader {
    padding: 70px 70px 0 70px;
    text-align: center;
}
h1.itemTitle {
    margin: 0;
    font-size: 34px;
    color: #51a6ce;
}
.roomview  div.itemIntroText {
    color: #000;
    font-weight: normal;
    padding: 0  15%  70px  15% ;
    text-align: center;
}
div.itemFullText {
    text-align: center;
    background: #EBEBEB;
    padding: 70px;
}
div.itemFullText h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: bold;
}
.itemFullText ul {
   -webkit-columns: 2;
   -moz-columns: 2;
    columns: 2;
    max-width: 1000px;
    margin: auto;
    text-align: left;
    column-gap: 50px;
    margin-bottom: 30px;
}
.itemFullText ul li {
    list-style: square;
}
div.itemFullText p {
    line-height: 24px;
}
div.itemView {
    margin: 0;
}
div.itemLinks {
    margin: 0;
}
div.itemImageGallery {
    margin: 0;
    padding: 70px 15%;
}
.itemImageGallery h3 {
    text-align: center;
    font-weight: bold;
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink, ul.sigProResponsiveBlue li.sigProThumb a.sigProLink:hover {
    border: none;
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink:hover span.sigProPseudoCaption, ul.sigProResponsiveBlue span.sigProPseudoCaption {
    background: transparent;
}
ul.sigProResponsiveBlue li.sigProThumb span.sigProLinkOuterWrapper {
    margin: 0;
}
ul.sigProResponsiveBlue {
    margin: 0!important;
    padding: 0!important;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}
.large-block-grid-4 > li {
    width: 100%;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: none;
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink {
    background-color: #51a6ce;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled], button:hover, button:focus, button:active, button.active, button.disabled, button[disabled] {
    background: #5595C1;
    border-color: #5595C1;
}
.itemIntroText a {
    background: #51A6CE;
    border: none;
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    display: table;
    width: auto;
    line-height: 60px;
    margin: auto;
    padding: 0 50px;
}
.itemIntroText a:hover {
    background: #5c7bb1;
}
.phocamaps-box {
    margin: 0 !important;
}
.itemFullText iframe {
    width: 100%;
    margin: 50px 0;
}
.itemIntroText li {
    list-style: square;
    list-style-position: inside;
}
.roomview.galleryview div.itemHeader {
    background: #51a6ce;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 70px;
}
.galleryview h1.itemTitle {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.galleryview ul.sigProResponsiveBlue {
    max-width: 100%;
    padding: 0 12% !important;
}
.galleryview div.itemFullText {
    background: #fff;
    padding: 70px;
}
.galleryview div.itemFullText h3 {
    margin: 50px 0 20px;
}

ul.sigProResponsiveBlue {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.large-block-grid-4 > li {
    width: calc(20% - 16px);
}
li.sigProClear {
    display: none;
}
.defaultview.roomview div.itemHeader {
    padding: 70px;
}
.customcontactsub {
    margin-top: 50px;
}
.customcontactsub .arelia div:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 70px;
}
.customcontactsub  .contactform {
    margin-top: 0;
}
#gkBottom2 .customcontactsub {
    align-items: center;
}
.itemIntroText blockquote {
    display: none;
}
.catItemIntroText *, .roomlinks div * {
    display: none;
}
div.catItemIntroText {
    padding: 0;
}
.catItemIntroText blockquote, .catItemIntroText blockquote p, .catItemIntroText blockquote p a, .roomlinks blockquote, .roomlinks blockquote p, .roomlinks blockquote p a {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 18px;
}
q:before, q:after, blockquote:before, blockquote:after, blockquote p:first-child:before {
    content:none;
}
#gkMainbody .phocamaps-box {
    padding-top: 30px !important;
    background: #51a6ce;
}
.mod-languages select {
    width: auto;
    border: none;
    padding: 0;
    height: auto;
    margin: 0;
    font-weight: bold;
    color: #51a6ce;
    font-size: 20px;
}
section#gkBottom3 {
    position: relative;
    z-index: 1;
}
section#gkBottom2 {
    z-index: 2;
    position: relative;
}
.cc-window {
    font-family: 'Calibri';
}
.cc-banner.cc-bottom {
    left:20px;
    right: auto;
    width: 500px;
    bottom: 20px;
    padding: 50px !important;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
.cc-banner .cc-message {
    flex: initial;
    margin-bottom: 15px;
}
.cc-compliance {
    margin-bottom: 15px;
}
.fancybox-slide--html .fancybox-content {
    font-family: 'Calibri';
}
.cc-revoke.cc-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: 'Calibri';
}
.cc-window a {
    color: #fff !important;
    opacity: 1 !important;
}
.cc-settings-label {
    width: 100%;
    margin-bottom: 10px;
    opacity: 1 !important;
}
a.cc-btn.cc-deny {
    color: #152630 !important;
}
input.cc-cookie-checkbox+span:before {
    border: none;
    background: transparent;
    border-radius: 50%;
}
input.cc-cookie-checkbox+span:after {
    border-color: transparent;
    background-image: none;
}
input.cc-cookie-checkbox:checked+span:after {
    background-image: url(../../../images/check.png) !important;
}
input.cc-cookie-checkbox+span {
    border: 1px solid #000;
    border-radius: 50%;
}
.cc-revoke.cc-bottom {
    left: 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
a.cc-link label {
    margin-left: 3px;
}
.cc-window a {
    color: #333 !important;
}
a.cc-btn.cc-deny {
    color: #fff !important;
}
a.cc-btn.cc-deny:hover {
    background: #000!important;
    border-color: #000 !important;
    color: #fff !important;
}
a.cc-btn.cc-allow {
    color: #fff !important;
}
a.cc-btn.cc-allow:hover {
    background: #000!important;
    border-color: #000!important;
}
div.cc-cookie-category-description {
    line-height: 24px;
}
fieldset legend {
    font-family: 'Calibri';
}
div.catItemHeader h3.catItemTitle {
    padding: 0;
}
#gkHeaderNav .gkMainMenu > .gkmenu.level0 > li > a.haschild:after, #gkHeaderNav .gkMainMenu > .gkmenu.level0 > li > span.haschild:after {
    content:none;
}
#gkHeaderNav .gkMainMenu > .gkmenu > li > .childcontent, #gkHeaderNav .gkMainMenu > .gkmenu > li > .childcontent .childcontent {
    right: 0;
}
#gkHeaderNav .gkMainMenu > .gkmenu > li div.childcontent li > a, #gkHeaderNav .gkMainMenu > .gkmenu > li div.childcontent li > span {
    color: #51a6ce;
    border: none;
    line-height: 18px;
}
#gkHeaderNav .gkMainMenu > .gkmenu > li div.childcontent-inner {
    border: 1px solid #51a6ce;
}
#gkHeaderNav .gkMainMenu > .gkmenu > li div.childcontent li > a.active, #gkHeaderNav .gkMainMenu > .gkmenu > li div.childcontent li > a:active, #gkHeaderNav .gkMainMenu > .gkmenu > li div.childcontent li > a:focus, #gkHeaderNav .gkMainMenu > .gkmenu > li div.childcontent li > a:hover, #gkHeaderNav .gkMainMenu > .gkmenu > li div.childcontent li > span.active, #gkHeaderNav .gkMainMenu > .gkmenu > li div.childcontent li > span:active, #gkHeaderNav .gkMainMenu > .gkmenu > li div.childcontent li > span:focus, #gkHeaderNav .gkMainMenu > .gkmenu > li div.childcontent li > span:hover {
    border: none;
    color: #5c7bb1;
}
a.cc-btn {
    order: 2;
}
a.cc-btn.cc-allowall {
    background: #51a6ce !important;
    color: #fff !important;
    order: 1;
    width: 100%;
    margin-top: 0 !important;
    height: 35px;
    line-height: 35px;
    padding: 0;
}
a.cc-btn.cc-deny {
    color: #000 !important;
    background: transparent !important;
    border: none !important;
}
a.cc-btn.cc-allow {
    background: #000 !important;
    border-color: #000 !important;
}

@media screen and (max-width:1580px) {
    div#gkHeaderNav.affix .gkMainMenu > .gkmenu.level0 > li > a, div#gkHeaderNav.affix .gkMainMenu > .gkmenu.level0 > li > span {
    font-size: 18px;
    padding: 8px 10px;
    }
}


@media screen and (max-width:1480px) {
    div#gkHeaderNav.affix ~ div#topbar a.book {
    width: 150px;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    border-radius: 0;
    }
}

@media screen and (max-width:1280px) {
    #gkHeaderNav .gkMainMenu > .gkmenu.level0 > li > a, #gkHeaderNav .gkMainMenu > .gkmenu.level0 > li > span {
    font-size: 18px;
    padding: 8px 10px;
    }
    div.itemListCategory h2 {
    font-size: 30px;
    }
    #gkHeaderNav.affix-top, div#topbar, div#gkHeaderNav.affix, .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    padding: 0 30px;
    }
    div#top-info, a.book {
    right: 30px;
    }
    a.book {
    height: 60px;
    line-height: 60px;
    }
    section#gkMainbodyTop .nspMain {
    max-width: 100%;
    margin: auto;
    padding: 70px;
    }
    #gkMainbodyTop p {
    font-size: 18px;
    line-height: 24px;
    }
    #gkBottom1 .nspArtPage {
    grid-gap: 30px;
    }
    #gkMainbodyTop h1 {
    font-size: 30px;
    line-height: 34px;
    }
    #gkBottom1 .nspArtPage {
    margin-bottom: 100px;
    }
    .diamoniview div#itemListLeading {
    grid-gap: 30px;
    padding: 30px;
    }
    a.room-img h3, .diamoniview h3.catItemTitle {
    left: 30px;
    right: 30px;
    }
    div#gkHeaderNav.affix ~ div#topbar a.book {
    width: 100px;
    line-height: 14px;
    display: flex;
    align-items: center;
    }
    #gkMainbody.gkcomponent {
    padding-top: 100px;
    }
    .roomview span.itemImage img {
    height: calc(100vh - 100px) !important;
    }
}

@media screen and (max-width:1120px) {
    div#gkHeaderNav.affix .gkMainMenu > .gkmenu.level0 > li > a, div#gkHeaderNav.affix .gkMainMenu > .gkmenu.level0 > li > span {
    font-size: 17px;
    padding: 8px 7px;
    }
    #footer .custom > div:first-child {
    width: 20%;
    }
}

@media screen and (max-width:1024px) {
    #top-info .social {
    display: none;
    }
    .gkAsideMenu li.haschild > .gkmenu li a, .gkAsideMenu li.haschild > .gkmenu li span {
    font-size: 16px;
    }
    .gkAsideMenu li a:hover, .gkAsideMenu li a:focus, .gkAsideMenu li a:active, .gkAsideMenu li span:hover, .gkAsideMenu li span:focus, .gkAsideMenu li span:active {
    color: #5c7bb1;
    }
    .gkAsideMenu li.open > a.haschild:after, .gkAsideMenu li.open > span.haschild:after {
    content: "\f077";
    font-family: 'FontAwesome';
    }
    .gkAsideMenu li a.haschild:after, .gkAsideMenu li span.haschild:after {
    content: "\f078";
    font-family: 'FontAwesome';
    }
    .gkAsideMenu li {
    margin: 5px 0 0 0;
    }
    div#top-info {
    font-size: 16px;
    top: 10px;
    }
    .gkHeaderNav {
    height: 100px;
    }
    div#gkMobileMenu {
    position: absolute;
    left: 0;
    top: 33px;
    }
    .gkHeaderNav {
    justify-content: space-between;
    }
    .gkLogoWrap {
    margin-left: 55px;
    }
    .gkLogo .logo-image img {
    max-height: 80px;
    }
    div#gkHeaderNav.affix div#gkMobileMenu {
    top: 10px;
    }
    i.fas.fa-bars {
    color: #5595C1;
    }
    div#gkHeaderNav.affix ~ div#topbar a.book {
    width: 150px;
    justify-content: center;
    }
    #gkBg.menu-open, #gkBg.sidebar-open {
    height: auto;
    z-index: 100;
    }
    #gkBg.menu-open {
    position: unset;
    }
    .aside-menu-footer {
    display: none;
    }
    #aside-menu.menu-open {
    width: 50%;
    }
    .aside-menu-wrap {
    padding: 40px;
    }
    .aside-menu-inner .gkLogoWrap {
    padding: 40px 40px 0;
    }
    .gkAsideMenu li a, .gkAsideMenu li span {
    color: #51a6ce;
    }
    .gkAsideMenu li.active > a, .gkAsideMenu li.active > span {
    color: #5c7bb1;
    text-decoration: underline;
    }
    .tp-leftarrow.default {
    left: 30px !important;
    }
    .fancybox-navigation .fancybox-button--arrow_left {
    left: 30px;
    }
    .fancybox-navigation .fancybox-button--arrow_right {
    right: 30px;
    }
    .tp-rightarrow.default {
    right: 30px !important;
    }
    .nspArtPage .nspArt {
    width: 100%;
    margin: 0;
    }
    #gkBottom2 .custom, #gkBottom2 .customcontactsub {
    display: block;
    }
    #gkBottom1 .nspArtPage {
    margin-bottom: 30px;
    }
    .contactform {
    width: 100%;
    }
    .dj-easy-contact-wrapper {
    width: 100%;
    }
    .weather {
    margin-top: 50px;
    }
    .arelia {
    text-align: center;
    }
    .arelia div:last-child p {
    margin: 5px 0;
    }
    .arelia div:first-child {
    margin-bottom: 30px;
    }
    .customcontactsub .arelia div:last-child {
    padding-bottom: 30px;
    }
    .arelia div:last-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    }
    .weather h3 {
    text-align: center;
    }
    .wiToday {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }
    .flatWeatherPlugin .wiToday > .wiIconGroup, .flatWeatherPlugin div.wiToday > p.wiTemperature {
    float: none;
    }
    .flatWeatherPlugin .wiToday > .wiIconGroup, .flatWeatherPlugin .wiDetail p.wiDay {
    text-align: center;
    }
    p.wiTemperature {
    margin-left: 30px;
    }
    .flatWeatherPlugin p, .flatWeatherPlugin h1, .flatWeatherPlugin h2, .flatWeatherPlugin h3, .flatWeatherPlugin h4, .flatWeatherPlugin h5, .flatWeatherPlugin h6, .flatWeatherPlugin ul, .flatWeatherPlugin li {
    text-align: center;
    }
    .weather .social {
    padding: 30px 0;
    text-align: center;
    }
    .weather .social a i {
    margin: 0;
    padding: 0 20px;
    }
    #footer .custom {
    flex-wrap: wrap;
    }
    #footer .custom > div:first-child {
    width: 50%;
    }
    #footer .custom > div {
    width: 50%;
    margin-bottom: 30px;
    }
    #footer .custom p {
    line-height: 24px;
    }
    #footer .social {
    text-align: left;
    }
    .acym_module {
    max-width: 100%;
    width: 90%;
    margin: 0;
    }
    #footer .custom > div:first-child {
    order: 3;
    }
    .gkCopyrights {
    margin: 0 auto 35px;
    }
    .catDescription {
    padding: 50px 30px;
    }
    .roomview div.itemHeader {
    padding: 50px 30px 0 30px;
    }
    .roomview div.itemIntroText {
    padding: 0 30px 50px 30px;
    }
    div.itemFullText {
    padding: 50px 30px;
    }
    .itemFullText ul li {
    list-style-position: inside;
    }
    div.itemImageGallery {
    padding: 50px 30px;
    }
    .roomview span.itemImage img {
    height: calc(100vh - 100px) !important;
    }
    .galleryview div.itemFullText {
    padding: 50px 30px;
    }
    .galleryview ul.sigProResponsiveBlue {
    padding: 0!important;
    }
    .defaultview.roomview div.itemHeader {
    padding: 50px 30px;
    }
}

@media screen and (max-width:820px) {
    .tp-caption h2 {
    font-size: 40px !important;
    line-height: 40px !important;
    }
    a.mailinfo img {
    display: none;
    }
    p.phone img {
    display: none;
    }
    p.phone a img {
    display: block;
    }
    #gkBottom1 .nspArtPage, .diamoniview div#itemListLeading {
    grid-template-columns: 1fr;
    }
    .large-block-grid-4 > li {
    width: calc(33.333% - 16px);
    }
}

@media screen and (max-width:767px) {
    #gkMobileMenu #static-aside-menu-toggler {
    line-height: 35px;
    }
    #gkFooter h4 {
    padding-left: 0;
    padding-right: 0;
    }
    .itemFullText ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    text-align: center;
    column-gap: 0;
    }
    .diamoniview span.catItemImage img {
    height: auto!important;
    }
}

@media screen and (max-width:680px) {
    div#top-info .custom > div {
    flex-wrap: wrap;
    justify-content: flex-end;
    }
    a.mailinfo {
    width: 100%;
    margin: 0;
    text-align: right;
    line-height: 18px;
    }
    div#gkLang {
    padding-bottom: 0;
    }
    .mod-languages form {
    line-height: 20px;
    }
    .gkHeaderNav > .clearfix {
    line-height: 20px;
    height: 25px;
    }
    #gkMainbody.gkcomponent {
    padding-top: 100px;
    }
    div#topbar {
    background: rgb(218 216 216 / 70%);
    }
    div.itemListCategory, .roomview.galleryview div.itemHeader {
    background: transparent;
    height: auto;
    display: block;
    padding: 60px  30px 0;
    text-align: left;
    }
    div.itemListCategory h2, .galleryview h1.itemTitle {
    color: #51a6ce;
    }
    ul.sigProResponsiveBlue {
    gap: 20px;
    }
    #gkMainbody .phocamaps-box {
    background: #fff;
    }
    #aside-menu.menu-open {
    width: 80%;
    }
}

@media screen and (max-width:580px) {
    a.covid {
    font-size: 14px;
    display: flex;
    align-items: center;
    }
    .cc-banner.cc-bottom {
    left: 0;
    bottom: 0;
    width: 100%;
}
    a.book {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    }
    .tparrows {
    width: 40px !important;
    height: 40px !important;
    } 
    .tp-leftarrow.default {
    left: calc(50% - 50px)!important;
    top: initial !important;
    bottom: 60px;
    }
    .tp-rightarrow.default {
    right: calc(50% - 50px)!important;
    top: initial !important;
    bottom: 60px;
    }
    .tp-caption {
    padding: 0 30px !important;
    text-align: center;
    }
    section#gkMainbodyTop .nspMain {
    padding: 70px 30px;
    }
    .large-block-grid-4 > li {
    width: calc(50% - 16px);
    }
    div#top-info {
    left: 180px;
    }
}

@media screen and (max-width:480px) {
    .catItemIntroText blockquote, .catItemIntroText blockquote p, .catItemIntroText blockquote p a, .roomlinks blockquote, .roomlinks blockquote p, .roomlinks blockquote p a, .roomlinks a, a.more, .k2ReadMore {
    font-size: 16px;
    }
    section.nobossnotices.nobossnotices--model1 {
    bottom: 0;
    width: 100% !important;
    right: 0;
    }
    #footer .custom > div {
    width: 100%;
    text-align: center;
    }
    #footer .custom > div:first-child {
    width: 100%;
    }
    .acym_module {
    width: 100%;
    }
    #footer .social {
    text-align: center;
    }
    p.phone a {
    display: block;
    }
    p.phone {
    display: block;
    line-height: 16px;
    }
    .phone span {
    display: none;
    }
    #top-info a.mailinfo {
    display: none;
    }
    .arelia div:last-child p {
    font-size: 16px;
    }
    .arelia div:last-child img {
    padding-left: 10px;
    margin-left: 10px;
    height: 20px;
    width: 30px;
    }
    .gkCopyrights {
    line-height: 16px;
    }
    input.btn.btn-primary.button.subbutton {
    margin-top: 10px;
    }
    .roominfo, .diamoniview .catItemExtraFields ul {
    padding: 0 20px;
    }
    h1.itemTitle {
    font-size: 28px;
    }
    .galleryview div.itemFullText h3 {
    text-align: left;
    }
    .galleryview div.itemFullText {
    padding: 0 30px 50px;
    }
}

@media screen and (max-width:420px) {
    a.book {
    /* display: none; */
    top: 30px;
    }
    a.room-img h3, .diamoniview h3.catItemTitle {
    left: 20px;
    right: 20px;
    top: 20px;
    }
    .catItemIntroText blockquote, .catItemIntroText blockquote p, .catItemIntroText blockquote p a, .roomlinks blockquote, .roomlinks blockquote p, .roomlinks blockquote p a, .roomlinks a, a.more, .k2ReadMore {
    font-size: 14px;
    }
}













































