body {
margin: 0;
font-family: 'Open Sans',Arial;
font-size: 14px;
line-height: 24px;
color: #535353;
background-color: white;
}

.break {
width: 0px;
height: 0px;
line-height: 0px;
font-size: 0px;
border: 0px none;
margin: 0px;
padding: 0px;
float: none;
clear: both;
visibility: hidden;
}

.center {
display: block;
width: 100%;
max-width: 1200px;
margin: auto;
}

.sumome-popup-link {
    display: none!important;
}

p, b {
	font-family: 'Source Sans Pro', sans-serif
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

#global {
display: block;
width: 100%;
background: #ffffff;
padding-bottom: 0px;
}

#header {
display: block;
width: 100%;
background: white;
}

#header_top {
display: block;
width: 100%;
box-shadow: none;
position: absolute;
z-index: 9999;
transition: all 3s;
}

#header_top::before {
    content: '';
    background:transparent; /* For browsers that do not support gradients */
 background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
position: absolute;
height: 150px;
top: 0;
left: 0;
width: 100%
}

.scrolling {

 position: fixed!important ;
 transition: all 1s;
 -webkit-animation: fadeIn 1s;
 animation: fadeIn 1s;
}

.scrolling > #header_top_in > #topnav {
    line-height: 75px!important;
}

.scrolling > #header_top_in > #home {
    background: none;
}

.scrolling > #header_top_in > #home > #logo-first {
    display: none;
}

#logo-second {
    display: none;
    transition: all 1s;
}

#logo-first {
    transition: all 1s
}

#header_top_in #topnav li.active a {
    color: #6D1537;
}

#header_top_in > #topnav >.sub-menu li.active a {
    color:white!important;
}

.scrolling > #header_top_in > #home > #logo-second {
    display: block;
}


.scrolling > #header_top_in > #topnav li:last-child a    {
    color: white;
    background: #6D1537;
    line-height: 30px;
    padding: 10px 20px;
    margin-top: 12px;
    transition: all 0.5s;
    transform: all 0.5s
}

.scrolling > #header_top_in > #topnav .sub-menu li:last-child a {
    background: transparent;
    color: white!important
}

#header_top #home {
float: left;
    position: absolute;
    box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.58);
    height: 146px;
    width: 130px;

    background:transparent;
    box-shadow: none

}

#header_top #topnav {
float: right;
list-style-type: none;
padding: 0;
line-height: 100px;
}



@media screen and (min-width: 1000px) {
#header_top #topnav {display: block;}
#header_top #mm_cust {display: none;}
}

#header_top #topnav li {
float: left;
display: block;
margin: 0 17px 0 17px;
text-align: center;
font-family: 'Roboto';
letter-spacing: 0.5px;
font-size: 15px;
}

#header_top #topnav li a {
display: block;
    text-decoration: none;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}
#header_top #topnav li a:hover {
	color: #8A0E04
}
#header_top #topnav li a.act {
	color: #8A0E04
}

#header_top #topnav li:last-child a {
	color: white;
    background: #7C183E;
    line-height: 30px;
    padding: 10px 20px;
    margin-top: 23px;
    transition: all 0.5s ease;

}

#header_top #topnav li:last-child a:before {
	content: "\f073";
    font-family: 'FontAwesome';
    font-size: 20px;
    margin-right: 8px;
}

#header_top #topnav li:last-child a:hover {
	color: #7C183E;
	background: #DCDCDC
}

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

.staycall {
    position: relative;
    overflow: hidden;
    transition: all 500ms ease-in
}

.staycall::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #5d0f2c;
    opacity: 0.5;
    z-index: 0;
    transition: all 500ms ease-in
}

.staycall:hover::before {
    opacity: 0.9
}

.staycall-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    text-align: center;
}

.staycall-content h2 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
}

.staycall-content h2 small {
    display: block;
    color: white;
    padding: 10px;
    text-transform: none;
    font-size: 18px;
}

.staycall-content a {
    background: #77183b;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 400ms ease-in
}

.staycall-content a:hover, .staycall:hover .staycall-content a {
    background: white;
    color: #77183b;
    padding: 15px 28px;
}

.sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 250px;
    top: 75px;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    visibility: hidden;
    z-index: 10;
    opacity: 0;
    transition: opacity linear .15s;
    background: rgba(124, 24, 62, 1);
}

.sub-menu:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 51%;
    margin-left: -6px;
    width: 12px;
    height: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    z-index: 10;
    border-color: transparent transparent rgba(124, 24, 62,1) transparent;
}

.sub-menu li,
#header_top #topnav .sub-menu li:last-child {
    display: block;
    font-size: 13px;
    font-family: "Roboto";
    text-align: center;
    margin: 0!important;
    padding: 0;
    margin-top: 0;
    width: 100% ;
}

.sub-menu li a,
#header_top #topnav .sub-menu li:last-child a {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    display: block;
    white-space: nowrap;
    padding: 14px;
    margin: 0;
    line-height: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#header_top #topnav .sub-menu li a {
    background: transparent;
    color: white
}

#header_top #topnav ul li a:hover,
#header_top #topnav .sub-menu li:last-child a:hover {
    background: #9C2955;
    color: white;
}

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

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

.roll-efect-top {
    position: relative;
    width:100%;
    margin-bottom: 343px;
    z-index: 20;
    background:white;
}

#roll-efect-top:after, .roll-efect-top:after {
    content: "\f103";
    font-family: FontAwesome;
    font-size: 45px;
    color: rgba(124, 24, 62, 1);
    background: #F3F3F3;
    padding: 20px;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 75px;
    height: 60px;
    margin: 0px auto 0px auto;
    text-align: center;
    display: block;
}

#roll-efect-top:after {
    display: none
}

#roll-efect-fixed, .roll-efect-fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    height: 343px;
    width: 100%;
    z-index: -1;
    background: #333333;
}

#header_banner {
display: block;
width: 100%;
padding-top: 109px;
height: 690px;
min-height: 100vh
}
#header_banner #header_banner_in {
padding: 110px 0;
height: 500px;
    color: white;
    text-shadow: 1px 2px 4px black;
    font-size: 72px;
    line-height: 80px;
    font-weight: 300;
    font-family: Amaranth;
    text-align: center;
    text-shadow: 0px 0px 10px black;

}
#header_banner #header_banner_in small {
font-size: 25px;
}

#header_banner #header_banner_in a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    text-shadow: none;
    line-height: 60px;
    width: 250px;
    margin: 0px auto;
    display: block;
    font-weight: 400;
    border-radius: 0;
    padding: 0px 30px;
    background: rgba(124, 24, 62, 0.65);
}

#logos {
    position: absolute;
    right: 15px;
    bottom: 20px;
    opacity: 0.8;
    float: right;
    text-align: right;
    width: 570px;
    max-width: 100%;
    /* margin: 10px auto; */
}

#logos a {
	opacity: 0.6
}

#logos a:hover {
	opacity: 1
}

#header_banner #header_banner_in a:hover {
	background: rgba(124, 24, 62, 1)
}

.booking-btn {
    display: none;
}

.zoo img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
        max-width: 100%;
}
.zoo:hover img {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
     transform:scale(1.25);
}

#header_flatmenu {
display: block;
width: 100%;
background: url("../images/wood.png");
}

#header_flatmenu #header_flatmenu_in #flatmenu {
display: block;
width: 100%;
list-style-type: none;
margin: 0;
padding: 0;
}
#header_flatmenu #header_flatmenu_in #flatmenu li {
display: block;
width: 20%;
padding: 2%;
height: 180px;
float: left;
background: rgba(0, 0, 0, 0.62);
    margin: 3% 0.5%;
}

#header_flatmenu #header_flatmenu_in #flatmenu li a {
	color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    font-size: 32px;
    line-height: 38px;
    box-sizing: border-box;
    height: 180px;
    width: 100%;
}

#header_flatmenu #header_flatmenu_in #flatmenu li a:hover {
	color: white;
}

#flatmenu li a i {
	font-size: 100px;
    display: block;
    margin: 0 0px 10px 0;
}

.space {
	width: 100%;
	padding: 0;
	margin: 50px 0;
}

#slogan {
font-size: 14px;
}

#slogan h1 {
    font-size: 50px;
    line-height: 55px;
    margin: 20px 0;
    color: #7C183E;
    font-weight: 500;
}

