body {
  background: url("../images/bg.jpg") no-repeat top center fixed;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  color: #FB8101; }

span.red {
  color: red; }

.left-inner-addon {
  position: relative; }

.left-inner-addon input {
  padding-left: 30px; }

.left-inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none; }

.right-inner-addon {
  position: relative; }

.right-inner-addon input {
  padding-right: 30px; }

.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none; }

.ajax_loader {
  background: url("../images/spinner_squares_circle.gif") no-repeat center center transparent;
  width: 100%;
  height: 100%; }

.tooltip-inner {
  background-color: #5cb85c; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #5cb85c; }
.tooltip.top .tooltip-arrow {
  border-top-color: #5cb85c; }
.tooltip.right .tooltip-arrow {
  border-right-color: #5cb85c; }
.tooltip.left .tooltip-arrow {
  border-left-color: #5cb85c; }

ul.menu li {
  display: inline-block; }
  ul.menu li.active {
    font-weight: bold; }

#subscribe-form, #unsubscribe-form {
  margin: 8px 12px; }
  #subscribe-form.has-error input[type="text"], #unsubscribe-form.has-error input[type="text"] {
    border-color: #A94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }
    #subscribe-form.has-error input[type="text"]:focus, #unsubscribe-form.has-error input[type="text"]:focus {
      border-color: #843534;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483; }
	  #subscribe-form .check{
		  overflow: hidden; height: 0px; weight: 0px; display: inline-block;
	  }
  #subscribe-form input[type="text"], #unsubscribe-form input[type="text"] {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background: url("../images/subscribe-icon.png") no-repeat 3px 1px;
    padding-left: 35px;
    width: 190px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #CCCCCC; }
    #subscribe-form input[type="text"]:focus, #unsubscribe-form input[type="text"]:focus {
      color: #555555;
      font-size: 14px;
      border-color: #66AFE9;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
      outline: 0 none;
      transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
      line-height: 1.42857; }

.navbar {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, whitesmoke 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, whitesmoke 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, whitesmoke 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, whitesmoke 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, whitesmoke 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border: none;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2); }

.footer-wrp {
  position: relative; }

.footer-region {
  position: absolute;
  top: 0px;
  right: 0px; }
  .footer-region #subscription-block {
    display: inline-block; }
  .footer-region #subscription {
    margin: 8px 12px; }
    .footer-region #subscription input[type="text"] {
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      border-radius: 14px;
      background: url("../images/subscribe-icon.png") no-repeat 3px 1px;
      padding-left: 35px;
      width: 190px;
      display: inline-block;
      height: 30px;
      vertical-align: middle; }
  .footer-region #facebook-share {
    margin: 8px 12px;
    padding-left: 35px;
    position: relative;
    display: inline-block; }
    .footer-region #facebook-share:before {
      background: url("../images/facebook-icon.png") no-repeat scroll 3px 1px rgba(0, 0, 0, 0);
      content: "";
      display: inline-block;
      height: 28px;
      left: 0;
      position: absolute;
      top: 0;
      width: 28px; }

