body {
  font-size: 14px;
  line-height: 1.428571429;
  color: #343434;
  background: #f1f1f1;
}

sup {
  color: #a31022 !important;
}

label {
  font-weight: 400 !important;
}

.tourName {
  border-bottom: 1px dashed #0c6197;
  font-style: italic;
  color: #0c6197;
  padding-bottom: 2px;
}

#tailorBlock {
  display: block;
  margin: 10px 0;
  position: relative;
}

.leftBlock {
  font-size: 20px;
  margin-bottom: 30px;
}

.BigLetterJ {
  font-size: 30px;
}

.BigLetterO {
  font-size: 30px;
  margin-left: -5px;
}

.BigLetterY {
  font-size: 30px;
  margin-left: -3px;
}

.michaelIcon {
  margin: 15px 0 55px;
}

#leftBlock img {
  display: block;
  float: left;
  margin: 0 10px 5px 0;
}

#tailorRight {
  width: 100%;
  padding: 10px 20px 30px 20px;
  border-radius: 0 0 4px 4px;
  z-index: 9999;
  box-shadow: 0 0 2px #999;
  background: #fff;
}

#tailorRight h2 {
  display: block;
  margin: 6px 0 0 0;
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  color: #999;
}

#tailorRight h2.withText {
  margin-bottom: 5px;
}

#tailorRight .tipText {
  display: block;
  color: #999;
  margin: 5px 0 20px 27px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#tailorRight .HotelName {
  display: block;
  margin: 5px 0 10px 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.whoTravel {
  display: block;
  margin: 5px 0 20px;
  padding-bottom: 20px;
}

.whoTravel .groupType.alone {
  text-align: center;
}

.whoTravel .groupType.kid {
  text-align: center;
}

.whoTravel .groupType.baby {
  text-align: center;
}

.whoTravel .groupType.couple {
  background: url(/pic/tailor-icon.png) no-repeat 7px -358px;
}

.whoTravel .groupType.couple:hover {
  background: url(/pic/tailor-icon.png) no-repeat -293px -358px;
}

.whoTravel .groupType.family {
  background-image: url(/pic/tailor-icon.png);
  background-repeat: no-repeat;
  background-position: 40px -722px;
  text-align: center;
}

.whoTravel .groupType.family:hover {
  background-image: url(/pic/tailor-icon.png);
  background-repeat: no-repeat;
  background-position: -260px -722px;
}

.whoTravel .groupType.group {
  background-image: url(/pic/tailor-icon.png);
  background-repeat: no-repeat;
  background-position: 24px -1088px;
}

.whoTravel .groupType.group:hover {
  background-image: url(/pic/tailor-icon.png);
  background-repeat: no-repeat;
  background-position: -276px -1088px;
}

.whoTravel {
  display: block;
  margin: 5px 0 20px;
}

.whoTravel .groupType {
  text-align: center;
}

.guideBlock .guideStyle.selected,
.hotelBlock .hotelStyle.selected,
.transportBlock .transportStyle.selected,
.whoTravel .groupType.selected {
  background-color: #a31022 !important;
  width: auto;
  border-radius: 4px;
  height: 100%;
  padding: 10px !important;
  background-image: none !important;
  color: #fff;
}

.whoTravel .groupType label {
  display: block;
  clear: both;
  width: 100%;
}

.whoTravel .groupType .familyDetail {
  display: block;
  margin: 15px 0 0;
  padding: 0 10px;
}

.whoTravel .groupType .familyDetail b {
  font-weight: 400;
  font-size: 0.9em;
  display: inline-block;
  width: 50px;
  float: left;
}

.whoTravel .groupType .familyDetail input {
  width: 50px;
  text-align: center;
  border: 1px solid #555;
  background: #fff;
  border-radius: 4px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 2px 0;
  color: #555;
  display: inline-block;
  margin-top: 0 !important;
}

.groupType {
  margin: 10px 0;
  font-size: 15px;
}

.groupType input {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 7px;
  background-color: #fff;
  border-color: #5e5e5e #b7b7b7 #b7b7b7 #5e5e5e;
  border-width: 1px;
  border-style: solid;
  color: #333;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 4px;
}

.tourClass input[type="text"] {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 7px;
  background-color: #fff;
  border-color: #5e5e5e #b7b7b7 #b7b7b7 #5e5e5e;
  border-width: 1px;
  border-style: solid;
  color: #333;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 4px;
  background: #f1f1f1;
}

.groupType textarea {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 7px;
  background-color: #fff;
  border-color: #5e5e5e #b7b7b7 #b7b7b7 #5e5e5e;
  border-width: 1px;
  border-style: solid;
  color: #333;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 4px;
  height: 110px;
}

