#search {
  
}

#search h4 {
  font: 18px/22px "Trebuchet MS",Verdana,sans-serif;
  color: #444;
  background: #FCFCFC none repeat scroll 0% 0%;
  border-top: 7px solid #F0F0E8;
  text-transform: uppercase;
  text-align: center;
  padding: 22px 10px 23px;
  margin: 0px 0px 20px;
}

.clear {
  clear: both; }

div.space {
  height: 20px; 
}

#search .space,
#hot-spec .space {
  height: 34px; 
}

#search .form-1 {
  background: #06b8bc;
}

#search .form-2 {
  position: relative;
  background: url(../images/tv/bg_net.png) #dddddd;
  padding-bottom: 10px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#search .form-2.disabled {
  opacity: 0.5;
}

#search .group-1 {
  float: left;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: -1px -1px 0px #777;
  min-height: 92px;
  width: 50%; }
  @media (max-width: 767px) {
    #search .group-1 {
      float: left;
      min-height: 92px;
      min-width: 290px;
      width: 100%; } }

#search .group-2 {
  float: left;
  color: rgba(58, 58, 58, 0.8);
  text-shadow: 1px 1px 0px #F1F1F1;
  min-height: 120px;
  width: 50%; }
  @media (max-width: 767px) {
    #search .group-2 {
      float: left;
      min-height: 120px;
      min-width: 290px;
      width: 100%; } }

#search .block-1 {
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%; }
  @media (max-width: 480px) {
    #search .block-1 {
      float: left;
      min-width: 290px;
      width: 100%; } }
  
#search .block-2 {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; 
}

#search .half-block-left {
  float: left;
  width: 49%; 
}

#search .half-block-right {
  float: right;
  width: 49%; 
}

#search #hotel-block {
  float: left;
  width: 70%; }
  @media (max-width: 480px) {
    #search #hotel-block {
      float: left;
      width: 100%; } }

#search #search-button-block {
float: left;
margin-top: 22px;
text-align: center;
width: 30%; }
@media (max-width: 480px) {
  #search #search-button-block {
    float: left;
    text-align: center;
    margin-top: 10px;
    width: 100%; } }


#search .search-button {
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 25px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #06b8bc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 45px;
  font-family: "FontAwesome";
  margin-left: auto; 
  margin-right: auto; 
  text-shadow: none;
  box-shadow: 1px 1px 2px #444;
}

#search .search-button:before {
  content: "\f061";
}

#search .search-button:hover {
  color: #FEE162;
  cursor: pointer;
  box-shadow: 1px 1px 3px #222;
}


#search .search-label {
  float: none;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 0px;
}

#search .search-label-left {
  float: left;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 0px;
}

#label-resort {
  float: left;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 0px;
}

#search .search-inputbox {
  width: 100%;
  background-color: #FCFCFC;
  background-image: url("../images/tv/trans_grey_grad.png");
  background-position: left -20px;
  background-repeat: repeat-x;
  font-size: 16px;
  font-weight: 600;
  /* text-transform: lowercase; */
  text-align: left;
  padding: 8px 10px;
  color: #404040;
  cursor: pointer;
  position: relative;
  font-family: "Tourvisor","Trebuchet MS",arial,sans-serif;
  /* text-shadow: -1px -1px 0px #FFF; */
  text-shadow: none;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#search-city-id {
  background-color: #f1c702 !important;
}

#search .search-inputbox:hover {
  background: #FFFFFF;
  box-shadow: 1px 1px 3px #222222;
}

#search .search-inputbox.active {
  box-shadow: 1px 1px 3px #222222 inset;
  border-radius: 2px 2px 0 0;
  background-color: #f1c702;
}

#search .search-inputbox .search-inputbox-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Tourvisor","Trebuchet MS",arial,sans-serif;
}

#search .search-inputbox.calendar {
  padding: 0;
}

#search .search-inputbox.calendar input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 8px 24px 8px 10px;
  margin: 0px;
  background: url("../images/tv/calend.png") right center no-repeat;

  cursor: pointer;
}

#search .search-checkbox {
  float: none;
  padding: 0px;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#search .search-checkbox.programm-name {
  background: #EBEBEB;
}

#search .search-checkbox.delim {
  padding: 0;
  line-height: 0;
  height: 0;
  border-bottom: 2px #FFBF28 solid;
}

#search .search-checkbox.shift {
  margin-left: 20px !important;
}

#search .search-checkbox .search-checkbox-image {
  background-image: url("../images/tv/sprite.png");
  background-position: -88px 0px;
  cursor: pointer;
  height: 15px;
  width: 14px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 1px 0px 6px;
  top: 3px;
}

#search .search-checkbox.checked .search-checkbox-image {
  background-position: -88px -16px;
}

#search .search-checkbox .search-checkbox-image.checked {
  background-position: -88px -16px;
}

#search .search-checkbox .search-checkbox-content {
  font-size: 12px;
  /* text-transform: uppercase; */
  cursor: pointer;
  font-family: "Tourvisor","Trebuchet MS",arial,sans-serif;
  text-shadow: none;
  margin-left: 4px;
  text-align: left;
  display: inline;
  vertical-align: top;
}

#search .search-wrapper {
  background-color: #FCFCFC;
  border: 1px solid #BBB;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #DCDCDC inset;
  height: auto;
  padding: 2px;
  overflow: hidden;
  margin-bottom: 5px;
}

#search .search-wrapper .search-wapper-listbox-resort {
  width: 100%;
  background-color: #FCFCFC;
  overflow-x: hidden;
  overflow-y: auto;
  height: 234px;
}

#search .search-hotel-rating {
  margin-bottom: 5px;
  float: left;
}

#search .search-hotel-rating .search-hotel-rating-container {
  width: 130px;
}

#search .search-hotel-rating .search-hotel-rating-container .search-hotel-rating-imagebox {
  float: left;
  width: 20px;
  height: 20px;
  margin: 3px;
  cursor: pointer;
}

#search .search-hotel-rating .search-hotel-rating-container .search-hotel-rating-imagebox .search-hotel-rating-star {
  background-image: url("../images/tv/sprite.png");
  width: 20px;
  height: 20px;
  background-position: 0px -23px;
}

#search .search-hotel-rating .search-hotel-rating-container .search-hotel-rating-imagebox .search-hotel-rating-star.active {
  background-position: 0px 0px;
}

#search .search-wrapper.input {
  margin-bottom: 5px;
}

#search .search-wrapper .search-input {

}

#search .search-wrapper .search-input input {
  width: 100%;
  background-color: #FCFCFC;
  border: medium none;
  color: #555;
  font-family: trebuchet ms;
  font-size: 14px;
  font-style: italic;
  padding: 5px;
  margin: 2px;
  box-shadow: none;
  text-shadow: none;
  text-indent: 0px;
  height: auto;
  background-image: none;
}

#search .search-update-listbox {
  position: relative;
}

#search .search-wrapper .search-wapper-listbox-hotel {
  overflow-y: scroll;
  overflow-x: hidden;
  border: medium none;
  background-color: #FCFCFC;
  padding: 4px 0px;
  height: 125px;
}

#search .search-update-listbox .search-update-waiter {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../images/tv/waiter.gif");
  top: 8px;
  right: 23px;
  background-size: 15px 15px;
}

#search .search-list-waiter,
#hot-spec .search-list-waiter,
.search-list-waiter {
  width: 100%;
  height: 100%;
  min-height: 120px;
  background-image: url("../images/tv/loader.gif");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center center;
}

#search .search-list-pager,
#hot-spec .search-list-pager {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 20px;
}

#search .search-list-pager,
#hot-spec .search-list-pager{
  font-size: 12px;
  line-height: 18px;
  color: #3B3B3B;
  text-transform: uppercase;
}

#search .search-list-pager a,
#hot-spec .search-list-pager a{
  font-size: 12px;
  line-height: 18px;
  color: #3B3B3B;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

#search .search-list-pager a:hover,
#hot-spec .search-list-pager a:hover{
  color: #89BD19;
}

#search .hide {
  display: none;
}

#search .search-combobox {
  color: rgba(58, 58, 58, 0.8);
  text-shadow: 1px 1px 0px #F1F1F1;
  margin-bottom: 15px;
}

#search .search-textbox {
  width: 100%;
  background-color: #FCFCFC;
  background-image: url("../images/tv/trans_grey_grad.png");
  background-position: left -30px;
  font-size: 14px;
  font-weight: normal;
  color: #303030;
  background-repeat: repeat-x;
  padding: 4px 8px;
  text-transform: lowercase;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-family: "Tourvisor","Trebuchet MS",arial,sans-serif;
  text-shadow: -1px -1px 0px #FFF;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #444;
}

#search .search-textbox:hover {
  background: #FFFFFF;
  box-shadow: 1px 1px 3px #222;
}

#search .search-textbox .search-textbox-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Tourvisor","Trebuchet MS",arial,sans-serif;
}

#search .search-textbox .search-textbox-selector {
  background-image: url("../images/tv/sprite.png");
  background-position: 0px -45px;
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  height: 12px;
  margin-top: 7px;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 12px;
  /* z-index: 1; */
}