#slogan h3 {
	font-family: roboto;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px
}

.part-silver {
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
    min-height: 330px;
    height: auto;
    padding: 30px 0;
}

.ticker {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
}

.wrapper-service {
    padding: 0 30px;
}


#video {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}

#video-cover {
    z-index: -999;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#video-content {
    text-align: center;
    background: rgba(56, 5, 1, 0.55);
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 2;
    color: white;
    top: 0;
    left: 0;
}

#video-content h2 {
    text-transform: uppercase;
    font-size: 50px;
    color: white;
    margin-top: 110px;
    letter-spacing: 8px;
}

#video-content a {
	background: rgba(255,255,255,0.6);
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    margin: 31px;
    text-decoration: none;
    color: #8A0E04;
    text-transform: uppercase;
}

#video-content a:hover {
	background: rgba(124, 24, 62, 1);
	color: white
}

#ref a {
	text-decoration: none;
	color: white;
}

#ref a:hover {
	color:#8A0E04;
}


#gallery h2, #blog h2 {
	font-size: 40px;
    font-weight: 500;
    font-family: 'Open Sans',sans-serif;
    margin: 70px 0;
    text-transform: uppercase;
    color: #8A0E04;
}

#blog {
    width: 100%;
    position: relative;
    background: white;
    margin: 40px 0;
    padding-bottom: 0px;
    display: inline-block;
}

#blog-wrapper {
	width: 950px;
	margin: 0px auto;
}

#blog-wrapper a {
    color:white;
}

.news-item {
    width: 301px;
    height: 438px;
    overflow: hidden;
}

.mobile-wrap:after {
	content: "";
    position: absolute;
    bottom: 0px;
    width: 301px;
    left: 0;
    background: none;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.news-item a:hover .mobile-wrap:after {
    height: 100%;
}

.item-image {
	display: block;
    height: 400px;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.mobile-wrap h3 {
	position: absolute;
    left: 30px;
    bottom: 40px;
    font-size: 28px;
    text-transform: uppercase;
    padding-right: 30px;
    font-weight: 500;
    z-index: 2;
    text-align: left;
    text-shadow: 1px 1px 8px black;
}

.mobile-wrap p, #content_in .mobile-wrap p {
	position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 18px;
    padding-right: 30px;
    z-index: 2;
    color: white;
    text-shadow: 1px 1px 8px black;
}

.lines {
	text-align: center!important;
}

.lines:after {
	content: " ";
    width: 100px;
    height: 1px;
    position: absolute;
    right: -120px;
    top: 50%;
    background: #ececec;
}

.lines:before {
	content: " ";
    width: 100px;
    height: 1px;
    position: absolute;
    left: -120px;
    top: 50%;
    background: #ececec;
}

#footer {
display: block;
    background: #f3f3f3;
    color: #545454;
}

#footer h2 {
  font-weight: 500;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Amaranth", Open sans;
  color: #7C183E;
}

#footer h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 20px 0;
    color: #333
}

#footer i {
	font-size: 30px;
    padding: 10px 25px 10px 0;
    color: #ADAEB2;
}

#footer a {
	color: white;
    text-decoration: none;
}

#footer input {
	padding: 14px 25px;
    border: none;
    color: black;
    background: rgb(255, 255, 255);
}

#footer button {
	padding: 14px 25px;
    border: none;
    color: white;
    background: #711C3C;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #6D1537;
}

a:hover {
    color: #292929
}

.main-button {
    margin: 30px auto 10px auto;
    padding: 14px 25px;
    border: none;
    color: white;
    background: #711C3C;
    cursor: pointer;
    display: block;
    width: 38%;
    text-transform: uppercase;
}

.main-button:hover {
    color:#711C3C;
    background: #E3E3E3
}



#footer button:hover {
    background: #888
}

#footer a {
    color: #711C3C
}

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

#ref h2 {
	text-transform: uppercase;
    color: white;
    font-size: 40px;
    margin-bottom: 10px;
}

#ref h3 {
	color: white;
    font-weight: 400;
    font-style: italic;
    line-height: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid white;
    margin-bottom: 80px;
}

