/* Initializr Boilerplate Styles*/

html, button, input, select, textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
html, body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

/*WEB FONTS*/

@font-face {
  font-family: 'franklin_gothic_fs_medBdIt';
  src: url('/app_themes/2013/assets/css/FranklinGothic-HvyIt-webfont.eot');
  src: url('/app_themes/2013/assets/css/FranklinGothic-HvyIt-webfont.eot?#iefix') format('embedded-opentype'), url('/app_themes/2013/assets/css/FranklinGothic-HvyIt-webfont.woff') format('woff'), url('/app_themes/2013/assets/css/FranklinGothic-HvyIt-webfont.ttf') format('truetype'), url('/app_themes/2013/assets/css/FranklinGothic-HvyIt-webfont.svg#franklin_gothic_fs_medBdIt') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* url('../../../../2013/assets/css/FranklinGothic-HvyIt-webfont.ttf') format('truetype'), */


/* ClearFxix */

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.deselect {
  opacity: 0.3!important;
  pointer-events: none !important;
}
.alert .btn, .alert .search-popout .popout-head .search-popout--close, .search-popout .popout-head .alert .search-popout--close, .alert .search-popout .popout-head .cancel, .search-popout .popout-head .alert .cancel {
  padding: 10px 5%;
  background: #1e3146 none repeat scroll 0% 0%;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  width: 45%;
  margin: 0px 2% 10px;
  border: 1px solid white;
  box-shadow: none;
  color: white;
}

/* line 36, ../sass/style.scss */

.alert .btn:focus, .alert .search-popout .popout-head .search-popout--close:focus, .search-popout .popout-head .alert .search-popout--close:focus, .alert .search-popout .popout-head .cancel:focus, .search-popout .popout-head .alert .cancel:focus, .alert .btn:active, .alert .search-popout .popout-head .search-popout--close:active, .search-popout .popout-head .alert .search-popout--close:active, .alert .search-popout .popout-head .cancel:active, .search-popout .popout-head .alert .cancel:active {
  border-color: #ee3123;
}

/*GLOBAL STYLE */


/*Container*/

#container, .container {
  position: relative;
  background: #fff;
  z-index: 2;
}

/*Wrapper*/

.wrapper {
  width: 90%;
  margin: 0 5%;
  position: relative;
}

/*Loader*/

#loader {
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  text-align: center;
}
#loader-img {
  margin-top: 50px;
  max-width: 150px;
}
#loader-img {
  -webkit-animation: rotation 1.5s infinite linear;
}
#loader-img.stop {
  -webkit-animation: none;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

/*MMB Loader*/

#dialog-loader {
  -webkit-animation: rotation 1.5s infinite linear;
  max-width: 150px;
  display: none;
}
#dialog-loader.stop {
  -webkit-animation: none;
}

/*Content Classes*/

.mobile-panel {
  background: #fff;
  width: 90%;
  padding: 20px 5%;
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 0px #969696;
  -webkit-box-shadow: 0px 3px 0px #969696;
  box-shadow: 0px 3px 0px #969696;
}
.btn {
  padding: 15px 5%;
  width: 90%;
  background: #fff100;
  color: #1e3146;
  display: block;
  text-align: center;
  font-family: 'franklin_gothic_fs_medBdIt';
  text-decoration: none;
  font-size: 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 0px #ffc000;
  -webkit-box-shadow: 0px 3px 0px #ffc000;
  box-shadow: 0px 3px 0px #ffc000;
  margin: 10px 0;
  s
}
.btn:hover {
  cursor: pointer;
}
#search-panel a.choose-from-list:focus, #search-panel input:focus, #search-panel select:focus, #search-panel textarea:focus {
  border: 2px solid #ee3123;
  border-radius: 3px;
  -webkit-tap-highlight-color: rgba( $primary-color, .4);
}
#search-panel .hasDatepicker table tr td a:focus, #search-panel .hasDatepicker table tr td a:active, #search-panel .btn:focus, #search-panel .btn:active, #search-flights:focus, #search-flights:active {
  background-color: #FFC000;
}
.deselected {
  opacity: 0.4;
}

/*HEADER*/

.header-container {
  background: #ee3123;
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

/*Logo*/

#logo {
  width: 150px;
  margin: 0 auto;
}
#logo a {
  display: block;
}
#logo img {
  max-width: 150px;
}

/*NAVIGATION*/

#navigation {
  float: left;
}

/*Nav Button*/

.menu-btn {
  background: url(../images/sprite.png) no-repeat #d51d15 11px 11px;
  height: 40px;
  width: 45px;
  display: block;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.oc-nav-active {
  background: #1e3146;
  min-height: 685px;
}
.oc-nav-active #container, .oc-nav-active .container {
  background: #fff;
  min-height: 685px;
}
.oc-nav {
  position: absolute;
  width: 249px;
  min-height: 100%;
  top: 0;
  z-index: 9999;
  background: #1e3146;
  font-size: 0.9em;
  -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
  -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
  box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #1e3146;
}
.oc-nav ul {
  list-style-type: none;
}
.oc-nav ul li a {
  font-family: 'franklin_gothic_fs_medBdIt';
  display: block;
  color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  border-bottom: 1px dotted #334557;
}

