html, body {
  -webkit-text-size-adjust: none;
  overflow-x:hidden;
}
body, td, table, p, a, img, textarea, input {
  font-family:Helvetica Light, Arial, Lucida Grande,Tahoma, sans-serif;
  text-decoration:none;
  color:#000000;
  padding:0px;
  margin:0px;
  text-align:left;
  font-size:14px;
}
input[type=range] {
  width:100%;
  height:25px;
  padding-left:5px;
}
input[type=text], input[type="password"], input[type=tel], select {
  width:calc(100% - 10px);
  height:25px;
  padding-left:5px;
}
input[type=button] {
  background-color:transparent;
}
select {
  font-size:100%;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:url(/images/down-select.png);
  background-repeat:no-repeat;
  background-position:right;
  cursor:pointer;
}
input, select, textarea {
  box-sizing:border-box;
  border:1px solid #777777;
  color:#333333;
}
input, select, textarea {
  border-radius:5px;
}
textarea {
  width:100%;
}
input[type=range] {
  border:0;
}
input:disabled, select:disabled {
  color:#000000;
  background-color:#cccccc;
  opacity:0.6;
}
body {
  height:auto;
  min-width:320px;
  background-position:0px 9px;
}
body, td, table, p, a, img {
  border:0px;
}
td {
  border-collapse:collapse;
  empty-cell:show;
  padding:0px;
}
table {
  border-collapse:collapse;
  padding:0px;
}
img {
  max-width:100%;
  max-height:100%;
}
a {
  color: #000000;
}
a:hover {
  color: #00adee;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #00adee;
  margin: 1em 0;
  padding: 0;
  margin-top:10px;
  margin-bottom:10px;
}
#mainbody {
  height:10px;
  font-size:0px;
}
#bodycontainer {
  background-image:url(/images/top.png);
  background-repeat:no-repeat;
  padding-top:2%;
  margin-left:-24px;
  min-height:250px;
  text-align:left;
}
#bodycontainer > div {
  margin-left:24px;
}
#bodycontainer ul, #bodycontainer ol {
  margin-left:-24px;
  margin-top:-10px;
}
.body_content {
  width:100%;
  margin:0 auto;
  padding:0;
  text-align:center;
}
.banner_top {
  width:100%;
  display:table;
  padding-top:20px;
  padding-bottom:20px;
}
.banner_links > div {
  background-image:url(/images/down.png);
  background-repeat:no-repeat;
  background-position:right center;
}
.banner_links > div:last-child {
  background:none;
  cursor:default;
}
.banner_links > div:hover {
  background-image:url(/images/down-over.png);
}
.banner_links > div:last-child:hover {
  background:none;
  cursor:default;
}
.banner_links > div > a:hover {
  color:#f1981b;
}
.banner_links > div > a > img {
  max-width:12px;
  padding-left:10px;
}
.banner_details {
  top:0;
  border:1px solid #cacac8;
  border-radius:10px;
  background-color:#404041;
  opacity: 1;
  filter:alpha(opacity=100);
  display:none;
  visibility:hidden;
  position:absolute;
}
.banner_details > div {
  text-align:left;
}
.menu {
  margin:0 auto;
  height:auto;
}
.clear {
  clear:both;
}
.slides_container {
  margin:0 auto;
  width:100%;
}
.slick-slider {
  margin-bottom:3%;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  background:transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-slide {
  margin: 0 20px;
}
slick-list {
  margin: 0 -20px;
}
.slick-slide img {
  padding-right:20px;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  background-color:#00adee;
  margin-left:-20px;
  position:relative;
  display:block;
}
.slick-slide span {
  display:block;
  position:absolute;
  bottom:0%;
  color:#ffffff;
  vertical-align:middle;
  text-align:left;
  padding-bottom:5px;
  padding-top:5px;
  margin-bottom:4px;
  font-size:110%;
  background:rgba(64, 47, 11, .8);
}
.slick-slide span > div {
  margin-left:10px;
}
#prev_slide {
  z-Index:999;
  position:absolute;
  top:40%;
  cursor:pointer;
}
#next_slide {
  position:absolute;
  top:40%;
  cursor:pointer;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: "slick";   border-radius:5px;
  background-color:#777777;
  width:8px;
  height:8px;
  font-size: 1px;
  line-height: 1px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.line_separator {
  height:1%;
  width:100%;
  display:block;
}
.color_line {
  border-bottom:1px solid #00adee;
  width:100%;
}
.footer {
  padding-top:1%;
  width:100%;
  margin:0 auto;
  text-align:left;
  height:auto;
  padding-bottom:3%;
}
.footerlinks > div {
  display:inline-block;
  vertical-align:top;
}
.footerlinks > div > a,  .footerlinks > div > div > a {
  color:#808184;
}
.footerlinks > div > a:hover, .footerlinks > div > div > a:hover {
  color:#00adee;
}
.footerlinks > div > div > a {
  font-size:90%;
}
.footerlanguage {
  text-align:left;
}
.footerlanguage > div, .footerlanguage > div > div {
  display:inline-block;
}
.footerlanguage > div > a, .footerlanguage > div > div > a {
  display:inline-block;
  margin-top:20px;
}
#globalsite, #companyname {
  font-weight:bold;
  font-size:110%;
  color:#808184;
}
#footerseparater {
  border-bottom:1px solid #00adee;
  width:100%;
  float:right;
}
#footerseparater > img {
  float:left;
}
#flightsearch {
  background-image:url(/images/flightsearch.png);
  background-repeat:no-repeat;
  background-size:cover;
}
#flightsearch {
  color:#bdbec0;
}
#flightsearch select {
  color:#ffffff;
}
#privatejet, #privatejet_submitform, #flightsearch, #packagesearch {
  text-align:left;
}
#packagesearchform {
  width:100%;
  text-align:left;
}
#packagesearch #inputcontent > span {
  display:none;
}
#packagesearch > div:nth-last-child(2) > span, .button > div:first-child > a, #customerformbuttons > span > .button > div:nth-child(2), #tlhotels > div:last-child > span {
  display:inline-block;
  background-image:url(/images/bannerdetails_right.png);
  background-repeat:no-repeat;
  background-position:right center;
}
.button > div:first-child > a {
  background-position:right center;
}
#packagesearch > div:nth-last-child(2) > span:hover, .button > div:first-child > a:hover {
  background-image:url(/images/bannerdetails_right.png);
}
#packagesearch > div:nth-last-child(2) > span > a, #packagesearch > div:nth-last-child(2) > span > a:hover, #tlhotels > div:last-child > span, #tlhotels > div:last-child > span > a, #tlhotels > div:last-child > span > a:hover {
  display:inline-block;
  color:#ffffff;
}
#privatejet > div:first-child {
  color:#ffffff;
  font-weight:bold;
}
#inputcontent, #calendar {
  position:absolute;
  display:none;
}
#inputcontent {
  max-height:200px;
  overflow-x:hidden;
  overflow-y:hidden;
}
#inputcontent_scroller {
  width:10px;
  position:absolute;
  display:none;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  background-color:#bebdbc;
}
#inputcontent_scroller > div {
  width:10px;
  position:absolute;
  height:80px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  display:block;
  font-size:0;
  cursor:pointer;
  background-color:#00adee;
}
#flightsearch #inputcontent {
  color:#ffffff;
  background-color:#000000;
  z-Index:999;
}
select::-ms-expand {
  display:none;
}
#flightsearch a {
  color:#00adee;
}
#flightsearch a:hover {
  color:#ffffff;
}
#multi {
  color:#00adee;
}
#multi:hover {
  color:#179be2;
}
#multilegs {
  display:none;
  visibility:hidden;
}
.col2 {
  display:inline-block;
  width:50%;
}
.airportsubcode > a {
  margin-left:10px;
}
a.airportcode {
  color:#231F20;
  font-weight:normal;
  display:inline-block;
  width:100%;
}
a.airportcode:hover {
  color:#9c4f0b;
}
.airportcodediv {
  visibility:hidden;
  display:none;
}
#footer_content {
  clear:both;
}
#feedbackform, #footer_content > p {
  text-align:left;
}
#footer_content > p {
  color:#808184;
}
.pageheading {
  width:100%;
  color:#00adee;
  text-align:left;
  background-image:url(/images/line.png);
  background-repeat:repeat-x;
  background-position:center center;
  padding-top:1%;
  padding-bottom:1%;
}
.pageheading > span {
  margin-left:60px;
  padding-left:10px;
  padding-right:10px;
  background-color:#ffffff;
}
.subpagesection > div {
  background-repeat:no-repeat;
}
.subpagesection > div:hover, .products > div:hover {
  opacity: 0.8;
  filter:alpha(opacity=80);
}
.background {
  background-repeat:no-repeat;
  background-position:center center;
  background-size:50%;
  min-height:300px;
}
.highlighttext {
  color:#179be2;
  font-weight:bold;
}
.subnavigation, .products {
  padding:0px;
  text-align:left;
}
.subnavigation, .products, .home_content {
  width:100%;
}
.pageselection {
  text-align:right;
  margin-bottom:10px;
  width:100%;
}
.products, .home_content, .nav, #languagedetails, .smallbox, .recentsearchescontainer, #searchoptions > div, #hotelthumbs, #hotelslider, .hoteloptions {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-flow: row wrap;
  -webkit-box-pack: start; 
  -webkit-flex-direction:row;
  -webkit-flex-wrap:wrap;
  justify-content:flex-start;
  -webkit-justify-content:flex-start;
  align-content:flex-start;
  -webkit-align-content:flex-start;
}
.nav > div > a, .nav > div > div > div > a {
  text-align:left;
  display:inline-block;
  color:#9c4f0b;
}
.nav > div > div {
  display:none;
  visibility:hidden;
}
.home_content {
  align-items:flex-start;  
  justify-content:space-between;
  -webkit-justify-content:space-between;
  padding-top:1%;
  padding-bottom:1%;
}
.home_content div {
  cursor:pointer;
  text-align:left;
}
.home_content div:hover {
  opacity: 0.9;
  filter:alpha(opacity=90);
}
.products {
  align-items:stretch;
  -webkit-align-items:stretch;
}
.product_heading {
  width:100%;
  text-align:left;
}
.products > div {
  background-image:url(/images/subpagesection.png);
  background-size:100%;
  display:inline-block;
  background-position:left top;
  background-repeat:no-repeat;
  height:auto;
}
.products > div > a {
  width:100%;
  display:inline-block;
}
.products > div > a > div:first-Child {
  height:0;
  background-repeat:no-repeat;
  background-size:100%;
  text-align:left;
}
.products > div > a > div {
  display:inline-block;
}
.products_text {
  text-align:left;
}
.main_content {
  margin:0 auto;
}
.pageselection a {
  display:inline-block;
  padding-top:0;
  padding-bottom:0;
  color:#6D6F70;
  font-size:90%;
  width:20px;
  height:20px;
  vertical-align:middle;
  text-align:center;
  line-height:24px;
  margin-left:3px;
}
.pageselection a:nth-child(2), pageselection a:nth-last-child(2) {
  width:11px;
}
.pageselection a:hover {
  color:#000000;
}
.pageselection .selected {
  display:inline-block;
  background-color:#00adee;
  border-radius:10px;
  color:#ffffff;
}
.productdetails {
  padding-bottom:3%;
}
.productdetails, .productcontents {
  width:100%;
  text-align:left;
}
.productcontents > div {
  display:inline-block;
}
.disabled {
  opacity: 0.4;
  filter:alpha(opacity=40);
}
.content {
  width:100%;
  max-width:100%;
  padding-bottom:3%;
  text-align:left;
}
.content {
  padding-top:3%;
}
.topdeal {
  padding-top:2%;
  padding-bottom:2%;
  color:#00adee;
  font-weight:bold;
  font-size:200%;
  text-align:left;
  width:100%;
}
.home_content > div > div:first-child > img {
  background-color:#00adee;
}
.contactusform > div > div {
  vertical-align:top;
  display:inline-block;
  color:#808184;
}
.flightsearchlinks {
  width:100%;
}
.flightsearchlinks > span {
  width:33%;
}
.flightsearchlinks > span:nth-Child(2) {
  text-align:center;
}
#carsearchlinks > span, #hotelsearchlinks > span {
  width:29.5%;
}
.flightsearchlinks > span > a {
  font-size:85%;
}
.flightsearchlinks > span:nth-child(3) {
  text-align:center;
}
.flightsearchlinks > span:nth-child(3) > a {
  color:#bdbec0 !important;
}
.flightsearchlinks > span:nth-child(3) > a:hover {
  color:#ffffff !important;
}
.flightsearchlinks > span:last-child, .submit, .submit > a {
  text-align:right;
}
.flightsearchlinks > span:last-Child > a {
  color:#ffffff !important;
  background-image:url(/images/bannerdetails_right.png);
  background-position:top right;
  background-repeat:no-repeat;
  padding-top:10px;
  padding-bottom:7px;
  padding-left:70px;
  padding-right:10px;
  display:inline-block;
  vertical-align:middle;
}
.contactusform > div > div > a, .feedbackinput > a {
  width:calc(50% - 20px);
  display:inline-block;
  color:#ffffff;
  max-width:132px;
  max-height:29px;
  background-repeat:no-repeat;
  background-position:center center;
  vertical-align:middle;
  background-size:cover;
}
.feedbackinput > a {
  padding-top:8px;
  margin-right:10px;
}
.subpagesection > .sectionseparator {
  display:none;
  background-image:none;
}
.subpagesection > div {
  background-image:url(/images/subpagesection_small.png);
  background-size:cover;
  display:inline-block;
  height:0;
  background-position:left center;
}
.subpagesection > .clear {
  width:100%;
  padding-bottom:0;
  padding-top:2%;
  background:transparent;
}
.subpagesection .subnavigation_text {
  padding-top:3%;
  padding-right:10%;
  font-weight:bold;
}
.subpagesection .subnavigation_text > span {
  font-weight:normal;
}
.subpagesection .subnavigation_text {
  font-size:75%;
}
.calendardate {
  background-image:url(/images/calendar.png);
  background-size:auto 80%;
  background-position:right center;
  background-repeat:no-repeat;
}
#privatejet .calendardate, #packagesearch .calendardate {
  background-position:98% center;
}
#flightsearch input[type=text] {
  color:#ffffff;
}
#flightsearch input[type=text], #privatejet input[type=text], #privatejet select, #packagesearch input[type=text] {
  padding-top:0.5%;
  padding-bottom:0.5%;
}
#flightsearch > #flightsearchselection {
  padding-top:10px;
}
#flightsearch > #flightsearchselection > div > a {
  display:inline-block;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  text-align:center;
  margin-left:0.5%;
}
#flightsearch a.flightsearchselected {
  color:#ffffff;
  background-color:#00adee;
}
#flightsearch a.flightsearchnormal {
  color:#bdbec0;
  background-color:#000000;
}
#flightsearch a.flightsearchnormal:hover {
  color:#f9bf32;
}
#hotels, #cars {
  display:none;
  visibility:hidden;
}
#flightsearch #inputcontent > div > a {
  color:#bdbec0;
  display:inline-block;
  background:transparent;
  padding-top:0;
  padding-bottom:0;
}
#flightsearch #inputcontent > div > a:hover {
  color:#ffffff;
}
.contactusform > div > div > a:first-child, .feedbackinput > a:first-child, #privatejet > div > div:first-child > a, #privatejet_submitform > div > div:first-child > a, .button > div:first-child > a {
  text-align:right;
  background-image:url(/images/bannerdetails_right.png);
  background-position:right center;
}
.contactusform > div > div > a:first-child:hover, .feedbackinput > a:first-child:hover, #privatejet > div > div:first-child > a:hover, #privatejet_submitform > div > div:first-child > a:hover {
  background-image:url(/images/bannerdetails_right.png);
  background-position:right center;
}
.contactusform > div > div > a:nth-child(2), .feedbackinput > a:nth-child(2), #privatejet > div > div:nth-child(2) > a, #privatejet_submitform > div > div:nth-child(2) > a, .button > div:last-child > a {
  text-align:left;
  background-image:url(/images/bannerdetails_left.png);
  background-repeat:no-repeat;
  background-position:left center;
}
.contactusform > div > div > a:nth-child(2):hover, .feedbackinput > a:nth-child(2):hover, #privatejet > div > div:nth-child(2) > a:hover, #privatejet_submitform > div > div:nth-child(2) > a:hover, .button > div:last-child > a:hover {
  background-image:url(/images/bannerdetails_left.png);
}
.contactusform > div > div > a > span:hover, #privatejet > div > div > a > span, #privatejet_submitform > div > div > a > span, .button > div > a > span {
  color:#ffffff;
}
.logo img {
  width:100%;
  max-width:178px;
  max-height:48px;
}
#privatejet_form {
  margin-top:5%;
  width:100%;
  overflow:hidden;
}
.subpagesection > div > div > a:hover, .products > div > a:hover {
  color:#000000;
}
.contactusform {
  text-align:left;
}
#feedbackform > .feedbackinput > .others {
   width:100%;
}
#privatejet > div > div > *, #privatejet_submitform > div > div > *, #roundtrip > div > *, #roundtrip > div > div > *, #passenger > div > *, #passenger > div > div > *, #hotels > div > *, #hotels > div > div > *, #cars > div > *, #cars > div > div > *, #packagesearch > div > *, #packagesearch > div > div > * {
  display:inline-block;
}
.styledimage {
  padding-top:10px;
  padding-bottom:10px;
}
.styledimage, .styledimagenotopnobottom {
  margin:0;
  padding-right:20px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  background-color:#00adee;
  line-height:0;
}
.productcontents > div:first-child {
  font-weight:bold;
}
.slickdiv {
  cursor:pointer;
}
.subpageheading {
  text-align:left;
}
.packagesearchheading {
  background-color:#00adee;
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
}
.productsearchresult {
  border-top:1px solid #00adee;
  width:100%;
  min-height:1px;
  padding-top:10px;
}
.packagesearchheading > span {
  margin-left:20px;
  color:#ffffff;
}
#nomatch {
  width:100%;
  min-height:1px;
  border-bottom:1px solid #00adee;
}
#nomatch > div {
  display:table-cell;
  vertical-align:middle;
}
#nomatch > div:first-child {
  width:30%;
  text-align:center;
  padding-bottom:1%;
}
#nomatch > div:last-child {
  width:70%;
  font-size:120%;
}
#goback {
  margin-top:10px;
  width:95%;
  text-align:right;
  margin-right: 15px;
}
.contactusform #areacode {
  width:20%;
}
.contactusform #tel {
  width:70%;
  float:right;
}
.contactusform #dash {
  width:7.3%;
  color:#808184;
  display:inline-block;
  text-align:center;
  padding:0;
  margin:0;
}
.specialneeds, .cargo {
  display:none;
}
#specialneeds, .cargo {
  resize:none;
}
.privatejetmultibreak {
  background-color:#00bbf1;
  height:1px;
  margin-top:15px;
  margin-bottom:10px;
}
.privatejetmulti {
  display:none;
}
#iframe-container {
  margin-top:20px;
}
#iframe-container > #_iframe {
  border:0;
  width:100%;
  height:100%;
}
#limousineservices_form_container {
  margin-top:50px;
}
#limousineservices_form_container > form > #limousineservices {
  max-width:560px;
  width:50%;
}
#limousineresults > div > #details {
  width:calc(100% - 40px);
  margin-right:20px;
}
#limousineservices_form_container > form > #limousineservices > div {
  background-image:url(/images/limousine_form.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center left;
  width:calc(100% - 80px);
  text-align:left;
  font-size:95%;
  margin: 0 auto;
  padding-top:3px;
  padding-left:40px;
  padding-right:40px;
}
#limousineservices_form_container > form > #limousineservices > div:first-child {
  background-position:top left;
}
#limousineservices_form_container > form > #limousineservices > div:last-child {
  background-position:bottom left;
  min-height:30px;
}
#limousineservices_form_container > form > #limousineservices > div:first-child {
  color:#ffffff;
  padding-top:30px;
  padding-bottom:50px;
  font-size:110%;
}
#limousineservices_form_container > form > #limousineservices > div:nth-child(4) {
  padding-top:10px;
}
#limousineservices > div > div {
  margin-top:10px !important;
  width:50%;
  display:inline-block;
  text-align:left;
  vertical-align:middle;
}
#limousineservices > div > div > span, #limousineservices > div > div > input, #limousineservices > div > div > select, #limousinebook > div:first-child > form > div > *, #limousineconfirm > div:first-child > form > div > * {
  display:inline-block;
  vertical-align:middle;
}
#limousineservices > div > div:nth-child(2) {
  width:49%;
  margin-left:1%;
}
#limousineservices input[type=text], #limousineservices select {
  width:100%;
  margin-top:10px !important;
  background-color:#ffffff;
}
#limousineservices > div > div > input[type=text], #limousineservices > div > div > select {
  margin-top:0px !important;
}
#limousineresults input[type=text], #limousineresults select {
  border:1px solid #b6babb;
}
.loginform input[type=text], .loginform input[type=password], .loginform select, .signupform input[type=text], .signupform input[type=password], .signupform select, .signupform > form > div > span > div {
  margin-top:10px !important;
}
.signupform input[type=checkbox] {
  margin-top:5px !important;
}
#limousineresults > div > form > #limousineservices {
  display:none;
  width: calc(100% - 40px);
  margin-right: 20px;
}
#limousineservices > div:nth-last-child(2) {
  margin-top:10px;
}
#limousineservices > div:nth-last-child(2) > div {
  vertical-align:top;
}
#limousineservices > div:nth-last-child(2) > div > a > img {
  width:50%;
}
#limousineservices > div:nth-last-child(2) > div:first-child {
  text-align:right;
}
#limousineservices > div:nth-last-child(2) > div:first-child > a {
  margin-right:10px;
}
#limousineservices > div:nth-last-child(2) > div:last-child > a {
  margin-left:10px;
}
#duration {
  display:none;
}
#limousineresults {
  width:100%;
  text-align:left;
  margin-top:20px;
}
#limousineresults > div, #limousineresults > div > div > div, #limousineresults > div > div > div > div > div {
  vertical-align:top;
  text-align:left;
  display:inline-block;
}
#limousineresults > div:first-child {
  width:40%;
}
#limousineresults > div:last-child {
  position:relative;
  width:calc(60% - 50px);
  margin-left:50px;
}
#limousineresults > div:last-child > div {
  border-top:1px solid #00ccf6;
  padding-top:30px;
  padding-bottom:20px;
}
#limousineresults > div:last-child > div:first-child {
  border-top:0;
}
#limousineresults > div:last-child > div:last-child {
  border-bottom:1px solid #00ccf6;
}
#limousineresults > div:last-child > div, #limousineresults > div:last-child > div > div:last-child > div {
  width:100%;
}
#limousineresults > div:last-child > div > div:first-child {
  width:40%;
}
#limousineresults > div:last-child > div > div:last-child {
  width:60%;
}
#limousineresults > div:last-child > div > div:last-child > div > div:first-child {
  width:40%;
}
#limousineresults > div:last-child > div > div:last-child > div > div:last-child {
  width:60%;
}
#limousineresults > div:last-child > div > div:last-child > div:last-child > div:last-child {
  text-align:right;
}
#limousinebook, #limousineservicessbooking, #limousineconfirm, #limousinefinish {
  margin-top:20px;
}
#limousinebook > div, #limousineconfirm > div {
  display:inline-block;
  text-align:left;
  vertical-align:top;
}
#limousinebook > div:first-child, #limousineconfirm > div:first-child {
  width:55%;
  margin-right:4%;
}
#limousinebook > div:last-child, #limousineconfirm > div:last-child {
  width:40%;
  margin:0 !important;
  padding:0 !important;
}
#limousinebook > div:first-child > form > div, #limousineconfirm > div:first-child > form > div {
  width:100%;
  margin-bottom:10px;
}
#limousinebook > div:first-child > form > div > textarea {
  height:100px;
  resize:none;
}
#limousinebook > div:first-child > form > div > input[type=text], #limousinebook > div:first-child > form > div > textarea, #limousinebook > div:first-child > form > div > select {
  padding:0;
  margin:0;
  width:100%;
  border-radius:5px;
}
#limousineconfirm > div:first-child > form > div > div {
  display:inline-block;
  vertical-align:top;
}
#limousineconfirm > div:first-child > form > div > div:first-child {
  width:30%;
  margin-right:20px;
}
#limousineconfirm > div:first-child > form > div > div:last-child {
  width:calc(70% - 20px);
  margin-right:0px;
}
#places, #source\.airport, #dest\.airport {
  display:none;
}
.ui-autocomplete .ui-menu-item {
  font-size:90%;
}
#limousinefinish > div, #limousineservicessbooking > div {
  width:100%;
  text-align:left;
  margin-bottom:10px;
}
#limousinefinish > div > div, #limousineservicessbooking > div > div {
  display:inline-block;
  text-align:left;
  vertical-align:top;
}
#limousinefinish > div > div:first-child, #limousineservicessbooking > div > div:first-child {
  width:30%;
}
#limousinefinish > div > div:last-child, #limousineservicessbooking > div > div:last-child {
  width:70%;
}
#limousineservicesview > div {
  width:100%;
  text-align:left;
  margin-bottom:10px;
}
.button > div > a {
  display:inline-block;
  color:#ffffff;
  width:calc(100% - 20px);
  font-weight:normal;
}
a.button {
  margin-left:10px;
  margin-top:10px;
  padding:5px;
  padding-bottom:7px;
  padding-top:7px;
  background-image:url(/images/bannerdetails_right.png);
  background-repeat:no-repeat;
  background-position:right center;
  color:#ffffff;
  display:inline-block;
  min-width:120px;
  text-align:right;
}
a.questionmark {
  color:#00b1f4;
}
#details, #limousineresults > div > form > #limousineservices {
  border:5px double #00ccf6;
  padding:10px;
  margin-bottom:20px;
}
#limousinefinish #loaderImage {
  margin-top:160px;
}
#loaderImage {
  width:100%;
  margin:0 auto;
  margin-top:100px;
  text-align:center !important;
}
#loaderImage > canvas {
  margin:20px;
}
#loading {
  width:100%;
  margin:0 auto;
  margin-top:20px;
  padding-bottom:50px;
  text-align:center !important;
}
#checkoutdone > div {
  text-align:left;
  margin-top:20px;
  margin-bottom:20px;
}
#details > div {
  margin-bottom:10px;
  width:calc(100% - 20px);
}
#details > div > div {
  display:inline-block;
  vertical-align:top;
}
#details > div > div:first-child {
  width:40%;
}
#details > div > div:last-child {
  width:60%;
}
#details > div:last-child {
  text-align:right;
}
#redhighlight {
  color:#ff0000;
  font-weight:bold;
}
.orderform {
  margin:0 auto;
  text-align:center;
}
.orderform > div, .orderlegend > div {
  display:inline-block;
  vertical-align:top;
}
.orderlegend > div {
  margin-top:1%;
  margin-bottom:1%;
}
.orderlegend {
  border-bottom:1px solid #000000;
}
.orderlegend > div {
  text-align:left;
}
.orderlegend > div:last-child {
  text-align:right;
}
.orderlegend > div {
  font-weight:bold;
}
.orderdetails {
  text-align:left;
}
.orderdetails > div {
  width:100%;
  margin-right:0;
}
.orderdetails > div > .legend > .col5 {
  display:none;
}
.orderdetails > div > .shipto > div > div {
  display:inline-block;
  vertical-align:top;
  margin-bottom:1%;
  margin-top:1%;
}
.orderdetails .dates {
  margin-top:3%;
  padding-top:2%;
  border-top:1px solid #b6b2b2;
}
.orderdetails .dates + .dates {
  margin-top:2%;
  padding-top:0%;
  border-top:0;
  margin-bottom:2%;
}
.orderdetails .dates > div {
  display:inline-block;
}
.orderdetails .dates > div:first-child {
  font-weight:bold;
  margin-right:10px;
}
.orderdetails .detail_text > span {
  margin-left:10px;
}
.orderdetails .detail_text > span > a {
  font-weight:normal;
  font-size:90%;
}
#ordertype {
  margin-top:10px;
  margin-bottom:10px;
  text-align:left;
  font-weight:bold;
}
.orderdetails #bl_header, .orderdetails #ch_header {
  color:#000000 !important;
  background-color:transparent !important;
  padding-left:0 !important;
  padding-bottom:0 !important;
  height:auto !important;
}
#cancellationpolicy {
  display:none;
  border-top:1px solid #777777;
  border-bottom:1px solid #777777;
  margin-top:20px;
  margin-bottom:20px;
}
#cancellationpolicy > div, #cancellationpolicy > p:first-child {
  margin-top:10px;
}
#cancellationpolicy > div:last-child {
  margin-bottom:10px;
}
#cancellationpolicy > div > input, #cancellationpolicy > div > span {
  display:inline-block;
  vertical-align:top;
}
#cancellationpolicy > div > input {
  margin-top:-2px;
  width:20px;
  margin-right:10px;
}
#cancellationpolicy > div > span {
  width:calc(100% - 40px);
}
#bl, #ch {
  padding:0;
  margin:0;
  width:100%;
}
#bl > div > div, #ch > div > div {
  display:inline-block;
}
#bl > div > div:first-child, #ch > div > div:first-child {
  width:160px;
  margin-right:10px;
  vertical-align:top;
}
#bl > div > div:last-child, #ch > div > div:last-child {
  width:calc(100% - 170px);
}
#bl > div > div:last-child > span {
  display:inline-block;
  width:100%;
}
#meetinginstructiontext, #chargedetails {
  display:none;
}
#bl > #chargedetails {
  margin-bottom:10px;
  padding-top:10px;
  padding-bottom:10px;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}
