
/* ANIMATIONS */

@keyframes move {
    0% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* END ANIMATIONS */

/* BASE */
html {
    width: 100%;
    overflow-x: hidden
}

body {
	background:white;
	color: grey;
	-webkit-font-smoothing:antialiased;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif
}

section {
	width: 100%;
	position: relative;
    background: white

}

header #main-menu {
	color: white;
	background:transparent;
    margin: 0;
    padding: 0;
}

header #main-menu.left-part {
    float: right;
    margin-left: 5%;
    float: right;
 }

 header #main-menu.right-part {
    float: right!important;
    margin-right: 5%;
 }

header .hero {
	display: none;
}

header .main-navigation {
    background: #1f2133;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    padding: 0;
}

strong {
    font-weight: 700;
    color: #2a2f60;
}

h2 {
    font-family: 'Yantramanav', sans-serif;
    color: #162768;
    margin: 40px 0 20px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

p {
	display: block;
    padding: 0;
    color: #616161;
    font-weight: 300;
    font-size: 16px;
}

ol li {
    font-size: 17px;
    font-family: 'Roboto',arial;
    line-height: 27px;
    color: #404040;
    font-weight: lighter;
    margin-bottom: 10px;
}

.crm-text {
    color: #009cad;
    font-size: 12px;
    text-align: right;
}

a {
    text-decoration: none;
}

#cookies_bar {
   position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(41, 46, 97, 0.98);
    z-index: 50000000000;
    padding: 0px;
    font-weight: lighter;
    text-align: center;
    font-size: 14px;
    color: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

#cookies_content {
    padding: 10px 15px;
    font-family: 'Roboto', arial;
}

#cookies_content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255, 0);
    z-index: -1;
}

#cookies_content a {
    padding: 10px 15px;
    font-weight: normal;
    color: #fdbd2c;
}

#cookies_accept {
    display: inline-block;
    margin: 0 20px;
    padding: 8px 15px;
    background: #fdbd2c;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    border-radius: 3px;
    font-size: 13px;
    opacity: 1;
    -webkit-transition: all 0.3ss;
    transition: all 0.3ss;
}

#cookies_accept:hover {
    background: white;
    color:#292e61
}

.animated {
    visibility: hidden;
}

header .nav-primary {
    width: 50%;
    float: left;
}

ul.list {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Roboto', arial;
    color: #5a4f64;
    margin: 20px 0;
}

#page h1, .slogan {
    color: rgb(41,46,97)
}

ul.list li  {
    display: block;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

ul.list li::before {
    content: '\ebcd';
    font-family: 'icomoon'!important;
    font-size: 13px;
    background-color: #292e61;
    background-image: -webkit-linear-gradient(-360deg, #292e61 0%,#fcbe1a 100%);
    background-image: linear-gradient(90deg,#292e61 0%,#fcbe1a 100%);
    color: transparent;
    -webkit-background-clip: text;
    margin-right: 10px;
    -webkit-transform: rotate(45deg) scaleX(-1);
    -moz-transform: rotate(45deg) scaleX(-1);
    -ms-transform: rotate(45deg) scaleX(-1);
    -o-transform: rotate(45deg) scaleX(-1);
    transform: rotate(170deg) scaleX(-1);
    top: -5px;
    left: -5px;
    position: absolute;
    opacity: 0.8;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

#homebook a {
    background: #8BC34A;
    background-image: linear-gradient(120deg, #84fab0 0%, #008494 100%);
    color: white;
    padding: 12px 0px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.left-part {
    text-align: right;
    float: right;
    padding-right: 120px
}

.right-part {
    text-align: left;
    float: left;
    padding-left: 120px;
}

.call-to-btn {
    display: none;
}

.logo-wrapp {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 30;
    pointer-events: auto;
    width: 186px;
    height: 186px;
    max-height: 130px;
    margin-left: -93px;
    background: #285b69;
    overflow: hidden;
}

.template-logo img::before{
    position: absolute;
     height: 250px;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    transition: background 0.4s ease, min-height 0.2s ease 0.2s;
    z-index: -1;
}


header #main-menu .item {
    display: block;
    margin: 0;
    padding: 21px 25px;
    color: #dedede;
    font-family: 'Roboto', serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-shadow: none;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
}

header #main-menu .item:hover {
	color: white;
	text-shadow: none;
    background: #285b69;
}

#main-menu .active a {
        color: white;
    text-shadow: none;
    background: #285b69;
}

header {
    position: relative;
    width: 100%;
}

.container {
    margin: 0 auto;
}

#main-menu {
    list-style: none;
}

#main-menu li {
    float: left;
}

#main-menu li a {
    text-decoration: none
}

#content {
    position: relative;
    z-index: 20
}

#content-page {
    position: relative;
    z-index: 20
}

#content-page-service {
    position: relative;
    z-index: 20
}

#content-page-offers {
    position: relative;
    z-index: 20
}

#main-menu li:hover .sub-menu {
    z-index:100;
    opacity:1
}

.sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    min-width: 250px;
    top: 61px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    visibility: hidden;
    z-index: 10;
    opacity: 0;
    transition: opacity linear .15s;
    background: #404b4d;
}

.sub-menu li,
#main-menu .sub-menu li:last-child {
    display: block;
    font-size: 15px;
    font-family: 'Roboto';
    float: none!important;
}

#main-menu .sub-menu li::before {
    content: " ";
    font-size: 16px;
    background: url('/template/images/favicon.png');
    float: left;
    width: 30px;
    background-size: cover;
    height: 28px;
    margin-right: 10px;
    margin-top: 12px;
    margin-left: 15px;
    opacity: 0.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#main-menu .sub-menu li:hover::before {
    opacity: 1;
}

.sub-menu li a,
#main-menu .sub-menu li:last-child a {
    text-transform: none;
    text-align: left;
    font-size: 16px;
    color: white;
    background: #285b69;
    display: block;
    font-weight: 500;
    white-space: nowrap;
    padding: 18px 14px;
    margin: 0;
    line-height: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#main-menu .sub-menu li a {
    background: #285b69;
    color: white;
}

#main-menu ul li a:hover,
#main-menu .sub-menu li:last-child a:hover {
    background: #285b69;
    color: #afe0ea
}

.sub-menu li:last-child a:before {
    display: none;
}

.clearfix:after {
    display:block;
    clear:both
}

.slider-main {
    width: 100%;
    height: 680px;
    background: transparent;
    z-index: 10;
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity 1s cubic-bezier(0.28, 0, 0.18, 1) .3s;
    -moz-transition: opacity 1s cubic-bezier(0.28, 0, 0.18, 1) .3s;
    transition: opacity 1s cubic-bezier(0.28, 0, 0.18, 1) .3s;
}

.swiper-container-homepage, .swiper-container-page, .swiper-slide, .swiper-wrapper, .slide-img {
	width: 100%;
	height: 100%;
	background-attachment: cover;
}

.swiper-container-page, .slider-page {
    width: 100%;
    height: 480px;
}

.swiper-container-page-service, .slider-page-service {
    width: 100%;
    height: 580px
}

.swiper-container-page-offers, .slider-page-offers {
    width: 100%;
    height: 450px
}

#page ul li {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    color: #2e2f3e
}

.animated-image {
      -webkit-animation: move 45s infinite forwards;
    -moz-animation: move 45s infinite forwards;
    animation: move 45s infinite forwards;
}

.animated-image-slow {
      -webkit-animation: move 65s infinite forwards;
    -moz-animation: move 65s infinite forwards;
    animation: move 65s infinite forwards;
}

.hero-heading {
	font-family: 'Yantramanav', cursive;
    font-size: 60px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: white;
    position: absolute;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.78);
    top: -moz-calc(30vh);
    top: -webkit-calc(30vh);
    top: calc(30vh);
    left: 0;
  	right: 0;
  	margin-left: auto;
  	margin-right: auto;
    z-index: 20;

}

.hero-heading span {
	font-family: 'Yantramanav', cursive;
	font-size: 100px;
}

.book-now {
	position: fixed;
    z-index: 30000000000;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .25s linear ;
    -moz-transition: all .25s linear ;
    transition: all .25s linear ;
    background: #404b4d;
}

.book-now a {
	color: white;
}

.book-now a span {
    padding: 25px 30px 35px;
    color: white;
    display: block;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    -webkit-transition: all .25s linear ;
    -moz-transition: all .25s linear ;
    transition: all .25s linear ;
}

ul.lightgallery li {
    padding: 10px;
}

.book-now a:hover span  {
	color: rgba(17, 36, 107, 0.95);
	background: rgb(255, 255, 255)
}

.book-now a em {
	opacity: 0;
	-webkit-transition: opacity .25s linear ;
    -moz-transition: opacity .25s linear ;
    transition: opacity .25s linear ;
}

.book-now a:hover em {
	display: block;
    opacity: 1;
    font-size: 10px;
    color: #292e61;
    background: transparent;
    position: absolute;
    bottom: 6px;
    text-align: center;
    font-style: bolder;
    text-transform: uppercase;
    width: 100%;
    font-weight: normal;
    font-family: inherit;
    letter-spacing: 0.2px;
}

.buttons-top {
    position: absolute;
    top: -49px;
    left: 50%;
    margin: 0;
    list-style: none!important;
    padding: 0;
    z-index: 30;
    width: 1200px;
    max-width: 100%;
    height: 50px;
    background: transparent;
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
    -webkit-transform: translateX(-50%) ;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.buttons-top li {
    float: left;
    width: 25%;
    margin: 0;
    height: 100%;
    color: white;
    border: none;
}

.arrows-down {
    width: 50px;
    height: 60px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%) ;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 557;
}

.arrows-down-offers {
    width: 50px;
    height: 60px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%) ;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 557;
}

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
}

.arrows path {
    stroke: #fff;
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

.first-slogan {
    display: block;
    width: 1200px;
    max-width: 80%;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-80%);
    -ms-transform: translateX(-50%) translateY(-80%);
    transform: translateX(-50%) translateY(-80%);
    z-index: 556;
    font-size: 160px;
    line-height: 130px;
    font-family: 'Yantramanav', cursive;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
}

.first-slogan small {
    display: block;
    width: 1200px;
    max-width: 100%;
    font-family: 'Roboto',arial;
    font-size: 30px;
    line-height: 40px;
    font-weight: lighter;
}

.offer-img-wrapp {
    width: 418px;
    max-width: 100%;
    min-width: 100%;
    height: 250px;
    max-height: 100%;
    overflow: hidden;
}

#offers.one-offer-item .btn {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 150px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    margin: 0;
}



.offer-item .offer-image {
    background-size: cover;
    min-height: 250px;
    -webkit-transition: all 1s linear ;
    -moz-transition: all 1s linear ;
    transition: all 1s linear ;
}

.offer-item:hover .offer-image {
    -webkit-transform: scale(1.1);
}

.first-slogan p {
	display: block;
    padding: 0;
    color: white;
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
    text-shadow: 1px 1px 2px black;
}

.on-page {
    font-size: 80px;
    line-height: 90px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translateY(-60%) translateX(-50%);
    -ms-transform: translateY(-60%) translateX(-50%);
    transform: translateY(-60%) translateX(-50%);
}

.on-page-offers {
    text-align: center;
    top: 70%;
    font-size: 80px;
    line-height: 90px;
}


.offer-des {
    padding: 30px;
    overflow: hidden;
}

.offer-des h2 {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    text-align: center!important;
    margin: 30px 0!important;
    font-size: 25px;
    line-height: 35px;
}

.offer-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(141deg, rgba(22, 39, 104, 0.7) 0%, rgba(253, 189, 44, 0.75) 100%);
    background: -webkit-linear-gradient(141deg, rgba(22, 39, 104, 0.7) 0%,rgba(253, 189, 44, 0.75) 100%);
    background: linear-gradient(141deg, rgba(22, 39, 104, 0.7) 0%,rgba(253, 189, 44, 0.75) 100%);
    z-index: 1
}

.offer-link:hover .offer-image:before, .offer-image:hover:before {
    opacity: 0.5
}

#welcome small {
    margin-top: 10px;
    display: inline-block;
    color: #2398a9;
    /* margin-bottom: 3px; */
}

#welcome .btn.btn-white-b {
    margin-top: 30px
}

#welcome .frame-wrapp {
    margin-top: 30px
}

#owl-news .blog-item, #news .blog-item {
    margin: 80px 27px;
    max-width: 330px;
    transition: all 400ms ease-in
}

#owl-news .blog-item:hover, #news .blog-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 50px rgba(60, 161, 176, 0.18);
}

#owl-news .blog-item h4, #news .blog-item h4  {
    padding: 10px 30px 0;
    color: #172966;
    font-size: 20px;
        line-height: 22px;
    font-family: 'Yantramanav', sans-serif;
    margin-bottom: 0
}

#owl-news .blog-item p, #news .blog-item p {
    display: block;
    padding: 0;
    color: #616161;
    font-weight: 300;
    font-size: 13px;
    padding: 0 20px;
}

#owl-news .blog-btn, #news .blog-btn {
    background: #3ca1b0;
    max-width: 100%;
    width: 100px;
    display: block;
    padding: 8px 0;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    margin: 24px auto 0;
    border-radius: 2px;
    /* margin-top: 25px; */
    font-weight: 600;
    transition: all 400ms ease-out
}

#owl-news .blog-item:hover .blog-btn, #news .blog-item:hover .blog-btn {
    width: 100%;
    border-radius: 0px
}

#toggle {
    cursor: pointer
}

#news {
    position: relative
}

#hash {
    position: absolute;
    left: 50%;
    top: 15%;
    z-index: -1;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    color: rgba(22, 40, 103, 0.03);
    font-size: 160px;
    line-height: 160px;
    filter: blur(3px);
    transform: rotate(0deg)translateX(-50%);
}

.offer-des p {

    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto';
}

.offer-des .rooms-btn {
    text-align: center;
    float: none;
    padding: 14px 20px!important;
}

.offer-link .price-info {
    position: absolute;
    background: #8BC34A;
    width: 128px;
    padding: 10px 10px;
    color: white;
    top: 230px;
    left: 50%;
    font-size: 16px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
}

.offer-link:hover .price-info {
    background: #162768;
}

.offer-area {
    background: white;
    margin: 20px;
    padding: 50px;
    padding-bottom: 20px;
}

#call-to-book {
        margin: 20px 10px;
    padding: 20px;
    background: white;
    margin-top: -1px;
}