.btn-rounded {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  line-height: 1.329;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #cccccc 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(99%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #cccccc 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #cccccc 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #cccccc 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #cccccc 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
  /* IE6-9 */
  font-size: 12px;
  border: 1px solid #ccc;
  text-shadow: -1px 1px 0px #FFFFFF; }

a.glyphicon {
  cursor: pointer; }
  a.glyphicon:hover {
    text-decoration: none; }

.glyphicon-info-sign {
  font-size: 85%;
  color: #5cb85c; }
  .glyphicon-info-sign:hover {
    color: #3c763d; }

h1.page-title {
  color: #FC9C00;
  padding: 5px 0px;
  border-bottom: 2px solid #F5F5F5; }

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

.view-more {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin: 5px 0px; }

.box {
  padding: 8px;
  border: 1px solid #ccc;
  display: block;
  margin-top: 16px;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff; }
  .box .title {
    position: relative;
    top: -25px;
    background: #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding: 6px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2), -1px -1px rgba(100, 100, 100, 0.3); }
  .box .content {
    margin-top: -20px;
    padding: 10px; }
  .box a.btn.btn-rounded {
    color: #333; }

.green.box {
  border: 1px solid green; }
  .green.box .title {
    border: 1px solid #4EA31D;
    background: #73ba00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #73ba00 0%, #298f01 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73ba00), color-stop(100%, #298f01));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #73ba00 0%, #298f01 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #73ba00 0%, #298f01 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #73ba00 0%, #298f01 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #73ba00 0%, #298f01 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73ba00', endColorstr='#298f01', GradientType=0);
    /* IE6-9 */ }
  .green.box .btn-primary {
    background-color: #73ba00;
    border-color: #4EA31D;
    color: #FFFFFF; }
.green .view-more {
  background: url("../images/view-more-arr-green.png") no-repeat right top;
  padding-right: 25px;
  color: green; }

.orange.box {
  border: 1px solid #ffb114; }
  .orange.box .title {
    border: 1px solid #FF8400;
    background: #ffb114;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb114 0%, #ff8400 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb114), color-stop(100%, #ff8400));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb114 0%, #ff8400 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb114 0%, #ff8400 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb114 0%, #ff8400 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb114 0%, #ff8400 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb114', endColorstr='#FF8400', GradientType=0);
    /* IE6-9 */ }
  .orange.box .btn-primary {
    background-color: #ffb114;
    border-color: #FF8400;
    color: #FFFFFF; }
.orange .view-more {
  background: url("../images/view-more-arr-orange.png") no-repeat right top;
  padding-right: 25px;
  color: orange; }

.red.box {
  border: 1px solid #ff6d27; }
  .red.box .title {
    border: 1px solid #ff372a;
    background: #ff6d27;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff6d27 0%, #ff372a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6d27), color-stop(100%, #ff372a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff6d27 0%, #ff372a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff6d27 0%, #ff372a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff6d27 0%, #ff372a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff6d27 0%, #ff372a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d27', endColorstr='#ff372a', GradientType=0);
    /* IE6-9 */ }
  .red.box .btn-primary {
    background-color: #ff6d27;
    border-color: #ff372a;
    color: #FFFFFF; }
.red .view-more {
  background: url("../images/view-more-arr-orange.png") no-repeat right top;
  padding-right: 25px;
  color: orange; }

header .container {
  padding-top: 10px;
  background: #fff;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #FFB114; }
  header .container #logo img {
    margin-bottom: 15px; }
  header .container #lang-nav {
    position: absolute;
    right: 20px;
    top: 10px; }
    header .container #lang-nav a {
      color: #4FA120; }
  header .container #call-us {
    color: #fff;
    position: absolute;
    right: 16px;
    display: inline-block;
    top: 36px;
    padding: 12px 38px;
    border: 1px solid #ffb114;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 8px;
    text-align: right;
    line-height: 17px;
    font-size: 18px;
    font-weight: bold;
    background: #ffb114;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb114 0%, #ff8400 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb114), color-stop(100%, #ff8400));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb114 0%, #ff8400 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb114 0%, #ff8400 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb114 0%, #ff8400 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb114 0%, #ff8400 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb114', endColorstr='#FF8400', GradientType=0);
    /* IE6-9 */ }
    header .container #call-us a {
      color: #fff; }
    header .container #call-us div {
      line-height: 22px; }
    header .container #call-us .phone {
      margin-left: 10px;
      font-weight: normal;
      font-size: 13px; }
    header .container #call-us .office .phone {
      font-size: 20px; }

.ui-datepicker select {
  color: #555555; }
  .ui-datepicker select option {
    color: #555555; }
.ui-datepicker .highlighted a {
  color: #fff;
  border: 1px solid #4EA31D;
  background: #73ba00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #73ba00 0%, #298f01 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73ba00), color-stop(100%, #298f01));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #73ba00 0%, #298f01 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #73ba00 0%, #298f01 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #73ba00 0%, #298f01 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #73ba00 0%, #298f01 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73ba00', endColorstr='#298f01', GradientType=0);
  /* IE6-9 */ }
  .ui-datepicker .highlighted a:hover {
    border: 1px solid #ffb114;
    background: #ffb114;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb114 0%, #f57600 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb114), color-stop(100%, #f57600));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb114 0%, #f57600 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb114 0%, #f57600 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb114 0%, #f57600 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffb114 0%, #f57600 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb114', endColorstr='#f57600', GradientType=0);
    /* IE6-9 */ }

#quick-search-box {
  position: absolute;
  z-index: 1;
  left: 40px;
  top: 30px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  width: 315px; }
  #quick-search-box .field-destination select *.country {
    font-weight: bold; }
  #quick-search-box .field-destination select *.resort {
    margin-left: 10px;
    font-size: 90%; }
  #quick-search-box .field-departure_day {
    display: inline-block;
    float: left; }
    #quick-search-box .field-departure_day input {
      width: 100px;
      display: inline-block;
      margin: 0px;
      margin-right: 15px; }
    #quick-search-box .field-departure_day img {
      display: inline-block; }
  #quick-search-box .field-days_range {
    width: 145px;
    padding-left: 5px;
    display: inline-block; }
    #quick-search-box .field-days_range input {
      width: 65px;
      display: inline-block;
      margin: 0 5px; }
  #quick-search-box .actions {
    text-align: right; }