#bl > #chargedetails > div:first-child {
  margin-top:10px;
}
#bl > #chargedetails > div {
  width:100%;
}
#bl > #chargedetails > div > div {
  display:inline-block;
}
#bl > #chargedetails > div > div:first-child {
  width:160px;
  margin-right:10px;
}
#bl > #chargedetails > div > div:last-child {
  width:calc(100% - 170px);
}
#limousineconfirm > div:first-child > form > div > input {
  vertical-align:top;
  width:20px;
  margin-right:10px;
  display:inline-block;
  margin-top:-2px;
}
#limousineconfirm > div:first-child > form > div > span {
  vertical-align:top;
  width:calc(100% - 40px);
  display:inline-block;
}
.orderdetails .detail_text > span > a {
  font-size:100%;
}
#limousineresults > div:last-child > div > .vehicletype {
  position:absolute;
  display:none;
  border:1px solid #cccccc;
  background-color:#dddddd;
  padding:10px;
  width:100%;
  max-width:200px;
  right:0;
  border-radius:10px;
  margin-top:-20px;
}
#limousineresults > div:last-child > div > .vehicletype > div:first-child > a {
  display:inline-block;
}
#limousineresults > div:last-child > div > .vehicletype > div {
  width:100% !important;
  margin-bottom:10px;
}
#limousineresults > div:last-child > div > .vehicletype > div:last-child {
  margin-bottom:0px;
}
#limousineresults > div:last-child > div > .vehicletype > div:first-child {
  margin-bottom:0px;
  text-align:right !important;
}
#limousinebook > div:first-child > form > div > span {
  display:inline-block;
  vertical-align:bottom;
  height:100%;
}
#fromdate-holder {
  position:relative;
}
#limousineservices > #fromdate-holder > .datepicker, #form_content > div > .datepicker {
  width:calc(100% - 8px);
}
.loginform a, .signupform a {
  color:#000000;
}
.signupform, .loginform {
  text-align:left;
  display:inline-block;
  width:100%;
  vertical-align:top;
}
.signupform form > div > span, .signupform form > div > div, .loginform form > div > span, .loginform form > div > div {
  display:inline-block;
}
.loginform form > div > span > img {
  float:right;
  margin-right:10px;
}
.loginform {
  margin-top:30px;
}
.loginform .button {
  margin:0 auto;
  width:100%;
  text-align:center;
}
#customerformbuttons > span > .button > div {
  width:calc(33% - 8px);
  margin-right:12px;
}
#customerformbuttons > span > .button > div:last-child {
  margin-right:0px;
}
#customerformbuttons > span > .button > div:nth-child(3) {
  text-align:center;
}
#customerformbuttons > span > .button > div:nth-child(3) > a {
  background-image:url(/images/bannerdetails_center.png);
  background-position:center center;
  background-repeat:repeat-x;
  text-align:center;
  margin:0 auto;
}
#customerformbuttons > span > div > div > a {
  width:100%;
}
#limousinefinish {
  margin:0 auto;
  margin-top:50px;
}
.userhome {
  width:100%;
  margin-top:20px;
}
.userhome > div {
  vertical-align:top;
  display:inline-block;
  width:calc(100% - 20px);
  margin-left:10px;
  margin-right:10px;
  text-align:left;
}
.userhome > div:nth-child(2) {
  margin-left:1%;
  margin-right:0%;
}
.userhome > div:nth-child(2) > div {
  display:none;
  max-width:400px;
  margin:0 auto;
}
.userhome > div:last-child {
  padding-top:20px;
  border-top:1px solid #cccccc;
  margin-top:20px;
  width:98%;
  margin-left:1%;
  margin-right:1%;
}
.userhome > div:last-child > div {
  border-right:1px solid #252a64;
  padding-right:10px;
  vertical-align:top;
  width:calc(33% - 20px);
  display:inline-block;
  margin-right:20px;
}
.userhome .flexslider {
  margin-bottom:0;
}
.userhome > div:last-child > div > div > * {
  display:inline-block;
  vertical-align:top;
}
.userhome > div:last-child > div > div > img {
  max-width:40px;
  margin-right:10px;
}
.userhome > div:last-child > div > div > a {
  max-width:calc(100% - 55px);
  color:#312240;
}
.userhome > div:last-child > div > div > a:hover {
  color:#252a64;
}
.userhome > div:last-child > div:last-child {
  padding-right:0;
  border-right:0;
  margin-right:0%;
}
.userhome > div:last-child > div > div:first-child {
  font-weight:bold;
  margin-bottom:10px;
}
.ordersearch, .ordersearch > div, .reservationdetail {
  width:100%;
  margin-bottom:10px;
}
.ordersearch > div > div, .reservationdetail > div {
  display:inline-block;
}
.ordersearch > div > div > input[type=text], .ordersearch > div > div > select, .reservationdetail > div > input[type=text], .reservationdetail > div > select {
  width:100%;
}
.ordersearch > div > div:first-child, .reservationdetail > div:first-child {
  width:160px;
  margin-right:10px;
}
.ordersearch > div > div:last-child, .reservationdetail > div:last-child {
  width:calc(100% - 170px);
}
#reservationdetail, .hide {
  display:none;
}
#reservationdetail {
  margin-top:10px;
  border-bottom: 1px solid #009cda;
  margin-bottom:10px;
}
#reservationdetail > div:first-child {
  width:100%;
  text-align:right;
}
#reservationdetail > div:first-child > img {
  cursor:pointer;
}
#reservationdetails {
  border-top: 1px solid #009cda;
  margin-top:10px;
}
#reservationdetail input[type=radio] {
  margin-right:10px;
  margin-left:10px;
}
#reservationdetail div > input:first-child {
  margin-left:0px;
}
.datepickercontainer {
  position:relative;
}
.datepicker {
  min-width:280px;
  width:100%;
  margin-top:0px;
  z-Index:999;
}
.picker__title {
  margin:10px;
  font-weight:bold;
}
.more {
  text-align:right;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom: 1px solid #009cda;
}
#total {
  text-align:right;
  font-weight:bold;
  color:red;
  font-size:120%;
}
ul.ui-autocomplete.ui-menu {
  min-width:300px;
}
#registerreservations {
  text-align:left;
  margin-top:40px;
}
#points {
  text-align:left;
  margin-top:10px;
}
#registerreservations > a, #points > a {
  font-size:120%;
  color:#00b1f4;
}
#noreservation {
  font-size:120%;
  text-align:left;
  margin-top:80px;
  margin-left:40px;
  margin-bottom:80px;
  width:calc(100% - 40px);
}
#noreservation > #registerreservations {
  width:100%;
}
#noreservation > #registerreservations > a {
  font-size:100%;
}
#privatejet > div {
  background-image:url(/images/privatejet_form.png);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center left;
}
#privatejet > div:first-child {
  background-position:top left;
}
#privatejet > div:last-child {
  background-position:bottom left;
  min-height:40px;
}
#insurance, #insruancedetails, #insurance_content, #limousine_content {
  text-align:left;
  display:inline-block;
  vertical-align:top;
}
#insurance .linebreak {
  height:10px;
}
#languagedetails {
  z-Index:999;
}
#languagedetails div.linebreak {
  padding:0;
  padding-left:10px;
  margin-top:10px;
  margin-bottom:10px;
  height:1px;
  background-color:#ffffff;
}
#insurance > div:last-child {
  text-align:right;
}
#insurance > div, #insruancedetails > div {
  margin-bottom:10px;
}
#insurance > div input[type=radio] {
  margin-left:10px;
}
#insurance > div input[type=radio], #insruancedetails div input[type=radio] {
  margin-right:10px;
}
#insurance > div > div > span, #insruancedetails div > div > span {
  margin-right:10px;
}
#insurance > div input[type=radio], #insurance > div > div > span, #insruancedetails div input[type=radio] {
  vertical-align:middle;
  display:inline-block;
}
#insruancebook > #insuranceresult {
  margin-right:0;
  margin-left:40px;
}
#insurance > div > div:first-child {
  font-size:120%;
  font-weight:bold;
  color:#00b1f4;
}
#insuranceresult > div > div:first-child {
  width:120px;
  margin-right:10px;
}
#insuranceresult > div > div:last-child {
  width:calc(100% - 150px);
}
#policies > div {
  padding:10px;
  margin-right:12px;
  border:1px solid #dddddd;
  margin-bottom:20px;
}
@media only screen and (min-width: 1016px) {
  body, td, table, p, a, img, textarea, input {
    font-size:14px;
  }
  .maxsize {
    max-width:1016px;
  }
  .logo {
    vertical-align:middle;
    display:table-cell;
    width:34%;
    text-align:left;
  }
  .banner_links {
    vertical-align:middle;
    display:table-cell;
    text-align:right;
    width:65%;
  }
  .banner_links > div {
    display:inline-block;
    padding-left:2%;
    padding-top:2px;
    padding-bottom:2px;
    vertical-align:middle;
  }
  #socialmedialinks > p > a {
    display:inline-block;
    margin-left:10px;
  }
  #socialmedialinks > p > a > img {
    max-width:25px;
  }
  #supportdetails, #accountdetails, #languagedetails {
    padding-top:10px;
    padding-bottom:10px;
  }
  #accountdetails {
    width:196px;
    background-repeat:no-repeat;
  }
  #supportdetails {
    width:130px;
    background-repeat:no-repeat;
  }
  #supportdetails > div, #accountdetails > div {
    background-repeat:no-repeat;
    background-position:center center;
  }
  #supportdetails > div:nth-child(odd) {
    background-image:url(/images/bannerdetails_left.png);
  }
  #accountdetails > div:nth-child(odd) {
    background-image:url(/images/bannerdetails_left_large.png);
  }
  #supportdetails > div:nth-child(odd):hover {
    background-image:url(/images/bannerdetails_left.png);
  }
  #accountdetails > div:nth-child(odd):hover {
    background-image:url(/images/bannerdetails_left_large.png);
  }
  #supportdetails > div:nth-child(even) {
    background-image:url(/images/bannerdetails_right.png);
  }
  #accountdetails > div:nth-child(even) {
    background-image:url(/images/bannerdetails_right_large.png);
  }
  #supportdetails > div:nth-child(even):hover {
    background-image:url(/images/bannerdetails_right.png);
  }
  #accountdetails > div:nth-child(even):hover {
    background-image:url(/images/bannerdetails_right_large.png);
  }
  #supportdetails > div, #accountdetails > div {
    height:28px;
    width:92%;
  }
  #languagedetails > div {
    height:28px;
  }
  #languagedetails > div {
    padding-left:10px;
  }
  #supportdetails > div, #accountdetails > div {
    padding-left:8%;
  }
  #supportdetails > div > a, #accountdetails > div > a, #languagedetails > div > a {
    color:#ffffff;
    display:inline-block;
    padding-top:5px;
  }
  .pageheading {
    font-size:150%;
  }
  .subpageheading {
    font-size:120%;
  }
  .contactusform > div {
    padding-bottom:1%;
  }
  .contactusform > div > div > input, .contactusform > div > div > textarea, .contactusform > div > div > select {
    width:100%;
    color:#808184;
  }
  .contactusform > div > div > textarea {
    resize:vertical;
    height:30%;
  }
  .contactusform > div > div:first-child {
    width:20%;
  }
  .contactusform > div > div:nth-child(2) {
    width:30%;
  }
  .contactusform > div > div > a, .feedbackinput > a {
    font-size:90%;
    padding-top:10px;
    padding-bottom:10px;
  }
  #privatejet_form {
    background-size:40%;
  }
  .contactusform > div > div > a > span, .feedbackinput > a > span, #privatejet > div > div > a > span, #privatejet_submitform > div > div > a > span {
    padding-right:10px;
    padding-left:10px;
  }
  #feedbackform {
     width:100%;
     padding-top:2%;
  }
  #feedbackform > div {
     display:inline-block;
     padding-top:1%;
  }
  #feedbackform > .feedbacknumber {
     width:2%;
  }
  #feedbackform > .feedbackinput {
    padding-left:2%;
     width:98%;
  }
  #feedbackform > .feedbacktext {
     width:98%;
  }
  #feedbackform > .feedbackinput > input[type=text] {
     width:90%;
  }
  #feedbackform > .feedbackinput > textarea {
     width:90%;
     height:10%;
  }
  #feedbackform > .feedbackinput > img {
    display:inline-block;
    padding-right:20px;
    width:16px;
    background-image:url(/images/star.png);
    background-repeat:no-repeat;
    cursor:pointer;
  }
  #feedbackform > .feedbackinput > div {
     width:20%;
     display:inline-block;
  }
  #feedbackform > .feedbackinput > div > span {
    padding-left:10px;
  }
  #feedbackform > .feedbackinput > div > .feedbackothers {
    padding-left:10px;
  }
  #feedbackform > .highlighttext {
    margin-left:0;
    height:20%;
  }
  .subpagesection > div > div > a > div {
    padding-left:2%;
    padding-right:2%;
  }
  .subpagesection > div {
    margin-right:0px;
    text-align:left;
  }
  .subpagesection > div {
    width:27%;
    padding-bottom:21.8%;
  }
  .subpagesection > div > div > a > div:first-child, .subpagesection > div > div > a > div:first-child {
    width:90%;
    height:0;
    padding-bottom:8%;
  }
  .subpagesection > div > div > a > div:nth-child(2), .subpagesection > div > div > a > div:nth-child(2) {
    width:85%;
    padding-bottom:50%;
    height:0;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:cover;
  }
  #flightsearch {
    width:60%;
  }
  #flightsearchform {
    padding-top:1%;
    padding-bottom:1%;
    margin:0 auto;
  }
  #flightsearch select {
    width:35%;
  }
  #privatejet, #privatejet_submitform_container {
    vertical-align:top;
    display:inline-block;
    width:50%;
  }
  #privatejet_submitform {
    margin-left:100%;
    width:100%;
  }
  #privatejet > div, #privatejet_submitform > div {
    padding-left:10%;
    padding-right:5%;
    padding-bottom:10px;
  }
  #flightsearch > div {
    padding-left:2%;
    padding-right:2%;
    padding-bottom:2%;
    width:96%;
  }
  #flightsearch > #flightsearchselection > div:first-child {
    display:inline-block;
    width:30%;
  }
  #flightsearch > #flightsearchselection > div:last-child {
    display:inline-block;
    width:65%;
  }
  #flightsearch > #flightsearchselection > div:last-Child {
    text-align:right;
  }
  #flightsearch > #flightsearchselection > div > a {
    width:23%;
    padding:0%;
    padding-top:3%;
    padding-bottom:3%;
  }
  #privatejet > div, #privatejet_submitform > div {
    width:70%;
  }
  #privatejet > div > div, .button > div {
    display:inline-block;
    width:45%;
  }
  #privatejet > div:first-child {
    padding-top:5.5%;
    padding-bottom:10%;
    font-size:120%;
  }
  #privatejet > div > input, #privatejet_submitform > div > input, #privatejet_submitform > div > textarea, #privatejet > div > select, #privatejet > div > div > select, #privatejet #specialneeds, #privatejet #cargo, #privatejet > div > .privatejetmultibreak {
    width:85%;
  }
  #privatejet_submitform > div > textarea {
    resize:vertical;
    height:200px;
  }
  #roundtrip > div > span, #hotels > div > span, #cars > div > span, #packagesearch > div > span {
    padding-left:10px;
    padding-right:10px;
  }
  #roundtrip > div, #passenger > div, #hotels > div, #cars > div, #packagesearch > div {
    padding-bottom:1%;
  }
  #passenger > div > div {
    width:45%;
  }
  #packagesearch > div:nth-last-child(2) {
    text-align:right;
  }
  #packagesearch > div:nth-last-child(2) > span {
    width:30%;
    max-width:131px;
    max-height:29px;
  }
  #packagesearch > div:nth-last-child(2) > span > a {
    margin-top:5px;
    margin-bottom:10px;
    margin-right:20px;
  }
  #roundtrip > div > div > div, #passenger > div, #hotels > div > div > div, #cars > div > div > div, #packagesearch > div > div > div {
    width:100%;
  }
  #roundtrip > div > div > input[type=text], #hotels > div > div > div > input[type=text], #cars > div > div > input[type=text], #packagesearch input[type=text] {
    width:95%;
  }
  #hotels > div > input[type=text] {
    width:88%;
  }
  #roundtrip > div > div > div > input[type=text], #cars > div > div > div > input[type=text] {
    width:53%;
  }
  #roundtrip > div > div > div > select, #cars > div > div > div > select, #packagesearch > div > div > div > select {
    font-size:95%;
    width:40%;
  }
  #passenger > div > div > span {
    width:50%;
  }
  #privatejet > div > div > input[type=text] {
    width:90%;
  }
  #flightsearch input[type=text] {
    font-size:95%;
  }
  #flightsearch input, #flightsearch select {
    border:1px solid #000000;
    background-color:#000000;
  }
  #flightsearch option {
    background-color:#000000;
  }
  #privatejet > div > div > input[type=radio] {
    width:10%;
    font-size:95%;
  }
  #flightsearch > div > span {
    padding-left:10px;
    padding-right:20px;
  }
  #privatejet > div > div > span {
    padding-left:2%;
  }
  .calendar_img {
    width:15%;
    vertical-align:bottom;
    cursor:pointer;
  }
  #privatejet > div > div > a, #privatejet_submitform > div > div > a {
    padding-top:5px;
    padding-bottom:5px;
    width:90%;
  }
  #privatejet > div > div > a, #privatejet_submitform > div > div > a, .button > div > a {
    background-repeat:no-repeat;
  }
  #privatejet > div > div:first-child > a, #privatejet_submitform > div > div:first-child > a {
    background-position:right;
  }
  #privatejet > div > div:nth-child(2) > a, #privatejetsubmitform > div > div:nth-child(2) > a {
    background-position:left;
  }
  #privatejet > #duration {
    visibility:hidden;
  }
  #privatejet > .highlighttext {
    width:60%;
  }
  #privatejet #inputcontent {
    width:70%;
  }
  #packagesearch #inputcontent, #privatejet #inputcontent {
    border:1px solid #999999;
    background-color:#ffffff;
    padding:0;
  }
  #privatejet #inputcontent > div, #packagesearch #inputcontent > div {
    padding-left:2%;
    padding-right:2%;
    width:96%;
    text-align:left;
    padding-bottom:0;
  }
  #privatejet #inputcontent > div > a, #privatejet #inputcontent > div > a:hover, #packagesearch #inputcontent > div > a, #packagesearch #inputcontent > div > a:hover {
    font-size:95%;
    background:transparent;
    padding-top:0;
    padding-bottom:0;
  }
  #flightsearch #inputcontent_scroller {
    margin-top:0.5%;
  }
  #flightsearch #inputcontent {
    margin-top:0.5%;
    width:100%;
    border:1px solid #bdbec0;
    background-color:#000000;
    color:#ffffff;
    padding:0;
  }
  #flightsearch #inputcontent > div {
    display:inline;
    padding-left:2%;
    padding-right:2%;
    width:96%;
    text-align:left;
    padding-bottom:0;
  }
  #flightsearch #inputcontent > div > a {
    font-size:95%;
    padding-right:2%;
  }
  #roundtrip > div > *, #roundtrip > div > div > *, #packagesearch > div > *, #packagesearch > div > div > * {
    display:inline-block;
  }
  #roundtrip, #roundtrip > div, #hotels, #hotels > div, #cars, #cars > div, #packagesearch, #packagesearch > div {
    width:100%;
  }
  #roundtrip > div > div, #hotels > div > div, #cars > div > div {
    width:45%;
  }
  #multilegs > div {
    padding-bottom:1%;
  }
  #multilegs > div > div {
    display:inline-block;
    width:37%;
    padding:0;
    margin:0;
  }
  #multilegs > div > div:nth-CHild(3) {
    width:25%;
  }
  #multilegs > div > div > input {
    margin:0;
    padding:0;
    width:98%;
  }
  #multilegs > div > div:nth-Child(3) > input {
    width:95%;
  }
  #searchresult > div {
    width:100%;
  }
  #searchresult > div > div {
    vertical-align:top;
    display:inline-block;
  }
  #searchresult > div:first-Child {
    font-size:110%;
    font-weight:bold;
  }
  #searchresult > div > div:first-child {
    width:30%;
    margin-right:2%;
  }
  #searchresult > div > div:nth-child(2) {
    width:68%;
  }
  #multi {
    padding-top:0.5%;
    font-size:95%;
  }
  #footer_content > p {
    font-size:90%;
  }
  #footerseparater {
    padding-top:2%;
    margin-bottom:2%;
  }
  .menu {
    width:100%;
    display:table;
  }
  .menu > div:nth-child(2) {
    vertical-align:middle;
    display:table-cell;
    width:80.5%;
  }
  .nav div a {
    padding-top:5px;
    padding-bottom:3px;
    padding-right:12px;
    padding-left:12px;
  }
  .footerlinks > div:not(:first-child) {
    padding-right:30px;
    max-width:180px;
  }
  .footerlinks > div > div > a {
    max-width:130px;
  }
  .footerlanguage > div, .footerlanguage > div > div {
    padding-right:30px;
  }
  .footerlinks > div:nth-child(2), .footerlanguage > div:nth-child(2) {
    border-left:1px solid #000000;
    padding-left:20px;
  }
  #globalsite, #companyname {
    padding-right:20px;
    text-align:right;
  }
  #companyname > span, #companyname > img {
    display:inline-block;
    vertical-align:middle;
  }
  .home_content > div {
    width:50%;
    padding-bottom:15px;
  }
  .home_content > div > div:first-child {
    width:35%;
    display:inline-block;
    vertical-align:top;
  }
  .home_content > div > div:first-child > img {
    width:85%;
    padding-right:10%;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    margin-right:5%;
  }
  .home_content > div > div:last-child {
    width:65%;
    display:inline-block;
    vertical-align:top;
  }
  .home_content > div > div > p {
    padding-top:5px;
    padding-bottom:5px;
  }
  .home_content > div > div > table {
    width:100%;
  }
  .home_content > div > div > table > tbody > tr > td:first-child {
    vertical-align:top;
    width:66% !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-bottom:1%;
    margin-right:3%;
  }
  .home_content > div > div > table > tbody > tr > td:last-child {
    vertical-align:top;
    width:30% !important;
    padding-bottom:1%;
  }
  .products {
    margin-top:2%;
    margin-bottom:2%;
  }
  .product_heading {
    font-size:120%;
  }
  .products div, .subnavigation div {
    font-size:110%;
  }
  .products > div {
    width:24.6%;
    margin-left:0.2%;
  }
  .products > div:nth-child(4n+1) {
    margin-left:0;
  }
  .products > div > a {
    margin-top:5%;
  }
  .products > div > a > div:first-Child {
    width:90%;
    padding-bottom:72%;
  }
  .products > div > a > div:nth-Child(2) {
    margin-top:2%;
    margin-bottom:2%;
  }
  .products > div > a > div:last-child {
    margin-top:2%;
    padding-bottom:4%;
    width:18%;
  }
  .products_text {
    width:80%;
    margin-left:2%;
    vertical-align:top;
  }
  .smallscreen_separator {
    display:none;
    visibility:hidden;
  }
  #nav_image {
    width:100%;
    max-width:100%;
  }
  #nav_smallimage {
    visibility:hidden;
    display:none;
  }
  #prev_slide {
    left:1%;
  }
  #next_slide {
    left:96%;
  }
  .smallscreen {
    display:none;
    visibility:hidden;
    width:0;
  }
  .main_content {
    width:100%;
  }
  .bcal-table{
    max-width:250px;
  }
  #packagesearch > div:last-child {
    text-align:right;
  }
  #packagesearch > div:last-child > span {
    width:30%;
    max-width:131px;
    max-height:29px;
  }
  #packagesearch > div:last-child > span > a {
    margin-top:5px;
    margin-bottom:10px;
    margin-right:20px;
  }
  #packagesearch {
    width:70%;
  }
  .productcontents > div:first-child {
    width:20%;
  }
  .slick-slide img {
    padding-right:30px;
    margin-left:-30px;
  }
  .loginform {
    width:50%;
  }
  .signupform, #limousinefinish {
    width:70%;
  }
  .orderlegend > div:first-child {
    width:40%;
    margin-right:10px;
  }
  .orderlegend > div:nth-child(2) {
    width:calc(30% - 20px);
    margin-right:10px;
  }
  .orderlegend > div:nth-child(3) {
    width:30%;
  }
  #xsmall, .small {
    display:none;
  }
  #hotelbooking > div > div > div.xsmall, #hotelbooking > div > div > div.small {
    display:none;
  }
}
@media only screen and (min-width: 769px) {
  #insurance, #insruancedetails, #insuranceconfirm, #insurance_content, #limousine_content {
    width:50%;
  }
  #insurance_content > *, #limousine_content > * {
    margin:0 auto;
    width:calc(100% - 100px);
  }
  #insurance > div, #limousine_content > div {
    width:100%;
    margin:0 auto;
    margin-top:20px;
    max-width:400px;
  }
  #insuranceconfirm > div {
    width:100%;
    margin-top:10px;
  }
  #insurance > div > div{
    margin-top:10px;
  }
  #insuranceconfirm > div > div:first-child {
    width:40%;
  }
  #insuranceconfirm > div > div:last-child {
    width:calc(60% - 20px);
    margin-left:20px;
  }
  #insuranceconfirm > div > div > span:nth-child(odd), #insuranceresult > div > div > span:nth-child(odd), #ch > div > div > span:nth-child(odd) {
    width:30%;
  }
  #insuranceconfirm > div > div > span:nth-child(even), #insuranceresult > div > div > span:nth-child(even), #ch > div > div > span:nth-child(even) {
    width:70%;
  }
  #insurance > div > .insurer > a, .destinations > a {
    width:calc(33% - 10px);
    margin-right:15px;
  }
  #insurance > div > .insurer > a:last-child, .destinations > a:last-child {
    margin-right:0px;
  }
  #insruancedetails > div {
    width:calc(100% - 50px);
    margin-top:20px;
  }
  #insurance > div > .age > div > input {
    width:50%;
  }
  #insurance > div > div, #insruancedetails > div > div {
    width:100%;
  }
  #insurance > div > div > div, #insruancedetails > div > div, #insuranceconfirm > div > div  {
    width:50%;
    display:inline-block;
  }
  #insruancedetails > div > div:first-child {
    width:40%;
  }
  #insruancedetails > div > div:last-child {
    width:60%;
  }
  #insurance > div input[type=text]:last-child {
    margin-right:0px;
  }
  #insuranceresult {
    width:calc(50% - 50px);
    margin-right:20px;
  }
  #policies {
    width:50%;
  }
  #policies > div {
    width:calc(50% - 32px);
  }
  #policies > div:first-child {
    background-color:#eeeeee;
  }
  #policies > div:nth-child(2) {
    margin-right:0px;
  }
  #plandetails > div > .benefits > div > div {
    width:15%;
    max-width:150px;
  }
  #plandetails > div > .benefits > div > div:nth-child(2) {
    width:calc(50% - 30px);
    max-width:calc(50% - 30px);
  }
  #plandetails > div > .benefits > div > div:first-child {
    width:30px;
  }
  #insruancebook > #insuranceresult {
    margin-left:0px;
  }
  #insurance > div input[type=text], #insruancedetails > div input[type=text], #insruancedetails > div select, #insruancedetails > div > div:last-child > div, #insruancedetails > div textarea {
    width:calc(100% - 30px);
    margin-right:20px;
  }
  .points {
    margin-left:20px;
    margin-right:20px;
    max-width:728px;
  }
  .points > div > div {
    width:calc(15% - 10px);
    margin-right:10px;
  }
  .points > div > div:nth-child(2) {
    width:55%;
  }
  .points > div > div:last-child {
    margin-right:0;
  }
  .points > div > a.button {
    margin-right:20px;
  }
  #listorder > div {
    width:calc(100% - 22px);
    padding:10px;
    border:1px solid #cccccc;
    margin-bottom:10px;
    clear:both;
  }
  #listorder > div > div {
    font-size:110%;
  }
  #listorder > div > div:first-child {
    font-size:120%;
    margin-bottom:10px;
  }
  #listorder > div > div:first-child > span:nth-child(2) {
    width:calc(100% - 140px);
  }
  #listorder > div > div:first-child > span:last-child {
    width:140px;
    text-align:right;
  }
  #listorder > div > div > span.dates {
    width:200px;
  }
  #listorder > div > div > span {
    display:inline-block;
  }
  #listorder > div > div:last-child > span:first-child {
    display:inline-block;
    width:calc(100% - 140px);
  }
  #orderselection-container {
    width:30%;
    display:inline-block;
  }
  #listorder, .orderdetails {
    margin-top:20px;
    margin-bottom:20px;
    width:calc(70% - 22px);
    margin-left:20px;
    display:inline-block;
    vertical-align:top;
    text-align:left;
  }
  .orderdetails > div:nth-last-child(2) {
    margin-bottom:20px;
  }
  .orderdetails > div:first-child > div > span {
    display:inline-block;
  }
  .orderdetails > div:first-child > div > span:first-child {
    width:calc(100% - 140px);
  }
  .orderdetails > div:first-child > div > span:last-child {
    width:140px;
    text-align:right;
  }
  .orderdetails > div:last-child {
    margin-top:10px;
    border-top:1px solid #00ccf6;
    padding-top:10px;
    text-align:right;
  }
  #orderselection {
    margin-top:20px;
    width:100%;
    display:inline-block;
    vertical-align:top;
  }
  #orderselection > span:first-child {
    font-size:120%;
    border-top:1px solid #009cda;
    border-bottom:1px solid #009cda;
  }
  #orderselection > a, #orderselection > span {
    padding-top:5px;
    padding-bottom:5px;
    margin-top:5px;
    margin-bottom:5px;
    padding-left:10px;
  }
  #orderselection > a.selected {
    background-color:#c1f8ef;
  }
  #orderselection > * {
    display:block;
    text-align:left;
    width:calc(100% - 10px);
  }
  #orderselection > .bottomselection + .register, #orderselection > .bottomselection + .register, #orderselection > .topselection + .bottomselection {
    border-top:1px solid #009cda;
  }
  .points {
    margin:0 auto;
    margin-bottom:40px;
    max-width:748px;
  }
  .points > div > div {
    width:calc(15% - 10px);
    margin-right:10px;
    margin-bottom:10px;
  }
  .points > div > div > span.small, .points > div > div > span.xsmall {
    display:none;
  }
  .points > div > div:nth-child(2) {
    width:55%;
  }
  .points > div > div:nth-child(3) {
    text-align:right;
  }
  .points > div > div:last-child {
    margin-right:0;
  }
  .points > div > a.button {
    display:none;
  }
  .points > div:last-child {
    margin-top:20px;
    text-align:right;
  }
  .points-container {
    margin-top:0px;
  }
  .points > div:first-child {
    margin-bottom:10px;
    font-size:120%;
  }
  #noitem, #nopoints {
    padding-top:60px;
    padding-bottom:60px;
    font-size:120%;
    text-align:center;
  }
  #nopoints {
    border-top:1px solid #73964a;
  }
  .smallpoints {
    display:none;
  }
  ::-webkit-input-placeholder {
    color:transparent;
  }
  :-moz-placeholder {
    color:transparent;
  }
  ::-moz-placeholder {
    color:transparent;
  }
  :-ms-input-placeholder {
    color:transparent;
  }
  .totalprice {
    font-size:140%;
  }
  #tlresults > div > div#smallfilter, #tlresults > div > div.filters {
    display:none;
  }
  #tlhotels {
    max-width:768px;
    margin-left:0px;
    text-align:left;
  }
  #tlhotels > div {
    wdith:100%;
    margin-bottom:10px;
  }
  #tlhotels > div > div {
    display:inline-block;
    width:calc(50% - 20px);
    margin-right:40px;
  }
  #tlhotels > div > div:last-child {
    margin-right:0px;
  }
  #tlhotels > div > div > a, .ages a {
    font-size:90%;
    color:#00adee;
  }
  #tlhotels > div > div > span {
    display:inline-block;
    width:calc(25% - 14px);
    margin-right:8px;
    margin-bottom:5px;
  }
  #tlhotels > div > div > span:nth-child(5n) {
    width:20px;
    text-align:center;
    margin-right:0px;
  }
  #tlhotels > div > div > span:nth-child(n+1):nth-child(-n+5) {
    margin-top:5px;
  }
  #tlhotels input[type=text], #tlhotels select {
    width:100%;
  }
  .ages > div:last-child {
    padding-top:5px;
    border-top:1px solid #91edf9;
    border-bottom:1px solid #91edf9;
  }
  #tlhotels > div:last-child {
    text-align:right;
  }
  #tlhotels > div:last-child > span {
    min-width:120px;
    min-height:25px;
    text-align:right;
  }
  #tlhotels > div:last-child > span > a {
    padding:7px;
  }
  #tlresults > div:first-child {
    vertical-align:top;
    width:30%;
  }
  #tlresults > div:last-child, #tlresults > div:nth-child(2), #tlresults > div:nth-child(3) {
    width:calc(70% - 1px);
  }
  #tlresults > div > div {
    width: 100%;
  }
  #tlresults > div, #tlresults > div:last-child > div > div {
    display:inline-block;
    vertical-align:top;
  }
  #tlresults > div:last-child > div {
    margin-bottom:10px;
    vertical-align:top;
  }
  #tlresults > div:last-child > div > div:first-child {
    width:200px;
    height:150px;
  }
  #tlresults > div:last-child > div > div:last-child {
    width:calc(100% - 200px);
    text-align:left;
  }
  #tlresults > div:last-child > div > div:last-child > div {
    margin-left:20px;
    width:calc(100% - 20px);
  }
  .recentsearches {
    width:calc(25% - 10px);
    margin-right:10px;
  }
  .recentsearches:nth-child(n + 5) {
    display:none;
  }
  .recentsearches:nth-child(4n) {
    margin-right:0px
  }
  #tlresults > div:first-child > div {
    width:calc(100% - 20px);
    margin-right:20px;
  }
  #tlresults > div:first-child > div > div {
    width:calc(100% - 20px);
    padding-right:10px;
    padding-left:10px;
  }
  #tlresults > div:first-child > div.smallscreen {
    display:none;
  }
  #tlresults > div:first-child > div:last-child > div > div {
    margin-bottom:10px;
  }
  #searchoptions > div > div:nth-child(6n + 1) {
    margin-left:30%;
  }
  #searchoptions > div > div {
    padding-left:5px;
    padding-right:5px;
    text-align:center;
  }
  #records {
    margin-left:30%;
    width:calc(20% - 1px);
  }
  #pageselectioncontainer {
    width:50%;
  }
  .dealname, .roomname {
    font-size:90%;
  }
  .roomoptions > div:first-child {
    width:calc(60% - 10px);
    margin-right:10px;
  }
  .roomoptions > div:last-child {
    width:calc(40% - 10px);
    margin-right:10px;
  }
  .roomoptions > div:last-child > div:last-child {
    font-size:60%;
    text-algin:center;
  }
  .rooms > span {
    font-size:90%;
  }
  .rooms > span:first-child {
    width:50px;
    margin-right:5px;
  }
  .rooms > span:last-child {
    width:calc(100% - 55px);
  }
  .rooms > span:last-child > span > a {
    font-size:95%;
  }
  #tlresults > div:nth-child(2), #tlresults > div:nth-child(3) {
    height:500px;
    position:relative;
  }
  #hotelloader {
    left:calc(30% + 1px);
  }
  #hotelpage > div:first-child, #alloptions, #hotelbooking > div:first-child {
    width:calc(70% - 20px);
    margin-right:20px;
  }
  .hotelloaders > img {
    margin-bottom:20px;
  }
  #hotelsearch {
    width:calc(100% - 42px);
    padding:20px;
    margin-bottom:20px;
  }
  #hotelpage > div:last-child, #hotelinfo {
    width:30%;
  }
  #hotelbooking > div:last-child {
    width:calc(30% - 4px);
  }
  #detailsheading > div:first-child {
    font-size:140%;
  }
  #detailsheading > div {
    margin-bottom:10px;
  }
  #detailsheading > div:last-child {
    font-size:85%;
  }
  .hoteloptions > div {
    width:calc(35% - 21px);
    padding:10px;
  }
  .hoteloptions > div:first-child {
    width:calc(65% - 193px);
  }
  .hoteloptions > div:last-child {
    width:150px;
  }
  .hoteloptions > div > div {
    margin-bottom:5px;
  }
  #hotelinfo > div {
    margin-bottom:10px;
  }
  #hotelsearchresult > div {
    text-align:center;
    padding:10px;
    width:calc(33.33% - 21px);
  }
  #hotelsearchresult > div:nth-child(3n + 2) {
    width:calc(33.33% - 20px);
  }
  #hotelsearchresult > div:last-child {
    font-size:90%;
  }
  #hotelsearchresult {
    margin-bottom:20px;
  }
  .onrequest {
    font-size:80%;
  }
  #alloptions .onrequest {
    font-size:100%;
  }
  .hoteloptions .dailyprices {
    max-width:100%;
  }
  .hoteloptions .dailyprices > div {
    width:calc(30% - 10px);
  }
  .hoteloptions .dailyprices > div:nth-child(2n) {
    width:calc(70% - 10px);
  }
  .hoteldescription {
    margin-top:20px;
  }
  #hotelbooking > div > div {
    margin-top:10px;
    padding-left:10px;
    padding-right:10px;
    width:calc(100% - 20px);
  }
  #hotelbooking > div > div:last-child {
    margin-bottom:10px;
  }
  #hotelbooking > div > div > div {
    width:calc(50% - 10px);
    margin-right:20px;
  }
  #hotelbooking > div > div > div:last-child {
    margin-right:0px;
  }
  #hotelbooking > div > div > div > span {
    margin-left:10px;
    margin-right:10px;
    display:inline-block;
  }
  #hotelbooking .terms {
    padding-top:20px;
    margin-top:20px;
  }
  #hotelbooking .terms input {
    margin-right:10px;
  }
}
@media only screen and (min-width: 981px) {
  .subpagesection > div:nth-child(20n + 11), .subpagesection > div:nth-child(20n + 1) {
    background-image:url(/images/subpagesection.png);
  }
  .subpagesection > .sectionseparator:nth-child(20n + 10), .subpagesection > .sectionseparator:nth-child(20n + 20) {
    display:inline;
  }
  .subpagesection > div:nth-child(20n + 1), .subpagesection > div:nth-child(20n + 3), .subpagesection > div:nth-child(20n + 7) {
    margin-right:10px;
  }
  .subpagesection > div:nth-child(20n + 11), .subpagesection > div:nth-child(20n + 13), .subpagesection > div:nth-child(20n + 17) {
    margin-left:10px;
  }
  .subpagesection > div:nth-child(20n + 1), .subpagesection > div:nth-child(20n + 3), .subpagesection > div:nth-child(20n + 5),  .subpagesection > div:nth-child(20n + 7), .subpagesection > div:nth-child(20n + 9) {
    float:left;
  }
  .subpagesection > div:nth-child(20n + 11), .subpagesection > div:nth-child(20n + 13), .subpagesection > div:nth-child(20n + 15),  .subpagesection > div:nth-child(20n + 17), .subpagesection > div:nth-child(20n + 19) {
    float:right;
  }
  .subpagesection > div:nth-child(20n + 11) > div > a > div:first-child, .subpagesection > div:nth-child(20n + 1) > div > a > div:first-child {
    width:85%;
    height:0;
    padding-bottom:5%;
  }
  .subpagesection > div:nth-child(20n + 11) > div > a > div:nth-child(2), .subpagesection > div:nth-child(20n + 1) > div > a > div:nth-child(2) {
    width:90%;
    padding-bottom:76%;
    height:0;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:cover;
  }
  .subpagesection > div:nth-child(20n + 11) > div > a > .subnavigation_text, .subpagesection > div:nth-child(20n + 1) > div > a > .subnavigation_text {
    font-size:85%;
  }
  .subpagesection > div {
    width:26.9%;
    padding-bottom:21.9%;
  }
  .subpagesection > div:nth-child(20n + 11), .subpagesection > div:nth-child(20n + 1) {
    width:43.9%;
    padding-bottom:44%;
  }
  .loginform {
    width:50%;
  }
  .signupform, #limousinefinish {
    width:70%;
  }
  .orderlegend > div:first-child {
    width:40%;
    margin-right:10px;
  }
  .orderlegend > div:nth-child(2) {
    width:calc(30% - 20px);
    margin-right:10px;
  }
  .orderlegend > div:nth-child(3) {
    width:30%;
  }
  #insuranceresult {
    width:calc(40% - 50px);
    margin-right:20px;
  }
  #policies {
    width:60%;
  }
  #policies > div {
    width:calc(33% - 28px);
  }
  #policies > div:nth-child(2) {
    margin-right:12px;
  }
  #policies > div:nth-child(3) {
    margin-right:0px;
  }
  #insruancebook > #insuranceresult {
    margin-left:20px;
  }
  .roomoptions > div:first-child {
    width:calc(70% - 10px);
    margin-right:10px;
  }
  .roomoptions > div:last-child {
    width:calc(30% - 10px);
    margin-right:10px;
  }
}
@media only screen and (min-width: 1016px) {
  .subpagesection > div {
    width:27%;
    padding-bottom:21.8%;
  }
  .subpagesection > div:nth-child(20n + 11), .subpagesection > div:nth-child(20n + 1) {
    width:44%;
    padding-bottom:44%;
  }
  #languagedetails {
    width:406px;
    padding-left:10px;
  }
  #languagedetails > div {
    width:calc(33% - 10px);
  }
  #languagedetails > div > a > span {
    width:calc(100% - 24px);
    padding-left:10px;
  }
  #languagedetails > div > a > img {
    border:1px solid #555555;
    width:12px;
  }
}
@media only screen and (max-width: 1252px) {
  .footerlanguage, .footerlinks {
    max-width:1016px;
    margin:0 auto;
  }
  #globalsite, #companyname {
    display:none;
  }
  .footerlinks > div:nth-child(2), .footerlanguage > div:nth-child(2) {
    border:0;
  }
  #languagedetails {
    width:406px;
    padding-left:10px;
  }
  #languagedetails > div {
    width:calc(33% - 10px);
  }
  #languagedetails > div > a > span {
    width:calc(100% - 24px);
    padding-left:10px;
  }
  #languagedetails > div > a > img {
    border:1px solid #555555;
    width:12px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 980px)) {
  .subpagesection > div:nth-child(12n + 7), .subpagesection > div:nth-child(12n + 1) {
    background-image:url(/images/subpagesection.png);
  }
  .subpagesection > .sectionseparator:nth-child(12n + 6), .subpagesection > .sectionseparator:nth-child(12n + 12) {
    display:inline;
  }
  .subpagesection > div:nth-child(12n + 1) {
    margin-right:14px;
  }
  .subpagesection > div:nth-child(12n + 7) {
    margin-left:14px;
  }
  .subpagesection > div:nth-child(12n + 1), .subpagesection > div:nth-child(12n + 3), .subpagesection > div:nth-child(12n + 5) {
    float:left;
  }
  .subpagesection > div:nth-child(12n + 7), .subpagesection > div:nth-child(12n + 9), .subpagesection > div:nth-child(12n + 11) {
    float:right;
  }
  .subpagesection > div:nth-child(12n + 7) > div > a > div:first-child, .subpagesection > div:nth-child(12n + 1) > div > a > div:first-child {
    width:85%;
    height:0;
    padding-bottom:5%;
  }
  .subpagesection > div:nth-child(12n + 7) > div > a > div:nth-child(2), .subpagesection > div:nth-child(12n + 1) > div > a > div:nth-child(2) {
    width:90%;
    padding-bottom:76%;
    height:0;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:cover;
  }
  .subpagesection > div:nth-child(12n + 7) > div > a > .subnavigation_text, .subpagesection > div:nth-child(12n + 1) > div > a > .subnavigation_text {
    font-size:85%;
  }
  .subpagesection > div {
    width:39%;
    padding-bottom:30%;
  }
  .subpagesection > div:nth-child(12n + 7), .subpagesection > div:nth-child(12n + 1) {
    width:59%;
    padding-bottom:59%;
  }
  .subpagesection > div > div > a > .subnavigation_text > span {
    font-weight:normal;
  }
  #languagedetails {
    width:406px;
    padding-left:10px;
  }
  #languagedetails > div {
    width:calc(33% - 10px);
  }
  #languagedetails > div > a > span {
    width:calc(100% - 24px);
    padding-left:10px;
  }
  #languagedetails > div > a > img {
    border:1px solid #555555;
    width:12px;
  }
}
@media only screen and (max-width: 640px) {
  .subpagesection > div > div > a > div:nth-child(2) {
    width:90%;
    padding-bottom:74%;
    height:0;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:cover;
  }
  .subpagesection > div {
    background-image:url(/images/subpagesection.png);
  }
  .subpagesection > div {
    width:90%;
    padding-bottom:90%;
    margin:0 auto;
  }
  .subpagesection .subnavigation_text {
    font-size:90%;
    padding-bottom:8%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1015px) {
  body, td, table, p, a, img, textarea, input {
    font-size:14px;
  }
  .maxsize {
    max-width:1016px;
  }
  .logo {
    vertical-align:middle;
    display:table-cell;
    width:30%;
    text-align:left;
  }
  .logo img {
    margin-left:4%;
  }
  .banner_links {
    vertical-align:middle;
    display:table-cell;
    text-align:right;
    width:62%;
  }
  .banner_links > div {
    display:inline-block;
    padding-left:2%;
    padding-top:2px;
    padding-bottom:2px;
    vertical-align:middle;
  }
  #socialmedialinks {
    margin-right:2%;
  }
  #socialmedialinks > p > a {
    display:inline-block;
    margin-left:10px;
  }
  #socialmedialinks > p > a > img {
    max-width:25px;
  }
  #supportdetails, #accountdetails, #languagedetails {
    padding-top:10px;
    padding-bottom:10px;
  }
  #accountdetails {
    width:196px;
    background-repeat:no-repeat;
  }
  #supportdetails {
    width:130px;
    background-repeat:no-repeat;
  }
  #supportdetails > div, #accountdetails > div {
    background-repeat:no-repeat;
    background-position:center center;
  }
  #supportdetails > div:nth-child(odd) {
    background-image:url(/images/bannerdetails_left.png);
  }
  #accountdetails > div:nth-child(odd) {
    background-image:url(/images/bannerdetails_left_large.png);
  }
  #supportdetails > div:nth-child(odd):hover {
    background-image:url(/images/bannerdetails_left.png);
  }
  #accountdetails > div:nth-child(odd):hover {
    background-image:url(/images/bannerdetails_left_large.png);
  }
  #supportdetails > div:nth-child(even) {
    background-image:url(/images/bannerdetails_right.png);
  }
  #accountdetails > div:nth-child(even) {
    background-image:url(/images/bannerdetails_right_large.png);
  }
  #supportdetails > div:nth-child(even):hover {
    background-image:url(/images/bannerdetails_right.png);
  }
  #accountdetails > div:nth-child(even):hover {
    background-image:url(/images/bannerdetails_right_large.png);
  }
  #supportdetails > div, #accountdetails > div {
    height:28px;
    width:92%;
  }
  #languagedetails > div {
    height:28px;
  }
  #supportdetails > div, #accountdetails > div {
    padding-left:8%;
  }
  #supportdetails > div > a, #accountdetails > div > a, #languagedetails > div > a {
    color:#ffffff;
    display:inline-block;
    padding-top:5px;
  }
  .pageheading {
    font-size:150%;
  }
  .subpageheading {
    font-size:120%;
  }
  .contactusform > div {
    padding-bottom:1%;
  }
  .contactusform > div > div > input, .contactusform > div > div > textarea {
    width:100%;
    color:#808184;
  }
  .contactusform > div > div > textarea {
    resize:vertical;
    height:20%;
  }
  .contactusform > div > div:first-child {
    width:30%;
  }
  .contactusform > div > div:nth-child(2) {
    width:50%;
  }
  .contactusform > div > div > a {
    font-size:90%;
    padding-top:10px;
    padding-bottom:10px;
  }
  .contactusform > div > div > a > span, .feedbackinput > a > span, #privatejet > div > div > a > span, #privatejet_submitform > div > div > a > span {
    padding-right:10px;
    padding-left:10px;
  }
  #feedbackform {
     width:100%;
     padding-top:2%;
  }
  #feedbackform > div {
     display:inline-block;
     padding-top:1%;
  }
  #feedbackform > .feedbacknumber {
     width:2%;
  }
  #feedbackform > .feedbackinput {
    padding-left:2%;
     width:98%;
  }
  #feedbackform > .feedbacktext {
     width:98%;
  }
  #feedbackform > .feedbackinput > input[type=text] {
     width:90%;
  }
  #feedbackform > .feedbackinput > textarea {
     width:90%;
     height:10%;
  }
  #feedbackform > .feedbackinput > img {
    display:inline-block;
    padding-right:20px;
    width:16px;
    background-image:url(/images/star.png);
    background-repeat:no-repeat;
    cursor:pointer;
  }
  #feedbackform > .feedbackinput > div {
     width:20%;
     display:inline-block;
  }
  #feedbackform > .feedbackinput > div > span {
    padding-left:10px;
  }
  #feedbackform > .feedbackinput > div > .feedbackothers {
    padding-left:10px;
  }
  #feedbackform > .highlighttext {
    margin-left:0;
    height:20%;
  }
  .subpagesection > div > div > a > div {
    padding-left:2%;
    padding-right:2%;
  }
  .subpagesection > div {
    margin-right:0px;
    text-align:left;
  }
  .subpagesection > div > div > a > div:first-child, .subpagesection > div > div > a > div:first-child {
    width:90%;
    height:0;
    padding-bottom:8%;
  }
  .subpagesection > div > div > a > div:nth-child(2), .subpagesection > div > div > a > div:nth-child(2) {
    width:85%;
    padding-bottom:50%;
    height:0;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:cover;
  }
  .subpagesection > div > div > a > .subnavigation_text, .subpagesection > div > div > a > .subnavigation_text {
    padding-top:3%;
    padding-right:10%;
  }
  .subpagesection .subnavigation_text > span {
    font-weight:bold;
  }
  .subpagesection .subnavigation_text {
    font-size:75%;
  }
  #privatejet_submitform_container {
    overflow:hidden;
  }
  #flightsearch {
    width:70%;
    margin-left:2%;
  }
  #flightsearchform {
    padding-top:1%;
    padding-bottom:1%;
    margin:0 auto;
  }
  #flightsearch select {
    width:35%;
  }
  #privatejet, #privatejet_submitform_container {
    vertical-align:top;
    display:inline-block;
    width:49.5%;
  }
  #privatejet_submitform {
    margin-left:100%;
    width:100%;
  }
  #privatejet > div, #privatejet_submitform > div {
    padding-left:13%;
    padding-right:5%;
    padding-bottom:10px;
  }
  #flightsearch > div {
    padding-left:2%;
    padding-right:2%;
    padding-bottom:2%;
    width:96%;
  }
  #flightsearch > #flightsearchselection > div:first-child {
    display:inline-block;
    width:30%;
  }
  #flightsearch > #flightsearchselection > div:last-child {
    display:inline-block;
    width:65%;
  }
  #flightsearch > #flightsearchselection > div:last-Child {
    text-align:right;
  }
  #flightsearch > #flightsearchselection > div > a {
    width:23%;
    padding:0%;
    padding-top:3%;
    padding-bottom:3%;
  }
  #privatejet > div, #privatejet_submitform > div {
    width:80%;
  }
  #privatejet > div > div {
    display:inline-block;
    width:45%;
  }
  #privatejet > div:first-child {
    padding-top:7%;
    padding-bottom:10%;
    font-size:120%;
  }
  #privatejet > div > input, #privatejet_submitform > div > input, #privatejet_submitform > div > textarea, #privatejet > div > select, #privatejet > div > div > select, #privatejet #specialneeds, #privatejet #cargo, #privatejet > div > .privatejetmultibreak {
    width:88%;
  }
  #flightsearch input[type=text] {
    border:1px solid #000000;
    background-color:#000000;
    color:#ffffff;
    padding-top:0.5%;
    padding-bottom:0.5%;
  }
  #privatejet_submitform > div > textarea {
    resize:vertical;
    height:200px;
  }
  #roundtrip > div > span, #tlhotels > div > span, #hotels > div > span, #cars > div > span, #packagesearch > div > span {
    padding-left:10px;
    padding-right:10px;
  }
  #roundtrip > div, #passenger > div, #tlhotels > div, #hotels > div, #cars > div, #packagesearch > div {
    padding-bottom:1%;
  }
  #roundtrip > div > div, #passenger > div > div {
    width:45%;
  }
  #roundtrip > div > div > div, #passenger > div, #tlhotels > div > div > div, #hotels > div > div > div, #cars > div > div > div, #packagesearch > div > div > div {
    width:100%;
  }
  #roundtrip > div > div > input[type=text], #tlhotels > div > div > div > input[type=text], #hotels > div > div > div > input[type=text], #cars > div > div > input[type=text], #packagesearch > div > div > input[type=text], #packagesearch > div > div > div > input[type=text] {
    width:95%;
  }
  #tlhotels > div > input[type=text], #hotels > div > input[type=text] {
    width:88%;
  }
  #roundtrip > div > div > div > input[type=text], #cars > div > div > div > input[type=text] {
    width:53%;
  }
  #roundtrip > div > div > div > select, #cars > div > div > div > select, #packagesearch > div > div > div > select {
    font-size:95%;
    width:40%;
  }
  #passenger > div > div > span {
    width:50%;
  }
  #privatejet > div > div > input[type=text] {
    width:90%;
  }
  #flightsearch input[type=text] {
    font-size:95%;
  }
  #flightsearch input, #flightsearch select {
    border:1px solid #000000;
    background-color:#000000;
  }
  #flightsearch option {
    background-color:#000000;
  }
  #privatejet > div > div > input[type=radio] {
    width:10%;
    font-size:95%;
  }
  #flightsearch > div > span {
    padding-left:10px;
    padding-right:20px;
  }
  #privatejet > div > div > span {
    padding-left:2%;
  }
  .calendar_img {
    width:15%;
    vertical-align:bottom;
    cursor:pointer;
  }
  #privatejet > div > div > a, #privatejet_submitform > div > div > a, .button > div > a {
    padding-top:5px;
    padding-bottom:5px;
    width:90%;
  }
  #privatejet > div > div > a, #privatejet_submitform > div > div > a, .button > div > a {
    background-repeat:no-repeat;
  }
  #privatejet > div > div:first-child > a, #privatejet_submitform > div > div:first-child > a {
    background-position:right;
  }
  #privatejet > div > div:nth-child(2) > a, #privatejetsubmitform > div > div:nth-child(2) > a {
    background-position:left;
  }
  #privatejet > #duration {
    visibility:hidden;
  }
  #privatejet > .highlighttext {
    width:60%;
  }
  #privatejet #inputcontent {
    width:70%;
  }
  #privatejet #inputcontent, #packagesearch #inputcontent {
    border:1px solid #999999;
    background-color:#ffffff;
    padding:0;
  }
  #privatejet #inputcontent > div, #packagesearch #inputcontent > div {
    padding-left:2%;
    padding-right:2%;
    width:96%;
    text-align:left;
    padding-bottom:0;
  }
  #privatejet #inputcontent > div > a, #privatejet #inputcontent > div > a:hover, #packagesearch #inputcontent > div > a, #packagesearch #inputcontent > div > a:hover {
    font-size:95%;
    background:transparent;
    padding-top:0;
    padding-bottom:0;
  }
  #flightsearch #inputcontent {
    margin-top:0.5%;
    width:100%;
    border:1px solid #bdbec0;
    background-color:#000000;
    color:#ffffff;
    padding:0;
  }
  #flightsearch #inputcontent > div {
    display:inline;
    padding-left:2%;
    padding-right:2%;
    width:96%;
    text-align:left;
    padding-bottom:0;
  }
  #flightsearch #inputcontent > div > a {
    font-size:95%;
    padding-right:2%;
  }
  #roundtrip > div > *, #roundtrip > div > div > *, #packagesearch > div > *, #packagesearch > div > div > * {
    display:inline-block;
  }
  #roundtrip, #roundtrip > div, #tlhotels, #tlhotels > div, #hotels, #hotels > div, #cars, #cars > div, #packagesearch, #packagesearch > div {
    width:100%;
  }
  #roundtrip > div > div, #tlhotels > div > div, #hotels > div > div, #cars > div > div {
    width:45%;
  }
  #multilegs > div {
    padding-bottom:1%;
  }
  #multilegs > div > div {
    display:inline-block;
    width:37%;
    padding:0;
    margin:0;
  }
  #multilegs > div > div:nth-CHild(3) {
    width:25%;
  }
  #multilegs > div > div > input {
    margin:0;
    padding:0;
    width:98%;
  }
  #multilegs > div > div:nth-Child(3) > input {
    width:76%;
  }
  #multilegs > div > div > img {
    background-color:#000000;
    width:18%;
  }
  #searchresult > div {
    width:100%;
  }
  #searchresult > div > div {
    vertical-align:top;
    display:inline-block;
  }
  #searchresult > div:first-Child {
    font-size:110%;
    font-weight:bold;
  }
  #searchresult > div > div:first-child {
    width:30%;
    margin-right:2%;
  }
  #searchresult > div > div:nth-child(2) {
    width:68%;
  }
  #multi {
    padding-top:0.5%;
    font-size:95%;
  }
  #footer_content > p {
    font-size:90%;
  }
  #footerseparater {
    padding-top:2%;
    margin-bottom:2%;
  }
  .footerlinks > div:nth-child(2), .footerlanguage > div:nth-child(2) {
    padding-left:10px;
  }
  .menu {
    width:96%;
    display:table;
  }
  .menu > div:nth-child(2) {
    vertical-align:middle;
    display:table-cell;
    width:80.5%;
  }
  .nav div a {
    padding-top:5px;
    padding-bottom:3px;
    padding-right:6px;
    padding-left:6px;
  }
  .footerlinks > div {
    padding-right:30px;
    max-width:160px;
  }
  .footerlinks > div > div > a {
    max-width:130px;
  }
  .footerlanguage > div, .footerlanguage > div > div {
    padding-right:20px;
  }
  .home_content > div {
    width:50%;
    padding-bottom:15px;
  }
  .home_content > div > div:first-child {
    width:30%;
    display:inline-block;
    vertical-align:top;
  }
  .home_content > div > div:first-child > img {
    width:83%;
    padding-right:12%;
    background-color:#00adee;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    margin-right:5%;
  }
  .home_content > div > div:last-child {
    width:70%;
    display:inline-block;
    vertical-align:top;
  }
  .home_content > div > div > p {
    padding-top:5px;
    padding-bottom:5px;
  }
  .home_content > div > div > table {
    width:100%;
  }
  .home_content > div > div > table > tbody > tr > td:first-child {
    vertical-align:top;
    width:49% !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-bottom:1%;
    margin-right:1%;
  }
  .home_content > div > div > table > tbody > tr > td:last-child {
    vertical-align:top;
    width:45% !important;
    padding-bottom:1%;
    margin-left:5%;
  }
  .products div, .subnavigation div {
    font-size:110%;
  }
  .products {
    margin-top:2%;
    margin-bottom:2%;
  }
  .product_heading {
    font-size:120%;
  }
  .products > div {
    width:33%;
    margin-left:0.2%;
  }
  .products > div:nth-child(4n+1) {
    margin-left:0;
  }
  .products > div > a {
    margin-top:5%;
  }
  .products > div > a > div:first-Child {
    width:90%;
    padding-bottom:72%;
  }
  .products > div > a > div:nth-Child(2) {
    margin-top:2%;
    margin-bottom:2%;
  }
  .products > div > a > div:last-child {
    margin-top:2%;
    padding-bottom:8%;
    width:18%;
  }
  .products_text {
    width:80%;
    margin-left:2%;
    vertical-align:top;
  }
  .smallscreen_separator {
    display:none;
    visibility:hidden;
  }
  #nav_image {
    width:100%;
    max-width:100%;
  }
  #nav_smallimage {
    visibility:hidden;
    display:none;
  }
  #prev_slide {
    left:1%;
  }
  #next_slide {
    left:96%;
  }
  .main_content {
    width:96%;
  }
  #privatejet {
    background-size:98%;
  }
  #privatejet_form {
    background-size:49%;
  }
  .smallscreen {
    display:none;
    visibility:hidden;
    width:0;
  }
  .bcal-table{
    max-width:250px;
  }
  #packagesearch > div:last-child {
    text-align:right;
  }
  #packagesearch > div:last-child > span {
    width:30%;
    max-width:131px;
    max-height:29px;
  }
  #packagesearch > div:last-child > span > a {
    margin-top:5px;
    margin-bottom:10px;
    margin-right:20px;
  }
  #packagesearch {
    width:85%;
  }
  #packagesearch > div:nth-last-child(2) {
    text-align:right;
  }
  #packagesearch > div:nth-last-child(2) > span {
    width:30%;
    max-width:131px;
    max-height:29px;
  }
  #packagesearch > div:nth-last-child(2) > span > a {
    margin-top:5px;
    margin-bottom:10px;
    margin-right:20px;
  }
  .productcontents > div:first-child {
    width:20%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .logo {
    vertical-align:middle;
    display:table-cell;
    width:25%;
    text-align:left;
  }
  .logo img {
    margin-left:4%;
  }
  .banner_links {
    vertical-align:middle;
    display:table-cell;
    text-align:right;
    width:70%;
    margin-right:2%;
  }
  .banner_links > div {
    display:inline-block;
    padding-top:2px;
    padding-bottom:2px;
    vertical-align:middle;
    margin-right:2%;
  }
  #socialmedialinks {
    width:98%;
    padding-top:2%;
  }
  #socialmedialinks > p > a {
    float:right;
    margin-right:2%;
  }
  #socialmedialinks > p > a > img {
    max-width:25px;
  }
  #languagedetails {
    width:406px;
    padding-left:10px;
  }
  #languagedetails > div {
    width:calc(33% - 10px);
  }
  #languagedetails > div > a > span {
    width:calc(100% - 24px);
    padding-left:10px;
  }
  #languagedetails > div > a > img {
    border:1px solid #555555;
    width:12px;
  }
  #supportdetails, #accountdetails, #languagedetails {
    padding-top:10px;
    padding-bottom:10px;
  }
  #supportdetails {
    width:130px;
    background-repeat:no-repeat;
  }
  #accountdetails {
    width:196px;
    background-repeat:no-repeat;
  }
  #supportdetails > div, #accountdetails > div {
    background-repeat:no-repeat;
    background-position:center center;
  }
  #supportdetails > div:nth-child(odd) {
    background-image:url(/images/bannerdetails_left.png);
  }
  #accountdetails > div:nth-child(odd) {
    background-image:url(/images/bannerdetails_left_large.png);
  }
  #supportdetails > div:nth-child(odd):hover {
    background-image:url(/images/bannerdetails_left.png);
  }
  #accountdetails > div:nth-child(odd):hover {
    background-image:url(/images/bannerdetails_left_large.png);
  }
  #supportdetails > div:nth-child(even) {
    background-image:url(/images/bannerdetails_right.png);
  }
  #accountdetails > div:nth-child(even) {
    background-image:url(/images/bannerdetails_right_large.png);
  }
  #supportdetails > div:nth-child(even):hover {
    background-image:url(/images/bannerdetails_right.png);
  }
  #accountdetails > div:nth-child(even):hover {
    background-image:url(/images/bannerdetails_right_large.png);
  }
  #supportdetails > div, #accountdetails > div {
    height:28px;
    width:92%;
  }
  #languagedetails > div {
    height:28px;
  }
  #supportdetails > div, #accountdetails > div {
    padding-left:8%;
  }
  #supportdetails > div > a, #accountdetails > div > a, #languagedetails > div > a {
    color:#ffffff;
    display:inline-block;
    padding-top:5px;
  }
  #flightsearch {
    width:94%;
    max-width:580px;
    margin-left:2%;
  }
  #flightsearchform {
    padding-top:1%;
    padding-bottom:1%;
    margin:0 auto;
  }
  #flightsearch select {
    width:35%;
  }
  #flightsearch > div {
    padding-bottom:2%;
    width:100%;
  }
  #flightsearch > #flightsearchselection > div:first-child {
    display:inline-block;
    width:30%;
  }
  #flightsearch > #flightsearchselection > div:last-child {
    display:inline-block;
    width:100%;
  }
  #flightsearch > #flightsearchselection > div:last-Child {
    text-align:right;
  }
  #flightsearch > #flightsearchselection > div > a {
    width:23%;
    padding:0%;
    padding-top:3%;
    padding-bottom:3%;
  }
  #flightsearch input[type=text] {
    border:1px solid #000000;
    background-color:#000000;
    color:#ffffff;
    padding-top:0.5%;
    padding-bottom:0.5%;
  }
  #roundtrip > div > span, #tlhotels > div > span, #hotels > div > span, #cars > div > span {
    padding-left:10px;
    padding-right:10px;
  }
  #roundtrip > div, #passenger > div, #tlhotels > div, #hotels > div, #cars > div {
    padding-bottom:1%;
  }
  #roundtrip > div > div, #passenger > div > div {
    width:45%;
  }
  #roundtrip > div > div > div, #passenger > div, #tlhotels > div > div > div, #hotels > div > div > div, #cars > div > div > div {
    width:100%;
  }
  #roundtrip > div > div > input[type=text], #tlhotels > div > div > div > input[type=text], #hotels > div > div > div > input[type=text], #cars > div > div > input[type=text] {
    width:100%;
  }
  #hotels > div > input[type=text] {
    width:88%;
  }
  #roundtrip > div > div > div > input[type=text] {
    width:53%;
  }
  #roundtrip > div > div > div > select {
    font-size:95%;
    width:40%;
  }
  #passenger > div > div > span {
    width:50%;
  }
  #flightsearch input[type=text] {
    font-size:95%;
  }
  #flightsearch input, #flightsearch select {
    border:1px solid #000000;
    background-color:#000000;
  }
  #flightsearch option {
    background-color:#000000;
  }
  #flightsearch > div > span {
    padding-left:10px;
    padding-right:20px;
  }
  .calendar_img {
    width:15%;
    vertical-align:bottom;
    cursor:pointer;
  }
  #flightsearch #inputcontent {
    margin-top:0.5%;
    width:100%;
    border:1px solid #bdbec0;
    background-color:#000000;
    color:#ffffff;
    padding:0;
  }
  #flightsearch #inputcontent > div {
    display:inline;
    padding-left:2%;
    padding-right:2%;
    width:96%;
    text-align:left;
    padding-bottom:0;
  }
  #flightsearch #inputcontent > div > a {
    font-size:95%;
    padding-right:2%;
  }
  #roundtrip > div > *, #roundtrip > div > div > * {
    display:inline-block;
  }
  #roundtrip, #roundtrip > div, #tlhotels, #tlhotels > div, #hotels, #hotels > div, #cars, #cars > div {
    width:100%;
  }
  #roundtrip > div > div, #tlhotels > div > div, #hotels > div > div, #cars > div > div, {
    width:45%;
  }
  #multilegs > div {
    padding-bottom:1%;
  }
  #multilegs > div > div {
    display:inline-block;
    width:37%;
    padding:0;
    margin:0;
  }
  #multilegs > div > div:nth-CHild(3) {
    width:25%;
  }
  #multilegs > div > div > input {
    margin:0;
    padding:0;
    width:98%;
  }
  #multilegs > div > div:nth-Child(3) > input {
    width:76%;
  }
  #multilegs > div > div > img {
    background-color:#000000;
    width:18%;
  }
  #multi {
    padding-top:0.5%;
    font-size:95%;
  }
  #footer_content > p {
    font-size:90%;
  }
  #footerseparater {
    padding-top:2%;
    margin-bottom:1%;
  }
  .footerlinks > div {
    padding-top:10px;
  }
  .footerlinks > div, .footerlanguage > div {
    padding-left:10px;
  }
  .menu {
    width:96%;
    display:table;
  }
  .menu > div:nth-child(2) {
    vertical-align:middle;
    display:table-cell;
    width:80.5%;
  }
  .nav div a {
    padding-top:5px;
    padding-bottom:3px;
    padding-right:6px;
    padding-left:6px;
  }
  .footerlinks > div {
    padding-right:20px;
    max-width:150px;
  }
  .footerlinks > div > div > a {
    max-width:120px;
  }
  .footerlanguage > div > div {
    padding-right:20px;
  }
  #globalsite, #companyname {
    padding-right:20px;
  }
  #nav_image {
    width:100%;
    max-width:100%;
  }
  #nav_smallimage {
    visibility:hidden;
    display:none;
  }
  #prev_slide {
    left:1%;
  }
  #next_slide {
    left:96%;
  }
  .main_content {
    width:96%;
  }
  .bcal-table{
    max-width:250px;
  }
  .subpagesection > div > div > a > div {
    padding-left:2%;
    padding-right:2%;
  }
  .subpagesection > div {
    margin-right:0px;
    text-align:left;
  }
  .subpagesection > div > div > a > div:first-child, .subpagesection > div > div > a > div:first-child {
    width:90%;
    height:0;
    padding-bottom:8%;
  }
  .subpagesection > div > div > a > .subnavigation_text, .subpagesection > div > div > a > .subnavigation_text {
    padding-top:3%;
    padding-right:10%;
  }
  .subpagesection .subnavigation_text > span {
    font-weight:bold;
  }
  .subpagesection .subnavigation_text {
    font-size:75%;
  }
  .subpagesection > div {
    width:39%;
    padding-bottom:30%;
  }
  .subpagesection > div:nth-child(12n + 7), .subpagesection > div:nth-child(12n + 1) {
    width:60%;
    padding-bottom:60%;
  }
  .subpagesection > div:nth-child(12n + 1) {
    margin-right:0px;
  }
  .subpagesection > div:nth-child(12n + 7) {
    margin-left:0px;
  }
  .subpagesection > div > div > a > .subnavigation_text > span {
    display:none;
  }
  .subpagesection > div:nth-child(12n + 1) > div > a > .subnavigation_text > span, .subpagesection > div:nth-child(12n + 7) > div > a > .subnavigation_text > span {
    display:inline;
    font-weight:normal;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .maxsize {
    max-width:780px;
  }
  .pageheading {
    font-size:150%;
  }
  .subpageheading {
    font-size:120%;
  }
  .contactusform > div {
    padding-bottom:1%;
  }
  .contactusform > div > div > input, .contactusform > div > div > textarea {
    width:100%;
    color:#808184;
  }
  .contactusform > div > div > textarea {
    resize:vertical;
    height:20%;
  }
  .contactusform > div > div:first-child {
    width:35%;
  }
  .contactusform > div > div:nth-child(2) {
    width:55%;
  }
  .contactusform > div > div > a {
    font-size:90%;
    height:29px;
    width:132px;
    padding-top:8px;
  }
  .contactusform > div > div > a > span, .feedbackinput > a > span, #privatejet > div > div > a > span, #privatejet_submitform > div > div > a > span {
    padding-right:10px;
    padding-left:10px;
  }
  #feedbackform {
     width:100%;
     padding-top:2%;
  }
  #feedbackform > div {
     display:inline-block;
     padding-top:1%;
  }
  #feedbackform > .feedbacknumber {
     width:2%;
  }
  #feedbackform > .feedbackinput {
    padding-left:2%;
     width:98%;
  }
  #feedbackform > .feedbacktext {
     width:98%;
  }
  #feedbackform > .feedbackinput > input[type=text] {
     width:90%;
  }
  #feedbackform > .feedbackinput > textarea {
     width:90%;
     height:10%;
  }
  #feedbackform > .feedbackinput > img {
    display:inline-block;
    padding-right:20px;
    width:16px;
    background-image:url(/images/star.png);
    background-repeat:no-repeat;
    cursor:pointer;
  }
  #feedbackform > .feedbackinput > div {
     width:25%;
     display:inline-block;
  }
  #feedbackform > .feedbackinput > div > span {
    padding-left:10px;
  }
  #feedbackform > .feedbackinput > div > .feedbackothers {
    padding-left:10px;
  }
  #feedbackform > .highlighttext {
    margin-left:0;
    height:20%;
  }
  #privatejet {
    background-size:98%;
  }
  #privatejet > div {
    width:100%;
    padding-bottom:20px;
  }
  #privatejet > div:nth-child(2) {
    background-image:url(/images/privatejet_form_top.png);
    background-size:100% auto;
    background-position:top left;
    max-height:30px;
    padding-bottom:0;
  }
  #limousineservices_form_container > form > #limousineservices > div:nth-child(2) {
    background-image:url(/images/limousine_form_top.png);
    background-size:100% auto;
    background-position:top left;
    max-height:30px;
    padding-bottom:10px;
  }
  #privatejet_form {
    background-size:49%;
    background-image:none;
  }
  #privatejet_submitform_container {
    overflow:hidden;
  }
  #privatejet, #privatejet_submitform_container {
    vertical-align:top;
    display:inline-block;
    width:49.5%;
  }
  #privatejet_submitform {
    margin-left:100%;
    width:100%;
  }
  #privatejet > div, #privatejet_submitform > div {
    padding-left:13%;
    padding-right:5%;
    padding-bottom:10px;
  }
  #privatejet > div, #privatejet_submitform > div {
    width:80%;
  }
  #privatejet > div > div, .button > div {
    display:inline-block;
    width:45%;
  }
  #privatejet > div:first-child {
    padding-top:7%;
    padding-bottom:10%;
    font-size:120%;
  }
  #privatejet > div > input, #privatejet_submitform > div > input, #privatejet_submitform > div > textarea, #privatejet > div > select, #privatejet > div > div > select, #privatejet #specialneeds, #privatejet #cargo, #privatejet > div > .privatejetmultibreak {
    width:85%;
  }
  #privatejet_submitform > div > textarea {
    resize:vertical;
    height:200px;
  }
  #privatejet > div > div > input[type=text] {
    width:90%;
    font-size:95%;
  }
  #packagesearch > div > span {
    padding-left:10px;
    padding-right:10px;
  }
  #packagesearch > div {
    padding-bottom:1%;
  }
  #packagesearch > div > div > div {
    width:100%;
  }
  #packagesearch > div > div > input[type=text], #packagesearch > div > div > div > input[type=text] {
    width:95%;
  }
  #packagesearch > div > div > div > select {
    font-size:95%;
    width:40%;
  }
  #privatejet > div > div > input[type=radio] {
    width:10%;
    font-size:95%;
  }
  #privatejet > div > div > span {
    padding-left:2%;
  }
  #privatejet > div > div > a, #privatejet_submitform > div > div > a, .button > div > a {
    padding-top:5px;
    padding-bottom:5px;
    width:90%;
  }
  #privatejet > div > div > a, #privatejet_submitform > div > div > a, .button > div > a {
    background-repeat:no-repeat;
  }
  #privatejet > div > div:first-child > a, #privatejet_submitform > div > div:first-child > a {
    background-position:right;
  }
  #privatejet > div > div:nth-child(2) > a, #privatejetsubmitform > div > div:nth-child(2) > a {
    background-position:left;
  }
  #privatejet > #duration {
    visibility:hidden;
  }
  #privatejet > .highlighttext {
    width:60%;
  }
  #privatejet #inputcontent {
    width:70%;
  }
  #privatejet #inputcontent, #packagesearch #inputcontent {
    border:1px solid #999999;
    background-color:#ffffff;
    padding:0;
  }
  #privatejet #inputcontent > div, #packagesearch #inputcontent > div {
    padding-left:2%;
    padding-right:2%;
    width:96%;
    text-align:left;
    padding-bottom:0;
  }
  #privatejet #inputcontent > div > a, #privatejet #inputcontent > div > a:hover, #packagesearch #inputcontent > div > a, #packagesearch #inputcontent > div > a:hover {
    font-size:95%;
    background:transparent;
    padding-top:0;
    padding-bottom:0;
  }
  #packagesearch > div > *, #packagesearch > div > div > * {
    display:inline-block;
  }
  #packagesearch, #packagesearch > div {
    width:100%;
  }
  #searchresult > div {
    width:100%;
  }
  #searchresult > div > div {
    vertical-align:top;
    display:inline-block;
  }
  #searchresult > div:first-Child {
    font-size:110%;
    font-weight:bold;
  }
  #searchresult > div > div:first-child {
    width:30%;
    margin-right:2%;
  }
  #searchresult > div > div:nth-child(2) {
    width:68%;
  }
  .home_content > div {
    width:90%;
    padding-bottom:15px;
  }
  .home_content > div > div:first-child {
    width:30%;
    display:inline-block;
    vertical-align:top;
  }
  .home_content > div > div:first-child > img {
    width:83%;
    padding-right:12%;
    background-color:#00adee;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    margin-right:5%;
  }
  .home_content > div > div:last-child {
    width:70%;
    display:inline-block;
    vertical-align:top;
  }
  .home_content > div > div > p {
    padding-top:5px;
    padding-bottom:5px;
  }
  .home_content > div > div > table {
    width:100%;
  }
  .home_content > div > div > table > tbody > tr > td:first-child {
    vertical-align:top;
    width:69% !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-bottom:1%;
    margin-right:1%;
  }
  .home_content > div > div > table > tbody > tr > td:last-child {
    vertical-align:top;
    width:25% !important;
    padding-bottom:1%;
    margin-left:5%;
  }
  .products div, .subnavigation div {
    font-size:110%;
  }
  .products {
    margin-top:2%;
    margin-bottom:2%;
  }
  .product_heading {
    font-size:120%;
  }
  .products > div {
    width:32%;
    margin-left:0.2%;
  }
  .products > div:nth-child(4n+1) {
    margin-left:0;
  }
  .products > div > a {
    margin-top:5%;
  }
  .products > div > a > div:first-Child {
    width:90%;
    padding-bottom:72%;
  }
  .products > div > a > div:nth-Child(2) {
    margin-top:2%;
    margin-bottom:2%;
  }
  .products > div > a > div:last-child {
    margin-top:2%;
    padding-bottom:8%;
    width:18%;
  }
  .products_text {
    width:80%;
    margin-left:2%;
    vertical-align:top;
  }
  #packagesearch > div:last-child {
    text-align:right;
  }
  #packagesearch > div:last-child > span {
    width:30%;
    max-width:131px;
    max-height:29px;
  }
  #packagesearch > div:last-child > span > a {
    margin-top:5px;
    margin-bottom:10px;
    margin-right:20px;
  }
  #packagesearch {
    width:90%;
  }
  #packagesearch > div:nth-last-child(2) {
    text-align:right;
  }
  #packagesearch > div:nth-last-child(2) > span {
    width:30%;
    max-width:131px;
    max-height:29px;
  }
  #packagesearch > div:nth-last-child(2) > span > a {
    margin-top:5px;
    margin-bottom:10px;
    margin-right:20px;
  }
  .productcontents > div:first-child {
    width:30%;
  }
  .subpagesection > div > div > a > div:nth-child(2) {
    width:85%;
    padding-bottom:50%;
    height:auto;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:cover;
  }
  .userhome > div:last-child > div {
    width:calc(50% - 11px);
    margin-right:10px;
    margin-bottom:20px;
  }
  .userhome > div:last-child > div:nth-child(2) {
    margin-right:0px;
    padding-right:0px;
    border-right:0;
  }
  .points {
    margin-left:10px;
    margin-right:10px;
    max-width:748px;
  }
  .points > div > div {
    width:calc(15% - 10px);
    margin-right:10px;
  }
  .points > div > div:nth-child(2) {
    width:55%;
  }
  .points > div > div:last-child {
    margin-right:0;
  }
  .points > div > a.button {
    margin-right:20px;
  }
}
@media only screen and (min-width: 1122px) {
  #prev_slide {
    left:-3%;
  }
  #next_slide {
    left:103%;
  }
}
@media only screen and (min-width: 641px)  {
  .signupform input[type=text], .signupform input[type=password], .loginform input[type=text], .loginform input[type=password], .signupform select, .loginform select {
    width:100%;
  }
  .intl-tel-input.allow-dropdown input {
    width:100% !important;
  }
  .signupform form > div > span:first-child, .loginform form > div > span:first-child {
    width:30%;
  }
  .signupform form > div > span:last-child, .loginform form > div > span:last-child {
    width:70%;
  }
  .signupform form > div > div:last-child, .loginform form > div > div:last-child {
    width:70%;
  }
  .signupform form > div > div:last-child > * {
    display:inline-block;
    vertical-align:top;
    max-width:calc(100% - 40px);
    margin-right:5px;
  }
  .signupform form > div > div:last-child > input {
    width:20px;
    margin-right:10px;
    margin-top:-2px;
  }
  .signupform form > div, .loginform form > div {
    margin-bottom:10px;
  }
  .userhome > div {
    margin-left:1;
    margin-right:1%;
    margin-bottom:20px;
  }
  .userhome > div:nth-child(2) {
    margin-bottom:0px;
  }
  .smallpoints {
    display:none !important;
  }
}
@media only screen and (max-width: 960px)  {
  .orderdetails {
    width:48%;
    margin-left:1%;
    margin-right:1%;
    float:left;
  }
  .scrollpane {
    width:100%;
    position:relative;
    overflow:hidden;
  }
  .orderform {
    width:200%;
  }
  .listcontent {
    display:inline-block;
    float:right;
    margin-right:0px;
    margin-top:5px;
    background-color:#ffffff;
  }
  .orderdetails, #ordertype {
    font-size:110%;
  }
  .orderlegend > div {
    font-size:130%;
    font-weight:bold;
  }
  .orderdetails > div > .shipto {
    font-size:130%;
  }
  .orderdetails > .legend {
    font-size:150%;
    font-weight:bold;
  }
  .orderlegend > div {
    margin-right:1%;
  }
  .orderlegend > div:last-child {
    margin-right:0%;
  }
  .orderlegend > div:first-child {
    width:40%;
  }
  .orderlegend > div:nth-child(2) {
    width:23%;
  }
  .orderlegend > div:nth-child(3) {
    width:35%;
  }
  .orderlegend > div:first-child {
    width:40%;
    margin-right:10px;
  }
  .orderlegend > div:nth-child(2) {
    width:calc(30% - 20px);
    margin-right:10px;
  }
  .orderlegend > div:nth-child(3) {
    width:30%;
  }
  .orderdetails {
    width:calc(50% - 20px);
    margin-left:10px;
    margin-right:10px;
    display:inline-block;
  }
  .button > div {
    width:45%;
  }
}
@media only screen and (max-width: 768px)  {
  .signupform input[type=text], .signupform input[type=password], .loginform input[type=text], .loginform input[type=password], .signupform select, .loginform select {
    width:100%;
  }
  #limousineservices_form_container > form > #limousineservices {
    width:100%;
  }
  #limousineservices_form_container > form > #limousineservices > div:first-child > div:first-child {
    margin-top:30px;
  }
  #limousineresults > div:first-child, #limousineresults > div:last-child {
    width:100%;
  }
  #limousineresults > div > form > #limousineservices, #limousineresults > div > #details {
    width:calc(100% - 20px);
    margin-right:0;
  }
  #limousineservices > div:last-child > div > a > img {
    width:30%;
  }
  #limousinebook > div:first-child, #limousineconfirm > div:first-child {
    width:100%;
    margin-right:0%;
  }
  #limousinebook > div:last-child, #limousineconfirm > div:last-child {
    width:100%;
  }
  #insurance {
    width:100%;
    padding-bottom:30px;
    border-bottom:1px solid #00ccf6;
    margin-bottom:30px;
  }
  #insruancedetails {
    width:100%;
  }
  #insurance > div > .insurer > a, .destinations > a {
    width:calc(33% - 10px);
    margin-right:15px;
  }
  #insurance > div > .insurer > a:last-child, .destinations > a:last-child {
    margin-right:0px;
  }
  #insruancedetails > div > div input[type="text"], #insruancedetails > div > div select, #insruancedetails > div > div textarea {
    width:100%;
  }
  #insruancedetails > div > div:first-child {
    margin-bottom:10px;
  }
  #insurance > div > div > div {
    width:100%;
    margin-bottom:10px;
  }
  #insurance > div > div:first-child {
    margin-top:10px;
  }
  #insurance > div > .age > div > input, #insurance > div > div > div > input[type=text] {
    width:50%;
    margin-right: 20px;
  }
  #insuranceresult {
    width:calc(100% - 40px);
    margin-left:20px;
  }
  #policies {
    width:100%;
  }
  #policies > div {
    width:calc(50% - 32px);
    margin-top:20px;
  }
  #policies > div:nth-child(2) {
    margin-right:0px;
  }
  #insruancebook > #insuranceresult {
    margin-bottom:30px;
    margin-top:30px;
    margin-left:0px;
  }
  #address2 {
    display:inline-block !important;
  }
  #listorder > div {
    width:calc(100% - 6px);
    padding:2px;
    border:1px solid #cccccc;
    margin-bottom:10px;
  }
  #listorder > div > div {
    width:100%;
  }
  #listorder > div > div:first-child {
    font-size:110%;
    font-weight:bold;
  }
  #orderselection-container {
    width:100%;
  }
  #listorder {
    margin-bottom:20px;
  }
  #orderselection {
    margin-bottom:10px;
    border-bottom:1px solid #009cda;
  }
  #orderselection > span:first-child {
    font-size;110%;
    font-weight:bold;
  }
  #orderselection > a, #orderselection > span {
    display:inline-block;
    margin-right:10px;
    text-align:center;
  }
  #orderselection > span:first-child {
    text-align:left;
  }
  #orderselection > a, #orderselection > span {
    padding-top:10px;
    padding-bottom:10px;
    margin-right:10px;
  }
  #orderselection > a.selected {
    background-color:#cccccc;
  }
  #orderselection > a:last-child {
    margin-right:0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .signupform, .loginform {
    width:96%;
    margin:0 auto;
  }
  #detailsheading, #hotelpage, #alloptions, #hotelinfo {
    width:calc(100% - 20px);
    margin-left:10px;
  }
  .hoteldescription {
    margin-bottom:20px;
  }
}
.button > div > a {
  height:31px;
  line-height:31px;
  vertical-align:middle;
}
.hideorderdetails input, .hideorderdetails select, .hideorderdetails .more, .hideorderdetails img, {
  display:none;
}
.hideorderdetails .more {
  height:0px;
  border:0;
  margin:0;
  padding:0;
}
#smallfromdate, #smalltodate, #smallfromdate-container, #smalltodate-container, #small_pickupdate, #small_dropoffdate, #small_pickupdate-container, #small_dropoffdate-container, #small_checkindate, #small_checkoutdate, #small_checkin-container, #small_checkoutdate-container {
  border:0 !important;
  background-image:none;
  background:transparent;
  max-width:88%;
}
.datepicker, .datepicker-inline, .datepicker-days {
  height: auto !important;
  line-height: 15px !important;
  background-color:#ffffff;
}
.smallbox > div, #smallcar > div {
  background-color:#ffffff;
}
.smallbox input[type=text], #smallcar input[type=text] {
  margin-bottom:0 !important;
  height:60px !important;
  border:0 !important;
  vertical-align:middle;
}
.button > div {
  vertical-align:middle !important;
  margin-top:0 !important;
  display:inline-block;
}
#recaptcha {
  margin-top:10px;
  margin-bottom:10px;
}
.button > div > a > span {
  padding-left:10px;
  padding-right:10px;
}
.loginform {
  min-height:200px;
}
.button > div.hidden {
  display:none !important;
}
#payhere {
  margin-left:20px;
}
.ui-menu, .ui-front {
  z-Index:9999 !important;
}
#flightbreak {
  height:200px;
  background:transparent;
}
#small_passenger > div:first-child > div > *, #small_RoomAdultChild > div:first-child > div > * {
  color:#ffffff !important;
}
#privatejet_submitform_links > div {
  width:45%;
  display:inline-block;
  margin-bottom:20px;
}
#packagesearch > div > div {
  width:calc(50% - 10px);
}
#packagesearch > div > div.smallscreen {
  display:none !important;
}
.goog-tooltip {
  display: none !important;
}
.goog-tooltip:hover {
  display: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  border: none !important; 
  box-shadow: none !important;
}
#booking {
  vertical-align:middle;
}
.picker__footer, .code {
  display:none;
}
#payment {
  margin-top:30px;
  max-width:768px;
  text-align:center;
}
#payment > div {
  text-align:center;
  margin:0 auto;
}
#payment > div:first-child {
  margin-bottom:20px;
}
#insures {
  display:none;
}
#policies {
  display:inline-block;
  text-align:left;
}
#policies > div {
  display:inline-block;
  text-align:left;
}
#policies > span:last-child {
  text-align:right;
}
#policies > div > div {
  width:100%;
  margin-bottom:5px;
}
#policies > div > div:first-child {
  font-size:120%;
  color:#00adee;
  font-weight:bold;
}
#policies > div > div:nth-child(2) {
  font-size:150%;
  color:#ff0000;
  font-weight:bold;
  text-align:center;
}
#policies > div > div:last-child {
  text-align:right;
}
#policies > div > div:nth-last-child(2) {
  display:none;
}
#policies > div > div ul {
  list-style-image:url(/images/bullet.png);
  padding-left:0;
  margin-left:20px;
}
#insuranceresult {
  border:5px double #00ccf6;
  padding:10px;
  display:inline-block;
}
#insuranceresult > div {
  width:100%;
  text-align:left;
}
#insuranceresult > div {
  margin-bottom:10px;
  vertical-align:top;
}
#insuranceresult > div:first-child {
  font-size:120%;
  font-weight:bold;
  color:#00adee;
}
#insuranceresult > div:last-child > div:last-child {
  text-align:right;
}
#insurancedetails > div > div, #insuranceresult > div > div {
  vertical-align:top;
  display:inline-block;
}
#insurance > div > .insurer > a, .destinations > a {
  margin-bottom:20px;
  display:inline-block;
  overflow:hidden;
  text-align:center;
  vertical-align:top;
}
#insurance > div > .insurer > a, .destinations > a {
  max-width:200px;
}
#insurance > div > .insurer > a > img, .destinations > a > img {
  width:200% !important;
  max-width:400px !important;
  
}
#insurance > div > .age {
  margin-bottom:10px;
}
#insurance > div > .age > a, #insurance > div > .age > div > a {
  display:inline-block;
}
#insurance > div > .age > div > a {
  vertical-align:middle;
  margin-right:10px;
}
.benefits {
  display:table;
  table-layout: fixed;
  border-top:1px solid #000000;
  border-left:1px solid #000000;
}
.benefits > div {
  display:table-row;
  width: 100%;
}
.benefits > div > div {
  vertical-align:top;
  padding:5px;
  display:table-cell;
  border-bottom:1px solid #000000;
  border-right:1px solid #000000;
}
.benefits > div > div:first-child {
  width:100px;
}
.benefits > div > div:nth-child(2) {
  width:calc(100% - 500px);
}
.benefits > div > div:nth-child(3) {
  width:220px;
}
.benefits > div > div:last-child {
  width:120px;
  text-align:right;
}
.benefits > div > div:only-child {
  display:block !important;
  width:100% !important;
  max-width:100% !important;
}
#plandetails {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  margin:0 auto;
  background-image:url(/images/editorbackground.png);
  display:none;
}
#plandetails > div {
  display:inline-block;
  padding:20px;
  margin:0 auto;
  background-color:#ffffff;
}
#plandetails > div .benefits > div > div, #plandetails > div .benefits > div > div > p {
  text-align:right;
}
#plandetails > div .benefits > div > div:first-child, #plandetails > div .benefits > div > div:first-child > p, #plandetails > div .benefits > div > div:nth-child(2), #plandetails > div .benefits > div > div:nth-child(2) > p {
  text-align:left;
}
.policiesform > div {
  vertical-align:top;
}
.plandetailslink > img, .plandetailslink > span {
  display:inline-block;
  vertical-align:middle;
}
.plandetailslink > img {
  margin-right:5px;
}
#insruancedetails {
  display:inline-block;
}
#insruancebook > div {
  vertical-align:top;
}
#insruancebook > div:last-child {
  text-align:right;
}
#insurance > div > .heading, #insruancedetails > .heading, #insuranceconfirm > .heading, #ch > .heading, #bl > .heading, #limousinebook > div:first-child > form > div.heading, #limousineconfirm > div:first-child > form > div.heading {
  height:20px;
  vertical-align:middle;
  font-size:110%;
  padding-bottom:10px;
  padding-top:10px;
  margin-top:20px;
  margin-bottom:20px;
  border-top:1px solid #00ccf6;
  border-bottom:1px solid #00ccf6;
}
#insuranceconfirm > .heading {
  margin-bottom:10px;
}
#insurance > div > .heading > span, #insruancedetails > .heading > span {
  background-image:url(/images/arrow.png);
  background-position:right center;
  background-repeat:no-repeat;
  margin-left:20px;
  height:20px;
  width:20px;
  display:inline-block;
}
#insruancedetails > .insurer > span {
  background-image:url(/images/single.png);
}
#insruancedetails > #contact > span {
  background-image:url(/images/contact.png);
  height:20px;
  vertical-align:middle;
}
#insruancedetails > #money > span {
  background-image:url(/images/money.png);
  height:20px;
  vertical-align:middle;
}
#insruancedetails > div:last-child > div:last-child {
  text-align:right;
}
#insruancebook > #insruancedetails > div:first-child {
  font-weight:bold;
}
#insruancedetails > div textarea {
  resize: none;
}
#insruancedetails > div > div {
  vertical-align:top;
}
#insuranceconfirm > div, #insuranceconfirm > div > div {
  vertical-align:top;
  display:inline-block;
  text-align:left;
}
#insuranceconfirm > div:first-child {
  margin-top:20px;
  font-weight:bold;
}
#insuranceconfirm > div.terms {
  border-top:1px solid #00ccf6;
  margin-top:20px;
  padding-top:20px;
}
#insuranceconfirm > div.terms > * {
  display:inline-block;
  vertical-align:top;
}
#insuranceconfirm > div.terms > input {
  width:20px;
  margin-top:3px;
}
#insuranceconfirm > div.terms > span {
  width:calc(100% - 20px);
}
#insuranceconfirm > div > div > span, #insuranceresult > div > div > span, #ch > div > div > span {
  display:inline-block;
}
.planname, .premium {
  font-weight:bold;
}
.premium {
  color:#ff0000;
}
#ch > div, #bl > div {
  margin-bottom:10px;
}
.paymentdone {
  text-align:left;
}
#limousineconfirm > div:first-child > form > div:first-child, #limousinebook > div:first-child > form > div:first-child {
  font-weight:bold;
  margin-bottom:10px;
}
#limousinebook > div:first-child > form > div:last-of-type {
  text-align:right;
}
#limousineconfirm > div:first-child > form > div:nth-last-of-type(2) {
  margin-top:20px;
  padding-top:10px;
  border-top:1px solid #00ccf6;
}
#limousineconfirm > div:first-child > form > div:last-of-type {
  margin-top:20px;
  text-align:center;
}
#limousineconfirm > div:first-child > form > div > input[type=checkbox] {
  margin-top:3px;
}
#insruancedetails > div textarea {
  height:80px;
}
#small_hotel > div {
  vertical-align:top;
}
#limousineservices, #limousine_content {
  display:inline-block;
}
#limousineresults > div > form > #limousine_content {
  display:none;
}
#footer {
 z-index:1;
}
#body_content {
 z-index:10;
}
.points {
  width:100%;
  margin-top:20px;
}
.points > div {
  width:100%;
  text-align:left;
  margin-bottom:10px;
  cursor:pointer;
}
.points > div:first-child > div {
  font-weight:bold;
}
.points > div:first-child {
  cursor:default;
}
.points > div > div, .points > div > div > span {
  vertical-align:top;
  display:inline-block;
}
.points > div > div:nth-child(3) {
  text-align:right;
}
.points > div > div:last-child {
  text-align:center;
}
.points > div > div > img {
  max-height:16px;
  margin-right:10px;
  display:none;
}
.points > div:last-child {
  text-align:right
}
#pointuser {
  display:none;
}
.nobottom {
  border-bottom:0 !important;
}
#balance {
  border-top:1px solid #00aff1;
  padding-top:10px;
  margin-top:10px;
  cursor:default;
}
#pending {
  margin-top:30px;
  border-bottom:1px solid #00aff1;
  padding-bottom:10px;
  cursor:default;
  font-weight:bold;
}
#expire {
  cursor:default;
}
#pageimage {
  text-align:left;
}
#tlresults > div > div {
  display:inline-block;
  text-align:left;
}
#tlresults > div:nth-child(2), #tlresults > div:nth-child(3) {
  display:none;
}
#tlresults > div > div > div, .recentsearches > div {
  display:inline-block;
}
#tlresults > div:last-child > div > div:first-child {
  background-size:cover;
  background-position:center center;
}
.recentsearchescontainer {
  margin-top:20px;
}
#showall {
  width:100%;
  text-align:right;
}
#showall a {
  font-size:80%;
  color:#179be2;
}
#searchoptions {
  margin-top:20px;
}
.recentsearches {
  border:1px solid #cccccc;
  vertical-align:top;
  margin-bottom:10px;
  cursor:pointer;
}
.recentsearches:first-child {
  cursor:default;
  align-self:center;
  border:0;
}
.recentsearches > div {
  padding:3px;
  vertical-align:top;
  width:calc(100% - 6px);
  text-align:left;
  padding-top:0px;
}
.recentsearches > div:first-child {
  text-align:right;
  padding:0px;
  width:100%;
}
.recentsearches > div:first-child > a > img {
  display:block;
  border-bottom:1px solid #cccccc;
  border-right:1px solid #cccccc;
}
.recentsearches:first-child > div:first-child {
  text-align:center !important;
  line-height:100%;
  font-size:120%;
  color:#179be2;
}
#tlresults > div:last-child > div {
  border:1px solid #cccccc;
}
#tlresults > div:first-child > div {
  border:1px solid #cccccc;
  margin-bottom:10px;
}
#tlresults > div:first-child > div > div:first-child {
  color:#179be2;
  margin-bottom:10px;
}
#tlresults > div:first-child > div:first-child > div:last-child {
  text-align:right;
  margin-bottom:10px;
}
#tlresults > div:first-child > div:first-child > div:last-child > a, .clear > a {
  font-size:80%;
  color:#179be2;
}
.clear > a {
  display:inline-block;
  margin-left:10px;
}
#tlresults > div:last-child > div > div:last-child > div:first-child > a {
  font-size:120%;
  color:#179be2;
}
.clear {
  text-align:right;
}
#searchoptions > div{
  justify-content: space-around;
  margin-bottom:10px;
}
#searchoptions > div > div {
  cursor:pointer;
  flex-grow:1;
  text-align:center;
  border-left:1px solid #cccccc;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}