.groupType select {
  text-align: center;
  border: 1px solid #d1d1d1;
  background: #fff;
  border-radius: 4px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 5px 0;
  color: #555;
  font-size: 12px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/pic/up-down-arrow.png) no-repeat 96% center;
  background-size: 10px 12px;
  margin-left: -10px;
  width: 100%;
  padding: 9px 10px 9px 0;
}

#header {
  height: 90px !important;
  background-color: #a31022 !important;
  background-image: none !important;
}

.logobox {
  position: absolute;
  top: -26px;
  z-index: 9999;
}

.pageTitle {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0 !important;
  margin-right: 0;
  padding-left: 22%;
  margin-top: -5px;
  text-shadow: 0 0 2px #333;
}

.pageTitle h1 {
  border: none !important;
  color: #fff;
  font-size: 30px;
  bottom: 20px;
  position: relative;
  font-weight: 300;
  font-family: iniltal;
}

.travelDays .ageGroup {
  margin-top: 15px;
  padding-left: 17px;
}

.ageGroup .age {
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.hotelgroup {
  padding-left: 7px;
  margin-top: 10px;
}

.ageGroup input {
  margin-right: 7px;
}

@media (max-width: 740px) {
  body {
    background: #fff;
  }

  .tourSelected {
    margin: auto -10px 10px !important;
    box-shadow: none !important;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    border-radius: 0 !important;
    padding: 10px !important;
    background: #f9f9f9 !important;
  }

  #tailorRight {
    padding: 0 !important;
    box-shadow: none !important;
  }

  .tourSelected ul li {
    padding-left: 0 !important;
  }

  .groupType {
    padding: 0 !important;
  }

  .daysBlock,
  .groupType,
  .travelDays {
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
  }

  .alone,
  .couple,
  .family,
  .group {
    background: 0 0 !important;
    text-align: left !important;
  }

  .hotelStyle {
    text-align: left !important;
    margin-left: 20px;
  }

  .guideStyle {
    text-align: left !important;
    margin-left: 20px !important;
  }

  .transportStyle {
    text-align: left !important;
    margin-left: 20px !important;
  }

  .specialRequest textarea {
    height: 220px !important;
  }

  #tailorRight h2 {
    font-size: 16px !important;
    text-align: left !important;
    color: #296691 !important;
  }

  .mobileSend {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 9999;
  }

  .mobileSend input {
    background: #a31022;
    text-align: center;
    padding: 10px 0;
    display: block;
    width: 100%;
    border-radius: 0 !important;
    color: #fff;
    font-size: 16px;
    border: none !important;
  }

  .mobileStart {
    display: block;
    margin-top: 15px;
    font-size: 14px;
  }

  #header {
    padding: 10px 0 !important;
  }

  .leftBlock {
    font-size: 16px;
  }

  #tailorRight h2.withText {
    padding-left: 0 !important;
  }

  .datechoice {
    margin-top: 15px !important;
  }

  .ideas {
    margin-top: 15px !important;
  }
}

.hotelBlock {
  display: block;
  margin: -25px 0 30px;
}

.hotelBlock .hotelStyle {
  display: block;
  text-align: center;
  cursor: pointer;
}

.hotelBlock input.HotelInfo {
  color: #555;
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 10px !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 6px;
  width: 100%;
}

.travelBlock {
  display: block;
  margin: -25px 0 30px;
}

.travelBlock .hotelStyle {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  padding-left: 10px;
}

.travelBlock input.HotelInfo {
  color: #555;
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 10px !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 6px;
  width: 100%;
}

.whoTravel label {
  display: inherit;
}

.guideBlock .guideStyle.selected,
.hotelBlock .hotelStyle.selected,
.transportBlock .transportStyle.selected,
.whoTravel .groupType.selected {
  background-color: #a31022 !important;
  width: auto;
  border-radius: 4px;
  height: 100%;
  padding: 10px !important;
  background-image: none !important;
  color: #fff;
}

.whoTravel .groupType.alone {
  text-align: center;
}

.whoTravel .groupType.couple {
  background: url(/pic/tailor-icon.png) no-repeat 30px -358px;
}

.whoTravel .groupType.couple:hover {
  background: url(/pic/tailor-icon.png) no-repeat -270px -358px;
}

.whoTravel .groupType.family {
  background-image: url(/pic/tailor-icon.png);
  background-repeat: no-repeat;
  background-position: 40px -722px;
  text-align: center;
}

.whoTravel .groupType.family:hover {
  background-image: url(/pic/tailor-icon.png);
  background-repeat: no-repeat;
  background-position: -260px -722px;
}

.whoTravel .groupType.group {
  background-image: url(/pic/tailor-icon.png);
  background-repeat: no-repeat;
  background-position: 24px -1088px;
}