#search .search-inputbox .search-inputbox-selector {
  background-image: url("../images/tv/sprite.png");
  background-position: 0px -45px;
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  height: 12px;
  margin-top: 12px;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 12px;
  z-index: 1;
}

#search .search-inputbox.active .search-inputbox-selector {
  transform: rotate(180deg);
}

#search .search-slider {
  width: 100%;
  margin-top: 7px;
  float: left;
}

#search .search-slider-node {
  height: 6px;
  background-color: #BBBABA;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAiSURBVBhXYxAXF49giI+Pj2ZwcXExYeDl5RVmAAJmEIEEAGdgA1NjbjEkAAAAAElFTkSuQmCC");
  border-radius: 3px;
  position: relative;
  border: 1px solid #ADAAAA;
}

#search .search-slider-range {
  height: 6px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAiSURBVBhXYxAXF49giI+Pj2ZwcXExYeDl5RVmAAJmEIEEAGdgA1NjbjEkAAAAAElFTkSuQmCC");
  background-color: #41BE41;
  position: absolute;
  /* z-index: 1; */
}

#search .search-slider-hand {
  position: absolute;
  height: 22px;
  width: 22px;
  background-image: url("../images/tv/sprite.png");
  background-position: 1px 45px;
  top: -9px;
  /* z-index: 2; */
  margin-left: -11px;
}

#search .search-slider-label {
  margin-top: 10px;
  height: 25px;
  padding: 6px;
  line-height: 12px;
  text-align: center;
  border-radius: 2px;
  float: left;
  text-shadow: none;
  font-family: "Tourvisor","Trebuchet MS",arial,sans-serif;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-bottom: 5px;
}

#search .search-slider-label.last {
  float: right;
}

#search #search-price {
  padding-left: 5px;
  padding-right: 5px;
}


#search .search-persons-block {
  width: 30%;
  /* height: 60px; */
  margin-bottom: 5px;
  float: left; }
  @media (max-width: 480px) {
    #search .search-persons-block {
      min-width: 135px;
      /* height: 60px; */
      float: left;
      width: 50%; } }

#search .search-persons-container {
  width: 80px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

#search .search-adults {
  float: left;
  margin-bottom: 5px;
}

#search .search-adults .search-adults-container {
  float: right;
  width: 80px;
}

#search .search-adults .search-adults-container .search-adults-imagebox {
  float: left;
  width: 20px;
  height: 34px;
  margin: 0px;
  padding-top: 0px;
  padding-left: 0px;
  cursor: pointer;
}

#search .search-adults .search-adults-container .search-adults-imagebox .search-adults-person {
  background-image: url("../images/tv/sprite.png");
  width: 16px;
  height: 32px;
  background-position: -32px -38px;
}

#search .search-adults .search-adults-container .search-adults-imagebox .search-adults-person.active {
  background-position: -32px -75px;
}


#search .search-childs {
  margin-bottom: 5px;
  float: left;
}

#search .search-childs .search-childs-container {
  float: right;
  width: 130px;
}

#search .search-childs .search-childs-container .search-childs-imagebox {
  float: left;
  width: 20px;
  height: 30px;
  padding-top: 12px;
  padding-left: 3px;
  cursor: pointer;
}

#search .search-childs .search-childs-container .search-childs-imagebox .search-childs-person {
  background-image: url("../images/tv/sprite.png");
  width: 12px;
  height: 20px;
  background-position: -33px -112px;
}

#search .search-childs .search-childs-container .search-childs-imagebox .search-childs-person.active {
  background-position: -33px -135px;
}

#search .search-childs-age-block {

}
#search .search-childs-age-select {
  width: 80px;
  margin-top: 12px;
}

.toggler {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  z-index: 0;
}

.toggler.active {
  height: 205px;
  margin-bottom: -205px;
  z-index: 3 !important;
}

.toggler.short.active {
  height: 126px;
  margin-bottom: -126px;
  z-index: 3 !important;
}

.toggler-list {
  background: #FCFCFC;
  width: 100%;
  min-height: 16px;
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: none;
  overflow-y: auto;
  box-shadow: 1px 1px 1px #DCDCDC inset;
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  display: none;
}

.city-choice {
  width: 100%;
  height: 22px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  text-shadow: none;
}

.city-choice:hover {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.city-choice.active {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.country-choice-header {
  width: 100%;
  height: 20px;
  color: #444444;
  background: #F1F1F1;
  border-top: 2px #FFBF28 solid;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
  padding-left: 5px;
}

.country-choice {
  width: 100%;
  height: 20px;
  color: #000000;
  font-size: 12px;
  text-shadow: none;
}

.country-choice:hover {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.country-choice.active {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.country-choice-flag {
  background-position: 5px center;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  float: left;
}

.country-menu-flag {
  background-position: 5px center;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  float: left;
}

.country-text-flag {
  background-position: 1px center;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
  float: left;
}

.min-nights-choice {
  width: 100%;
  height: 20px;
  padding-left: 5px;
  color: #000000;
  font-size: 12px;
  text-shadow: none;
}

.min-nights-choice:hover {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.min-nights-choice.active {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.max-nights-choice {
  width: 100%;
  height: 20px;
  padding-left: 5px;
  color: #000000;
  font-size: 12px;
  text-shadow: none;
}

.max-nights-choice:hover {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.max-nights-choice.active {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.basis-choice {
  width: 100%;
  height: 20px;
  color: #000000;
  font-size: 12px;
  padding-left: 5px;
  text-shadow: none;
}

.basis-choice:hover {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.basis-choice.active {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.basis-choice-header {
  width: 30px;
  height: 20px;
  float: left;
  font-weight: bold;
}

.hotel-real-rating-choice {
  width: 100%;
  height: 20px;
  color: #000000;
  font-size: 12px;
  padding-left: 5px;
  text-shadow: none;
}

.hotel-real-rating-choice:hover {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.hotel-real-rating-choice.active {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.hotel-real-rating-choice-header {
  width: 30px;
  height: 20px;
  float: left;
  font-weight: bold;
}

.service-choice {
  width: 100%;
  height: 20px;
  color: #000000;
  font-size: 12px;
  padding-left: 5px;
  text-shadow: none;
}

.service-choice:hover {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.service-choice.active {
  color: #FFFFFF;
  background: #06b8bc;
  cursor: pointer;
}

.service-choice-header {
  width: 30px;
  height: 20px;
  float: left;
  font-weight: bold;
}

#search .search-wrapper .search-checkbox:hover {
  color: #FFFFFF;
  background: #06b8bc;
}

.hide {
  display: none;
}

.checked-hide {
  display: none;
}

.content-hide {
  display: none;
}

.resort-hide {
  display: none;
}

.stars-hide {
  display: none;
}

.hotel-hide {
  display: none;
}


.search-result-blockX {
  min-height: 120px;
  width: 100%;
  background: #FFFFFF none repeat scroll 0px 0px;
  border: 5px solid #F0F0E8;
  padding: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 5px 0px rgba(250, 250, 246, 0.1);
}

.search-result-blockX:hover {
  cursor: pointer;
  border: 5px solid #F6C636;
}


.search-result-group {
  min-height: 120px;
  width: 100%;
  background: #FFFFFF none repeat scroll 0px 0px;
  box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.1);
}

.search-result-group .search-result-block-1 {
  float: left;
  color: #8E8E8E;
  min-height: 100px;
  width: 20%; }
  @media (max-width: 767px) {
    .search-result-group .search-result-block-1 {
      float: left;
      min-height: 100px;
      width: 40%; } }
  @media (max-width: 480px) {
    .search-result-group .search-result-block-1 {
      float: left;
      min-height: 100px;
      min-width: 290px;
      width: 100%; } }

.search-result-group .search-result-block-2 {
  float: left;
  color: #8E8E8E;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 80px;
  width: 60%; }
  @media (max-width: 480px) {
    .search-result-group .search-result-block-2 {
      float: left;
      text-align: center;
      min-height: 80px;
      min-width: 290px;
      width: 100%; } }

.search-result-group .search-result-block-3 {
  float: left;
  color: #8E8E8E;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 80px;
  text-align: center;
  width: 20%; }
  @media (max-width: 767px) {
    .search-result-group .search-result-block-3 {
      float: left;
      min-height: 80px;
      min-width: 290px;
      width: 100%; } }

.search-result-group .search-result-block-4 {
  float: left;
  color: #8E8E8E;
  min-height: 40px;
  width: 100%; }
  
#search .image-container,
#hot-spec .image-container {
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 7px solid #F0F0E8;
}

#search .image-responsive,
#hot-spec .image-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

#search h5,
#hot-spec h5 {
  font: 16px/14px "Trebuchet MS",Verdana,sans-serif;
  color: #222;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 10px;
}

#search h6,
#hot-spec h6{
  font: 14px/12px "Trebuchet MS",Verdana,sans-serif;
  color: #888;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 10px;
}

#search h5 span.stars,
#hot-spec h5 span.stars {
  font-weight: bold;
  color: #FFBF28;
}

#search h6 span,
#hot-spec h6 span {
  font: 12px/10px "Trebuchet MS",Verdana,sans-serif;
}

#search .price,
#hot-spec .price,
.tour-price .price {
  font: 16px/12px "Trebuchet MS",Verdana,sans-serif;
  color: #0092DD;
  display: inline-block;
  margin-bottom: 5px;
}

#search .price.price-from,
#hot-spec .price.price-from,
.tour-price .price.price-from
{
  font: 26px/28px "Trebuchet MS",Verdana,sans-serif;
}

#search .price.price-from span,
#hot-spec .price.price-from span,
.tour-price .price.price-from span {
  font: 20px/16px "Trebuchet MS",Verdana,sans-serif;
}

#search .price span,
#hot-spec .price span,
.tour-price .price span {
  font: 14px/10px "Trebuchet MS",Verdana,sans-serif;
}


#search .old-price,
#hot-spec .old-price,
.tour-price .old-price {
  font: 14px/10px "Trebuchet MS",Verdana,sans-serif;
  color: #6f6f6f;
  text-decoration: line-through;
  display: inline-block;
  margin-bottom: 5px;
}

#search .old-price.price-from,
#hot-spec .old-price.price-from,
.tour-price .old-price.price-from
{
  font: 16px/18px "Trebuchet MS",Verdana,sans-serif;
}

#search .old-price.price-from span,
#hot-spec .old-price.price-from span,
.tour-price .old-price.price-from span {
  font: 12px/10px "Trebuchet MS",Verdana,sans-serif;
}

#search .old-price span,
#hot-spec .old-price span,
.tour-price .old-price span {
  font: 10px/8px "Trebuchet MS",Verdana,sans-serif;
}


#search .search-hotel-description,
#hot-spec .search-hotel-description {
  max-height: 120px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}

#offer-day-content .button-container {
  text-align: right;
}
@media (max-width: 767px) {
  #offer-day-content .button-container {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#offer-day-content .button-block {
  margin-left: 20px;
  margin-top: -18px;
  margin-bottom: 10px;
  height: 36px;
}
@media (max-width: 767px) {
  #offer-day-content .button-block {
    margin: 0px;
  }
}

#search .button-block,
#hot-spec .button-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

#search .width-25,
#hot-spec .width-25,
#subscribe .width-25 {
  float: left;
  width: 25% !important;
}

#search .width-50,
#hot-spec .width-50,
#subscribe .width-50 {
  float: left;
  width: 50% !important;
}

#search .width-75,
#hot-spec .width-75,
#subscribe .width-75 {
  float: left;
  width: 75% !important;
}