#call-to-book .head {
    position: absolute;
    width: calc(100% - 20px);
    margin: 0;
    padding: 8px;
    font-family: 'Roboto' , arial;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-top: -78px;
    margin-left: -20px;
    border: 1px solid white;
    background: -webkit-linear-gradient(141deg, rgba(22, 39, 104, 0.9) 0%,rgba(253, 189, 44, 0.9) 100%);
    background: linear-gradient(141deg, rgba(22, 39, 104, 0.9) 0%,rgba(253, 189, 44, 0.9) 100%);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
}

#call-to-book .content {
    text-align: center;
}

#call-to-book .content p {
    font-size: 18px;
    margin: 15px;
    font-family: 'Roboto' , arial;
}

#call-to-book .content p span {
    font-size: 28px;
    color: rgba(22, 39, 104, 1);
    font-weight: 900;
    font-family: 'Roboto';
}

#call-to-book .call-to-btn, #single-offer .call-to-btn {
    margin: 10px;
    background: rgba(22, 39, 104, 0.78);
    border: none;
    color: white!important;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#single-offer .call-to-btn {
        text-align: center;
    margin: 20px auto;
    max-width: 300px;
    display: block;
}

#single-offer .call-to-btn span {
    color: white!important
}

#call-to-book .btn-white-b span:before,
#single-offer .call-to-btn span:before {
    border-radius: 3px
}

#call-to-book .secure {
    margin: 10px;
    padding: 10px;

    text-align: center;
}

#call-to-book .secure h4 span {
    display: block;
    padding: 10px;
    font-size: 50px;
    color: #495689;
    text-align: center;
    margin-bottom: 20px
}

#call-to-book .secure h4 {
    float: right;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300;
    margin: 20px
}

#call-to-book .payments {
        text-align: center;
    margin: 10px;
    border-top: 1px solid #e6e8ef;
    padding: 8px;
}

#call-to-book .payments h4 {
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300;
    margin: 15px
}

#conte aside {
    position: sticky;
    top: 110px;
}

body.voucher_detail #formr {
    background: transparent;
    min-height: 800px;
}
#formr {
    margin-right: 0;
    position: sticky;
    display: block;
    margin: 5%;
    margin-top: 60px;
    top: 0;
    background: rgba(232, 238, 240, 0.5);
    text-align: center;
}
#formr .vimgd {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 30px auto 0;
}
#formr h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
}
#formr .pricev {
    background: #005675;
    color: white;
    padding: 6px 20px;
    border-radius: 30px;
    font-weight: bold;
}
#formr p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #085572;
    font-style: italic;
}
#voucher-d {
    position: relative;
    width: 180px;
    margin: 10px auto 0 0;
    min-height: 220px;
}
#voucher_button {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(0, 84, 115);
    border: 0 solid rgb(0, 84, 115);
    font-size: 18px;
    text-transform: uppercase;
    padding: 9px 27px;
    border-radius: 4px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    transition: all 400ms;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
#formr .pricev {
    background: #005675;
    color: white;
    padding: 6px 20px;
    border-radius: 30px;
    font-weight: bold;
}

#voucher-d {
    position: relative;
    width: 180px;
    margin: 10px auto;
    min-height: 220px;
    padding: 0px 40px;
}

.voucher_item_prices input {
    background: transparent;
    border: none;
    font-size: 50px;
    text-align: center;
    padding: 10px;
    margin: 0;
    color: rgb(40, 45, 99);
    font-weight: 700;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    cursor: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -moz-appearance: textfield;
}

.input-number-increment {
    position: absolute;
    top: 90px;
    left: 50%;
    background: rgba(26,45,79,.24);
    color: rgba(26,45,79,.45);
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center
}

.input-number-decrement {
    position: absolute;
    top: 90px;
    left: 50%;
    background: rgba(26,45,79,.24);
    color: rgba(26,45,79,.45);
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    transform: translateX(-73px);
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center
}

#voucher_button {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(40, 45, 99);
    border: 0 solid rgb(0, 84, 115);
    font-size: 18px;
    text-transform: uppercase;
    padding: 9px 27px;
    border-radius: 4px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    transition: all 400ms;
     cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
}

#voucher-or {
        margin-top: 70px;
}

.offer-area .intro strong {
    color: white;
    font-size: 19px;
    font-weight: 300;
}

.offer-area h3 {
        font-family: 'Roboto', cursive;
    color: #162768;
    margin: 41px 0;
    font-size: 26px;
    font-weight: 500;
}

.offer-area ul {
    margin-left: 20px;
    list-style: square;
    padding: 0 5px;

}

.offer-area blockquote {
    padding: 10px 20px;
    margin: 0;
    font-size: 15.5px;
    background: #b5b5b5;
    width: calc(100% + 100px);
    margin-left: -50px;
    padding: 35px;
    text-align: center;
    color: white;
    font-family: 'Roboto' , arial;
    font-weight: 300;
    border: none;
}

.offer-area ul li {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Roboto' , arial;
    font-weight: 400;
}

.offer-area .intro {
    color: #495689!important;
    background: rgba(73, 86, 137, 0.13);
    margin-top: -50px;
    width: calc(100% + 100px);
    margin-left: -50px;
    padding: 40px 30px;
   border: 1px solid white;
    border-radius: 3px;
    line-height: 30px;
}


@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay:0s;
    -webkit-animation-delay:0s; /* Safari 和 Chrome */
}

.buttons-top li a  {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 50px;
    font-family: 'Roboto', cursive;
    color: white;
    text-transform: none;
    text-align: center;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    background: transparent;
    transition: all .25s linear;
}

.buttons-top li a:hover {
    color: rgb(162, 117, 12);
    background: transparent;
}

.buttons-top span.icon-calendar,
.buttons-top span.icon-gift,
.buttons-top span.icon-star-full,
.buttons-top span.icon-users2 {
    padding-right: 8px
}

.btn-w span.btnb:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    max-height: 0px;
    background: white;
    transition: all 0.4s ease;
}



.btn-w:hover span.btnb:before {
    max-height: 100%
}


/**/

.offers {
	position: absolute;
    z-index: 30000000;
    top: 90px;
    right: 0;
    width: 90px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .25s linear ;
    -moz-transition: all .25s linear ;
    transition: all .25s linear ;
    background: rgba(253,189,44,0.9);
}

.offers a {
	color: white;
}

.offers a span {
    padding: 25px 30px 31px;
    color: white;
    display: block;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    -webkit-transition: all .25s linear ;
    -moz-transition: all .25s linear ;
    transition: all .25s linear ;
}


.offers a:hover span  {
	color: rgba(17, 36, 107, 0.95);
	background: rgb(255, 255, 255)
}

.offers a em {
	opacity: 0;
	-webkit-transition: opacity .25s linear ;
    -moz-transition: opacity .25s linear ;
    transition: opacity .25s linear ;
}

.offers a:hover em {
	display: block;
    opacity: 1;
    font-size: 10px;
    color: #292e61;
    background: transparent;
    position: absolute;
    bottom: 6px;
    text-align: center;
    font-style: bolder;
    text-transform: uppercase;
    width: 100%;
    font-weight: normal;
    font-family: inherit;
    letter-spacing: 0.2px;
}

/* */

.gifts {
	position: absolute;
    z-index: 3000000;
    top: 180px;
    right: 0;
    width: 90px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .25s linear ;
    -moz-transition: all .25s linear ;
    transition: all .25s linear ;
    background: rgba(17, 36, 107, 0.95);
}

.gifts a {
	color: white;
}

.gifts a span {
    padding: 25px 30px 31px;
    color: white;
    display: block;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    -webkit-transition: all .25s linear ;
    -moz-transition: all .25s linear ;
    transition: all .25s linear ;
}


.gifts a:hover span  {
	color: rgba(17, 36, 107, 0.95);
	background: rgb(255, 255, 255)
}

.gifts a em {
	opacity: 0;
	-webkit-transition: opacity .25s linear ;
    -moz-transition: opacity .25s linear ;
    transition: opacity .25s linear ;
}

.gifts a:hover em {
	display: block;
    opacity: 1;
    font-size: 10px;
    color: #292e61;
    background: transparent;
    position: absolute;
    bottom: 6px;
    text-align: center;
    font-style: bolder;
    text-transform: uppercase;
    width: 100%;
    font-weight: normal;
    font-family: inherit;
    letter-spacing: 0.2px;
}


.movedown {
	position: absolute;
    z-index: 300;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .25s linear ;
    -moz-transition: all .25s linear ;
    transition: all .25s linear ;
    background: rgb(253, 189, 44);
}

.movedown a {
	color: white;
}

.movedown a span {
    padding: 20px 20px;
    color: white;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;

}


.movedown a:hover span {
	color: rgba(17, 36, 107, 0.95)
}



#welcome {
    background: white;
    position: relative;
    padding: 0px 0 60px;
    width: 100%;
    margin-top: -80px;
    margin-bottom: 100px;
    box-shadow: 0 0 120px rgba(44, 68, 76, 0.1411764705882353);
    z-index: 20
}

.shadow {
    box-shadow: 0 0 120px rgba(44, 68, 76, 0.1411764705882353);
}

.lightblue {
    background-color: #f8fdff
}

#homebook #bf_lastline {
    display: none
}

#homebook form div {
    display: inline;
    padding: 0 15px;
    position: relative
}

#homebook form input {
    padding: 8px 25px 8px 3px;
    text-align: center;
    font-family: Roboto;
    font-weight: bold;
    background: rgba(216, 241, 251, 0.3);
    border-radius: 2px;
    border: none;
    font-size: 17px;
    line-height: 20px;
    color: #d4edfa;
    display: inline;
    width: 120px;
    outline: none
}

#homebook form input.submit {
    background: #85c51f;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 8px 20px;
    width: 180px;
    margin-left: 30px;
    outline: none;
    cursor: pointer
}

#homebook .bf_item:first-child::after, #homebook .bf_item:nth-child(2)::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/template/images/icons/date.svg) 50% 50% no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 1px;
    right: 29px;
    display: block;
}

#homebook form label {
    color: #a9bcc7;
    font-weight: 900;
    font-family: 'Yantramanav',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 18px;
}

#bookingcom {
    position: absolute;
    top: 220px;
    right: 0px;
    width: 180px;
    background: #f8fdff;
    z-index: 9999;
    padding: 16px 10px 0 20px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

#bookingcom span {
    display: block;
    font-size: 18px;
    font-style: italic;
    font-family: 'Roboto';
    color: #202234;
    text-align: center;
}

#bookingcom .num {
    font-size: 55px;
    font-family: 'Yantramanav';
    color: #2c444c;
    text-align: center;
    font-weight: 700;
}

#bookingcom .num small {
    font-size: 12px;
    display: block;
    font-family: 'Roboto';
    text-align: center;
    color: #202234;
    font-weight: 400;
}

#bookingcom img {
    max-width: 90%;
    margin: 15px 5%;
}

#bookingcom p {
    display: block;
    padding: 0;
    color: #2d454c;
    font-weight: 300;
    font-size: 12px;
}

#homebook .booking-form-header {
    display: none
}

#booking_block {
    display: inline
}

#homebook form {
    background-color: #253646;
    background-image: linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -moz-linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -webkit-linear-gradient(to right,  #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -o-linear-gradient(to right,  #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -webkit-gradient(to right,  #239aaa 0%, #253646 51%, #2395a4 100%);

    padding: 18px;
    color: white;
    font-family: 'Roboto',sans-serif;
}

.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .row {
    padding: 0!important;
}

.row {
    margin-left: 0!important;
    margin-right: 0!important;
}

#welcome.contact {
    margin-bottom: 0
}

#welcome.contact .fico {
    width: 90px;
    background: #efefef;
    padding: 30px;
    border-radius: 50%;
}

#welcome.contact h2 {
    text-align: center;
    font-family: 'Roboto' , arial;
    font-weight: 900;
    color: #295b68;
    font-size: 28px;
    line-height: 38px;
}

#welcome.contact h3, #welcome.contact h3 a {
    color: grey;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 5px 20px;
}

#welcome.contact p {
    font-family: 'Roboto', serif;
    font-weight: normal;
    line-height: 1.6rem;
    font-size: 18px;
    padding: 0px 10%;
    color: #294e5d;
    margin: -20px 30px 80px;
}

#welcome.contact .blog-item p {
    font-family: 'Roboto', serif;
    font-weight: normal;
    line-height: 1.6rem;
    font-size: 14px;
    padding: 0px 10%;
    color: #294e5d;
    margin: 30px 10px 50px;
}

.overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/template/images/dots.png);
    z-index: 1;
    opacity: 1;
}

#welcome h1 {
    font-family: 'Yantramanav', cursive;
    font-size: 52px;
    line-height: 58px;
    font-weight: 500;
    -webkit-background-clip: text;
    background-color: #202234;
    background-image: -webkit-linear-gradient(-360deg,#202234 0%,#2299a8 100%);
    background-image: linear-gradient(90deg,#202234 0%,#2299a8 100%);
    color: transparent!important;
    display: block;
    margin-top: 80px
}

#rooms-eq {
    color: white;
}

#rooms-eq h3 {
        font-family: 'Roboto',arial;
    font-weight: lighter;
    line-height: 38px;
    padding-bottom: 80px;

}

