@charset "UTF-8";

@-webkit-keyframes preload {
  0% {
    bottom: .010em;
    left: 0em;
  }
  25% {
    bottom: -0.05em;
    left: 0.05em;
  }
  75% {
    bottom: 0.07em;
    left: -0.22em;
  }
  100% {
    bottom: .010em;
    left: 0em;
  }
}
@-moz-keyframes preload {
  0% {
    bottom: .010em;
    left: 0em;
  }
  25% {
    bottom: -0.05em;
    left: 0.05em;
  }
  75% {
    bottom: 0.07em;
    left: -0.22em;
  }
  100% {
    bottom: .010em;
    left: 0em;
  }
}
@-ms-keyframes preload {
  0% {
    bottom: .010em;
    left: 0em;
  }
  25% {
    bottom: -0.05em;
    left: 0.05em;
  }
  75% {
    bottom: 0.07em;
    left: -0.22em;
  }
  100% {
    bottom: .010em;
    left: 0em;
  }
}
@keyframes preload {
  0% {
    bottom: .010em;
    left: 0em;
  }
  25% {
    bottom: -0.05em;
    left: 0.05em;
  }
  75% {
    bottom: 0.07em;
    left: -0.22em;
  }
  100% {
    bottom: .010em;
    left: 0em;
  }
}
@-webkit-keyframes turn {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes turn {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes turn {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@keyframes turn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none!important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.show-tr {
  opacity: 1!important;
  visibility: visible!important;
}
.invisible-tr {
  opacity: 0;
  visibility: hidden;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.clr-old {
  clear: both;
}
.r-mrg {
  margin: 0!important;
}
.r-pdd {
  padding: 0!important;
}
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}
.ir br {
  display: none;
}
.nocallout {
  -webkit-touch-callout: none;
}
.cur-p {
  cursor: pointer;
}
.cur-d {
  cursor: default;
}
.fl,
.list-horz > li {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.pl {
  position: relative;
}
.pa {
  position: absolute;
}
.px {
  position: fixed;
}
.ps {
  position: static;
}
.ts {
  top: 0;
}
.rs {
  right: 0;
}
.bs {
  bottom: 0;
}
.ls {
  left: 0;
}
.as {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dn {
  display: none;
}
.db,
.list-horz-di > li > a,
.list-vert > li > a,
.list-horz > li > a {
  display: block;
}
.di {
  display: inline-block;
}
.dt {
  display: table;
}
.dnim {
  display: none !important;
}
.oa {
  overflow: auto;
}
.oh {
  overflow: hidden;
}
.os {
  overflow: scroll;
}
.ov {
  overflow: visible;
}
.no-scroll {
  overflow: hidden;
  height: 100%;
  user-select: none;
  -webkit-touch-callout: none;
}
.no-scroll::-webkit-scrollbar {
  display: none;
}
.no-touch .os-y {
  overflow-y: auto;
}
.no-touch .os-x {
  overflow-x: auto;
}
.touch .os-y {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.touch .os-y-ctn {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.touch .os-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.touch .os-x-ctn {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.mw {
  min-width: 940px;
}
.ww {
  width: 940px;
}
.wd {
  width: 100%;
}
.hd {
  height: 100%;
}
.hd-h {
  height: 50%;
}
.wd-h {
  width: 50%;
}
.rbg,
.rbg:after,
.rbg:before {
  background: none!important;
}
.no-bg {
  background-image: none!important;
  background-color: none!important;
}
.red-t {
  color: #cf3232;
}
.red-b {
  background: #cf3232;
}
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.vb {
  vertical-align: bottom;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.taj {
  text-align: justify;
}
.tdn {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.ttc {
  text-transform: capitalize;
}
.ttu {
  text-transform: uppercase;
}
.ttl {
  text-transform: lowercase;
}
.lhn {
  line-height: normal;
}
.tr-all,
.ui-datepicker a:hover,
.ui-datepicker td:hover a,
.ui-datepicker .ui-datepicker-calendar td,
.btn,
.cookie-box,
#showcase .banner figure:before,
#showcase .banner figcaption,
.sl-slider .slick-arrow,
.social-icons a,
.traveller-form .coupon-code .coupon-bg .code-area btn,
.inner-group .coupon-code .coupon-bg .code-area btn,
.pack-item .pack-img .quick-bar:hover {
  -webkit-transition: All 0.4s ease-in;
  -moz-transition: All 0.4s ease-in;
  -o-transition: All 0.4s ease-in;
  -ms-transition: All 0.4s ease-in;
  transition: All 0.4s ease-in;
}
.tr-all-r {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.tr-all-cb,
#mobilemenu .submenu .sm-head a:after,
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav,
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav li {
  -webkit-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
  -moz-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
  -o-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
  -ms-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
  transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
}
.sp {
  background-image: url('/Content/Assets/images/sp.png');
  background-repeat: no-repeat;
}
.rnd,
#domesticflights .results .daypager .day-time {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.rnd-h {
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.r-rnd {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.circle-h {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.rnd-t {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.rnd-r {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
}
.rnd-b,
.int-flight .int-item .flight:last-child {
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
}
.rnd-l {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
}
.brd,
#domesticflights .results .daypager .day-time {
  border: 1px solid #808080;
}
.brd-d {
  border: 1px dashed #808080;
}
.brd-b {
  border-bottom: 1px solid #808080;
}
.border-none td {
  border: none !important;
}
.hr-dot {
  display: block;
  border-top: 1px dashed #808080;
}
.pdd {
  padding: 10px;
}
.pddt {
  margin-top: 10px;
}
.pddr {
  margin-right: 10px;
}
.pddb {
  margin-bottom: 10px;
}
.pddl {
  margin-left: 10px;
}
.mrg {
  margin: 10px;
}
.mrgt {
  margin-top: 10px;
}
.mrgr {
  margin-right: 10px;
}
.mrgb {
  margin-bottom: 10px;
}
.mrgl {
  margin-left: 10px;
}
.f50 {
  font-size: 50px!important;
}
.rotate {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-horz-di > li {
  display: inline-block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@-webkit-keyframes turn {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes turn {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes turn {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes turn {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@keyframes turn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html {
  font-size: 1em;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}
::-moz-selection {
  background: #328efe;
  text-shadow: none;
  color: #FFF;
}
::selection {
  background: #328efe;
  text-shadow: none;
  color: #FFF;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #808080;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
html.touch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html.touch {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333333%;
  }
  .col-ms-push-5 {
    left: 41.66666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333333%;
  }
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333333%;
  }
  .col-ms-pull-5 {
    right: 41.66666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333333%;
  }
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .container {
    max-width: 748px;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1170px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html,
body,
#sb-site,
.sb-site-container,
.sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}
html {
  height: 100%;
  /* Site is as tall as device. */
}
body {
  min-height: 100%;
  height: auto;
  /*position: relative;  Required for static Slidebars to function properly. */
}
/* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}
/* Web app */
html.sb-web-app,
html.sb-web-app body {
  height: 100%;
  overflow: hidden;
}
html.sb-web-app body {
  -webkit-overflow-scrolling: touch;
}
/* --------------------
 * 002 - Site Container
 */
#sb-site,
.sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
}
/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #ffffff;
  /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
}
.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
}
.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}
.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}
.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}
.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}
.sb-close {
  color: #fff;
  float: right;
  margin-right: 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.sb-close i {
  color: #ee3523;
  font-style: normal;
}
.sb-right .sb-close {
  float: left;
  margin-left: 10px;
}
/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}
.sb-width-thin {
  width: 15%;
}
.sb-width-wide {
  width: 45%;
}
@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%;
  }
  .sb-width-thin {
    width: 55%;
  }
  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }
  .sb-width-thin {
    width: 40%;
  }
  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }
  .sb-width-thin {
    width: 25%;
  }
  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }
  .sb-width-thin {
    width: 15%;
  }
  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }
  .sb-width-thin {
    width: 5%;
  }
  .sb-width-wide {
    width: 35%;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}
/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
.ui-widget-content {
  z-index: 9999;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  padding: 12px!important;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/Content/Assets/images/Fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/Content/Assets/images/Fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/Content/Assets/images/Fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/Content/Assets/images/Fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/Content/Assets/images/Fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/Content/Assets/images/Fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.fancybox-close {
  position: absolute;
  cursor: pointer;
  border-radius: 50% 50%;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  z-index: 8040;
  background-color: #cf3232;
  background-image: none !important;
}
.fancybox-close:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "\f00d";
  color: #FFF;
  line-height: 36px !important;
  font-size: 26px;
}
/*! jQuery UI - v1.11.4 - 2015-08-21
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, slider.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 99999;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-autocomplete {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
  width: 390px;
  font-size: 14px;
  margin-top: 1px;
  right: 40px!important;
  border: 1px solid #666666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.ui-autocomplete li {
  margin: 0!important;
  padding: 8px !important;
  color: #057ffa;
  border-bottom: 1px solid #fff;
}
.ui-autocomplete li:hover {
  background: #057ffa !important;
  color: #fff !important;
}
.ui-autocomplete li:nth-child(odd) {
  background: #f1f1f1;
}
.ui-autocomplete li:nth-child(even) {
  background: #fff;
}
.ui-autocomplete li:last-child {
  border-bottom: none;
}
.ui-autocomplete li .ui-state-active {
  margin: 0 !important;
}
.ui-datepicker {
  background-color: #fff;
  border: 1px solid #66AFE9;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px;
  font-size: 12px;
  z-index: 9999 !important;
}
.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #999999;
}
.ui-datepicker .ui-datepicker-header {
  text-align: center;
  margin-bottom: 4px;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  font-family: 'PrettigReizen';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}
.ui-datepicker .ui-datepicker-prev:before {
  font-family: "PrettigReizen";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f053';
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}
.ui-datepicker .ui-datepicker-next:before {
  font-family: "PrettigReizen";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f054';
}
.ui-datepicker .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  table-layout: fixed;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
  background-color: #ff9b00;
}
.ui-datepicker .ui-datepicker-current-day a {
  color: #FFF;
}
.ui-datepicker .ui-datepicker-unselectable {
  color: #cccccc;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #FFF;
  cursor: default;
}
html.mobile .hasDatepicker:focus {
  text-indent: -9999px;
}
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  padding: 0;
  height: 100%!important;
  display: block;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
#carousel.flexslider .slides > li {
  height: 46px!important;
  width: 73px!important;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 5px;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
#carousel .slides img {
  height: 46px;
  width: 73px!important;
  cursor: pointer;
  opacity: .8;
  filter: alpha(opacity=80);
}
#carousel .slides img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.mainpic #slider {
  height: 307px;
  overflow: hidden;
}
.flexslider {
  margin: 0 0 10px;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#carousel .flex-viewport {
  width: 87%;
  margin: 0 0 0 35px;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
#carousel li {
  margin-right: 6px;
}
#carousel .slides {
  margin: 6px 0;
}
.flex-direction-nav a {
  display: block;
  width: 14px;
  height: 34px;
  margin: 0;
  position: absolute;
  top: 15px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/slider-arrow.png) no-repeat;
  font-size: 0;
  transition: none !important;
}
.flex-direction-nav .flex-prev {
  left: 13px;
  background-position: left bottom;
}
.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
  background-position: right bottom;
}
.flex-direction-nav .flex-disabled {
  cursor: default;
}
.flex-direction-nav .flex-prev:hover {
  background-position: left -65px;
}
.flex-direction-nav .flex-next:hover {
  background-position: right -65px;
}
#slider .flex-direction-nav a {
  width: 24px;
  height: 60px;
  background-image: url(../images/slider-arrow.png);
  top: 38%;
}
#slider .flex-direction-nav .flex-prev {
  background-position: left top;
  left: 13px;
}
#slider .flex-direction-nav .flex-next {
  background-position: right top;
  right: 13px;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  background: #000;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
#carousel ul.slides .flex-active-slide img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-slider .s-thumbs {
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 63px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
#slider2.flexslider {
  margin-bottom: 5px !important;
}
#carousel2.flexslider,
#carousel2.flexslider .slides > li {
  height: 37px!important;
  margin-right: 5px;
}
#carousel2 .flex-direction-nav {
  display: none;
}
#carousel2.flexslider .slides > li {
  cursor: pointer;
}
#slider2 .flex-direction-nav a {
  width: 20px;
  height: 59px;
  background-image: url(../images/slider-arrow.png);
  top: 50%;
  margin-top: -24px;
}
#slider2 .flex-direction-nav .flex-prev {
  background-position: left -129px;
  left: 0;
}
#slider2 .flex-direction-nav .flex-next {
  background-position: right -129px;
  right: 0;
}
#slider2 .flex-direction-nav .flex-prev:hover {
  background-position: left -192px;
  left: 0;
}
#slider2 .flex-direction-nav .flex-next:hover {
  background-position: right -192px;
  right: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide,
.slick-slide:focus,
.slick-slide a {
  outline: none !important;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev,
.slick-next {
  z-index: 10;
  font-size: 18px;
}
.slick-prev {
  margin-top: -7px;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next:before {
  content: "\f105";
}
.slick-prev {
  left: -35px;
}
.slick-next {
  right: -35px;
  left: auto;
}
/*[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}*/
/*.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}*/
/*.slick-next
{
    right: -25px;
}*/
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
/*.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}*/
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*CUSTOM SCROLL BAR*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_outside + .mCSB_scrollTools {
  right: 5px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 9px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d5d5d5;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e2e2e2;
  border-radius: 15px 15px;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #133250;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(Theme/Vendors/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: none;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .open > .dropdown-menu {
  display: block;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  padding-left: 10px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn.bold-input {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.input-group-btn.bold-input .dropdown-toggle .filter-option {
  font-family: open_sansbold, Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  max-width: 250px;
  text-overflow: ellipsis;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.open > .dropdown-menu {
  left: auto;
  right: 0;
}
#search .btn-group {
  margin-top: 0 !important;
}
.btn-group .dropdown-toggle {
  box-shadow: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  color: initial;
}
.dropdown-menu.open input[type=text] {
  padding-left: 10px !important;
}
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
  /*margin-top: 5px;*/
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px !important;
  padding-left: 52px !important;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
  min-width: 0 !important;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdn.tursyspool.com/b2b/patterns/intphone/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdn.tursyspool.com/b2b/patterns/intphone/flags.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}
@font-face {
  font-family: "open_sanslight";
  src: url('../Fonts/open_sanslight/open_sanslight.eot');
  src: url('../Fonts/open_sanslight/open_sanslight.eot?#iefix') format('embedded-opentype'), url('../Fonts/open_sanslight/open_sanslight.woff') format('woff'), url('../Fonts/open_sanslight/open_sanslight.ttf') format('truetype'), url('../Fonts/open_sanslight/open_sanslight.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.opnl {
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "open_sansregular";
  src: url('../Fonts/open_sansregular/open_sansregular.eot');
  src: url('../Fonts/open_sansregular/open_sansregular.eot?#iefix') format('embedded-opentype'), url('../Fonts/open_sansregular/open_sansregular.woff') format('woff'), url('../Fonts/open_sansregular/open_sansregular.ttf') format('truetype'), url('../Fonts/open_sansregular/open_sansregular.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.opnr {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url('../Fonts/open_sanssemibold/open_sanssemibold.eot');
  src: url('../Fonts/open_sanssemibold/open_sanssemibold.eot?#iefix') format('embedded-opentype'), url('../Fonts/open_sanssemibold/open_sanssemibold.woff') format('woff'), url('../Fonts/open_sanssemibold/open_sanssemibold.ttf') format('truetype'), url('../Fonts/open_sanssemibold/open_sanssemibold.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.opns {
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "open_sansbold";
  src: url('../Fonts/open_sansbold/open_sansbold.eot');
  src: url('../Fonts/open_sansbold/open_sansbold.eot?#iefix') format('embedded-opentype'), url('../Fonts/open_sansbold/open_sansbold.woff') format('woff'), url('../Fonts/open_sansbold/open_sansbold.ttf') format('truetype'), url('../Fonts/open_sansbold/open_sansbold.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.opnb {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "cheddarjack";
  src: url('../Fonts/cheddarjack/cheddarjack.eot');
  src: url('../Fonts/cheddarjack/cheddarjack.eot?#iefix') format('embedded-opentype'), url('../Fonts/cheddarjack/cheddarjack.woff') format('woff'), url('../Fonts/cheddarjack/cheddarjack.ttf') format('truetype'), url('../Fonts/cheddarjack/cheddarjack.svg#cheddarjack') format('svg');
  font-weight: normal;
  font-style: normal;
}
.cdjk {
  font-family: cheddarjack, Helvetica, Arial, sans-serif;
}
.opnl {
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
}
.opnr {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
.opns {
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
}
.opnb {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.cdjk {
  font-family: cheddarjack, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "PrettigReizen";
  src: url('../Fonts/PrettigReizen/PrettigReizen.eot');
  src: url('../Fonts/PrettigReizen/PrettigReizen.eot?#iefix') format('embedded-opentype'), url('../Fonts/PrettigReizen/PrettigReizen.woff') format('woff'), url('../Fonts/PrettigReizen/PrettigReizen.ttf') format('truetype'), url('../Fonts/PrettigReizen/PrettigReizen.svg#PrettigReizen') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
[class^="icon-"],
[class*=" icon-"],
.fancybox-close:before,
.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
  font-family: "PrettigReizen";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-glass:before {
  content: "\f000";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-power-off:before {
  content: "\f011";
}
.icon-cog:before {
  content: "\f013";
}
.icon-gear:before {
  content: "\f013";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-o:before {
  content: "\f016";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-download:before {
  content: "\f019";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
.icon-rotate-right:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-list:before {
  content: "\f03a";
}
.icon-video-camera:before {
  content: "\f03d";
}
.icon-image:before {
  content: "\f03e";
}
.icon-photo:before {
  content: "\f03e";
}
.icon-picture-o:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-edit:before {
  content: "\f044";
}
.icon-pencil-square-o:before {
  content: "\f044";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before {
  content: "\f064";
}
.icon-share:before {
  content: "\f064";
}
.icon-expand:before {
  content: "\f065";
}
.icon-compress:before {
  content: "\f066";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-warning:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-gears:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
.icon-thumbs-o-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-thumb-tack:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-sign-in:before {
  content: "\f090";
}
.icon-upload:before {
  content: "\f093";
}
.icon-phone:before {
  content: "\f095";
}
.icon-bookmark-o:before {
  content: "\f097";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-feed:before {
  content: "\f09e";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-users:before {
  content: "\f0c0";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-unsorted:before {
  content: "\f0dc";
}
.icon-sort-desc:before {
  content: "\f0dd";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-asc:before {
  content: "\f0de";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-building-o:before {
  content: "\f0f7";
}
.icon-hospital-o:before {
  content: "\f0f8";
}
.icon-plus-square:before {
  content: "\f0fe";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-mail-reply:before {
  content: "\f112";
}
.icon-reply:before {
  content: "\f112";
}
.icon-folder-o:before {
  content: "\f114";
}
.icon-folder-open-o:before {
  content: "\f115";
}
.icon-smile-o:before {
  content: "\f118";
}
.icon-frown-o:before {
  content: "\f119";
}
.icon-meh-o:before {
  content: "\f11a";
}
.icon-flag-o:before {
  content: "\f11d";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-star-half-full:before {
  content: "\f123";
}
.icon-star-half-o:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-ellipsis-h:before {
  content: "\f141";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-minus-square:before {
  content: "\f146";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-pencil-square:before {
  content: "\f14b";
}
.icon-external-link-square:before {
  content: "\f14c";
}
.icon-share-square:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-caret-square-o-down:before {
  content: "\f150";
}
.icon-toggle-down:before {
  content: "\f150";
}
.icon-caret-square-o-up:before {
  content: "\f151";
}
.icon-toggle-up:before {
  content: "\f151";
}
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-toggle-right:before {
  content: "\f152";
}
.icon-eur:before {
  content: "\f153";
}
.icon-euro:before {
  content: "\f153";
}
.icon-dollar:before {
  content: "\f155";
}
.icon-usd:before {
  content: "\f155";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon-sort-numeric-asc:before {
  content: "\f162";
}
.icon-sort-numeric-desc:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-square:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-gratipay:before {
  content: "\f184";
}
.icon-stack-exchange:before {
  content: "\f18d";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon-arrow-circle-o-left:before {
  content: "\f190";
}
.icon-caret-square-o-left:before {
  content: "\f191";
}
.icon-toggle-left:before {
  content: "\f191";
}
.icon-wheelchair:before {
  content: "\f193";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-building:before {
  content: "\f1ad";
}
.icon-child:before {
  content: "\f1ae";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-automobile:before {
  content: "\f1b9";
}
.icon-car:before {
  content: "\f1b9";
}
.icon-cab:before {
  content: "\f1ba";
}
.icon-taxi:before {
  content: "\f1ba";
}
.icon-life-bouy:before {
  content: "\f1cd";
}
.icon-life-buoy:before {
  content: "\f1cd";
}
.icon-life-ring:before {
  content: "\f1cd";
}
.icon-life-saver:before {
  content: "\f1cd";
}
.icon-support:before {
  content: "\f1cd";
}
.icon-wechat:before {
  content: "\f1d7";
}
.icon-weixin:before {
  content: "\f1d7";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send:before {
  content: "\f1d8";
}
.icon-paper-plane-o:before {
  content: "\f1d9";
}
.icon-send-o:before {
  content: "\f1d9";
}
.icon-history:before {
  content: "\f1da";
}
.icon-sliders:before {
  content: "\f1de";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-tty:before {
  content: "\f1e4";
}
.icon-wifi:before {
  content: "\f1eb";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-copyright:before {
  content: "\f1f9";
}
.icon-at:before {
  content: "\f1fa";
}
.icon-bus:before {
  content: "\f207";
}
.icon-cart-plus:before {
  content: "\f217";
}
.icon-cart-arrow-down:before {
  content: "\f218";
}
.icon-ship:before {
  content: "\f21a";
}
.icon-street-view:before {
  content: "\f21d";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-user-times:before {
  content: "\f235";
}
.icon-bed:before {
  content: "\f236";
}
.icon-hotel:before {
  content: "\f236";
}
.icon-train:before {
  content: "\f238";
}
.icon-subway:before {
  content: "\f239";
}
.icon-hourglass-o:before {
  content: "\f250";
}
.icon-hourglass-1:before {
  content: "\f251";
}
.icon-hourglass-start:before {
  content: "\f251";
}
.icon-hourglass:before {
  content: "\f254";
}
.icon-registered:before {
  content: "\f25d";
}
.icon-creative-commons:before {
  content: "\f25e";
}
.icon-television:before {
  content: "\f26c";
}
.icon-tv:before {
  content: "\f26c";
}
.icon-calendar-check-o:before {
  content: "\f274";
}
.icon-map-pin:before {
  content: "\f276";
}
.icon-map-signs:before {
  content: "\f277";
}
.icon-map:before {
  content: "\f279";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-commenting-o:before {
  content: "\f27b";
}
.icon-credit-card-alt:before {
  content: "\f283";
}
.icon-wheelchair-alt:before {
  content: "\f29b";
}
.icon-question-circle-o:before {
  content: "\f29c";
}
.icon-blind:before {
  content: "\f29d";
}
.icon-volume-control-phone:before {
  content: "\f2a0";
}
.icon-envelope-open:before {
  content: "\f2b6";
}
.icon-envelope-open-o:before {
  content: "\f2b7";
}
.icon-address-book:before {
  content: "\f2b9";
}
.icon-address-book-o:before {
  content: "\f2ba";
}
.icon-address-card:before {
  content: "\f2bb";
}
.icon-vcard:before {
  content: "\f2bb";
}
.icon-address-card-o:before {
  content: "\f2bc";
}
.icon-vcard-o:before {
  content: "\f2bc";
}
.icon-user-circle:before {
  content: "\f2bd";
}
.icon-user-circle-o:before {
  content: "\f2be";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-window-maximize:before {
  content: "\f2d0";
}
#price-book .price-box {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #bfbfbf;
  height: 44px;
  line-height: 44px;
  text-align: left;
}
#price-book .price-box .tot-title {
  display: inline-block;
  text-indent: 20px;
  font-size: 16px;
  float: left;
}
#price-book .price-box .total-price {
  float: right;
  display: inline-block;
  margin-left: 10px;
  font-size: 29px;
  color: #000000;
  padding: 0 20px 0 0;
}
#price-book .btn {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
#price-book .wrap {
  position: fixed;
  bottom: 200px;
  left: 10%;
  right: 10%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 15px 0px;
}
#price-book .wrap i.icon-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #ff8a00;
  color: #FFF;
  font-size: 20px;
  padding: 7px;
  line-height: 16px;
  border-radius: 100%;
  cursor: pointer;
}
#price-book .wrap i.icon-close:hover {
  background: rgba(255, 138, 0, 0.75);
}
.new-search {
  padding-top: 7px;
}
.new-search a {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 7px;
  color: #000000;
  background-color: #e2e2e2;
}
.new-search a:hover {
  -webkit-transition: All 0.4s ease-in;
  -moz-transition: All 0.4s ease-in;
  -o-transition: All 0.4s ease-in;
  -ms-transition: All 0.4s ease-in;
  transition: All 0.4s ease-in;
}
.new-search a i {
  font-size: 18px;
  color: #1a9f4b;
}
#date-view {
  float: right;
  width: 100%;
  margin-top: 30px;
}
#date-view a {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #666;
  background-color: #FFF;
}
#date-view a:hover {
  -webkit-transition: All 0.4s ease-in;
  -moz-transition: All 0.4s ease-in;
  -o-transition: All 0.4s ease-in;
  -ms-transition: All 0.4s ease-in;
  transition: All 0.4s ease-in;
  color: #057ffa;
}
#date-view a i {
  position: relative;
  top: 1.5px;
  color: #057ffa;
}
.btn-group {
  margin-top: 20px;
}
.btn-group button {
  border: 5px solid #dddddd;
  padding: 10px;
  margin-bottom: 7px;
  background: #FFF;
  cursor: pointer;
}
.btn-group button a {
  text-decoration: none;
  color: #057ffa;
}
.btn-group button a:hover {
  color: #cf3232;
}
.int-flight {
  /*.oh;*/
}
.int-flight .int-item {
  /*.oh;*/
  width: 100%;
}
.int-flight .int-item .int-title {
  background: #ffffff;
  color: #057ffa;
  width: 100%;
  border-radius: 5px 5px 0 0;
  border: none;
}
.int-flight .int-item .int-title h5 {
  font-size: 16px;
  line-height: 32px;
  padding: 0 10px;
  display: inline-block;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.int-flight .int-item .int-title h5 strong {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  margin: 0 10px;
  font-size: 18px;
}
.int-flight .int-item .int-title h5 i {
  position: relative;
  font-size: 25px;
  top: 5px;
  right: 0;
  left: 0;
}
.int-flight .int-item .flight {
  border: 1px solid #dddddd;
  padding: 10px;
  margin-top: 2px;
  background: #f7f7f7;
  cursor: pointer;
}
.int-flight .int-item .flight .flt-pa .icon-check {
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #1a9f4b;
}
.int-flight .int-item .flight:not(.selected) .flt-pa .icon-check {
  display: none;
}
.int-flight .int-item .flight:hover {
  background: #ffffff;
  border-color: #057ffa;
  color: #153959;
}
.int-flight .int-item .flight table td {
  position: relative;
  width: 25%;
  font-size: 14px;
  line-height: 21px;
}
.int-flight .int-item .flight table td img {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.int-flight .int-item .flight table td strong {
  color: #333333;
}
.int-flight .int-item .flight table td label {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #057ffa;
}
.int-flight .int-item .flight table td i.icon-success {
  font-size: 28px;
  text-align: center;
  line-height: 28px !important;
  float: right;
  color: #f1f1f1;
}
.int-flight .int-item .flight table td .icon-seat {
  font-size: 20px;
  color: #bfbfbf;
}
.int-flight .int-item .flight table td .icon-info-2 {
  color: #057ffa;
  font-size: 16px;
}
.int-flight .int-item .flight table td .tr-info {
  position: absolute;
  cursor: pointer;
  right: 40px;
  top: 0;
}
.int-flight .int-item .flight table td .tr-info strong i.icon-info-circle {
  position: relative;
  top: 3px;
  color: #666666;
  font-size: 20px;
}
.int-flight .int-item .flight.selected {
  background: #ffffff;
  border: 2px solid #1a9f4b;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 8px;
  position: relative;
}
.int-flight .int-item .flight.selected table td {
  color: #666666;
}
.int-flight .int-item .flight.selected table td:not(.carrier-name) strong {
  color: #1a9f4b;
}
.int-flight .int-item .flight.selected .transfer-flights {
  background-color: #ebebeb;
}
.int-flight .int-item .flight.selected i.icon-success {
  color: #1a9f4b;
}
.int-flight .int-item .flight input[type=radio] {
  z-index: -1;
}
.int-flight .int-item .pre-tooltip {
  display: none;
}
.int-flight .int-item.pre-item.int-dep .int-title,
.int-flight .int-item.PRE-item.int-dep .int-title {
  background: #ff8a00 !important;
  position: relative;
}
.int-flight .int-item.pre-item.int-dep .int-title .pre-tooltip,
.int-flight .int-item.PRE-item.int-dep .int-title .pre-tooltip {
  display: block !important;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: default;
  z-index: 99;
}
.int-flight .int-item.pre-item.int-dep .int-title .pre-tooltip a,
.int-flight .int-item.PRE-item.int-dep .int-title .pre-tooltip a {
  color: #000;
  font-size: 14px;
  line-height: normal;
  padding: 3px 5px;
  margin-top: -1px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  background: #ffffff;
}
.int-flight .int-item.pre-item.int-dep .int-title .pre-tooltip a i,
.int-flight .int-item.PRE-item.int-dep .int-title .pre-tooltip a i {
  font-size: 17px;
  float: left;
  margin-right: 5px;
  color: #ff8a00;
}
.int-flight .int-item.pre-item.int-dep .int-title .pre-tooltip .pre-info,
.int-flight .int-item.PRE-item.int-dep .int-title .pre-tooltip .pre-info {
  position: absolute;
  bottom: 29px;
  right: -5px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ff8a00;
  line-height: normal;
  width: 200px;
  padding: 10px;
  display: none;
}
.int-flight .int-item.pre-item.int-dep .int-title .pre-tooltip .pre-info:after,
.int-flight .int-item.PRE-item.int-dep .int-title .pre-tooltip .pre-info:after,
.int-flight .int-item.pre-item.int-dep .int-title .pre-tooltip .pre-info:before,
.int-flight .int-item.PRE-item.int-dep .int-title .pre-tooltip .pre-info:before {
  top: 100%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.int-flight .int-item.pre-item.int-dep .int-title .pre-tooltip .pre-info:after,
.int-flight .int-item.PRE-item.int-dep .int-title .pre-tooltip .pre-info:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.int-flight .int-item.pre-item.int-dep .int-title .pre-tooltip .pre-info:before,
.int-flight .int-item.PRE-item.int-dep .int-title .pre-tooltip .pre-info:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #ff8a00;
  border-width: 10px;
  margin-left: -10px;
}
.int-flight .int-item.pre-item.int-dep .int-title .pre-tooltip .pre-info p,
.int-flight .int-item.PRE-item.int-dep .int-title .pre-tooltip .pre-info p {
  font-size: 12px;
  color: #000;
}
.int-flight .int-item.pre-item.int-dep .int-title .pre-tooltip.active .pre-info,
.int-flight .int-item.PRE-item.int-dep .int-title .pre-tooltip.active .pre-info {
  display: inline-block;
  z-index: 99;
}
.int-flight .int-item.pre-item.int-ret .int-title,
.int-flight .int-item.PRE-item.int-ret .int-title {
  color: #ff8a00 !important;
}
.int-flight .int-item #price-book {
  margin-top: 10px;
  margin-bottom: 50px;
}
.int-flight .int-item #price-book .tot-title {
  margin-right: 10px;
  font-size: 14px;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  color: #666666;
}
.int-flight .int-item #price-book .btn {
  text-decoration: none;
  width: auto !important;
}
.int-flight .int-dep {
  margin-bottom: 10px;
}
.int-flight .int-dep .int-title {
  background: #057ffa;
  color: #fff;
  border-color: #057ffa;
}
.filter-group {
  width: 100%;
}
.price-detail {
  padding: 15px;
  max-width: 900px;
}
.price-detail .mainleg {
  border: 1px solid #dddddd;
  border-left: 5px solid #1a9f4b;
  padding: 10px;
  margin-bottom: 7px;
  line-height: 20px;
}
.price-detail img {
  width: auto;
}
.price-detail .transfer {
  border: 1px solid #dddddd;
  padding: 10px;
  margin-bottom: 7px;
  background: #ebebeb;
  margin-left: 25px;
}
.price-detail hr {
  border-top: 2px solid #057ffa;
}
.price-detail h1 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  background-color: #057ffa;
  color: #FFF;
  line-height: 50px;
  height: 50px;
  text-indent: 10px;
  font-size: 27px;
  margin-bottom: 10px;
}
.price-detail h2 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #057ffa;
}
.price-detail strong {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.price-detail small {
  font-size: 13px;
}
.price-detail .price-tbl {
  width: 100% !important;
}
.price-detail .price-tbl td {
  text-align: right;
}
.price-detail .price-tbl .total-price td {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.price-detail .price-tbl .total-price td strong {
  color: #1a9f4b;
  font-size: 18px;
}
.price-detail .btn {
  text-decoration: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #666666;
  font-size: 1em;
}
a {
  text-decoration: none;
  color: #057ffa;
}
img {
  width: 100%;
}
input,
select {
  outline: none;
  border: 2px solid #bfbfbf;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 17px;
  background: #ffffff;
  background-image: url('../Images/select.png');
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 10px;
}
select::-ms-expand {
  display: none;
}
.clr {
  clear: both;
}
strong {
  font-weight: normal;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.mrgb2 {
  margin-bottom: 25px;
}
#pnlRetrieveResult {
  background-color: #ffffff;
  border-radius: 35px;
}
.pdtcustom {
  padding-top: 15px;
}
.btn {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-size: 1em;
  padding-left: 20px;
  padding-right: 20px;
  background: #ff9b00;
  border: none;
}
.btn:hover {
  background: #ff8a00;
}
.btn i {
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 40px;
  top: 0;
  color: #FFF;
}
.btn.wd {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.btn.sm {
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px !important;
}
.btn.sm i {
  height: 34px;
  line-height: 34px;
  width: 34px;
}
.btn.lt-btn {
  padding-left: 0;
}
.btn.lt-btn i {
  float: left;
  margin-right: 20px;
}
.btn.rt-btn {
  padding-right: 0;
}
.btn.rt-btn i {
  float: right;
  margin-left: 20px;
}
.btn.grey {
  background-color: #e2e2e2;
  color: #f1f1f1;
}
.btn.grey i {
  background: #d0d0d0;
}
.btn.grey:hover,
.btn.grey:focus {
  background: #d0d0d0;
}
.btn.grey:hover i,
.btn.grey:focus i {
  background: #bebebe;
}
.btn.dark {
  background-color: #057ffa;
  color: #FFF;
}
.btn.dark i {
  background: #046dd7;
}
.btn.dark:hover,
.btn.dark:focus {
  background: #046dd7;
}
.btn.red {
  background-color: #cf3232;
}
.btn.red:hover,
.btn.red:focus {
  background: #b32a2a;
}
.btn.blue {
  background-color: #057ffa;
  color: #fff !important;
}
.btn.blue:hover,
.btn.blue:focus {
  background: #046dd7;
}
.btn.green {
  background-color: #1a9f4b;
}
.btn.green:hover,
.btn.green:focus {
  background: #15803d;
}
.ghost-btn {
  border: 1px solid #057ffa;
  background: none !important;
  color: #057ffa;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  padding: 7px 10px;
  text-align: center;
  font-size: 0.9em;
  display: inline-block;
}
.ghost-btn:hover {
  background: #057ffa !important;
  color: #ffffff;
}
body {
  background: #ffffff url('/Content/Assets/images/bg.jpg') center 180px no-repeat;
  background-size: 100%;
}
.main-container .mc-content {
  background: #fff;
}
.mrgb0 {
  margin-bottom: 0 !important;
}
header {
  height: 130px;
}
header .row {
  position: relative;
}
header .logo {
  background: url('/Content/Assets/images/logo.png') no-repeat left;
  display: inline-block;
  width: 366px;
  height: 93px;
  margin: 20px auto;
}
header .auto-comp {
  width: 350px;
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: -50px;
}
header .sec-icons {
  background: url('/Content/Assets/images/header-icons.png') no-repeat left center;
  display: inline-block;
  width: 139px;
  height: 81px;
}
header nav {
  margin-top: 4.8%;
}
header nav a {
  font-size: 14px;
  float: left;
  margin-left: 28px;
  line-height: 20px;
}
header nav a i {
  font-size: 1.5em;
  float: left;
  margin-right: 5px;
}
header nav a:hover {
  color: #057ffa;
}
.scorer {
  text-align: right;
}
.scorer img {
  width: 130px;
  margin-top: 50px;
}
.trustpilot-widget {
  position: absolute !important;
  top: 18px;
  left: 40px;
  width: 235px;
}
.trustpilot-widget.mobile-widget {
  position: relative !important;
  top: -4px;
  left: 33px;
}
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
  -webkit-transition: All 0.4s ease-in;
  -moz-transition: All 0.4s ease-in;
  -o-transition: All 0.4s ease-in;
  -ms-transition: All 0.4s ease-in;
  transition: All 0.4s ease-in;
}
.popup .slick-prev:before,
.popup .slick-next:before {
  font-size: 55px;
}
.popup .popup-box {
  margin: 11% auto;
  width: 800px;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.55) 0 10px 20px;
  position: relative;
  z-index: 8;
  background: #ffffff;
  line-height: 0;
}
.popup .popup-box .popup-content {
  line-height: 0;
}
.popup .popup-box .popup-content .popup-info {
  width: 100%;
  display: block;
  background: #fff;
  clear: both;
  line-height: normal;
}
.popup .popup-box .popup-content .popup-info article {
  padding: 15px;
}
.popup .popup-box .popup-close {
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 9;
  cursor: pointer;
}
.popup .popup-box .popup-close i {
  background: #cf3232;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.popup .popup-box img {
  width: 100%;
}
.popup .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 1;
}
.slogan {
  font-size: 2.5em;
  font-family: cheddarjack, Helvetica, Arial, sans-serif;
  color: #ff8a00;
  margin-top: 64px;
}
.callcenter {
  text-align: right;
  line-height: normal;
  margin-top: 15px;
}
.callcenter strong {
  font-size: 18px;
  color: #000;
}
.callcenter small {
  font-size: 12px;
  color: #999;
}
.callcenter span {
  color: #ff8a00;
  font-size: 24px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  position: relative;
  padding-left: 25px;
}
.callcenter span i {
  color: #000;
  display: inline;
  top: 7px;
  left: 0;
  position: absolute;
}
.langs {
  margin-top: 68px;
}
.langs label {
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  float: left;
  color: #999;
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
}
.langs a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 4px;
}
.langs a.lang-nl {
  background-image: url('/Content/Assets/images/dutch.png');
}
.langs a.lang-en {
  background-image: url('/Content/Assets/images/english.png');
}
.call-us-phone {
  z-index: 1000;
  background: #ffffff;
  padding: 15px;
  display: none;
  color: #057ffa;
  font-size: 28px;
  right: 55px;
  position: absolute;
}
#navigation {
  background: #ff9b00;
  color: #fff;
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  border: 1px solid #ff8a00;
  font-size: 15px;
}
#navigation ul.nav-menu {
  position: relative;
  float: left;
  display: inline-block;
  width: 67%;
}
#navigation ul.nav-menu li {
  float: left;
  border-left: 1px solid #ff8a00;
}
#navigation ul.nav-menu li a {
  padding: 17px 13px 17px 13px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
#navigation ul.nav-menu li a i {
  font-size: 1.5em;
  float: right;
  margin-left: 10px;
  line-height: 16px;
}
#navigation ul.nav-menu li .submenu {
  display: none;
  background: #fff;
  border-top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 51px;
  z-index: 999;
  padding-top: 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 4px;
}
#navigation ul.nav-menu li .submenu li {
  border-left: none !important;
}
#navigation ul.nav-menu li .submenu .cnt-menu .sm-head a {
  width: 100%;
  color: #bfbfbf;
  padding: 10px 0;
  text-align: left;
}
#navigation ul.nav-menu li .submenu .cnt-menu .plc-menu {
  min-height: 140px;
}
#navigation ul.nav-menu li .submenu .cnt-menu ul li {
  width: 48%;
  text-align: left;
  float: left;
}
#navigation ul.nav-menu li .submenu .cnt-menu ul li:hover {
  background: none !important;
}
#navigation ul.nav-menu li .submenu .cnt-menu ul li a {
  color: #000000;
  padding: 5px 0;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 12px;
  width: 100%;
}
#navigation ul.nav-menu li .submenu .cnt-menu ul li a:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ff9b00;
  width: 5px;
  height: 5px;
  float: left;
  margin-top: 5px;
  display: inline-block;
  margin-right: 5px;
}
#navigation ul.nav-menu li.active {
  background: #ff8a00;
}
#navigation ul.nav-menu li.active > a > i {
  transform: rotate(180deg);
}
#navigation ul.nav-menu li.active > a > i.icon-bars {
  transform: rotate(0deg);
}
#navigation ul.nav-menu li.active .submenu {
  display: inline-block;
  z-index: 9999;
}
.auto-comp {
  width: 32%;
  display: inline-block;
}
.auto-comp .btn-group {
  width: 100%;
  margin: 5px 0;
}
.auto-comp .btn-group .filter-option {
  line-height: 33px;
}
.auto-comp .btn-group > .btn:first-child {
  padding-left: 10px !important;
}
.auto-comp .bs-searchbox input.form-control {
  padding: 7px 10px;
}
.auto-comp .bootstrap-select.btn-group .dropdown-menu {
  max-height: 288px !important;
}
.auto-comp .no-results {
  color: #ff8a00 !important;
}
.auto-comp button#btnSearchHotel,
.auto-comp button#btnSearchHotelMobile {
  display: none;
  width: 40px;
  height: 40px;
  background: #057ffa;
  color: #fff;
  margin: 5px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: none;
  font-size: 1.4em;
  cursor: pointer;
}
.mob-ac {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.site-menu {
  position: relative;
}
.site-menu .site-sub-menu {
  width: 132% !important;
  background: #ff9b00 !important;
  padding: 0 !important;
}
.site-menu .site-sub-menu ul li {
  width: 100%;
  border-bottom: 1px solid #ff8a00;
}
#dp-menu a,
.site-menu a {
  cursor: pointer;
}
#usps {
  padding: 15px 0;
}
#usps p {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: italic;
}
#usps p i {
  margin-left: 10px;
}
.sec-title {
  text-align: center;
  padding: 30px 0;
  font-size: 2em;
  color: #ff8a00;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.sec-title p {
  color: #666666;
  font-size: 14px;
  text-transform: none;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  width: 65%;
  text-align: center;
  line-height: 18px;
  margin: 10px auto;
}
.icon-title {
  color: #057ffa;
  position: relative;
}
.icon-title:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 44px;
  left: 0;
  height: 1px;
  border-top: 1px solid #f1f1f1;
  z-index: 2;
}
.icon-title.no-brd:before {
  border-top: none;
}
.icon-title article {
  font-size: 0.4em !important;
  color: #666666;
  line-height: normal;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: none;
  width: 55%;
  margin: 15px auto 0 auto;
}
.icon-title i {
  color: #057ffa;
  font-size: 1em;
  margin-bottom: 10px;
  padding: 0 20px;
  background: #ffffff;
  position: relative;
  z-index: 9;
}
#pagetitle {
  position: relative;
  margin-bottom: 15px;
  z-index: 9999;
}
#pagetitle .title-bar {
  background: #fff;
  padding: 10px;
}
#pagetitle h1 {
  font-size: 1.6em;
  color: #ff8a00;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.breadcrumb {
  color: #666666;
  font-size: 0.9em;
  text-align: right;
  line-height: 25px;
}
.breadcrumb a,
.breadcrumb span {
  color: #666666;
  font-size: 0.9em;
  padding: 0 5px;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb > span:last-child {
  padding-right: 0;
}
.cms-content {
  line-height: normal;
  color: #666666;
  font-size: 0.9em;
}
.cms-content h2 {
  color: #057ffa;
  font-size: 3em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cms-content h3 {
  color: #057ffa;
  font-size: 2em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cms-content p {
  margin-bottom: 15px;
}
.cms-content p,
.cms-content span,
.cms-content font {
  color: #666666;
  line-height: 22px;
}
.cms-content a {
  color: #057ffa;
  text-decoration: underline;
}
footer {
  font-size: 0.9em;
  margin-top: 30px;
}
footer label {
  font-size: 1.4em;
  margin-bottom: 20px;
  display: block;
}
footer nav ul li {
  margin-bottom: 10px;
}
footer .footer-icons {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
footer .footer-icons li {
  float: right;
  background-image: url('../Images/footer-icons.png');
  height: 35px;
  background-repeat: no-repeat;
  margin-left: 10px;
}
footer .footer-icons li:nth-child(1) {
  width: 34px;
  background-position: -267px;
}
footer .footer-icons li:nth-child(2) {
  width: 53px;
  background-position: -419px;
}
footer .footer-icons li:nth-child(3) {
  width: 53px;
  background-position: -483px;
}
footer .footer-icons li:nth-child(4) {
  width: 50px;
  background-position: -213px;
}
footer .footer-icons li:nth-child(5) {
  width: 34px;
  background-position: -166px;
}
footer .footer-icons li:nth-child(6) {
  width: 34px;
  background-position: -114px;
}
footer .footer-icons li:nth-child(7) {
  width: 50px;
  background-position: -48px;
}
footer .footer-icons li:nth-child(8) {
  width: 50px;
  background-position: -48px;
}
footer .footer-icons li:nth-child(9) {
  width: 33px;
  background-position: 0px;
}
footer .footer-icons li:nth-child(10) {
  width: 100px;
  background-position: -315px;
}
footer .footer-icons li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
footer .footer-icons li a + small {
  font-size: 11px;
  position: relative;
  top: -5px;
  left: 2px;
  color: #000;
}
.whatsapp {
  margin-top: 25px;
}
.whatsapp i {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: 50px 50px;
}
.whatsapp label {
  font-size: 1em;
  color: #fbcc13 !important;
  margin-bottom: 5px !important;
  display: inline-block !important;
}
.whatsapp span {
  font-size: 2em;
  color: #fbcc13;
}
#footer-one {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
#footer-one label {
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
#footer-one nav ul li {
  color: #666666;
  font-size: 13px;
}
#footer-one nav ul li a {
  color: #ff8a00;
  font-size: 13px;
}
#footer-one nav ul li a:hover {
  color: #057ffa;
}
.login-btn-holder .loginBtn {
  color: #f1f1f1;
}
.login-btn-holder .loginBtn:hover {
  color: #057ffa;
}
#copyright {
  text-align: left;
  background: #f1f1f1;
}
#copyright .copyright {
  padding: 28px 0;
  color: #000000;
  font-size: 0.8em;
}
#copyright .copyright a {
  color: #ff8a00;
}
.cookie-box {
  position: fixed;
  right: 50px;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 0.8em;
  padding: 20px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  width: 320px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cookie-box.hide {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: -300px;
}
.cookie-box article {
  color: #a2a2a2;
  line-height: normal;
  margin-bottom: 10px;
}
.cookie-box article a {
  color: #fff;
  text-decoration: underline;
}
.cookie-box .btn {
  margin-right: 10px;
  font-size: 14px;
  padding: 0 25px;
}
.cookie-box .link-btn {
  color: #fff;
  background: none;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  text-decoration: underline;
  padding: 0;
}
.loading-target,
.loading-target-new {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  font-size: 4em;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2000;
}
.loading-target em,
.loading-target-new em {
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  text-align: center;
  position: relative;
}
.loading-target span,
.loading-target-new span {
  display: block;
}
.loading-target.inline,
.loading-target-new.inline {
  display: inline-block !important;
}
.loading-target .fa-spinner:before,
.loading-target-new .fa-spinner:before {
  background-image: url(../Images/loading.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 0.7em;
  text-align: center;
  position: absolute;
  left: 15%;
  top: 15%;
}
.loading-target .fa-spinner:after,
.loading-target-new .fa-spinner:after {
  font-size: 14px;
  color: #057ffa;
  position: absolute;
  line-height: normal;
  width: fit-content;
  bottom: -30px;
  left: 0;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  width: 116%;
  content: "";
  display: inline-block;
}
.loading-target .lt-ctn,
.loading-target-new .lt-ctn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
}
/*fieldset {
    .loading-target, .loading-target-new {
        .pa !important;

        .lt-ctn {
            margin-top: 0 !important;
            font-size: 0.5em;
        }
    }
}*/
#mobilemenu {
  left: 0;
  top: 60px;
  right: 0;
  z-index: 999;
  color: #fff;
  background: #ff8a00;
  position: absolute;
  width: 100%;
}
#mobilemenu .langs {
  display: none;
  width: 100%;
  padding: 0 10px;
  padding-bottom: 20px;
}
#mobilemenu .langs a {
  float: left;
  border: none;
}
#mobilemenu .submenu .sm-head {
  text-indent: 32px;
}
#mobilemenu .submenu .sm-head:focus {
  outline: none;
}
#mobilemenu .submenu .sm-head a:after {
  content: "\f105";
  font-family: "PrettigReizen";
  float: right;
  color: #fff;
  text-indent: 0 !important;
}
#mobilemenu .submenu .sm-head.ui-accordion-header-active {
  border-bottom: 0;
}
#mobilemenu .submenu .sm-head.ui-accordion-header-active a:after {
  -webkit-transform: rotate(180deg);
}
.mobile-menu {
  z-index: 1000;
  background: #ffffff;
  padding: 15px;
  display: none;
  color: #ff8a00;
  font-size: 28px;
  right: 0;
  position: absolute;
}
.sb-active .mobile-menu i:before {
  content: "\f00d" !important;
}
.sb-slidebar.sb-active {
  margin-top: 102px;
}
.sb-layout {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 999;
}
.sb-active,
.mf-open {
  background: #ff8a00;
}
.sb-active .sb-layout,
.mf-open .sb-layout {
  display: inline-block !important;
}
.sb-slidebar a {
  color: #fff;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27843137);
  cursor: pointer;
  color: #FFF;
}
.sb-slidebar a:focus {
  color: #ffffff;
  background: #ff9b00;
}
.sb-slidebar a:focus i {
  color: #FFF;
}
.sb-slidebar ul {
  margin-top: 0;
}
.sb-slidebar ul li i {
  margin-right: 10px;
  color: #FFF;
  font-size: 1.3em;
}
.sb-slidebar ul li a {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  padding-left: 15px;
  padding-right: 10px;
}
.sb-slidebar ul li ul {
  margin-right: 0 !important;
}
.sb-slidebar ul li ul li a {
  border-style: dashed;
  border-color: #4ac8ff;
  color: #ffffff;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  padding-left: 47px;
}
.sb-slidebar ul li ul li a:after {
  display: none;
}
.sb-slidebar ul li ul li ul {
  margin-left: 0 !important;
}
.sb-slidebar ul li ul li ul li a {
  color: #ffffff;
  padding-left: 30px;
}
.sidebox {
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
}
.sidebox article {
  font-size: 13px;
}
.sidebox input[type=text],
.sidebox input[type=email] {
  background: none;
  border: 1px solid #ff9b00;
  font-size: 0.8em;
  color: #666666;
  padding: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-bottom: 10px;
}
.sidebox .sb-title,
.sidebox h4 {
  background: #e2e2e2;
  color: #ff9b00;
  font-size: 1.1em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 100%;
  padding: 7px 10px;
}
.sidebox .sb-title i,
.sidebox h4 i {
  color: #000;
  margin-right: 10px;
}
.sidebox .sb-content {
  padding: 10px 13px;
  font-size: 14px;
  line-height: normal;
}
.sidebox .sb-content p {
  margin-bottom: 10px;
}
.sidebox .sb-content.news-content {
  max-height: 140px;
  overflow: hidden;
}
.sidebox .fb-content {
  padding: 15px 15px;
  line-height: 18px;
}
.bootstrap-select button {
  padding: 0 0 0 37px !important;
  margin-bottom: 0 !important;
}
.bootstrap-select .filter-option {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  font-size: 13px !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.notie-transition {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notie-background-success {
  background-color: #57BF57;
}
.notie-background-warning {
  background-color: #D6A14D;
}
.notie-background-error {
  background-color: #E1715B;
}
.notie-background-info {
  background-color: #4D82D6;
}
#notie-alert-outer,
#notie-confirm-outer,
#notie-input-outer,
#notie-select-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  height: auto;
  width: 100%;
  display: none;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  #notie-alert-outer,
  #notie-confirm-outer,
  #notie-input-outer,
  #notie-select-outer {
    font-size: 18px;
  }
}
#notie-alert-inner {
  padding: 20px;
  display: table-cell;
}
#notie-alert-content {
  max-width: 900px;
  margin: 0 auto;
}
#notie-alert-text {
  color: #FFFFFF;
}
#notie-confirm-outer {
  cursor: default;
}
#notie-confirm-inner,
#notie-input-inner,
#notie-select-inner {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  display: block;
  cursor: default;
  background-color: #4D82D6;
}
#notie-confirm-text {
  color: #FFFFFF;
}
#notie-confirm-text-yes {
  color: #FFFFFF;
}
#notie-confirm-text-no {
  color: #FFFFFF;
}
#notie-confirm-yes,
#notie-confirm-no,
#notie-input-no,
#notie-input-yes {
  float: left;
  height: 50px;
  line-height: 50px;
  width: 50%;
  cursor: pointer;
  background-color: #57BF57;
}
#notie-confirm-no,
#notie-input-no {
  float: right;
  background-color: #E1715B;
}
#notie-confirm-background,
#notie-input-background,
#notie-select-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999980;
  height: 100%;
  width: 100%;
  display: none;
  background-color: #FFFFFF;
  opacity: 0;
}
/* INPUT */
#notie-input-outer {
  cursor: default;
}
#notie-input-field {
  display: block;
  box-sizing: border-box;
  height: 55px;
  width: 100%;
  text-align: center;
  outline: 0;
  border: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 24px;
}
@media (max-width: 600px) {
  #notie-input-field {
    font-size: 18px;
  }
}
#notie-input-text {
  color: #FFFFFF;
}
#notie-input-text-yes {
  color: #FFFFFF;
}
#notie-input-text-no {
  color: #FFFFFF;
}
#notie-select-outer {
  top: auto;
  bottom: 0;
  cursor: default;
}
#notie-select-text {
  color: #FFFFFF;
}
#notie-select-choices,
.notie-select-choice {
  background-color: #57BF57;
}
.notie-select-choice {
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  cursor: pointer;
}
#notie-select-cancel {
  height: 60px;
  line-height: 60px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #A0A0A0;
}
/*.notifyjs-corner {
    .pa !important
}*/
.easein3ms {
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.go-to-top {
  position: fixed;
  border-radius: 0 0 0 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 15px;
  display: none !important;
  background: #057ffa;
  text-align: center;
  line-height: 50px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  color: #ffffff;
}
.go-to-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 50% 50% 0 0;
  bottom: -1px;
}
.adding-delet-btn {
  float: left;
  padding: 10px 10px;
  background: #ff9b00;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid rgba(28, 62, 117, 0.16);
  margin-bottom: 15px;
  margin-top: 15px;
}
.adding-delet-btn i {
  padding-left: 6px;
  font-size: 14px;
}
#deleteCombination {
  background: #e0561f;
}
.theDisabled {
  cursor: no-drop;
  opacity: .6;
  background: #bfbfbf;
}
.inner-dynamicBK-search {
  background: #FFF;
}
.outer-search-bar {
  margin-bottom: 0px !important;
  display: block;
  width: 100%;
}
#package-list .inner-package-list {
  background: #FFF;
}
.inner-dynamicBK-results {
  background: #FFF;
}
.inner-dynamicBK-results .pack-item .pack-pricebox .spec-list {
  padding: 15px 15px;
}
.inner-dynamicBK-results .pack-item .pack-pricebox .pack-prc .prc label {
  line-height: 20px;
}
.inner-dynamicBK-results .pack-item .pack-usps ul li {
  padding: 15px 0;
}
.inner-dynamicBK-results .pack-item .pack-usps ul li span {
  float: right;
  font-size: 10px;
  line-height: 14px;
}
.inner-dynamicBK-results .pack-item .room-upgrade {
  margin: 15px 0;
}
.inner-dynamicBK-results .pack-item .pack-img .change-btns {
  padding-top: 45px;
}
.inner-dynamicBK-results .pack-item .pack-img .ghost-btn {
  font-size: 14px;
}
.inner-dynamicBK-results .pack-item .change-flights .flight {
  cursor: pointer;
}
.inner-dynamicBK-results .pack-item .change-flights .flight .stop i.icon-check {
  border-radius: 100%;
  padding: 3px 3px;
  float: right;
}
.inner-dynamicBK-results .pack-item .change-flights .selected {
  background: #fff;
  transform: scale(1.01);
  border: 1px solid #057ffa;
}
.inner-dynamicBK-results .pack-item .change-flights .selected .stop i.icon-check {
  color: #FFF !important;
  background: #1a9f4b;
}
.inner-dynamicBK-results .pack-item .cur-flights-title .flight .stop i {
  color: #ff8a00;
}
.inner-dynamicBK-results .pack-item .cur-flights-title .flight .stop i.icon-check {
  border-radius: 100%;
  padding: 3px 3px;
  float: right;
  color: #FFF;
  background: #057ffa;
}
.noAppear {
  display: none !important;
}
.not-found p {
  padding-top: 8px;
}
.account-page-holder {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}
.account-page-holder h5 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.account-page-holder .account-page-part {
  float: left;
  position: relative;
  padding-left: 40px;
}
.account-page-holder .account-page-part a {
  color: #ff8a00;
}
.account-page-holder .account-page-part .center-sign {
  margin-bottom: 15px;
}
.account-page-holder .account-page-part .center-sign b {
  font-size: 20px;
  font-weight: 100;
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
  line-height: 30px;
}
.account-page-holder .account-page-part .center-sign p {
  font-size: 14px;
  line-height: 20px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.account-page-holder .account-page-part .mybooking {
  padding: 25px 25px;
}
.account-page-holder .account-page-part .mybooking h4 {
  font-size: 20px;
  font-weight: 100;
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
  line-height: 30px;
  color: initial;
}
.account-page-holder .account-page-part .mybooking #btn-my-booking-detail {
  display: flex;
  width: 25%;
  justify-content: center;
}
.account-page-holder .account-page-part i.icon-user,
.account-page-holder .account-page-part i.icon-search {
  font-size: 31px;
}
.account-page-holder .account-page-part label {
  font-size: 14px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 100%;
}
.account-page-holder .account-page-part input[type=email],
.account-page-holder .account-page-part input[type=password],
.account-page-holder .account-page-part input[type=text] {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  background-color: #FFF !important;
  outline: none;
  resize: none;
  border: 1px solid #f2f2f2;
  border-bottom: 4px solid #f2f2f2;
  webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 15px;
  margin: 5px 0px;
}
.account-page-holder .account-page-part .password-reveal {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}
.account-page-holder .account-page-part .password-reveal input {
  width: 100%;
}
.account-page-holder .account-page-part .password-reveal i {
  position: absolute;
  top: 4px;
  right: 7px;
  font-size: 16px;
  z-index: 9;
  cursor: pointer;
}
.account-page-holder .account-page-part .forget-pass {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  color: #000;
  /*text-decoration: underline;*/
  line-height: 35px;
}
.account-page-holder .account-page-part .submit-area,
.account-page-holder .account-page-part .mybooking {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  float: left;
}
.account-page-holder .account-page-part .submit-area .login-submit,
.account-page-holder .account-page-part .mybooking .login-submit {
  background: #057ffa !important;
  padding: 0px 15px;
}
.account-page-holder .account-page-part .submit-area .login-submit:hover,
.account-page-holder .account-page-part .mybooking .login-submit:hover {
  background: gray !important;
}
.account-page-holder .pnr-div {
  display: inline-block;
  width: 100%;
  right: 0px;
}
.account-page-holder .pnr-div fieldset {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.account-page-holder .pnr-div fieldset span {
  padding-top: 7px;
}
.account-page-holder .pnr-div fieldset input {
  padding-right: 25px;
  height: 42px;
  width: 100%;
  display: inline-block;
}
.account-page-holder .pnr-div fieldset input:focus {
  outline: none !important;
}
.account-page-holder .pnr-div fieldset i {
  position: absolute;
  right: 9px;
  top: 14px;
  font-size: 23px;
  color: #057ffa;
}
.account-page-holder .pnr-div .tac input {
  padding: 5px 30px;
  border: none;
  font-size: 16px;
  margin-top: 5px;
}
.account-page-holder .login-register {
  display: flex;
}
.account-page-holder .login-register .forget-pass {
  margin-left: 15px;
  border: 1px solid #ff8a00;
  border-radius: 5px;
  text-align: center;
  padding: 0px 15px;
  color: #ff8a00 !important;
}
.account-wrapper {
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 20px;
}
.Forget-Password h2 {
  font-size: 20px !important;
  font-weight: 100 !important;
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
  line-height: 30px !important;
  color: initial !important;
}
.Forget-Password label {
  font-size: 18px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 100%;
  line-height: 30px;
}
.Forget-Password #btnForgetPassword {
  background: #057ffa;
  color: #FFF;
}
.Forget-Password #login-Email {
  width: 50%;
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  background-color: #FFF !important;
  outline: none;
  resize: none;
  border: 1px solid #f2f2f2;
  border-bottom: 4px solid #f2f2f2;
  webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 15px;
  margin: 5px 0px;
}
.panel-success {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
}
.panel-success h3 {
  padding-bottom: 10px;
  font-size: 26px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #000;
}
.panel-success .iti {
  width: 100%;
}
.panel-success input:not(input[type=submit],input[type=button]),
.panel-success select {
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  background-color: #FFF !important;
  outline: none;
  resize: none;
  border: 1px solid #f2f2f2;
  border-bottom: 4px solid #f2f2f2;
  webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 15px;
  margin: 5px 0px;
  height: 42px;
  width: 100%;
}
.panel-success input[type=submit] {
  background-color: #057ffa;
}
.panel-success input[type=button] {
  background-color: #057ffa;
}
.panel-success label {
  font-size: 14px;
  line-height: 20px;
}
.panel-success #btnCreate {
  margin-top: 15px;
}
.panel-success .ErrMessage {
  color: red;
  font-size: 18px;
  font-weight: 600;
}
.panel-success #recaptcha {
  padding-top: 10px;
}
.left-settings {
  display: inline-block;
  width: 100%;
}
.left-settings ul li {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  padding: 15px 15px;
}
.left-settings ul li > * {
  color: #ff8a00 !important;
}
.left-settings ul .active {
  background: #ff8a00;
}
.left-settings ul .active > * {
  color: #FFF !important;
}
.panel-success-res {
  margin-bottom: 30px;
}
.panel-success-res .inner-res {
  display: inline-block;
  width: 100%;
  padding: 10px 11px;
}
.panel-success-res .inner-res .mobile-reserv {
  display: none;
}
.panel-success-res .inner-res .mobile-reserv ul {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 18px;
}
.panel-success-res .inner-res .mobile-reserv ul li {
  float: left;
  width: 100%;
}
.panel-success-res .inner-res .desktop-reserv {
  /*            table {
                width: 100%;
                font-size: 10px;
                float: left;
                display: block;
                line-height: 20px;

                thead {
                    width: 100%;
                    display: inline-table;

                    th {
                        text-align: left;
                        width: 14.2%;
                    }
                }

                tbody {
                    width: 100%;
                    display: inline-table;

                    td {
                        text-align: left;
                        width: 14.2%;
                    }
                }
            }*/
}
.panel-success-res .inner-res .desktop-reserv .col-md-10 {
  margin-left: 10%;
  margin-bottom: 15px;
}
.panel-success-res .inner-res .desktop-reserv table,
.panel-success-res .inner-res .desktop-reserv th,
.panel-success-res .inner-res .desktop-reserv td {
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
.panel-success-res .inner-res .desktop-reserv table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 15px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #666;
}
.panel-success-res .inner-res .desktop-reserv table th {
  width: 30%;
}
.panel-success-res .inner-res .desktop-reserv table th,
.panel-success-res .inner-res .desktop-reserv table td {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}
.panel-success-res .inner-res .desktop-reserv table th .btn,
.panel-success-res .inner-res .desktop-reserv table td .btn {
  background-color: #ff8a00;
}
.mybooking-detail {
  background: #ecf6ff;
}
.mybooking-detail .basketoverview .basket-box,
.mybooking-detail .basketoverview .pnr-view-cnt .basket-box {
  background: transparent;
}
.mybooking-detail .basketoverview .basket-box h4,
.mybooking-detail .basketoverview .pnr-view-cnt .basket-box h4 {
  padding: 0px;
}
.mybooking-detail .pay-area-item {
  padding: 15px !important;
}
.mybooking-detail .basketoverview .pnr-view-cnt {
  height: auto !important;
}
.mybooking-detail .PNR-overview > * {
  background: transparent;
}
.mybooking-detail .orange {
  background: #ff8a00;
}
.login-btn-holder {
  display: flex;
  justify-content: flex-end;
}
.login-btn-holder .loginBtn {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
}
.login-btn-holder .loginBtn:hover {
  color: #fff;
  background-color: #ff9b00bd;
}
.login-btn-holder .loginBtn i {
  line-height: 30px;
  margin-right: 8px;
}
input,
textarea {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.info-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 6px;
  border-radius: 12px;
  padding: 15px;
  margin-top: 10px;
}
.info-section .voucher-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.info-section .voucher-left .icon-bookmark-o {
  /* Assuming font-size mixin */
  font-size: 32px;
  position: relative;
  color: #057ffa;
}
.info-section .voucher-price-item {
  display: flex;
  flex-direction: column;
}
.info-section .voucher-price-item span {
  color: #333333;
  /* Placeholder for text color */
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  /* Placeholder for font family */
  font-size: 12px;
  text-align: right;
  margin-bottom: 4px;
}
.info-section .voucher-price-item strong {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.info-section .voucher-price-item strong.amount {
  color: #ff9b00;
  /* Placeholder for text color */
  font-size: 18px;
}
.info-section .voucher-price-item strong.current {
  color: #ff9b00;
  /* Placeholder for text color */
  font-size: 24px;
}
.info-section .voucher-price-item strong.used {
  color: #057ffa;
  /* Placeholder for text color */
  font-size: 18px;
}
.info-section .voucher-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .info-section .voucher-item {
    margin-right: 20px;
    /* Placeholder for margin */
  }
}
.info-section .voucher-item span {
  color: #333333;
  /* Placeholder for text color */
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 4px;
}
.info-section .voucher-item strong {
  color: #666666;
  /* Placeholder for text color */
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-top: 4px;
  /* Placeholder for margin */
}
.info-section .voucher-item small {
  color: #666666;
  /* Placeholder for text color */
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-top: 4px;
  /* Placeholder for margin */
}
.voucher-footer {
  margin-top: 50px;
}
.voucher-holder {
  margin-bottom: 20px;
}
.voucher-title {
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #057ffa;
  margin-bottom: 12px;
}
.price-and-code {
  display: flex;
  justify-content: space-between;
  padding: 7px 15px;
}
.voucher-page .prc-warning {
  font-size: 14px;
  border-radius: 8px;
}
.voucher-page .prc-info {
  padding: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.voucher-page .prc-info i {
  margin-bottom: 0;
}
.voucher-invite {
  background: #F2F2F2;
  padding: 50px;
  border-radius: 8px;
  text-align: center;
}
.voucher-invite h2 {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  margin-bottom: 24px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.voucher-invite p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
.voucher-invite p a {
  color: #057ffa;
  text-decoration: underline;
}
.voucher-invite input[type=text] {
  width: 92%;
  border: 1px solid #707070;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #000;
  text-indent: 20px;
  margin: auto;
  display: block;
  margin-bottom: 15px;
  border-radius: 4px;
}
.voucher-invite button {
  background: #ff8a00;
  color: #ffffff;
  font-size: 30px;
  padding: 10px 50px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#hidden-voucher {
  padding-top: 10px;
  /* Placeholder for padding */
  padding-bottom: 40px;
  /* Placeholder for padding */
  width: 100%;
}
#hidden-voucher .inner-coupon {
  margin-top: 5px;
  /* Placeholder for margin */
}
#hidden-voucher .inner-coupon .vou-input-holder {
  position: relative;
}
#hidden-voucher .inner-coupon .vou-input-holder i {
  position: absolute;
  right: 20px;
  /* Placeholder for right position */
  top: 20px;
  /* Placeholder for top position */
  transition: all 0.3s ease;
}
#hidden-voucher .inner-coupon .vou-input-holder input {
  cursor: pointer;
  background-color: #fff;
}
#hidden-voucher .inner-coupon .vou-input-holder input.active + i {
  transform: rotate(180deg);
}
#hidden-voucher .inner-coupon .vou-input-holder .voucher-list-holder {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
}
#hidden-voucher .inner-coupon .vou-input-holder .voucher-list-holder p {
  padding: 10px 20px;
  /* Placeholder for padding */
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  /* Placeholder for font family */
  font-size: 12px;
  border-bottom: 1px solid #E6E7E9;
  margin: 0;
}
#hidden-voucher .inner-coupon .vou-input-holder .voucher-list-holder ul {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}
#hidden-voucher .inner-coupon .vou-input-holder .voucher-list-holder ul li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #E6E7E9;
  cursor: pointer;
}
#hidden-voucher .inner-coupon .vou-input-holder .voucher-list-holder ul li.disabled {
  opacity: .4;
  cursor: no-drop;
}
#hidden-voucher .inner-coupon .vou-input-holder .voucher-list-holder ul li:last-child {
  border: none;
}
#hidden-voucher .inner-coupon .vou-input-holder .voucher-list-holder ul li div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
#hidden-voucher .inner-coupon .vou-input-holder .voucher-list-holder ul li div span {
  font-size: 12px;
  color: #444444;
  /* Placeholder for text color */
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  /* Placeholder for font family */
}
#hidden-voucher .inner-coupon .vou-input-holder .voucher-list-holder ul li div strong {
  font-size: 16px;
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  /* Placeholder for font family */
}
#hidden-voucher .inner-coupon .vou-input-holder .voucher-list-holder ul li div b {
  font-size: 12px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  /* Placeholder for font family */
}
#hidden-voucher .inner-coupon .coupon-valid {
  font-size: 12px;
}
#hidden-voucher .coup-btn-holder .btn {
  width: max-content;
}
#hidden-voucher .after-succes-voucher {
  background: #fff;
  padding: 15px;
}
#hidden-voucher .after-succes-voucher .app-voucher-title {
  padding-bottom: 20px;
  /* Placeholder for padding */
  display: flex;
  align-items: center;
  gap: 10px;
  /* Placeholder for gap */
}
#hidden-voucher .after-succes-voucher .app-voucher-title strong {
  font-size: 16px;
}
#hidden-voucher .after-succes-voucher .app-voucher-title span {
  font-size: 16px;
  color: #333333;
  /* Placeholder for text color */
}
#hidden-voucher .after-succes-voucher .app-voucher-body {
  border-bottom: 1px solid #E6E7E9;
  border-top: 1px solid #E6E7E9;
  padding: 20px 0;
  /* Placeholder for padding */
  display: flex;
  justify-content: space-between;
}
#hidden-voucher .after-succes-voucher .app-voucher-body .voucher-details {
  flex: 0 0 80%;
}
#hidden-voucher .after-succes-voucher .app-voucher-body .voucher-details ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Placeholder for gap */
}
#hidden-voucher .after-succes-voucher .app-voucher-body .voucher-details ul li {
  display: flex;
  justify-content: space-between;
}
#hidden-voucher .after-succes-voucher .app-voucher-body .voucher-details ul li span {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
#hidden-voucher .after-succes-voucher .app-voucher-body .voucher-details ul li strong {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
#hidden-voucher .after-succes-voucher .app-voucher-body .voucher-details ul li strong.under-zero {
  color: #D51317;
  /* Placeholder for text color */
}
#hidden-voucher .after-succes-voucher .voucher-footer {
  padding-top: 20px;
  /* Placeholder for padding */
}
#hidden-voucher .after-succes-voucher .voucher-footer p {
  font-size: 12px;
  color: #333333;
  /* Placeholder for text color */
  margin-bottom: 37px;
  /* Placeholder for margin */
}
#hidden-voucher .after-succes-voucher .voucher-footer strong {
  font-size: 16px;
  display: flex;
  gap: 10px;
  /* Placeholder for gap */
  align-items: center;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
