<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main_slider_2016, .main-photo-wrap{
  max-width: 2048px;
  margin: 0 auto;
}
.none{
  display: none;
}
.block{
  display: block !important;
}
.no-margin{
  margin: 0 !important;
}
.block-center{
  margin: 0 auto;
}
.no-padding{
  padding: 0 !important;
}
.no-col-padding{
  padding-left: 0px;
  padding-right: 0px;;
}
.no-col-padding-left{
  padding-left: 0;
}
.no-col-padding-right{
  padding-right: 0;
}
.special-row{
  margin-left: -15px;
  margin-left: -15px;
}
.br{
  margin-bottom: 20px;
}
.br-big{
  margin-bottom: 40px;
}
hr{
  border-color: #C9C9C9;
}
.photo-container{
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C3C3C3;
  margin-left: 15px;
  margin-right: 15px;
}
.hotel-sub-tab-slider-wrap{
  margin-top: 22px;
}
.main-photo-wrap{
  text-align: center;
  -webkit-box-shadow: inset -1px -169px 80px -61px rgba(0,0,0,0.49);
  -moz-box-shadow: inset -1px -169px 80px -61px rgba(0,0,0,0.49);
  box-shadow: inset -1px -169px 80px -61px rgba(0,0,0,0.49);
  position: relative;
}
.main-photo-wrap img{
  width: 100%;
  position: relative;
  z-index: -1;
}
.padding-edge-25{
  padding-left: 25px;
  padding-right: 25px;
}
.text-small{
  line-height: 14px;
  font-size: 10px;
}
.text-light{
  font-weight: 300;
}
.text-bold{
  font-weight: 700;
}
.text-grey{
  color: #7F7F7F;
}
.text-black{
  color: #000000;
}
body{
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p{
  font-weight: 400;
}
h5{
 line-height: 21px;
}
p{
  color: #7F7F7F;
  line-height: 20px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-separator{
  margin-bottom: 50px;
}

.img-logo-wrap{
  padding: 20px 15px;
}
.add-logo{
  display: none;
}
.no-logo{
  display: block;
}
.hotel-main-info{
  margin-top: 50px;
  margin-bottom: 50px;
}
/*links*/
.links{
  position: fixed;
  background-color: #FFFFFF;
  width: 55px;
  top: 0;
  box-shadow: 3px 4px 10px rgba(0,0,0,0.2);
  top: 100px;
  z-index:999;
}
.links a{
  color: #4C4C4C;
  cursor:pointer;
  text-decoration: none;
}
.links-item{
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #C9C9C9;
  width: 100%;
}
.links-item.active{
  background-color: #F7F7F7;
}
a.links-item:last-child{
 border-bottom: 0;
}
.left-menu-hover{
  display: none;
}
.links-item:hover{
  background-color: #707070;;
}
.links-item:hover img{
  display: none;
}
.links-item:hover img.left-menu-hover{
  display: block;
}
.links-item img{
  width: 60%;
  margin: 0 auto;
  padding-bottom: 5px;
}
.links-item:hover{
  color: #707070;
}
.links-top-menu .links-item:hover{
  color: #FFFFFF ;
  text-decoration: none;
}
/*links end */

/* SLIDER */
#main_slider_2016 .slick-slide{
  outline:0;
}
#main_slider_2016{
  margin-bottom: 120px;
}
#main_slider_2016 .slick-next{
  width: 35%;
  right: 1%;
  background-position: 10% 51%;
  top: 3%;
}
.slick-next{
  right: 28%;
  width: 70px;
  height: 100px;
  background-image: url(../img/icons/i-next.png);
  background-repeat: no-repeat;
  z-index: 1;
}
#main_slider_2016 .slick-prev{
  width: 35%;
  left: 1%;
  background-position: 90% 51%;
  top: 3%;
}
.slick-prev{
  left: 28%;
  width: 70px;
  height: 100px;
  background-image: url(../img/icons/i-prev.png);
  background-repeat: no-repeat;
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  content: '';
}
.slick-prev:hover,
.slick-prev:focus,
.slick-prev:visited,
.slick-prev:active{
  background-image: url(../img/icons/i-prev.png);
  background-repeat: no-repeat;
}
.slick-next:hover,
.slick-next:focus,
.slick-next:visited,
.slick-next:active{
  background-image: url(../img/icons/i-next.png);
  background-repeat: no-repeat;
}
.slick-dots{
  display: none;
}
.trumb-box{
  width: 10%;
  float: left;
  padding-bottom: 2px;
}
.trumb-container a{
  width: 100%;
}
.trumb-container a img{
  width: 100%;
  border-right: 1px solid #FFFFFF;
}
.trumb-container a.active{
  margin-top: -30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 8px 8px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 8px 8px rgba(0,0,0,0.25);
  box-shadow: 0px 8px 8px rgba(0,0,0,0.25);
  position: relative;
  z-index: 1;
}
/* SLIDER END */

/* BX SLIDER */
.slider-block .bx-wrapper{
  border-bottom: 1px solid #FFFFFF;
  position: relative;
  z-index: 2;
}
.bx-slider{
  z-index: 2;
}
.bx-wrapper .bx-controls-direction a.bx-prev, .bx-wrapper .bx-controls-direction a.bx-next{
  display: block !important;
}

.bx-wrapper{
  width: 100%;
  margin: inherit !important;
}
.bx-wrapper li img{
  width: 100%;
}
.bx-wrapper .bx-controls-direction a.bx-prev{
  top: 45%;
  width: 70px;
  height: 100px;
  background-image: url(../img/icons/i-prev.png);
  background-repeat: no-repeat;
}
.bx-wrapper .bx-controls-direction a.bx-next{
  top: 45%;
  width: 70px;
  height: 100px;
  background-image: url(../img/icons/i-next.png);
  background-repeat: no-repeat;
}

/* Ð§Ñ‚Ð¾Ð±Ñ‹ ÑÐºÑ€Ñ‹Ñ‚ÑŒ Ð¿Ð°Ð³Ð¸Ð½Ð°Ñ†Ð¸ÑŽ, Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐ¹Ñ‚Ðµ .bxSlider({pager: false}) *
.bx-pager.bx-default-pager{
  display: none;
}*/
ul.bxslider{
  z-index:2;
}
.trumb-container a{
  float: left;
  position: relative;
}
ul.bxslider img{
  border: 1px solid #C9C9C9;
}
/* BX SLIDER END */
.hotel-menu{
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.hotel-menu-item{
  float:left;
  padding-left: 20px;
  padding-right: 20px;
  text-align:center;
  cursor: pointer;
}
.hotel-menu-item a{
  text-transform: uppercase;
  color: #999999;
}
.hotel-menu-item a:hover{
  color: #EE1054;
  text-decoration: none;
}
.decription-padding{
  padding-left: 30px;
  padding-right: 30px;
}
.prop-item{
  padding-right: 0;
  margin-bottom: 30px;
}
.prop-img{
  width: 85px;
  border: 1px solid #C9C9C9;
  background-color: #fff;
}
.prop-img.general, .prop-img.flower, .prop-img.butterfly{
  padding: 5px 10px;
}
.prop-img.activities, .prop-img.star{
  padding: 13px 18px;
}
.prop-img.fitness, .prop-img.beach{
  padding: 1px 6px;
}
.prop-img.weather{
  padding: 2px 7px;
}
.prop-title{
  text-transform: none;
  border-bottom: 1px solid #ddd;
  margin: 0;
  line-height: 40px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 25px;
  color: #000000;
}
.sub-prop-title{
  color:#000000;
  padding-left: 8px;
  padding-top: 6px;
}
.service-name{
  font-weight: 700;
  font-size: 14px;
  color: #7F7F7F;
}
.service-option{
  color: #7F7F7F;
}
ul.service-option.multichoice{
  list-style-type: none;
}
ul.service-option.multichoice li:before{
  position: absolute;
  margin-left: -11px;
  margin-top: 1px;
  content:"â€¢";
}
#features{
  display: none;
}
/* weather */
.weather-col-item{
  background-color: #ffffff;
  margin-bottom: 1%;
  padding: 0;
  border: 1px solid #C9C9C9;
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.weather-conditions{
  padding: 25px;
  background-color: #F7F7F7;
}
.weather-item{
  color: #7F7F7F;
  background-color: #FFFFFF;
  min-height: 171px;
}
.weather-item h4{
  border-bottom: 1px solid #C9C9C9;
  padding: 7px 0px;
}
.temperature{
  padding: 10px 0px;
}
.precipitation-img{
  width: 30px;
  height: 30px;
  margin: 5px;
  float: left;
  background-image: url(../img/icons/i-weather.png);
  background-size: 700%;
  background-repeat: no-repeat;
}
.sunny{
  background-position: 0px 0px;
}
.cloudy{
  background-position: -72px 0px;
}
.haze{
  background-position: -0px -48px;
}
.small-rain{
  background-position: -183px 1px;
}
.rain{
  background-position: 0px -144px;
}
.snow{
  background-position: -146px -290px;
}
.border-left{
  border-left: 1px solid #C9C9C9;
}
.border-right{
  border-right: 1px solid #C9C9C9;
}
.weather-icons-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 10px;
}
.celso{
  font-size: 18px;
}
.fahrenheit{
  font-size: 14px;
}
.temperature h2{
  margin: 3px 0px;
}
.temperature h4{
  border-bottom: none;
}
.weather-item hr{
  margin: 0px 10px;
  border-top: 1px solid #C9C9C9;
}
.water-label{
  padding: 5px 0px;
  margin-top: 15px;
  border-right: 1px solid #C9C9C9;
}
.col-padding-10{
  padding-left:10px;
  padding-right: 10px;
}
/* weather end */