.btn.btn-white-b, #offers .btn.btn-white-b, #offers .btn {
    display: inline-block;
    position: relative;
    background: #21bdd2;
    color: white;
    opacity: 1;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 2px;
    margin: 10px 10px 10px 0;
    background-color: #21bdd2;
    background-image: linear-gradient(to right, #21bdd2 0%, #2297a7 51%, #21bdd2 100%);
    background-image: -moz-linear-gradient(to right, #21bdd2 0%, #2297a7 51%, #21bdd2 100%);
    background-image: -webkit-linear-gradient(to right,  #21bdd2 0%, #2297a7 51%, #21bdd2 100%);
    background-image: -o-linear-gradient(to right,  #21bdd2 0%, #2297a7 51%, #21bdd2 100%);
    background-image: -webkit-gradient(to right,  #21bdd2 0%, #2297a7 51%, #21bdd2 100%);
    background-size: 200% auto;
    transition: 0.5s;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: Roboto;
    font-size: 14px;
    padding: 11px 34px;
    margin: 20px;
}

.btn-white-b:hover {
    background-color: #2297a7;
    background-image: linear-gradient(to right, #2297a7 0%, #21bdd2 51%, #2297a7 100%);
    background-image: -moz-linear-gradient(to right, #2297a7 0%, #21bdd2 51%, #2297a7 100%);
    background-image: -webkit-linear-gradient(to right, #2297a7 0%, #21bdd2 51%, #2297a7 100%);
    background-image: -o-linear-gradient(to right, #2297a7 0%, #21bdd2 51%, #2297a7 100%);
    background-image: -webkit-gradient(to right, #2297a7 0%, #21bdd2 51%, #2297a7 100%);
    background-size: 200% auto;
    transition: 0.5s;
    background-position: right center;
}

.fullwidth {
    width: 100%!important;
    margin: 0!important;
    padding: 20px 0!important;
    border-radius: 0!important;
    border-bottom-right-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
}

.on-blue {
    color: rgb(17, 36, 107);
    background: white;
    margin: 20px auto!important;
}

#welcome p {
    font-family: 'Roboto', serif;
    font-weight: lighter;
    line-height: 1.6;
    font-size: 16px;
    padding: 0px 10%;
    color: #294e5d;
}

#uvod {
	min-height: 700px;
    overflow: visible;
    z-index: 100;
    position: relative;
    width: 100%;
    float: left;
}

#call-to {
    min-height: 680px;
    overflow: hidden;
    background: white;
    z-index: 100;
    position: relative;
    width: 100%;
    float: left;
    z-index: 10000;
    padding-top: 30px;
}

#stays {
    width: 100%;
    position: relative;
}

#ser  {
    padding: 0;
    box-shadow: 0 0 120px rgba(44, 68, 76, 0.1411764705882353);
    margin: 60px 0;
}

#ser .col-md-3, #ser .row {
    min-height: 280px;
    background-color: white;
    font-family: 'Roboto', sans-serif
}

#ser .text {
    padding: 40px!important
}

#ser .text  h3 {
    color: #162867;
    font-family: 'Yantramanav', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

#owl-harmonie {
    width: 100%;
    position: relative;
    min-height: 650px;
    background: whitesmoke;
    padding: 40px 0
}

#owl-harmonie .item {
    margin: 40px auto;
    min-height: 600px;

    width: 95%;
    height: 80%;
    max-height: 95%;
    max-width: 1600px;
    border: 1px solid white;
}

.ytp-watermark, .ytp-hide-controls .ytp-watermark {
    display: none!important
}

.har-bcg {
    width: 100%;
    min-height: 600px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.small-white-box {
    position: absolute;
    width: 600px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.95);
    top: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-left: -300px;
    border: 1px solid white;
    text-align: center;
}

.small-white-box h2 {
    font-family: 'Yantramanav', cursive;
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    text-align: center;
    color: #13256d;
}

.small-white-box small {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 4px;
    color: #fcbe1a;
    text-transform: uppercase;
    font-family: 'Roboto';
    display: block;
}

.small-white-box .btn-har {
    margin: 10px 0 0 0;
    background: #bec2cf;
    border: 1px solid transparent;
    padding: 12px 28px;
}

#closebookingcom {
    position: absolute;
    background: transparent;
    color: rgb(45, 67, 76);
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    font-family: 'Roboto';
    top: 3px;
    left: 3px;
    cursor: pointer;
    transition: all 400ms
}

#closebookingcom:hover {
    background: rgb(45, 67, 76);
    color: white;
}

.transparent {
    background:transparent!important;
    border:none
}

.whitebox::before {

}

.whitebox h2 {
    font-family: 'Yantramanav', cursive;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 70px;
    font-weight: 500;
    text-align: left;
    color: #13256d;
}

.offer-info {
    height: 220px;
    position: relative;
}

.offer-info .btn-offer {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 15px;
    background: #3ca1b0;
    border: 1px solid transparent;
    padding: 13px 20px;
    font-size: 14px;
    margin: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    transition: all 300ms
}

.offer-info .btn-offer:hover, .offer-info:hover .btn-offer {
    background: #85c51f
}

.offer-info h3 {
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 0;
    margin-top: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Yantramanav', sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15%;
}

.offer-info p {
    font-size: 16px;
    color: grey;
}

span.price {
    display: block;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateY(0)translateX(-50%);
}

span.price em, span.price small {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #202234;
    color: #f1f6f9;
    padding: 5px 15px;
    border-radius: 22px;
}

.offer-info {
    text-align: center;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.first-half, .second-half {
    padding: 10px;
}

article.blue {
	display: block;
    position: absolute;
    top: -15px;
    background: #292e61;
    color: white;
    left: 0;
    width: 100%;
    padding: 80px;
    z-index: 333;
    height: 645px;
}

.no-padding {
	padding: 0!important
}

.image-wrapper {
	overflow:hidden;
	height: 350px;
	width: 100%;
}

.banner-container {
	width: 100%;
    height: 314.9px;
    overflow: hidden;
    position: relative;
}

.banner-content {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    z-index: 100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-content h3 {
    font-family: 'Yantramanav', cursive;
    color: white;
    font-size: 44px;
    margin: 10px 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.78);
}

.banner-content h4 {
    font-family: 'Roboto', cursive;
    text-transform: uppercase;
    color: #fcbe1a;
    -webkit-transition: all .55s linear ;
    -moz-transition: all .55s linear ;
    transition: all .55s linear ;
}

.banner-container:hover h4 {
	padding-bottom: 360px;
}

.banner-content span {
    font-size: 50px;
    color: #292e61;
}


.banner-content small {
	position: absolute;
    bottom: 70px;
    left: 120%;
    width: 140%;
    background: rgba(252, 190, 26, 0.62);
    color: #292e61;
    font-size: 30px;
    padding: 10px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-align: center;
    opacity: 0;

}

.banner-container:hover .banner-content small {
    opacity: 1;
    left: -20%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    animation-fill-mode: forwards;
}

.banner-container img, .banner-container .blur {
	width: 100%;
}

.banner-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.banner-container .blur {
	opacity: 1;
	-webkit-transition: all .25s linear ;
    -moz-transition: all .25s linear ;
    transition: all .25s linear ;

}

.banner-container:hover .blur {
	opacity: 0;
}

.banner-container a {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255,255,255,0);
    width: 100%;
    z-index: 1000;
}

.blue h3 {
	    font-family: 'Roboto', serif;
    font-weight: lighter;
    line-height: 1.6;
    font-size: 25px;
}

.blue h1 {
	font-family: 'Roboto', cursive;
    font-size: 49px;
    line-height: 60px;
    text-transform: uppercase;
}

.silver {
	background: #f3f3f3;
    top: -30px;
    position: absolute;
    width: 100%;
}


#uvod .banner-container small {
  opacity: 0.6;
	background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 300px;
    z-index: 300;
    font-family: 'Roboto',arial;
    color: transparent;
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
}


.image-inner {
    width: 100%;
    height: 300px;
    float: left;
    margin-left: 1px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.image-inner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(35, 154, 170, 0.62);
    transition: all 500ms ease-in
}

.image-inner:hover::after {
    background: rgba(35, 154, 170, 0.96);
}

#uvod .banner-container:hover small {
    opacity: 1;
    position: absolute;
    padding-top: 120px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
}

#uvod .banner-container small span {
    color: white;
    opacity: 0;
    background: #fdbd2c;
    padding: 10px;
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100%;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    padding-top: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

#uvod .banner-container:hover small span {
    opacity: 1
}

#pobyty {
	background: url('/template/images/tradicie.jpg') 50% 50%;
	background-size: cover;
	opacity: 1;
	position: relative;
	z-index: 33333;
	padding: 60px 0;
}

.hero-head {
	padding: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 444;
	background:transparent;
	height: 100%;
	width: 100%;
}

.center-group {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    z-index: 100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.bottom-position {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.hero-head h2 {
	font-family: 'Yantramanav', cursive;
    font-size: 82px;
    line-height: 100px;
    -webkit-background-clip: text;
    background-color: #292e61;
    background-image: -webkit-linear-gradient(-360deg, #292e61 0%,#fcbe1a 100%);
    background-image: linear-gradient(90deg,#292e61 0%,#fcbe1a 100%);
    color: transparent;
}

.hero-head .pre-h {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: #292e61
}



.word1, .word2{
	display: inline-block;
	position: relative;
}

.backto {
	position: fixed;
    right: 28px;
    bottom: 45px;
    background: rgba(22, 39, 104, 0.61);
    padding: 15px 20px;
    color: white;
    font-size: 20px;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: all .55s linear ;
    -moz-transition: all .55s linear ;
    transition: all .55s linear ;
}

.backto:hover {
	background: rgba(22, 39, 104, 1);
}

.backto:after {
	content: '';
    background: url(/favicon.png);
    transform: scale(0.3);
    display: block;
    position: absolute;
    top: -109px;
    right: -50px;
    width: 154px;
    height: 174px;
    z-index: 99999;
    opacity: 0.61;
    -webkit-transition: all .55s linear ;
    -moz-transition: all .55s linear ;
    transition: all .55s linear ;
}



.backto:hover:after {
	opacity: 1
}

.hero-half {
	padding: 10%;
    padding-left: 20%;
}

.hero-half h2 {
	font-size: 100px;
    font-family: 'Yantramanav', cursive;
    color: #292e61;
}

.hero-half h3 {
	font-family: 'Roboto', cursive;
    text-transform: uppercase;
    color: #fcbe1a;
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
    margin-bottom: 0px;
}


.hero-half p {
    font-size: 20px;
    font-family: 'Roboto';
}

.centered {
    float: none!important;
    margin: 0 auto;
    text-align: center;
}

#reviews {
	width: 100%;
    background: url('/template/images/backover.jpg') 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    z-index: 5555;
}

#reviews p {
    color: white
}

.lg-backdrop {
    z-index: 1000000040!important;
}

.lg-outer {
    z-index: 1000000041!important;
}

.offer-item {
    max-width: calc(92%);
    overflow: hidden;
    background: white;
    margin: 15px;
    text-align: center;
    box-shadow: 0 0 20px #1627682e;
    position: relative;
}

#owl-reviews {
    background: transparent;
    color: white;
    padding: 15px 0;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%
}

#owl-reviews .item {
	padding: 120px 0;
	padding-left: 40px;
	cursor: pointer;
}

#owl-reviews .item h3 {
	font-size: 40px;
    font-family: 'Yantramanav', cursive;
    color: white;
    margin-top: 0;
    margin-bottom: 15px;
}

#owl-reviews .item h3:before {
	font-size: 90px;
    font-family: 'Yantramanav', cursive;
    content: '\201C';

}

#owl-reviews .item h3:after {
	font-size: 90px;
    font-family: 'Yantramanav', cursive;
    content: '\201D';
}

#owl-reviews .item p {
	padding-right: 76px;
    font-size: 22px;
    line-height: 34px;
    font-family: 'Roboto',arial;
    margin-bottom: 22px;
    font-weight: lighter;
}

#owl-reviews .item em b {
	font-size: 16px;
}

#owl-reviews .item img {
	position: absolute;
    top: 28px;
    right: 0;
}

#call {
    width: 100%;
    margin: 0 auto;
    background: white;
   /* background-image: url(/template/images/bord-w1600.png);*/
    background-size: inherit;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 49%;
    margin-bottom: 50px;
    padding-bottom: 100px;
}

#call .banner-container {
    width: 100%;
    height: 244px;
    overflow: hidden;
    position: relative;
}

.btn-basic {
    background: #fdbd2c;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bolder;
    padding: 18px 30px;
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
}

.btn-basic:hover {
    background: white;
    color: rgba(22, 39, 104, 1)
}

.bluebtn {
    background: rgba(22, 39, 104, 1);
    color: white;
}

.bluebtn:hover {
    background: #fdbd2c;
    color: white
}

#gallery {
    background:white;
    padding: 50px 0 ;
    z-index: 10001
}

#vizualizacie h2.mein  {
    font-size: 60px;
    font-family: 'Yantramanav', cursive;
    color: rgba(22, 39, 104, 1);
    text-align: center;
}

ul.lightgallery li::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: -moz-linear-gradient(-45deg, rgba(35, 154, 170, 0.7) 0%, rgba(35, 154, 170, 0.91) 63%);
    background: -webkit-linear-gradient(-45deg, rgba(35, 154, 170, 0.7) 0%, rgba(35, 154, 170, 0.91) 63%);
    background: linear-gradient(135deg, rgba(35, 154, 170, 0.7) 0%, rgba(35, 154, 170, 0.91) 63%);
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
    opacity: 0;
    content: ''
}

ul.lightgallery li:hover::before {
    opacity: 1;
}


ul.lightgallery li::after {
    content: '';
    background: url(/template/images/search-w.svg) no-repeat;
    width: 0px;
    height: 0px;
    background-size: 0px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    font-size: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

ul.lightgallery li:hover::after {
    opacity: 1;
    width: 40px;
    height: 40px;
    background-size: 40px;
}

.frame-wrapp {
    padding-bottom: 56.2%;
}
.frame-wrapp {
    position: relative;
    height: 0;
    overflow: hidden;
}

.frame-wrapp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page .whitebox {
    margin: 0px auto 50px;
    padding: 20px 50px;
}

#fullwall .item-pic {
    min-height: 380px;
}

#fullwall .item {
    margin-bottom: 80px
}


#page #fullwall p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 23px;
    color: #2d2f3e;
    font-weight: lighter;
    margin-bottom: 20px;
    font-style: italic
}

#fullwall .item i a {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #3ca1b0;
    color: white;
    padding: 6px 20px;
}

.balicky-bcg img {
    height: 500px;
    position: absolute;
    right: 0;
    top: 70px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
}

.pobyty-round {
    display: block;
    width: 171px;
    text-align: center;
    line-height: 25px;
    height: 171px;
    background: #fcbe1a;
    color: #fff!important;
    -webkit-box-shadow: 0 0 60px transparent;
    -moz-box-shadow: 0 0 60px transparent;
    box-shadow: 0 0 60px transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    -webkit-transition: .3s cubic-bezier(0.28, 0, 0.18, 1);
    -moz-transition: .3s cubic-bezier(0.28, 0, 0.18, 1);
    transition: .3s cubic-bezier(0.28, 0, 0.18, 1);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    bottom: 10%;
    left: 54%;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 60px;
    font-weight: bolder;
}

.pobyty-round:hover {
    background: rgba(22, 39, 104, 1);
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 60px rgba(0,0,0,0.25);
    box-shadow: 0 0 60px rgba(0,0,0,0.25);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.15);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.15);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.15);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.15);
    transform: translateX(-50%) translateY(-50%) scale(1.15);
}