#hidden-voucher .after-succes-voucher .voucher-footer strong.success-voucher {
  color: #00FF00;
  /* Placeholder for text color */
}
.alert {
  color: red;
}
.form-box .p-3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
#showcase {
  display: none;
}
#showcase .banner {
  float: left;
  position: relative;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 0;
  font-size: 1.7vw;
  background: #e2e2e2;
  overflow: hidden;
}
#showcase .banner a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
#showcase .banner a img {
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
#showcase .banner figure {
  overflow: hidden;
}
#showcase .banner figure:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}
#showcase .banner figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.1em;
  color: #fff;
  z-index: 2;
  width: 100%;
  padding-left: .8em;
  padding-bottom: 0.5em;
  background: rbga(0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
#showcase .banner figcaption .banner-title {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#showcase .banner figcaption .banner-price {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 2vw;
}
#showcase .banner figcaption .banner-price small {
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
  font-size: 0.8vw;
  line-height: 0.8vw;
  text-align: left !important;
  display: inline-block;
  margin-left: 5px;
}
#showcase .banner:nth-child(1) {
  width: 50%;
  font-size: 2.4vw;
}
#showcase .banner:nth-child(1) figcaption {
  right: 0;
  left: auto;
  text-align: right;
  padding-left: 0;
  padding-right: .8em;
  line-height: 0.85em;
}
#showcase .banner:nth-child(2),
#showcase .banner:nth-child(3) {
  width: 16.77%;
}
#showcase .banner:nth-child(4) {
  width: 33.54%;
  font-size: 2.4vw;
}
#showcase .banner:nth-child(4) figcaption {
  line-height: 0.85em;
}
#showcase .banner:nth-child(5) {
  width: 16.6%;
  border-right: none;
  border-left: 1px solid #fff;
  position: absolute;
  right: 0;
  z-index: 3;
}
#showcase .banner:nth-child(5) figcaption {
  right: 0;
  left: auto;
  text-align: right;
  padding-left: 0;
  padding-right: .8em;
  padding-bottom: .7em;
}
#showcase .banner:hover figure,
#showcase .banner:focus figure {
  position: relative;
}
#showcase .banner:hover figure:before,
#showcase .banner:focus figure:before {
  background: rgba(255, 255, 255, 0.2);
}
#showcase .banner:hover a img,
#showcase .banner:focus a img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}
.src-title {
  display: none;
}
.main-search {
  background: #fff;
  padding: 0 0 !important;
}
.main-search .src-title {
  display: inline-block;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  line-height: 42px;
  margin-left: 20px;
}
.main-search .src-title i {
  color: #ff8a00;
}
.main-search .ms-head {
  background: #f1f1f1;
}
.main-search #tabs-container .tabs-menu li a {
  background: rgba(255, 255, 255, 0.7);
}
#search-bar {
  margin-bottom: 30px;
}
#search:not(.dyna-search),
#new-search {
  position: relative;
  display: inline-block;
  width: 100%;
}
#tabs-container,
#new-search {
  /*border-bottom: 1px solid @btnGray;*/
  /*padding-bottom: 30px;*/
  /*#tab-1 {
                display: block;
            }*/
}
#tabs-container .tabs-menu,
#new-search .tabs-menu,
#tabs-container .top-tabs,
#new-search .top-tabs,
#tabs-container .tabs-menu-quick,
#new-search .tabs-menu-quick {
  clear: both;
  display: inline-block;
  width: 100%;
}
#tabs-container .tabs-menu li,
#new-search .tabs-menu li,
#tabs-container .top-tabs li,
#new-search .top-tabs li,
#tabs-container .tabs-menu-quick li,
#new-search .tabs-menu-quick li {
  text-align: center;
  float: left;
}
#tabs-container .tabs-menu li a,
#new-search .tabs-menu li a,
#tabs-container .top-tabs li a,
#new-search .top-tabs li a,
#tabs-container .tabs-menu-quick li a,
#new-search .tabs-menu-quick li a {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #000;
  text-decoration: none;
  font-size: 1em;
  background: #f1f1f1;
  padding: 0 15px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