.back-to-top {
    color: #7C183E!important;
    position:fixed;
    font-size: 30px;
    bottom: 0px;
    right: 15px;
    z-index:9999;
    display:block;
    opacity:.45;
    cursor: pointer;
}

.back-to-top:hover {
    opacity:1;
    color:#7C183E;
    -webkit-transition:opacity .2s;
    -o-transition:opacity .2s;
    transition:opacity .2s
}

#copyright {
	background: #333333;
    color: #888888;
    font-family: 'Open Sans',sans-serif;
    padding: 10px 0;
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
}

#copyright ul {
	width: 100%;
}

#copyright ul li {
	float: left;
    padding: 0 10px;
    color: white;
    list-style: none;
    border-right: 1px solid #C5C5C5;
    font-size: 12px;
    line-height: 16px;
}

#copyright ul li p {
	margin: 0
}

#copyright ul li a {
	text-decoration: none;
	color:#C5C5C5;
	text-transform: uppercase;
}

#copyright ul li a:hover {
	color:#f2f2f2;
}

#copyright address ul {
    margin: 5px 0 0 0
}

#copyright address ul li {

    border-right: none;
    font-size:13px;
    color:#888888;
}

#copyright address ul li a {
	font-size:13px;
	color:#888888;
	text-transform: lowercase;
}

#copyright address ul li a:hover {
	color:white;
}

#copyright address ul li p {
	font-style: normal;
    margin-top: 5px;
}

#copyright .social li {
	font-size: 25px;
    border: none;
    margin-right: 5px;
}

#copyright .social li a {
	color: #888888;
	text-decoration: none;
	transition: 0.5s all
}

#copyright .social li a:hover {
	color: #b6b6b6;
    text-decoration: none;
    -webkit-filter: brightness(2);
}

#map {
        height: 100%;
      }

      .news-item a:hover .mobile-wrap p, .news-item a:hover .mobile-wrap h3 {
  -webkit-transform: scale3d(1.07,1.07,1);
  transform: scale3d(1.07,1.07,1);
  transition: all 0.5s;
}

.news-item a .mobile-wrap p, .news-item a .mobile-wrap h3 {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
   -webkit-transition: -webkit-transform 0.95s;
  transition: transform 0.95s;
}

.social-links h2 {
    font-family: 'Italianno', cursive!important;
    color:#7C183E;
    font-size: 45px;
    text-transform: none!important;
    margin-bottom: 10px!important;
}

.footer-social-icons {
    padding: 60px 20px 20px 20px;
    text-align: center;
}

.footer-social-icons a:first-child:before {
   content: 'Find us online #hotelfisjasna';
    display: none;
    color: #BABABA;
    font-family: Amaranth;
    font-size: 22px;
    margin-bottom: 45px;
}

.footer-social-icons img {
    display: none;
}

.footer-social-icons a:after {

    font-family: 'FontAwesome';
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 16px 24px;
    background: #f3f3f3;
    color: silver;
    margin: 5px;
    transition: all 0.5s ease;
    border-radius: 5px;
}

.footer-social-icons a:nth-child(1):after {
    content: '\f09a';
}

.footer-social-icons a:nth-child(2):after {
    content: '\f099';
}

.footer-social-icons a:nth-child(3):after {
    content: '\f0d5';
}
.footer-social-icons a:nth-child(4):after {
    content: '\f16d';
}
.footer-social-icons a:nth-child(5):after {
    content: '\f231';
}
.footer-social-icons a:nth-child(6):after {
    content: '\f003';
}



.footer-social-icons a:hover:after {
    background: #7C183E;
    color: #f3f3f3
}

.footer-social-icons img {
    padding: 10px;
    margin: 0 auto;
    -webkit-filter: opacity(.4);
    filter: opacity(.4);
    transition: all 1s ease;
}

.footer-social-icons a:hover img {
     -webkit-filter: opacity(1);
    filter: opacity(1);
}

#langpanel {
    position: absolute;
    top: 40px;
    right: 40px;
}

#langpanel a {
        background: rgba(141, 141, 141, 0.37);
    padding: 8px;
    color: white;
    font-weight: 600;
    transition: all 0.4s ease;
}


#langpanel a:hover {
    background: rgba(141, 141, 141, 0.87);
}