#search .list-button,
#offer-day-content .list-button,
#hot-spec .list-button {
  border-radius: 50%;
  color: #FFF !important;
  display: block;
  font-size: 20px !important;
  height: 36px;
  line-height: 36px !important;
  text-align: center;
  background: #444 none repeat scroll 0% 0%;
  transition: all 0.3s ease 0s;
  width: 36px;
  font-family: "FontAwesome";
  margin-left: auto;
  margin-right: auto;
  text-shadow: none;
  position: relative;
  display: inline-block;
}

#search .list-button:hover,
#offer-day-content .list-button:hover,
#hot-spec .list-button:hover {
  background: #06b8bc none repeat scroll 0% 0%;
  color: #FEE162 !important;
  cursor: pointer;
}

#search .line-button,
#hot-spec .line-button {
  border-radius: 50%;
  color: #FFF;
  display: block;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #444 none repeat scroll 0% 0%;
  transition: all 0.3s ease 0s;
  width: 24px;
  font-family: "FontAwesome";
  margin-left: auto;
  margin-right: auto;
  text-shadow: none;
  position: relative;
  display: inline-block;
}

#search .line-button:hover,
#hot-spec .line-button:hover {
  background: #06b8bc none repeat scroll 0% 0%;
  color: #FEE162;
  cursor: pointer;
}

#search .open-list-button:before,
#offer-day-content .open-list-button:before,
#hot-spec .open-list-button:before {
  content: "\f107";
}

#search .close-list-button:before,
#offer-day-content .close-list-button:before,
#hot-spec .close-list-button:before {
  content: "\f106";
}

#search .enter-line-button:before,
#hot-spec .enter-line-button:before {
  content: "\f101";
}

#search .top-list-button:before,
#hot-spec .top-list-button:before {
  content: "\f102";
}

#search .top-list-button,
#hot-spec .top-list-button {
  margin-top: -10px;
  margin-right: 10px;
}

#search .search-top,
#hot-spec .search-top {
  max-width: 50px;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
  text-align: right;
}

.search-result-price-group {
  min-height: 25px;
  width: 100%;
  color: #8E8E8E;
  background: transparent linear-gradient(to bottom, #F2F7E9 0%, #FDFEFB 100%) repeat scroll 0% 0%;
  border-top: 2px solid #F0F0E8;
}

.search-result-price-group:hover {
  color: #444;
  background: transparent linear-gradient(to bottom, #F2F7E9 0%, #FDFEFB 100%) repeat scroll 0% 0%;
  border-top: 2px #F6C636 solid;
  cursor: pointer;
}

.search-result-price-group:hover .line-button {
  background: #06b8bc none repeat scroll 0% 0%;
  color: #FEE162;
  cursor: pointer;
}

.search-result-price-group .search-result-price-block-1 {
  float: left;
  min-height: 25px;
  padding: 2px;
  width: 80%; }
  @media (max-width: 767px) {
    .search-result-price-group .search-result-price-block-1 {
      float: left;
      min-height: 25px;
      width: 75%; } }
  @media (max-width: 480px) {
    .search-result-price-group .search-result-price-block-1 {
      float: left;
      min-height: 50px;
      min-width: 290px;
      width: 100%; } }

.search-result-price-group .search-result-price-block-2 {
  float: left;
  min-height: 25px;
  width: 20%; }
  @media (max-width: 767px) {
    .search-result-price-group .search-result-price-block-2 {
      float: left;
      min-height: 50px;
      width: 25%; } }
  @media (max-width: 480px) {
    .search-result-price-group .search-result-price-block-2 {
      float: left;
      min-height: 25px;
      min-width: 290px;
      width: 100%; } }

.search-result-price-group .search-result-price-block-1-1 {
  float: left;
  border-right: 1px solid #FFF;
  width: 15%; }
  @media (max-width: 767px) {
    .search-result-price-group .search-result-price-block-1-1 {
      float: left;
      width: 25%; } }
  @media (max-width: 480px) {
    .search-result-price-group .search-result-price-block-1-1 {
      float: left;
      width: 25%; } }

.search-result-price-group .search-result-price-block-1-2 {
  float: left;
  border-right: 1px solid #FFF;
  width: 15%; }
  @media (max-width: 767px) {
    .search-result-price-group .search-result-price-block-1-2 {
      float: left;
      width: 25%; } }
  @media (max-width: 480px) {
    .search-result-price-group .search-result-price-block-1-2 {
      float: left;
      width: 25%; } }

.search-result-price-group .search-result-price-block-1-3 {
  float: left;
  border-right: 1px solid #FFF;
  width: 15%; }
  @media (max-width: 767px) {
    .search-result-price-group .search-result-price-block-1-3 {
      float: left;
      width: 25%; } }
  @media (max-width: 480px) {
    .search-result-price-group .search-result-price-block-1-3 {
      float: left;
      width: 25%; } }

.search-result-price-group .search-result-price-block-1-4 {
  float: left;
  border-right: 1px solid #FFF;
  width: 15%; }
  @media (max-width: 767px) {
    .search-result-price-group .search-result-price-block-1-4 {
      float: left;
      border: none;
      width: 25%; } }
  @media (max-width: 480px) {
    .search-result-price-group .search-result-price-block-1-4 {
      float: left;
      border: none;
      width: 25%; } }

.search-result-price-group .search-result-price-block-1-5 {
  float: left;
  text-align: center;
  width: 40%; }
  @media (max-width: 767px) {
    .search-result-price-group .search-result-price-block-1-5 {
      float: left;
      text-align: left;
      width: 100%; } }
  @media (max-width: 480px) {
    .search-result-price-group .search-result-price-block-1-5 {
      float: left;
      text-align: left;
      width: 100%; } }


.enter-price-block {
  width: 100%
  height: 100%;
  text-align: right;
  vertical-align: center;
  padding: 5px; }
  @media (max-width: 480px) {
  .enter-price-block {
    width: 100%
    height: 100%;
    text-align: center;
    vertical-align: center;
    padding: 5px; } }

.price-block-half {
  float: left;
  width: 50%;
}

.price-block-text {
}

.price-block-text-left {
  text-align: left; 
}

.price-block-text-center {
  text-align: center; 
}

.price-block-text-right {
  text-align: right; 
}

.price-block-text {
  font-size: 12px; 
}

.price-block-text-header {
  font-size: 12px; 
  font-weight: bold;
}

.price-block-text-sub {
  font-size: 12px;
  font-style: italic;
}

#search-results, 
#hot-spec-results {
  padding-top: 10px;
  min-height: 10px;
}

.tour-nav-button {
  float: left;
  min-width: 150px;
  text-align: center;
  padding: 3px 10px;
  margin: 10px 5px;
  font-size: 14px;
  color: #959292;
  border-radius: 1px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  cursor: default;
  border: 1px solid #E1E1E1;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.5;
  font-family: 'Tourvisor', 'Trebuchet MS', arial, sans-serif;
}

.tour-nav-button:hover {
  border: 1px solid #cacaca;
}

.tour-nav-button:active {
  box-shadow: 0 0 4px #bbb inset;
}

.tour-nav-button.active {
  color: #06b8bc;
  background: #FFF none repeat scroll 0px 0px;
  box-shadow: none;
  border: 1px solid #E1E1E1;
  cursor: default;
}

.tour-nav-button.right {
  margin-right: 10px;
  float: right;
}

.block-info-header-modal {
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  padding: 0px;
}
@media (max-width: 480px) {
  .block-info-header-modal {
    overflow: auto;
    width: 100%;
    max-height: 1000px;
  }
}

.block-info-nav-modal {
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  /* max-height: 50px; */
  padding: 0px;
}
@media (max-width: 480px) {
  .block-info-nav-modal {
    overflow: hidden;
    width: 100%;
    max-height: 50px;
    max-height: 500px;
  } 
}

#layer_cart .col-md-12 .block-info-modal {
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  padding-top: 5px;
  padding-right: 0px;
  width: 100%;
  border-top: 1px solid #EAEAE0;
}