#tabs-container .tabs-menu li a i,
#new-search .tabs-menu li a i,
#tabs-container .top-tabs li a i,
#new-search .top-tabs li a i,
#tabs-container .tabs-menu-quick li a i,
#new-search .tabs-menu-quick li a i {
  float: left;
  margin-right: 10px;
  color: #057ffa;
  line-height: 42px;
}
#tabs-container .tabs-menu li.current,
#new-search .tabs-menu li.current,
#tabs-container .top-tabs li.current,
#new-search .top-tabs li.current,
#tabs-container .tabs-menu-quick li.current,
#new-search .tabs-menu-quick li.current,
#tabs-container .tabs-menu li:focus,
#new-search .tabs-menu li:focus,
#tabs-container .top-tabs li:focus,
#new-search .top-tabs li:focus,
#tabs-container .tabs-menu-quick li:focus,
#new-search .tabs-menu-quick li:focus {
  position: relative;
  z-index: 5;
  color: #ff8a00;
  border-bottom: none;
  top: 0px;
}
#tabs-container .tabs-menu li.current a,
#new-search .tabs-menu li.current a,
#tabs-container .top-tabs li.current a,
#new-search .top-tabs li.current a,
#tabs-container .tabs-menu-quick li.current a,
#new-search .tabs-menu-quick li.current a,
#tabs-container .tabs-menu li:focus a,
#new-search .tabs-menu li:focus a,
#tabs-container .top-tabs li:focus a,
#new-search .top-tabs li:focus a,
#tabs-container .tabs-menu-quick li:focus a,
#new-search .tabs-menu-quick li:focus a {
  color: #ff8a00;
  background: #fff;
}
#tabs-container .tabs-menu li.current a i,
#new-search .tabs-menu li.current a i,
#tabs-container .top-tabs li.current a i,
#new-search .top-tabs li.current a i,
#tabs-container .tabs-menu-quick li.current a i,
#new-search .tabs-menu-quick li.current a i,
#tabs-container .tabs-menu li:focus a i,
#new-search .tabs-menu li:focus a i,
#tabs-container .top-tabs li:focus a i,
#new-search .top-tabs li:focus a i,
#tabs-container .tabs-menu-quick li:focus a i,
#new-search .tabs-menu-quick li:focus a i {
  color: #ff8a00;
}
#tabs-container .tab,
#new-search .tab,
#tabs-container .tt-content,
#new-search .tt-content {
  margin: 25px 0;
  width: 100%;
}
#tabs-container .tab fieldset,
#new-search .tab fieldset,
#tabs-container .tt-content fieldset,
#new-search .tt-content fieldset {
  float: left;
  position: relative;
  width: 100%;
}
#tabs-container .tab fieldset i,
#new-search .tab fieldset i,
#tabs-container .tt-content fieldset i,
#new-search .tt-content fieldset i {
  position: absolute;
  left: 10px;
  top: 30px;
  bottom: auto !important;
  z-index: 9;
  color: #057ffa;
  font-size: 1.2em;
}
#tabs-container .tab fieldset i.icon-calendar,
#new-search .tab fieldset i.icon-calendar,
#tabs-container .tt-content fieldset i.icon-calendar,
#new-search .tt-content fieldset i.icon-calendar {
  top: auto;
  bottom: 10px !important;
  pointer-events: none;
}
#tabs-container .tab fieldset input[type=text],
#new-search .tab fieldset input[type=text],
#tabs-container .tt-content fieldset input[type=text],
#new-search .tt-content fieldset input[type=text],
#tabs-container .tab fieldset select,
#new-search .tab fieldset select,
#tabs-container .tt-content fieldset select,
#new-search .tt-content fieldset select,
#tabs-container .tab fieldset .btn-group button,
#new-search .tab fieldset .btn-group button,
#tabs-container .tt-content fieldset .btn-group button,
#new-search .tt-content fieldset .btn-group button {
  padding: 9px 12px;
  border: 2px solid #bfbfbf;
  width: 100%;
  padding-left: 37px;
  border-radius: 1px 1px !important;
}
#tabs-container .tab fieldset input[type=text]:disabled,
#new-search .tab fieldset input[type=text]:disabled,
#tabs-container .tt-content fieldset input[type=text]:disabled,
#new-search .tt-content fieldset input[type=text]:disabled,
#tabs-container .tab fieldset select:disabled,
#new-search .tab fieldset select:disabled,
#tabs-container .tt-content fieldset select:disabled,
#new-search .tt-content fieldset select:disabled,
#tabs-container .tab fieldset .btn-group button:disabled,
#new-search .tab fieldset .btn-group button:disabled,
#tabs-container .tt-content fieldset .btn-group button:disabled,
#new-search .tt-content fieldset .btn-group button:disabled {
  cursor: no-drop;
  opacity: 0.6;
  background: #bfbfbf;
}
#tabs-container .tab fieldset .btn-group button,
#new-search .tab fieldset .btn-group button,
#tabs-container .tt-content fieldset .btn-group button,
#new-search .tt-content fieldset .btn-group button {
  height: 37px;
  line-height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 17px;
  background: #ffffff;
  background-image: url('../Images/select.png');
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 10px;
}
#tabs-container .tab fieldset select,
#new-search .tab fieldset select,
#tabs-container .tt-content fieldset select,
#new-search .tt-content fieldset select {
  padding-top: 8px;
  padding-bottom: 8px;
}
#tabs-container .tab fieldset.fi-chk,
#new-search .tab fieldset.fi-chk,
#tabs-container .tt-content fieldset.fi-chk,
#new-search .tt-content fieldset.fi-chk {
  padding-top: 10px;
}
#tabs-container .tab span.label,
#new-search .tab span.label,
#tabs-container .tt-content span.label,
#new-search .tt-content span.label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
#tabs-container .tab-content,
#new-search .tab-content {
  width: 100%;
  height: auto;
}
#tabs-container .tab-content h6 strong,
#new-search .tab-content h6 strong {
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
  color: #ff8a00;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-style: italic;
}
#tabs-container fieldset,
#new-search fieldset {
  float: left;
  position: relative;
  width: 100%;
}
#tabs-container fieldset i,
#new-search fieldset i {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 9;
  color: #057ffa;
  font-size: 1.2em;
}
#tabs-container fieldset input[type=text],
#new-search fieldset input[type=text],
#tabs-container fieldset select,
#new-search fieldset select {
  padding: 9px 12px;
  width: 100%;
  border: none;
  padding-left: 37px;
  border: 2px solid #bfbfbf;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 37px;
  border-radius: 3px 3px !important;
}
#tabs-container fieldset input[type=text].adults,
#new-search fieldset input[type=text].adults,
#tabs-container fieldset select.adults,
#new-search fieldset select.adults,
#tabs-container fieldset input[type=text].adults2,
#new-search fieldset input[type=text].adults2,
#tabs-container fieldset select.adults2,
#new-search fieldset select.adults2,
#tabs-container fieldset input[type=text] adults3,
#new-search fieldset input[type=text] adults3,
#tabs-container fieldset select adults3,
#new-search fieldset select adults3 {
  padding-left: 12px;
}
#tabs-container fieldset select,
#new-search fieldset select {
  padding-top: 8px;
  padding-bottom: 8px;
}
#tabs-container span.label,
#new-search span.label {
  display: inline-block;
  margin-bottom: 5px;
  color: #000;
}
#tabs-container span.label strong,
#new-search span.label strong {
  font-size: 1.5em;
}
.home-search .form-content .form-item {
  margin-bottom: 10px !important;
}
.home-search .tab {
  margin: 11px 0 !important;
}
.home-title {
  padding: 15px 0 !important;
  font-size: 1.5em !important;
}
.home-title p {
  margin: 0 auto !important;
}
.home-plcs {
  padding: 15px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.home-plcs .cnt-name {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: normal;
  padding: 0 10px;
  border-left: 1px solid #e2e2e2;
}
.home-plcs .cnt-name a {
  color: #666666;
}
.home-plcs .cnt-name a:hover {
  color: #ff8a00;
}
.home-plcs .cnt-name:first-child {
  border-left: none;
  padding-left: 0 !important;
}
.home-plcs .plc-name {
  display: inline-block;
}
.home-plcs .plc-name a {
  padding: 0;
  margin-right: 5px;
  color: #057ffa;
  line-height: normal;
  display: inline-block;
  text-transform: lowercase;
}
.home-plcs .plc-name a:hover {
  color: #ff8a00;
}
.home-plcs .plc-name a:first-letter {
  text-transform: uppercase;
}
.home-plcs .plc-name a:after {
  content: ",";
  color: #666666 !important;
}
.home-plcs .plc-name a:last-child:after {
  content: "";
}
.form-content .pass-count-note {
  color: #f23939;
  font-size: 17px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  position: relative;
  top: -20px;
}
.form-content #roomCombination .form-item {
  margin-bottom: 10px;
}
.form-content .form-item {
  margin-bottom: 30px;
  /*  .loading-target, .loading-target-new {
            .fa-spinner {
                &:after {
                    width: 300%;
                    bottom: -30px;
                    left: -100%;
                }
            }
        }*/
}
.form-content .form-item span {
  font-size: 0.84em;
  color: #000;
}
.form-content .form-item .filter-option {
  height: 35px;
  line-height: 35px;
}
.form-content .form-item .filter-option > span {
  font-size: 14px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.hs-bar .size3 {
  width: 16.75%;
}
/* .squaredFour */
.squaredFour {
  position: relative;
  font-size: .9em;
  width: auto !important;
  float: left;
  margin-right: 20px;
}
.squaredFour label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #057ffa;
  color: #FFF;
}
.squaredFour label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.squaredFour label:hover::after {
  opacity: 0.5;
}
.squaredFour input[type=radio] {
  visibility: hidden;
}
.squaredFour input[type=radio]:checked + label:after {
  opacity: 1;
}
/* end .squaredFour */
.airport {
  width: 100%;
  /*   .loading-target, .loading-target-new {
        .pa;
        right: 15px;
        top: -2px;

        .icon-spinner {
            font-size: 17px;
            color: @Blue;
        }

        em {
            &:after {
            }
        }
    }*/
}
.airport input {
  width: 100%;
}
#directFlexi {
  margin: 10px 0;
}
#directFlexi .direct-flights img,
#directFlexi .flexiFlight img {
  margin-right: 8px;
  vertical-align: middle;
}
.flight-date div {
  position: relative;
}
.flight-date #deptdt {
  position: absolute;
  height: 55px;
  width: 160px;
  z-index: 11;
  opacity: 0;
}
.flight-date #deptDate1,
.flight-date #returnDate1 {
  position: relative;
}
.flight-date .fromtottdiv {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
}
.flight-date .fromtottdiv strong {
  float: left;
  font-size: 13px;
  font-weight: 400;
}
.flight-date .fromtottdiv i {
  font-size: 20px;
  color: #057ffa;
}
.flight-date #rtndt {
  position: absolute;
  top: 0px;
  left: 161px !important;
  z-index: 11;
  height: 55px;
  width: 157px;
  opacity: 0;
}
.airline,
.cabin-cls {
  position: relative;
  float: left;
  width: 240px;
  height: 20px;
  margin: 5px 0;
}
.airline .airline-bg,
.cabin-cls .airline-bg,
.airline .cabin-cls-bg,
.cabin-cls .cabin-cls-bg {
  background: #f6f6f6 url('/Content/Assets/images/airline-bg2.jpg') no-repeat right;
  width: 250px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 13px;
  line-height: 22px;
  padding-left: 7px;
}
select.airline-sec {
  position: relative;
  width: 260px;
  height: 20px;
  opacity: 0;
  z-index: 10;
}
#search-button .btn,
.search-button .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
}
.main-search {
  border-bottom: 1px solid #bfbfbf;
}
.main-search .tabs-menu {
  float: right;
  width: auto !important;
}
#rightslider {
  line-height: 0;
  position: relative;
  margin-bottom: 0 !important;
}
#rightslider .extra-info {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
  background: #0e9e14;
  padding: 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 14px;
  display: inline-block;
  z-index: 9;
  box-shadow: #01640e 0 3px 0;
}
#rightslider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 70px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
#rightslider .slick-dots li {
  margin: 0 0;
  line-height: 70px;
}
#rightslider .slick-dots li button {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
#rightslider .slick-dots li button:before {
  display: none;
}
#rightslider .slick-dots li.slick-active button {
  background: #057ffa !important;
}
.item-box {
  line-height: 0;
  margin-bottom: 30px;
}
.item-box figure {
  overflow: hidden;
  position: relative;
  max-height: 232px;
}
.item-box figcaption {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: normal;
  padding: 0.9em;
  padding-bottom: 0;
  background: rbga(0, 0);
  z-index: 9;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.item-box figcaption .item-info {
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  width: 60%;
  display: inline-block;
  line-height: 34px;
}
.item-box figcaption .item-info small {
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
  font-size: 0.37em;
  line-height: 14px;
  display: block;
}
.item-box .ib-prc {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  z-index: 99;
}
.item-box .ib-prc i {
  background: #ff9b00;
  text-align: center;
  width: 47px;
  height: 47px;
  line-height: 47px;
  display: inline-block;
  float: right;
  margin-left: 10px;
}
.item-box .item-price {
  font-size: 2em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  text-align: right;
  display: block;
  line-height: 47px;
}
.item-box .item-price small {
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
  font-size: 0.5em;
  margin-right: -5px;
}
.item-box .item-price span {
  float: right;
  text-shadow: rgba(0, 0, 0, 0.23) 0 2px 4px;
  line-height: 41px;
}
.item-box .item-price i {
  font-size: 0.75em;
  text-shadow: none;
}
.item-box .item-price.ip-pack {
  bottom: 80px !important;
}
.item-box .item-price.ip-pack i {
  background: #ff8a00;
}
.item-box img {
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.item-box:hover img,
.item-box:focus img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}
.item-box i.icon-hotelbed {
  font-size: 1em !important;
}
.item-box .ib-info {
  padding: 15px;
  font-size: 13px;
  color: #666666;
  line-height: normal;
  display: block;
  border: 2px solid #bfbfbf;
  border-top: none;
  height: 75px;
  position: relative;
}
.item-box .ib-info .stars {
  color: #ff8a00;
}
.item-box .ib-info label {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #057ffa;
  text-align: right;
  line-height: 20px;
  font-size: 1em;
  width: 40%;
}
.ib-banner {
  height: 352px;
}
.ib-banner img {
  height: 100%;
  display: block;
}
.salelist {
  position: relative;
  display: inline-block;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
.salelist > a {
  display: inline-block;
}
.salelist img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.salelist figcaption {
  position: absolute;
  color: #fff;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  width: 100%;
  text-align: center;
  top: 43%;
  bottom: 50%;
  left: 0;
  right: 0;
  line-height: normal;
  z-index: 99;
}
.salelist figcaption .sl-title {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px 20px;
  font-size: 2vw;
  display: inline-block;
}
.salelist:hover img,
.salelist:focus img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}
.sl-slider .slick-arrow {
  position: absolute;
  top: 100px;
  font-size: 90px;
  cursor: pointer;
  color: #bfbfbf;
}
.sl-slider .slick-arrow:hover {
  color: #057ffa;
}
.sl-slider .slick-arrow.icon-angle-left {
  left: -50px;
}
.sl-slider .slick-arrow.icon-angle-right {
  right: -50px;
}
.slo-list li {
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
}
.slo-list li a {
  padding: 15px 0;
  width: 100%;
  display: inline-block;
  color: #666666;
  position: relative;
}
.slo-list li a strong {
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 1em;
}
.slo-list li a:hover strong {
  color: #057ffa;
}
.slo-list li a small {
  font-size: 0.75em;
}
.slo-list li a em {
  color: #057ffa;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  position: absolute;
  right: 0;
}
.slo-list li a em small {
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
}
.slo-list li:last-child {
  border: none;
}
.rs-img {
  position: relative;
}
.rs-hotelinfo {
  position: absolute;
  bottom: 50px;
  left: 15px;
  z-index: 999;
  color: #fff;
  display: inline-block;
  line-height: normal;
  text-shadow: rgba(0, 0, 0, 0.5) 0 2px 3px;
}
.rs-hotelimg img {
  height: 100%;
  width: 110%;
}
#footerboxes {
  padding: 40px 0;
}
#footerboxes input[type=text],
#footerboxes input[type=email] {
  background: none;
  border: 1px solid #ff9b00;
  font-size: 0.8em;
  color: #666666;
  padding: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-bottom: 10px;
}
.footer-box {
  border: 1px solid #e2e2e2;
  padding: 15px;
  margin-bottom: 10px;
  display: block;
}
.footer-box h4 {
  font-size: 18px;
  color: #ff9b00;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.footer-box h4 i {
  color: #000;
  margin-right: 5px;
}
.footer-box article {
  line-height: normal;
  font-size: 13px;
}
.footer-box article a {
  text-decoration: underline;
}
.why-box {
  height: 333px;
  line-height: 21px;
  overflow: hidden;
}
.why-box .fb-content article {
  height: 270px;
}
.social-icons {
  background: #e2e2e2;
  margin-top: 10px;
  height: 135px;
  font-size: 13px;
}
.social-icons a {
  margin-right: 4px;
  margin-top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #bfbfbf;
  color: #fff;
  display: inline-block;
}
.social-icons a i {
  font-size: 18px;
  line-height: 34px;
}
.social-icons a:nth-child(1) {
  background-color: #2362a2;
}
.social-icons a:nth-child(1):hover {
  background-color: #153c63;
}
.social-icons a:nth-child(2) {
  background-color: #22ddee;
}
.social-icons a:nth-child(2):hover {
  background-color: #0ea8b6;
}
.social-icons a:nth-child(3) {
  background-color: #ea173a;
}
.social-icons a:nth-child(3):hover {
  background-color: #a60f28;
}
.social-icons a:nth-child(4) {
  background-color: #f4511e;
}
.social-icons a:nth-child(4):hover {
  background-color: #bc3409;
}
.news-box {
  height: 182px;
  overflow: hidden;
}
.news-box .mCSB_outside + .mCSB_scrollTools {
  right: -12px;
}
.news-box p {
  margin-bottom: 10px;
}
.news-slider {
  position: relative;
  max-height: 138px;
}
.news-slider .slick-arrow {
  font-size: 16px;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
}
.news-slider .slick-arrow:hover {
  color: #ff8a00;
}
.news-slider .slick-arrow.icon-chevron-left {
  right: 20px;
}
.news-item {
  overflow: hidden;
}
.news-item a {
  color: #057ffa;
}
.newsletter-box h4 {
  margin-bottom: 10px !important;
}
.newsletter-box .newsletter fieldset {
  background: #ffffff;
  position: relative;
}
.red-slider {
  margin-bottom: 60px;
  position: relative;
  padding: 22px 27px 0px 27px;
  border-radius: 24px;
  border: solid 1px #ff9b00;
  background-color: #fff1e1;
}
.red-slider .icon-angle-left,
.red-slider .icon-angle-right {
  position: absolute;
  font-size: 60px;
  color: #ff8a00;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
}
.red-slider .icon-angle-left {
  left: -40px;
}
.red-slider .icon-angle-right {
  right: -40px;
}
.red-slider .slick-list::before {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #cf3232;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  z-index: 8;
}
.red-slider .slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  text-align: center;
}
.red-slider .slick-dots li {
  margin: 0 0;
}
.red-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border: 1px solid #ff9b00;
}
.red-slider .slick-dots li button:before {
  display: none;
}
.red-slider .slick-dots li.slick-active button {
  background: #ff9b00 !important;
}
.red-slider .deal-discount {
  color: #303030;
}
.red-slider .deal-discount .each-price {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-right: 20px;
}
.red-slider .deal-discount .each-price.before strong {
  position: relative;
}
.red-slider .deal-discount .each-price.before strong:before {
  content: "";
  height: 5px;
  display: block;
  width: 100%;
  background: #cf3232;
  transform: rotate(-24deg);
  bottom: 22px;
  left: 7px;
  position: absolute;
}
.red-slider .deal-discount .each-price span {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
}
.red-slider .deal-discount .each-price strong {
  font-size: 48px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.red-slider .deal-discount .each-price strong small {
  font-size: 16px;
}
.red-slider .countdown {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  background-image: linear-gradient(82deg, #ff8a00 11%, #ac3b8a 31%, #62a0cf 50%, #d139ae 70%, #7200e5 97%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-fill-color: transparent;
  align-items: flex-start;
}
.red-slider .countdown i {
  font-size: 42px;
  display: flex;
  align-self: center;
  margin-right: 10px;
}
.red-slider .countdown span {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.red-slider .countdown span small {
  font-size: 16px;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
}
.red-slider .item-box {
  margin-bottom: 0px;
}
.red-slider .item-box figure {
  max-height: 487px;
}
.red-slider .item-box .item-name {
  background: #cf3232;
  min-width: 40%;
}
.red-slider .image-side {
  flex: 0 0 50%;
  max-width: 50%;
}
.red-slider .detail-side {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px 35px 40px 35px;
  position: relative;
}
.red-slider .detail-side .deal-hotel-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 25px;
}
.red-slider .detail-side .deal-hotel-name strong,
.red-slider .detail-side .deal-hotel-name small {
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.red-slider .detail-side .deal-hotel-name .hotdeal-info-area {
  font-size: 14px;
  color: #666666;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
.red-slider .detail-side .deal-hotel-name span {
  font-size: 26px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #191919;
}
.red-slider .detail-side .deal-hotel-name .stars {
  color: #ff8a00;
  display: flex;
  font-size: 20px;
}
.red-slider .detail-side ul {
  margin-bottom: 65px;
}
.red-slider .detail-side ul li {
  color: #666666;
  font-size: 15px;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
.red-slider .detail-side ul li strong {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  width: 44%;
  display: inline-flex;
}
/*[data-static-package-search-filter-continer] {
    .loading-target, .loading-target-new {
        .pa !important;

        .lt-ctn {
            margin-top: 4%;
        }
    }
}*/
/*#search, #hs {
    .loading-target, .loading-target-new {
        .pa !important;

        .lt-ctn {
            margin-top: 12%;
        }
    }
}*/
.v3-content h1,
.v3-content h2,
.v3-content h3,
.v3-content h4 {
  display: block;
  font-size: 30px;
  color: #057ffa;
  padding: 10px 0 20px 0;
}
.v3-content .content {
  width: 100%;
  background: #FFF;
  height: auto;
  padding: 20px;
}
.v3-content .content p {
  font-size: 14px;
  color: #d8d8d8;
  line-height: 22px;
  font-weight: normal;
  margin: 14px 0;
}
.v3-content .content p strong {
  display: inline-block;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 8px;
  color: #057ffa;
}
.v3-content .content p u {
  text-decoration: none;
  font-weight: normal;
  color: #cf3232;
  font-style: normal;
}
.v3-content img {
  max-width: 100%;
  height: auto;
}
#dynamicpage article {
  line-height: normal;
}
#dynamicpage article p {
  margin-bottom: 15px;
}
#dynamicpage article span {
  display: inline-block;
  width: 100%;
  line-height: 23px;
}
#dynamicpage article .row.places-table {
  margin: 15px -15px;
  background: #f1f1f1;
  padding: 15px 15px;
}
#dynamicpage .company-info {
  display: inline-block;
  width: 100%;
  border: 1px dashed #ff8f0b;
  /* border-bottom: 1px dashed #ff8a00; */
  padding: 15px 15px;
  min-height: 425px;
}
#Panaromic {
  margin-bottom: -26px !important;
  z-index: 22;
}
#Panaromic img {
  margin-top: -31px;
}
#open-filter {
  background: #ebf7fe;
  padding: 15px;
  margin: 10px 0;
}
#open-filter h4 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #057ffa;
  padding: 5px 5px 10px 5px;
  border-bottom: 1px solid #057ffa;
  margin-bottom: 15px;
}
#open-filter .fl-filter-list {
  margin-bottom: 30px;
}
#open-filter .fl-filter-list .head {
  width: 100%;
  line-height: 22px;
  color: #057ffa;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