/*NAVIGATION - Menu Movement */

.oc-nav-left {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.oc-nav-open {
  -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);
}
.container-push, .push-push {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/*NAVIGATION - Menu Transitions */

.oc-nav, #container, .container, .push {
  -webkit-transition: -webkit-transform .3s cubic-bezier(.16, .68, .43, .99);
  -moz-transition: -moz-transform .3s cubic-bezier(.16, .68, .43, .99);
  -o-transition: -o-transform .3s cubic-bezier(.16, .68, .43, .99);
  transition: transform .3s cubic-bezier(.16, .68, .43, .99);
  webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/*NAVIGATION - Site Overlay */

.site-overlay {
  display: none;
}
.oc-nav-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 250px;
  z-index: 9999;
}

/*APP LOGOS*/

#apps {
  margin: 40px 0;
  text-align: center;
}
#apps p {
  font-family: 'franklin_gothic_fs_medBdIt';
  color: #b6b7ba;
  font-size: 1em;
}
#apps a {
  display: block;
}
#apps img {
  margin-bottom: 10px;
}

/*TABBED NAVIGATION*/

.tabs-container {
  background: #1e3146;
}
.tabs-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tabs-container ul li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}

/*.tabs-container ul li:hover, .tabs-container ul li:active, .tabs-container ul li:focus {
	background: rgba(255,255,255,0.2);
}*/

.tabs-container ul li.ui-state-active {
  background: #b6b7ba;
}
.tabs-container ul li a {
  height: auto;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.6em;
  padding: 10px 0px;
  display: block;
  outline: 0;
}
.tabs-container ul li.ui-state-active a {
  color: #fff;
}
.tabs-container ul li a span {
  background: url(../images/tabs.png);
  width: 47px;
  height: 40px;
  display: block;
  margin: auto;
}
.tabs-container ul li#promotions a span {
  background-position: -47px 0;
}
.tabs-container ul li#manage-booking a span {
  background-position: -94px 0;
}
.tabs-container ul li#flight-status a span {
  background-position: -141px 0;
}
#recent-search-content, #manage-booking-content, #flight-status-content {
  display: none;
}
.tabs-container ul li a em.fa {
  width: 47px;
  height: 40px;
  display: block;
  margin: auto;
  font-size: 3em;
}

/*PROMOTIONS TAB*/

.tabs-container ul li#promotions {
  display: block;
}

/*PROMOTION CONTENT*/

.tabs-container ul li#promotions span:after {
  content: "1";
  width: 16px;
  height: 15px;
  background: #ee3123;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  display: block;
  top: 30px;
  left: 60%;
}
#ui-tabs-1:before {
  content: "10% OFF ALL FLIGHTS";
  font-family: 'franklin_gothic_fs_medBdIt';
  font-weight: normal;
  color: #ef3123;
  text-align: center;
  display: block;
  font-size: 2.5em;
  margin: .83em 0;
}
#ui-tabs-1:after {
  content: "Over 50 Sun, City & Ski Destinations from £42";
  color: #fff;
  text-align: center;
  display: block;
  font-size: 16px;
  margin: 1em 0;
}
.promotions {
  background: white;
  padding: 1px 20px 20px;
  margin: -10px -3%;
}
.promotions h1 {
  text-align: center;
  font-family: "franklin_gothic_fs_medBdIt", Helvetica, Arial, sans-serif;
  margin-bottom: -10px;
  color: rgb(239, 49, 35);
  line-height: 1em;
}
.promotions h2 {
  line-height: 1em;
  color: #1E3146;
}
.main-container .promotions p {
  color: #333;
}
.promotions span {
  font-family: "franklin_gothic_fs_medBdIt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.promotions .btn {
  margin: 20px 0;
  color: white;
}
.promotions .btn.book-flights {
  background-color: #EF3123;
  box-shadow: 0px 3px 0px #c92216;
}

/*PROMOTIONS BOX */

