/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"].last {
  float: right;
}
.boundary-10 {
  padding: 10px;
}
.boundary-5 {
  padding: 5px;
}
.boundary-5-10 {
  padding: 5px 10px;
}
.boundary-10-20 {
  padding: 10px 20px;
}
.boundary-5-0 {
  padding: 5px 0;
}
.border {
  display: block;
  margin: 5px 0;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.separator {
  border-right: 1px solid #e6e6e6;
  min-height: 240px;
}
.margin.zero {
  margin: 0;
}
.text.white {
  color: #ffffff;
}
.text.fucsia {
  color: #ff3366;
}
.text.blue {
  color: #00cae2;
}
.form-box {
  display: block;
  padding: 5px;
  margin: 5px 0;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-box.dark {
  background: transparent;
  border: 1px solid #cccccc;
}
.form-box.calendar {
  padding-right: 30px !important;
  background: #ffffff url(../img/calendar-icon.gif) 98% center no-repeat;
}
.form-box.inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.form {
  width: 100%;
  padding: 0;
  border: 0;
  background: #ffffff;
  color: #999999;
  font-size: 14px;
  line-height: 18px;
}
.form:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.form-label {
  height: 26px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-top: 13px;
}
.button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #eb1f52;
    background-repeat: repeat-x;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #ff3366, #cc0033);
}
.button.full-width {
  display: block;
  padding: 8px 0;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1em;
}
.button:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ff527d;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ff668c, #ff3366);
}
.button.blue {
  background-color: #2cdef3;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #49ecff, #00cae2);
}
.button.blue:hover {
  background-color: #00a6b9;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #00cae2, #006f7c);
}
.separator-bg {
  background: url(../img/background-dot.gif) 764px 0 repeat-y;
}
.divider {
  position: relative;
}
.divider:after {
  content: "";
  background: #cccccc;
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 1px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  background-color: #ffffff;
}
a {
  color: #ff3366;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e50039;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -18px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 17px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 990px;
}
.span12 {
  width: 990px;
}
.span11 {
  width: 906px;
}
.span10 {
  width: 822px;
}
.span9 {
  width: 738px;
}
.span8 {
  width: 654px;
}
.span7 {
  width: 570px;
}
.span6 {
  width: 486px;
}
.span5 {
  width: 402px;
}
.span4 {
  width: 318px;
}
.span3 {
  width: 234px;
}
.span2 {
  width: 150px;
}
.span1 {
  width: 66px;
}
.offset12 {
  margin-left: 1026px;
}
.offset11 {
  margin-left: 942px;
}
.offset10 {
  margin-left: 858px;
}
.offset9 {
  margin-left: 774px;
}
.offset8 {
  margin-left: 690px;
}
.offset7 {
  margin-left: 606px;
}
.offset6 {
  margin-left: 522px;
}
.offset5 {
  margin-left: 438px;
}
.offset4 {
  margin-left: 354px;
}
.offset3 {
  margin-left: 270px;
}
.offset2 {
  margin-left: 186px;
}
.offset1 {
  margin-left: 102px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.8181818181818181%;
  *margin-left: 1.7676767676767675%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.8181818181818181%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94949494949495%;
}
.row-fluid .span11 {
  width: 91.51515151515153%;
  *width: 91.46464646464648%;
}
.row-fluid .span10 {
  width: 83.03030303030303%;
  *width: 82.97979797979798%;
}
.row-fluid .span9 {
  width: 74.54545454545455%;
  *width: 74.4949494949495%;
}
.row-fluid .span8 {
  width: 66.06060606060606%;
  *width: 66.01010101010101%;
}
.row-fluid .span7 {
  width: 57.57575757575758%;
  *width: 57.525252525252526%;
}
.row-fluid .span6 {
  width: 49.09090909090909%;
  *width: 49.04040404040404%;
}
.row-fluid .span5 {
  width: 40.60606060606061%;
  *width: 40.55555555555556%;
}
.row-fluid .span4 {
  width: 32.121212121212125%;
  *width: 32.07070707070707%;
}
.row-fluid .span3 {
  width: 23.636363636363637%;
  *width: 23.585858585858585%;
}
.row-fluid .span2 {
  width: 15.151515151515152%;
  *width: 15.101010101010102%;
}
.row-fluid .span1 {
  width: 6.666666666666667%;
  *width: 6.616161616161617%;
}
.row-fluid .offset12 {
  margin-left: 103.63636363636364%;
  *margin-left: 103.53535353535354%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.81818181818181%;
  *margin-left: 101.71717171717171%;
}
.row-fluid .offset11 {
  margin-left: 95.15151515151517%;
  *margin-left: 95.05050505050507%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.33333333333334%;
  *margin-left: 93.23232323232324%;
}
.row-fluid .offset10 {
  margin-left: 86.66666666666667%;
  *margin-left: 86.56565656565657%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.84848484848484%;
  *margin-left: 84.74747474747474%;
}
.row-fluid .offset9 {
  margin-left: 78.18181818181819%;
  *margin-left: 78.08080808080808%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.36363636363636%;
  *margin-left: 76.26262626262626%;
}
.row-fluid .offset8 {
  margin-left: 69.6969696969697%;
  *margin-left: 69.5959595959596%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.87878787878788%;
  *margin-left: 67.77777777777777%;
}
.row-fluid .offset7 {
  margin-left: 61.21212121212121%;
  *margin-left: 61.11111111111111%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.3939393939394%;
  *margin-left: 59.292929292929294%;
}
.row-fluid .offset6 {
  margin-left: 52.72727272727273%;
  *margin-left: 52.62626262626262%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.909090909090914%;
  *margin-left: 50.80808080808081%;
}
.row-fluid .offset5 {
  margin-left: 44.24242424242424%;
  *margin-left: 44.14141414141414%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.42424242424243%;
  *margin-left: 42.323232323232325%;
}
.row-fluid .offset4 {
  margin-left: 35.75757575757576%;
  *margin-left: 35.656565656565654%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.939393939393945%;
  *margin-left: 33.83838383838384%;
}
.row-fluid .offset3 {
  margin-left: 27.272727272727273%;
  *margin-left: 27.17171717171717%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.454545454545453%;
  *margin-left: 25.35353535353535%;
}
.row-fluid .offset2 {
  margin-left: 18.78787878787879%;
  *margin-left: 18.686868686868685%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.96969696969697%;
  *margin-left: 16.86868686868687%;
}
.row-fluid .offset1 {
  margin-left: 10.303030303030303%;
  *margin-left: 10.202020202020202%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.484848484848484%;
  *margin-left: 8.383838383838384%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 18px;
  padding-left: 18px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 9px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
cite {
  font-style: inherit;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 9px 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 35px;
  line-height: 40px;
}
h2 {
  font-size: 29.75px;
  line-height: 33.75px;
}
h3 {
  font-size: 24.5px;
  line-height: 27.5px;
}
h4 {
  font-size: 19.25px;
  line-height: 21.25px;
}
h5 {
  font-size: 14px;
  line-height: 16px;
}
h6 {
  font-size: 8.75px;
  line-height: 9.75px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #e6e6e6;
}
hr.fucsia {
  border-color: #ff3366;
}
ul.smallmenu {
  height: 18px;
  padding-top: 5px;
  background: #e6e6e6;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}
ul.smallmenu li {
  line-height: 12px;
  border-left: 1px solid #999999;
}
ul.smallmenu li:first-child {
  border: 0;
}
ul.smallmenu a {
  color: #999999;
}
ul.smallmenu a.active {
  color: #333333;
}
ul.smallmenu a:hover {
  color: #ff3366;
}
ul.navbar {
  padding: 5px 0;
  margin-bottom: 10px;
}
ul.navbar li {
  padding: 0;
}
ul.navbar li:first-child {
  margin-left: 0;
}
ul.navbar li a {
  padding: 10px 20px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
ul.navbar li a.active {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #eb1f52;
    background-repeat: repeat-x;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #ff3366, #cc0033);
}
ul.navbar li a.active.full-width {
  display: block;
  padding: 8px 0;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1em;
}
ul.navbar li a.active:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ff527d;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ff668c, #ff3366);
}
ul.navbar li a.active.blue {
  background-color: #2cdef3;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #49ecff, #00cae2);
}
ul.navbar li a.active.blue:hover {
  background-color: #00a6b9;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #00cae2, #006f7c);
}
.search {
  background-color: #00e6f2;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #00f9fd, #00cae2);
}
.search-home {
  width: 538px;
  height: 385px;
  float: left;
  background-color: #00e6f2;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #00f9fd, #00cae2);
}
.search-home .form-box {
  padding: 10px;
}
.search-home .button {
  margin-top: 80px;
}
.search-home.flight {
  width: 100%;
  height: auto;
}
.search-home.flight .button {
  margin-top: 30px;
}
.slide {
  width: 452px;
  height: 385px;
  float: left;
}
.most-requested {
  font-size: 18px;
}
.most-requested li {
  line-height: 23px;
}
.most-requested a:hover {
  color: #00cae2;
  text-decoration: none;
}
.footer {
  margin-top: 20px;
  padding: 15px 0;
  border-top: 10px solid #e6e6e6;
  font-size: 12px;
  line-height: 15px;
}
.content {
  font-size: 12px;
  line-height: 15px;
}
.content .hotel-details,
.content .flight-details {
  margin-top: 30px;
}
.content .hotel-details:first-child,
.content .flight-details:first-child {
  margin-top: 0;
}
.content .hotel-details .rating,
.content .flight-details .rating {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  width: 14px;
  height: 12px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/rating-star.png) left center repeat-x;
}
.content .hotel-details .rating.star-1,
.content .flight-details .rating.star-1 {
  width: 14px;
}
.content .hotel-details .rating.star-2,
.content .flight-details .rating.star-2 {
  width: 28px;
}
.content .hotel-details .rating.star-3,
.content .flight-details .rating.star-3 {
  width: 42px;
}
.content .hotel-details .rating.star-4,
.content .flight-details .rating.star-4 {
  width: 56px;
}
.content .hotel-details .rating.star-5,
.content .flight-details .rating.star-5 {
  width: 70px;
}
.content .hotel-details p,
.content .flight-details p {
  margin-bottom: 5px;
}
.content .hotel-details .header,
.content .flight-details .header {
  padding: 5px 10px;
  background: #ff3366;
  color: #ffffff;
  line-height: 12px;
}
.content .hotel-details .header.blue,
.content .flight-details .header.blue {
  background: #00cae2;
}
.content .hotel-details .header [class*="span"],
.content .flight-details .header [class*="span"] {
  min-height: 12px;
}
.content .hotel-details .description,
.content .flight-details .description {
  max-height: 87px;
}
.content .hotel-details .price-table,
.content .flight-details .price-table,
.content .hotel-details .details-table,
.content .flight-details .details-table {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
}
.content .hotel-details .price-table .option,
.content .flight-details .price-table .option,
.content .hotel-details .details-table .option,
.content .flight-details .details-table .option {
  padding: 5px 0;
  border-top: 1px solid #cccccc;
}
.content .hotel-details .price-table .option:first-child,
.content .flight-details .price-table .option:first-child,
.content .hotel-details .details-table .option:first-child,
.content .flight-details .details-table .option:first-child {
  border: 0;
}
.content .hotel-details .total-price,
.content .flight-details .total-price {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #4d4d4d;
  color: #ffffff;
  margin: 10px 0;
}
.content .hotel-details .total-price .print-icon,
.content .flight-details .total-price .print-icon,
.content .hotel-details .total-price .cart-icon,
.content .flight-details .total-price .cart-icon {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin: 5px 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.content .hotel-details .total-price h3,
.content .flight-details .total-price h3 {
  line-height: 1em;
  margin: 5px;
}
.content .hotel-details .total-price h5,
.content .flight-details .total-price h5 {
  margin: 5px 0 0 0;
}
.content .hotel-details .total-price h5 .print,
.content .flight-details .total-price h5 .print {
  color: #ffffff;
}
.content .hotel-details .total-price .button,
.content .flight-details .total-price .button {
  margin-right: -1px;
}
.content .hotel-details .tabs,
.content .flight-details .tabs {
  margin: 10px 0;
}
.content .hotel-details .tabs .tab,
.content .flight-details .tabs .tab {
  display: block;
  background: #4d4d4d;
  color: #ffffff;
  padding: 7px 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.content .hotel-details .tabs .tab:hover,
.content .flight-details .tabs .tab:hover {
  background: #cccccc;
}
.content .hotel-details .tabs .tab.selected,
.content .flight-details .tabs .tab.selected {
  background: #00cae2;
}
.content .hotel-details .tabs .tab.selected:hover,
.content .flight-details .tabs .tab.selected:hover {
  background: #49ecff;
}
.content .hotel-details .tabs .content,
.content .flight-details .tabs .content {
  padding: 10px 20px;
  font-size: 12px;
  line-height: 15px;
  background: #00cae2;
  color: #333333;
}
.content .hotel-details .summary,
.content .flight-details .summary {
  margin: 10px 0 20px 0;
  font-size: 12px;
  line-height: 15px;
}
.content .hotel-details .summary-box,
.content .flight-details .summary-box {
  padding: 10px;
  background: #e6e6e6;
  overflow: auto;
  height: 200px;
  margin-bottom: 20px;
}
.content .hotel-details .booking-confirmation,
.content .flight-details .booking-confirmation {
  font-size: 12px;
  line-height: 15px;
}
.content .hotel-details .booking-confirmation .login,
.content .flight-details .booking-confirmation .login {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.content .hotel-details .option-check,
.content .flight-details .option-check {
  margin-top: 10px;
  margin-bottom: 10px;
}
.content .pagination {
  margin: 10px 0;
}
.sidebar {
  font-size: 12px;
  line-height: 15px;
}
.section {
  margin-top: 10px;
  padding: 15px 0;
}
.section:first-child {
  margin-top: 0;
}
.test [class*="span"] {
  background: rgba(0, 0, 0, 0.2);
}