#layer_cart .col-md-6 .block-info-modal {
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  padding-top: 5px;
  padding-right: 0px;
  border-top: 1px solid #EAEAE0;
}
@media (max-width: 991px) {
  #layer_cart .col-md-6 .block-info-modal {
    min-height: 100px;
    max-height: 500px;
  }
}

#layer_cart .layer_cart_hotel {
  padding: 30px 30px 30px 30px;
  overflow: hidden;
  position: static; }

.block-info-modal ul {
  list-style: square;
  margin-top: 0;
  margin-bottom: 0;
}

.block-info-modal ul li {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.block-info-modal h2 {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}

.block-info-modal p, 
.block-info-modal div, 
.block-info-modal li {
  font-size: 12px;
}

#layer_cart .layer_cart_hotel .hotel-image-container {
  position: relative;
  background: white;
  padding: 0;
  float: left;
  max-width: 178px;
  margin-right: 30px; }
  @media (max-width: 480px) {
    #layer_cart .layer_cart_hotel .hotel-image-container {
      float: none;
      margin-right: 0;
      margin-bottom: 10px; } }

.description-content h1,
#layer_cart .layer_cart_hotel h1 {
  font: 400 20px/22px "Trebuchet MS", Verdana, sans-serif;
  color: #06b8bc;
  margin: 0 0 15px;
  padding-right: 100px; }
  @media (max-width: 767px) {
    .description-content h1,
    #layer_cart .layer_cart_hotel h1 {
      font-size: 18px;
      padding-right: 0;
      line-height: normal; } }
.description-content h2,
#layer_cart .layer_cart_hotel h2 {
  font: 400 18px/20px "Trebuchet MS", Verdana, sans-serif;
  color: #06b8bc;
  margin: 0 0 10px;
  padding-right: 100px; }
  @media (max-width: 767px) {
    .description-content h2,
    #layer_cart .layer_cart_hotel h2 {
      font-size: 16px;
      padding-right: 0;
      line-height: normal; } }
  #layer_cart .layer_cart_hotel h2 i {
    font-size: 18px;
    line-height: 18px;
    float: left;
    padding-right: 8px; }
    @media (max-width: 767px) {
      #layer_cart .layer_cart_hotel h2 i {
        font-size: 16px;
        line-height: 16px; } }
  #layer_cart .layer_cart_hotel .layer_cart_hotel_info {
    padding: 12px 0 0 0; }
    #layer_cart .layer_cart_hotel .layer_cart_hotel_info #layer_cart_hotel_title {
      display: block;
      padding-bottom: 8px; }
    .description-content div,
    #layer_cart .layer_cart_hotel .layer_cart_hotel_info > div {
      padding-bottom: 7px; }
      #layer_cart .layer_cart_hotel .layer_cart_hotel_info > div strong {
        padding-right: 3px; }

#layer_cart .layer_cart_tour {
  background: #fafafa;
  border-left: 1px solid #eaeae0;
  padding: 30px 30px 30px 30px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  position: relative; }
  @media (min-width: 1200px) {
    #layer_cart .layer_cart_tour {
      min-height: 318px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #layer_cart .layer_cart_tour {
      min-height: 360px; } }
  @media (max-width: 991px) {
    #layer_cart .layer_cart_tour {
      -moz-border-radius: 0px 0 4px 4px;
      -webkit-border-radius: 0px;
      border-radius: 0px 0 4px 4px;
      border-left: none;
      border-top: 1px solid #eaeae0; } }
  #layer_cart .layer_cart_tour h1 {
    font: 400 20px/22px "Trebuchet MS", Verdana, sans-serif;
    color: #06b8bc;
    border-bottom: 1px solid #eaeae0;
    padding-bottom: 13px;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      #layer_cart .layer_cart_tour h1 {
        font-size: 18px; } }
  #layer_cart .layer_cart_tour h2 {
    font: 400 18px/20px "Trebuchet MS", Verdana, sans-serif;
    color: #06b8bc;
    /* border-bottom: 1px solid #eaeae0; */
    padding-bottom: 13px;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      #layer_cart .layer_cart_tour h2 {
        font-size: 16px; } }
  #layer_cart .layer_cart_tour .layer_cart_row {
    padding: 0 0 7px 0; }
  #layer_cart .layer_cart_tour .layer_cart_row-2 {
    float: left;
    width: 50%; }
  @media (max-width: 480px) {
    #layer_cart .layer_cart_tour .layer_cart_row-2 {
      float: left;
      width: 100%; } }
  #layer_cart .layer_cart_tour .button-container {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    width: 100%;
    text-align: right;
    margin-top: 5px;
    padding: 5px 0; }
    @media (max-width: 480px) {
      #layer_cart .layer_cart_tour .button-container {
        text-align: center; } }
    #layer_cart .layer_cart_tour .button-container .btn {
      width: 160px;
      margin-bottom: 10px; }
    #layer_cart .layer_cart_tour .button-container .btn.active {
      display: none; }
    #layer_cart .layer_cart_tour .button-container span.btn-md {
      margin-right: 5px; }

#layer_cart .header {
  color: #333;
}

#layer_cart .price {
  font: 26px/28px "Trebuchet MS",Verdana,sans-serif;
  color: #0092DD;
}
#layer_cart .price span {
  font: 16px/18px "Trebuchet MS",Verdana,sans-serif;
}

.col-md-12 .hotel-image-block {
  width: 100%;
  min-height: 290px;
}

.col-md-6 .hotel-image-block {
  overflow: hidden;
  width: 100%;
  max-height: 290px;
  }
  @media (max-width: 991px) {
    .col-md-6 .hotel-image-block {
      max-height: 500px;
    }
  }

.col-md-12 .hotel-image-preview-block {
  overflow: hidden;
  float: left;
  width: 30%;
  }
  @media (max-width: 991px) {
    .col-md-12 .hotel-image-preview-block {
      float: left;
      width: 20%;
    }
  }
  @media (max-width: 480px) {
    .col-md-12 .hotel-image-preview-block {
      float: left;
      width: 100%;
    }
  }

.col-md-6 .hotel-image-preview-block {
  overflow: hidden;
  float: left;
  width: 20%;
  }
  @media (max-width: 480px) {
    .col-md-6 .hotel-image-preview-block {
      float: left;
      width: 100%;
    }
  }

.col-md-12 .hotel-image-display-block {
  overflow: hidden;
  float: left;
  width: 70%;
  padding: 1px;
  text-align: center;
  }
  @media (max-width: 991px) {
  .col-md-12 .hotel-image-display-block {
    float: left;
    width: 80%;
    }
  }
  @media (max-width: 480px) {
  .col-md-12 .hotel-image-display-block {
    float: left;
    width: 100%;
    }
  }
  
.col-md-6 .hotel-image-display-block {
  overflow: hidden;
  float: left;
  width: 80%;
  padding: 1px;
  text-align: center;
  }
  @media (max-width: 480px) {
  .col-md-6 .hotel-image-display-block {
    float: left;
    width: 100%;
    }
  }

.col-md-12 .hotel-image-preview-container  {
  float: left;
  width: 33.333333%;
  padding: 1px;
  }
  @media (max-width: 991px) {
  .col-md-12 .hotel-image-preview-container {
    width: 50%;
    }
  }
  @media (max-width: 480px) {
  .col-md-12 .hotel-image-preview-container {
    width: 20%;
    }
  }
  
