/*Theme Name: TMRDescription: WordPress theme on Bootstrap frameworkAuthor: VISIBILITYAuthor URI: http://visibility.skVersion: 1.0*/
@import url('bootstrap/css/bootstrap.min.css');
/* global *********************************************************************/
body{
  background:#fff;
  color:#212121;
  font-size:14px;
  line-height:20px;
}
body, body *{
  font-family:'Roboto', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-weight:700;
}
h1{
  font-size:36px;
  text-transform:uppercase;
  margin:30px 0 0 0;
}
h2{
  font-size:24px;
  font-weight:500;
}
a{
  color:#924950;
}
a:hover, a:focus{
  color:#5f3438;
  text-decoration:none;
}
.btn{
  display:inline-block;
  color:#fff;
  padding:5px 25px;
  text-transform:uppercase;
  font-size:11px;
  font-weight:700;
  background:#5f3438;
  border-radius:0;
}
.btn:hover, .btn:focus{
  background:#a9333e;
  color:#fff;
}
.blue{
  color:#2d91ed;
  font-weight:700;
}
.light{
  font-weight:300;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths{
  position:relative;
  min-height:1px;
  padding-right:10px;
  padding-left:10px;
}
.col-xs-5ths{
  width:20%;
  float:left;
}
ul.row{
  margin-top:40px;
}
ul.row li{
  padding-left:0;
}
ul.row li .row{
  margin-top:-20px;
  margin-right:0;
  margin-bottom:7px;
}
ul.row li .row div{
  margin-right:0;
}
.panel-default > .panel-heading a{
  color:#924950;
}
.panel-group{
  margin:40px 0 0 0;
}
.panel-default > .panel-heading a:hover{
  color:#5f3438;
}
.panel-group br{
  display:none;
}
.panel-group .wpcf7 input[type=submit]{
  width:180px;
}
.panel-group .panel-body{
  padding:40px;
}
.check .panel-default{
  border-color:#dcdfe0;
  -webkit-box-shadow:0 -1px 1px rgba(0, 0, 0, .05);
  box-shadow:0 -1px 1px rgba(0, 0, 0, .05);
}
.check .panel-default > .panel-heading{
  background:#f1f1f1;
  padding:30px;
  font-size:14px;
}
.check .panel-default > .panel-heading strong{
  font-size:18px;
}
.check .panel-default > .panel-heading .btn{
  max-width:180px;
  width:100%;
  height:45px;
  color:#fff;
  padding:14px 4px;
  outline:10px solid #f1f1f1;
}
.check .panel-default > .panel-heading .hr{
  border-top:1px solid #dcdfe0;
  margin:-24px 0 50px 0;
}
.ttext{
  max-width:500px;
  margin:0 auto 30px auto;
}
*[data-toggle=modal]{
  cursor:pointer;
}
@media (min-width:768px){
  .col-sm-5ths{
    width:20%;
    float:left;
  }
}
@media (min-width:992px){
  .col-md-5ths{
    width:20%;
    float:left;
  }
}
@media (min-width:1200px){
  .col-lg-5ths{
    width:20%;
    float:left;
  }
}
@media all and (max-width:767px){
  h1{
    font-size:30px;
  }
}
/* header *********************************************************************/
.header-wrapper{
  background:url(images/header-bg.png) #1e272d;
}
.header{
  background:#fff;
  color:#9b9b9b;
  padding:5px 0 0 0;
  font-size:12px;
}
.header-left{
  background:#fff;
  background:rgba(255, 255, 255, .95);
  position:absolute;
  top:78px;
  padding:40px;
  z-index:10000;
}
.header-left.showGopassPanel{
  height:140px !important;
  overflow:hidden;
}
.header-left.fixed{
  position:fixed;
  top:-32px;
}
.header-left.fixed.fixed-bottom, .header-left.fixed-bottom{
  position:absolute;
}
.header h1{
  margin:10px 0 30px 0;
}
.header h1 a{
  color:#fff;
  text-decoration:none;
  font-size:21px;
}
.searchform{
  float:right;
  margin:0 10px 0 40px;
  font-size:15px;
}
.search-center{
  margin:20px auto;
  max-width:330px;
}
.search-center .searchform{
  position:absolute;
  margin:1px 0;
}
.screen-reader-text{
  position:absolute !important;
  clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip:rect(1px, 1px, 1px, 1px);
}
.serch-icon{
  width:40px;
  float:right;
  border:none;
  background:url(images/search.png) no-repeat center 11px;
  font-size:0;
  color:transparent;
  height:40px;
  cursor:pointer;
  margin:0 0 0 10px;
}
.serch-icon:hover{
  background-position:center -39px;
}
.search-inputs{
  float:left;
}
.searchform input{
  display:block;
  float:left;
  border:none;
  border-radius:0;
  height:40px;
  width:0;
  padding:0;
  -webkit-transition:all .5s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  -ms-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
}
.searchform #s{
  background:#35404b;
  color:#fff;
}
.searchform #search-submit{
  background:url(images/arrow-right.png) no-repeat right center #efe3c9;
  text-transform:uppercase;
  color:#293137;
  font-weight:700;
  font-size:14px;
}
.searchform #search-submit:hover{
  background-color:#f5dba2;
}
.searchform #s:focus, .search-inputs:hover #s{
  width:200px;
  padding:0 10px;
  outline:none;
  margin:0 0 0 15px;
}
.searchform #s:focus + #search-submit, .search-inputs:hover #search-submit{
  width:100px;
  padding:0 20px 0 0;
  margin:0 -50px 0 0;
}
.header-top{
  padding:6px 0 11px 0;
  border-bottom:1px solid #ebeeef;
}
.header-btns a{
  background:#5f3438;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  font-size:12px;
  font-weight:700;
  padding:10px 5px;
  margin-left:3px;
  width:132px;
  display:inline-block;
}
.ru .header-btns a{
  font-size:11px;
}
.header-btns a:first-child{
  margin-left:0;
}
.header-btns a:hover, .header-btns a.current-menu-item{
  background:#a9333e;
}
.availability{
  float:right;
  background:url(images/phone.png) no-repeat left center;
  padding:4px 0 0 40px;
}
.availability h2{
  margin:0;
  font-size:16px;
}
.availability h3{
  margin:0;
  font-weight:400;
  font-size:11px;
}
.language{
  font-size:12px;
  padding-left:0;
  padding-top:10px;
}
.qtrans_language_chooser{
  height:25px;
  overflow:hidden;
  margin:0 0 -10px 0;
}
.qtrans_language_chooser:hover{
  height:auto;
}
.qtrans_language_chooser li{
  display:block;
  background:url(images/header-bg.png) #1e272d;
}
.qtrans_language_chooser li a{
  color:#9da3a6;
  text-transform:uppercase;
}
.qtrans_language_chooser li a:hover{
  color:#fff;
}
.language .glyphicon{
  font-size:22px;
  position:absolute;
  margin:9px 0 0 -30px;
}
.basic-page .language .glyphicon{
  position:relative;
  margin:-6px 0 0 0;
}
.language .glyphicon span{
  font-size:0;
  color:transparent;
}
.language .widget{
  display:inline-block;
  background:url(images/arrow-down.png) no-repeat right center;
}
.language select{
  width:35px;
  font-size:18px;
  background:none;
  border:none;
  text-transform:uppercase;
  font-weight:700;
  cursor:pointer;
  -webkit-appearance:none;
}
@-moz-document url-prefix(){
  .language .widget{
    background:url(images/arrow-down.png) no-repeat 28px center;
  }
  .language select{
    font-size:14px;
    margin-top:1px;
    width:42px;
  }
}
.language select::-ms-expand{
  display:none;
}
.language select:hover, .language select:focus{
  color:#212121;
  outline:none;
}
.basic-page .language{
  margin-bottom:-20px;
}
.basic-page .language select:hover, .basic-page .language select:focus{
  color:#000;
}
.language option{
  background:#3a444c;
}
.basic-page .language option{
  background:#fff;
}
.navbar-nav{
}
.searchform-mobile{
  display:none;
}
.navbar-collapse{
  padding-left:0;
  padding-right:0;
}
.navbar-nav > li{
  float:none;
}
.navbar-nav > li > a{
  font-size:12px;
  text-transform:uppercase;
  color:#212121;
  padding:8px 5px 8px 5px !important;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
  outline:none;
  background:none;
  color:#924950;
}
ul.navOfferBox{
  display:block;
  width:100%;
  margin-bottom:15px;
}
.nav > li.navOffer{
  display:inline-block;
  width:auto;
}
.nav > li.navOffer.active > a{
  background:#eee;
}
.searchform-mobile{
  display:none;
  height:60px;
  padding:0 0 0 11%;
  font-size:16px;
  outline-offset:-4px;
  background:#f1f1f1;
  box-shadow:inset 0 0 0 1px #dcdfe0;
}
.searchform-mobile input{
  display:block;
  float:left;
  width:65%;
  padding:0 0 0 -2%;
  height:60px;
  padding:15px;
  color:#fff;
  background:none;
  border:none;
  background:none;
}
.searchform-mobile input:focus{
  outline:3px solid #efe3c9;
}
.searchform-mobile #search-submit-mobile{
  cursor:pointer;
  width:35%;
  border:none;
  margin:0;
  background:#604547;
  text-transform:uppercase;
  color:#fff;
  font-weight:700;
  font-size:14px;
  border-radius:0;
}
.searchform-mobile input:focus + #search-submit-mobile{
  background-color:#5f3438;
}
.searchform-mobile #search-submit-mobile:focus{
  outline:none;
  box-shadow:inset 0 0 0 3px #5f3438;
}
.searchform-mobile #search-submit-mobile:hover{
  background-color:#a8535b;
}
.searchform-mobile input:focus + #search-submit-mobile:hover{
  background-color:#a9333e;
}
.navbar-toggle{
  border:1px solid #5f3438;
  margin:21px 0 0 0;
}
.navbar-toggle .icon-bar{
  background:#5f3438;
}
.breadcrumbs{
  text-transform:uppercase;
  font-weight:700;
  font-size:12px;
  padding:15px 0;
}
.sub-menu{
  display:none;
}
.navbar-nav > li.current_page_item .sub-menu, .navbar-nav > li.current-menu-item .sub-menu, .navbar-nav > li.current_page_parent .sub-menu, .navbar-nav > li.current-menu-parent .sub-menu, .navbar-nav > li.current-page-ancestor .sub-menu{
  display:block;
  padding:0;
}
.sub-menu li{
  display:block;
  margin:0;
  padding:0;
}
.sub-menu li a{
  display:block;
  margin:0;
  padding:3px 5px 3px 30px;
  color:#924950;
  font-size:12px;
  font-weight:400;
  text-transform:none;
}
.sub-menu li a:hover{
  background:none;
  color:#000;
}
.sub-menu li.current-menu-item > a, .sub-menu li.current_page_item > a, .sub-menu li.current-page-ancestor > a{
  background:url(images/submenu-active.png) no-repeat 16px center;
}
@media all and (max-width:1199px){
  .header-left{
    width:226px;
    padding:40px 20px 20px 20px;
  }
  .header h1 img{
    width:100%;
    max-width:179px;
    height:auto;
  }
  .header-btns a{
    padding:10px 14px;
    width:auto;
  }
}
@media all and (max-width:991px){
  .header-left{
    width:173px;
    padding:40px 25px 15px 15px;
  }
  .availability h2{
    font-size:14px;
  }
  .header-btns a{
    padding:5px;
    margin:5px 0;
  }
  .ru .header-btns a{
    font-size:10px;
  }
  /*.header-left{        width:auto;        position:relative;        top:auto !important;    }*/
}
/*@media all and (max-width:991px) and (min-width:768px){    .header h1{        margin:0;    }    .header h1 img{        width:120px;        height:auto;        margin:5px 0 0 0;    }    .navbar-collapse{        margin:10px 0 0 -53%;    }    .navbar-nav{        float:none;        border-top:1px solid #444d53;        text-align:center;    }    .navbar-nav>li{        display:inline-block;        float:none;    }    .navbar-nav>li>a{        padding:24px 18px 25px 19px !important;        margin-top:-1px;    }}*/
@media all and (max-width:767px){
  .header-left{
    position:relative;
    width:auto;
    top:auto !important;
  }
  .header{
    padding:0;
  }
  .header h1{
    margin:0;
    float:left;
  }
  .header-btns a{
    padding:10px 15px;
    min-width:32%;
  }
  .header-info{
    display:none;
  }
  .language{
    position:absolute;
    right:20px;
    top:-40px;
    z-index:10004;
  }
  .basic-page .language span{
    display:inline-block;
  }
  .language select{
    text-align:right;
  }
  .container > .navbar-header{
    margin-right:0;
    margin-left:0;
  }
  .navbar-collapse{
    margin-top:13px;
    padding-bottom:30px;
  }
  .navbar-nav{
    float:none;
    margin:0;
  }
  .navbar-nav > li > a{
    padding:18px 18px 18px 11% !important;
    border-top:1px solid #ebeeef;
  }
  .navbar-nav > li.current_page_item > a, .navbar-nav > li.current-menu-item > a{
    background:#5f3438;
    color:#fff;
  }
  .navbar-nav > li > a:hover, .navbar-nav > li.current_page_item > a:hover, .navbar-nav > li.current-menu-item > a:hover{
    background:#a9333e;
    color:#fff;
  }
  .searchform-mobile{
    display:block;
  }
  .navbar-nav > li.current_page_item:after, .navbar-nav > li.current-menu-item:after, .navbar-nav > li.current_page_parent:after, .navbar-nav > li.current-menu-parent:after, .navbar-nav > li.current-page-ancestor:after{
    display:none;
  }
  .navbar-nav > li.current_page_item .sub-menu, .navbar-nav > li.current-menu-item .sub-menu, .navbar-nav > li.current_page_parent .sub-menu, .navbar-nav > li.current-menu-parent .sub-menu, .navbar-nav > li.current-page-ancestor .sub-menu{
    display:block;
    position:relative;
    width:auto;
    background:none;
    float:none;
    box-shadow:none;
    margin:0 !important;
  }
  .sub-menu li{
    display:block;
  }
  .sub-menu li a{
    display:block;
    border-top:1px solid #ebeeef;
    padding:10px 0 10px 100px;
  }
  .sub-menu li.current-menu-item a, .sub-menu li.current_page_item a{
    background:#5f3438;
    color:#fff;
  }
  .sub-menu li a:hover, .sub-menu li.current-menu-item a:hover, .sub-menu li.current_page_item a:hover{
    background:#a9333e;
    color:#fff;
  }
}
@media all and (max-width:469px){
  .header h1 img{
    width:100%;
    max-width:137px;
  }
  .language{
    padding-top:4px;
  }
  .navbar-toggle{
    margin:4px 0 0 0;
  }
  .navbar-collapse{
    margin-top:12px;
  }
  .navbar-nav > li > a{
    padding:24px 18px 25px 10% !important;
  }
  .sub-menu li a{
    padding-left:70px;
  }
}
@media all and (max-width:434px){
  .header-btns a{
    display:block;
    width:100%;
    font-size:12px;
  }
}
.quickbooker-wrapper.fixed .quickbooker{
  position:fixed;
  width:100%;
  z-index:9999;
  top:0;
}
.quickbooker-wrapper.fixed{
  height:113px;
}
#quickbooker-under-offer{
  border:0;
  left:0;
}
/* home page ******************************************************************/
.main-banner{
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  height:502px;
  margin:0 0 -502px 0;
  -webkit-transition:background 1s ease-in-out;
  -moz-transition:background 1s ease-in-out;
  -ms-transition:background 1s ease-in-out;
  -o-transition:background 1s ease-in-out;
  transition:background 1s ease-in-out;
}
.hid{
  display:block;
  overflow:hidden;
  width:1px;
  height:1px;
  position:absolute;
}
.hid div{
  margin:9px;
}
.main-banner-wrapper{
  height:393px;
}
.main-claim-space{
  height:46px;
}
.main-claim{
  background:#293137;
  background:rgba(41, 49, 55, .6);
  padding:40px 40px 20px 40px;
  max-width:438px;
}
.main-claim h1{
  margin:0;
  color:#fff;
  font-size:32px;
  font-weight:700;
  line-height:40px;
  text-transform:uppercase;
  font-family:'Lora', serif;
  font-weight:400;
}
.main-claim-btn{
  background:url(images/main-claim.png) no-repeat;
  max-width:438px;
  height:24px;
  padding:0 40px;
}
.main-claim-btn a{
  display:inline-block;
  margin:-5px 0 0 0;
  background:#293137;
  font-size:15px;
  font-weight:700;
  color:#f1eabd;
  text-decoration:none;
  text-transform:uppercase;
  padding:7px;
  width:100%;
  max-width:205px;
  text-align:center;
}
.main-claim-btn a:hover{
  background:#37424b;
  color:#fff;
}
@media all and (max-width:1190px){
}
@media all and (max-height:640px){
  .main-claim h1{
    font-size:24px;
  }
}
@media all and (min-width:768px){
  .main-claim-wrapper{
    position:absolute;
    left:46px;
  }
}
@media all and (max-width:767px){
  .hotel-offers{
    background-size:auto;
  }
}
@media all and (max-width:666px){
  /*    .main-banner{        background-position:0 bottom !important;        background-size:contain;    }    .main-claim{        max-width:200%;        margin:-46px -15px 0 -15px;        background:none;    }    .main-claim h1{        color:#334A59;    }    .main-claim-btn{        background:none;    }    .main-claim-btn a{        margin:-10px 0 0 0;    }    */
  .main-claim{
    max-width:200%;
  }
}
@media all and (max-width:499px){
  .main-claim h1{
    font-size:30px;
  }
}
/* find a hotel ***************************************************************/
.find-a-hotel{
  border-top:1px solid #d4dbe1;
}
.map-content{
  width:1130px;
  height:413px;
  background:url(images/find-a-hotel-map.png);
}
.map-content.large{
  height:479px;
}
.map-btn.nwjs{
  margin:50px 0 0 0;
  display:none;
}
.map-btn.nwjs.wjs{
  display:inline-block;;
}
.map .space{
  margin:0;
  height:15px;
}
.map .btn{
  color:#fff;
  font-weight:400;
  font-size:10px;
  width:130px;
  padding:5px 0 0 0;
  text-align:center;
  text-transform:none;
  display:block;
  height:25px;
  overflow:hidden;
  cursor:default;
}
.map .btn:hover{
  height:128px;
  position:relative;
}
.map .btn.fis{
  margin:4px 0 0 523px;
  background:#2e5279;
}
.map .btn.fis:hover{
  margin:4px 0 -108px 523px;
}
.map .btn.tatralandia{
  margin:-5px 0 0 371px;
  background:#557;
}
.map .btn.tatralandia:hover{
  margin:-5px 0 -130px 371px;
}
.map .btn.praha{
  margin:-27px 0 0 664px;
  background:#2e5279;
}
.map .btn.praha:hover{
  margin:-27px 0 -103px 664px;
}
.map .btn.grandhotel{
  margin:26px 0 0 725px;
  background:#2e5279;
}
.map .btn.grandhotel:hover{
  margin:26px 0 -108px 725px;
}
.map .btn.studnicky{
  margin:-5px 0 0 371px;
}
.map .btn.studnicky:hover{
  margin:-5px 0 -103px 371px;
}
.map .btn.chalets{
  margin:15px 0 0 348px;
}
.map .btn.chalets:hover{
  margin:15px 0 -103px 348px;
}
.map .btn.grand{
  margin:18px 0 0 351px;
}
.map .btn.grand:hover{
  margin:18px 0 -103px 351px;
}
.map .btn.srdiecko{
  margin:15px 0 0 371px;
}
.map .btn.srdiecko:hover{
  margin:15px 0 -128px 371px;
}
.map .btn.rotunda{
  margin:-25px 0 0 545px;
}
.map .btn.rotunda:hover{
  margin:-25px 0 -270px 545px;
}
.map .btn span{
  display:block;
  padding:5px 0 0 0;
  font-size:8px;
}
.map-hotel{
  display:block;
  margin:2px 0 0 0;
  padding:0 0 10px 0;
  width:130px;
  background:#efe3c9;
  text-transform:uppercase;
  color:#293137;
  font-weight:700;
}
.map-hotel:hover{
  background:#f5dba2;
}
.map-hotel span{
  display:block;
  height:72px;
  margin:0 0 2px 0;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.map .btn.fis .map-hotel span{
  background-image:url(images/fis.png);
}
.map .btn.tatralandia .map-hotel span{
  background-image:url(images/tatralandia.png);
}
.map .btn.praha .map-hotel span{
  background-image:url(images/praha.png);
}
.map .btn.studnicky .map-hotel span{
  background-image:url(images/studnicky.png);
}
.map .btn.grandhotel .map-hotel span{
  background-image:url(images/grandhotel.png);
}
.map .btn.chalets .map-hotel span{
  background-image:url(images/chalets.png);
}
.map .btn.grand .map-hotel span{
  background-image:url(images/grand.png);
}
.map .btn.srdiecko .map-hotel span{
  background-image:url(images/srdiecko.png);
}
.map .btn.rotunda .map-hotel span{
  background-image:url(images/rotunda.png);
}
.map .btn.ski{
  background-image:url(images/ski.png);
  background-repeat:no-repeat;
  background-position:-1px -1px;
  font-size:0;
  color:transparent;
  width:25px;
}
.map .btn.ski.water{
  background-image:url(images/water.png);
}
.map .btn.ski:hover{
  background-image:none;
  font-size:10px;
  color:#fff;
  width:130px;
}
.map .btn.ski-1{
  margin:-167px 0 0 596px;
}
.map .btn.ski-1:hover{
  margin:-167px 0 -129px 596px;
}
.map .btn.ski-1 .map-hotel span{
  background-image:url(images/ski-strpske-pleso.png);
}
.map .btn.ski-2{
  margin:-26px 0 0 636px;
}
.map .btn.ski-2:hover{
  margin:-26px 0 -137px 636px;
}
.map .btn.ski-2 .map-hotel span{
  background-image:url(images/ski-stary-smokovec.png);
}
.map .btn.ski-3{
  margin:-34px 0 0 663px;
}
.map .btn.ski-3:hover{
  margin:-34px 0 -103px 663px;
}
.map .btn.ski-3 .map-hotel span{
  background-image:url(images/ski-tatranska-lomnica.png);
}
.map .btn.aquapark{
  margin:8px 0 0 565px;
}
.map .btn.aquapark:hover{
  margin:8px 0 -103px 565px;
}
.map .btn.aquapark .map-hotel span{
  background-image:url(images/aquapark.png);
}
.map .btn.ski-4{
  margin:7px 0 0 549px;
}
.map .btn.ski-4 .map-hotel span{
  background-image:url(images/ski-jasna.png);
}
.hotel{
  margin:0 0 30px 0;
}
#carousel-offers .hotel{
  margin:0;
}
#carousel-offers .carousel-control{
  width:7%;
}
#carousel-offers .carousel-control{
  left:-15px;
}
#carousel-offers .carousel-control.right{
  left:auto;
  right:-15px;
}
#carousel-offers .carousel-control .glyphicon-chevron-left{
  margin-left:-30px !important;
}
#carousel-offers .carousel-control .glyphicon-chevron-right{
  margin-right:-30px !important;
}
.hotel-image{
  display:block;
  height:250px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.small .hotel-image{
  height:118px;
}
.hotel.fis .hotel-image{
  background-image:url(images/fis.png);
}
.hotel.tatralandia .hotel-image{
  background-image:url(images/tatralandia.png);
}
.hotel.praha .hotel-image{
  background-image:url(images/praha.png);
}
.hotel.grandhotel .hotel-image{
  background-image:url(images/grandhotel.png);
}
.hotel.studnicky .hotel-image{
  background-image:url(images/studnicky.png);
}
.hotel.chalets .hotel-image{
  background-image:url(images/chalets.png);
}
.hotel.grand .hotel-image{
  background-image:url(images/grand.png);
}
.hotel.srdiecko .hotel-image{
  background-image:url(images/srdiecko.png);
}
.hotel.rotunda .hotel-image{
  background-image:url(images/rotunda.png);
}
.hotel:hover .hotel-map{
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  height:250px;
}
.hotel.fis:hover .hotel-map{
  background-image:url(images/fis-map.png);
}
.hotel.tatralandia:hover .hotel-map{
  background-image:url(images/tatralandia-map.png);
}
.hotel.praha:hover .hotel-map{
  background-image:url(images/praha-map.png);
}
.hotel.grandhotel:hover .hotel-map{
  background-image:url(images/grandhotel-map.png);
}
.hotel.studnicky:hover .hotel-map{
  background-image:url(images/studnicky-map.png);
}
.hotel.chalets:hover .hotel-map{
  background-image:url(images/chalets-map.png);
}
.hotel.grand:hover .hotel-map{
  background-image:url(images/grand-map.png);
}
.hotel.srdiecko:hover .hotel-map{
  background-image:url(images/srdiecko-map.png);
}
.hotel.rotunda:hover .hotel-map{
  background-image:url(images/rotunda-map.png);
}
.hotel .btn{
  display:inline-block;
}
.hotel:hover .btn{
  background-color:#f5dba2
}
.hotel-bottom{
  position:absolute;
  bottom:0;
  width:100%;
  margin:0 0 0 -30px;
  color:#fff;
}
.hotel-bottom .row{
  margin-right:0;
  margin-left:30px;
  padding:15px 5px;
  background:#fff;
  background:rgba(255, 255, 255, .9);
  color:#212121;
}
.offer-article.hotel:hover .hotel-bottom .row{
  background:none;
}
.small .hotel-bottom .row{
  padding:7px 5px 8px 5px;
}
.hotel.nh:hover .hotel-bottom .row{
  background:#fff;
  background:rgba(255, 255, 255, .7);
}
.hotel-bottom h2{
  margin:0;
  padding:0;
  font-size:19px;
}
.small .hotel-bottom h2{
  font-size:14px;
  text-transform:uppercase;
}
.hotel-bottom span{
  display:block;
  font-size:12px;
}
.hotel-bottom .btn{
  background:#5f3438 !important;
  padding:10px 0;
  text-align:center;
  color:#fff;
  font-size:12px;
  width:100%;
  max-width:130px;
}
.hotel-bottom .btn:hover{
  background-color:#a9333e !important;
}
.find-a-hotel-map{
  height:413px;
}
.google-map{
  display:none;
}
.hotel-price{
  position:absolute;
  width:110px;
  height:110px;
  right:20px;
  top:5px;
  color:#fff;
  font-size:13px;
  line-height:14px;
  padding:30px 2px 0 2px;
  text-align:center;
  border:1px solid #fff;
  background:#2a2a2a;
  background:rgba(42, 42, 42, 0.85);
  border-radius:200px;
}
.hotel:hover .hotel-price{
  background:none;
}
.hotel-price h2{
  margin:0;
  font-size:23px;
}
.hotel-price h2 small{
  color:#fff;
}
.hotel-price.in-detail{
  top:auto;
  margin-top:-145px;
}
@media all and (max-width:1199px){
  .map{
    overflow:scroll;
    overflow-y:visible;
  }
}
@media all and (max-width:991px){
  .map-btn.nwjs{
    margin:36px 0 0 0;
  }
  .hotel-bottom .text-right{
    text-align:left;
    padding-top:15px;
  }
}
/* about **********************************************************************/
.perex{
  height:370px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  margin:0 0 50px 0;
}
.perex div{
  height:370px;
  position:absolute;
  max-width:430px;
  width:100%;
}
.perex span{
  display:block;
  width:100%;
  padding:20px;
  background:#fff;
  background:rgba(255, 255, 255, .9);
  color:#212121;
  font-size:14px;
  bottom:25px;
  margin:0 0 0 25px;
  position:absolute;
}
.perex h1{
  font-size:24px;
  margin:0 0 24px 0;
  text-transform:none;
}
@media all and (max-width:767px){
  .contact .wpcf7 label{
    text-align:left;
    margin:0 0 5px 0;
  }
}
.about a{
  font-weight:700;
}
.about h2{
  margin-top:0;
}
.wpcf7 label{
  display:block;
  text-align:right;
  font-weight:400;
  padding:10px 0 0 0;
  margin:0 -15px 0 15px;
  cursor:pointer;
}
.wpcf7 .contact-form label{
  margin:0;
  font-size:12px;
}
.contact-form .col-sm-3{
  padding-right:0;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=date], .wpcf7 input[type=number], .wpcf7 select{
  display:inline-block;
  width:70%;
  max-width:300px;
  height:40px;
  border:1px solid #d4dbe1;
  padding:10px;
  margin:0 0 8px 0;
}
.wpcf7 input[type=number], .wpcf7 select{
  padding:0 10px;
}
.search-venue{
  margin:0 0 140px 0;
}
.search-venue .wpcf7 input[type=text], .search-venue .wpcf7 input[type=number], .search-venue .wpcf7 select{
  width:100%;
}
.wpcf7 input.wpcf7-not-valid{
  box-shadow:inset 0 0 2px 1px #f00;
}
.wpcf7 input[type=number]{
  padding-right:0;
}
.wpcf7 input[type=number]#guest_from, .wpcf7 input[type=number]#guest_to, .search-venue .wpcf7 select#rooms{
  max-width:145px;
}
.wpcf7 input[type=number]#guest_from{
  margin-right:7px;
}
#conference_rooms_yes, #conference_rooms_no{
  -webkit-appearance:none;
  -moz-appearance:none;
  width:0;
  height:0;
}
.wpcf7 label.checkbox-label{
  width:65px;
  height:40px;
  background:#fff;
  font-size:14px;
  color:#9da3a6;
  text-transform:uppercase;
  border:1px solid #d4dbe1;
  text-align:center;
  padding:9px 0 0 0;
  display:inline-block;
  margin:0 0 10px 0;
}
.wpcf7 input[type=radio]:checked + label.checkbox-label{
  background:#323b40;
  border:1px solid #323b40;
  color:#fff;
}
.wpcf7 textarea{
  width:100%;
  height:140px;
  border:1px solid #d4dbe1;
  padding:10px;
  margin:0 0 5px 0;
}
.wpcf7 .shadow{
  color:#9da3a6;
  font-size:12px;
}
.wpcf7 input[type=submit]{
  display:inline-block;
  color:#fff;
  padding:8px 0;
  width:130px;
  text-align:center;
  text-transform:uppercase;
  font-size:12px;
  font-weight:700;
  background:#5f3438;
  border-radius:0;
  border:none;
}
.wpcf7 input[type=submit]:hover{
  background:#a9333e;
}
.booking-form .wpcf7 input[type=submit], .search-venue .wpcf7 input[type=submit]{
  min-width:180px;
  width:auto;
  padding:7px 10px;
  margin-top:60px;
}
.wpcf7 .ajax-loader{
  display:block;
}
.booking-form br, .search-venue br{
  display:none;
}
.wpcf7-not-valid-tip:before{
  content:'';
  height:20px;
  position:absolute;
  width:20px;
  background:url(images/pattern.png) #f6f6f6;
  margin:20px 0 0 0;
}
.about .map-header{
  margin-top:33px;
}
@media all and (max-width:991px){
  .about .row .col-md-6:first-child{
    margin-bottom:50px;
  }
  .wpcf7 .text-right, .wpcf7 .text-right label{
    text-align:left;
  }
}
@media all and (max-width:529px){
  .perex{
    height:auto;
  }
  .perex div{
    position:relative;
    height:auto;
    max-width:100%;
  }
  .perex span{
    bottom:auto;
    margin:0;
    position:relative;
  }
}
/* blog ***********************************************************************/
.articles h1{
  border-top:1px solid #d4dbe1;
  padding:15px 0 0 0;
  margin:0 0 15px 0;
  font-weight:400;
}
.articles .article{
  margin:0 0 30px 0;
}
.articles .article img{
  width:100%;
  height:auto;
}
.articles .article h2{
  margin:5px 0 15px 0;
  font-weight:700;
}
.articles .article h2 a{
  color:#212121;
}
.articles .article h2 a:hover{
  color:#5f3438;
}
.articles .article p{
  margin:0;
}
.articles .article .btn{
  margin-top:15px;
}
.articles h2.sidebar-search-title{
  font-size:22px;
  padding:15px 0;
  margin:0 0 20px 0;
  text-transform:uppercase;
  font-weight:700;
  border-top:1px solid #d4dbe1;
  border-bottom:1px solid #d4dbe1;
}
.articles .widget-title{
  display:none;
}
.articles h2{
  font-size:24px;
  font-weight:400;
}
.articles .widget-area ul{
  margin:0 0 30px 0;
  padding:0;
}
.articles .widget-area li{
  display:block;
  margin:0;
  padding:0;
}
.articles .widget-area li.cat-item-1, .articles .widget-area li.cat-item-4, .articles .widget-area li.cat-item-87{
  display:none;
}
.articles .widget-area h2{
  font-weight:700;
}
.articles .widget-area li a{
  display:block;
  padding:10px 0 10px 10px;
}
.articles .widget-area li.current-cat a{
  color:#3C505E;
  font-weight:700;
}
.articles .widget-area li.current-cat a:hover{
  color:#000;
}
.switcher .col-xs-6{
  width:100%;
}
.switcher .popular{
  display:none;
}
.switcher.nwjs .col-xs-6{
  font-size:12px;
  margin:0 1% 0 5%;
  text-transform:uppercase;
  padding:10px 0;
  text-align:center;
  background:#fff;
  border:1px solid #d4dbe1;
  cursor:pointer;
  width:44%;
  font-weight:700;
}
.switcher.nwjs .col-xs-6:hover{
  background:#ffe;
}
.switcher .col-xs-6.popular{
  margin:0 5% 0 1%;
}
.switcher.nwjs .col-xs-6.active{
  color:#f1eabd;
  background:#293137;
  border:1px solid #293137;
}
.switcher .popular{
  display:block;
}
.searchform-blog{
  height:30px;
  background:#fff;
  border:1px solid #d4dbe1;
}
.searchform-blog input{
  display:block;
  float:left;
  width:80%;
  height:30px;
  background:none;
  border:none;
  padding:10px
}
.searchform-blog input[type=submit]{
  width:20%;
  color:transparent;
  font-size:0;
  background:url(images/search-blog.png) no-repeat center;
  opacity:.7;
}
.searchform-blog input[type=submit]:hover{
  opacity:1;
}
img.attachment-post-thumbnail{
  display:block;
  width:100%;
  height:auto;
  margin:0 0 30px 0;
}
.article-detail img, .article-detail iframe{
  max-width:100%;
}
.article-detail img{
  height:auto;
}
@media all and (max-width:1190px) and (min-width:991px){
  .articles .article h2{
    margin:4px 0 10px 0;
  }
  .articles .article p{
    overflow:hidden;
    height:40px;
  }
}
@media all and (max-width:990px){
  .articles .article{
    border-bottom:1px solid #d4dbe1;
    margin:0 0 20px 0;
    padding:0 0 40px 0;
  }
  .articles .article img{
    margin:0 0 10px 0;
  }
}
/* hotel offers ***************************************************************/
.offer-valid{
  color:#5f3438;
  font-weight:500;
  text-transform:uppercase;
  font-size:11px;
  padding-right:0;
}
.offer-valid strong{
  color:#212121;
  text-transform:none;
}
.searchandfilter li.cat-item-54:before, .searchandfilter li.cat-item-56:before, .searchandfilter li.cat-item-66:before, .searchandfilter li.cat-item-73:before{
  display:block;
  font-size:18px;
  font-weight:500;
  margin:30px 0;
}
.offer-articles{
  margin-top:30px;
}
.offer-article .hotel-map .attachment-post-thumbnail{
  width:100%;
  height:auto;
}
.offer-behind{
  display:none;
  color:#212121;
  height:250px;
  background:#fff;
  background:rgba(255, 255, 255, .9);
}
.offer-article:hover .hotel-bottom{
  display:none;
}
.offer-article:hover .offer-behind .hotel-bottom{
  display:block;
}
.offer-article:hover .offer-behind{
  display:block;
}
.offer-article .hotel-bottom h2{
  font-size:20px;
  text-transform:uppercase;
  font-weight:700;
}
.offer-behind h2{
  margin:0 0 5px 0;
  height:44px;
  font-size:20px;
  font-weight:700;
}
.meetings-banners .offer-behind h2{
  margin:0 0 5px 0;
  height:32px;
  font-size:20px;
  font-weight:700;
}
.meetings-banners .offer-behind .offer-behind-content h1{
  display:none;
}
.meetings-banners .offer-behind .offer-behind-content .offer-perex{
  max-height:80px;
}
.offer-behind-content{
  padding:20px;
}
.offer-behind .hotel-bottom .col-md-7{
  padding-right:0;
}
.offer-behind .hotel-bottom .col-md-5{
  padding-left:0;
}
.offer-perex{
  overflow:hidden;
  max-height:120px;
}
.offer-detail img.attachment-post-thumbnail{
  width:100%;
  height:auto;
}
.offer-detail h1, .basic-page h1{
  margin:40px 0 25px 0;
  font-size:22px;
  text-transform:none;
}
.offer-detail-content{
  min-height:200px;
  margin:0 0 20px 0;
}
.conditions{
  font-size:12px;
  line-height:16px;
}
.conditions h2{
  color:#2d91ed;
  font-size:12px;
}
.conditions-hr{
  height:1px;
  background:#d4dbe1;
  margin:-17px 0 17px 70px;
}
.valid{
  margin:0 0 70px 0;
  font-size:16px;
}
.col-md-12 .valid{
  margin:50px 0;
}
.valid strong{
  display:block;
  font-size:20px;
  margin:5px 0 10px 0;
}
.share{
  margin:0 0 20px 0;
}
.articles .share{
  margin:40px 0 20px 0;
}
.share h2{
  margin:0 0 20px 0;
  font-size:16px;
}
.share img{
  margin:0 5px 0 0;
}
h2.offer-apply{
  margin:50px 0 35px 0;
  font-size:28px;
  font-weight:400;
}
h2.offer-apply.s-v{
  margin:-100px 0 35px 0;
}
/* slider *********************************************************************/
.cslider .carousel-caption{
  background:#fff;
  background:rgba(255, 255, 255, .9);
  color:#212121;
  padding:20px;
  text-align:left;
  max-width:438px;
  left:20px;
  right:auto;
  text-shadow:none;
}
.cslider .carousel-caption h2{
  font-size:24px;
  margin:0 0 10px 0;
  text-transform:uppercase;
}
.cslider .carousel-caption h2 a{
  color:#212121;
}
.cslider .carousel-caption h2 a:hover{
  color:#5f3438;
}
.cslider .carousel-caption p{
  overflow:hidden;
  max-height:60px;
  margin:0 0 20px 0;
}
.cslider .carousel-caption .btn{
  background:#5f3438;
  padding:10px 0;
  text-align:center;
  color:#fff;
  font-size:12px;
  font-weight:700;
  width:100%;
  max-width:140px;
  text-transform:uppercase;
}
.cslider .carousel-caption .btn:hover{
  background:#a9333e;
}
.cslider .carousel-control .glyphicon{
  margin-top:-100px;
  opacity:0;
  -webkit-transition:opacity .3s ease-in-out;
  -moz-transition:opacity .3s ease-in-out;
  -ms-transition:opacity .3s ease-in-out;
  -o-transition:opacity .3s ease-in-out;
  transition:opacity .3s ease-in-out;
}
#carousel-offers.cslider .carousel-control .glyphicon{
  margin-top:-33px;
}
#carousel-offers .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
  margin-right:-55px;
}
#carousel-offers .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
  margin-left:-55px;
}
.cslider .carousel-control:hover .glyphicon{
  opacity:1;
}
/* gallery */
.ngg-galleryoverview{
  width:103% !important;
}
/* index **********************************************************************/
.hotel-offers .hotel{
  padding-left:0;
  padding-right:0;
}
.hotel-offers .hotel-bottom .row{
  margin-left:0;
}
.hotel-offers .hotel-bottom{
  margin:0;
}
.hotel-offers .hotel-image{
  height:194px;
}
.hotel-offers .offer-behind{
  height:194px;
}
.hotel-offers .offer-perex{
  max-height:60px;
}
@media all and (min-width:768px){
  /*    .hotel-offers{        background:#fff;    }    .hotel-offers .item {    }    .hotel-offers .col-sm-3{        width:24.83%;    }*/
  .hotel-offers .hotel{
    padding-left:0;
    padding-right:0; /*margin:0 0 0 .2%;*/
    border-left:2px solid #FFFFFF;
  }
  .hotel-offers .hotel:first-child{
    margin:0;
    border-left:none;
  }
}
@media all and (max-width:767px){
  .hotel-offers .hotel{
    margin:0 0 2px 0;
  }
}
/* destination ****************************************************************/
.destination-content{
  margin:30px 0;
}
.destination-content h2{
  margin:60px 0 0 0;
}
.destination-hotels{
  margin:0 0 30px 0;
}
.destination-activities .offer-perex{
  max-height:80px;
}
.hotel-bottom .row.w-h-text{
  padding-top:5px;
  font-size:12px;
  line-height:16px;
}
.activities .thumbnail{
  display:block;
  color:#2b3848;
  padding:20px;
  margin:0 0 40px 0;
}
.activities .thumbnail h2{
  color:#924950;
  margin:0 0 20px 0;
}
.activities .thumbnail:hover, .activities .thumbnail:hover h2{
  color:#5f3438;
}
.activities div.thumbnail h2, .activities div.thumbnail:hover h2{
  color:#555;
}
a.thumbnail:hover{
  border-color:#a9333e;
}
.location-distance{
  max-width:650px;
  float:right;
}
.location-distance h2{
  font-size:20px;
  margin:0;
}
.location-distance-group{
  margin-bottom:40px;
  line-height:26px;
}
.location-distance-group .col-xs-12 div{
  border-top:1px solid #c3ced8;
  margin-top:10px;
  margin-bottom:10px;
}
.location-distance .glyphicon{
  color:#c3ced8;
  font-size:12px;
  padding-right:5px;
}
@media all and (max-width:1199px){
  .location-distance{
    margin-top:100px;
    max-width:100%;
    float:none;
  }
}
/* events *********************************************************************/
.event h1{
  font-size:24px;
  font-weight:500;
  text-transform:none;
  margin:40px 0;
}
.event h2{
  margin:40px 0;
}
.event h2.tips{
  margin:40px 0 25px 0;
}
.event big{
  font-size:20px;
  font-weight:700;
}
.event p{
  margin:0;
  padding:0 0 20px 0;
}
.event ul{
  padding-left:17px;
}
.event li{
  padding-bottom:10px;
}
.event .carousel-indicators li{
  padding-bottom:0;
}
.events-tips{
  display:block;
  font-weight:700;
  font-size:17px;
  color:#434b51;
  line-height:22px;
  padding-top:15px;
  padding-bottom:15px;
  border:1px solid transparent;
}
.events-tips.events-more{
  font-weight:400;
  font-size:14px;
  margin-bottom:30px;
}
.events-tips:hover{
  background:#f5f5f5;
  border:1px solid #ddd;
}
.events-tips[target=_blank]:hover{
  background:url(images/ont.png) no-repeat right bottom #f5f5f5;
}
.events-tips img{
  width:100%;
  height:auto;
}
.events-tips .blue{
  color:#5f3438;
  font-weight:400;
  font-size:14px;
  display:block;
  margin:15px 0 0 0;
}
.events-tips.events-more .blue{
  text-transform:uppercase;
  font-weight:700;
  margin:10px 0 30px 0;
}
.events-tips:hover .blue{
  color:#000;
}
.events-tips.events-more h4{
  height:35px;
}
.events-tips.events-more p{
  font-size:12px;
  overflow:hidden;
  height:70px;
}
.events-tips.events-more .event-thumbnail{
  height:130px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.event-middle .meetings-banners{
  margin-top:30px;
}
.offer-article.meetings-banners .hotel-image, .offer-article.meetings-banners .hotel-image .hotel-map .offer-behind{
  height:200px !important;
}
/* page ***********************************************************************/
.page-content ul{
  padding:0 0 0 19px
}
.page-content li{
  padding:8px 0;
}
.page-content li.blue{
  padding:0;
}
.page-content li ul li, .page-content .nop li{
  padding:2px 0;
}
.carousel-control.right, .carousel-control.left{
  background:none;
}
.carousel-indicators{
  bottom:-10px;
}
.blog .carousel-indicators{
  bottom:20px;
}
.front .well { margin-top: 80px; }
#slideshowfront{
  width:100%;
  padding-left:15px;
  padding-right:15px;
  position:absolute;
  bottom:-20%;
}
@media all and (max-width:767px){
  #slideshowfront{
    position:static;
    padding-left:15px;
    padding-right:15px;
  }
  .cslider .carousel-caption{
    bottom:0;
    left:0;
  }
  .cslider .carousel-caption{
    position:relative;
    max-width:100%;
  }
}
/* footer *********************************************************************/
.customize-support .our-hotels{
  margin-top:-32px;
}
@media all and (max-width:782px){
  .customize-support .our-hotels{
    margin-top:-46px;
  }
}
@media all and (max-width:600px){
  .customize-support .our-hotels{
    margin-top:0;
  }
}
.our-hotels-wrapper{
  padding:10px 0;
}
.footer{
  padding:23px 0 22px 0;
  margin-top:50px;
  background:#f2f2f2;
  border-bottom:1px solid #ddd;
}
.footer .nav > li > a{
  padding:2px 0 3px 0;
  color:#2b3848;
  font-weight:700;
}
.footer .nav > li > a:hover{
  color:#2d91ed;
  background:none;
}
.footer .nav > li:first-child > a{
  padding-top:0;
}
.footer .nav > li:last-child > a{
  padding-bottom:0;
}
.footer h2{
  margin:0;
  font-size:20px;
}
.footer small{
  font-size:11px;
}
@media all and (min-width:992px){
  .newsletter{
    padding-left:0;
  }
}
.footer form input[type=email]{
  width:66%;
  background:#f1f1f1;
  border:1px solid #dcdfe0;
  padding:10px;
  height:36px;
  display:inline-block;
  margin:3px 4% 3px 0;
}
.footer form input[type=email]:focus{
  background:#fff;
}
.footer form input[type=submit]{
  width:30%;
  background:#fff;
  border:none;
  color:#5f3438;
  border:1px solid #d4d4d4;
  height:27px;
  display:inline-block;
  float:right;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  margin:7px 0 0 0;
}
.footer form input[type=submit]:hover{
  color:#fff;
  background:#a9333e;
}
.tripadvisor img{
  margin:10px 0 0 0;
}
.footer .share{
  margin:0;
}
.ohw-fw a img{
  -webkit-transition:background .5s ease-in-out;
  -moz-transition:background .5s ease-in-out;
  -ms-transition:background .5s ease-in-out;
  -o-transition:background .5s ease-in-out;
  transition:background .5s ease-in-out;
}
.our-hotel-hidden{
  display:none;
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
}
.our-hotel-hidden img{
  margin:9px;
}
.ohw-xtmr{
  margin-right:20px;
}
.ohw-xtmr img{
  box-shadow:20px 0 20px 0px #1e272d;
}
.ohw-x{
  display:none;
}
.footer-bottom{
  background:#f2f2f2;
  color:#5f3438;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}
.footer-bottom .availability{
  float:none;
  display:inline-block;
  margin-top:17px;
  text-transform:none;
}
.footer-bottom .availability.phone{
  background-image:url(images/footer-tel.png);
  margin-right:20px;
}
.footer-bottom .availability.mail{
  background-image:url(images/footer-mail.png);
}
.footer-menu a{
  display:inline-block;
  padding:20px;
}
.footer-menu a:hover{
  background:#a9333e;
  color:#fff;
}
.copyright{
  background:url(images/header-bg.png) #1e272d;
  color:#9da3a6;
  font-size:11px;
  padding:12px 0 7px 0;
}
.copyright a{
  color:#ccc;
}
.copyright a:hover{
  color:#fff;
  text-decoration:none;
}
.copyright span span{
  color:#444;
  padding:0 15px;
}
.copyright .text-right{
  padding-top:5px;
}
.copyright img{
  margin-top:-5px;
  opacity:.7;
  -webkit-transition:opacity .3s ease-in-out;
  -moz-transition:opacity .3s ease-in-out;
  -ms-transition:opacity .3s ease-in-out;
  -o-transition:opacity .3s ease-in-out;
  transition:opacity .3s ease-in-out;
}
.copyright a:hover img{
  opacity:1;
}
.share a{
  display:inline-block;
  width:34px;
  height:34px;
  background:url(images/share.png) no-repeat;
  font-size:0;
  color:transparent;
}
.share a.ss-tw{
  background-position:0 0;
}
.share a.ss-fb{
  background-position:-40px 0;
}
.share a.ss-gp{
  background-position:-80px 0;
}
.share a.ss-fr{
  background-position:-120px 0;
}
.share a.ss-pi{
  background-position:-160px 0;
}
.share a.ss-tw:hover{
  background-position:0 -40px;
}
.share a.ss-fb:hover{
  background-position:-40px -40px;
}
.share a.ss-gp:hover{
  background-position:-80px -40px;
}
.share a.ss-fr:hover{
  background-position:-120px -40px;
}
.share a.ss-pi:hover{
  background-position:-160px -40px;
}
.modal{
  z-index:10000;
}
.modal-content{
  padding:10px 40px;
}
.alo_easymail_form_table td{
  min-width:50px;
  font-size:12px;
}
.alo_easymail_form_table .input-radio{
  float:right;
  margin-right:10px;
}
.alo_easymail_form_table{
  width:70% !important;
  float:left;
}
.footer form #opt_email{
  width:90% !important;
}
#fancybox-overlay{
  z-index:10001;
}
#fancybox-content{
  z-index:10002;
}
.nav-tabs > li.current-cat > a, .nav-tabs > li.current-cat > a:hover, .nav-tabs > li.current-cat > a:focus{
  color:#555;
  cursor:default;
  background-color:#fff;
  border:1px solid #ddd;
  border-bottom-color:transparent;
}
@media all and (max-width:1199px){
  .ohw-fi{
    display:block;
    float:left;
  }
  .ohw-fw{
    display:block;
    width:990px;
    float:left;
  }
  .ohw-sw{
    display:block;
    overflow:scroll;
    overflow-y:hidden;
  }
  .footer-bottom .availability h2{
    font-size:13px;
  }
  .ohw-xtmr{
    margin-right:0;
  }
}
@media all and (max-width:990px){
  .text-right{
    text-align:left;
  }
  .language.text-right, .footer .text-right{
    text-align:right;
  }
  .footer .text-right.tripadvisor{
    text-align:left;
  }
  .share{
    margin:20px 0 0 0;
  }
  .footer-menu a{
    padding:28px 12px;
  }
}
@media all and (max-width:767px){
  .copyright span{
    text-align:center;
    display:block;
    padding:5px 0;
  }
  .copyright span span{
    display:none;
  }
  .footer-menu a{
    padding:14px 20px;
    display:block;
  }
  .footer-bottom .availability{
    margin-bottom:17px;
  }
  .copyright{
    font-size:10px;
  }
}
@media print{
  header, footer, .map, .map-header{
    display:none;
  }
  .perex, .perex div{
    height:auto;
    padding:60px 0 0 0;
    position:relative;
    margin:0;
  }
  .perex span{
    margin:0;
  }
}
/*Author: MišoVersion: 1.0*/
.red-btns{
  background:#5f3438;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  font-size:12px;
  font-weight:700;
  padding:10px 5px;
  margin-left:3px;
  width:132px;
  display:inline-block;
  margin-top:15px;
}
.red-btns:first-child{
  margin-left:0;
}
.red-btns:hover{
  background:#a9333e;
  color:#fff;
}
.offer-behind.front-page{
  background:rgba(26, 35, 41, .85) !important;
  color:#fff !important;
}
.hotel-bottom.front-page .row{
  background:rgba(26, 35, 41, .85) !important;
  color:#fff !important;
}
.hotel-bottom.front-page .row strong{
  color:#fff !important;
}
.hotel-bottom.front-page .row span{
  color:#fff !important;
}
.tablist{
  margin-bottom:20px;
  margin-top:-20px;
  font-size:17px;
}
.blog.articles .tablist{
  margin-top:0;
}
/*Author: Mišo ČechVersion: 1.0*/
body > article{
  background:#f3f4f5; /* Old browsers */
  background:-moz-linear-gradient(top, #f3f4f5 1%, #ffffff 400px, #ffffff 800px, #ffffff 100%); /* FF3.6+ */
  background:-webkit-gradient(linear, left top, left bottom, color-stop(1%, #f3f4f5), color-stop(400px, #ffffff), color-stop(800px, #ffffff), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
  background:-webkit-linear-gradient(top, #f3f4f5 1%, #ffffff 400px, #ffffff 800px, #ffffff 100%); /* Chrome10+,Safari5.1+ */
  background:-o-linear-gradient(top, #f3f4f5 1%, #ffffff 400px, #ffffff 800px, #ffffff 100%); /* Opera 11.10+ */
  background:-ms-linear-gradient(top, #f3f4f5 1%, #ffffff 400px, #ffffff 800px, #ffffff 100%); /* IE10+ */
  background:linear-gradient(to bottom, #f3f4f5 1%, #ffffff 400px, #ffffff 800px, #ffffff 100%); /* W3C */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f4f5', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
body.home > article{
  background:none;
  filter:none;
}
.offer-behind-content{
  padding:16px 20px;
}
.meetings-banners .offer-behind h2{
  font-size:19px;
  font-weight:700;
  height:30px;
  margin:0 0 0;
}
.review-name{
  font-size:16px;
  font-weight:bold;
  color:#212121;
}
.review-country{
  color:#5f3438;
  font-size:14px;
  font-weight:bold;
}
.review-text{
  color:#212121;
  padding:20px 20px 20px 122px;
  margin-left:15px;
  width:100%;
  background:url('images/quotation-mark.png') no-repeat 28px 0 scroll #f1f1f1;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  border-radius:7px;
}
.review-date{
  color:#212121;
  margin-right:10px;
  font-weight:bold;
}
.review-from{
  color:#5f3438;
}
.review-from a{
  font-weight:normal;
}
.one-review{
  margin-bottom:20px;
}
.one-review .col-md-2{
  padding-left:0;
}
.one-review .col-md-10{
  background:url('images/reviews.png') 0 0 no-repeat scroll #FFFFFF;
}
.articles .article{
  margin:0 0 60px 0;
}
#menu-main-menu{
  margin-top:5px;
}
.page-article .table-responsive{
  border:none;
}
.page-article table tr{
  border-top:0;
  border-bottom:1px solid #d4d4d4;
}
.page-article table tr td{
  border:0;
}
.page-article h3{
  margin-top:0;
}
.element-equals-height{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.element-equals-height a{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  height:100%;
}
.activities .thumbnail{
  margin:0;
}
.activities .thumbnail h2{
  min-height:52px;
}
.qts-lang-menu option{
  background-color:#5f3438;
  color:#FFFFFF;
}
.qts-lang-menu option:hover{
  background-color:#a9333e;
}
.our-hotels .ohw-fw a{
  padding:0 15px 0 15px;
  margin:0 3px 0 3px;
}
.modal-content{
  position:relative;
}
.modal-content .modal-header .close{
  position:fixed; /*top: 0;*/
}
.footer form #opt_email{
  background:none repeat scroll 0 0 #f1f1f1;
  border:1px solid #dcdfe0;
  display:inline-block;
  height:36px;
  margin:3px 4% 3px 0;
  padding:10px;
  width:66%;
}
.footer form #opt_email:focus{
  background:none repeat scroll 0 0 #fff;
}
.alo_easymail_form_table{
  width:100%;
}
.map-wrapper{
  height:450px;
}
.terms h2{
  text-align:center;
}
.terms > p > strong{
  display:block;
  padding-top:10px;
  text-align:center;
}
.fullwidth{
  margin:-20px 0 0 0;
}
.ie10 .language .glyphicon{
  margin:9px 0 0 60px;
}
iframe[name="google_conversion_frame"]{
  display:none;
}
/* search ------------------------------------------------------------------- */
.searchform-mobile{
  display:none;
  margin:0 -15px;
}
.nav > li.search-menu{
  display:none;
}
.search-menu-wrap{
  font-size:18px;
  line-height:0;
  margin-left:30px;
  width:50px;
  height:50px;
  padding:15px;
  cursor:pointer;
  display:inline-block;
}
#fullsearch{
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:100000;
  background:#000;
  background:rgba(0, 0, 0, .9);
}
#fullsearch .searchform{
  width:370px;
  height:62px;
  margin:100px auto 0 auto;
  border:1px solid #777;
  border-radius:5px;
  float:none;
  -webkit-transition:border .3s ease-in-out;
  -moz-transition:border .3s ease-in-out;
  -ms-transition:border .3s ease-in-out;
  -o-transition:border .3s ease-in-out;
  transition:border .3s ease-in-out;
}
#fullsearch .searchform.focus{
  border:1px solid #fff;
}
.searchform-close{
  width:60px;
  height:60px;
  float:right;
  margin:-61px -46px 0 0;
  background:url(images/c.png) no-repeat center;
  cursor:pointer;
  opacity:.5;
  -webkit-transition:opacity .3s ease-in-out;
  -moz-transition:opacity .3s ease-in-out;
  -ms-transition:opacity .3s ease-in-out;
  -o-transition:opacity .3s ease-in-out;
  transition:opacity .3s ease-in-out;
}
.searchform-close:hover{
  opacity:1;
}
#fullsearch input[type=text]{
  width:308px;
  height:60px;
  padding:10px 20px;
  background:none;
  border:none;
  display:block;
  float:left;
  font-size:30px;
  color:#fff;
}
#fullsearch input:focus{
  outline:none;
  box-shadow:none;
}
#fullsearch input[type=submit]{
  border:none;
  color:transparent;
  font-size:0;
  background:url(images/s.png) no-repeat center;
  width:60px;
  height:60px;
  display:block;
  float:right;
  opacity:.5;
  -webkit-transition:opacity .3s ease-in-out;
  -moz-transition:opacity .3s ease-in-out;
  -ms-transition:opacity .3s ease-in-out;
  -o-transition:opacity .3s ease-in-out;
  transition:opacity .3s ease-in-out;
}
#fullsearch input[type=submit]:focus, #fullsearch input[type=submit]:hover{
  opacity:1;
}
#fullsearch .search-inputs{
  float:none;
}
#fullsearch .search-inputs:after{
  content:'';
  clear:both;
}
@media all and (max-width:767px){
  .searchform-mobile{
    display:block;
  }
  #fullsearch, #hladat{
    display:none !important;
  }
  .searchform-mobile{
    border-bottom:1px solid #333;
    box-shadow:0 1px #000;
  }
  .searchform-mobile input{
    display:block;
    float:left;
    border:none;
    height:50px;
    border-radius:0;
    box-shadow:none;
  }
  .searchform-mobile input[type=text]{
    width:78%;
    background:#222;
    font-size:16px;
    padding:5px 15px;
  }
  .searchform-mobile input[type=submit]{
    width:22%;
    background:#444 url(images/s.png) no-repeat center;
    font-size:0;
    color:transparent;
    opacity:.5;
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
  }
  .searchform-mobile input[type=submit]:hover, .searchform-mobile input[type=submit]:focus{
    opacity:1;
  }
}
@media only screen and (max-width:767px){
  .nav > li.search-menu{
    display:none !important;
  }
}
.glyphicon-search{
  color:#FFFFFF;
}
.glyphicon-search:hover, .glyphicon-search:focus{
  color:#f8c714;
}
.header-search{
  position:absolute;
  margin:-9px 0 0 -295px;
}
.header-search input{
  z-index:2;
  position:relative;
}
@media (max-width:1199px){
  .header-search{
    margin:-9px 0 0 -315px;
  }
}
@media (max-width:991px){
  .header-search{
    margin:-9px 0 0 -335px;
  }
}
@media (max-width:767px){
  .header-search{
    display:none;
  }
}
.header-search #searchform{
  float:none;
  height:40px;
  width:316px;
}
.serch-icon{
  margin:0 0 0 18px;
}
.header-search .serch-icon{
  margin:0 0 0 10px;
}
.header-search .serch-icon:hover{
  background-position:center 11px;
  -webkit-filter:brightness(.5);
}
.searchform #s{
  background:#F1F1F1;
  color:#333;
  box-shadow:inset 0 0 1px #DCDFE0;
}
.searchform-mobile input{
  color:#333;
}
.searchform #search-submit, .searchform-mobile #search-submit-mobile{
  background-color:#5F3438;
  color:#fff;
}
.searchform #search-submit:hover, .searchform-mobile #search-submit-mobile:hover{
  background-color:#a9333e;
}
.header-top .tel-anchor{
  position:relative;
  z-index:1;
  color:#9b9b9b;
}
.header-top .tel-anchor:hover{
  color:#5F3438;
}
#owl-demo .item{
  background:none;
  padding:0px;
  margin:0px;
  color:#FFF;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  text-align:center;
}
.owl-theme .owl-controls{
  display:none !important;
}
.our-hotels-wrapper{
  height:61px;
  overflow:hidden;
}
.padinglogo{
  padding-left:70px;
  padding-right:0px;
}
.grayscale{
  filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter:gray; /* IE6-9 */
  -webkit-filter:grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.grayscale:hover{
  filter:none;
  -webkit-filter:grayscale(0%);
}
/* galeria  */
.gallery-item{
  margin-top:2px !important;
  margin-bottom:0;
}
.gallery-item img{
  width:99%;
  height:auto;
  border:none !important;
}
.gallery:after{
  content:'';
  display:block;
  clear:both;
}
.gallery-columns-8 .gallery-item{
  width:12.5% !important;
}
@media all and (max-width:991px){
  .gallery-columns-8 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-6 .gallery-item{
    width:20% !important;
  }
}
@media all and (max-width:767px){
  .gallery-columns-8 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-5 .gallery-item{
    width:25% !important;
  }
}
@media all and (max-width:499px){
  .gallery-columns-8 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-4 .gallery-item{
    width:33% !important;
  }
}
@media all and (max-width:399px){
  .gallery-columns-8 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-3 .gallery-item{
    width:50% !important;
  }
}