.hovered img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

article.yellow {
    background: #fff;
    color: rgba(22, 39, 104, 1);

}

.card {
   position: relative;
}

.card img {
    margin-top: 200px

}

.banner-name {
    position: absolute;
    top: 310px;
    background: #fcbe1a;
    color: white;
    text-transform: uppercase;
    z-index: 10;
    padding: 8px 20px;
    top: 100%;
    left: 50%;
    font-size: 16px;
    z-index: 100000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
}

#banners .banner4:hover .banner-name {
    background: rgba(22, 39, 104, 1)
}

#banners .banner4 small {
  opacity: 0.6;
    background: rgb(41,46,97);
background: -moz-linear-gradient(-45deg, rgba(41,46,97,0.85) 12%, rgba(41,46,97,0.85) 12%, rgba(253,189,44,0.85) 100%);
background: -webkit-linear-gradient(-45deg, rgba(41,46,97,0.85) 12%,rgba(41,46,97,0.85) 12%,rgba(253,189,44,0.85) 100%);
background: linear-gradient(135deg, rgba(41,46,97,0.85) 12%,rgba(41,46,97,0.85) 12%,rgba(253,189,44,0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 300px;
    font-family: 'Roboto',arial;
    color: transparent;
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
}


#banners .banner4:hover small {
    opacity: 1;
    position: absolute;
    padding-top: 200px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
}

#banners .banner4 small span {
    color: white;
    opacity: 0;
    background: #fcbe1a;
    padding: 10px;
    width: 73px;
    height: 73px;
    display: inline-block;
    border-radius: 100%;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
    padding-top: 21px;
    font-weight: 400;
    letter-spacing: 0px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition:  all 0.4s;
}

#banners .banner4:hover small span {
    opacity: 1
}

#banners .banner-content h3 {
    font-family: 'Yantramanav', cursive;
    color: white;
    font-size: 28px;
    text-align: center;
}

#page .head-slogan {
    background: rgb(41,46,97);
    background: -moz-linear-gradient(-45deg, rgba(41,46,97,0.85) 12%, rgba(41,46,97,0.85) 12%, rgba(253,189,44,0.85) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(41,46,97,0.85) 12%,rgba(41,46,97,0.85) 12%,rgba(253,189,44,0.85) 100%);
    background: linear-gradient(135deg, rgba(41,46,97,0.85) 12%,rgba(41,46,97,0.85) 12%,rgba(253,189,44,0.85) 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 55px;
    line-height: 70px;
    font-weight: normal;
    padding-left: 5px;
    font-family: 'Yantramanav', cursive;
    margin: 50px 0 10px 0;
    position: relative;
}

h1.page-h-under-slogan {
    color: #11246a;
    font-size: 20px;
    margin: 28px 0 40px;
    font-style: italic;
    font-family: 'Roboto', arial;
    font-weight: 400;
}

#rooms .whitebox {
    width: 85%
}

#rooms .whitebox p {
    margin: 0 0 10px;
    text-align: left;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300;
}

body.rs figure.effect-sadie {
    height: 250px;
}

.foot-bcg {
	background: white;
    color: grey;
    width: 100%;
    min-height: 400px;
}

#mail {
    background: url('/template/images/aq-line.jpg') 50% 100% no-repeat;
    color: #212435;
    min-height: 410px;
    overflow: visible!important;
    z-index: 333;
    padding-bottom: 50px
}

#mail p {
	color: #212435
}

.form-wrapper {
	width: 600px;
    margin: 10px auto 50px;
    position: relative;
    max-width: 80%;
}

#rooms {
    background: #e2e2e2;
    z-index: 3
}

.spacebox {
    padding: 50px 0;
}

#rooms-eq h2, #rest-offer h2, #table-order h2 {
        font-size: 55px;
    line-height: 70px;
    font-weight: normal;
    font-family: 'Yantramanav', cursive;
    margin-bottom: 60px
}

#rest-offer h2 {
    margin-bottom: 15px
}

#gallery h2 {
       font-size: 55px;
    line-height: 70px;
    font-weight: normal;
    font-family: 'Yantramanav', cursive;
    margin-bottom: 60px;
    color: rgba(22, 39, 104, 1);
}

.first-slogan-page small {
    display: block;
    font-family: 'Yantramanav', cursive!important;
    font-size: 20px;
    margin-top: -55px;
    margin-left: 10px;
    font-weight: lighter;
}

.rooms-btn {
    float: left;
    margin-bottom: 0!important;
    margin-top: 25px!important
}

ul.eqip {
    list-style: none;
    margin: 30px 0
}

ul.eqip li {
    float: left;
    width: 33%;
    font-size: 18px;
    font-family: 'Roboto',arial;
    margin-bottom: 25px;
    cursor: pointer;
}

ul.eqip li:before {
    content: '';
    font-size: 16px;
    background: url(/template/images/li.png) no-repeat;
    background-size: 30px auto;
    float: left;
    width: 33px;
    height: 19px;
    margin-right: 9px;
    margin-top: 2px;
    opacity: 0.85;
    padding: 13px 0;
}

ul.lip {
    list-style: none;
    margin: 30px 0
}

ul.lip li {
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: 'Roboto',arial;
    margin-bottom: 3px;
    font-weight: 300;
    margin-top: 12px;
    color: #595959;
    cursor: pointer;
}

ul.lip li:before {
    content: " ";
    font-size: 14px;
    background: url(/template/images/li-b.png);
    float: left;
    width: 31px;
    background-size: cover;
    height: 17px;
    margin-right: 4px;
    margin-top: 3px;
    opacity: 0.75;
    -webkit-transform: scale(0.7);
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
}

ul.lip li:hover:before {
    opacity: 1;
    background: url(/template/images/li-y.png);
    float: left;
    width: 31px;
    background-size: cover;
    height: 17px;
    margin-right: 2px;
    margin-top: 3px;
    opacity: 0.75;
    -webkit-transform: scale(0.7);
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
     content: " ";
}

ul.lip span {
      color: white;
    padding: 8px 9px;
    border-radius: 20px;
    font-weight: normal;
    font-size: 16px;
    margin: 0 5px 0 20px;
    background: -moz-linear-gradient(141deg, rgb(42, 92, 105) 0%,rgb(24, 42, 106) 100%);
    background: -webkit-linear-gradient(141deg, rgb(42, 92, 105) 0%,rgb(24, 42, 106) 100%);
    background: linear-gradient(141deg, rgb(42, 92, 105) 0%,rgb(24, 42, 106) 100%);
    display: inline-flex;
}

ul.lip em {
    color: #10236a;
    font-style: normal;
    font-weight: 400;
}

.toggle ul.lip li {
    margin-bottom: 12px;
    margin-top: 12px
}

.rooms-bcg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

.room-img-wrapp {
    height: 450px;
    min-width: 800px;
    max-width: 100%;
}

.room-desc-wrapp {
    padding: 80px 50px;
    text-align: center;
}

.nopadding {
    padding: 0!important;
    border:none
}

.form {
    position: relative;
    top: 0px;
    padding: 0px;
    margin: 0px -20px 0 0;
    background: transparent;
    z-index: 9999;
}



#mc_embed_signup .button {
   font-size: 12px!important;
    border: none!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 0!important;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    letter-spacing: .03em!important;
    color: #fff!important;
    background-color: #bbbbbb!important;
    box-sizing: border-box!important;
    height: 50px!important;
    line-height: 19px!important;
    padding: 0 18px!important;
    display: inline-block!important;
    font-family: 'Roboto'!important;
    margin: 0!important;
    transition: all 0.23s ease-in-out 0s!important;
    outline: none!important;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    transition: all .55s linear;
}

#mc_embed_signup .button:hover {
	background:  #b3b3b3!important
}

#mc_embed_signup input.email {
    font-family: 'Roboto'!important;
    font-size: 14px!important;
    border: 1px solid rgba(187, 187, 187, 0.66)!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 0!important;
    color: #1c2e71!important;
    background-color: rgba(203, 203, 203, 0)!important;
    box-sizing: border-box!important;
    height: 50px!important;
    font-weight: lighter;
    padding: 0px 0.4em!important;
    display: inline-block!important;
    margin: 0!important;
    width: 210px!important;
    vertical-align: top!important;
    margin-right: -5px!important;
    padding-left: 27px!important;
    outline: none!important;
    }

#mc_embed_signup_scroll {
    text-align: right;
}



#mail h3 {
    font-family: 'Yantramanav', sans-serif;
    margin-top: 70px;
    margin-bottom: 8px;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #202234;
    background-image: -webkit-linear-gradient(-360deg,#202234 0%,#2299a8 100%);
    background-image: linear-gradient(90deg,#202234 0%,#2299a8 100%);
    color: transparent!important;
}

.hg {
    position: absolute;
    bottom: 10px;
    right: 30px;
    -webkit-mask: url('/template/images/horeca.svg') no-repeat 50% 50%;
    mask: url('/template/images/horeca.svg') no-repeat 50% 50%;
    background-color: #2299aa;
    background-size: 130px 100px;
    display: block;
    width: 140px;
    max-width: 90%;
    height: 50px;
    z-index: 2;
    visibility: visible;
    transition: all 0.5s;
}

.hg:hover {
    background-color: #f60f4a;
    background-size: 176px 138px;
    width: 210px;
    height: 70px;
    max-width: 95%;
}

#mail p {
	font-size: 19px;
    margin-top: 19px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #232636
}

.icons-social {
	padding: 0px 0;
    margin: 80px 0 0 0;
    text-align: center;
}

.icons-social span {
	font-size: 15px;
    padding: 16px;
    color: rgb(17, 36, 107);
    margin: 7px;
    background: rgba(238, 238, 238, 0.44);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    margin-left: 0;
}

.icons-social span:hover {
	background: rgb(20, 39, 109);
    color: white;
}

#other-offers h2 {
    font-family: 'Yantramanav', cursive;
    margin: 50px 10px;
    color: #172869;
}

#owl-offers-others {
    margin: 20px 0
}

#owl-offers-others .item {
    margin: 0 10px
}

#owl-offers-others .content h3 {
       margin-top: 110px;
    width: 100%;
    padding: 0 5%;
    font-family: 'Roboto' , arial;
    text-transform: uppercase;
    letter-spacing: 0px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

#owl-offers-others .oth-price {
    background: #1c2e71;
    width: 135px;
    margin: 10px auto;
    padding: 10px;
    font-family: 'Roboto' , arial;
    font-size: 15px;
     -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}


#owl-offers-others .item:hover .content {
    background: transparent;
}

#owl-offers-others .item:hover .content h3 {
    font-size: 2.1em;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8)
}

footer img {
    text-align: center;
    margin: 0 auto;
    max-width: 150px;
    display: block;
}

.linec {
    width: 100%;
    height: 1px;
    background: rgba(193, 193, 193, 0.33);
    margin: 25px 0;
}

.ali-right {
    text-align: right;
}

footer .copy-sec {
    color: silver;
    font-weight: lighter;
    margin-top: 0px!important
}

footer .copy-first {
    margin: 0px auto!important
}

.footer-l {
    margin: 30px 0
}

footer h4  {
    font-weight: lighter;
}

footer h4.news {
    text-align: right;
    margin-top: 24px;
    margin-bottom: 0;
    color: #c1e4f7;
}

footer h4.news small {
    display: inline-block;
    font-size: 10px;
    margin: 10px 0 0;
    max-width: 80%;
}

/* Checkbox */

label {
    position: relative;
}

.control__indicator {
  position: absolute;
    top: 50%!important;
    left: 0!important;
    height: 20px;
    width: 20px;
    background: #d1d4ec;
    border-radius: 2px;
    cursor: pointer;
    transform: translateY(-50%)
}

.calsetcat_item .control__indicator {
    top: 50%!important;
    left: 0!important;
    margin-top: 5px;
}

.formelement input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0
}


.sortable input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    position: relative;
}

.sortable .control__indicator {
    display: inline;
    left: 10px!important;
    height: 14px;
    width: 14px;
}

.sortable label.control--checkbox {
    display: inline
}

.bloggy .control__indicator {
    position: absolute;
    left: 3px!important;
    height: 14px;
    width: 14px;
    background: #eaecfc;
    border-radius: 2px;
}


.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator {
  background: rgba(223, 23, 76, 0.45);
}
.control input:checked ~ .control__indicator {
  background: #df174c;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #df174c;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #eff0ff;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #eff0ff;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.inbill {
    left: 14px!important;
}

.control__indicator.inbill {
    position: absolute;
    top: 10px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #d1d4ec;
    border-radius: 2px;
}

.control--checkbox .control__indicator.inbill::after {
    left: 6px;
    top: 3px;
    width: 3px;
    height: 6px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

label.control--checkbox {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.control__indicator.selectall {
    background: rgb(190, 194, 224);
    margin-top: 10px
}

label.check_small {
    max-width: 25px
}

label.check_small .control__indicator {
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    height: 15px;
    width: 15px;
    background: #d1d4ec;
    border-radius: 2px;
    cursor: pointer;
    translateY(-50%)translateX(-50%)
}

label.check_small .control__indicator:after {
    left: 5px;
    top: 2px;
    width: 2px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-file-upload {
    border: 1px solid #d1d4ec;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 12px;
    cursor: pointer;
    background: #f9f9fd;
    font-size: 13px;
    transition: all 1000ms ease-in
}

.custom-file-upload:hover {
    background: rgba(218, 220, 236, 0.6);
    transition: all 300ms linear
}

input#picture, input#importfile, input[type='file'] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label img {
    vertical-align: middle;
}

label.custom-file-upload span {
        padding: 5px 6px;
    min-width: inherit;
    line-height: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #404255;
}

.calsetcat_item {
    margin: 1% 0 3%
}

.form_error .control__indicator {
    position: absolute;
    top: 50%!important;
    left: 0!important;
    height: 20px;
    width: 20px;
    background: #ff0002!important;
    border-radius: 2px;
    cursor: pointer;
    transform: translateY(-50%);
}

/* Checkbox END */


.form_block .control__indicator {
    position: absolute;
    top: 10px!important;
    left: 5px!important;
    height: 20px;
    width: 20px;
    background: #d1d4ec;
    border-radius: 2px;
    cursor: pointer;
    transform: translateY(-50%);
}

.gdpr-stat.form_error {
    border: none!important;
}

#gdpr-form-text {
    margin-left: 50px;
    text-align: left;
}

.copylogo {
    float: none;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 14px;
    -webkit-filter: grayscale(0.9);
}

.copylogo:hover {
    -webkit-filter: grayscale(0);
}

.contact h3 span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', arial;
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
}