.col-md-6 .hotel-image-preview-container  {
  float: left;
  width: 50%;
  padding: 1px;
  }
  @media (max-width: 480px) {
  .col-md-6 .hotel-image-preview-container {
    width: 20%;
    }
  }

.container-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.container-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hotel-image-preview:hover {
  border: 2px #89BD19 solid;
}

.hotel-image-preview.active {
  border: 2px #89BD19 solid;
}

.hotel-image-preview {
  width: 100%;
  height: 100% !important;
  cursor: pointer;
}

.center {
  text-align: center;
}

.scroll {
  padding-right: 10px;
}

.spacer {
  height: 10px;
}

#order-form label {
  width: 30%;
  color: #8E8E8E;
  font-weight: 400;
  text-align: right;
  float: left;
  line-height: 25px;
  padding-right: 10px;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
#order-form label {
  text-align: left;
  width: 100%;
  margin-bottom: 2px;
  } 
}
    
#order-form input {
  width: 70%;
  height: 25px;
  padding: 0px 6px;
  text-align: left;
  float: left;
  border: 1px solid #EAEAE0;
  line-height: 27px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
@media (max-width: 480px) {
#order-form input {
  width: 100%;
  } 
}

#order-form textarea {
  width: 70%;
  height: 65px;
  padding: 0px 6px;
  text-align: left;
  float: left;
  border: 1px solid #EAEAE0;
  line-height: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
@media (max-width: 480px) {
#order-form textarea {
  width: 100%;
  } 
}

#order-form input:focus {
  color: #333;
  border: 1px solid #89BD19;
}

#order-form input.error {
  color: #333;
  border: 1px solid #D9534F;
}

.price.hot {
  color: #FF6C26 !important;
}
.price.hol {
  color: #F6C636 !important;
}
.price.spec {
  color: #89BD19 !important;
}

.price-box {
  position: absolute;
  transition: all 0.3s ease 0s;
  z-index: 1;
  top: -10px;
}
.price-label {
  font: 10px/12px "Open Sans",sans-serif;
  color: #FFF;
  background: #89BD19 none repeat scroll 0% 0%;
  padding: 5px 10px;
  text-transform: uppercase;
  display: block;
  z-index: 1;
}
.price-label.hot {
  background: #FF6C26 !important;
}
.price-label.hol {
  background: #F6C636 !important;
}
.price-label.spec {
  background: #89BD19 !important;
}

.price-box-inline {
  position: relative;
  transition: all 0.3s ease 0s;
  top: -10px;
  left: 0;
}
.price-label-inline {
  font: 8px/10px "Open Sans",sans-serif;
  color: #FFF;
  background: #89BD19 none repeat scroll 0% 0%;
  padding: 2px 10px;
  text-transform: uppercase;
}
.price-label-inline.hot {
  background: #FF6C26 !important;
}
.price-label-inline.hol {
  background: #F6C636 !important;
}
.price-label-inline.spec {
  background: #89BD19 !important;
}


.list-button {
  border-radius: 50%;
  color: #FFF !important;
  display: block;
  font-size: 20px !important;
  height: 36px;
  line-height: 36px !important;
  text-align: center;
  background: #444 none repeat scroll 0% 0%;
  transition: all 0.3s ease 0s;
  width: 36px;
  font-family: "FontAwesome";
  margin-left: auto;
  margin-right: auto;
  text-shadow: none;
  position: relative;
  display: inline-block;
}

.list-button:hover {
  background: #06b8bc none repeat scroll 0% 0%;
  color: #FEE162 !important;
  cursor: pointer;
}

.line-button {
  border-radius: 50%;
  color: #FFF;
  display: block;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #444 none repeat scroll 0% 0%;
  transition: all 0.3s ease 0s;
  width: 24px;
  font-family: "FontAwesome";
  margin-left: auto;
  margin-right: auto;
  text-shadow: none;
  position: relative;
  display: inline-block;
}

.line-button:hover {
  background: #06b8bc none repeat scroll 0% 0%;
  color: #FEE162;
  cursor: pointer;
}

.left-list-button:before {
  content: "\f104";
}

.right-list-button:before {
  content: "\f105";
}

.open-list-button:before {
  content: "\f107";
}

.close-list-button:before {
  content: "\f106";
}

.enter-line-button:before {
  content: "\f101";
}

.top-list-button:before {
  content: "\f102";
}

.top-list-button {
  margin-top: -10px;
  margin-right: 10px;
}

.strong {
  font-weight: bold !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.hot-spec-block h4 {
  font: 16px/22px "Trebuchet MS",Verdana,sans-serif;
  color: #222 !important;
  text-transform: uppercase;
  padding: 0px;
  margin-bottom: 5px !important;
}

.hot-spec-block h5 {
  font: 12px/14px "Trebuchet MS",Verdana,sans-serif;
  text-transform: uppercase;
  padding: 0px;
  margin-bottom: 5px !important;
}

.hot-spec-block h6 {
  font: 11px/13px "Trebuchet MS",Verdana,sans-serif;
  color: #222 !important;
  text-transform: uppercase;
  padding: 0px;
  margin-bottom: 5px !important;
}

.hot-spec-block div.wrapped {
  height: 30px;
}

.stars {
  font-weight: bold;
  color: #FFBF28;
}

.link {
  cursor: pointer; 
}

.justify {
  text-align: justify;
}

@media (min-width: 768px) {
  #search-top-marker {
    margin-top: -95px;
    margin-bottom: 95px;
  }
  #search-results-top-marker {
    margin-top: -95px;
    margin-bottom: 95px;
  }
  #hot-spec-top-marker {
    margin-top: -95px;
    margin-bottom: 95px;
  }
  #offer-day-top-marker {
    margin-top: -95px;
    margin-bottom: 95px;
  }
  #info-menu-top-marker {
    margin-top: -95px;
    margin-bottom: 95px;
  }
  #info-block-top-marker {
    margin-top: -95px;
    margin-bottom: 95px;
  }
  #hotels-block-top-marker {
    margin-top: -95px;
    margin-bottom: 95px;
  }
  #gt-video-block-top-marker {
    margin-top: -95px;
    margin-bottom: 95px;
  }
  #gt-gallery-block-top-marker {
    margin-top: -95px;
    margin-bottom: 95px;
  }
}

