/**
 * Font-color: #04428B; Blue
 * Font-color: #FF7700; Orange
 */
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Scada', 'Ubuntu', sans-serif !important;
  font-size: 15px;
  height: 100%;
  font-weight: 100;
  cursor: default;
  /*letter-spacing:0.04em;*/
}

.tahoma {
  /*font-family: Tahoma, Arial, sans-serif;*/
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

.absolute-bottom {
  position: absolute;
  bottom: 0;
}

button,
input/*[type="submit"],
input[type="text"]*/,
select,
textarea {
  font-family: 'Scada', 'Ubuntu', sans-serif;
  font-size: 15px;
  resize: vertical;
  /*box-sizing: border-box;*/
  /*lett    font-weight: 100;
er-spacing:0.04em;*/
}

a,
a:visited,
a:focus,
a:active {
  color: #000000;
  text-decoration: none;
  outline: medium none;
}

img {
  border: medium none;
  display: inline-block;
}

ul,
ol {
  list-style: none;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

hr {
  border: 1px solid #cccccc;
  outline-color: #cccccc;
}

span {
  display: inline-block;
}
span.inline {
  display: inline;
}

b,
strong {
  font-weight: 700;
}

#tinymce a,
.html-content a,
#tinymce a:visited,
.html-content a:visited,
#tinymce a:focus,
.html-content a:focus,
#tinymce a:active,
.html-content a:active {
  color: #047;
  text-decoration: underline;
  outline: medium none;
}

#tinymce ul,
.html-content ul,
#tinymce ol,
.html-content ol {
  padding-left: 35px;
}

#tinymce ul,
.html-content ul {
  list-style: disc;
}

#tinymce ol,
.html-content ol {
  list-style: auto;
}

#tinymce b,
.html-content b,
#tinymce strong,
.html-content strong {
  font-weight: 700;
}

#tinymce p,
.html-content p {
  padding: 0 0 5px;
}

#tinymce div,
#tinymce dl,
#tinymce dt,
#tinymce dd,
#tinymce li,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
#tinymce pre,
#tinymce form,
#tinymce blockquote,
#tinymce th,
#tinymce td {
}

::-webkit-input-placeholder {
  color: #7f7f7f;
}

::-moz-placeholder {
  color: #7f7f7f;
}

:-ms-input-placeholder {
  color: #7f7f7f;
}

.content-cols .row,
.clear {
  clear: both;
}

.content-cols .row:before,
.content-cols .row:after,
.clear:before,
.clear:after {
  clear: both;
  content: '';
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  float: left;
}

.text-right {
  float: right;
}

.align-left {
  text-align: left;
}

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

.center {
  text-align: center;
}

.pre-line {
  white-space: pre-line;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-center > span {
  display: inline;
  vertical-align: middle;
}

.vertical-center > span > span {
  display: inline-block;
}

.orange,
a.orange-link:hover,
a.orange-link:hover * {
  color: #f70;
}

.content-cols:before,
.content-cols:after {
  display: block;
  content: '';
  clear: both;
}

.content-cols {
  display: block;
  overflow: visible;
  box-sizing: border-box;
}

.content-cols .row {
  margin-bottom: 10px;
}

.content-cols .col {
  float: left;
  padding: 0 5px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

.content-cols.content-tabs .col {
  float: none;
  margin: 0 auto;
}

.content-cols .col.col-left {
  padding-left: 0;
}

.content-cols .col.col-right {
  padding-right: 0;
  float: right;
}

.content-cols .col.col-0_5 {
  width: 4.1665%;
}

.content-cols .col.col-1 {
  width: 8.333%;
}

.content-cols .col.col-1_5 {
  width: 12.5%;
}

.content-cols .col.col-1_875 {
  width: 15.624875%;
}

.content-cols .col.col-2 {
  width: 16.666%;
}

.content-cols .col.col-2_25 {
  width: 18.745%;
}

.content-cols .col.col-2_5 {
  width: 20.835%;
}

.content-cols .col.col-3 {
  width: 25%;
}

.content-cols .col.col-3_5 {
  width: 29.165%;
}

.content-cols .col.col-3_75 {
  width: 31.24975%;
}

.content-cols .col.col-4 {
  width: 33.333%;
}

.content-cols .col.col-4_5 {
  width: 37.5%;
}

.content-cols .col.col-5 {
  width: 41.666%;
}

.content-cols .col.col-5_5 {
  width: 45.833%;
}

.content-cols .col.col-5_75 {
  width: 47.915%;
}

.content-cols .col.col-6 {
  width: 50%;
  white-space: initial;
}

.content-cols .col.col-7 {
  width: 58.333%;
}

.content-cols .col.col-8 {
  width: 66.666%;
}

.content-cols .col.col-9 {
  width: 75%;
}

.content-cols .col.col-9_5 {
  width: 79.165%;
}

.content-cols .col.col-9_75 {
  width: 81.255%;
}

.content-cols .col.col-10 {
  width: 83.333%;
}

.content-cols .col.col-10_5 {
  width: 87.495%;
}

.content-cols .col.col-11 {
  width: 91.666%;
}

.content-cols .col.col-12 {
  width: 100%;
}

.content-cols .col.col-p10 {
  width: 10%;
}

.content-cols .col.col-p12 {
  width: 12%;
}

.content-cols .col.col-p12_5 {
  width: 12.5%;
}

.content-cols .col.col-p13 {
  width: 13%;
}

.content-cols .col.col-p20 {
  width: 20%;
}

.content-cols .col.col-p35 {
  width: 35%;
}

.content-cols .col.col-p65 {
  width: 65%;
}

.content-cols .col.col-p80 {
  width: 80%;
}

.wrap {
  width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.padded-wrap {
  box-sizing: border-box;
  padding: 20px;
}

.container {
  min-height: 100%;
  height: auto !important;
  margin-bottom: -370px;
  overflow-x: hidden;
  min-width: 1136px; /* Slider width */
}

.container .footer-push {
  height: 370px;
}

.container .sub-container {
  background-color: #f2f2f2;
}

.footer {
  height: 370px;
  margin-top: -370px;
  color: #669cd8;
  min-width: 1136px; /* Slider width */
}

.footer.grey .top-panel {
  padding-top: 0;
  margin-top: 25px;
  background: #f5f5f5;
  height: 125px;
}

.footer.grey .top-panel .schedule-panel {
  padding: 13px 0 0;
}

.footer .top-panel {
  height: 150px;
  background: none no-repeat scroll 0 0 #fff;
  border-bottom: 1px solid #d2d9e1;
  box-sizing: border-box;
  padding: 25px 0 0;
  color: #000;
  /*background: url(/www/images/footer-top-panel.png) repeat-x 0 0 transparent;*/
  /*
    background: linear-gradient(to bottom, #00418a 0%,#002d5f 100%) repeat-x 0 0 #002d5f;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25) inset;
    */
}

.footer .top-panel .subscribe-panel {
  background: url(/www/images/footer-top-gradient.png) repeat-x 0 0 transparent;
  height: 125px;
  width: 410px;
  box-sizing: border-box;
  color: #fff;
  padding: 10px 15px;
  float: right;
  position: relative;
}

.footer .top-panel .subscribe-panel span {
  display: inline-block;
}

.footer .top-panel .subscribe-panel .panel-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
}

.footer .top-panel .subscribe-panel .panel-text b,
.footer .top-panel .subscribe-panel .panel-text strong {
  font-size: 24px;
}

.footer .top-panel .subscribe-panel .callback-block {
  display: none;
  font-size: 14px;
  line-height: 18px;
  background-color: rgb(255, 255, 255);
  padding: 5px;
  color: rgb(0, 0, 0);
  box-sizing: border-box;
}

.footer .top-panel form {
  margin-top: 10px;
}

/*
.footer .top-panel form .callback-block.type-error {
    color: red;
}

.footer .top-panel form .callback-block.type-success {
    color: green;
}
*/

.footer .top-panel .subscribe-panel input[type='email'] {
  border: 1px solid #003168;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  display: inline-block;
  width: 210px;
  padding: 2px 6px;
  font-size: 14px;
  margin: 0 10px 0 0;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px rgba(128, 128, 128, 0.85) inset;
  transition: background-color 0.2s, border-color 0.2s;
}

.footer .top-panel .subscribe-panel input[type='email'].invalid-value {
  background-color: #f2dede !important;
  border-color: #f00 !important;
}

.footer .top-panel .subscribe-panel button:focus,
.footer .top-panel .subscribe-panel button:active {
  outline: medium none;
}

.footer .top-panel .subscribe-panel button {
  border: medium none;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  width: 131px;
  color: #fff;
  background: #f70 url(/www/images/subscribe-button.png) no-repeat scroll 0 0;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  border-radius: 5px;
}

.footer .top-panel .subscribe-panel button:hover {
  /*color: #FF7700;
    background-position: 0 -30px;*/
  color: #000000;
}

.footer .top-panel .subscribe-panel button span {
  padding: 0 0 0 24px;
  height: 14px;
  display: inline-block;
  line-height: 13px;
}

.footer .top-panel .subscribe-panel button:hover span {
  background-position: 0 -14px;
}

.footer .top-panel .schedule-panel {
  width: 570px;
  float: left;
  height: 100px;
  padding: 5px 0 0;
}

.footer .top-panel .schedule-panel .panel-block {
  float: left;
  width: 190px;
}

.footer .top-panel .schedule-panel .panel-block .text-block {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}

.footer .top-panel .schedule-panel .panel-block .text-block .phone {
  font-size: 17px;
}

.footer .top-panel .schedule-panel .panel-block .working-time {
}

.footer .top-panel .schedule-panel .panel-block .working-time .business-days {
  height: 40px;
  background: url(/www/images/schedule-business-d.png) no-repeat 0 0 / auto 100% transparent;
  padding: 0 0 0 15px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
}

.footer .top-panel .schedule-panel .panel-block .working-time .business-days > sup {
  font-size: 12px;
}

.footer .top-panel .schedule-panel .panel-block .working-time .weekend {
  height: 15px;
  background: url(/www/images/schedule-weekend-d.png) no-repeat 0 0 / auto 100% transparent;
  padding: 0 0 0 15px;
  line-height: 15px;
  margin-top: 5px;
  font-size: 12px;
  position: relative;
}

.footer .top-panel .schedule-panel .panel-block .working-time .weekend .magic-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  line-height: 10px;
  font-size: 12px;
}

.footer .top-panel .schedule-panel .panel-block .working-time .weekend .magic-middle > sup {
  font-size: 8px;
}

.footer .top-panel .schedule-panel .panel-block .working-time .weekend > sup {
  line-height: 9px;
  font-size: 9px;
}

.footer .top-panel .schedule-panel .panel-block .working-time .weekend.saturday-work {
  background: url(/www/images/schedule-saturday-d.png) no-repeat 0 0 / auto 100% transparent;
}

.footer .middle-panel {
  height: 100px;
  background: none no-repeat scroll 0 0 #fff;
  box-sizing: border-box;
  text-align: center;
}

.footer .middle-panel ul {
  display: table;
  margin: 15px;
  height: 70px;
}

.footer .middle-panel ul li {
  display: table-cell;
  height: 70px;
  padding: 0 20px;
  vertical-align: middle;
}

.footer .middle-panel ul li img {
  display: inline-block;
  max-height: 70px;
  width: auto;
}

.footer .bottom-panel {
  height: 120px;
  /*background: url(/www/images/footer-bottom-panel.png) repeat-x 0 0 transparent;*/
  background-color: #002752;
}

.footer .bottom-panel .socials {
  position: absolute;
  top: 10px;
  left: 0;
}

.footer .bottom-panel .socials a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: none no-repeat 0 0 transparent;
  margin-right: 5px;
}

.footer .bottom-panel .socials .twitter {
  background-image: url(/www/images/social-twitter.png);
}

.footer .bottom-panel .socials .facebook {
  background-image: url(/www/images/social-facebook.png);
}

.footer .bottom-panel .navigation {
  position: absolute;
  top: 20px;
  right: 0;
}

.footer .bottom-panel .navigation ul {
  float: right;
}

.footer .bottom-panel .navigation ul li {
  float: left;
  padding: 0 15px;
}

/* FixMe: IE8 workaround
 */
.footer .bottom-panel .navigation ul li.last-of-type {
  padding-right: 0;
}

.footer .bottom-panel .navigation ul li:last-of-type {
  padding-right: 0;
}

.footer .bottom-panel .navigation ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.footer .bottom-panel .navigation ul li a:hover {
  text-decoration: underline;
}

.footer .bottom-panel .copyrights {
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.site-header {
  height: 85px;
}

.site-header .logo-block {
  float: left;
  margin: 8px 0 0 6px;
}

.site-header .logo-block img {
  /*height: 75px;*/
}

.site-header .banner {
  position: absolute;
  top: 5px;
  left: 210px;
  width: 480px;
  height: 74px;
}

.site-header .info-tooltip {
  float: right;
  margin: 22px 200px 0 20px;
}
.site-header .info-tooltip .popupWhy_text {
  white-space: nowrap;
}
.site-header .info-tooltip .popupWhy_link {
  position: relative;
  cursor: pointer;
  margin-bottom: 13px;
  white-space: nowrap;
}

.site-header .info-tooltip .popupWhy_link .popupWhy_icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 20px;
  background: #ec933d none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #fff;
  vertical-align: middle;
  display: inline-block;
}

.site-header .info-tooltip .popupWhy_link .popupWhy_text {
  color: #222;
  font-size: 14px;
  line-height: 18px;
  margin-right: 0;
  white-space: normal;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.site-header .info-tooltip:hover .popupWhy_dropdown {
  display: block;
}

.site-header .info-tooltip .popupWhy_dropdown {
  display: none;
  background: #fff none repeat scroll 0 0;
  position: absolute;
  z-index: 10;
  border: 1px solid #059bce;
  padding: 25px 0;
  text-align: center;
  width: 390px;
  margin: 0 0 0 -160px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  top: 70px;
}

.site-header .info-tooltip .popupWhy_dropdown::after {
  position: absolute;
  z-index: 10;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #059bce;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  left: 190px;
  margin-left: -5px;
}
.site-header .info-tooltip .popupWhy_dropdown::before {
  position: absolute;
  z-index: 11;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: -9px;
  left: 191px;
  margin-left: -5px;
}

.site-header .info-tooltip .popupWhy_dropdown h4 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
  letter-spacing: 1px;
  font-weight: 400;
}

.site-header .info-tooltip .popupWhy_dropdown .travInfo.travInfo_list {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

.site-header .info-tooltip .popupWhy_dropdown .travInfo.travInfo_list li {
  display: block;
  width: auto;
  text-align: left;
  overflow: hidden;
  margin: 15px 0 0 35px;
}

.site-header .info-tooltip .popupWhy_dropdown .travInfo.travInfo_list p {
  font-size: 15px;
  line-height: 18px;
  margin: 3px 0 0;
}

@font-face {
  font-family: 'icons-32';
  font-style: normal;
  font-weight: normal;
  src: url('/www/fonts/icons-32.eot?#iefix') format('embedded-opentype'),
    url('/www/fonts/icons-32.woff') format('woff'),
    url('/www/fonts/icons-32.ttf') format('truetype'),
    url('/www/fonts/icons-32.svg#fontcustom') format('svg');
}
.site-header .info-tooltip .popupWhy_dropdown .travInfo.travInfo_list .if-icon {
  font-size: 27px;
  margin-right: 12px;
  float: left;
  color: #f70;

  display: inline-block;
  font-family: 'icons-32', serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.if-icon.icon-i32_airport:before {
  content: '\f156';
}
.if-icon.icon-i32_arrow_down:before {
  content: '\f12a';
}
.if-icon.icon-i32_arrow_left:before {
  content: '\f12b';
}
.if-icon.icon-i32_arrow_right:before {
  content: '\f12c';
}
.if-icon.icon-i32_arrow_up:before {
  content: '\f12d';
}
.if-icon.icon-i32_bag:before {
  content: '\f157';
}
.if-icon.icon-i32_beach:before {
  content: '\f15f';
}
.if-icon.icon-i32_camera:before {
  content: '\f12e';
}
.if-icon.icon-i32_check_list:before {
  content: '\f148';
}
.if-icon.icon-i32_children:before {
  content: '\f172';
}
.if-icon.icon-i32_circle_arrow_down:before {
  content: '\f12f';
}
.if-icon.icon-i32_circle_arrow_left:before {
  content: '\f130';
}
.if-icon.icon-i32_circle_arrow_right:before {
  content: '\f131';
}
.if-icon.icon-i32_circle_arrow_up:before {
  content: '\f132';
}
.if-icon.icon-i32_city:before {
  content: '\f133';
}
.if-icon.icon-i32_clock:before {
  content: '\f173';
}
.if-icon.icon-i32_coins:before {
  content: '\f134';
}
.if-icon.icon-i32_crown:before {
  content: '\f151';
}
.if-icon.icon-i32_debit_card:before {
  content: '\f135';
}
.if-icon.icon-i32_eco:before {
  content: '\f168';
}
.if-icon.icon-i32_eco-tourism:before {
  content: '\f160';
}
.if-icon.icon-i32_excursion:before {
  content: '\f174';
}
.if-icon.icon-i32_extreme:before {
  content: '\f161';
}
.if-icon.icon-i32_family:before {
  content: '\f162';
}
.if-icon.icon-i32_fire:before {
  content: '\f136';
}
.if-icon.icon-i32_fire_o:before {
  content: '\f137';
}
.if-icon.icon-i32_flight45:before {
  content: '\f138';
}
.if-icon.icon-i32_food:before {
  content: '\f139';
}
.if-icon.icon-i32_garant:before {
  content: '\f13a';
}
.if-icon.icon-i32_gastro:before {
  content: '\f16a';
}
.if-icon.icon-i32_giftbox:before {
  content: '\f13b';
}
.if-icon.icon-i32_handshake:before {
  content: '\f171';
}
.if-icon.icon-i32_handshake2:before {
  content: '\f176';
}
.if-icon.icon-i32_health:before {
  content: '\f16b';
}
.if-icon.icon-i32_highlands:before {
  content: '\f158';
}
.if-icon.icon-i32_managers:before {
  content: '\f177';
}
.if-icon.icon-i32_money:before {
  content: '\f159';
}
.if-icon.icon-i32_multi_air:before {
  content: '\f14b';
}
.if-icon.icon-i32_multi_search:before {
  content: '\f14c';
}
.if-icon.icon-i32_ok:before {
  content: '\f175';
}
.if-icon.icon-i32_over_500:before {
  content: '\f149';
}
.if-icon.icon-i32_palm:before {
  content: '\f178';
}
.if-icon.icon-i32_person:before {
  content: '\f13c';
}
.if-icon.icon-i32_person_child:before {
  content: '\f13d';
}
.if-icon.icon-i32_phone_circle:before {
  content: '\f14a';
}
.if-icon.icon-i32_pilgrimage:before {
  content: '\f16c';
}
.if-icon.icon-i32_pin:before {
  content: '\f179';
}
.if-icon.icon-i32_plane:before {
  content: '\f13e';
}
.if-icon.icon-i32_plane_o:before {
  content: '\f13f';
}
.if-icon.icon-i32_price:before {
  content: '\f15a';
}
.if-icon.icon-i32_pyramid:before {
  content: '\f15b';
}
.if-icon.icon-i32_quote:before {
  content: '\f140';
}
.if-icon.icon-i32_relax:before {
  content: '\f16d';
}
.if-icon.icon-i32_sanitary:before {
  content: '\f163';
}
.if-icon.icon-i32_sea:before {
  content: '\f141';
}
.if-icon.icon-i32_shield:before {
  content: '\f142';
}
.if-icon.icon-i32_shopping:before {
  content: '\f164';
}
.if-icon.icon-i32_showplace:before {
  content: '\f15c';
}
.if-icon.icon-i32_sightseeing:before {
  content: '\f165';
}
.if-icon.icon-i32_ski:before {
  content: '\f166';
}
.if-icon.icon-i32_skis:before {
  content: '\f16e';
}
.if-icon.icon-i32_snow:before {
  content: '\f143';
}
.if-icon.icon-i32_speedometer:before {
  content: '\f144';
}
.if-icon.icon-i32_surf:before {
  content: '\f16f';
}
.if-icon.icon-i32_thin_ccard:before {
  content: '\f152';
}
.if-icon.icon-i32_thin_operators:before {
  content: '\f153';
}
.if-icon.icon-i32_thin_price:before {
  content: '\f154';
}
.if-icon.icon-i32_time:before {
  content: '\f15d';
}
.if-icon.icon-i32_to_search:before {
  content: '\f14d';
}
.if-icon.icon-i32_tourhunter:before {
  content: '\f155';
}
.if-icon.icon-i32_visa:before {
  content: '\f15e';
}
.if-icon.icon-i32_winter:before {
  content: '\f170';
}
.if-icon.icon-i32_xmas_tree:before {
  content: '\f145';
}
.if-icon.icon-i32_zoom_in:before {
  content: '\f146';
}
.if-icon.icon-i32_zoom_out:before {
  content: '\f147';
}

.site-header .contact-block {
  position: absolute;
  right: 0;
  top: 7px;
  width: 200px;
}

.site-header .contact-block .phones {
  float: left;
  border-right: 1px solid #c3d0e0;
}

.site-header .contact-block .phones .address {
  float: left;
  line-height: 31px;
  margin: 0 15px 0 0;
  white-space: nowrap;
  font-size: 18px;
  color: #04428b;
}

.site-header .contact-block .address {
  float: right;
  white-space: nowrap;
  margin: 6px 5px 0;
  font-size: 13px;
  color: #04428b;
}

.site-header .contact-block .phones .phone-num {
  float: right;
  white-space: nowrap;
  font-size: 20px;
  color: #04428b;
  margin-right: 15px;
  padding-left: 23px;
  line-height: 23px;
  background: transparent url(/www/images/header-phone-icon.png) no-repeat scroll 0 50%;
}

.site-header .contact-block .lang {
  float: left;
  padding: 0 10px;
}

.site-header .contact-block .lang a {
  line-height: 23px;
  font-size: 14px;
  color: #04428b;
}

.site-header .contact-block .mail {
  padding: 3px 0 0;
}

.site-header .contact-block .mail .contact-mail {
  height: 12px;
  background: transparent url(/www/images/mailto-icon.png) no-repeat scroll 0 0 / auto 12px;
  width: 17px;
  display: inline-block;
}

.site-navigation {
  background-color: #fe8a26;
  box-shadow: 0 0 5px rgba(32, 32, 32, 0.4);
  position: relative;
}

.site-navigation .navigation-list {
  border-collapse: collapse;
  height: 38px;
  width: 100%;
}

.site-navigation .navigation-list .navigation-item {
  border-right: 1px solid #ff7700;
  border-left: 1px solid #ff7700;
  width: 14.2%;
}

.site-navigation .navigation-list .navigation-item > a {
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
  white-space: nowrap;
  font-size: 16px;
}

.site-navigation .navigation-list .navigation-item > a:hover {
  background-color: #ff7700;
}

.site-navigation .sub-menu-item:hover .sub-menu {
  display: block;
}

.site-navigation .sub-menu-item {
}

.site-navigation .sub-menu-item > a {
  cursor: default;
}

.site-navigation .item6.sub-menu-item .sub-menu a {
  padding-bottom: 6px;
  margin-right: 6px;
}

.site-navigation .sub-menu-item.item1:hover {
  border-left-color: #b1d921;
}

.site-navigation .sub-menu-item.item1:hover > a {
  background-color: #b1d921;
}

.site-navigation .sub-menu-item.item2:hover > a {
  background-color: #d6d61c;
}
.site-navigation .sub-menu-item.item3 .sub-menu,
.site-navigation .sub-menu-item.item3:hover,
.site-navigation .sub-menu-item.item3:hover > a {
  background: #d6d61c !important;
}

.site-navigation .sub-menu-item.item6:hover > a {
  background-color: #b1d921;
}

.site-navigation .sub-menu-item:hover a > span {
  border-bottom: medium none;
}

.site-navigation .sub-menu-item .sub-menu {
  display: none;
  top: 38px;
  position: absolute;
  z-index: 40;
  box-sizing: border-box;
  background: rgb(177, 217, 33); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(177, 217, 33, 1) 0%,
    rgba(149, 196, 31, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(177, 217, 33, 1)),
    color-stop(100%, rgba(149, 196, 31, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(177, 217, 33, 1) 0%,
    rgba(149, 196, 31, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(177, 217, 33, 1) 0%,
    rgba(149, 196, 31, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(177, 217, 33, 1) 0%,
    rgba(149, 196, 31, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(177, 217, 33, 1) 0%,
    rgba(149, 196, 31, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1d921', endColorstr='#95c41f', GradientType=0); /* IE6-9 */
}

.site-navigation .item6.sub-menu-item .sub-menu {
  width: 200px;
  padding: 15px;
}

.site-navigation .item6.sub-menu-item .sub-menu a {
  width: 100%;
  display: block;
  padding: 2px 3px;
  font-size: 13px;
  text-transform: none;
  line-height: 15px;
}

.site-navigation .item6.sub-menu-item .sub-menu a:hover {
  background-color: #00438a;
  color: #fff;
}

.site-navigation .item6.sub-menu-item .sub-menu a.sub-sub {
  margin-left: 10%;
  width: 90%;
}

.site-navigation .sub-menu-item.item1 .sub-menu {
  width: 100%;
  right: 0;
  height: 150px;
  padding: 15px 10px 15px 15px;
}

.site-navigation .sub-menu-item.item1 .sub-menu {
  width: 100%;
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu {
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .main-list {
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .main-list li {
  margin: 0 0 5px;
  background: none no-repeat scroll 0 50% transparent;
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .main-list li a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 1px 1px 1px 23px;
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .main-list li a:hover {
  text-decoration: underline;
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .main-list li.bus-icon {
  background-image: url(/www/images/bus-icon.png);
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .main-list li.avio-icon {
  background-image: url(/www/images/plane-icon.png);
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .main-list li.cruise-icon {
  background-image: url(/www/images/ship-icon.png);
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .main-list li.excursion-icon {
  background-image: url(/www/images/tour_type-excursion-icon.png);
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .main-list li.individual-icon {
  background-image: url(/www/images/tour_type-individual-icon.png);
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .sub-tour-list {
  border-left: 1px solid #7e9d1b;
  padding: 0;
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .sub-tour-list li {
  padding: 0 0 0 10px;
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .sub-tour-list a {
  padding: 5px 3px;
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 15px;
  display: block;
}

.site-navigation .sub-menu-item.item1 .sub-menu .tour-menu .sub-tour-list a:hover {
  color: #fff;
  background: none no-repeat scroll 0 0 #00428c;
}

.site-navigation .sub-menu-item.item2 .sub-menu {
  height: auto;
  min-height: 383px;
  right: auto;
  box-sizing: border-box;
  width: 1000px;
  left: 0;
  padding-left: 239px;
  padding-top: 8px;
  z-index: 101;
}

.site-navigation .sub-menu-item.item2 .sub-menu .image {
  position: absolute;
  left: 8px;
  top: 8px;
}

.site-navigation .sub-menu-item.item2 .sub-menu .image .img {
  border: 1px solid grey;
  width: 231px;
  height: 181px;
  box-sizing: border-box;
  background: none no-repeat 0 0 / cover transparent;
  clear: both;
}

.site-navigation .sub-menu-item.item2 .sub-menu .image span {
  display: block;
  padding: 10px 0;
}

.site-navigation .sub-menu-item.item3 .sub-menu {
  height: auto;
  right: auto;
  box-sizing: border-box;
  z-index: 101;
  width: 530px;
  left: auto;
  padding: 8px;
}
.site-navigation .sub-menu-item.item3 .sub-menu .lastminute-menu h2 {
  margin-bottom: 6px;
  padding: 2px 3px;
  font-size: 19px;
}
.site-navigation .sub-menu-item.item3 .sub-menu .lastminute-menu > .col {
  padding: 0 8px;
}

.site-navigation .sub-menu-item.item3 .sub-menu li a {
  padding: 3px 4px;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  line-height: 14px;
  display: block;
}

.site-navigation .sub-menu-item.item3 .sub-menu li a:hover {
  color: #fff;
  background: none no-repeat scroll 0 0 #00428c;
}
.site-navigation .sub-menu-item .block {
  border-bottom: 1px solid #b0aa00;
  margin: 0 10px 0 16px;
  float: left;
  clear: both;
  width: 690px;
  padding: 5px 0 5px 45px;
}

.site-navigation .sub-menu-item .block li {
  padding: 0;
  width: 100%;
}

.site-navigation .sub-menu-item .block li:hover a {
  background: #00438a;
  color: #fff;
}

.site-navigation .sub-menu-item .block a {
  display: block;
  text-transform: none;
  font-size: 13px;
  line-height: 15px;
  padding: 1px 3px;
}

.site-navigation .sub-menu-item .block.last {
  border-bottom: none;
}

.site-navigation .sub-menu-item .block .continent-title {
  padding: 0 0 0 3px;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
}

.site-navigation .sub-menu-item .block ul {
  padding: 0;
  margin: 0;
  width: 115px;
  display: inline-table;
  text-transform: none;
  float: left;
}

.site-navigation .sub-menu-item.item2 .sub-menu {
  background: rgb(214, 214, 28); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(214, 214, 28, 1) 0%,
    rgba(173, 175, 24, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(214, 214, 28, 1)),
    color-stop(100%, rgba(173, 175, 24, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(214, 214, 28, 1) 0%,
    rgba(173, 175, 24, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(214, 214, 28, 1) 0%,
    rgba(173, 175, 24, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(214, 214, 28, 1) 0%,
    rgba(173, 175, 24, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(214, 214, 28, 1) 0%,
    rgba(173, 175, 24, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d61c', endColorstr='#adaf18', GradientType=0); /* IE6-9 */
}

.home-block {
  height: 750px;
  position: relative;
  background: transparent url(/www/images/main_page_bg.jpg) no-repeat scroll 50% 0;
}

.home-block .offer-overlay {
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
  background-image: linear-gradient(to top, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.5) 100%);
}

.home-block .offer-overlay .offer-block .title-block {
  border-bottom: medium none;
}

.home-block > .wrap {
  position: relative;
}

.home-block .overlay-container {
  position: absolute;
  width: 100%;
  top: 70px;
}

.home-block .block-title {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #04428b;
  font-size: 24px;
  font-weight: bold;
}

.home-block .overlay-container > h1 {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 2px #323232;
  font-size: 34px;
  margin: 0 0 65px;
}

.home-block .overlay-container > h1 .sub-text {
  font-size: 24px;
  font-weight: normal;
  display: block;
}

.home-block .home-filter {
  width: 100%;
  padding: 8px 15px 18px;
  box-sizing: border-box;
  background-color: rgba(16, 75, 143, 0.8);
}

.home-filter .takeoff-menu {
  position: absolute;
  top: -35px;
  left: 15px;
  height: 25px;
  line-height: 25px;
}

.filterable-prices .takeoff-menu,
.last-minute-page .takeoff-menu {
  line-height: 25px;
  margin: 0 0 15px;
}
.filterable-prices .takeoff-menu {
  margin: 25px 0 15px;
}

.takeoff-menu .label {
  font-size: 17px;
  margin-right: 4px;
  font-weight: 100;
  padding-left: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px #474747;
  background: transparent url(/www/images/takeoff-icon.png) no-repeat scroll left 70%;
  vertical-align: bottom;
}
.filterable-prices .takeoff-menu .label,
.last-minute-page .takeoff-menu .label {
  color: #048;
  text-shadow: none;
  background-image: url(/www/images/takeoff-icon-blue.png);
}

.takeoff-menu .select-span {
  height: 25px;
  vertical-align: bottom;
}

.takeoff-menu .select-span.open {
  background-color: #ffffff;
  width: 120px;
  padding: 0 6px;
}

.takeoff-menu .select-span .current {
  border-bottom: 1px dotted #048;
  font-size: 20px;
  cursor: pointer;
  color: #048;
  line-height: 25px;
}

.takeoff-menu .select-span.open .current {
  border-bottom: medium none;
  cursor: default;
  font-size: 16px;
}

.takeoff-menu .select-span .ddown {
  display: none;
  width: 100%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 6;
  box-shadow: 0 3px 4px #000000;
}

.takeoff-menu .select-span.open .ddown {
  display: block;
}

.takeoff-menu .select-span .ddown .elm {
  color: #048;
  line-height: 25px;
  padding: 0 6px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.takeoff-menu .select-span .ddown .elm:hover {
  color: #fff;
  background-color: #048;
}

.home-block .home-filter .filter-elem {
  float: left;
  margin-right: 15px;
}

.home-block .home-filter .filter-elem .filter-label {
  font-size: 12px;
  color: #ffffff;
  margin: 0 0 5px;
}

.home-block .home-filter .filter-elem.keywordFilter {
  position: relative;
}

.home-block .home-filter .filter-elem.keywordFilter input {
  background: #fff url(/www/images/location-ico.png) no-repeat 98% 50%;
  padding-right: 26px;
}

.home-block .home-filter .filter-elem.keywordFilter input.autocomplete-error {
  background-color: #fdd;
}

.home-block .home-filter .filter-elem.keywordFilter input.autocomplete-error + .error-message {
  display: block;
}

.home-block .home-filter .filter-elem.keywordFilter .error-message {
  position: absolute;
  background-color: #fcc;
  border: 1px solid #faa;
  width: 100%;
  display: none;
  padding: 8px 12px;
  box-sizing: border-box;
  left: 0;
  top: 53px;
  font-size: 12px;
}

.home-block .home-filter .filter-elem.dateFilter input {
  background: #fff url(/www/images/input-calendar.png) no-repeat 98% 50%;
  padding-right: 26px;
}

.home-block .home-filter .filter-elem input {
  box-sizing: border-box;
  padding: 6px 10px;
  font-size: 17px;
  border: medium none;
  width: 300px;
}

.ui-autocomplete.limited-size {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: visible;
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
  margin: 0;
  border: medium none;
}

.home-block .home-filter .filter-elem.personFilter select {
  box-sizing: border-box;
  padding: 7px 10px;
  font-size: 14px;
  border: medium none;
  width: 124px;
}

.home-block .home-filter .filter-elem.personFilter .dk-select .select-values {
  white-space: nowrap;
}

.home-block .home-filter .filter-elem.personFilter .dk-select .select-values > span {
  vertical-align: middle;
  margin-right: 1px;
}

.home-block .home-filter .filter-elem.personFilter .dk-select .select-values .plus-sign {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: transparent url(/www/images/home-filter-plus.png) no-repeat scroll 0 0;
}

.home-block .home-filter .filter-elem.personFilter .dk-select .select-values .adult {
  display: inline-block;
  width: 13px;
  height: 28px;
  background: transparent url(/www/images/home-filter-adult.png) no-repeat scroll 0 0;
}

.home-block .home-filter .filter-elem.personFilter .dk-select .select-values .child {
  display: inline-block;
  width: 14px;
  height: 22px;
  background: transparent url(/www/images/home-filter-child.png) no-repeat scroll 0 0;
}

.home-block .home-filter .filter-elem.personFilter .dk-select {
  box-sizing: border-box;
  width: 124px;
  border: medium none;
}

.home-block .home-filter .filter-elem.personFilter .dk-select .dk-selected {
  border: medium none;
  border-radius: 0;
  padding: 3px 8px 2px;
}

.home-block .home-filter .filter-elem.personFilter .dk-select .dk-selected:before {
  border-width: 0.5em 0.3em 0;
}

.home-block .home-filter .filter-elem.personFilter .dk-select .dk-selected:after {
  border-left: medium none;
}

.home-block .home-filter .filter-elem.personFilter .dk-select .dk-select-options {
  border: medium none;
  box-shadow: 0 1px 3px #5f5f5f;
  border-radius: 0;
  width: 100%;
  overflow: visible;
  max-height: none;
  margin-top: 1px;
}

.home-block .home-filter .filter-elem.personFilter .dk-select .dk-select-options .dk-option {
  padding: 3px 8px;
}

.home-block
  .home-filter
  .filter-elem.personFilter
  .dk-select
  .dk-select-options
  .dk-option
  .dk-option-highlight {
  background-color: transparent;
}

.home-block .home-filter .filter-elem.buttonHolder {
  margin-right: 0;
}

.home-block .home-filter .filter-elem.buttonHolder .orange-button {
  margin: 19px 0 0;
  width: 200px;
  background-color: #ff7e00;
  height: 33px;
  line-height: 33px;
  padding: 0;
  box-sizing: border-box;
}

.home-block .home-filter .filter-elem.dateFilter {
  position: relative;
}

.home-block .home-filter .filter-elem.dateFilter .dateRangePicker {
  padding: 0;
}

.home-block .home-filter .filter-elem.dateFilter .dateRangePicker .title-elem {
  display: none;
}

.home-block .home-filter .filter-elem.dateFilter .dateRangePicker .ui-datepicker {
  position: absolute;
  z-index: 15;
  padding-bottom: 2px;
}

#support-popout {
  position: fixed;
  right: -340px;
  top: 40%;
  border-top: 1px solid #f70;
  border-bottom: 1px solid #f70;
  background-color: #fff;
  width: 380px;
  height: 180px;
  z-index: 1005;
  box-sizing: border-box;
  transition: right 0.3s ease 0s;
}

#support-popout.open {
  right: 0;
}

#support-popout .content {
  float: right;
  width: 330px;
  height: 100%;
  box-sizing: border-box;
  padding: 15px 5px;
}

#support-popout .handle {
  float: left;
  width: 40px;
  height: 100%;
  box-sizing: border-box;
  padding: 8px;
  border-left: 4px solid #f70;
  background-color: #ffc899;
  cursor: pointer;
}

#support-popout .handle .close-icon {
  opacity: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 1px 5px;
  box-sizing: border-box;
  border: 1px solid #444;
  color: #444;
  background-color: #fff;
  border-radius: 9px;
  text-align: center;
  line-height: 17px;
  font-size: 28px;
  font-weight: 700;
  transition: opacity 0.3s ease 0.3s;
}

#support-popout.open .handle .close-icon {
  opacity: 1;
}

#support-popout .handle .text-img {
  word-break: break-all;
  height: 140px;
  width: 20px;
  overflow: hidden;
}

#support-popout .handle .text-img img {
  width: 20px;
  margin: 0;
  padding: 0;
  border: medium none;
}

.home-slider {
  height: 383px;
  position: relative;
  width: 1136px;
  margin: 0 auto;
}

.home-slider .slider-side {
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 90;
}

.home-slider .slider-side.left-side {
  left: -1000px;
}

.home-slider .slider-side.right-side {
  right: -1000px;
}

.home-slider .slider-side .side-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
}

.home-slider .slider-side .margin-imitation {
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: rgb(255, 255, 255);
}

.home-slider .slider-side.left-side .margin-imitation {
  right: 0;
}

.home-slider .slider-side.right-side .margin-imitation {
  left: 0;
}

/*.home-slider */
.flex-direction-nav a.flex-disabled {
  opacity: 0.5;
}

/*.home-slider */
.flex-direction-nav a.flex-prev,
    /*.home-slider */
.flex-direction-nav a.flex-next {
  position: absolute;
  top: 172px;
  z-index: 95;
  left: -60px;
  text-indent: 10000px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: url(/www/images/slider-dir.png) no-repeat 0 0 transparent;
}

/*.home-slider */
.flex-direction-nav a.flex-next {
  left: auto;
  right: -60px;
  background-position: -40px 0;
}

.home-slider .flex-control-paging {
  position: absolute;
  bottom: 30px;
  left: 68px;
  z-index: 95;
  width: 147px;
}

.home-slider .flex-control-paging a {
  display: block;
  width: 21px;
  height: 17px;
  background: url(/www/images/slider-nav.png) no-repeat 0 0 transparent;
  float: left;
  margin-right: 0;
  cursor: pointer;
}

.home-slider .flex-control-paging a.flex-active {
  background-image: url(/www/images/slider-nav-active-new.png);
}

.home-slider .flex-viewport {
  overflow: visible !important;
}

.home-slider .slides {
  color: #fff;
}

.home-slider .slides li {
  height: 383px;
  background-color: #ffffff;
}

.home-slider .slides .template_basic {
}

.home-slider .slides .template_basic .mood_image {
  float: left;
  width: 332px;
  height: 383px;
  margin-right: 8px;
}

.home-slider .slides .template_basic .offer {
  float: left;
  width: 577px;
  height: 383px;
  margin-right: 8px;
  position: relative;
}

.home-slider .slides .template_basic .offer .info {
  position: absolute;
  bottom: 0;
  width: 370px;
  background-color: rgba(12, 61, 117, 0.7);
  padding: 20px 25px;
  box-sizing: border-box;
  color: #fff;
}

.home-slider .slides .template_basic .offer .info .title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.home-slider .slides .template_basic .offer .info .description {
  font-size: 14px;
  font-family: Tahoma, Arial, sans-serif;
}

.home-slider .slides .template_basic .offer .info .price {
  position: absolute;
  min-width: 114px;
  max-width: 150px;
  width: auto;
  left: 354px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 13px 23px;
  color: #fe7800;
}

.home-slider .slides .template_basic .offer .info .price .main {
  font-weight: bold;
  font-size: 29px;
  line-height: 21px;
  margin-bottom: 3px;
  white-space: nowrap;
}

.home-slider .slides .template_basic .offer .info .price .old {
  text-decoration: line-through;
}

.home-slider .slides .template_basic .hotels {
  float: left;
  width: 211px;
}

/* FixMe: IE8 workaround
 */
.home-slider .slides .template_basic .hotels .hotel.first-of-type {
  margin-bottom: 7px;
}

.home-slider .slides .template_basic .hotels .hotel:first-of-type {
  margin-bottom: 7px;
}

.home-slider .slides .template_basic .hotels .hotel {
  height: 188px;
  position: relative;
}

.home-slider .slides .template_basic .hotels .hotel .info {
  position: absolute;
  background-color: rgba(12, 61, 117, 0.7);
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 41px;
  color: #fff;
}

.home-slider .slides .template_basic .hotels .hotel .title {
  padding: 11px 14px;
  font-size: 15px;
}

.home-slider .slides .template_basic .hotels .hotel .price {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  color: #fe7800;
  bottom: 35px;
  right: 0;
  padding: 7px 13px;
  text-align: right;
}

.home-slider .slides .template_basic .hotels .hotel .price .main {
  font-size: 18px;
  line-height: 17px;
  font-weight: bold;
}

.home-slider .slides .template_basic .hotels .hotel .price .old {
  text-decoration: line-through;
}

.template_last-minute .main_image,
.home-slider .slides .template_last-minute .main_image {
  width: 916px;
  float: left;
  position: relative;
}

.template_last-minute .last-minute_offers,
.home-slider .slides .template_last-minute .last-minute_offers {
  width: 220px;
  float: left;
}

.home-slider .slides .template_last-minute .main_image .slide-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(3, 30, 57, 1));
  padding: 50px 10px 20px 340px;
  font-size: 22px;
  line-height: 24px;
  box-sizing: border-box;
  color: #fff;
}

.home-slider .slides .template_last-minute .last-minute_offers {
  background-color: #ec9315;
  height: 383px;
  box-sizing: border-box;
  padding: 10px;
}

.home-slider .slides .template_last-minute .last-minute_offers h2 {
  text-shadow: 1px 2px #c77208;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  padding: 10px;
}

.home-slider .slides .template_last-minute .last-minute_offers h2 b,
.home-slider .slides .template_last-minute .last-minute_offers h2 strong {
  font-weight: 500;
}

.home-slider .slides .template_last-minute .last-minute_offers h2 + div {
  border-top: 1px solid #d27a00;
  margin: 0 10px;
  color: black;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 0 10px;
  height: 28px;
}

.home-slider .slides .template_last-minute .last-minute_offers .see-more,
.home-slider .slides .template_last-minute .last-minute_offers .see-more a {
  float: right;
  font-size: 12px;
  text-decoration: none;
  color: black;
  display: inline-block;
  margin-left: 10px;
}

.home-slider .slides .template_last-minute .last-minute_offers .offer-list {
  margin: 0 0 3px;
}

.home-slider .slides .template_last-minute .last-minute_offers .offer-list .list-elem {
  font-size: 13px;
}

.home-slider .slides .template_last-minute .last-minute_offers .offer-list .list-elem h3 {
  display: inline;
  font-weight: 400;
  font-size: 13px;
}

.home-slider .slides .template_last-minute .last-minute_offers .offer-list .list-elem > span {
  display: block;
}

.home-slider
  .slides
  .template_last-minute
  .last-minute_offers
  .offer-list
  .list-elem:nth-of-type(2n-1) {
  background-color: #16579b;
}

/* FixMe: IE8 workaround
 */
.home-slider .slides .template_last-minute .last-minute_offers .offer-list .list-elem.nth-2-1 {
  background-color: #d37a02;
}

.home-slider .slides .template_last-minute .last-minute_offers .offer-list .list-elem a {
  padding: 6px 3px 6px 8px;
  color: #fff;
  display: block;
  box-sizing: border-box;
}

.home-slider .slides .template_last-minute .last-minute_offers .offer-list .list-elem a b,
.home-slider .slides .template_last-minute .last-minute_offers .offer-list .list-elem a strong {
  color: black;
  float: right;
}

.home-content {
  width: 1000px;
  margin: 0;
  /*letter-spacing: -0.05em;*/
}

.icon-list {
  margin: 30px 0;
  width: 100%;
}

.icon-list .icon-item {
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background: none no-repeat scroll 0 50% transparent;
  font-size: 12px;
  font-family: Tahoma, Arial, sans-serif;
  padding: 0 5px 0 60px;
  height: 55px;
}

.icon-list .icon-item.icon-type-1 {
  background-image: url(/www/images/home-icon-1.png);
  padding-left: 58px;
}

.icon-list .icon-item.icon-type-2 {
  background-image: url(/www/images/home-icon-2.png);
  padding-left: 52px;
}

.icon-list .icon-item.icon-type-3 {
  background-image: url(/www/images/home-icon-3.png);
  padding-left: 52px;
}

.icon-list .icon-item.icon-type-4 {
  background-image: url(/www/images/home-icon-4.png);
  padding-left: 50px;
}

.icon-list .icon-item.icon-type-5 {
  background-image: url(/www/images/home-icon-5.png);
  padding-left: 53px;
}

.icon-list .icon-item.icon-type-6 {
  background-image: url(/www/images/home-icon-6.png);
  padding-left: 53px;
}

.content-table {
  font-size: 14px;
}

.content-table > .content-cols {
  background-color: #fff;
}

.content-table > .table-cell a,
.content-table > a.content-cols {
  color: #000;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: background-color 0.1s, color 0.1s;
}

.content-table > .content-table-head > .content-cols {
  color: #fe7800;
  font-size: 17px;
  font-weight: 500;
}

.content-table > .content-table-head > .content-cols > .col {
  padding-bottom: 12px;
}

/* FixMe: IE8 workaround
 */
.content-table > .table-cell.nth-2-1,
.content-table > .content-cols.nth-2-1 {
  background-color: #eef2f5;
}

.content-table > .table-cell:nth-of-type(2n - 1),
.content-table > .content-cols:nth-of-type(2n - 1) {
  background-color: #eef2f5;
}

.content-table.has-table-head > .content-cols:nth-of-type(2n) {
  background-color: #eef2f5;
}

.content-table.has-table-head > .content-cols:nth-of-type(2n - 1) {
  background-color: #fff;
}

.content-table > a.content-cols:hover {
  color: #fff;
  background-color: #fe7800;
}

.content-table > a.content-cols:hover > .col b {
  color: #fff;
}

.content-table > a.content-cols > .col b {
  color: #fe7800;
}

.content-table > .content-cols > .col.padded-col,
.content-table > .content-table-head > .content-cols > .col.padded-col {
  padding: 0 10px 0 15px;
}

.content-table > .content-cols > .col.padded-col-sm,
.content-table > .content-table-head > .content-cols > .col.padded-col-sm {
  padding: 0 5px 0 10px;
}

.content-table > .content-cols > .col.right-padding,
.content-table > .content-table-head > .content-cols > .col.right-padding {
  padding-right: 10px;
}

.content-table > .content-cols > .col.right-padding-sm,
.content-table > .content-table-head > .content-cols > .col.right-padding-sm {
  padding-right: 5px;
}

.content-table > .content-cols > .col.left-padding,
.content-table > .content-table-head > .content-cols > .col.left-padding {
  padding-left: 10px;
}

.content-table > .content-cols > .col.right-padding-sm,
.content-table > .content-table-head > .content-cols > .col.right-padding-sm {
  padding-left: 5px;
}

.content-table > .content-cols.vertical-padding > .col,
.content-table > .content-table-head > .content-cols.vertical-padding > .col {
  padding-top: 4px;
  padding-bottom: 4px;
}

.content-table > .content-cols.vertical-padding-sm > .col,
.content-table > .content-table-head > .content-cols.vertical-padding-sm > .col {
  padding-top: 2px;
  padding-bottom: 2px;
}

.hotel-page-prices {
  background: #f5f5f5;
  padding: 20px 0 0 10px;
}

.hotel-page-prices .after-prices-text {
  padding: 10px 0 30px;
}

.special-offers-page .price-list tr.nth2 {
  background-color: #fff !important;
  outline: none !important;
}

.hotel-page-prices .price-list tr:nth-child(even) {
  background-color: #fff;
  outline: none;
}

.special-offers-page .price-list tr.nth1 {
  background-color: #f2f2f2 !important;
  outline: none !important;
}

.hotel-page-prices .price-list tr:nth-child(odd) {
  background-color: transparent;
  outline: none;
}

.special-offers-page .price-list {
  border-collapse: collapse;
}

.special-offers-page .price-list .offer-prices {
  border: 1px solid #f2f2f2;
  display: none;
}

.special-offers-page .price-list .offer-prices > table {
  width: 100% !important;
}

.special-offers-page .price-list .offer-prices > table tr {
  background-color: #fff !important;
  outline: none !important;
}

.special-offers-page .price-list .offer-prices > table td {
  padding: 4px;
  width: auto !important;
}

.special-offers-page .price-list tr td a {
  text-decoration: underline;
}

/** Last minute offers **/

.static-page .annotation {
  font-size: 14px;
  margin: -36px 0 30px;
}

.last-minute-page h2 {
  color: #274e99;
  margin: 0 0 5px;
  padding: 15px 0 0;
  font-size: 22px;
}

.last-minute-page .explain {
  color: #274e99;
  margin: 0 0 20px;
}

.filterable-prices {
  padding-bottom: 15px;
}

.filterable-prices .price-list {
  margin: 8px 0;
}

.filterable-prices .price-list thead.price-list-filters.flying[data-price-filter] {
  display: block;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 1000px;
  background-color: #f2f2f2;
}

.filterable-prices
  .price-list
  thead.price-list-filters.flying[data-price-filter]
  .temporary_loader {
  margin-top: -20px !important;
}

.filterable-prices .price-list thead select,
.filterable-prices .price-list thead input,
.filterable-prices .price-list thead a.sort-prices,
.filterable-prices .price-list thead span.head-label {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  padding: 9px 7px;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  margin-bottom: 6px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

.filterable-prices .price-list thead.flying select,
.filterable-prices .price-list thead.flying input,
.filterable-prices .price-list thead.flying a.sort-prices,
.filterable-prices .price-list thead.flying span.head-label {
  margin-bottom: 0;
}

.filterable-prices .price-list thead span.head-label {
  cursor: default;
}

.filterable-prices .price-list thead input,
.filterable-prices .price-list thead select {
  background: #fff url(/www/images/filter-arrow-icon.png) no-repeat scroll right 50%;
}

.filterable-prices .price-list thead input.filtered {
  background: #fff none no-repeat scroll 0 0;
}

.filterable-prices .price-list thead input + .remove-val {
  display: none;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 13px;
  height: 13px;
  background: transparent url(/www/images/remove-value.png) no-repeat scroll 0 0;
  padding: 0;
}

.filterable-prices .price-list thead input + .remove-val:hover {
  background-position: -13px 0;
}

.filterable-prices .price-list thead input.filtered + .remove-val {
  display: block;
}

.filterable-prices .price-list thead input:hover,
.filterable-prices .price-list thead select:hover,
.filterable-prices .price-list thead input.filtered,
.filterable-prices .price-list thead select.filtered,
.filterable-prices .price-list thead a:hover {
  border-color: #f70;
}

.filterable-prices .price-list thead select {
  padding: 8px 22px 8px 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filterable-prices .price-list thead select[name='days'] {
  width: 80px;
}

.filterable-prices .price-list thead select option:first-of-type {
  font-weight: bold;
}

.filterable-prices .price-list thead select option {
  font-weight: normal;
}

.filterable-prices .price-list thead input {
  padding: 9px 22px 9px 7px;
}

.filterable-prices .price-list thead a {
  padding: 9px 7px;
}

.filterable-prices .price-list thead a.sort-prices {
  padding: 9px 28px 9px 7px;
  background: #fff url(/www/images/price-sort-icon.png) no-repeat scroll right 50%;
}

.filterable-prices .price-list thead a.clear-filters {
  border-color: #f00;
  text-align: center;
}

.font-blue {
  color: #133d91;
}

.wrap-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filterable-prices .price-list thead th {
  padding: 0 3px 0 0;
}

.filterable-prices .price-list thead th.clear-cell {
  padding: 0 8px;
}

.filterable-prices .price-list tbody td {
  padding: 5px 8px;
  font-size: 14px;
}

.filterable-prices .price-list tbody td.nowrap {
  white-space: nowrap;
}

.filterable-prices .price-list tbody tr {
  position: relative;
}

.filterable-prices .price-list tbody td a {
  color: #133d91;
}

.hotel-page-prices .price-list tbody td.hotel-cell,
.filterable-prices .price-list tbody td.hotel-cell {
  position: relative;
}

/*.hotel-page-prices .price-list tbody td.hotel-cell .wrap-text,*/
.filterable-prices .price-list tbody td.hotel-cell .wrap-text {
  width: 240px;
}

.filterable-prices .price-list tbody td.hotel-cell b:hover {
  cursor: default;
}

.hotel-page-prices .price-list tbody td.hotel-cell b:hover + .hotel-info,
.filterable-prices .price-list tbody td.hotel-cell a:hover + .hotel-info {
  display: block;
}

.hotel-page-prices .price-list tbody td.hotel-cell .hotel-info,
.filterable-prices .price-list tbody td.hotel-cell .hotel-info {
  position: absolute;
  bottom: 36px;
  left: -210px;
  min-width: 1000px;
  border: 2px solid #01438d;
  box-sizing: border-box;
  background-color: #fff;
  padding: 8px;
  display: none;
  z-index: 99999;
}

.hotel-page-prices .price-list tbody td.hotel-cell .hotel-info {
  left: -286px;
}

.hotel-page-prices .price-list tbody td.hotel-cell .hotel-info .bubble-caret,
.filterable-prices .price-list tbody td.hotel-cell .hotel-info .bubble-caret {
  position: absolute;
  background: transparent url(/www/images/hotel-bubble-arrow.png) no-repeat scroll 0 0;
  width: 21px;
  height: 9px;
  left: 250px;
  bottom: -9px;
}

.hotel-page-prices .price-list tbody td.hotel-cell .hotel-info .bubble-caret {
  left: 286px;
}

.hotel-page-prices .price-list tbody td.hotel-cell .hotel-info .hotel-image,
.filterable-prices .price-list tbody td.hotel-cell .hotel-info .hotel-image {
  float: left;
  width: 220px;
  margin-right: 12px;
}

.hotel-page-prices .price-list tbody td.hotel-cell .hotel-info .hotel-data,
.filterable-prices .price-list tbody td.hotel-cell .hotel-info .hotel-data {
  width: 100%;
}

.hotel-page-prices .price-list tbody td.hotel-cell .hotel-info .hotel-image + .hotel-data,
.filterable-prices .price-list tbody td.hotel-cell .hotel-info .hotel-image + .hotel-data {
  float: right;
  width: 744px;
}

.hotel-page-prices .price-list tbody td.hotel-cell .hotel-info .hotel-data .hotel-title,
.filterable-prices .price-list tbody td.hotel-cell .hotel-info .hotel-data .hotel-title {
  color: #133d91;
  background: transparent url(/www/images/hotel-icon.png) no-repeat scroll 0 50%;
  height: 26px;
  padding: 0 0 0 29px;
  margin: 6px 0;
  line-height: 26px;
  font-size: 24px;
}

.hotel-page-prices .price-list tbody td.hotel-cell .hotel-info .hotel-data .hotel-title .stars,
.filterable-prices .price-list tbody td.hotel-cell .hotel-info .hotel-data .hotel-title .stars {
  margin: 0 0 0 6px;
}

.hotel-page-prices .price-list tbody td.hotel-cell .hotel-info .hotel-data .hotel-description,
.filterable-prices .price-list tbody td.hotel-cell .hotel-info .hotel-data .hotel-description {
  font-size: 12px;
  max-height: 225px;
  overflow: hidden;
}

.filterable-prices .price-list tbody td.loc-cell {
  padding: 3px 8px 3px 10px;
  line-height: 14px;
}

.filterable-prices .price-list tbody td.days-cell {
  width: 66px;
}

.filterable-prices .price-list tbody td.loc-cell.country {
  width: 95px;
}

.filterable-prices .price-list tbody td.loc-cell.region {
  width: 97px;
}

.filterable-prices .price-list tbody td.price-cell {
  padding: 3px 8px;
  text-align: right;
  font-size: 12px;
  line-height: 13px;
}

.filterable-prices .price-list tbody td.price-cell b {
  font-size: 20px;
}

.filterable-prices .price-list tbody td.price-cell b.lowest-price {
  font-size: 25px;
  line-height: 20px;
}

.filterable-prices .price-list tbody td.price-cell .old-price {
  text-decoration: line-through;
}

.filterable-prices .price-list tbody td.price-cell .new-price {
  font-size: 23px;
  color: #f00;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  margin-left: 3px;
}

/*noinspection CssOptimizeSimilarProperties*/
.filterable-prices .price-list tbody td.date-cell {
  background-repeat: no-repeat;
  background-position: 4px 50%;
  background-image: url(/www/images/location-icon.png);
  background-attachment: scroll;
  padding-left: 28px;
  width: 73px;
}

.filterable-prices .price-list td.button-cell .button.rezervet {
  border-radius: 5px;
  box-shadow: none;
  margin: 0 8px 0 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.filterable-prices .price-list thead tr,
.filterable-prices .price-list tbody tr:nth-of-type(even) {
  background-color: transparent;
  outline: none;
}

.filterable-prices .price-list tbody tr:nth-of-type(odd) {
  background-color: #fff;
  outline: none;
}

/** Last minute offers **/

.hotel-page-prices.hotel-page-ocf .price-list tr td {
  height: 80px;
}
.hotel-page-prices.hotel-page-ocf .price-list tr td .button.rezervet {
  font-size: 18px;
  padding: 2px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
}
.hotel-page-prices .price-list tr td .button.rezervet {
  border-radius: 5px;
  box-shadow: none;
}

.hotel-page-prices .button.all-prices {
  font-size: 15px;
  font-weight: 300;
  padding: 7px 40px;
  border-radius: 5px;
  border: 1px solid #ff6600;
  cursor: pointer;
  color: #fff;
  background: #eb9215;
  margin: 10px auto;
  display: block;
  width: 150px;
  text-align: center;
}

.hotel-page-prices .button.all-prices:hover {
  background: rgba(252, 151, 83, 1);
  background: -moz-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(252, 151, 83, 1)),
    color-stop(100%, rgba(252, 113, 20, 1))
  );
  background: -webkit-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -o-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -ms-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: linear-gradient(to bottom, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9753', endColorstr='#fc7114', GradientType=0);
}

.all-country-offers {
  margin: 0 0 10px;
  /*text-align: right;*/
  font-size: 13px;
  padding: 0 10px;
}

.all-country-offers a {
}

.all-country-offers a:hover {
  text-decoration: underline;
}

.other-reservation {
  display: block;
  padding: 40px 0;
}

.other-reservation.padding-small,
.other-reservation.small-form {
  padding: 12px 0;
}

.other-reservation .form-heading {
  font-size: 22px;
  color: #004488;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.other-reservation textarea {
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  height: 100px;
}

.other-reservation input {
  width: 100%;
  box-sizing: border-box;
}

.other-reservation select {
  width: 100%;
  box-sizing: border-box;
  background: url(/www/images/dropdown-arrow.png) no-repeat right 15px #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.other-reservation input[data-datepicker] {
  background: url(/www/images/input-calendar-margin.png) no-repeat scroll right 50% #fff;
  padding-right: 40px;
}

.other-reservation input.submit {
  /*width: 180px;*/
  border: 1px solid #004488;
  box-shadow: none;
  color: #004488;
  background: #fff;
  cursor: pointer;
  font-weight: 800;
  margin-right: 0;
  padding: 7px 15px 6px;
}

.other-reservation input.submit:hover {
  color: #fff;
  background: #004488;
}

.other-reservation input,
.other-reservation select,
.other-reservation textarea {
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.offer-block.tickets-template .offer-content.content-cols,
.offer-block.special-prices-template .offer-content.content-cols {
  margin-right: 2px;
  margin-left: 2px;
}

.offer-block.tickets-template .offer-content.content-cols .col.col-block,
.offer-block.special-prices-template .offer-content.content-cols .col.col-block {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #ffcaa6;
}

/* FixMe: IE8 workaround
 */
.offer-block.tickets-template .offer-content.content-cols .col.col-block.first-of-type,
.offer-block.special-prices-template .offer-content.content-cols .col.col-block.first-of-type {
  padding-left: 0;
}

.offer-block.tickets-template .offer-content.content-cols .col.col-block:first-of-type,
.offer-block.special-prices-template .offer-content.content-cols .col.col-block:first-of-type {
  padding-left: 0;
}

/* FixMe: IE8 workaround
 */
.offer-block.tickets-template .offer-content.content-cols .col.col-block.last-of-type,
.offer-block.special-prices-template .offer-content.content-cols .col.col-block.last-of-type {
  padding-right: 0;
  border-right: medium none;
}

.offer-block.tickets-template .offer-content.content-cols .col.col-block:last-of-type,
.offer-block.special-prices-template .offer-content.content-cols .col.col-block:last-of-type {
  padding-right: 0;
  border-right: medium none;
}

.offer-block.tickets-template .offer-content.content-cols .col.col-block .see-more,
.offer-block.special-prices-template .offer-content.content-cols .col.col-block .see-more,
.offer-block.special-prices-template .offer-content.content-cols .col.col-block .see-more > a,
.offer-block.visas-template .see-more {
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  margin: 10px 0 0 10px;
  border-bottom: 1px solid #000;
}

.offer-block.visas-template .see-more {
  border-bottom: medium none;
}

.offer-block.visas-template .see-more a {
  color: #fe7800;
  display: inline-block;
  border-bottom: 1px solid #fe7800;
  font-size: 13px;
  text-decoration: none;
}

.offer-block .offer-content h2.offer-icon-heading {
  height: 35px;
  color: #000;
  box-sizing: border-box;
  padding: 5px 0 0 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  margin: 10px 0;
}

.offer-block .offer-content .offer-icon-heading .block-caption {
}

.offer-block .offer-content .offer-icon-heading .h-icon-last_minute,
.offer-block .offer-content .offer-icon-heading .h-icon-early,
.offer-block .offer-content .offer-icon-heading .h-icon-special,
.offer-block .offer-content .offer-icon-heading .h-icon-bus,
.offer-block .offer-content .offer-icon-heading .h-icon-cruise,
.offer-block .offer-content .offer-icon-heading .h-icon-avio {
  height: 32px;
  width: 38px;
  vertical-align: middle;
  background: none no-repeat scroll 50% 50% transparent;
}

.offer-block .offer-content .offer-icon-heading .h-icon-last_minute,
.offer-block .offer-content .offer-icon-heading .h-icon-early,
.offer-block .offer-content .offer-icon-heading .h-icon-special {
  background-image: url(/www/images/special-price-icons.png);
}

.offer-block .offer-content .offer-icon-heading .h-icon-last_minute {
  background-position: 0 -34px;
}

.offer-block .offer-content .offer-icon-heading .h-icon-early {
  background-position: 0 -66px;
}

.offer-block .offer-content .offer-icon-heading .h-icon-special {
  background-position: 0 0;
}

.offer-block .offer-content .offer-icon-heading .h-icon-bus {
  background-image: url(/www/images/tour-icon-bus.png);
}

.offer-block .offer-content .offer-icon-heading .h-icon-cruise {
  background-image: url(/www/images/tour-icon-ship.png);
}

.offer-block .offer-content .offer-icon-heading .h-icon-avio {
  background-image: url(/www/images/tour-icon-plane.png);
}

.offer-block .offer-content .offer-icon-heading.h-icon-globe {
  background: url(/www/images/heading-icon-globe.png) no-repeat scroll 19px 0 transparent;
}

.offer-block .offer-content .offer-icon-heading.h-icon-beach {
  background: url(/www/images/heading-icon-beach.png) no-repeat scroll 20px 0 transparent;
}

.offer-block .offer-content .offer-icon-heading.h-icon-heart {
  background: url(/www/images/heading-icon-heart.png) no-repeat scroll 20px 0 transparent;
}

.offer-block .offer-content .offer-icon-heading.h-icon-clock {
  background: url(/www/images/heading-icon-clock.png) no-repeat scroll 20px 0 transparent;
}

.offer-block.visas-template .offer-content .content-cols.visas-columns {
  margin: 0 -5px;
}

.offer-block.tickets-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  > span,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  > span {
  display: block;
}

.offer-block.tickets-template .offer-content.content-cols .content-table.price-cols > .table-cell a,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a,
.offer-block.visas-template
  .offer-content
  .content-cols.visas-columns
  .content-table
  > .table-cell
  a {
  display: block;
  padding-left: 8px;
  padding-right: 10px;
}

.offer-block.tickets-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  h3,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  h3,
.offer-block.visas-template
  .offer-content
  .content-cols.visas-columns
  .content-table
  > .table-cell
  a
  h3 {
  font-weight: 400;
  display: inline;
  font-size: 14px;
}

.offer-block.tickets-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell:hover
  a,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell:hover
  a,
.offer-block.visas-template
  .offer-content
  .content-cols.visas-columns
  .content-table
  > .table-cell:hover
  a {
  color: #fff;
  background-color: #fe7800;
}

.offer-block.tickets-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  em,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  em,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  i {
  padding-left: 5px;
  padding-right: 3px;
  font-style: normal;
  display: inline-block;
  width: 18%;
}

.offer-block.tickets-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  strong,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  strong,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  b {
  padding-right: 6px;
}

.offer-block.tickets-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  strong,
.offer-block.tickets-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  b,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  strong,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell
  a
  b,
.offer-block.visas-template
  .offer-content
  .content-cols.visas-columns
  .content-table
  > .table-cell
  a
  strong,
.offer-block.visas-template
  .offer-content
  .content-cols.visas-columns
  .content-table
  > .table-cell
  a
  b {
  color: #fe7800;
  float: right;
}

.offer-block.tickets-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell:hover
  a
  strong,
.offer-block.tickets-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell:hover
  a
  b,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell:hover
  a
  strong,
.offer-block.special-prices-template
  .offer-content.content-cols
  .content-table.price-cols
  > .table-cell:hover
  a
  b,
.offer-block.visas-template
  .offer-content
  .content-cols.visas-columns
  .content-table
  > .table-cell:hover
  a
  strong,
.offer-block.visas-template
  .offer-content
  .content-cols.visas-columns
  .content-table
  > .table-cell:hover
  a
  b {
  color: #fff;
}

.offer-block.visas-template .offer-content.content-cols {
  margin-right: 2px;
  margin-left: 2px;
}

.offer-block.visas-template .offer-content.content-cols .col.col-block {
  padding: 10px 10px 5px;
  border-right: 1px solid #ffcaa6;
}

/* FixMe: IE8 workaround
 */
.offer-block.visas-template .offer-content.content-cols .col.col-block.first-of-type {
}

.offer-block.visas-template .offer-content.content-cols .col.col-block:first-of-type {
  padding-left: 0;
}

/* FixMe: IE8 workaround
 */
.offer-block.visas-template .offer-content.content-cols .col.col-block.last-of-type {
}

.offer-block.visas-template .offer-content.content-cols .col.col-block:last-of-type {
}

.offer-block.visas-template .offer-content.content-cols .col.text-block {
  font-size: 14px;
  padding: 10px 5px 0 10px;
  line-height: 16px;
}

.offer-block {
  margin: 10px 0 35px;
}

.offer-block .title-block {
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 10px;
}

.offer-block .title-block .title {
  color: #04428b;
  font-size: 24px;
  font-weight: bold;
  padding: 0 20px 3px;
}

a.image-effect {
  overflow: hidden;
  display: block;
}

a.image-effect > img {
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: translate3d(0, 0, 0) scale(1);
}

a.image-effect:hover > img {
  transform: translate3d(-5px, 0, 0) scale(1.04);
}

.offer-block .offer-content {
}

.offer-block.default-template .offer-content {
  height: 340px;
}

.offer-block .offer-content .block {
  float: left;
  margin-right: 8px;
}

.offer-block .offer-content .block.block5 {
  width: 752px;
  box-sizing: border-box;
  padding: 0 20px;
}

.offer-block .offer-content .block.block6 {
  width: 240px;
}

/* FixMe: IE8 workaround
 */
.offer-block .offer-content .block.last-of-type {
  margin-right: 0;
}

.offer-block .offer-content .block:last-of-type {
  margin-right: 0;
}

.offer-block .offer-content .block .block-content {
  position: relative;
}

.offer-block .offer-content .block .block-content {
  margin-bottom: 8px;
}

/* FixMe: IE8 workaround
 */
.offer-block .offer-content .block .block-content.last-of-type {
  margin-bottom: 0;
}

.offer-block .offer-content .block .block-content:last-of-type {
  margin-bottom: 0;
}

.offer-block .offer-content .block .block-content > a {
  display: block;
  background-color: #fff;
}

.offer-block .offer-content .block .block-content .top-sale {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(/www/images/topsale.png) no-repeat scroll 0 0 transparent;
  width: 55px;
  height: 54px;
  z-index: 2;
}

.offer-block .offer-content .block .block-content .special-offer {
  background: url(/www/images/home-offer-special.png) no-repeat scroll 0 0 transparent;
  position: absolute;
  z-index: 1;
  width: 91px;
  height: 53px;
  box-sizing: border-box;
  top: -2px;
  left: -3px;
}

.offer-block .offer-content .block .block-content .special-offer > span {
  transform: rotate(-30deg);
  width: 68px;
  position: absolute;
  top: 10px;
  line-height: 15px;
  font-size: 16px;
  left: -4px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  height: 19px;
}

.offer-block .offer-content .block .block-content .block-text3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 69px;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(3, 30, 57, 1));
}

.offer-block .offer-content .block .block-content .block-text3 .text {
  color: #ffffff;
}

.offer-block .offer-content .block .block-content .block-text3 .price-block {
  background-color: rgba(255, 255, 255, 0.85);
  color: #fe7800;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.offer-block .offer-content .block .block-content .block-text3 .price-block .price {
  font-weight: bold;
}

.offer-block .offer-content .block .block-content .block-text3 .price-block .old-price {
  text-decoration: line-through;
}

.offer-block .offer-content .block .block-content .block-text2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 69px;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(3, 30, 57, 1));
}

.offer-block .offer-content .block .block-content .block-text2 .text {
  color: #ffffff;
}

.offer-block .offer-content .block .block-content .block-text2 .price-block {
  background-color: rgba(255, 255, 255, 0.85);
  color: #fe7800;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.offer-block .offer-content .block .block-content .block-text2 .price-block .price {
  font-weight: bold;
}

.offer-block .offer-content .block .block-content .block-text2 .price-block .old-price {
  text-decoration: line-through;
}

.offer-block .offer-content .block .block-content .block-text4 {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 105px;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(3, 30, 57, 1));
}

.offer-block .offer-content .block .block-content .block-text4 .text {
  color: #ffffff;
}

.offer-block .offer-content .block .block-content .block-text4 .price-block {
  background-color: #ff9c00;
  color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.offer-block .offer-content .block .block-content .block-text4 .price-block .price {
  font-weight: bold;
}

.offer-block .offer-content .block .block-content .block-text4 .price-block .old-price {
  text-decoration: line-through;
}

.offer-block .offer-content .block .block-content .block-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(12, 61, 117, 0.7);
}

.offer-block .offer-content .block .block-content .block-text .text {
  color: #ffffff;
}

.offer-block .offer-content .block .block-content .block-text .price-block {
  background-color: rgba(255, 255, 255, 0.85);
  color: #fe7800;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.offer-block .offer-content .block .block-content .block-text .price-block .price {
  font-weight: bold;
}

.offer-block .offer-content .block .block-content .block-text .price-block .old-price {
  text-decoration: line-through;
}

.offer-block .offer-content .block.block1 {
  width: 664px;
}

.offer-block .offer-content .block.block1 .block-content .block-text4 .text {
  padding: 0 175px 25px 25px;
  font-size: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 36px;
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
}

.offer-block .offer-content .block.block1 .block-content .block-text4 .text .date-range {
  font-size: 15px;
  line-height: 15px;
  padding: 2px 0 0;
  position: absolute;
}

.offer-block .offer-content .block.block1 .block-content .block-text4 .price-block {
  top: 0;
  height: 55px;
  padding: 5px 15px 5px 25px;
}

.offer-block .offer-content .block.block1 .block-content .block-text4 .price-block .price {
  font-size: 30px;
  line-height: 30px;
}

.offer-block .offer-content .block.block1 .block-content .block-text4 .price-block .old-price {
  font-size: 18px;
  line-height: 22px;
}

.offer-block .offer-content .block.block1 .block-content .block-text4 .price-block .price-info {
  line-height: 15px;
  font-size: 15px;
  display: block;
}

.offer-block .offer-content .block.block1 .block-content .block-text .text {
  padding: 5px 165px 10px 25px;
  font-size: 36px;
  font-weight: 300;
}

.offer-block .offer-content .block.block1 .block-content .block-text .price-block {
  top: -55px;
  height: 55px;
  padding: 5px 15px 5px 25px;
}

.offer-block .offer-content .block.block1 .block-content .block-text .price-block .price {
  font-size: 30px;
  line-height: 30px;
}

.offer-block .offer-content .block.block1 .block-content .block-text .price-block .old-price {
  font-size: 18px;
  line-height: 22px;
}

.offer-block .offer-content .block.block1 .block-content .block-text .price-block .price-info {
  line-height: 15px;
  font-size: 15px;
  display: block;
}

.offer-block .offer-content .block.block1 .block-content:hover > a,
.offer-block .offer-content .block.block2 .block-content:hover > a {
  outline: solid 1px #ff9c00;
}

.offer-block .offer-content.countries {
  height: auto;
  margin-bottom: 30px;
}

.offer-block .offer-content.countries .block.block2 {
  width: 244px;
  margin-bottom: 8px;
}

.offer-block .offer-content .block.block2 {
  width: 328px;
}

.offer-block .offer-content .block.block2 .block-content .block-text2 {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
}

.offer-block .offer-content .block.block2 .block-content .block-text2 .text {
  padding: 0 105px 18px 15px;
  font-size: 24px;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 400;
}

.offer-block .offer-content .block.block2 .block-content .block-text2 .text.image-text {
  padding-right: 15px;
}

.offer-block .offer-content .block.block2 .block-content .block-text2 .text .pre-text {
  font-size: 14px;
}

.offer-block .offer-content .block.block2 .block-content .block-text2 .text .date-range {
  font-size: 12px;
  position: absolute;
  line-height: 13px;
}

.offer-block .offer-content .block.block2 .block-content .block-text2 .price-block {
  color: black;
  background-color: #fff;
  height: 43px;
  top: 0;
  right: 4px;
  padding: 7px 10px 0 12px;
}

.offer-block .offer-content .block.block2 .block-content .block-text2 .price-block .price {
  font-size: 20px;
  line-height: 22px;
}

.offer-block .offer-content .block.block2 .block-content .block-text2 .price-block .old-price {
  font-size: 16px;
  line-height: 14px;
}

.offer-block .offer-content .block.block2 .block-content .block-text2 .price-block .price-info {
  line-height: 14px;
  font-size: 14px;
  display: block;
}

.offer-block .offer-content .block.block2 .block-content .block-text3 .text {
  padding: 0 115px 18px 15px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
}

.offer-block .offer-content .block.block2 .block-content .block-text3 .text .date-range {
  font-size: 12px;
  position: absolute;
  line-height: 13px;
}

.offer-block .offer-content .block.block2 .block-content .block-text3 .price-block {
  color: black;
  background-color: #ff9c00;
  height: 43px;
  top: 0;
  padding: 7px 10px 0 12px;
}

.offer-block .offer-content .block.block2 .block-content .block-text3 .price-block .price {
  font-size: 20px;
  line-height: 22px;
}

.offer-block .offer-content .block.block2 .block-content .block-text3 .price-block .old-price {
  font-size: 16px;
  line-height: 14px;
}

.offer-block .offer-content .block.block2 .block-content .block-text3 .price-block .price-info {
  line-height: 14px;
  font-size: 14px;
  display: block;
}

.offer-block .offer-content .block.block2 .block-content .block-text .text {
  padding: 10px 15px 10px;
  font-size: 20px;
  line-height: 20px;
}

.offer-block .offer-content .block.block2 .block-content .block-text .price-block {
  height: 43px;
  top: -40px;
  padding: 5px 10px 0 12px;
}

.offer-block .offer-content .block.block2 .block-content .block-text .price-block .price {
  font-size: 20px;
  line-height: 22px;
}

.offer-block .offer-content .block.block2 .block-content .block-text .price-block .old-price {
  font-size: 16px;
  line-height: 14px;
}

.offer-block .offer-content .block.block2 .block-content .block-text .price-block .price-info {
  line-height: 14px;
  font-size: 14px;
  display: block;
}

.offer-block.collection-template .offer-content {
  border-bottom: none;
}

.offer-block .offer-content .block.block3 {
  width: 496px;
}

.offer-block .offer-content .block.block3 .block-text {
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  position: static;
  margin-bottom: 15px;
}

.offer-block .offer-content .block.block3 .large-block {
  width: 100%;
  position: relative;
  float: left;
}

.offer-block .offer-content .block.block3 .block-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  transition: 0.4s background-color;
  background-color: transparent;
}

.offer-block .offer-content .block.block3 .block-overlay .inner-block {
  padding: 20px;
}

.offer-block .offer-content .block.block3 .large-block:hover .block-overlay {
  background-color: rgba(12, 61, 117, 0.7);
}

.offer-block .offer-content .block.block3 .large-block:hover .block-overlay .block-text {
  text-shadow: none;
}

.offer-block .offer-content .block.block3 .large-block .block-overlay .hover-list,
.offer-block .offer-content .block.block3 .large-block .block-overlay .price-block {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s opacity;
}

.offer-block .offer-content .block.block3 .large-block:hover .block-overlay .hover-list,
.offer-block
  .offer-content
  .block.block3
  .large-block:hover
  .block-overlay
  .price-block.show-offer-price {
  visibility: visible;
  opacity: 1;
}

.offer-block .offer-content .block.block3 .large-block .block-overlay .price-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}

.offer-block .offer-content .block.block3 .large-block .block-overlay .price-block .price {
  font-weight: 700;
  font-size: 37px;
}

.offer-block .offer-content .block.block3 .large-block .block-overlay .hover-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offer-block .offer-content .block.block3 .large-block .block-overlay .hover-list ul li {
  margin: 0 0 7px;
  line-height: 15px;
  color: #fff;
}

.offer-block .offer-content .block.block3 .large-block .block-overlay .hover-list ul li a {
  color: #fff;
  font-size: 14px;
  background: url(/www/images/atlantic-icon-15px.png) no-repeat scroll 0 50% transparent;
  line-height: 15px;
  padding: 0 0 0 20px;
  font-weight: 400;
}

.offer-block .offer-content .block.block3 .large-block .block-overlay .hover-list ul li a h3 {
  font-weight: 400;
  display: inline;
  font-size: 14px;
}

.inline-icon {
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
  width: 16px;
  height: 15px;
}

.inline-icon.bus-inline {
  background: url(/www/images/bus-icon-inline.png) no-repeat scroll 50% 50% transparent;
}

.inline-icon.plane-inline {
  background: url(/www/images/plane-icon-inline.png) no-repeat scroll 50% 50% transparent;
}

.offer-block .offer-content .block.block3 .large-block .block-overlay .hover-list ul li a:hover {
  text-decoration: underline;
}

.offer-block .offer-content .block.block3 .small-block-container {
  width: 496px;
  float: left;
  margin-bottom: 8px;
}

.offer-block .offer-content .block.block3 .large-block + .small-block-container {
  margin-bottom: 0;
}

.offer-block .offer-content .block.block3 .small-block-container .block-content {
  margin-bottom: 0;
}

.offer-block .offer-content .block.block3 .small-block-container .block-content {
  width: 244px;
  float: left;
  margin-right: 8px;
}

/* FixMe: IE8 workaround
 */
.offer-block .offer-content .block.block3 .small-block-container .block-content.last-of-type {
  margin-right: 0;
}

.offer-block .offer-content .block.block3 .small-block-container .block-content:last-of-type {
  margin-right: 0;
}

.offer-block .offer-content .latest-news-block {
  width: 244px;
  margin-right: 8px;
  float: left;
}

/* FixMe: IE8 workaround
 */
.offer-block .offer-content .latest-news-block.last-of-type {
  margin-right: 0;
}

.offer-block .offer-content .latest-news-block:last-of-type {
  margin-right: 0;
}

.offer-block .offer-content .latest-news-block > a {
  display: inline-block;
}

.offer-block .offer-content .latest-news-block > a .link-label {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  padding: 5px 5px 0;
}

.heading {
  width: 100%;
  margin: 0;
  height: 108px;
  position: relative;
  /*background: url(/www/images/heading-bg.jpg) no-repeat scroll -80px 0 #fff;*/
}

.heading .navigation {
  background-color: #ffffff;
  height: 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.heading .navigation .wrap > ul {
  margin: 6px 0;
  padding: 0;
  list-style: none;
  height: 18px;
  float: right;
  max-width: 715px;
}

.heading .navigation .wrap > ul > li {
  float: left;
  padding: 0 5px;
  height: 18px;
}

.heading .navigation > .wrap > ul > li {
  border-right: 1px solid #dece9d;
}

/* Pēdējā brīža links */
.item3 {
  font-weight: bold;
}

.item3 > a {
  color: #ff0000 !important;
  text-shadow: 0 0 10px #fff;
  cursor: pointer !important;
}

.navigation-item.item-contact-form > a {
  text-shadow: 0 0 10px #fff;
  background-color: #fd0000;
}
.navigation-item.item-contact-form > a:hover {
  background-color: #b30000 !important;
}

/* FixMe: IE8 workaround
 */
.heading .navigation .wrap > ul > li.last-of-type {
  border-right: medium none;
}

.heading .navigation .wrap > ul > li:last-of-type {
  border-right: medium none;
}

.heading .navigation .wrap > ul > li > a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  text-decoration: none;
  margin-top: -2px;
  padding: 5px 9px 1px;
}

.heading .navigation .wrap > ul > li > a > span {
  display: inline;
}

.heading .navigation ul li.active a > span,
.heading .navigation ul li a:hover > span {
  text-decoration: none;
  border-bottom: 1px solid #b8b8b8;
}

.heading .navigation .wrap > ul li.sub-menu-item {
}

.heading .navigation ul li.sub-menu-item > a {
  padding-bottom: 6px;
  cursor: default;
}

.heading .navigation ul li.item6.sub-menu-item .sub-menu a {
  padding-bottom: 6px;
  margin-right: 6px;
}

.heading .navigation ul li.sub-menu-item.item2:hover > a {
  background-color: #d6d61c;
}

.heading .navigation ul li.sub-menu-item:hover > a {
  background-color: #b1d921;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.heading .navigation ul li.sub-menu-item:hover a > span {
  border-bottom: medium none;
}

.heading .navigation ul li.sub-menu-item .sub-menu {
  display: none;
  top: 30px;
  position: absolute;
  box-sizing: border-box;
  background: rgb(177, 217, 33); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(177, 217, 33, 1) 0%,
    rgba(149, 196, 31, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(177, 217, 33, 1)),
    color-stop(100%, rgba(149, 196, 31, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(177, 217, 33, 1) 0%,
    rgba(149, 196, 31, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(177, 217, 33, 1) 0%,
    rgba(149, 196, 31, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(177, 217, 33, 1) 0%,
    rgba(149, 196, 31, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(177, 217, 33, 1) 0%,
    rgba(149, 196, 31, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1d921', endColorstr='#95c41f', GradientType=0); /* IE6-9 */
}

.item6.sub-menu-item .sub-menu {
  width: 200px;
  padding: 15px;
}

.item6.sub-menu-item .sub-menu a {
  width: 100%;
  display: block;
  padding: 2px;
  font-size: 13px;
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu {
  width: 100%;
  right: 0;
  height: 150px;
  padding: 15px 10px 15px 15px;
}

.heading.homepage-layout .navigation ul li.sub-menu-item.item1 .sub-menu {
  right: -68px;
  width: 829px;
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu {
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .main-list {
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .main-list li {
  margin: 0 0 5px;
  background: none no-repeat scroll 0 50% transparent;
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .main-list li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding: 1px 1px 1px 23px;
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .main-list li.bus-icon {
  background-image: url(/www/images/bus-icon.png);
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .main-list li.avio-icon {
  background-image: url(/www/images/plane-icon.png);
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .main-list li.cruise-icon {
  background-image: url(/www/images/ship-icon.png);
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .main-list li.excursion-icon {
  background-image: url(/www/images/tour_type-excursion-icon.png);
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .main-list li.individual-icon {
  background-image: url(/www/images/tour_type-individual-icon.png);
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .sub-tour-list {
  border-left: 1px solid #7e9d1b;
  padding: 0;
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .sub-tour-list li {
  padding: 0 0 0 10px;
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .sub-tour-list a {
  padding: 1px 3px;
  margin: 0;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  display: block;
}

.heading .navigation ul li.sub-menu-item.item1 .sub-menu .tour-menu .sub-tour-list a:hover {
  color: #fff;
  background: none no-repeat scroll 0 0 #00428c;
}

.heading .navigation ul li.sub-menu-item.item2 .sub-menu {
  height: auto;
  min-height: 383px;
  right: auto;
  box-sizing: border-box;
  width: 1000px;
  left: 0;
  padding-left: 239px;
  padding-top: 8px;
  z-index: 101;
}

.heading .navigation ul li.sub-menu-item.item2 .sub-menu .image {
  position: absolute;
  left: 8px;
  top: 158px;
}

.heading .navigation ul li.sub-menu-item.item2 .sub-menu .image .img {
  border: 1px solid grey;
  width: 231px;
  height: 181px;
  box-sizing: border-box;
  background: none no-repeat 0 0 / cover transparent;
  clear: both;
}

.heading .navigation ul li.sub-menu-item.item2 .sub-menu .image span {
  display: block;
  padding: 10px 0;
}

.heading .navigation ul li.sub-menu-item .block {
  border-bottom: 1px solid #b0aa00;
  margin: 0 10px 0 16px;
  float: left;
  clear: both;
  width: 690px;
  padding: 5px 0 5px 45px;
}

.heading .navigation ul li.sub-menu-item .block li {
  padding: 0;
  width: 100%;
}

.heading .navigation ul li.sub-menu-item .block li:hover a {
  background: #00438a;
  color: #fff;
}

.heading .navigation ul li.sub-menu-item .block a {
  display: block;
  text-transform: none;
  font-size: 13px;
  line-height: 15px;
  padding: 1px 3px;
}

.heading .navigation ul li.sub-menu-item .block.last {
  border-bottom: none;
}

.heading .navigation ul li.sub-menu-item .block .continent-title {
  padding: 0 0 0 3px;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
}

.heading .navigation ul li.sub-menu-item .block ul {
  padding: 0;
  margin: 0;
  width: 115px;
  display: inline-table;
  text-transform: none;
  float: left;
}

.heading .navigation ul li.sub-menu-item.item2 .sub-menu {
  background: rgb(214, 214, 28); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(214, 214, 28, 1) 0%,
    rgba(173, 175, 24, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(214, 214, 28, 1)),
    color-stop(100%, rgba(173, 175, 24, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(214, 214, 28, 1) 0%,
    rgba(173, 175, 24, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(214, 214, 28, 1) 0%,
    rgba(173, 175, 24, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(214, 214, 28, 1) 0%,
    rgba(173, 175, 24, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(214, 214, 28, 1) 0%,
    rgba(173, 175, 24, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d61c', endColorstr='#adaf18', GradientType=0); /* IE6-9 */
}

.heading .navigation ul li.sub-menu-item:hover .sub-menu {
  display: block;
}

.heading .logo-panel {
  width: 239px;
  max-height: 491px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  transition: height 1s;
}

.heading .logo-panel.homepage-layout {
  background: url(/www/images/search-panel-pattern.jpg) repeat-y 0 0 #fff;
  width: 239px;
  /*height: 258px;*/
  min-height: 258px;
  max-height: 491px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.heading .logo-panel.homepage-layout .background-element {
  background: url(/www/images/search-panel.jpg) no-repeat 0 bottom transparent;
  background-size: cover;
}

.heading .logo-panel.homepage-layout.open-form {
  height: auto;
}

.heading .logo-panel .logo {
  margin: 24px auto 16px;
  display: block;
  width: 200px;
  height: 29px;
}

.heading .logo-panel form {
  padding: 0 30px 11px 31px;
  text-align: center;
}

.heading .logo-panel a.advanced-search-switch {
  color: #a9a9a9;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 16px;
  height: 16px;
  width: 100%;
}

.heading .logo-panel a.advanced-search-switch span {
  text-decoration: underline;
}

.heading .logo-panel a.advanced-search-switch.open-form .method-open {
  display: none;
}

.heading .logo-panel a.advanced-search-switch .method-close {
  display: none;
}

.heading .logo-panel a.advanced-search-switch.open-form .method-close {
  display: inline-block;
}

.heading .logo-panel .advanced-search {
  overflow-y: hidden;
  height: 0;
}

.heading .logo-panel .advanced-search .form-label {
  font-size: 13px;
  color: #ddd;
  width: 100%;
  display: block;
  text-align: left;
  margin: 0;
}

.heading .logo-panel .advanced-search .price-range,
.heading .logo-panel .advanced-search .day-range {
  margin-bottom: 15px;
  padding-top: 5px;
}

.heading .logo-panel .advanced-search .price-range .range-num,
.heading .logo-panel .advanced-search .day-range .range-num {
  text-align: center;
}

.heading .logo-panel .advanced-search .price-range .range-num .max,
.heading .logo-panel .advanced-search .price-range .range-num .min,
.heading .logo-panel .advanced-search .day-range .range-num .max,
.heading .logo-panel .advanced-search .day-range .range-num .min {
  padding: 0;
}

.heading .logo-panel .advanced-search .price-range .range-num .range-label,
.heading .logo-panel .advanced-search .day-range .range-num .range-label {
  text-align: center;
  font-size: 14px;
  color: #bababa;
}

.heading .logo-panel .advanced-search .price-range .slider-container,
.heading .logo-panel .advanced-search .day-range .slider-container {
  padding: 0 1px;
}

.heading .logo-panel .advanced-search .price-range .ui-slider,
.heading .logo-panel .advanced-search .day-range .ui-slider,
.tour-search .filters .day-range .ui-slider,
.tour-search .filters .price-range .ui-slider {
  height: 8px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: none no-repeat scroll 0 0 transparent;
  margin: 4px 0;
  box-sizing: border-box;
}

.heading .logo-panel .advanced-search .price-range .ui-slider .ui-slider-range,
.heading .logo-panel .advanced-search .day-range .ui-slider .ui-slider-range/*,
.tour-search .filters .day-range .ui-slider .ui-slider-range*/ {
  background: none no-repeat scroll 0 0 #fff;
  border-radius: 2px;
}

.heading .logo-panel .advanced-search .price-range .ui-slider .ui-slider-handle,
.heading .logo-panel .advanced-search .day-range .ui-slider .ui-slider-handle {
  height: 12px;
  top: -4px;
  border-radius: 3px;
  width: 12px;
  margin-left: -2px;
  border: 1px solid #000;
  background: none no-repeat scroll 0 0 #fff;
  display: block;
  cursor: pointer;
}

.heading .logo-panel .advanced-search .day-range .ui-slider .ui-slider-handle:last-of-type {
  margin-left: -12px;
}

.heading .logo-panel form .dk-select {
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}

.heading .logo-panel form .dk-select .dk-selected,
.tour-search .filters .dk-select .dk-selected {
  color: #bababa;
  height: 26px;
  line-height: 26px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 15px 0 4px;
}

.tour-search .filters .col.col-6 .dk-select {
  width: 86px;
}

.tour-search .filters .dk-select .dk-selected {
  margin-bottom: 12px;
}

.heading .logo-panel form .dk-select.dk-select-open-up .dk-selected,
.tour-search .filters .dk-select.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.heading .logo-panel form .dk-select.dk-select-open-down .dk-selected,
.tour-search .filters .dk-select.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.heading .logo-panel form .dk-select .dk-selected.dk-selected-item,
.tour-search .filters .dk-select .dk-selected.dk-selected-item {
  color: #000;
}

.heading .logo-panel form .dk-select .dk-selected:before,
.tour-search .filters .dk-select .dk-selected:before {
  margin: -2px 4px 0 0;
  border-bottom-color: #bababa;
}

.heading .logo-panel form .dk-selected:hover:before,
.heading .logo-panel form .dk-selected:focus:before,
.tour-search .filters .dk-selected:focus:before {
  border-top-color: #8e8e8e;
}

.heading .logo-panel form .dk-select.dk-select-open-up .dk-selected:before,
.heading .logo-panel form .dk-select.dk-select-open-down .dk-selected:before,
.tour-search .filters .dk-select.dk-select-open-down .dk-selected:before {
  border-bottom-color: #000;
}

.heading .logo-panel form .dk-select .dk-selected:after,
.tour-search .filters .dk-select .dk-selected:after {
  margin: 0 15px 0 0;
  border-left: medium none;
}

.heading .logo-panel form .dk-select .dk-select-options,
.tour-search .filters .dk-select .dk-select-options {
  width: auto;
  min-width: 100%;
  border-color: #bababa;
}

.heading .logo-panel form .dk-select.dk-select-open-up .dk-select-options,
.tour-search .filters .dk-select.dk-select-open-up .dk-select-options {
  border-bottom: 1px solid #bababa;
}

.heading .logo-panel form .dk-select.dk-select-open-down .dk-select-options,
.tour-search .filters .dk-select.dk-select-open-down .dk-select-options {
  border-top: 1px solid #bababa;
}

.heading .logo-panel form .dk-select .dk-select-options .dk-option,
.tour-search .filters .dk-select .dk-select-options .dk-option {
  color: #000;
  white-space: nowrap;
}

.heading .logo-panel form .dk-select .dk-select-options .dk-option[data-value='0'],
.heading
  .logo-panel
  form
  .dk-select
  .dk-select-options
  .dk-option.dk-option-highlight[data-value='0'],
.tour-search .filters .dk-select .dk-select-options .dk-option.dk-option-highlight[data-value='0'] {
  border-bottom: 1px solid #d0d0d0;
  color: #bababa;
}

.heading .logo-panel form .dk-select .dk-select-options .dk-option.dk-option-highlight,
.tour-search .filters .dk-select .dk-select-options .dk-option.dk-option-highlight {
  color: #000;
}

.heading .logo-panel form .dk-select .dk-select-options .dk-option.dk-option-selected,
.tour-search .filters .dk-select .dk-select-options .dk-option.dk-option-selected {
  background-color: #dfdfdf;
}

.heading
  .logo-panel
  form
  .dk-select
  .dk-select-options
  .dk-option.dk-option-selected.dk-option-highlight,
.tour-search
  .filters
  .dk-select
  .dk-select-options
  .dk-option.dk-option-selected.dk-option-highlight {
  background-color: #3297fd;
}

.heading .logo-panel form input[type='text'],
.tour-search .filters input[type='text'] {
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  padding: 3px 7px;
  width: 178px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 12px;
  height: 26px;
}

.heading .logo-panel form input[type='text'].datepicker,
.tour-search .filters input[type='text'].datepicker {
  background: url(/www/images/input-calendar.png) no-repeat 155px 50% #fff;
  padding-right: 30px;
}

.heading .logo-panel form input[type='submit'],
.tour-search .filters input[type='submit'] {
  width: 125px;
  height: 34px;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #d27400;
  background-color: #ec9315;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  padding: 2px 5px;
  font-size: 15px;
  font-weight: 400;
  text-shadow: -1px 1px 0 #d27400;
  margin: 7px 0 0;
}

.heading .logo-panel.open-form form input[type='submit'],
.tour-search .filters input[type='submit'] {
  margin-bottom: 9px;
}

.heading .logo-panel form input[type='submit']:hover,
.heading .logo-panel form input[type='submit']:active,
.tour-search .filters input[type='submit']:hover,
.tour-search .filters input[type='submit']:active {
  /*background: url(/www/images/button-search-active.png) no-repeat scroll 0 6px transparent;
    padding-top: 3px;*/
}

.heading .info-block {
  height: 48px;
  position: absolute;
  top: 18px;
  right: 0;
}

.heading .info-block .contact-info {
  float: left;
}

.heading .info-block .contact-info .info-line {
}

.heading .info-block .contact-info .info-line .address {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 15px;
  height: 15px;
  color: #04428b;
}

.heading .info-block .contact-info .info-line > img {
  margin: 0 3px;
  vertical-align: middle;
  line-height: 15px;
}

.heading .info-block .contact-info .info-line .phone-num {
  display: inline-block;
  width: 100px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  line-height: 15px;
  white-space: nowrap;
  color: #04428b;
}

.heading .info-block .opt-menu {
  float: right;
  padding-top: 3px;
  text-align: center;
}

.heading .info-block .lang-menu {
  border: 1px solid #bebebe;
  border-radius: 2px;
  height: 18px;
  background-color: #fff;
  width: 42px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  /*float:right;*/
  position: relative;
  text-transform: uppercase;
}

.heading .info-block .lang-menu .current {
  background: url(/www/images/dropdown-arrow.png) no-repeat scroll 28px 50% transparent;
  display: inline-block;
  height: 18px;
  width: 35px;
  padding-right: 10px;
  line-height: 18px;
}

.heading .info-block .lang-menu ul {
  background-color: #fff;
  border: 1px solid #bebebe;
  width: 42px;
  position: absolute;
  left: -1px;
  top: 18px;
  border-top: medium none;
  display: none;
  z-index: 105;
}

.heading .info-block .lang-menu ul li {
  text-align: left;
}

.heading .info-block .lang-menu ul li a {
  display: inline-block;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
}

.heading .info-block .stripe {
  background: url(/www/images/stripa.png) no-repeat 0 10px transparent;
  margin-left: 1px;
}

.heading .info-block .stripe .contact-mail {
  height: 12px;
  background: url(/www/images/mailto-icon.png) no-repeat 0 0 / auto 12px transparent;
  width: 17px;
  display: inline-block;
  /*float: left;*/
  margin: 5px 0 0;
}

.heading .balloons {
  display: block;
  width: 105px;
  height: 98px;
  position: absolute;
  top: 2px;
  left: 236px;
  z-index: 105;
  background: url(/www/images/balloons.png) no-repeat 0 0 transparent;
}

.heading .banner {
  position: absolute;
  z-index: 106;
  top: 22px;
  left: 350px;
  width: 330px;
}

.heading .banner h1 {
  font-weight: 100;
  font-size: 15px;
}

.static-page {
  margin: 15px 0 30px;
}

.static-page h1 {
  margin-bottom: 10px;
}

.static-page .text-content.content-cols {
  margin-bottom: 30px;
}

/* FixMe: IE8 workaround
 */
.static-page .text-content.content-cols .col.col-block.first-of-type {
  border-right: 1px solid #e3e3e3;
  padding-left: 0;
}

.static-page .text-content.content-cols .col.col-block:first-of-type {
  border-right: 1px solid #e3e3e3;
  padding-left: 0;
}

/* FixMe: IE8 workaround
 */
.static-page .text-content.content-cols .col.col-block.last-of-type {
  padding-right: 0;
}

.static-page .text-content.content-cols .col.col-block:last-of-type {
  padding-right: 0;
}

.static-page .text-content.content-cols .col.col-block {
  padding: 5px 30px 5px 40px;
  font-size: 14px;
}

#visas-menu {
  border-radius: 0;
  border: medium none;
  background: none no-repeat scroll 0 0 #fff;
  color: #393939;
  font-family: inherit;
  padding: 0;
  font-size: inherit;
}

#visas-menu .real-height.raft-tabs.ui-tabs {
  border-radius: 0;
  border: medium none;
  padding: 15px;
}

#visas-menu .visas-tabs-nav {
  padding: 0;
  border-radius: 0;
  border: medium none;
  background: none no-repeat scroll 0 0 #fff;
  color: #393939;
  font-weight: inherit;
  list-style: none;
  margin-bottom: -1px;
}

#visas-menu .visas-tabs-nav li {
  border: medium none;
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 0 4px 0 0;
  padding: 0;
  box-sizing: border-box;
  white-space: nowrap;
  background: none no-repeat scroll 0 0 rgb(25, 64, 141);
  color: rgb(255, 255, 255);
  border-radius: 0;
}

#visas-menu .visas-tabs-nav li a {
  cursor: pointer;
  display: inline-block;
  float: none;
  /*color: #04428B;*/
  text-decoration: none;
  padding: 15px 15px 12px;
  color: rgb(255, 255, 255);
}

#visas-menu .visas-tabs-nav li a > span,
#visas-menu .visas-tabs-nav li a > h2 {
  display: inline-block;
  border-bottom: 1px solid #04428b;
  line-height: 15px;
  font-size: 17px;
  font-weight: 400;
}

#visas-menu .visas-tabs-nav li a b,
#visas-menu .visas-tabs-nav li a strong {
  font-weight: 500;
}

#visas-menu .visas-tabs-nav li.ui-state-active {
  background-color: #eef2f5;
  border: 1px solid #cdecdf;
  border-bottom: medium none;
}

#visas-menu .visas-tabs-nav li.ui-state-active a {
  cursor: default;
  color: #393939;
}

#visas-menu .visas-tabs-nav li.ui-state-active a > span,
#visas-menu .visas-tabs-nav li.ui-state-active a > h2 {
  border-bottom: medium none;
}

#visas-menu .ui-widget-content a {
  color: #393939;
}

#visas-menu .ui-tabs-panel {
  background: none no-repeat scroll 0 0 #eef2f5;
  padding: 12px 12px 30px;
  border-radius: 0;
  color: #393939;
  border: 1px solid #cdecdf;
}

#visas-menu .ui-tabs-panel.custom-tab-content {
  padding: 1em 1.4em;
}

#visas-menu .ui-tabs-panel.custom-tab-content .visas-content {
  background-color: #fff;
  padding: 20px 10px;
}

#visas-menu .ui-tabs-panel .content-cols {
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3 {
  position: relative;
  height: 90px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 13px 20px;
  transition: background-color 0.35s ease;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3.last-col {
  border-right: medium none;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3.last-row {
  border-bottom: medium none;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3 a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3 a > img {
  border-radius: 40px;
  border: 2px solid #fff;
  transition: border-color 0.4s;
  margin-right: 8px;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3 a > h2,
#visas-menu .ui-tabs-panel .content-cols .col.col-3 a > h3 {
  display: inline;
  line-height: 19px;
  font-size: 15px;
  font-weight: 400;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3 a > h2 > span,
#visas-menu .ui-tabs-panel .content-cols .col.col-3 a > h3 > span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 0 3px;
  width: 125px;
  max-height: 57px;
  overflow: hidden;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3 a > h2 > span > span,
#visas-menu .ui-tabs-panel .content-cols .col.col-3 a > h3 > span > span {
  display: inline;
  color: #444;
  transition: color 0.4s;
  text-decoration: underline;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3 a:hover {
  cursor: pointer;
  text-decoration: none;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3 a:hover > h2 > span > span,
#visas-menu .ui-tabs-panel .content-cols .col.col-3 a:hover > h3 > span > span {
  color: #fe7800;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3 a:hover > img {
  border-color: #fe7800;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3.active-col {
  background-color: #fff;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3.active-col a {
  cursor: default;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3.active-col a > img {
  border-color: #fe7800;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-3.active-col a > h2 > span > span,
#visas-menu .ui-tabs-panel .content-cols .col.col-3.active-col a > h3 > span > span {
  font-weight: 400;
  color: #fe7800;
  /*border-bottom: 1px solid #FE7800;*/
}

#visas-menu .ui-tabs-panel .content-cols .col.col-12.visas-content {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  opacity: 0.6;
  transition: height 0.75s ease-in-out, opacity 0.5s ease;
}

#visas-menu .ui-tabs-panel .content-cols .col.col-12.visas-content.content-open {
  height: auto;
  opacity: 1;
}

#visas-menu .visas-content .real-height {
  padding: 20px 0 15px;
}

#visas-menu .visas-content .content-table {
  font-weight: 500;
  font-size: 14px;
  margin: 0 20px 0;
}

#visas-menu .visas-content .sub-content {
  font-size: 12px;
  font-weight: 400;
  padding: 20px 10px 0 15px;
  margin: 0 20px;
}

.static-page.tour-page {
  padding: 0;
  margin: 0;
}

.static-page.tour-page .page-head-block {
  position: relative;
  right: 350px;
  width: 1700px;
}

.static-page.tour-page .page-head-block .head-block-text {
  width: 100%;
  position: absolute;
  top: 00px;
  left: 0;
  box-sizing: border-box;
  padding: 15px 25px 15px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(3, 30, 57, 1));
}

.static-page.tour-page.landing-page .page-head-block .head-block-text {
  top: auto;
  bottom: 30px;
  padding: 10px 20px 0;
  max-width: 100%;
}

.static-page.tour-page .page-head-block .img-holder {
  width: 1700px;
  height: 190px;
  overflow: hidden;
}

.static-page.tour-page .page-head-block .img-holder > img {
  width: 1700px !important;
  height: 190px !important;
}

.static-page.tour-page .page-head-block .head-block-text > h1,
.static-page.tour-page .page-head-block .head-block-text > h2 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 350px;
}

.static-page.tour-page .page-head-block .head-block-text > h1 .orange,
.static-page.tour-page.landing-page .page-head-block .head-block-text > h2 .orange {
  font-weight: 300;
  color: #ff7700;
}

.static-page.tour-page .page-head-block .head-block-text > h1 .orange b,
.static-page.tour-page .page-head-block .head-block-text > h1 .orange strong,
.static-page.tour-page.landing-page .page-head-block .head-block-text > h2 .orange b,
.static-page.tour-page.landing-page .page-head-block .head-block-text > h2 .orange strong {
  font-weight: 700;
}

.static-page.tour-page .page-head-block .head-block-text > div.text-block-container,
.static-page.tour-page .page-head-block .head-block-text > p {
  font-size: 13px;
  line-height: 17px;
  padding-left: 350px;
  padding-right: 327px;
}

.static-page.tour-page .page-description {
  box-sizing: border-box;
  padding: 17px 15px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-indent: 10px;
}

.static-page.tour-page .tour-list-preview {
  padding: 0 0 20px;
}

.static-page.tour-page .tour-list-preview .preview-title {
  font-size: 31px;
  font-weight: 500;
  padding: 0 10px 6px;
  color: #04428b;
}

.static-page.tour-page .tour-list-preview .preview-title h2 {
  display: inline;
  font-size: 31px;
  font-weight: 500;
}

.static-page.tour-page .tour-list-preview .preview-title > span {
  font-size: 15px;
  font-weight: 400;
}

.static-page.tour-page .tour-list-preview .tour-carousel {
  position: relative;
  margin-bottom: 15px;
}

.static-page.tour-page .tour-list-preview .sub-container {
  padding: 10px 0 15px;
}

.static-page.tour-page .tour-list-preview .tour-carousel .flex-direction-nav a.flex-prev,
.static-page.tour-page .tour-list-preview .tour-carousel .flex-direction-nav a.flex-next {
  top: 160px;
  background: url(/www/images/carousel-arrow-big.png) no-repeat scroll 0 0 transparent;
  width: 38px;
  height: 54px;
}

.static-page.tour-page .tour-list-preview .tour-carousel .flex-direction-nav a.flex-next {
  background-position: -38px 0;
}

.static-page > .text-container {
  padding: 20px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #dedede;
}

.tour-page.landing-page {
  padding: 10px 0 30px;
}

.tour-page.landing-page.landing-heading {
  padding: 0;
}

.tour-page.landing-page .page-description {
  padding: 0 15px 20px;
}

.tour-page.landing-page .page-description p {
  padding: 0 0 10px;
  font-size: 13px;
}

.country-page-list {
  padding: 15px 0;
}

.country-page-list .country-preview {
  float: left;
  margin: 0 8px 8px 0;
  width: 244px !important;
}

.other-offers {
  min-height: 200px;
}

.other-offers h2 {
  font-size: 22px;
  color: #004488;
  font-weight: 400;
  margin: 20px 0 10px 0;
}

.other-offers .country-preview {
  float: left;
  margin: 0 10px 8px 0;
  width: 242px !important;
}

/* FixMe: IE8 workaround
 */
.country-page-list .country-preview.nth-4 {
  margin-right: 0;
}

.country-page-list .country-preview:nth-of-type(4n) {
  margin-right: 0;
}

.static-page.tour-page .tour-list-preview .tour-carousel .slides > li {
  margin: 0 30px 0 0;
  width: 485px !important;
}

.static-page.tour-page .tour-list-preview .tour-info {
  background-color: #fff;
  box-shadow: 2px 2px 3px #888;
  margin: 2px 5px 15px 2px;
  height: 385px;
  width: 478px;
  float: left;
}

.static-page.tour-page .tour-list-preview .tour-info .tag-list-block-bot,
.static-page.tour-page .tour-list-preview .tour-info .tag-list-block {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
}

.static-page.tour-page .tour-list-preview .tour-info .tag-list-block-bot {
  top: auto;
  bottom: 10px;
  padding-right: 10px;
}

.static-page.tour-page .tour-list-preview .tour-info .operator-logos {
  position: absolute;
  left: 10px;
  bottom: 20px;
  z-index: 1;
}
.static-page.tour-page .tour-list-preview .tour-info .operator-logos img {
  height: 25px;
  vertical-align: middle;
  border: 2px solid white;
  border-radius: 2px;
  background-color: white;
}

.static-page.tour-page .tour-list-preview .tour-info .tag-list-block .top-sale {
  float: right;
  background: url(/www/images/topsale.png) no-repeat scroll 0 0 transparent;
  width: 55px;
  height: 54px;
}

.static-page.tour-page .tour-list-preview .tour-info .tag-list-block-bot .premium {
  float: right;
  background: url(/www/images/premium-big.png) no-repeat scroll 0 0 transparent;
  width: 97px;
  height: 98px;
}

.static-page.tour-page .tour-list-preview .tour-info .tag-list-block .tagzz {
  float: left;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
}

.static-page.tour-page .tour-list-preview .tour-info .tag-list-block .recommended {
  background: url(/www/images/like-icon.png) no-repeat scroll 0 0 transparent;
  width: 24px;
  height: 26px;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}

.static-page.tour-page .tour-list-preview .tour-info .tag-list-block .best {
  background: url(/www/images/best.png) no-repeat scroll 0 0 transparent;
  width: 21px;
  height: 26px;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}

.static-page.tour-page .tour-list-preview .tour-info .tag-list-block .top-price {
  background: url(/www/images/topprice.png) no-repeat scroll 0 0 transparent;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}

.static-page.tour-page .tour-list-preview .tour-info .tag-list-block .recommended + .best {
  margin-left: 5px;
}

.static-page.tour-page .tour-list-preview .tour-info .tag-list-block .best + .top-price {
  margin-left: 5px;
}

.static-page.tour-page .tour-list-preview .tour-info:hover {
  outline: solid #ff7700 1px;
}

.static-page.tour-page .tour-list-preview .tour-info:nth-of-type(2n - 1) {
  margin-right: 35px;
}

.static-page.tour-page .tour-list-preview .tour-carousel .slides > li .tour-info {
  float: none;
  margin-right: 5px;
  margin-bottom: 5px;
}

.static-page.tour-page .tour-list-preview .tour-info h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 9px 9px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.static-page.tour-page .tour-list-preview .tour-info .sgl-line-desc {
  margin: 5px 0 12px;
  font-size: 13px;
  height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 9px;
}

.static-page.tour-page .tour-list-preview .tour-info.hotel-specific h3 {
  white-space: normal;
  text-overflow: clip;
  line-height: 18px;
}

.static-page.tour-page .tour-list-preview .tour-info.hotel-specific h3 > span {
  display: inline;
  margin-right: 12px;
}

.static-page.tour-page .tour-list-preview .tour-info.hotel-specific h3 > .stars {
  margin-left: 0;
}

.static-page.tour-page .tour-list-preview .tour-info.hotel-specific .sgl-line-desc {
  margin-bottom: 0;
}

.static-page.tour-page .tour-list-preview .tour-info > a {
  display: block;
}

.static-page.tour-page .tour-list-preview .tour-info .image-effect {
  overflow: hidden;
  border: medium none;
  box-sizing: border-box;
  height: 250px;
  width: 478px;
  display: block;
}

.static-page.tour-page .tour-list-preview .tour-info .foot-block {
  box-sizing: border-box;
  height: 60px;
  padding: 9px;
}

.static-page.tour-page .tour-list-preview .tour-info .foot-block .date-range {
  height: 42px;
  line-height: 42px;
}

.static-page.tour-page .tour-list-preview .tour-info .foot-block .date-range img {
  display: inline-block;
  margin: 0 7px 0 0;
}

.static-page.tour-page .tour-list-preview .tour-info .foot-block .tour-button {
  box-sizing: border-box;
  border: 1px solid #d27400;
  background-color: #ec9315;
  height: 42px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  float: right;
  color: #fff;
  white-space: nowrap;
  padding: 5px;
}

.static-page.tour-page .tour-list-preview .tour-info .foot-block .tour-button .detail {
  margin: 0 3px 2px 0;
  display: inline-block;
  vertical-align: bottom;
  line-height: 12px;
  font-size: 12px;
  text-shadow: 0 0 1px #d27400;
  text-align: right;
}

.static-page.tour-page .tour-list-preview .tour-info .foot-block .tour-button .detail .text {
  font-size: 11px;
}

.static-page.tour-page .tour-list-preview .tour-info .foot-block .tour-button .detail .old-price {
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
}

.static-page.tour-page .tour-list-preview .tour-info .foot-block .tour-button .price {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.06em;
  white-space: nowrap;
  line-height: 32px;
  vertical-align: middle;
  text-shadow: 0 0 2px #d27400;
}
.static-page.tour-page .tour-list-preview .tour-info .foot-block .tour-button .price.bolder-red {
  color: red;
  font-weight: bold;
  text-shadow: 0 0 2px white;
}
.static-page.tour-page .tour-list-preview .tour-info .foot-block .tour-button .old_price {
  vertical-align: middle;
  text-decoration: line-through;
  margin-left: 4px;
}

.country-menu .country-preview,
.country-page-list .country-preview,
.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview {
  display: block;
}

.country-page-list .country-preview:hover,
.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview:hover {
  border-color: #ff7700;
}

.country-menu .country-preview .addit-text,
.country-page-list .country-preview .addit-text {
  font-weight: 100;
}

.country-menu .country-preview .addit-text,
.country-page-list .country-preview .addit-text,
.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview .tour-addit {
  background-color: #c7d5e2;
  color: #04428b;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  height: 44px;
  box-sizing: border-box;
  border-left: 1px solid #acc1d6;
  border-right: 1px solid #acc1d6;
}

.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview .tour-addit {
  position: relative;
}

.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview .tour-addit .text-container {
  height: 100%;
  line-height: 15px;
  overflow: hidden;
}

.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview .tour-addit.has-icons {
  padding-right: 25px;
}

.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview .tour-addit .icon-holder {
  position: absolute;
  top: 2px;
  width: 19px;
  right: 3px;
}

.static-page.tour-page
  .tour-list-preview
  .tour-carousel
  .tour-preview
  .tour-addit
  .icon-holder
  .ttype-icon {
  width: 19px;
  height: 19px;
  background: none no-repeat scroll 50% 50% transparent;
}

.static-page.tour-page
  .tour-list-preview
  .tour-carousel
  .tour-preview
  .tour-addit
  .icon-holder
  .ttype-icon.ttyi-bus {
  background-image: url(/www/images/bus-icon.png);
}

.static-page.tour-page
  .tour-list-preview
  .tour-carousel
  .tour-preview
  .tour-addit
  .icon-holder
  .ttype-icon.ttyi-plane {
  background-image: url(/www/images/plane-icon.png);
}

.static-page.tour-page
  .tour-list-preview
  .tour-carousel
  .tour-preview
  .tour-addit
  .icon-holder
  .ttype-icon.ttyi-ship {
  background-image: url(/www/images/ship-icon.png);
}

.country-menu .country-preview .addit-text {
  background-color: #1e5596;
  color: #fff;
  border-left: medium none;
  border-right: medium none;
}

.country-page-list .country-preview:hover .addit-text,
.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview:hover .tour-addit {
  background-color: #ff7700;
  border-color: #ff7700;
  color: #fff;
}

.country-menu .country-preview .country-block,
.country-page-list .country-preview .country-block,
.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview .tour-block {
  position: relative;
  min-height: 160px;
}

.country-menu .country-preview .country-block .img-holder,
.country-page-list .country-preview .country-block .img-holder {
  overflow: hidden;
  border: medium none;
  box-sizing: border-box;
  height: 164px;
}

.country-menu .country-preview .country-block .img-holder {
  height: 165px;
}

.country-menu .other-countries {
  display: table;
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
}

.country-menu .other-countries .page-list-item {
  display: table-row;
}

.country-menu .other-countries .page-list-item > div {
  display: table-cell;
  border: 1px solid #dedede;
  background-color: #fff;
  color: #0f396b;
  font-size: 14px;
  padding: 8px 10px 8px 20px;
  line-height: 18px;
}

.country-menu .other-countries .page-list-item:hover > div {
  background-color: #ff7700;
  border-color: #ff7700;
  color: #fff;
}

.country-menu .other-countries .page-list-item > div b {
  font-weight: 600;
  font-size: 19px;
}

.other-offers .country-preview:hover .country-block .img-holder,
.country-page-list .country-preview:hover .country-block .img-holder {
  border: 1px solid #ff7700;
  border-bottom: medium none;
}

.other-offers .country-preview .country-block .img-holder > img,
.country-page-list .country-preview .country-block .img-holder > img {
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: translate3d(-4px, 0, 0) scale(1.04);
}

.other-offers .country-preview:hover .country-block .img-holder > img,
.country-page-list .country-preview:hover .country-block .img-holder > img {
  transform: translate3d(0, 0, 0) scale(1);
}

.other-offers .country-preview .country-block .img-holder,
.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview .tour-block .img-holder {
  overflow: hidden;
  border: medium none;
  box-sizing: border-box;
  height: 164px;
}

.static-page.tour-page
  .tour-list-preview
  .tour-carousel
  .tour-preview:hover
  .tour-block
  .img-holder {
  border: 1px solid #ff7700;
  border-bottom: medium none;
}

.static-page.tour-page
  .tour-list-preview
  .tour-carousel
  .tour-preview
  .tour-block
  .img-holder
  > img {
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: translate3d(-4px, 0, 0) scale(1.04);
}

.static-page.tour-page
  .tour-list-preview
  .tour-carousel
  .tour-preview:hover
  .tour-block
  .img-holder
  > img {
  transform: translate3d(0, 0, 0) scale(1);
}

/*.other-offers .country-preview .country-block .country-info {
    position: absolute;
    margin: -86px 0 0 10px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-size: 16px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.other-offers .country-preview .country-block .country-info .country-title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 180px;
    white-space: nowrap;
    height: 20px;
}

.other-offers .country-preview .country-block .country-info .tour-price {
    font-size: 13px;
    display: block;
}*/

.country-menu .country-preview .country-block .country-info,
.country-page-list .country-preview .country-block .country-info,
.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview .tour-block .tour-info {
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(3, 30, 57, 1));
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  font-weight: 600;
  line-height: 20px;
}

/*.country-page-list .country-preview:hover .country-block .country-info,
.static-page.tour-page .tour-list-preview .tour-carousel .tour-preview:hover .tour-block .tour-info {
    padding-bottom: 9px;
}*/
.country-menu .country-preview .country-block .country-info .country-title,
.country-page-list .country-preview .country-block .country-info .country-title,
.static-page.tour-page
  .tour-list-preview
  .tour-carousel
  .tour-preview
  .tour-block
  .tour-info
  .tour-title {
  font-size: 17px;
}

.country-menu .country-preview .country-block .country-info .tour-price,
.country-page-list .country-preview .country-block .country-info .tour-price,
.static-page.tour-page
  .tour-list-preview
  .tour-carousel
  .tour-preview
  .tour-block
  .tour-info
  .tour-price {
  font-size: 13px;
  float: right;
}

.static-page.about-us,
.static-page.countries {
  margin: 0;
}

.static-page.about-us .about-us-slider,
.static-page.countries .countries-slider {
  position: relative;
  height: 250px;
}

.static-page.about-us .about-us-slider .slider-container {
  float: left;
  width: 750px;
}

.static-page.countries .countries-slider .slider-container {
  float: left;
  width: 690px;
}

.slider-container .slides > :not(:first-child) {
  display: none;
}

.slides > li:not(:first-child) {
  display: none;
}

.static-page.about-us .about-us-slider .slider-container .flex-direction-nav a.flex-prev,
.static-page.about-us .about-us-slider .slider-container .flex-direction-nav a.flex-next,
.static-page.countries .countries-slider .slider-container .flex-direction-nav a.flex-prev,
.static-page.countries .countries-slider .slider-container .flex-direction-nav a.flex-next {
  top: 105px;
}

.static-page.countries .countries-slider .slider-container img {
  height: 250px;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.static-page.about-us .about-us-slider .about-us-block {
  padding: 30px 22px;
}

.static-page.countries .countries-slider .countries-block {
  padding: 20px 22px;
}

.static-page.about-us .about-us-slider .about-us-block,
.static-page.countries .countries-slider .countries-block {
  float: left;
  height: 250px;
  box-sizing: border-box;
  background: url(/www/images/about_us-caption.png) no-repeat 0 0 transparent;
}

.static-page.about-us .about-us-slider .about-us-block {
  width: 250px;
}

.static-page.countries .countries-slider .countries-block {
  width: 310px;
  background-size: cover;
  background-position: 50%;
}

.static-page.about-us .about-us-slider .about-us-block > h2 {
  margin-bottom: 28px;
}

.static-page.countries .countries-slider .countries-block > h2 {
  margin-bottom: 5px;
}

.static-page.countries .countries-slider .countries-block .weather {
  color: #fff;
  margin-bottom: 15px;
}

.static-page.countries .countries-slider .countries-block .weather img {
  padding: 0 20px 0 0;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .info-block .weather > img {
  vertical-align: middle;
  width: 30px;
  margin: 0 10px 4px 0;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .info-block .weather span,
.static-page.countries .countries-slider .countries-block .weather span {
  background: url(/www/images/sun-icon-clear.png) no-repeat 0 0;
  padding: 2px 0 4px 24px;
  font-size: 14px;
  font-weight: 100;
  vertical-align: middle;
}

.static-page.about-us .about-us-slider .about-us-block > h2,
.static-page.countries .countries-slider .countries-block > h1 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 30px;
  color: #fff;
}

.static-page.about-us .about-us-slider .about-us-block > p {
  font-weight: 400;
  font-size: 14px;
}

.static-page.countries .countries-slider .countries-block > p {
  font-size: 13px;
  font-weight: 100;
}

.static-page.about-us .about-us-slider .about-us-block > p,
.static-page.countries .countries-slider .countries-block > p {
  line-height: 17px;
  color: #fff;
  max-height: 68px;
  overflow: hidden;
}

.content-tab-container {
  display: none;
}

.content-tab-container.tab-active {
  display: block;
}

.content-tabs,
.static-page.about-us .about-us-tabs,
.static-page.countries .countries-tabs {
  padding-top: 8px;
}

.content-tabs.static-tabs {
  display: inline-block;
  margin-bottom: -4px;
  width: auto;
}

.content-tabs.static-tabs .col-3 {
  width: 250px;
  float: left;
  margin: 0;
}

.content-tabs.content-cols,
.static-page.about-us .about-us-tabs.content-cols,
.static-page.countries .countries-tabs.content-cols {
  padding-top: 8px;
  margin-bottom: -6px;
}

.content-tabs.content-cols .col,
.static-page.about-us .about-us-tabs.content-cols .col,
.static-page.countries .countries-tabs.content-cols .col {
  height: 48px;
  padding: 6px 28px;
}

.content-tabs.content-cols.about-us-tabs .col .icon-item > span {
  display: inline;
  line-height: 36px;
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

.static-page.about-us .about-us-tabs.content-cols .col .icon-item {
  width: auto !important;
  padding-left: 40px !important;
}

.static-page.about-us .about-us-tabs.content-cols .col .icon-item.icon-tab-1 {
  background-image: url(/www/images/about_us-tab-1h.png);
}

.static-page.about-us .about-us-tabs.content-cols .col .icon-item.icon-tab-2 {
  background-image: url(/www/images/about_us-tab-2h.png);
}

.static-page.about-us .about-us-tabs.content-cols .col .icon-item.icon-tab-3 {
  background-image: url(/www/images/about_us-tab-3h.png);
}

.static-page.about-us .about-us-tabs.content-cols .col .icon-item.icon-tab-4 {
  background-image: url(/www/images/about_us-tab-4h.png);
}

.static-page.about-us .about-us-tabs.content-cols .col.tab-active .icon-item.icon-tab-1 {
  background-image: url(/www/images/about_us-tab-1.png);
}

.static-page.about-us .about-us-tabs.content-cols .col.tab-active .icon-item.icon-tab-2 {
  background-image: url(/www/images/about_us-tab-2.png);
}

.static-page.about-us .about-us-tabs.content-cols .col.tab-active .icon-item.icon-tab-3 {
  background-image: url(/www/images/about_us-tab-3.png);
}

.static-page.about-us .about-us-tabs.content-cols .col.tab-active .icon-item.icon-tab-4 {
  background-image: url(/www/images/about_us-tab-4.png);
}

/*.content-tabs.content-cols .col:hover,*/
/*.static-page.about-us .about-us-tabs.content-cols .col:hover,
.static-page.countries .countries-tabs.content-cols .col:hover {
    border-top: 2px solid #f2f2f2;
    margin-top: -2px;
}*/
.content-tabs.content-cols .col:first-child,
.static-page.about-us .about-us-tabs.content-cols .col:first-child,
.static-page.countries .countries-tabs.content-cols .col:first-child {
  /*border-left: 2px solid #f2f2f2;*/
}

.static-page.countries .countries-tabs.content-cols .col.tab-active,
.static-page.about-us .about-us-tabs.content-cols .col.tab-active,
.content-tabs.content-cols .col.tab-active {
  background: none no-repeat scroll 0 0 #edf1f2;
  border: 1px solid #cedcdf;
  border-bottom: medium none;
}

.content-tabs.content-cols .col {
  background-image: linear-gradient(to bottom, rgb(250, 173, 73) 0%, rgb(252, 111, 18) 100%);
  color: #fff !important;
  margin-right: 8px;
  width: 244px !important;
  border-bottom: 1px solid #cdecdf;
}

.content-tabs.content-cols .col .icon-item > span {
  color: #fff !important;
}

.content-tabs.content-cols .col .icon-item > span h2 {
  color: #fff !important;
}

.content-tabs.content-cols .col.tab-active .icon-item > span {
  color: #000 !important;
}

.content-tabs.content-cols .col.tab-active .icon-item > span h2 {
  color: #000 !important;
}

.content-tabs.content-cols .col:last-of-type {
  margin-right: 0;
}

.content-tabs.content-cols .col.tab-active:hover {
  background-image: none;
}

.content-tabs.content-cols .col:hover {
  background-image: linear-gradient(to bottom, rgb(32, 70, 143) 0%, rgb(61, 90, 168) 100%);
}

/*.content-tabs.content-cols .col:hover .icon-item {
    text-decoration: underline !important;
}*/

.content-tabs.content-cols .col .icon-item,
.static-page.about-us .about-us-tabs.content-cols .col .icon-item,
.static-page.countries .countries-tabs.content-cols .col .icon-item {
  background: none no-repeat 0 50% transparent;
  display: inline-block;
  height: 36px;
  padding: 0 0 0 36px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.content-tabs.content-cols .col .icon-item.icon-briefcase,
.static-page.countries .countries-tabs.content-cols .col .icon-item.icon-briefcase {
  background-image: url(/www/images/tab-icon-briefcase.png);
}

.content-tabs.content-cols .col .icon-item.icon-paper,
.static-page.countries .countries-tabs.content-cols .col .icon-item.icon-paper {
  background-image: url(/www/images/tab-icon-paper.png);
}

.content-tabs.content-cols .col .icon-item.icon-images,
.static-page.countries .countries-tabs.content-cols .col .icon-item.icon-images {
  background-image: url(/www/images/tab-icon-images.png);
}

.content-tabs.content-cols .col .icon-item.icon-foots,
.static-page.countries .countries-tabs.content-cols .col .icon-item.icon-foots {
  background-image: url(/www/images/tab-icon-foots.png);
}

.content-tabs.content-cols .col .icon-item > span {
  display: inline;
  line-height: 36px;
  font-size: 17px;
  font-weight: 700;
  color: #ff7700;
}

.static-page.countries .countries-tabs.content-cols .col {
  text-align: center;
}

.static-page.countries .countries-tabs.content-cols .col .icon-item > span {
  display: inline;
  line-height: 32px;
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

.static-page.countries .countries-tabs.content-cols .col .icon-item > span h2 {
  font-size: 17px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  display: inline;
}

.static-page.countries .countries-tabs.content-cols .col .icon-item {
  width: auto;
}

.static-page.countries .countries-tabs.content-cols .col.tab-active .icon-item.icon-globe {
  background-image: url(/www/images/country-icon.png);
}

.static-page.countries .countries-tabs.content-cols .col.tab-active .icon-item.icon-ljezhak {
  padding-left: 45px;
  background-image: url(/www/images/beach-icon.png);
}

.static-page.countries .countries-tabs.content-cols .col.tab-active .icon-item.icon-ski {
  padding-left: 33px;
  background-image: url(/www/images/ski-blue.png);
}

.static-page.countries .countries-tabs.content-cols .col.tab-active .icon-item.icon-tours {
  background-image: url(/www/images/travel-icon.png);
}

.static-page.countries .countries-tabs.content-cols .col.tab-active .icon-item.icon-case {
  background-image: url(/www/images/travel-case-icon.png);
}

.static-page.countries .countries-tabs.content-cols .col.tab-active .icon-item.icon-medical {
  background-image: url(/www/images/medical-tour-icon.png);
}

.static-page.countries .countries-tabs.content-cols .col.tab-active .icon-item.icon-villa {
  background-image: url(/www/images/villa-rent-icon.png);
}

.static-page.countries .countries-tabs.content-cols .col .icon-item.icon-villa {
  background-image: url(/www/images/villa-rent-icon-h.png);
}

.static-page.countries .countries-tabs.content-cols .col .icon-item.icon-medical {
  background-image: url(/www/images/medical-tour-icon-h.png);
}

.static-page.countries .countries-tabs.content-cols .col .icon-item.icon-globe {
  background-image: url(/www/images/country-icon-h.png);
}

.static-page.countries .countries-tabs.content-cols .col .icon-item.icon-ljezhak {
  padding-left: 45px;
  background-image: url(/www/images/beach-icon-h.png);
}

.static-page.countries .countries-tabs.content-cols .col .icon-item.icon-ski {
  padding-left: 33px;
  background-image: url(/www/images/ski-white.png);
}

.static-page.countries .countries-tabs.content-cols .col .icon-item.icon-tours {
  background-image: url(/www/images/travel-icon-h.png);
}

.static-page.countries .countries-tabs.content-cols .col .icon-item.icon-case {
  background-image: url(/www/images/travel-case-icon-h.png);
}

.tab-content-about-country,
.tab-content-tour-list,
.tab-content-excursions-list {
  display: none;
}

.tab-content-excursions-list table {
  max-width: 100%;
  width: 100%;
}

.tab-content-about-country,
    /*.tab-content-tour-list,*/
.tab-content-excursions-list {
  padding: 20px;
  background: #fff;
  border: 1px solid #dedede;
}

.tab-content-about-country > p,
.tab-content-excursions-list > p {
  margin: 0 0 20px 0;
}

.tab-content-about-country > img {
  border: 1px solid grey;
  margin: 0 4px 4px 0;
}

.grey-wrap {
  background: #edf1f2;
}

.grey-wrap.tab-border,
.sub-container.tab-border {
  border-top: 1px solid #cedcdf;
}

.grey-wrap-inner {
  width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 15px 0;
  clear: both;
}

.grey-wrap-inner.more-padding {
  padding-top: 30px;
}

.grey-wrap .grey-wrap-inner .hotel-preview {
  position: absolute;
  display: none;
  margin: 30px 0 0 -16px;
  width: 252px;
  overflow: hidden;
  height: 220px;
  background-size: 100%;
  outline: 1px solid #eee;
}

.tour-search .filters,
.grey-wrap .grey-wrap-inner .filters {
  display: block;
  float: left;
  width: 220px;
  background: #62b2fc url(/www/images/filter_bg.png) repeat-x top left;
  border: 1px solid #b1d7fc;
  padding: 15px;
}

.tour-search .filters h2,
.grey-wrap .grey-wrap-inner .filters h2 {
  text-align: center;
  color: #225b9c;
  font-size: 17px;
  margin-bottom: 20px;
}

.tour-search .filters .button,
.grey-wrap .grey-wrap-inner .filters .button {
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  background: rgba(55, 126, 196, 1);
  background: -moz-linear-gradient(top, rgba(55, 126, 196, 1) 0%, rgba(0, 67, 138, 1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(55, 126, 196, 1)),
    color-stop(100%, rgba(0, 67, 138, 1))
  );
  background: -webkit-linear-gradient(top, rgba(55, 126, 196, 1) 0%, rgba(0, 67, 138, 1) 100%);
  background: -o-linear-gradient(top, rgba(55, 126, 196, 1) 0%, rgba(0, 67, 138, 1) 100%);
  background: -ms-linear-gradient(top, rgba(55, 126, 196, 1) 0%, rgba(0, 67, 138, 1) 100%);
  background: linear-gradient(to bottom, rgba(55, 126, 196, 1) 0%, rgba(0, 67, 138, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#377ec4', endColorstr='#00438a', GradientType=0);
  padding: 5px 40px;
  border-radius: 13px;
  border: 1px solid #00438a;
  box-shadow: 2px 1px 3px #377ec4;
  cursor: pointer;
  margin: 20px auto 0;
  display: table;
}

.static-page.tour-search {
  padding: 15px 0;
  margin: 0;
}

.tour-search .filters .group,
.grey-wrap .grey-wrap-inner .filters .group {
  margin-bottom: 10px;
}

.tour-search .filters .group.select,
.grey-wrap .grey-wrap-inner .filters .group.select {
  height: 25px;
  padding: 5px 6px 0 3px;
  width: 96%;
  background: #fff; /* url(/www/images/select_drop.jpg) no-repeat top right;*/
  border-radius: 5px;
  display: block;
  box-shadow: 1px 1px 1px #aaa;
}

.tour-search .filters .group input,
.grey-wrap .grey-wrap-inner .filters .group input {
  height: 25px;
  padding: 2px 3px 3px 7px;
  background: #fff;
  border-radius: 5px;
  display: block;
  box-shadow: 1px 1px 1px #aaa;
}

.tour-search .filters .group input[type='text'] {
  box-sizing: border-box;
  border: medium none;
  width: 100%;
}

.tour-search .filters .group input.date,
.grey-wrap .grey-wrap-inner .filters .group input.date {
  width: 90px;
  display: inline;
  border: 0;
}

.tour-search .filters .group.select select,
.grey-wrap .grey-wrap-inner .filters .group.select select {
  background: transparent;
  border: none;
  font-size: 15px;
  color: #444;
}

.tour-page .tour-list,
.tour-search .tour-list,
.grey-wrap .grey-wrap-inner .tour-list {
  display: block;
  float: left;
  /*
    width: 735px;
    margin-left: 10px;
    padding: 0;
    */
  background: #fff;
  border: 1px solid #dedede;
  min-height: 50px;
}

.tour-search .tour-list {
  width: 100%;
}

.tour-list .grid-list {
  text-align: right;
  margin: 0 15px 10px 0;
}
.tour-list .grid-list .grid,
.tour-list .grid-list .list {
  display: inline-block;
  color: #8e8e8e;
  margin-left: 6px;
}
.tour-list .grid-list .t,
.tour-list .grid-list .t {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.tour-list .grid-list .grid.active,
.tour-list .grid-list .list.active {
  color: #004488;
}
.tour-list .grid-list .i,
.tour-list .grid-list .i {
  display: inline-block;
  background: transparent url(/www/images/grid-list.png) no-repeat scroll 0 0;
  height: 19px;
  width: 19px;
  vertical-align: middle;
}
.tour-list .grid-list .grid .i {
  background-position: 0 -19px;
}
.tour-list .grid-list .list .i {
  background-position: -19px -19px;
}
.tour-list .grid-list .grid.active .i {
  background-position: 0 0;
}
.tour-list .grid-list .list.active .i {
  background-position: -19px 0;
}

.tour-page .tour-list span.temp,
.tour-search .tour-list span.temp,
.grey-wrap .grey-wrap-inner .tour-list span.temp,
.hotel-page-prices .price-list span.temp {
  background: url(/www/images/sun-icon-clear.png) no-repeat 0 0;
  padding: 3px 5px 4px 23px;
  font-size: 11px;
  font-weight: 100;
  color: #444;
}

.tour-page .tour-list span.water,
.tour-search .tour-list span.water,
.grey-wrap .grey-wrap-inner .tour-list span.water,
.hotel-page-prices .price-list span.water {
  background: url(/www/images/water-icon-clear.png) no-repeat 0 0;
  padding: 4px 0 4px 21px;
  font-size: 11px;
  font-weight: 100;
  color: #11a;
}

.clr {
  clear: both;
}

.tour-item.opened {
  background: #c5d5e0;
  padding: 7px;
}

.tour-item.opened .button[data-tour-id],
.tour-item.opened .button[data-hotel-id] {
  display: none;
}

.tour-item.opened:hover {
  outline: none;
}

.tour-list-item.tour-item:hover,
.tour-list-item.hotel-item:hover {
  outline: 1px solid #fc6603;
}

.tour-list .hr {
  margin: 7px 0;
  border-top: 1px solid #dfe6e6;
}

.tour-item div.detailed {
  min-height: 40px;
}

.tour-item div.detailed .images {
  padding-top: 4px;
}

.tour-item div.detailed .images img {
  height: 60px;
  padding: 0 2px 5px 0;
}

.tour-item div.detailed .description {
  padding: 0 10px;
  font-size: 13px;
  font-weight: 100;
}

.tour-item div.detailed .description .short {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 44px;
}

.tour-item div.detailed .description .long {
  display: none;
}

.tour-item div.detailed .show_less,
.tour-item div.detailed .show_less span,
.tour-item div.detailed .show_more,
.tour-item div.detailed .show_more span {
  text-decoration: underline;
  font-size: 13px;
  font-weight: 100;
}

.tour-item div.detailed .button {
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  background: linear-gradient(to bottom, #fc9753 0%, #fc7114 100%) repeat scroll 0 0 transparent;
  padding: 5px 20px;
  border-radius: 13px;
  border: 1px solid #f60;
  margin-top: 5px;
  box-shadow: 2px 1px 3px #bbb;
  cursor: pointer;
  display: inline-block;
}

.price-list {
  width: 100%;
  margin: 25px 0 0 0;
  outline-bottom: 1px solid #adbdc9;
  border-collapse: collapse;
}

.price-list th,
.price-list th a {
  color: #6e848f;
}

.price-list th,
.price-list td {
  font-size: 13px;
  padding: 2px 4px;
  text-align: left;
  border-spacing: 0;
  margin: 0;
}

.price-list td {
  font-weight: 100;
}

.price-list tr:nth-child(even) {
  background: #b8c8d6;
  outline: 1px solid #adbdc9;
}

.price-list tr:nth-child(odd) {
  background: #c5d5e0;
}

.price-list td .button.rezervet {
  font-size: 12px;
  font-weight: 100;
  padding: 5px 20px;
  color: #ff6600;
  background: #fff;
  border-radius: 13px;
  border: 1px solid #ff6600;
  margin: 3px 0;
  box-shadow: 2px 1px 3px #bbb;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
}

.long-space {
  width: 20px;
}
.price-list tr td {
  color: #444444;
}
.price-list tr:hover td {
  background-color: #e1e1e1;
  color: #000000;
}
.price-list td {
  cursor: default;
}
/*.price-list tr:hover .button.rezervet,*/
.price-list td .button.rezervet:hover {
  color: #fff;
  background: rgba(252, 151, 83, 1);
  background: -moz-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(252, 151, 83, 1)),
    color-stop(100%, rgba(252, 113, 20, 1))
  );
  background: -webkit-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -o-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -ms-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: linear-gradient(to bottom, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9753', endColorstr='#fc7114', GradientType=0);
}

.price-list tr.disabled {
  background: rgba(255, 255, 255, 0.5);
}

.price-list tr.disabled td {
  color: #bbb;
}

.price-list td.purchase-cell {
  text-align: right;
}

.price-list td .last_places {
  color: red;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.price-list td .last_places b {
  font-size: 21px;
  margin-right: 3px;
  vertical-align: middle;
}

.price-list td .last_places_days {
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
}

.price-list td.price-cell,
.price-list td.purchase-cell {
  white-space: nowrap;
}

.price-list td.price-cell .discount {
  background: url(/www/images/discount-label.png) no-repeat scroll 0 0 transparent;
  height: 21px;
  line-height: 21px;
  padding: 0 5px 0 10px;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0 0 0 5px;
}

.price-list td.price-cell .discount > span {
  margin: 0 2px;
}

.price-list .lowest-price {
  color: #f00;
  font-size: 18px;
  vertical-align: middle;
}

.price-list td .button.izpardots {
  font-size: 12px;
  padding: 5px 20px;
  color: #ff6600;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 13px;
  margin: 5px 0 3px;
  cursor: default;
  font-weight: bold;
}

.tour-list h3 {
  padding: 20px;
}

.tour-cell {
  display: table-cell;
}

.tour-cell a:hover {
  text-decoration: underline;
}

.tour-cell h1 {
  white-space: nowrap;
  text-shadow: 1px 1px 3px #fff;
}

.tour-cell .recommended-hotel {
  float: right;
  width: 34px;
  height: 31px;
  margin-right: 8px;
  background: url(/www/images/recommended-hotel-icon.png) no-repeat scroll 0 0 transparent;
}

.tour-cell img {
  width: 140px;
  min-height: 90px;
}

.tour-cell:nth-child(1) {
  width: 160px;
}

.tour-cell:nth-child(2) {
  width: 430px;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.tour-cell:nth-child(2) > div {
  margin: 7px 0;
  padding: 7px 0;
  border-right: 1px solid #d9d9d9;
  display: block;
  width: 100%;
  min-height: 63px;
  color: #2e2e2e;
}

.tour-cell:nth-child(2) > div .green-star {
  color: #9ee336;
  display: block;
  font-family: Wingdings, serif;
  font-size: 14px;
}

.tour-cell:nth-child(2) > div small {
  font-size: 12px;
  font-weight: 100;
  margin-left: 5px;
}

.tour-cell:nth-child(3) {
  padding: 5px 15px;
  text-align: center;
  width: 140px;
  vertical-align: middle;
}

.tour-cell:nth-child(3) .price {
  color: #424242;
}

.tour-cell:nth-child(3) .price:not(strike) {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.tour-cell:nth-child(3) > small {
  font-weight: 300;
  color: #888;
  font-size: 12px;
}

.tour-cell:nth-child(3) .button {
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  background: rgba(252, 151, 83, 1);
  background: -moz-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(252, 151, 83, 1)),
    color-stop(100%, rgba(252, 113, 20, 1))
  );
  background: -webkit-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -o-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -ms-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: linear-gradient(to bottom, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9753', endColorstr='#fc7114', GradientType=0);
  padding: 5px 20px;
  border-radius: 13px;
  border: 1px solid #ff6600;
  margin-top: 5px;
  box-shadow: 2px 1px 3px #bbb;
  cursor: pointer;
}

.round-banner {
  position: absolute;
  width: 160px;
  height: 160px;
  overflow: hidden;
  background: rgba(255, 150, 84, 1);
  background: -moz-linear-gradient(-15deg, rgba(255, 150, 84, 1) 0%, rgba(252, 104, 5, 1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0%, rgba(255, 150, 84, 1)),
    color-stop(100%, rgba(252, 104, 5, 1))
  );
  background: -webkit-linear-gradient(-15deg, rgba(255, 150, 84, 1) 0%, rgba(252, 104, 5, 1) 100%);
  background: -o-linear-gradient(-15deg, rgba(255, 150, 84, 1) 0%, rgba(252, 104, 5, 1) 100%);
  background: -ms-linear-gradient(-15deg, rgba(255, 150, 84, 1) 0%, rgba(252, 104, 5, 1) 100%);
  background: linear-gradient(165deg, rgba(255, 150, 84, 1) 0%, rgba(252, 104, 5, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9654', endColorstr='#fc6805', GradientType=1);
  border: 3px solid #fff;
  border-radius: 90px;
  top: -30px;
  left: 15px;
  z-index: 100;
  padding: 10px 15px;
  box-sizing: border-box;
  -ms-transform: rotate(-15deg); /* IE 9 */
  -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
  transform: rotate(-15deg);
  text-shadow: 1px 2px 2px #c76e42;
  color: #fff;
  font-size: 21px;
  font-weight: 100;
  text-align: center;
  line-height: 20px;
}

.round-banner div {
  font-size: 17px;
}

.round-banner a {
  color: #fff;
}

.round-banner hr {
  border: 1px solid #fff;
  outline: none;
  box-shadow: 1px 2px 2px #c76e42;
  margin: 0 0 10px;
}

.round-banner strong,
.round-banner a {
  font-size: 32px;
  padding: 11px 0 0 5px;
  display: block;
  font-weight: bold;
}

.contact-page-content {
  padding: 20px 0;
}

.contact-container {
  /*background-color: #f2f2f2;*/
}

.contact-container .map-holder {
  height: 390px;
  border-top: 10px solid #ff7700;
}

.contact-container .contact-block {
  padding: 30px 0 0;
  color: #04428b;
  font-size: 14px;
  line-height: 16px;
}

.contact-container .contact-block > h3 {
  margin: 0 0 32px;
  font-size: 24px;
  line-height: 24px;
  padding: 0 16px;
}

.contact-container .contact-block .col {
  padding: 5px 0 25px 40px;
}

.contact-container .contact-block .col.icon-map-marker {
  background: url(/www/images/map-marker-icon.png) no-repeat scroll 10px 0 transparent;
}

.contact-container .contact-block .col .col-content {
  height: 150px;
  border-right: 1px solid #acb7bd;
  padding: 0 20px 0 0;
}

/* FixMe: IE8 workaround
 */
.contact-container .contact-block .col.last-of-type .col-content {
  border-right: medium none;
}

.contact-container .contact-block .col:last-of-type .col-content {
  border-right: medium none;
}

.contact-container .contact-block .col .col-content table {
  width: 100%;
}

.contact-container .contact-block .col .col-content .content-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
}

.contact-container .contact-block .col .col-content .contact-mail {
  display: inline-block;
  background: url(/www/images/mailto-icon.png) no-repeat scroll 0 4px transparent;
  padding: 0 0 0 30px;
  color: #04428b;
  line-height: 20px;
}

.grey-wrap-bg {
  background: #f5f5f5;
}

.wrap.reservation-form {
}

.wrap.reservation-form h1 {
  padding: 35px 0 8px 0;
  font-weight: 100;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
}

.wrap.reservation-form h1 b {
  font-weight: 600;
}

.wrap.reservation-form .tour-item {
  margin-top: 20px;
  background: #fff;
}

.wrap.reservation-form .tour-cell:nth-child(1) {
  padding: 3px;
}

.wrap.reservation-form .tour-cell:nth-child(2) {
  width: 620px;
}

.wrap.reservation-form .tour-cell:nth-child(2) > div {
  min-height: 0 !important;
}

.wrap.reservation-form form {
  display: table;
  width: 100%;
}

.wrap.reservation-form button.btn {
  border: 1px solid #ff6600;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 32px;
  color: #fff;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
  background: rgba(252, 151, 83, 1);
  text-shadow: 1px 1px 2px #643;
}

.btn__disabled {
  pointer-events: none !important;
  cursor: default !important;
  background: lightgray !important;
  border: lightgray !important;
}

.wrap.reservation-form button.btn:hover {
  color: #fff;
  box-shadow: 2px 1px 3px #bbb;
}

.wrap.reservation-form .form-group {
  display: table-row;
  width: auto;
  clear: both;
}

.wrap.reservation-form .form-group hr {
  height: 1px;
  border: none;
  background: #ccc;
  margin: 5px 0 20px 0;
}

.wrap.reservation-form .form-group select.pilsonis {
  margin-left: 9px;
  border-radius: 0;
  border: 1px solid silver;
  width: auto;
  background: #fff url(/www/images/dropdown-arrow.png) no-repeat right 12px;
  font-size: 15px;
  color: #444;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 15px 5px 5px;
}

.wrap.reservation-form .form-group.reservation-spacing {
  clear: both;
  display: table-row;
  width: auto;
  height: 30px;
  outline: none;
}

.wrap.reservation-form .form-group.maksatajs {
  clear: both;
  display: table-row;
  width: auto;
  margin-top: 30px;
}

.wrap.reservation-form .form-group.maksatajs h2 {
  font-weight: 300;
  margin: 0 0 20px;
}

.reservation-status {
  margin-top: 20px;
}

.reservation-status .steps {
  height: 40px;
  background-color: #e4e4e4;
  border-radius: 6px;
  overflow: hidden;
}

.reservation-status .steps li {
  float: left;
  height: 40px;
  width: 33.333%;
  position: relative;
}

.reservation-status .steps li.active {
  /*background-color: rgba(255, 148, 45, 0.71);*/
}

.reservation-status .steps li.active.current {
  background-color: #004488;
}

.reservation-status .steps li.active.current .text {
  color: #fff;
}

.reservation-status .steps li .num {
  vertical-align: middle;
  height: 40px;
  width: 20%;
  text-align: center;
}

.reservation-status .steps li .num > span {
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  line-height: 24px;
  margin: 8px 0;
  border-radius: 12px;
}

.reservation-status .steps li .text {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 5;
  vertical-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px;
  text-align: center;
  font-size: 20px;
  color: #4b4b4b;
  line-height: 1;
}

.reservation-status .steps li.mid .text {
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
}

.reservation-status .steps li .text > span {
  vertical-align: middle;
}

.reservation-status .steps li .text > span.t {
  vertical-align: middle;
  height: 40px;
}

.wrap.reservation-final {
  padding-top: 20px;
}

.wrap.reservation-final .agreement {
  padding: 0 0 15px;
}

.wrap.reservation-final .agreement .text-box {
  background-color: #fff;
  padding: 20px;
  overflow-y: auto;
  height: 250px;
}

.wrap.reservation-final .agreement .text-box .text {
  padding-bottom: 20px;
}

.wrap.reservation-final .agreement label {
  padding: 15px 0;
  display: inline-block;
}

.wrap.reservation-final .agreement label input[type='checkbox'] {
  vertical-align: middle;
}

.wrap.reservation-final .agreement label > span {
  vertical-align: middle;
  font-size: 18px;
}

.wrap.reservation-final .agreement label > span.error {
  color: #ff0000;
  font-weight: bold;
}
.wrap.reservation-final .agreement label > span.error * {
  color: #ff0000;
  text-decoration: underline;
}

.wrap.reservation-final .addit-details {
  margin: 0 0 25px;
}

.wrap.reservation-final .payment-sum-choice {
  margin: 0 0 25px;
}

.wrap.reservation-final .payment-sum-choice label {
  margin: 0 0 8px;
  font-size: 14px;
  display: inline-block;
}

.wrap.reservation-final .payment-sum-choice label > input[type='radio'],
.wrap.reservation-final .payment-sum-choice label > span {
  vertical-align: middle;
}
.wrap.reservation-final .payment-sum-choice label > span {
  font-size: 20px;
  color: #048;
}

.wrap.reservation-final .payment-sum-choice label > span > b {
  font-size: 22px;
}

.wrap.reservation-final .payment-buttons {
  padding-bottom: 20px;
}

.wrap.reservation-final .payment-buttons a {
  background-image: linear-gradient(to bottom, #faad49 0%, #fc6f12 100%);
  color: #ffffff;
  display: block;
  width: 49.5%;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  padding: 0 28px;
  text-align: center;
  font-size: 20px;
}

.wrap.reservation-final .payment-buttons a.first {
  float: left;
}

.wrap.reservation-final .payment-buttons a.last {
  float: right;
}

.wrap.reservation-final .payment-buttons a.active,
.wrap.reservation-final .payment-buttons a:hover {
  background-image: linear-gradient(to bottom, #20468f 0%, #3d5aa8 100%);
}

.wrap.reservation-final .agreement-notice {
  padding: 45px 0 0;
}

.wrap.reservation-final .rooms {
}

.wrap.reservation-final .rooms h2 {
}

.wrap.reservation-final .rooms .room {
  padding: 0 0 10px;
}

.wrap.reservation-final .rooms .room .person {
  line-height: 22px;
}

.wrap.reservation-final h2 {
  font-size: 18px;
}

.wrap.reservation-final .room h3 {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 1px;
}

.wrap.reservation-final .room h3 small {
  font-size: 80%;
}

.wrap.reservation-final h2,
.wrap.reservation-final h3,
.wrap.reservation-form .form-group.maksatajs h2 {
  font-weight: 300;
  margin: 0 0 10px;
}

.wrap.reservation-form .form-group > .left-cell,
.wrap.reservation-form .form-group > .right-cell {
  display: table-cell;
}

.wrap.reservation-form .form-group > .right-cell {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  width: 30%;
  height: 100%;
  min-height: 185px;
  font-weight: 100;
}

.wrap.reservation-form .form-group > .right-cell b {
  display: block;
  font-size: 22px;
  font-weight: 300;
  margin: 10px 0;
}

.wrap.reservation-form .form-group > .right-cell .button.remove_room {
  font-size: 17px;
  font-weight: 100;
  color: #004488;
  padding: 10px 40px;
  border-radius: 4px;
  border: 1px solid #79c;
  cursor: pointer;
}

.wrap.reservation-form .form-group > .right-cell .price-name,
.wrap.reservation-form .form-group > .right-cell b,
.wrap.reservation-form .form-group h2 {
  font-size: 20px;
  font-weight: 500;
}

.wrap.reservation-form .form-group > .right-cell b,
.wrap.reservation-final h2,
.wrap.reservation-final h3,
.wrap.reservation-form .form-group h2 {
  color: #004488;
}

.wrap.reservation-form .form-group > .right-cell .price-per-men {
  color: #004488;
}

.wrap.reservation-form .form-group > .right-cell .button.remove_room:hover {
  color: #fff;
  background: #004488;
}

.wrap.reservation-form .form-group > .left-cell {
  padding: 20px 0 0 20px;
  vertical-align: top;
}

.wrap.reservation-form .form-group > .left-cell .field-group {
  white-space: nowrap;
}

.wrap.reservation-form .form-group input,
.wrap.reservation-form .form-group textarea {
  width: 275px;
  margin: 0 30px 18px 0;
  border-radius: 5px;
  padding: 8px 12px;
  border: 1px solid #ccc;
}

.wrap.reservation-form .form-group input[type='checkbox'] {
  width: 25px;
  margin: 0;
}

.wrap.reservation-form .form-group input.cols3 {
  width: 163px;
}

.wrap.reservation-form .form-group > .left-cell textarea {
  width: 610px;
  resize: vertical;
}

.wrap.reservation-form .form-group hr {
  outline: none;
  border-top: 1px solid #def !important;
  border: 0;
  height: 0;
  clear: both;
  margin: 0 0 20px -20px;
}

.price strike {
  font-size: 70%;
  color: grey;
  font-weight: 200;
}

.wrap.reservation-form .price-list {
  outline: 1px solid #ccc;
  border-radius: 5px;
}

.wrap.reservation-form select.price_add_room {
  border: 1px solid silver;
  width: auto;
  background: #fff url(/www/images/dropdown-arrow.png) no-repeat right 12px;
  font-size: 15px;
  color: #444;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 22px 5px 5px;
}

.wrap.reservation-form .tour-item:hover {
  outline: none;
}

.wrap.reservation-form .tour-item .p20 {
  padding: 20px 3px;
}

.wrap.reservation-form .tour-item .p20 .error {
  color: red;
  font-size: 22px;
  margin-left: 20px;
}

.wrap.reservation-form .tour-item .button.add_room {
  font-size: 15px;
  font-weight: 100;
  padding: 6px 20px;
  color: #ff6600;
  background: rgba(252, 151, 83, 0.2);
  border-radius: 9px;
  border: 1px solid #ff6600;
  margin: 0 0 0 12px;
  box-shadow: 1px 1px 1px #bbb;
  cursor: pointer;
}

.wrap.reservation-form .tour-item .button.add_room:hover {
  color: #fff;
  background: rgba(252, 151, 83, 1);
  background: -moz-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(252, 151, 83, 1)),
    color-stop(100%, rgba(252, 113, 20, 1))
  );
  background: -webkit-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -o-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: -ms-linear-gradient(top, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  background: linear-gradient(to bottom, rgba(252, 151, 83, 1) 0%, rgba(252, 113, 20, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9753', endColorstr='#fc7114', GradientType=0);
}

.wrap.reservation-form form > button[disabled] {
  opacity: 0.3;
  cursor: default;
}

body .ui-slider .ui-slider-range {
  z-index: 0;
}

body .ui-slider .ui-slider-handle {
  z-index: 1;
}

#ui-datepicker-div {
  font-size: 13px;
}

#ui-datepicker-div .ui-widget-header {
  background: rgb(184, 225, 252); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(184, 225, 252, 1) 0%,
    rgba(169, 210, 243, 1) 10%,
    rgba(144, 186, 228, 1) 25%,
    rgba(144, 188, 234, 1) 37%,
    rgba(144, 191, 240, 1) 50%,
    rgba(107, 168, 229, 1) 51%,
    rgba(162, 218, 245, 1) 83%,
    rgba(189, 243, 253, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(184, 225, 252, 1)),
    color-stop(10%, rgba(169, 210, 243, 1)),
    color-stop(25%, rgba(144, 186, 228, 1)),
    color-stop(37%, rgba(144, 188, 234, 1)),
    color-stop(50%, rgba(144, 191, 240, 1)),
    color-stop(51%, rgba(107, 168, 229, 1)),
    color-stop(83%, rgba(162, 218, 245, 1)),
    color-stop(100%, rgba(189, 243, 253, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(184, 225, 252, 1) 0%,
    rgba(169, 210, 243, 1) 10%,
    rgba(144, 186, 228, 1) 25%,
    rgba(144, 188, 234, 1) 37%,
    rgba(144, 191, 240, 1) 50%,
    rgba(107, 168, 229, 1) 51%,
    rgba(162, 218, 245, 1) 83%,
    rgba(189, 243, 253, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(184, 225, 252, 1) 0%,
    rgba(169, 210, 243, 1) 10%,
    rgba(144, 186, 228, 1) 25%,
    rgba(144, 188, 234, 1) 37%,
    rgba(144, 191, 240, 1) 50%,
    rgba(107, 168, 229, 1) 51%,
    rgba(162, 218, 245, 1) 83%,
    rgba(189, 243, 253, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(184, 225, 252, 1) 0%,
    rgba(169, 210, 243, 1) 10%,
    rgba(144, 186, 228, 1) 25%,
    rgba(144, 188, 234, 1) 37%,
    rgba(144, 191, 240, 1) 50%,
    rgba(107, 168, 229, 1) 51%,
    rgba(162, 218, 245, 1) 83%,
    rgba(189, 243, 253, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(184, 225, 252, 1) 0%,
    rgba(169, 210, 243, 1) 10%,
    rgba(144, 186, 228, 1) 25%,
    rgba(144, 188, 234, 1) 37%,
    rgba(144, 191, 240, 1) 50%,
    rgba(107, 168, 229, 1) 51%,
    rgba(162, 218, 245, 1) 83%,
    rgba(189, 243, 253, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e1fc', endColorstr='#bdf3fd', GradientType=0); /* IE6-9 */
}

#ui-datepicker-div .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: rgb(225, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(225, 255, 255, 1) 0%,
    rgba(225, 255, 255, 1) 7%,
    rgba(225, 255, 255, 1) 12%,
    rgba(253, 255, 255, 1) 12%,
    rgba(230, 248, 253, 1) 30%,
    rgba(200, 238, 251, 1) 54%,
    rgba(190, 228, 248, 1) 75%,
    rgba(177, 216, 245, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(225, 255, 255, 1)),
    color-stop(7%, rgba(225, 255, 255, 1)),
    color-stop(12%, rgba(225, 255, 255, 1)),
    color-stop(12%, rgba(253, 255, 255, 1)),
    color-stop(30%, rgba(230, 248, 253, 1)),
    color-stop(54%, rgba(200, 238, 251, 1)),
    color-stop(75%, rgba(190, 228, 248, 1)),
    color-stop(100%, rgba(177, 216, 245, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(225, 255, 255, 1) 0%,
    rgba(225, 255, 255, 1) 7%,
    rgba(225, 255, 255, 1) 12%,
    rgba(253, 255, 255, 1) 12%,
    rgba(230, 248, 253, 1) 30%,
    rgba(200, 238, 251, 1) 54%,
    rgba(190, 228, 248, 1) 75%,
    rgba(177, 216, 245, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(225, 255, 255, 1) 0%,
    rgba(225, 255, 255, 1) 7%,
    rgba(225, 255, 255, 1) 12%,
    rgba(253, 255, 255, 1) 12%,
    rgba(230, 248, 253, 1) 30%,
    rgba(200, 238, 251, 1) 54%,
    rgba(190, 228, 248, 1) 75%,
    rgba(177, 216, 245, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(225, 255, 255, 1) 0%,
    rgba(225, 255, 255, 1) 7%,
    rgba(225, 255, 255, 1) 12%,
    rgba(253, 255, 255, 1) 12%,
    rgba(230, 248, 253, 1) 30%,
    rgba(200, 238, 251, 1) 54%,
    rgba(190, 228, 248, 1) 75%,
    rgba(177, 216, 245, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(225, 255, 255, 1) 0%,
    rgba(225, 255, 255, 1) 7%,
    rgba(225, 255, 255, 1) 12%,
    rgba(253, 255, 255, 1) 12%,
    rgba(230, 248, 253, 1) 30%,
    rgba(200, 238, 251, 1) 54%,
    rgba(190, 228, 248, 1) 75%,
    rgba(177, 216, 245, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1ffff', endColorstr='#b1d8f5', GradientType=0); /* IE6-9 */
}

#ui-datepicker-div .ui-state-highlight,
.ui-widget-content .ui-state-default {
  background: rgb(228, 245, 252); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(228, 245, 252, 1) 0%,
    rgba(191, 232, 249, 1) 50%,
    rgba(159, 216, 239, 1) 51%,
    rgba(42, 176, 237, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(228, 245, 252, 1)),
    color-stop(50%, rgba(191, 232, 249, 1)),
    color-stop(51%, rgba(159, 216, 239, 1)),
    color-stop(100%, rgba(42, 176, 237, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(228, 245, 252, 1) 0%,
    rgba(191, 232, 249, 1) 50%,
    rgba(159, 216, 239, 1) 51%,
    rgba(42, 176, 237, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(228, 245, 252, 1) 0%,
    rgba(191, 232, 249, 1) 50%,
    rgba(159, 216, 239, 1) 51%,
    rgba(42, 176, 237, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(228, 245, 252, 1) 0%,
    rgba(191, 232, 249, 1) 50%,
    rgba(159, 216, 239, 1) 51%,
    rgba(42, 176, 237, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(228, 245, 252, 1) 0%,
    rgba(191, 232, 249, 1) 50%,
    rgba(159, 216, 239, 1) 51%,
    rgba(42, 176, 237, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4f5fc', endColorstr='#2ab0ed', GradientType=0); /* IE6-9 */
}

.tour-page-head {
  height: 190px;
  position: relative;
  margin-bottom: 56px;
}

.tour-page-head .head-content {
  position: relative;
  display: block;
  height: 190px;
  overflow: hidden;
  margin: 0 auto;
  width: 1700px;
}

.tour-page-head .head-content > img {
  width: 1700px;
  height: 190px;
  display: block;
}

.tour-page-head .head-block-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  background: linear-gradient(to top, transparent, #031e39) repeat scroll 0 0 transparent;
}

.tour-page-head .head-block-text .wrap .heading1,
.tour-page-head .head-block-text .wrap h1,
.tour-page-head .head-block-text .wrap h2 {
  font-size: 33px;
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
}

.tour-page-head .head-block-text .wrap .heading1 h1 {
  display: inline;
}

.tour-page-head .head-block-text .wrap > p {
  font-size: 13px;
  color: #fff;
}

.tour-page-head .search-form {
  position: absolute;
  background-color: rgb(255, 119, 0);
  width: 100%;
  height: 70px;
  padding: 14px;
  top: -14px;
  left: 0;
  box-sizing: border-box;
  z-index: 40;
}

.tour-page-head .search-form input[type='text'] {
  box-sizing: border-box;
  border: medium none;
  box-shadow: 1px 1px 2px rgb(136, 136, 136) inset;
  height: 42px;
  width: 100%;
  font-size: 24px;
  padding: 0 8px 0 37px;
  border-radius: 5px;
}

.tour-page-head .search-form .country-input {
  width: 490px;
  margin-right: 32px;
  float: left;
}

.tour-page-head .search-form .country-input input[type='text'] {
  background: url(/www/images/search-form-icon-country.png) no-repeat scroll 5px 50% #fff;
}

.tour-page-head .search-form .date-input {
  width: 290px;
  float: left;
}

.tour-page-head .search-form .date-input input[type='text'] {
  background: url(/www/images/search-form-icon-calendar.png) no-repeat scroll 9px 50% #fff;
  letter-spacing: -0.02em;
}

.tour-page-head .search-form .form-submit {
  float: right;
}

.tour-page-head .search-form .form-submit button {
  box-sizing: border-box;
  border: 1px solid #d27400;
  background-color: #ec9315;
  width: 130px;
  height: 42px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.tour-page-head .search-form .form-submit button > span {
  background: url(/www/images/search-form-icon-submit.png) no-repeat scroll 0 50% transparent;
  line-height: 27px;
  height: 27px;
  color: #fff;
  display: inline-block;
  padding: 0 0 0 27px;
  font-size: 19px;
  text-shadow: 1px 1px 0 rgb(192, 102, 5);
}

/*.tour-page .tour-list,
.tour-search .tour-list,*/
.tour-search .tour-list.tour-list-2,
.grey-wrap .grey-wrap-inner .tour-list.tour-list-2 {
  border: medium none;
  background: none no-repeat scroll 0 0 transparent;
  float: right;
}

.tour-list.tour-list-2 .info-text-block {
  margin: 0 0 15px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #dedede;
}

.tour-list-2 .tour-list-item {
  background-color: #fff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 7px;
  margin: 0 0 2px;
  display: table;
  width: 100%;
  min-height: 98px;
}
.tour-list-2 .tour-list-item.fixed-height {
  height: 96px;
  min-height: auto;
}

.tour-list-2.hotel-page .tour-list-item {
  border: none;
  margin: 15px auto;
}

.tour-list-2.hotel-page .landing-links {
  padding: 0 7px;
  font-size: 14px;
}

.tour-list-2.hotel-page .landing-links .deli,
.tour-list-2.hotel-page .landing-links a {
  color: rgb(117, 117, 117);
}

.tour-list-2.hotel-page .landing-links a:hover {
  text-decoration: underline;
}

.tour-list-2 .tour-list-item .image-block {
  display: table-cell;
  width: 130px;
  padding: 0 8px 0 0;
}

.tour-list-2 .tour-list-item .image-block img {
  margin-bottom: -41px;
}

.tour-list-2 .tour-list-item .hotel-info {
  display: table-cell;
  box-sizing: border-box;
  padding: 0 8px 0 0;
  position: relative;
  vertical-align: top;
}

.tour-list-2 .tour-list-item .hotel-info .hotel-title {
  background: url(/www/images/hotel-icon.png) no-repeat scroll 0 bottom transparent;
  height: 26px;
  padding: 0 0 0 25px;
  margin: 6px 0 0;
}

.tour-list-2 .tour-list-item .hotel-info .hotel-title h1 a:hover {
  border-bottom: 1px dashed #000;
}

.tour-list-2 .tour-list-item.tour-item .hotel-info .hotel-title {
  background: none no-repeat scroll 0 bottom transparent;
  height: auto;
  padding: 0;
  margin: 6px 0 0;
}

.tour-list-2 .tour-list-item.tour-item .hotel-info .hotel-title .tour-type-icon {
  height: 20px;
}

.tour-list-2 .tour-list-item.tour-item .hotel-info .hotel-title > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
  color: #004488;
}

.men-count {
  margin-bottom: 20px;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .hotel-title h1 {
  display: inline;
  color: #004488;
  font-weight: 500;
  font-size: 28px;
}

ul.hotel-info-container {
  margin: 40px 20px 20px 20px;
}

ul.hotel-info-container li {
  list-style-type: square;
  padding: 3px;
  font-size: 17px;
}

.tour-list-2 .tour-list-item .hotel-info .tour-title {
  background: none no-repeat scroll 0 top transparent;
  height: auto;
  padding: 0 0 30px 30px;
  margin: 6px 0 0;
}

.tour-list-2 .tour-list-item .hotel-info .tour-title.ico-bus {
  background-image: url(/www/images/tour-icon-bus.png);
}

.tour-list-2 .tour-list-item .hotel-info .tour-title.ico-plane {
  background-image: url(/www/images/tour-icon-plane.png);
}

.tour-list-2 .tour-list-item .hotel-info .tour-title.ico-ship {
  background-image: url(/www/images/tour-icon-ship.png);
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .tour-title h1 {
  display: inline;
  color: #004488;
  font-weight: 500;
  font-size: 28px;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .price-block {
  float: right;
  display: block;
  border-left: 0;
  padding-top: 11px;
  width: 250px;
  text-align: right;
  white-space: nowrap;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .price-block .price {
  font-size: 12px;
  color: #004488;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .price-block .price b {
  font-size: 29px;
  padding: 0 0 0 7px;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .detail-list {
  display: table-cell;
  padding-top: 0;
  width: 40%;
  float: none;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .info-block {
  display: table-cell;
  position: static;
  padding: 0;
  width: 75%;
  vertical-align: bottom;
}

.tour-list-2.hotel-page.tour-page .tour-list-item .hotel-info .info-block .tag-icons {
  position: static;
  float: right;
  margin: -6px 25px 0 0;
}

.tour-list-2.hotel-page.tour-page
  .tour-list-item
  .hotel-info
  .info-block
  .tag-icons
  .guide_languages {
  font-size: 20px;
  font-weight: 600;
  color: #048;
  vertical-align: top;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .info-block .tag-icons {
  margin-top: -5px;
  position: absolute;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .info-block .weather {
  float: right;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  margin: -4px 20px 0 0;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .info-block .about-price {
  padding: 0 20px 0 20px;
  border-left: 1px solid grey;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .hotel-info-container {
  /*display: block;*/
  width: 100%;
  clear: both;
  display: table;
}

.wrap.hotel-page .description h2 {
  font-size: 27px;
  color: #004488;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.wrap.hotel-page .description h2:nth-of-type(2) {
  margin-top: 35px;
}

.wrap.hotel-page .description {
  font-size: 14px;
  padding: 25px 0 25px 30px;
  font-weight: 400;
}
.wrap.hotel-page .description ul,
ol {
  margin: 0 0 0 25px;
}
.wrap.hotel-page .description ul li {
  list-style-type: disc;
}
.wrap.hotel-page .description ol li {
  list-style-type: decimal;
}
.wrap.hotel-page.split-up .description {
  box-sizing: border-box;
  width: 58%;
  float: left;
}

.wrap.hotel-page .side-desc {
  padding: 0 0 25px 30px;
}

.wrap.hotel-page.split-up .side-desc {
  width: 40%;
  float: right;
  padding: 25px 0 0 0;
}

.wrap.hotel-page .description table {
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
}

.wrap.hotel-page .description table tr td {
  padding: 0 5px 10px 0;
}

.wrap.hotel-page .description table tr td:last-child {
  padding-right: 0;
}

.wrap.hotel-page .description table tr:last-child td {
  padding-bottom: 0;
}

.wrap.hotel-page .description .read-more {
  text-decoration: underline;
  display: none;
  cursor: pointer;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.wrap.hotel-page .description .desc-holder {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}

.wrap.hotel-page .description .desc-holder.faded {
  margin: 0 0 25px;
}

.wrap.hotel-page .description .desc-holder.faded .fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.wrap.hotel-page .description > b,
.wrap.hotel-page .description span.hotel-page-title {
  margin-top: 20px;
  display: block;
  font-weight: bold;
}

.tour-list-2 .tour-list-item .hotel-info .hotel-title > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: underline;
  color: #004488;
}

.tour-list-2 .tour-list-item .hotel-info .hotel-title .recommended {
  background: url(/www/images/like-icon.png) no-repeat scroll 0 0 transparent;
  width: 24px;
  height: 26px;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  margin: 0 0 0 15px;
}

.tour-list-2 .tour-list-item .hotel-info .hotel-title .best {
  background: url(/www/images/best.png) no-repeat scroll 0 0 transparent;
  width: 21px;
  height: 26px;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  margin: 0 0 0 15px;
}

.tour-list-2 .tour-list-item .hotel-info .hotel-title .top-price {
  background: url(/www/images/topprice.png) no-repeat scroll 0 0 transparent;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  margin: 0 0 0 15px;
}

.tour-list-2 .tour-list-item .hotel-info .hotel-title .recommended + .best {
  margin-left: 5px;
}

.tour-list-2 .tour-list-item .hotel-info .hotel-title .best + .top-price {
  margin-left: 5px;
}

.user-rating {
  line-height: 24px;
  float: right;
  font-weight: normal;
}
.hotel-page .user-rating {
  line-height: 32px;
  color: #7e7e7e;
}
.user-rating.rating-color-green {
  color: #008000;
}
.user-rating.rating-color-yellow {
  color: #fdc800;
}
.user-rating.rating-color-red {
  color: #ff0000;
}
.user-rating .rating-icon {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 14px;
  background: transparent url(/www/images/user-rating-icons.png) no-repeat scroll 0 0;
}
.user-rating.rating-color-green .rating-icon {
  background-position: -14px 0;
}
.user-rating.rating-color-yellow .rating-icon {
  background-position: -28px 0;
}
.user-rating.rating-color-red .rating-icon {
  background-position: -42px 0;
}
.user-rating .rating-val {
  font-size: 17px;
  vertical-align: middle;
  font-weight: bold;
}
.user-rating .vertical-middle {
  font-size: 12px;
}

.user-rating-submit-block {
  margin: 30px 0 15px;
}
.user-rating-submit:focus,
.user-rating-submit:active,
.user-rating-submit {
  background: transparent url(/www/images/user-rating-submit.png) no-repeat scroll 2px 50%;
  line-height: 16px;
  height: 20px;
  padding-left: 32px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #00428c;
  text-decoration: underline;
}
h2 + .user-rating-submit {
  margin-top: 10px;
}

.main-contact-success,
.main-contact-form,
.hotel-review-success,
.hotel-review-form {
  width: 700px;
}
.main-contact-form .col,
.hotel-review-form .col {
  margin-bottom: 8px;
}
.main-contact-form input[type='text'],
.main-contact-form select,
.main-contact-form textarea,
.hotel-review-form input[type='text'],
.hotel-review-form select,
.hotel-review-form textarea {
  width: 100%;
  border: 1px solid #abadb3;
  padding: 3px 4px;
  box-sizing: border-box;
}
.main-contact-form select {
  padding: 2px 4px;
}
.main-contact-form textarea {
  height: 200px;
}

.hotel-review-form .col-right,
.main-contact-form .col-right.text-right {
  padding-right: 5px;
}

.hotel-review-form select {
  padding: 2px 4px;
}

.hotel-review-form .rating-bar {
}
.hotel-review-form .rating-bar.error label > span {
  background-color: pink;
}
.hotel-review-form .rating-bar label {
  float: left;
  width: 20%;
  border: 1px solid #abadb3;
  border-right: medium none;
  box-sizing: border-box;
  height: 26px;
}
.hotel-review-form .rating-bar label.last-of-type {
  border-right: 1px solid #abadb3;
}
.hotel-review-form .rating-bar label input[type='radio'] {
  visibility: hidden;
}
.hotel-review-form .rating-bar label input[type='radio'] + span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 26px;
  font-size: 15px;
}
.hotel-review-form .rating-bar label input[type='radio']:checked + span {
  background-color: #ff7700;
  color: #fff;
}

.tour-list-2 .tour-list-item .hotel-info .hotel-title .top-sale-premium {
  position: absolute;
  right: 8px;
  top: 40px;
}

.tour-list-2 .tour-list-item .hotel-info .tour-title .premium,
.tour-list-2 .tour-list-item .hotel-info .hotel-title .premium,
.tour-list-2 .tour-list-item .hotel-info .tour-title .top-sale,
.tour-list-2 .tour-list-item .hotel-info .hotel-title .top-sale {
  float: right;
  width: 55px;
  height: 54px;
  margin: -3px -3px 0 0;
}

.tour-list-2 .tour-list-item .hotel-info .tour-title .premium,
.tour-list-2 .tour-list-item .hotel-info .hotel-title .premium {
  background: url(/www/images/premium-small.png) no-repeat scroll 0 0 transparent;
}

.tour-list-2 .tour-list-item .hotel-info .tour-title .top-sale,
.tour-list-2 .tour-list-item .hotel-info .hotel-title .top-sale {
  background: url(/www/images/topsale.png) no-repeat scroll 0 0 transparent;
}

.tour-list-2 .tour-list-item .hotel-info .detail-list {
  float: left;
}

.stars {
  background: url(/www/images/star-icon.png) repeat-x scroll 0 0 transparent;
  height: 14px;
  width: 0;
  margin: 5px 0 0 25px;
}

h3 .stars {
  margin: 5px 0 0 15px;
  display: inline-block;
}

.stars.count-1 {
  width: 17px;
}

.stars.count-2 {
  width: 34px;
}

.stars.count-3 {
  width: 51px;
}

.stars.count-4 {
  width: 68px;
}

.stars.count-5 {
  width: 85px;
}

.tour-list-2.hotel-page .tour-list-item .hotel-info .detail-list .location-info {
  font-weight: 400;
  /*text-transform: capitalize;*/
}

.tour-list-2 .tour-list-item .hotel-info .detail-list .location-info {
  background: url(/www/images/location-icon.png) no-repeat scroll 1px 50% transparent;
  height: 16px;
  padding: 0 0 0 25px;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.tour-list-2 .tour-list-item .hotel-info .detail-list .sub-row {
  padding: 0 0 0 25px;
  margin: 5px 0 0;
  white-space: nowrap;
}
.tour-list-2 .tour-list-item .hotel-info .detail-list .date-range {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.tour-list-2 .tour-list-item .hotel-info .detail-list .operator-logos {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.tour-list-2 .tour-list-item .hotel-info .detail-list .operator-logos img {
  height: 19px;
  vertical-align: middle;
}

.tour-list-2 .tour-list-item .hotel-info .info-block {
  bottom: 0;
  position: absolute;
  right: 8px;
}

.tour-list-2 .tour-list-item .hotel-info .info-block .tag-icons,
.grid-hotels-list.hotel-container .offer-details .tag-icons {
  float: left;
  white-space: nowrap;
  margin: 0 25px 0 0;
}

.grid-hotels-list.hotel-container .offer-details .tag-icons {
  margin: 6px 0 0 5px;
}

.tour-list-2 .tour-list-item .hotel-info .info-block .tag-icons .tag-icon,
.tour-list-2 .tour-list-item .hotel-info .info-block .tag-icons .tag-icon,
.grid-hotels-list.hotel-container .offer-details .tag-icons .tag-icon {
  display: inline-block;
  margin: 0 5px 0 0;
}

.tour-list-2 .tour-list-item .hotel-info .info-block .tag-icons .tag-icon.tag-i-visa,
.grid-hotels-list.hotel-container .offer-details .tag-icons .tag-icon.tag-i-visa {
  background: url(/www/images/visa-icon.png) no-repeat scroll 0 0 transparent;
  width: 25px;
  height: 25px;
  vertical-align: bottom;
}

.tour-list-2 .tour-list-item .hotel-info .info-block .tag-icons .tag-icon.tag-i-senior,
.grid-hotels-list.hotel-container .offer-details .tag-icons .tag-icon.tag-i-senior {
  background: url(/www/images/senior-icon.png) no-repeat scroll 0 0 transparent;
  width: 18px;
  height: 18px;
}

.tour-list-2 .tour-list-item .hotel-info .info-block .tag-icons .tag-icon.tag-i-spa {
  background: url(/www/images/spa-icon.png) no-repeat scroll 0 0 transparent;
  width: 28px;
  height: 16px;
}

.tour-list-2 .tour-list-item .hotel-info .info-block .tag-icons .tag-icon.tag-i-with_kids,
.grid-hotels-list.hotel-container .offer-details .tag-icons .tag-icon.tag-i-with_kids {
  background: url(/www/images/with_kids-icon.png) no-repeat scroll 0 0 transparent;
  width: 14px;
  height: 18px;
}

.tour-list-2 .tour-list-item .hotel-info .info-block .tag-icons .tag-icon.tag-i-aquapark {
  background: url(/www/images/aquapark-icon.png) no-repeat scroll 0 0 transparent;
  width: 17px;
  height: 19px;
}

.tour-list-2 .tour-list-item .hotel-info .info-block .about-price {
  float: right;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}

.tour-list-2 .tour-list-item .hotel-info .info-block .about-price .one-person {
  display: inline-block;
  background: url(/www/images/single-person-icon.png) no-repeat scroll 0 0 transparent;
  width: 8px;
  height: 18px;
  margin: -7px 0 0 2px;
  vertical-align: bottom;
}

.tour-list-2 .tour-list-item .price-block {
  display: table-cell;
  border-left: 1px solid #dedede;
  width: 150px;
  box-sizing: border-box;
  padding: 5px 3px 5px 8px;
  text-align: center;
}

.tour-list-2 .tour-list-item .price-block .price {
  font-size: 25px;
  letter-spacing: -0.05em;
  font-weight: 500;
  line-height: 20px;
}
.tour-list-2 .tour-list-item .price-block .price.bolder-red {
  font-weight: bold;
  color: red;
  vertical-align: middle;
}
.tour-list-2 .tour-list-item .price-block .price.bolder-red ~ .high_price {
  font-size: 90%;
  text-decoration: line-through;
  vertical-align: middle;
}

.tour-list-2 .tour-list-item .price-block .price-info {
  font-size: 11px;
  white-space: nowrap;
  font-weight: 500;
}

.tour-list-2 .tour-list-item .price-block .view-button {
  box-sizing: border-box;
  border: 1px solid #d27400;
  background-color: #ec9315;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  padding: 2px 5px;
  width: 80%;
  font-size: 15px;
  font-weight: 400;
  text-shadow: -1px 1px 0 #d27400;
  margin: 7px 0 0;
}

.visas-menu-table .reservation-form {
  margin: 40px 0 30px 0;
  width: 100%;
}

.visas-menu-table .reservation-form form {
  width: 300px;
  margin: 0 auto;
  border: 1px solid #ffc375;
  border-radius: 8px;
  padding: 25px;
  background: #ffe3a5;
}

.visas-menu-table .reservation-form form .field-group {
  margin-top: 10px;
  padding: 3px 0;
}

.visas-menu-table .reservation-form form input,
.visas-menu-table .reservation-form form textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bbb;
  box-sizing: border-box;
}

.visas-menu-table .reservation-form form input[type='submit'] {
  box-sizing: border-box;
  border: 1px solid #d27400;
  background-color: #ec9315;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  padding: 2px 5px;
  /*width: 80%;*/
  font-size: 15px;
  font-weight: 400;
  text-shadow: -1px 1px 0 #d27400;
  margin: 7px 0 0;
}

.reservation-room-select {
  margin-bottom: 16px;
}

.reservation-room-select .col.col-9 {
  margin-top: 40px;
}

.reservation-room-select select.price_add_room {
  margin-left: 9px;
  border: 1px solid #bbb;
  color: #888;
  max-width: 524px;
  width: auto;
  background: #fff url(/www/images/dropdown-arrow.png) no-repeat right 15px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 30px 8px 14px;
  border-radius: 5px;
}

.reservation-room-select h4 {
  font-size: 22px;
  color: #004488;
  font-weight: 400;
  margin: 0 0 10px 18px;
}

.reservation-room-select a.button.add_room {
  color: #004488;
  margin-left: 9px;
  border: 1px solid #004488;
  width: 150px;
  font-size: 19px;
  padding: 6px 20px 9px;
  border-radius: 5px;
  text-align: center;
}

.reservation-room-select a.button.add_room.auto-width {
  width: auto;
}

.reservation-room-select a.button.add_room:hover {
  color: #fff;
  background: #004488;
}

.hotel-gallery-slider {
  width: 1126px;
  height: 190px;
  margin: 15px auto;
  position: relative;
}

.hotel-gallery-slider .flex-viewport {
  overflow: visible !important;
}

.hotel-gallery-slider .slides li {
  margin: 0 4px 0 0;
}

.hotel-gallery-slider .slides li.last {
  margin-right: 0;
}

.hotel-gallery-slider .flex-direction-nav a.flex-next,
.hotel-gallery-slider .flex-direction-nav a.flex-prev {
  top: 75px;
  background: url(/www/images/slider_arrows.png) no-repeat scroll 0 0 transparent;
  width: 27px;
  height: 37px;
}

.hotel-gallery-slider .flex-direction-nav a.flex-prev {
  right: auto;
  left: 5px;
}

.hotel-gallery-slider .flex-direction-nav a.flex-next {
  left: auto;
  right: 5px;
  background-position: -27px 0;
}

/* ---- < ----------- search filter ---------------------------    */
.sf-container .hotels {
  width: 220px;
  margin-bottom: 20px;
}

.sf-container .nights {
  width: 220px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 2px;
  margin-left: -2px;
  height: 24px;
  margin-bottom: 10px;
}

.ch-simple {
  font-size: 10pt !important;
  color: #ffffff !important;
  font-weight: bold !important;
  background: #feb650 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 22px !important;
  height: 21px !important;
  margin: 0 -6px 0 1px !important;
  padding: 3px 0 0 0 !important;
}

.ch-active {
  width: 22px !important;
  height: 21px !important;
  margin: 0 -6px 0 1px !important;
  padding: 0 !important;
  padding-top: 3px !important;
  font-size: 10pt !important;
  color: #ffffff !important;
  font-weight: bold !important;
  background: #ec9315 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

#nights-container {
  background: #ffffff;
  padding: 3px;
  height: 25px;
  border: 1px solid #e2e2e2;
  width: 222px;
}

.sf-container {
  background: #edf1f2;
  display: block;
  float: left;
  width: 235px;
  padding: 0 15px 15px 0;
}

.tour-search .sf-container {
  width: 250px;
}

.sf-container input[type='text'] {
  border: 1px solid rgb(153, 153, 153);
  border-radius: 4px;
  background-color: #fff;
  padding: 3px 7px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 12px;
  height: 30px;
  width: 100%;
}

.sf-container .filter-heading {
  color: #004290;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

.sf-container .option-heading {
  color: #004290;
  margin-top: 10px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.tour-search .filters-div {
  width: 250px !important;
  padding-bottom: 10px !important;
  height: auto !important;
  float: none !important;
}

.filters-div {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 60px !important;
  width: 230px !important;
}

.range-label {
  font-size: 12px;
}

.filters-div .slider-container {
  margin-top: 7px !important;
}

.select-droppdown {
  width: 232px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.ui-selects .ui-widget {
  font-size: 12px !important;
  background: #ffffff;
}

.orange-button {
  color: #ffffff;
  font-size: 12pt;
  width: 110px;
  height: 29px;
  background: #ec9315;
  font-weight: normal;
  text-align: center;
  padding-top: 6px;
  text-shadow: 1px 2px #cb7601;
  cursor: pointer;
  border: 1px solid #cb7601;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: auto;
}

.day-slider,
.price-slider {
  height: 6px !important;
}

/* ---- > --------------------------------------    */

/* Lebels & Radio & Checkbox */

label {
  display: block;
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 13px;
}

label.big {
  font-size: 10pt;
  margin: 0;
}

label.error {
  font-weight: bold;
}

th label {
  margin: 0;
}

input[type='checkbox'] + label {
  display: inline;
}

input[type='checkbox'].styled {
  visibility: hidden;
  position: absolute;
}

input[type='checkbox'].styled + label {
  display: inline-block;
  position: relative;
  z-index: 2;
}

input[type='checkbox'].styled + label img {
  vertical-align: middle;
}

input[type='checkbox'].styled + label:before,
input[type='checkbox'].styled + label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 5px 0 0;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  outline: 0;
}

input[type='checkbox'].styled + label:before {
  background: transparent url(/www/images/radio.png) no-repeat 0 0;
}

/*input[type=checkbox].styled:hover + label:before { background: transparent url(../../www/images/radio_hover.png) no-repeat 0 0; }*/

input[type='checkbox'].styled:checked + label:before,
input[type='checkbox'].styled:checked + label:before {
  background-position: 0 -20px;
}

input[type='checkbox'].styled:disabled + label,
input[type='checkbox'].styled:disabled + label {
  opacity: 0.5;
}

input.styled[type='checkbox'].highlight + label:after {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: -7px;
  width: 28px;
  height: 29px;
  background-color: #c4e272;
  z-index: -1;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

div.dateRangePicker.staticDatePicker {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  border: medium none;
}

div.dateRangePicker {
  font-size: 10pt;
  padding: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

div.dateRangePicker .ui-datepicker {
  width: 100%;
  box-sizing: border-box;
}

.dateRangePicker .ui-state-highlight {
  background-image: none !important;
}

#jrange {
  margin-bottom: 10px;
  margin-top: 3px;
}

.dateRangePicker .date-range-selected > .ui-state-active,
.dateRangePicker .date-range-selected > .ui-state-default {
  background: none no-repeat scroll 0 0 #ec9315;
}

.ui-datepicker-year {
  display: none;
}

.dateRangePicker .ui-datepicker-next .ui-icon {
  background: url(/www/images/next.png) no-repeat left 4px;
}

.dateRangePicker .ui-datepicker-prev .ui-icon {
  background: url(/www/images/prev.png) no-repeat right 4px;
}

.dateRangePicker .ui-datepicker-header {
  background-image: none !important;
  background-color: #e1e6ea !important;
  color: #4c4c4c;
  font-weight: normal;
}

.ui-datepicker-calendar {
  padding: 0 !important;
  margin: 0 !important;
}

.day-range .ui-slider .ui-slider-handle,
.price-range .ui-slider .ui-slider-handle {
  width: 17px;
  height: 14px;
  background: url(/www/images/slider_grabber.png) no-repeat scroll 0 0 transparent;
  overflow: hidden;
  position: absolute;
  top: -4px;
  border-style: none;
}

.ui-corner-all {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.ui-button-text {
  margin: 0 !important;
  padding: 0 0 0 0 !important;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.hotel-filter .people .dk-select {
  width: 100%;
}

.hotel-filter .people .dk-selected {
  border-radius: 0;
}

.form-group[data-price-id='custom'] a[data-action='remove_childs'],
.form-group[data-price-id='custom'] a[data-action='add_childs'] {
  font-size: 15px;
  font-weight: 100;
  color: #004488;
  padding: 2px 7px;
  border-radius: 4px;
  border: 1px solid #79c;
  cursor: pointer;
}

.form-group[data-price-id='custom'] a[data-action='remove_childs']:hover,
.form-group[data-price-id='custom'] a[data-action='add_childs']:hover {
  color: #fff;
  background: #004488;
}

.form-group[data-price-id='custom'] [data-element='child-container'] {
  padding-top: 10px;
}

.tour-list-item.hotel-item .thumbnail-block {
  width: 0;
  visibility: hidden;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tour-list-item.hotel-item:hover .thumbnail-block {
  width: 162px;
  visibility: visible;
  display: table-cell;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tour-list-item.hotel-item:hover .hotel-info.animated {
  padding-left: 10px;
}

/** Tour filter **/
.tour-filter {
  width: 182px;
  position: relative;
}

.tour-filter .orange-button {
  margin-top: 20px;
}

.tour-filter .filter-elem {
  margin: 0 0 4px;
  position: relative;
}

.tour-filter .filter-elem .select-caret {
  width: 11px;
  height: 6px;
  background: transparent url(/www/images/dropdown-arrow.png) no-repeat scroll 0 0;
  position: absolute;
  right: 8px;
  bottom: 11px;
}

.tour-filter .filter-elem .col {
  padding: 0;
  margin: 0;
}

.tour-filter .filter-elem .filter-label {
  font-size: 14px;
  margin-bottom: 3px;
  color: #4c4c4c;
}

.tour-filter .filter-elem.dateFilter {
}

.tour-filter .filter-elem.dateFilter div.dateRangePicker {
  position: relative;
  height: 0;
  padding: 0;
}

.tour-filter .filter-elem.dateFilter div.dateRangePicker .ui-datepicker {
  width: auto;
  position: absolute;
  z-index: 10;
}

.tour-filter .filter-elem.priceFilter,
.tour-filter .filter-elem.dayFilter {
  margin: 10px 0;
}

.tour-filter select,
.tour-filter input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  padding: 4px 7px;
  font-size: 14px;
  height: 30px;
  text-overflow: ellipsis;
}

.tour-filter input {
}

.tour-filter select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 23px;
}

/*** **/
.tour-search .sf-container {
  display: none !important;
}

.tour-filter input.filter-input-icon {
  padding-left: 29px;
  background: #fff none no-repeat 3px 50%;
}

.tour-filter div.filter-input-icon + select {
  padding-left: 29px;
  background: #fff url(/www/images/dropdown-arrow.png) no-repeat scroll right 50%;
  /*background: #fff none no-repeat 3px 50%;*/
}

div.filter-input-icon {
  width: 29px;
  height: 28px;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 0;
  background: #fff none no-repeat 50% 50%;
}

.tour-filter .filter-input-icon.date-icon {
  background-image: url(/www/images/tour-filter-icon-calendar.png);
}

.tour-filter .filter-input-icon.hotel-icon {
  background-image: url(/www/images/tour-filter-icon-hotel.png);
}

.tour-filter .filter-input-icon.takeoff-icon {
  background-image: url(/www/images/tour-filter-icon-takeoff.png);
}

.tour-filter .filter-input-icon.region-icon {
  background-image: url(/www/images/tour-filter-icon-region.png);
}

.tour-filter .filter-input-icon.country-icon {
  background-image: url(/www/images/tour-filter-icon-country.png);
}

.tour-filter .filter-input-icon.stars-icon {
  background-image: url(/www/images/tour-filter-icon-stars.png);
}

.tour-filter .filter-input-icon.pansion-icon {
  background-image: url(/www/images/tour-filter-icon-pansion.png);
}

.tour-filter .filter-input-icon.adults-icon {
  background-image: url(/www/images/tour-filter-icon-adults.png);
}

.tour-filter .filter-input-icon.children-icon {
  background-image: url(/www/images/tour-filter-icon-children.png);
}

.tour-filter .filter-input-icon.tour_type-icon {
  background-image: url(/www/images/tour-filter-icon-tour_type.png);
}

form.online-reservation {
}

form.online-reservation #roomAddToggle {
  padding: 0 20px 10px;
  font-weight: 300;
  font-size: 18px;
}

form.online-reservation #roomAddToggle a {
  color: #048;
}

form.online-reservation #roomAddToggle a:hover {
  text-decoration: underline;
}

form.online-reservation #roomAdd {
  padding: 0 20px 30px;
  display: none;
}

form.online-reservation #roomAdd select {
  border: 1px solid #c0c0c0;
  width: 100%;
  background: #fff url(/www/images/dropdown-arrow.png) no-repeat scroll right 12px;
  font-size: 15px;
  color: #444;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 5px 22px 5px 5px;
}

form.online-reservation #roomAdd button {
  border: 1px solid #f60;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 10px;
  width: 100%;
  line-height: 26px;
  color: #fff;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
  background: #fc9753 none repeat scroll 0 0;
  text-shadow: 1px 1px 2px #643;
}

form.online-reservation #roomAdd select[disabled] {
  background-color: #e4e4e4;
  color: #848484;
}

form.online-reservation #roomAdd button[disabled] {
  border-color: #c0c0c0;
  background-color: #e4e4e4;
  color: #848484;
  text-shadow: none;
}

form.online-reservation #reservationList {
  margin: 20px 0 0;
  padding: 20px;
}

form.online-reservation #reservationList .celotajs {
  margin-bottom: 20px;
}

form.online-reservation #reservationList .celotajs > .content-cols {
  margin-bottom: 10px;
}

form.online-reservation .req {
  color: #f70;
}

form.online-reservation #reservationList .celotajs a[data-remove-room] {
  display: inline-block;
  margin-left: 20px;
}

form.online-reservation #reservationList .celotajs a[data-remove-room]:hover {
  color: #f50000;
}

form.online-reservation #reservationList .celotajs a[data-remove-room] .ix {
  font-size: 30px;
  vertical-align: bottom;
  line-height: 16px;
}

form.online-reservation #reservationList .celotajs h2 {
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 20px;
  color: #048;
}

form.online-reservation #reservationList .celotajs h2 small {
  font-size: 65%;
}

form.online-reservation #reservationList .celotajs select {
  border: 1px solid #c0c0c0;
  width: 100%;
  background: #ffffff url(/www/images/dropdown-arrow.png) no-repeat scroll right 11px;
  font-size: 14px;
  box-sizing: border-box;
  color: #444;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 3px 22px 2px 5px;
}

form.online-reservation .wrap.reservation-form .form-group input,
form.online-reservation .wrap.reservation-form .form-group textarea,
form.online-reservation #reservationList .celotajs input[type='text'] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 3px 5px;
  border-radius: 0;
}

form.online-reservation .wrap.reservation-form .form-group input,
form.online-reservation .wrap.reservation-form .form-group textarea {
  margin: 0 30px 18px 0;
}

form.online-reservation .wrap.reservation-form .form-group input {
  width: 288px;
}

form.online-reservation .wrap.reservation-form .form-group textarea {
  width: 610px;
}

form.online-reservation .wrap.reservation-form .form-group input.cols3,
form.online-reservation .wrap.reservation-form .form-group textarea.cols3 {
  width: 180px;
}

.reservation-done {
  padding: 40px 0;
}

.online-hotels-caption {
  margin: 2px 0 4px;
}

.online-hotels-list {
  margin: 0 0 24px;
}
/*.grid-hotels-list {
    margin: 0;
}*/

.online-hotels-list .hotel-container,
.grid-hotels-list.hotel-container {
  width: 391px;
  margin-bottom: 8px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  box-sizing: border-box;
}

.online-hotels-list .hotel-container:hover,
.grid-hotels-list.hotel-container:hover {
  outline: 1px solid #fc6603;
}

.online-hotels-list .hotel-container.nth2,
.grid-hotels-list.hotel-container.nth2,
.grid-hotels-list.hotel-container:nth-child(2n-1) {
  margin-right: 8px;
}

.online-hotels-list .hotel-container .top-info,
.grid-hotels-list.hotel-container .top-info {
  padding: 5px 10px 7px;
}

.online-hotels-list .hotel-container .top-info .hotel-title,
.grid-hotels-list.hotel-container .top-info .hotel-title {
  background: transparent url(/www/images/hotel-icon.png) no-repeat scroll 0 4px;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0 25px;
}
.grid-hotels-list.hotel-container.tour-grid-item .top-info .hotel-title {
  padding: 0;
  background-image: none;
}
.grid-hotels-list.hotel-container.tour-grid-item .top-info .hotel-title .tour-type-icon {
  height: 20px;
}

.online-hotels-list .hotel-container .top-info .hotel-title a,
.grid-hotels-list.hotel-container .top-info .hotel-title a {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: underline;
  color: #048;
}

.online-hotels-list .hotel-container .top-info .about-info,
.grid-hotels-list.hotel-container .top-info .about-info {
  margin: 5px 0 0;
}

.online-hotels-list .hotel-container .top-info .about-info .location-info,
.grid-hotels-list.hotel-container .top-info .about-info .location-info {
  float: left;
  background: transparent url(/www/images/location-icon.png) no-repeat scroll 1px 50%;
  height: 16px;
  padding: 0 0 0 25px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.online-hotels-list .hotel-container .top-info .about-info .date-info,
.grid-hotels-list.hotel-container .top-info .about-info .date-info {
  float: right;
  font-size: 14px;
  line-height: 16px;
}

.online-hotels-list .hotel-container .relative .tags-block,
.grid-hotels-list.hotel-container .relative .tags-block {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.online-hotels-list .hotel-container .relative .tags-block .top-sale,
.grid-hotels-list.hotel-container .relative .tags-block .top-sale {
  float: left;
  width: 55px;
  height: 54px;
  background: transparent url(/www/images/topsale.png) no-repeat scroll 0 0;
}

.online-hotels-list .hotel-container .relative .tags-block .premium,
.grid-hotels-list.hotel-container .relative .tags-block .premium {
  float: left;
  width: 55px;
  height: 54px;
  background: transparent url(/www/images/premium-small.png) no-repeat scroll 0 0;
}

.grid-hotels-list.hotel-container .relative .tags-block .small-tags {
  background-color: #ffffff;
  padding: 9px;
  border-radius: 30px;
  float: left;
  margin-left: 5px;
}

.grid-hotels-list.hotel-container .relative .tags-block .small-tags .recommended {
  background: url(/www/images/like-icon.png) no-repeat scroll 0 0 transparent;
  width: 24px;
  height: 26px;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  margin: 0;
}

.grid-hotels-list.hotel-container .relative .tags-block .small-tags .best {
  background: url(/www/images/best.png) no-repeat scroll 0 0 transparent;
  width: 21px;
  height: 26px;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  margin: 0;
}

.grid-hotels-list.hotel-container .relative .tags-block .small-tags .top-price {
  background: url(/www/images/topprice.png) no-repeat scroll 0 0 transparent;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  margin: 0;
}

.grid-hotels-list.hotel-container .relative .tags-block .small-tags .recommended + .best {
  margin-left: 15px;
}

.grid-hotels-list.hotel-container .relative .tags-block .small-tags .best + .top-price {
  margin-left: 15px;
}

.online-hotels-list .hotel-container .relative .image-effect,
.grid-hotels-list.hotel-container .relative .image-effect {
  height: 180px;
}

.online-hotels-list .hotel-container .operator-logos,
.grid-hotels-list.hotel-container .operator-logos {
  position: absolute;
  left: 10px;
  bottom: 20px;
  z-index: 1;
}
.online-hotels-list .hotel-container .operator-logos img,
.grid-hotels-list.hotel-container .operator-logos img {
  height: 19px;
  vertical-align: middle;
  border: 2px solid white;
  border-radius: 2px;
  background-color: white;
}

.online-hotels-list .hotel-container .price-block,
.grid-hotels-list.hotel-container .price-block {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.online-hotels-list .hotel-container .discount-block,
.tour-info.hotel-specific .discount-block,
.grid-hotels-list.hotel-container .discount-block {
  position: absolute;
  z-index: 5;
  color: #000000;
  right: 0;
  bottom: 8px;
  padding: 3px 6px;
  background-color: rgba(249, 249, 2, 0.8);
  font-size: 18px;
  line-height: 28px;
}
.tour-info.hotel-specific .discount-block {
  bottom: 17px;
}
.online-hotels-list .hotel-container .discount-block b,
.tour-info.hotel-specific .discount-block b,
.grid-hotels-list.hotel-container .discount-block b {
  font-size: 22px;
  color: red;
  font-weight: normal;
}
.tour-info.hotel-specific .operator-logos ~ .discount-block {
  bottom: 55px !important;
}
.online-hotels-list .hotel-container .discount-block ~ .operator-logos,
.online-hotels-list .hotel-container .discount-block ~ .price-block,
.grid-hotels-list.hotel-container .discount-block ~ .operator-logos,
.grid-hotels-list.hotel-container .discount-block ~ .price-block {
  bottom: 51px;
}

.online-hotels-list .hotel-container .price-block .price-holder,
.grid-hotels-list.hotel-container .price-block .price-holder {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
  text-align: right;
  padding: 5px 15px 5px 25px;
}

.online-hotels-list .hotel-container .price-block .price-holder .caption,
.grid-hotels-list.hotel-container .price-block .price-holder .caption {
  line-height: 15px;
  font-size: 14px;
  display: block;
}

.online-hotels-list .hotel-container .price-block .price-holder .price,
.grid-hotels-list.hotel-container .price-block .price-holder .price {
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 3px;
}
.online-hotels-list .hotel-container .price-block .price-holder .price.with-discount,
.grid-hotels-list.hotel-container .price-block .price-holder .price.with-discount {
}
.online-hotels-list .hotel-container .price-block .price-holder .price.with-discount .old_price,
.grid-hotels-list.hotel-container .price-block .price-holder .price.with-discount .old_price {
  font-weight: normal;
  font-size: 18px;
  text-decoration: line-through;
  vertical-align: middle;
  line-height: 13px;
}
.online-hotels-list .hotel-container .price-block .price-holder .price.with-discount .old_price i,
.grid-hotels-list.hotel-container .price-block .price-holder .price.with-discount .old_price i {
  font-size: 13px;
  font-style: normal;
}
.online-hotels-list .hotel-container .price-block .price-holder .price.with-discount .new_price,
.grid-hotels-list.hotel-container .price-block .price-holder .price.with-discount .new_price {
  vertical-align: middle;
}
.grid-hotels-list.hotel-container
  .price-block
  .price-holder
  .price.with-discount
  .old_price
  ~ .new_price {
  font-weight: bold;
  color: red;
}

.online-hotels-list .hotel-container .price-block .price-holder .price-info,
.grid-hotels-list.hotel-container .price-block .price-holder .price-info {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}

.online-hotels-list .hotel-container .price-block .price-holder .price-info .inline-person,
.grid-hotels-list.hotel-container .price-block .price-holder .price-info .inline-person {
  display: inline-block;
  background: transparent url(/www/images/single-person-icon.png) no-repeat scroll 0 0;
  width: 8px;
  height: 18px;
  margin: -7px 0 0 2px;
  vertical-align: bottom;
}

.online-hotels-list .hotel-container .bottom-info,
.grid-hotels-list.hotel-container .bottom-info {
  padding: 8px;
}

.online-hotels-list .hotel-container .offer-details,
.grid-hotels-list.hotel-container .offer-details {
  line-height: 16px;
  font-size: 13px;
}

.online-hotels-list .hotel-container .view-button,
.grid-hotels-list.hotel-container .view-button {
  box-sizing: border-box;
  border: 1px solid #d27400;
  background-color: #ec9315;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  padding: 2px 25px;
  width: auto;
  font-size: 18px;
  font-weight: 400;
  text-shadow: -1px 1px 0 #d27400;
}

input.text-input,
select.select-input,
textarea.textarea-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #989898;
}

.paragraph {
  padding-bottom: 17px;
}

.text-input-label {
  line-height: 26px;
}

.at-modal.modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  z-index: 10000;
}

.at-modal.modal-container {
  display: block;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
}

.at-modal.modal-window {
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  text-align: left;
}

.at-modal.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  background: transparent url(/www/images/at-modal-close.png) no-repeat scroll 0 0;
}

.at-modal.modal-content {
  padding: 15px 30px;
}

.at-modal .orange-button {
  padding: 0;
}

#groupDatePicker .ui-datepicker {
  width: 100%;
  font-size: 13px;
  padding-bottom: 3px;
}

.ui-datepicker td.ui-datepicker-start-day > a,
.ui-datepicker td.ui-datepicker-start-day > a.ui-state-active {
  background: #ff7700 none no-repeat scroll 0 0 !important;
}
.ui-datepicker td.ui-datepicker-hover-day.ui-datepicker-period-hover > a/*,
.ui-datepicker td.ui-datepicker-hover-day > a.ui-state-hover*/ {
  background: #ff8833 none no-repeat scroll 0 0 !important;
}

.reset span {
  display: inline;
}
.reset a {
  color: #00f;
  text-decoration: underline;
}

.reset table tr td {
  padding: 0;
}

#hotelViewers {
  display: none;
  background-color: skyblue;
  border-radius: 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#hotelViewers > div {
  padding: 20px;
  position: relative;
}
#hotelViewers > div > a {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  line-height: 15px;
  font-size: 30px;
  color: #0e5877;
}