#open-filter .fl-filter-list .head label {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  padding: 5px;
  color: #666666;
  text-transform: uppercase;
}
#open-filter .fl-filter-list .head .group-list {
  margin-top: 5px;
}
#open-filter .fl-filter-list .head .group-list li label {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  color: #133250;
  font-size: 14px;
  text-transform: capitalize;
}
#open-filter .search-btn {
  background: #1a9f4b;
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
  display: block;
  cursor: pointer;
  border: none;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#open-filter .search-btn:hover {
  box-shadow: inset 200px 0 0 0 #036799;
  color: #fff;
  -webkit-transition: All 0.4s ease-in;
  -moz-transition: All 0.4s ease-in;
  -o-transition: All 0.4s ease-in;
  -ms-transition: All 0.4s ease-in;
  transition: All 0.4s ease-in;
}
#open-filter #pricectn .group-list .clearfix,
#open-filter #pricectn .group-list .container,
#open-filter #pricectn .group-list .container-fluid,
#open-filter #pricectn .group-list .row {
  position: relative;
  top: 15px;
}
#open-filter #pricectn .group-list .clearfix b,
#open-filter #pricectn .group-list .container b,
#open-filter #pricectn .group-list .container-fluid b,
#open-filter #pricectn .group-list .row b {
  font-size: 14px;
}
.ui-slider {
  top: 15px;
  background-color: #ffffff;
  border: 1px solid #057ffa;
  margin: 10px;
  z-index: 99;
}
.ui-slider .ui-slider-range {
  background-color: #057ffa;
}
.ui-slider .ui-slider-handle {
  background-color: #057ffa;
  top: -0.2em;
}
.sort-ctn button {
  border: none !important;
  padding: 10px 0;
  margin-right: 10px;
}
.sort-ctn button a {
  color: #333333;
}
.sort-ctn button a:hover {
  color: #333333;
}
.sort-ctn button a:hover i {
  color: #057ffa;
}
.fl-price-ftr-cnt,
.fl-list-item {
  border: 1px solid #dddddd;
  background: #FFF;
  margin: 10px 0;
  height: 205px;
}
.fl-price-ftr-left-cnt {
  float: left;
  font-size: 10px;
  width: 195px;
}
.fl-price-ftr-left-cnt table tr:first-child {
  border-bottom: 1px solid #ccc;
  height: 72px;
  line-height: 2;
}
.fl-price-ftr-left-cnt table td {
  height: 61px;
  vertical-align: middle;
}
.fl-price-ftr-left-cnt table td:first-child {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  padding: 0 10px;
  color: #333333;
}
.fl-price-ftr-left-cnt table td.blue {
  background-color: #057ffa;
  color: #FFF;
  text-align: center;
  font-size: 1.4em;
  width: 110px;
}
.fl-price-ftr-left-cnt table td .m-handle {
  cursor: pointer;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #333;
}
.fl-price-ftr-left-cnt table td .m-handle:hover {
  color: #057ffa;
}
.fl-price-ftr-right-cnt {
  float: left;
  width: 77%;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 190px;
  font-size: 10px;
  margin-left: 2px;
}
.fl-price-ftr-right-cnt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #f1f1f1;
}
.fl-price-ftr-right-cnt::-webkit-scrollbar {
  width: 12px;
  background-color: #f1f1f1;
  height: 12px;
  margin-bottom: 5px;
}
.fl-price-ftr-right-cnt::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #057ffa;
}
.fl-price-ftr-right-cnt .optiscroll-content table tr:first-child {
  border-bottom: 1px solid #ccc;
}
.fl-price-ftr-right-cnt .optiscroll-content table tr:first-child td {
  padding: 10px;
  min-width: 100px;
}
.fl-price-ftr-right-cnt .optiscroll-content table td {
  text-align: center;
  font-size: 1.4em;
  height: 60px;
  vertical-align: middle;
}
.fl-price-ftr-right-cnt .optiscroll-content table td img {
  width: 50px;
  height: 50px;
}
.fl-price-ftr-right-cnt .optiscroll-content table .m-handle {
  cursor: pointer;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #057ffa;
}
.fl-price-ftr-right-cnt .optiscroll-content table .m-handle:hover {
  color: #057ffa;
}
.loading-target.static {
  width: 100%;
  color: #057ffa;
}
.loading-target.static .lt-ctn {
  margin-top: 50px;
  font-size: 50px;
}
.loading-target.static .lt-ctn span {
  display: block;
  font-size: 20px;
}
#new-search #tabs-container + .loading-target,
#new-search .loading-target-new {
  width: 100%;
  height: 100%;
  background: #1a9f4b;
  color: #FFF;
}
#new-search #tabs-container + .loading-target .lt-ctn,
#new-search .loading-target-new .lt-ctn {
  margin-top: 50px;
  font-size: 60px;
}
#new-search #tabs-container + .loading-target .lt-ctn span,
#new-search .loading-target-new .lt-ctn span {
  font-size: 20px;
}
.new-search a {
  background-color: #fff !important;
  border: none !important;
  border-radius: 5px;
  color: #1a9f4b !important;
}
.new-search a i {
  float: right;
}
.flt-btn,
.close-flt {
  display: none;
}
#domesticflights {
  /* .loading-target, .loading-target-new {
        .as;
        background-color: fade(@white, 95);
        color: @blue;

        em {
            font-size: 60px;
        }

        .fa-spinner {
            &:after {
                bottom: -44px;
                left: -10px;
            }
        }
    }*/
}
#domesticflights .results .r-title {
  background: #e2e2e2;
  color: #133250;
  padding: 0 15px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
#domesticflights .results .r-title h5 {
  font-size: 15px;
  line-height: 40px;
}
#domesticflights .results .r-title h5 i {
  font-size: 18px;
}
#domesticflights .results .daypager {
  background: #808080;
  border: 1px solid #133250;
  border-top: none;
}
#domesticflights .results .daypager .day-btn {
  width: 32%;
  float: left;
  color: #0000FF;
  padding: 10px 0 9px 0;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