.g-recaptcha {
    width: 80%;
    padding: 12px 0px;
    margin: 5px auto;
    text-align: left;
    color: #333;
    outline: none;
    font-family: 'Open sans', sans-serif;
}

#video {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    min-height: 700px;
    max-height: 1000px;
    overflow: hidden;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-video {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    max-height: 1000px;
    overflow: hidden;
}

#content .zima {
    background: white!important
}

.video-slider-content {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    color: white;
    width: 90%;
    z-index: 1;
}

.video-slider-content h1 {
    padding: 10px 0;
    color: white;
    text-shadow: 1px 2px 4px black;
    font-size: 72px;
    line-height: 80px;
    font-weight: 300;
    font-family: Amaranth;
    text-align: center;
    text-shadow: 0px 0px 10px black;
}

.video-slider-content small {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: -25px;
    text-shadow: 0 2px 2px black;
    width: 50%;
    margin: -25px auto 10px;
}

.video-background {
  background: #000;

  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
  box-sizing: border-box;
}

.video-foreground {
  opacity: 0.8
}

.slide-video::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 300px;
      background: -moz-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    z-index: 1
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

.slide {
    position: relative
}


@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}

@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 */
}

.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: 30px;
}

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

.video-images {
    width: 50%;
    background: transparent;
    margin:0 auto;
}

.round-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid white;
    margin: 30px auto;
    transition: all 1s ease
}

.round-img:hover {
    opacity: 0.2
}

section.heading {
    height: 90hv;
    min-height: 800px;
    position: relative;
    display: block;
    overflow: hidden;
}

.fixed-bg h2 {
    padding: 10px 0;
    color: white;
    text-shadow: 1px 2px 4px black;
    font-size: 72px;
    line-height: 80px;
    font-weight: 300;
    font-family: Amaranth;
    text-align: center;
    text-shadow: 0px 0px 10px black;
}

.fixed-bg small {
    padding: 0;
    color: white;
    text-shadow: 1px 2px 4px black;
    font-size: 26px;
    line-height: 34px;
    margin-top: -20px;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    text-shadow: 0px 0px 10px black;
}

.fixed-bg small::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 50%;
    background: #2196f3;
    box-shadow: 0 0 20px #2196f3;
    transform: translateX(-50%)translateY(-50%);
    z-index: -1;
    filter: blur(75px);
}

.fixed-bg {
    background-size: cover!important;
    width: 100%;
    height: 90hv;
    min-height: 800px;
    top: 0;
    background-attachment: fixed!important;
}

#packages {
    transform: translateY(-260px);
}

.heading-wrapper {
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
}

#packages .description-service {
    padding: 240px 20px 35px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    background: rgb(255, 255, 255);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    box-shadow: 0 0 46px rgba(62, 126, 198, 0.38);
}

#packages .cena {
    font-family: sans-serif;
    font-size: 24px;
    margin-bottom: 35px;
}

#packages .pr span {
    font-size: 50px;
    transition: font-size 1s ease;
}

#packages div::before {
    float: none
}

#packages .parrex {
    margin-top: 29px;
}

#packages .pr {
    margin: 10px auto;
}
#packages .noc, #packages .strava, #packages .vyhoda, #packages .date {
    font-size: 12px;
    text-align: center;
    font-family: sans-serif;
}

.centered-img {
    width: 700px;
    max-width: 100%;
    margin: 10px auto
}

.call-to-pack {
    margin: 14px auto;
    width: 160px;
    position: relative;
    display: block;
    text-align: center;
    background: #2196F3;
    color: white;
    padding: 10px;
    margin-bottom: -30px;
    border-radius: 30px;
}

.call-to-pack:hover {
    background:#8bc34a;
    color: white
}

.call-to-pack::after {
    content: '';
    background: url(/template/images/click.svg) no-repeat;
    background-size: 30px;
    position: absolute;
    right: -6px;
    bottom: -8px;
    display: block;
    width: 30px;
    height: 30px;
}

#call-banner {
    width: 400px;
    height: 260px;
    max-width: 90%;
    background-size: cover;
    position: fixed;
    bottom: 0px;
    right: -850px;
    z-index: 99;
    margin-right: 2%;
    margin-bottom: 2%;
}

.banner-content {
        height: 260px;
}