#slider-block {
  position: relative;
  padding: 0px;
  margin-bottom: 15px;
  height: 416px; }
  #slider-block #slider-info-block {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
    padding: 5px;
    max-width: 720px; }
    #slider-block #slider-info-block .bg {
      position: absolute;
      left: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background-color: #fff;
      opacity: 0.75; }
    #slider-block #slider-info-block span, #slider-block #slider-info-block a {
      opacity: 1;
      color: #4FA120; }
    #slider-block #slider-info-block .slider-title {
      position: relative;
      z-index: 1;
      font-size: 60px;
      display: block;
      line-height: 53px;
      padding: 10px 15px;
      font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #slider-block #slider-info-block .slider-short-content {
      position: relative;
      z-index: 1;
      font-size: 25px;
      display: block;
      line-height: 27px;
      font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 10px 15px; }
  #slider-block #contact-block {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #2bd3fc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2bd3fc 0%, #2aaefa 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bd3fc), color-stop(100%, #2aaefa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2bd3fc 0%, #2aaefa 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2bd3fc 0%, #2aaefa 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2bd3fc 0%, #2aaefa 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2bd3fc 0%, #2aaefa 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bd3fc', endColorstr='#2aaefa', GradientType=0);
    /* IE6-9 */
    z-index: 1;
    -webkit-border-radius: 30px;
    -webkit-border-bottom-right-radius: 170px;
    -moz-border-radius: 30px;
    -moz-border-radius-bottomright: 170px;
    border-radius: 30px;
    border-bottom-right-radius: 170px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    padding: 30px;
    padding-right: 60px; }
    #slider-block #contact-block span, #slider-block #contact-block a {
      color: #fff; }
    #slider-block #contact-block .text1 {
      font-size: 24px;
      display: block;
      line-height: 18px;
      font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #slider-block #contact-block .text2 {
      font-size: 40px;
      display: block;
      line-height: 38px;
      font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #slider-block #contact-block .text3 {
      font-size: 40px;
      line-height: 38px;
      font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #slider-block #contact-block .text4 {
      font-size: 20px;
      display: block;
      line-height: 18px;
      font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #slider-block #slider-wrp ul, #slider-block #slider-wrp li {
    margin: 0px;
    padding: 0px; }
  #slider-block #slider-wrp #slider li {
    display: none; }
  #slider-block #slider-wrp .bx-wrapper {
    margin: 0 auto 20px; }
    #slider-block #slider-wrp .bx-wrapper .bx-viewport {
      background: none;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      left: 0px; }
      #slider-block #slider-wrp .bx-wrapper .bx-viewport li img {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
  #slider-block #slider-wrp #slider-pager {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    #slider-block #slider-wrp #slider-pager a {
      cursor: pointer;
      color: #fff;
      font-size: 11px;
      padding: 2px 6px;
      text-decoration: none;
      border: 1px solid #4EA31D;
      background: #73ba00;
      /* Old browsers */
      background: -moz-linear-gradient(top, #73ba00 0%, #298f01 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73ba00), color-stop(100%, #298f01));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #73ba00 0%, #298f01 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #73ba00 0%, #298f01 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #73ba00 0%, #298f01 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #73ba00 0%, #298f01 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73ba00', endColorstr='#298f01', GradientType=0);
      /* IE6-9 */
      -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
      -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
      box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5); }
    #slider-block #slider-wrp #slider-pager a.active {
      border: 1px solid #ffb114;
      background: #ffb114;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffb114 0%, #f57600 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb114), color-stop(100%, #f57600));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #ffb114 0%, #f57600 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ffb114 0%, #f57600 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ffb114 0%, #f57600 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #ffb114 0%, #f57600 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb114', endColorstr='#f57600', GradientType=0);
      /* IE6-9 */ }

