@import "../plugins/bootstrap/css/bootstrap.min.css";
@import "../plugins/datetimepicker/jquery.datetimepicker.css";

@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-ExtraBold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-ExtraBoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-Bold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-BoldItalic.ttf);
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-Semibold.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-SemiboldItalic.ttf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Open Sans';
  src: url(font/opensans/OpenSans-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}

/**
 * Base
 */
ul {
  padding: 0;
}

ul,
li {
  list-style: none;
}

ul,
form,
label {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  margin: 0;
}

p {
  margin: 0;
}

strong,
b {
  font-weight: 500;
}

label {
  font-weight: 400;
}

select {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: none;
  font-size: 13px;
  height: 26px;
  line-height: 20px;
  padding: 1px 12px;
  text-shadow: none;
}

select:active {
  box-shadow: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
}

a:focus,
.btn:focus,
select:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
}

.btn-el {
  display: block;
  font-size: 15px;
  height: 36px;
  line-height: 20px;
  margin: 0;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  width: 220px;
}

.btn-el:hover {
  text-decoration: none;
}

.btn-el_1 {
  background-color: #730f18;
  color: #fff;
}

.btn-el_2 {
  background-color: #f6c305;
  color: #000;
  text-shadow: 0 1px #f5e4a1;
}

.btn-el_2:hover {
  background-color: #d2c7b8;
  text-shadow: none;
}

.btn-el_2-1 {
  background-image: url('img/buttons/plus.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f6c305;
  width: 36px;
}

.btn-el_2-1.open {
  background-image: url('img/buttons/minus.png');
}

.btn-el_2-1:hover {
  background-color: #d2c7b8;
  text-shadow: none;
}

input.form-control {
  border: none;
  box-shadow: none;
  outline: 0 none;
  padding: 4px 8px;
  border-radius: 0;
  height: 32px;
  font-size: 13px;
  color: #000;
}

input.form-control:focus {
  border: none;
  box-shadow: none;
  outline: 0 none;
  padding: 4px 8px;
}

textarea.form-control {
  border: none;
  box-shadow: none;
  outline: 0 none;
  padding: 4px 8px;
  border-radius: 0;
  height: 150px;
  font-size: 13px;
  color: #000;
  resize: none;
  overflow-x: hidden;
}

textarea.form-control:focus {
  border: none;
  box-shadow: none;
  outline: 0 none;
  padding: 4px 8px;
}

input.form-control,
textarea.form-control {
  border: 1px solid #fff;
}

input.form-control:focus,
textarea.form-control:focus,
input.form-control:active,
textarea.form-control:active {
  border: 1px solid #F6C305;
}

input.form-control.error,
textarea.form-control.error {
  border: 1px solid red;
}

.form-horizontal .form-group {
  margin: 0 0 16px;
}

.form-horizontal .form-group.form-group_2 {
  padding-top: 18px;
}

.form-horizontal .control-label {
  text-align: left;
  padding-top: 6px;
}

.form-horizontal .control-label span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.form-horizontal .control-label.control-label_2 {
  padding-top: 0;
}

.form-horizontal .form-actions {
  overflow: hidden;
  padding: 10px 0;
}

.form-horizontal select {
  margin-right: 4px;
}

.form-horizontal select.error {
  border: 1px solid red;
}

.form-base {
  padding: 10px 0;
  margin: 0 0 20px;
}

.form-base .column {
  float: right;
}

.form-base .form-group select {
  margin: 0;
}

.form-base .control-label {
  padding-top: 2px;
}

.form-base button[type=submit] {
  margin: 20px 16px 0;
}

.form-base__b {
  background: url('img/points.png') repeat-x left bottom;
  padding: 0 16px 10px;
}

.column, .column-1, .column-1-1, .column-1-2, .column-2-1, .column-3, .column-4 {
  float: left;
}

.column-1 {
  width: 92px;
  padding-left: 14px;
}

.column-1-1 {
  width: 102px;
}

.column-1-2 {
  width: 144px;
}

.column-2-1 {
  width: 308px;
}

.column-3 {
  width: 312px;
}

.column-4 {
  width: 472px;
}

.form-size-1 {
  width: 110px;
}

.form-size-2 {
  width: 180px;
}

.form-value {
  overflow: hidden;
  padding: 6px 0;
}

.form-extra {
  background: url('img/points.png') repeat-x left bottom;
  padding: 16px 16px 10px;
  display: none;
}

.form-extra-toggle {
  background: url('img/points.png') repeat-x left bottom;
  overflow: hidden;
  padding: 18px 16px 20px;
}

.form-extra-toggle button[type=button] {
  float: left;
}

.form-extra-toggle__lbl {
  float: left;
  margin: 8px 0 0 18px;
}

.checkbox-el {
  overflow: hidden;
  padding: 4px 0;
}

.checkbox-el label {
  display: block;
  margin: 0;
  float: left;
}

.checkbox-el input[type=checkbox] {
  float: left;
  margin: 3px 15px 0 0;
}

.checkbox-lst__i {
  float: left;
  margin: 0 0 4px;
}

.checkbox-lst__i:nth-child(2n-1) {
  width: 220px;
}

.range-sel__lbl {
  margin: 0 4px;
}

input.range-sel__it {
  margin: 0 18px 0 0;
  width: 90px;
  box-shadow: none;
  outline: 0;
  height: 26px;
  display: inline-block;
  border: 1px solid #a6a6a6;
}

input.range-sel__it.range-sel__it-1 {
  text-align: center;
}

input.range-sel__it.range-sel__it-2 {
  width: 54px;
}

/**
 * Main
 */
body {
  background-color: #e7ded2;
  color: #000;
  font: 14px "Open Sans", sans-serif;
}

#Rush-engine {
  overflow: hidden;
  padding: 0 10px 10px;
  min-width: 500px;
}

