html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}
.hide {
  display: none !important;
}
img {
  max-width: 100%;
}
.debug-console-top {
  z-index: 99999;
  position: relative;
}
body {
  overflow-x: hidden;
  background: url("../img/bg.jpg") no-repeat scroll 50% 0 #fff4de;
  color: #433520;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#bg-shadow {
  background: url("../img/bg-shadow.png") repeat-x 0 0;
  height: 150px;
  position: absolute;
  top: 550px;
  width: 100%;
}
#bg-line {
  background: url("../img/lace.png") repeat-x 0 0;
  height: 10px;
  width: 100%;
}
#slide-shadow {
  background: url("../img/slide-shadow-bg.png") no-repeat 50% 0;
  height: 400px;
  position: absolute;
  top: 300px;
  width: 100%;
}
.clearfix,
.clear {
  clear: both;
}
.preview {
  position: absolute;
  background: url("../img/1429730823965screensave.png");
  background-repeat: no-repeat;
  width: 1280px;
  height: 2056px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  z-index: 999;
  left: 8px;
}
.container {
  margin: 0 auto;
  width: 980px;
}
.wide-container {
  margin-left: auto;
  margin-right: auto;
  width: 1004px;
}
header .top-col {
  height: 109px;
  float: left;
}
header .top-col:last-child:after {
  content: "";
}
header #website-logo img {
  margin-top: 15px;
  width: 428px;
}
header #top-chat-link {
  text-align: center;
  width: 246px;
}
header #top-chat-link img {
  margin-top: 10px;
}
header #top-contact-info {
  padding-top: 9px;
  padding-left: 15px;
}
header #top-contact-info a,
header #top-contact-info a:visited,
header #top-contact-info a:active {
  text-decoration: none;
  color: #433520;
}
header #top-contact-info a:hover,
header #top-contact-info a:visited:hover,
header #top-contact-info a:active:hover {
  color: #601a00;
}
header #top-contact-info .top-phone {
  font-size: 20px;
  color: #433520;
  font-weight: 600;
  position: relative;
}
header #top-contact-info .top-phone .toll {
  background: #ff6702;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 4px 2px;
  position: absolute;
  font-size: 12px;
  width: 68px;
  text-align: center;
  right: -72px;
  top: 2px;
}
header #top-contact-info .top-mail {
  font-size: 16px;
}
header #top-contact-info #topGetDiscount {
  padding-top: 10px;
}
header #top-contact-info #topGetDiscount input[type="text"] {
  background-color: rgba(255,255,255,0.49);
  display: block;
  border: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.33) inset;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.33) inset;
  padding: 6px;
  border-radius: 3px 0px 0px 3px;
  font-size: 14px;
  font-style: italic;
  width: 226px;
  float: left;
  color: #6a604d;
  height: 29px;
}
header #top-contact-info #topGetDiscount input[type="text"]::-webkit-input-placeholder {
  color: #6a604d;
}
header #top-contact-info #topGetDiscount input[type="text"]:-moz-placeholder {
  color: #6a604d;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
header #top-contact-info #topGetDiscount input[type="text"]::-moz-placeholder {
  color: #6a604d;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
header #top-contact-info #topGetDiscount input[type="text"]:-ms-input-placeholder {
  color: #6a604d;
}
header #top-contact-info #topGetDiscount input[type="text"].placeholder {
  color: #6a604d;
}
header #top-contact-info #topGetDiscount input[type="submit"] {
  background-color: #ff6702;
  display: block;
  float: left;
  border-radius: 0px 3px 3px 0px;
  color: #fff;
  height: 29px;
  border: 0;
}
.frontpage-slider {
  position: relative;
}
.frontpage-slider:before {
  content: "";
  background: url("../img/menu-corner.png") no-repeat 0 0;
  display: block;
  position: absolute;
  left: -12px;
  top: 0;
  height: 11px;
  width: 1004px;
}
.nav-bg-wrapper {
  position: relative;
}
.nav-bg-wrapper .bg {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 51px;
  width: 100%;
  z-index: -1;
  background-color: #e6511d;
}
nav {
  background: url("../img/menu-bg.png") repeat-x 0 0;
  font-size: 15px;
  font-weight: bold;
  height: 57px;
  text-transform: uppercase;
  z-index: 3;
  margin-top: 1px;
  display: block;
  padding: 0 12px;
  position: relative;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  background-color: rgba(255,103,2,0);
}
nav:after {
  content: "";
  background: url("../img/menu-corner.png") no-repeat 0 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -11px;
  height: 11px;
  width: 100%;
}
nav.homepage:after {
  background: none;
}
nav ul.menu {
  list-style: none;
}
nav ul.menu li.active a:after {
  top: 0 !important;
}
nav ul.menu li:last-child ul {
  left: auto !important;
  right: 0;
  min-width: 230px;
  padding-right: 20px !important;
}
nav ul.menu li.nav-item {
  display: block;
  float: left;
  position: relative;
  z-index: 30;
}
nav ul.menu li.nav-item:hover ul {
  display: block;
}
nav ul.menu li.nav-item:hover ul li:first-child img {
  display: block;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  z-index: 2;
}
nav ul.menu li.nav-item ul {
  position: absolute;
  display: none;
  left: 0;
  background: #e6dcc7;
  background-image: -webkit-linear-gradient(top,#ece4cf,#dfd0ac);
  background-image: -moz-linear-gradient(top,#ece4cf,#dfd0ac);
  background-image: -ms-linear-gradient(top,#ece4cf,#dfd0ac);
  background-image: -o-linear-gradient(top,#ece4cf,#dfd0ac);
  background-image: linear-gradient(to bottom,#ece4cf,#dfd0ac);
  border-radius: 0 0 5px 5px;
  margin: 0 auto;
  padding: 20px 40px 15px 10px;
  position: absolute;
  text-align: left;
  z-index: 999;
  min-width: 267px;
}
nav ul.menu li.nav-item ul.with-image {
  width: 400px;
  padding: 20px 10px 15px 10px;
}
nav ul.menu li.nav-item ul li {
  background: url("../img/arrow.png") no-repeat 0 0;
  float: none;
  font-size: 14px;
  line-height: 12px;
  margin: 0;
  padding: 0 0 12px 14px;
  text-transform: none;
}
nav ul.menu li.nav-item ul li a {
  text-transform: none;
  display: block;
  width: 100%;
  color: #433520;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  padding: 0;
  margin: 0;
  overflow: visible;
}
nav ul.menu li.nav-item ul li a:after {
  display: none;
}
nav ul.menu li.nav-item ul li a:hover {
  color: #ff6702;
}
nav ul.menu li.nav-item ul li a:hover+img {
  display: block;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  z-index: 4;
}
nav ul.menu li.nav-item ul li img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 160px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 5s opacity;
  transition: 5s opacity;
  z-index: 3;
}
nav ul.menu li.nav-item a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 25px 27px 17px;
  overflow: hidden;
  position: relative;
}
nav ul.menu li.nav-item a:after {
  content: "";
  width: 47px;
  height: 21px;
  background-image: url("../img/menu-active.png");
  left: 50%;
  margin-left: -23.5px;
  position: absolute;
  top: -22px;
  -webkit-transition: 0.3s top;
  transition: 0.3s top;
}
nav ul.menu li.nav-item:hover a:after {
  top: 0;
}
nav ul.menu li.nav-item:last-child:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
i.icon {
  position: relative;
  width: 26px;
  height: 27px;
  display: inline-block;
  margin: 9px 5px -9px 0;
  overflow: hidden;
}
i.icon:after {
  content: "";
  position: absolute;
  background: url("../img/info-bg.png") no-repeat 0 0;
  width: 26px;
  height: 27px;
  display: block;
}
i.icon.mail:after {
  background-position: 0px -27px;
}
i.icon.location:after {
  background-position: 0px -57px;
}
#content {
  position: relative;
  background-color: #fff4de;
  -webkit-box-shadow: 0 0 3px #aaa;
  box-shadow: 0 0 3px #aaa;
  padding: 20px 10px 95px;
  position: relative;
}
#content:after {
  content: "";
  display: block;
  position: absolute;
  width: 115px;
  height: 90px;
  background: url("../img/flower.png") no-repeat 0 0;
  left: -65px;
  bottom: -45px;
}
#content.oldstylesheet {
  background: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  padding: 0 0 30px;
}
#footer {
  background: url("../img/footer-bg.png") repeat-x 0 0 #998356;
  height: 226px;
  width: 100%;
}
#footer .footer-navigation {
  display: block;
  width: 321px;
  list-style: none;
  margin-top: 44px;
  float: left;
}
#footer .footer-navigation:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
#footer .footer-navigation li {
  width: 50%;
  display: block;
  float: left;
}
#footer .footer-navigation li a {
  display: block;
  width: 100%;
  color: #433520;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
  padding: 7px 0;
}
#footer .footer-navigation li a:hover {
  color: #fc4a02;
}
#footer .footer-navigation li a:before {
  content: "";
  background: url("../img/arrow.png") no-repeat 0 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 6px;
}
#footer .middle-footer {
  width: 319px;
  text-align: center;
  margin-top: -20px;
  position: relative;
  z-index: 150;
  float: left;
}
#footer .middle-footer .icons .follow-us {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
#footer .middle-footer .icons .follow-us img {
  margin: 5px 27px -5px -19px;
  position: relative;
}
#footer .middle-footer .icons .square {
  margin: 0 5px;
}
#footer .middle-footer .icons .facebook {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
#footer .middle-footer .icons .twitter {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
#footer .middle-footer .icons .youtube {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
#footer #bottom-contact-info {
  padding-top: 23px;
  float: left;
  margin-left: 20px;
}
#footer #bottom-contact-info img {
  max-width: 100%;
}
#footer #bottom-contact-info a,
#footer #bottom-contact-info a:visited,
#footer #bottom-contact-info a:active {
  text-decoration: none;
  color: #433520;
}
#footer #bottom-contact-info a:hover,
#footer #bottom-contact-info a:visited:hover,
#footer #bottom-contact-info a:active:hover {
  color: #601a00;
}
#footer #bottom-contact-info .phone {
  font-size: 20px;
  color: #433520;
  font-weight: 600;
  position: relative;
}
#footer #bottom-contact-info .phone .toll {
  background: #ff6702;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 4px 2px;
  position: absolute;
  font-size: 12px;
  width: 68px;
  text-align: center;
  right: -72px;
  top: 2px;
}
#footer #bottom-contact-info .mail {
  font-size: 16px;
}
#footer #bottom-contact-info .location-info {
  display: block;
  margin-left: 37px;
  font-size: 16px;
  margin-top: -20px;
}
#footer .footer-line {
  padding-top: 28.5px;
}
#footer .footer-line .first-col {
  float: left;
  width: 663px;
}
#footer .footer-line .first-col .footer-line-menu li {
  display: block;
  float: left;
}
#footer .footer-line .first-col .footer-line-menu li a {
  display: block;
  width: 100%;
  color: #433520;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
  padding: 0 10px 0 0;
}
#footer .footer-line .first-col .footer-line-menu li a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 18px;
  background: url("../img/footer-arrow.png") no-repeat 0 5px;
  margin-top: -8px;
}
#footer .footer-line .first-col .footer-line-menu li a:hover {
  color: #fc4a02;
}
#footer .footer-line .second-col {
  color: #d2c29d;
  font-weight: 600;
}
/* Simple Content */
h2.page-title {
  color: #433520;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#page-content {
  background: #fff;
  color: #433520;
  padding: 20px;
  border-radius: 6px;
  width: 100%;
  line-height: 12px;
  font-size: 12px;
  text-align: left;
  vertical-align: baseline;
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
}
#page-content.half-width {
  margin: 0 0 0 auto;
  width: 550px;
}
#page-content.tours-list {
  margin: 0 0 0 auto;
  width: 500px;
  background: none;
  padding-top: 0;
}
#page-content.simple-content {
  padding: 46px;
}
#page-content .column {
  display: inline;
  float: left;
}
#page-content .two-col {
  width: 46%;
}
#page-content ul {
  list-style-type: disc;
  margin: 0 0 40px 4%;
}
#page-content ul li {
  display: list-item;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  line-height: normal;
}
#page-content .entry-content {
  margin-bottom: 50px;
}
#page-content h3 {
  font-size: 18px;
  font-weight: bold;
  height: 22px;
  margin-bottom: 10px;
}
#page-content p {
  line-height: 20px;
  margin-bottom: 10px;
}
#page-content a {
  color: #433520;
  text-decoration: none;
}
#page-content a:hover {
  color: #ff6702;
}
/* Sidebar Content */
#content .pinned-sidebar {
  margin: 0 20px 0 -20px;
  position: absolute;
  width: 410px;
}
#content .side-products {
  margin: 0 20px 0 -20px;
  position: absolute;
  width: 450px;
}
#content .col-sidebar {
  float: left;
  width: 355px;
  margin-right: 13px;
  background-color: #fff;