.container {
  background: #fff; }

.main .container {
  padding-top: 15px; }
  .main .container #news-block {
    background: #C1EBBC;
    padding: 15px 0px;
    padding-top: 20px;
    margin: 0 -15px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0px 5px 0px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 5px 0px -2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 5px 0px -2px rgba(0, 0, 0, 0.05); }
    .main .container #news-block .bx-wrapper {
      margin: 0 auto 20px; }
      .main .container #news-block .bx-wrapper .bx-viewport {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        left: 0px; }
      .main .container #news-block .bx-wrapper .bx-controls-auto {
        bottom: -25px; }
      .main .container #news-block .bx-wrapper .bx-prev {
        left: -35px; }
      .main .container #news-block .bx-wrapper .bx-next {
        right: -35px; }
      .main .container #news-block .bx-wrapper .bx-pager.bx-default-pager a {
        background: #4EA31D; }
        .main .container #news-block .bx-wrapper .bx-pager.bx-default-pager a.active {
          background: #FFB114; }
    .main .container #news-block #news-slider {
      margin: 0px;
      padding: 0px; }
      .main .container #news-block #news-slider li {
        margin: 0px;
        padding: 0px; }
        .main .container #news-block #news-slider li .news-item {
          margin: 1px 1px 3px;
          position: relative;
          background: #f4f4f4;
          /* Old browsers */
          background: -moz-linear-gradient(top, #f4f4f4 0%, white 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, white));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #f4f4f4 0%, white 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #f4f4f4 0%, white 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, #f4f4f4 0%, white 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, #f4f4f4 0%, white 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
          /* IE6-9 */
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21);
          -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21);
          box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21);
          height: 222px; }
          .main .container #news-block #news-slider li .news-item img {
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px; }
          .main .container #news-block #news-slider li .news-item .view-more {
            bottom: 15px;
            right: 20px;
            position: absolute; }
          .main .container #news-block #news-slider li .news-item .content {
            padding: 5px 15px 15px;
            overflow: hidden;
            height: 76px; }
            .main .container #news-block #news-slider li .news-item .content .title {
              display: block;
              text-decoration: none;
              margin: 5px 0px;
              color: #4AA302;
              font-size: 14px;
              font-weight: normal;
              line-height: 17px;
              margin-bottom: 10px; }
              .main .container #news-block #news-slider li .news-item .content .title:hover {
                text-decoration: underline; }
            .main .container #news-block #news-slider li .news-item .content .text {
              margin-bottom: 10px;
              font-size: 12px; }
  .main .container #map-block .content {
    height: 240px;
    padding: 0px;
    margin: -4px;
    margin-top: -20px; }
    .main .container #map-block .content iframe {
      -webkit-border-bottom-right-radius: 8px;
      -webkit-border-bottom-left-radius: 8px;
      -moz-border-radius-bottomright: 8px;
      -moz-border-radius-bottomleft: 8px;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
  .main .container #recommend-cat-block ul, .main .container #recommend-cat-block li, .main .container #static-content-block ul, .main .container #static-content-block li {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .main .container #recommend-cat-block li, .main .container #static-content-block li {
    float: left;
    margin-right: 20px; }
  .main .container #recommend-cat-block li:nth-child(3),
  .main .container #recommend-cat-block li:nth-child(6),
  .main .container #recommend-cat-block li:nth-child(9),
  .main .container #recommend-cat-block li:nth-child(12),
  .main .container #recommend-cat-block li:nth-child(15), .main .container #static-content-block li:nth-child(3),
  .main .container #static-content-block li:nth-child(6),
  .main .container #static-content-block li:nth-child(9),
  .main .container #static-content-block li:nth-child(12),
  .main .container #static-content-block li:nth-child(15) {
    margin-right: 0px; }
  .main .container #recommend-cat-block .block-item, .main .container #static-content-block .block-item {
    margin: 1px 1px 3px;
    margin-bottom: 20px;
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21); }
    .main .container #recommend-cat-block .block-item .content, .main .container #static-content-block .block-item .content {
      position: relative;
      width: 267px;
      height: 192px; }
      .main .container #recommend-cat-block .block-item .content img, .main .container #static-content-block .block-item .content img {
        position: absolute;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
      .main .container #recommend-cat-block .block-item .content .title, .main .container #static-content-block .block-item .content .title {
        position: absolute;
        bottom: 0px;
        display: block;
        color: #fff;
        width: 100%;
        padding: 8px 15px;
        font-size: 18px;
        font-weight: bold;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.1)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#1a000000', GradientType=0);
        /* IE6-9 */
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px; }
  .main .container #recommend-cat-block .block-item .content .title {
    background: -moz-linear-gradient(top, rgba(255, 177, 20, 0.9) 0%, rgba(255, 132, 0, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 177, 20, 0.9)), color-stop(100%, rgba(255, 132, 0, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 177, 20, 0.9) 0%, rgba(255, 132, 0, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 177, 20, 0.9) 0%, rgba(255, 132, 0, 0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 177, 20, 0.9) 0%, rgba(255, 132, 0, 0.5) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 177, 20, 0.9) 0%, rgba(255, 132, 0, 0.5) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffb114', endColorstr='#80ff8400',GradientType=0 );
    /* IE6-9 */
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2), -1px -1px rgba(100, 100, 100, 0.1); }
  .main .container #static-content-block .block-item .content .title {
    background: -moz-linear-gradient(top, rgba(115, 186, 0, 0.9) 0%, rgba(41, 143, 1, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(115, 186, 0, 0.9)), color-stop(100%, rgba(41, 143, 1, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(115, 186, 0, 0.9) 0%, rgba(41, 143, 1, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(115, 186, 0, 0.9) 0%, rgba(41, 143, 1, 0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(115, 186, 0, 0.9) 0%, rgba(41, 143, 1, 0.5) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(115, 186, 0, 0.9) 0%, rgba(41, 143, 1, 0.5) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e673ba00', endColorstr='#80298f01',GradientType=0 );
    /* IE6-9 */
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2), -1px -1px rgba(100, 100, 100, 0.1); }

footer .container .info-block {
  padding: 10px 0px 30px; }
  footer .container .info-block .copyright {
    font-size: 12px;
    float: left; }
  footer .container .info-block .developer {
    float: right;
    font-size: 12px; }

#tour-search .content a {
  display: block; }
#tour-search .content label + div {
  padding-bottom: 10px;
  border-bottom: 2px solid #F5F5F5;
  margin-bottom: 10px; }

#search-results {
  position: relative; }
  #search-results .search-results-data {
    min-height: 400px; }
    #search-results .search-results-data .country-row h2 a {
      margin-left: 8px; }
    #search-results .search-results-data .country-row .resort-row h3 a {
      margin-left: 8px; }
  #search-results #search-control {
    position: absolute;
    left: 0px;
    bottom: 10px; }
  #search-results #search-results-pagination {
    text-align: center;
    margin-bottom: 20px; }
    #search-results #search-results-pagination .pagination {
      margin: 0 auto; }
  #search-results #nav-control {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%; }
    #search-results #nav-control a span {
      margin-right: 10px; }
    #search-results #nav-control .back {
      position: absolute;
      left: 0px; }
    #search-results #nav-control .up {
      position: absolute;
      right: 0px; }