.offer-box {
  background-color: #ee3123;
  color: white;
}
.offer-box span {
  color: #fff100;
}
.offer-box h3 {
  font-family: 'franklin_gothic_fs_medBdIt', Helvetica, sans-serif;
  font-size: 0.85em;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.offer-box a {
  text-decoration: none;
  color: white;
  padding: 15px 15px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.offer-box a:hover, .offer-box a:active, .offer-box a:focus {
  /*background-color: rgba(0, 0, 0, 0.1);*/
}

/*MAIN CONTAINER*/

.main-container {
  background: #b6b7ba;
  padding: 20px 0;
  position: relative;
}

/*MAIN CONTAINER - Text*/

.main-container p {
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

/*MAIN CONTAINER - Forms*/

.main-container fieldset {
  margin-bottom: 10px;
  position: relative;
}
.main-container fieldset.bags-holder {
  margin-bottom: 20px;
}
.main-container fieldset input {
  width: 100%;
  padding: 10px 5%;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  -webkit-appearance: none;
  color: #000;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
.main-container .radio {
  margin-bottom: 10px;
}
.main-container .radio .option {
  float: left;
  width: 50%;
  text-align: center;
}
.main-container .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-size: 0.8em;
  line-height: 20px;
  color: #fff;
}
.main-container .radio input[type=radio] {
  display: none;
}
.main-container .radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  -moz-box-shadow: 0px 2px 0px #a1a1a2;
  -webkit-box-shadow: 0px 2px 0px #a1a1a2;
  box-shadow: 0px 2px 0px #a1a1a2;
}
.main-container .radio label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.main-container .radio input[type=radio]:checked + label:before {
  content: "";
  display: inline-block;
  background: #ee3123;
  border: 5px solid #fff;
  width: 10px;
  height: 10px;
}

/*DROPDOWNS*/

select {
  -webkit-appearance: none;
  background: #fff;
  position: relative;
  width: 100%;
  padding: 10px 4%;
  border: none;
  cursor: pointer;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*DROPDOWNS - Arrow Style */

.carat {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #ee3123;
  z-index: 1;
  padding: 12px 8px 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  pointer-events: none;
}
.carat span {
  display: block;
  border: 6px solid transparent;
  border-top-color: #fff;
}

/*DROPDOWNS - Panel Dropdowns */

.mobile-panel .dropdown {
  background: #b6b7ba;
  color: #fff;
}
.mobile-panel .carat {
  background: #1e3146;
}

/*FLIGHT SEARCH FORM*/


/*FLIGHT SEARCH FORM - Dates*/

.main-container #dates .date {
  width: 49%;
  margin-right: 2%;
  float: left;
  position: relative;
}
.main-container #dates .date label {
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url(../images/sprite.png) no-repeat #ee3123 -177px 7px;
  width: 32px;
  height: 29px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-indent: -10000px;
}
.main-container #dates .date .disabled label {
  background: url(../images/sprite.png) no-repeat #ccc -177px 7px;
}
.main-container #dates .date.end {
  margin-right: 0;
}
.main-container #dates .date input {
  width: 100%;
  padding: 10px 8%;
  color: #000;
}
#month.dropdown {
  padding: 10px 8%;
}

/*FLIGHT SEARCH FORM - Groups*/

#groups {
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
  -moz-box-shadow: 1px 1px 0px #969696, inset 1px 1px 0px #ccc;
  -webkit-box-shadow: inset 1px 1px 0px #ccc;
  box-shadow: inset 1px 1px 0px #969696, 1px 1px 0px #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#groups p {
  font-weight: bold;
  text-decoration: none;
  color: #1e3146;
  font-size: 12px;
  line-height: 12px;
  margin: 0 auto;
}
#groups a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

/*FLIGHT SEARCH FORM - People*/

.main-container #people .person {
  width: 32%;
  margin-right: 2%;
  float: left;
  position: relative;
}
.main-container #people .person.end {
  margin-right: 0;
}
.main-container #people .person label {
  display: block;
  padding: 5px 0;
  height: 25px;
  text-align: center;
  font-size: 0.8em;
  color: #1e3146;
  font-weight: bold;
}
.main-container #people .person select {
  width: 100%;
  padding: 10px 12%;
}

/*SEARCH PANEL - People - Tooltip*/

.main-container #people .person label .tooltip {
  position: relative;
  top: -2px;
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
  background: #1e3146;
  color: #fff;
  font-weight: normal;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-left: 3px;
  border: 3px solid #b6b7ba;
}
.main-container #people .person label .tooltip:hover {
  cursor: pointer;
}
.main-container #people .person label .tooltip:hover > .tooltip-info {
  display: block;
}
.main-container #people .person label .tooltip .tooltip-info {
  font-size: 1em;
  display: none;
  position: absolute;
  top: -66px;
  width: 84px;
  background: #ee3123;
  padding: 5px;
  border-radius: 5px;
  left: -70px;
  font-weight: bold;
}
.main-container #people .person label .tooltip .tooltip-info:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 85%;
  margin-left: -5px;
  border: solid 5px;
  border-color: transparent;
  border-top-color: #ef3123;
  border-bottom: 0px;
  width: 0;
  height: 0;
}
.main-container #people .person label .tooltip .tooltip-info p span {
  font-size: 10px;
  display: block;
  margin-bottom: 3px;
}
.main-container #people .person .carat {
  top: 41px;
}

/*FLIGHT SEARCH FORM - Datepicker*/