#domesticflights .results .daypager .day-btn i {
  margin: 0 15px;
}
#domesticflights .results .daypager .day-btn.fr {
  text-align: right;
  float: right;
}
#domesticflights .results .daypager .day-btn.fr i {
  float: right;
  margin-top: 4px;
}
#domesticflights .results .daypager .day-btn:hover,
#domesticflights .results .daypager .day-btn:focus {
  background: #0000FF;
  color: #fff;
}
#domesticflights .results .daypager .day-time {
  width: 33.9%;
  text-align: center;
  margin: 0 5px;
  float: left;
  height: 41px;
}
#domesticflights .results .daypager .day-time .day-date {
  font-size: 16px;
  display: block;
}
#domesticflights .results .result-list {
  margin-top: 10px;
}
#domesticflights .results .result-list .list-titles table {
  width: 100%;
}
#domesticflights .results .result-list .list-titles table th {
  color: #6d6d6d;
  padding: 5px 3px 5px 10px;
  text-align: left;
  font-size: 12px;
}
#domesticflights .results .result-list .list-titles table th a {
  color: #6d6d6d;
}
#domesticflights .results .result-list .flight-list .flight {
  cursor: pointer;
  margin-bottom: 7px;
  background: #c7eafe;
  border: 2px solid #a5d2ff;
  padding: 0;
  line-height: 15px;
  position: relative;
}
#domesticflights .results .result-list .flight-list .flight.selected {
  background: #ff8a00;
  border: 0px solid #057ffa;
}
#domesticflights .results .result-list .flight-list .flight.selected td.price {
  color: #FFF;
}
#domesticflights .results .result-list .flight-list .flight.selected table td {
  color: #FFF;
}
#domesticflights .results .result-list .flight-list .flight.selected table td.price i.fa {
  color: #FFF;
  border-color: #FFF;
  background: #fff;
}
#domesticflights .results .result-list .flight-list .flight.selected:hover {
  background: #ff8a00;
  border: 0px solid #057ffa;
}
#domesticflights .results .result-list .flight-list .flight.selected i.icon-check-circle {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 24px;
  color: #FFF;
}
#domesticflights .results .result-list .flight-list .flight:hover {
  background: #ebf7fe;
  border: 2px solid #057ffa;
}
#domesticflights .results .result-list .flight-list > .flight:last-child {
  margin-bottom: 0;
}
#domesticflights .results .result-list .flight-list table td {
  color: #133250;
  padding: 5px 3px 5px 10px;
  text-align: left;
  font-size: 13px;
}
#domesticflights .results .result-list .flight-list table td img {
  width: auto;
  height: 50px;
  float: left;
}
#domesticflights .results .result-list .flight-list table td i.f-chk {
  display: none !important;
}
#domesticflights .results .result-list .flight-list table td strong {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}
#domesticflights .results .result-list .flight-list table td.price {
  position: relative;
  color: #ff8a00;
  font-size: 13px;
  text-align: right;
}
#domesticflights .results .result-list .flight-list table td.price input {
  z-index: -1;
}
.traveller-form .coupon-code,
.inner-group .coupon-code {
  margin-bottom: 25px;
  display: block;
  float: left;
  width: 100%;
}
.traveller-form .coupon-code .c-mobile,
.inner-group .coupon-code .c-mobile {
  display: none !important;
}
.traveller-form .coupon-code .c-desktop,
.inner-group .coupon-code .c-desktop {
  display: block;
}
.traveller-form .coupon-code .dn,
.inner-group .coupon-code .dn {
  display: none !important;
}
.traveller-form .coupon-code .coupon-bg .success-area span,
.inner-group .coupon-code .coupon-bg .success-area span {
  color: #1a9f4b;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.traveller-form .coupon-code .coupon-bg .error-area,
.inner-group .coupon-code .coupon-bg .error-area {
  color: #cf3232;
  line-height: 18px;
  margin-top: 6px;
}
.traveller-form .coupon-code .coupon-bg .error-area i,
.inner-group .coupon-code .coupon-bg .error-area i {
  float: left;
  font-size: 16px;
  margin-right: 8px;
  height: 18px;
}
.traveller-form .coupon-code .coupon-bg .error-area p,
.inner-group .coupon-code .coupon-bg .error-area p {
  font-size: 13px;
}
.traveller-form .coupon-code .coupon-bg .error-area p a,
.inner-group .coupon-code .coupon-bg .error-area p a {
  color: #cf3232;
}
.traveller-form .coupon-code .coupon-bg p,
.inner-group .coupon-code .coupon-bg p {
  font-size: 14px;
  line-height: 1.29;
  display: block;
  width: 100%;
}
.traveller-form .coupon-code .coupon-bg .code-area,
.inner-group .coupon-code .coupon-bg .code-area {
  margin-left: -5px;
  margin-right: -5px;
}
.traveller-form .coupon-code .coupon-bg .code-area btn,
.inner-group .coupon-code .coupon-bg .code-area btn {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  color: #FFF;
  font-size: 1em;
  background: #ff9b00;
  border: none;
  padding: 11px 29px;
  width: 100%;
  display: block;
}
.traveller-form .coupon-code .coupon-bg .code-area btn:hover,
.inner-group .coupon-code .coupon-bg .code-area btn:hover {
  background: #ff8a00;
}
.traveller-form .coupon-code .coupon-bg .code-area btn.removeCoupon,
.inner-group .coupon-code .coupon-bg .code-area btn.removeCoupon {
  background: #4d4d4d;
}
.traveller-form .tr-row,
.inner-group .tr-row {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.traveller-form .tr-row [class^=col-],
.inner-group .tr-row [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.traveller-form .tr-row input,
.inner-group .tr-row input,
.traveller-form .tr-row select,
.inner-group .tr-row select,
.traveller-form .tr-row textarea,
.inner-group .tr-row textarea {
  width: 100%;
  padding: 10px 6px;
  border: 1px solid #e2e2e2;
  background-color: #FFF !important;
  outline: none;
  resize: none;
}
.traveller-form .tr-row input:focus,
.inner-group .tr-row input:focus,
.traveller-form .tr-row select:focus,
.inner-group .tr-row select:focus,
.traveller-form .tr-row textarea:focus,
.inner-group .tr-row textarea:focus {
  border-color: #d9d9d9 !important;
}
.traveller-form .tr-row input,
.inner-group .tr-row input {
  padding: 10px 6px;
}
.traveller-form .tr-row select,
.inner-group .tr-row select {
  /*background-position: right center !important;*/
}
.traveller-form .tr-row .btn,
.inner-group .tr-row .btn {
  background: #1a9f4b !important;
  padding: 0 !important;
  border: none !important;
  -webkit-appearance: none;
}
.traveller-form .form-section-title,
.inner-group .form-section-title {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  margin: 10px 0px;
  border-bottom: 2px solid #057ffa42;
  color: #000;
}
.traveller-form .box-content .tr-row:last-child,
.inner-group .box-content .tr-row:last-child {
  margin-bottom: 0;
}
.traveller-form .cc-form label,
.inner-group .cc-form label {
  line-height: 40px;
  height: 40px;
  color: #000;
}
.traveller-form .form-box,
.inner-group .form-box {
  overflow: visible !important;
}
.traveller-form .form-box .tr-row strong,
.inner-group .form-box .tr-row strong {
  font-size: 12px;
  display: inline-block;
}
.traveller-form .form-box .tr-row strong small,
.inner-group .form-box .tr-row strong small {
  font-size: 11px;
  color: #ff0000;
  width: 100%;
  display: block;
}
.terms article {
  width: 100%;
  height: 130px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  color: #bfbfbf;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 10px;
  line-height: normal;
}
.terms article p {
  margin-bottom: 10px;
  color: #000;
}
.terms article p strong {
  color: #df4040;
}
.terms .terms-check {
  margin-top: 10px;
  font-size: 15px;
  color: #057ffa;
}
.terms .terms-check .field-validation-valid {
  display: none;
}
.terms .terms-check input {
  width: auto !important;
  margin-right: 5px;
}
.booking-steps {
  float: right;
  margin-top: 3px;
}
.booking-steps span {
  color: #666666;
  font-size: 0.8em;
  margin-left: 10px;
}
.booking-steps span:before {
  content: "";
  border-radius: 50% 50%;
  border: 1px solid #666666;
  width: 7px;
  height: 7px;
  background: #fff;
  margin-right: 5px;
  display: inline-block;
}
.booking-steps span.checked {
  color: #bfbfbf;
}
.booking-steps span.checked:before {
  background: #1a9f4b;
  border-color: #1a9f4b;
}
.booking-steps span.current {
  color: #057ffa !important;
}
.booking-steps span.current:before {
  background: #057ffa;
  border-color: #057ffa;
  color: #057ffa !important;
}
.booking-steps span.current i {
  color: #1a9f4b;
}
.booking-steps.pnr-bs span:before {
  /*content:"\ea85" !important;
                font-family:PrettigReizen !important;
                color:@green;
                border:none;
                background:none !important;
                width:auto !important;
                height:auto !important;*/
}
.custom-box {
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
}
.custom-box h2,
.custom-box h3 {
  color: #ff8a00;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.custom-box h2 i,
.custom-box h3 i {
  margin-right: 10px;
  font-size: 1.3em;
  float: left;
  color: #000;
}
.book-box {
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
}
.book-box h2 {
  color: #057ffa;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.book-box h2 small {
  margin-left: 5px;
  color: #666666;
  font-size: 0.8em;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
.book-box h2 em {
  background: #057ffa;
  color: #ffffff;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 28px;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 50% 50%;
  display: inline-block;
  margin-right: 10px;
}
.pricedetails .ins-lists:nth-child(2) {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.ins-lists ul {
  padding: 0 !important;
}
.subheading {
  font-size: 0.85em !important;
  color: #333;
  line-height: 33px;
}
.input-validation-error {
  border: 1px solid #cf3232 !important;
}
.notwanttransfer {
  margin-top: 20px;
}
.numselect {
  float: left;
  margin-top: 10px;
}
.numselect .numcount {
  background: #fff;
  line-height: 40px;
  padding: 2px 6px;
}
.numselect .numcount small {
  font-size: 16px;
}
.numselect .numcount .numbers {
  float: left;
}
.numselect .numcount .numbers a {
  padding: 5px 10px;
  border: 1px solid #666666;
  color: #666666;
  margin: 0 1px;
}
.numselect .numcount .numbers a:hover {
  border-color: #057ffa;
  color: #057ffa;
}
.numselect .numcount .numbers a.active {
  background: #057ffa;
  color: #fff;
  border-color: #057ffa;
}
.numselect label {
  font-size: 1em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #133250;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.numselect.half {
  width: 48%;
  margin-right: 21px;
  float: left;
}
.numselect.wide {
  width: 100%;
}
.numselect.f-cut {
  margin-right: 0;
}
.numselect input,
.numselect select {
  border: 2px solid #e5e5e5;
  background: #e2e2e2;
  line-height: 40px;
  padding: 10px;
  width: 100%;
}
.ibox-transfer {
  background: #fff;
}
.ibox-transfer table {
  width: 100%;
}
.ibox-transfer table th {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  background: #e4e4e4;
}
.ibox-transfer table tr {
  border-bottom: 1px solid #e4e4e4;
}
.ibox-transfer table tr:hover {
  color: #057ffa;
}
.ibox-transfer table tr:hover td i {
  color: #1a9f4b;
}
.ibox-transfer table tr th:first-child {
  border-left: 5px solid #057ffa;
}
.ibox-transfer table tr th,
.ibox-transfer table tr td {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.ibox-transfer table tr th:first-child,
.ibox-transfer table tr td:first-child {
  padding-left: 15px;
}
.ibox-transfer table tr th:last-child,
.ibox-transfer table tr td:last-child {
  padding-right: 15px;
}
.ibox-transfer table tr th i,
.ibox-transfer table tr td i {
  float: right;
  color: #e2e2e2;
}
.ibox-transfer table tr th {
  background: #057ffa;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  text-align: left;
}
.ibox-transfer table tr td:first-child {
  border-left: 5px solid transparent;
}
.ibox-transfer table tr:hover td:first-child {
  border-left: 5px solid #1a9f4b;
}
.ibox-transfer table tr:hover td {
  color: #057ffa;
}
.ibox-transfer table thead tr {
  border-bottom: none;
}
.ibox-transfer .custom-table {
  margin-top: 0;
}
.ibox-transfer .custom-table td,
.ibox-transfer .custom-table th {
  padding: 10px 5px;
}
.form-box .s-radio .sr-list {
  width: 100%;
  font-size: 0.9em;
  text-transform: uppercase;
}
.form-box .s-radio .sr-list a {
  width: 49%;
  display: inline-block;
  text-align: center;
  float: right;
}
.form-box .s-radio .sr-list a:before {
  content: "";
  color: #057ffa;
  float: left;
  font-size: 1.4em;
  font-family: PrettigReizen;
  border: 1px solid #057ffa;
  background: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 32px;
}
.form-box .s-radio .sr-list a span {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  padding: 0;
  background: #ffffff;
  border: 1px solid #057ffa;
  float: left;
  margin-left: 5px;
  width: 87%;
}
.form-box .s-radio .sr-list a:hover:before {
  content: "\f00c";
  color: #e2e2e2;
}
.form-box .s-radio .sr-list a.selected {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #fff;
}
.form-box .s-radio .sr-list a.selected:before {
  content: "\f00c";
  color: #057ffa !important;
}
.form-box .s-radio .sr-list a.selected span {
  background: #057ffa;
}
.form-box .s-radio .sr-list a:first-child {
  float: left !important;
}
.form-box .form-content .form-item {
  float: left;
  margin-right: 10px;
}
.form-box .form-content .form-item fieldset {
  margin-top: 10px;
  font-size: 0.95em;
  width: 100%;
}
.form-box .form-content .form-item.size3 {
  width: 37%;
}
.form-box .tt-content {
  margin: 25px 0;
  width: 100%;
}
.form-box .tt-content fieldset {
  float: left;
  position: relative;
  width: 100%;
}
.form-box .tt-content fieldset i {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  color: #057ffa;
  font-size: 1.2em;
}
.form-box .tt-content fieldset input[type=text],
.form-box .tt-content fieldset select {
  padding: 12px;
  border: 1px solid #e2e2e2;
  width: 100%;
  padding-left: 37px;
}
.form-box .tt-content fieldset select {
  padding-top: 11px;
  padding-bottom: 11px;
}
.form-box .tt-content span.label {
  display: inline-block;
  margin-bottom: 5px;
}
.form-box .field-validation-error {
  background: #cf3232;
  color: #fff;
  font-size: 11px;
  padding: 4px 5px;
  margin-top: 5px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.search-box .size2 {
  width: 20%;
}
.search-box .size3 {
  width: 38.5% !important;
}
.search-box .btn.sm {
  margin-top: 1px;
  height: 39px;
  line-height: 39px;
}
.pricedetails {
  background: #d3edfb;
  display: table;
  width: 100%;
  border: 2px solid #057ffa;
  margin-bottom: 15px;
  /*.part-name {
        font-size: 1.3em;
        .opnb;
        color: @Blue;
        .tac;
    }*/
}
.pricedetails .pd-title {
  background: #057ffa;
  text-align: center;
}
.pricedetails .pd-title h3 {
  color: #fff;
  line-height: 44px;
  font-size: 1.1em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.pricedetails h4 {
  color: #ff8a00;
  font-size: 1em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  padding: 10px 15px;
}
.pricedetails h5 {
  color: #057ffa;
  padding: 10px 15px 5px 15px;
  font-size: 1em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.pricedetails h5 span {
  color: #057ffa !important;
}
.pricedetails h5 i {
  color: #000;
}
.pricedetails .flights-info h5 {
  padding-bottom: 5px;
}
.pricedetails .list-group {
  line-height: 18px;
  padding: 10px 0;
}
.pricedetails .r-flg {
  padding-bottom: 20px;
  padding-top: 0;
}
.pricedetails .list-group-item {
  padding: 0px 0;
  display: inline-block;
  width: 100%;
}
.pricedetails .list-group-item span,
.pricedetails .list-group-item strong {
  font-size: 0.8em !important;
  margin-bottom: 0 !important;
  color: #000 !important;
  line-height: 18px;
}
.pricedetails .list-group-item strong {
  font-size: 12px !important;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.pricedetails .list-group-item div.col-md-12 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pricedetails span {
  display: inline-block;
}
.pricedetails .htl-star {
  color: #ff9b00;
}
.pricedetails .total-prc {
  color: #057ffa;
  width: 100%;
  padding: 10px 0;
  font-size: 1em;
  border-top: 1px solid #057ffa;
  display: inline-block;
}
.pricedetails .total-prc small {
  font-size: 0.85em;
}
.pricedetails .total-price {
  color: #057ffa;
  width: 100%;
  padding: 10px 0;
  font-size: 1em;
  border-top: 1px solid #057ffa;
}
.pricedetails .total-price small {
  font-size: 0.85em;
}
.deposit-box {
  font-size: 13px;
}
.deposit-box p {
  margin-bottom: 10px;
}
.ssr-sub-info {
  text-align: right;
  width: 100%;
  display: block;
  font-size: 12px;
  color: #000000;
  margin-top: 5px;
}
.form-note {
  margin-bottom: 20px;
}
.IP-detector {
  display: inline-block;
  width: 100%;
  line-height: 20px;
  font-size: 15px;
  padding: 15px 0;
}
.IP-detector span {
  color: #057ffa;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
  width: 30%;
  padding: 0px 5px;
  font-size: 13px;
}
.inner-ins {
  display: inline-block;
  width: 100%;
  background: #FFF;
  padding: 30px 15px;
}
#Insurance-section .title-bar,
#SpecialServicesSection .title-bar {
  background: #fff;
  padding: 15px 10px;
  margin-bottom: 15px;
}
#Insurance-section .title-bar .booking-steps,
#SpecialServicesSection .title-bar .booking-steps {
  margin-top: 3px;
}
#Insurance-section h1,
#SpecialServicesSection h1 {
  font-size: 1.6em;
  color: #ff8a00;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
#Insurance-section #insuranceContainer h4,
#SpecialServicesSection #insuranceContainer h4,
#Insurance-section #specialservices h4,
#SpecialServicesSection #specialservices h4 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #057ffa;
  margin-bottom: 5px;
  padding: 5px 0;
}
#Insurance-section #insuranceContainer h4 i,
#SpecialServicesSection #insuranceContainer h4 i,
#Insurance-section #specialservices h4 i,
#SpecialServicesSection #specialservices h4 i {
  color: #ff9b00;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
#Insurance-section #insuranceContainer h5,
#SpecialServicesSection #insuranceContainer h5,
#Insurance-section #specialservices h5,
#SpecialServicesSection #specialservices h5 {
  display: inline-block;
  width: 100%;
  color: #ff8a00;
  margin-bottom: 5px;
}
#Insurance-section #insuranceContainer select.wd,
#SpecialServicesSection #insuranceContainer select.wd,
#Insurance-section #specialservices select.wd,
#SpecialServicesSection #specialservices select.wd {
  line-height: 29px;
}
#Insurance-section #insuranceContainer label,
#SpecialServicesSection #insuranceContainer label,
#Insurance-section #specialservices label,
#SpecialServicesSection #specialservices label {
  line-height: 32px;
  cursor: pointer;
}
#Insurance-section #insuranceContainer label b,
#SpecialServicesSection #insuranceContainer label b,
#Insurance-section #specialservices label b,
#SpecialServicesSection #specialservices label b,
#Insurance-section #insuranceContainer label strong,
#SpecialServicesSection #insuranceContainer label strong,
#Insurance-section #specialservices label strong,
#SpecialServicesSection #specialservices label strong {
  background: #FFF;
  border: 3px solid #ff8a00;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  bottom: -3px;
  margin-right: 5px;
}
#Insurance-section #insuranceContainer label b i,
#SpecialServicesSection #insuranceContainer label b i,
#Insurance-section #specialservices label b i,
#SpecialServicesSection #specialservices label b i,
#Insurance-section #insuranceContainer label strong i,
#SpecialServicesSection #insuranceContainer label strong i,
#Insurance-section #specialservices label strong i,
#SpecialServicesSection #specialservices label strong i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #FFF;
  display: none;
  font-size: 14px;
}
#Insurance-section #insuranceContainer label strong,
#SpecialServicesSection #insuranceContainer label strong,
#Insurance-section #specialservices label strong,
#SpecialServicesSection #specialservices label strong {
  border-radius: 100%;
}
#Insurance-section #insuranceContainer label input[type="checkbox"]:checked + b,
#SpecialServicesSection #insuranceContainer label input[type="checkbox"]:checked + b,
#Insurance-section #specialservices label input[type="checkbox"]:checked + b,
#SpecialServicesSection #specialservices label input[type="checkbox"]:checked + b {
  background: #ff8a00;
}
#Insurance-section #insuranceContainer label input[type="checkbox"]:checked + b i,
#SpecialServicesSection #insuranceContainer label input[type="checkbox"]:checked + b i,
#Insurance-section #specialservices label input[type="checkbox"]:checked + b i,
#SpecialServicesSection #specialservices label input[type="checkbox"]:checked + b i {
  display: inline-block;
}
#Insurance-section #insuranceContainer label input[type="radio"]:checked + strong,
#SpecialServicesSection #insuranceContainer label input[type="radio"]:checked + strong,
#Insurance-section #specialservices label input[type="radio"]:checked + strong,
#SpecialServicesSection #specialservices label input[type="radio"]:checked + strong {
  background: #ff8a00;
}
#Insurance-section #insuranceContainer label input[type="radio"]:checked + strong i,
#SpecialServicesSection #insuranceContainer label input[type="radio"]:checked + strong i,
#Insurance-section #specialservices label input[type="radio"]:checked + strong i,
#SpecialServicesSection #specialservices label input[type="radio"]:checked + strong i {
  display: inline-block;
}
#Insurance-section #insuranceContainer label input:disabled + b,
#SpecialServicesSection #insuranceContainer label input:disabled + b,
#Insurance-section #specialservices label input:disabled + b,
#SpecialServicesSection #specialservices label input:disabled + b,
#Insurance-section #insuranceContainer label input:disabled + strong,
#SpecialServicesSection #insuranceContainer label input:disabled + strong,
#Insurance-section #specialservices label input:disabled + strong,
#SpecialServicesSection #specialservices label input:disabled + strong,
#Insurance-section #insuranceContainer label input:disabled + b + span,
#SpecialServicesSection #insuranceContainer label input:disabled + b + span,
#Insurance-section #specialservices label input:disabled + b + span,
#SpecialServicesSection #specialservices label input:disabled + b + span,
#Insurance-section #insuranceContainer label input:disabled + strong + span,
#SpecialServicesSection #insuranceContainer label input:disabled + strong + span,
#Insurance-section #specialservices label input:disabled + strong + span,
#SpecialServicesSection #specialservices label input:disabled + strong + span {
  opacity: .3;
  cursor: no-drop;
}
#Insurance-section #btnInsuranceCreate,
#SpecialServicesSection #btnInsuranceCreate {
  margin-top: 15px;
  /*background: @brand-secondary;*/
}
#Insurance-section #extraresult h3,
#SpecialServicesSection #extraresult h3 {
  font-size: 15px !important;
  color: #ff8a00 !important;
}
#Insurance-section #extraresult h4,
#SpecialServicesSection #extraresult h4 {
  cursor: pointer;
}
#Insurance-section #extraresult h4 i,
#SpecialServicesSection #extraresult h4 i {
  float: right;
  color: #057ffa;
}
#Insurance-section #extraresult .ibox-content,
#SpecialServicesSection #extraresult .ibox-content {
  display: inline-block;
  width: 100%;
  line-height: 21px;
}
#Insurance-section #extraresult .ibox-content .titles-row,
#SpecialServicesSection #extraresult .ibox-content .titles-row {
  display: table;
  width: 100%;
  background: #ff8a00;
  color: #FFF;
  padding: 3px 0;
}
#Insurance-section #extraresult .ibox-content .table-stripped,
#SpecialServicesSection #extraresult .ibox-content .table-stripped {
  font-size: 12px;
}
#Insurance-section #extraresult .ibox-content .table-stripped .table-row,
#SpecialServicesSection #extraresult .ibox-content .table-stripped .table-row {
  display: table;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #ff9b00;
}
#Insurance-section #extraresult .ibox-content select,
#SpecialServicesSection #extraresult .ibox-content select {
  padding: 1px 5px;
  line-height: 16px;
  min-width: 100px;
  margin-top: 3px;
}
#Insurance-section #extraresult .ibox-content .custom-pad div[class*=col-],
#SpecialServicesSection #extraresult .ibox-content .custom-pad div[class*=col-],
#Insurance-section #extraresult .ibox-content .custom-pad span[class*=col-],
#SpecialServicesSection #extraresult .ibox-content .custom-pad span[class*=col-] {
  padding-left: 3px;
  padding-right: 3px;
}
#Insurance-section .extras-panel h4,
#SpecialServicesSection .extras-panel h4 {
  font-size: 14px !important;
  color: #057ffa !important;
}
#Insurance-section .theBold,
#SpecialServicesSection .theBold {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.inner-group .book-box {
  display: inline-block;
  width: 100%;
}
.inner-group .book-box .form-box {
  width: 55%;
  float: left;
}
.inner-group .book-box .form-descr {
  float: right;
  width: 45%;
  padding: 0 30px;
}
.inner-group .book-box .form-descr figure figcaption {
  background: #FFF;
  padding: 20px;
  font-size: 15px;
  line-height: normal;
}
.flightinfo h5 {
  color: #057ffa;
  padding: 10px 15px 0 0px;
  font-size: 1em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.flightinfo h5 span {
  color: #057ffa !important;
}
.options-holder {
  display: inline-block;
  width: 100%;
}
.extra-flights-table {
  padding: 5px 0;
  margin-bottom: 15px;
}
.list-photos {
  width: 100%;
}
.list-photos .prod-slider {
  height: 301px !important;
  overflow: hidden;
}
#top-showcase {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sl-top {
  background: #fff;
  padding-top: 15px;
}
.custom-thumbs .s-thumbs {
  height: auto;
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  width: 100% !important;
}
.custom-thumbs .s-thumbs #carousel {
  height: 100% !important;
  position: relative !important;
  width: 100% !important;
}
.custom-thumbs .s-thumbs #carousel .flex-viewport {
  transition: none !important;
  -webkit-transition: none !important;
  width: 100% !important;
  height: auto !important;
  overflow: inherit !important;
  margin-left: 0 !important;
}
.custom-thumbs .s-thumbs #carousel .slides {
  transform: none !important;
  transition-duration: inherit !important;
  width: 100% !important;
  height: auto !important;
  margin: 0;
}
.custom-thumbs .s-thumbs #carousel .slides li {
  box-shadow: none !important;
  border: none;
  margin-bottom: 10px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: 46% !important;
  min-height: 100px;
}
.custom-thumbs .s-thumbs #carousel .slides li img {
  width: auto !important;
  height: 100% !important;
  border: none !important;
}
.custom-thumbs .s-thumbs #carousel .flex-direction-nav {
  display: none;
}
.list-map {
  background: #f1f1f1;
}
.top-hotels {
  margin-bottom: -30px;
}
.top-hotels .top-hotel {
  position: relative;
  line-height: 0;
  margin-bottom: 30px;
}
.top-hotels .top-hotel figure {
  overflow: hidden;
}
.top-hotels .top-hotel figure figcaption {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  line-height: normal;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.9em;
  background: rbga(0, 0);
  z-index: 9;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.top-hotels .top-hotel figure figcaption span {
  width: 100%;
  display: block;
}
.top-hotels .top-hotel figure figcaption .th-name {
  font-size: 1.5em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
}
.top-hotels .top-hotel figure figcaption .th-concept {
  font-size: 0.75em;
}
.top-hotels .top-hotel figure figcaption .th-stars i {
  margin: 0 2px;
}
.top-hotels .top-hotel figure .th-price {
  position: absolute;
  background: #fbcc13;
  color: #133250;
  font-size: 2em;
  right: -5px;
  top: 0px;
  padding: 10px;
  margin: 0;
  width: auto;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  z-index: 9;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
}
.top-hotels .top-hotel figure .th-price small {
  font-size: 0.4em;
  line-height: 1em;
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: left;
}
.top-hotels .top-hotel img {
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.top-hotels .top-hotel:hover img,
.top-hotels .top-hotel:focus img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}
.custom-tabs .tabs-menu {
  border-color: #e2e2e2 !important;
}
.custom-tabs .tabs-menu li {
  background: #fff !important;
  border-color: #e2e2e2 !important;
}
.custom-tabs .tabs-menu li a {
  background: #fff !important;
}
.custom-tabs .tabs-menu li a i {
  font-size: 1.2em !important;
}
.custom-tabs .tabs-menu li.current a {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
i.addtofav {
  position: absolute;
  line-height: normal;
  right: 3%;
  top: 3%;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  z-index: 9999;
  font-family: "PrettigReizen";
}
i.addtofav:before {
  content: "\f08a";
}
i.addtofav.fav:before {
  content: "\f004" !important;
}
.item-box i.addtofav {
  left: 30px;
  top: 10px;
  font-size: 2em;
}
#hotel-list .tabs-menu,
#hotel-tabs .tabs-menu {
  border-bottom: 1px solid #666666 !important;
}
#hotel-list .tabs-menu li a,
#hotel-tabs .tabs-menu li a {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border: 1px solid #fff;
  color: #000;
}
#hotel-list .tabs-menu li a i,
#hotel-tabs .tabs-menu li a i {
  color: #057ffa;
}
#hotel-list .tabs-menu li.current a,
#hotel-tabs .tabs-menu li.current a {
  border: 1px solid #666666;
  border-bottom-color: #fff;
  position: relative;
  bottom: -2px;
}
.hotel-list .hotel-item {
  padding: 0;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.hotel-list .hotel-item:last-child {
  border-bottom: none;
}
.hotel-list .hotel-item .hotel-info {
  min-height: 95px;
  position: relative;
  padding-top: 15px;
}
.hotel-list .hotel-item .hotel-info p {
  font-size: 12px;
  line-height: 15px;
}
.hotel-list .hotel-item .hotel-info p b {
  font-weight: 600;
}
.hotel-list .hotel-item:hover {
  border-top-color: #c9c9c9;
  border-right-color: #c9c9c9;
}
.hotel-list .hotel-item:hover .hp-row {
  background: #c9c9c9 !important;
}
.hotel-list .hotel-item:hover .hp-row .price {
  color: #fff;
}
.hotel-list .hotel-item .h-img {
  position: relative;
  line-height: 0;
}
.hotel-list .hotel-item .h-img .hotel-score {
  position: absolute;
  color: #fff;
  bottom: 3%;
  left: 3%;
  z-index: 999;
  height: 43px;
  width: 43px;
  line-height: 43px;
  border-radius: 50%;
  background: #057ffa;
  text-align: center;
  font-size: 0.8em;
}
.hotel-list .hotel-item .h-img .hotel-score i.icon-thumbs-up {
  color: #FFF;
  background: #ff8a00;
  border-radius: 100%;
  padding: 8px;
  font-size: 17px;
  cursor: pointer;
}
.hotel-list .hotel-item .h-img .thumb-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
  /* Direction Nav */
}
.hotel-list .hotel-item .h-img .thumb-slider .slides {
  z-index: 9;
}
.hotel-list .hotel-item .h-img .thumb-slider .slides > li {
  height: auto !important;
}
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav {
  position: absolute;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 20px;
  left: 0;
  right: 0;
}
.hotel-list .hotel-item .h-img .thumb-slider:hover .flex-direction-nav {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav li a {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  font-family: PrettigReizen;
}
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav li {
  display: inline-block;
  bottom: 10px;
  position: absolute;
}
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav li.flex-nav-prev {
  left: -50px;
}
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav li.flex-nav-prev a {
  display: inline-block;
}
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav li.flex-nav-prev a:before {
  content: "\ea88";
  font-size: 32px;
  text-indent: 0;
}
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav li.flex-nav-next {
  float: right;
  right: -50px;
}
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav li.flex-nav-next a {
  display: inline-block;
}
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav li.flex-nav-next a:before {
  content: "\ea87";
  font-size: 32px;
  text-indent: 0;
}
.hotel-list .hotel-item .h-img .thumb-slider:hover .flex-direction-nav li.flex-nav-prev {
  left: 15px;
}
.hotel-list .hotel-item .h-img .thumb-slider:hover .flex-direction-nav li.flex-nav-next {
  right: 15px;
}
.hotel-list .hotel-item .h-img .thumb-slider .flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
.hotel-list .hotel-item .h-name {
  font-size: 1.2em;
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  color: #ff8a00;
  display: inline-block;
  width: 100%;
}
.hotel-list .hotel-item .h-loc {
  font-size: 13px;
}
.hotel-list .hotel-item .h-stars,
.hotel-list .hotel-item .stars {
  color: #ff9b00;
  float: left;
  line-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.hotel-list .hotel-item .h-ctg {
  color: #057ffa;
  line-height: 30px;
  font-size: 14px;
}
.hotel-list .hotel-item .shortinfo {
  font-size: 12px;
  margin-top: 5px;
  line-height: normal;
}
.hotel-list .hotel-item .hp-row {
  background: #e2e2e2;
  padding: 4px;
  width: 100%;
  display: inline-block;
}
.hotel-list .hotel-item .hp-row .btn {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  float: right;
  margin-left: 4px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  background-clip: padding-box !important;
}
.hotel-list .hotel-item .hp-row .btn i {
  line-height: 30px;
  height: 30px;
  width: 30px;
  margin-left: 0;
}
.hotel-list .hotel-item .hp-row .price {
  color: #ff8f0b;
  padding-left: 5px;
  font-weight: 600;
}
.hotel-list .hotel-item .hp-row .price label {
  font-weight: 100;
}
.hotel-list .hotel-item .h-prc {
  font-size: 1.3em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #000;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  line-height: normal !important;
}
.hotel-list .hotel-item .h-prc small {
  font-size: 0.5em;
  font-family: open_sanslight, Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-right: -5px;
}
.hotel-list .hotel-item .h-prc i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 0.9em;
  background: #ff9b00;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  float: right;
}
.hotel-list .hotel-item .h-prc i.icon-suitcase {
  background: #ff8a00;
}
.sl-cms-content {
  background: #fff;
  line-height: normal;
  font-size: 14px;
  max-height: 250px;
  transition: max-height 0.25s ease-out;
  -webkit-transition: max-height 0.25s ease-out;
  -moz-transition: max-height 0.25s ease-out;
  overflow: hidden;
}
.sl-cms-content.active {
  max-height: 2000px !important;
  transition: max-height 0.25s ease-in;
  -webkit-transition: max-height 0.25s ease-in;
  -moz-transition: max-height 0.25s ease-in;
}
.readmore {
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}
.readmore i {
  position: relative;
  top: 1px;
}
.hotelfeature {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
  background: #0e9e14;
  padding: 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 14px;
  display: inline-block;
  z-index: 9;
  box-shadow: #01640e 0 3px 0;
}
.h-facs {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.h-facs li {
  float: left;
  margin: 3px 3px 0 0;
  padding: 2px 3px;
  display: inline-block;
  color: #057ffa;
  font-size: 0.7em;
  text-transform: uppercase;
  border: 1px solid #057ffa;
}
.nohotel-found {
  text-align: center;
  padding: 35px 0;
  border: 1px solid #e2e2e2;
}
.nohotel-found i {
  font-size: 4em;
  color: #e2e2e2;
}
.nohotel-found p.nf-title {
  font-size: 2em;
  color: #057ffa;
  margin-bottom: 10px;
  margin-top: 10px;
}
.filter {
  background: #ffffff;
  padding: 1em;
  border: 1px solid #e2e2e2;
  position: relative;
  padding-top: 60px;
}
.filter h5 {
  color: #057ffa;
  font-size: 1.2em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-bottom: 10px;
  padding: 14px 16px;
  background: #e2e2e2;
}
.filter h3 {
  color: #057ffa;
  font-size: 1em;
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  padding: 10px 0 0 0;
  cursor: pointer;
}
.filter h3:focus {
  outline: none;
}
.filter h3.accordion-header-active {
  border-bottom: 0;
}
.filter h3.accordion-header-active:after {
  -webkit-transform: rotate(180deg);
}
.filter .filter-box {
  padding-bottom: 20px;
}
.filter .filter-box .date-filter-div {
  margin-top: 15px;
}
.filter .filter-box .date-filter-div .date-fieldset {
  position: relative;
  display: inline;
}
.filter .filter-box .date-filter-div .date-fieldset input {
  width: 47%;
  height: 29px;
  padding-left: 20px;
}
.filter .filter-box .date-filter-div i {
  position: absolute;
  top: 5px;
  pointer-events: none;
  margin-right: 5px;
  left: 6px;
  font-size: 14px;
  color: #057ffa;
}
.filter .filter-box .date-filter-div input {
  width: 42%;
}
.filter .filter-box .date-filter-div .btn {
  margin-top: 15px;
}
.filter .filter-box ul {
  margin-top: 10px;
}
.filter .filter-box ul li {
  color: #057ffa;
  font-size: 0.8em;
  padding: 3px 0;
}
.filter .filter-box ul li.disable {
  position: relative;
}
.filter .filter-box ul li.disable:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(235, 247, 254, 0.5);
  width: 100%;
  display: inline-block;
}
.filter .filter-box ul li input {
  margin-right: 5px;
}
.filter .filter-box ul li small {
  color: #666666;
  font-size: 0.8em;
  padding-left: 5px;
}
.filter .filter-box ul li .flt-stars i {
  color: #ff9b00;
  font-size: 1.1em;
  margin-right: 2px;
}
.filter .filter-box .min-max-ctn span {
  color: #133250;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  padding-top: 10px;
  display: inline-block;
}
.pagination {
  color: #057ffa;
  font-size: 1em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 2px 8px;
}
.pagination:hover {
  border-color: #057ffa;
}
.pagination.selected {
  background: #057ffa;
  color: #fff;
  border-color: #057ffa;
}
.pagination.selected:hover {
  border-color: #057ffa;
}
.pagination:focus {
  background: #057ffa;
  border-color: #057ffa;
  color: #fff;
}
.sortingbar {
  background: #e2e2e2;
  width: 100%;
  display: inline-block;
  padding: 8px;
  font-size: 0.9em;
  margin-bottom: 20px;
}
.sortingbar span {
  color: #666666;
  line-height: 32px;
  margin-right: 10px;
}
.sortingbar select {
  padding: 8px 10px;
}
.sortingbar .sorting {
  float: right;
}
.sortingbar .sorting label {
  margin-right: 10px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.sortingbar .sorting select {
  padding: 7px !important;
}
.photo-gallery .fancybox {
  margin-bottom: 30px;
  display: inline-block;
}
#listfilter.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 270px;
  display: inline-table;
}
.side-sl {
  margin-bottom: 46px;
}
.side-sl .sbs-title {
  background: #ff8a00;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 12px 0;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.side-sl figure img {
  width: 100%;
}
.side-sl .sbs-content {
  background: #e2e2e2;
  text-align: center;
  padding: 15px 0;
}
.side-sl .sbs-content .sbs-item-name {
  color: #ff8a00;
  font-size: 16px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.side-sl .sbs-content strong {
  color: #000;
}
.side-sl .sbs-content strong i {
  color: #ff8a00;
  margin-left: 5px;
  margin-right: 5px;
}
.side-sl .sbs-content label {
  color: #057ffa;
  font-size: 12px;
  margin-top: 5px;
}
.side-sl .slick-dots {
  background: #ff8a00;
  padding: 5px 0;
}
.side-sl .slick-dots li {
  margin: 0 2px !important;
}
.side-sl .slick-dots li button {
  background: #ff9b00 !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 500%;
  -moz-border-radius: 500%;
  border-radius: 500%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  color: #ffffff !important;
  padding: 0 !important;
  font-size: 11px !important;
}
.side-sl .slick-dots li button:before {
  display: none !important;
}
.side-sl .slick-dots .slick-active button {
  background: #ffffff !important;
  color: #ff8a00 !important;
}
@media (min-width: 992px) and (max-width: 1169px) {
  #listfilter.sticky {
    width: 212px;
  }
}
.inner-loading-inside {
  position: absolute !important;
}
#dynamic-info {
  margin-bottom: 30px;
}
#dynamic-info .dyn-content {
  border: 1px solid #e2e2e2;
  display: inline-block;
  width: 100%;
}
#dynamic-info .dyn-content .dyn {
  padding: 25px;
  display: inline-block;
  float: left;
  width: 50%;
}
#dynamic-info .dyn-content .dyn-info {
  color: #bfbfbf;
}
#dynamic-info .dyn-content .dyn-img {
  border-left: 1px solid #e2e2e2;
}
#dynamic-info .dyn-content h2,
#dynamic-info .dyn-content h3 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #057ffa;
  font-size: 2em;
  margin-bottom: 20px;
}
#dynamic-info .dyn-content p {
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 22px;
}
.country {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.country .container {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  line-height: 0;
}
.country .cnt-title {
  background: #fff;
  width: 100%;
}
.country .cnt-title h4 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: normal;
  color: #057ffa;
}
h4[data-title*="Verenigde"] {
  font-size: 1.8em !important;
}
.destination:nth-child(2n) .country .cnt-t {
  float: none;
  right: 0;
}
#hotel-types {
  display: none;
}
.hotel-name h1 {
  display: inline-block;
  float: left;
  margin-right: 10px;
  color: #000 !important;
}
.hotel-name .stars {
  color: #ff9b00;
  line-height: 1.5em;
  font-size: 1.1em;
  margin-right: 10px;
}
.hotel-name .stars i {
  margin-left: 0px;
}
.hotel-name .h-location {
  color: #666666;
  font-size: 1em;
}
/*#hotel-tabs fieldset {
    select, input[type=text]{color:@darkBlue !important}
}*/
#hotel-head {
  padding-top: 15px;
}
.hotel-photos {
  overflow: hidden;
  position: relative;
  max-height: 360px;
}
.hotel-photos .hotelfeature {
  padding: 5px 10px !important;
}
.s-thumbs {
  bottom: 10px;
  z-index: 9999;
  left: 0;
  width: 93%;
}
.s-thumbs .flexslider {
  background: none !important;
}
.s-thumbs .flexslider .slides li img {
  height: 48px;
  width: 64px;
  cursor: pointer;
  background: #fff;
}
.htl-prc {
  display: block;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin-top: 10px;
}
.htl-prc .prod-prc {
  color: #ff8a00;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  width: 100%;
  display: inline-block;
}
.htl-prc .prod-prc a {
  color: #ff8a00;
  float: right;
  font-size: 30px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.htl-prc .prod-prc a small {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.htl-prc .prod-prc a i {
  color: #000;
  padding: 2px 5px;
  margin: 0 5px;
  font-size: 24px;
}
.htl-prc .prod-prc label {
  color: #000000;
  font-size: 18px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  float: left;
  line-height: 30px;
}
.htl-prc .btn {
  font-size: 1.1em;
}
.hotel-map {
  position: relative;
  min-height: 200px;
  height: 200px;
  display: inline-block;
  width: 100%;
}
.htl-scorer {
  background: #e2e2e2;
  border: 2px solid #ff8a00;
  margin-top: 20px;
  cursor: help;
  position: relative;
  overflow: hidden;
}
.htl-scorer:hover {
  overflow: unset;
}
.htl-scorer:hover .add-zov-div {
  height: 235px;
}
.htl-scorer .z-score {
  background: #ff8a00;
  color: #ffffff;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 36px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  float: left;
}
.htl-scorer .z-info {
  color: #000;
  font-size: 14px;
  padding: 15px 0;
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.htl-scorer .add-zov-div {
  position: absolute;
  line-height: 23px;
  padding: 15px 15px;
  transition: all 0.5s ease-in-out;
  height: 0;
  top: 103%;
  background: #FFF;
  border: 2px solid #ff8a00;
  right: -2px;
  left: -2px;
  border-top: 0;
  z-index: 999;
  overflow: hidden;
}
.htl-scorer .add-zov-div .z-scoreList {
  color: #000;
}
.htl-scorer .add-zov-div .z-scoreList b {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  float: right;
}
.htl-specs ul li {
  font-size: 13px;
  width: 100%;
  line-height: 30px;
}
.htl-specs ul li i {
  color: #057ffa;
  font-size: 1em;
  width: 20px;
  text-align: left;
  display: inline-block;
}
.htl-specs ul li strong {
  float: right;
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
}
/*#staticPackageSelection {
    .loading-target, .loading-target-new {
        background: #ffffff !important;
    }
}*/
.htl-shortinfo {
  margin-top: 10px;
}
.htl-shortinfo article {
  font-size: 12px;
  line-height: normal;
}
.link-btn {
  margin-top: 10px;
  display: inline-block;
  color: #057ffa;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.link-btn i {
  float: right;
  margin-left: 7px;
  font-size: 15px;
}
#hotel-tabs .custom-tabs .tabs-menu li i {
  float: none;
}
#hotel-tabs .tab-content {
  display: none;
}
#hotel-tabs .tab-content.disabled {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
#hotel-tabs .tab-content h2 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #ff8a00;
  margin-bottom: 10px;
}
.rooms fieldset i {
  top: 10px !important;
}
.rooms fieldset select {
  margin-bottom: 10px !important;
}
.rooms fieldset select:last-child {
  margin-bottom: 0px;
}
@keyframes blinking {
  0% {
    color: #ff8a00;
  }
  /* YOU CAN ADD MORE COLORS IN THE KEYFRAMES IF YOU WANT
        50%{
          color: #55d66b;
        }
        */
  100% {
    color: #cf3232;
  }
}
.room-search {
  background: #f1f1f1;
  padding: 0 0;
  border: 2px solid #ff8a00;
}
.room-search .roomRequestHO {
  display: block;
  width: 100%;
}
.room-search .new-btns {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.room-search .rs-engine {
  display: inline-block;
  width: 100%;
}
.room-search h3 {
  background: #fff;
  width: 100%;
  display: inline-block;
  color: #666666;
  padding: 10px 15px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.room-search .rs-title {
  color: #133250;
  font-size: 0.85em;
  padding-left: 20px;
  padding-top: 25px;
  display: inline-block;
  width: 100%;
}
.room-search .rs-title i {
  font-size: 2.5em;
  float: left;
  color: #057ffa;
  margin-right: 10px;
  margin-top: -7px;
}
.room-search .form-item i {
  color: #057ffa;
}
.room-search .form-item.input-item h4 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #ff9501;
}
.room-search .form-item.input-item h4.blink-text {
  animation: blinking 1s infinite;
}
.room-search .size1 {
  width: 10.4% !important;
}
.child-ages {
  position: relative;
}
.child-ages .field-pop {
  position: absolute;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  left: 0;
  top: 65px;
  z-index: 999;
  padding: 20px;
  width: 300px;
}
.child-ages .field-pop.db {
  display: block !important;
}
.child-ages .field-pop .fp-item {
  width: 100%;
  line-height: 30px;
  margin-bottom: 10px;
}
.child-ages .field-pop .fp-item select {
  width: 35%;
  float: right;
  border: 1px solid #e2e2e2;
  padding: 6px 10px;
}
.child-ages .field-pop .btn {
  float: right;
  width: 35%;
  color: #FFF;
}
.room-list {
  border: 1px solid #e2e2e2;
  padding: 20px 20px 0 20px;
  margin-top: 30px;
}
.room-list h4 {
  color: #057ffa;
  font-size: 1em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  padding-bottom: 20px;
}
.room-list .room-item {
  padding: 15px 15px 8px 15px;
  border-top: 1px solid #f1f1f1;
}
.room-list .room-item:hover {
  background: #f1f1f1;
}
.room-list .room-item .room-name {
  line-height: 1.5em;
}
.room-list .room-item .room-name strong {
  color: #133250;
  margin-right: 5px;
}
.room-list .room-item .room-prc {
  color: #057ffa;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}
.room-list .room-item .room-prc small {
  color: #666666;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-decoration: line-through;
}
.room-list .room-item .btn {
  font-size: 1em;
  margin-top: -6px;
}
.h-info-text {
  margin-bottom: 30px;
}
.h-info-text article {
  line-height: 22px;
  font-size: 14px;
  /*p {
            margin-bottom: 10px;
        }*/
  /*p {
            margin-bottom: 15px;
        }*/
}
.h-info-text article p,
.h-info-text article font,
.h-info-text article span,
.h-info-text article strong {
  line-height: 22px;
  font-size: 14px;
  color: #666666;
}
.h-info-text article b,
.h-info-text article strong {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.h-info-text article ul li:before {
  content: "• ";
  color: #057ffa;
}
.h-info-text article h4 {
  font-size: 18px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #bfbfbf;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.top-features .facilities-title {
  font-size: 1.6em;
  color: #ff9b00;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  padding-bottom: 30px;
}
.top-features .facilitySummaryList {
  display: block;
  padding-bottom: 15px;
}
.top-features .facilitySummaryList i {
  color: #ff9b00;
  margin-right: 5px;
}
.hotelScore h2 {
  float: left;
  line-height: 55px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.hotelScore span {
  float: left;
  line-height: 55px;
  color: #fff;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  background: #057ffa;
  text-align: center;
  margin-left: 15px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
}
.facility-list {
  display: block;
  margin-bottom: 30px;
}
.facility-list label {
  color: #057ffa;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.facility-list ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.facility-list ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9em;
}
.facility-list ul li span {
  display: inline-block;
  width: 100%;
  background: #f9f9f9;
  padding: 7px;
  border-radius: 5px;
}
.facility-list ul li i {
  color: #ff9b00;
  margin-right: 5px;
}
.photo-gallery a.fancybox label {
  color: #666666;
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.photo-gallery h6 {
  color: #057ffa;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.price-table {
  margin-top: 35px;
  width: 100%;
}
.price-table h4 {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  color: #057ffa;
  margin-bottom: 20px;
}
.price-table ul {
  float: left;
  font-size: 14px;
  margin: 0;
}
.price-table ul li {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.price-table ul li span,
.price-table ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px 0.4%;
  border: 2px solid transparent;
}
.price-table ul.rooms {
  width: 25%;
}
.price-table ul.rooms li {
  text-align: left;
  border-left: 1px solid #057ffa;
  background: #057ffa;
  padding-left: 10px;
}
.price-table ul.rooms li strong {
  color: #ffffff;
}
.price-table ul.rooms li small,
.price-table ul.rooms li em {
  font-size: 12px;
  color: #ffffff;
}
.price-table ul.rooms li em {
  display: none;
}
.price-table ul.rooms li span {
  height: 52px;
  text-align: right;
  padding-right: 20px;
}
.price-table ul.per-col {
  width: 10.7%;
}
.price-table ul.per-col li a {
  height: 52px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  background: #f1f1f1;
  cursor: default !important;
  border-color: #f1f1f1;
  font-size: 16px;
  padding: 0 0.4%;
}
.price-table ul.per-col li a[data-price],
.price-table ul.per-col li a[data-room-name] {
  background: #ffffff;
  border-color: #f1f1f1;
  cursor: pointer !important;
  color: #057ffa;
}
.price-table ul.per-col li a[data-price]:hover,
.price-table ul.per-col li a[data-room-name]:hover {
  background: #057ffa;
  border-color: #057ffa !important;
  color: #ffffff;
}
.price-table ul.per-col li a[data-price]:focus,
.price-table ul.per-col li a[data-room-name]:focus {
  background: #057ffa;
  border-color: #057ffa !important;
  color: #fff;
}
.price-table ul.per-col li .old-prc {
  text-decoration: line-through;
  font-size: 11px;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  color: #c9c9c9;
  display: inline-block;
  margin-bottom: 5px;
}
.price-table ul.per-col li.min-price {
  background: #f7f3e7;
  color: #fff;
  text-shadow: none;
}
.price-table ul.per-col.loading-col {
  position: relative;
}
.price-table ul.per-col.loading-col:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 888;
}
.price-table ul.per-col.loading-col:after {
  content: "\f110";
  font-size: 28px;
  font-family: PrettigReizen;
  color: #057ffa;
  z-index: 999;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-animation: turn 1.5s linear infinite;
  -moz-animation: turn 1.5s linear infinite;
  -o-animation: turn 1.5s linear infinite;
  -ms-animation: turn 1.5s linear infinite;
  animation: turn 1.5s linear infinite;
  margin-top: -10px;
}
.price-table ul.dbimb {
  display: block !important;
}
.price-table ul li.date,
.price-table ul li.empty {
  padding: 10px 0;
  border-top: none;
}
.price-table ul li.empty {
  border-top-color: #fff;
  border-left: none;
  background: none;
}
.price-table ul li.date {
  background: #ff9b00;
  color: #fff;
}
.price-table ul:before {
  content: "";
}
.other-offer-item .selected,
.other-offer-item .selected:hover,
.other-offer-item .selected:focus {
  background: #057ffa !important;
  border-color: #057ffa !important;
  color: #ffffff !important;
}
.day-buttons {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 49px;
  text-align: right;
  background: #ff9b00;
}
.day-buttons span {
  position: absolute;
  padding: 0 !important;
  margin: 0;
  color: #fff;
  width: auto !important;
  font-size: 12px;
  height: auto !important;
}
.day-buttons .previous-span {
  left: 7px;
}
.day-buttons .next-span {
  right: 10px;
}
.day-buttons .prevday,
.day-buttons .nextday {
  font-family: PrettigReizen;
  display: inline-block;
  margin-left: 5px;
  width: auto !important;
  text-align: center;
  font-size: 1.5em;
  color: #ff8a00;
  cursor: pointer;
  margin-top: 7px;
  line-height: initial;
}
.day-buttons .prevday:before,
.day-buttons .nextday:before {
  content: "\f105";
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  color: #ff8a00;
}
.day-buttons .prevday:hover:before,
.day-buttons .nextday:hover:before {
  color: #fff;
  background: #ff8a00;
}
.day-buttons .prevday.dsb,
.day-buttons .nextday.dsb,
.day-buttons .prevday.dsb:hover,
.day-buttons .nextday.dsb:hover {
  cursor: default !important;
}
.day-buttons .prevday.dsb:before,
.day-buttons .nextday.dsb:before,
.day-buttons .prevday.dsb:hover:before,
.day-buttons .nextday.dsb:hover:before {
  background: #ffffff !important;
  color: #e2e2e2 !important;
}
.day-buttons .prevday.prevday,
.day-buttons .nextday.prevday {
  transform: rotateY(180deg);
  float: left;
}
.day-buttons .prevday.nextday,
.day-buttons .nextday.nextday {
  padding-right: 10px;
  float: right;
}
.emptyroom {
  color: #cf3232;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  border: 1px solid #d95b5b;
}
#last-view {
  background: #e2e2e2;
  padding-bottom: 20px;
}
#last-view .sec-title article {
  margin-top: 0;
  color: #000000;
  font-size: 18px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
#last-view .lw-hotel {
  border: 1px solid #e2e2e2;
  display: inline-block;
  line-height: 0;
  background: #fff;
  padding: 5px;
}
#last-view .lw-hotel:hover {
  background: #f1f1f1;
}
#last-view .lw-info {
  margin-left: -15px;
  padding: 5px 10px 0 0;
  font-size: 0.9em;
  line-height: 1em;
  width: 100%;
  position: relative;
}
#last-view .lw-info .lw-name {
  color: #057ffa;
}
#last-view .lw-info .lw-loc {
  font-size: 0.8em;
  color: #666666;
}
#last-view .lw-info .stars {
  color: #ff9b00;
  margin: 4px 0;
  display: inline-block;
}
#last-view .lw-info .lw-con {
  font-size: 0.9em;
  color: #666666;
}
#last-view .lw-info .lw-prc {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #133250;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 1.7em;
}
#last-view .lw-info .lw-prc small {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  font-size: 0.55em;
  display: inline-block;
  line-height: 0.8em;
}
#roomList {
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
  line-height: 35px;
}
#roomList .panel-heading {
  background: rgba(5, 127, 250, 0.56);
  padding: 5px 15px;
  display: inline-block;
  width: 100%;
  color: #FFF;
  cursor: pointer;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