.whoTravel {
  display: block;
  margin: 5px 0 20px;
}

.whoTravel .groupType {
  text-align: center;
}

.guideBlock .guideStyle.selected,
.hotelBlock .hotelStyle.selected,
.transportBlock .transportStyle.selected,
.whoTravel .groupType.selected {
  background-color: #a31022 !important;
  width: auto;
  border-radius: 4px;
  height: 100%;
  padding: 10px !important;
  background-image: none !important;
  color: #fff;
}

.whoTravel .groupType label {
  display: block;
  clear: both;
  width: 100%;
}

.whoTravel .groupType .familyDetail {
  display: block;
  margin: 15px 0 0;
  padding: 0 10px;
}

.whoTravel .groupType .familyDetail b {
  font-weight: 400;
  font-size: 0.9em;
  display: inline-block;
  width: 50px;
  float: left;
}

.whoTravel .groupType .familyDetail input {
  width: 50px;
  text-align: center;
  border: 1px solid #555;
  background: #fff;
  border-radius: 4px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 2px 0;
  color: #555;
  display: inline-block;
  margin-top: 0 !important;
}

.travelDays {
  display: block;
  margin: -15px 0 30px;
  clear: both;
}

.datesArrival .daysBlock {
  display: block;
  margin-top: -5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.datesArrival .daysBlock input[type="radio"] {
  margin-left: 0 !important;
}

.datesArrival .daysBlock label {
  width: 20%;
  margin-left: 8px;
}

.datesArrival .daysBlock label .FlexYes {
  margin-left: 10px;
  padding-top: 10px;
  font-size: 14px;
}

.datesArrival .daysBlock .FlexibleDate {
  font-size: 14px;
  float: left;
  display: block;
  margin-top: 10px;
}

.datesArrival .daysBlock input.Flexibility {
  float: left;
  height: 10px;
  width: 10px;
}

.datesArrival .item-list input {
  padding: 12px 0 12px 15px !important;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  background: #fff;
  border: 1px solid #d1d1d1;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 4px;
  background-position: 96% 9px !important;
  background-image: url(/pic/tailor/calendar-icon.png);
  background-repeat: no-repeat;
}

.datesArrival {
  display: block;
  margin: 5px 0 30px;
  position: relative;
}

.datesArrival input[type="text"],
.datesArrival input[type="date"] {
  border: 1px solid #d1d1d1;
  background: url(//data.chinahighlights.es/css/images/calender.GIF) no-repeat 95% 12px #fff;
  padding: 11px 3px;
  text-indent: 30%;
  width: 100%;
  border-radius: 4px;
  color: #555;
  font-family: Verdana, Geneva, sans-serif;
}

input.HotelName {
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  width: 100%;
  padding: 11px 8px;
}

@media (max-width: 750px) {
  .hotelStyle {
    padding: 0 !important;
    width: auto !important;
  }

  .fiveStar,
  .fourStarL,
  .fourStarV,
  .threeStar {
    background: 0 0 !important;
    text-align: left !important;
  }

  .travelDays .ageGroup {
    padding-left: 20px;
  }

  .hotelBlock,
  .whotravel {
    margin-bottom: 0;
  }

  .hotelgroup {
    padding-left: 0;
  }

  .hotelBlock .HotelLevel {
    font-size: 15px;
  }

  .whotravel {
    margin-bottom: 10px !important;
  }

  .datesArrival input[type="text"],
  .datesArrival input[type="date"] {
    margin-bottom: 10px !important;
    border-radius: 4px;
  }

  .datesArrival {
    margin-bottom: 0 !important;
  }

  .hotelgroup {
    margin-left: -15px !important;
  }

  .xs-mb1 {
    margin-bottom: 14px;
  }
}

.input-group-addon {
  padding: 10px 12px !important;
}

.personalInfo input .form-control {
  height: 39px !important;
}

.whoTravel h2.whotravel {
  text-align: right;
}

.hotelBlock .HotelLevel {
  padding-left: 10px !important;
  margin-bottom: 10px;
  font-size: 14px;
}

.hotelBlock .HotelLevel input {
  margin-right: 10px;
}

.specialRequest {
  display: block;
  margin: 5px 0 30px;
}

.specialRequest textarea {
  border: 1px solid #d1d1d1;
  background: #fff;
  padding: 10px;
  height: 190px;
  border-radius: 4px;
  font-family: Verdana, Geneva, sans-serif;
  color: #555;
  font-size: 12px;
  width: 100%;
}

.citySelect {
  margin: 0 0 15px 17px;
}

.citySelect input {
  margin-left: 10px !important;
}

.contactInfo {
  display: block;
  margin: 5px 0 0;
}

.customerdetail {
  margin-bottom: 20px;
}

#tailorRight .contactInfo h2,
#tailorRight .hotelBlock h2,
#tailorRight .travelDays h2 {
  margin-bottom: 10px;
}

.personalInfo {
  margin: 0 0 20px 0;
  position: relative;
}

.personalInfo label {
  color: #666;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
  font-family: Arial, Helvetica, sans-serif;
}

.personalInfo input {
  margin: 0 !important;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 8px 10px;
}

.personalInfo select {
  border: none;
  background: #d1d1d1;
  margin: -1px -5px 0 -10px;
  color: #0c6197;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(//data.chinahighlights.es/pic/down-arrow-select.png) no-repeat 100% center;
  background-size: 10px 5px;
  padding: 0 9px;
}

.sendInquiry {
  display: block;
  border-top: 1px solid #d1d1d1;
  padding-top: 35px;
  margin: 0;
}

.sendInquiry input {
  background: #a31022;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  font-size: 1.8em;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 0 !important;
  text-shadow: 1px 1px 0 #333;
  cursor: pointer;
}

.arrowDownTest {
  border: #999 1px solid;
  padding: 3px 4px;
  display: block;
  position: absolute;
  background-color: #fff;
  color: #a31022;
  z-index: 11000;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.075) inset, 0 0 8px #000;
}