#ui-datepicker-div {
  left: 0px !important;
  top: 163px !important;
  background: #fff;
  width: 100%;
  height: 450px;
  display: none;
}
.ui-datepicker-header, .ui-datepicker-calendar, .ui-datepicker-buttonpane {
  width: 90%;
  margin: 0 5%;
  position: relative;
}
.ui-datepicker-title {
  text-align: center;
  font-family: 'franklin_gothic_fs_medBdIt';
  font-size: 1.3em;
  color: #ee3123;
  padding-top: 27px;
}
.ui-datepicker-calendar {
  margin-top: 20px;
}
.ui-datepicker-calendar tr th {
  color: #b6b7ba;
}
.ui-datepicker-calendar tr td {
  width: 14%;
  height: 37px;
  border: 2px solid #fff;
}
.ui-datepicker-calendar tr td a {
  background: #407e2a;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 37px;
}
.ui-datepicker-calendar tr td span {
  background: #ccc;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 37px;
}
.ui-datepicker-calendar tr td.ui-datepicker-week-end a {
  background: #407e2a;
}
.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 20px;
  background: #1e3146;
  padding: 10px;
  border-radius: 3px;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  cursor: pointer;
}
.ui-datepicker-next {
  right: 0px;
}
.ui-datepicker-next span, .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker-next:after {
  content: "";
  display: block;
  border: solid 10px;
  border-color: transparent;
  border-left-color: #fff;
  border-right: 0px;
  width: 0;
  height: 0;
}
.ui-datepicker-prev:after {
  content: "";
  display: block;
  border: solid 10px;
  border-color: transparent;
  border-right-color: #fff;
  border-left: 0px;
  width: 0;
  height: 0;
}
.ui-datepicker-close {
  margin: 20px auto;
  padding: 10px 0;
  width: 100%;
  background: #fff100;
  color: #1e3146;
  display: block;
  text-align: center;
  font-family: 'franklin_gothic_fs_medBdIt';
  text-decoration: none;
  font-size: 1.1em;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 0px #ffc000;
  -webkit-box-shadow: 0px 3px 0px #ffc000;
  box-shadow: 0px 3px 0px #ffc000;
  border: none;
}
button.ui-datepicker-current {
  display: none;
}

/*FOOTER*/

.footer-container {
  padding: 20px 0;
  text-align: center;
}
.footer-container p {
  margin: 0;
  font-size: 0.65em;
  text-align: center;
  color: #606e7c;
}
#footer-links a {
  margin: 0px;
  padding-left: 10px;
  padding-right: 12px;
  border-right: 1px solid #ee3123;
  text-decoration: none;
  font-size: 0.65em;
  color: #ee3123;
}
#footer-links a:first-child {
  padding-left: 0;
}
#footer-links a:last-child {
  padding-right: 0;
  border: 0;
}
#footer-links a:hover {
  text-decoration: underline;
}

/*BOOKING PATH*/

#booking-path {
  padding-bottom: 50px;
}

/*BOOKING PATH - Back Button*/

#back-btn {
  height: 60px;
  float: left;
}
#back-btn a {
  margin: 12px 0 0 0;
  border: 1px solid #b6b7ba;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px;
  text-decoration: none;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #b6b7ba;
}

/*BOOKING PATH - Total*/

#basket {
  float: right;
  cursor: pointer;
  margin: 12px 0;
  height: 35px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#basket p {
  font-size: 0.8em;
  line-height: 35px;
  color: #ee3123;
  font-weight: bold;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
#basket p span {
  color: #1e3146;
}

/* VALIDATION */

.validation {
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 5px solid #ee3123;
  z-index: 3;
  display: none;
}
.validation .validation-container {
  margin: 20px auto;
  width: 100%;
}
.validation-message {
  border-bottom: 1px dotted #ee3123;
  padding-bottom: 20px;
}
.validation-alert {
  float: left;
  border-radius: 50%;
  color: #ee3123;
  font-size: 1.4em;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 3px solid #ee3123;
  font-family: 'franklin_gothic_fs_medBdIt';
}
.validation .validation-container p {
  float: left;
  color: #ee3123;
  font-size: 0.8em;
  line-height: 38px;
  padding: 0;
  margin: 0;
  font-weight: bold;
  margin-left: 10px;
}
.validation .validation-container ul {
  margin: 30px 40px;
  padding: 0;
}
.validation .validation-container ul li {
  color: #1e3146;
  font-size: 0.8em;
  margin: 10px 0;
}
.validation a#close {
  float: right;
  color: #fff;
  background: #ee3123;
  padding: 5px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1em;
  font-family: 'franklin_gothic_fs_medBdIt';
}

/*BOOKING PATH - Breadcrumbs*/

#breadcrumb {
  background: #1e3146;
  position: relative;
  z-index: 2;
}
#steps {
  width: 100%;
  background: #b6b7ba;
  padding: 0 0 20px 0;
}
#steps ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#steps ul li {
  padding: 15px 0 15px 4%;
  margin: 0 2%;
  float: left;
  width: 25.33%;
  background: #cbcbce;
  text-align: center;
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#steps ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 22px solid transparent;
  border-left: 8px solid #b6b7ba;
}
#steps ul li:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  border: 22px solid transparent;
  border-left: 8px solid #cbcbce;
}
#steps ul li.current {
  background: #fff;
  color: #ee3123;
}
#steps ul li.current:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  border: 22px solid transparent;
  border-left: 8px solid #fff;
}
#steps ul li.complete {
  background: #fff;
  color: #ccc;
}
#steps ul li.complete:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  border: 22px solid transparent;
  border-left: 8px solid #fff;
}