.flights-box {
  white-space: nowrap;
  font-size: 100%;
  display: inline-block; }
  .flights-box .glyphicon {
    margin-right: 0.2em;
    font-size: 90%; }

.flights-search #search-results .resort-row {
  margin-bottom: 20px; }
  .flights-search #search-results .resort-row td.date {
    padding: 0px;
    width: 220px; }
    .flights-search #search-results .resort-row td.date .is_hot_value {
      position: relative;
      top: 0px;
      left: 0px;
      display: inline-block;
      width: 47px;
      height: 48px;
      float: left;
      margin-right: -10px; }
    .flights-search #search-results .resort-row td.date .date-wrp {
      display: inline-block;
      float: left;
      padding: 8px; }
  .flights-search #search-results .resort-row .price {
    text-align: right; }
  .flights-search #search-results .resort-row .flights .label {
    min-width: 50px; }
  .flights-search #search-results .resort-row .flights .popover .schedule-row {
    padding: 2px;
    border-top: 1px solid #DEDEDE; }
    .flights-search #search-results .resort-row .flights .popover .schedule-row img {
      margin-right: 5px; }
    .flights-search #search-results .resort-row .flights .popover .schedule-row:first-child {
      border: none; }
  .flights-search #search-results .resort-row .action {
    text-align: right; }
  .flights-search #search-results .resort-row .table {
    margin-bottom: 0px; }
  .flights-search #search-results .resort-row .view-more-off {
    display: none; }
  .flights-search #search-results .resort-row .view-more-on {
    border: 1px solid #DEDEDE;
    background: #FAFAFA;
    padding: 5px;
    text-align: center; }
    .flights-search #search-results .resort-row .view-more-on .view-more-href {
      margin: 0 auto;
      cursor: pointer; }
    .flights-search #search-results .resort-row .view-more-on .paginator-flights {
      float: right; }