.button-back{
  width: 100%;
  padding: 15px;
  text-align: center;
  border: none;
  background-color: #F7F7F7;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 60px;
}
.button-back:focus{
  outline: 0;
  background-color: #F7F7F7;

}
.button-back:hover{
  background-color: #4C4C4C;
  color: #FFFFFF;
  outline: 0;
}
.hotel-point-title{
  min-height: 75px;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* RESTORAUNT */

.big-pointer{
  width: 75px;
  height: 75px;
  border: 1px solid #C9C9C9;
  background: transparent url(../img/icons/arrow-thin-down.svg) no-repeat center center;
  background-size: cover;
}

/* RESTORAUNT END*/

/* ROOMS */

.room-area{
  margin: 0;
  padding: 0;
}
.room-area span{
  text-transform: uppercase;
  font-weight: 700;
}
.block-for-service-header{
  display: block !important;
}


/* ROOMS END */
.flex-container{
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}

.sub-tab{
  display: none;
}
.sub-tab .photo-container:last-child{
  margin-bottom: 0;
}
.hotel-menu a.active{
  color: #EE1054;
}

/* ROOMS ACCORDION */
.panel-default&gt;.panel-heading{
  padding-top: 0;
  padding-bottom: 0;
}
.panel-group.absolute{
  /*margin-bottom: 0;
  position: absolute;
  z-index: 99;
  width:90%;*/
  position: relative;
  z-index: 99;
}
h5.service-header{
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

/* ROOMS ACCORDION END*/

/* SPA
.spa-features{
  height: 150px;
  overflow: hidden;
  position: relative;
  background-color: #FFF;
  padding: 10px;
  border: 1px solid #DDDDDD;
  padding-bottom: 45px;
  width: 351px;
}
.spa-features.active{
  height: auto;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  width: 351px;
} */
.spa-features{
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  height: 100%;
}
.spa-show-more, .spa-turn{
  position: absolute;
  bottom: 10px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #EE1054;
}
.spa-turn{
  display: none;
}
.spa-description{

}
/* SPA END */

/* BOTTOM-BLOCK */
.bottom-block{
  background-color: #4C4C4C;
  padding-top: 50px;
}
.bottom-container{
  background-color: #F7F7F7;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.bottom-container.br{
  margin-bottom: 50px;
}
.bottom-container.news{
  background-color: #FFFFFF;
}
.bottom-menu-item{
  cursor: pointer;
}

/* BOTTOM-BLOCK END */

.bottom-tab{
  display: none;
}

/* NEWS */

.bottom-menu{
  display: flex;
  justify-content: space-around;
}
.bottom-menu.br{
  margin-bottom: 40px;
}
.bottom-menu h6{
  color: #FFFFFF;
}
.news-filter-dropdown{
  border: none;
  background-color: transparent;
  color: #EE1054;
}
.news-filter-dropdown .caret{
  color: #707070;
}
.news-wrap{
  padding: 15px;
  background-color: #FFFFFF;
  margin-bottom: 25px;
}
.news-title{
  color: #000000;
  line-height: 36px;
  text-transform: none;
}
.hotel-one-news-prop-title{
  margin-right: 0;
}
.news-title:hover, .news-title:focus{
  text-decoration: none;
}
.img-stretch{
  width: 100%;
}
span.date{
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  color:#7F7F7F;
}
span.text, span.integer{
  color:#7F7F7F;
}
a.more{
  width: 100%;
  border: 1px solid #C9C9C9;
  padding: 6px 15px;
  line-height: 12px;
  color: #3C3C3C;
  font-size: 10px;
  background-color: #FFFFFF;
  text-align: center;
  letter-spacing: 1px;
}
a.more:hover{
  border-color: #5E68A0;
  background-color: #5E68A0;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
a.company-more:focus{
  text-decoration:none;
  color: #FFFFFF;
}
.news-right-menu{
  padding: 20px;
  background-color: #F7F7F7;

}
.news-right-menu input{
  padding: 8px;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #7F7F7F;
}
ul.news-filter{
  color: #7F7F7F;
  background-color: #FFFFFF;
  width: 100%;
  border: 1px solid #C9C9C9;
  border-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}
ul.news-filter li{
  padding: 10px;
  border-bottom: 1px solid #C9C9C9;
  border-radius : 0px;
}
.bottom-menu-item img{
  width: 80px;
  height: 80px;
}
.panel-group{
  border: 1px solid #C9C9C9;
  border-bottom: 0;
  border-radius : 0px;
  font-size : 14px;
  color: #7F7F7F;
  background-color: #FFFFFF;
  margin-bottom: 40px;
}
.panel-title{
  font-size: 14px;
}
.panel-default&gt;.panel-heading{
  color: #7F7F7F;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  border-radius: none;
}
.panel-group.panel-group .panel{
  margin:0;
  border-right: 0;
  border-radius : 0px;
}
.panel{
  border: 0;
}
.panel-heading.panel-heading{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-heading h4 a{
  text-decoration: none;
}
.panel-heading:hover{
  border-color: #707070;
  background-color: #707070;
  color: #FFFFFF;
  border-radius: none;
}
.panel-heading a:hover{
  text-decoration: none;
}
.panel-body{
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}
.news-sub-menu{
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}
.news-sub-menu li{
  padding: 5px 0px;
}
.news-sub-menu li a{
  cursor: pointer;
  color: #7F7F7F;
}
.news-sub-menu li a:hover{
  color: #EE1054;
  text-decoration: none;
}
.panel-heading-news.panel-heading-news.panel-heading-news{
  padding: 10px;
}
.bottom-menu-img-hover{
  display: none;
}
.bottom-menu-item a.active img{
  display: none;
}
.bottom-menu-item a.active .bottom-menu-img-hover{
  display: block;
}
.bottom-menu-item a:hover img{
  display: none;
}
.bottom-menu-item a:hover .bottom-menu-img-hover{
  display: block;
}
.bottom-menu-img-hover{

}
.news-more {
  white-space: nowrap;
  padding: 2px;
  margin-left: 10px;
  font-size: 11px;
  line-height: 13px;
  color: #FFF;
  background-color: #58C4BD;
  letter-spacing: 1px;
}
.news-more.news-more:hover{
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.news-more:visited, .news-more:focus, .news-more:active {
  text-decoration: none;
}
.news-img{
  margin-right: 15px;
}
.sub-news-title{
  letter-spacing: 1px;
  color: #000000;
  padding-left: 8px;
  padding-top: 6px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.hotel-one-news-info-wrap{
  margin-bottom: 40px;
}
.news-page-icon{
  padding: 15px 20px;
  background-color: #4C4C4C;
}
.hotel-one-news-icon{
  background-color: #FFFFFF;
}
.news-page-icon-main{
  padding: 15px 20px;
  background-color: #FFFFFF;
}
.one-news-title{
  margin: 0;
  line-height: 42px;
  padding-bottom: 20px;
  margin-right: 25px;
  color: #000000;
}
.one-news-content{
  margin-bottom: 40px;
}
.one-news-content p{
  padding: 0;
  margin: 0;
}
.news-date{
  background-color: #F7F7F7;
  padding: 8px 0px 8px 10px;
  font-size: 12px;
  line-height: 14px;
}
.separator-block{
  width: 100%;
  padding: 25px 0px ;
  background-color: #F7F7F7;
  text-transform: uppercase;
  text-align: center;
}
.news-hotel-title{
  background-color: #5E68A0;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.one-news-img{
  padding-left: 15px;
  padding-bottom: 15px;
}
.news-date{
  margin-bottom: 30px;
}
.hotel-list-title{
  margin-bottom: 25px;
}

/* NEWS END */

/* VIDEO */
div[data-type='hotel-video-system']{
  display: none;
}
.video-title{
  text-aling: right;
}
.video-description{
    padding: 0px;
    margin:  0px;
  }
.video-wrap{
  padding: 35px 70px;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
.video-responsive{
  position: relative;
  width: 100%;
  z-index: 0;
}
iframe{
  width: 100% !important;
  height: auto;
  position: relative;
  z-index: 999;
}
.fancybox-inner iframe{

}
.video-link{
  position: absolute;
  width: 100%;
  z-index: 999;
}

/* VIDEO END */

/* FILES */
.files-wrap{
  padding: 25px 75px 30px 75px;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
.file-title{
  color: #000000;
  margin: 0px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #C9C9C9;
}
.file-item-description p{
  letter-spacing: 1px;
}
.fa-file-pdf-o:before{
  color: #000000;
}
.hotel-file-view-img-hover{
  display: none;
}
.file-img:hover .hotel-file-view-img-hover{
  display: block;
}
.file-img:hover .hotel-file-view-img{
  display: none;
}
.file-img{
  padding: 14px 18px;
  border: 1px solid #000000;
  width: 82px;
}
.file-img:hover{
  background-color: #4C4C4C;
}
.file-preview-img:hover{
  background-color: white;
  border: 1px solid grey;
}
.file-extension{
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.company-file-img:hover .file-extension{
  color: white;
}
.file-item-file .fa {
  font-size: 56px;
}
li.sight-type.active {
  border: 2px solid #4B555A;
  font-weight: bold;
}
a.media_tag:hover {
  text-decoration: none;
}
.tab-content a:hover {
    color: #212426;
}
.file-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  margin-left: 0px;
  margin-right: 0px;
}
.sight-type {
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  background: white;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  display: inline-block;
  list-style-type: none;
  line-height: normal;
}
.file-item-image {
  width: 60px;
}
.media_tag{
  white-space: nowrap;
  line-height: 36px;
}
.file-item-title,
.media_tag {
  font-size: 14px;
}
.file-item-title{
  padding-left: 20px;
  padding-right: 20px;
}
.hotel-tags-wrap{
  margin-top: 20px;
}
.sight-type_header {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #959595;
}
.tab-content i,
.tab-content a{
  color: #4b555a;
}
.tab-content{
  font-size: 14px;
}
.tag-point{
  margin-right: 3px;
}
.tag-point.hotel-tag-point.hotel-tag-point{
  padding-top: 5px;
  padding-bottom: 5px;
}
.tag-point.hotel-tag-point:hover{
  background-color: #5E68A0;
  color: #ffffff;
}
a.tag-point:hover {
  background-color: #FFFFFF;
  border: 1px solid #5E68A0;
  color: #3C3C3C;
}
a.tag-point.active{
  background-color: #5E68A0;
  border: 1px solid #5E68A0;
  color: #FFFFFF;
}
/* FILES END */

.ui-menu-item.ui-state-focus{
  background-color: #4495BD;
}
#chain-slider .img-thumb.slick-slide{
  margin: 0px 10px;
  padding: 0;
  padding-bottom: 25px;
}
#chain-slider .img-thumb.slick-slide.active{
  padding-bottom: 0;
  -webkit-box-shadow: 0px 12px 31px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 12px 31px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 12px 31px -10px rgba(0,0,0,0.75);
}
/* FOOTER */
/*footer{
  background-color: #707070;
  padding-top: 50px;
}*/
.hotel-footer{
  background-color: #707070;
  padding-top: 50px;
}
.footer-title-icon{
  background-color: transparent;
  width: 80px;
  height: 73px;
  padding: 5px 10px 5px 5px;
}
.map{
  display: block;
  margin-bottom: 44px;
}
.hotel-footer-map-wrap{
  margin-bottom: 44px;
}
.hotel-footer-map-wrap .sub-prop-title{
  padding-bottom: 0;
  margin-bottom: 0;
}
.hotel-prop-title-map{
  padding: 13px 18px;
}
.hotel-chain-prop-title-wrap{
  margin-bottom: 33px
}
p.footer-sup-string{
  color: #FFFFFF;
  padding-top: 10px;
  letter-spacing: 1px;
}
#map_canvas {
  height: 300px !important;
  margin: 6px -15px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0px);
  background-color: rgb(229, 227, 223);
  border: 5px solid #FFFFFF;
}
a.hotel-link{
  color: #ffffff;
}
a.hotel-link:hover{
  color: #ffffff;
  text-decoration: none;
}
a.hotel-link:focus{
  color: #ffffff;
  text-decoration: none;
}
.hotel-chain-link-block{
  width: 303px;
}
/* links-top-menu */
.links-top-menu{
  width: auto;
}
.flex-container-center{
  display: flex;
  justify-content: center;
}
.links-item:hover{
  color: #FFFFFF;
  text-decoration: none;
}
/* links-top-menu */

/* hotel chain */
#chain-slider .slick-prev{
  background-image: url(../img/icons/arrow_left_thin.png);
  background-position: 50% 51%;
  background-repeat: no-repeat;
}
#chain-slider .slick-next{
  background-image: url(../img/icons/arrow_right_thin.png);
  background-position: 50% 51%;
  background-repeat: no-repeat;
}
.special-col-for-chain{
  padding-left: 10px;
  padding-right: 0px;
}
.chain-logo{
  background-color: #ffffff;
  padding: 10px 10px;
  height: 65px;
  text-align: center;
  width: 85px;
  vertical-align: middle;
  display: table-cell;
}
.hotel-chain-logo-wrap{
  width: 80px;
  float: left;
}
.chain-logo img{
  /*width: 100%;*/
  max-height: 45px;
  display: none;
  max-width: 100%;
  max-height: 100%;
}
.chain-logo img.active{
  display: block;
}
.chain-info{
  background-color: #ffffff;
  padding: 10px 20px 5px 20px;
  min-height: 65px;
  position: relative;
}
.chain-title{
  text-align: left;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 5px;
}
.chain-title.without-address{
  margin-top: 12px;
}
.chain-address{
  text-align: left;
  color: #7F7F7F;
  margin: 0;
}
.chain-hotel-link{
  border: 1px solid #C9C9C9;
  padding: 12px 25px 12px 25px;
  margin-top: 3px;
  font-size: 10px;
  position: relative;
  bottom: 0px;
}
.chain-hotel-link:hover{
  background-color: #F7F7F7;
}
.chain-hotel-link:hover .hotel-chain-arrow{
  right: 30px;
}
.hotel-chain-hotel-info-wrap{
  width: 1060px;
  float: left;
}
.hotel-chain-slider{
  margin-left: 80px;
  float: left;
  width: 980px;
}
a.chain-link{
  font-size: 10px;
  color: #7F7F7F;
  text-transform: uppercase;
  letter-spacing: 1px;
}
a.chain-link:hover, a.chain-link:visited, a.chain-link:active{
  color: #7F7F7F;
  text-decoration: none;
}
#chain-slider{
  padding-left: 0px;
  margin-bottom: 50px;
}
#chain-slider .slick-prev{
  left: -7%;
}
#chain-slider .slick-next{
  right: -7%;
}
#chain-slider .slick-next,#chain-slider .slick-prev{
  top: 35%;
  width: 60px;
  height: 100px;
}
#chain-slider .slick-list.draggable{
  padding-top: 45px;
}
.img-thumb{
  outline: 0;
  padding: 0px 10px;
  position: relative;
}
.img-thumb img{
  border: 2px solid #C9C9C9;
  width: 100%;
  outline: 0;
}
.chain-tringle{
  display: none;
  position: absolute;
  top: -45px;
  left: 44%;
  width: 0;
  height: 0;
  border: 0;
  /*border-width: 35px 12.5px 0 12.5px;
  border-color: #FFFFFF transparent transparent transparent;*/
  width: 35px;;
}
.chain-tringle img{
  border: 0;
}
.img-thumb:hover .chain-tringle{
  display: block;
}
.chain-hotel-name{

}
a.chain-external-link{
  cursor: pointer;
}
.chain-hotel-name-hidden, .chain-link-hidden, .chain-address-hidden{
  display: none;
}
.footer-title{
  color: #FFFFFF;
}
.img-thumb a:focus{
  color: inherit;
  outline: 0;
}
.floppy-icon-box{
  padding: 18px 0px;
}
.floppy-icon{
  font-size: 18px;
  width: 100%;
  padding-bottom: 5px;
}
.floppy-icon-box:hover .floppy-icon, .floppy-icon-box:hover a{
  color: #FFFFFF;
}
.up-icon-box:hover{
  border-bottom: 0px;
}
.bx-viewport{
  height: auto !important;
}
#main_slider_2016 .slick-arrow{
  height: 450px;
}
.hotel-special-slider-margin{
  margin-left: -15px;
  margin-right: -15px;
}
.prop-title.footer-title{
  margin-right: 0px;
  line-height: 1.2;
  font-size: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.hotel-chain-arrow{
  position: absolute;
  width: 20px;
  top: 7px;
  right: 80px;
}
.hotel-one-news-footer{
  background-color: #4C4C4C;
  padding-top: 20px;
}
.hotel-one-news-footer .company-share-link-footer-wrap span{
  background-color: #707070 !important;
}
.public-page-arrow-back{
  width: 32px;
  height: 32px;
  border-radius: 100px;
  box-shadow: 0px -8px 8px rgba(0,0,0,0.18);
  -webkit-box-shadow: 0px -8px 8px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px -8px 8px rgba(0,0,0,0.18);
  border-style: solid;
  border-color: #888888;
  border-radius: 100px;
  border-width: 1px 1px 0px;
  background: #4C4C4C url("../img/icons/i-arrow-for-footer.svg") no-repeat center center;
  background-size: contain;
  margin: 0 auto;
}
.public-page-arrow-back:hover{
  box-shadow: none;
}
.public-page-arrow-back img{
  height: 32px;
  width: 32px;
}
.hotel-system-message{
  font-size: 14px;
  color: #EE1054;
}
.hotel-system-link{
  font-size: 12px;
  color: #5E68A0;
  font-style: italic;
  line-height: 14px;
  font-family: Arial;
}
.hotel-contacts-img{
  padding: 18px 10px;
}
.hotel-contacts-wrap{
  padding: 30px 75px;
  margin-bottom: 30px;
}
.hotel-contacts-hotel-name{
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #C9C9C9;
  text-transform: uppercase;
}
.hotel-contacts-hotel-address{
  letter-spacing: 1px;
}
.hotel-contacts-main-send-btn{
  text-align: center;
  padding: 5px 0px;
  font-size: 14px;
  background-color: #5e68a0;
  color: #FFFFFF;
  width: 100%;
  border: 0;
  border-radius: 1px;
}
.hotel-contacts-main-send-btn:focus{
  outline: none;
}
.hotel-change-cover{
  position: absolute;
  bottom: 0;
  right: 250px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  z-index: 1;
  box-shadow: inset 0 -31px 21px -7px rgba(0,0,0,.7);
  padding: 5px;
}
.hotel-change-cover img{
  width: auto;
}
.hotel-modal .modal-content{
  border-radius: 0;
}
.hotel-modal .cropper-text{
  padding: 0;
  margin: 0;
}
.hotel-modal .cropper-text-hidden{
  display: none;
}
.hotel-modal .modal-body{
  padding: 0;
  width: 100%;
}
.hotel-crop-image{
  width: 100%;
}
#hotel-crop-result{
  display: none;
}
#hotel-prev-crop-image{
  display: none;
}
.crop-loader{
  float: left;
  display: none;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 26px;
}
.crop-loader i{
  font-size: 14px;
}
.hotel-cropper-btn{
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #5e68a0;
  color: #FFFFFF;
  /*width: 100%;*/
  border: 0;
  border-radius: 1px;
}
#company-crop-btn:active, #company-crop-logo-btn:active{
  background-color: #FFFFFF;
  border-color: #888888;
  color: #888888;
}