/* POPUP */


/*Error message */

.error {
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 0px #ee3123;
  box-shadow: 0px 5px 0px #ee3123;
  z-index: 16;
  display: none;
}
.error .error-container {
  margin: 20px auto 10px auto;
  width: 100%;
}
.error .error-container ul {
  margin: 30px 40px;
  padding: 0;
}
.error .error-container ul li {
  color: #1e3146;
  font-size: 0.8em;
  margin: 10px 0;
}
.error .error-container p {
  color: #ee3123;
  text-align: left;
  font-size: 0.9em;
  margin: 0 auto 5px auto;
  border-bottom: 1px dotted #ee3123;
  padding-bottom: 15px;
  font-weight: bold;
  min-height: 30px;
}
.error a#error-close {
  float: right;
  color: #fff;
  background: #ee3123;
  padding: 5px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1em;
  font-family: 'franklin_gothic_fs_medBdIt';
}
.error .error-container .error-message {
  float: left;
  border-radius: 50%;
  color: #ee3123;
  font-size: 1.4em;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 3px solid #ee3123;
  font-family: 'franklin_gothic_fs_medBdIt';
  margin-right: 15px;
}

/*BASKET-ALERT*/

.basket-alert {
  background: #407e2a;
  position: fixed;
  z-index: 3;
  top: 0;
  width: 90%;
  padding: 18px 5%;
  display: none;
}
.basket-alert p span {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
.basket-alert .basket-detail p {
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  float: left;
}
.basket-alert .basket-detail p span.price {
  font-weight: bold;
  color: #fff100;
}
.basket-alert .basket-detail .tickholder {
  width: 20px;
  height: 20px;
  background: url(../images/sprite.png) no-repeat #165714 9px -68px;
  padding: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

/*BOOKING PATH - Total*/

#basket {
  float: right;
  cursor: pointer;
  margin: 12px 0;
  height: 35px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#basket p {
  font-size: 0.8em;
  line-height: 35px;
  color: #ee3123;
  font-weight: bold;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
#basket p span {
  color: #1e3146;
}
#basket.basketopen:after {
  content: "";
  background: url(../images/sprite.png) no-repeat 0 -37px;
  position: absolute;
  right: 0;
  top: 18px;
  height: 25px;
  width: 25px;
}
#basket.basketopen #r-total {
  display: none;
}
#basket.basketopen span {
  display: none;
}
#basket:hover {
  cursor: pointer;
}
#basket-close {
  background: url(../images/sprite.png) no-repeat 0 -37px;
  height: 25px;
  width: 25px;
  display: block;
  text-indent: -10000px;
  margin: 20px auto;
}
#basket-close:hover {
  cursor: pointer;
}
#basket-content {
  background: #ef3123;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  padding-bottom: 20px;
}
#basket-content h1 {
  font-family: 'franklin_gothic_fs_medBdIt';
  color: #fff100;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
}
.basket-box {
  width: 90%;
  padding: 10px 5%;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.8em;
  margin-bottom: 10px;
}
.basket-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.basket-box ul li {
  margin-bottom: 5px;
  color: #1e3146;
}
.basket-box ul li:first-child {
  color: #ee3123;
}
.basket-box ul li span {
  float: right;
  color: #ee3123;
  font-weight: bold;
}
.basket-box ul li:last-child {
  font-weight: bold;
}
.checkout-box-success {
  width: 90%;
  padding: 10px 5%;
  background: #407e2a;
  font-size: 0.8em;
  border-bottom: 2px solid #fff;
}
.checkout-box-success:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border: solid 10px;
  border-color: transparent;
  border-top-color: #407e2a;
  border-bottom: 0px;
  width: 0;
  height: 0;
  margin-top: 10px;
}
.checkout-box-success p {
  color: #fff;
  font-size: 1em;
  margin: 5px 0;
}
.checkout-box {
  width: 90%;
  padding: 10px 5%;
  background: #ee3123;
  font-size: 0.8em;
}
.checkout-box .total p {
  color: #fff;
}
.checkout-box .total p span {
  color: #fff100;
  margin-left: 5px;
}
.total p {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  color: #1e3146;
  text-align: left;
}
.total p span {
  color: #ee3123;
  float: right;
}

/*BOOKING PATH - Label */

#booking-path label {
  color: #1e3146;
  font-size: 0.8em;
  vertical-align: top;
  font-weight: bold;
}
#booking-path label.radio {
  font-weight: normal;
}
#booking-path label span {
  float: right;
  font-size: 0.9em;
  vertical-align: top;
  font-weight: normal;
}

/*BOOKING PATH - Promo Styling*/