.hotel-stars span {
  color: #FFCE08;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.51); }

.hotel-search #selected-flight .actions .btn {
  float: right; }
.hotel-search #search-results .hotel-row td.hotel {
  padding: 0px; }
  .hotel-search #search-results .hotel-row td.hotel .is_hot_value {
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 47px;
    height: 48px;
    float: left;
    margin-right: -10px; }
  .hotel-search #search-results .hotel-row td.hotel .hotel_name {
    font-weight: bold;
    display: inline-block;
    float: left;
    padding: 8px; }
.hotel-search #search-results .hotel-row .type-of-food {
  text-align: center; }
.hotel-search #search-results .hotel-row .action {
  text-align: right; }
.hotel-search #search-results .hotel-row .stars span {
  white-space: nowrap; }
.hotel-search #search-results .hotel-row .price {
  text-align: right; }
  .hotel-search #search-results .hotel-row .price span {
    white-space: nowrap; }
.hotel-search #search-results .hotel-row a {
  margin-left: 5px; }

#recommend, #hot-offers {
  font-size: 12px; }
  #recommend .content, #hot-offers .content {
    padding: 0; }
    #recommend .content table, #hot-offers .content table {
      width: 100%;
      margin-bottom: 10px; }
    #recommend .content a:hover, #hot-offers .content a:hover {
      text-decoration: none; }
    #recommend .content td, #hot-offers .content td {
      padding: 2px 0px;
      vertical-align: top; }
    #recommend .content .date span, #hot-offers .content .date span {
      font-size: 11px;
      color: #aaaaaa; }
    #recommend .content .country span, #recommend .content .nights span, #recommend .content .type-of-food span, #recommend .content .hotel-name span, #hot-offers .content .country span, #hot-offers .content .nights span, #hot-offers .content .type-of-food span, #hot-offers .content .hotel-name span {
      color: #424242;
      padding: 0 3px;
      font-weight: bold; }
    #recommend .content .nights, #hot-offers .content .nights {
      text-align: right; }
    #recommend .content .price span, #hot-offers .content .price span {
      float: right;
      line-height: 1;
      font-weight: bold;
      color: #fff;
      padding: 3px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      display: inline-block;
      border: 1px solid #FF8400;
      background: #ffb114;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffb114 0%, #ff8400 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb114), color-stop(100%, #ff8400));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #ffb114 0%, #ff8400 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ffb114 0%, #ff8400 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ffb114 0%, #ff8400 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #ffb114 0%, #ff8400 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb114', endColorstr='#FF8400', GradientType=0);
      /* IE6-9 */ }