.arrowDown {
  position: absolute;
  top: 22px;
}

.securityArea {
  margin: 10px 0 0 0;
}

.mcafeeIcon {
  width: 80px;
  float: left;
  display: none !important;
}

.Trusteicon img,
.mcafeeIcon img {
  height: 35px;
}

.Trusteicon {
  padding-left: 40px;
}

.ac_results {
  background-color: #fff;
  border: 1px solid #5e5e5e;
  z-index: 9999;
}

.ac_results ul {
  margin: 0;
  padding: 0;
}

.ac_results li {
  list-style: none;
  padding: 5px 10px 5px 10px;
  cursor: default;
  margin: 3px;
  color: #343434;
  text-transform: capitalize;
}

.ac_results .ac_caption {
  border-bottom: dashed 1px #666;
  color: #666;
  margin: 8px 10px 3px 10px;
}

.ac_results .ac_even {
  background-color: #fff;
}

.ac_results ac_odd {
  background-color: #fff;
}

.ac_results .ac_over {
  background-color: #bce7ff;
  color: #a31022;
}

.ac_results .ac_code {
  color: #343434;
  width: 50%;
  display: block;
  float: left;
  margin-right: 10px;
}

.ac_results .ac_Name {
  color: #343434;
}

.ac_results .ac_highLight {
  font-weight: 700;
  color: #a31022;
}

input.nationality {
  text-transform: capitalize;
}

.noSpam {
  display: block;
  font-size: 0.9em;
  position: absolute;
  bottom: -20px;
  left: 10px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #999;
}

#tailorFooter {
  display: block;
}

#tailorFooter .footerBlock {
  margin: 0 auto;
  padding-top: 15px;
  border-top: 1px solid #d1d1d1;
  text-align: right;
  margin-top: 60px;
}

.footPhone1 {
  display: block;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 0 10px 30px;
  background: url(/pic/phone-icon.png) no-repeat left center;
  margin-bottom: 10px;
}

.arrowDownTest {
  border: #999 1px solid;
  padding: 3px 4px;
  display: block;
  position: absolute;
  background-color: #fff;
  color: #a31022;
  z-index: 11000;
  -moz-border-radius: 4px;
}

.arrowDown {
  position: absolute;
  top: 20px;
}

.securityArea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #333;
  margin-top: 15px;
}

.TrusteIcon img,
.mcafeeIcon img {
  height: 35px;
  display: block;
}

#submitLoading {
  width: 550px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #a31022;
  height: 55px;
  display: none;
  background: #fff;
  padding: 10px;
}

#submitLoading img {
  margin-top: 15px;
}

.showLarge {
  clear: both;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0 0 5px 0;
}

.nationalityList {
  border-color: #5e5e5e #b7b7b7 #b7b7b7 #5e5e5e;
  border-width: 1px;
  border-style: solid;
  color: #333;
  width: 248px;
  height: 150px;
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 43px;
  z-index: 9999;
  background: #fff;
  padding: 3px 0;
}

.nationalityList ul {
  margin: 0;
  padding-left: 5px;
}

.nationalityList ul li {
  list-style: none;
  line-height: 18px;
  font-size: 12px;
}

.ac_results {
  background-color: #fff;
  border: 1px solid #5e5e5e;
  width: 300px;
}

.ac_results ul {
  margin: 0;
  padding: 0;
}

