body {
  background: #fff;
  background-repeat: repeat-x;
  color: #666;
  text-rendering: geometricPrecision;
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 300;
  src: local("Helvetica Neue Thin"), local("HelveticaNeue-Thin"),
    url(../../fonts/helvetica-neue-thin.woff) format("woff");
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  src: local("Helvetica Neue Regular"), local("HelveticaNeue-Regular"),
    url(../../fonts/helvetica-neue.woff) format("woff");
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 600;
  src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"),
    url(../../fonts/helvetica-neue-bold.woff) format("woff");
}

h1,
h2,
h3 {
  border-bottom: 0 !important;
}

a.facebook {
  background: url();
}

h3 {
  font-family: "Helvetica Neue";
  font-weight: 400;
  text-rendering: geometricPrecision;
}

h3.title {
  background-color: #fff;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 10px;
}

h5 {
  font-size: 20px;
  font-style: italic;
}

.page,
.page-content,
.page-image {
  margin-bottom: 20px !important;
}

.main-text {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 20px;
}

#addProductAlertFailure,
#addProductAlert {
  display: none;
}

.img-thumbnail-small {
  display: inline-block;
  height: auto;
  width: 117px !important;
}

.list-group-item-text {
  margin-top: 8px;
}

.nav {
  z-index: 10;
}

.nav a {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar .nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar .nav > li > a.first {
  padding-left: 0;
}

.img-product {
  height: auto;
}

.formFinder {
  width: 300px;
}

.formFinder .form-group {
  width: 100%;
}

.finder_description,
.finder_product {
  font-size: 12px;
}

.finder_image {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
}

#companyLike {
  position: absolute;
  right: 0;
  top: 45px;
  text-align: right;
}

.booking-final {
  margin: 0 auto;
}

#items {
  margin-top: 10px;
}

.checkout_items {
  background-color: #5bc0de;
}

.label-items {
  display: inline-block;
  min-width: 10px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}

.voucher {
  width: 600px;
  display: block;
  min-height: 600px;
  border: 5px dashed #333;
  padding: 10px;
  margin: 0 auto;
}

.form_booking .form-group {
  margin-right: 15px;
  margin-bottom: 15px;
}

.enquiry,
.enquiry textarea[name="enquiry"] {
  width: 100%;
  resize: both;
}

.wrap {
  margin-bottom: 0;
}

.wrap .ctn {
  clear: both;
}

.container {
  margin: 0 auto;
  padding: 6px;
}

.photo_items {
  margin-top: 20px;
  margin-right: -15px;
}

.photo_items a {
  margin-right: 15px;
  margin-bottom: 15px;
}

.products {
  margin: 0 auto;
  max-width: 931px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

.product_pictures {
  margin-left: 2px;
  margin-bottom: 20px;
  clear: both;
}

.product_pictures li {
  list-style: none;
  margin: 0;
  float: left;
  margin-left: 6px;
  margin-bottom: 6px;
}

#controls .arrow.left {
  background-position: -23px 0;
  left: 10px;
}

#controls .arrow {
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  display: block;
  z-index: 200;
  top: 50%;
  margin-top: -37px;
  right: 10px;
  width: 42px;
  height: 75px;
  background: url(../images/imgs.png) -65px 0 no-repeat;
}

#myCarousel {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#f2f2f2)
  );
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  background-repeat: repeat-x;
  border: 0 solid #d4d4d4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

@-webkit-keyframes tilt-and-move {
  0% {
    left: 0;
    top: 0;
  }
  25% {
    -webkit-transform: rotate(-8deg);
  }
  75% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    left: 0;
    top: 0;
  }
}

.product {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px 0;
}