#searchoptions > div > div:first-child {
  background-color:#cccccc;
  border-bottom-color:#009cda;
}
#searchoptions > div > div:last-child, #searchoptions > div > div:nth-last-child(2) {
  border-right:1px solid #cccccc;
}
#searchoptions > div:last-child > div, #searchoptions > div:nth-last-child(2) > div {
  display:inline-block;
  padding-top:7px;
  padding-bottom:7px;
}
#searchoptions > div > div:nth-last-child(2) {
  display:none;
}
.unlink {
  color:#cccccc;
  cursor:default !important;
  background-color:transparent !important;
  border-color:#cccccc !important;
}
#dist {
  font-size:80%;
}
.filterseparator {
  margin-top:10px;
  margin-bottom:10px;
  border-bottom:1px solid #009cda;
}
#tlresults > div:first-child > div:last-child > div > div > div > span {
  font-size:90%;
  color:#777777;
}
#tlresults > div:first-child > div:last-child > div > div > div > span:last-child {
  float:right;
}
#tlresults > div:last-child > div:first-child, #tlresults > div:nth-last-child(2) > div:first-child {
  height:auto;
  border:0;
  color:#009cda;
  font-size:130%;
  font-weight:bold;
}
input[type=range] {
  -webkit-appearance: none;
}
input[type=range]::-moz-range-thumb {
  border: 0px;
  height: 20px;
  width: 12px;
  border-radius: 0px;
  background: #3071a9;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  border: 1px solid #000000;
  height: 20px;
  width: 12px;
  border-radius: 0px;
  background: #3071a9;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
input[type=range]::-moz-range-track {
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #5a71a9;
  border-radius:0px;
  border:0px;
}
input[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #5a71a9;
  border-radius:0px;
  height:2px;
  border:0px;
}
input[type=range]::-ms-track {
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #5a71a9;
  border: 0.2px solid #010101;
  border-radius: 0px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #5a71a9;
  border: 0.2px solid #010101;
  border-radius: 0px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 0px;
  height: 20px;
  width: 12px;
  border-radius: 0px;
  background: #3071a9;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #5a71a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #5a71a9;
}
input[type=range]::-ms-tooltip {
    display: none;
}
#radius_container {
  position:relative;
}
#radiuslabel {
  color:#3071a9;
  font-size:80%;
  width:12px;
  text-align:center;
  position:absolute;
  left:0;
  top:-13px;
  display:block;
}
#records {
  color:#6D6F70;
  font-size:90%;
}
#records, #pageselectioncontainer {
  display:inline-block;
  text-align:left;
}
.dealname {
  margin-bottom:10px;
  color:#ff0000;
}
.roomoptions > div {
  display:inline-block;
  vertical-align:top;
}
.roomoptions > div:last-child, .ratings > div:last-child {
  text-align:right;
  font-size:130%;
  color:#ff0000;
}
.ratings {
  margin-top:10px;
  margin-bottom:10px;
}
.rooms > span {
  vertical-align:top;
  display:inline-block;
}
.moreoptions > a {
  font-size:85%;
  color:#009cda;
  margin-top:5px;
}
#dist > a > img {
  max-height:12px;
  margin-right:5px;
}
.rooms > span:last-child > span > a {
  color:#009cda;
}
.map {
  display:none;
  width:calc(100% - 2px);
  margin-top:10px;
  height:200px;
  border-top:1px solid #cccccc;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
}
.gm-style {
}
.gm-style, .gm-style-iw {
  font-size:100% !important;
  font-weight:normal !important;
}
.mapinfo > div {
  margin-bottom:10px;
}
.mapinfo > div:first-child {
  font-weight:bold;
  color:#009cda;
}
.closemap {
  position:absolute;
  top:0;
  right:0;
  z-Index:99999;
}
.dailyprices {
  display:none;
  position:absolute;
  top:0;
  left:0;
  background-color:#ffffff;
  border:1px solid #777777;
  padding:5px;
  z-Index:999;
}
.dailyprices > div {
  text-align:center;
  padding:5px;
  display:table-cell;
}
.hoteloptions .dailyprices > div {
  display:inline-block;
}
.hoteloptions .dailyprices > div:nth-child(2) {
  text-align:right;
}
.dailyprices > div > a > img {
  max-width:none !important;
}
.rooms > span:last-child > span {
  position:relative;
  width:100%;
  display:block;
}
.onrequest {
  color:#065efd;
}
#maps {
  width:calc(100% - 2px);
  border:1px solid #cccccc;
  height:100%;
}
#infowindow {
  position:absolute;
  border:1px solid #009cda;
  padding:5px;
  z-Index:99999;
  background-color:#ffffff;
  width:300px !important;
}
#infowindow > div {
  display:inline-block;
  min-height:100px;
  vertical-align:top;
}
#infowindow > div:first-child {
  width:30%;
  background-size:cover;
  background-position:center center;
}
#infowindow > div:last-child {
  width:calc(70% - 10px);
  margin-left:10px;
}
#infowindow > div > div {
  font-size:80%;
}
#infowindow > div > div:nth-last-child(2) {
  color:#ff0000;
  text-align:right;
}
#infowindow > div > div:last-child {
  font-size:100%;
  color:#ff0000;
  text-align:right;
}
#infowindow > div:last-child > div:first-child {
  font-size:100%;
  color:#009cda;
  font-weight:bold;
}
#hotelloader {
  background-image:url(/images/loaderbackground.png);
  position:absolute !important;
  z-Index:999;
  top:0;
  font-size:120%;
}
#tlresults {
  position:relative;
}
#hotelsearch {
  display:none;
  border:1px solid #cccccc;
}
#hotelsearch > form > div > div:first-child, #hotelsearch > form > div > div:nth-child(2) {
  display:none;
}
#hoteldetails, #hotelsearchresult {
  text-align:left;
}
#hotelsearchresult > div {
  display:inline-block;
}
#hotelsearchresult > div:last-child {
  text-align:right;
}
#hotelsearchresult > div:last-child > a {
  color:#009cda;
}
#hotelsearchresult > div:nth-child(-n + 3) {
  background-color:#cccccc;
}
#hotelsearchresult > div:nth-child(3n) {
  border-right:1px solid #cccccc;
}
#hotelsearchresult {
  border-left:1px solid #cccccc;
}
#hotelsearchresult > div:nth-child(n + 7) {
  border-bottom:1px solid #cccccc;
}
#hotelthumbs {
  height:100px;
  margin-bottom:20px;
  margin-top:20px;
}
#hotelthumbs > div {
  width:100px;
  margin-right:5px;
  background-size:cover;
  background-position:center center;
  height:100%;
  cursor:pointer;
}
#hoteldetails .flexslider .flex-viewport {
  border:1px solid #cccccc;
  background-color:#eeeeee;
}
#hoteldetails .flexslider {
  margin-bottom:0 !important;
}
.hoteldetailimages {
  text-align:center;
  vertical-align:middle;
}
.flex-control-thumbs li {
  height:100px;
  overflow:hidden;
}
.flex-control-thumbs img {
  height:50px;
  object-fit:cover;
}
.flex-control-thumbs .compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.flex-control-thumbs .compat-object-fit img {
  opacity: 0;
}
#hotelpage > div, #hotelbooking > div {
  display:inline-block;
  vertical-align:top;
}
#hotelbooking > div {
  text-align:left;
}
#hotelpage .map {
  margin-top:0 !important;
  border-bottom:1px solid #cccccc;
}
#detailsheading {
  text-align:left;
  margin-top:10px;
  margin-bottom:10px;
}
#detailsheading > div:first-child, .facilities {
  color:#009cda;
}
.facilities {
  text-align:left;
  padding-top:10px;
  padding-bottom:10px;
  border-top:1px solid #009cda;
  border-bottom:1px solid #009cda;
}
.newreservation {
  margin-bottom:10px;
  padding-top:10px;
  padding-bottom:10px;
}
#alloptions {
  display:inline-block;
  text-align:left;
}
#alloptions > div {
  vertical-align:top;
}
.hoteloptions > div {
  display:inline-block;
  vertical-align:top;
}
.hoteloptions > div {
  display:inline-block;
}
.hoteloptions {
  font-size:90%;
  border-top:0;
  margin-bottom:0;
  border-left:1px solid #cccccc;
}
#alloptions .hoteloptions:first-child > div {
  border-top:1px solid #cccccc;
}
.hoteloptions > div {
  border-bottom:1px solid #cccccc;
  border-right:1px solid #cccccc;
}
.hoteloptions.div:first-child > div:first-child > div {
  background-color:#cccccc;
  font-weight:bold;
}
.hoteloptions > div:last-child {
  text-align:right;
}
.policylegend {
  color:#009cda;
  text-decoration:underline;
}
#alloptions .rooms > div {
  margin-bottom:5px;
}
.restriction {
  font-weight:bold;
}
.totalprice, .nightlyprice {
  color:#ff0000;
}
.pricechanged {
  display:none;
}
.dailypricelegend {
  color:#009cda;
  font-size:80%;
}
.hoteloptions .dailypricelegend {
  position:relative;
}
.hoteloptions .dailyprices {
  color:#000000;
  top:0;
  font-size:120%;
}
.hotelloaders {
  text-align:center;
}
span.nobreak {
  white-space:nowrap;
}
#hotelsearch > div:first-child {
  text-align:right;
}
#hotelsearchresult, #hotelinfo {
  vertical-align:top;
  display:inline-block;
}
#hotelinfo > div {
  text-align:left;
  margin-bottom:2px;
}
#hotelinfo > div > div {
  margin-bottom:10px;
}
#hotelinfo > div > div.facilities {
  margin-top:30px;
}
#hotelinfo > div:first-child > div.facilities {
  margin-top:0px;
}
#hotelsearchresult {
  width:100%;
}
.hoteloptions {
  width:calc(100% - 1px);
}
.errormsg {
  border:2px solid #ff0000;
  margin-top:20px;
  padding:20px;
  width:calc(100% - 24px);
  text-align:center;
  margin-bottom:20px;
}
.hoteldescription {
  text-align:justify;
}
#hotelbooking > div > div > div {
  display:inline-block;
}
#hotelbooking > div > div.room {
  margin-top:20px;
  border-top:1px solid #009cda;
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #009cda;
}
#hotelbooking > div:last-child {
  border:1px solid #cccccc;
}
#hotelbooking > div:first-child > div:last-child {
  text-align:right;
}
#hotelbooking .terms {
  border-top:1px solid #009cda;
}
#hotelbooking > div > div.room + .terms {
  padding-top:0px;
  border-top:0;
}
span.whitehighlight {
  color:#ffffff;
  font-size:120%;
  margin:0;
}
#bl_button input[type=button] {
  border:0;
  color:#ff0000;
  cursor:pointer;
}
#bl_button input[type=button]:hover {
  color:#009cda;
}
.redborder {
  border-color:#ff0000 !important;
}
#freequote_container {
  width:100%;
  overflow:hidden;
}
#freequote_container > div {
  width:200%;
}
#rentalcars {
  max-width:600px;
  margin:0 auto;
  text-align:left;
}
#rentalcars > div {
  margin-bottom:10px;
}
#rentalcars > div > div > input[type=checkbox] {
  margin-right:10px;
}
#rentalcars > div > #fromdate-container, #rentalcars > div > #fromdate-container + div, #rentalcars > div > #todate-container, #rentalcars > div > #todate-container + div {
  display:inline-block;
  width:50%;
}
.cardetails {
  text-align:left;
  border-bottom:1px solid #777777;
  padding-bottom:20px;
  margin-bottom:20px;
}
.cardetails > div, .cardetails > div > div, .cardetails > div > div > * {
  text-align:left;
  vertical-align:top;
  display:inline-block;
}
.cardetails > div, .cardetails > div > div {
  margin-bottom:10px;
}
.cardetails > div:nth-child(3n + 1) {
  width:180px;
}
.cardetails > div > div > * {
  vertical-align:middle;
  margin-right:10px;
}
.cardetails > div:nth-child(3n + 2) {
  width:calc(100% - 400px);
}
.cardetails > div:nth-child(3n + 2) > div:nth-child(2n) {
  width:150px;
}
.cardetails > div:nth-child(3n + 2) > div:nth-child(2n + 1) {
  width:calc(100% - 150px);
}
.cardetails > div:nth-child(3n + 2) > div:first-child {
  width:100%;
}
.cardetails > div:nth-child(2) > div:first-child {
  font-size:140%;
  font-weight:bold;
}
.cardetails > div:nth-child(2) > div:first-child > span {
  font-size:70%;
  font-weight:normal;
}
.cardetails > div:nth-child(3) {
  text-align:center;
  font-size:160%;
  color:#ff0000;
  font-weight:bold;
  width:220px;
}
.cardetails > div:nth-child(3) > span {
  width:100%;
  margin-top:20px;
  font-weight:normal;
  font-size:64%;
  display:inline-block;
  color:#000000;
}
.cardetails > div:nth-child(6), .cardetails > div:nth-child(7) {
  width:100%;
  font-size:85%;
}
.pickup > div > div {
  display:inline-block;
  width:33.33%;
  max-width:250px;
}
.pickup > div > div:last-child {
  width:60px;
}
.pickup {
  margin-top:20px;
  text-align:left;
  margin-bottom:10px;
  padding-bottom:20px;
  border-bottom:1px solid #777777;
}
.pickup > div {
  width:100%;
  margin-bottom:10px;
}
.pickup > div > span:nth-child(odd), .pickup > div > div > span:nth-child(odd) {
  font-weight:bold;
}
.pickup > div > span:first-child, .pickup > div > div > span:first-child {
  width:90px;
  margin-right:10px;
  display:inline-block;
}
.vendorimg > span {
  display:none;
}
#limousinebook > div > form#carspayment {
  width:600px !important;
}
#limousinebook > div > form > div > input[type=radio], #limousinebook > div > form > div > span {
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
}
#limousinebook > div > form#carspayment > div > select {
  margin-right:20px !important;
  display:inline-block;
  width:calc(50% - 10px) !important;
}
#limousinebook > div > form#carspayment > div > select:last-child {
  margin-right:0px !important;
}