.ac_results li {
  list-style: none;
  padding: 5px 10px 5px 10px;
  cursor: default;
  margin: 3px;
  color: #343434;
  text-transform: capitalize;
}

.ac_results .ac_caption {
  border-bottom: dashed 1px #666;
  color: #666;
  margin: 8px 10px 3px 10px;
}

.ac_results .ac_even {
  background-color: #fff;
}

.ac_results ac_odd {
  background-color: #fff;
}

.ac_results .ac_over {
  background-color: #bce7ff;
  color: #a31022;
}

.ac_results .ac_code {
  color: #343434;
  width: 50%;
  display: block;
  float: left;
  margin-right: 10px;
}

.ac_results .ac_Name {
  color: #343434;
}

.ac_results .ac_highLight {
  font-weight: 700;
  color: #a31022;
}

input.nationality {
  text-transform: capitalize;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: 400;
}

.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
  font-weight: 400;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}

.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.tourSelected {
  display: block;
  background: #fff;
  box-shadow: 0 0 2px #999;
  padding: 25px 10px;
  border-radius: 0 0 4px 4px;
}

.tourSelected ul {
  margin: 0;
}

.tourSelected ul .info {
  text-align: right;
}

.tourSelected ul .infodetail {
  padding-left: 0;
  font-size: 14px;
}

.tourSelected ul li {
  line-height: 24px;
  margin-bottom: 8px;
  font-size: 16px;
  padding-left: 15px;
}

.tourSelected ul li strong {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}

.tourSelected ul li.first {
  margin-bottom: 10px;
  font-size: 16px;
}