.social-wrap {
  margin-top: 20px;
}
#booking-path #social-holder {
  text-align: center;
}
#booking-path #social-holder h2 {
  font-family: 'franklin_gothic_fs_medBdIt';
  font-weight: normal;
  color: #ef3123;
  text-align: center;
  font-size: 1.5em;
  margin: 0 auto 10px auto;
}
#booking-path #social-holder ul {
  margin: 0 auto;
  display: block;
  padding: 0;
}
#booking-path #social-holder ul li {
  display: inline-block;
  list-style: none;
  text-indent: -100000px;
}
#booking-path #social-holder ul li a {
  width: 45px;
  height: 45px;
  display: block;
  background: url(../images/social-icons.png) no-repeat;
  padding: 0;
  margin: 0;
}
#booking-path #social-holder ul li#facebook a {
  background-position: 0 -53px;
}
#booking-path #social-holder ul li#youtube a {
  background-position: 0 -107px;
}
#booking-path #social-holder ul li#google a {
  background-position: 0 -160px;
}
#booking-path .promo fieldset input {
  border: 1px solid #b6b7ba;
}
#booking-path .promo .promo-input-holder {
  float: left;
  width: 50%;
}
#booking-path .promo .promo-input-holder label {
  font-size: 0.9em;
  color: #ee3123;
}
#booking-path .promo .promo-btn-holder {
  float: right;
  width: 45%;
  position: relative;
}
#booking-path .promo .promo-btn-holder a {
  background: #407e2a;
  color: #fff;
  box-shadow: none;
  font-family: sans-serif;
  position: absolute;
  top: 17px;
  margin: 0;
}
#booking-path .promo .promo-btn-holder a.success {
  padding: 10px 0px 10px 10px;
}
#booking-path .promo .promo-btn-holder span {
  position: absolute;
  left: 0;
  top: 29px;
  z-index: 3;
  background: url(../images/sprite.png) no-repeat 0px -66px;
  height: 30px;
  width: 30px;
  margin-left: 9px;
}

/*BOOKING PATH - Title*/

#booking-path-title {
  margin-bottom: 10px;
}
#booking-path-title h2 {
  background: url(../images/sprite.png) no-repeat;
  font-family: 'franklin_gothic_fs_medBdIt';
  font-weight: normal;
  color: #ef3123;
  text-align: center;
  font-size: 1.5em;
  margin: 0 auto 5px auto;
}
#booking-path-title p {
  margin: 5px;
  color: #1f3145;
  font-weight: bold;
  font-size: 0.8em;
}
#booking-path-title h2.payment + p {
  display: none
}
#booking-path-title p span {
  font-weight: normal;
}

/*BOOKING PATH - Flight Details*/

#booking-path-title h2.inbound {
  background-position: -172px -100px;
  width: 162px;
  padding-left: 30px;
}
#booking-path-title h2.outbound {
  background-position: -172px -134px;
  width: 120px;
  padding-left: 30px;
}

/*BOOKING PATH - Available Times*/

.available-flight-prompt {
  margin-bottom: 10px;
}
.available-flight-prompt p {
  font-size: 0.8em;
  text-align: right;
  color: #1f3145;
}
.available-flight-prompt p a {
  font-weight: bold;
  color: #ee3123;
}
.available-flight-prompt p a:hover {
  color: #ee3123;
}
#available-flights {
  margin: 10px 0;
}
#available-flights p {
  color: #1e3146;
  font-weight: bold;
  font-size: 0.8em;
}
#available-flights p a {
  color: #1e3146;
  text-decoration: none;
}
#available-flights .mobile-panel {
  position: relative;
}
#available-flights .mobile-panel .price {
  float: right;
}
#available-flights .mobile-panel .price p {
  font-size: 2.4em;
  color: #ee3123;
  margin: 0;
  font-weight: bold;
}
#available-flights .mobile-panel ul {
  float: left;
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
}
#available-flights .mobile-panel ul li {
  font-size: 0.8em;
  color: #1e3146;
  float: left;
  margin-left: 10px;
  line-height: 20px;
}
#available-flights .mobile-panel ul li:first-child {
  font-weight: bold;
  color: #ee3123;
  font-size: 1em;
}
#available-flights .mobile-panel ul li span {
  font-weight: bold;
}
#available-flights .mobile-panel .bullet {
  left: 15px;
  top: 18px;
  position: absolute;
  background: #ccc;
  width: 10px;
  height: 10px;
  border: 5px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0px 2px 0px #a1a1a2;
  -webkit-box-shadow: 0px 2px 0px #a1a1a2;
  box-shadow: 0px 2px 0px #a1a1a2;
}
#available-flights .mobile-panel.selected .bullet {
  background: #ee3123;
}

/*BOOKING PATH - Select Day*/

#select-day {
  width: 90%;
  padding: 12px 5%;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 1px 1px 0px #a5a5a5;
  -webkit-box-shadow: inset 1px 1px 0px #a5a5a5;
  box-shadow: inset 1px 1px 0px #a5a5a5;
  margin: 5px 0 15px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#select-day .selected-title p a {
  text-decoration: none;
  position: relative;
  margin: auto;
  color: #fff;
  padding: 7px 5%;
  top: 1px;
}
#select-day .selected-title p a span {
  color: #ccc;
}
#select-day p {
  font-size: 0.8em;
  margin: 0;
  color: #b6b7ba;
  line-height: 20px;
}