.product:nth-child(odd) {
  background: #f8f8f8;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

.spec {
  color: #3b9dd6;
  margin-bottom: 5px;
}

.price_deal .min {
  overflow: hidden;
  font-size: 12px;
}

.topics {
  margin-right: -23px;
  margin-bottom: -23px;
  overflow: hidden;
}

.topic {
  background: #fff;
  display: block;
  width: 295px;
  position: relative;
  float: left;
  margin-right: 23px;
  margin-bottom: 23px;
  border: 1px solid;
  border-color: #ebeae5 #e0dfdc #dbdad7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.album_cover {
  display: block;
  width: 295px;
  float: left;
  margin-right: 23px;
  margin-bottom: 23px;
}

.album_cover .album {
  background: url(../images/album.png);
  background-repeat: no-repeat;
  width: 295px;
  height: 230px;
  position: relative;
  padding-top: 13px;
}

.album_cover .album:hover {
  background: url(../images/album_over.png);
  background-repeat: no-repeat;
  width: 295px;
  height: 230px;
  position: relative;
  padding-top: 13px;
}

.album_cover .album.photo {
  background: url(../images/photo.png);
  background-repeat: no-repeat;
  width: 295px;
  height: 230px;
  position: relative;
  padding-top: 13px;
}

.album_cover .album .photo {
  width: 268px;
  height: 204px;
  display: block;
  margin: 0 auto;
  border: 1px solid;
  border-color: #e7e3e0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.album_cover .album .photo a {
  display: block;
  width: 268px;
  height: 204px;
}

.album_cover .label-album {
  font-size: 12px;
  width: 268px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.album_cover .label-album .title {
  font-size: 14px;
  font-weight: 700;
  min-height: 25px;
}

#footer {
  margin-bottom: 35px;
  display: block;
  overflow: hidden;
}

ul.mitems {
  overflow: hidden;
  margin-top: 20px;
  margin-left: 0;
}

ul.mitems li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 7px;
  border-bottom: 1px solid #eee;
  padding: 7px;
}

ul.mitems li .subtitle {
  font-size: 12px;
  color: #666;
}

ul.mitems li img {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin-right: 15px;
}

.form-search {
  margin-top: 30px;
}

.main {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

#footer h5 {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

h3.product-title {
  margin-top: 10px !important;
  border: 0 !important;
}

.user-from {
  overflow: hidden;
  font-size: 12px;
  max-width: 330px;
}

.user-from img {
  margin-right: 15px;
}

.user-from .by {
  padding: 8px;
  font-size: 13px;
}

.user-from .by p {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.submenu {
  position: relative;
}

.submenu .popover {
  min-width: 330px;
  left: -110px;
}

.float_menu {
  display: none;
  top: 30px;
  font-size: 11px;
  z-index: 9999;
}

.float_menu a {
  font-size: 13px;
}

.float_menu ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}

.float_menu .popover-content {
  padding: 9px;
}

.float_menu .popover-content ul {
  margin: 0;
}

.float_menu .popover-content ul li {
  display: block;
  padding: 2px;
}

.float_menu .popover-content ul li a {
  display: block;
  padding: 0;
}

a {
  text-decoration: none;
  color: #00a5d5;
  -webkit-transition: color 0.6s ease-in-out;
  -moz-transition: color 0.6s ease-in-out;
}

a:hover {
  text-decoration: none;
}

.main p {
  line-height: 1.75em;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main .row-fluid {
  margin-bottom: 0;
}

.main p.small {
  font-size: 14px;
  text-align: center;
}

#mapCanvas img {
  max-width: none;
}

#mapCanvas label {
  display: inline;
}

.well {
  background: #fff;
}