.tourSelected ul li.tourname {
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.requiredArea {
  border-bottom: 1px dashed #a31022;
  clear: both;
  color: #a31022;
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-top: 10px;
  padding: 2px 0 4px 10px;
}

input.inquiryform {
  width: 16px;
  height: 16px;
}

@media (max-width: 750px) {

  .fa-fw,
  .fa-globe,
  .fa-phone {
    font-size: 20px !important;
  }

  .personalInfo input {
    font-size: 14px !important;
    font-weight: 400;
    padding: 7px 14px 8px 10px !important;
    background-color: #fff;
    color: #333;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    margin: 0 !important;
  }

  .contact {
    padding: 0 !important;
    margin-top: 14px;
  }
}

.contact {
  padding: 0 0 0 8px;
}

.fa-fw,
.fa-globe,
.fa-phone {
  color: #0c6197;
  font-size: 16px !important;
  width: 2em !important;
}

.twitter-typeahead {
  display: block !important;
}

.tt-menu {
  top: 25px !important;
}

@media (max-width: 750px) {
  body {
    font-family: Arial, Helvetica, sans-serif !important;
  }

  #header {
    padding: 10px 0 !important;
  }

  .navbar-brand {
    font-size: 20px !important;
  }

  .navbar-brand:hover {
    color: #fff !important;
  }

  .navbar-inverse .navbar-toggle:hover {
    border-radius: 4px !important;
  }

  .navbar-inverse .navbar-toggle:focus {
    border-radius: 4px 4px 0 0 !important;
  }

  #wrapper {
    background-image: none !important;
    background-color: #fff !important;
    margin-bottom: 40px;
  }

  .sendInquiry {
    border-top: none;
  }

  h2 {
    margin: 0 -15px !important;
    font-size: 18px;
    padding: 18px 15px 17px !important;
    display: block;
    border-bottom: 1px solid #cfcfcf;
    text-transform: uppercase;
    color: #296691 !important;
    font-weight: 700 !important;
  }

  .pageTop {
    margin: 15px 0;
    display: block;
    overflow: hidden;
  }

  .pageTop .karenWords {
    padding: 15px;
    font-size: 16px;
  }

  .pageTop .karenWords .karenIcon {
    float: left;
    margin: 5px 15px 10px 0;
    width: 25%;
  }

  .datesArrival,
  .guideBlock,
  .hotelBlock,
  .specialRequest,
  .transportBlock,
  .travelDays,
  .whoTravel {
    margin-bottom: 0 !important;
  }

  .item-list {
    font-size: 16px;
    padding: 15px 15px 10px;
    margin: 0 -15px;
    display: block;
    overflow: hidden;
  }

  .item-list .item-title {
    padding-top: 4px;
    display: inline-block;
  }

  .city-list {
    font-size: 16px;
    padding: 15px 0 10px;
    margin: 0 -15px;
    border-bottom: 1px solid #fefefe;
    display: block;
    overflow: hidden;
  }

  .contact-list {
    font-size: 16px;
    padding: 0;
    display: block;
    overflow: hidden;
  }

  .contact-list input[type="text"],
  .contact-list input[type="email"],
  .contact-list input[type="tel"] {
    padding: 12px 0 12px 15px !important;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    background: #fff;
    border: none;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0 !important;
  }

  .contact-list input::-webkit-input-placeholder {
    font-weight: 400 !important;
  }

  .contact-list input[type="text"] {
    text-transform: capitalize;
  }

  .contact-list .titleIcon {
    width: 18%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 12px 15px 0;
  }

  .contact-list .titleIcon img {
    height: 25px !important;
  }

  .contact-list .inputBox {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
  }

  .contact-list .inputBox.first-child {
    padding: 7px 15px;
    background: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 700 !important;
    margin-top: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
  }

  .contact-list .inputBox label {
    margin-right: 10px;
    margin-top: 5px;
  }

  .item-list .item-right {
    float: right;
    text-align: right;
    margin-top: -5px;
  }

  .item-list .item-right.removeMargin {
    margin-top: 0 !important;
  }

  .item-right label {
    display: inline-block;
    margin-left: 10px;
  }

  .num-control {
    display: inline-block;
    float: right;
    height: 37px;
    line-height: 35px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }

  .num-control a {
    display: inline-block;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    text-align: center;
    width: 32px;
    height: 35px;
    line-height: 35px;
    color: #626262;
    font-size: 18px;
    background: #fff;
    text-decoration: none;
  }

  .num-control input {
    border: none;
    width: 34px;
    margin-left: -4px;
    margin-right: -6px;
    height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .datesArrival input[type="text"],
  .datesArrival input[type="date"] {
    width: 100%;
    margin: 0 auto 5px auto !important;
    padding: 10px !important;
    font-size: 16px;
    height: auto !important;
    border-width: 1px !important;
    background-position: 96% 9px !important;
    background-image: url(/pic/tailor/calendar-icon.png);
    background-repeat: no-repeat;
    min-height: 40px;
    color: #000;
  }

  .mobileSend {
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }

  .mobileSend input {
    background: #a31022 none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 0 !important;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }

  .tipText {
    display: block;
    color: #999;
    margin: 0 -15px 0;
    padding: 10px 15px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #cfcfcf;
  }

  .citySelect {
    margin: 0 !important;
    overflow: visible !important;
  }

  textarea {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 5px !important;
    border-width: 1px !important;
    font-size: 14px !important;
    color: #000 !important;
  }

  @-webkit-keyframes click-wave {
    0% {
      width: 40px;
      height: 40px;
      opacity: 0.35;
      position: relative;
    }

    100% {
      width: 200px;
      height: 200px;
      margin-left: -80px;
      margin-top: -80px;
      opacity: 0;
    }
  }

  @-moz-keyframes click-wave {
    0% {
      width: 40px;
      height: 40px;
      opacity: 0.35;
      position: relative;
    }

    100% {
      width: 200px;
      height: 200px;
      margin-left: -80px;
      margin-top: -80px;
      opacity: 0;
    }
  }

  @-o-keyframes click-wave {
    0% {
      width: 40px;
      height: 40px;
      opacity: 0.35;
      position: relative;
    }

    100% {
      width: 100px;
      height: 100px;
      margin-left: -80px;
      margin-top: -80px;
      opacity: 0;
    }
  }

  @keyframes click-wave {
    0% {
      width: 40px;
      height: 40px;
      opacity: 0.35;
      position: relative;
    }

    100% {
      width: 200px;
      height: 200px;
      margin-left: -80px;
      margin-top: -80px;
      opacity: 0;
    }
  }

  .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13px;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
    background: #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    outline: 0;
    position: relative;
    margin-right: 5px !important;
    margin-top: -30px !important;
    border: 2px solid #999;
    vertical-align: middle;
    z-index: 1000;
    padding-top: 0 !important;
  }

  .option-input:hover {
    background: #9faab7;
  }

  .option-input:checked {
    background: #6ab34d;
    border: none !important;
  }

  .option-input:checked::before {
    width: 19px;
    height: 20px;
    content: ":)";
    display: inline-block;
    text-align: center;
    line-height: 20px;
  }

  .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
  }

  .option-input.radio {
    border-radius: 50%;
  }

  .option-input.radio::after {
    border-radius: 50%;
  }
}

.agerange {
  display: block;
  margin: 5px 0 30px;
  clear: both;
}

.ageGroup {
  display: block;
  overflow: hidden;
  font-size: 14px;
}

.mgc {
  position: relative;
  width: 16px;
  height: 16px;
  background-clip: border-box;
  -webkit-appearance: none;
  appearance: none;
  margin: -0.15px 0.6px 0 0;
  vertical-align: text-bottom;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc:checked:after {
  content: "";
  display: block;
  height: 4px;
  width: 7px;
  border: 0 solid #333;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 3px;
}

.mgc:disabled {
  opacity: 0.65;
}

.mgc:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 2px #38a7ff;
}