.contact h2 {
    text-align: center;
    font-family: 'Roboto' , arial;
    font-weight: 400;
    color: #11246a;
    font-size: 24px;
}

.contact h2 span {
    display: block;
    text-align: center;
    margin: 30px auto;
    padding: 15px;
    background: whitesmoke;
    width: 100px;
    height: 100px;
    line-height: 70px;
    border-radius: 50px;
    font-size: 50px;
}

.con-form-wrapp {
    margin: 90px auto;
    background: rgba(22, 39, 104, 0.7);
    padding: 80px 80px 40px 80px;
    border: 1px solid rgba(255,255,255, 0.2);
    text-align: left;
    border-radius: 2px;
}

.con-form-wrapp h2 {
        color: white;
    text-align: center;
    margin-top: 0;
    font-family: 'Yantramanav', cursive;
    font-size: 37px;
}

#cf_name, #cf_email, #cf_tel {
    width: calc(50% - 10px) ;
    float: left;
    border: none;
    outline: none;
}

#cf_email {
    float: right;
    margin-right: -4px!important;
}

#submitform {
    display: inline-block;
    position: relative;
    background: #21bdd2;
    color: white;
    opacity: 1;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 2px;
    margin: 10px 10px 10px 0;
    background-color: #21bdd2;
    background-image: linear-gradient(to right, #21bdd2 0%, #2297a7 51%, #21bdd2 100%);
    background-image: -moz-linear-gradient(to right, #21bdd2 0%, #2297a7 51%, #21bdd2 100%);
    background-image: -webkit-linear-gradient(to right, #21bdd2 0%, #2297a7 51%, #21bdd2 100%);
    background-image: -o-linear-gradient(to right, #21bdd2 0%, #2297a7 51%, #21bdd2 100%);
    background-image: -webkit-gradient(to right, #21bdd2 0%, #2297a7 51%, #21bdd2 100%);
    background-size: 200% auto;
    transition: 0.5s;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: Roboto;
    font-size: 20px;
    padding: 14px 40px;
    margin: 50px;
}

#submitform:hover {
    opacity: 1;
}

.form_error {
    border: 1px solid red!important;
    background: rgba(163, 64, 48, 0.75)!important;
}

.gdpr-stat.form_error {
    border: none!important;
}

#conf-form-wrapp p#gdpr-form-text {
    color: white!important;
    font-weight: 500;
    text-shadow: 0 0 2px #868686;
    font-size: 17px;
}

.contact_form input, .contact_form textarea {
    background: rgba(255,255,255,0.99);
    padding: 15px 15px;
    border: none;
    outline: none;
    border-radius: 2px;
    margin: 5px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #572445;
    font-weight: 500
}



#formmessage {
    background: transparent;
}

#formmessage p {
    display: block;
    background: #cb6e59;
    width: 100%;
    padding: 15px;
    margin: 5px;
    border-radius: 2px;
    color: white;
    font-family: 'Roboto' , arial;
}

.contact_form textarea {
    min-height: 150px;
    width: calc(100% - 32px);
    outline: none;
    border: none;
}

#conf-form-wrapp {
    position: relative;
    z-index: 90
}

#conf-form-wrapp h2 {
    font-family: 'Yantramanav', sans-serif;
    color: #ffffff;
    margin: 40px 0 20px;
    font-size: 55px;
    line-height: 65px;
    font-weight: 900;
    text-transform: uppercase;
}

#conf-form-wrapp #cf_name, #conf-form-wrapp #cf_email , #cf_termin, #cf_pocet, #cf_firma, #cf_surname , #cf_k_email, #cf_tel {
    width: calc(50% - 40px);
    float: left;
    border: none;
    outline: none;
}

#cf_email, #cf_pocet, #cf_surname {
    float: right!important;
    margin-right: -4px!important;
}

#conf-form-wrapp .contact_form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}


#congress {
    margin: 60px auto;
}

#congress #cf_name, #congress #cf_email, #congress #cf_tel, #congress #cf_date, #congress #cf_capacity, #congress #cf_type, #congress #cf_tel {
    width: calc(50% - 40px)!important;
    float: left!important;
    border: none;
    outline: none;
    margin-right: 5px!important;
}

#congress .contact_form textarea {
    min-height: 150px;
    width: calc(100% - 40px);
    margin: 6px 5px !important;
    float: left;
    outline: none;
    border: none;
}

#congress .contact_form input, #congress .contact_form textarea {
    background: rgb(220, 227, 236);
    padding: 15px 15px;
    border: none;
    outline: none;
    border-radius: 2px;
    margin: 5px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #162867;
    font-weight: 500;
}

#congress .contact_form input::-webkit-input-placeholder , #congress .contact_form textarea::-webkit-input-placeholder {
    color: #162867!important;
}

#congress .form_error {
    border: 0px solid red!important;
    background: #F44336!important;
    color: white
}

footer {
    font-family: 'Roboto', arial;
    color: #fefefe;
    position: relative;
    background: #212435;
    width: 100%;
    z-index: 10000;
}

footer .row {
	margin: 10px 0 0
}

footer a {
	color: #fefefe;
}

footer a:hover {
	color:#c2e6f8;
}

footer span {
	color: #fefefe;
    padding: 6px;
    font-size: 0.9em;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}


footer h4:hover span {
	color:#c2e6f8;
}

footer h4 a:hover {
	text-decoration: none;
}

footer ul {
    list-style: none;
    width: 100%;
    margin: 20px auto;
    display: inline-block;
    text-align: center;
}

footer ul li {
    display: initial;
    margin: 1px 0px;
    font-weight: lighter;
    margin-right: 15px;
    font-size: 16px;
    line-height: 10px;
    padding-right: 10px;
}

footer ul li:last-child {
    border-right: none;
}

footer ul.footer-r li a {
    color: #c1e5f8;
    font-size: 12px;
    transition: all 300ms
}

footer ul.footer-r li a:hover {
    color: #209aaa
}

footer .copy, footer .copy a {
	color: grey;
    margin: 0px 0;
    font-weight: lighter;
    font-size: 10px;
}

footer .icons-social a {
    display: inline-block;
}

footer .icons-social div {
    background-color: #c1e5f8
}

footer .icons-social .facebook {
    background-color: #c1e5f8;
    -webkit-mask: url('/template/images/icons/facebook-letter-logo.svg') 50% 50% no-repeat;
    clip-path: url('/manager/img/icons/facebook-letter-logo.svg') ;
    -webkit-mask-size: 25px;
    mask-size: 25px;
    display: block;
    width: 60px;
    max-width: 90%;
    height: 60px;
    z-index: 2;
    visibility: visible;
    transition: all 0.5s;
}

footer .icons-social .instagram {
    -webkit-mask: url('/template/images/icons/instagram-logo.svg') 50% 50% no-repeat;
    clip-path: url('/manager/img/icons/instagram-logo.svg');
    background-color: #c1e5f8;
    -webkit-mask-size: 25px;
    mask-size: 25px;
    display: block;
    width: 60px;
    max-width: 90%;
    height: 60px;
    z-index: 2;
    visibility: visible;
    transition: all 0.5s;
}

footer .icons-social .youtube {
    -webkit-mask: url('/template/images/icons/youtube-letters.svg') 50% 50% no-repeat;
    clip-path: url('/manager/img/icons/youtube-letters.svg');
    background-color: #c1e5f8;
    -webkit-mask-size: 25px;
    mask-size: 25px;
    display: block;
    width: 60px;
    max-width: 90%;
    height: 60px;
    z-index: 2;
    visibility: visible;
    transition: all 0.5s;
}
footer .icons-social .tripadvisor {
    -webkit-mask: url('/template/images/icons/tripadvisor-logotype.svg') 50% 50% no-repeat;
    clip-path: url('/manager/img/icons/tripadvisor-logotype.svg');
    background-color: #c1e5f8;
    -webkit-mask-size: 25px;
    mask-size: 25px;
    display: block;
    width: 60px;
    max-width: 90%;
    height: 60px;
    z-index: 2;
    visibility: visible;
    transition: all 0.5s;
}

footer .icons-social .googlemaps {
    -webkit-mask: url('/template/images/icons/google-maps.svg') 50% 50% no-repeat;
    clip-path: url('/manager/img/icons/google-maps.svg');
    background-color: #c1e5f8;
    -webkit-mask-size: 25px;
    mask-size: 25px;
    display: block;
    width: 60px;
    max-width: 90%;
    height: 60px;
    z-index: 2;
    visibility: visible;
    transition: all 0.5s;
}

footer .icons-social div:hover {
    background-color: #209aaa;
}

footer .addressi, footer .teli, footer .maili {
    position: relative;
    color: #c1e4f7;
    transition: all 0.5s;
}

footer .addressi:hover, footer .teli:hover, footer .maili:hover {
    color: #209aaa;
    transition: all 0.5s;
}

footer .addressi::before {
    content: '';
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-mask: url(/template/images/icons/placeholder.svg) 50% 50% no-repeat;
    clip-path: url(/manager/img/icons/placeholder.svg);
    background-color: #c1e5f8;
    -webkit-mask-size: 35px;
    mask-size: 25px;
    display: block;
    width: 70px;
    max-width: 90%;
    height: 70px;
    z-index: 2;
    visibility: visible;
    transition: all 0.5s;
}

footer .teli::before {
    content: '';
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-mask: url(/template/images/icons/telephone.svg) 50% 50% no-repeat;
    clip-path: url(/manager/img/icons/telephone.svg);
    background-color: #c1e5f8;
    -webkit-mask-size: 20px;
    mask-size: 25px;
    display: block;
    width: 70px;
    max-width: 90%;
    height: 70px;
    z-index: 2;
    visibility: visible;
    transition: all 0.5s;
}

footer .maili::before {
    content: '';
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-mask: url(/template/images/icons/sent-mail.svg) 50% 50% no-repeat;
    clip-path: url(/manager/img/icons/sent-mail.svg);
    background-color: #c1e5f8;
    -webkit-mask-size: 20px;
    mask-size: 25px;
    display: block;
    width: 70px;
    max-width: 90%;
    height: 70px;
    z-index: 2;
    visibility: visible;
    transition: all 0.5s;
}

footer .addressi:hover::before, footer .teli:hover::before, footer .maili:hover::before {
    background-color: #209aaa
}

.eventt_moreinfo {
	margin: 10px 0;
    background: rgba(22, 39, 104, 0.78);
    border: none;
    font-weight: bolder;
    color: white!important;
    border-radius: 3px;
    letter-spacing: 1px;
    padding: 10px 20px;
    display: inline-block;
}

#form-event > .contact_form input {
    width: calc(50% - 10px);
    float: left;
    /* border: 2px solid #2d3264; */
    /* border-radius: 7px; */
    background: whitesmoke;
    outline: none;
}

#form-event > .contact_form textarea {
    min-height: 150px;
    width: 100%;
    outline: none;
    border: none;
    background: whitesmoke;
}

#form-event > .contact_form {
	margin-left: -5px
}

#page {
    background: white;
    position: relative;
    padding: 50px 80px;
    width: calc(100% - 160px);
    margin-top: 60px;
    margin-bottom: 100px;
    box-shadow: 0 0 10px rgba(44, 68, 76, 0.1411764705882353);
    z-index: 12;
}

.page-cover {
    background: url(https://strehova.ellipsecloud.com/img/rs/26.jpg) 50% 50% no-repeat;
    background-size: cover;
    min-height: 420px;
    position: absolute;
    top: -420px;
    left: 0;
    width: 100%;
}

.banner-item {
    min-height: 200px;
    margin: 10px 0px 10px 0px;
    position: relative;
    overflow: hidden
}

.banner-item.first, .banner-item.last {
    margin-left: 10px;
    margin-right: 10px
}

.banner-text {
    position: absolute;
    bottom: 0;
    height: 100px;
    background: #202234;
    background: rgb(34, 148, 163);
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%,rgb(34, 148, 163) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%,rgb(34, 148, 163) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%,rgb(34, 148, 163) 100%);
    color: white;
    width: 100%;
    transition: all 400ms ease-in
}

.banner-item:hover .banner-text {
    height: 490px
}



.banner-text p {
    text-transform: uppercase;
    font-weight: bold!important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-shadow: 0 0 8px #288292;
    color: white!important;
    transition: all 400ms ease-in
}

.banner-item:hover .banner-text p {
    transform: translateX(-50%)translateY(-50px)
}

.pagefoot {
    width: calc(100% + 60px);
    background: rgb(35,154,170);
background: -moz-linear-gradient(left, rgba(35,154,170,1) 0%, rgba(39,183,234,1) 50%, rgba(35,154,170,1) 100%);
background: -webkit-linear-gradient(left, rgba(35,154,170,1) 0%,rgba(39,183,234,1) 50%,rgba(35,154,170,1) 100%);
background: linear-gradient(to right, rgba(35,154,170,1) 0%,rgba(39,183,234,1) 50%,rgba(35,154,170,1) 100%);
    margin-left: -80px;
    margin-bottom: -50px;
    margin-top: 60px;
    padding: 40px 0 40px 100px;
}

.form_block:last-child::before {
    content: '';
    width: 100%;
    position: relative;
    min-height: 1px;
    display: block;
    color: transparent;
    float: none;
    clear: both

}

.pagefoot a {
    display: inline-block;
    background: white;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #285a68;
    font-weight: bold;
    box-shadow: 2px 3px 4px rgba(43, 48, 95, 0.12);
    margin: 10px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 400ms ease-in;
}

.pagefoot a:hover {
    background: #285a68;
    color: #ecf4f7
}

#page .pagefoot h2 {
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 0;
    margin: 0;
    text-transform: none;
    font-family: 'Roboto' , sans-serif;
}

#page .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
    float: none !important;
    background: none !important;
    list-style: none;
    overflow: hidden;
    margin: -5px 0 0 -5px!important;
    padding: 0 !important;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block;
}

.first-slogan-page {
    display: block;
    position: absolute;
    top: 90%;
    left: 52%;
    -webkit-transform: translateX(-86%) translateY(-90%);
    -ms-transform: translateX(-86%) translateY(-90%);
    transform: translateX(-86%) translateY(-90%);
    z-index: 556;
    font-size: 160px;
    line-height: 130px;
    font-family: 'Yantramanav', cursive;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
}