/**/
  min-height: 470px;
  position: absolute;
}
#content .col-sidebar .tour-title {
  background: url("../img/side-tour-title.jpg") repeat-x scroll 0 0;
  color: #fff;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-weight: 600;
  background-color: #47391c;
}
#content .col-sidebar .calculations {
  padding: 8px 20px;
}
#content .col-sidebar .calculations input,
#content .col-sidebar .calculations select {
  background-color: #f9f1dc;
}
#content .col-sidebar .calculations hr {
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin: 9px 0;
  clear: both;
}
#content .col-sidebar .calculations .days-n-price .col-left,
#content .col-sidebar .calculations .days-n-price .col-right {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
  float: left;
}
#content .col-sidebar .calculations .days-n-price .col-right {
  width: 30%;
  text-align: right;
  font-size: 20px;
}
#content .col-sidebar .calculations .days-n-price .col-left {
  width: 70%;
  font-size: 14px;
}
.view-all-hotels {
  text-align: right;
  font-weight: 600;
  padding-bottom: 4px;
}
.view-all-hotels a {
  color: #ff6702;
}
.first-hotel {
  padding-top: 10px;
}
.tour-options,
.first-hotel,
.second-hotel {
  padding-bottom: 5px;
}
.tour-options .title,
.first-hotel .title,
.second-hotel .title {
  font-weight: 600;
  font-size: 16px;
}
.tour-options .title span.hint,
.first-hotel .title span.hint,
.second-hotel .title span.hint {
  font-size: 12px;
  font-weight: 400;
}
.tour-options .options,
.first-hotel .options,
.second-hotel .options {
  font-size: 16px;
}
.tour-options .options .caption,
.first-hotel .options .caption,
.second-hotel .options .caption,
.tour-options .options .value,
.first-hotel .options .value,
.second-hotel .options .value {
  float: left;
  padding: 12px 0 0;
}
.tour-options .options .caption,
.first-hotel .options .caption,
.second-hotel .options .caption {
  width: 33.5%;
}
.tour-options .options .value,
.first-hotel .options .value,
.second-hotel .options .value {
  width: 66.5%;
}
.tour-options .options .value select,
.first-hotel .options .value select,
.second-hotel .options .value select {
  width: 100%;
  font-size: 14px;
}
.second-hotel {
  padding-top: 18px;
}
.extra-night-selector {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}
.extra-night-selector .col-left,
.extra-night-selector .col-right {
  float: left;
}
.extra-night-selector .col-left {
  width: 68%;
}
.extra-night-selector .col-left img {
  margin-bottom: -3px;
}
.extra-night-selector .col-right {
  width: 32%;
  padding-top: 2px;
}
.extra-night-selector .col-right select {
  width: 100%;
}
.extra-night-selector .has-tooltip {
  position: relative;
  cursor: help;
  z-index: 2;
}
.extra-night-selector .has-tooltip:hover+.tooltip {
  bottom: 120%;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.5s opacity, 0.3s bottom;
  transition: 0.5s opacity, 0.3s bottom;
}
.extra-night-selector .tooltip {
  z-index: 0;
  position: absolute;
  background-color: #2065b4;
  color: #fff;
  border-radius: 5px;
  border: 3px solid #062f67;
  padding: 5px;
  line-height: 1.5em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  bottom: 0;
  -webkit-transition: 0.1s opacity, 0.3s bottom;
  transition: 0.1s opacity, 0.3s bottom;
}
.extra-night-selector .tooltip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -100%;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #062f67;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cart-control .col-left,
.cart-control .col-right {
  float: left;
  width: 50%;
}
.cart-control .col-left {
  padding-top: 14px;
}
.cart-control .col-left a {
  color: #000;
}
.cart-control .col-right {
  padding-top: 1px;
  text-align: right;
}
.cart-control a.btn-cart {
  display: block;
  border-radius: 5px;
  background-color: #abbf12;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding: 21px 0;
  width: 100%;
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
}
.cart-control a.btn-cart:hover {
  background-color: #ff6702;
}
.bottom-info {
  background-color: #f4ebd9;
  padding: 10px 20px 5px;
}
.bottom-info hr {
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin: 9px 0 12px;
  clear: both;
}
.bottom-info .livechat .text,
.bottom-info .livechat .button {
  float: left;
}
.bottom-info .livechat .text {
  padding-top: 19px;
  text-transform: uppercase;
  font-weight: 600;
  width: 33.3%;
}
.bottom-info p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.bottom-info p a {
  color: #ff6702;
  text-decoration: none;
}
.col-content {
  width: 539px;
  margin: 0 30px 0 auto;
  min-height: 722px;
}
.col-content .slider {
  height: 410px;
  margin-bottom: 12px;
}
.col-content .slider .view-slide {
  border: 1px solid #d4c6a8;
  padding: 4px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 304px;
}
.col-content .slider .view-slide:hover .buttons a {
  -ms-filter: none;
  filter: none;
  opacity: 1;
  top: 94px;
  -webkit-transition: 0.2s top, 0.2s opacity;
  transition: 0.2s top, 0.2s opacity;
}
.col-content .slider .view-slide .buttons a {
  width: 23px;
  height: 124px;
  background: url("../img/classic-map.png") no-repeat 0 0;
  position: absolute;
  top: 94px;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transition: 1s top, 1s opacity cubic-bezier(1, 1, 0, 1);
  transition: 1s top, 1s opacity cubic-bezier(1, 1, 0, 1);
}
.col-content .slider .view-slide .buttons a.swipe-left {
  background-position: 0 46px;
  left: 10px;
}
.col-content .slider .view-slide .buttons a.swipe-right {
  background-position: -300px 46px;
  right: 10px;
}
.col-content .slider .view-slide .wrapper {
  width: 210%;
  height: 292px;
  overflow: hidden;
}
.col-content .slider .view-slide .wrapper img {
  display: block;
  float: left;
  position: relative;
  -webkit-transition: 3s margin;
  transition: 3s margin;
  width: 529px;
}
.col-content .slider .controls {
  position: relative;
}
.col-content .slider .controls .buttons a {
  width: 23px;
  height: 40px;
  background: url("../img/classic-map.png") no-repeat 0 0;
  position: absolute;
}
.col-content .slider .controls .buttons a.swipe-left {
  background-position: -495px 5px;
  top: 24px;
  left: 0;
}
.col-content .slider .controls .buttons a.swipe-right {
  background-position: -578px 5px;
  top: 24px;
  right: 0;
}
.col-content .slider .controls .wrapper .slider-container {
  overflow: hidden;
  width: 480px;
  margin: 0 auto;
}
.col-content .slider .controls .wrapper .slider-container ul {
  display: block;
  width: 990px;
  position: relative;
  -webkit-transition: 0.6s margin-left;
  transition: 0.6s margin-left;
}
.col-content .slider .controls .wrapper .slider-container ul li {
  display: block;
  float: left;
  height: 87px;
  width: 154px;
  margin-right: 9px;
  border: 1px solid #d4c6a8;
}
.col-content .slider .controls .wrapper .slider-container ul li a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.col-content .slider .controls .wrapper .slider-container ul li a.current-slide {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.col-content .slider .controls .wrapper .slider-container ul li a:hover {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.col-content .discount .col-left,
.col-content .discount .col-right {
  display: table-cell;
  width: 45%;
  vertical-align: middle;
}
.col-content .discount .col-left {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
.col-content .discount .col-right {
  width: 55%;
}
.col-content .discount .col-right input[type="text"] {
  background: #f5e4bc;
  border: none;
  color: #433820;
  float: left;
  font-style: italic;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin: 0;
  padding: 5px 10px 5px 5px;
  width: 248px;
  height: 32px;
}
.col-content .discount .col-right input[type="text"]::-webkit-input-placeholder {
  color: #6a604d;
}
.col-content .discount .col-right input[type="text"]:-moz-placeholder {
  color: #6a604d;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.col-content .discount .col-right input[type="text"]::-moz-placeholder {
  color: #6a604d;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.col-content .discount .col-right input[type="text"]:-ms-input-placeholder {
  color: #6a604d;
}
.col-content .discount .col-right input[type="text"].placeholder {
  color: #6a604d;
}
.col-content .discount .col-right input[type="submit"] {
  border: 0;
  background: url("../img/register-btn.jpg") scroll 0 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  float: left;
  height: 32px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 32px;
}
.col-content .discount .orange-wrapper {
  display: table;
  width: 100%;
  margin-bottom: 24px;
  background-color: #ff6702;
  color: #fff;
  height: 58px;
  border-radius: 5px;
  padding: 10px;
}
.col-content .content-page {
  display: none;
}
.col-content .content-page.visible {
  display: block;
}
.col-content .tour-content {
  position: relative;
}
.col-content .tour-content ul.control-tabs {
  list-style: none;
}
.col-content .tour-content ul.control-tabs li {
  display: block;
  float: left;
  width: 24.25%;
  margin-right: 1%;
  text-align: center;
}
.col-content .tour-content ul.control-tabs li:last-child {
  margin-right: 0;
}
.col-content .tour-content ul.control-tabs li a {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #433520;
  background-color: #e6d0a3;
  border: 1px solid #e3dccd;
  border-radius: 6px 6px 0 0;
  font-size: 12px;
  font-weight: 600;
  padding: 17px 0;
  clear: both;
  border-bottom: 0;
}
.col-content .tour-content ul.control-tabs li a:after {
  content: "";
  display: block;
  clear: both;
}
.col-content .tour-content ul.control-tabs li a.active-tab,
.col-content .tour-content ul.control-tabs li a:hover {
  background-image: -webkit-linear-gradient(top,#fff,#f8f4eb);
  background-image: -moz-linear-gradient(top,#fff,#f8f4eb);
  background-image: -ms-linear-gradient(top,#fff,#f8f4eb);
  background-image: -o-linear-gradient(top,#fff,#f8f4eb);
  background-image: linear-gradient(to bottom,#fff,#f8f4eb);
  background-color: #f8f4eb;
  color: #475700;
}
.col-content .tour-content .content-wrapper {
  background: #fff;
  border: 1px solid #e3dccd;
  float: left;
  padding: 20px 19px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}
.col-content .tour-content .content-wrapper .tour-itinerary {
  margin-bottom: 36px;
}
.col-content .tour-content .content-wrapper .tour-itinerary h3 {
  color: #5b7000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.col-content .tour-content .content-wrapper .tour-itinerary .img {
  margin: 0 5px;
}
.col-content .tour-content .content-wrapper .tour-itinerary .img img {
  background: #f8efdd;
  border: 1px solid #e5e4e1;
  height: 100px;
  padding: 3px;
}
.col-content .tour-content .content-wrapper p {
  margin-bottom: 10px;
}
.col-content .tour-content .content-wrapper .tour-hotels {
  margin-bottom: 50px;
}
.col-content .tour-content .content-wrapper .tour-hotels .left {
  margin-right: 13px;
  width: 200px;
}
.col-content .tour-content .content-wrapper .tour-hotels .left h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.col-content .tour-content .content-wrapper .tour-hotels .highlight {
  color: #fc4a02;
}
.col-content .tour-content .content-wrapper .tour-hotels .right {
  width: 285px;
}
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav2 {
  height: 26px;
  width: 285px;
}
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav .vid,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav2 .vid,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav .img,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav2 .img {
  border: 1px solid #d2d2d2;
  float: right;
}
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav .vid a,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav2 .vid a,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav .img a,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav2 .img a {
  cursor: pointer;
  display: block;
  height: 24px;
}
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav .vid a.current,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav2 .vid a.current,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav .img a.current,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav2 .img a.current {
  background: #d2d2d2;
}
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav .vid,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav2 .vid {
  border-radius: 0 6px 0 0;
}
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav .img,
.col-content .tour-content .content-wrapper .tour-hotels .hotel-nav2 .img {
  border-radius: 6px 0 0 0;
}
.col-content .tour-content .content-wrapper .tour-hotels #hotel-slide-video,
.col-content .tour-content .content-wrapper .tour-hotels #hotel-slide-video2 {
  height: 170px;
  position: relative;
}
.col-content .tour-content .content-wrapper .tour-hotels .hotel-desc {
  background: #fff4de;
  padding: 0 10px 10px;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
}
.col-content .tour-content .content-wrapper .tour-hotels .hotel-desc span {
  line-height: 20px;
}
.col-content .tour-content .content-wrapper .tour-hotels .hotel-desc .hotel-title {
  width: 180px;
}
.col-content .tour-content .content-wrapper .tour-hotels .hotel-desc .hotel-title h3 {
  font-size: 14px;
  line-height: 33px;
  font-weight: 600;
}
.col-content .tour-content .content-wrapper .tour-hotels .hotel-desc .hotel-info {
  width: 85px;
}
.col-content .tour-content .content-wrapper .tour-hotels #acc,
.col-content .tour-content .content-wrapper .tour-hotels #acc2 {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.col-content .tour-content .content-wrapper .tour-hotels #acc li ul,
.col-content .tour-content .content-wrapper .tour-hotels #acc2 li ul {
  background: #fff9ee;
}
.col-content .tour-content .content-wrapper .tour-hotels #acc li ul li a,
.col-content .tour-content .content-wrapper .tour-hotels #acc2 li ul li a {
  display: block;
  background: none;
  padding: 0 0 0 10px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-bottom: 1px;
}
.col-content .tour-content .content-wrapper .tour-hotels #acc li a,
.col-content .tour-content .content-wrapper .tour-hotels #acc2 li a {
  cursor: pointer;
  background: url("../img/tour-hotels-acc.jpg") repeat-x;
  color: #433520;
  display: block;
  padding: 0 10px;
  font-weight: bold;
  text-decoration: none;
  height: 33px;
  line-height: 33px;
  margin-bottom: 1px;
  width: 180px;
}
.col-content .tour-content .content-wrapper .tour-hotels #acc li a.acc-slide,
.col-content .tour-content .content-wrapper .tour-hotels #acc2 li a.acc-slide {
  width: 100%;
}
.col-content .tour-content .content-wrapper .tour-hotels #acc li a.open,
.col-content .tour-content .content-wrapper .tour-hotels #acc2 li a.open {
  border-bottom-color: #384f76;
  color: #fc4a02;
}
.col-content .tour-content .content-wrapper .tour-hotels #acc li a img,
.col-content .tour-content .content-wrapper .tour-hotels #acc2 li a img {
  float: right;
  vertical-align: middle;
}
.col-content .tour-content .content-wrapper .tour-extras {
  background: #ede6d2;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.col-content .tour-content .content-wrapper .tour-extras h3 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
.col-content .tour-content .content-wrapper .tour-extras .left {
  margin-right: 18px;
  width: 240px;
}
.col-content .tour-content .content-wrapper .tour-extras .left a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 28px;
  padding: 10px 0;
  text-align: center;
  width: 70px;
}
.col-content .tour-content .content-wrapper .tour-extras .left a.btn {
  background-color: #ff6702;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
.col-content .tour-content .content-wrapper .tour-extras .left a.btn.remove-btn {
  background-color: #454545 !important;
}
.col-content .tour-content .content-wrapper .tour-extras .right {
  width: 200px;
}
.col-content .tour-content .content-wrapper .tour-extras .right h3 {
  text-align: right;
}
.col-content .tour-content .content-wrapper .tour-extras .right h3 span {
  margin-left: 15px;
}
.col-content .tour-content .content-wrapper .tour-extras .left-content {
  height: 93px;
}
.col-content .tour-content .content-wrapper .tour-extras .add-remove {
  margin-right: 10px;
}
.col-content .tour-content .content-wrapper .tour-extras .img img {
  background: #f8efdd;
  border: 1px solid #e5e4e1;
  height: 93px;
  padding: 3px;
}
.col-content .tour-content .content-wrapper .tour-details .left,
.col-content .tour-content .content-wrapper .tour-details .right {
  width: 240px;
}
.col-content .tour-content .content-wrapper .tour-details .left {
  margin-right: 18px;
}
.col-content .tour-content .content-wrapper .tour-details .title {
  background: #333c0d;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
.col-content .tour-content .content-wrapper .tour-details .content {
  background-color: #fcf6ea;
  text-align: center;
}
.col-content .tour-content .content-wrapper .tour-weather h3 {
  color: #313811;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
.col-content .tour-content .content-wrapper .tour-weather .title {
  background: #9eab6a;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 1px;
  text-align: center;
}
.col-content .tour-content .content-wrapper .tour-weather .list {
  margin-right: 1px;
  width: 123px;
}
.col-content .tour-content .content-wrapper .tour-weather .row {
  background: #f1f6e5;
  color: #5e673a;
  line-height: 30px;
  margin-bottom: 1px;
  padding: 0 5px;
}
.col-content .tour-content .content-wrapper .tour-weather .big {
  background: url("../img/crowd.png") no-repeat 0 0;
  line-height: 30px;
  padding-left: 30px;
  display: inline-block;
}
.col-content .tour-content .content-wrapper .tour-weather .med {
  background: url("../img/crowd.png") no-repeat 0 -31px;
  line-height: 30px;
  padding-left: 30px;
  display: inline-block;
}
.col-content .tour-content .content-wrapper .tour-weather .small {
  background: url("../img/crowd.png") no-repeat 0 -62px;
  line-height: 30px;
  padding-left: 30px;
  display: inline-block;
}
.col-content .tour-content .content-wrapper .tour-title {
  border-bottom: 1px solid #cdc8bc;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.col-content .tour-content .content-wrapper .column {
  display: inline;
  float: left;
}
.col-content .tour-content .content-wrapper .tour-details h3 {
  color: #313811;
  margin-bottom: 10px;
}
.col-content .tour-content .content-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
}
.col-content .tour-content .content-wrapper .tour-info {
  margin-bottom: 36px;
}
.col-content .tour-content .content-wrapper .tour-info .tour-map {
  width: 218px;
  text-align: right;
}
.col-content .tour-content .content-wrapper .tour-info .tour-map img {
  background: #f8efdd;
  border: 1px solid #e5e4e1;
  height: 281px;
  width: 200px;
  padding: 3px;
}
.col-content .tour-content .content-wrapper .tour-info .tour-rating {
  width: 280px;
}
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list {
  margin-bottom: 20px;
}
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .rating-title {
  width: 70px;
}
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star {
  width: 200px;
}
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .title,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .title .star1,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star .star1,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .title .star2,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star .star2,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .title .star3,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star .star3,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .title .star4,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star .star4,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .title .star5,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star .star5 {
  background: url("../img/star.png") no-repeat 0 0;
  height: 20px;
  width: 100px;
}
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .title .star1,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star .star1 {
  background-position: 0 0;
}
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .title .star2,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star .star2 {
  background-position: 0 -30px;
}
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .title .star3,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star .star3 {
  background-position: 0 -60px;
}
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .title .star4,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star .star4 {
  background-position: 0 -90px;
}
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .title .star5,
.col-content .tour-content .content-wrapper .tour-info .tour-rating .list .star .star5 {
  background-position: 0 -120px;
}
.col-content .tour-content .content-wrapper .tour-desc h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.col-content .tour-content .content-wrapper .tour-desc li {
  background: url("../img/checklist.png") no-repeat 0 0;
  line-height: 30px;
  padding-left: 30px;
}
.debug-console {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 21px rgba(0,0,0,0.5), 7px 9px 11px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 21px rgba(0,0,0,0.5), 7px 9px 11px rgba(0,0,0,0.2);
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #fff;
}
.tour-slider {
  margin-bottom: 15px;
}
.tour-slider>.view-slide>.wrapper {
  overflow: hidden;
}
.tour-slider img {
  -ms-filter: none;
  filter: none;
  opacity: 1;
  height: auto;
  -webkit-transition: 0.5s opacity, 0.5s height;
  transition: 0.5s opacity, 0.5s height;
}
.view-slide {
  padding: 5px;
  border: 1px solid #d4c6a8;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  height: 303px;
}
.view-slide:hover .buttons a {
  -ms-filter: none;
  filter: none;
  opacity: 1;
  top: 94px;
  -webkit-transition: 0.2s top, 0.2s opacity;
  transition: 0.2s top, 0.2s opacity;
}
.view-slide .buttons a {
  width: 23px;
  height: 124px;
  background: url("../img/classic-map.png") no-repeat 0 0;
  position: absolute;
  top: 94px;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transition: 1s top, 1s opacity cubic-bezier(1, 1, 0, 1);
  transition: 1s top, 1s opacity cubic-bezier(1, 1, 0, 1);
}
.view-slide .buttons a.swipe-left {
  background-position: 0 46px;
  left: 10px;
}
.view-slide .buttons a.swipe-right {
  background-position: -293px 46px;
  right: 10px;
}
.wrapper {
  height: 291px;
}
.wrapper .slick-slide img {
  min-width: 100%;
  min-height: 100%;
}
.controls .slick-slide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.5s opacity, 0.5s margin;
  transition: 0.5s opacity, 0.5s margin;
  width: 156px;
  height: 87px;
  overflow: hidden;
}
.controls .slick-slide.slick-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: pointer;
}
.controls .slick-slide.slick-active:hover {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.controls .slick-slide .border-wrapper {
  margin: 0 6px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #d4c6a8;
}
.controls .slick-slide img {
  min-width: 100%;
  min-height: 100%;
}
.controls .slick-slide.slick-center {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.control-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 87px;
}
.control-wrapper .preload {
  height: 87px;
  overflow: hidden;
}
.control-wrapper .buttons a {
  width: 23px;
  height: 40px;
  background: url("../img/classic-map.png") no-repeat 0 0;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.control-wrapper .buttons a.swipe-left {
  background-position: -495px 5px;
  top: 24px;
  left: 0;
}
.control-wrapper .buttons a.swipe-right {
  background-position: -578px 5px;
  top: 24px;
  right: 0;
}
.control-wrapper .buttons a:hover {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.inputField:focus,
.discount-field:focus {
  outline: none;
}
.HotelsAccordeon {
  display: block;
  width: 200px;
  position: relative;
  min-height: 332px;
}
.HotelsAccordeon>ul>li>a {
  cursor: pointer;
  background: url("../img/tour-hotels-acc.jpg") repeat-x;
  color: #433520;
  display: block;
  padding: 0 10px;
  font-weight: bold;
  text-decoration: none;
  height: 33px;
  line-height: 33px;
  margin-bottom: 1px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}
.HotelsAccordeon>ul>li>a.stars-2:after,
.HotelsAccordeon>ul>li>a.stars-3:after,
.HotelsAccordeon>ul>li>a.stars-4:after,
.HotelsAccordeon>ul>li>a.stars-5:after {
  content: "\f005";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  width: 76px;
  font-size: 9px;
  letter-spacing: 3.5px;
}
.HotelsAccordeon>ul>li>a.stars-2:after {
  content: "\f005\f005";
}
.HotelsAccordeon>ul>li>a.stars-3:after {
  content: "\f005\f005\f005";
}
.HotelsAccordeon>ul>li>a.stars-4:after {
  content: "\f005\f005\f005\f005";
}
.HotelsAccordeon>ul>li>a.stars-5:after {
  content: "\f005\f005\f005\f005\f005";
}
.HotelsAccordeon>ul>li.chosenOne>a {
  color: #ff6702;
}
.HotelsAccordeon>ul>li>ul {
  display: none;
}
.HotelsAccordeon>ul>li>ul>li {
  background-color: #fff9ee;
}
.HotelsAccordeon>ul>li>ul>li>a {
  display: block;
  background: none;
  padding: 0 0 0 10px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-bottom: 1px;
  text-decoration: none;
  width: 100%;
  color: #433520;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.HotelsAccordeon>ul>li>ul>li>a.chosenItem {
  color: #ff6702;
}
.HotelsAccordeon>ul>li>ul>li>div {
  display: none;
  position: absolute;
  right: -300px;
  top: 0;
  width: 287px;
}
.HotelsAccordeon>ul>li>ul>li>div .photo-tab,
.HotelsAccordeon>ul>li>ul>li>div .video-tab {
  width: 40px;
  height: 26px;
  position: absolute;
  top: -26px;
  right: 0;
  border: 1px solid #d2d2d2;
}
.HotelsAccordeon>ul>li>ul>li>div .photo-tab:after,
.HotelsAccordeon>ul>li>ul>li>div .video-tab:after {
  content: "";
  width: 40px;
  height: 26px;
  background: url("../img/hotel-img.png") no-repeat 0 0;
  display: block;
}
.HotelsAccordeon>ul>li>ul>li>div .photo-tab.active,
.HotelsAccordeon>ul>li>ul>li>div .video-tab.active {
  background-color: #d2d2d2;
}
.HotelsAccordeon>ul>li>ul>li>div .photo-tab {
  border-radius: 6px 0 0 0;
  right: 40px;
}
.HotelsAccordeon>ul>li>ul>li>div .video-tab {
  border-radius: 0 6px 0 0;
}
.HotelsAccordeon>ul>li>ul>li>div .video-tab:after {
  background: url("../img/hotel-vid.png") no-repeat 0 0;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-slider>.controls {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-slider>.controls>a {
  font-size: 18px;
  color: #ff6702;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 0 #fff;
  -webkit-transition: 0.8s opacity, 0.8s transform;
  transition: 0.8s opacity, 0.8s transform;
  position: absolute;
  top: 80px;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-slider>.controls>a.go-left {
  left: 10px;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-slider>.controls>a.go-right {
  right: 10px;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-slider,
.HotelsAccordeon>ul>li>ul>li>div .hotel-video {
  display: none;
  width: 287px;
  height: 171px;
  position: relative;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-slider.active,
.HotelsAccordeon>ul>li>ul>li>div .hotel-video.active {
  display: block;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-slider>img,
.HotelsAccordeon>ul>li>ul>li>div .hotel-video>img {
  display: block;
  width: 287px;
  height: 171px;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-slider .slick-list,
.HotelsAccordeon>ul>li>ul>li>div .hotel-video .slick-list {
  z-index: 999;
  position: relative;
  width: 287px;
  height: 171px;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-slider .slick-list .slick-slide,
.HotelsAccordeon>ul>li>ul>li>div .hotel-video .slick-list .slick-slide {
  width: 287px;
  height: 171px;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-slider .slick-list img,
.HotelsAccordeon>ul>li>ul>li>div .hotel-video .slick-list img {
  width: 100%;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-slider .loader,
.HotelsAccordeon>ul>li>ul>li>div .hotel-video .loader {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 171px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  background: url("../img/busy.gif") no-repeat 92px 36px;
  top: 0;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-info .description {
  background: #fff4de;
  padding: 10px;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-info .description table {
  width: 100%;
}
.HotelsAccordeon>ul>li>ul>li>div .hotel-info .description h3 {
  font-size: 12px;
  font-weight: 600;
}
.oldstylesheet * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.oldstylesheet * h1,
.oldstylesheet * h2,
.oldstylesheet * h3,
.oldstylesheet * h4,
.oldstylesheet * h5,
.oldstylesheet * h6,
.oldstylesheet * img,
.oldstylesheet * input,
.oldstylesheet * li,
.oldstylesheet * ol,
.oldstylesheet * p,
.oldstylesheet * ul {
  margin: 0;
  padding: 0;
}
.oldstylesheet * body {
  background: url("../img/bg.jpg") no-repeat scroll 50% 0 #fff4de;
  color: #433520;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.oldstylesheet * a {
  text-decoration: none;
}
.oldstylesheet * a:active,
.oldstylesheet * a:link,
.oldstylesheet * a:visited {
  color: #433520;
}
.oldstylesheet * a:hover {
  color: #fc4a02;
}
.oldstylesheet * h2 {
  font-size: 20px;
}
.oldstylesheet * h3 {
  font-size: 18px;
}
.oldstylesheet * img,
.oldstylesheet * input {
  border: 0 none;
}
.oldstylesheet * p {
  line-height: 20px;
  margin-bottom: 10px;
}
.oldstylesheet * table {
  border-collapse: collapse;
  border-spacing: 0;
}
.oldstylesheet * ol,
.oldstylesheet * ul {
  list-style: none outside none;
}
.oldstylesheet * .clear {
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.oldstylesheet * article,
.oldstylesheet * aside,
.oldstylesheet * details,
.oldstylesheet * figcaption,
.oldstylesheet * figure,
.oldstylesheet * footer,
.oldstylesheet * header,
.oldstylesheet * hgroup,
.oldstylesheet * menu,
.oldstylesheet * nav,
.oldstylesheet * section {
  display: block;
}
.oldstylesheet * .container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
  position: relative;
  width: 980px;
}
.oldstylesheet * .column {
  display: inline;
  float: left;
}
.oldstylesheet * #content,
.oldstylesheet * #content-plain {
  background: url("../img/menu-corner.png") no-repeat 0 0;
  padding: 0 12px;
  position: relative;
  width: 980px;
}
.oldstylesheet * #content-plain {
  background: none;
}
.oldstylesheet * #content .page,
.oldstylesheet * #content .admin {
  background-color: #fff4de;
  -webkit-box-shadow: 0 0 3px #aaa;
  box-shadow: 0 0 3px #aaa;
  padding: 20px 10px 95px;
  position: relative;
}
.oldstylesheet * #content .admin {
  min-height: 300px;
}
.oldstylesheet * a.highlight,
.oldstylesheet * .highlight,
.oldstylesheet * #menu li:hover div a:hover {
  color: #fc4a02;
}
.oldstylesheet * .two-col {
  width: 490px;
}
.oldstylesheet * .three-col {
  width: 320px;
}
.oldstylesheet * .four-col {
  width: 245px;
}
.oldstylesheet * .space-col {
  height: 10px;
  width: 10px;
}
.oldstylesheet * #menu ul li .dropdown,
.oldstylesheet * #menu ul li a,
.oldstylesheet * #side-products-list a,
.oldstylesheet * #side-list a,
.oldstylesheet * #footer a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.oldstylesheet * a.btn,
.oldstylesheet * a.btn.remove {
  background: url("../img/btn.png") repeat-x 0 0 #ee851d;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.oldstylesheet * a.btn.remove {
  background: url("../img/btn.png") repeat-x 0 -100px;
}
.oldstylesheet * a#add-to-cart.btn {
  background: url("../img/btn.png") repeat-x 0 -50px #a1b60f;
}
.oldstylesheet * a#add-to-cart.btn active {
  background: #3c5a99;
}
.oldstylesheet * .side-corner {
  background: url("../img/side-corner.png") no-repeat 0 100%;
  height: 4px;
  width: auto;
}
.oldstylesheet * #bg-shadow {
  background: url("../img/bg-shadow.png") repeat-x 0 0;
  height: 150px;
  position: absolute;
  top: 550px;
  width: 100%;
}
.oldstylesheet * #slide-shadow {
  background: url("../img/slide-shadow-bg.png") no-repeat 50% 0;
  height: 400px;
  position: absolute;
  top: 300px;
  width: 100%;
}
.oldstylesheet * #top {
  background: url("../img/lace.png") repeat-x 0 0;
  height: 10px;
  width: 100%;
}
.oldstylesheet * #header {
  height: 110px;
  padding: 0;
  width: 1004px;
}
.oldstylesheet * #logo a,
.oldstylesheet * #logo-admin a,
.oldstylesheet * #chat a {
  background: no-repeat 0 0;
  display: inline-block;
  text-indent: -9999px;
}
.oldstylesheet * #logo {
  margin: 15px 0 0 12px;
  width: 428px;
}
.oldstylesheet * #logo a {
  background-image: url("../img/logo.png");
  height: 93px;
  width: 428px;
}
.oldstylesheet * #chat {
  margin: 10px 0 0 15px;
  width: 217px;
}
.oldstylesheet * #chat a {
  background-image: url("../img/chat.png");
  height: 95px;
  width: 217px;
}
.oldstylesheet * #info {
  margin: 16px 0 0 30px;
  width: 300px;
}
.oldstylesheet * .phone,
.oldstylesheet * .email {
  background: url("../img/info-bg.png") no-repeat 0 0;
}
.oldstylesheet * .phone {
  height: 26px;
  margin-bottom: 5px;
  padding-left: 36px;
}
.oldstylesheet * .phone span {
  vertical-align: middle;
}
.oldstylesheet * .phone .number {
  font-size: 20px;
  font-weight: bold;
}
.oldstylesheet * .phone .toll {
  background: #ff6702;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
}
.oldstylesheet * .email {
  background-position: 0 -27px;
  font-size: 16px;
  padding-left: 36px;
}
.oldstylesheet * #header-email-register form {
  background: url("../img/search-bg.png") no-repeat 0 0;
  height: 32px;
  margin-top: 10px;
  padding: 0;
  width: 290px;
}
.oldstylesheet * #header-email-register .inputField {
  background: none;
  border: none;
  color: #6a604d;
  float: left;
  font-style: italic;
  height: 22px;
  line-height: 22px;
  margin: 0;
  padding: 5px 10px 5px 5px;
  width: 212px;
}
.oldstylesheet * #header-email-register .btn-search {
  background: url("../img/search-button.png") no-repeat 0 0;
  cursor: pointer;
  float: left;
  height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 63px;
}
.oldstylesheet * #menu {
  background: url("../img/menu-bg.png") no-repeat 0 0;
  font-size: 15px;
  font-weight: bold;
  height: 57px;
  text-transform: uppercase;
  z-index: 3;
}
.oldstylesheet * #menu ul li {
  float: left;
  display: block;
  position: relative;
}
.oldstylesheet * #menu ul li a {
  background: url("../img/menu-active.png") no-repeat 50% -21px;
  color: #fff;
  display: block;
  line-height: 50px;
  padding: 7px 27px 0;
}
.oldstylesheet * #menu ul li.current_page_item a,
.oldstylesheet * #menu li:hover a {
  background: url("../img/menu-active.png") no-repeat 50% 0;
}
.oldstylesheet * #menu ul li ul li a,
.oldstylesheet * #menu li:hover ul li a {
  background: none;
  line-height: 12px;
  padding: 0;
}
.oldstylesheet * .dropdown,
.oldstylesheet * .filters .dropdown {
  background: #e6dcc7;
  background: -moz-linear-gradient(top, #ece4cf, #dfd0ac);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ece4cf), to(#dfd0ac));
  border-radius: 0 0 5px 5px;
  display: none;
  float: left;
  left: -1px;
  margin: 0 auto;
  padding: 20px 5px 10px 5px;
  position: absolute;
  text-align: left;
  width: 400px;
}
.oldstylesheet * .dropdown.no-image {
  width: 220px;
}
.oldstylesheet * .dropdown.second-right {
  left: 0;
}
.oldstylesheet * .dropdown.first-right {
  left: -132px;
}
.oldstylesheet * .drop_list,
.oldstylesheet * .drop_img {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.oldstylesheet * .drop_list {
  width: 210px;
}
.oldstylesheet * .drop_img {
  width: 170px;
  position: relative;
}
.oldstylesheet * .drop_img img,
.oldstylesheet * #menu ul li:hover .dropdown,
.oldstylesheet * .no-touch .filters li:hover .dropdown {
  display: block;
  top: auto;
}
.oldstylesheet * #menu li:hover div a {
  color: #433520;
}
.oldstylesheet * #menu li ul {
  margin: 0 0 12px 0;
  padding: 0;
}
.oldstylesheet * #menu li ul li {
  background: url("../img/arrow.png") no-repeat 0 0;
  float: none;
  font-size: 14px;
  line-height: 12px;
  margin: 0;
  position: relative;
  padding: 0 0 12px 14px;
  text-transform: none;
}
.oldstylesheet * #menu ul li ul li a,
.oldstylesheet * #menu ul li.current_page_item ul li a {
  background: none;
}
.oldstylesheet * #slider {
  background: url("../img/slider-bg.jpg") no-repeat 0 0;
  height: 440px;
  margin-bottom: 13px;
}
.oldstylesheet * div#feature_list {
  height: 440px;
  position: relative;
  width: 980px;
}
.oldstylesheet * div#feature_list ul {
  position: absolute;
}
.oldstylesheet * ul#tabs {
  right: -17px;
  top: 6px;
  width: 265px;
  z-index: 2;
}
.oldstylesheet * ul#tabs li {
  font-family: Arial;
}
.oldstylesheet * ul#tabs li h3 {
  background: url("../img/slide-btn-bg.png") repeat 0 0;
  bottom: 12px;
  font-size: 14px;
  font-weight: normal;
  padding: 2.5px 5px 2.5px;
  position: absolute;
  text-align: right;
  width: 146px;
}
.oldstylesheet * ul#tabs li .img-current {
  background: url("../img/slide-current-img.jpg") no-repeat 48px 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  height: 83px;
  padding-top: 4px;
  position: absolute;
  right: 30px;
  text-align: right;
  top: 3px;
  visibility: hidden;
  width: 206px;
  line-height: normal;
}
.oldstylesheet * ul#tabs li .img-current h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3px;
}
.oldstylesheet * ul#tabs li a {
  color: #fff;
  display: block;
  height: 88px;
  padding: 3px 32px 11px 77px;
  position: relative;
  width: 156px;
}
.oldstylesheet * ul#tabs li a.current {
  background: url("../img/slide-current.png") no-repeat 0 0;
  z-index: 9999;
}
.oldstylesheet * ul#tabs li a.current .img-current {
  visibility: visible;
}
.oldstylesheet * ul#tabs li a.current:hover {
  cursor: default;
}
.oldstylesheet * ul#output {
  height: 434px;
  left: 10px;
  position: relative;
  top: 0;
  width: 787px;
}
.oldstylesheet * ul#output li {
  background: url("../img/slide-main-bg.png") repeat 0 0;
  height: 430px;
  padding: 0 4px 4px;
  position: absolute;
  width: 779px;
}
.oldstylesheet * #slide-view {
  bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  right: 20px;
}
.oldstylesheet * #slide-view a {
  color: #fc4a02;
  text-decoration: underline;
}
.oldstylesheet * #bus {
  margin-bottom: 20px;
}
.oldstylesheet * #cta {
  background: url("../img/cta-border.png") no-repeat 50% 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.oldstylesheet * #cta .four-col {
  padding-left: 10px;
  width: 235px;
}
.oldstylesheet * #cta h2 {
  background: url("../img/cta-title.png") no-repeat 0 100%;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0 0 6px 10px;
}
.oldstylesheet * #intro-text {
  margin-bottom: 65px;
}
.oldstylesheet * #intro-text h2 {
  color: #fc4a02;
  font-weight: normal;
  margin-bottom: 20px;
}
.oldstylesheet * #intro-text .two-col {
  margin-bottom: 20px;
}
.oldstylesheet * #intro-text .two-col {
  padding-right: 40px;
  width: 450px;
}
.oldstylesheet * #side-products {
  margin: 0 10px 0 -20px;
  position: absolute;
  width: 450px;
}
.oldstylesheet * #side-products-title {
  background: url("../img/title.png") repeat-x 0 -120px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #73634a;
}
.oldstylesheet * #side-products-list {
  background: #e9dab9;
  padding: 20px 10px 20px 20px;
}
.oldstylesheet * #side-products-menu {
  margin-right: 10px;
  width: 220px;
}
.oldstylesheet * #side-products-menu {
  font-size: 13px;
  font-weight: bold;
}
.oldstylesheet * #side-products-menu li {
  background: url("../img/arrow.png") no-repeat 100% 0;
  border-bottom: 1px solid #e0d1b2;
  line-height: 12px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.oldstylesheet * #side-products-menu li a.green,