/*BOOKING PATH - 3 Day View*/

#flights {
  margin-top: 20px;
}
.day-btn {
  background: #1e3146;
  color: #fff;
  float: left;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 0.7em;
  line-height: 18px;
}
.day-btn span {
  font-size: 1.28em;
}
.day-btn#next {
  float: right;
}
.day-btn#prev {
  float: left;
}
#three-day-view {}
#three-day-view ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#three-day-view ul li {
  width: 30%;
  margin-right: 5%;
  float: left;
}
#three-day-view ul li:last-child {
  margin: 0;
}
#three-day-view ul li a {
  text-decoration: none;
}

/*BOOKING PATH - Day*/

.day {
  background: #fff;
  width: 90%;
  padding: 10px 5%;
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 0px #969696;
  -webkit-box-shadow: 0px 3px 0px #969696;
  box-shadow: 0px 3px 0px #969696;
  position: relative;
}
.day p {
  margin: 0;
}
.day .day-text {
  color: #606e7c;
}
.day .date-text {
  color: #1e3146;
  font-weight: bold;
}
.day .price-text span {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  color
}
.day .price-text {
  font-weight: bold;
  color: #ee3123;
  font-size: 1.2em;
}
.day .price-text.no-flights {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 2.1em;
}

/*BOOKING PATH - Active Day*/

#three-day-view ul li.ui-tabs-active .day {
  background: #ef3123;
  -moz-box-shadow: 0px 3px 0px #d21b0d;
  -webkit-box-shadow: 0px 3px 0px #d21b0d;
  box-shadow: 0px 3px 0px #d21b0d;
}
#three-day-view ul li.ui-tabs-active .day:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border: solid 10px;
  border-color: transparent;
  border-top-color: #ef3123;
  border-bottom: 0px;
  width: 0;
  height: 0;
}
#three-day-view ul li.ui-tabs-active .day .day-text {
  color: #fff;
}
#three-day-view ul li.ui-tabs-active .day .date-text {
  color: #dddddd;
}
#three-day-view ul li.ui-tabs-active .day .price-text {
  color: #fff100;
}

/*BOOKING PATH - Extras*/

#check-in {
  padding: 10px 0;
}
#booking-path-title h2.extras {
  background-position: -172px -70px;
  width: 140px;
  padding-left: 20px;
}
.baggage-banner {
  width: 90%;
  padding: 12px 5%;
  position: relative;
  -moz-box-shadow: 1px 1px 0px #969696, inset 1px 1px 0px #ccc;
  -webkit-box-shadow: inset 1px 1px 0px #ccc;
  box-shadow: inset 1px 1px 0px #969696, 1px 1px 0px #ccc;
  margin: 10px 0 25px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.baggage-banner h3 {
  font-family: 'franklin_gothic_fs_medBdIt';
  color: #1e3146;
  text-align: center;
  padding: 0;
  margin: 0;
}
.baggage-banner p {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-family: 'franklin_gothic_fs_medBdIt';
  color: #ee3123;
}
.main-container .extras-fieldset .carat {
  top: 28px;
}

/*BOOKING PATH - Summary */

#booking-path .promo fieldset {
  margin: 0;
}
#booking-path .promo fieldset input {
  width: 50%;
  -moz-box-shadow: inset 1px 1px 0px #ccc;
  -webkit-box-shadow: inset 1px 1px 0px #ccc;
  box-shadow: inset 1px 1px 0px #ccc;
  float: left;
  border: none;
}
#booking-path .promo fieldset input.promo {
  background: #407e2a;
  font-family: 'franklin_gothic_fs_medBdIt';
  color: #fff;
  box-shadow: none;
  margin: 0;
  padding: 10px 5%;
  width: 35%;
  float: right;
  font-size: 14px;
}
.checkout-box-success {
  width: 90%;
  padding: 10px 5%;
  background: #407e2a;
  font-size: 0.8em;
  border-bottom: 2px solid #fff;
  margin: 15px 0;
}
.checkout-box-success:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border: solid 10px;
  border-color: transparent;
  border-top-color: #407e2a;
  border-bottom: 0px;
  width: 0;
  height: 0;
  margin-top: 10px;
}
.checkout-box-success p {
  color: #fff;
  font-size: 1em;
  margin: 5px 0;
}

/*BOOKING PATH - Passenger Details*/

#booking-path-title h2.details {
  background-position: -172px -167px;
  width: 206px;
  padding-left: 40px;
}
.passenger p {
  font-family: 'franklin_gothic_fs_medBdIt';
  width: 90%;
  padding: 12px 5%;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 1px 1px 0px #a5a5a5;
  -webkit-box-shadow: inset 1px 1px 0px #a5a5a5;
  box-shadow: inset 1px 1px 0px #a5a5a5;
  margin: 20px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.9em;
  color: #1e3146;
}

/*BOOKING PATH - Payment Details*/