#Rush-loading {
  background: #000;
  height: 100%;
  opacity: 0.5;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-header {
  background: url('img/points.png') repeat-x left bottom;
  border: medium none;
  color: #3C3C3C;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 12px;
  padding: 20px 0;
  text-align: center;
}

.page-header span {
  background-color: #f4f1e7;
  display: block;
  padding: 10px 15px 14px;
  text-align: left;
}

.h-title {
  background: url('img/points.png') repeat-x left bottom;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  padding: 38px 14px 18px;
}

.h-title a {
  display: block;
  float: right;
  font-size: 13px;
  line-height: 26px;
  text-decoration: underline;
  color: #364ca7;
}

.h-title a:hover {
  color: #730f18;
}

.h-title.h-title_2 {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 24px;
  padding-top: 20px;
}

.tours-cnt {
  overflow: hidden;
}

.tours-lbl-b {
  background: url('img/points.png') repeat-x left bottom;
  padding: 0 5px 11px 15px;
  overflow: hidden;
}

.tours-labels {
  overflow: hidden;
  float: left;
}

.tours-labels li {
  float: left;
}

.tours-labels li:last-child .tours-labels__b {
  border-right: none;
}

.tours-labels__color {
  border-top-style: solid;
  border-top-width: 6px;
  display: block;
  width: 99%;
}

.tours-labels__color.tours-labels__color_1 {
  border-color: #8dc63f;
}

.tours-labels__color.tours-labels__color_2 {
  border-color: #f6c305;
}

.tours-labels__color.tours-labels__color_3 {
  border-color: #ed1c24;
}

.tours-labels__b {
  border-right: 1px solid #000000;
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: 4px 0 0;
  padding: 0 8px;
}

.tours-lst {
  overflow: hidden;
  padding: 10px 0 0;
}

.tours-lst_i {
  background: url('img/points.png') repeat-x left bottom;
  overflow: hidden;
  padding: 14px 0 26px;
}

.tours-lst_i:nth-child(2n) {
  background-color: #eae2d6;
}

.tours-lst__ac {
  height: 75px;
}

.tours-lst__ac a {
  display: block;
  font-size: 20px;
  line-height: 25px;
  margin: 5px 0 0;
}

.tours-lst__ac a:hover {
  color: #364ca7;
}

.tours-lst__col-1 {
  width: 84px;
  float: left;
}

.tours-lst__col-2 {
  float: left;
  padding: 0 0 0 19px;
  width: 428px;
}

.tours-lst__col-3 {
  width: 140px;
  float: right;
}