.banner-content::before {
    content: '';
    background: -moz-linear-gradient(top, rgb(33, 150, 243) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgb(33, 150, 243) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgb(33, 150, 243) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
	text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#call-banner .wrapper {
    padding: 6% 10%;
    width: 100%;
    position: relative;
    display: block;
    color: white;
    margin: 0;
}

#call-banner  h2 {
    padding: 10px 0 10px;
    margin: 10px 0;
    color: white;
    text-shadow: 1px 2px 4px black;
    font-size: 35px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
    text-shadow: 0px 0px 10px black;
}

#call-banner  small {
    padding: 0;
    color: white;
    text-shadow: 1px 2px 4px black;
    font-size: 15px;
    line-height: 25px;
    margin-top: -20px;
    font-weight: 300;
    text-align: center;
    margin: 10px auto;
    display: block;
    text-shadow: 0px 0px 10px black;
}

#call-banner span {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #7c183e;
    font-weight: bold;
    cursor: pointer;
}

#roomsss {
    margin-top: 60px;
    margin-bottom: 300px
}

.rooms {
    padding: 40px 30px;
    transition: all 500ms ease-in
}

.rooms:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 22px rgba(121, 26, 62, 0.1607843137254902);
}

.rooms-des {
    text-align: center;
}

.rooms-des p {
    font-size: 15px;
    min-height: 145px;
}

.rooms-des h2 {
    font-weight: 500;
    color: #7b193e;
}

.rooms-des a {
    background: #7a1a3e;
    color: white;
    opacity: 1;
    padding: 7px 15px;
    margin: 20px 0;
    display: inline-block;
    border-radius: 2px;
}


#cookies_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #7b193e;
    opacity: .85;
    z-index: 9999999999999999999;
}

#cookies_content {
    text-align: center;
    color: #f8f5e8;
    font-size: 12px;

}

#cookies_text {
    display: inline-block;
    font-weight: 300;
    padding: 5px 0;
}

#cookies_content a {
    padding: 0 10px;
    color: #f3f3f3;
    text-decoration: underline;
    transition: all 300ms ease-in
}

#cookies_content a:hover {
    color: #c5c5c5
}

#cookies_accept {
  display: inline-block;
  background: #fefefe;
  color: #7a1a3e;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 0 10px;
    cursor: pointer;
    transition: all 300ms ease-in
}
#cookies_accept:hover {
  background: #460c22;
    color: white;
}

#adbanner {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999999999;
    width: 400px;
    max-width: calc(100% - 100px);
    text-align: center;
}

#adbanner .banner {
    padding: 20px
}

#adbanner h4 {
    font-family: 'Baskit' , sans-serif;
    font-size: 30px;
    color: #f8f5e8;
    text-transform: uppercase;
    font-weight: 100;
    margin: 12px;
}

#adbanner p {
    text-align: center;
    color: #f8f5e8;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    padding: 10px 20px;
}

#adbanner span {
    color: #f8f5e8;
    background: #7b193e;
    text-transform: uppercase;
    padding: 8px 20px;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 300ms;
    cursor: pointer
}

#adbanner span:hover {
    background: #460c22;
}

#adbanner_close {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #7b193e;
    display: block;
    padding: 5px;
    border-radius: 50%;
    color: #f8f5e8;
    line-height: 10px;
    cursor: pointer;
    transition: all 300ms ease-in
}

#adbanner_close:hover {
    background: white;
    color: #7b193e;
}



/* RESPONSIVE STYLE */

@media screen and (max-width: 1400px) {
#langpanel {
    position: absolute;
    top: 40px;
    right: 20px;
}
}

@media screen and (max-width: 1300px) {
    .center {
    width: 90%;
    }

    #blog-wrapper {
    max-width: 90%;
    overflow: hidden;
}

}

@media screen and (max-width: 1000px) {
#header_top #topnav {display: none;
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
    background: rgba(230, 230, 230, 0.95);
    overflow-y: scroll;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;}

    #header_top #topnav li {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    padding: 30px 28px 10px 28px;
    line-height: 40px;
    border-bottom: 0px solid rgb(224, 224, 224);
    font-size: 22px;
    letter-spacing: 0px;
}