.mgc:checked {
  background-color: #fff;
  border-color: #d7d7d7;
}

.mgc:checked:after {
  border-color: #414141;
}

.mgc-primary {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-primary:checked {
  background-color: #337ab7;
  border-color: #337ab7;
}

.mgc-primary:checked:after {
  border-color: #fff;
}

.mgc-success {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-success:checked {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.mgc-success:checked:after {
  border-color: #fff;
}

.mgc-info {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-info:checked {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.mgc-info:checked:after {
  border-color: #fff;
}

.mgc-warning {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-warning:checked {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.mgc-warning:checked:after {
  border-color: #fff;
}

.mgc-danger {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-danger:checked {
  background-color: #a31022;
  border-color: #a31022;
}

.mgc-danger:checked:after {
  border-color: #fff;
}

.mgc-circle {
  border-radius: 50%;
}

.mgc-sm {
  width: 12px;
  height: 12px;
}

.mgc-sm:checked:after {
  top: 2px;
  left: 1px;
  height: 3px;
  width: 6px;
}

.mgc-lg {
  width: 19px;
  height: 19px;
}

.mgc-lg:checked:after {
  top: 3px;
  left: 3px;
  height: 5px;
  width: 10px;
}

.mgr {
  position: relative;
  width: 16px;
  height: 16px;
  background-clip: border-box;
  -webkit-appearance: none;
  appearance: none;
  margin: -0.15px 0.6px 0 0;
  vertical-align: text-bottom;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr:disabled {
  opacity: 0.65;
}

.mgr:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  -webkit-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
}

.mgr:checked:before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 3px 0 0 3px;
}

.mgr:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 2px #38a7ff;
}

.mgr:checked {
  border: 1px solid #555;
}

.mgr:checked:before {
  background-color: #555;
}

.mgr-primary {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-primary:checked {
  border: 1px solid #a31022;
}

.mgr-primary:checked:before {
  background-color: #a31022;
}

.mgr-success {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-success:checked {
  border: 1px solid #5cb85c;
}

.mgr-success:checked:before {
  background-color: #5cb85c;
}

.mgr-info {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-info:checked {
  border: 1px solid #5bc0de;
}

.mgr-info:checked:before {
  background-color: #5bc0de;
}

.mgr-warning {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-warning:checked {
  border: 1px solid #f0ad4e;
}

.mgr-warning:checked:before {
  background-color: #f0ad4e;
}

.mgr-danger {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-danger:checked {
  border: 1px solid #cf3b3a;
}

.mgr-danger:checked:before {
  background-color: #cf3b3a;
}

.mgr-sm {
  width: 12px;
  height: 12px;
}

.mgr-sm:checked:before {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin: 2px 0 0 2px;
}

.mgr-lg {
  width: 19px;
  height: 19px;
}

.mgr-lg:checked:before {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  margin: 3px 0 0 3px;
}

.mgc-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 41px;
  height: 24px;
  border: 1px solid #dfdfdf;
  outline: 0;
  border-radius: 16px;
  box-sizing: border-box;
  background: #dfdfdf;
}

.mgc-switch:after,
.mgc-switch:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mgc-switch:before {
  width: 39px;
  height: 22px;
  background-color: #fdfdfd;
}

.mgc-switch:after {
  width: 22px;
  height: 22px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mgc-switch:checked {
  border-color: #04be02;
  background-color: #04be02;
}

.mgc-switch:checked:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mgc-switch:checked:after {
  -webkit-transform: translateX(17px);
  transform: translateX(17px);
}

.mgc-sm.mgc-switch {
  height: 20px;
  width: 32px;
}

.mgc-sm.mgc-switch:before {
  height: 18px;
  width: 30px;
}

.mgc-sm.mgc-switch:after {
  width: 18px;
  height: 18px;
}

.mgc-sm.mgc-switch:checked:after {
  top: 0;
  left: 2px;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.mgc-lg.mgc-switch {
  height: 32px;
  width: 52px;
}

.mgc-lg.mgc-switch:before {
  height: 30px;
  width: 50px;
}

.mgc-lg.mgc-switch:after {
  width: 30px;
  height: 30px;
}

.mgc-lg.mgc-switch:checked:after {
  top: 0;
  left: 2px;
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

/* CSS Document */
#contentHead .headtitle {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  height: 100%;
  overflow: hidden;
}

#contentHead .headtitle h1 {
  margin: 0;
  padding: 0;
  float: left;
  font-weight: normal;
  font-size: 25px;
  border: none;
}

#contentHead .headtitle p {
  margin: 0;
  padding: 0;
  width: 700px;
  text-align: right;
  float: right;
}

#content #mainContent {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

#content #mainContent .rightcont {
  width: 760px;
  float: right;
}

#content #mainContent .rightcont .tabs {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}

#content #mainContent .rightcont .tabs ul {
  list-style: none;
  float: left;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

#content #mainContent .rightcont .tabs ul li {
  float: left;
  padding-right: 10px;
}

#content #mainContent .rightcont .tabs ul li a {
  width: 86px;
  height: 31px;
  background: url(/css/images/orders-tab.png) no-repeat 0 0;
  float: left;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  color: #fff;
}

#content #mainContent .rightcont .tabs ul li a.active {
  height: 31px;
  background: url(/css/images/orders-tab-active.png) no-repeat 0 -1px;
  color: #ae0404;
  position: relative;
  z-index: 11;
  top: 1px;
}

#content #mainContent .rightcont .orderlist {
  width: 100%;
  float: left;
  height: auto;
}

#content #mainContent .sideBarleft {
  width: 175px;
  float: left;
  border: 1px solid #999;
  border-top: none;
}

#content #mainContent .sideBarleft p.lefttitle {
  color: #a31022;
  font-weight: bold;
  background: #f2f2f2;
  padding: 6px 10px;
  border-top: 1px solid #999;
}

#content #mainContent .sideBarleft ul {
  list-style: none;
  padding-bottom: 10px;
}

#content #mainContent .sideBarleft ul li {
  padding: 5px 0 5px 20px;
  background: url(/pic/square.gif) no-repeat 10px 10px;
}

#content #mainContent .sideBarleft ul li:hover {
  background: #f1f1f1;
}