.price_deal {
  opacity: 0.9;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
  bottom: 20px;
  right: 0;
  padding: 15px;
  font-size: 25px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  background: -moz-linear-gradient(
    top,
    rgba(135, 224, 253, 1) 0,
    rgba(83, 203, 241, 1) 40%,
    rgba(5, 171, 224, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(135, 224, 253, 1)),
    color-stop(40%, rgba(83, 203, 241, 1)),
    color-stop(100%, rgba(5, 171, 224, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(135, 224, 253, 1) 0,
    rgba(83, 203, 241, 1) 40%,
    rgba(5, 171, 224, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(135, 224, 253, 1) 0,
    rgba(83, 203, 241, 1) 40%,
    rgba(5, 171, 224, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(135, 224, 253, 1) 0,
    rgba(83, 203, 241, 1) 40%,
    rgba(5, 171, 224, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(135, 224, 253, 1) 0,
    rgba(83, 203, 241, 1) 40%,
    rgba(5, 171, 224, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#87e0fd', endColorstr='#05abe0', GradientType=0);
  background: #f2825b;
  background: -moz-linear-gradient(
    top,
    rgba(242, 130, 91, 1) 0,
    rgba(229, 91, 43, 1) 50%,
    rgba(240, 113, 70, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(242, 130, 91, 1)),
    color-stop(50%, rgba(229, 91, 43, 1)),
    color-stop(100%, rgba(240, 113, 70, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(242, 130, 91, 1) 0,
    rgba(229, 91, 43, 1) 50%,
    rgba(240, 113, 70, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(242, 130, 91, 1) 0,
    rgba(229, 91, 43, 1) 50%,
    rgba(240, 113, 70, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(242, 130, 91, 1) 0,
    rgba(229, 91, 43, 1) 50%,
    rgba(240, 113, 70, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(242, 130, 91, 1) 0,
    rgba(229, 91, 43, 1) 50%,
    rgba(240, 113, 70, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2825b', endColorstr='#f07146', GradientType=0);
}

.price_deal.minimal {
  font-size: 20px;
  padding: 05px;
  bottom: 20px;
  right: 20px;
  color: #fff;
}

.price_deal.minimal .min {
  font-size: 14px;
}

.carousel-caption {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.carousel-caption h3 {
  border-bottom: 0;
  margin-top: 0;
}

.carousel-caption.index {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: -80px;
  z-index: 99;
}

.carousel-caption.index div.content {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-form .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.float_checkout {
  width: 536px;
  max-width: 506px;
  min-width: 536px;
  z-index: 9999;
}

td.price {
  padding: 10px;
}

.carousel-indicators {
  bottom: 40%;
}

.deals-container {
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

.deals-well {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 100%;
  display: block;
  border: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #fff;
}

.deals-container .row h4 {
  margin: 0;
}

.deals-container .row p {
  margin-bottom: 5px;
}

.deals-well .row {
  margin-bottom: 7px;
}

.deals-well .row .col-xs-7 {
  padding-left: 0;
}

.deals-left {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

.deals-right {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.carousel-control.left,
.carousel-control.right {
  background: 0 0;
}

.category_image {
  width: 145px;
}

.changequantity {
  min-width: 40px;
}

tr.is_additional td {
  border-top: 0;
}

.picker__select--month,
.picker__select--year {
  font-size: 11px;
}

.root-calendar {
  position: static;
}

.picker {
  position: relative;
}

.turbo-site-details {
  padding: 0 !important;
}

.turbo-site-details table {
  margin: 0 !important;
}

#booking [name="country"] {
  width: 181px;
}

#content {
  border: 0;
  box-shadow: none !important;
  margin-top: 0;
}

.content {
  padding: 0 !important;
}

.turbo-footer-row {
  text-align: center;
}

.turbo-footer-col {
  display: inline-table;
  text-align: left;
  min-height: 200px;
  width: 150px;
}

.turbo-footer {
  background: #333;
  background-image: url(../../img/hang.jpg);
  color: #fff;
  padding: 60px;
}

.turbo-footer a {
  color: #fff;
}

.turbo-footer h5 {
  border-bottom: 0 !important;
}

.turbo-footer ul {
  padding: 0 !important;
}

.turbo-footer li {
  list-style: none;
}

.product-featured-container {
  background: #f5f5f5;
  width: 100%;
}

.product-featured-list {
  padding-top: 25px;
}

/*CSS*/

.product-featured {
  transition: box-shadow 0.5s;
  border-radius: 15px;
  display: inline-block;
  min-height: 557px;
  margin-bottom: 20px;
  position: relative;
}
.product-featured:hover {
  box-shadow: 0 0 70px rgba(88, 00, 99, 0.2);
}

.product-featured-image {
  position: relative;
  margin-top: 10px;
  border-radius: 10px 10px 0px 0px;
  height: 296px;
}

.product-featured-image .price_deal {
  right: 15px;
}

.product-featured-bg {
  height: auto;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

@media only screen and (min-width: 600px) {
  .product-featured-bg {
    max-height: 230px;
  }
}

.product-featured-detail {
  background: #fff;
  height: 125px !important;
  min-height: 40px;
  padding: 18px 10px 10px 10px;
}

.product-featured-table {
  background: #fff;
  padding: 10px;
  border-radius: 0px 0px 15px 15px;
  /* padding-top: 32px; */
  margin-bottom: 8px;
}

.photo-product {
  position: relative;
}

.Header {
  padding: 15px 0;
}

.CompanyPhones {
  color: #333;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 500;
  float: right;
}

.SocialIcons > a {
  text-decoration: none;
}

@media (max-width: 470px) {
  .CompanyLogo {
    float: left;
  }

  .CompanyLogo > img {
    height: auto;
    width: 140px;
  }

  .CompanyPhones {
    float: right;
  }

  .SocialIcons {
    margin-bottom: 15px;
    text-align: right;
  }

  .SocialIcons > a > img {
    height: 30px;
    width: 30px;
  }

  .Header {
    overflow: hidden;
  }
}

@media (min-width: 471px) {
  .Header {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

/**
 * Footer
 */

.Footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px;
}

.Footer-column {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  margin-bottom: 10px;
}

.Footer-column > div {
  margin-bottom: 10px;
}

.Footer-column ul {
  list-style: none;
  padding: 0;
}
.boxfooter {
  width: 110px;
  border-radius: 15px;
  padding: 10px;
  background: rgb(230, 229, 229);
}

.textfoo {
  width: 100%;
  padding: 10px;
  margin-top: 30px;
  text-align: left;
  background: #fff;
}
.textfoop {
  margin-left: 10%;
}
@media (max-width: 470px) {
  .boxfooter {
    height: 105px;
    width: 85px;
  }
}

.Footer-column li:not(:last-of-type) {
  margin-bottom: 5px;
}

#booking_from,
.timepickerCheckin {
  cursor: pointer !important;
  background-color: #fff !important;
}

.item-quantity {
  align-items: center;
  display: flex;
}

.item-quantity i {
  cursor: pointer;
  margin-right: 5px;
  font-size: 18px;
}

.item-quantity i:first-of-type {
  margin-right: 5px;
}

.item-quantity i:last-of-type {
  margin-left: 5px;
}

.item-quantity input {
  max-width: 40px;
}

.item-row {
  display: flex;
  width: 100%;
  padding: 8px;
  transition: all 0.3s linear;
  opacity: 0.7;
}

.item-row-clickable {
  cursor: pointer;
}

.item-row-selected {
  background: -moz-linear-gradient(
    top,
    rgba(30, 87, 153, 0) 0%,
    rgba(41, 137, 216, 0.1) 65%,
    rgba(125, 185, 232, 0.13) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(30, 87, 153, 0) 0%,
    rgba(41, 137, 216, 0.1) 65%,
    rgba(125, 185, 232, 0.13) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0%,
    rgba(41, 137, 216, 0.1) 65%,
    rgba(125, 185, 232, 0.13) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#877db9e8',GradientType=0 ); /* IE6-9 */
  opacity: 1;
}

.item-row p {
  margin: 0;
}

.item-row > div:first-child {
  flex-grow: 0;
  margin-right: 10px;
}

.item-row > div:last-child {
  flex-grow: 1;
}