#header_top #topnav li:last-child {
    border:none;
    padding: 10px 28px 10px 28px;
}

#header_top #topnav li a {
    display: block;
    text-decoration: none;
    color: #7C183E;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro'
}

#header_top #topnav li:last-child a {
    margin-top: 0;

}

.sub-menu:before {
    display: none;
}

.sub-menu {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
     -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible!important;
    z-index: 99999;
    opacity: 1;
    transition: opacity linear .15s;
    background: rgba(237, 237, 238, 0.8);
}

#langpanel {
    position: absolute;
    top: 30px;
    right: 80px;
}

#header_top #topnav .sub-menu li {
    padding: 0px 28px;
    letter-spacing: 0;
    line-height: 10px;
}

#header_top #topnav .sub-menu li a {
    background: transparent;
    color: #8B3556;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
}

#header_top #topnav .sub-menu li:last-child a {
    color: #7C183E;
    background:transparent; ;
    line-height: 30px;
    padding: 0px 20px;
    margin-top: 0px;
    transition: all 0.5s ease;
    border-bottom: none;
}

#header_top #topnav .sub-menu li:last-child {
border-bottom: none;
}

.sub-menu li a, #header_top #topnav .sub-menu li:last-child a {
    color: #893052;
}

#header_top #topnav ul li a:hover, #header_top #topnav .sub-menu li:last-child a:hover {
    background: transparent;
    color: #505050;
}

#header_top #topnav li a:hover {
    color: transparent;
}

#header_top #topnav li:last-child a:hover {
    color: #FDFDFD;
    background: #718C18;
}

#header_top #mm_cust { cursor: pointer; position: fixed; top: 0px; display: block;z-index: 99999;}
#header_top #mm_cust:after {
        content: "\f0c9";
    font-family: FontAwesome;
    font-size: 25px;
    margin-right: 8px;
    float: right;
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 9999;
    color: white;
    width: 45px;
    height: 45px;
    padding: 11px;
    background: rgba(127,29,66,0.6);
    }


}


@media screen and (max-width: 1150px) {
    .mobile-wrap h3 {
    position: absolute;
    left:inherit;
    bottom: 40px;
    font-size: 35px;
    text-transform: uppercase;
    padding-right: 0px;
    font-weight: 400;
    z-index: 2;
    text-align: center;
    width: 300px;
    }

    #cookies_accept {
display: block;
width: 90px;
padding: 5px 10px;
margin: 10px auto;
}

#cookies_text {
display: inline-block;
font-weight: 300;
padding: 10px 15px 5px;
}