#roomList .panel-heading:hover {
  background: #057ffa;
}
#roomList .panel-heading.collapsed {
  border-bottom: none;
  border-radius: 5px;
}
#roomList .collapse.in {
  border-bottom: 3px solid #73b7fc;
  display: inline-block;
  padding-bottom: 10px;
}
#roomList .styleroom {
  line-height: 35px;
  margin-bottom: 7px;
  border-bottom: 1px solid #e2e2e2;
}
#roomList .styleroom b {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #000;
}
#roomList .price-list b {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #000;
}
#roomList label.fwn input {
  display: none;
}
#roomList label.fwn input:checked + span {
  background: #73b7fc;
}
#roomList label.fwn input:checked + span i {
  display: block;
}
#roomList label.fwn span {
  border: 3px solid #73b7fc;
  width: 20px;
  height: 20px;
  color: #FFF;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
#roomList label.fwn span i {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
}
#roomList .single-row {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #73b7fc21;
}
#roomList .single-row:hover {
  background: #73b7fc21;
}
#roomList .single-row:last-child {
  border-bottom: none;
}
#roomList .single-row label {
  cursor: pointer;
}
#priceColumn .ibox-title h3 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 100%;
  border-left: 3px solid #057ffa;
  color: #057ffa;
  padding: 10px 10px;
  font-size: 19px;
  background: #e2e2e2;
}
#priceColumn .ibox-content .price-box-product-header {
  background: rgba(5, 127, 250, 0.56);
  color: #FFF;
  padding: 10px 15px;
}
#priceColumn .ibox-content .price-box-product-content {
  padding: 10px 15px;
  background: #FFF;
}
#priceColumn .ibox-content .price-box-product-content .red-one {
  color: #f23939 !important;
}
#priceColumn .ibox-content .price-box-total-price {
  background: #e2e2e2;
  padding: 10px 0px;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}