@media (max-width: 767px) {
  #search-top-marker {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  #search-results-top-marker {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  #hot-spec-top-marker {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  #offer-day-top-marker {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  #info-menu-top-marker {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  #info-block-top-marker {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  #hotels-block-top-marker {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  #gt-video-block-top-marker {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  #gt-gallery-block-top-marker {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}

.country-top-menu-flag {
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  @media (max-width: 767px) {
    .country-top-menu-flag {
    display: none;
    }
  }
  
.hide {
  display: none;
}

.top-menu-item.active .country-top-menu-flag {
  display: block;
}
.top-menu-item .country-top-menu-flag {
  display: none;
}

.nowrap {
  white-space: nowrap;
}


.tour-label {
  /* width: 250px; */
  /* height: 250px; */
  /* margin-right: 15px; */
  /* margin-left: 15px; */
  /* float: left; */
}

@media (max-width: 465px), (min-width: 570px) and (max-width: 767px), (min-width: 1200px) {
  .tour-label-container {
    width: 250px;
    height: 250px;
  } }
@media (min-width: 466px) and (max-width: 569px), (min-width: 992px) and (max-width: 1199px) {
  .tour-label-container {
    width: 200px;
    height: 200px;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .tour-label-container {
    width: 150px;
    height: 150px;
  } }

.tour-label .tour-label-description {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 4px solid #EEEFE9;
  color: #EEEFE9;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center; 
  vertical-align: middle;
  }
.tour-label .tour-label-description:before {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;
}

.tour-label .tour-label-description:hover {
  border: 4px solid #E4E5DD;
  color: #E4E5DD;
  cursor: pointer; }
  
.tour-label .tour-label-description:after {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 28px;
  line-height: 42px;
  display: block;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 12px; }
@media (min-width: 466px) and (max-width: 569px), (min-width: 992px) and (max-width: 1199px) {
  .tour-label .tour-label-description:after {
    font-size: 22px;
    line-height: 36px;
    bottom: 8px;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .tour-label .tour-label-description:after {
    font-size: 18px;
    line-height: 24px;
    bottom: 4px;
  } }

.tour-label .tour-label-description.empty {
  border: 4px solid #EEEFE9;
  color: #EEEFE9;
  cursor: none !important;
 }
.tour-label .tour-label-description.empty:after {
  content: "";
 }

.tour-label .tour-label-description .tour-label-content {
  display: inline-block;
  vertical-align: middle;
}
 
.tour-label .tour-label-description h2 {
  font-size: 38px;
  line-height: 40px;
  color: #B1A28D;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 400;
  padding: 0 30px; }
@media (min-width: 466px) and (max-width: 569px), (min-width: 992px) and (max-width: 1199px) {
  .tour-label .tour-label-description h2 {
    font-size: 28px;
    line-height: 30px;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .tour-label .tour-label-description h2 {
    font-size: 18px;
    line-height: 20px;
  } }
.tour-label .tour-label-description h2.middle {
  font-size: 28px;
  line-height: 30px;
  color: #B1A28D;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 400;
  padding: 0 30px; }
@media (min-width: 466px) and (max-width: 569px), (min-width: 992px) and (max-width: 1199px) {
  .tour-label .tour-label-description h2.middle {
    font-size: 18px;
    line-height: 20px;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .tour-label .tour-label-description h2.middle {
    font-size: 14px;
    line-height: 16px;
  } }
.tour-label .tour-label-description h2.small {
  font-size: 24px;
  line-height: 26px;
  color: #B1A28D;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 400;
  padding: 0 20px; }
@media (min-width: 466px) and (max-width: 569px), (min-width: 992px) and (max-width: 1199px) {
  .tour-label .tour-label-description h2.small {
    font-size: 16px;
    line-height: 18px;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .tour-label .tour-label-description h2.small {
    font-size: 12px;
    line-height: 14px;
  } }
.tour-label .tour-label-description p {
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
  color: #B1A28D;
  margin-bottom: 0; }
@media (min-width: 466px) and (max-width: 569px), (min-width: 992px) and (max-width: 1199px) {
  .tour-label .tour-label-description p {
    font-size: 14px;
    line-height: 13px;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .tour-label .tour-label-description p {
    font-size: 11px;
    line-height: 10px;
  } }
.tour-label .tour-label-description p.price-info {
  font-size: 32px;
  line-height: 32px;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #0092DD; }
@media (min-width: 466px) and (max-width: 569px), (min-width: 992px) and (max-width: 1199px) {
  .tour-label .tour-label-description p.price-info {
    font-size: 24px;
    line-height: 24px;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .tour-label .tour-label-description p.price-info {
    font-size: 18px;
    line-height: 18px;
  } }
.tour-label .tour-label-description p.price-info span {
  font-size: 22px;
 }
@media (min-width: 466px) and (max-width: 569px), (min-width: 992px) and (max-width: 1199px) {
  .tour-label .tour-label-description p.price-info span {
    font-size: 14px;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .tour-label .tour-label-description p.price-info span {
    font-size: 12px;
  } }
.tour-label .tour-label-description p.small {
  margin-top: 2px;
  font-size: 16px;
  line-height: 16px;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #B1A28D; }
@media (min-width: 466px) and (max-width: 569px), (min-width: 992px) and (max-width: 1199px) {
  .tour-label .tour-label-description p.small {
    font-size: 14px;
    line-height: 14px;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .tour-label .tour-label-description p.small {
    font-size: 11px;
    line-height: 11px;
  } }
.tour-label .tour-label-description p.usmall {
  margin-top: 1px;
  font-size: 14px;
  line-height: 14px;
  display: block;
  width: 100%;
  font-weight: normal;
  color: #B1A28D; }
@media (min-width: 466px) and (max-width: 569px), (min-width: 992px) and (max-width: 1199px) {
  .tour-label .tour-label-description p.usmall {
    font-size: 12px;
    line-height: 12px;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .tour-label .tour-label-description p.usmall {
    font-size: 10px;
    line-height: 10px;
  } }
.tour-label .tour-label-description p.comment {
  margin-top: 6px;
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #FFBF28; }
@media (min-width: 466px) and (max-width: 569px), (min-width: 992px) and (max-width: 1199px) {
  .tour-label .tour-label-description p.comment {
    margin-top: 4px;
    font-size: 11px;
    line-height: 11px;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .tour-label .tour-label-description p.comment {
    margin-top: 2px;
    font-size: 10px;
    line-height: 10px;
  } }
.top_menu .megamenu-col {
  min-height: 280px;
}


.selector-rub-cur {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  }
  @media (max-width: 767px) {
    .selector-rub-cur {
      display: none; } }

.selector-rub-cur-mobile {
  margin: 0px;
  padding: 10px;
  background: #FFFFFF;
  }
  @media (min-width: 768px) {
    .selector-rub-cur-mobile {
      display: none; } }

.selector-rub {
  display: inline-block;
  width: 60px;
  height: 20px;
  line-height: 18px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  color: #06b8bc;
  background: #FFFFFF;
  border: 1px #06b8bc solid;
}

.selector-rub.active {
  font-weight: bold;
  color: #FFFFFF;
  background: #06b8bc;
  border: 1px #06b8bc solid;
}

.selector-cur {
  display: inline-block;
  width: 60px;
  height: 20px;
  line-height: 18px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  color: #06b8bc;
  background: #FFFFFF;
  border: 1px #06b8bc solid;
}

.selector-cur.active {
  font-weight: bold;
  color: #FFFFFF;
  background: #06b8bc;
  border: 1px #06b8bc solid;
}

#info-block {
  transition: all 0.3s ease;
  box-shadow: 0px 2px 5px 0px rgba(250, 250, 246, 0.1);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f7e9+0,fdfefb+100 */
  background: #f2f7e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f7e9), color-stop(100%, #fdfefb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f7e9 0%, #fdfefb 100%);
  /* W3C */
  padding-top: 30px;
  padding-bottom: 0;
}

#info-block .container {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  margin-bottom: 0;
}

#info-block .content {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
}

#info-block .content p {
  font-size: 13px;
}

#info-block h1,
#info-block h2 {
  font: 22px/26px "Trebuchet MS",Verdana,sans-serif;
  color: #06b8bc;
  border-top: 7px solid #F0F0E8;
  text-transform: uppercase;
  text-align: center;
  padding: 22px 10px 23px;
  margin: 0 0 20px;
}

#info-block h3,
#info-block h4 {
  font: 18px/22px "Trebuchet MS",Verdana,sans-serif;
  color: #444;
  text-transform: uppercase;
  padding: 0;
  margin: 0px 0px 20px;
}

#info-block h5 {
  font: 16px/14px "Trebuchet MS",Verdana,sans-serif;
  color: #222;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 10px;
}

#search-results-header .button-container, 
#info-block .button-container,
#hotels-block .button-container,
#gt-gallery-block .button-container,
#gt-video-block .button-container {
  float: right;
  min-width: 36px;
  height: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: -46px;
  margin-right: 10px;
}

#search-results-header .info-button, 
#info-block .info-button,
#hotels-block .info-button,
#gt-gallery-block .info-button,
#gt-video-block .info-button {
  border-radius: 50%;
  color: #FFF !important;
  display: block;
  font-size: 20px !important;
  height: 36px;
  line-height: 36px !important;
  text-align: center;
  background: #444 none repeat scroll 0% 0%;
  transition: all 0.3s ease 0s;
  width: 36px;
  font-family: "FontAwesome";
  margin-left: auto;
  margin-right: auto;
  text-shadow: none;
  position: relative;
  display: inline-block;
}

#search-results-header .info-button:hover, 
#info-block .info-button:hover, 
#hotels-block .info-button:hover,
#gt-gallery-block .info-button:hover,
#gt-video-block .info-button:hover {
  background: #06b8bc none repeat scroll 0% 0%;
  color: #FEE162 !important;
  cursor: pointer;
}

#search-results-header .info-button:before, 
#info-block .close-button:before, 
#hotels-block .close-button:before,
#gt-gallery-block .info-button:before,
#gt-video-block .info-button:before {
  content: "\f00d";
}

#info-block .top-button:before,
#hotels-block .top-button:before,
#gt-gallery-block .top-button:before,
#gt-video-block .top-button:before {
  content: "\f102";
}


#offer-day-content ul {
  margin: 0; }
  #offer-day-content ul li {
    width: 100%;
    float: none;
    padding: 0; }
  #offer-day-content ul .item-html {
    border: 5px solid #F0F0E8;
    background: transparent url("images/banner_bg.png") no-repeat scroll 0% 0%;
    padding: 28px 20px 28px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 5px 0px rgba(250, 250, 246, 0.1);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f7e9+0,fdfefb+100 */
    background: #f2f7e9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f7e9), color-stop(100%, #fdfefb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f2f7e9 0%, #fdfefb 100%);
    /* W3C */ }
    #offer-day-content ul .item-html:hover {
      border-color: #f6c636; }
  #offer-day-content ul h2 {
    text-align: center;
    font-size: 50px;
    line-height: 54px;
    text-transform: uppercase;
    color: #4B4B4B;
    margin: 0; }
    @media (max-width: 767px) {
      #offer-day-content ul h2 {
        font-size: 42px;
        line-height: 50px; } }
    @media (max-width: 479px) {
      #offer-day-content ul h2 {
        font-size: 22px;
        line-height: 32px; } }
    #offer-day-content ul h2 span {
      color: #FFBF28;
      display: inline-block; }
  #offer-day-content ul h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #A0A08B;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 14px; }
    @media (max-width: 479px) {
      #offer-day-content ul h3 {
        font-size: 18px;
        line-height: 22px; } }
  #offer-day-content ul p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #AFAFAF;
    text-decoration: none;
    margin: 0; }
  #offer-day-content ul span {
    color: #383939; }
  #offer-day-content ul span.price {
    font-weight: bold;
    color: #383939; }
  #offer-day-content ul h4 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #06b8bc;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 14px; }
    @media (max-width: 479px) {
      #offer-day-content ul h4 {
        font-size: 16px;
        line-height: 18px; } }
    #offer-day-content a:hover h4,
    #offer-day-content a:hover h4 span {
        color: #FF6C26;
    }