/* hotel chain end */

/* FOOTER */


/* COMPANY PROFILE */
.flex-container{
  display: flex;
}
.company-top-section{
  position: relative;
  margin-top: -210px;
}
.company-profile-cover{
  min-height: 360px;
  max-height: 600px;
  overflow: hidden;
}
.company-profile-cover.company-no-banner{
  height: 540px;
}
.company-profile-cover{
  max-width: 2048px;
  margin: 0 auto;

}
.company-cover-img{
  width: 100%;
  position: relative;
  z-index: -1;
}
.company-add-banner{
  position: absolute;
  width: 300px;
  height: 200px;
  top: 0;
  right: 400px;
}
.company-logo-container{
  width: 200px;
  height: 200px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.company-logo-container.company-no-logo{
  background-color: transparent;
}
.company-logo-container.company-no-logo .company-logo-img{
  display: none;
}
.company-logo-img{
  width: 100%;
  height: 100%;
}
.company-title{
  margin: 0px;
  margin-bottom: 20px;
}
.company-title-container{
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
}
.company-content-background{
  padding-top: 80px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #F7F7F7;
  border-bottom: 1px solid #E2E2E2;
  max-height: 500px;
}
.company-appearance-info{
  padding-bottom: 10px;
}
.company-top-content-wrap{
  background-color: #FFFFFF;
}
.bottom-content-container{
  margin-top: 50px;
}
.company-inline-title{
  font-size: 18px;
  background-color: #58C4BD;
  line-height: 41px;
  color: #FFFFFF;
  display: none;
}
.main-left-menu .list-group-item{
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-left-menu .list-group-item:hover{
  background-color: #4C4C4C;
  color: #FFFFFF;
}
.main-left-menu .list-group-item img.hover{
  display: none;
}
.main-left-menu .list-group-item:hover img.hover{
  display: inline-block;
}
.main-left-menu .list-group-item:hover img.default{
  display: none;
}
.main-left-menu .list-group-item img{
  width: 35px;
}
.main-left-menu .list-group-item span{
  padding-left: 8px;
  letter-spacing: 1px;
}
.main-left-menu .list-group-item.active{
  border-color: #58C4BD !important;
  background-color: #58C4BD !important;
  color: #FFFFFF;
}
.main-left-menu .list-group-item.active img.hover{
  display:inline-block;
}
.main-left-menu .list-group-item.active img.default{
  display:none;
}
.company-description{
  margin: -10px;
  padding: 10px;
  background-color: #F7F7F7;
  padding-bottom: 25px;
  padding-top: 20px;
  margin-bottom: 25px;
}
.company-description p{
  padding: 0px;
  margin: 0px;
}
.company-description.full{
  display: none;
}
.news-more.full{
  float: right;
}
.company-sub-news-title{
  color: #4C4C4C;
  letter-spacing: 1px;
  padding-left: 6px;
  padding-top: 8px;
}
.company-news-wrap{
  border: 1px solid #C9C9C9;
  padding: 30px 20px 30px 20px;
  position: relative;
  margin-bottom: 15px;
}
.company-news-wrap p{
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.company-news-title{
  line-height: 24px;
  margin-top: -3px;
  margin-bottom: 26px;
}
.company-news-title .news-title{
  line-height: 0px;
}
.company-news-title a{
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
}
.col-news-img{
  margin-right: 15px;
}
.company-news-img .img-thumb{
  padding: 0px;
}
.company-news-img .img-thumb img{
  border: 0px;
}
.company-more{
  bottom: 0px ;
  right: 0px;
}
.more-news-button{
  background-color: #FFFFFF;
  border: 1px solid #C9C9C9;
  margin-top: 40px;
  color: #000000;
}
.more-news-button:hover{
  background-color: #58C4BD;
  border: 1px solid #58C4BD;
  color: #FFFFFF;
}
.more-news-button:focus{
  border: 1px solid #C9C9C9;
}
.company-more a:hover{
  background-color: #58C4BD;
  border: 1px solid #58C4BD;
}
.company-news-title a:hover{
  color: #58C4BD;
}
.promotion-banner{
  background-color: #58C4BD;
  padding-top: 60px;
  margin-bottom: 20px;
}
.promotion-banner h3, .promotion-banner p{
  color: #FFFFFF;
}
.promotion-banner p{
  padding-top: 15px;
}
.promotion-banner .prop-img{
  background-color: #58C4BD;
  border: 1px solid #FFFFFF;
  padding: 2px 7px;
}
.promotion-banner .prop-title{
  margin-right: 0px;
  margin-top: -15px;
  padding-bottom: 15px;
}
.promotion-block{
  border: 1px solid #E2E2E2;
}
.promotion-content{
  padding: 50px 90px;
  min-height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promotion-head{
  background-color: #58C4BD;
  text-align: center;
  padding: 25px 0px 5px 0px
}
.promotion-head img{
  width: 60px;
}
.promotion-head h5{
  color: #FFFFFF;
}
.promotion-img-sight{
  border: 7px solid #58C4BD;
}
.promotion-img-sight img{
  width:100%;
}
.promotion-content h3{
  color: #000000;
  margin-top: 15px;
  padding: 0px 7px;
}
.promotion-content p.country{
  padding: 0px 7px;
  text-transform:uppercase;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 0px;
}
.promotion-content p{
  padding: 10px 7px;
  margin-bottom: 0px;
}
.promotion-item{
  /*margin-bottom: 30px;*/
}
a.promotion-item-more:hover{
  background-color: #58C4BD;
  border-color: #58C4BD;
}
.promotion-item .country{
  font-size: 12px;
}
.promotion-item .puclication-title{
  margin-bottom: 20px;
  margin-top: 20px;
}
.more-publications-button{
  background-color: #FFFFFF;
  border: 1px solid #C9C9C9;
}
.more-publications-button:hover{
  background-color: #4C4C4C;
}
.company-file-inner{
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-radius: 4px;
  margin-left: 0px;
  margin-right: 0px;
}
.item-description{
  overflow: hidden;
}
.footer-background{
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.site-map-header{
  margin-bottom: 30px;
}
.site-map-row{
  margin-bottom: 30px;
}
a.site-map-item{
  color: #FFFFFF;
  text-shadow: 0px -8px 8px rgba(0,0,0,0.3);
  letter-spacing: 1px;
}
a.site-map-item:before{
  content: "â–ª";
  padding-right: 5px;
}
a.site-map-item:hover{
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}
.site-map-icon{
  background-color: transparent;
  padding: 1px 5px;
}
.site-map-title{
  line-height: 27px;
  padding-bottom: 18px;
  color: #FFFFFF;
}
.site-map-sub-title{
  color: #FFFFFF;
  padding-left: 5px;
  letter-spacing: 1px;
}

.news-tab-title{
  margin-left: -48px;
}
.news-tab-title h2{
  margin-right: -48px;
}
.company-news-tab-item{
  background-color: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 20px;
}
.company-news-tab-item h2{
  margin: 20px 0px;
}
.company-news-tab-item .img-thumb{
  padding-right: 0px;
}
.company-news-btn{
  text-transform: uppercase;
}
.company-one-news-wrap {
  border: 1px solid #C9C9C9;
  padding: 35px 20px 25px 20px;
  position: relative;
  margin-bottom: 35px;
}
.item-lightgray-info{
  background-color: #F7F7F7;
  line-height: 28px;
  font-size: 12px;
  padding: 0px 5px;
  margin-bottom: 20px;
}
.one-news-item-content p{
  padding:0px;
}
.company-file-img{
  padding: 15px 20px;
  border: 1px solid #C9C9C9;
}
.files-tags a{
  display: inline;
  line-height: 36px;
  white-space: nowrap;
}
a.media_tag:hover{
  background-color:#58C4BD;
  border-color: #58C4BD;
  color: #FFFFFF;
}
a.media_tag:hover .fa-times{
  color: #FFFFFF;
}
.media_tag.active{
  background-color:#58C4BD;
  border-color: #58C4BD;
  color: #FFFFFF;
}
.files-wrap.company-files-wrap{
  border: 1px solid #C9C9C9;
  padding: 30px;
  padding-bottom: 20px;
}
.company-file-img{
  width: 85px;
}
.company-file-title{
  color:#7F7F7F;
}
.company-file-title span{
  display: block;
  margin-top: 27px;
}
.company-file-item-title{
  margin-right: -30px;
  margin-left: 30px;
}
.company-file-item-title .file-title{
  padding-bottom: 10px;
  border-bottom: 1px solid #C9C9C9;
}
.what-is-it.sigths-what-is-it{
  color: #4C4C4C;
  top: 8px;
  width: auto;
  padding: 0px 15px;
  right: 150px;
}
.what-is-it.sigths-what-is-it:hover{
  background-color: transparent;
}
.sights-country{
  border: 1px solid #58c4bd;
  padding: 0 2px 0 2px !important;
}
.sights-period{
  font-size: 10px;
  letter-spacing: 1px;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 11px;
  text-align: right;
  text-transform: uppercase;
  color: #7F7F7F;
}
.sights-prop-title{
  position: relative;
}
.sights-recomend{
  font-size: 0.9em;
}
.sights-season{
  color: #EE1054;
  text-transform: uppercase;
}
.season-in-block{
  font-size: 0.9em;
}
.sights-period p{
  float: left;
  padding: 0px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.public-page-tag{
  line-height: 24px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #F7F7F7;
  border: 1px solid #E2E2E2;
  margin-right: 5px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sights-item-img{
  margin-right: 15px;
  margin-bottom: 20px;
}
.company-more{
  padding: 0px 15px;
  line-height: 26px;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #58C4BD;
  text-align: center;
  letter-spacing: 1px;
}
.company-more:hover{
  background-color: #EE1054;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.sights-more-wrap{
  margin-top: 5px;
}
.hotels-addition-info{
  background-color: #F7F7F7;
  padding: 0px 15px 0px 5px;
}
.hotels-addition-info p{
  text-transform: uppercase;
  padding: 0px;
  float:left;
  font-size: 12px;
  line-height: 27px;
}
.hidden-stars-count{
  display: none;
}
.star-clone{
  color: #4ccdcd;
  margin: 2px;
  font-size: 20px;
}
.what-is-it{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: absolute;
  width: 120px;
  height: 25px;
  top: -5px;
  right: 0;
  font-size: 12px;
  padding-left: 10px;
  cursor: pointer;
}
.what-is-it:hover{
  background-color: #54BBB4;
}
.what-is-it.more{
  top: 55px;
  color: #FFFFFF;
}
.what-is-it i{
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.promotion-modal .modal-dialog{
  margin-top: 100px;
  z-index: 2331;
}
.promotion-modal .modal-content{
  width: 500px;
  height: auto;
  padding: 25px;
  border-radius: 0px;
}
.promotion-modal .modal-inner{
  border-radius: 0;
  border: 1px solid #DCDCDC;
  background-color: #F7F7F7;
}
.promotion-modal .modal-header{
  position: absolute;
  top: -45px;
  right: 0;
  padding: 0;
  border-bottom: 0;
}
.promotion-modal .close{
  font-size: 11px;
  width: 130px;
  background-color: #4C4C4C;
  text-shadow: none;
  color: #FFFFFF;
  opacity: 1;
  padding: 5px;
  font-weight: 500;
  line-height: 15px;
  border: 1px solid #FFFFFF;
  padding-bottom: 6px;
}
.promotion-modal .close:hover{
  background-color: #888888;
}
.promotion-modal .close:focus{
  outline: none;
}
.promotion-modal .modal-content .what-is-it-title{
  font-size: 24px;
  padding: 30px 20px;
  color: #4C4C4C;
  line-height: 29px;
  padding-bottom: 0px;
}
.promotion-modal .modal-paragraph{
  padding: 14px;
}
.hotel-stars{
  float: right;
}
/*EMPLOYEES*/
.employees{
  background-color: #F7F7F7;
}
.employees-title{
  background-color: #4C4C4C;
  text-transform: uppercase;
  line-height: 29px;
  color: #FFFFFF;
  padding: 0px 15px 3px 15px;
  font-size: 22px;
  margin: 0px;
}
.employees-wrap{
  padding: 45px 20px;
  border: 1px solid #C9C9C9;
}
.employees-person{
  padding: 17px;
  background-color: #FFFFFF;
  border: 1px solid #C9C9C9;
}
.employee-name{
  padding-bottom: 15px;
}
.employee-btn{
  border: 1px solid #C9C9C9;
  border-radius: 0px;
  padding: 0px 10px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 10px;
  background-color: #FFFFFF;
  width: 100%;
}
.employee-btn:hover, .employee-btn:focus, .employee-btn:hover:focus{
  border-color: #58C4BD;
  background-color: #58C4BD;
  color: #FFFFFF;
  outline: none;
}
.employees-modal .modal-mail-icon{
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.employees-modal .modal-title{
  padding-left: 30px;
  font-size: 14px;
  color: #7F7F7F;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#to_who{
  font-size: 18px;
  color: #000000;
  padding-left: 15px;
}
.company-employee-skype-link-wrap{
  white-space: nowrap;
}
.employees-modal-close{
  line-height: 28px;
  font-size: 11px;
  letter-spacing: 1px;
}
.employees-modal .modal-dialog{
  width: 815px;
}
.employees-modal .modal-content{
  padding: 20px;
  padding-top: 10px;
}
.employees-modal .modal-header{
  padding: 0;
  padding-bottom: 6px;
}
.employees-modal .modal-close .close{
  float: right;
  margin: 0;
  padding:0px 5px;
  background-color: #707070;
  color: #FFFFFF;
  font-size: 12px;
  padding: 0px 9px 2px 10px;
}
.employees-modal .modal-close{
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 26px;
  margin-top: 12px;
}
.employees-modal .modal-close:hover{
  background-color: #FFFFFF;
  border:1px solid #C9C9C9;
  color: #000000;
}
.employees-send{
  border-radius: 0px;
  padding: 0px 50px;
  line-height: 26px;
}
.employees-send:hover{
  background-color: #58C4BD;
  color: #FFFFFF;
  border: 1px solid #58C4BD;
}
.employees-modal .modal-footer{
  padding: 0;
  border: 0;
}
.employees-modal .employees-textarea{
  background-color: #F7F7F7;
  border-radius: 0px;
  border: 1px solid #C9C9C9;
  font-size: 14px;
  padding: 6px;
  color: #000000;
}
.employee-skype-icon{
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.skype-link{
  color: #000000;
}
/*one sight*/
.sigths-lightgray-info{
  text-transform: uppercase;
}
/*one sight end*/
/*EMPLOYEES END*/

/*company settings*/
.company-settings-wrap{
  border: 1px solid #C9C9C9;
  background-color: #FFFFFF;
  color: #000000;
}
.company-setting-nav li a{
  line-height: 30px;
  padding: 0;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  border: 0;
}
.company-setting-nav li a:hover{
  border: 0;
}
.company-setting-nav li{
  width: 100%;
  text-align: center;
}
.company-setting-nav{
  border: 0;
}
.company-setting-nav::before{
  display: none;
}
.company-setting-nav::after{
  display: none;
}
.company-setting-nav{
  height: 33px;
  display: flex;
  justify-content: space-around;
}
.company-settings-wrap .input-group span, .company-settings-wrap .input-group input{
  border-radius: 0;
  border: 1px solid #E2E2E2;
  box-shadow: none;
  font-size: 14px;
  padding: 0px 25px;
  height: auto;
  line-height: 28px;
  color: #000000;
}
.company-settings-wrap .input-group{
  width: 100%;
}
.company-settings-wrap .input-group span{
  width: 25%;
}
.company-settings-wrap .input-group input{
  border-left: 0;
}
.company-settings-wrap .help-block{
  color: #000000;
}
.company-settings-checkbox-wrap .input-group-addon{
  background-color: transparent;
}
.company-settings-checkbox-wrap .input-group span{
  border: 0;
  /*width: 5%;*/
}
.company-settings-checkbox-wrap .input-group .fake-input{
  border: 0;
  background-color: transparent;
}
.company-settings-checkbox-wrap{
  padding: 25px;
  padding-bottom: 10px;
  background-color: #F7F7F7;
}
.company-settings-checkbox-wrap input[type="checkbox"] {
    display:none;
}
.company-settings-checkbox-wrap input[type="checkbox"] + label span {
  display:inline-block;
  width:25px;
  height:25px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  background:url(../img/icons/checkbox-sprite.png) -25px top no-repeat;
  cursor:pointer;
  padding: 0;
}
.company-settings-checkbox-wrap input[type="checkbox"]:checked + label span {
    background:url(../img/icons/checkbox-sprite.png) left top no-repeat;
}
.company-settings-checkbox-wrap label{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.company-setting-social-network .input-group{
  margin-bottom: 10px;
}
.company-setting-social-network .soc-nework-title, h3.company-settings-description-title{
  line-height: 26px;
  font-size: 22px;
  padding: 20px 0px;
  color: #000000;
}
select.company-settings-lang{
  width: 250px;
  height: 32px ;
  border: 1px solid #C9C9C9;
  margin-left: 40px;
  padding-bottom: 3px;
}
select.company-settings-lang:focus{
  outline: 0;
}
.company-setting-lang-wrap{
  margin-bottom: 20px;
}
.company-setting-social-network .input-group .input-group-addon{
  width: 20%;
  line-height: 30px;
  font-size: 16px;
  color: #4C4C4C;
  background-color: #F7F7F7;
}
.company-setting-social-network .input-group input{
  line-height: 30px;
}
.company-settings-submit-btn{
  padding: 0px 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #4C4C4C;
  background-color: #4C4C4C;
  font-size: 12px;
  letter-spacing: 1px;
  color: #FFFFFF;
  border-radius: 0;
  line-height: 30px;
}
.company-settings-submit-btn:hover, .company-settings-submit-btn:active, .company-settings-submit-btn:focus{
  border-color: #4C4C4C;
  background-color: #4C4C4C;
  color: #FFFFFF;
  outline: 0;
}
.company-settings-form-wrap{
  padding: 20px 5px;
}
.company-settings-description-wrap{
  padding: 5px;
}
.company-settings-description-sub-title{
  font-style: italic;
}
.company-description-form{
  padding: 15px;
  padding-top: 30px;
}
.company-description-textarea-title{
  line-height: 32px;
}
.company-setting-lang-wrap.for-textarea{
  margin-bottom: 10px;
}
.company-setting-lang-wrap.for-textarea select{
  margin-left: 10px;
}
.company-setting-lang-wrap.for-textarea select:focus{
  outline: 0;
}
.company-description-form textarea{
  background-color: #F7F7F7;
}
.company-description-form textarea:focus{
  outline: 0;
}
.company-description-block-social form .submit-block.submit-block{
  position: relative;
  bottom: 0;
  right: 0;
}
.company-settings-hotel-wrap{
  padding: 20px;
}
.company-settings-wrap .company-settings-hotel-wrap span.input-group-addon{
  width: 10%;
  background-color: #F7F7F7;
}
.company-settings-hotel-wrap input[type="checkbox"] {
    display:none;
}
.company-settings-hotel-wrap input[type="checkbox"] + label span {
  display:inline-block;
  width:25px;
  height:25px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  background:url(../img/icons/checkbox-sprite.png) -25px top no-repeat;
  cursor:pointer;
  padding: 0;
  border: 0;
}
.company-settings-hotel-wrap input[type="checkbox"]:checked + label span {
    background:url(../img/icons/checkbox-sprite.png) left top no-repeat;
}
.company-settings-hotel-label{
  width: 90%;
}
.company-settings-hotel-wrap .fake-input{
  background-color: #FFFFFF;
  border-left: 0;
  border-radius: 0;
}
.company-settings-hotel-wrap .input-group.hotels{
  margin-bottom: 10px;
}
.company-settings-hotel-wrap label{
  margin-bottom: 0;
}
.company-settings-hotel-wrap h3.company-settings-description-title{
  padding: 0px;
}
.nav.company-setting-nav li a{
  background-color: #F7F7F7;
}
.nav.company-setting-nav li a:hover{
  background-color: #EEEEEE;
  border-radius: 0;
}
.nav.company-setting-nav li.active a{
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
}
/*company settings end*/
.employees-title .content-edit{
  width: 20px;
  display: inline-block;
  float: right;
  padding-top: 2px;
}
.employees-title .content-edit i{
  color: #FFFFFF;
}
.content-edit{
  width: 20px;
  display: inline-block;
  float: right;
  padding-top: 2px;
}
.content-edit a i{
  color: #4C4C4C;
}
.text-muted a{
  color: #58C4BD;
  text-decoration: none;
}
.text-muted a:hover{
  text-decoration: none;
  color: #58C4BD;
}
.default-link{
  color: inherit;
}
.default-link:hover{
  text-decoration: none;
}
.sigths-lightgray-info span{
  float: right;
}
.sigths-lightgray-info{
  padding: 0px 10px;
}
.sigths-lightgray-info .sight-type{
  border: 0;
  border-radius: 0;
  font-size: 12px;
  padding: 0;
  background-color: transparent;
  letter-spacing: 1px;
  margin-left: 15px;
  margin-right: 5px;
  color: #EE1054;
}
.sigths-lightgray-info .sight-type_header{
  font-size: 10px;
  font-weight: 400;
  color: #3C3C3C;
}
.sigths-lightgray-info .fa-map-marker{
  margin-right: 5px;
  color: #7F7F7F;
}
.company-sights-tags .public-page-tag{
  background-color: #FFFFFF;
}
.company-footer{
  margin-top: 0px;
  min-width: 70px;
  background-color: #707070;
  color: #FFFFFF;
  margin-top: 50px;
}
.company-contacts-main-title{
  color: #000000;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.company-contacts-social-link-big{
  width: 32px;
  height: 32px;
  background-color: #4C4C4C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 19px;
  float: right;
  margin-left: 5px;
  cursor: pointer;;
}
.company-contacts-phone-big{
  width: 32px;
  height: 32px;
  background-color: #4C4C4C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 19px
}
.company-contacts-main{
  color: #000000;
  background-color: #FFFFFF;
}
.company-contacts-main-address p{
  padding: 0;
  color: #7F7F7F;
  letter-spacing: 1px;
  line-height: 17px;
}
.company-contacts-main-label{
  margin: 0;
  color: #7F7F7F;
  margin-bottom: 5px;
}
.company-contacts-main-form{
  font-size: 14px;
  background-color: #F7F7F7;
  border: 1px solid #C9C9C9;
  line-height: 26px;
  padding: 0 10px;
  width: 100%;
}
.company-contacts-main-form:hover{
  background-color: #FFFFFF;
}
.company-contacts-main-form:focus{
  outline: none;
  background-color: #FFFFFF;
}
textarea.company-contacts-main-form{
  height: 102px;
}
.company-contacts-main-send-btn{
  text-align: center;
  padding: 5px 0px;
  font-size: 14px;
  background-color: #58C4BD;
  color: #FFFFFF;
  width: 100%;
  border: 0;
  border-radius: 1px;
}
.company-contacts-main-send-btn:focus{
  outline: none;
}
.bottom-content-container .prop-title{
  margin-right: 0px;
}
.company-profile-cover{
  position: relative;
  -webkit-box-shadow: inset -1px -169px 80px -61px rgba(0,0,0,0.49);
  -moz-box-shadow: inset -1px -169px 80px -61px rgba(0,0,0,0.49);
  box-shadow: inset -1px -169px 80px -61px rgba(0,0,0,0.49);
}
.company-footer-before{
  margin-bottom: 50px;
}
.company-not-subscribed{
  position: absolute;
  top: 0px;
  right: 0px;
}
.company-not-subscribed .what-is-it{
  top: 8px;
  right: 0px;
  color: #4C4C4C;
}
.company-not-subscribed .what-is-it:hover{
  background-color: transparent;
  text-decoration: none;
}
#subscription-block .subscribed{
  position: relative;
}
.subscribed .what-is-it{
  padding-left: 0;
}
#subscription-block  .subscribed.company-user-registered{
  margin: 0;
  padding: 0;
  position: inherit;
}
#subscription-block  .subscribed.company-user-registered .what-is-it{
  top: 0;
  color: #4C4C4C;
}
#subscription-block  .subscribed.company-user-registered .what-is-it:hover{
  background-color: transparent;
  text-decoration: none;
  cursor: default;
}
.company-contacts-social-link-big a {
  color: #FFFFFF;
}
.company-icon-container{
  display: none;
}
.company-share-link-footer-wrap span{
  background-color: #4C4C4C !important;
}
.company-share-link-footer-wrap span.ya-share2__badge .ya-share2__icon{
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.company-share-link-footer-wrap .ya-share2__item_service_vkontakte:hover span{
  background-color: #2B587A  !important;
}
.company-share-link-footer-wrap .ya-share2__item_service_facebook:hover span{
  background-color: #3A5795 !important;
}
.company-share-link-footer-wrap .ya-share2__item_service_twitter:hover span{
  background-color: #55ACEE !important;
}
.company-share-link-footer-wrap .ya-share2__item_service_linkedin:hover span{
  background-color: #0083be !important;
}
.company-share-link-footer-wrap .ya-share2__item_service_facebook span .ya-share2__icon{
  background-size: 28px 28px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
}
.company-share-link-footer-wrap .ya-share2__item_service_twitter span .ya-share2__icon{
  background-size: 28px 28px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
}
.company-share-link-footer-wrap .ya-share2__item_service_linkedin span .ya-share2__icon{
  background-size: 28px 28px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
}
.company-twitter:hover{
  background-color: #00aced;
}
.company-instagram:hover{
  background-color: #5f4848;
}
.company-vk:hover{
  background-color: #597DA3;
}
.company-youtube:hover{
  background-color: #CC181E;
}
.company-linkedin:hover{
  background-color: #1C87BD;
}
.company-facebook:hover{
  background-color: #3A5795;
}
.company-system-message{
  color: #c42929;
  padding-bottom: 0;
}
.company-system-message-main-page{
  display: inline-block;
}
.promotion-content .button-back{
  margin-top: 25px;
  margin-bottom: 25px;
}
.promotion-block-left-padding{
  padding-left: 10px;
}
.promotion-block-right-padding{
  padding-right: 10px;
}
.company-change-logo-wrap{
  display: none;
  font-weight: 600;
  color: #E6E7E7;
  position: absolute;
  /*justify-content: center;*/
  width: 100%;
  height: 50px;
  bottom: -7px;
  /*background: tomato;*/
  align-items: center;
  padding: 0px 10px;
  -webkit-box-shadow: inset 0px -39px 21px -7px rgba(0,0,0,0.7);
  -moz-box-shadow: inset 0px -39px 21px -7px rgba(0,0,0,0.7);
  box-shadow: inset 0px -39px 21px -7px rgba(0,0,0,0.7);
}
.company-logo-container:hover .company-change-logo-wrap{
  display: flex;
}
.company-change-logo-wrap .company-edit-icon{
  margin-right: 15px;
}
.company-tagline{
  position: relative;
  line-height: 27px;
  font-size: 18px;
  text-align: center;
  min-height: 27px;
}
.company-change-cover{
  position: absolute;
  font-size: 30px;
  color: #000000;
  right: 0px;
  top: 0;
  cursor: pointer;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 14px;
  display: flex;
  align-items: center;
  z-index: 1;
  -webkit-box-shadow: inset 0px -31px 21px -7px rgba(0,0,0,0.7);
  -moz-box-shadow: inset 0px -31px 21px -7px rgba(0,0,0,0.7);
  box-shadow: inset 0px -31px 21px -7px rgba(0,0,0,0.7);
  padding: 5px;
}
.company-change-cover img{
  vertical-align: inherit;
  margin-left: 10px;
}
.company-system-message{
  position: absolute;
  width: 600px;
  margin: 15px;
  top: -135px;
  background-color: rgba(0, 0, 0, 0.5);
}
.company-system-message-close{
  position: absolute;
  font-size: 25px;
  top: -10px;
  right: -10px;
  color: rgba(0, 0, 0, 0.7);
}
.company-system-message p{
  color: #FFFFFF;
  line-height: 23px;
  padding: 15px;
}
.company-empty-message{
  padding-bottom: 25px;
}
.trumb-box.company-one-news-slider{
  width: 25%;
}
.one-news-item-content .bx-controls.bx-has-pager{
  padding-top: 0;
}
.one-news-item-content .bx-wrapper .bx-controls-direction a.bx-prev,
.one-news-item-content .bx-wrapper .bx-controls-direction a.bx-next{
  width: 50px;
  height: 60px;
  background-size: 100% 100%;
}
.one-news-item-content .bx-wrapper .bx-controls-direction a.bx-prev{
  left: 0px;
}
.one-news-item-content .bx-wrapper .bx-controls-direction a.bx-next{
  right: 0px;
}
.trumb-box.company-one-news-slider a.active{
  margin-top: -15px;
  padding-bottom: 15px;
}
.one-news-item-content .slider-block{
  padding-bottom: 15px;
}
.company-one-news-share{
  font-size: 12px;
  color: #707070;
  margin: 0;
  line-height: 25px;
  margin-top: 15px;
  letter-spacing: 1px;
}
.company-one-news-share .fa.fa-share{
  margin: 0px 10px 0px 5px;
}
.company-one-news-share .company-share-link-footer-wrap span.ya-share2__badge .ya-share2__icon{
  width: 25px;
  height: 25px;
  background-size: 22px 22px;
}
.company-one-news-share .company-share-link-footer-wrap li:hover span.ya-share2__badge .ya-share2__icon{
  background-color: #b5b5b5 !important;
}
.company-one-news-share .company-share-link-footer-wrap .ya-share2__item_service_facebook span .ya-share2__icon{
  background-position: 1px 1px;
}
.company-one-news-share .company-share-link-footer-wrap .ya-share2__item_service_vkontakte span .ya-share2__icon{
  background-position: 1px 2px;
}
.company-one-news-share .company-share-link-footer-wrap .ya-share2__item_service_twitter span .ya-share2__icon{
  background-position: 2px 1px;
}
.company-one-news-share .company-share-link-footer-wrap .ya-share2__item_service_linkedin span .ya-share2__icon{
  background-position: 2px 1px;
}
.company-one-news-share .company-share-link-footer-wrap span{
  background-color: #b5b5b5 !important;
}
.company-file-img .company-file-img-hover{
  display: none;
}
.company-file-img:hover .company-file-img-default{
  display: none;
}
.company-file-img:hover .company-file-img-hover{
  display: block;
}
.footer-prop-title-wrap{
  float: left;
  padding-right: 10px;
  background-color: #707070;
}

@media (max-width: 1190px){
  .company-profile-cover{
    height: auto;
  }
  .hotel-chain-hotel-info-wrap{
    width: 860px;
  }
  .hotel-chain-link-block{
    width: 260px;
  }
  .hotel-chain-slider{
    width: 790px;
  }
  #chain-slider .slick-next{
    top: 32%;
    right: -8%;
  }
  #chain-slider .slick-prev{
    top: 32%;
    left: -8%;
  }
}

/* COMPANY PROFILE END */
@media (max-width: 992px){
  .slick-prev{
    left: 5%;
  }
  .slick-next{
    right: 5%;
  }
  .files-wrap.files-wrap{
    padding: 15px 30px;
  }
}
@media (max-width: 992px){
  /*.links{
    display: none;
  }*/
  .hotel-chain-hotel-info-wrap{
    width: 610px;
  }
  .hotel-chain-slider{
    width: 560px;
  }
  #chain-slider .slick-next{
    top: 32%;
    right: -12%;
  }
  #chain-slider .slick-prev{
    top: 32%;
    left: -12%;
  }
  .chain-logo img{
    width: auto;
  }
  .links{
    width: 45px;
  }
  #main_slider_2016 .slick-list{
    height: 350px;
  }
  #main_slider_2016 .slick-arrow{
    height: 350px;
  }
  #main_slider_2016 .slick-next{
    background-position: 90% 51%;
  }
  #main_slider_2016 .slick-prev{
    background-position: 10% 51%;
  }
  .company-logo-container{
    width: auto;
    height: auto;
  }
  .company-top-section{
    margin-top: -100px;
  }
  .company-profile-cover{
    height: 200px;
  }
  .company-content-background{
    padding: 35px 0px 10px 0px;
  }
  .news-tab-title{
    margin-left: 0;
  }
  .promotion-content{
    padding: 25px;
  }
}
@media (max-width: 992px){
  .padding-sm{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 992px){
  .file-item-title{
    padding-left: 30px;
  }
  .tablet-chain-slider-style{
    margin-left: 12%;
  }
  .news-icon-sm{
    width: 85px;
  }
  .news-date{
    background-color: transparent;
    margin-bottom: 10px;
    padding: 8px 0px 8px 0px;
  }
  .one-news-img{
    padding-left: 0px;
  }
  .one-news-title{
    padding-bottom: 0px;
  }
  .chain-logo{
    padding: 10px 5px;
  }
  .chain-address{
    font-size: 12px;
    white-space: nowrap;
  }
  .video-wrap.video-wrap{
    padding: 35px 20px;
  }
  .trumb-box{
    width: 16.66%;
  }
  .hotel-chain-arrow{
    right: 30px;
  }
  .hotel-news-img{
    margin-right: 15px;
  }
  .news-wrap{
    padding-left: 15px;
    padding-right: 15px;
  }
  .hotel-chain-link-block{
    width: 180px;
  }
  .hotel-chain-link-block .chain-hotel-link{
    padding: 12px;
  }
  .hotel-chain-arrow{
    right: 5px;
  }
  .chain-hotel-link:hover .hotel-chain-arrow{
    right: 5px;
  }
  .chain-info{
    margin-right: -30px;
  }
}
@media (max-width: 767px){
  .company-description {
    padding: 15px;
    margin: 0;
  }
  .decription-padding{
    padding-left: 15px;
  }
  #main_slider_2016 .slick-list{
    height: inherit;
  }
  .no-col-padding-xs{
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-separator{
    display: none;
  }
  .big-pointer{
    display: none;
  }
  .video-wrap.video-wrap{
    margin-bottom: 0px;
    padding: 15px 0px 0px 0px;
  }
  .video-title{
    text-align: left;
  }
  .video-description.video-description{
    padding-bottom:10px;
  }
  .file-title{
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 10px;
  }
  .file-title h4{
    font-size: 16px;
  }
  .file-inner.file-inner{
    margin-bottom : 0px;
    padding-bottom: 0px;
  }
  .footer-title{
    line-height: 28px;
    font-size: 18px;
  }
  .news-img.news-img{
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .weather-col-item{
    width: 99%;
    margin-bottom: 4%;
  }
  .weather-prop-title{
    line-height: 28px;
  }
  .auth-title{
    font-size: 11px;
  }
  .news-wrap{
    padding: 10px 15px 25px 15px;
  }
  .one-news-content{
    margin-bottom: 10px;
  }
  .weather-col-item{
    width: 48%;
  }
  .slick-slider{
    margin-bottom: 50px;
  }
  .hotel-main-info{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .trumb-box{
    width: 33.333%;
    overflow: hidden;
  }
  .trumb-box a,.trumb-box a img{
    width: 100%;
  }
  /*.chain-info{
    min-height: 240px;
  }*/
  .chain-title{
    padding: 10px 0px 5px 0px;
    margin-bottom: 0px;
    text-align: center;
    height: 55px;
  }
  .hotel-chain-link-block{
    float: left !important;
    width: 100%;
  }
  .chain-address{
    height: 50px;
    text-align: center;
    display: block !important;
  }
  .affix-menu.affix-menu{
    white-space: inherit;
    font-size: 16px;
    padding-top: 7px;
    background: linear-gradient(to bottom,#707070 ,#4C4C4C 100%);
    border-bottom: 0;
  }
  .hamburger-xs{
    font-size:24px;
  }
  .img-thumb{
    padding: 0px 2px;
  }
  #chain-slider .slick-prev{
    top: 34%;
    left : -40%;
  }
  #chain-slider .slick-next{
    top: 34%;
    right: -40%;
  }
  #chain-slider{
    margin-bottom: 20px;
  }
  .footer-title{
    margin-right: 0px;
  }
  .chain-info{
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main_slider_2016{
    height: 200px;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  .slick-list.draggable{
    height: 100%;
  }
  .slick-track{
    height: 100%;
  }
  .slick-slide img{
    height: 100%;
  }
  .slick-slide .chain-tringle img{
    height: auto;
  }
  .panel-group.absolute{
    position: relative;
  }
  .bx-viewport{
    height: auto !important;
  }
  .bx-wrapper .bx-controls-direction{
    display: none;
  }
  #main_slider_2016 .slick-arrow{
    height: 200px;
  }
  .mobile-hotel-chain-logo{
    width: 100%;
  }
  .chain-title.without-address{
    text-align: center;
  }
  .br{
    margin-bottom: 0px;
  }
  .br-big{
    margin-bottom: 0px;
  }
  .sub-tab p.room_description_text{
    padding: 10px 0px;
    margin: 0px;
  }
  .sub-tab p{
    padding: 0;
    margin: 0;
  }
  .sub-tab .br{
    margin: 0;
  }
  .panel-group{
    margin-bottom: 0;
  }
  .hotel-chain-prop-title-wrap .prop-img.footer-title-icon{
    width: 80px;
    height: 73px;
    padding: 5px 10px 5px 5px;
  }
  .tablet-chain-slider-style{
    margin-left: inherit;
  }
  .special-col-for-chain{
    padding-left: 0;
  }
  #chain-slider .slick-list{
    height: auto !important;
  }
  .hotel-chain-hotel-info-wrap{
    width: 100%;
  }
  .hotel-chain-slider{
    width: 64%;
    margin-left: 18%;
  }
  #chain-slider .slick-next{
    top: 33%;
    right: -25%;
  }
  #chain-slider .slick-prev{
    top: 33%;
    left: -25%;
  }
  .public-page-arrow-back{
    margin: 0;
  }
}
@media (max-width: 767px){
  .hotel-menu{
    background-color: transparent;
    margin-bottom: 0px;
    display: block;
  }
}
@media (max-width: 767px){
 .hotel-menu-item{
   background-color: #F7F7F7;
   margin-bottom: 15px;
   width: 100%;
 }
}
@media (max-width: 480px){
   .news-icon-sm{
     width: 25%;
   }
   .news-page-icon{
     padding: 0px 5px;
   }
}
#grant_btn{
  margin-bottom: 10px;
  padding: 22px;
  font-size: 20px;
  display: none;
}
.video-border{
  border: 2px solid black;
  border-radius: 5px;
  cursor: pointer;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
img.video-icon{
  height: 50px;
}
.video-border:hover img.video-icon{
  height: 60px;
}

.login-pop-up-div{
  display: none;
}
div[data-gen='pass-sender']{
  display: none;
}
#password_reset_form{
  display: none;
}
#search_container{
  position: absolute;
}
p[data-wrap='crop_width_info_wrap']{
  display: none;
}
</pre></body></html>