#card-icons {
  width: 100%;
  text-align: center;
}
#card-icons img {
  width: 256px;
}
#card-icons p {
  font-family: Arial, Helvetica, sans-serif;
  background: none;
  font-size: 0.7em;
  color: #fff;
  padding: 0;
  margin: 0 0 20px 0;
  position: static;
  width: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#card-icons p span {
  background: url(../images/sprite.png) no-repeat -182px -280px;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 8px;
  -moz-box-shadow: 1px 1px 0px #969696, inset 1px 1px 0px #ccc;
  -webkit-box-shadow: inset 1px 1px 0px #ccc;
  box-shadow: inset 1px 1px 0px #969696, 1px 1px 0px #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#booking-path-title h2.payment {
  background-position: -172px -201px;
  width: 184px;
  padding-left: 40px;
}
.payment-section p {
  font-family: 'franklin_gothic_fs_medBdIt';
  width: 90%;
  padding: 12px 5%;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 1px 1px 0px #a5a5a5;
  -webkit-box-shadow: inset 1px 1px 0px #a5a5a5;
  box-shadow: inset 1px 1px 0px #a5a5a5;
  margin: 20px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.9em;
  color: #1e3146;
}
#card-expiry {
  margin: 15px 0;
}
#card-expiry label {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1e3146;
}
#card-expiry #expiry-month {
  float: left;
  width: 30%;
  margin-right: 4%;
}
#card-expiry #expiry-year {
  width: 66%;
  margin: 0;
}
#booking-terms {
  margin: 15px 0;
  font-size: 0.85em;
}
#booking-terms a {
  color: #ef3123;
}

/*BOOKING PATH - Confirmation*/

#booking-path-title h2.confirmed {
  background: none;
}
#booking-path .confirmation-panel {
  background: #fff;
  width: 90%;
  padding: 20px 5%;
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 0px #969696;
  -webkit-box-shadow: 0px 3px 0px #969696;
  box-shadow: 0px 3px 0px #969696;
}
.confirmation-panel .basket-box {
  background: #f1f1f1;
  position: relative;
}
.confirmation-panel .end {
  background: #ee3123;
}
.confirmation-panel .basket-box ul li:first-child {
  font-weight: bold;
  font-size: 1em;
}
.confirmation-panel .basket-box .total p {
  color: #fff;
  text-align: left;
}
.confirmation-panel .basket-box .total p span {
  color: #fff100;
  margin-left: 5px;
}

/*Error Pages*/

#error-page h2 {
  font-family: 'franklin_gothic_fs_medBdIt';
  font-weight: normal;
  color: #ef3123;
  text-align: center;
  font-size: 1.5em;
  margin: 0 auto 5px auto;
}
#new-fare p {
  color: #000;
}
#new-fare ul {
  list-style-type: none;
  display: inline-block;
  font-size: 0.8em;
}
#new-fare ul li:first-child {
  font-weight: bold;
}
#new-fare ul.new-fare-total {
  width: 90%;
  background: #ee3123;
  padding: 10px 5%;
  margin: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#new-fare ul.new-fare-total li {
  text-align: center;
  font-weight: bold;
  border: 0;
  margin: 0;
  color: #fff100;
}
#new-fare ul.new-fare-total li:first-child {
  color: #fff;
}

/* General styles */

.warning {
  border-left-width: 12px;
  border-top-width: 2px;
  border-right-width: 12px;
  border-bottom-width: 2px;
  margin-bottom: 16px;
  text-align: center;
  border-style: solid;
  border-color: red;
  padding: 12px;
}
.warningTitle {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
}
.warningText {
  font-size: 12px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.strike {
  text-decoration: line-through;
}

/* Media Queries */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .tabs-container ul li a span {
    background: url(../images/tabs2x.png);
    background-size: 188px 80px;
  }
  .main-container #dates .date label {
    background: url(../images/sprite2x.png) no-repeat #ee3123 -177px 7px;
    background-size: 200px 300px;
  }
  #booking-path-title h2 {
    background: url(../images/sprite2x.png) no-repeat;
    background-size: 200px 300px;
  }
  .menu-btn {
    background: url(../images/sprite2x.png) no-repeat 11px 11px #d51d15;
    background-size: 200px 300px;
  }
  .basket-alert .basket-detail .tickholder {
    background: url(../images/sprite2x.png) no-repeat #165714 9px -68px;
    background-size: 200px 300px;
  }
  #booking-path .promo .promo-btn-holder span {
    background: url(../images/sprite2x.png) no-repeat 0px -25px;
    background-size: 200px 300px;
    ;
  }
  #basket.basketopen:after {
    background: url(../images/sprite2x.png) no-repeat 0 -37px;
    background-size: 200px 300px;
  }
  #card-icons p span {
    background: url(../images/sprite2x.png) no-repeat -182px -280px;
    background-size: 200px 300px;
  }
  #basket-close {
    background: url(../images/sprite2x.png) no-repeat 0 -37px;
    background-size: 200px 300px;
  }
}
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1140px) {
  .wrapper, .tab-wrap, .ui-datepicker-header, .ui-datepicker-calendar, .ui-datepicker-buttonpane {
    width: 1026px;
    margin: 0 auto;
  }
}