.page-intro {
    background-image: linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -moz-linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -webkit-linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -o-linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -webkit-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    margin-top: -50px;
    height: 0px;
    margin-left: -80px;
    width: calc(100%);
    padding: 5px 0px;
    color: white;
    position: absolute;
}

.page-intro div {
    display: inline-block;
    font-family: 'Yantramanav', cursive;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    color: #d4edfb;
}

.page-intro small div {
    display: inline-block;
    color: #a9bdc7;
    font-weight: 500;
    font-style: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 10px;
    font-size: 16px
}

#page h1 {
    margin-top: 50px;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 52px;
    font-weight: 900;
}

#page h2 {
    color: #2a2f60;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 35px;
    text-transform: none;
}

#page h3 {
    color: #2a2f60;
    font-size: 20px;
    font-weight: 600;
    margin-top: 35px
}

#page p {
    font-size: 17px;
    font-family: 'Roboto',arial;
    line-height: 27px;
    color: #2d2f3e;
    font-weight: lighter;
    margin-bottom: 20px;
}

#page p a {
    color: #285a7b;
    text-decoration: underline;
    transition: all 300ms ease-in
}

#page p a:hover {
    color: #292e61;
}

#page .lightgallery {
    margin: 20px -10px!important;
}

#page .page-h {
    padding-left: 5px
}

ul.lightgallery {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none
}

.lightgallery li {
    padding: 10px!important;
    position: relative
}

.lightgallery li a {
    display: block;
    position: relative;
    width: 100%;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

#biggallery .lightgallery li a {
    display: block;
    position: relative;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.lightgallery li a img {
  display: none
}

#harmonie {
	min-height: 600px;
	background:white;
	width: 100%;
	position: relative;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 5px;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}



.gallery-wrapp {
	max-width: 1600px;
	margin: 80px auto
}

.gallery-wrapp h2 {
	text-align: left;
}

#vizualizacie span.icon-images, #vizualizacie span.icon-loop3, #vizualizacie span.icon-play {
    opacity: 0.7;
    background: none;
    color: white;
    font-size: 110px;
    top: 40%;
     -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-transform 0.35s, color 0.35s, all 0.45s;
    transition: transform 0.35s, color 0.35s, all 0.45s;
}

#vizualizacie figure.effect-sadie:hover h2 {
    color: #fff;
    border: none;
    background: none;
    -webkit-transform: translateX(-50%) translateY(-500%);
    -moz-transform: translateX(-50%) translateY(-500%);
    -ms-transform: translateX(-50%) translateY(-500%);
    -o-transform: translateX(-50%) translateY(-500%);
    transform: translateX(-50%) translateY(-500%);
}

#vizualizacie figure.effect-sadie:hover span {
    opacity: 1;
    top: 80%;
}

#vizualizacie figure.effect-sadie:hover span.icon-images, #vizualizacie figure.effect-sadie:hover span.icon-loop3, #vizualizacie figure.effect-sadie:hover span.icon-play {
    opacity: 0.8;
    top: 55%
}

#single-offer .icons {
    margin: 35px auto;
}

#single-offer {
    font-family: 'Roboto' , arial;
    font-weight: lighter;
}

#single-offer .intro p {
    font-size: 18px;
    text-align: left;
}

#single-offer .icons p {
    text-align: left;
    display: inline;
    font-size: 15px;
    margin: 10px auto;
    padding: 4px;
    color: #495689;
    font-family: 'Roboto' , arial;
    font-weight: 400;
    letter-spacing: 0;
}


#single-offer .icons span {
        display: inline;
    text-align: center;
    font-size: 18px;
    color: #495689;
}

.icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.icons ul li {
    float: left;
    padding-right: 20px;
    padding-left: 0px;
}

.icons ul li:first-child {
    padding-left: 0
}

.icons ul li:last-child {
    border-right: none;
}

#single-offer .offer-desc, #single-offer .offer-free, #single-offer .offer-price-par, #single-offer .call-to-offer, #single-offer .offer-condition {
    position: relative;
}

#single-offer .call-to-offer {
    margin-top: 50px;
}

#single-offer .offer-desc ul {
    list-style: none;
    padding: 0 15px;
    margin: 0;

}

#single-offer .offer-desc ul li  {
    display: flex;
    padding-left: 15px;
}

#single-offer .offer-desc ul li::before {
    content: '\ebcd';
    font-family: 'icomoon'!important;
    font-size: 13px;
    background-color: #292e61;
    background-image: -webkit-linear-gradient(-360deg, #292e61 0%,#fcbe1a 100%);
    background-image: linear-gradient(90deg,#292e61 0%,#fcbe1a 100%);
    color: transparent;
    -webkit-background-clip: text;
    margin-right: 10px;
    -webkit-transform: rotate(45deg) scaleX(-1);
    -moz-transform: rotate(45deg) scaleX(-1);
    -ms-transform: rotate(45deg) scaleX(-1);
    -o-transform: rotate(45deg) scaleX(-1);
    transform: rotate(170deg) scaleX(-1);
    top: -5px;
    left: -5px;
    position: absolute;
    opacity: 0.8;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}


#single-offer .offer-free ul li:hover::before {
    opacity: 1;
}

#single-offer .offer-free ul {
    list-style: none;
    padding: 0 15px;
    margin: 0;

}

#single-offer .offer-free ul li  {
    display: flex;
    padding-left: 15px;
}

#single-offer .offer-free ul li::before {
    content: '\ed72';
    font-family: 'icomoon'!important;
    font-size: 13px;
    background-color: #292e61;
    background-image: -webkit-linear-gradient(-360deg, #292e61 0%,#fcbe1a 100%);
    background-image: linear-gradient(90deg,#292e61 0%,#fcbe1a 100%);
    color: transparent;
    -webkit-background-clip: text;
    margin-right: 10px;
    top: -5px;
    left: -5px;
    position: absolute;
    opacity: 0.8;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}


#single-offer .offer-free ul li:hover::before {
    opacity: 1;
}

.offer-price-par {
    margin: 40px 0;
}

.offer-price-par h3 {
    display: inline;
    padding-right: 15px;
}

.iconfortoggle {
    display: inline;
}

.closed .iconfortoggle::before {
    content: '\ecaf';
    font-family: 'icomoon'!important;
    font-size: 22px;
    background-color: whitesmoke;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid rgba(170, 176, 200, 0.36);
    color: #292e61;
    margin-right: 10px;
    top: -5px;
    left: -5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.closed .iconfortoggle:hover::before {
    background: #292e61;
    color: whitesmoke;
}

.opened .iconfortoggle::before {
    content: '\ecb0';
    font-family: 'icomoon'!important;
    font-size: 22px;
    background-color: whitesmoke;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid rgba(170, 176, 200, 0.36);
    color: #292e61;
    margin-right: 10px;
    top: -5px;
    left: -5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.opened .iconfortoggle:hover::before {
    background: #292e61;
    color: whitesmoke;
}

#single-offer  .call-to-offer ul.lightgallery li {
    border:none;
    width: 50%!important;
    margin:0;
    padding:10px;
}

#single-offer .iconss {
    margin: 15px auto
}

#single-offer .iconss span {
    font-size: 30px;
    display: block;
    float: left;
    padding-right: 10px;
}

#single-offer .iconss p {
    text-align: left;
    display: block;
    width: 152px;
    float: left;
    font-size: 15px;
    margin: 0 10px;
    padding: 0;
    color: #495689;
    font-family: 'Roboto' , arial;
    font-weight: 400;
    letter-spacing: 0;
}

.offer-condition {
    margin: 50px 0
}

.offer-condition h4 {
        display: inline;
    color: #37467e;
}

.offer-condition span {
    padding-right: 10px;
}

.offer-condition div {
    margin: 15px auto
}

#single-offer .offer-condition div p {
    display: block;
    padding: 0;
    color: #616161;
    font-weight: 300;
    font-size: 16px;
}

#single-offer .offer-condition ul li em p {
    display: inline;
    padding: 0;
    color: #616161;
    font-weight: 300;
    font-size: 16px;
}

#rooms-eq .picture-bg, #rooms-eq .whitebox {
    background: transparent!important;
    border: none!important;
    color:white!important
}


#rooms-eq h2, #table-order h2 {
    background: transparent;
    border: none;
    color:white!important
}

.flex {
    display: flex;
  }
  .flex-calendar {
    flex-wrap: wrap;
  }

  .calendar-item {

  }
  .calendar-item-content {
    border: none;
    margin: 5px;
    display: block;
    display: block;
    min-height: 200px;
    background: #f8fdff;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.11);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }

    .calendar-item-content:hover {
    	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
    }

  .ci-day {
    background: #295b68;
    padding: 4px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
  }
  .ci-day strong {
    font-size: 15px;
    min-width: 30px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    color: #ffffff;
  }

  .ci-image {
    overflow: hidden;
    display: block;
    max-height: 100px;
    padding:5px;
  }
  .ci-image img {
    width: 96%;
    padding: 2%;
}

  .ci-image a {
  	display: block;
  	padding: 10px
  }


.mobile-hidden {
    display: block;
  }

  .desktop-hidden {
    display: none
  }

#video-cover {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 580px;
    overflow: hidden;
}

#calnav a {
    color: #295b68
}

.ci-image a {
    display: block;
    padding: 10px;
    color: #295b68;
}


#fixed-menu-page #video-cover {
    position: relative!important;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 580px;
    overflow: hidden;
}
.navig {
    position: absolute;
    width: 360px;
    max-width: 100%;
    height: 150px;
    left: 100px;
    top: 50%;
    z-index: 20;
    background: white;
    padding: 10px 50px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navig h2 {
    font-size: 30px;
    margin: 10px;
    color: #3c3b5b;
    font-family: 'Roboto',arial;
}

#map-holder .btn {
    position: relative;
    left: 50%;
    bottom: 20px;
    margin-top: 24px;
    width: calc(100% + 100px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: white;
    border: 1px solid white;
    background: #292e61;
    background: -webkit-linear-gradient(-360deg, #292e61 0%,#fcbe1a 100%);
    background: linear-gradient(90deg,#292e61 0%,#fcbe1a 100%);
}

.event-back {
	float: right;
    margin: 0!important;
    padding: 12px 16px!important;
    font-size: 12px!important;
    letter-spacing: 0!important;
    text-transform: none!important;
}

.event-term {
        font-family: 'Roboto', cursive;
    color: #295b68;
    padding: 5px 0 0 27px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
   }

   #calnav {
   	font-family: 'Roboto', cursive;
    color: #295b68;
    padding: 5px 0 0 27px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    margin: 30px;
   }

   #calnav span {
   	background: #295b68;
    padding: 15px 20px;
    margin: 15px;
    color: white;
    border-radius: 5px;
   }

   .eventscal {
   	background: white!important;
    margin-top: 60px
   }

   .one-frame {
   	padding: 30px 15px 30px 0;
   	overflow: hidden;
   }

    h4.menu-cat {
        color: #295b68;
    font-size: 20px;
    margin: 28px 0 40px;
    font-style: italic;
    font-family: 'Roboto', arial;
    font-weight: 400;
    }

    h3.fira-bold {
        font-family: 'Roboto', cursive;
    color: #162768;
    margin: 41px 0;

    font-size: 26px;
    font-weight: 500;
    }

    .menucard-toggle {
        cursor: pointer;
    }

    .frame-wrapp  {
  position: relative;
  height: 0;
  overflow: hidden;
}

.mobile-cal {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 60px;
    color: white;
    z-index: 33333;
    text-align: center;
    font-size: 8px;
    text-transform: uppercase;

}

.mobile-cal a {
    color: white
}

.mobile-cal a span {
    color: white;
    display: block;
    font-size: 20px;
    padding: 3px;
}

.mobile-cal {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 60px;
    color: white;
    z-index: 33333;
    text-align: center;
    font-size: 8px;
    text-transform: uppercase;

}

.mobile-cal a {
    color: white
}

.mobile-cal a span {
    color: white;
    display: block;
    font-size: 20px;
    padding: 3px;
}

.mobile-icons  {
    width: 100%;
    height: 60px;
    background: -moz-linear-gradient(141deg, rgb(42, 92, 105) 0%,rgb(24, 42, 106) 100%);
    background: -webkit-linear-gradient(141deg, rgb(42, 92, 105) 0%,rgb(24, 42, 106) 100%);
    background: linear-gradient(141deg, rgb(42, 92, 105) 0%,rgb(24, 42, 106) 100%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 333333333;
}

ul.footer-ico {
    padding:0;
    margin: 0;
    list-style: none

}

.mobile-icons li {
    float: left;
    width: 25%;
    padding:0;
    margin: 0;
    height: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.mobile-icons li:last-child {
    border-right:none
}

.mobile-icons li a {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: 'Roboto', cursive;
    font-weight: 300;
    color: white;
    text-transform: none;
    text-align: center;
    padding: 12px 0 0 0;
    background: transparent;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
}

.mobile-icons li a span {
    display: block;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 2px;
}

.mobile-cal {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 60px;
    color: white;
    z-index: 33333;
    text-align: center;
    font-size: 8px;
    text-transform: uppercase;

}

.mobile-cal a {
    color: white
}

.mobile-cal a span {
    color: white;
    display: block;
    font-size: 20px;
    padding: 3px;
}

.mobile-icons  {
    width: 100%;
    height: 60px;
    background: -moz-linear-gradient(141deg, rgb(42, 92, 105) 0%,rgb(34, 37, 53) 90%);
    background: -webkit-linear-gradient(141deg, rgb(42, 92, 105) 0%,rgb(34, 37, 53) 90%);
    background: linear-gradient(141deg, rgb(42, 92, 105) 0%,rgb(34, 37, 53) 90%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 333333333;
}

ul.footer-ico {
    padding:0;
    margin: 0;
    list-style: none

}

.mobile-icons li, .mobile-icons li#showmobilemenu {
    float: left;
    width: calc(25% - 2px);
    padding:0;
    margin: 0;
    height: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.mobile-icons li:last-child {
    border-right:none
}

.mobile-icons li a, .mobile-icons #showmobilemenu  {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px!important;
    font-family: 'Roboto', cursive;
    font-weight: 300;
    color: #209aaa;
    text-transform: none;
    text-align: center;
    padding: 12px 0 0 0!important;
    background: transparent;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
}

#showmobilemenu {
    padding-top: 12px
}

.mobile-icons li a span, .mobile-icons #showmobilemenu span {
    display: block;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 2px;
}

#mobilemenu {
    display: block;
    position: fixed;
    z-index:   333333332;
    color: rgba(22, 39, 104, 1);
    width: 100%;
    overflow-y: scroll;
    background: url('/template/images/mmbg.jpg') 50% 50% no-repeat
}