#create-basket {
  padding: 20px 0;
}
#create-basket button {
  float: right;
}
#create-basket button i {
  position: static !important;
  color: #fff !important;
  font-size: 15px !important;
}
.deletBtn {
  background: #e0561f;
}
#AirportStr {
  display: inline-block;
  width: 70%;
  margin-bottom: 5px;
  margin-top: 24px;
}
#AirportStr input {
  display: none;
}
#AirportStr input:checked + label {
  background: #ff8a00;
  color: #FFF;
}
#AirportStr input:checked + label i {
  display: inline-block;
  position: static;
  color: #FFF;
  font-size: 15px;
  margin-right: 5px;
}
#AirportStr label {
  float: left;
  background: #FFF;
  color: #000;
  padding: 10px 10px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 0.85em;
  line-height: 1.5em;
  border: 2px solid #ff8a00;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-top: 10px;
}
#AirportStr label i {
  display: none;
}
.airport-list {
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: rgba(6, 7, 7, 0.09) 0 11px 16px;
  padding: 12px;
  display: inline-block;
  width: 100%;
}
.ap-countries li {
  width: 100%;
}
.ap-countries li a {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  color: #000000;
  display: inline-block;
}
.ap-countries li a.active {
  background: #fff;
  border-radius: 6px 0 0 6px;
  z-index: 9;
  position: relative;
  color: #ff8a00;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.ap-countries li a:hover {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.airport-tab {
  display: none;
}
.airport-tab.active {
  display: block;
}
.general-info .DiscColor span {
  color: #f23939 !important;
}
.general-info .DiscColor strong {
  color: #f23939 !important;
}
.fixedBtn {
  position: fixed;
  bottom: 0px;
  width: auto;
  padding: 0 75px;
  z-index: 99999;
}
.pd-sideinner {
  transform: initial !important;
}
.additional-party-section {
  padding: 15px 15px;
}
#roomCombination {
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 999999;
  padding-top: 3%;
  overflow: auto;
}
#roomCombination .inner-selector {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  background: #fff;
  padding: 0px 15px;
  border: 2px solid #ff8a00;
  padding-bottom: 10px;
  position: relative;
}
#roomCombination .inner-selector .form-item {
  margin-bottom: 10px;
}
.room-information {
  padding-top: 15px;
}
.room-information p {
  font-size: 14px;
  display: inline-block;
}
#changeParty {
  background: #057ffa;
}
#submitParty {
  background: #057ffa;
}
.child-age-container {
  display: inline-block;
  width: 100%;
}
.child-age-container p {
  color: #000;
  padding: 0 15px;
  margin-bottom: 15px;
}
.child-age-container .child-age-selector {
  padding-left: 15px;
}
#staticPackageDv .form-content .form-item fieldset i {
  top: 35px;
}
.basketoverview h2 {
  width: 100%;
  color: #057ffa;
  font-size: 28px;
}
.basketoverview h2 strong {
  font-size: 18px;
}
.basketoverview h2 i {
  position: relative;
  font-size: 25px;
  top: 5px;
  right: 0;
  left: 0;
}
.basketoverview .basket-box,
.basketoverview .pnr-view-cnt {
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
}
.basketoverview .basket-box h3,
.basketoverview .pnr-view-cnt h3 {
  color: #ff8a00;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.basketoverview .basket-box h4,
.basketoverview .pnr-view-cnt h4 {
  color: #ff8a00;
  font-size: 15px;
  line-height: 22px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  margin-top: 15px;
}
.basketoverview .basket-box .list-group li,
.basketoverview .pnr-view-cnt .list-group li {
  line-height: 20px;
  font-size: 1em;
  width: 100%;
  padding: 5px 0;
}
.basketoverview .basket-box .list-group li strong,
.basketoverview .pnr-view-cnt .list-group li strong {
  margin-left: 5px;
  float: right;
}
.basketoverview .basket-box table tr td,
.basketoverview .pnr-view-cnt table tr td {
  line-height: 20px;
}
.basketoverview .basket-box table tr td label,
.basketoverview .pnr-view-cnt table tr td label {
  font-size: 15px;
}
.basketoverview .basket-box .title,
.basketoverview .pnr-view-cnt .title {
  background-color: #ececec;
  padding: 5px 0 0 0;
  line-height: 22px;
  color: #057ffa;
}
.basketoverview .basket-box .clear-padding,
.basketoverview .pnr-view-cnt .clear-padding {
  padding: 0 !important;
}
.basketoverview .basket-box .bound,
.basketoverview .pnr-view-cnt .bound {
  width: 100%;
}
.basketoverview .basket-box .bound tr td,
.basketoverview .pnr-view-cnt .bound tr td {
  padding: 10px;
  min-width: 100px;
  line-height: 1.2em;
  text-align: right;
  font-size: 1.2em;
  height: 60px;
  vertical-align: middle;
  color: #cecece;
}
.basketoverview .basket-box .bound tr td strong,
.basketoverview .pnr-view-cnt .bound tr td strong {
  float: left;
}
.basketoverview .basket-box .total,
.basketoverview .pnr-view-cnt .total {
  width: 100%;
  font-size: 20px;
}
.basketoverview .basket-box .total tr td,
.basketoverview .pnr-view-cnt .total tr td {
  padding: 10px;
  min-width: 100px;
  line-height: 1.2em;
  text-align: right;
  font-size: 1.2em;
  height: 60px;
  vertical-align: middle;
  color: #cecece;
}
.basketoverview .basket-box .total tr td:first-child,
.basketoverview .pnr-view-cnt .total tr td:first-child {
  text-align: left;
}
.basketoverview .basket-box .total tr td:nth-child(2),
.basketoverview .pnr-view-cnt .total tr td:nth-child(2) {
  float: right;
  color: #057ffa;
  line-height: 40px;
}
.basketoverview .basket-box .total tr td:nth-child(2) strong,
.basketoverview .pnr-view-cnt .total tr td:nth-child(2) strong {
  float: left;
}
.basketoverview .pnr-view-cnt {
  height: 150px;
}
.basketoverview .pnr-view-cnt .pnr-num {
  padding: 10px;
}
.basketoverview .pnr-view-cnt .pnr-num span {
  color: #057ffa;
  font-size: 16px;
  padding: 5px;
}
.basketoverview .payment-box {
  border: 5px solid #dddddd;
  background: #FFF;
  padding: 20px 0;
  margin-top: 15px;
}
.basketoverview .payment-box i {
  font-size: 30px;
  vertical-align: sub;
}
.basketoverview .payment-box i.fa.fa-3:before {
  content: "\f1f0";
}
.basketoverview .payment-box i.fa.fa-2:before {
  content: "\f1f1";
}
.basketoverview .payment-box i.fa.fa-1 {
  position: relative;
  width: 39px;
  height: 25px;
  background-size: cover;
  top: 4px;
}
.basketoverview .payment-box .custom-radio label {
  color: #057ffa;
  padding: 5px;
  font-size: 17px;
}
.basketoverview .payment-box .checkout {
  float: right;
  margin-top: 42px;
  line-height: 42px;
}
.basketoverview .payment-box .checkout a {
  color: #057ffa;
  font-size: 16px;
}
.basketoverview table.totalprice td {
  color: #1a9f4b !important;
}
.pay-area-item {
  padding: 10px 0;
}
.pay-area-item .custom-radio {
  padding: 0 0 10px 10px;
}
.thnksPageContainer {
  margin-bottom: 30px;
}
.pnr-num {
  margin-bottom: 35px;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 35px;
}
.pnr-num i {
  color: #1a9f4b;
  font-size: 5em;
}
.pnr-num .pnrno {
  background: #f26924;
  display: inline-block;
  margin-top: 20px;
}
.pnr-num h3 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #ffffff;
  display: block;
  padding: 10px;
  background: #ff9b00;
}
.pnr-num span {
  color: #FFF;
  padding: 10px 15px;
  font-size: 2em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  display: inline-block;
}
.thankspage p {
  font-size: 1.2em;
  line-height: 26px;
  margin: 0 auto;
  max-width: 465px;
  padding: 15px 15px;
}
.thankspage p strong {
  color: #1a9f4b;
  font-size: 2em;
  margin-bottom: 10px;
  display: inline-block;
}
.prc-box {
  border: none !important;
}
.prc-box table {
  background: #1a9f4b;
}
.prc-box table td {
  color: #ffffff !important;
}
.pay-item {
  display: block;
  width: 100%;
  padding: 5px;
  color: #424242;
  font-size: 0.9em;
  /*border-bottom:1px solid #fff;*/
}
.pay-item:nth-child(odd) {
  /*background:#f7f7f7;*/
}
.pay-item:nth-child(even) {
  /*background:#f1f1f1;*/
}
.pay-item.pay-subprc {
  color: #1a9f4b;
}
.pay-box table {
  font-size: 0.9em;
  display: inline-block;
  background: #FFF;
  padding: 10px 10px;
}
.pay-box table tbody {
  display: inline-table;
  width: 100%;
}
.pay-box table tbody tr {
  display: inline-table;
  width: 100%;
  border-bottom: 1px solid rgba(255, 155, 0, 0.27);
}
.pay-box table tbody tr:last-child {
  border-bottom: none;
}
.pay-box table tbody tr td {
  line-height: 27px !important;
  padding: 0px 10px;
}
.pay-box h4 {
  padding-bottom: 10px !important;
}
.payment-cnt .custom-radio {
  background: #f7f7f7;
  margin: 2px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  color: #bfbfbf;
  padding: 0 !important;
  position: relative;
}
.payment-cnt .custom-radio:hover {
  background: #e2e2e2;
  cursor: pointer;
  color: #057ffa;
}
.payment-cnt .custom-radio label {
  display: block;
  padding: 10px;
  padding-left: 30px;
  cursor: pointer;
  background: #FFF;
  color: #000;
}
.payment-cnt .custom-radio input {
  position: absolute;
  left: 5px;
  top: 8px;
}
.basket-price {
  line-height: 18px;
}
.mobile-pas-table span {
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  background: #FFF;
  margin-bottom: 10px;
  padding: 5px 5px;
}
.customer-section span {
  line-height: 22px;
}
.youMust {
  display: inline-block;
  /* width: 100%; */
  margin-bottom: 10px;
  background: #d32727;
  color: #fff;
  padding: 5px 15px;
  border-radius: 11px;
  font-size: 12px;
}
.youMust.dn {
  display: none;
}
.package-list {
  margin-top: 30px;
}
.dynamic-packages .squaredFour {
  width: 100% !important;
}
.pack-item {
  margin-bottom: 30px;
}
.pack-item .h-facs {
  position: relative !important;
  left: inherit !important;
  bottom: inherit !important;
}
.pack-item .pack-title {
  background: #f1f1f1;
  border: 1px solid #e2e2e2;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
}
.pack-item .pack-title .pack-name .pack-loc {
  color: #666666;
}
.pack-item .pack-title:after,
.pack-item .pack-title:before {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pack-item .pack-title:after {
  border-color: rgba(241, 241, 241, 0);
  border-top-color: #f1f1f1;
  border-width: 10px;
  margin-left: -10px;
}
.pack-item .pack-title:before {
  border-color: rgba(225, 225, 225, 0);
  border-top-color: #e1e1e1;
  border-width: 11px;
  margin-left: -11px;
}
.pack-item .stars {
  color: #ff9b00;
  float: right;
}
.pack-item .stars i {
  margin-left: 1px;
  background-image: url(data:image/png;base64,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);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.pack-item .stars i:before {
  text-indent: -9999px;
  opacity: 0;
}
.pack-item .pack-img {
  display: block;
  line-height: 0;
}
.pack-item .pack-img .quick-bar {
  background: #057ffa;
  text-align: center;
  margin-top: 1px;
  line-height: normal;
}
.pack-item .pack-img .quick-bar:hover {
  background: #0572e1;
}
.pack-item .pack-img .quick-bar a {
  color: #ffffff;
  width: 100%;
  padding: 7px 0;
  display: block;
  font-size: 0.9em;
}
.pack-item .pack-img .change-btns {
  line-height: normal;
  margin-top: 15px;
}
.pack-item .pack-img .change-btns a:last-child {
  float: right;
}
.pack-item .pack-img .change-btns a.active {
  background: #057ffa !important;
  color: #fff !important;
  position: relative;
}
.pack-item .pack-img .change-btns a.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pack-item .pack-img .change-btns a.active:after {
  border-color: rgba(241, 241, 241, 0);
  border-top-color: #057ffa;
  border-width: 10px;
  margin-left: -10px;
}
.pack-item .pack-usps {
  min-height: 175px;
}
.pack-item .pack-usps ul li {
  font-size: 0.75em;
  display: block;
  padding: 7px 0;
  border-bottom: 1px dotted #e2e2e2;
}
.pack-item .pack-usps ul li.other-rooms {
  border-bottom: none !important;
}
.pack-item .pack-usps ul li.other-rooms a {
  font-size: 10px;
  clear: both;
  display: block;
  margin-top: 5px;
  padding: 10px;
  border-radius: 5px;
  background: #ebf7fe;
}
.pack-item .pack-usps ul li.other-rooms a:after {
  font-family: PrettigReizen;
  float: right;
  color: #057ffa;
  content: "\ea89";
}
.pack-item .pack-usps span {
  float: right;
}
.pack-item .pack-revs {
  margin-bottom: 15px;
}
.pack-item .pack-revs i {
  color: #ffffff;
  background: #ff8d27;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  font-size: 1.45em;
  float: left;
}
.pack-item .pack-revs .pack-rate {
  display: inline-block;
  line-height: 14px;
  margin-top: 3px;
  margin-left: 5px;
}
.pack-item .pack-revs .pack-rate strong {
  color: #bfbfbf;
  font-size: 1.7em;
}
.pack-item .pack-revs .pack-rate small {
  font-size: 0.8em;
}
.pack-item .details {
  background: #f1f1f1;
  color: #057ffa;
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 35px;
  line-height: 37px;
}
.pack-item .details:hover {
  background: #057ffa;
  color: #fff;
}
.pack-item .pack-pricebox {
  min-height: 288px;
  border: 1px solid #e2e2e2;
  width: 100%;
}
.pack-item .pack-pricebox .pack-prc {
  padding-top: 10px;
  padding-bottom: 15px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #e2e2e2;
}
.pack-item .pack-pricebox .pack-prc .prc span {
  color: #057ffa;
  font-size: 2.5em;
  float: left;
  line-height: 26px;
  margin-left: 10%;
}
.pack-item .pack-pricebox .pack-prc .prc span small {
  font-size: 0.57em;
  color: #666666;
  text-decoration: line-through;
  font-family: open_sansregular, Helvetica, Arial, sans-serif !important;
  float: right;
}
.pack-item .pack-pricebox .pack-prc .prc label {
  color: #057ffa;
  display: inline-block;
  margin-top: 20px;
  margin-left: 10px;
}
.pack-item .pack-pricebox .prc-list {
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.pack-item .pack-pricebox .prc-list li {
  font-size: 0.75em;
  padding-bottom: 10px;
  display: block;
}
.pack-item .pack-pricebox .prc-list li span {
  float: right;
}
.pack-item .pack-pricebox .prc-list li.discount {
  color: #1a9f4b;
}
.pack-item .pack-pricebox .prc-list li.total {
  color: #bfbfbf;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding-bottom: 0;
}
.pack-item .pack-pricebox .spec-list {
  padding: 15px 15px 0 15px;
}
.pack-item .pack-pricebox .spec-list li {
  font-size: 0.75em;
  padding-bottom: 7px;
  display: block;
}
.pack-item .pack-pricebox .spec-list li i {
  margin-right: 5px;
  width: 16px;
  display: inline-block;
  font-size: 1.1em;
}
.pack-item .pack-pricebox .spec-list li:last-child {
  padding-bottom: 0;
}
.pack-item .cur-flights {
  border: 1px solid #e2e2e2;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.pack-item .cur-flights .cf-content {
  width: 85%;
  float: left;
  border-right: 1px solid #e2e2e2;
}
.pack-item .cur-flights .cf-price {
  width: 13%;
  position: absolute;
  display: block;
  right: 15px;
  bottom: 15px;
  text-align: right;
}
.pack-item .cur-flights .cf-price strong {
  color: #057ffa;
  font-size: 1.5em;
}
.pack-item .cur-flights .cf-price label {
  font-size: 0.9em;
}
.pack-item .cur-flights .cf-ret {
  border-top: 1px solid #e2e2e2;
}
.pack-item .cur-flights .flight {
  padding: 15px;
}
.pack-item .cur-flights .flight table td {
  position: relative;
  width: 25.5%;
  font-size: 12px;
  line-height: 16px;
}
.pack-item .cur-flights .flight table td img {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.pack-item .cur-flights .flight table td strong {
  color: #bfbfbf;
}
.pack-item .cur-flights .flight table td label {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #057ffa;
}
.pack-item .cur-flights .flight table td.carrier-name strong {
  color: #bfbfbf;
}
.pack-item .cur-flights .flight table td i.icon-success {
  font-size: 28px;
  text-align: center;
  line-height: 28px !important;
  float: right;
  color: #1a9f4b;
}
.pack-item .cur-flights .flight table td.f-way {
  width: 6%;
  padding-bottom: 0;
  position: relative;
}
.pack-item .cur-flights .flight table td.f-way i {
  font-size: 2em;
  position: absolute;
  top: 8px;
  color: #bfbfbf;
}
.pack-item .cur-flights .flight table td.stop {
  width: 17.5%;
}
.pack-item .cur-flights .flight.cf-ret .f-way i {
  transform: rotateY(180deg);
}
.pack-item .room-upgrade {
  border: 1px solid #e2e2e2;
}
.pack-item .room-upgrade .room-title {
  font-size: 1em;
  color: #bfbfbf;
  line-height: 24px;
}
.pack-item .room-upgrade .room-title small {
  font-size: 0.85em;
}
.pack-item .room-upgrade .up-info {
  display: block;
  min-height: 148px;
  position: relative;
}
.pack-item .room-upgrade .up-info article {
  font-size: 0.8em;
  position: absolute;
  bottom: 5px;
  line-height: 22px;
}
.pack-item .room-upgrade .up-info article p {
  line-height: 22px;
}
.pack-item .room-upgrade .up-prc {
  text-align: right;
  min-height: 148px;
  position: relative;
}
.pack-item .room-upgrade .up-prc span strong {
  color: #057ffa;
  font-size: 1.5em;
}
.pack-item .room-upgrade .up-prc span label {
  font-size: 0.85em;
}
.pack-item .room-upgrade .room-select {
  position: absolute;
  right: 0px;
  bottom: 10px;
  color: #e2e2e2;
}
.pack-item .room-upgrade .room-select > label {
  display: none;
  font-style: italic;
  font-size: 0.75em !important;
  float: left;
  line-height: 28px;
  margin-right: 10px;
}
.pack-item .room-upgrade .room-select i {
  font-size: 1.8em;
}
.pack-item .room-upgrade .up-room {
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
  background: #f1f1f1;
}
.pack-item .room-upgrade .up-room.selected {
  background: #ffffff;
}
.pack-item .room-upgrade .up-room.selected .room-select {
  color: #1a9f4b;
}
.pack-item .room-upgrade .up-room.selected .room-select label {
  display: inline-block;
}
.pack-item .room-upgrade .up-room.selected .room-select i {
  border-radius: 100%;
  background: #1a9f4b;
  color: #FFF;
  padding: 2px 2px;
}
.pack-item .change-flights .cur-flights {
  margin-bottom: 30px !important;
}
.pack-item .change-flights .flight {
  border-bottom: 1px solid #e2e2e2;
  background: #f1f1f1;
}
.pack-item .change-flights .flight .f-way i,
.pack-item .change-flights .flight .stop i {
  color: #e2e2e2 !important;
}
.pack-item .change-flights .flight.selected {
  background: #fff;
}
.pack-item .change-flights .flight.selected .f-way i {
  color: #bfbfbf !important;
}
.pack-item .change-flights .flight.selected .stop i {
  color: #1a9f4b !important;
}
.pack-item .change-flights .btn.sm {
  font-size: 19px;
  margin-top: 10px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.pack-item .continue a {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.pack-item .transfer-flights {
  border: 1px solid #80d1f3;
  padding: 10px;
  margin-top: 10px;
  border-radius: 6px;
  background: #e3f5fd;
}
.pack-item span.stops {
  cursor: pointer;
}
.quickview-content {
  display: none;
  min-height: 500px;
  display: block;
}
.quickview-content .stars {
  color: #ff9b00;
  float: right;
}
.quickview-content .stars i {
  margin-left: 1px;
  background-image: url(data:image/png;base64,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);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.quickview-content .stars i:before {
  text-indent: -9999px;
  opacity: 0;
}
.quickview-content .custom-tabs .tabs-menu li,
.quickview-content .tabs-menu-quick li,
.quickview-content .custom-tabs .tabs-menu a,
.quickview-content .tabs-menu-quick a {
  background: #f9f9f9 !important;
}
.quickview-content .tab {
  margin-top: 10px !important;
}
.quickview-content .tab .tab-content {
  display: none;
}
.quickview-content .quick-info article {
  font-size: 0.85em;
  line-height: 22px;
}
.quickview-content .quick-info article p {
  margin-bottom: 15px;
}
.quickview-content .quick-info article h2,
.quickview-content .quick-info article h3,
.quickview-content .quick-info article h4,
.quickview-content .quick-info article h5 {
  color: #057ffa;
  font-size: 1.2em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
.hotel-summary .hotel-photos {
  max-width: 820px;
  overflow: hidden;
  position: relative;
}
.hotel-summary .hotel-photos .addtofav {
  position: absolute;
  top: 10px;
  right: 10px;
}
.hotel-summary .hotel-photos .prod-slider img {
  min-height: 510px;
}
.hotel-summary .hotel-photos .slider-nav img {
  min-height: 100px;
  margin: 1px;
  outline: none;
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled.active a {
  color: #ffffff;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 0.85em !important;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
.dropdown-menu.inner .Country {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.dropdown-menu.inner .Region {
  margin-left: 5%;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.dropdown-menu.inner .Place {
  margin-left: 10%;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.dropdown-menu.inner .Hotel {
  margin-left: 15%;
}
small.sm-r {
  text-decoration: none !important;
}
.notifyjs-container,
.notifyjs-arrow {
  position: absolute !important;
}
#hotel-list .mc-content {
  padding-top: 15px;
}
.s-bar {
  background: none !important;
}
.g-bar {
  background: #f1f1f1;
  display: block !important;
}
.landing-tabs {
  margin-top: 0;
}
.landing-tabs .tab {
  margin: 0 !important;
}
.landing-tabs .tabs-menu {
  margin-top: 0 !important;
  padding-top: 10px;
}
.landing-tabs .tabs-menu li a {
  padding: 0 10px !important;
  font-size: 0.9em !important;
}
.landing-tabs .tab-content .g-bar {
  padding: 10px 0 !important;
}
.gb-c {
  padding: 25px 0;
}
#landingpage article {
  line-height: normal;
}
#landingpage article h2,
#landingpage article h3,
#landingpage article h4,
#landingpage article h5 {
  color: #057ffa;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
#landingpage article h2 {
  font-size: 24px;
}
#landingpage article h3 {
  font-size: 24px;
}
#landingpage article h4 {
  font-size: 16px;
  color: #057ffa !important;
  margin-bottom: 0 !important;
}
#landingpage article h5 {
  font-size: 14px;
  color: #057ffa !important;
  margin-bottom: 0 !important;
}
#landingpage article p {
  font-size: 0.85em;
  line-height: 22px;
  margin-bottom: 20px;
}
#landingpage article a,
#landingpage article font,
#landingpage article span {
  font-size: 0.85em;
}
#landingpage article a {
  color: #057ffa;
}
#landingpage article ul {
  margin-bottom: 20px;
}
#landingpage article ul li {
  font-size: 0.85em;
  padding: 2px 0;
}
#landingpage article ul li:before {
  content: "\ea87";
  color: #057ffa;
  font-family: PrettigReizen;
  margin-right: 10px;
  font-size: 10px;
}
#landingpage .btn {
  text-transform: uppercase;
}
#lp-images {
  margin-top: 60px;
}
#lp-images .lp-img {
  margin-bottom: 28px;
}
.lp-map {
  position: relative;
}
.lp-map #map {
  width: 100%;
  height: 352px;
}
.lp-map .btn {
  position: absolute;
  left: 3px;
  bottom: 3px;
  z-index: 999;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.lp-map .btn.small {
  height: 37px;
  line-height: 37px;
  font-size: 16px;
}
.lp-map .btn.small i {
  height: 37px;
  width: 37px;
  line-height: 37px;
  margin-right: 10px !important;
}
.wtg-img {
  margin-bottom: 28px;
}
#lp-bottoms .lp-bt-img {
  margin-bottom: 28px;
}
#lp-buttons .btn {
  margin-bottom: 10px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