.item-lbl {
  overflow: hidden;
  height: 39px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.item-lbl.item-lbl_1 {
  background: #f4f1e7;
  width: 82px;
  padding: 10px 0 0 12px;
}

.item-lbl.item-lbl_1-1 {
  background: #f4f1e7;
  margin-right: 20px;
  padding: 10px 12px 0 12px;
  text-align: center;
  width: 100px;
}

.item-lbl.item-lbl_2-1 {
  background: #f4f1e7;
  width: 140px;
  padding: 10px 0 0 0;
  text-align: center;
}

.item-lbl.item-lbl_2-2 {
  background: #f20b0b;
  color: #fff;
  width: 140px;
  padding: 10px 0 0 0;
  text-align: center;
}

.tours-lst__a {
  display: block;
}

.tours-lst__descr {
  overflow: hidden;
}

.tours-lst__ic {
  float: left;
  margin: 3px 0 0;
  width: 100px;
}

.tours-lst__ic a {
  display: block;
  border: 1px solid #d2c7b8;
}

.tours-lst__tx {
  float: right;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  width: 278px;
}

.tours-lst__price {
  font-size: 22px;
  line-height: 28px;
  margin: 36px 22px 0 0;
  overflow: hidden;
  text-align: right;
}

.daterepeated {
  font-size: 14px;
  line-height: 20px;
  margin: 40px 0 0;
  overflow: hidden;
  padding: 0 0 0 12px;
}

.dates-lst {
  margin: 40px 0 0 12px;
  overflow: hidden;
}

.dates-lst li {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 4px;
}

.dates-lst__i {
  display: block;
  float: left;
  height: 15px;
  margin: 2px 10px 0 0;
  width: 15px;
}

.dates-lst__i.dates-lst__i_1 {
  background-color: #8dc63f;
}

.dates-lst__i.dates-lst__i_2 {
  background-color: #f6c305;
}

.dates-lst__i.dates-lst__i_3 {
  background-color: #ed1c24;
}

/**
 * Item View
 */
.item-img {
  background: url('img/points.png') repeat-x left bottom;
  padding: 0 0 2px 0;
  overflow: hidden;
  position: relative;
}

.item-img .item-lbl {
  position: absolute;
  top: 18px;
}

.item-view {
  overflow: hidden;
  padding: 16px 4px 20px 15px;
}

.item-view__l {
  float: left;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 0 0;
  width: 60%;
}

.item-view__l p,
.item-view__l ul {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px;
}

.item-view__l li {
  list-style: disc inside none;
}

.item-view__l h1,
.item-view__l h2,
.item-view__l h3,
.item-view__l h4,
.item-view__l h5,
.item-view__l h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.item-view__l a {
  text-decoration: underline;
  color: #364ca7;
}

.item-view__l a:hover {
  color: #730f18;
  cursor: pointer;
}

.item-view__r {
  float: right;
  width: 185px;
}

.item-view__price {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  padding: 0 16px 20px 0;
  text-align: right;
}

.item-view__a {
  width: 100%;
}

.item-cnt p,
.item-cnt ul {
  font-size: 14px;
  line-height: 18px;
  margin: 0 15px 20px;
}

.item-cnt li {
  list-style: disc inside none;
}

.item-cnt h1,
.item-cnt h2,
.item-cnt h3,
.item-cnt h4,
.item-cnt h5,
.item-cnt h6 {
  margin: 0 15px 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.item-cnt .h-label {
  background: none repeat scroll 0 0 #F6C305;
  color: #3C3C3C;
  display: table;
  margin: 0 0 20px;
  padding: 7px 15px;
}

.item-cnt hr {
  background: url('img/points.png') repeat-x left bottom;
  height: 2px;
  border: none;
  margin: 0 0 20px;
}

.item-cnt table {
  margin: 0 0 20px;
  border-top: 1px solid #d2c7b8;
  border-left: 1px solid #d2c7b8;
}

.item-cnt table th {
  background: #efe9de;
  min-height: 54px;
  border-right: 1px solid #d2c7b8;
  border-bottom: 1px solid #d2c7b8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}

.item-cnt table td {
  background: #ffffff;
  min-height: 67px;
  border-right: 1px solid #d2c7b8;
  border-bottom: 1px solid #d2c7b8;
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.item-cnt .photos-gen {
  padding: 5px 0 40px;
}

.item-cnt-lbl {
  background: url('img/points.png') repeat-x left top;
  overflow: hidden;
  margin: 32px 0 18px;
  padding: 2px 0 0;
}

/**
 * listPagination
 */
.listPagination table td.previous a,
.listPagination table td.next a {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 25px;
}

.listPagination table td.previous,
.listPagination table td.next {
  width: 100px;
  padding: 0 1px;
}

.listPagination {
  clear: both;
  overflow: hidden;
  padding: 26px 0 22px;
}

.listPagination ul {
  box-shadow: none;
  display: table;
  margin: 0 auto !important;
}

.listPagination table {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.listPagination table td {
  border: none;
  padding: 0;
}

.listPagination table td a {
  border: 1px solid transparent;
  color: #000;
  display: block;
  float: left;
  font-weight: 400;
  height: 44px;
  width: 44px;
  line-height: 43px;
  margin: 0 0 0 2px;
  text-align: center;
  text-shadow: none;
  font-size: 15px;
  padding: 0;
  opacity: 1;
  text-decoration: none;
}

.listPagination table td ul li > span {
  display: block;
  float: left;
  margin: 12px 1px 0;
}

.listPagination table td a span {
  background-size: 38px;
  display: block;
  height: 21px;
  margin: 11px auto 0;
}

.listPagination table td a.target:hover {
  opacity: 1;
}

.listPagination table td a:hover {
  text-decoration: none;
  opacity: 1;
  border-color: #000;
}

.listPagination table td a.active {
  background: #f9c21a;
  box-shadow: none;
  text-shadow: none;
  pointer-events: none;
  opacity: 1;
  border-radius: 0;
}

.listPagination table td.first {
  width: 46px;
}

.listPagination table td.first a span {
  background: url('img/pagination.png') no-repeat left -42px;
  width: 19px;
}

.listPagination table td.first a:hover span {
  background-position: left bottom;
}

.listPagination table td.previous a {
  float: left;
}

.listPagination table td.previous a span {
  background: url('img/pagination.png') no-repeat left top;
  width: 11px;
}

.listPagination table td.previous a:hover span {
  background-position: left -21px;
}

.listPagination table td.pages {
  text-align: center;
}

.listPagination table td.pages ul li {
  display: block;
  float: left;
}

.listPagination table td.next {
  text-align: right;
}

.listPagination table td.next a {
 float: right;
}

.listPagination table td.next a span {
  background: url('img/pagination.png') no-repeat right top;
  width: 11px;
}

.listPagination table td.next a:hover span {
  background-position: right -21px;
}

.listPagination table td.last {
  text-align: right;
  width: 46px;
}

.listPagination table td.last a span {
  background: url('img/pagination.png') no-repeat right -42px;
  width: 19px;
}

.listPagination table td.last a:hover span {
  background-position: right bottom;
}

/**
 * Dectab
 */
.dectab {
  overflow: hidden;
  display: table;
  width: 100%;
}

.dectab__i {
  border-bottom: 1px solid #A7A7A7;
  display: table-cell;
  float: none;
  position: relative;
}

.dectab__i.active {
  border: medium none;
}

.dectab__i.active a.dectab__a {
  background: none;
  border-color: #A7A7A7;
  border-style: solid;
  border-width: 1px 1px 0;
  margin: 0;
  padding: 10px 10px 9px;
}

.dectab__a {
  background-color: #f4f1e7;
  border: medium none;
  border-radius: 0;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 20px;
  margin: 1px;
  padding: 9px 10px 8px;
  text-align: center;
  display: block;
}

.dectab__a:hover {
  text-decoration: none;
}

.dectab_b .dectab__i {
  border-top: 1px solid #A7A7A7;
  border-bottom: none;
}

.dectab_b .dectab__i.active {
  border-top: none;
}

.dectab_b .dectab__i.active a.dectab__a {
  border-width: 0 1px 1px;
}

.dectab-cnt {
  overflow: hidden;
  padding: 28px 0 8px;
}

.dectab-pane {
  display: none;
}

.dectab-pane.active {
  display: block;
}

/**
 * Calendar
 */
.calendar-lst {
  margin: 0 auto;
  width: 660px;
}

.calendar-lst > li {
  display: none;
}

.calendar-lst > li.active {
  display: block;
}

.calendar-lst > li:first-child .calendar-dyn__l {
  display: none;
}

.calendar-lst > li:last-child .calendar-dyn__r {
  display: none;
}

.calendar-lst__month {
  overflow: hidden;
  margin: 0;
  border-top: 1px solid #d2c7b8;
  border-left: 1px solid #d2c7b8;
}

.calendar-lst__month li {
  background: #fff;
  width: 110px;
  float: left;
  border-right: 1px solid #d2c7b8;
  border-bottom: 1px solid #d2c7b8;
}

.calendar-lst__month li:nth-child(1),
.calendar-lst__month li:nth-child(7) {
  width: 109px;
}

.calendar-h {
  overflow: hidden;
  background: #f9c21a;
  margin: 0;
  text-align: center;
  border: 1px solid #d2c7b8;
  border-bottom: none;
  position: relative;
}

.calendar-h__a {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 10px;
  padding: 20px;
  text-decoration: none;
  width: 11px;
  position: absolute;
  top: 0;
}

.calendar-h__a.calendar-h__a_l {
  background-image: url("img/buttons/arrow-l.png");
  left: 0;
}

.calendar-h__a.calendar-h__a_r {
  background-image: url("img/buttons/arrow-r.png");
  right: 0;
}

.calendar-h__title {
  display: inline-block;
  padding: 10px 0 8px 0;
  font-size: 17px;
  line-height: 22px;
}

.month-title {
  background: #efe9de;
  border-bottom: 1px solid #d2c7b8;
  text-transform: lowercase;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.month-title span {
  display: block;
  height: 24px;
  border-left: 1px solid #fdf2dd;
}

.month-tx {
  height: 196px;
  padding: 7px 0 0;
  border-top: 1px solid #fdf2dd;
  border-left: 1px solid #fdf2dd;
}

.month-tx span {
  display: none;
}

.month-tx span:nth-child(1),
.month-tx span:nth-child(2),
.month-tx span:nth-child(3),
.month-tx span:nth-child(4) {
  display: block;
}

.date-lst-lbl {
  display: block;
  font-size: 18px;
  height: 36px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 5px 5px;
  padding: 5px 0 0;
  text-align: center;
  width: 96px;
}

.date-lst-lbl.date-lst-lbl-1 {
  background: #8dc63f;
}

.date-lst-lbl.date-lst-lbl-2 {
  background: #f6c305;
}

.date-lst-lbl.date-lst-lbl-3 {
  background: #ed1c24;
}

/**
 * wishModal
 */
.modal {
  margin: 0 auto;
  top: 36%;
  width: 460px;
}

.modal-header {
  background: url('img/points.png') repeat-x left bottom;
  background-color: #eeeeee;
  height: 65px;
  padding: 14px 16px 16px;
}

.modal-title {
  text-align: center;
  color: #3c3c3c;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.modal-title-descr {
  background-color: #F4F1E7;
  border-bottom: 1px dotted #c9c6b9;
  padding: 10px 20px;
  text-align: center;
}

.modal-content {
  border-radius: 0;
  box-shadow: none;
}

.modal-body {
  background: #f4f1e7;
  padding: 24px 24px 16px;
}

.modal button.close {
  background: url('img/close-modal.png') no-repeat right center #ffffff;
  width: 35px;
  height: 35px;
  color: #000000;
  opacity: 1;
  margin: 0;
}

.modal button[type=submit] {
  margin-top: 16px;
}

@media (max-width: 667px) {
  .form-base .column-4 {
	 width: 280px;
  }

  .checkbox-lst__i:nth-child(2n-1) {
	 width: 200px;
  }

  .tours-lst__col-2 {
	 width: 376px;
  }

  .tours-lst__tx {
	 width: 230px;
  }

  .tours-lst__col-3 {
	 float: right;
	 margin: 20px 0 0;
	 width: 260px;
  }

  .item-lbl.item-lbl_2-1 {
	 float: right;
  }

  .tours-lst__price {
	 float: left;
	 margin: 4px 0 0;
  }

  .dectab__a {
	 font-size: 12px;
  }

  .calendar-lst {
	 margin: 0 auto;
	 width: 464px;
  }

  .calendar-lst__month li {
	 width: 77px;
  }

  .calendar-lst__month li:nth-child(1), .calendar-lst__month li:nth-child(7) {
	 width: 78px;
  }

  .date-lst-lbl {
	 width: auto;
	 margin: 0 5px 5px;
  }
}

pre {
  -moz-hyphens: auto;
}

.social-share {
  height: 86px;
}