#bottom-block-content ul {
  margin: 0; }
  #bottom-block-content ul li {
    width: 100%;
    float: none;
    padding: 0; }
  #bottom-block-content ul .item-html {
    border: 5px solid #F0F0E8;
    background: transparent url("images/banner_bg.png") no-repeat scroll 0% 0%;
    padding: 28px 20px 28px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 5px 0px rgba(250, 250, 246, 0.1);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f7e9+0,fdfefb+100 */
    background: #f2f7e9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f7e9), color-stop(100%, #fdfefb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f2f7e9 0%, #fdfefb 100%);
    /* W3C */ }
    #bottom-block-content ul .item-html:hover {
      border-color: #f6c636; }
  #bottom-block-content ul h2 {
    text-align: center;
    font-size: 50px;
    line-height: 54px;
    text-transform: uppercase;
    color: #4B4B4B;
    margin: 0; }
    @media (max-width: 767px) {
      #bottom-block-content ul h2 {
        font-size: 42px;
        line-height: 50px; } }
    @media (max-width: 479px) {
      #bottom-block-content ul h2 {
        font-size: 22px;
        line-height: 32px; } }
    #bottom-block-content ul h2 span {
      color: #06b8bc;
      display: inline-block; }
  #bottom-block-content ul h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #A0A08B;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 14px; }
    @media (max-width: 479px) {
      #bottom-block-content ul h3 {
        font-size: 18px;
        line-height: 22px; } }
  #bottom-block-content ul p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #8e8e8e;
    text-decoration: none;
    margin: 0; }
  #bottom-block-content ul span {
    color: #383939; }
  #bottom-block-content ul span.price {
    font-weight: bold;
    color: #383939; }
  #bottom-block-content ul h4 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #06b8bc;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 14px; }
    @media (max-width: 479px) {
      #bottom-block-content ul h4 {
        font-size: 16px;
        line-height: 18px; } }
    #bottom-block-content a:hover h4,
    #bottom-block-content a:hover h4 span {
        color: #FF6C26;
    }

.hotel-rating {
  color: #0092DD;
}

.currency-info {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 0px;
  color: #000000;
  max-width: 160px;
  }
  @media (max-width: 479px) {
    .currency-info {
      margin-top: -10px;
      max-width: 80px;
    }
  }

.currency-info span {
  color: #06b8bc;
}

.currency-block {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  max-width: 70px;
  white-space: nowrap;
}

.blog-image .img-responsive.info-menu {
  max-width: 215px;
}
@media (max-width: 479px) {
  .blog-image .img-responsive.info-menu {
    max-width: 100%;
  }
}

.programm {
  margin-top: 10px;
  padding: 0;
  max-width: 100%;
  min-height: 80px;
  border-right: 1px solid #EAEAE0;
  border-bottom: 1px solid #EAEAE0;
}

.programm:hover {
  border-right: 1px #F6C636 solid;
  border-bottom: 1px #F6C636 solid;
}

.programm a.programm-link {
  padding-left: 0;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  }

.programm img.programm-icon {
  float: left;
  width: 60px;
  height: auto;
  margin-right: 10px;
  }

.comments {
    margin-top: 10px;
    padding: 0;
    max-width: 100%;
    min-height: 30px;
    border-right: 1px solid #06b8bc;
    border-bottom: 1px solid #06b8bc;
}

.comments .comments-content {
  color: #444;
  padding-left: 0;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  }

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.block-info-nav-modal .news-intro {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}
@media (max-width: 479px) {
  .block-info-nav-modal .news-intro {
    display: none;
  }
}

.tour-block img {
  max-width: 100%;
  height: auto;
}

/* Old format */
table.price tr td {
  font-size: 12px;
}

#subscribe .subscribe-checkbox {
  float: none;
  padding: 0px;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#subscribe .subscribe-checkbox.programm-name {
  background: #EBEBEB;
}

#subscribe .subscribe-checkbox.delim {
  padding: 0;
  line-height: 0;
  height: 0;
  border-bottom: 2px #FFBF28 solid;
}

#subscribe .subscribe-checkbox.shift {
  margin-left: 20px !important;
}

#subscribe .subscribe-checkbox .subscribe-checkbox-image {
  background-image: url("../images/tv/sprite.png");
  background-position: -88px 0px;
  cursor: pointer;
  height: 15px;
  width: 14px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 1px 0px 6px;
  top: 3px;
}

#subscribe .subscribe-checkbox.checked .subscribe-checkbox-image {
  background-position: -88px -16px;
}

#subscribe .subscribe-checkbox .subscribe-checkbox-image.checked {
  background-position: -88px -16px;
}

#subscribe .subscribe-checkbox .subscribe-checkbox-content {
  font-size: 12px;
  /* text-transform: uppercase; */
  cursor: pointer;
  font-family: "Tourvisor","Trebuchet MS",arial,sans-serif;
  text-shadow: none;
  margin-left: 4px;
  text-align: left;
  display: inline;
  vertical-align: top;
}

#subscribe .subscribe-wrapper {
  background-color: #FCFCFC;
  border: 1px solid #BBB;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #DCDCDC inset;
  height: auto;
  padding: 2px;
  overflow: hidden;
  margin-bottom: 5px;
}

#subscribe .subscribe-wrapper .subscribe-wapper-listbox {
  width: 100%;
  background-color: #FCFCFC;
  overflow-x: hidden;
  overflow-y: auto;
  height: 168px;
}

#subscribe .subscribe-checkbox:hover {
  color: #FFFFFF;
  background: #06b8bc;
}

#subscribe .subscribe-block {
  float: left;
  width: 25%; }
  @media (max-width: 767px) {
    #subscribe .subscribe-block {
      float: left;
      width: 50%; } }
  @media (max-width: 480px) {
    #subscribe .subscribe-block {
      float: left;
      width: 100%; } }

.note {
  color: #000000;
  font-weight: bold;
  min-height: 24px;
  vertical-align: middle;
}
.note:before {
  content: "! ";
  color: #FF0000;
  font-size: 24px;
  width: 20px;
  float: left;
  line-height: 100%;
}

/* Hotels*/
#hotels h4 {
  font: 18px/22px "Trebuchet MS",Verdana,sans-serif;
  color: #444;
  background: #FCFCFC none repeat scroll 0% 0%;
  border-top: 7px solid #F0F0E8;
  text-transform: uppercase;
  text-align: center;
  padding: 22px 10px 23px;
  margin: 0px 0px 20px;
}

#hotels .space {
  height: 34px; 
}

#hotels .form-hotels {
  background: url(../images/tv/bg_net.png) #dddddd;
  padding-bottom: 10px;
}

#hotels .group-1 {
  float: left;
  color: rgba(58, 58, 58, 0.8);
  text-shadow: 1px 1px 0px #F1F1F1;
  min-height: 92px;
  width: 45%; }
  @media (max-width: 767px) {
    #hotels .group-1 {
      float: left;
      min-height: 92px;
      min-width: 290px;
      width: 100%; } }

#hotels .group-2 {
  float: left;
  color: rgba(58, 58, 58, 0.8);
  text-shadow: 1px 1px 0px #F1F1F1;
  min-height: 120px;
  width: 55%; }
  @media (max-width: 767px) {
    #hotels .group-2 {
      float: left;
      min-height: 120px;
      min-width: 290px;
      width: 100%; } }

#hotels .block-1 {
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%; }
  @media (max-width: 480px) {
    #hotels .block-1 {
      float: left;
      min-width: 290px;
      width: 100%; } }
  
#hotels .block-2 {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; 
}

#hotels .half-block-left {
  float: left;
  width: 49%; 
}

#hotels .half-block-right {
  float: right;
  width: 49%; 
}

#hotels #hotels-button-block {
float: left;
margin-top: 22px;
text-align: center;
width: 30%; }
@media (max-width: 480px) {
  #hotels #hotels-button-block {
    float: left;
    text-align: center;
    margin-top: 10px;
    width: 100%; } }


#hotels .hotels-button {
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 25px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #06b8bc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 45px;
  font-family: "FontAwesome";
  margin-left: auto; 
  margin-right: auto; 
  text-shadow: none;
  box-shadow: 1px 1px 2px #444;
}

#hotels .hotels-button:before {
  content: "\f061";
}

#hotels .hotels-button:hover {
  color: #FEE162;
  cursor: pointer;
  box-shadow: 1px 1px 3px #222;
}


#hotels .hotels-label {
  float: none;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 0px;
}

#hotels .hotels-label-left {
  float: left;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 0px;
}

#label-resort {
  float: left;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 0px;
}