#landing-map {
  margin-bottom: 28px;
}
#map #firstHeading {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #bfbfbf;
}
#map em {
  font-size: 12px;
  color: #666666;
}
#map .mapprice {
  color: #057ffa;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#map .mapprice small {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #666666;
}
#map .map-btn {
  background: #057ffa;
  color: #ffffff;
  padding: 8px;
  display: inline-block;
  margin-top: 5px;
}
#map .map-btn i {
  margin-right: 8px;
}
#map #map-content {
  width: 200px;
  min-height: 100px;
  max-height: 110px;
}
.list-wrap {
  margin-top: 30px;
}
.day-buttons.day-info {
  text-align: left;
  line-height: 49px;
  padding-left: 15px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.price-table .per-col li a:hover {
  cursor: pointer;
}
#sprc-table .price-table,
#sprc-table .price-detail {
  min-height: 470px;
}
#static-package {
  /*#sprc-table{.pl;}
    .price-detail{.pa;
                  top:0;
    }*/
}
#static-package .form-content .form-item {
  margin-bottom: 10px;
  margin-right: 0;
}
#static-package ul.rooms li strong {
  line-height: 26px;
  font-size: 16px;
  color: #ffffff;
}
.roomRequest h4,
.form-item h4 {
  font-weight: normal;
  color: #057ffa;
  margin-bottom: 10px;
}
.err-box {
  border: 1px solid #cf3232;
  color: #cf3232;
  background: #f1c3c3;
  width: 100%;
  display: inline-block;
  padding: 15px;
  line-height: 20px;
}
.err-box.stp-error {
  margin-bottom: 15px;
}
.prc-warning {
  font-size: 0.8em;
  margin: 20px 0;
  padding: 15px 0 15px 10px;
  border: 2px dashed #ff8a00;
  color: #ff8a00;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  background: #fff;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  line-height: normal;
}
.prc-warning i {
  margin-right: 10px;
  font-size: 1.5em;
  float: left;
  color: #ff8a00;
  line-height: 12px;
  margin-bottom: 20px;
  line-height: 16px;
}
.prc-warning strong {
  font-size: 1.1em;
}
.prc-warning.prc-info {
  border-color: #057ffa;
  color: #000000;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  line-height: normal;
}
.prc-warning.prc-info i {
  color: #057ffa;
}
.prc-warning.prc-info article {
  float: left;
}
.extrn-info {
  position: relative;
}
.extrn-info i {
  color: #057ffa;
  font-size: 16px;
  position: relative;
  top: 3px;
  right: -4px;
}
.extrn-info p {
  display: none !important;
  position: absolute;
  left: 16px;
  top: 16px;
  background: #fff;
  display: inline-block;
  width: 300px;
  z-index: 99;
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 5px;
  color: #000;
}
.extrn-info p strong {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #ff8a00;
}
.extrn-info:hover p,
.extrn-info:focus p {
  display: inline-block !important;
}
.extrn-info:blur p {
  display: none !important;
}
.price-details-box .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: left;
  height: 45px;
  line-height: 45px;
  font-size: 1.3em;
  padding: 0 15px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.price-details-box .btn i {
  background: #ffffff;
  color: #ff8a00;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  float: right;
}
.price-btn {
  display: none;
  position: fixed;
  top: 120px;
  right: 0px;
  background: #057ffa;
  padding: 10px;
  opacity: 0.5;
  cursor: pointer;
  z-index: 999;
}
.price-btn i {
  color: #FFF;
  font-size: 20px;
}
.price-btn:hover {
  opacity: 1;
}
.sp-fl-details {
  background: #d3edfb;
  display: table;
  width: 100%;
  margin-top: 20px;
  border: 2px solid #057ffa;
  margin-bottom: 15px;
}
.sp-fl-details .total-price {
  color: #057ffa;
  width: 100%;
  padding: 10px 0;
  font-size: 1em;
  border-top: 1px solid #057ffa;
}
.sp-fl-details .total-price small {
  font-size: 0.85em;
}
.sp-fl-details .rooms-info,
.sp-fl-details .flights-info,
.sp-fl-details .general-info {
  padding: 10px 0;
  display: block;
}
.sp-fl-details .rooms-info span,
.sp-fl-details .flights-info span,
.sp-fl-details .general-info span,
.sp-fl-details .rooms-info strong,
.sp-fl-details .flights-info strong,
.sp-fl-details .general-info strong {
  font-size: 0.8em !important;
  margin-bottom: 0 !important;
  color: #000;
  line-height: normal;
}
.sp-fl-details .rooms-info span [data-edit-type],
.sp-fl-details .flights-info span [data-edit-type],
.sp-fl-details .general-info span [data-edit-type],
.sp-fl-details .rooms-info strong [data-edit-type],
.sp-fl-details .flights-info strong [data-edit-type],
.sp-fl-details .general-info strong [data-edit-type] {
  color: #ff8a00;
  font-size: 16px;
  position: relative;
  top: 2px;
  cursor: pointer;
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: rgba(6, 7, 7, 0.09) 0 11px 16px;
  padding: 2px;
}
.sp-fl-details .rooms-info strong,
.sp-fl-details .flights-info strong,
.sp-fl-details .general-info strong {
  font-size: 0.85em !important;
}
.sp-fl-details .rooms-info div.col-md-12,
.sp-fl-details .flights-info div.col-md-12,
.sp-fl-details .general-info div.col-md-12 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sp-fl-details h4 {
  color: #ff8a00;
  font-size: 1em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  padding: 10px 15px;
}
.sp-fl-details h5 {
  color: #057ffa;
  padding: 10px 15px 0 15px;
  font-size: 1em;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
.sp-fl-details h5 span {
  color: #057ffa !important;
}
.sp-fl-details h5 [data-edit-type] {
  color: #ff8a00;
  font-size: 16px;
  position: relative;
  top: 2px;
  cursor: pointer;
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: rgba(6, 7, 7, 0.09) 0 11px 16px;
  padding: 2px;
}
.sp-fl-details .flights-info h5 {
  padding-bottom: 5px;
}
.sp-fl-details .flights-info h5 i {
  position: relative;
}
.sp-fl-details .flights-info h5 .customized-tooltip {
  position: absolute;
  display: none;
  flex-direction: column;
  bottom: 30px;
  background: #ffffff;
  padding: 10px 10px;
  border-radius: 3px;
  width: 240px;
  z-index: 9;
  box-shadow: 0px 9px 14px 1px rgba(0, 0, 0, 0.4);
}
.sp-fl-details .flights-info h5 .customized-tooltip.left {
  right: -4px;
}
.sp-fl-details .flights-info h5 .customized-tooltip.left:after {
  right: 8px;
}
.sp-fl-details .flights-info h5 .customized-tooltip.right {
  left: -4px;
}
.sp-fl-details .flights-info h5 .customized-tooltip.right:after {
  left: 8px;
}
.sp-fl-details .flights-info h5 .customized-tooltip strong {
  text-align: right;
  color: #057ffa;
  margin-bottom: 8px !important;
}
.sp-fl-details .flights-info h5 .customized-tooltip strong i {
  margin-left: 4px;
  color: #1a9f4b;
}
.sp-fl-details .flights-info h5 .customized-tooltip .tooltip-desc {
  display: flex;
}
.sp-fl-details .flights-info h5 .customized-tooltip .tooltip-desc p {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #333;
}
.sp-fl-details .flights-info h5 .customized-tooltip .tooltip-desc i {
  color: #ff9b00;
  margin-right: 15px;
}
.sp-fl-details .flights-info h5 .customized-tooltip:after {
  content: "";
  position: absolute;
  bottom: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.sp-fl-details .flights-info h5 i:hover .customized-tooltip {
  display: flex;
}
#staticpackagecontent .continue {
  padding: 15px;
  width: 100%;
}
#staticpackagecontent .pack-item .pack-pricebox {
  min-height: 202px !important;
}
.other-offer-item .selected,
.other-offer-item .selected:hover,
.other-offer-item .selected:focus {
  background: #057ffa !important;
  border-color: #057ffa !important;
  color: #ffffff !important;
}
.bootstrap-select.btn-group.bold-input .dropdown-toggle .filter-option {
  font-size: 14px !important;
}
.tabs-menu-quick li a i {
  font-size: 1em !important;
}
/*.quickview-content .tab, .tab-content.quick{min-height:577px !important}*/
.sp-video {
  position: relative;
  height: 450px;
  width: 100%;
  display: inline-block;
}
.sp-video #sp-search {
  margin-top: 10%;
}
.sp-video .breadcrumb,
.sp-video .breadcrumb a,
.sp-video .breadcrumb span {
  color: #fff;
}
.sp-video h1 {
  font-size: 2em;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  color: #fff;
}
.sp-video h1 small {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
}
.sp-video .form-item span.label {
  color: #057ffa !important;
}
.sp-video .form-item input,
.sp-video .form-item select,
.sp-video .form-item button {
  border-color: #057ffa !important;
}
.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.video-wrapper #player,
.video-wrapper .fallback,
.video-wrapper body,
.video-wrapper html,
.video-wrapper iframe {
  background-color: #f1f1f1 !important;
}
/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/
.video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1f1f1 !important;
}
.sp-wrapper {
  background: rgba(197, 237, 255, 0.55);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 0 15px;
}
#sprc-table .price-table ul.rooms {
  width: 19%;
}
#sprc-table .price-table ul.per-col {
  width: 11.55%;
}
#sprc-table .price-details-box {
  position: relative;
}
.slides > li {
  display: block !important;
  -webkit-backface-visibility: visible;
  overflow: hidden;
}
@media (min-width: 668px) {
  #InBoundFlightKey option,
  #OutBoundFlightKey option {
    font-family: open_sansregular, Helvetica, Arial, sans-serif !important;
  }
  #InBoundFlightKey option[selected],
  #OutBoundFlightKey option[selected] {
    font-family: open_sansbold, Helvetica, Arial, sans-serif !important;
  }
  #InBoundFlightKey option[label],
  #OutBoundFlightKey option[label] {
    color: #1a9f4b;
    font-family: open_sansbold, Helvetica, Arial, sans-serif !important;
  }
}
body .user-login {
  display: inline-block;
  width: 100%;
  background: #FFF;
  padding: 25px 25px;
}
body .user-login p {
  line-height: 22px;
  margin-bottom: 15px;
}
body .user-login input {
  padding: 7px 25px;
  line-height: 21px;
  margin-bottom: 10px;
  margin: 0;
  display: inline-block;
  width: 100%;
}
body .user-login h2 {
  color: #057ffa;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
body #PNR-Thanks {
  display: inline-block;
  width: 100%;
  background: #f1f1f1;
  padding: 25px 25px;
  text-transform: capitalize;
}
body #PNR-Thanks .common-box h1 {
  color: #057ffa;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
}
body #PNR-Thanks .common-box h1 i {
  color: #057ffa;
  font-size: 18px;
}
body #PNR-Thanks .common-box .pnr-view-cnt {
  height: auto;
  margin: 0;
  padding: 0;
}
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box {
  height: auto;
  margin: 0;
  padding: 0;
}
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .basketoverview,
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .PNR-overview {
  display: inline-block;
  width: 100%;
  background: #FFF;
  padding: 20px 20px;
  margin-bottom: 20px;
  line-height: 23px;
}
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .basketoverview:last-child,
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .PNR-overview:last-child {
  margin-bottom: 0;
}
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .basketoverview h2,
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .PNR-overview h2 {
  color: #ff8a00;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  padding: 0 0;
  margin-top: 0;
  text-transform: none;
}
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .basketoverview h2 em,
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .PNR-overview h2 em {
  color: #FFF;
  font-size: 16px;
  background: #ff8a00;
  border-radius: 100%;
  padding: 5px 5px;
  margin-right: 5px;
}
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .basketoverview h4,
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .PNR-overview h4 {
  color: #057ffa;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  margin-top: 0;
  line-height: 15px;
  text-transform: none;
}
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .basketoverview h4 em,
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .PNR-overview h4 em {
  color: #ff8a00;
  font-size: 17px;
  border-radius: 100%;
  padding: 0;
  margin-right: 5px;
}
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .basketoverview .trvellers-title,
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .PNR-overview .trvellers-title {
  color: #ff8a00;
}
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .pnr-box {
  display: inline-block;
  width: 100%;
}
body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .pnr-box a.btn {
  float: right;
  margin-left: 10px;
}
#OpenAmount {
  padding: 7px;
}
@media (min-width: 320px) and (max-width: 747px) {
  body:after {
    content: "screen-xs";
    display: none;
  }
  .main-search {
    margin-top: 20px;
  }
  .flt-tr {
    position: relative;
    display: inline-block;
  }
  .int-flight h5 {
    line-height: normal !important;
  }
  .int-flight h2 {
    font-size: 14px;
  }
  .int-flight .int-item .flight table td {
    display: inline-block !important;
  }
  .int-flight .int-item .flight table td.carrier-name {
    width: 100% !important;
  }
  .flt-half {
    width: 50% !important;
    float: left;
    padding-top: 10px;
  }
  .flt-pa {
    position: absolute !important;
    width: 100% !important;
    right: 0;
    top: 0;
    text-align: right;
  }
  .flt-pa .tr-info {
    position: relative !important;
    right: 24px !important;
    top: auto !important;
    text-align: right;
    display: inline-block;
  }
  .price-detail .fld-item .air-logo {
    height: 40px;
  }
  .price-detail .fld-item .mainleg {
    position: relative;
  }
  .price-detail .fld-item .mainleg:before {
    position: absolute;
    right: 6px;
    top: 0;
    content: "\f078";
    font-family: PrettigReizen;
    color: #e2e2e2;
  }
  .price-detail .fld-item .transfer {
    display: none;
  }
  .price-detail .fld-item .transfer.db {
    display: block !important;
  }
  .price-detail .fld-t strong {
    font-size: 14px !important;
  }
  .int-item.PRE-item .int-title {
    padding-bottom: 1px;
  }
  .int-item.PRE-item .int-title .pre-tooltip {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 5px;
  }
  .voucher-left {
    flex-wrap: wrap;
  }
  .voucher-left .voucher-item {
    flex: 35%;
  }
  .voucher-left .voucher-item .v-code {
    font-size: 16px;
  }
  .voucher-title {
    margin-top: 35px;
  }
  .voucher-invite {
    padding: 16px !important;
  }
  .voucher-invite h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .voucher-invite input[type=text] {
    width: 100% !important;
    font-size: 16px !important;
  }
}
@media (min-width: 375px) and (max-width: 667px) {
  body:after {
    content: "screen-ms";
    display: none;
  }
}
@media (min-width: 414px) and (max-width: 736px) {
  body:after {
    content: "screen-ms";
    display: none;
  }
  body header .container .row .logo {
    text-align: center;
  }
  body header .container .row .logo a {
    display: inline-block;
  }
  body header .container .row .logo a img {
    height: 40px;
    margin: 10px 0;
  }
  body header .container .row .slogan {
    text-align: center;
  }
  body header .container .row .slogan a img {
    height: 23px;
    margin: 0px 0 15px 0;
  }
  body header .container .row .call {
    background: #e2e2e2;
    color: #057ffa;
    font-size: 35px;
    word-spacing: 3px;
    text-align: center;
    line-height: 17px;
    padding: 13px 0 10px 0;
  }
  body header .container .row .call i {
    float: left;
    display: block;
    font-size: 27px;
    color: #057ffa;
    padding-left: 10px;
  }
  body header .container .row .call span {
    color: #057ffa;
    font-size: 15px;
    word-spacing: 0;
    font-family: open_sanslight, Helvetica, Arial, sans-serif;
  }
  body header .container .row div.mobnewheader {
    display: none;
    vertical-align: top;
    margin-top: 18px;
    margin-right: 15px;
  }
  body header .container .row div.mobnewheader i {
    font-size: 29px;
  }
  body header .container .row #sidebar {
    background: #f1f1f1;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    right: -775px;
    top: -166px;
    transition: right 0.5s linear;
    box-shadow: 0 1px 5px #b3b3b3;
    padding: 10px;
    z-index: 9999;
  }
  body header .container .row #sidebar li {
    padding: 4px 0;
  }
  body header .container .row #sidebar a {
    font-size: 20px;
    color: #057ffa;
    text-decoration: none;
  }
  body header .container .row #sidebar.visible {
    right: 0;
    transition: right 0.6s linear;
    width: 100%;
    z-index: 9999;
  }
  body header .container .row #sidebar.visible li {
    padding: 4px 0;
  }
  body header .container .row #sidebar.visible a {
    font-size: 20px;
    color: #057ffa;
    text-decoration: none;
  }
  body header .container .row #sidebar.visible #sidebar-btn {
    right: 0;
  }
  body header .container .row #sidebar-btn {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 15px;
    position: absolute;
    top: 0;
    right: 775px;
  }
  body header .container .row #sidebar-btn i {
    font-size: 30px;
    color: #057ffa;
    line-height: 30px;
    position: absolute;
  }
  body #slider .flexslider {
    display: none;
  }
  body #search {
    /*left: 0;
            .wd;
            top: 167px;*/
  }
  body #search .flight-search {
    width: 100% !important;
    left: 0 !important;
    padding: 0 !important;
    top: 0 !important;
  }
  body #search .flight-search .tabs-menu {
    float: none !important;
  }
  body #search .flight-search .tabs-menu li a {
    padding: 10px 14px !important;
  }
  body #search .flight-search .tabs-menu li a img {
    width: auto;
    height: 20px;
  }
  body #search .flight-search .tabs-menu li a span {
    display: inline-block !important;
    padding: 0 0 0 10px;
    font-size: 22px !important;
  }
  body #search .flight-search .tab {
    float: none !important;
    width: 100% !important;
    padding: 10px !important;
    margin: 5px 0 10px 0 !important;
  }
  body #search .flight-search .tab #search-button input {
    margin-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body:after {
    content: "screen-sm-min";
    display: none;
  }
  body .item-box {
    min-height: 320px;
  }
  body nav ul li {
    font-size: 16px;
  }
  body .tabs-menu li span {
    display: inline-block !important;
  }
  .static-packages .size1 {
    width: 12% !important;
  }
  .static-packages .size3 {
    width: 33% !important;
  }
}
@media (max-width: 992px) {
  .form-pages {
    margin-top: 70px;
  }
  .account-page-holder {
    margin-top: 70px;
  }
  .account-page-holder .account-page-part {
    padding-left: 0;
  }
  .account-wrapper {
    margin-top: 70px;
  }
  .login-btn-holder {
    position: absolute;
    right: 12px;
    top: 61px;
    z-index: 4;
  }
  .login-btn-holder .btn i {
    margin-right: 0;
  }
  .login-btn-holder .btn span {
    display: none;
  }
  .red-slider .countdown i {
    font-size: 24px;
    margin-right: 10px;
  }
  .red-slider .countdown span {
    font-size: 26px;
  }
  .red-slider .countdown span small {
    font-size: 13px;
  }
  .red-slider .detail-side {
    padding: 0;
    padding-top: 10px;
  }
  .red-slider .detail-side .deal-hotel-name strong {
    margin-bottom: 12px;
  }
  .red-slider .detail-side .deal-hotel-name span {
    font-size: 20px;
  }
  .red-slider .icon-angle-left,
  .red-slider .icon-angle-right {
    position: absolute;
    font-size: 27px;
    color: #ff8a00;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
  }
  .red-slider .icon-angle-left {
    left: -15px;
  }
  .red-slider .icon-angle-right {
    right: -15px;
  }
  .red-slider .deal-discount .each-price span {
    font-size: 12px;
  }
  .red-slider .deal-discount .each-price strong {
    font-size: 24px;
    font-family: open_sansbold, Helvetica, Arial, sans-serif;
  }
  .red-slider .deal-discount .each-price strong small {
    font-size: 10px;
  }
  .red-slider .mobile-fdc {
    flex-direction: column;
  }
  .red-slider .mobile-fdc .image-side,
  .red-slider .mobile-fdc .detail-side {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customized-tooltip.left {
    right: -105px !important;
  }
  .customized-tooltip.left:after {
    right: calc(40%) !important;
  }
  .customized-tooltip.right {
    left: -105px !important;
  }
  .customized-tooltip.right:after {
    left: calc(40%) !important;
  }
  .trustpilot-widget {
    top: 22px;
  }
  .scorer a {
    display: none;
  }
  .form-content .form-item {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .roomRequest {
    padding: 0 15px !important;
  }
  .langs {
    margin-top: 19px;
  }
  .langs a {
    margin-left: -19px;
    z-index: 9;
  }
  .langs a:last-of-type {
    margin-left: -2px;
  }
  .call-us-phone {
    display: block;
    top: 4px;
    right: 38px;
    font-size: 24px;
  }
  .mobile-menu {
    margin-top: 0px;
  }
  .sl-slider i.slick-arrow {
    display: none !important;
  }
  .list-photos .prod-slider {
    height: auto !important;
  }
  .ib-banner {
    margin-bottom: 30px;
    height: auto;
  }
  .ib-banner img {
    height: auto;
  }
  .form-content .size2 {
    width: 13% !important;
  }
  .form-content .size1 {
    width: 9.3% !important;
  }
  .hotel-list .hotel-info {
    min-height: initial !important;
    padding-left: 15px;
    padding-top: 0 !important;
    padding-bottom: 15px;
  }
  .hotel-list .hotel-info .h-facs {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .hotel-list .hotel-info .show-map {
    display: none !important;
  }
  .hotel-list .h-img {
    margin-bottom: 20px;
  }
  .hotel-list .hotel-item {
    border-left: 1px solid #e2e2e2;
    line-height: 0;
  }
  .hotel-list .hotel-item .hp-row {
    padding-bottom: 34px;
    position: relative;
    overflow: hidden;
  }
  .hotel-list .hotel-item .hp-row .btn {
    position: absolute;
    bottom: 0px;
    width: 100%;
    right: 0;
    left: 0;
    margin-left: 0;
  }
  .hotel-list .hotel-item .h-name,
  .hotel-list .hotel-item .h-loc {
    line-height: normal;
  }
  .hotel-list .hotel-price {
    min-height: initial !important;
  }
  .hotel-list .hotel-price .h-prc {
    border-bottom: none !important;
    border-top: none !important;
    border-left: 1px solid #e2e2e2 !important;
    float: right !important;
    font-size: 2em !important;
    width: auto !important;
  }
  .hotel-list .hotel-price .h-prc:before,
  .hotel-list .hotel-price .h-prc:after {
    top: 17px !important;
  }
  .hotel-list .hotel-price ul {
    width: auto !important;
  }
  .hotel-list .hotel-price ul li {
    margin: auto 5px;
    float: left;
  }
  .hotel-list .hotel-price .btn-box {
    display: none !important;
  }
  .icon-title article {
    width: 100% !important;
  }
  #dynamic-info .dyn-content .dyn-info,
  #dynamic-info .dyn-content .dyn-img {
    width: 100%;
    border: none;
  }
  #dynamic-info .dyn-content .dyn-info {
    padding-bottom: 0;
  }
  .destination .country {
    height: 200px;
  }
  .price-table .rooms {
    width: 40% !important;
  }
  .price-table .per-col {
    width: 12% !important;
  }
  .price-table .per-col:nth-child(2),
  .price-table .per-col:last-child {
    display: none;
  }
  #last-view .lw-hotel {
    margin-bottom: 20px;
    width: 100% !important;
  }
  #last-view .lw-hotel .lw-info {
    padding: 10px !important;
    margin-left: 0 !important;
  }
  .side-sl {
    overflow: hidden;
  }
  .popup .popup-box {
    width: 95%;
    margin-top: 25%;
  }
}
@media (min-width: 768px) {
  .salelist img {
    height: 165px;
  }
}
@media (min-width: 992px) {
  body:after {
    content: "screen-md-min";
    display: none;
  }
  body #sidebar-btn {
    display: none;
  }
  .fl-price-ftr-right-cnt {
    height: 190px;
    font-size: 10px;
  }
  .form-box .s-radio .sr-list a {
    width: 50%;
  }
  .form-box .s-radio .sr-list a span {
    margin-left: 1px;
  }
  .hotel-price .h-prc {
    font-size: 1.6em !important;
  }
  .hotel-price .h-prc small {
    font-size: 0.37em !important;
  }
  .h-prc-box .h-prc .prod-prc {
    font-size: 2em;
  }
  .pdr0 {
    padding-right: 0 !important;
  }
  .pdl0 {
    padding-left: 0 !important;
  }
  #rightslider {
    height: 310px;
    overflow: hidden;
  }
  .salelist img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .w100-sm {
    width: 100%;
    display: block;
  }
  #sprc-table .mobtbl-fix {
    overflow: hidden;
    max-height: 588px;
  }
  .inner-selector span.label {
    font-size: 3vw;
  }
  .form-content .form-item .icon-child + span {
    font-size: 10px;
  }
  .last-item {
    display: inline-block;
    width: 100%;
  }
  #Panaromic img {
    margin-top: 0;
  }
  body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .basketoverview,
  body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .PNR-overview {
    padding: 15px;
  }
  body #PNR-Thanks .common-box .pnr-view-cnt .basket-box .pnr-box a.btn {
    width: 45%;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .outer-login {
    padding: 0 0 !important;
    margin-bottom: -29px;
  }
  body .user-login input {
    margin-bottom: 10px;
  }
  .smallWidth {
    width: 100%;
  }
  .inner-group .form-box {
    width: 100% !important;
  }
  .inner-group .form-descr {
    width: 100% !important;
    padding: 30px 0px !important;
  }
  #search-bar {
    display: inline-block;
    width: 100%;
  }
  #Insurance-section #extraresult .ibox-content {
    font-size: 13px;
  }
  .inner-ins {
    padding: 15px 0;
  }
  #Insurance-section #btnInsuranceCreate {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  #Insurance-section #insuranceContainer label {
    font-size: 12px;
  }
  .form-content .pass-count-note {
    top: 0;
  }
  .fancybox-nav span {
    visibility: visible;
  }
  #pagetitle h1 {
    font-size: 1em;
  }
  #price-book .wrap i.icon-close {
    z-index: 999999 !important;
  }
  #price-book .wrap {
    padding-top: 0 !important;
  }
  #price-book .price-box .tot-title {
    display: none;
  }
  .price-btn {
    display: block;
  }
  .traveller-form .form-box .tr-row strong {
    display: none;
  }
  #AirportStr {
    width: 100%;
    margin-top: 8px !important;
  }
  #AirportStr label {
    margin-bottom: 10px;
    width: 46%;
    text-align: center;
  }
  #staticPackageDv .form-content .form-item fieldset i {
    float: left;
  }
  .px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .ap-countries li a.active {
    border-radius: 6px 6px;
  }
  .btn.rt-btn i.icon-sliders {
    position: absolute;
    right: 15px;
  }
  .prc-warning {
    font-size: 12px;
  }
  #top-showcase .city-slider {
    padding: 0 !important;
  }
  #price-book .total-price {
    float: left !important;
  }
  #price-book .wrap {
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 35px;
    z-index: 999999;
  }
  #price-book .wrap i.icon-close {
    border-radius: 0;
    top: 0;
    right: 0;
  }
  .filter-group.btn-group button {
    border: 1px solid #dddddd;
    padding: 5px;
    margin-bottom: 7px;
    background: #FFF;
    cursor: pointer;
    font-size: 11px;
  }
  .new-search {
    display: inline-block;
    width: 100%;
  }
  .new-search a {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
  }
  .new-search a i {
    float: right;
  }
  .sortingbar .sorting {
    float: left;
  }
  #footerboxes {
    padding-bottom: 0;
  }
  .main-search .ms-head {
    background-image: url(/Content/Assets/Images/tab-bg.jpg);
    background-size: 100%;
    background-position: top;
  }
  #copyright .copyright {
    padding-bottom: 0;
  }
  #footer-one {
    padding-top: 10px;
  }
  .footerboxes {
    padding-bottom: 0;
  }
  .why-box,
  .news-box {
    height: auto;
  }
  #search-bar .tabs-menu li a i {
    margin-right: 0px;
  }
  #price-book .price-box .tot-title {
    text-align: center;
    line-height: 23px;
  }
  .btn-group,
  .btn-group-vertical {
    margin-bottom: 25px;
  }
  #domesticflights .results .r-title h5 {
    font-size: 12px;
  }
  #domesticflights .results .r-title h5 strong {
    line-height: 45px;
  }
  #domesticflights .results .result-list .list-titles {
    display: none;
  }
  #priceColumn .ibox-content .price-box-product-header {
    font-size: 14px;
  }
  #roomList .panel-heading {
    font-size: 12px;
  }
  .day-buttons .next-span {
    right: 0 !important;
  }
  .price-detail {
    padding: 0px;
  }
  .price-table ul.per-col li a[data-price],
  .price-table ul.per-col li a[data-room-name] {
    font-size: 11px;
    padding-top: 7px;
  }
  .day-buttons .prevday:before,
  .day-buttons .nextday:before {
    width: 19px !important;
    height: 19px !important;
    line-height: 18px !important;
  }
  .price-table ul {
    font-size: 13px;
  }
  .price-table .rooms {
    width: 28% !important;
  }
  .price-table .per-col {
    width: 12% !important;
  }
  .price-table .per-col[data-cindex="1"],
  .price-table .per-col[data-cindex="2"],
  .price-table .per-col[data-cindex="6"],
  .price-table .per-col[data-cindex="7"] {
    display: none;
  }
  .price-table .date,
  .price-table .empty {
    font-size: 11px;
    height: 51px;
  }
  .price-table li span,
  .price-table li a {
    height: 50px;
  }
  #sprc-table .price-table ul.rooms li {
    padding-left: 2px !important;
    height: 54px;
  }
  #sprc-table .price-table ul.rooms li strong {
    line-height: 26px !important;
    font-size: 11px !important;
  }
  .price-table ul li.empty {
    padding: 10px 0;
    height: 50px !important;
  }
  .price-table ul.rooms li span {
    height: 40px !important;
    text-align: right !important;
    padding-right: 10px !important;
  }
  #roomList .single-row {
    line-height: 22px !important;
    font-size: 11px !important;
  }
  #roomList .single-row i {
    font-size: 15px !important;
  }
  .footer-icons {
    padding-top: 0;
  }
  .footer-icons li {
    display: inline-block;
    background-size: 300px;
    margin-left: 7px !important;
    /*.fl !important;*/
  }
  .footer-icons li:nth-child(1) {
    width: 21px !important;
    background-position: -149px !important;
  }
  .footer-icons li:nth-child(2) {
    width: 32px !important;
    background-position: -234px !important;
  }
  .footer-icons li:nth-child(3) {
    width: 30px !important;
    background-position: -270px !important;
  }
  .footer-icons li:nth-child(4) {
    width: 27px !important;
    background-position: -120px !important;
  }
  .footer-icons li:nth-child(5) {
    width: 20px !important;
    background-position: -92px !important;
  }
  .footer-icons li:nth-child(6) {
    width: 21px !important;
    background-position: -62px !important;
  }
  .footer-icons li:nth-child(7) {
    width: 29px !important;
    background-position: -27px !important;
  }
  .footer-icons li:nth-child(8) {
    width: 19px !important;
    background-position: 0 !important;
  }
  .footer-icons li:nth-child(9) {
    width: 57px !important;
    background-position: -177px !important;
  }
  .footer-icons li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .footer-icons li a + small {
    font-size: 6px !important;
    top: -14px !important;
    left: 2px !important;
  }
  #hotel-tabs {
    padding-top: 20px;
  }
  .main-search .src-title {
    font-size: 13px;
  }
  .main-search {
    padding-bottom: 25px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  header {
    height: 125px;
  }
  header .auto-comp {
    width: 92%;
    position: relative !important;
    left: auto;
    right: auto;
    bottom: auto;
    margin-left: 15px;
    top: 10px;
  }
  header .logo {
    width: 100%;
    background-size: 100%;
    height: 60px;
    margin: 0;
  }
  header nav.fr,
  #navigation,
  .sec-icons,
  .tabs-menu li span,
  #usps {
    display: none !important;
  }
  #main-menu {
    display: block;
    cursor: pointer;
  }
  .mobile-menu {
    display: inline-block !important;
  }
  #showcase .banner {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    display: none;
  }
  #showcase .banner:nth-child(1) {
    display: inline-block !important;
    font-size: 5vw;
    border: none !important;
  }
  #showcase .banner:nth-child(1) figcaption {
    line-height: 1em;
  }
  #showcase .banner:nth-child(1) figcaption .banner-price {
    font-size: 5vw;
  }
  #showcase .banner:nth-child(1) figcaption .banner-price small {
    line-height: 2.4vw;
    font-size: 2.4vw;
  }
  #salelists {
    margin-top: -30px;
  }
  #salelists .icon-title article {
    width: 100%;
  }
  #salelists .salelist figcaption .sl-title {
    font-size: 5vw;
  }
  .reviews .rev-slider .rev-item p {
    font-size: 0.7em;
  }
  footer nav ul,
  .social-icons {
    margin-bottom: 30px;
  }
  .form-content .fromtottdiv .dept,
  .form-content .size2,
  .form-content .size3,
  .form-content .size4 {
    width: 100% !important;
  }
  .form-content .size1 {
    width: 30% !important;
  }
  .hotel-list .hotel-price .h-prc {
    border-left: none !important;
    border-bottom: 1px solid #e2e2e2 !important;
    font-size: 2em !important;
    width: 100% !important;
  }
  .hotel-list .hotel-price .h-prc:before,
  .hotel-list .hotel-price .h-prc:after {
    display: none !important;
  }
  .hotel-list .hotel-price ul {
    width: 100% !important;
  }
  #search-bar {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .breadcrumb {
    text-align: left;
    float: left;
  }
  .room-search {
    padding: 10px 5px;
  }
  .room-search .rs-title {
    padding: 15px 0 !important;
  }
  .room-search .form-content .form-item.last-item {
    margin-bottom: 15px !important;
    display: inline-block;
    width: 100%;
  }
  .room-search .form-content .form-item span {
    font-size: 0.8em !important;
  }
  .room-search .form-content .size1 {
    width: 31% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .room-search .form-content .size1.child-ages {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .room-search .adding-delet-btn {
    margin-right: 3px;
    font-size: 14px;
  }
  .top-tabs li {
    display: none;
  }
  .top-tabs li.current {
    display: block;
  }
  .flt-btn.active + #open-filter {
    left: initial;
  }
  .filter {
    -webkit-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
    -moz-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
    -o-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
    -ms-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
    transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
    position: absolute;
    z-index: 99999;
    left: -800px;
    opacity: 1;
    filter: alpha(opacity=0);
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 10px;
  }
  .filter .close-flt {
    display: inline-block !important;
    position: absolute;
    right: -38px;
    top: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  .filter .close-flt i {
    background: #ab2828;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1.4em;
    text-align: center;
    display: inline-block;
  }
  .filter .close-flt:last-child {
    bottom: 0;
    top: auto;
  }
  .filter.flt-show {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .filter.flt-hide {
    left: -800px;
    opacity: 1;
    filter: alpha(opacity=0);
  }
  .flt-btn {
    display: inline-block !important;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .hotel-photos .prod-slider {
    height: auto;
  }
  .hotel-photos .s-thumbs {
    display: none;
  }
  .room-list .btn {
    margin-top: 10px !important;
  }
  .form-box .s-radio .sr-list a {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .numselect.half {
    width: 100% !important;
  }
  #flightresult #price-book .btn {
    font-size: 1em !important;
    margin-left: 0 !important;
  }
  #flightresult #price-book .tot-title {
    display: none;
  }
  #flightresult #price-book .total-price {
    font-size: 29px !important;
  }
  #flightresult .int-flight .int-item .tr-info {
    bottom: 0 !important;
    top: auto !important;
    right: 0 !important;
  }
  #bookflighttransfer .btn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pack-item .cur-flights .cf-content {
    width: 100%;
    float: left;
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .pack-item .cur-flights .cf-price {
    width: 100%;
    position: relative;
    display: inline-block;
    right: auto;
    bottom: auto;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  #hotel-tabs .tabs-menu li span {
    display: none !important;
  }
  #hotel-list .tabs-menu li span {
    display: inline-block !important;
  }
  .sp-video {
    height: 830px !important;
  }
  #last-view {
    display: none !important;
  }
  .extrn-info p {
    left: auto;
    right: -16px;
    top: auto;
    bottom: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1286px) {
  .rs-engine .form-content .size3 {
    width: 18.7% !important;
  }
  .rs-engine span.label {
    font-size: 0.7em !important;
  }
  .hotel-map {
    height: 300px;
    min-height: 300px;
    overflow: hidden;
  }
  .whatsapp span {
    font-size: 1.5em !important;
  }
  .callcenter small {
    font-size: 11px;
  }
  .callcenter span {
    font-size: 20px;
  }
  .callcenter span i {
    top: 4px;
  }
  .callcenter span a {
    font-size: 20px;
    color: #ff8a00;
  }
}
@media (min-width: 993px) and (max-width: 1169px) {
  .ib-banner {
    height: 294px;
  }
}
@media (min-width: 768px) {
  h6 strong {
    padding-left: 15px;
  }
  .pr-0 {
    padding-right: 0;
  }
  .pl-0 {
    padding-left: 0;
  }
  .ap-countries {
    margin-top: 18px;
  }
  .airport-tab {
    min-height: 256px;
  }
}
@media (min-width: 1170px) {
  body:after {
    content: "screen-lg-min";
    display: none;
  }
  body #sidebar-btn {
    display: none;
  }
  .fl-price-ftr-right-cnt {
    height: 190px;
    font-size: 10px;
  }
  .hotel-price .h-prc {
    font-size: 1.6em !important;
  }
  .hotel-price .h-prc small {
    font-size: 0.45em !important;
  }
  .h-prc-box .h-prc .prod-prc {
    font-size: 2.1em !important;
  }
  #top-destinations .item-box figure,
  #top-destinations .item-box img {
    min-height: 232px;
  }
  .salelist img {
    height: 270px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .room-search .form-content .size1.child-ages {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .static-packages .size1 {
    width: 12% !important;
  }
  .static-packages .size3 {
    width: 33% !important;
  }
  .sp-video #sp-search {
    margin-top: 2%;
  }
}
@media (max-width: 375px) {
  .home-plcs {
    padding: 0 !important;
  }
}
@media (max-width: 414px) {
  #hotel-tabs #static-package #spAddBasket {
    line-height: 3.1;
  }
  #hotel-tabs #static-package fieldset select {
    margin-bottom: 10px;
  }
  #hotel-tabs #static-package .form-item fieldset {
    margin-bottom: 10px;
  }
  #hotel-tabs #static-package .form-item fieldset h4 {
    margin-bottom: 7px;
  }
  #hotel-tabs #static-package .form-item fieldset .filter-option {
    max-width: 250px;
    text-overflow: ellipsis;
  }
  #hotel-tabs #static-package #changeParty {
    width: 100%;
  }
  #hotel-tabs #static-package #changeParty i {
    margin-left: 10px;
  }
  #hotel-tabs #static-package .prc-warning i {
    margin-bottom: 60px;
  }
  #hotel-tabs #static-package .prc-warning.prc-info article {
    float: none;
  }
  #hotel-tabs #static-package .sp-fl-details h5 span {
    margin-left: 5px;
    margin-right: 5px;
  }
  #hotel-tabs #static-package .additional-party-section {
    padding-left: 0;
    padding-right: 0;
  }
  #hotel-tabs .hotel-page-icon {
    top: 32px !important;
  }
  .link-btn {
    margin-bottom: 20px;
  }
  .top-features .facilities-title {
    padding-bottom: 15px;
  }
  li.facilitySummaryList {
    width: 50%;
    float: left;
    font-size: 14px;
  }
  .alt-page .zopim {
    bottom: 105px !important;
  }
  .price-btn {
    z-index: 9999;
  }
  .detail-button.visible-xs {
    position: fixed;
    bottom: 50px;
    left: 0;
    z-index: 999;
    background-color: #d3edfb;
    padding: 15px 0;
  }
  .fixed-button {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    z-index: 999;
    height: 50px !important;
  }
  .traveller-form .tr-row {
    margin-bottom: 0;
  }
  .traveller-form .tr-row input {
    margin-bottom: 10px;
    padding: 13px 6px;
  }
  .traveller-form .tr-row select {
    margin-bottom: 10px;
    padding: 13px 6px;
  }
  .traveller-form .tr-row .fixed-button {
    margin-bottom: 0;
  }
  .traveller-form .book-box {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .traveller-form .book-box textarea {
    margin: 10px 0;
  }
  .traveller-form .book-box .form-section-title {
    margin: 0;
  }
  .traveller-form .book-box .field-validation-error {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .traveller-form .book-box.phone-number {
    padding-top: 0;
  }
  .traveller-form .form-note {
    margin: 10px 0;
  }
  #Insurance-section #btnInsuranceCreate {
    margin-bottom: 0;
    line-height: 3.1;
  }
  #Insurance-section #extraresult .ibox-content select {
    padding: 10px 10px;
    border: .5px solid #f1f1f1;
  }
  .payment-cnt .pay-area-item {
    padding-bottom: 5px;
  }
  .payment-cnt .custom-radio {
    margin-bottom: 10px;
  }
  .payment-cnt .custom-radio label {
    padding: 10px 35px;
  }
  .basketoverview .basket-box {
    padding-bottom: 0;
  }
  .basketoverview .pay-box {
    padding-bottom: 20px;
  }
}
@media (max-width: 374px) {
  .detail-button strong {
    font-size: 15px;
  }
  .detail-button span {
    font-size: 14px;
  }
  .htl-prc .prod-prc a {
    font-size: 25px;
  }
}