#mobilemenu ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'Roboto' , arial;
    color: rgba(22, 39, 104, 1);
    margin-top: 40px
}

#mobilemenu ul.sub-menu {
    display: block;
    position: relative;
    text-align: center;
    visibility: visible;
    opacity: 1;
    background: transparent;
    margin-top: 0;
    margin: 20px;
    top:0;
    margin-bottom: 40px
}


#mobilemenu ul li {
    margin: 20px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

#mobilemenu ul li a {
    color: rgba(22, 39, 104, 1)
}

#mobilemenu ul.sub-menu li a {
        background: transparent;
    text-align: center;
    line-height: 13px;
    font-weight: 400;
    font-size: 15px;
    padding: 5px;
}

.parex-subtitle, .parex-subtitle p strong {
    color: white!important
}

#langpanel {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99999999;
    background: #12256c;
    display: table;
    cursor: pointer;
    transition: all 1s;
    -webkit-transition: all 1s
}

#langpanel a {
    color: white;
    text-align: center;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    transition: all 1s;
    -webkit-transition: all 1s
}

#langpanel:hover {
    background: #fdbc2d
}

#langpanel:hover a {
    color: #12256c
}

.template-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.wrapper-60 {
    padding: 120px 0!important
}

#rs .slide-img, #offers .slide-img, #offer .slide-img, #event_detail .slide-img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

#rs .slider-main::after, #offers .slider-main::after, #event_detail .slider-main::after, #offer .slider-main::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 80%;
    z-index: 2;
    background: transparent;
    background: -moz-linear-gradient(rgba(36, 146, 161, 0) 0%,rgb(37, 145, 160) 100%);
    background: -webkit-linear-gradient(rgba(36, 146, 161, 0) 0%,rgb(37, 145, 160) 100%);
    background: linear-gradient(rgba(36, 146, 161, 0) 0%,rgb(37, 145, 160) 100%);
}


.sidebar {
    margin: 50px 30px 50px 80px;
}

#timeline-side .row {
    margin: 0;
}

#timeline-side {
    max-width: 365px
}

#timeline-side .pic {
    width: calc(100% - 6px);
    min-height: 75px;
    margin: 3px;
    position: relative;
}

.sidebar h3 {
    color: #2a2f60;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.sidebar h3  small {
    display: block;
    font-size: 14px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: -10px;
}

.sidebar .box {
    margin-top: 60px;
}

 #searchform {
    margin: 0 0 2rem;
    max-width: calc(100% - 4rem);
    width: 100%;
    position: relative
}

 #searchform::before {
    content: '';
    right: -66px;
    top: 15px;
    position: absolute;
    background: url(/template/images/search.svg) rgba(36, 148, 163, 0.42) 50% 50% no-repeat;
    background-size: 28px 25px;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 0;
    visibility: visible;
    transition: all 0.5s;
}

#searchform .flexsearch--input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 60px;
    font-family: 'Roboto' , sans-serif;
    padding: 0 46px 0 20px;
    border-color: white;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    margin-top: 15px;
    color: #2494a3;
    background: #2b305f;
    font-size: 1rem;
    width: 470px;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#searchform .flexsearch--submit {
    position: absolute;
    right: -66px;
    top: 0;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    margin-top: 15px;
    margin-right: 0px;
    background: transparent;
    color: #ffffff;
    z-index: 11;
    outline: none;
    font-size: 28px;
    font-family: sans-serif;
    line-height: 60px;
}

.flexsearch--input:focus {
  outline: none;
  border-color: #2b305f;
}

.flexsearch--input:focus.flexsearch--submit {
  color: #2b305f;
}

.flexsearch--submit:hover {
  color: #2b305f;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #2494a3;
}

#conf-form-wrapp::-webkit-input-placeholder {
    color: #572445!important
}

.contact_form input::placeholder, .contact_form textarea::placeholder, .contact_form input::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder {
    color:  #572445
}

.contact_form input.form_error::placeholder, .contact_form textarea.form_error::placeholder, .contact_form input.form_error::-webkit-input-placeholder, .contact_form textarea.form_error::-webkit-input-placeholder {
    color:  white
}

.contact_form input.form_error, .contact_form textarea.form_error {
    color: white
}


#accomm {
    margin-top: -380px;
    margin-bottom: 80px;
    z-index: 222;
    position: relative;
    display: block;
}

#accomm h1 {
    font-family: 'Roboto' , sans-serif;
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(32, 34, 52, 0.5490196078431373);
}

#accomm h3 small p {
    color: white;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
    margin-top: -20px;
    padding: 0 20%;
}

#accomm .item-des {
    padding: 10px 30px;
}

#accomm .item-des ul {
    margin: 0 15px;
    color: #162867;
    font-size: 14px;
    list-style: none;
    text-align: center;
    padding: 0;
    font-style: italic;
}

#accomm .item-des a {
    background: #295b68;
    color: white;
    text-transform: uppercase;
    width: calc(100% + 60px);
    display: block;
    margin: 30px -30px -10px;
    padding: 14px 0;
    font-weight: 700;
    letter-spacing: 0.9px;
}

#accomm p {
    display: block;
    padding: 0;
    color: #162867;
    font-weight: 300;
    font-size: 16px;
}

#accomm .item h2 {
    font-family: 'Yantramanav', sans-serif;
    color: #162768;
    margin: 25px 0 20px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    text-transform: uppercase;
}

#accomm .item {
    background: white;
    margin: 0 25px 60px 25px;
    transition: all 300ms;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(22, 39, 104, 0.16);
}

#accomm .item:hover {
    transform: translateY(-10px);
}

.wrapper-60-0 {
    width: 100%;
    min-height: 1px;
    display: block;
    position: relative;
    padding: 60px 0 0
}

#timeline .item {
    margin: 80px 0
}

#timeline .item p {
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
}

#timeline .item i a {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #2591a0;
    color: white;
    padding: 8px 20px;
    font-style: italic;
    font-weight: 500;
}

.mobile-icons li, .mobile-icons li#showmobilemenu {
    float: left;
    width: calc(25% - 2px);
    padding: 0;
    margin: 0;
    font-weight: bold;
    height: 60px;
    text-transform: uppercase;
    color: #209aaa;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.mobile-icons li img {
    display: block;
    text-align: center;
    margin: -2px auto 0;
    width: 25px;
}

/*---------------*/

/* END BASE */


.crm-form {
    width: 360px;
    max-width: 96%;
    float: right;
    margin: 18px 0;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

#crm-email {
    background: #bbe5ed;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 18px;
    color: #222535;
    width: 50%;
    outline: none;
    display: inline-flex;
}

#crm-email.form_error {
    border: none!important;
}

#crm-action {
    display: inline-flex;
    background: #209aaa;
    font-size: 16px;
    line-height: 18px;
    padding: 15px;
    cursor: pointer;
}

p.news {
    color: #6eb0cb;
}

/* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens */
/* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens */
/* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens */
/* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens */
/* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens */
/* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens */
/* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens *//* Media and screens */


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

	header #main-menu .item {
    font-size: 15px;
    }

    .banner-content h3 {
    font-family: 'Yantramanav', cursive;
    color: white;
    font-size: 34px;
    }

    .banner-content small {
    bottom: 66px;
    }

    #call {
    width: calc(100% - 130px);
    }

    .book-now a span {
    font-size: 30px;
    }
}


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

    header #main-menu .item {
    font-size: 13px;
}

    header #main-menu .item {
    padding: 20px 18px;
    }

    .image-inner {
        height: 200px
    }

    .grid figure {
    height: 285px;
}

.offer-info h3 {
    font-size: 16px;
    line-height: 19px;
}
span.price em, span.price small {
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
    background: #202234;
    color: #f1f6f9;
    padding: 5px 15px;
    border-radius: 22px;
}

#owl-news .blog-item, #news .blog-item {
    margin: 80px 10%;
    width: 80%;
    max-width: 80%;
    transition: all 400ms ease-in;
}

#owl-news .blog-item h4, #news .blog-item h4 {
    text-align: center;
}

#owl-news .blog-item p, #news .blog-item p {
    text-align: center;
}

#owl-news .blog-btn, #news .blog-btn {
    text-align: center;
}

.footer-l {
    margin: 30px 0 30px 50px;
}

figure.effect-sadie:hover h2 {
    color: #fff;
    border: none;
    background: none;
    -webkit-transform: translateX(-50%) translateY(-300%);
    -moz-transform: translateX(-50%) translateY(-300%);
    -ms-transform: translateX(-50%) translateY(-300%);
    -o-transform: translateX(-50%) translateY(-300%);
    transform: translateX(-50%) translateY(-300%);
}

figure.effect-sadie span {
    -webkit-transform: translateX(-50%) translateY(-80%);
    -moz-transform: translateX(-50%) translateY(-80%);
    -ms-transform: translateX(-50%) translateY(-80%);
    -o-transform: translateX(-50%) translateY(-80%);
    transform: translateX(-50%) translateY(-80%);
    -webkit-transition: -webkit-transform 0.35s, color 0.35s, all 0.45s;
    transition: transform 0.35s, color 0.35s, all 0.45s;
}

.sub-menu {
    top: 56px
}

.offer-des h2 {
    font-family: 'Roboto', arial!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    text-align: center!important;
    margin: 15px 0!important;
    font-size: 25px!important;
    line-height: 32px;
}

.offer-des p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
}

}


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

    header #main-menu .item {
    font-size: 12px;
}

#accomm .item h2 {
    font-family: 'Yantramanav', sans-serif;
    color: #162768;
    margin: 25px 0 20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    text-transform: uppercase;
}

#accomm p {
    font-size: 13px;
}

    header #main-menu .item {
    padding: 20px 15px;
    }

#bookingcom {
    position: absolute;
    top: 220px;
    right: 0px;
    width: 130px;
    background: #f8fdff;
    z-index: 9999;
    padding: 16px 10px 0 20px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

    .offer-des h2 {
    margin: 15px 0!important;
    font-size: 20px!important;
    line-height: 28px;
}

    .whitebox h2 {
        font-family: 'Yantramanav', cursive;
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 40px;
          }

    #welcome .slogan {
    font-family: 'Yantramanav', cursive;
    font-size: 38px;
    line-height: 48px;
 }

     #welcome p {
        font-size: 17px;
    }

   .offer-info h3 {
    font-size: 16px;
    width: calc(100% - 30%);
}

.center-md h2 {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

#ser .col-md-3, #ser .row {
    min-height: 280px;
    width: 100%;
    text-align: center;
    background-color: white;
    font-family: 'Roboto', sans-serif;
}

#ser {
    padding: 0;
    box-shadow: 0 0 120px rgba(44, 68, 76, 0.1411764705882353);
    margin: 60px 5%;
    max-width: 90%;
}

#ser .text h3 {
    color: #162867;
    font-family: 'Yantramanav', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 8%;
}

    span.price {
    display: block;
    font-size: 20px;
     }

    .offer-info p {
    font-size: 14px;
    color: grey;
}

.grid figure {
    height: 285px;
}

#owl-reviews .item {
    padding: 58px 0;
}

figure.effect-sadie h2 {
    font-size: 20px;
    margin: 0 0 -29px!important;
    line-height: 31px;
    bottom: -70px;
}

.offer-info {
    height: 200px;
    position: relative;
}

}


@media screen and (max-width: 1050px) {
  .mobile-hidden {
    display: none!important;
  }

  .desktop-hidden {
    display: block
  }

 .offer-info p {
    font-size: 10px;
    color: grey;
}

span.price em, span.price small {
    font-size: 10px;
    font-family: 'Roboto', arial;
}

.grid figure {
    margin: 10px 10px 0px;
    min-width: 270px;
    max-width: 100%;
    height: 250px;
    width: 100%;
}

#page {
    padding: 60px
}

.offer-des h2 {
    font-family: 'Roboto', arial!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    text-align: center!important;
    margin: 15px 0 10px 0!important;
    font-size: 22px!important;
    line-height: 30px;
}

.offer-des p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
}

.offer-des {
    padding: 20px 15px;
    overflow: hidden;
    min-height: 330px;
}

header #main-menu {
    display: none
}

}

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



#welcome .slogan {
    font-size: 32px;
    line-height: 42px;
}

.offer-info {
    height: 100%;
    position: relative;
    left: 0;
}

#owl-reviews .item {
    padding: 58px 40px;
}

#owl-reviews .item img {
    position: absolute;
    top: 28px;
    right: 25px;
}

.footer-l {
    margin: 30px 0;
    text-align: center;
}

footer h4.news {
    text-align: center;
    margin-top: 60px;
    margin-bottom: -6px;
}

#mc_embed_signup_scroll {
    text-align: center;
}

}

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

	.offer-des {
    padding: 50px 60px;
    overflow: hidden;
    min-height: 330px;
}

.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8 {
    width: 100%;
    text-align: center
}

#mail p {
    font-size: 19px;
    margin: 20px 40px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #232636;
}

#mlb2-8033600 .subscribe-form {
    padding: 20px;
    width: 350px !important;
    margin: 0 auto;
    background: #222535 none !important;
    border-radius: 0px !important;
    box-sizing: border-box !important;
}

#mlb2-8033600, #mlb2-8033600 *, #mlb2-8033600 a:hover, #mlb2-8033600 a:visited, #mlb2-8033600 a:focus, #mlb2-8033600 a:active {

    float: none;
}


#welcome {
    background: white;
    position: relative;
    padding: 0px 0 60px;
    width: 96%;
    margin: 2%;
    margin-top: -80px;
    margin-bottom: 100px;
    box-shadow: 0 0 120px rgba(44, 68, 76, 0.1411764705882353);
    z-index: 20;
}

footer {
    padding-bottom: 100px
}

footer h4.news small {
    display: block;
    text-align: center;
    font-size: 10px;
    margin: 10px 10% 0;
    max-width: 80%;
}

footer h4.news {
    text-align: center;
    margin-top: 60px;
    margin-bottom: -6px;
    float: none;
}