#hotels .hotels-inputbox {
  width: 100%;
  background-color: #FCFCFC;
  background-image: url("../images/tv/trans_grey_grad.png");
  background-position: left -20px;
  background-repeat: repeat-x;
  font-size: 16px;
  font-weight: 500;
  /* text-transform: lowercase; */
  text-align: left;
  padding: 8px 10px;
  color: #404040;
  cursor: pointer;
  position: relative;
  font-family: "Tourvisor","Trebuchet MS",arial,sans-serif;
  /* text-shadow: -1px -1px 0px #FFF; */
  text-shadow: none;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#hotels .hotels-inputbox:hover {
  background: #FFFFFF;
  box-shadow: 1px 1px 3px #222222;
}

#hotels .hotels-inputbox.active {
  box-shadow: 1px 1px 3px #222222 inset;
  border-radius: 2px 2px 0 0;
  background-color: #f1c702;
}

#hotels .hotels-inputbox .hotels-inputbox-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Tourvisor","Trebuchet MS",arial,sans-serif;
}

#hotels .hotels-inputbox.calendar {
  padding: 0;
}

#hotels .hotels-inputbox.calendar input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 8px 24px 8px 10px;
  margin: 0px;
  background: url("../images/tv/calend.png") right center no-repeat;

  cursor: pointer;
}

#hotels .hotels-checkbox {
  float: none;
  padding: 0px;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#hotels .hotels-checkbox.programm-name {
  background: #EBEBEB;
}

#hotels .hotels-checkbox.delim {
  padding: 0;
  line-height: 0;
  height: 0;
  border-bottom: 2px #FFBF28 solid;
}

#hotels .hotels-checkbox.shift {
  margin-left: 20px !important;
}

#hotels .hotels-checkbox .hotels-checkbox-image {
  background-image: url("../images/tv/sprite.png");
  background-position: -88px 0px;
  cursor: pointer;
  height: 15px;
  width: 14px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 1px 0px 6px;
  top: 3px;
}

#hotels .hotels-checkbox.checked .hotels-checkbox-image {
  background-position: -88px -16px;
}

#hotels .hotels-checkbox .hotels-checkbox-image.checked {
  background-position: -88px -16px;
}

#hotels .hotels-checkbox .hotels-checkbox-content {
  font-size: 12px;
  /* text-transform: uppercase; */
  cursor: pointer;
  font-family: "Tourvisor","Trebuchet MS",arial,sans-serif;
  text-shadow: none;
  margin-left: 4px;
  text-align: left;
  display: inline;
  vertical-align: top;
}

#hotels .hotels-wrapper {
  background-color: #FCFCFC;
  border: 1px solid #BBB;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #DCDCDC inset;
  height: auto;
  padding: 2px;
  overflow: hidden;
  margin-bottom: 5px;
}

#hotels .hotels-wrapper .hotels-wapper-listbox-resort {
  width: 100%;
  background-color: #FCFCFC;
  overflow-x: hidden;
  overflow-y: auto;
  height: 188px;
}

#hotels .hotels-hotel-rating {
  margin-bottom: 5px;
  float: left;
}

#hotels .hotels-hotel-rating .hotels-hotel-rating-container {
  width: 130px;
}

#hotels .hotels-hotel-rating .hotels-hotel-rating-container .hotels-hotel-rating-imagebox {
  float: left;
  width: 20px;
  height: 20px;
  margin: 3px;
  cursor: pointer;
}

#hotels .hotels-hotel-rating .hotels-hotel-rating-container .hotels-hotel-rating-imagebox .hotels-hotel-rating-star {
  background-image: url("../images/tv/sprite.png");
  width: 20px;
  height: 20px;
  background-position: 0px -23px;
}

#hotels .hotels-hotel-rating .hotels-hotel-rating-container .hotels-hotel-rating-imagebox .hotels-hotel-rating-star.active {
  background-position: 0px 0px;
}

#hotels .hotels-wrapper.input {
  margin-bottom: 5px;
}

#hotels .hotels-wrapper .hotels-input {

}

#hotels .hotels-wrapper .hotels-input input {
  width: 100%;
  background-color: #FCFCFC;
  border: medium none;
  color: #555;
  font-family: trebuchet ms;
  font-size: 14px;
  font-style: italic;
  padding: 5px;
  margin: 2px;
  box-shadow: none;
  text-shadow: none;
  text-indent: 0px;
  height: auto;
  background-image: none;
}

#hotels .hotels-update-listbox {
  position: relative;
}

#hotels .hotels-wrapper .hotels-wapper-listbox-hotel {
  overflow-y: scroll;
  overflow-x: hidden;
  border: medium none;
  background-color: #FCFCFC;
  padding: 4px 0px;
  height: 145px;
}

#hotels .hotels-update-listbox .hotels-update-waiter {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../images/tv/waiter.gif");
  top: 8px;
  right: 23px;
  background-size: 15px 15px;
}

#hotels .hotels-wrapper .hotels-checkbox:hover {
  color: #FFFFFF;
  background: #06b8bc;
}

#hotels-block {
  transition: all 0.3s ease;
  box-shadow: 0px 2px 5px 0px rgba(250, 250, 246, 0.1);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f7e9+0,fdfefb+100 */
  background: #f2f7e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f7e9), color-stop(100%, #fdfefb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f7e9 0%, #fdfefb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f7e9 0%, #fdfefb 100%);
  /* W3C */
  padding-top: 30px;
  padding-bottom: 30px;
}

#hotels-block .container {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  margin-bottom: 20px;
}

#hotels-block .content {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
}

#hotels-block .content p {
  font-size: 13px;
}

#hotels-block h1,
#hotels-block h2,
#gt-gallery-header,
#gt-video-header
{
  font: 22px/26px "Trebuchet MS",Verdana,sans-serif;
  color: #06b8bc;
  border-top: 7px solid #F0F0E8;
  text-transform: uppercase;
  text-align: center;
  padding: 22px 10px 23px;
  margin: 0 0 20px;
}

#hotels-block h3,
#hotels-block h4
{
  font: 18px/22px "Trebuchet MS",Verdana,sans-serif;
  color: #444;
  text-transform: uppercase;
  padding: 0;
  margin: 0px 0px 20px;
}

#hotels-block h5
{
  font: 16px/14px "Trebuchet MS",Verdana,sans-serif;
  color: #222;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 10px;
}

.pointer {
  cursor: pointer;
}

div.news-intro {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.news-intro:hover {
  background: #F2F7E9;
}

h5.news-intro {
  font: 14px/12px "Trebuchet MS",Verdana,sans-serif !important;
  color: #222 !important;
  /* text-transform: uppercase; */
  padding: 0 !important;
  margin-bottom: 5px !important;
}

div.news-intro-more {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  text-align: center !important;
  color: #3B3B3B;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

div.news-intro-more:hover {
  color: #89BD19;
}

div.news-intro-image-container {
  position: relative;
  background: white;
  padding: 0;
  float: left;
  max-width: 178px;
  margin-right: 30px; }
  @media (max-width: 480px) {
    div.news-intro-image-container {
      float: none;
      margin-right: 0;
      margin-bottom: 10px; } }

#gt-gallery-header,
#gt-video-header
{
  font: 22px/26px "Trebuchet MS",Verdana,sans-serif;
  color: #06b8bc;
  border: none;
  text-transform: uppercase;
  text-align: center;
  padding: 22px 10px 23px;
  margin: 0 0 20px;
}

.routemap-header {
  font: 18px/16px "Trebuchet MS",Verdana,sans-serif;
  color: #fff071;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
  margin-top: -20px;
  margin-bottom: 0px;
  /* background: rgba(0,0,0,0.5); */
  text-shadow: 1px 1px 2px #000000;
}

.underline {
  text-decoration: underline;
}


.tour-link {
  font: 14px/16px "Trebuchet MS",Verdana,sans-serif;
  color: #06b8bc;
  border: none;
  margin: 20px 0 20px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.tour-link {
  font: 14px/16px "Trebuchet MS",Verdana,sans-serif;
  color: #06b8bc;
  text-transform: uppercase;
  border: none;
  margin: 20px 0 20px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.tour-link span {
  font: 12px/14px "Trebuchet MS",Verdana,sans-serif;
}

.tour-link:hover {
  color: #3B3B3B;
}

.icon-travel {
  font-family: "FontAwesome";
  color: #0092DD;
}
.icon-travel:before {
  content: "\f072";
}

.icon-like {
  font-family: "FontAwesome";
  color: #06b8bc;
}
.icon-like:before {
  content: "\f087";
}

.icon-dislike {
  font-family: "FontAwesome";
  color: #FFBF28;
}
.icon-dislike:before {
  content: "\f088";
}

.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}
.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery .demo-gallery-header {
  height: 40px;
  padding: 15px 10px 5px 10px;
  line-height: 0.8em;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.demo-gallery > ul > li a {
  border: 3px solid #f2f2eb;
}
.home .demo-gallery {
  padding-bottom: 80px;
}
.ebooking-block {
  color: #ED3A35;
  font-weight: bold;
  font-style: italic;
}

.safe-travels {
  display: none !important;
}