#content #mainContent .sideBarleft ul li a {
  text-decoration: none;
}

#content #mainContent .sideBarleft ul li.active {
  color: #a31022;
  background: #f1f1f1;
}

#content #mainContent .sideBarleft ul li.active a {
  color: #a31022;
}

table.ordercont {
  width: 100%;
  float: left;
  border-collapse: 0;
  border-spacing: 1px;
}

table.ordercont tr {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
}

table.ordercont tr.ordertitle td {
  border-top: none;
  border-bottom: none;
}

table.ordercont tr.ordertitle {
  height: 30px;
  background: #ebebeb;
  color: #0959a4;
}

table.ordercont tr td {
  border-right: 1px solid #ccc;
  border-top: 10px #fff solid;
  border-bottom: 1px dashed #ccc;
  height: auto;
}

table.ordercont tr td.tourname {
  text-align: left;
}

table.ordercont tr td.tourname img {
  float: left;
  width: 57px;
  padding: 0 0 10px 10px;
}

table.ordercont tr td.tourname p {
  float: left;
  width: 243px;
  padding: 0 0 10px 5px;
}

table.ordercont tr td.noborder {
  border-right: none;
}

table.ordercont tr td.price {
  color: #9b0707;
}

table.ordercont tr td a {
  text-decoration: underline;
  color: #9b0707;
}

#footer .footerInfo {
  height: 90px;
}

/* ------ */
#subNav {
  display: block;
  margin: 10px 0;
}

#new-cc-quick-post textarea {
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #666;
  border-left: 1px solid #d1d1d1;
  border-bottom: 1px solid #666;
  border-radius: 4px;
  margin-bottom: 5px;
}

h2 {
  display: block;
  margin: 0 0 10px 0;
}

#new-cc-tags-menu ul {
  margin: 0;
}

#new-cc-tags-menu ul li {
  list-style: none;
  float: left;
  display: block;
  padding: 5px;
  margin: 0 5px 0 0;
  background: #d1d1d1;
  border-radius: 4px;
}

#new-cc-tags-menu ul li a {
  text-decoration: none;
}

input#js_ShortStory_Send {
  font-size: 16px;
  padding: 2px 5px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.ctp-report-item {
  display: block;
  margin: 8px 0 5px 0;
}

/* typeahead */
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.tt-suggestion-nationality {
  font-size: 12px;
  line-height: 18px;
}

/* typeahead */
.navbar-inverse {
  background-color: initial;
}

.logobox .img-responsive {
  top: -2px;
  left: 15px;
}

.item-title {
  position: absolute;
  left: 25px;
  top: 8px;
  color: #757575;
  font-size: 14px;
  z-index: -1;
}

.combobox {
  width: 100%;
  margin: 12px 0;
  background-color: #fff;
  top: 24px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 12px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.combobox-item:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.xs-ahead {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  padding: 0 14px;
}

.Destinations {
  margin-top: 10px;
}

.mgc:checked:after {
  height: 5px;
  width: 9px;
}

#CDSWIDSSP {
  width: 100% !important;
  box-shadow: 0 0 2px #999;
  border-radius: 4px;
}