.first-slogan {
    display: block;
    width: 1200px;
    max-width: 80%;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-80%);
    -ms-transform: translateX(-50%) translateY(-80%);
    transform: translateX(-50%) translateY(-80%);
    z-index: 556;
    font-size: 75px;
    line-height: 76px;
    text-align: center;
    font-family: 'Yantramanav', cursive;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
}

#welcome h1 {
    margin-top: 80px;
    margin: 40px;
}

#page {
    background: white;
    position: relative;
    padding: 50px 80px;
    width: calc(96% - 120px);
    margin: 2%;
    margin-top: 60px;
    margin-bottom: 100px;
    box-shadow: 0 0 10px rgba(44, 68, 76, 0.1411764705882353);
    z-index: 12;
}

.page-intro {
    background-image: linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -moz-linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -webkit-linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -o-linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -webkit-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    margin-top: -64px;
    height: 0px;
    margin-left: 2%;
    width: calc(100% - 0px);
    padding: 5px 0px;
    color: white;
    position: absolute;
    margin: -60px 0;
    margin-left: -60px;
}

.crm-form {
    width: 360px;
    max-width: 100%;
    float: none;
    margin: 30px auto 10px;
    justify-content: center;
    text-align: center;
}

}

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

.buttons-top{
    display: none
}

#calnav {
    font-family: 'Roboto', cursive;
    color: #162768;
    padding: 5px 0 0 5px;
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    margin: 30px;
}

#welcome p {
    font-size: 14px;
    padding: 15px;
}

.first-slogan {
    display: block;
    width: 1200px;
    max-width: 80%;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-110%);
    -ms-transform: translateX(-50%) translateY(-110%);
    transform: translateX(-50%) translateY(-110%);
    z-index: 556;
    font-size: 95px;
    line-height: 95px;
    font-family: 'Yantramanav', cursive;
    color: white;
    text-shadow: 1px 1px 5px black;
}

.offer-info {
    height: 180px;
    position: relative;
    left: 35px;
}

#owl-reviews .item h3:before, #owl-reviews .item h3:after {
    font-size: 90px;
    font-family: 'Yantramanav', cursive;
    content: ' ';
}

#owl-reviews .item h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Yantramanav', cursive;
    color: white;
    margin-top: 70px;
    margin-bottom: 15px;
}

#owl-reviews .item {
    padding: 58px 40px;
    text-align: center;
}

#owl-reviews .item p {
    padding-right: 0;
    padding: 15px;
    font-size: 22px;
    line-height: 34px;
    font-family: 'Roboto',arial;
    margin-bottom: 22px;
    font-weight: lighter;
}


#owl-reviews .item img {
    position: absolute;
    top: 28px;
left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%) ;
    transform: translateX(-50%);
}

#mc_embed_signup .button {
    width: 260px!important;
    margin: 20px!important;
}

#mail p {
    font-size: 18px;
    margin: 18px;
    font-weight: lighter;
    font-family: 'Roboto';
}

footer ul li {
    float: none;
    margin: 20px 0px;
    font-weight: lighter;
    margin-right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 10px;
    border-right: 0px solid silver;
    padding-right: 0;
}

footer ul {
    padding: 0
}

#mc_embed_signup input.email {

    float: left!important;
    margin: 0 -115px 0 75px!important;
}

#mc_embed_signup .button {
    width: 85px!important;
    margin: 0px!important;
}

#cookies_content a {
    text-align: center;
    display: block;
}

#cookies_accept {
    display: inline-block;
    margin: 10px 20px;

    }

    #cookies_content {
    padding: 10px 15px;
    padding-top: 20px;
    font-family: 'Roboto', arial;
}

}

@media screen and (max-width: 600px) {
	.mobile-hidden {
		display: none
	}

    .image-inner {
    width: 260px!important;
    height: 150px!important;
    display: block;
    float: none;
    margin: 10px auto;
}

.offer-info {
    height: 180px;
    position: relative;
    left: 0;
    float: none;
    display: block;
    text-align: center;
    margin: 35px;
}

.offer-info .btn-offer {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 55px;
    background: #bec2cf;
    border: 1px solid transparent;
    padding: 13px 20px;
    font-size: 14px;
    margin: 35px auto;
    float: none;
}

.offer-info {
    height: auto;
    position: relative;
    left: 0;
    float: none;
    display: block;
    text-align: center;
    margin: 30px 0 0;
}

.whitebox h2 {
    font-family: 'Yantramanav', cursive;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}

.first-slogan {

    max-width: 80%;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-110%);
    -ms-transform: translateX(-50%) translateY(-110%);
    transform: translateX(-50%) translateY(-110%);
    z-index: 556;
    font-size: 75px;
    line-height: 80px;
}

.backto {
    display: none!important;
    opacity: 0
}

footer .hg {
    position: absolute;
    left: 50%;
    opacity: 0.9;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%) ;
    transform: translateX(-50%);
    text-align: center;
    width: 100%
}

.first-slogan {
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-110%);
    -ms-transform: translateX(-50%) translateY(-110%);
    transform: translateX(-50%) translateY(-110%);
    z-index: 556;
    font-size: 65px;
    line-height: 70px;
}

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 110px;
}

.whitebox {
    background: rgba(255,255,255,0.9);
    margin: 15px auto;
    padding: 20px 8px;
    min-height: 450px;
    width: 95%;
    height: 80%;
    max-height: 95%;
    max-width: 1600px;
    border: 1px solid white;
}



.line:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 200px;
    bottom: -10px;
    height: 1px;
    margin-left: -100px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(-360deg,transparent 0,rgba(17, 36, 107, 0.95) 40%, rgba(17, 36, 107, 0.65) 60%,transparent 100%);
    background-image: linear-gradient(90deg,transparent 0, rgba(17, 36, 107, 0.95) 40%, rgba(17, 36, 107, 0.65) 60%,transparent 100%);
    opacity: .3;
}

#welcome p {
    font-size: 16px;
    padding: 15px 25px;
}

.grid figure {
    margin: 10px auto 0px auto;
    min-width: 180px;
    max-width: 100%;
    height: 240px;
    /* width: 180px; */
}

#owl-reviews .item p {
    font-size: 17px
}

.calendar-item {
    margin: 20px 5px;
}

footer .hg {
    position: absolute;
    left: 50%;
    opacity: 0.9;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 30%;
    padding-top: 25px;
    padding-bottom: 90px;
}

.form {
    position: relative;
    top: 0px;
    padding: 0px;
    margin: 10px 0px 0 0;
    background: transparent;
    z-index: 9999;
}

footer .addressi {
    display: block
}

footer h4:first-child .addressi::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -70px);
    -webkit-mask: url(/template/images/icons/placeholder.svg) 50% 50% no-repeat;
    clip-path: url(/manager/img/icons/placeholder.svg);
    background-color: #c1e5f8;
    -webkit-mask-size: 35px;
    mask-size: 25px;
    display: block;
    width: 70px;
    max-width: 100%;
    height: 70px;
    z-index: 2;
    visibility: visible;
    transition: all 0.5s;
}

.first-slogan small {
    display: block;
    width: 1200px;
    max-width: 100%;
    font-family: 'Roboto',arial;
    font-size: 22px;
    line-height: 32px;
    font-weight: lighter;
}

.swiper-button-next, .swiper-button-prev {
    display: none!important
}

#mc_embed_signup input.email {
    float: left!important;
    margin: 0 -70px 0 30px!important;
}

.offer-info h3 {
    font-size: 20px;
}

.offer-info p {
    font-size: 14px;
}

 #page {
    background: white;
    padding: 0px 20px 50px;
    width: calc(96% - 40px);
    margin-top: -50px;
    overflow:  hidden;
}

.sidebar {
    margin: 40px 8%;
}

.image-inner {
    width: 100%!important;
    height: 100%!important;
    min-height: 180px;
    display: block;
    float: none;
    margin: 0px auto;
}

.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .row {
    width: 100%
}

.page-intro {
    background-image: linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -moz-linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -webkit-linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -o-linear-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    background-image: -webkit-gradient(to right, #239aaa 0%, #253646 51%, #2395a4 100%);
    margin-top: -64px;
    height: 0px;
    margin-left: 2%;
    width: calc(100% - 0px);
    padding: 5px 0px;
    color: white;
    position: absolute;
    margin: -60px 0;
    margin-left: -20px;
}

.page-h, #page .head-slogan, #page .head-slogan {

    font-size: 35px;
    line-height: 50px;
    font-weight: normal;
    font-family: 'Yantramanav', cursive;
}

#page .whitebox {
    margin: 0px auto 25px;
    padding: 20px 10px;
    text-align: center;
}

.line-left:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0px;
    }

    .first-slogan {
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-110%);
    -ms-transform: translateX(-50%) translateY(-110%);
    transform: translateX(-50%) translateY(-110%);
    z-index: 556;
    font-size: 45px;
    line-height: 70px;
}

#rooms-eq h2, #rest-offer h2 {
    font-size: 35px;
    line-height: 55px;
    text-align: center;
    font-weight: normal;
    font-family: 'Yantramanav', cursive;
    margin-bottom: 60px;
}


#rooms-eq h3 {
    font-family: 'Roboto',arial;
    font-weight: lighter;
    line-height: 34px;
    font-size: 20px;
    padding-bottom: 15px;
    text-align: center;
}

#mail p {
    font-size: 12px;
    margin: 18px;
    font-weight: lighter;
    font-family: 'Roboto';
}

.whitebox h2 {
    font-family: 'Yantramanav', cursive;
    font-size: 26px;
    line-height: 36px;
    margin-top: 0;
    text-align: center;
        margin: 10px!important;
}

#offers .btn-white-b-offer-item {
    margin: 15px!important;
    font-size: 16px!important;
}

.offer-link .price-info {
    position: absolute;
    width: 128px;
    padding: 10px 10px;
    color: white;
    top: 230px;
    left: 50%;
    font-size: 16px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
}

#offers .btn {
    position: relative;
     left: inherit;
     bottom: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
     transform: inherit;
}

.offer-des p {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Roboto';
}

.offer-des {
    padding: 30px 15px;
    overflow: hidden;
    min-height: 20px!important
}

    #mail h3 {
    font-family: 'Roboto',arial;
    margin-top: 70px;
    margin-bottom: 8px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
}

.offer-area {
    background: white;
    margin: 20px;
    padding: 50px 10px;
    padding-bottom: 20px;
}

.offer-area .intro {
    color: #495689!important;
    background: rgba(73, 86, 137, 0.13);
    margin-top: -50px;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 40px 20px;
    border: 1px solid white;
    border-radius: 3px;
    line-height: 30px;
}

.line-left-top:after {
    content: '';
    position: absolute;
    left: 0;
    width: 200px;
    top: -25px;
    height: 1px;
    margin-left: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(-360deg,rgba(17, 36, 107, 0.95) 40%, rgba(17, 36, 107, 0.65) 60%,transparent 100%);
    background-image: linear-gradient(90deg, rgba(17, 36, 107, 0.95) 40%, rgba(17, 36, 107, 0.65) 60%,transparent 100%);
    opacity: .2;
}

figure.two-part img {
    position: relative;
    display: block;
    min-height: 150%!important;
    max-width: 150%!important;
    opacity: 0.9;
}

ul.lip {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    text-align: left;
}

ul.eqip {
    list-style: none;
    margin: 30px 0;
    padding: 0 0 0 10px;
}

ul.eqip li {
    float: none;
    width: 100%;
    font-size: 18px;
    font-family: 'Roboto',arial;
    margin-bottom: 25px;
    cursor: pointer;
}

#vizualizacie h2.mein {
    font-size: 40px;
    padding: 15px 0;
    line-height: 70px;
    font-family: 'Yantramanav', cursive;
    color: rgba(22, 39, 104, 1);
    text-align: center;
}

#vizualizacie span.icon-images, #vizualizacie span.icon-loop3, #vizualizacie span.icon-play {

    font-size: 70px;
}

figure.effect-sadie:hover h2 {
    -webkit-transform: translateX(-50%) translateY(-200%);
    -moz-transform: translateX(-50%) translateY(-200%);
    -ms-transform: translateX(-50%) translateY(-200%);
    -o-transform: translateX(-50%) translateY(-200%);
    transform: translateX(-50%) translateY(-200%);
}

#vizualizacie figure.effect-sadie:hover span.icon-images, #vizualizacie figure.effect-sadie:hover span.icon-loop3, #vizualizacie figure.effect-sadie:hover span.icon-play {
    opacity: 0.8;
    top: 40%;
}

#sub_mc_main_3 p {
	text-align: center!important
}

#sub_mc_main_3 .col-md-2 {
	text-align: center!important;
	max-width: 100%!important;
	width: 100%!important;
}

#timeline-side .col-md-3 {
    width: 33%
}

#bookingcom {
    display: none
}

#homebook form div {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    margin: 5px 0;
}

#homebook form label {
    color: #a9bcc7;
    font-weight: 900;
    font-family: 'Yantramanav',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 18px;
    width: 100px;
    display: inline-block;
}


#homebook form input.submit {
    background: #85c51f;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 8px 20px;
    width: 250px;
    /* margin-left: 30px; */
    outline: none;
    cursor: pointer;
    margin: 10px auto 0;
    display: block;
}

#homebook .bf_item:first-child::after, #homebook .bf_item:nth-child(2)::after {
    content: '';
    width: 20px;
    height: 29px;
    background: url(/template/images/icons/date.svg) 50% 50% no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 1px;
    right: 29px;
    display: block;
}

#rs .slide-img, #offers .slide-img, #offer .slide-img, #event_detail .slide-img {
     filter: blur(0px);
     -webkit-filter: blur(0px);
}

.slider-main {
    width: 100%;
    height: 490px;
    background: transparent;
    z-index: 10;
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity 1s cubic-bezier(0.28, 0, 0.18, 1) .3s;
    -moz-transition: opacity 1s cubic-bezier(0.28, 0, 0.18, 1) .3s;
    transition: opacity 1s cubic-bezier(0.28, 0, 0.18, 1) .3s;
}

#rs .slider-main::after, #offers .slider-main::after, #event_detail .slider-main::after, #offer .slider-main::after {
    display: none
}

#page {
    background: white;
    padding: 0px 20px 50px;
    width: calc(96% - 40px);
    margin-top: 10px;
    overflow: hidden;
}

}




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

.lightgallery li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

#biggallery .lightgallery li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}


}