.oldstylesheet * #side-products-menu li first-child a {
  color: #009e07;
}
.oldstylesheet * #side-products-menu li a:hover {
  color: #fc4a02;
}
.oldstylesheet * #side-products-pic h3 {
  line-height: 12px;
  margin-bottom: 10px;
}
.oldstylesheet * #side-products-price,
.oldstylesheet * #side-products-day {
  display: inline-block;
  width: 95px;
}
.oldstylesheet * #side-products-day {
  text-align: right;
}
.oldstylesheet * #side-products-pic {
  width: 190px;
}
.oldstylesheet * #side-products-pic img {
  background: #f8efdd;
  border: 1px solid #d4c6a8;
  padding: 3px;
}
.oldstylesheet * .product-city {
  margin-bottom: 5px;
}
.oldstylesheet * #side-products-corner {
  background: url("../img/side-list-bg.png") no-repeat scroll 0 100% transparent;
  height: 4px;
  width: auto;
}
.oldstylesheet * #main-products {
  width: 500px;
}
.oldstylesheet * .entry-product {
  margin-bottom: 50px;
}
.oldstylesheet * .product-header {
  background: #78694f;
  color: #fff;
  height: 34px;
  line-height: 32px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.oldstylesheet * .product-meta {
  float: right;
  font-size: 18px;
  text-align: right;
}
.oldstylesheet * .product-meta span {
  margin-left: 20px;
}
.oldstylesheet * .product-content {
  padding: 0 10px;
}
.oldstylesheet * .product-content img.img-hero {
  border: 1px solid #d4c6a8;
  border-radius: 6px;
  padding: 3px;
  height: 261px;
  margin-bottom: 10px;
  width: 472px;
}
.oldstylesheet * .product-content .two-col {
  width: 240px;
}
.oldstylesheet * .product-content a {
  cursor: pointer;
}
.oldstylesheet * .product-content ul {
  list-style: outside disc;
  margin: 0 0 40px 35px;
}
.oldstylesheet * #main-products li {
  margin-bottom: 10px;
}
.oldstylesheet * .product-content .btn {
  background: #f97509;
  background: -moz-linear-gradient(top, #f97509, #d65900);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f97509), to(#d65900));
  border-radius: 6px;
  color: #fff !important;
  font-size: 13px;
  margin-left: 20px;
  padding: 10px;
}
.oldstylesheet * #side-products.stickit {
  position: fixed;
  top: 13px;
}
.oldstylesheet * #side-products.stickit-end {
  bottom: 91px;
  left: 10px;
  position: absolute;
}
.oldstylesheet * .page-title {
  margin-bottom: 20px;
  text-align: center;
}
.oldstylesheet * #side-faqs {
  margin: 0 20px 0 -20px;
  position: absolute;
  width: 400px;
}
.oldstylesheet * .side-info {
  background: #f4ebd9;
  border-radius: 0 6px 0 0;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
  padding: 20px;
}
.oldstylesheet * #side-tour .side-info {
  padding: 10px 20px 5px;
}
.oldstylesheet * .side-info-title {
  border-bottom: 1px solid #e1dac9;
  height: 50px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.oldstylesheet * .side-info-title h3 {
  float: left;
  line-height: 50px;
}
.oldstylesheet * #side-tour .side-info-title h3 {
  float: left;
  font-size: 12px;
}
.oldstylesheet * .side-info-btn {
  float: right;
}
.oldstylesheet * .side-info span {
  font-size: 14px;
  line-height: 20px;
}
.oldstylesheet * #side-list {
  background: #faf9f5;
  border-radius: 0 0 6px 0;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
  padding: 20px 20px 0;
}
.oldstylesheet * #side-list ul {
  font-size: 13px;
  font-weight: bold;
}
.oldstylesheet * #side-list li {
  background: url("../img/arrow.png") no-repeat 100% 0;
  border-bottom: 1px solid #f0ebde;
  line-height: 12px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.oldstylesheet * #side-list li:last-child {
  border: 0;
  margin: 0;
}
.oldstylesheet * #main-faqs {
  background: #faf9f5;
  background: -moz-linear-gradient(top, #fff, #faf9f5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#faf9f5));
  border-radius: 6px;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
  margin-left: 400px;
  padding: 20px;
  width: 500px;
}
.oldstylesheet * #main-faqs .entry-content {
  margin-bottom: 50px;
}
.oldstylesheet * #main-faqs h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.oldstylesheet * #main-faqs ul {
  list-style: outside disc;
  margin: 0 0 10px 35px;
  width: 195px;
}
.oldstylesheet * #main-faqs li {
  margin-bottom: 10px;
}
.oldstylesheet * #side-faqs.stickit {
  position: fixed;
  top: 10px;
}
.oldstylesheet * #side-faqs.stickit-end {
  bottom: 91px;
  left: 10px;
  position: absolute;
}
.oldstylesheet * #page-content {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  width: 920px;
}
.oldstylesheet * #page-content.plain {
  background: #fff4de;
}
.oldstylesheet * #page-content h3 {
  margin-bottom: 10px;
}
.oldstylesheet * #page-content .entry-content {
  margin-bottom: 50px;
}
.oldstylesheet * #page-content .two-col {
  width: 425px;
}
.oldstylesheet * #page-content ul {
  list-style: outside disc;
  margin: 0 0 40px 35px;
}
.oldstylesheet * #side-tour {
  margin-right: 25px;
  position: absolute;
  width: 355px;
}
.oldstylesheet * #side-tour-title {
  background: url("../img/side-tour-title.jpg") repeat-x scroll 0 0;
  color: #fff;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
}
.oldstylesheet * #side-tour-title-hotel {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.oldstylesheet * #side-tour-spec {
  background: #fff;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
  padding: 5px 20px;
}
.oldstylesheet * #side-tour-spec .list {
  border-bottom: 1px solid #f3efe4;
  margin-bottom: 5px;
  padding: 5px 0;
}
.oldstylesheet * #side-tour-spec .title {
  width: 125px;
}
.oldstylesheet * #side-tour-spec .info {
  float: right;
  text-align: right;
  width: 190px;
}
.oldstylesheet * #side-tour-spec .price-day {
  color: #433520;
  font-size: 20px;
  font-weight: bold;
}
.oldstylesheet * #side-tour-spec .price-day span {
  margin-bottom: 5px;
}
.oldstylesheet * #side-tour-spec .price-day #price,
.oldstylesheet * #side-tour-spec .price-day #day,
.oldstylesheet * #side-tour-spec .hotel .title,
.oldstylesheet * #side-tour-spec .hotel-optional .title {
  width: 100px;
}
.oldstylesheet * #side-tour-spec .hotel .info,
.oldstylesheet * #side-tour-spec .hotel-optional .info {
  width: 215px;
}
.oldstylesheet * #side-tour-spec .hotel,
.oldstylesheet * #side-tour-spec .hotel-optional {
  color: #483817;
  font-size: 16px;
}
.oldstylesheet * #side-tour-spec .hotel h3,
.oldstylesheet * #side-tour-spec .hotel select,
.oldstylesheet * #side-tour-spec .hotel-optional h3,
.oldstylesheet * #side-tour-spec .hotel-optional select {
  margin-bottom: 10px;
}
.oldstylesheet * #side-tour-spec .hotel h3 span,
.oldstylesheet * #side-tour-spec .hotel-optional h3 span {
  font-size: 12px;
  font-weight: normal;
}
.oldstylesheet * #side-tour-spec .hotel-optional {
  display: none;
}
.oldstylesheet * #side-tour-spec .overnight .title {
  line-height: 20px;
  width: 205px;
}
.oldstylesheet * #side-tour-spec .overnight .info {
  width: 110px;
}
.oldstylesheet * #side-tour-spec .overnight select {
  margin-bottom: 10px;
  width: 100px;
}
.oldstylesheet * #side-tour-spec .tour-tooltip {
  display: inline-block;
  vertical-align: middle;
}
.oldstylesheet * #side-tour-spec a.tooltip {
  color: #433520;
  cursor: pointer;
}
.oldstylesheet * #side-tour-spec .cart {
  color: #433820;
  font-size: 12px;
  line-height: 36px;
}
.oldstylesheet * #side-tour-spec .cart .title a {
  text-decoration: underline;
}
.oldstylesheet * #side-tour-spec .cart .info a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
}
.oldstylesheet * #side-tour-spec select {
  overflow: hidden;
  height: 20px;
  width: 210px;
}
.oldstylesheet * html not(.browser-android) select {
  background: #f9f1dc;
  border: 1px solid #d6d1c7;
}
.oldstylesheet * #side-tour-spec select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.oldstylesheet * #side-tour-spec #success-message,
.oldstylesheet * #side-tour-spec #error-message {
  margin: 0;
}
.oldstylesheet * #view-hotels {
  color: #fc4a02;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
}
.oldstylesheet * #main-tour {
  margin-left: 380px;
  width: 540px;
}
.oldstylesheet * #tour-slide {
  height: 412px;
  margin-bottom: 10px;
  width: 540px;
}
.oldstylesheet * #tour-register {
  background: url("../img/tour-register.jpg") repeat-x 0 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
  height: 36px;
  margin-bottom: 24px;
  padding: 10px;
}
.oldstylesheet * #tour-register .left {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  width: 260px;
}
.oldstylesheet * #tour-register .right {
  width: 260px;
}
.oldstylesheet * #center-email-register,
.oldstylesheet * #center-email-register form {
  background: #f5e4bc;
  border-radius: 2px;
  height: 32px;
  margin: 0;
  padding: 0;
  width: 260px;
}
.oldstylesheet * #center-email-register .inputField {
  background: #f5e4bc;
  border: none;
  color: #433820;
  float: left;
  font-style: italic;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin: 0;
  padding: 5px 10px 5px 5px;
  width: 213px;
}
.oldstylesheet * #center-email-register .btn-search {
  background: url("../img/register-btn.jpg") scroll 0 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  float: left;
  height: 32px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 32px;
}
.oldstylesheet * .liteTabs {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 540px;
}
.oldstylesheet * .liteTabs ul.title-tab {
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.oldstylesheet * .liteTabs .title-tab li {
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.oldstylesheet * .liteTabs .title-tab a {
  background: #e6d0a3;
  border: 1px solid #e3dccd;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  display: block;
  height: 50px;
  margin-left: 4px;
  outline: 0;
  vertical-align: middle;
  width: 130px;
}
.oldstylesheet * .liteTabs .title-tab li first-child a {
  margin-left: 0;
}
.oldstylesheet * .liteTabs li a:hover,
.oldstylesheet * .liteTabs li a.selected,
.oldstylesheet * .liteTabs li a.selected:hover {
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #f8f4eb);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f8f4eb));
  color: #475700;
}
.oldstylesheet * .liteTabs .tour-content {
  background: #fff;
  border: 1px solid #e3dccd;
  float: left;
  padding: 20px;
  width: 498px !important;
}
.oldstylesheet * .liteTabs div.selected {
  position: static !important;
}
.oldstylesheet * .tour-title {
  border-bottom: 1px solid #cdc8bc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.oldstylesheet * .tour-info,
.oldstylesheet * .tour-itinerary {
  margin-bottom: 36px;
}
.oldstylesheet * .tour-rating .list {
  margin-bottom: 20px;
}
.oldstylesheet * .tour-rating {
  width: 280px;
}
.oldstylesheet * .tour-itinerary a {
  color: #03c;
}
.oldstylesheet * .tour-itinerary a:hover {
  color: #fc4a02;
}
.oldstylesheet * .tour-itinerary ul {
  line-height: 20px;
  list-style: disc outside;
  margin-left: 15px;
}
.oldstylesheet * .tour-rating .title,
.oldstylesheet * .tour-rating .star {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.oldstylesheet * .star1,
.oldstylesheet * .star2,
.oldstylesheet * .star3,
.oldstylesheet * .star4,
.oldstylesheet * .star5 {
  background: url("../img/star.png") no-repeat 0 0;
  height: 20px;
  width: 100px;
}
.oldstylesheet * .star2 {
  background-position: 0 -30px;
}
.oldstylesheet * .star3 {
  background-position: 0 -60px;
}
.oldstylesheet * .star4 {
  background-position: 0 -90px;
}
.oldstylesheet * .star5 {
  background-position: 0 -120px;
}
.oldstylesheet * .tour-rating .rating-title {
  width: 70px;
}
.oldstylesheet * .tour-rating .star {
  width: 200px;
}
.oldstylesheet * .tour-rating .star img {
  height: 20px;
}
.oldstylesheet * .tour-desc,
.oldstylesheet * .tour-desc h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.oldstylesheet * .tour-desc li {
  background: url("../img/checklist.png") no-repeat 0 0;
  line-height: 30px;
  padding-left: 30px;
}
.oldstylesheet * .tour-map {
  width: 218px;
}
.oldstylesheet * .tour-map img {
  background: #f8efdd;
  border: 1px solid #e5e4e1;
  height: 281px;
  width: 200px;
  padding: 3px;
}
.oldstylesheet * .tour-itinerary h3 {
  color: #5b7000;
  margin-bottom: 10px;
}
.oldstylesheet * .tour-itinerary .img {
  margin: 0 5px;
}
.oldstylesheet * .tour-itinerary .img img {
  background: #f8efdd;
  border: 1px solid #e5e4e1;
  height: 93px;
  padding: 3px;
}
.oldstylesheet * .tour-extras {
  background: #ede6d2;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.oldstylesheet * .tour-extras .left {
  margin-right: 18px;
  width: 240px;
}
.oldstylesheet * .tour-extras h3 {
  font-size: 15px;
  margin-bottom: 15px;
}
.oldstylesheet * .tour-extras .message p {
  color: #fc4a02;
  text-align: right;
  line-height: 1em;
  margin-bottom: 10px;
}
.oldstylesheet * .tour-extras .left-content {
  height: 93px;
}
.oldstylesheet * .tour-extras .add-remove {
  margin-right: 10px;
}
.oldstylesheet * .tour-extras .left a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 28px;
  padding: 10px 0;
  text-align: center;
  width: 70px;
}
.oldstylesheet * .tour-extras .left a.remove {
  font-size: 12px;
  padding: 10px 0;
}
.oldstylesheet * .tour-extras .img img {
  background: #f8efdd;
  border: 1px solid #e5e4e1;
  height: 93px;
  padding: 3px;
}
.oldstylesheet * .tour-extras .right {
  width: 200px;
}
.oldstylesheet * .tour-extras .right h3 {
  text-align: right;
}
.oldstylesheet * .tour-extras .right h3 span {
  margin-left: 15px;
}
.oldstylesheet * .tour-hotels {
  margin-bottom: 50px;
}
.oldstylesheet * .tour-hotels .left {
  margin-right: 13px;
  width: 200px;
}
.oldstylesheet * .tour-hotels .left h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.oldstylesheet * .tour-hotel-desc {
  margin-bottom: 30px;
  width: 498px;
}
.oldstylesheet * .tour-hotels .acc,
.oldstylesheet * .tour-hotels a {
  cursor: pointer;
}
.oldstylesheet * #acc,
.oldstylesheet * #acc2 {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.oldstylesheet * #acc li,
.oldstylesheet * #acc2 li,
.oldstylesheet * #acc li a img,
.oldstylesheet * #acc2 li a img {
  float: right;
  vertical-align: middle;
}
.oldstylesheet * #acc > li > a,
.oldstylesheet * #acc2 > li > a {
  background: url("../img/tour-hotels-acc.jpg") repeat-x;
  color: #433520;
  display: block;
  padding: 0 10px;
  font-weight: bold;
  text-decoration: none;
  height: 33px;
  line-height: 33px;
  margin-bottom: 1px;
  width: 180px;
}
.oldstylesheet * #acc > li > a:hover,
.oldstylesheet * #acc > li > a.open,
.oldstylesheet * #acc2 > li > a:hover,
.oldstylesheet * #acc2 > li > a.open {
  border-bottom-color: #384f76;
  color: #fc4a02;
}
.oldstylesheet * #acc li ul,
.oldstylesheet * #acc2 li ul {
  background: #fff9ee;
  display: none;
}
.oldstylesheet * #acc li ul li a,
.oldstylesheet * #acc2 li ul li a {
  display: block;
  background: none;
  padding: 0 0 0 10px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-bottom: 1px;
}
.oldstylesheet * #acc li ul li a:hover,
.oldstylesheet * #acc2 li ul li a:hover {
  color: #fc4a02;
}
.oldstylesheet * .tour-hotels .left .list {
  background: url("../img/tour-hotels-acc.jpg") repeat-x;
  font-weight: bold;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  margin-bottom: 1px;
}
.oldstylesheet * .tour-hotels .left .list img {
  vertical-align: middle;
}
.oldstylesheet * .tour-hotels .right {
  width: 285px;
}
.oldstylesheet * .tour-hotels .hotel-nav,
.oldstylesheet * .tour-hotels .hotel-nav2 {
  height: 26px;
  width: 285px;
}
.oldstylesheet * .tour-hotels .hotel-nav a,
.oldstylesheet * .tour-hotels .hotel-nav2 a {
  cursor: pointer;
  display: block;
  height: 24px;
}
.oldstylesheet * .tour-hotels .hotel-nav a:hover,
.oldstylesheet * .tour-hotels .hotel-nav a.current,
.oldstylesheet * .tour-hotels .hotel-nav2 a:hover,
.oldstylesheet * .tour-hotels .hotel-nav2 a.current {
  background: #d2d2d2;
}
.oldstylesheet * .tour-hotels .hotel-nav .img img,
.oldstylesheet * .tour-hotels .hotel-nav .vid img,
.oldstylesheet * .tour-hotels .hotel-nav2 .img img,
.oldstylesheet * .tour-hotels .hotel-nav2 .vid img {
  height: 24px;
}
.oldstylesheet * .tour-hotels .hotel-nav .img,
.oldstylesheet * .tour-hotels .hotel-nav .vid,
.oldstylesheet * .tour-hotels .hotel-nav2 .img,
.oldstylesheet * .tour-hotels .hotel-nav2 .vid {
  border: 1px solid #d2d2d2;
  float: right;
}
.oldstylesheet * .tour-hotels .hotel-nav .img,
.oldstylesheet * .tour-hotels .hotel-nav2 .img {
  border-radius: 6px 0 0 0;
}
.oldstylesheet * .tour-hotels .hotel-nav .vid,
.oldstylesheet * .tour-hotels .hotel-nav2 .vid {
  border-radius: 0 6px 0 0;
}
.oldstylesheet * #hotel-slide-video,
.oldstylesheet * #hotel-slide-video2 {
  height: 170px;
  position: relative;
}
.oldstylesheet * .tour-hotels #hotel-slide,
.oldstylesheet * .tour-hotels #hotel-vid,
.oldstylesheet * .tour-hotels #hotel-slide2,
.oldstylesheet * .tour-hotels #hotel-vid2 {
  height: 170px;
  width: 285px;
}
.oldstylesheet * .tour-hotels #hotel-vid,
.oldstylesheet * .tour-hotels #hotel-vid2 {
  position: absolute;
  top: 0;
  z-index: 0;
}
.oldstylesheet * .tour-hotels #hotel-vid img,
.oldstylesheet * .tour-hotels #hotel-vid2 img {
  height: 170px;
}
.oldstylesheet * .tour-hotels .hotel-desc {
  background: #fff4de;
  padding: 0 10px 10px;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
}
.oldstylesheet * .tour-hotels .hotel-title {
  width: 180px;
}
.oldstylesheet * .tour-hotels .hotel-title h3 {
  font-size: 14px;
  line-height: 33px;
}
.oldstylesheet * .tour-hotels .hotel-info {
  width: 85px;
}
.oldstylesheet * .tour-hotels .hotel-desc span {
  line-height: 20px;
}
.oldstylesheet * .tour-details {
  margin-bottom: 20px;
}
.oldstylesheet * .tour-details h3 {
  color: #313811;
  margin-bottom: 10px;
}
.oldstylesheet * .tour-details .left {
  width: 240px;
  margin-right: 18px;
}
.oldstylesheet * .tour-details .right {
  width: 240px;
}
.oldstylesheet * .tour-details .title {
  background: #333c0d;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
.oldstylesheet * .tour-details .content {
  background: #fcf6ea;
}
.oldstylesheet * .tour-weather,
.oldstylesheet * .tour-weather h3 {
  color: #313811;
  margin-bottom: 10px;
}
.oldstylesheet * .tour-weather .list {
  margin-right: 1px;
  width: 123px;
}
.oldstylesheet * .tour-weather .title {
  background: #9eab6a;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 1px;
  text-align: center;
}
.oldstylesheet * .tour-weather .row {
  background: #f1f6e5;
  color: #5e673a;
  line-height: 30px;
  margin-bottom: 1px;
  padding: 0 5px;
}
.oldstylesheet * .tour-weather .big {
  background: url("../img/crowd.png") no-repeat 0 0;
  line-height: 30px;
  padding-left: 30px;
  display: inline-block;
}
.oldstylesheet * .tour-weather .med {
  background: url("../img/crowd.png") no-repeat 0 -31px;
  line-height: 30px;
  padding-left: 30px;
  display: inline-block;
}
.oldstylesheet * .tour-weather .small {
  background: url("../img/crowd.png") no-repeat 0 -62px;
  line-height: 30px;
  padding-left: 30px;
  display: inline-block;
}
.oldstylesheet * #side-tour.stickit {
  position: fixed;
  top: 13px;
}
.oldstylesheet * #side-tour.stickit-end {
  bottom: 91px;
  left: 10px;
  position: absolute;
}
.oldstylesheet * #content.cart {
  background: none;
  margin-top: 10px;
}
.oldstylesheet * .back-btn {
  background: url("../img/btn.png") repeat-x 0 -150px;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 180px;
}
.oldstylesheet * .back-btn a {
  background: url("../img/back-btn-arrow.png") no-repeat 0 0;
  color: #fff;
  display: inline-block;
  padding-left: 30px;
}
.oldstylesheet * .cart-summary {
  margin-right: 10px;
  width: 355px;
}
.oldstylesheet * .cart-summary .summary-title {
  background: url("../img/title.png") repeat-x;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.oldstylesheet * .cart-summary .content {
  background: #fff;
  -webkit-box-shadow: 0 0 1px #ccc;
  box-shadow: 0 0 1px #ccc;
  padding: 20px;
}
.oldstylesheet * .cart-summary .price-days,
.oldstylesheet * .cart-summary .date,
.oldstylesheet * .cart-summary .tour-type,
.oldstylesheet * .cart-summary .traveler-info {
  border-bottom: 1px solid #ecebe8;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.oldstylesheet * .cart-summary .list,
.oldstylesheet * .cart-summary .list h3 {
  font-size: 14px;
}
.oldstylesheet * .cart-summary .title {
  margin-bottom: 10px;
  margin-right: 10px;
}
.oldstylesheet * .cart-summary .info {
  float: right;
  margin-bottom: 10px;
}
.oldstylesheet * .cart-summary select {
  background: #f9f1dc;
  border: 1px solid #d6d1c7;
  border-radius: 6px;
  overflow: hidden;
  height: 20px;
  width: 210px;
}
.oldstylesheet * .cart-summary select.short {
  width: 186px;
}
.oldstylesheet * .cart-summary input {
  background: #f7f0df;
  border-radius: 6px;
  padding: 5px;
  width: 140px;
}
.oldstylesheet * .cart-summary .traveler-info span {
  color: #0374c4;
}
.oldstylesheet * .cart-summary textarea {
  background: #faf5ea;
  border: 1px solid #d5d1c9;
  border-radius: 6px;
  height: 120px;
  margin-bottom: 10px;
  padding: 10px;
  resize: none;
  width: 293px;
}
.oldstylesheet * .cart-summary .chat,
.oldstylesheet * .cart-summary .complete {
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
}
.oldstylesheet * .cart-summary a.btn {
  background: url("../img/btn.png") repeat-x 0 -50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 16px;
}
.oldstylesheet * input#complete-order {
  background: url("../img/complete-order.png") repeat-x 0 0 #a1b60f;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  width: 180px;
}
.oldstylesheet * .cart-summary .tour-tooltip {
  display: inline-block;
  vertical-align: middle;
}
.oldstylesheet * .cart-details {
  width: 565px;
}
.oldstylesheet * .cart-details .details-title {
  background: url("../img/title.png") repeat-x 0 -60px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.oldstylesheet * .cart-details .content {
  -webkit-box-shadow: 0 0 1px #aaa;
  box-shadow: 0 0 1px #aaa;
}
.oldstylesheet * .cart-details .row {
  background: url("../img/cart-details.png") repeat-y 0 0 #fcfefd;
  border-bottom: 1px solid #e7e9e8;
  padding: 10px 0;
}
.oldstylesheet * .cart-details .row.title {
  background-color: #fcf6e8;
}
.oldstylesheet * .cart-details .row.total {
  background-color: #f2f5e6;
  margin-bottom: 50px;
}
.oldstylesheet * .cart-details .row.discount,
.oldstylesheet * .cart-details .row.email-submit {
  background-color: #fcf8ee;
  background-image: none;
}
.oldstylesheet * .cart-details .row.coupon {
  background-image: none;
}
.oldstylesheet * .cart-details .title {
  font-size: 14px;
  text-align: center;
}
.oldstylesheet * .cart-details .cart-basic {
  height: 50px;
  vertical-align: middle;
}
.oldstylesheet * .cart-details .cart-additional,
.oldstylesheet * .cart-details .cart-additional li,
.oldstylesheet * .cart-details .cart-additional div {
  margin-bottom: 10px;
}
.oldstylesheet * .cart-details .cart-additional li {
  margin-left: 20px;
}
.oldstylesheet * .cart-details .city-hotel-item {
  font-weight: bold;
  padding: 0 15px;
  width: 235px;
}
.oldstylesheet * .cart-details .city,
.oldstylesheet * .cart-details .hotel {
  color: #a49068;
}
.oldstylesheet * .cart-details .item,
.oldstylesheet * .cart-details .days,
.oldstylesheet * .cart-details .price,
.oldstylesheet * .cart-details .check {
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
}
.oldstylesheet * .cart-details .days {
  width: 50px;
}
.oldstylesheet * .cart-details .price {
  width: 115px;
}
.oldstylesheet * .cart-details .check {
  width: 75px;
}
.oldstylesheet * .cart-details .free-home h3 {
  color: #433520;
  margin-bottom: 5px;
}
.oldstylesheet * .cart-details .free-home {
  color: #a49068;
}
.oldstylesheet * .cart-details .free-home li {
  background: url("../img/checklist-small.png") no-repeat 0 0;
  line-height: 24px;
  padding-left: 24px;
}
.oldstylesheet * .cart-details .discount-left,
.oldstylesheet * .cart-details .discount-right {
  color: #fc4a02;
  font-weight: bold;
  padding: 5px 20px;
}
.oldstylesheet * .cart-details .discount-left {
  font-size: 16px;
  width: 295px;
}
.oldstylesheet * .cart-details .discount-right {
  text-align: center;
  width: 95px;
}
.oldstylesheet * .cart-details .coupon-left {
  padding: 10px 0 10px 20px;
  width: 245px;
}
.oldstylesheet * .cart-details .coupon-right {
  padding-left: 10px;
  width: 290px;
}
.oldstylesheet * #coupon-code-form,
.oldstylesheet * #coupon-code-form form {
  height: 32px;
  margin-top: 10px;
  padding: 0;
}
.oldstylesheet * #coupon-code-form .inputField {
  background: #f2e8d5;
  border: none;
  color: #6a604d;
  float: left;
  font-style: italic;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  padding: 0 10px 0 5px;
  width: 180px;
}
.oldstylesheet * #coupon-code-form .btn-search {
  background: url("../img/coupon-button.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  float: left;
  height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 73px;
}
.oldstylesheet * #cartbottom-email-register,
.oldstylesheet * #cartbottom-email-register form {
  height: 32px;
  margin-top: 10px;
  padding: 0;
}
.oldstylesheet * #cartbottom-email-register .inputField {
  background: #f2e8d5;
  border: none;
  color: #6a604d;
  float: left;
  font-style: italic;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  padding: 0 10px 0 5px;
  width: 180px;
}
.oldstylesheet * #cartbottom-email-register .btn-search {
  background: url("../img/email-get-discount.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  float: left;
  height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 73px;
}
.oldstylesheet * #footer {
  background: url("../img/footer-bg.png") repeat-x 0 0 #998356;
  height: 226px;
  width: 100%;
}
.oldstylesheet * #footer-content {
  height: 156px;
  position: relative;
}
.oldstylesheet * #flower {
  left: -53px;
  position: absolute;
  top: -45px;
}
.oldstylesheet * #footer-menu {
  font-weight: bold;
  margin-top: 50px;
}
.oldstylesheet * #footer-menu ul {
  width: 160px;
}
.oldstylesheet * #footer-menu li {
  background: url("../img/arrow.png") no-repeat 0 0;
  line-height: 12px;
  margin-bottom: 10px;
  padding: 0 0 5px 18px;
}
.oldstylesheet * #footer-social {
  margin-top: -20px;
}
.oldstylesheet * #follow,
.oldstylesheet * a.fb,
.oldstylesheet * a.tw,
.oldstylesheet * a.yt {
  background: url("../img/social-bg.png") no-repeat 0 0;
  display: inline-block;
  height: 36px;
  text-indent: -9999px;
  width: 27px;
}
.oldstylesheet * #follow {
  background-position: 0 0;
  width: 135px;
}
.oldstylesheet * a.fb {
  background-position: 0 -37px;
  margin-right: 15px;
}
.oldstylesheet * a.tw {
  background-position: 0 -74px;
  margin-right: 15px;
}
.oldstylesheet * a.yt {
  background-position: 0 -111px;
}
.oldstylesheet * #footer-info {
  margin-top: 30px;
}
.oldstylesheet * #footer-phone-email {
  background: url("../img/footer-info-border.png") no-repeat 50% 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.oldstylesheet * .map {
  background: url("../img/info-bg.png") no-repeat 0 -54px;
  font-size: 16px;
  line-height: 18px;
  padding-left: 36px;
}
.oldstylesheet * #copyright {
  font-weight: bold;
  height: 20px;
  line-height: 20px;
}
.oldstylesheet * #copy-left a {
  background: url("../img/footer-arrow.png") no-repeat 100% 0;
  padding-right: 12px;
}
.oldstylesheet * #copy-center {
  height: 10px;
}
.oldstylesheet * #copy-right {
  color: #d2c29d;
  width: 300px;
}
.oldstylesheet * #footer-cart {
  height: 50px;
}
.oldstylesheet * #cart-content {
  background: url("../img/cart-footer.png") no-repeat 0 0;
  bottom: -75px;
  color: #fff;
  height: 108px;
  padding: 10px 20px 0;
  position: fixed;
  right: 20px;
  width: 160px;
  z-index: 3;
}
.oldstylesheet * #cart-title {
  cursor: pointer;
  font-size: 18px;
  height: 30px;
  line-height: 26px;
  margin-bottom: 10px;
}
.oldstylesheet * #cart-title h3 {
  float: left;
}
.oldstylesheet * #cart-toggle {
  float: right;
}
.oldstylesheet * #cart-info {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 5px;
}
.oldstylesheet * #cart-price {
  float: left;
}
.oldstylesheet * #cart-days {
  float: right;
}
.oldstylesheet * #cart-button {
  height: 30px;
  line-height: 30px;
}
.oldstylesheet * #cart-view {
  float: left;
  vertical-align: middle;
}
.oldstylesheet * #cart-chat {
  float: right;
  text-align: right;
  vertical-align: middle;
}
.oldstylesheet * #cart-chat a {
  color: #fff;
  text-decoration: underline;
}
.oldstylesheet * .tooltipster-default {
  border-radius: 5px;
  border: 2px solid #004271;
  background: #2981bf;
  color: #fff;
}
.oldstylesheet * .tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
.oldstylesheet * .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border,
.oldstylesheet * .tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
.oldstylesheet * .tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.oldstylesheet * .tooltipster-base .tooltipster-content {
  overflow: hidden;
}
.oldstylesheet * .tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.oldstylesheet * .tooltipster-arrow span,
.oldstylesheet * .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.oldstylesheet * .tooltipster-arrow-top span,
.oldstylesheet * .tooltipster-arrow-top-right span,
.oldstylesheet * .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -8px;
}
.oldstylesheet * .tooltipster-arrow-top .tooltipster-arrow-border,
.oldstylesheet * .tooltipster-arrow-top-right .tooltipster-arrow-border,
.oldstylesheet * .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -8px;
}
.oldstylesheet * .tooltipster-arrow-bottom span,
.oldstylesheet * .tooltipster-arrow-bottom-right span,
.oldstylesheet * .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px;
}
.oldstylesheet * .tooltipster-arrow-bottom .tooltipster-arrow-border,
.oldstylesheet * .tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.oldstylesheet * .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px;
}
.oldstylesheet * .tooltipster-arrow-top span,
.oldstylesheet * .tooltipster-arrow-top .tooltipster-arrow-border,
.oldstylesheet * .tooltipster-arrow-bottom span,
.oldstylesheet * .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.oldstylesheet * .tooltipster-arrow-top-left span,
.oldstylesheet * .tooltipster-arrow-bottom-left span {
  left: 6px;
}
.oldstylesheet * .tooltipster-arrow-top-left .tooltipster-arrow-border,
.oldstylesheet * .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.oldstylesheet * .tooltipster-arrow-top-right span,
.oldstylesheet * .tooltipster-arrow-bottom-right span {
  right: 6px;
}
.oldstylesheet * .tooltipster-arrow-top-right .tooltipster-arrow-border,
.oldstylesheet * .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.oldstylesheet * .tooltipster-arrow-left span,
.oldstylesheet * .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -8px;
}
.oldstylesheet * .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.oldstylesheet * .tooltipster-arrow-right span,
.oldstylesheet * .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -8px;
}
.oldstylesheet * .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
.oldstylesheet * .tooltipster-fade {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.oldstylesheet * .tooltipster-fade -o-transition-property opacity {
  -ms-transition-property: opacity;
}
.oldstylesheet * .tooltipster-fade-show {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.oldstylesheet * .tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.oldstylesheet * .tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.oldstylesheet * .tooltipster-swing {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -ms-transition-property: -ms-transform;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.oldstylesheet * .tooltipster-swing -moz-transition-property -moz-transform {
  -o-transition-property: -o-transform;
}
.oldstylesheet * .tooltipster-swing-show {
  -ms-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.oldstylesheet * .tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.oldstylesheet * .tooltipster-fall-show,
.oldstylesheet * .tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  top: 0px !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.oldstylesheet * .tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -ms-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.oldstylesheet * .tooltipster-slide -moz-transition-property eft {
  -o-transition-property: left;
}
.oldstylesheet * .tooltipster-slide -webkit-transition-timing-function cubic-bezier(0.175,
.oldstylesheet * .tooltipster-slide 0.885,
.oldstylesheet * .tooltipster-slide 0.320,
.oldstylesheet * .tooltipster-slide 1) {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.oldstylesheet * .tooltipster-slide.tooltipster-slide-show,
.oldstylesheet * .tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  left: 0px !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.oldstylesheet * .tooltipster-slide.tooltipster-slide-show -o-transition-property all,
.oldstylesheet * .tooltipster-slide.tooltipster-dying -o-transition-property all {
  -ms-transition-property: all;
}
.oldstylesheet * .tooltipster-content-changing {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.oldstylesheet * table.jCalendar {
  border: 1px solid #000;
  background: #aaa;
  border-collapse: separate;
  border-spacing: 2px;
}
.oldstylesheet * table.jCalendar th {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
}
.oldstylesheet * table.jCalendar td {
  background: #ccc;
  color: #000;
  padding: 3px 5px;
  text-align: center;
}
.oldstylesheet * table.jCalendar td.other-month {
  background: #ddd;
  color: #aaa;
}
.oldstylesheet * table.jCalendar td.today {
  background: #666;
  color: #fff;
}
.oldstylesheet * table.jCalendar td.selected {
  background: #f66;
  color: #fff;
}
.oldstylesheet * table.jCalendar td.selected.dp-hover {
  background: #f33;
  color: #fff;
}
.oldstylesheet * table.jCalendar td.dp-hover,
.oldstylesheet * table.jCalendar tr.activeWeekHover td {
  background: #fff;
  color: #000;
}
.oldstylesheet * table.jCalendar tr.selectedWeek td {
  background: #f66;
  color: #fff;
}
.oldstylesheet * table.jCalendar td.disabled,
.oldstylesheet * table.jCalendar td.disabled.dp-hover {
  background: #bbb;
  color: #888;
}
.oldstylesheet * table.jCalendar td.unselectable,
.oldstylesheet * table.jCalendar td.unselectable:hover,
.oldstylesheet * table.jCalendar td.unselectable.dp-hover {
  background: #bbb;
  color: #888;
}
.oldstylesheet * div.dp-popup {
  position: relative;
  background: #ccc;
  font-size: 10px;
  font-family: arial, sans-serif;
  padding: 2px;
  width: 171px;
  line-height: 1.2em;
}
.oldstylesheet * div#dp-popup {
  position: absolute;
  z-index: 199;
}
.oldstylesheet * div.dp-popup h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0;
}
.oldstylesheet * a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}
.oldstylesheet * a#dp-close:hover {
  text-decoration: underline;
}
.oldstylesheet * div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0;
}
.oldstylesheet * div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px;
}
.oldstylesheet * div.dp-popup div.dp-nav-prev a {
  float: left;
}
.oldstylesheet * div.dp-popup div.dp-nav-prev a,
.oldstylesheet * div.dp-popup div.dp-nav-next a {
  cursor: pointer;
}
.oldstylesheet * div.dp-popup div.dp-nav-prev a.disabled,
.oldstylesheet * div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
}
.oldstylesheet * div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px;
}
.oldstylesheet * div.dp-popup div.dp-nav-next a {
  float: right;
}
.oldstylesheet * div.dp-popup a.disabled {
  cursor: default;
  color: #aaa;
}
.oldstylesheet * div.dp-popup td {
  cursor: pointer;
}
.oldstylesheet * div.dp-popup td.disabled {
  cursor: default;
}
.oldstylesheet * a.dp-choose-date {
  float: right;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 0 0 6px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/calendar.png") no-repeat;
}
.oldstylesheet * a.dp-choose-date.dp-disabled {
  background-position: 0 -21px;
  cursor: default;
}
.oldstylesheet * #date2 {
  margin-right: 26px;
}
.oldstylesheet * #logo-admin {
  margin: 25px auto 0;
  width: 400px;
}
.oldstylesheet * #logo-admin a {
  background-image: url("../img/logo.png");
  height: 80px;
  width: 400px;
}
.oldstylesheet * #login {
  margin: 0 auto;
  width: 320px;
}
.oldstylesheet * #loginform {
  background: #fff4de;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 1px #aaa;
  box-shadow: 0 0 1px #aaa;
  padding: 26px 24px 36px;
}
.oldstylesheet * #loginform p {
  margin-bottom: 0;
}
.oldstylesheet * #loginform label {
  color: #777;
  font-size: 14px;
}
.oldstylesheet * #loginform .input,
.oldstylesheet * #loginform input[type="text"] {
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 0 1px #aaa;
  box-shadow: 0 0 1px #aaa;
  color: #555;
  font-size: 24px;
  line-height: 1;
  margin: 2px 6px 16px 0;
  padding: 3px;
  width: 100%;
}
.oldstylesheet * #loginform #back-frontpage {
  float: left;
  line-height: 30px;
}
.oldstylesheet * #loginform #admin-submit,
.oldstylesheet * .admin .admin-update {
  background: #ee851d;
  background: -moz-linear-gradient(top, #ee851d, #fc4a02);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee851d), to(#fc4a02));
  border-radius: 3px;
  color: #fff;
  border-top: 1px solid #ee851d;
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
  padding: 0 12px 2px;
  text-align: center;
}
.oldstylesheet * .admin-textarea {
  background: #faf5ea;
  border: 1px solid #d5d1c9;
  border-radius: 6px;
  height: 320px;
  margin-bottom: 20px;
  padding: 10px;
  resize: vertical;
  width: 878px;
}
.oldstylesheet * .admin .list {
  margin-bottom: 20px;
  text-align: center;
}
.oldstylesheet * .admin .list .title {
  display: inline-block;
  line-height: 20px;
  text-align: right;
  margin-right: 20px;
  width: 100px;
}
.oldstylesheet * .admin .value {
  display: inline-block;
}
.oldstylesheet * .admin .list .value input {
  background: #f7f0df;
  border-radius: 6px;
  padding: 5px;
  width: 200px;
}
.oldstylesheet * .admin .browse-btn {
  display: inline-block;
}
.oldstylesheet * .admin .browse-btn input {
  background: #f7f0df;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 10px;
  padding: 5px;
}
.oldstylesheet * .admin .update-btn {
  text-align: center;
}
.oldstylesheet * .admin .admin-update {
  float: none;
}
.oldstylesheet * .admin .table-content {
  -webkit-box-shadow: 0 0 1px #aaa;
  box-shadow: 0 0 1px #aaa;
  margin-bottom: 20px;
}
.oldstylesheet * .admin .table-content .row {
  background: #fcfefd;
  border-bottom: 1px solid #e7e9e8;
  padding: 10px 0;
}
.oldstylesheet * .admin .table-content .row.title {
  background-color: #fcf6e8;
  font-weight: bold;
}
.oldstylesheet * .admin .table-content .first,
.oldstylesheet * .admin .table-content .second,
.oldstylesheet * .admin .table-content .third,
.oldstylesheet * .admin .table-content .fourth {
  padding: 5px 10px;
  width: 200px;
}
.oldstylesheet * .galleria-thumbnails .galleria-image,
.oldstylesheet * .galleria-thumbnails .galleria-image img {
  height: 85px !important;
  width: 154px !important;
}
.stickem-container {
  position: relative !important;
}
.stickem {
  -webkit-transition: 1s top;
  transition: 1s top;
  top: 0;
}
.stickit {
  position: fixed !important;
  top: 14px !important;
}
.stickit-end {
  top: inherit;
  bottom: 0 !important;
  position: absolute !important;
}
.tour-list #side-products-list {
  position: relative;
  height: 391px;
}
.tour-list #side-products-list .infobox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100px;
  right: 10px;
  top: 0;
  width: 190px;
  padding-top: 20px;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.tour-list #side-products-list .infobox.active {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  z-index: 1;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.tour-list #side-products-list .infobox img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: #f8efdd;
  border: 1px solid #d4c6a8;
  padding: 3px;
}
.tour-list #side-products-list .infobox a {
  display: block;
  clear: both;
}
.tour-list #side-products-list .infobox #side-products-price,
.tour-list #side-products-list .infobox #side-products-day {
  display: block;
  width: 50%;
  float: left;
}
.tour-list #side-products-list .infobox #product-city-link {
  padding-top: 2px;
}
.tour-list #side-products-list .infobox #product-city-link img {
  margin-top: 10px;
}
.tour-list #page-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tour-list .product-content .two-col {
  width: 240px !important;
}
.tour-list .product-content .two-col ul {
  margin: 0 0 40px 35px !important;
}
.placeholder {
  color: #6a604d;
}
.bold-and-upper-case {
  text-transform: uppercase;
  font-weight: 800;
}
.compare-table {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  font-weight: 800;
}
.compare-table .question,
.compare-table .inner {
  background-color: #f3eddd;
}
.compare-table .inner {
  text-align: center;
}
.compare-table .inner.green-border {
  border-left: 8px solid #00b050;
  border-right: 8px solid #00b050;
}
.compare-table .inner.green-border.last-border {
  border-bottom: 8px solid #00b050;
}
.compare-table .question.top-border {
  border-top: 2px solid #000;
}
.compare-table .question.bottom-border {
  border-bottom: 2px solid #000;
}
.compare-table .header {
  background-color: #542a00;
  text-align: center;
  color: #fff;
}
.compare-table .header.green-border {
  background-color: #00b050;
  border-left: 8px solid #00b050;
  border-right: 8px solid #00b050;
  border-top: 8px solid #00b050;
}
.compare-table td {
  padding: 6px 8px;
}
.compare-table .centred {
  text-align: center;
}
.review-rating {
  color: #44a01c;
  width: 200px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
#intro-text .header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#intro-text .inner-section .picture {
  float: left;
  width: 36%;
}
#intro-text .inner-section .picture img {
  max-width: 100%;
}
#intro-text .inner-section .paragraph-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 64%;
  float: left;
  padding: 0 0 0 20px;
}
#intro-text .line-wrapper {
  padding-bottom: 10px;
}