#hot-offers .content span.date {
  margin-right: 8px; }
#hot-offers .content span.country {
  margin-right: 8px; }

#ui-datepicker-div {
  z-index: 2 !important; }

/*order form */
.order-form-wrp .price-info {
  font-weight: bold;
  margin-bottom: 30px; }

.news-list {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .news-list li.news-item {
    margin-bottom: 20px;
    min-height: 170px;
    list-style: none;
    position: relative;
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21);
    font-size: 12px; }
    .news-list li.news-item img {
      float: left;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      margin-right: 10px; }
    .news-list li.news-item .title {
      display: block;
      font-size: 18px;
      text-decoration: none;
      margin: 5px 10px;
      font-weight: bold;
      color: #4AA302; }
      .news-list li.news-item .title:hover {
        text-decoration: underline; }
    .news-list li.news-item .news-body {
      padding: 10px; }
    .news-list li.news-item .view-more {
      position: absolute;
      bottom: 20px;
      right: 20px; }

.order-form-wrp .children-box {
  margin-bottom: 20px; }
.order-form-wrp .children-trigger {
  display: block;
  float: right; }
.order-form-wrp .order-confirm {
  margin-bottom: 20px; }
.order-form-wrp .add-children-wrp {
  margin-bottom: 20px; }
  .order-form-wrp .add-children-wrp .add-row {
    margin-left: 480px; }
.order-form-wrp #id_travelers_count {
  width: 65px; }
.order-form-wrp #id_children_count {
  width: 65px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #d6e9c6;
  border-color: #d6e9c6;
  color: #3c763d; }

.pagination > li > a, .pagination > li > span {
  background-color: #fff;
  border: 1px solid #d6e9c6;
  color: #3c763d;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none; }
  .pagination > li > a:hover, .pagination > li > span:hover {
    color: #3c763d; }

.hide-info a.glyphicon-info-sign {
  display: none; }

.alert.dialog .btn-primary {
  float: right; }

.news-wrp > img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px; }

.container .page-content {
  padding-right: 40px; }

.alert h4:empty {
  display: none; }
.alert.dialog button.btn-success {
  margin-top: 10px; }