#adbanner {
position: fixed;
bottom: 50px;
right: 10px;
max-width: calc(100% - 20px);
}

    .mobile-wrap p, #content_in .mobile-wrap p {
    position: absolute;
    left:inherit;
    bottom: 20px;
    font-size: 18px;
    padding-right: 0px;
    z-index: 2;
    color: white;
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

    .mobile-wrap:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 301px;
    left:inherit;
    background: none;
    width: 300px;
    margin: 0 auto;
    }

    .news-item {
    margin: 50px auto;}

    #footer {
    padding: 50px 0;
    }

    #roll-efect-top {
    margin-bottom: 0;
    }

    #roll-efect-bottom {
        position: absolute;
    }

}


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

    #header_banner #header_banner_in {
    padding: 50px;
    font-size: 40px;
    line-height: 50px;
    }

    #header_banner #header_banner_in small {
    font-size: 16px;
    }

    #logos {
    position: absolute;
    right: 0;
    top: 535px;
    opacity: 0.8;
    width: 100%;
    margin: 0 auto;
}

    #gallery {
    margin-bottom: 20px;
    }

    .footer-social-icons img {
    width: 40px;
    }

    .footer-social-icons {
    padding: 30px 0;
}

    .space {
    width: 100%;
    padding: 0;
    margin: 50px auto 0px auto;
    text-align: center;
    }

    #slogan h1 {
    font-size: 30px;
    line-height: 40px;
    }

    #slogan h3 {
    padding: 0!important;
    }

    #video {
    min-height: 600px!important;
    }

    #video-content a {
    font-size: 12px;
    }

    .ticker {
        display: none;
    }

    #roll-efect-fixed {
    height: 560px;
    }

    #roll-efect-top {
    margin-bottom: 560px;
    }

    #blog  {
        margin: 0
    }

    #content_in {
    border: 1px solid rgba(114, 89, 92, 0.16);
    margin: 10px auto 50px;}

    #content_in .col-md-10 {
        width: 100%
    }

    .footer-social-icons a:after {
    font-family: 'FontAwesome';
    font-size: 14px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 14px 13px;}

     .footer-social-icons a:nth-child(6):after {
        display: none;
    }

}

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

 #header_banner #header_banner_in small {
    font-size: 10px;
    }

    #header_banner #header_banner_in a {
    font-size: 15px;
    width: auto;
    padding: 0 5px;
    }

    #logos {
    display: none;
    }

    #video-content h2 {
    font-size: 32px;}

    #video-content a {
    font-size: 9px;
    }

    .centered {
        padding: 0 16px;
    }

    #ref h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    }

    #ref h3 {
    font-size: 15px;
    line-height: 30px;
    }

    #copyright ul li {
    float: none;
    padding: 7px 10px;
    color: white;
    list-style: none;
    border-right: none;
    font-size: 12px;
    line-height: 18px;
    text-align: center;}

    #roll-efect-fixed {
    height: 535px;
    }

    .roll-efect-top {
    margin-bottom: 535px;
    }

    .mobile-wrap h3 {
    padding: 0 12px;
    width: 230px;
    }

    .mobile-wrap p, #content_in .mobile-wrap p {
    width: 230px;}

    .social {
        display: none;
    }

    #footer {
    padding: 10px 0 20px 0;
    }

    #footer button {
        margin-top: 15px;
    }

    #footer .col-md-12 {
        margin: 40px 0 0px 0!important
    }

    #footer h3 {
    font-weight: 400;
    font-size: 10px;}


    #footer h2 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin: 18px 10px;
}

.round-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid white;
    margin: 30px auto;
    transition: all 1s ease;
}



.fixed-bg h2, .video-slider-content h1 {
    font-size: 40px;
    line-height: 50px;
}

.fixed-bg small, .video-slider-content small {
    font-size: 16px;
    line-height: 26px;
    margin-top: -5px
}

#video {
    max-height: 780px!important;
    min-height: 780px!important
}

.arrows-down {
    bottom: 0px;
}

.video-images {
    width: 100%;
    background: transparent;
    margin:0 auto;
}

.heading-wrapper {
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    width: 100%;
}

#packages .description-service {
    padding: 190px 20px 35px;
}

.fixed-bg {
    background-attachment:scroll!important;
}

.fixed-bg::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,0.4);
}

#slogan h3 {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
}

.video-slider-content small {
    width: 100%;
}

}

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

    .mobile-wrap h3 {
    padding: 0 12px;
    width: 300px;
    }

    .mobile-wrap p, #content_in .mobile-wrap p {
    width: 300px;}

     #roll-efect-fixed {
    height: 475px;
    }

    .roll-efect-top {
    margin-bottom: 475px;
    }

    .booking-btn {
        display: none;
    position: fixed;
    z-index: 9998;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    }

    .booking-btn a {
        width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background: #88B903;
    color: white;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 14px;
    font-size: 20px;
    }

    .back-to-top {
    display: none!important;
    }

    #call-banner {
    width: 400px;
    height: 260px;
    max-width: 90%;
    background-size: cover;
    position: fixed;
    bottom: 0px;
    right: -850px;
    z-index: 99;
    margin-right: 5%;
    margin-bottom: 5%;
}
}

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

    .mobile-wrap h3 {
    padding: 0 12px;
    width: 260px;
    }

    .mobile-wrap p, #content_in .mobile-wrap p {
    width: 260px;}

     #roll-efect-fixed {
    height: 535px;
    }

    .roll-efect-top {
    margin-bottom: 535px;
    }

    #blog h2 {
        margin: 0
    }

    .wrapper-service {
    padding: 0;
}



  .description-service  .main-button {
    width: 100%!important;
    padding: 8px!important;
}

.main-button {
    width: 50%;
}

    .footer-social-icons a:after {
    font-size: 14px;
    padding: 10px 15px;
    margin: 1px;
}



}
