elyotechgit
12/17/2016 - 4:57 PM

homepagecss

.ui-carousel {
  height: 100px;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  /*for ie7 to work e.g in html carousels*/
  width: 300px;
}
.ui-carousel > .wrapper {
  margin: 0;
  padding: 0;
  width: 9999px;
}
.ui-carousel > .wrapper > * {
  border: 0;
  display: block;
  float: left;
  height: 100px;
  overflow: hidden;
  width: 100px;
}

/*!

Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0 for frontend with the good links
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/bundles/travelyotemplate/libraries/jquery.chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/bundles/travelyotemplate/libraries/jquery.chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/bundles/travelyotemplate/libraries/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/bundles/travelyotemplate/libraries/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/bundles/travelyotemplate/libraries/jquery.chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/bundles/travelyotemplate/libraries/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/bundles/travelyotemplate/libraries/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/bundles/travelyotemplate/libraries/jquery.chosen/chosen-sprite.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/*!
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 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;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* 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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/bundles/travelyotemplate/images/libraries/ui-lightness/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(/bundles/travelyotemplate/images/libraries/ui-lightness/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/bundles/travelyotemplate/images/libraries/ui-lightness/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-icons_cd0a0a_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/bundles/travelyotemplate/images/libraries/ui-flick/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: alpha(opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/*!
 * jQuery UI Slider 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.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;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.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;
}
/*!
 * jQuery UI Datepicker 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/*!
 * jQuery UI Progressbar 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* jQuery UI Autocomplete 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.22
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/**
 * Imported at the top of each view LESS file
 * Contains all variables and based class (bootstrap, forms, icons ...)
 */
/* Variables
----------------*/
/*
// Load bootstrap libary varabiles
@import "../../../css/libraries/bootstrap/variables.less"; // Bootstrap variables base TODO: to remove (update depedencies)
@path_to_bs: "../../../libraries/bootstrap-3.2.0/less/";
@import "@{path_to_bs}variables.less";

// Load base variables (contains all static variable and default values)
@import "base_variables.less"; // Template variables

// Load vars import root from UI element (new)
@import "vars.less";

@import "system_template_build_variables.less"; // Dynamic variableshttps://github.com/elyotechgit/travelyo/blob/ad7992705bf58aefa3f6e90de167685432fbbfec/src/Travelyo/TemplateBundle/Resources/public/templates/airtlv/css/base.less
*/
/*// Bootstrap variable
//---------------------------------
@btn-primary-color: white;
@btn-primary-bg: @high-base;
@btn-primary-border: @high-base;

// Disable bootstrap container media queries
// Small screen / tablet
@container-tablet: ((1140px + @grid-gutter-width));
//** For `@screen-sm-min` and up.
@container-sm: @container-tablet;

// Medium screen / desktop
@container-desktop: ((1140px + @grid-gutter-width));
//** For `@screen-md-min` and up.
@container-md: @container-desktop;

// Large screen / wide desktop
@container-large-desktop: ((1140px + @grid-gutter-width));
//** For `@screen-lg-min` and up.
@container-lg: @container-large-desktop;
*/
/** @todo corrected by yonatan/lem**/
/* Overwrite Bootstrap variables
---------------------------------*/
/*@zIndex-3--flight-results__overlay--outbound__return-flight-title: @zIndex-3;*/
/* Page specific
----------------------------------------------------------------------------------------------------------------------*/
/**
 ORDER V2 by adrian

*/
/*
Global
*/
/* - Payment timeline
*/
/*
contact
*/
/*
Package result
*/
/* Bootstrap (legacy)
-------------------*/
/* Bootstrap 3.2.0
-------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/bundles/travelyotemplate/libraries/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.eot');
  src: url('/bundles/travelyotemplate/libraries/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/bundles/travelyotemplate/libraries/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/bundles/travelyotemplate/libraries/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/bundles/travelyotemplate/libraries/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -moz-box-sizing: border-box;
  -for--moz-box-sizing: '@type';
  -webkit-box-sizing: border-box;
  -for--webkit-box-sizing: '@type';
  box-sizing: border-box;
  -for-box-sizing: '@type';
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  -for--moz-box-sizing: '@type';
  -webkit-box-sizing: border-box;
  -for--webkit-box-sizing: '@type';
  box-sizing: border-box;
  -for-box-sizing: '@type';
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.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: 1200px) {
  .container {
    width: 1170px;
  }
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  -for--moz-box-sizing: '@type';
  -webkit-box-sizing: border-box;
  -for--webkit-box-sizing: '@type';
  box-sizing: border-box;
  -for-box-sizing: '@type';
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
.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: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-dialog.modal-dialog--w-1172 {
  width: 1172px;
}
/* Fontawesome
----------------*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/bundles/travelyotemplate/libraries/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/bundles/travelyotemplate/libraries/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/bundles/travelyotemplate/libraries/font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/bundles/travelyotemplate/libraries/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/bundles/travelyotemplate/libraries/font-awesome-4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/* Others
----------------*/
/* COLORS + VARIATIONS */
/* << END COLORS*/
.controls-inline.error .help-inline {
  display: none;
}
.help-inline ul {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .control-group:after {
  clear: both;
}
.btn-flat {
  border-radius: 0px;
  background-image: none;
  text-shadow: none;
  border: none;
}
.btn-action,
.btn-action:hover {
  /*.buttonBackground(@btnActionBackgroundGradientStart, @btnActionBackgroundGradientEnd);*/
  color: #ffffff;
  -for-color: '@base__color--white';
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
[class^="et-icon-"],
[class*=" et-icon-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: bottom;
  /*background-position: 20px 20px;*/
}
.icon-white {
  background-image: url("/bundles/travelyofrontend/images/libraries/bootstrap/glyphicons-halflings-white.png");
}
.et-icon-flight-inbound-light {
  background: url('/dynamic/site1/images/flight-inbound-light.png');
}
.et-icon-flight-inbound {
  background: url('/dynamic/site1/images/flight-inbound-dark.png');
}
.et-icon-flight-inbound-blue {
  background: url('/dynamic/site1/images/flight-inbound-blue.png');
}
.et-icon-flight-outbound-light {
  background: url('/dynamic/site1/images/flight-outbound-light.png');
}
.et-icon-flight-inbound-light-grey {
  background: url('/dynamic/site1/images/flight-inbound-light-grey.png');
}
.et-icon-flight-outbound-blue {
  background-image: url('/dynamic/site1/images/flight-outbound-blue.png');
}
.et-icon-flight-outbound {
  background: url('/dynamic/site1/images/flight-outbound-dark.png');
}
.et-icon-flight-departure {
  background: url('/dynamic/site1/images/flight-departure-dark.png');
}
.et-icon-flight-arrival {
  background: url('/dynamic/site1/images/flight-arrival-dark.png');
}
.et-icon-flight-duration {
  background: url('/dynamic/site1/images/flight-duration-dark.png');
}
.et-icon-flight-stops {
  background: url('/dynamic/site1/images/flight-stops-dark.png');
}
.et-icon-flight-airport {
  background: url('/dynamic/site1/images/flight-airport-dark.png');
}
.et-icon-loader-small {
  background-image: url('/dynamic/site1/images/loader-small.gif');
}
.et-icon-hotel {
  background: url('/dynamic/site1/images/icon-hotel-dark.png');
}
.et-icon-pack-light {
  background: url('/dynamic/site1/images/icon-pack-light.png');
  width: 30px;
}
.et-icon-car {
  background: url('/dynamic/site1/images/icon-car-dark.png');
}
.et-icon-option {
  background: url('/dynamic/site1/images/icon-option-dark.png');
}
.et-icon-insurance {
  background: url('/dynamic/site1/images/icon-insurance-dark.png');
}
.et-icon-bookingfee {
  background: url('/dynamic/site1/images/icon-bookingfee-dark.png');
}
.et-icon-activity {
  background: url('/dynamic/site1/images/icon-activity-dark.png');
}
.et-icon-favorite {
  background: url('/dynamic/site1/images/blue-star.png');
}
.et-icon-favorite-disabled {
  background: url('/dynamic/site1/images/black-star.png');
}
.et-icon-favorite-enabled {
  background: url('/dynamic/site1/images/yellow-star.png');
}
.et-icon-favorite-active {
  background: url('/dynamic/site1/images/blue-star.png');
}
.et-icon-card_cb {
  width: 28px;
  height: 17px;
  background: url('/dynamic/site1/images/card_cb.png');
}
.et-icon-card_master {
  width: 28px;
  height: 17px;
  background: url('/dynamic/site1/images/card_master.png');
}
.et-icon-card_visa {
  width: 28px;
  height: 17px;
  background: url('/dynamic/site1/images/card_visa.png');
}
.et-icon-animated-loading {
  background: url('/dynamic/site1/images/loader-bars.gif') no-repeat 0 center;
}
.et-icon-map {
  background: url('/dynamic/site1/images/icon-map.png');
}
.et-icon-quote {
  background: url('/dynamic/site1/images/icon-quote.png');
}
.et-icon-price {
  background: url('/dynamic/site1/images/icon-price.png');
}
.et-icon-more-light {
  background: url('/dynamic/site1/images/icon-more-light.png');
}
/* flags */
.et-icon-flag {
  background-repeat: none;
  width: 16px;
  height: 11px;
}
.et-icon-flag-en {
  background: url('/dynamic/site1/images/en.png') no-repeat;
}
.et-icon-flag-nl {
  background: url('/dynamic/site1/images/nl.png') no-repeat;
}
.et-icon-flag-fr {
  background: url('/dynamic/site1/images/fr.png') no-repeat;
}
.et-icon-flag-he {
  background: url('/dynamic/site1/images/il.png') no-repeat;
}
.et-icon-flag-de {
  background: url('/dynamic/site1/images/de.png') no-repeat;
}
.et-icon-flag-it {
  background: url('/dynamic/site1/images/it.png');
}
.et-icon-alarm-time {
  background: url('/dynamic/site1/images/alarm-timer.png') no-repeat;
  background-position: left center;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'travelyo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-activity:before {
  content: "\e910";
}
.icon-arrow-right-bold:before {
  content: "\e911";
}
.icon-arrow-right-thin:before {
  content: "\e912";
}
.icon-car:before {
  content: "\e913";
}
.icon-check:before {
  content: "\e914";
}
.icon-external-link:before {
  content: "\e915";
}
.icon-home:before {
  content: "\e916";
}
.icon-hotel:before {
  content: "\e917";
}
.icon-info:before {
  content: "\e918";
}
.icon-luggage:before {
  content: "\e919";
}
.icon-map-pin:before {
  content: "\e91a";
}
.icon-pencil:before {
  content: "\e91b";
}
.icon-person:before {
  content: "\e91c";
}
.icon-plane2:before {
  content: "\e91d";
}
.icon-star:before {
  content: "\e91e";
}
.icon-x:before {
  content: "\e91f";
}
.icon-arrow-bottom:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-bullhorn:before {
  content: "\e902";
}
.icon-calendar:before {
  content: "\e903";
}
.icon-duration:before {
  content: "\e904";
}
.icon-envelope:before {
  content: "\e905";
}
.icon-map:before {
  content: "\e906";
}
.icon-minus:before {
  content: "\e907";
}
.icon-multiple-pointers:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-photo:before {
  content: "\e90a";
}
.icon-plane:before {
  content: "\e90b";
}
.icon-plus:before {
  content: "\e90c";
}
.icon-print:before {
  content: "\e90d";
}
.icon-share:before {
  content: "\e90e";
}
.icon-users:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e920";
}
.icon-exclamation-circle:before {
  content: "\e921";
}
.icon-male:before {
  content: "\e922";
}
.icon-child:before {
  content: "\e923";
}
.icon-credit-card:before {
  content: "\e924";
}
.icon-question-circle:before {
  content: "\e925";
}
.icon-info2:before {
  content: "\e926";
}
/* Museo slab
----------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'museo-slab';
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/Museo_Slab_500.otf");
}
/* Open Sans (normal)
----------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 400;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/OpenSans-Italic.ttf");
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 700;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 100;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/OpenSans-Light.ttf");
}
/* Alef
----------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Alef';
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Bold.eot");
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Bold.eot?#iefix") format('embedded-opentype'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Bold.woff") format('woff'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Bold.ttf") format('truetype'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Bold.svg#alefbold") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Alef';
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Regular.eot");
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Regular.eot?#iefix") format('embedded-opentype'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Regular.woff") format('woff'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Regular.ttf") format('truetype'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Regular.svg#alefregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Open Sans (hebrew)
----------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'OpenSansHe';
  font-style: italic;
  font-weight: 400;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/he/Open_Sans_Hebrew_Fixed/opensanshebrew-italic-webfont.ttf");
}
@font-face {
  font-family: 'OpenSansHe';
  font-style: normal;
  font-weight: 700;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/he/Open_Sans_Hebrew_Fixed/opensanshebrew-bold-webfont.ttf");
}
@font-face {
  font-family: 'OpenSansHe';
  font-style: normal;
  font-weight: 400;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/he/Open_Sans_Hebrew_Fixed/opensanshebrew-regular-webfont.ttf");
}
@font-face {
  font-family: 'OpenSansHe';
  font-style: normal;
  font-weight: 100;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/he/Open_Sans_Hebrew_Fixed/opensanshebrew-light-webfont.ttf");
}
@font-face {
  font-family: 'travelyo';
  src: url('/bundles/travelyotemplate/templates/airtlv/fonts/travelyo.eot?y896yo');
  src: url('/bundles/travelyotemplate/templates/airtlv/fonts/travelyo.eot?y896yo#iefix') format('embedded-opentype'), url('/bundles/travelyotemplate/templates/airtlv/fonts/travelyo.ttf?y896yo') format('truetype'), url('/bundles/travelyotemplate/templates/airtlv/fonts/travelyo.woff?y896yo') format('woff'), url('/bundles/travelyotemplate/templates/airtlv/fonts/travelyo.svg?y896yo#travelyo') format('svg');
  font-weight: normal;
  font-style: normal;
}
.filter-none {
  -webkit-filter: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.font-medium {
  font-size: 13px;
}
ul.no-style {
  margin: 0px;
  padding: 0px;
}
ul.no-style li {
  list-style: none;
}
.relative {
  position: relative;
}
[class^="col-"] .content-padded,
[class*=" col-"] .content-padded {
  padding: 15px;
  -for-padding: '@default-padding';
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.dir-ltr {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.curs-pointer {
  cursor: pointer;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.bidi {
  unicode-bidi: bidi-override;
}
.mediaqueryloader {
  color: red;
}
@media (min-width: 200px) {
  .container-full-width {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container-full-width {
    width: 100%;
  }
}
.img__flight__rs-scroll__arrow__top {
  background-image: url('/dynamic/site1/images/flight-rs-scroll-top.png');
}
.img__flight__rs-scroll__arrow__bottom {
  background-image: url('/dynamic/site1/images/flight-rs-scroll-bottom.png');
}
.img__btn--favorite {
  background-image: url('/dynamic/site1/images/btn-favorite-icon.png');
}
.button--mobile {
  display: none;
}
.btn#load i {
  font-size: 18px;
}
.btn.btn-version-1 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  background: #76c166;
  -for-background: '@dyn__ui_btns__btn_version_1__bg_color';
  color: #ffffff;
  -for-color: '@dyn__ui_btns__btn_version_1__txt_color';
  padding: 10px;
  border-radius: 0px;
}
.btn.btn-version-1 i {
  font-size: 12px;
  margin-left: 20px;
  color: #ffffff;
  -for-color: '@dyn__ui_btns__btn_version_1__icon_color';
}
.btn.btn-version-1.without-i {
  padding: 13px;
}
.btn.btn-version-1.reverse-colours {
  color: #76c166;
  -for-color: '@dyn__ui_btns__btn_version_1__bg_color';
  border: 1px solid #76c166;
  -for-border: '1px solid @dyn__ui_btns__btn_version_1__bg_color';
  background: #ffffff;
  -for-background: '@dyn__ui_btns__btn_version_1__txt_color';
}
.btn.btn-version-1.reverse-colours i {
  color: #76c166;
  -for-color: '@dyn__ui_btns__btn_version_1__bg_color';
}
.btn.btn-version-2 {
  font-size: 16px;
  width: 100%;
  text-align: center;
  background: #9a9a9a;
  -for-background: '@dyn__ui_btns__btn_version_2__bg_color';
  color: #333333;
  -for-color: '@dyn__ui_btns__btn_version_2__txt_color';
  padding: 5px;
  border-radius: 0px;
}
.btn.btn-version-2 i {
  font-size: 12px;
  margin-left: 20px;
  color: #333333;
  -for-color: '@dyn__ui_btns__btn_version_2__icon_color';
}
.btn.btn-version-2.without-i {
  padding: 13px;
}
.btn.btn-version-3 {
  font-size: 16px;
  width: 100%;
  text-align: center;
  background: #045779;
  -for-background: '@dyn__ui_btns__btn_version_3__bg_color';
  color: #ffffff;
  -for-color: '@dyn__ui_btns__btn_version_3__txt_color';
  padding: 5px;
  border-radius: 0px;
}
.btn.btn-version-3 i {
  font-size: 12px;
  margin-left: 20px;
  color: #ffffff;
  -for-color: '@dyn__ui_btns__btn_version_3__icon_color';
}
.btn.btn-version-3.without-i {
  padding: 13px;
}
.btn.btn-version-4 {
  font-size: 16px;
  width: 100%;
  text-align: center;
  background: white;
  color: #045779;
  padding: 5px;
  border-radius: 0px;
  border: 1px solid #045779;
}
.btn.btn-version-4 i {
  font-size: 12px;
  margin-left: 20px;
  color: #ffffff;
  -for-color: '@dyn__ui_btns__btn_version_3__icon_color';
}
.btn.btn-version-4.without-i {
  padding: 13px;
}
.btn .btn__label {
  display: block;
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn .btn__icon__wrapper {
  display: inline;
  zoom: 1;
  display: inline-block;
}
.btn .btn__icon__wrapper > i {
  display: inline;
  zoom: 1;
  display: inline-block;
}
.btn.btn--flat .btn__label {
  text-align: center;
}
.btn.btn--cta {
  min-width: 150px;
  min-height: 60px;
  width: 150px;
  -for-width: '@ui__btn--cta--width';
  height: 60px;
  -for-height: '@ui__btn--cta--height';
  line-height: 60px;
  -for-line-height: '@ui__btn--cta--height';
  background-color: #78c06a;
  -for-background-color: '@ui__btn--cta--bg-color';
}
.btn.btn--cta:hover {
  background-color: #5aae49;
}
.btn.btn--cta .btn__label {
  line-height: 60px;
  -for-line-height: '@ui__btn--cta--height';
  color: #ffffff;
  -for-color: '@ui__btn--cta__btn__label--color';
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
}
.btn.btn--cta .btn__icon__wrapper--animate {
  line-height: 1em;
}
.btn.btn--icon {
  height: 60px;
  width: 60px;
  display: block;
}
.btn.btn--icon.btn--icon--fav {
  background-color: #e0e0e0;
  -for-background-color: '@ui__btn--icon--fav--bg-color';
}
.btn.btn--icon.btn--icon--fav:hover {
  background-color: #c7c7c7;
}
.btn.btn--icon .btn__icon__wrapper {
  width: 60px;
  height: 100%;
}
.btn.btn--icon .btn__icon__wrapper > i {
  background-image: url('/dynamic/site1/images/btn-favorite-icon.png');
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}
.btn.btn--order {
  height: 60px;
  line-height: 60px;
  width: 165px !important;
  -for-width: '@ui__btn--order--width !important';
  background-color: #f99b16 !important;
  -for-background-color: '@ui__btn--order--bg-color !important';
}
.btn.btn--order:hover {
  background-color: #fab048 !important;
}
.btn.btn--order .btn__label {
  height: 60px;
  -for-height: '@ui__btn--order--height';
  line-height: 60px;
  -for-line-height: '@ui__btn--order--height';
  color: #ffffff;
  -for-color: '@ui__btn--order__btn__label--color';
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
}
.btn.btn--order .btn__icon__wrapper {
  line-height: 60px;
  -for-line-height: '@ui__btn--order--height';
  height: 60px;
  -for-height: '@ui__btn--order--height';
}
.btn.btn--order .btn__icon__wrapper > i {
  position: relative;
  top: 3px;
  left: 5px;
  line-height: 60px;
  -for-line-height: '@ui__btn--order--height';
  font-size: 28px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.8rem;
}
.btn.btn--change-flight {
  height: 50px;
  line-height: 50px;
  width: 200px !important;
  -for-width: '@ui__btn--change-flight--width !important';
  max-width: 200px !important;
  background-color: #78c06a !important;
  -for-background-color: '@ui__btn--change-flight--bg-color !important';
}
.btn.btn--change-flight:hover {
  background-color: #98cf8e !important;
}
.btn.btn--change-flight .btn__label {
  height: 45px;
  -for-height: '@ui__btn--change-flight--height';
  line-height: 45px;
  -for-line-height: '@ui__btn--change-flight--height';
  color: #ffffff;
  -for-color: '@ui__btn--change-flight__btn__label--color';
  font-size: 16px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.6rem;
}
.btn.btn--change-flight .btn__icon__wrapper {
  line-height: 45px;
  -for-line-height: '@ui__btn--change-flight--height';
  height: 45px;
  -for-height: '@ui__btn--change-flight--height';
}
.btn.btn--change-flight .btn__icon__wrapper > i {
  width: 20px;
  line-height: 45px;
  -for-line-height: '@ui__btn--change-flight--height';
  font-size: 20px;
  -for-font-size: '@font-size * 1px';
  font-size: 2rem;
}
.btn.btn--keep-flight {
  height: 60px;
  line-height: 60px;
  width: 215px !important;
  -for-width: '@ui__btn--keep-flight--width !important';
  max-width: 215px !important;
  background-color: #bcbcbc !important;
  -for-background-color: '@ui__btn--keep-flight--bg-color !important';
}
.btn.btn--keep-flight:hover {
  background-color: #d6d6d6 !important;
}
.btn.btn--keep-flight .btn__label {
  height: 60px;
  -for-height: '@ui__btn--keep-flight--height';
  line-height: 60px;
  -for-line-height: '@ui__btn--keep-flight--height';
  color: #ffffff;
  -for-color: '@ui__btn--keep-flight__btn__label--color';
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
}
.btn.btn--keep-flight .btn__icon__wrapper {
  line-height: 60px;
  -for-line-height: '@ui__btn--keep-flight--height';
  height: 60px;
  -for-height: '@ui__btn--keep-flight--height';
}
.btn.btn--keep-flight .btn__icon__wrapper > i {
  position: relative;
  top: 3px;
  left: 5px;
  line-height: 60px;
  -for-line-height: '@ui__btn--keep-flight--height';
  font-size: 28px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.8rem;
}
.btn.btn__close--icon {
  width: 35px;
  height: 35px;
  background-image: url('/dynamic/site1/images/x.png');
  background-repeat: no-repeat;
}
.btn.btn__close--icon:hover {
  background-image: url('/dynamic/site1/images/x-hover.png');
}
.btn.btn__close--link {
  text-align: right;
}
.btn.btn__close--link i:before {
  margin: 0 5px 0 0;
}
.btn.btn--scroll {
  position: fixed;
  bottom: 100px;
  -for-bottom: '@ui__btn--scroll--ps--bottom';
  width: 50px;
  -for-width: '@ui__btn--scroll--width';
  height: 50px;
  -for-height: '@ui__btn--scroll--height';
  background-color: #f8f8f8;
  -for-background-color: '@ui__btn--scroll--bg';
  border: 1px solid #cecece;
  -for-border: '1px solid @ui__btn--scroll--border-color';
  border-radius: 4px;
  right: 10px;
  -for-right: '@ui__btn--scroll--ps-right';
  left: auto;
  -for-left: '@ui__btn--scroll--ps-left';
  display: none;
  z-index: 1000;
  -for-z-index: '@zIndex-10--btn--scroll';
}
.btn.btn--scroll a:after {
  position: relative;
}
.btn.btn--scroll i {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  -for-margin-top: '(-@ui__btn--scroll-font-size/2) * 1px';
  left: 50%;
  margin-left: -6px;
  -for-margin-left: '(-@ui__btn--scroll-font-size/4) * 1px';
  font-size: 24px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.4rem;
}
.btn.btn--scroll:hover {
  background-color: #dfdfdf;
  color: #121212;
}
.btn.btn--input-reset {
  color: #333333;
  -for-color: '@ui__btn--input-reset--color';
}
.btn.btn--input-reset:active {
  outline: none;
  box-shadow: none;
}
.btn.btn--flat,
.btn.btn--cta,
.btn.btn--icon,
.btn.btn--order,
.btn.btn--change-flight,
.btn.btn--keep-flight,
.btn.btn__close--icon,
.btn.btn__close--link,
.btn.btn--scroll,
.btn.btn--input-reset {
  outline: 0;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  -webkit-backface-visibility: hidden;
}
.btn.btn--flat:focus,
.btn.btn--cta:focus,
.btn.btn--icon:focus,
.btn.btn--order:focus,
.btn.btn--change-flight:focus,
.btn.btn--keep-flight:focus,
.btn.btn__close--icon:focus,
.btn.btn__close--link:focus,
.btn.btn--scroll:focus,
.btn.btn--input-reset:focus,
.btn.btn--flat:active,
.btn.btn--cta:active,
.btn.btn--icon:active,
.btn.btn--order:active,
.btn.btn--change-flight:active,
.btn.btn--keep-flight:active,
.btn.btn__close--icon:active,
.btn.btn__close--link:active,
.btn.btn--scroll:active,
.btn.btn--input-reset:active,
.btn.btn--flat.active:focus,
.btn.btn--cta.active:focus,
.btn.btn--icon.active:focus,
.btn.btn--order.active:focus,
.btn.btn--change-flight.active:focus,
.btn.btn--keep-flight.active:focus,
.btn.btn__close--icon.active:focus,
.btn.btn__close--link.active:focus,
.btn.btn--scroll.active:focus,
.btn.btn--input-reset.active:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn--scroll {
  z-index: 99999;
}
.button {
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 5.2rem;
}
.button.button--green {
  color: #ffffff;
  -for-color: '@button-green-text-color';
  background: #045779;
  -for-background: '@button-green-background-color';
}
.button.button--purple {
  color: #ffffff;
  -for-color: '@button-purple-text-color';
  background: #5a3a58;
  -for-background: '@button-purple-background-color';
}
.button.button--gray {
  color: #ffffff;
  -for-color: '@button-gray-text-color';
  background: #333333;
  -for-background: '@button-gray-background-color';
}
.button .button__text {
  padding-left: 7.2rem;
}
.button .button__icon {
  padding-left: 4.0rem;
  padding-right: 2.5rem;
}
.button .button__icon .icon-arrow-right {
  font-size: 1.2rem;
}
.button .button__icon .icon-envelope {
  font-size: 19px;
}
.button--complex {
  line-height: 4rem;
}
.button--complex .button__left,
.button--complex .button__right {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.6rem;
}
.button--complex .button__left {
  max-width: 40%;
  padding-right: 25px;
  border-right: 1px solid #ffffff;
  -for-border-right: '1px solid @base__color--white';
}
.button--complex .button__right {
  max-width: 60%;
  font-size: 1.8rem;
  padding-left: 25px;
}
.button--complex .button__icon {
  padding: 0;
}
.button--complex .button__text {
  padding: 0;
}
.button--complex .price__description,
.button--complex .price__number {
  display: block;
}
.button--complex .price__description {
  font-size: 1.4rem;
}
.button--complex .price__number {
  font-weight: 600;
  font-size: 2.6rem;
}
.button--complex.button--mobile {
  display: none;
}
.button--complex.button--sticky .price__description,
.button--complex.button--sticky .price__number {
  display: inline-block;
}
.button--complex.button--sticky .price__description {
  font-size: 2rem;
}
.button--complex.button--sticky .price__number {
  font-size: 3rem;
}
.button--complex.button--sticky .price__description {
  font-size: 1.8rem;
}
.button--complex.button--sticky .button__left {
  max-width: 60%;
  padding-left: 19px;
}
.button--complex.button--sticky .button__text {
  font-size: 2.4rem;
}
.button--more-info {
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 7px 9px 7px 19px;
  width: auto;
  text-decoration: none;
}
.button--more-info:hover,
.button--more-info:focus {
  text-decoration: none;
}
.button--square {
  width: auto;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 10px 24px;
  border: 1px solid #5a3a58;
  -for-border: '1px solid @button-squared-border-color';
  color: #5a3a58;
  -for-color: '@button-squared-text-color';
}
.button--square .icon-pencil {
  font-size: 14px;
}
.floating-button {
  display: none;
  position: relative;
  padding: 0;
}
.floating-button .button {
  position: fixed;
  bottom: 0;
  line-height: 66px;
}
.floating-button .button__left {
  max-width: 40%;
  text-align: left;
}
.floating-button .button__left .price__description {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.floating-button .button__left .price__number {
  font-size: 2.6rem;
}
.floating-button .button__text {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .floating-button.floating-button--displayed {
    display: block;
  }
  .button--mobile {
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    line-height: 4rem;
    text-align: center;
  }
  .button--mobile .button__left,
  .button--mobile .button__right {
    text-align: left;
  }
  .button.button--green {
    text-align: center;
  }
}
/* information bar */
.infobar {
  background: #045779;
  -for-background: '@high-base';
  -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.25);
  box-shadow: 0 1px 7px rgba(0,0,0,.25);
  font-size: 16px;
  padding: 3px 0;
  text-align: center;
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  line-height: 36px;
  cursor: pointer;
}
.infobar a {
  text-decoration: underline;
}
.infobar .infobar-close {
  float: right;
  color: white;
}
.popover__title {
  font-size: 18px !important;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: 0;
}
.ui-autocomplete--with-parent .ui-state-hover,
.ui-autocomplete--with-parent .ui-widget-content .ui-state-hover,
.ui-autocomplete--with-parent .ui-widget-header .ui-state-hover,
.ui-autocomplete--with-parent .ui-state-focus,
.ui-autocomplete--with-parent .ui-widget-content .ui-state-focus,
.ui-autocomplete--with-parent .ui-widget-header .ui-state-focus {
  background: #333333;
  -for-background: '@ui__autocomplete__background-color--airport--hover';
  color: #ffffff;
  -for-color: '@ui__autocomplete__text-color--airport--hover';
  border: none;
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--parent a {
  padding-left: 0px;
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--parent a:before {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('/dynamic/site1/images/icon__autocomplete__airport__parent.png');
  background-repeat: no-repeat;
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--parent a.ui-state-focus:before {
  background-image: url('/dynamic/site1/images/icon__autocomplete__airport__parent--hover.png');
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--child a {
  padding-left: 20px;
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--child a:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  background-image: url('/dynamic/site1/images/icon__autocomplete__airport__child.png');
  background-repeat: no-repeat;
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--child a.ui-state-focus:before {
  background-image: url('/dynamic/site1/images/icon__autocomplete__airport__child--hover.png');
}
.ui-autocomplete__highlight {
  font-weight: bold;
  color: #000000;
  -for-color: '@ui__autocomplete__hightlight__text-color';
}
.price.price--default {
  direction: ltr;
  /* always display price in ltr*/
  display: inline-block;
}
.price.price__size--default {
  font-size: 12px;
}
.price.price__size--xl {
  font-size: 22px;
}
.price.price--ui {
  text-align: right;
}
.price.price--ui .price__value {
  font-size: 24px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.4rem;
  font-weight: bold;
}
.price.price--ui .price__value,
.price.price--ui .price__text {
  color: #34c465;
  -for-color: '@ui__price--color';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.price.price--ui .price__label {
  font-size: 14px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.4rem;
  margin-right: 5px;
}
.price.price--ui.price--2-prices .price__main .price__value {
  font-size: 20px;
  -for-font-size: '@font-size * 1px';
  font-size: 2rem;
  line-height: 16px;
}
.price.price--ui.price--2-prices .price__alt .price__value {
  font-size: 14px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.4rem;
  color: #333333;
  -for-color: '@base__body--color';
}
.cta-price .icon__wrapper {
  margin: 15px;
  font-size: 28px;
  line-height: 24px;
  color: #34c465;
  -for-color: '@ui__price--color';
}
.vendor-brand .vendor-brand__title {
  font-size: 13px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: normal;
  color: #333333;
  -for-color: '@base__body--color';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vendor-brand.vendor-brand--flight {
  text-align: center;
  width: 75px;
}
.vendor-brand.vendor-brand--flight .vendor-brand--flight__company-logo {
  margin: auto;
  margin-top: 2px;
}
.tooltip__wrapper {
  position: relative;
}
.tooltip-data {
  width: 100%;
  height: 24px;
  z-index: 300;
  -for-z-index: '@zIndex-3--tooltip-data';
  position: absolute;
  bottom: auto;
  left: 0px;
  padding: 0 5px;
  line-height: 24px;
  text-align: center;
  background-color: #775c75;
  -for-background-color: '@ui__tooltip-data--bg-color';
  color: #fff;
  border-radius: 4px 4px;
}
.tooltip-data:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #775c75;
  -for-border-bottom: '8px solid @ui__tooltip-data--bg-color';
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tooltip-data__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.generic__total {
  margin: 20px 0 0 0;
  padding: 0px 0 0 30px;
}
.generic__total .generic__total__price {
  font-size: 24px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.4rem;
}
.generic__total .generic__total__price__value {
  font-weight: bold;
}
.generic__total .generic__total__passengers {
  width: 60px;
  height: 55px;
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.generic__total .generic__total__passengers.baby .generic__passenger > i {
  background-image: url('/dynamic/site1/images/baby.png');
  background-repeat: no-repeat;
}
.generic__total .generic__total__passengers.child .generic__passenger > i {
  background-image: url('/dynamic/site1/images/child.png');
  background-repeat: no-repeat;
}
.generic__total .generic__total__passengers.adult .generic__passenger > i {
  background-image: url('/dynamic/site1/images/adulte.png');
  background-repeat: no-repeat;
}
.generic__total .generic__total__passengers.senior .generic__passenger > i {
  background-image: url('/dynamic/site1/images/old.png');
  background-repeat: no-repeat;
}
.generic__total .generic__total__passengers > .generic__total__passengers__rate {
  background: #c4c4c4;
  -for-background: '@base__color--gray--light6';
  height: 20px;
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  -for-color: '@base__color--white';
}
.generic__total .generic__total__btn {
  margin: 10px 30px 0 0;
}
.generic__passenger {
  height: 30px;
  line-height: 25px;
  margin: 4px 0;
}
.generic__passenger > i {
  width: 30px;
  height: 30px;
  display: inline;
  zoom: 1;
  display: inline-block;
}
.generic__quantity__wrapper {
  height: 30px;
  padding: 10px 0 0 5px;
}
/* Close button

- extend the bootstrap default .close button
*/
.close {
  opacity: 100;
}
.close:hover {
  opacity: 100;
}
.has-error .tooltip .tooltip-inner {
  max-width: none;
}
.has-error .tooltip ul,
.has-error .tooltip ul li {
  padding: 0px;
  list-style: none;
}
/* Imports
-----------------------*/
/* Page styles
-----------------------*/
[class*="span"] > .no-margin-block > .content {
  padding-right: 17px;
}
.span12 > .no-margin-block {
  background-color: transparent !important;
  width: 477px;
  background-image: url("/dynamic/site1/images/nomarginblock-span12.png");
}
.span10 > .no-margin-block {
  background-color: transparent !important;
  width: 397px;
  background-image: url("/dynamic/site1/images/nomarginblock-span10.png");
}
.span8 > .no-margin-block {
  background-color: transparent !important;
  width: 317px;
  background-image: url("/dynamic/site1/images/nomarginblock-span8.png");
}
.span14 > .no-margin-block {
  background-color: transparent !important;
  width: 557px;
  background-image: url("/dynamic/site1/images/nomarginblock-span14.png");
}
.block-has-background,
.default-backgrounded {
  background-color: white;
  -for-background-color: '@block-default-background';
}
.block-container {
  margin-bottom: 30px;
  -for-margin-bottom: '@default-block-margin';
}
.half-padded {
  padding: 7.5px;
  -for-padding: '@default-padding/2';
}
.half-bottom-margin {
  margin-bottom: 15px;
  -for-margin-bottom: '@default-block-margin/2';
}
.slideshow-type-bullet ul {
  margin: 0;
  padding: 0;
}
.slideshow-type-bullet li {
  list-style: none;
}
.slideshow-type-bullet-pager a {
  background-image: url("/dynamic/site1/images/slideshow-pagination.png");
  display: block;
  float: left;
  height: 12px;
  margin: 0 2px;
  overflow: hidden;
  width: 11px;
}
.slideshow-type-bullet-pager .activeSlide {
  background-position: -14px 0;
}
#block-area {
  margin-top: 15px;
  -for-margin-top: '@default-block-margin/2';
}
/*
* ------------------------
*  Block template styling
* ------------------------
*/
.span1 .block .content,
.span2 .block .content,
.span3 .block .content,
.span4 .block .content,
.span5 .block .content,
.span6 .block .content,
.span7 .block .content,
.span8 .block .content,
.span9 .block .content,
.span10 .block .content,
.span11 .block .content,
.span12 .block .content {
  padding: 10px;
}
.span1 .block h1,
.span2 .block h1,
.span3 .block h1,
.span4 .block h1,
.span5 .block h1,
.span6 .block h1,
.span7 .block h1,
.span8 .block h1,
.span9 .block h1,
.span10 .block h1,
.span11 .block h1,
.span12 .block h1 {
  font-size: 20px;
}
.span1 .block .subtitle,
.span2 .block .subtitle,
.span3 .block .subtitle,
.span4 .block .subtitle,
.span5 .block .subtitle,
.span6 .block .subtitle,
.span7 .block .subtitle,
.span8 .block .subtitle,
.span9 .block .subtitle,
.span10 .block .subtitle,
.span11 .block .subtitle,
.span12 .block .subtitle {
  font-size: 14px;
}
.span13 .block .content,
.span14 .block .content,
.span15 .block .content,
.span16 .block .content,
.span17 .block .content,
.span18 .block .content,
.span19 .block .content,
.span20 .block .content,
.span21 .block .content,
.span22 .block .content,
.span23 .block .content,
.span24 .block .content {
  padding: 20px;
}
.span13 .block h1,
.span14 .block h1,
.span15 .block h1,
.span16 .block h1,
.span17 .block h1,
.span18 .block h1,
.span19 .block h1,
.span20 .block h1,
.span21 .block h1,
.span22 .block h1,
.span23 .block h1,
.span24 .block h1 {
  font-size: 26px;
}
.span13 .block .subtitle,
.span14 .block .subtitle,
.span15 .block .subtitle,
.span16 .block .subtitle,
.span17 .block .subtitle,
.span18 .block .subtitle,
.span19 .block .subtitle,
.span20 .block .subtitle,
.span21 .block .subtitle,
.span22 .block .subtitle,
.span23 .block .subtitle,
.span24 .block .subtitle {
  font-size: 18px;
}
.block {
  position: relative;
  margin-bottom: 30px;
  -for-margin-bottom: '@default-block-margin';
  overflow: hidden;
  /*
  * --------------
  *  Block common
  * --------------
  */
  /*
  * -----------------------
  * Block type: Slideshow
  * -----------------------
  */
  /*
  * -----------------------
  * Block type: Text
  * -----------------------
  */
}
.block.no-background {
  background-color: transparent !important;
  background-image: none;
}
.block.no-background .content {
  padding: 0px;
  padding-right: 7px;
  padding-top: 10px;
}
.block.no-background .content .content-data {
  padding-left: 0px;
}
.block h1 {
  font-weight: normal;
  margin: 0px;
  margin-bottom: 20px;
}
.block h2 {
  position: relative;
  margin: 0px;
  margin-bottom: 10px;
}
.block .content {
  height: 100%;
}
.block .content p {
  line-height: 18px;
}
.block .text-overlay {
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0px;
  z-index: 10;
  /* put to 10 because of problem with modals*/
}
.block .text-overlay .block_content .title {
  font-size: 100%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
.block .text-overlay .block_content .subtitle {
  font-size: 100%;
  font-weight: normal;
  display: inline;
}
.block .text-overlay .block_content p {
  margin: 5px;
  -for-margin: '@block-paragraph-margin';
  line-height: 5px;
  -for-line-height: '@block-paragraph-lineheight';
}
.block .text-overlay-1 {
  background: rgba(0, 0, 0, 0.6);
}
.block .text-overlay-2 {
  background: rgba(0, 0, 0, 0.6);
}
.block .text-overlay-3 {
  background: rgba(0, 0, 0, 0.6);
}
.block .template04 {
  background: white;
}
.block .template04 .title {
  display: block;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-size: 14px;
  font-weight: bold;
}
.block .template04 .subtitle {
  display: inline;
  font-size: 100%;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.block .text_template03 .title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.block .text_template03 .subtitle {
  display: inline;
  font-size: 100%;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.block .text_template02 .title {
  display: block;
  margin-top: 0;
  font-size: 30px;
  font-weight: normal;
}
.block .text_template02 .subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.block .block__template02_img {
  max-width: 100%;
}
.block .side-info-block .title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
}
.block .slideshow-type-arrow {
  padding: 7px 0px 7px 7px;
}
.block .slideshow-type-arrow .ui-carousel-prev {
  background-image: url("/dynamic/site1/images/arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -7px;
  position: absolute;
  z-index: 100;
  width: 34px;
  height: 34px;
}
.block .slideshow-type-arrow .ui-carousel-next {
  background-image: url("/dynamic/site1/images/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 100;
  right: 0;
  width: 34px;
  height: 34px;
}
.block .slideshow-type-arrow .block-slideshow {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.block .slideshow-type-arrow .block-slideshow li {
  position: relative;
  display: inline-block;
}
.block .slideshow-type-bullet-pager {
  /*z-index: 999;*/
  z-index: 10;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.block .title-1 {
  background-color: #045779;
  -for-background-color: '@block-header-background-color-1';
  color: #ffffff;
  -for-color: '@block-header-text-color-1';
}
.block .title-2 {
  background-color: #ffffff;
  -for-background-color: '@block-header-background-color-2';
  color: #045779;
  -for-color: '@block-header-text-color-2';
}
.block .title-3 {
  background-color: #045779;
  -for-background-color: '@block-header-background-color-3';
  color: #ffffff;
  -for-color: '@block-header-text-color-3';
}
.block .block-content-0 {
  color: #000;
  background-color: #ffffff;
}
.block .block-content-1 {
  color: #3e3f3f;
  -for-color: '@block-content-text-color-1';
  background-color: #F8F8F8;
  -for-background-color: '@block-content-background-color-1';
}
.block .block-content-2 {
  color: #3e3f3f;
  -for-color: '@block-content-text-color-2';
  background-color: #F1F1F1;
  -for-background-color: '@block-content-background-color-2';
}
.block .block-content-3 {
  color: #ffffff;
  -for-color: '@block-content-text-color-3';
  background-color: #3e3f3f;
  -for-background-color: '@block-content-background-color-3';
}
.price-tag {
  background: url("/dynamic/site1/images/price-blue-bg.png");
  position: absolute;
  right: -15px;
  color: white;
  -for-color: '@price-tag-text-color';
  text-align: center;
  width: 100px;
  height: 51px;
}
.price-tag .price {
  font-size: 20px;
  line-height: 28px;
}
.price-tag .price .currency {
  font-size: 16px;
}
.price-tag .action {
  color: white;
  -for-color: '@price-tag-text-color';
  text-decoration: none;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.featured-flight .content-data {
  padding-left: 10px;
}
.featured-flight .featuredFlight-prev {
  display: block;
  width: 35px;
  height: 15px;
  margin: 0 auto;
  background: url("/dynamic/site1/images/featuredflight-prev.png");
}
.featured-flight .featuredFlight-next {
  display: block;
  width: 35px;
  height: 15px;
  background: url("/dynamic/site1/images/featuredflight-next.png");
  margin: 0 auto;
}
.featured-flight .ui-carousel {
  width: 100% !important;
}
.featured-flight .ui-carousel .wrapper {
  width: 100%;
}
.featured-flight .ui-carousel li {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding-bottom: 0px;
  border: 0px;
}
.featured-flight .ui-carousel li:first-child {
  border-top: 0px;
}
.featured-flight .ui-carousel li .separator {
  margin-right: 17px;
  border-bottom: 1px solid #DDDDDD;
}
.featured-flight .ui-carousel li .separator:before {
  content: '';
  display: table;
  clear: both;
  padding-bottom: 10px;
}
.featured-flight .ui-carousel li .price-tag {
  right: 0px !important;
}
.featured-flight ul {
  padding: 0;
  margin: 0;
}
.featured-flight ul li {
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0 10px 0;
  margin-bottom: 5px;
  position: relative;
}
.featured-flight ul li:first-child {
  border-top: 1px solid #d5d5d5;
}
.featured-flight ul li h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.featured-flight ul li span {
  font-size: 11px;
  margin-right: 20px;
}
.featured-flight ul li span:last-child {
  margin: 0;
}
.featured-flight ul li .c1,
.featured-flight ul li .c2 {
  float: left;
}
.featured-flight ul li .c1 {
  width: 225px;
}
.featured-flight ul li .c2 {
  width: 150px;
}
.featured-flight ul li:after {
  clear: both;
  content: '';
  display: table;
}
.block-style01 {
  background-color: #333;
  -for-background-color: '@grayDark';
  padding: 7px;
}
.block-style01 .title {
  font-size: 16px;
  color: white;
  font-weight: bold;
  margin-bottom: 7px;
}
.block-style01 .inner {
  background-color: white;
}
.block-style01 .inner .inner-heading {
  background-color: #999;
  -for-background-color: '@grayLight';
  font-weight: bold;
  margin-bottom: 7px;
  padding-left: 10px;
  line-height: 30px;
}
.block-style01 .inner .content {
  padding: 0 10px;
}
.block-style01 .inner .content label {
  text-align: left;
  color: #222;
  -for-color: '@grayDarker';
}
.block-style01 .inner .form {
  padding-bottom: 5px;
}
/* ---------------------------
*  Block type: Search engine
* ---------------------------
*/
.search_engine span.button-input {
  position: absolute;
  margin-left: -15px;
  padding-top: 15px;
  z-index: 1000;
}
.search_engine span.button-input i.icon-remove {
  display: none;
  cursor: pointer;
}
.search_engine input[type='text'].error,
.search_engine select.error,
.search_engine .etField.error {
  border: 3px solid #b94a48 !important;
  -for-border: '3px solid @errorText !important';
  background-color: #eed3d7 !important;
  -for-background-color: '@errorBorder !important';
}
.search_engine .error_list {
  display: none;
}
.search_engine .popover-content {
  padding: 5px;
  font-size: 12px;
  /*background: @errorText;*/
  color: #3e3f3f;
  -for-color: '@form-error-text-color';
}
.search_engine .popover-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.search_engine .popover-content p {
  line-height: 13px;
}
.search_engine .popover-content .popover-title {
  display: none;
}
.search_engine.search-engine-block .advanced-search-content .inline .group-label {
  float: left;
  width: 73px;
}
.search_engine.search-engine-block .advanced-search-content .inline .group-label select {
  width: 50px;
}
/* ---------------------------
*  Block type: Order process
* ---------------------------
*/
.resa-summary {
  color: white;
}
.resa-summary .content {
  padding: 5px;
}
.resa-summary .pull-right {
  float: right;
}
.resa-summary ul {
  color: #222;
  -for-color: '@grayDarker';
  list-style: none;
  margin: 5px -5px;
  padding: 0;
}
.resa-summary li {
  background-color: #999;
  -for-background-color: '@grayLight';
  padding: 5px 0;
  margin-bottom: 7px;
}
.resa-summary li .title {
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.resa-summary li .title i {
  margin-right: 10px;
}
.resa-summary li p,
.resa-summary li .resa-summary__block__container {
  padding-left: 40px;
  padding-right: 0px;
  font-size: 12px;
}
.resa-summary li p.option,
.resa-summary li .resa-summary__block__container.option {
  padding-left: 20px;
}
.resa-summary .resa-summary__block__container:after {
  display: block;
  content: '';
  clear: both;
}
.resa-summary .total-resa {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
  margin-bottom: 10px;
}
.resa-summary .total-resa .price {
  margin-left: 10px;
}
.resa-summary .total-resa .price-block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
  font-size: 22px;
}
.resa-summary .total-resa .price-block .price-block__title,
.resa-summary .total-resa .price-block .price-block__value {
  display: inline-block;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 550;
  /*z-index: 995;*/
}
.etContactForm:after {
  clear: both;
  content: '';
  display: table;
}
.etContactForm .popover.top .arrow {
  bottom: 0px;
  border-top: 5px solid #b94a48;
  -for-border-top: '5px solid @errorText';
}
.etContactForm .popover-inner {
  background: #b94a48;
  -for-background: '@errorText';
}
.etContactForm .popover-inner ul {
  margin-top: 0px;
}
.etContactForm .popover-inner ul li {
  list-style: none;
}
.etContactForm .popover-inner p {
  line-height: 13px;
  margin-top: 0px;
}
.etContactForm .popover-inner .popover-content {
  padding: 10px;
}
.etContactForm .popover-inner .popover-title {
  display: none;
}
.hero {
  margin: 0px;
  /*overflow: hidden;*/
  -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.25);
  box-shadow: 0 1px 7px rgba(0,0,0,.25);
  position: relative;
}
.hero.fix {
  height: 550px;
}
.hero .slideshow-type-bullet ul {
  position: static !important;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #045779;
  -for-background: '@hero-background-slideshow';
}
.hero .slideshow-type-bullet ul li {
  position: absolute;
  width: 100% !important;
}
.hero .slideshow-type-bullet ul li img {
  max-width: inherit !important;
  left: 50%;
  margin-left: -900px;
  position: absolute;
}
.hero .slideshow-type-bullet-pager {
  position: absolute;
  right: 0;
  /*z-index: 9999;*/
  z-index: 10;
}
.hero-arrows .ui-carousel-prev,
.hero-arrows .ui-carousel-next {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
  width: 34px;
  height: 34px;
  top: calc((100%) / 2);
  margin-top: -17px;
}
.hero-arrows .ui-carousel-prev {
  background-image: url("/dynamic/site1/images/hero-arrow-left.png");
  left: 0px;
}
.hero-arrows .ui-carousel-next {
  background-image: url("/dynamic/site1/images/hero-arrow-right.png");
  right: 0px;
}
/* Vols direct

Block displayed next to the search engine displaying the price of a direct flight linking to
the flexible date modal

-----------------------------------------------------------------------------------------------------------------------/
*/
.vols-direct {
  width: 100%;
  height: 60px;
  overflow: hidden;
  background-color: white;
  -for-background-color: '@white-block-background';
}
.vols-direct .vols-direct-text {
  color: #F99B16;
  -for-color: '@flight-flexible-bar-price';
  font-size: 14px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}
.vols-direct .vols-direct-btn {
  float: right;
  width: 100px;
  height: 60px;
  position: relative;
  background-color: #F99B16;
  -for-background-color: '@flight-flexible-bar-price';
  color: white;
  -for-color: '@white-block-background';
  text-align: center;
  font-size: 18px;
  -for-font-size: '@title-block-side';
  vertical-align: middle;
  padding-top: 6px;
  cursor: pointer;
}
.vols-direct .calendar {
  background-image: url('/dynamic/site1/images/date.png');
  width: 22px;
  height: 22px;
  margin-top: 3px;
  vertical-align: bottom;
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -11px;
}
.vols-direct .calendar.calendar-rtl {
  display: none;
}
/* Flexible dates modal

----------------------------------------------------------------------------------------------------------------------*/
#flexibledates-btn-container .col-xs-5 {
  padding-left: 0px;
}
/* New layout (above to be removed)*/
.loading-block,
.flexdate-block,
.modify-search {
  background-color: white !important;
  -for-background-color: '@price-tag-text-color !important';
}
.loading-block .content,
.flexdate-block .content,
.modify-search .content {
  padding: 7px !important;
}
.flexible-date .modal-dialog {
  width: 935px !important;
}
.flexible-date .modal-dialog .close {
  height: 35px;
  width: 35px;
  position: absolute;
  float: none;
  right: -17px;
  top: -17px;
  background: url('/dynamic/site1/images/x.png');
  z-index: 999;
}
.flexible-date .modal-dialog .modal-header {
  text-align: center;
  font-family: museo-slab;
  font-size: 16px;
  line-height: 30px;
}
.flexible-date .modal-dialog .modal-content {
  overflow: hidden;
}
.flexible-date .modal-dialog .modal-body {
  /*max-height: 500px !important;*/
  background-color: #F5F5F5;
}
.flexible-date .modal-dialog .modal-body .inbound-title,
.flexible-date .modal-dialog .modal-body .outbound-title {
  font-family: museo-slab;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
}
.flexible-date .modal-dialog .modal-body .hoverdCell {
  background-color: grey !important;
}
.flexible-date .modal-dialog .modal-body .outbound-dates {
  margin-right: 10px;
}
.flexible-date .modal-dialog .modal-body .inbound-dates {
  margin-bottom: 10px;
}
.flexible-date .modal-dialog .modal-body .inbound-dates,
.flexible-date .modal-dialog .modal-body .outbound-dates,
.flexible-date .modal-dialog .modal-body .prices {
  padding: 0px;
  border-spacing: 0;
  border-collapse: collapse;
}
.flexible-date .modal-dialog .modal-body .inbound-dates td,
.flexible-date .modal-dialog .modal-body .outbound-dates td {
  padding: 0px;
  border: 1px solid #011016;
}
.flexible-date .modal-dialog .modal-body .prices td {
  padding: 0px;
  border: 1px solid #3e3f3f;
  -for-border: '1px solid @dark-gray';
}
.flexible-date .modal-dialog .modal-body .prices td.cheapest a {
  color: white;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: -o-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: linear-gradient(to bottom, #62c462 0%, #51a351 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  font-weight: normal;
}
.flexible-date .modal-dialog .modal-body .prices td.cheapest a:hover {
  color: white;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: -o-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: linear-gradient(to bottom, #62c462 0%, #51a351 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  font-weight: normal;
}
.flexible-date .modal-dialog .modal-body .prices td.current a {
  color: white;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: -o-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: linear-gradient(to bottom, orange 0%, #e69500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa500', endColorstr='#ffe69500', GradientType=0);
  font-weight: normal;
}
.flexible-date .modal-dialog .modal-body .prices td.current a:hover {
  color: white;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: -o-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: linear-gradient(to bottom, orange 0%, #e69500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa500', endColorstr='#ffe69500', GradientType=0);
  font-weight: normal;
}
.flexible-date .modal-dialog .modal-body .prices td a:hover {
  color: white;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #ebeeef 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #ebeeef 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #ebeeef 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebeeef', endColorstr='#ffe9e9e9', GradientType=0);
  color: #045779;
  -for-color: '@high-base';
  font-weight: normal;
}
.flexible-date .modal-dialog .modal-body .prices td a:hover {
  text-decoration: none;
}
.flexible-date .modal-dialog .modal-body .date-label,
.flexible-date .modal-dialog .modal-body .empty-cell,
.flexible-date .modal-dialog .modal-body a {
  padding: 0px;
  width: 50px;
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: center;
  background-color: #F5F5F5;
}
.flexible-date .modal-dialog .modal-body .date-label {
  background: #045779 !important;
  -for-background: '@high-base !important';
  color: white;
}
.flexible-date .modal-dialog .modal-body .legend {
  font-size: 11px;
}
.flexible-date .modal-dialog .modal-body .legend > div {
  display: inline-block;
  margin-right: 15px;
}
.flexible-date .modal-dialog .modal-body .legend .demo {
  height: 15px;
  width: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.flexible-date .modal-dialog .modal-body .legend .current .demo {
  background-image: -webkit-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: -o-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: linear-gradient(to bottom, orange 0%, #e69500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa500', endColorstr='#ffe69500', GradientType=0);
}
.flexible-date .modal-dialog .modal-body .legend .cheapest .demo {
  background-image: -webkit-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: -o-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: linear-gradient(to bottom, #62c462 0%, #51a351 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
}
.flexible-dates__date-row__container {
  vertical-align: top;
}
.flexible-dates__outbound__title__container {
  vertical-align: top;
  width: 40px;
  position: relative;
}
.flexible-dates__outbound__title {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 300px;
  right: inherit;
  text-align: right;
  transform: translateX(-100%) rotate(-90deg) translateY(0%);
  transform-origin: 100% 0%;
}
.flexible-dates__legend__container {
  text-align: right;
}
/* Modify Search block
TODO: move to a separate less file
----------------------------------------------------------------------------------------------------------------------*/
.modify-search {
  /*<< advanced-search >>*/
}
.modify-search.block {
  margin-bottom: 0px;
}
.modify-search .search_button {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.modify-search.block {
  margin-bottom: 0px;
}
.modify-search .extender .plus {
  display: inline !important;
}
.modify-search .extender .minus {
  display: none !important;
}
.modify-search .minimizer .plus {
  display: none;
}
.modify-search .minimizer .minus {
  display: inline;
}
.modify-search .line-2 {
  margin-top: 5px;
}
.modify-search .line-2 .group-label {
  margin-left: 0px;
}
.modify-search .toggle-icon {
  background-color: #d5d5d5;
  -for-background-color: '@light-gray-plus1';
  height: 100%;
  margin-top: -7px;
  color: white;
  -for-color: '@price-tag-text-color';
  padding: 0 15px;
  font-size: 14px;
  -for-font-size: '@font-size-base';
  position: absolute;
  right: 0;
  cursor: pointer;
}
.modify-search .toggle-icon:hover {
  background-color: #d2d2cd;
  -for-background-color: '@light-gray-plus_dk';
}
.modify-search .advanced-search {
  margin-top: 10px;
}
.modify-search .advanced-search .group-label {
  margin-right: 5px;
}
.modify-search .advanced-search #search_engine_search_engine_flight_classes {
  width: auto;
}
.modify-search .flight-icon-container {
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}
.modify-search.regular .toggle-icon {
  line-height: 34px;
}
.modify-search.openjaw .toggle-icon {
  line-height: 78px;
}
.clr {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.relative {
  position: relative;
}
.display-block {
  display: block;
}
.bold {
  font-weight: bold;
}
.ajaxLoader {
  background-image: url("/dynamic/site1/images/loader-results.gif");
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  margin: 0 auto;
}
#bookForm {
  display: none;
}
.extender .plus {
  display: none !important;
}
.extender .minus {
  display: none !important;
}
.minimizer .plus {
  display: none;
}
.minimizer .minus {
  display: none;
}
.loader-small {
  background-image: url('/dynamic/site1/images/loader-small.gif') !important;
}
.feature-flight-search-box {
  width: 100%;
  background-color: #f8f6f7;
  border: 1px solid #D3CDCD;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
  position: relative;
}
.feature-flight-search-box .feature-flight-pax-form .left {
  width: 150px;
}
.feature-flight-search-box .price-may-change {
  text-align: left;
  position: absolute;
  left: 10px;
  color: gray;
  bottom: 5px;
}
.feature-flight-search-box h3 {
  margin: 0;
  padding: 10px;
  display: inline-block;
}
.feature-flight-search-box .wrap-pass {
  display: inline-block;
  width: 380px;
  padding: 5px 5px 0px 0;
}
.feature-flight-search-box select {
  margin: 5px;
  width: 45px;
}
.feature-flight-search-box .price-search-wrap {
  width: 377px;
  padding: 0 5px;
  display: inline-block;
}
.feature-flight-search-box .price-search-wrap .price {
  color: #f99b16;
  float: left;
  font-size: 20px;
  padding: 5px;
  padding-top: 0px;
}
.feature-flight-search-box .price-search-wrap .btn-search {
  background-color: #2b9be3;
  color: white;
  width: 100px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  float: right;
  line-height: 1.5;
  cursor: pointer;
}
.feature-flight-search-box .loader {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  float: right;
  background: url('/dynamic/site1/images/loader-30x30.gif') no-repeat;
}
.feature-flight-search-box:after {
  content: '';
  display: none;
  position: absolute;
  right: 90px;
  width: 20px;
  height: 20px;
  background: #f8f6f7;
  border-left: 1px solid #D3CDCD;
  border-bottom: 1px solid #D3CDCD;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.no-result-notice-container {
  display: none;
}
.no-result-notice-container .no-result-notice {
  height: 65px;
  border: 1px dashed #d5d5d5;
  -for-border: '1px dashed @light-gray-plus1';
  line-height: 65px;
  text-align: center;
  font-size: 21px;
  color: #045779;
  -for-color: '@dominancy-color';
  margin: 5px 0;
  margin-bottom: 10px;
}
#noFavoritesBtn {
  cursor: pointer;
}
.tooltip-inner {
  white-space: nowrap;
}
.search_button {
  line-height: 22px;
}
.results-content {
  background-color: white;
}
.btn-results-price {
  font-size: 22px;
  -for-font-size: '@font-size-ml';
  padding: 0;
  height: 40px;
  text-align: left;
  border: none;
  background-image: none;
  border-radius: 0px;
  margin-top: 7px;
  margin-right: 7px;
  width: 115px;
  text-shadow: none;
  box-shadow: none;
  color: #045779;
  -for-color: '@dominancy-color';
  background-color: #f8f6f7;
  -for-background-color: '@return-flight-btn-bg';
  line-height: 2;
  padding-left: 10px;
}
.btn-results-price:hover {
  color: #045779;
  -for-color: '@dominancy-color';
}
.btn-results-price .price-arrow {
  background-image: url('/dynamic/site1/images/blue-left-arrow.png');
  width: 14px;
  height: 18px;
  margin-top: 12px;
  margin-right: 5px;
}
.btn-book {
  color: white;
  -for-color: '@flight_result-book-text-color';
  background-color: #F99B16;
  -for-background-color: '@flight_result-book-background-color';
  width: 150px !important;
  margin-left: 5px;
  text-align: center;
  padding-left: 0;
}
.btn-book:hover {
  background-color: #F99B16 !important;
  -for-background-color: '@flight_result-book-hover-background-color !important';
  color: white;
  -for-color: '@flight_result-book-hover-text-color';
}
.btn-search-box {
  border-radius: 0px;
  background-color: #045779;
  -for-background-color: '@dominancy-color';
}
.filter {
  margin-top: 7px;
  padding-left: 7px;
  background-color: #ccc;
  -for-background-color: '@filter-bg';
}
.filter .block-title {
  font-size: 12px;
}
.filter .block-title-unbind {
  font-size: 12px;
}
.filter .company-price {
  float: right;
}
.filter.small {
  display: none;
}
.filter.big {
  background-color: blue;
}
.filter .dropdown-menu {
  display: block;
}
.filter .dropdown-menu a:hover {
  color: black !important;
  background: white;
}
.filter .dropdown-menu ul {
  padding-left: 15px;
}
.filter .dropdown-menu-slider {
  padding-right: 0px;
}
.filter .dropdown-menu-slider .slider {
  padding-right: 60px;
  background: #3E3F3F;
}
.filter .dropdown-menu-slider .slider-block {
  margin-bottom: 10px;
}
.filter .slider {
  margin: 5px 0px;
}
.filter .slider .ui-slider-handle {
  cursor: pointer;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border: 0px;
  padding: 0px !important;
}
.filter .prefix {
  font-weight: bold;
}
.filter .filter__loading {
  text-align: center;
  line-height: 70px;
  width: 100%;
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
}
.filter > ul {
  display: inline-block;
  padding: 10px;
  margin: 0px;
  background-color: #ccc;
  -for-background-color: '@filter-bg';
}
.filter > ul > li {
  cursor: pointer;
  display: inline-block;
  margin-right: 3px;
  color: #000;
  -for-color: '@black';
}
.filter > ul > li i {
  margin-right: 3px;
}
.filter > ul > li .title {
  font-weight: bold;
}
.filter > ul > li .selection-icon {
  background-image: url('/dynamic/site1/images/star.png');
  width: 22px;
  height: 23px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.filter .item-filter-inner {
  line-height: 36px;
  cursor: pointer;
}
.filter .item-filter-inner .item-filter-icon {
  background-image: url('/dynamic/site1/images/black-down-arrow-small.png');
  width: 8px;
  height: 6px;
  margin-right: 3px;
  cursor: pointer;
  text-align: left;
  display: inline-block;
}
.filter .item-filter-inner.active {
  color: #2b9be3;
  -for-color: '@dark-blue';
}
.filter .item-filter-inner.active .item-filter-icon {
  background-image: url('/dynamic/site1/images/blue-down-arrow-small.png');
}
.filter .box-filte-open {
  position: relative;
  background-color: white;
  -for-background-color: '@white-block-background';
  z-index: 9999;
}
.filter .box-filte-open > ul {
  list-style: none;
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
}
.filter .box-filte-open > ul > li {
  width: 100%;
  cursor: pointer;
}
.filter .box-filte-open > ul > li label {
  padding: 2px 0px 2px 10px;
  margin: 0px;
}
.filter .box-filte-open > ul > li > span {
  padding: 10px;
}
.filter .airport_list_filter li {
  list-style: none;
}
.filter .airport_list_filter li strong {
  text-align: center;
}
.filter .ui-state-default {
  background: #045779;
  -for-background: '@high-base';
}
.content-filter .dropdown-menu {
  min-width: 220px;
}
.content-filter .dropdown-menu ul {
  padding-left: 0px;
}
.content-filter .dropdown-menu ul li {
  margin: 0;
}
.content-filter .dropdown-menu ul li a {
  display: block;
  padding: 0px 15px 0px 30px;
}
.content-filter .dropdown-menu ul li a.dropdown-menu-group-header {
  padding-left: 10px;
}
.content-filter .dropdown-menu ul li a input[type="checkbox"] {
  margin-left: -20px;
}
.content-filter .dropdown-menu ul li a label {
  margin: 0 0 5px 0;
}
#formFilter {
  margin-bottom: 0;
}
#formFilter.openjaw-filters {
  margin-top: 0;
  margin-bottom: 0px;
}
#formFilter.openjaw-filters .filtersContainer .block .content {
  padding: 20px;
}
#formFilter.openjaw-filters .filtersContainer .block h1 {
  font-size: 26px;
}
#formFilter.openjaw-filters .filtersContainer .block .subtitle {
  font-size: 18px;
}
#formFilter.openjaw-filters .filtersContainer .block .content {
  padding: 20px;
}
#formFilter.openjaw-filters .filtersContainer .block h1 {
  font-size: 26px;
}
#formFilter.openjaw-filters .filtersContainer .block .subtitle {
  font-size: 18px;
}
#formFilter .filter-group .closeFilterBtn {
  width: 35px;
  height: 35px;
  background-image: url('/dynamic/site1/images/x.png');
  margin-top: -19px;
  margin-right: -17px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
#formFilter .filter-group .company_list_filter {
  width: 250px;
}
#formFilter .filter-group.active .filtersTopBtn {
  background-image: url("/dynamic/site1/images/loader-medium.gif");
  background-repeat: no-repeat;
}
.block-filter {
  /* Disabled state */
}
.block-filter #filter-loader {
  display: none;
  background: url('/dynamic/site1/images/loader-bars.gif');
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 0px 4px;
  height: auto;
}
.block-filter ul {
  padding-left: 0px;
}
.block-filter ul .filter-group {
  list-style: none;
  position: relative;
}
.block-filter ul .filter-group .block-title {
  border-top: 1px solid #d5d5d5;
  -for-border-top: '1px solid @filter-seprator-line-color';
  color: #3e3f3f;
  -for-color: '@dark-gray';
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  -moz-box-sizing: border-box;
  -for--moz-box-sizing: '@type';
  -webkit-box-sizing: border-box;
  -for--webkit-box-sizing: '@type';
  box-sizing: border-box;
  -for-box-sizing: '@type';
}
.block-filter ul .filter-group .block-title span {
  right: 10px;
}
.block-filter ul .filter-group .block-title i {
  margin-right: 5px;
}
.block-filter ul .filter-group .content-filter {
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.4);
  border-top: 1px solid #E5E6E6;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}
.block-filter ul .filter-group ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.block-filter ul .filter-group ul li {
  list-style: none;
}
.block-filter ul .filter-group ul li label {
  font-size: 12px;
}
.block-filter ul .filter-group ul li .company-price {
  float: right;
}
.block-filter ul .filter-group ul input {
  vertical-align: text-top;
  margin-right: 5px;
}
.block-filter .slider-block {
  margin-bottom: 10px;
}
.block-filter .slider_label {
  text-align: center;
}
.block-filter .ui-slider-range {
  background: #045779;
  -for-background: '@high-base';
  background-color: #045779;
  -for-background-color: '@high-base';
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
.block-filter .ui-slider-horizontal {
  height: 7px;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.65) inset;
}
.block-filter.disabled {
  color: #d5d5d5 !important;
  -for-color: '@light-gray-plus1 !important';
}
.block-filter.disabled .block-title,
.block-filter.disabled label,
.block-filter.disabled a {
  color: #d5d5d5 !important;
  -for-color: '@light-gray-plus1 !important';
}
.block-filter.disabled .ui-slider-handle {
  background: #d5d5d5 !important;
  -for-background: '@light-gray-plus1 !important';
  border: #d5d5d5 !important;
  -for-border: '@light-gray-plus1 !important';
}
.block-filter.disabled .ui-widget-content {
  background: #E7E7E7 !important;
}
.block-filter.disabled .overlay-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.loader-small {
  background-image: url('/dynamic/site1/images/loader-small.gif') !important;
}
.company_list_filter label .label__value {
  width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
  zoom: 1;
  display: inline-block;
}
.filter {
  height: 70px;
  padding: 0px !important;
  margin: 0px !important;
  margin: 15px 0px !important;
}
.filter .filter__title {
  font-size: 14px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filter > ul {
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
}
.filter > ul > li {
  /*padding: 5px 0 0 0;*/
  float: left;
  position: relative;
}
.filter > ul > li i {
  margin: 0;
}
.filter > ul > li i:before {
  margin: 0 0 0 0px;
}
.filter > ul > li i.icon--filter--big {
  width: 100%;
  height: 40px;
  background-position: left 50%;
}
.filter > ul > li i.icon--filter--alt {
  width: 35px;
  height: 30px;
}
.filter > ul > li.filter--vendor i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-vendor.png');
  background-repeat: no-repeat;
  background-position: 40px 50%;
}
.filter > ul > li.filter--time i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-time.png');
  background-repeat: no-repeat;
  background-position: 30px 50%;
}
.filter > ul > li.filter--duration i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-duration.png');
  background-repeat: no-repeat;
  background-position: 45px 50%;
}
.filter > ul > li.filter--airport i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-airport.png');
  background-repeat: no-repeat;
  background-position: 35px 50%;
}
.filter > ul > li.filter--escale-city i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-escale-city.png');
  background-repeat: no-repeat;
  background-position: 35px 50%;
}
.filter > ul > li.filter--favorite i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-favorite.png');
  background-repeat: no-repeat;
  background-position: 45px 50%;
}
.filter > ul > li.filter--escale {
  text-align: center;
  height: 70px;
}
.filter > ul > li.filter--escale i.icon--filter--alt {
  background-image: url('/dynamic/site1/images/flight-filter-escale-number.png');
  background-repeat: no-repeat;
  background-position: 10px -5px;
}
.filter > ul > li.filter--escale .filter__title {
  padding: 5px 0 0 10px;
}
.filter > ul > li.filter--escale:hover {
  background-color: #e5e5e5;
  -for-background-color: '@base__color--gray--light7';
}
.filter > ul > li.filter--vendor,
.filter > ul > li.filter--time,
.filter > ul > li.filter--duration,
.filter > ul > li.filter--airport,
.filter > ul > li.filter--escale-city,
.filter > ul > li.filter--favorite {
  text-align: center;
  width: 110px;
  height: 70px;
}
.filter > ul > li.filter--vendor:hover,
.filter > ul > li.filter--time:hover,
.filter > ul > li.filter--duration:hover,
.filter > ul > li.filter--airport:hover,
.filter > ul > li.filter--escale-city:hover,
.filter > ul > li.filter--favorite:hover {
  background-color: #e5e5e5;
  -for-background-color: '@base__color--gray--light7';
}
.filter > ul ul.filter__check-list {
  position: relative;
  top: 7px;
  padding: 0px;
  margin: 0px;
  height: 30px;
  overflow: hidden;
}
.filter > ul ul.filter__check-list.filter__check-list--escale {
  list-style-type: none;
}
.filter > ul ul.filter__check-list.filter__check-list--escale li {
  float: left;
  height: 30px;
  padding: 0 5px;
  margin: 0 2px 0 0;
  line-height: 30px;
  background-color: #e5e5e5;
  -for-background-color: '@base__color--gray--light7';
}
.filter > ul ul.filter__check-list.filter__check-list--escale li i.fa.fa-check,
.filter > ul ul.filter__check-list.filter__check-list--escale li i.fa.fa-spinner {
  display: none;
  margin: 0px;
  width: 20px;
}
.filter > ul ul.filter__check-list.filter__check-list--escale li .filter__check-list__text {
  width: 20px;
  line-height: 30px;
  display: inline;
  zoom: 1;
  display: inline-block;
  /*.mix__text-ellipsis;*/
}
.filter > ul ul.filter__check-list.filter__check-list--escale li.state__extended--width {
  width: auto;
}
.filter > ul ul.filter__check-list.filter__check-list--escale li.state__extended--width .filter__check-list__text {
  width: auto;
}
.filter > ul ul.filter__check-list.filter__check-list--escale li:hover,
.filter > ul ul.filter__check-list.filter__check-list--escale li.js__state__selected {
  background-color: #775c75;
  -for-background-color: '@ui__filter__check-list--hover--bg-color';
  color: #ffffff;
  -for-color: '@ui__filter__check-list--hover--color';
}
.filter > ul ul.filter__check-list.filter__check-list--escale li.js__state__selected {
  background-color: #775c75;
  -for-background-color: '@ui__filter__check-list--hover--bg-color';
  color: #ffffff;
  -for-color: '@ui__filter__check-list--hover--color';
}
.filter > ul ul.filter__check-list.filter__check-list--escale li.js__state__selected .fa.fa-check,
.filter > ul ul.filter__check-list.filter__check-list--escale li.js__state__selected .fa.fa-spinner {
  display: inline-block;
  line-height: 30px;
}
.filter > ul ul.filter__check-list.filter__check-list--escale li.js__state__selected .filter__check-list__text {
  padding-right: 5px;
}
.filter__header {
  max-width: 280px;
  padding: 0 25px;
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 67px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flight.flight--inbound .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight---inbound--plain.png');
  background-repeat: no-repeat;
}
.flight.flight--outbound .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight---outound--plain.png');
  background-repeat: no-repeat;
}
.flight .tooltip__wrapper {
  display: none;
}
.flight__data {
  padding-left: 15px;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper {
  width: 330px;
  position: absolute;
  z-index: 100;
  -for-z-index: '@zIndex-1--flight__data__time__wrapper';
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper > li {
  display: none;
  position: relative;
  width: 302px;
  padding: 0 10px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper > li:first-child {
  border-top: 1px solid transparent;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper > li.selected {
  display: block;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper > li.selected {
  display: block;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .flight__data__options {
  width: 25px;
  height: 25px;
  float: left;
  display: none;
  position: absolute;
  right: -8px;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .flight__data__options.combined-clock {
  display: block;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .flight__data__options i.options__alarm {
  background-image: url('/dynamic/site1/images/option-clock.png');
  background-repeat: no-repeat;
  width: 25px;
  height: 23px;
  display: block;
  position: relative;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .flight__data__options i.options__alarm__arrow {
  background-image: url('/dynamic/site1/images/option-clock__down-angle.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 5px;
  position: absolute;
  top: 26px;
  left: 3px;
  display: inline;
  zoom: 1;
  display: inline-block;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .icon.icon--direction--arrow {
  display: none;
  /*← | → */
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .icon.icon--direction--arrow:after {
  content: '→';
  position: absolute;
  right: 50%;
  margin-right: -6px;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper:hover {
  z-index: 400;
  -for-z-index: '@zIndex-4--flight__data__time__wrapper-hover';
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered > li {
  display: block;
  background-color: #ffffff;
  -for-background-color: '@base__color--white';
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  color: #333333;
  -for-color: '@base__body--color';
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered > li:hover {
  background-color: #f8f8f8;
  -for-background-color: '@base__color--gray--light4';
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered > li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered > li .flight__data__time {
  color: #333333;
  -for-color: '@base__body--color';
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered .icon.icon--direction--arrow {
  display: block !important;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered .icon--direction--arrow--big {
  display: none !important;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered .flight__data__options,
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered .flight__data__options.combined-clock {
  display: none;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__place__wrapper {
  padding: 25px 10px 0 10px;
}
.flight__data__time {
  width: 105px;
}
.flight__data__hour {
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 0 0 5px;
}
.flight__data__seperator {
  width: 60px;
  height: 24px;
  position: relative;
}
.flight__data__seperator .icon.icon--direction--arrow--big {
  position: absolute;
  top: 15px;
  right: 50%;
  margin-right: -10px;
  background-image: url('/dynamic/site1/images/seperator--arrow--bold--default.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.flight__data__place {
  width: 95px;
}
.flight__data__place .flight__data__place__text {
  max-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flight__data__place .flight__data__place__code {
  vertical-align: top;
}
.flight__data__place.flight__data__place--from {
  margin: 0 70px 0 0;
}
.flight__data__place,
.flight__data__date,
.flight__data__hour {
  line-height: 24px;
}
.flight__data__additional-info {
  border-top: 1px solid #eeeeee;
  -for-border-top: '1px solid @ui__flight__data__border-seperator-color';
  color: #666666;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
}
.flight__data__txt i {
  width: 20px;
  height: 20px;
  margin: 2px 0 0 0;
  float: left;
}
.flight__data__txt i.icon-duration {
  background-image: url('/dynamic/site1/images/icon__flight__duration.png');
  background-repeat: no-repeat;
}
.flight__data__txt.flight__data__txt--inline-block {
  display: inline;
  zoom: 1;
  display: inline-block;
  margin: 0 0 0 5px;
}
.flight__data__txt.flight__data__txt--ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flight__flight-direction__icon {
  width: 75px;
}
.flight-summary {
  padding: 0 0 0 40px;
}
.flight-summary .flight-summary__flight {
  border-left: 2px solid #cfcfcf;
  -for-border-left: '2px solid @base__color--gray--light5';
  padding: 0 30px;
  margin: 0 0 20px 0;
  position: relative;
}
.flight-summary .flight-summary__information {
  background: #cfcfcf;
  -for-background: '@base__color--gray--light5';
  height: 21px;
  line-height: 21px;
  border-radius: 2px 2px;
  padding: 0 10px;
  color: #ffffff;
  -for-color: '@base__color--white';
  position: relative;
}
.flight-summary .flight-summary__information:after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -5px;
  left: -3px;
  bottom: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #cfcfcf;
  -for-border-right: '5px solid @base__color--gray--light5';
  z-index: 300;
  -for-z-index: '@zIndex-3--flight-summary__information--arrow';
}
.flight-summary .flight-summary__information:before {
  content: '';
  background-image: url('/dynamic/site1/images/flight-summary-path-circle.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  background-position: 0 1px;
  background-color: white;
  margin-top: -12px;
  left: -42px;
}
.flight-summary .flight__data__additional-info {
  color: #cfcfcf;
  -for-color: '@base__color--gray--light5';
  border: none;
  margin: 0px 0px 5px 0px;
}
.flight-summary__flight-information > ul.flight-information__list {
  list-style-type: none;
  width: 200px;
  padding: 0px;
  font-size: 13px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.3rem;
}
.flight-summary__flight-information > ul.flight-information__list.flight-information__list--first {
  margin: 0 5px 0 0;
}
.flight-summary__flight-information > ul.flight-information__list > li > i.fa-angle-right {
  margin: 0 0 0 5px;
}
.flight__data__time.flight__data__time--summary .flight__data__txt {
  word-break: break-all;
}
.generic__total.generic__total--flight-summary .generic__total__details {
  width: 210px;
}
.generic__total.generic__total--flight-summary .generic__total__order .btn__wrapper {
  margin: 0 30px 0 0;
}
.generic__total.generic__total--flight-summary .btn__close--link {
  margin: 5px 0px;
}
.flight-results__item {
  width: 1140px;
  position: relative;
}
.flight-results__item .flight__data__additional-info {
  width: 270px;
  margin: 5px 0 0 10px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
}
.flight-results__header__wrapper {
  width: 1140px;
}
.flight-results__header {
  overflow: hidden;
}
.flight-results__header__title {
  width: 425px;
  -for-width: '@ui__flight-results__flight--coll-width';
  height: 35px;
  -for-height: '@ui__flight-results__header--height';
  line-height: 35px;
  -for-line-height: '@ui__flight-results__header--line-height';
  background-color: #d5d5d5;
  -for-background-color: '@ui__flight-results__header--bg-color';
  padding: 0 10px;
}
.flight-results__header__title.flight-results__header__title--outbound {
  background-color: #bcbcbc;
}
.flight-results__header__title.flight-results__header__title--outbound .flight-results__header__ico i {
  background-image: url('/dynamic/site1/images/icon-plane--right--purple.png');
  background-repeat: no-repeat;
}
.flight-results__header__title.flight-results__header__title--inbound .flight-results__header__ico i {
  background-image: url('/dynamic/site1/images/icon-plane--left--purple.png');
  background-repeat: no-repeat;
}
.flight-results__header__title.flight-results__header__title--outbound .flight-results__header__label,
.flight-results__header__title.flight-results__header__title--inbound .flight-results__header__label {
  font-weight: bold;
}
.flight-results__header__title.flight-results__header__title--cta {
  width: 290px;
  -for-width: '@ui__flight-results__cta--coll-width';
}
.flight-results__header__ico {
  width: 45px;
  padding: 7px 0 0 0;
}
.flight-results__header__ico i {
  display: block;
  width: 25px;
  height: 21px;
  margin: auto;
}
.flight-results__header__label {
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
}
.flight-results__header__value,
.flight-results__header__title--cta {
  font-size: 16px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.6rem;
}
.tmplt-flight--results {
  border-bottom: 1px solid #cecece;
  -for-border-bottom: '1px solid @base__color--gray--light3';
  height: 110px;
  overflow: hidden;
}
.tmplt-flight--results .flight {
  width: 425px;
  -for-width: '@ui__flight-results__flight--coll-width';
  height: 110px;
  overflow: hidden;
  transition: all 0.5s ease-out;
  padding: 15px 20px 15px 20px;
}
.tmplt-flight--results .flight.flight--outbound {
  background-color: #f8f8f8;
  -for-background-color: '@ui__flight-results__flight--outbound--bg-color';
}
.tmplt-flight--results .flight.flight--inbound {
  transition: all 0.5s ease;
  -for-transition: '@ui__flight-results__item__flight--inbound--transition';
  overflow: hidden;
}
.tmplt-flight--results .flight.flight--inbound .tooltip__wrapper {
  display: block;
}
.tmplt-flight--results .vendor-brand {
  padding: 15px 0 0 0;
  -for-padding: '@ui__flight-results__flight__vendor-brand--padding';
}
.tmplt-flight--results .tooltip-data {
  transition: transform 0.5s ease;
  -for-transition: '@ui__flight-results__item__tooltip-data--transition';
  bottom: -140px;
}
.tmplt-flight--results .cta-price {
  width: 290px;
  -for-width: '@ui__flight-results__cta--coll-width';
  padding: 25px 15px 0 0;
}
.tmplt-flight--results .cta-price .price.price--ui {
  width: 110px;
  padding: 8px 15px 8px 0;
}
.tmplt-flight--results .cta-price .price.price--ui.price--2-prices {
  padding: 2px 15px 2px 0;
}
.tmplt-flight--results .cta-price .price__value,
.tmplt-flight--results .cta-price .price__text {
  line-height: 1.15em;
}
.tmplt-flight--results .cta-price .btn__icon__wrapper.btn__icon__wrapper--rotate {
  transition: all 0.5s;
}
.tmplt-flight--results:hover,
.flight-results__item.js__flight-results__item--selected {
  background-color: #f8f8f8;
  -for-background-color: '@ui__flight-results__item--bg-color--hover';
  cursor: pointer;
}
.tmplt-flight--results:hover .flight--inbound,
.flight-results__item.js__flight-results__item--selected .flight--inbound {
  padding: 5px 20px 15px 20px;
}
.tmplt-flight--results:hover .flight--inbound .vendor-brand,
.flight-results__item.js__flight-results__item--selected .flight--inbound .vendor-brand {
  padding: 5px 0 0 0;
}
.tmplt-flight--results:hover .flight--inbound .tooltip-data,
.flight-results__item.js__flight-results__item--selected .flight--inbound .tooltip-data {
  transform: translate(0px, -50px);
}
.tmplt-flight--results:hover .flight--inbound .flight__data__additional-info,
.flight-results__item.js__flight-results__item--selected .flight--inbound .flight__data__additional-info {
  opacity: 0;
}
.tmplt-flight--results:hover .cta-price .btn__icon__wrapper--rotate,
.flight-results__item.js__flight-results__item--selected .cta-price .btn__icon__wrapper--rotate {
  -webkit-transform: rotate(90deg);
  -for--webkit-transform: '@arguments';
  -moz-transform: rotate(90deg);
  -for--moz-transform: '@arguments';
  -o-transform: rotate(90deg);
  -for--o-transform: '@arguments';
  -ms-transform: rotate(90deg);
  -for--ms-transform: '@arguments';
  transform: rotate(90deg);
  -for-transform: '@arguments';
}
.affix {
  z-index: 400;
  -for-z-index: '@zIndex-4--flight-results__affix';
}
.affix#results-header {
  top: 100px;
}
.affix.form-filters--flight-results {
  z-index: 600;
  -for-z-index: '@zIndex-6--flight-results__affix';
  top: 0px;
}
.affix__flight-result__overlay {
  position: fixed;
  background: url('/dynamic/site1/images/page-bg.png');
  top: 0px;
  width: 100%;
  z-index: 400;
  -for-z-index: '@zIndex-4--flight-results__affix-overlay';
  height: 135px;
}
.result-row-line:hover .flight__add-inbound .et-icon-flight-no-return {
  background: url('/dynamic/site1/images/flight-inbound-dark.png');
}
.flight__add-inbound .et-icon-flight-no-return {
  background: url('/dynamic/site1/images/flight-inbound-light-grey.png');
}
.flight.flight--no-inbound {
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
  text-align: center;
  padding: 40px 0 0 0;
}
.tmplt-flight .tooltip.top {
  margin-top: 9px;
}
.btn--icon.add-to-favorite-container.js__favorited,
.btn--icon.add-to-favorite-container.js__favorited:hover {
  background-color: #d68006;
  -for-background-color: '@ui__btn--icon--fav--bg-color--selected';
}
.results-content ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.flight-results-overlay__item {
  width: 1140px;
}
.flight-results-overlay__item h1 {
  font-size: 24px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.4rem;
  padding: 10px 0px;
}
.flight-results-overlay__item .flight__flight-direction__icon {
  padding: 30px 0 0 20px;
}
.flight-results-overlay__item .flight-results-overlay__wrapper {
  background-color: #f8f8f8;
  -for-background-color: '@base__color--gray--light4';
}
.flight-results-overlay__item .outbound-city-group-autocomplete .ui-autocomplete,
.flight-results-overlay__item .inbound-city-group-autocomplete .ui-autocomplete {
  z-index: 300 !important;
  -for-z-index: '@zIndex-3--search-autocomplete !important';
}
.flight-results-overlay__item .scroller {
  background-color: #e0e0e0;
  -for-background-color: '@scroller-bg';
  height: 25px;
  line-height: 25px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.flight-results-overlay__item .scroller.rs-carousel-action-active .scroller-arrow-up {
  background-image: url('/dynamic/site1/images/flight-rs-scroll-top.png');
  background-repeat: no-repeat;
  background-position: left 6px;
  width: 32px;
  height: 25px;
  margin: 0 auto;
}
.flight-results-overlay__item .scroller.rs-carousel-action-active .scroller-arrow-down {
  background-image: url('/dynamic/site1/images/flight-rs-scroll-bottom.png');
  background-repeat: no-repeat;
  background-position: left 6px;
  width: 32px;
  height: 25px;
  margin: 0 auto;
}
.flight-results-overlay__item .scroller-down {
  margin-bottom: -15px;
}
.flight-results-overlay__item .align-to-box {
  margin-left: 0px;
}
.flight-results-overlay__item .close-details {
  cursor: pointer;
}
.flight-results-overlay__item .result-inner-box-row {
  padding-left: 0px;
  position: relative;
}
.flight-results-overlay__item .result-inner-box-row:after {
  content: '';
  display: block;
  clear: both;
}
.flight-results-overlay__item .result-inner-box-row li.cycle-slide {
  border-bottom: 1px solid #d1d1d1;
  list-style: none;
  background-color: #ebebeb;
  -for-background-color: '@return-flight-bg';
  height: 68px;
}
.flight-results-overlay__item .result-inner-box-row li.cycle-slide:first-child {
  border-top: 1px solid #d1d1d1;
}
.flight-results-overlay__item .return > li {
  margin-left: 0px !important;
}
.flight-results-overlay__item .details-flight {
  min-height: 130px;
}
.flight-results-overlay__item .no-margin {
  margin-left: 0px;
}
.flight-results-overlay__item .cycle_slideshow {
  overflow-x: visible !important;
}
.flight-results-overlay__item.flight-results-overlay__item--master {
  z-index: 500;
  -for-z-index: '@zIndex-5--flight-results-overlay__item--master';
  overflow: auto;
  background-color: #f8f8f8;
  -for-background-color: '@base__color--gray--light4';
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.flight-results-overlay__item.flight-results-overlay__item--master .btn__close--icon {
  position: absolute;
  top: -20px;
  right: -15px;
  z-index: 300;
  -for-z-index: '@zIndex-3--modal-btn';
}
.flight-results-overlay__item.flight-results-overlay__item--outbound {
  position: relative;
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .return-flight-title {
  position: absolute;
  bottom: 0px;
  /*width: 100%;*/
  padding: 0px;
  margin: 0px;
  /*z-index: @zIndex-3--flight-results__overlay--outbound__return-flight-title;*/
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .return-flight-title h1 {
  padding-left: 15px;
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .tmplt-flight--overlay .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight--outbound--selected--plain.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .tmplt-flight--overlay .icon--direction--arrow--big {
  background-image: url('/dynamic/site1/images/seperator--arrow--bold--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .tmplt-flight--overlay .flight__data__txt i {
  background-image: url('/dynamic/site1/images/icon__flight__duration--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .tmplt-flight--overlay:after {
  content: '';
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid #5a3a58;
  -for-border-left: '15px solid @ui__flight-results-overlay__item__flight--bg-color--selected';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 600;
  -for-z-index: '@zIndex-6--flight-results-overlay__arrow';
}
.flight-results-overlay__item.flight-results-overlay__item--inbound .flight-summary {
  padding-top: 20px;
}
.flight-results-overlay__item.flight-results-overlay__item--inbound .tmplt-flight--overlay .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight---inbound--plain.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item.flight-results-overlay__item--inbound .flight-results-overlay__content {
  min-height: 165px;
}
.flight-results-overlay__item.flight-results-overlay__item--inbound .tmplt-flight--overlay .flight-icon,
.flight-results-overlay__item.flight-results-overlay__item--outbound .tmplt-flight--overlay .flight-icon {
  width: 24px;
  height: 21px;
}
.flight-results-overlay__content .rs-carousel-mask {
  height: 328px;
  overflow: hidden;
  width: 670px;
}
.flight-results-overlay__content.flight-results-overlay__content--flight {
  position: relative;
  width: 640px;
  overflow: visible;
  background-color: #f8f8f8;
  -for-background-color: '@base__color--gray--light4';
}
.flight-results-overlay__content.flight-results-overlay__content--flight .departure-side-open-box {
  width: 100%;
}
.flight-results-overlay__content.flight-results-overlay__content--flight h1 {
  padding-left: 15px;
}
.flight-results-overlay__content.flight-results-overlay__content--flight-summary {
  width: 500px;
  overflow: hidden;
  background-color: #ffffff;
  -for-background-color: '@base__color--white';
  padding: 0 0 20px 0;
  border-bottom: 2px solid #f8f8f8;
  -for-border-bottom: '2px solid @base__color--gray--light4';
}
.flight-results-overlay__content.flight-results-overlay__content--flight-summary h1 {
  padding-left: 30px;
}
.cta-price.cta-price--flight-results-overlay {
  width: 190px;
  padding: 15px 0 0 20px;
}
.cta-price.cta-price--flight-results-overlay .price__value {
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flight-results-overlay__page-opacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 400;
  -for-z-index: '@zIndex-4--modal-back-layer-layer';
}
.tmplt-flight--overlay {
  background-color: #5a3a58;
  -for-background-color: '@ui__flight-results-overlay__item__flight--bg-color--selected';
  height: 110px;
  padding: 15px 0;
  position: relative;
  width: 640px;
}
.tmplt-flight--overlay .vendor-brand {
  padding: 15px 0 0 0;
}
.tmplt-flight--overlay .cta-price--flight-results-overlay {
  display: none;
  visibility: hidden;
}
.tmplt-flight--overlay:hover {
  cursor: pointer;
}
.tmplt-flight--overlay .flight__data__time,
.tmplt-flight--overlay .flight__data__place__wrapper,
.tmplt-flight--overlay .vendor-brand__title {
  color: #ffffff;
  -for-color: '@ui__flight-results-overlay__item__flight--selected--color';
}
.tmplt-flight--overlay .flight__data__additional-info {
  color: #ffffff;
}
.flight-results-overlay__item--inbound .tmplt-flight--overlay .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight--inbound--selected--plain.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .tmplt-flight--overlay .flight__data__txt i {
  background-image: url('/dynamic/site1/images/icon__flight__duration--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .active .tmplt-flight--overlay .icon--direction--arrow--big {
  background-image: url('/dynamic/site1/images/seperator--arrow--bold--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .active .tmplt-flight--overlay:after {
  content: '';
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid #5a3a58;
  -for-border-left: '15px solid @ui__flight-results-overlay__item__flight--bg-color--selected';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 600;
  -for-z-index: '@zIndex-6--flight-results-overlay__arrow';
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay {
  background-color: #f8f8f8;
  -for-background-color: '@ui__flight-results__flight--outbound--bg-color';
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight---inbound--plain.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .flight__data__time,
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .flight__data__place__wrapper,
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .vendor-brand__title {
  color: #333333;
  -for-color: '@base__body--color';
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .flight__data__additional-info {
  color: #666666;
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .flight__data__txt i {
  background-image: url('/dynamic/site1/images/icon__flight__duration.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .cta-price--flight-results-overlay {
  display: block;
  visibility: visible;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay {
  background-color: #f8f8f8;
  -for-background-color: '@ui__flight-results__flight--outbound--bg-color';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay .flight__data__time,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay .flight__data__place__wrapper,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay .vendor-brand__title {
  color: #333333;
  -for-color: '@base__body--color';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay .flight__data__additional-info {
  color: #666666;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay .cta-price--flight-results-overlay {
  display: block;
  visibility: visible;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay:after {
  border: 0px;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay {
  background-color: #5a3a58;
  -for-background-color: '@ui__flight-results-overlay__item__flight--bg-color--selected';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight--inbound--selected--plain.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .icon--direction--arrow--big {
  background-image: url('/dynamic/site1/images/seperator--arrow--bold--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .flight__data__time,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .flight__data__place__wrapper,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .vendor-brand__title {
  color: #ffffff;
  -for-color: '@ui__flight-results-overlay__item__flight--selected--color';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .flight__data__additional-info {
  color: #ffffff;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .flight__data__txt i {
  background-image: url('/dynamic/site1/images/icon__flight__duration--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .cta-price--flight-results-overlay {
  display: none;
  visibility: hidden;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay:after {
  content: '';
  position: absolute;
  z-index: 999;
  top: 50%;
  right: -15px;
  left: auto;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid #5a3a58;
  -for-border-left: '15px solid @ui__flight-results-overlay__item__flight--bg-color--selected';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 600;
  -for-z-index: '@zIndex-6--flight-results-overlay__arrow';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .hovered .flight__data__time,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .hovered .flight__data__place__wrapper,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .hovered .vendor-brand__title {
  color: #333333;
  -for-color: '@base__body--color';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .hovered .flight__data__additional-info {
  color: #666666;
}
.inbound_inner_result {
  position: relative;
}
.inbound_inner_result.not-active .group-button {
  position: absolute;
  top: 0;
  right: 0;
}
.flight__add-inbound__choose-return {
  z-index: 300;
  -for-z-index: '@zIndex-3--choose-return';
}
.flight__add-inbound__search-btn {
  display: none;
}
.results-content.roundtrip .flight__add-inbound__return-options {
  display: none;
}
.results-content.roundtrip .flight-results-overlay__item--inbound .flight-results-overlay__content--flight-summary {
  min-height: 410px;
}
.results-content.roundtrip .flight-summary {
  min-height: 170px;
}
.results-content.openjaw .flight__add-inbound__return-options {
  display: none;
}
.results-content.openjaw .flight-results-overlay__item--inbound .flight-results-overlay__content--flight-summary {
  min-height: 410px;
}
.results-content.openjaw .flight-summary {
  min-height: 170px;
}
.results-content.oneway .flight__add-inbound__return-options {
  display: block;
  position: relative;
}
.results-content.oneway .innerChooseReturnFlightBtn {
  cursor: pointer;
  position: absolute;
  display: none;
  top: 199.5px;
  left: 221px;
  width: 270px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 18px;
  text-align: center;
  background-color: #045779;
  -for-background-color: '@dominancy-color';
}
.results-content.oneway .innerChooseReturnFlightBtn .et-icon-flight-inbound-light {
  margin-bottom: 14px;
}
.results-content.oneway .departure-side-open-box {
  display: none;
}
.results-content.oneway .returnDatePicker {
  display: none;
  position: absolute;
  top: 10px;
  left: 44px;
  text-align: center;
  z-index: 300;
  -for-z-index: '@zIndex-3--DatePicker';
  cursor: default;
}
.results-content.oneway .returnFlightSearchBtn {
  display: none;
  top: 90px;
  left: 356px;
  cursor: pointer;
  position: absolute;
  width: 179px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 18px;
  text-align: center;
  background-color: #2095df;
  z-index: 300;
  -for-z-index: '@zIndex-3--returnFlightSearchBtn';
}
.results-content.oneway .returnFlightSearchBtn .btn__label {
  height: 40px;
  line-height: 40px;
}
.results-content.oneway .flight__add-inbound__search-btn {
  line-height: 40px;
}
.onewayToRoundtripActive .flight-results-overlay__item--outbound .flight-results-overlay__content--flight-summary {
  min-height: 325px;
}
.onewayToRoundtripActive .flight-results-overlay__item--inbound .flight-summary {
  padding-top: 0px;
}
.flight-results-overlay__item .flight-summary .flight__data__additional-info {
  width: 380px;
  text-align: left;
  padding: 0px 0 0 155px;
  margin: 2px 0 5px 10px;
}
.result-inner-box__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 700;
  -for-z-index: '@zIndex-7--flight-results-overlay__bookable-check';
}
.result-inner-box__overlay__msg {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 400px;
  padding: 0 50px;
  margin-top: -210px;
  text-align: center;
  font-size: 24px;
}
.result-inner-box__overlay__msg .result-inner-box__overlay__msg__title {
  font-size: 32px;
}
.result-inner-box__overlay__msg .result-inner-box__overlay__msg__text {
  font-size: 24px;
  padding: 0px;
}
.result-inner-box__overlay__close {
  margin-top: 240px;
  font-size: 18px;
}
.flight-loading-block {
  float: left;
  width: 180px;
  font-size: 18px;
  margin-right: 15px;
}
.flight-loading-block__title {
  margin-bottom: 5px;
  font-size: 18px;
}
.flight-loading-block__container {
  width: 390px;
  position: absolute;
  left: 50%;
  margin-left: -195px;
  margin-top: 30px;
}
.flight-loading-block__container:after {
  clear: both;
  display: block;
  content: '';
}
.flight-loading-block__container.flight-loading-block__container--oneway {
  width: 180px;
  margin-left: -90px;
}
.flight-loading-block__img-container {
  width: 100%;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center center;
}
.flight-loading-block__img-container.flight-loading-block__img-container--inbound {
  background-image: url('/dynamic/site1/images/result-inner-box__plane--inbound.png');
}
.flight-loading-block__img-container.flight-loading-block__img-container--outbound {
  background-image: url('/dynamic/site1/images/result-inner-box__plane--outbound.png');
}
.bookable-check__status {
  font-size: 42px;
}
.bookable-check__status--success {
  color: green;
}
.bookable-check__status--error {
  color: red;
}

/* Imports
-----------------------*/
/* @start-import*/
/**
 * Imported at the top of each view LESS file
 * Contains all variables and based class (bootstrap, forms, icons ...)
 */
/* Variables
----------------*/
/*
// Load bootstrap libary varabiles
@import "../../../css/libraries/bootstrap/variables.less"; // Bootstrap variables base TODO: to remove (update depedencies)
@path_to_bs: "../../../libraries/bootstrap-3.2.0/less/";
@import "@{path_to_bs}variables.less";

// Load base variables (contains all static variable and default values)
@import "base_variables.less"; // Template variables

// Load vars import root from UI element (new)
@import "vars.less";

@import "system_template_build_variables.less"; // Dynamic variableshttps://github.com/elyotechgit/travelyo/blob/ad7992705bf58aefa3f6e90de167685432fbbfec/src/Travelyo/TemplateBundle/Resources/public/templates/airtlv/css/base.less
*/
/*// Bootstrap variable
//---------------------------------
@btn-primary-color: white;
@btn-primary-bg: @high-base;
@btn-primary-border: @high-base;

// Disable bootstrap container media queries
// Small screen / tablet
@container-tablet: ((1140px + @grid-gutter-width));
//** For `@screen-sm-min` and up.
@container-sm: @container-tablet;

// Medium screen / desktop
@container-desktop: ((1140px + @grid-gutter-width));
//** For `@screen-md-min` and up.
@container-md: @container-desktop;

// Large screen / wide desktop
@container-large-desktop: ((1140px + @grid-gutter-width));
//** For `@screen-lg-min` and up.
@container-lg: @container-large-desktop;
*/
/** @todo corrected by yonatan/lem**/
/* Overwrite Bootstrap variables
---------------------------------*/
/*@zIndex-3--flight-results__overlay--outbound__return-flight-title: @zIndex-3;*/
/* Page specific
----------------------------------------------------------------------------------------------------------------------*/
/**
 ORDER V2 by adrian

*/
/*
Global
*/
/* - Payment timeline
*/
/*
contact
*/
/*
Package result
*/
/* Bootstrap (legacy)
-------------------*/
/* Bootstrap 3.2.0
-------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/bundles/travelyotemplate/libraries/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.eot');
  src: url('/bundles/travelyotemplate/libraries/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/bundles/travelyotemplate/libraries/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/bundles/travelyotemplate/libraries/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/bundles/travelyotemplate/libraries/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -moz-box-sizing: border-box;
  -for--moz-box-sizing: '@type';
  -webkit-box-sizing: border-box;
  -for--webkit-box-sizing: '@type';
  box-sizing: border-box;
  -for-box-sizing: '@type';
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  -for--moz-box-sizing: '@type';
  -webkit-box-sizing: border-box;
  -for--webkit-box-sizing: '@type';
  box-sizing: border-box;
  -for-box-sizing: '@type';
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.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: 1200px) {
  .container {
    width: 1170px;
  }
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  -for--moz-box-sizing: '@type';
  -webkit-box-sizing: border-box;
  -for--webkit-box-sizing: '@type';
  box-sizing: border-box;
  -for-box-sizing: '@type';
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
.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: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-dialog.modal-dialog--w-1172 {
  width: 1172px;
}
/* Fontawesome
----------------*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/bundles/travelyotemplate/libraries/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/bundles/travelyotemplate/libraries/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/bundles/travelyotemplate/libraries/font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/bundles/travelyotemplate/libraries/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/bundles/travelyotemplate/libraries/font-awesome-4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/* Others
----------------*/
/* COLORS + VARIATIONS */
/* << END COLORS*/
.controls-inline.error .help-inline {
  display: none;
}
.help-inline ul {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .control-group:after {
  clear: both;
}
.btn-flat {
  border-radius: 0px;
  background-image: none;
  text-shadow: none;
  border: none;
}
.btn-action,
.btn-action:hover {
  /*.buttonBackground(@btnActionBackgroundGradientStart, @btnActionBackgroundGradientEnd);*/
  color: #ffffff;
  -for-color: '@base__color--white';
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
[class^="et-icon-"],
[class*=" et-icon-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: bottom;
  /*background-position: 20px 20px;*/
}
.icon-white {
  background-image: url("/bundles/travelyofrontend/images/libraries/bootstrap/glyphicons-halflings-white.png");
}
.et-icon-flight-inbound-light {
  background: url('/dynamic/site1/images/flight-inbound-light.png');
}
.et-icon-flight-inbound {
  background: url('/dynamic/site1/images/flight-inbound-dark.png');
}
.et-icon-flight-inbound-blue {
  background: url('/dynamic/site1/images/flight-inbound-blue.png');
}
.et-icon-flight-outbound-light {
  background: url('/dynamic/site1/images/flight-outbound-light.png');
}
.et-icon-flight-inbound-light-grey {
  background: url('/dynamic/site1/images/flight-inbound-light-grey.png');
}
.et-icon-flight-outbound-blue {
  background-image: url('/dynamic/site1/images/flight-outbound-blue.png');
}
.et-icon-flight-outbound {
  background: url('/dynamic/site1/images/flight-outbound-dark.png');
}
.et-icon-flight-departure {
  background: url('/dynamic/site1/images/flight-departure-dark.png');
}
.et-icon-flight-arrival {
  background: url('/dynamic/site1/images/flight-arrival-dark.png');
}
.et-icon-flight-duration {
  background: url('/dynamic/site1/images/flight-duration-dark.png');
}
.et-icon-flight-stops {
  background: url('/dynamic/site1/images/flight-stops-dark.png');
}
.et-icon-flight-airport {
  background: url('/dynamic/site1/images/flight-airport-dark.png');
}
.et-icon-loader-small {
  background-image: url('/dynamic/site1/images/loader-small.gif');
}
.et-icon-hotel {
  background: url('/dynamic/site1/images/icon-hotel-dark.png');
}
.et-icon-pack-light {
  background: url('/dynamic/site1/images/icon-pack-light.png');
  width: 30px;
}
.et-icon-car {
  background: url('/dynamic/site1/images/icon-car-dark.png');
}
.et-icon-option {
  background: url('/dynamic/site1/images/icon-option-dark.png');
}
.et-icon-insurance {
  background: url('/dynamic/site1/images/icon-insurance-dark.png');
}
.et-icon-bookingfee {
  background: url('/dynamic/site1/images/icon-bookingfee-dark.png');
}
.et-icon-activity {
  background: url('/dynamic/site1/images/icon-activity-dark.png');
}
.et-icon-favorite {
  background: url('/dynamic/site1/images/blue-star.png');
}
.et-icon-favorite-disabled {
  background: url('/dynamic/site1/images/black-star.png');
}
.et-icon-favorite-enabled {
  background: url('/dynamic/site1/images/yellow-star.png');
}
.et-icon-favorite-active {
  background: url('/dynamic/site1/images/blue-star.png');
}
.et-icon-card_cb {
  width: 28px;
  height: 17px;
  background: url('/dynamic/site1/images/card_cb.png');
}
.et-icon-card_master {
  width: 28px;
  height: 17px;
  background: url('/dynamic/site1/images/card_master.png');
}
.et-icon-card_visa {
  width: 28px;
  height: 17px;
  background: url('/dynamic/site1/images/card_visa.png');
}
.et-icon-animated-loading {
  background: url('/dynamic/site1/images/loader-bars.gif') no-repeat 0 center;
}
.et-icon-map {
  background: url('/dynamic/site1/images/icon-map.png');
}
.et-icon-quote {
  background: url('/dynamic/site1/images/icon-quote.png');
}
.et-icon-price {
  background: url('/dynamic/site1/images/icon-price.png');
}
.et-icon-more-light {
  background: url('/dynamic/site1/images/icon-more-light.png');
}
/* flags */
.et-icon-flag {
  background-repeat: none;
  width: 16px;
  height: 11px;
}
.et-icon-flag-en {
  background: url('/dynamic/site1/images/en.png') no-repeat;
}
.et-icon-flag-nl {
  background: url('/dynamic/site1/images/nl.png') no-repeat;
}
.et-icon-flag-fr {
  background: url('/dynamic/site1/images/fr.png') no-repeat;
}
.et-icon-flag-he {
  background: url('/dynamic/site1/images/il.png') no-repeat;
}
.et-icon-flag-de {
  background: url('/dynamic/site1/images/de.png') no-repeat;
}
.et-icon-flag-it {
  background: url('/dynamic/site1/images/it.png');
}
.et-icon-alarm-time {
  background: url('/dynamic/site1/images/alarm-timer.png') no-repeat;
  background-position: left center;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'travelyo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-activity:before {
  content: "\e910";
}
.icon-arrow-right-bold:before {
  content: "\e911";
}
.icon-arrow-right-thin:before {
  content: "\e912";
}
.icon-car:before {
  content: "\e913";
}
.icon-check:before {
  content: "\e914";
}
.icon-external-link:before {
  content: "\e915";
}
.icon-home:before {
  content: "\e916";
}
.icon-hotel:before {
  content: "\e917";
}
.icon-info:before {
  content: "\e918";
}
.icon-luggage:before {
  content: "\e919";
}
.icon-map-pin:before {
  content: "\e91a";
}
.icon-pencil:before {
  content: "\e91b";
}
.icon-person:before {
  content: "\e91c";
}
.icon-plane2:before {
  content: "\e91d";
}
.icon-star:before {
  content: "\e91e";
}
.icon-x:before {
  content: "\e91f";
}
.icon-arrow-bottom:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-bullhorn:before {
  content: "\e902";
}
.icon-calendar:before {
  content: "\e903";
}
.icon-duration:before {
  content: "\e904";
}
.icon-envelope:before {
  content: "\e905";
}
.icon-map:before {
  content: "\e906";
}
.icon-minus:before {
  content: "\e907";
}
.icon-multiple-pointers:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-photo:before {
  content: "\e90a";
}
.icon-plane:before {
  content: "\e90b";
}
.icon-plus:before {
  content: "\e90c";
}
.icon-print:before {
  content: "\e90d";
}
.icon-share:before {
  content: "\e90e";
}
.icon-users:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e920";
}
.icon-exclamation-circle:before {
  content: "\e921";
}
.icon-male:before {
  content: "\e922";
}
.icon-child:before {
  content: "\e923";
}
.icon-credit-card:before {
  content: "\e924";
}
.icon-question-circle:before {
  content: "\e925";
}
.icon-info2:before {
  content: "\e926";
}
/* Museo slab
----------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'museo-slab';
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/Museo_Slab_500.otf");
}
/* Open Sans (normal)
----------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 400;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/OpenSans-Italic.ttf");
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 700;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 100;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/OpenSans-Light.ttf");
}
/* Alef
----------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Alef';
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Bold.eot");
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Bold.eot?#iefix") format('embedded-opentype'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Bold.woff") format('woff'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Bold.ttf") format('truetype'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Bold.svg#alefbold") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Alef';
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Regular.eot");
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Regular.eot?#iefix") format('embedded-opentype'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Regular.woff") format('woff'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Regular.ttf") format('truetype'), url("/bundles/travelyotemplate/templates/airtlv/fonts/Alef-Regular.svg#alefregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Open Sans (hebrew)
----------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'OpenSansHe';
  font-style: italic;
  font-weight: 400;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/he/Open_Sans_Hebrew_Fixed/opensanshebrew-italic-webfont.ttf");
}
@font-face {
  font-family: 'OpenSansHe';
  font-style: normal;
  font-weight: 700;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/he/Open_Sans_Hebrew_Fixed/opensanshebrew-bold-webfont.ttf");
}
@font-face {
  font-family: 'OpenSansHe';
  font-style: normal;
  font-weight: 400;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/he/Open_Sans_Hebrew_Fixed/opensanshebrew-regular-webfont.ttf");
}
@font-face {
  font-family: 'OpenSansHe';
  font-style: normal;
  font-weight: 100;
  src: url("/bundles/travelyotemplate/templates/airtlv/fonts/he/Open_Sans_Hebrew_Fixed/opensanshebrew-light-webfont.ttf");
}
@font-face {
  font-family: 'travelyo';
  src: url('/bundles/travelyotemplate/templates/airtlv/fonts/travelyo.eot?y896yo');
  src: url('/bundles/travelyotemplate/templates/airtlv/fonts/travelyo.eot?y896yo#iefix') format('embedded-opentype'), url('/bundles/travelyotemplate/templates/airtlv/fonts/travelyo.ttf?y896yo') format('truetype'), url('/bundles/travelyotemplate/templates/airtlv/fonts/travelyo.woff?y896yo') format('woff'), url('/bundles/travelyotemplate/templates/airtlv/fonts/travelyo.svg?y896yo#travelyo') format('svg');
  font-weight: normal;
  font-style: normal;
}
.filter-none {
  -webkit-filter: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.font-medium {
  font-size: 13px;
}
ul.no-style {
  margin: 0px;
  padding: 0px;
}
ul.no-style li {
  list-style: none;
}
.relative {
  position: relative;
}
[class^="col-"] .content-padded,
[class*=" col-"] .content-padded {
  padding: 15px;
  -for-padding: '@default-padding';
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.dir-ltr {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.curs-pointer {
  cursor: pointer;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.bidi {
  unicode-bidi: bidi-override;
}
.mediaqueryloader {
  color: red;
}
@media (min-width: 200px) {
  .container-full-width {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container-full-width {
    width: 100%;
  }
}
.img__flight__rs-scroll__arrow__top {
  background-image: url('/dynamic/site1/images/flight-rs-scroll-top.png');
}
.img__flight__rs-scroll__arrow__bottom {
  background-image: url('/dynamic/site1/images/flight-rs-scroll-bottom.png');
}
.img__btn--favorite {
  background-image: url('/dynamic/site1/images/btn-favorite-icon.png');
}
.button--mobile {
  display: none;
}
.btn#load i {
  font-size: 18px;
}
.btn.btn-version-1 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  background: #76c166;
  -for-background: '@dyn__ui_btns__btn_version_1__bg_color';
  color: #ffffff;
  -for-color: '@dyn__ui_btns__btn_version_1__txt_color';
  padding: 10px;
  border-radius: 0px;
}
.btn.btn-version-1 i {
  font-size: 12px;
  margin-left: 20px;
  color: #ffffff;
  -for-color: '@dyn__ui_btns__btn_version_1__icon_color';
}
.btn.btn-version-1.without-i {
  padding: 13px;
}
.btn.btn-version-1.reverse-colours {
  color: #76c166;
  -for-color: '@dyn__ui_btns__btn_version_1__bg_color';
  border: 1px solid #76c166;
  -for-border: '1px solid @dyn__ui_btns__btn_version_1__bg_color';
  background: #ffffff;
  -for-background: '@dyn__ui_btns__btn_version_1__txt_color';
}
.btn.btn-version-1.reverse-colours i {
  color: #76c166;
  -for-color: '@dyn__ui_btns__btn_version_1__bg_color';
}
.btn.btn-version-2 {
  font-size: 16px;
  width: 100%;
  text-align: center;
  background: #9a9a9a;
  -for-background: '@dyn__ui_btns__btn_version_2__bg_color';
  color: #333333;
  -for-color: '@dyn__ui_btns__btn_version_2__txt_color';
  padding: 5px;
  border-radius: 0px;
}
.btn.btn-version-2 i {
  font-size: 12px;
  margin-left: 20px;
  color: #333333;
  -for-color: '@dyn__ui_btns__btn_version_2__icon_color';
}
.btn.btn-version-2.without-i {
  padding: 13px;
}
.btn.btn-version-3 {
  font-size: 16px;
  width: 100%;
  text-align: center;
  background: #045779;
  -for-background: '@dyn__ui_btns__btn_version_3__bg_color';
  color: #ffffff;
  -for-color: '@dyn__ui_btns__btn_version_3__txt_color';
  padding: 5px;
  border-radius: 0px;
}
.btn.btn-version-3 i {
  font-size: 12px;
  margin-left: 20px;
  color: #ffffff;
  -for-color: '@dyn__ui_btns__btn_version_3__icon_color';
}
.btn.btn-version-3.without-i {
  padding: 13px;
}
.btn.btn-version-4 {
  font-size: 16px;
  width: 100%;
  text-align: center;
  background: white;
  color: #045779;
  padding: 5px;
  border-radius: 0px;
  border: 1px solid #045779;
}
.btn.btn-version-4 i {
  font-size: 12px;
  margin-left: 20px;
  color: #ffffff;
  -for-color: '@dyn__ui_btns__btn_version_3__icon_color';
}
.btn.btn-version-4.without-i {
  padding: 13px;
}
.btn .btn__label {
  display: block;
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn .btn__icon__wrapper {
  display: inline;
  zoom: 1;
  display: inline-block;
}
.btn .btn__icon__wrapper > i {
  display: inline;
  zoom: 1;
  display: inline-block;
}
.btn.btn--flat .btn__label {
  text-align: center;
}
.btn.btn--cta {
  min-width: 150px;
  min-height: 60px;
  width: 150px;
  -for-width: '@ui__btn--cta--width';
  height: 60px;
  -for-height: '@ui__btn--cta--height';
  line-height: 60px;
  -for-line-height: '@ui__btn--cta--height';
  background-color: #78c06a;
  -for-background-color: '@ui__btn--cta--bg-color';
}
.btn.btn--cta:hover {
  background-color: #5aae49;
}
.btn.btn--cta .btn__label {
  line-height: 60px;
  -for-line-height: '@ui__btn--cta--height';
  color: #ffffff;
  -for-color: '@ui__btn--cta__btn__label--color';
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
}
.btn.btn--cta .btn__icon__wrapper--animate {
  line-height: 1em;
}
.btn.btn--icon {
  height: 60px;
  width: 60px;
  display: block;
}
.btn.btn--icon.btn--icon--fav {
  background-color: #e0e0e0;
  -for-background-color: '@ui__btn--icon--fav--bg-color';
}
.btn.btn--icon.btn--icon--fav:hover {
  background-color: #c7c7c7;
}
.btn.btn--icon .btn__icon__wrapper {
  width: 60px;
  height: 100%;
}
.btn.btn--icon .btn__icon__wrapper > i {
  background-image: url('/dynamic/site1/images/btn-favorite-icon.png');
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}
.btn.btn--order {
  height: 60px;
  line-height: 60px;
  width: 165px !important;
  -for-width: '@ui__btn--order--width !important';
  background-color: #f99b16 !important;
  -for-background-color: '@ui__btn--order--bg-color !important';
}
.btn.btn--order:hover {
  background-color: #fab048 !important;
}
.btn.btn--order .btn__label {
  height: 60px;
  -for-height: '@ui__btn--order--height';
  line-height: 60px;
  -for-line-height: '@ui__btn--order--height';
  color: #ffffff;
  -for-color: '@ui__btn--order__btn__label--color';
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
}
.btn.btn--order .btn__icon__wrapper {
  line-height: 60px;
  -for-line-height: '@ui__btn--order--height';
  height: 60px;
  -for-height: '@ui__btn--order--height';
}
.btn.btn--order .btn__icon__wrapper > i {
  position: relative;
  top: 3px;
  left: 5px;
  line-height: 60px;
  -for-line-height: '@ui__btn--order--height';
  font-size: 28px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.8rem;
}
.btn.btn--change-flight {
  height: 50px;
  line-height: 50px;
  width: 200px !important;
  -for-width: '@ui__btn--change-flight--width !important';
  max-width: 200px !important;
  background-color: #78c06a !important;
  -for-background-color: '@ui__btn--change-flight--bg-color !important';
}
.btn.btn--change-flight:hover {
  background-color: #98cf8e !important;
}
.btn.btn--change-flight .btn__label {
  height: 45px;
  -for-height: '@ui__btn--change-flight--height';
  line-height: 45px;
  -for-line-height: '@ui__btn--change-flight--height';
  color: #ffffff;
  -for-color: '@ui__btn--change-flight__btn__label--color';
  font-size: 16px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.6rem;
}
.btn.btn--change-flight .btn__icon__wrapper {
  line-height: 45px;
  -for-line-height: '@ui__btn--change-flight--height';
  height: 45px;
  -for-height: '@ui__btn--change-flight--height';
}
.btn.btn--change-flight .btn__icon__wrapper > i {
  width: 20px;
  line-height: 45px;
  -for-line-height: '@ui__btn--change-flight--height';
  font-size: 20px;
  -for-font-size: '@font-size * 1px';
  font-size: 2rem;
}
.btn.btn--keep-flight {
  height: 60px;
  line-height: 60px;
  width: 215px !important;
  -for-width: '@ui__btn--keep-flight--width !important';
  max-width: 215px !important;
  background-color: #bcbcbc !important;
  -for-background-color: '@ui__btn--keep-flight--bg-color !important';
}
.btn.btn--keep-flight:hover {
  background-color: #d6d6d6 !important;
}
.btn.btn--keep-flight .btn__label {
  height: 60px;
  -for-height: '@ui__btn--keep-flight--height';
  line-height: 60px;
  -for-line-height: '@ui__btn--keep-flight--height';
  color: #ffffff;
  -for-color: '@ui__btn--keep-flight__btn__label--color';
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
}
.btn.btn--keep-flight .btn__icon__wrapper {
  line-height: 60px;
  -for-line-height: '@ui__btn--keep-flight--height';
  height: 60px;
  -for-height: '@ui__btn--keep-flight--height';
}
.btn.btn--keep-flight .btn__icon__wrapper > i {
  position: relative;
  top: 3px;
  left: 5px;
  line-height: 60px;
  -for-line-height: '@ui__btn--keep-flight--height';
  font-size: 28px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.8rem;
}
.btn.btn__close--icon {
  width: 35px;
  height: 35px;
  background-image: url('/dynamic/site1/images/x.png');
  background-repeat: no-repeat;
}
.btn.btn__close--icon:hover {
  background-image: url('/dynamic/site1/images/x-hover.png');
}
.btn.btn__close--link {
  text-align: right;
}
.btn.btn__close--link i:before {
  margin: 0 5px 0 0;
}
.btn.btn--scroll {
  position: fixed;
  bottom: 100px;
  -for-bottom: '@ui__btn--scroll--ps--bottom';
  width: 50px;
  -for-width: '@ui__btn--scroll--width';
  height: 50px;
  -for-height: '@ui__btn--scroll--height';
  background-color: #f8f8f8;
  -for-background-color: '@ui__btn--scroll--bg';
  border: 1px solid #cecece;
  -for-border: '1px solid @ui__btn--scroll--border-color';
  border-radius: 4px;
  right: 10px;
  -for-right: '@ui__btn--scroll--ps-right';
  left: auto;
  -for-left: '@ui__btn--scroll--ps-left';
  display: none;
  z-index: 1000;
  -for-z-index: '@zIndex-10--btn--scroll';
}
.btn.btn--scroll a:after {
  position: relative;
}
.btn.btn--scroll i {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  -for-margin-top: '(-@ui__btn--scroll-font-size/2) * 1px';
  left: 50%;
  margin-left: -6px;
  -for-margin-left: '(-@ui__btn--scroll-font-size/4) * 1px';
  font-size: 24px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.4rem;
}
.btn.btn--scroll:hover {
  background-color: #dfdfdf;
  color: #121212;
}
.btn.btn--input-reset {
  color: #333333;
  -for-color: '@ui__btn--input-reset--color';
}
.btn.btn--input-reset:active {
  outline: none;
  box-shadow: none;
}
.btn.btn--flat,
.btn.btn--cta,
.btn.btn--icon,
.btn.btn--order,
.btn.btn--change-flight,
.btn.btn--keep-flight,
.btn.btn__close--icon,
.btn.btn__close--link,
.btn.btn--scroll,
.btn.btn--input-reset {
  outline: 0;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  -webkit-backface-visibility: hidden;
}
.btn.btn--flat:focus,
.btn.btn--cta:focus,
.btn.btn--icon:focus,
.btn.btn--order:focus,
.btn.btn--change-flight:focus,
.btn.btn--keep-flight:focus,
.btn.btn__close--icon:focus,
.btn.btn__close--link:focus,
.btn.btn--scroll:focus,
.btn.btn--input-reset:focus,
.btn.btn--flat:active,
.btn.btn--cta:active,
.btn.btn--icon:active,
.btn.btn--order:active,
.btn.btn--change-flight:active,
.btn.btn--keep-flight:active,
.btn.btn__close--icon:active,
.btn.btn__close--link:active,
.btn.btn--scroll:active,
.btn.btn--input-reset:active,
.btn.btn--flat.active:focus,
.btn.btn--cta.active:focus,
.btn.btn--icon.active:focus,
.btn.btn--order.active:focus,
.btn.btn--change-flight.active:focus,
.btn.btn--keep-flight.active:focus,
.btn.btn__close--icon.active:focus,
.btn.btn__close--link.active:focus,
.btn.btn--scroll.active:focus,
.btn.btn--input-reset.active:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn--scroll {
  z-index: 99999;
}
.button {
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 5.2rem;
}
.button.button--green {
  color: #ffffff;
  -for-color: '@button-green-text-color';
  background: #045779;
  -for-background: '@button-green-background-color';
}
.button.button--purple {
  color: #ffffff;
  -for-color: '@button-purple-text-color';
  background: #5a3a58;
  -for-background: '@button-purple-background-color';
}
.button.button--gray {
  color: #ffffff;
  -for-color: '@button-gray-text-color';
  background: #333333;
  -for-background: '@button-gray-background-color';
}
.button .button__text {
  padding-left: 7.2rem;
}
.button .button__icon {
  padding-left: 4.0rem;
  padding-right: 2.5rem;
}
.button .button__icon .icon-arrow-right {
  font-size: 1.2rem;
}
.button .button__icon .icon-envelope {
  font-size: 19px;
}
.button--complex {
  line-height: 4rem;
}
.button--complex .button__left,
.button--complex .button__right {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.6rem;
}
.button--complex .button__left {
  max-width: 40%;
  padding-right: 25px;
  border-right: 1px solid #ffffff;
  -for-border-right: '1px solid @base__color--white';
}
.button--complex .button__right {
  max-width: 60%;
  font-size: 1.8rem;
  padding-left: 25px;
}
.button--complex .button__icon {
  padding: 0;
}
.button--complex .button__text {
  padding: 0;
}
.button--complex .price__description,
.button--complex .price__number {
  display: block;
}
.button--complex .price__description {
  font-size: 1.4rem;
}
.button--complex .price__number {
  font-weight: 600;
  font-size: 2.6rem;
}
.button--complex.button--mobile {
  display: none;
}
.button--complex.button--sticky .price__description,
.button--complex.button--sticky .price__number {
  display: inline-block;
}
.button--complex.button--sticky .price__description {
  font-size: 2rem;
}
.button--complex.button--sticky .price__number {
  font-size: 3rem;
}
.button--complex.button--sticky .price__description {
  font-size: 1.8rem;
}
.button--complex.button--sticky .button__left {
  max-width: 60%;
  padding-left: 19px;
}
.button--complex.button--sticky .button__text {
  font-size: 2.4rem;
}
.button--more-info {
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 7px 9px 7px 19px;
  width: auto;
  text-decoration: none;
}
.button--more-info:hover,
.button--more-info:focus {
  text-decoration: none;
}
.button--square {
  width: auto;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 10px 24px;
  border: 1px solid #5a3a58;
  -for-border: '1px solid @button-squared-border-color';
  color: #5a3a58;
  -for-color: '@button-squared-text-color';
}
.button--square .icon-pencil {
  font-size: 14px;
}
.floating-button {
  display: none;
  position: relative;
  padding: 0;
}
.floating-button .button {
  position: fixed;
  bottom: 0;
  line-height: 66px;
}
.floating-button .button__left {
  max-width: 40%;
  text-align: left;
}
.floating-button .button__left .price__description {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.floating-button .button__left .price__number {
  font-size: 2.6rem;
}
.floating-button .button__text {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .floating-button.floating-button--displayed {
    display: block;
  }
  .button--mobile {
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    line-height: 4rem;
    text-align: center;
  }
  .button--mobile .button__left,
  .button--mobile .button__right {
    text-align: left;
  }
  .button.button--green {
    text-align: center;
  }
}
/* information bar */
.infobar {
  background: #045779;
  -for-background: '@high-base';
  -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.25);
  box-shadow: 0 1px 7px rgba(0,0,0,.25);
  font-size: 16px;
  padding: 3px 0;
  text-align: center;
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  line-height: 36px;
  cursor: pointer;
}
.infobar a {
  text-decoration: underline;
}
.infobar .infobar-close {
  float: right;
  color: white;
}
.popover__title {
  font-size: 18px !important;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: 0;
}
.ui-autocomplete--with-parent .ui-state-hover,
.ui-autocomplete--with-parent .ui-widget-content .ui-state-hover,
.ui-autocomplete--with-parent .ui-widget-header .ui-state-hover,
.ui-autocomplete--with-parent .ui-state-focus,
.ui-autocomplete--with-parent .ui-widget-content .ui-state-focus,
.ui-autocomplete--with-parent .ui-widget-header .ui-state-focus {
  background: #333333;
  -for-background: '@ui__autocomplete__background-color--airport--hover';
  color: #ffffff;
  -for-color: '@ui__autocomplete__text-color--airport--hover';
  border: none;
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--parent a {
  padding-left: 0px;
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--parent a:before {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('/dynamic/site1/images/icon__autocomplete__airport__parent.png');
  background-repeat: no-repeat;
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--parent a.ui-state-focus:before {
  background-image: url('/dynamic/site1/images/icon__autocomplete__airport__parent--hover.png');
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--child a {
  padding-left: 20px;
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--child a:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  background-image: url('/dynamic/site1/images/icon__autocomplete__airport__child.png');
  background-repeat: no-repeat;
}
.ui-autocomplete--with-parent .ui-menu-item.ui-menu-item--child a.ui-state-focus:before {
  background-image: url('/dynamic/site1/images/icon__autocomplete__airport__child--hover.png');
}
.ui-autocomplete__highlight {
  font-weight: bold;
  color: #000000;
  -for-color: '@ui__autocomplete__hightlight__text-color';
}
.price.price--default {
  direction: ltr;
  /* always display price in ltr*/
  display: inline-block;
}
.price.price__size--default {
  font-size: 12px;
}
.price.price__size--xl {
  font-size: 22px;
}
.price.price--ui {
  text-align: right;
}
.price.price--ui .price__value {
  font-size: 24px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.4rem;
  font-weight: bold;
}
.price.price--ui .price__value,
.price.price--ui .price__text {
  color: #34c465;
  -for-color: '@ui__price--color';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.price.price--ui .price__label {
  font-size: 14px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.4rem;
  margin-right: 5px;
}
.price.price--ui.price--2-prices .price__main .price__value {
  font-size: 20px;
  -for-font-size: '@font-size * 1px';
  font-size: 2rem;
  line-height: 16px;
}
.price.price--ui.price--2-prices .price__alt .price__value {
  font-size: 14px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.4rem;
  color: #333333;
  -for-color: '@base__body--color';
}
.cta-price .icon__wrapper {
  margin: 15px;
  font-size: 28px;
  line-height: 24px;
  color: #34c465;
  -for-color: '@ui__price--color';
}
.vendor-brand .vendor-brand__title {
  font-size: 13px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: normal;
  color: #333333;
  -for-color: '@base__body--color';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vendor-brand.vendor-brand--flight {
  text-align: center;
  width: 75px;
}
.vendor-brand.vendor-brand--flight .vendor-brand--flight__company-logo {
  margin: auto;
  margin-top: 2px;
}
.tooltip__wrapper {
  position: relative;
}
.tooltip-data {
  width: 100%;
  height: 24px;
  z-index: 300;
  -for-z-index: '@zIndex-3--tooltip-data';
  position: absolute;
  bottom: auto;
  left: 0px;
  padding: 0 5px;
  line-height: 24px;
  text-align: center;
  background-color: #775c75;
  -for-background-color: '@ui__tooltip-data--bg-color';
  color: #fff;
  border-radius: 4px 4px;
}
.tooltip-data:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #775c75;
  -for-border-bottom: '8px solid @ui__tooltip-data--bg-color';
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tooltip-data__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.generic__total {
  margin: 20px 0 0 0;
  padding: 0px 0 0 30px;
}
.generic__total .generic__total__price {
  font-size: 24px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.4rem;
}
.generic__total .generic__total__price__value {
  font-weight: bold;
}
.generic__total .generic__total__passengers {
  width: 60px;
  height: 55px;
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.generic__total .generic__total__passengers.baby .generic__passenger > i {
  background-image: url('/dynamic/site1/images/baby.png');
  background-repeat: no-repeat;
}
.generic__total .generic__total__passengers.child .generic__passenger > i {
  background-image: url('/dynamic/site1/images/child.png');
  background-repeat: no-repeat;
}
.generic__total .generic__total__passengers.adult .generic__passenger > i {
  background-image: url('/dynamic/site1/images/adulte.png');
  background-repeat: no-repeat;
}
.generic__total .generic__total__passengers.senior .generic__passenger > i {
  background-image: url('/dynamic/site1/images/old.png');
  background-repeat: no-repeat;
}
.generic__total .generic__total__passengers > .generic__total__passengers__rate {
  background: #c4c4c4;
  -for-background: '@base__color--gray--light6';
  height: 20px;
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  -for-color: '@base__color--white';
}
.generic__total .generic__total__btn {
  margin: 10px 30px 0 0;
}
.generic__passenger {
  height: 30px;
  line-height: 25px;
  margin: 4px 0;
}
.generic__passenger > i {
  width: 30px;
  height: 30px;
  display: inline;
  zoom: 1;
  display: inline-block;
}
.generic__quantity__wrapper {
  height: 30px;
  padding: 10px 0 0 5px;
}
/* Close button

- extend the bootstrap default .close button
*/
.close {
  opacity: 100;
}
.close:hover {
  opacity: 100;
}
.has-error .tooltip .tooltip-inner {
  max-width: none;
}
.has-error .tooltip ul,
.has-error .tooltip ul li {
  padding: 0px;
  list-style: none;
}
/**
 * Imported at the top of each view LESS file
 * Contains all base layout classes. Should always be include from LESS not from a view
 */
/* Imports
-----------------------*/
.inner-navbar-header .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  -for-border-bottom-color: '@dropdownBorder';
  position: absolute;
  top: -7px;
  left: 9px;
}
.inner-navbar-header .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  -for-border-bottom: '6px solid @dropdownBackground';
  position: absolute;
  top: -6px;
  left: 10px;
}
.inner-navbar-header li.dropdown .dropdown-toggle .caret,
.inner-navbar-header li.dropdown.open .caret {
  border-top-color: #fff;
  -for-border-top-color: '@white';
  border-bottom-color: #fff;
  -for-border-bottom-color: '@white';
}
.inner-navbar-header li.dropdown.active .caret {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.inner-navbar-header li.dropdown.open > .dropdown-toggle,
.inner-navbar-header li.dropdown.active > .dropdown-toggle,
.inner-navbar-header li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
.inner-navbar-header li.dropdown.active > .dropdown-toggle:hover {
  color: #fff;
  -for-color: '@white';
}
.dropdown-menu a {
  color: #cccccc !important;
  -for-color: '@navbar-dropdown-elt-text-color !important';
  background: #cccccc;
  -for-background: '@navbar-dropdown-elt-background-color';
}
.dropdown-menu a:hover {
  color: #cccccc !important;
  -for-color: '@navbar-dropdown-elt-hover-text-color !important';
  background: #cccccc;
  -for-background: '@navbar-dropdown-elt-hover-background-color ';
}
.inner-navbar-header .pull-right .dropdown-menu,
.inner-navbar-header .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.inner-navbar-header .pull-right .dropdown-menu:before,
.inner-navbar-header .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.inner-navbar-header .pull-right .dropdown-menu:after,
.inner-navbar-header .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.scrachpad-mini .badge {
  background-color: #045779;
  -for-background-color: '@high-base';
}
.scrachpad-mini .dropdown-menu {
  line-height: normal;
  z-index: 9998;
  width: 350px;
}
.scrachpad-mini .dropdown-menu .content {
  padding: 10px;
  padding-bottom: 0;
}
.scrachpad-mini .helper {
  background-color: #ebeeef;
  -for-background-color: '@light-gray';
  padding: 5px;
  margin-bottom: 5px;
}
.scrachpad-mini .helper > div {
  text-align: left;
}
.scrachpad-mini .helper p {
  margin-top: 0px;
  padding-left: 3px;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.scrachpad-mini .helper .save {
  display: inline-block;
  line-height: 20px !important;
  padding: 2px 15px !important;
  color: white !important;
  font-size: 13px;
  font-weight: 400;
  margin-right: 3px;
  margin-bottom: 3px;
  background: #045779;
  -for-background: '@dominancy-color';
}
.scrachpad-mini .helper .option-container {
  padding-top: 6px;
}
.scrachpad-mini .helper .option {
  line-height: 12px !important;
  padding-right: 0px;
  font-size: 11px;
  padding-left: 3px !important;
  color: #3e3f3f;
  -for-color: '@color-text-light-gray';
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.scrachpad-mini .helper .option:after {
  clear: both;
  content: '';
  display: block;
}
.scrachpad-mini .helper .option:hover {
  color: #3e3f3f !important;
  -for-color: '@color-text-light-gray !important';
  text-decoration: underline !important;
}
.scrachpad-mini .et-scrachpad-mini-container {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.scrachpad-mini .et-scrachpad-mini-container li {
  cursor: pointer;
  position: relative;
  background: none !important;
  list-style: none;
  border-bottom: 1px solid #ebeeef;
  -for-border-bottom: '1px solid @light-gray';
  padding: 5px 5px !important;
}
.scrachpad-mini .et-scrachpad-mini-container li.not-last-package {
  border-bottom: 0;
}
.scrachpad-mini .et-scrachpad-mini-container li.not-last-package:before {
  content: "";
  background: #ebeeef;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 275px;
  -for-content: '"" background: @light-gray position: absolute bottom: 0 right: 0 height: 1px width: 275px';
}
.scrachpad-mini .et-scrachpad-mini-container li.not-first-package {
  height: 40px;
}
.scrachpad-mini .et-scrachpad-mini-container li.not-first-package .col2 {
  top: 0;
}
.scrachpad-mini .et-scrachpad-mini-container li:hover:not(:last-child) {
  background-color: #ebeeef !important;
  -for-background-color: '@light-gray !important';
}
.scrachpad-mini .et-scrachpad-mini-container li:after {
  content: '';
  display: block;
  clear: both;
}
.scrachpad-mini .et-scrachpad-mini-container li:last-child {
  border: 0;
  text-align: right;
  color: #333333;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  padding-top: 2px !important;
}
.scrachpad-mini .et-scrachpad-mini-container li .col1 {
  float: left;
  min-width: 124px;
}
.scrachpad-mini .et-scrachpad-mini-container li .col2 {
  text-align: right;
  float: right;
  position: relative;
  top: 18px;
}
.scrachpad-mini .et-scrachpad-mini-container li .col2 .content {
  padding: 0px;
  position: absolute;
  width: 350px;
  right: 0;
}
.scrachpad-mini .et-scrachpad-mini-container li .col2 .date .prefix {
  padding-right: 5px;
}
.scrachpad-mini .et-scrachpad-mini-container li .col3 {
  width: 50px;
  height: 5px;
  float: left;
  margin-right: 5px;
}
.scrachpad-mini .et-scrachpad-mini-container li .col3 .scrachpadFlightIcon {
  background-image: url('/dynamic/site1/images/plane_round_icon.png');
  height: 35px;
  width: 35px;
  margin: 0 auto;
  background-repeat: no-repeat;
  margin-top: 3px;
}
.scrachpad-mini .et-scrachpad-mini-container li .col3 .scrachpadPackageIcon {
  background-image: url('/dynamic/site1/images/package_round_icon.png');
  height: 35px;
  width: 35px;
  margin: 0 auto;
  background-repeat: no-repeat;
  margin-top: 3px;
}
.scrachpad-mini .et-scrachpad-mini-container li .head {
  color: #045779;
  -for-color: '@high-base';
  font-weight: bold;
}
.scrachpad-mini .et-scrachpad-mini-container li .attr span:first-child {
  /*margin-right: 10px;*/
  text-transform: capitalize;
}
.scrachpad-mini .et-scrachpad-mini-container li .date-from-to {
  text-transform: capitalize;
}
.scrachpad-mini .et-scrachpad-mini-container li .price .amount {
  font-size: 13px;
  font-weight: bold;
}
.scrachpad-mini .et-scrachpad-mini-container li .pax-count {
  float: right;
}
.scrachpad-mini .et-scrachpad-mini-container li .pax-count .smallerX {
  font-size: 10px;
  margin-left: 1px;
}
.scrachpad-mini .et-scrachpad-mini-container li .icon-flight-mini {
  background-image: url('/dynamic/site1/images/flight_icon.png');
  width: 26px;
  height: 8px;
  margin: 0;
  display: inline-block;
}
.scrachpad-mini .et-scrachpad-mini-container li .icon-hotel-mini {
  background-image: url('/dynamic/site1/images/hotel_icon.png');
  width: 27px;
  height: 17px;
  margin: 0;
  display: inline-block;
}
.scrachpad-mini .et-scrachpad-mini-container li .icon-pax {
  background-image: url('/dynamic/site1/images/pax_icon.png');
  width: 12px;
  height: 12px;
  margin: 0;
  display: inline-block;
}
/* Page styles
-----------------------*/
body {
  margin: 0;
  padding: 0;
  background: url('/dynamic/site1/images/page-bg.png');
}
a {
  color: #3e3f3f;
  -for-color: '@dark-gray';
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
  -for-color: '@black';
}
.container-full-width {
  overflow: visible;
}
/* Header
------------- */
#header {
  /*&.header50perc{
      margin-left:50%;
    }
	z-index:11;
    }*/
  height: 74px;
  background: #045779;
  -for-background: '@hero-background-slideshow';
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.25);
  box-shadow: 0 1px 7px rgba(0,0,0,.25);
  margin-bottom: 7px;
}
#header div {
  left: 50%;
  position: absolute;
  margin-left: -900px;
  max-width: inherit !important;
  background: url("/dynamic/site1/images/header-small-pic-mask.png") no-repeat;
  width: 1800px;
  height: 74px;
}
#header img {
  left: 50%;
  margin-left: -900px;
  position: absolute;
  max-width: none;
}
#header > .slideshow-type-bullet > ul > li {
  position: relative !important;
}
#navbar-header {
  position: relative;
  width: 100%;
  background: #045779;
  -for-background: '@navbar-background';
  z-index: 998;
  font-size: 14px;
}
#navbar-header .badge {
  width: 25px;
}
#navbar-header .top-bar-left-border {
  background: url("/dynamic/site1/images/menu-top-separator.png") no-repeat left;
}
#navbar-header .manage-booking .glyphicon-user {
  margin-right: 10px;
}
#navbar-header .inner-navbar-header {
  line-height: 70px;
}
#navbar-header .inner-navbar-header .actions .dropdown ul {
  line-height: normal;
}
#navbar-header .inner-navbar-header .actions #currencyMenu {
  display: inline-block;
  margin-right: 10px;
}
#navbar-header .custom-caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px ;
}
#navbar-header .actions {
  float: right;
}
#navbar-header .menu {
  float: left;
  margin-left: 200px;
}
#navbar-header .actions > ul,
#navbar-header .menu > ul {
  margin: 0;
  padding: 0;
  z-index: 995;
}
#navbar-header .actions > ul li,
#navbar-header .menu > ul li {
  list-style: none;
  padding: 0px 20px 0 20px;
  float: left;
}
#navbar-header .actions > ul li.call,
#navbar-header .menu > ul li.call {
  background: url("/dynamic/site1/images/phone-icon.png"), url("/dynamic/site1/images/menu-top-separator.png");
  background-position: left, right;
  background-repeat: no-repeat;
  padding-left: 8px;
}
#navbar-header .actions > ul li.call span,
#navbar-header .menu > ul li.call span {
  line-height: 35px;
  color: #fff;
  -for-color: '@navbar-color-text';
  padding-left: 30px;
}
#navbar-header .actions > ul li.no-separator,
#navbar-header .menu > ul li.no-separator {
  background: none;
}
#navbar-header .actions > ul li a,
#navbar-header .menu > ul li a {
  line-height: 35px;
  color: #fff;
  -for-color: '@navbar-color-text';
}
#navbar-header .actions > ul li a:hover,
#navbar-header .menu > ul li a:hover {
  text-decoration: none;
}
#navbar-header .actions > ul li a i,
#navbar-header .menu > ul li a i {
  vertical-align: baseline;
}
#navbar-header .actions > ul li.highlight,
#navbar-header .menu > ul li.highlight {
  background-color: #045779;
  -for-background-color: '@nav-highlight-background-color';
}
#navbar-header .actions > ul li.highlight a,
#navbar-header .menu > ul li.highlight a {
  color: white;
}
#navbar-header .actions > ul li .dropdown-menu li,
#navbar-header .menu > ul li .dropdown-menu li {
  list-style: block;
  float: none;
  padding: 0px;
  background-color: #fffff;
}
#navbar-header .actions > ul li .dropdown-menu li a,
#navbar-header .menu > ul li .dropdown-menu li a {
  line-height: 18px;
}
#navbar-header .actions > ul li .dropdown-menu li a i,
#navbar-header .menu > ul li .dropdown-menu li a i {
  height: 11px;
}
#logo {
  background: url("/dynamic/site1/images/logo_free_size.png") no-repeat;
  height: 116px;
  -for-height: '@logo-height';
  width: 194px;
  -for-width: '@logo-width';
  position: absolute;
  top: 0;
  z-index: 999;
  display: block;
}
/* Footer
------------- */
#payment-footer {
  background-image: url("/dynamic/site1/images/secured-payment-free_size.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 169px;
  height: 16px;
  margin-bottom: 6px;
}
.footer {
  color: #3e3f3f;
  -for-color: '@footer-text-color';
}
.footer a {
  color: #3e3f3f;
  -for-color: '@footer-text-color';
}
.footer .inner {
  background-color: #ebeeef;
  -for-background-color: '@footer-background-color';
}
.footer h2.small {
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}
.footer .highlight {
  margin: 0;
  padding: 25px !important;
  background-color: #3e3f3f;
  -for-background-color: '@footer-highlight-background-color';
  color: white;
  -for-color: '@footer-highlight-text-color';
  padding: 10px;
}
.footer .highlight img {
  float: left;
}
.footer .highlight .logo_footer {
  background: url("/dynamic/site1/images/logo-footer.png") no-repeat;
  width: 74px;
  float: left;
  height: 51px;
}
.footer .highlight .text {
  margin-left: 120px;
}
.footer .highlight .text:after {
  clear: both;
  content: '';
}
.direction-arrow:after {
  content: '→';
}
/*←*/
label {
  font-weight: normal;
}
.no-padding-right {
  padding-right: 0px;
}
/* Imports
-----------------------*/
/* Page styles
-----------------------*/
[class*="span"] > .no-margin-block > .content {
  padding-right: 17px;
}
.span12 > .no-margin-block {
  background-color: transparent !important;
  width: 477px;
  background-image: url("/dynamic/site1/images/nomarginblock-span12.png");
}
.span10 > .no-margin-block {
  background-color: transparent !important;
  width: 397px;
  background-image: url("/dynamic/site1/images/nomarginblock-span10.png");
}
.span8 > .no-margin-block {
  background-color: transparent !important;
  width: 317px;
  background-image: url("/dynamic/site1/images/nomarginblock-span8.png");
}
.span14 > .no-margin-block {
  background-color: transparent !important;
  width: 557px;
  background-image: url("/dynamic/site1/images/nomarginblock-span14.png");
}
.block-has-background,
.default-backgrounded {
  background-color: white;
  -for-background-color: '@block-default-background';
}
.block-container {
  margin-bottom: 30px;
  -for-margin-bottom: '@default-block-margin';
}
.half-padded {
  padding: 7.5px;
  -for-padding: '@default-padding/2';
}
.half-bottom-margin {
  margin-bottom: 15px;
  -for-margin-bottom: '@default-block-margin/2';
}
.slideshow-type-bullet ul {
  margin: 0;
  padding: 0;
}
.slideshow-type-bullet li {
  list-style: none;
}
.slideshow-type-bullet-pager a {
  background-image: url("/dynamic/site1/images/slideshow-pagination.png");
  display: block;
  float: left;
  height: 12px;
  margin: 0 2px;
  overflow: hidden;
  width: 11px;
}
.slideshow-type-bullet-pager .activeSlide {
  background-position: -14px 0;
}
#block-area {
  margin-top: 15px;
  -for-margin-top: '@default-block-margin/2';
}
/*
* ------------------------
*  Block template styling
* ------------------------
*/
.span1 .block .content,
.span2 .block .content,
.span3 .block .content,
.span4 .block .content,
.span5 .block .content,
.span6 .block .content,
.span7 .block .content,
.span8 .block .content,
.span9 .block .content,
.span10 .block .content,
.span11 .block .content,
.span12 .block .content {
  padding: 10px;
}
.span1 .block h1,
.span2 .block h1,
.span3 .block h1,
.span4 .block h1,
.span5 .block h1,
.span6 .block h1,
.span7 .block h1,
.span8 .block h1,
.span9 .block h1,
.span10 .block h1,
.span11 .block h1,
.span12 .block h1 {
  font-size: 20px;
}
.span1 .block .subtitle,
.span2 .block .subtitle,
.span3 .block .subtitle,
.span4 .block .subtitle,
.span5 .block .subtitle,
.span6 .block .subtitle,
.span7 .block .subtitle,
.span8 .block .subtitle,
.span9 .block .subtitle,
.span10 .block .subtitle,
.span11 .block .subtitle,
.span12 .block .subtitle {
  font-size: 14px;
}
.span13 .block .content,
.span14 .block .content,
.span15 .block .content,
.span16 .block .content,
.span17 .block .content,
.span18 .block .content,
.span19 .block .content,
.span20 .block .content,
.span21 .block .content,
.span22 .block .content,
.span23 .block .content,
.span24 .block .content {
  padding: 20px;
}
.span13 .block h1,
.span14 .block h1,
.span15 .block h1,
.span16 .block h1,
.span17 .block h1,
.span18 .block h1,
.span19 .block h1,
.span20 .block h1,
.span21 .block h1,
.span22 .block h1,
.span23 .block h1,
.span24 .block h1 {
  font-size: 26px;
}
.span13 .block .subtitle,
.span14 .block .subtitle,
.span15 .block .subtitle,
.span16 .block .subtitle,
.span17 .block .subtitle,
.span18 .block .subtitle,
.span19 .block .subtitle,
.span20 .block .subtitle,
.span21 .block .subtitle,
.span22 .block .subtitle,
.span23 .block .subtitle,
.span24 .block .subtitle {
  font-size: 18px;
}
.block {
  position: relative;
  margin-bottom: 30px;
  -for-margin-bottom: '@default-block-margin';
  overflow: hidden;
  /*
  * --------------
  *  Block common
  * --------------
  */
  /*
  * -----------------------
  * Block type: Slideshow
  * -----------------------
  */
  /*
  * -----------------------
  * Block type: Text
  * -----------------------
  */
}
.block.no-background {
  background-color: transparent !important;
  background-image: none;
}
.block.no-background .content {
  padding: 0px;
  padding-right: 7px;
  padding-top: 10px;
}
.block.no-background .content .content-data {
  padding-left: 0px;
}
.block h1 {
  font-weight: normal;
  margin: 0px;
  margin-bottom: 20px;
}
.block h2 {
  position: relative;
  margin: 0px;
  margin-bottom: 10px;
}
.block .content {
  height: 100%;
}
.block .content p {
  line-height: 18px;
}
.block .text-overlay {
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0px;
  z-index: 10;
  /* put to 10 because of problem with modals*/
}
.block .text-overlay .block_content .title {
  font-size: 100%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
.block .text-overlay .block_content .subtitle {
  font-size: 100%;
  font-weight: normal;
  display: inline;
}
.block .text-overlay .block_content p {
  margin: 5px;
  -for-margin: '@block-paragraph-margin';
  line-height: 5px;
  -for-line-height: '@block-paragraph-lineheight';
}
.block .text-overlay-1 {
  background: rgba(0, 0, 0, 0.6);
}
.block .text-overlay-2 {
  background: rgba(0, 0, 0, 0.6);
}
.block .text-overlay-3 {
  background: rgba(0, 0, 0, 0.6);
}
.block .template04 {
  background: white;
}
.block .template04 .title {
  display: block;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-size: 14px;
  font-weight: bold;
}
.block .template04 .subtitle {
  display: inline;
  font-size: 100%;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.block .text_template03 .title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.block .text_template03 .subtitle {
  display: inline;
  font-size: 100%;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.block .text_template02 .title {
  display: block;
  margin-top: 0;
  font-size: 30px;
  font-weight: normal;
}
.block .text_template02 .subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.block .block__template02_img {
  max-width: 100%;
}
.block .side-info-block .title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
}
.block .slideshow-type-arrow {
  padding: 7px 0px 7px 7px;
}
.block .slideshow-type-arrow .ui-carousel-prev {
  background-image: url("/dynamic/site1/images/arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -7px;
  position: absolute;
  z-index: 100;
  width: 34px;
  height: 34px;
}
.block .slideshow-type-arrow .ui-carousel-next {
  background-image: url("/dynamic/site1/images/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 100;
  right: 0;
  width: 34px;
  height: 34px;
}
.block .slideshow-type-arrow .block-slideshow {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.block .slideshow-type-arrow .block-slideshow li {
  position: relative;
  display: inline-block;
}
.block .slideshow-type-bullet-pager {
  /*z-index: 999;*/
  z-index: 10;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.block .title-1 {
  background-color: #045779;
  -for-background-color: '@block-header-background-color-1';
  color: #ffffff;
  -for-color: '@block-header-text-color-1';
}
.block .title-2 {
  background-color: #ffffff;
  -for-background-color: '@block-header-background-color-2';
  color: #045779;
  -for-color: '@block-header-text-color-2';
}
.block .title-3 {
  background-color: #045779;
  -for-background-color: '@block-header-background-color-3';
  color: #ffffff;
  -for-color: '@block-header-text-color-3';
}
.block .block-content-0 {
  color: #000;
  background-color: #ffffff;
}
.block .block-content-1 {
  color: #3e3f3f;
  -for-color: '@block-content-text-color-1';
  background-color: #F8F8F8;
  -for-background-color: '@block-content-background-color-1';
}
.block .block-content-2 {
  color: #3e3f3f;
  -for-color: '@block-content-text-color-2';
  background-color: #F1F1F1;
  -for-background-color: '@block-content-background-color-2';
}
.block .block-content-3 {
  color: #ffffff;
  -for-color: '@block-content-text-color-3';
  background-color: #3e3f3f;
  -for-background-color: '@block-content-background-color-3';
}
.price-tag {
  background: url("/dynamic/site1/images/price-blue-bg.png");
  position: absolute;
  right: -15px;
  color: white;
  -for-color: '@price-tag-text-color';
  text-align: center;
  width: 100px;
  height: 51px;
}
.price-tag .price {
  font-size: 20px;
  line-height: 28px;
}
.price-tag .price .currency {
  font-size: 16px;
}
.price-tag .action {
  color: white;
  -for-color: '@price-tag-text-color';
  text-decoration: none;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.featured-flight .content-data {
  padding-left: 10px;
}
.featured-flight .featuredFlight-prev {
  display: block;
  width: 35px;
  height: 15px;
  margin: 0 auto;
  background: url("/dynamic/site1/images/featuredflight-prev.png");
}
.featured-flight .featuredFlight-next {
  display: block;
  width: 35px;
  height: 15px;
  background: url("/dynamic/site1/images/featuredflight-next.png");
  margin: 0 auto;
}
.featured-flight .ui-carousel {
  width: 100% !important;
}
.featured-flight .ui-carousel .wrapper {
  width: 100%;
}
.featured-flight .ui-carousel li {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding-bottom: 0px;
  border: 0px;
}
.featured-flight .ui-carousel li:first-child {
  border-top: 0px;
}
.featured-flight .ui-carousel li .separator {
  margin-right: 17px;
  border-bottom: 1px solid #DDDDDD;
}
.featured-flight .ui-carousel li .separator:before {
  content: '';
  display: table;
  clear: both;
  padding-bottom: 10px;
}
.featured-flight .ui-carousel li .price-tag {
  right: 0px !important;
}
.featured-flight ul {
  padding: 0;
  margin: 0;
}
.featured-flight ul li {
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0 10px 0;
  margin-bottom: 5px;
  position: relative;
}
.featured-flight ul li:first-child {
  border-top: 1px solid #d5d5d5;
}
.featured-flight ul li h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.featured-flight ul li span {
  font-size: 11px;
  margin-right: 20px;
}
.featured-flight ul li span:last-child {
  margin: 0;
}
.featured-flight ul li .c1,
.featured-flight ul li .c2 {
  float: left;
}
.featured-flight ul li .c1 {
  width: 225px;
}
.featured-flight ul li .c2 {
  width: 150px;
}
.featured-flight ul li:after {
  clear: both;
  content: '';
  display: table;
}
.block-style01 {
  background-color: #333;
  -for-background-color: '@grayDark';
  padding: 7px;
}
.block-style01 .title {
  font-size: 16px;
  color: white;
  font-weight: bold;
  margin-bottom: 7px;
}
.block-style01 .inner {
  background-color: white;
}
.block-style01 .inner .inner-heading {
  background-color: #999;
  -for-background-color: '@grayLight';
  font-weight: bold;
  margin-bottom: 7px;
  padding-left: 10px;
  line-height: 30px;
}
.block-style01 .inner .content {
  padding: 0 10px;
}
.block-style01 .inner .content label {
  text-align: left;
  color: #222;
  -for-color: '@grayDarker';
}
.block-style01 .inner .form {
  padding-bottom: 5px;
}
/* ---------------------------
*  Block type: Search engine
* ---------------------------
*/
.search_engine span.button-input {
  position: absolute;
  margin-left: -15px;
  padding-top: 15px;
  z-index: 1000;
}
.search_engine span.button-input i.icon-remove {
  display: none;
  cursor: pointer;
}
.search_engine input[type='text'].error,
.search_engine select.error,
.search_engine .etField.error {
  border: 3px solid #b94a48 !important;
  -for-border: '3px solid @errorText !important';
  background-color: #eed3d7 !important;
  -for-background-color: '@errorBorder !important';
}
.search_engine .error_list {
  display: none;
}
.search_engine .popover-content {
  padding: 5px;
  font-size: 12px;
  /*background: @errorText;*/
  color: #3e3f3f;
  -for-color: '@form-error-text-color';
}
.search_engine .popover-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.search_engine .popover-content p {
  line-height: 13px;
}
.search_engine .popover-content .popover-title {
  display: none;
}
.search_engine.search-engine-block .advanced-search-content .inline .group-label {
  float: left;
  width: 73px;
}
.search_engine.search-engine-block .advanced-search-content .inline .group-label select {
  width: 50px;
}
/* ---------------------------
*  Block type: Order process
* ---------------------------
*/
.resa-summary {
  color: white;
}
.resa-summary .content {
  padding: 5px;
}
.resa-summary .pull-right {
  float: right;
}
.resa-summary ul {
  color: #222;
  -for-color: '@grayDarker';
  list-style: none;
  margin: 5px -5px;
  padding: 0;
}
.resa-summary li {
  background-color: #999;
  -for-background-color: '@grayLight';
  padding: 5px 0;
  margin-bottom: 7px;
}
.resa-summary li .title {
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.resa-summary li .title i {
  margin-right: 10px;
}
.resa-summary li p,
.resa-summary li .resa-summary__block__container {
  padding-left: 40px;
  padding-right: 0px;
  font-size: 12px;
}
.resa-summary li p.option,
.resa-summary li .resa-summary__block__container.option {
  padding-left: 20px;
}
.resa-summary .resa-summary__block__container:after {
  display: block;
  content: '';
  clear: both;
}
.resa-summary .total-resa {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
  margin-bottom: 10px;
}
.resa-summary .total-resa .price {
  margin-left: 10px;
}
.resa-summary .total-resa .price-block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
  font-size: 22px;
}
.resa-summary .total-resa .price-block .price-block__title,
.resa-summary .total-resa .price-block .price-block__value {
  display: inline-block;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 550;
  /*z-index: 995;*/
}
.etContactForm:after {
  clear: both;
  content: '';
  display: table;
}
.etContactForm .popover.top .arrow {
  bottom: 0px;
  border-top: 5px solid #b94a48;
  -for-border-top: '5px solid @errorText';
}
.etContactForm .popover-inner {
  background: #b94a48;
  -for-background: '@errorText';
}
.etContactForm .popover-inner ul {
  margin-top: 0px;
}
.etContactForm .popover-inner ul li {
  list-style: none;
}
.etContactForm .popover-inner p {
  line-height: 13px;
  margin-top: 0px;
}
.etContactForm .popover-inner .popover-content {
  padding: 10px;
}
.etContactForm .popover-inner .popover-title {
  display: none;
}
.hero {
  margin: 0px;
  /*overflow: hidden;*/
  -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.25);
  box-shadow: 0 1px 7px rgba(0,0,0,.25);
  position: relative;
}
.hero.fix {
  height: 550px;
}
.hero .slideshow-type-bullet ul {
  position: static !important;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #045779;
  -for-background: '@hero-background-slideshow';
}
.hero .slideshow-type-bullet ul li {
  position: absolute;
  width: 100% !important;
}
.hero .slideshow-type-bullet ul li img {
  max-width: inherit !important;
  left: 50%;
  margin-left: -900px;
  position: absolute;
}
.hero .slideshow-type-bullet-pager {
  position: absolute;
  right: 0;
  /*z-index: 9999;*/
  z-index: 10;
}
.hero-arrows .ui-carousel-prev,
.hero-arrows .ui-carousel-next {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
  width: 34px;
  height: 34px;
  top: calc((100%) / 2);
  margin-top: -17px;
}
.hero-arrows .ui-carousel-prev {
  background-image: url("/dynamic/site1/images/hero-arrow-left.png");
  left: 0px;
}
.hero-arrows .ui-carousel-next {
  background-image: url("/dynamic/site1/images/hero-arrow-right.png");
  right: 0px;
}
/* Featured Flights block */
.data-block.ff-block .content-data {
  position: relative;
}
.data-block.ff-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.data-block.ff-block ul li {
  cursor: pointer;
}
.data-block.ff-block ul li:last-child {
  margin: 0px;
}
.data-block.ff-block .rs-carousel-mask {
  overflow: hidden;
}
.data-block.ff-block .pagination-row {
  position: absolute;
  width: 100%;
}
.data-block.ff-block .pagination-container {
  position: relative;
  display: block;
  height: 20px;
}
.data-block.ff-block .pagination-container .rs-carousel-pagination {
  position: relative;
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0px;
}
.data-block.ff-block .pagination-container .rs-carousel-pagination:after {
  content: '';
  display: block;
  clear: both;
}
.data-block.ff-block .pagination-container .rs-carousel-pagination li {
  display: inline-block;
  width: 13px;
  float: none;
  margin-right: 0;
  vertical-align: middle;
}
.data-block.ff-block .pagination-container .rs-carousel-pagination li.rs-carousel-pagination-link-active a {
  background: #045779;
  -for-background: '@high-base';
  color: blue;
}
.data-block.ff-block .pagination-container .rs-carousel-pagination li a {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #999;
  -for-background: '@grayLight';
  color: #999;
  -for-color: '@grayLight';
  display: block;
  font-size: 0px;
}
.data-block.ff-block .rs-carousel-action {
  border-radius: 50px;
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: 9;
  background: url("/dynamic/site1/images/pagination-light.png") no-repeat #999;
}
.data-block.ff-block .logo {
  height: 20px;
}
.data-block.ff-block .logo img {
  height: 20px;
}
/* Horizontals FF blocks */
.featured-flight-horizontal-01,
.featured-flight-horizontal-02 {
  /* Specific to number of items displayed >>*/
  /* << ------- */
}
.featured-flight-horizontal-01 h1,
.featured-flight-horizontal-02 h1 {
  font-size: 24px;
  font-weight: normal;
}
.featured-flight-horizontal-01 .nb-item-4 ul li,
.featured-flight-horizontal-02 .nb-item-4 ul li {
  width: 277px;
}
.featured-flight-horizontal-01 .nb-item-3 ul li,
.featured-flight-horizontal-02 .nb-item-3 ul li {
  width: 374px;
}
.featured-flight-horizontal-01 .pagination-row,
.featured-flight-horizontal-02 .pagination-row {
  bottom: 0;
}
.featured-flight-horizontal-01 .rs-carousel-mask,
.featured-flight-horizontal-02 .rs-carousel-mask {
  width: 1140px;
  height: 110px;
  position: absolute;
}
.featured-flight-horizontal-01 .rs-carousel-action,
.featured-flight-horizontal-02 .rs-carousel-action {
  position: absolute;
  bottom: 0;
}
.featured-flight-horizontal-01 .rs-carousel-action.rs-carousel-action-prev,
.featured-flight-horizontal-02 .rs-carousel-action.rs-carousel-action-prev {
  background-position: -20px 0px;
  left: 0;
}
.featured-flight-horizontal-01 .rs-carousel-action.rs-carousel-action-next,
.featured-flight-horizontal-02 .rs-carousel-action.rs-carousel-action-next {
  background-position: 0px 0px;
  right: 0;
}
.featured-flight-horizontal-01 ul,
.featured-flight-horizontal-02 ul {
  position: absolute;
}
.featured-flight-horizontal-01 ul:after,
.featured-flight-horizontal-02 ul:after {
  content: '';
  display: block;
  clear: both;
}
.featured-flight-horizontal-01 ul li,
.featured-flight-horizontal-02 ul li {
  float: left;
  border: 0px !important;
  margin-right: 10px;
}
.featured-flight-horizontal-01 ul li:first-child,
.featured-flight-horizontal-02 ul li:first-child {
  border: 0px !important;
}
.featured-flight-horizontal-01 ul li .item-content,
.featured-flight-horizontal-02 ul li .item-content {
  position: relative;
  background-color: white;
  padding: 10px;
}
.featured-flight-horizontal-01 ul li .item-content h3,
.featured-flight-horizontal-02 ul li .item-content h3 {
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  font-size: 18px;
}
.featured-flight-horizontal-01 ul li .item-content .price-wraper,
.featured-flight-horizontal-02 ul li .item-content .price-wraper {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 2px solid #eee;
  -for-border-top: '2px solid @grayLighter';
}
.featured-flight-horizontal-01 ul li .item-content .price-wraper .price,
.featured-flight-horizontal-02 ul li .item-content .price-wraper .price {
  color: #045779;
  -for-color: '@high-base';
  font-size: 24px;
  line-height: 18px;
  text-align: right;
  word-spacing: -0.4ex;
  font-weight: bold;
  padding-top: 2px;
}
.featured-flight-horizontal-01 ul li .item-content .ff-type,
.featured-flight-horizontal-02 ul li .item-content .ff-type {
  /*margin-top:5px;*/
}
.featured-flight-horizontal-01 ul li .item-content .action,
.featured-flight-horizontal-02 ul li .item-content .action {
  display: none;
}
.featured-flight-horizontal-01 .content-data {
  height: 130px;
}
.featured-flight-horizontal-02 .nb-item-4.content-data {
  height: 272px;
}
.featured-flight-horizontal-02 .nb-item-4 ul li img.header {
  width: 277px;
  height: 153px;
}
.featured-flight-horizontal-02 .nb-item-4 .item-content {
  padding-top: 153px !important;
}
.featured-flight-horizontal-02 .nb-item-4 .rs-carousel-mask {
  height: 244px;
}
.featured-flight-horizontal-02 .nb-item-3.content-data {
  height: 324px;
}
.featured-flight-horizontal-02 .nb-item-3 ul li img.header {
  width: 374px;
  height: 205px;
}
.featured-flight-horizontal-02 .nb-item-3 .item-content {
  padding-top: 205px !important;
}
.featured-flight-horizontal-02 .nb-item-3 .item-content .price-wraper:after {
  display: block;
  content: '';
  clear: both;
}
.featured-flight-horizontal-02 .nb-item-3 .rs-carousel-mask {
  height: 324px;
}
.featured-flight-horizontal-02 .rs-carousel-mask {
  width: 1140px;
}
.featured-flight-horizontal-02 .item-content {
  height: auto;
  /*80+100 box-sizing issue*/
}
.featured-flight-horizontal-02 .item-content img.header {
  position: absolute;
  top: 0;
  left: 0;
}
/* Vertical FF blocks */
.featured-flight-vertical-02 h1,
.featured-flight-vertical-01 h1 {
  font-size: 24px;
  font-weight: normal;
}
.featured-flight-vertical-02 .content,
.featured-flight-vertical-01 .content {
  margin-bottom: 30px;
}
.featured-flight-vertical-02 .content-data,
.featured-flight-vertical-01 .content-data {
  height: auto;
}
.featured-flight-vertical-02 .pagination-row,
.featured-flight-vertical-01 .pagination-row {
  bottom: -25px;
}
.featured-flight-vertical-02 ul,
.featured-flight-vertical-01 ul {
  position: relative;
  width: 100%;
}
.featured-flight-vertical-02 ul li,
.featured-flight-vertical-01 ul li {
  float: none;
  padding: 0px;
}
.featured-flight-vertical-02 ul li .item-content,
.featured-flight-vertical-01 ul li .item-content {
  position: relative;
  padding: 10px;
}
.featured-flight-vertical-02 ul li .item-content h3,
.featured-flight-vertical-01 ul li .item-content h3 {
  font-weight: normal;
  font-size: 18px;
}
.featured-flight-vertical-02 ul li .item-content .price-wraper,
.featured-flight-vertical-01 ul li .item-content .price-wraper {
  padding-top: 5px;
  margin-top: 5px;
}
.featured-flight-vertical-02 ul li .item-content .price-wraper .price,
.featured-flight-vertical-01 ul li .item-content .price-wraper .price {
  color: #045779;
  -for-color: '@high-base';
  font-size: 24px;
  line-height: 18px;
  text-align: right;
  word-spacing: -0.4ex;
  font-weight: bold;
  padding-top: 2px;
}
.featured-flight-vertical-02 ul li .item-content .action,
.featured-flight-vertical-01 ul li .item-content .action {
  display: none;
}
.featured-flight-vertical-02 .rs-carousel-mask,
.featured-flight-vertical-01 .rs-carousel-mask {
  width: 100%;
  height: auto;
  position: relative;
}
.featured-flight-vertical-02 .rs-carousel-action,
.featured-flight-vertical-01 .rs-carousel-action {
  position: absolute;
  height: 20px;
  width: 20px;
}
.featured-flight-vertical-02 .rs-carousel-action.rs-carousel-action-prev,
.featured-flight-vertical-01 .rs-carousel-action.rs-carousel-action-prev {
  right: 25px;
  background-position: -40px 0px;
}
.featured-flight-vertical-02 .rs-carousel-action.rs-carousel-action-next,
.featured-flight-vertical-01 .rs-carousel-action.rs-carousel-action-next {
  right: 0;
  background-position: -60px 0px;
}
.featured-flight-vertical-01 .nb-item-2.content-data {
  height: 200px;
}
.featured-flight-vertical-01 .nb-item-3.content-data {
  height: 305px;
}
.featured-flight-vertical-01 .nb-item-4.content-data {
  height: 410px;
}
.featured-flight-vertical-01 .nb-item-5.content-data {
  height: 515px;
}
.featured-flight-vertical-01 .nb-item-6.content-data {
  height: 620px;
}
.featured-flight-vertical-01 .nb-item-7.content-data {
  height: 725px;
}
.featured-flight-vertical-01 .nb-item-8.content-data {
  height: 830px;
}
.featured-flight-vertical-01 .content {
  margin-bottom: 30px;
}
.featured-flight-vertical-01 .rs-carousel-mask {
  width: 100%;
  height: 100%;
}
.featured-flight-vertical-01 ul li {
  border: 0px !important;
  margin-bottom: 10px;
}
.featured-flight-vertical-01 ul li .item-content {
  background-color: white;
}
.featured-flight-vertical-01 ul li .item-content h3 {
  padding-bottom: 5px;
  margin: 0;
  font-size: 18px;
}
.featured-flight-vertical-01 ul li .item-content .price-wraper {
  border-top: 1px solid #eee;
  -for-border-top: '1px solid @grayLighter';
}
.featured-flight-vertical-01 ul li .item-content .ff-type {
  margin-top: 5px;
}
.featured-flight-vertical-02 {
  /* block height = 84px 0px margin*/
  /* todo: use variable for those values*/
}
.featured-flight-vertical-02 .nb-item-2.content-data .rs-carousel-mask {
  height: 168px;
  -for-height: '@vertical-02__block-height * 2px';
}
.featured-flight-vertical-02 .nb-item-3.content-data .rs-carousel-mask {
  height: 252px;
  -for-height: '@vertical-02__block-height *3px//239px';
}
.featured-flight-vertical-02 .nb-item-4.content-data .rs-carousel-mask {
  height: 336px;
  -for-height: '@vertical-02__block-height * 4px//325px';
}
.featured-flight-vertical-02 .nb-item-5.content-data .rs-carousel-mask {
  height: 420px;
  -for-height: '@vertical-02__block-height * 5px//325px';
}
.featured-flight-vertical-02 .nb-item-6.content-data {
  height: 504px;
  -for-height: '@vertical-02__block-height * 6px//325px';
}
.featured-flight-vertical-02 .nb-item-7.content-data {
  height: 588px;
  -for-height: '@vertical-02__block-height * 7px//568px';
}
.featured-flight-vertical-02 .nb-item-8.content-data .rs-carousel-mask {
  height: 672px;
  -for-height: '@vertical-02__block-height * 8px//568px';
}
.featured-flight-vertical-02 .rs-carousel-mask {
  width: 100%;
  height: 100%;
}
.featured-flight-vertical-02 ul li {
  margin-bottom: 0px;
  border-bottom: 1px solid #eee;
  -for-border-bottom: '1px solid @grayLighter';
  padding-bottom: 0px;
}
.featured-flight-vertical-02 ul li:nth-child(odd) {
  background-color: #eee;
  -for-background-color: '@grayLighter';
}
.featured-flight-vertical-02 ul li:nth-child(even) {
  background-color: white;
}
.featured-flight-vertical-02 ul li h3 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}
.featured-flight-vertical-02 ul li .item-content:after {
  clear: both;
  content: '';
  display: block;
}
.featured-flight-vertical-02 ul li .item-content .c1,
.featured-flight-vertical-02 ul li .item-content .c2 {
  float: left;
  padding-right: 15px;
}
.featured-flight-vertical-02 ul li .item-content .c1.fixed {
  min-width: 170px;
}
.featured-flight-vertical-02 ul li .item-content .price-wraper {
  float: right;
  padding: 0px;
  margin: 0px;
}
.featured-flight-vertical-02 ul li .item-content .price-wraper .prefix {
  color: #999;
  -for-color: '@grayLight';
  font-size: 11px;
  text-align: left;
}
/* Imports
-----------------------*/
/* Flight Search */
/* --------------*/
.search_engine--centered {
  text-align: center;
}
.search_engine_flight .spacer {
  display: inline-block;
  width: 60px;
  height: 44px;
  vertical-align: bottom;
  background-color: #ccc;
}
.search_engine_flight .more-option a {
  color: #E2E2E2;
  -for-color: '@search-area-text-color';
}
.search_engine_flight .flight-roundtrip {
  /* Cannot put a generated class on chosen-single have to hardcode it in the css */
}
.search_engine_flight .flight-roundtrip .chosen-container {
  width: 60px !important;
}
.search_engine_flight .flight-roundtrip .chosen-single {
  padding: 4px 4px 4px 30px !important;
  border: 1px solid #cccccc;
}
.search_engine_flight .flight-roundtrip .chosen-single span {
  content: '';
  color: white;
}
.search_engine_flight .chosen-container .chosen-drop {
  width: 120px;
}
.search_engine_flight .chosen-container .chosen-results .highlighted {
  background-color: #656565 ;
  background-repeat: no-repeat;
  color: #fff;
  padding-left: 30px;
}
.search_engine_flight .chosen-container .chosen-results .highlighted:nth-child(1) {
  background-image: url('/dynamic/site1/images/RoundTrip1.png');
}
.search_engine_flight .chosen-container .chosen-results .highlighted:nth-child(2) {
  background-image: url('/dynamic/site1/images/OneWay1.png');
}
.search_engine_flight .chosen-container .chosen-results .highlighted:nth-child(3) {
  background-image: url('/dynamic/site1/images/OpenJaw1.png');
}
.search_engine_flight .chosen-container .chosen-results li {
  background-color: #fff ;
  background-repeat: no-repeat;
  color: #333;
  padding-left: 30px;
  background-image: url('/dynamic/site1/images/RoundTrip.png');
}
.search_engine_flight .chosen-container .chosen-results li:nth-child(1) {
  background-image: url('/dynamic/site1/images/RoundTrip.png');
}
.search_engine_flight .chosen-container .chosen-results li:nth-child(2) {
  background-image: url('/dynamic/site1/images/OneWay.png');
}
.search_engine_flight .chosen-container .chosen-results li:nth-child(3) {
  background-image: url('/dynamic/site1/images/OpenJaw.png');
}
.search_engine_flight .chosen-container-single .chosen-single {
  padding: 0px 0 0 30px;
  color: #333;
  padding-top: 3px;
  background: url('/dynamic/site1/images/OneWay.png') #FFF;
  background-repeat: no-repeat;
  background-position: 7px 13px;
}
.search_engine_flight .chosen-container-single .chosen-single div b {
  background-position: 0px 6px;
}
.search_engine_flight .pax-selection .row-people {
  margin: 10px 0;
}
.search_engine_flight .pax-selection .row-people select {
  width: auto;
}
.search_engine_flight .pax-selection .row-people label {
  display: inline-block;
  font-size: 12;
  -for-font-size: '@font-size-s';
  color: #222;
  -for-color: '@search-area-label-color';
}
.search_engine_flight .pax-selection .row-people .pax {
  margin-left: 5px;
  width: 28px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.search_engine_flight .pax-selection .row-people .senior {
  background-image: url('/dynamic/site1/images/old.png');
}
.search_engine_flight .pax-selection .row-people .adult {
  background-image: url('/dynamic/site1/images/adulte.png');
}
.search_engine_flight .pax-selection .row-people .child {
  background-image: url('/dynamic/site1/images/child.png');
  background-position: 0 -8px;
  margin-top: 4px;
}
.search_engine_flight .pax-selection .row-people .baby {
  background-image: url('/dynamic/site1/images/baby.png');
  background-position: 0 -8px;
  margin-top: 4px;
}
.search_engine_flight .passenger-wrap {
  display: none;
}
.search_engine_flight .passengers {
  display: inline-block;
  background: white;
  vertical-align: bottom;
  background-image: url('/dynamic/site1/images/man.png');
  background-repeat: no-repeat;
  background-position: 25px;
  padding-right: 30px !important;
}
.search_engine_flight .flight-classes-container .select2-container {
  width: 230px;
  font-size: 16px;
  border-radius: 2px;
}
.search_engine_flight .flight-classes-container .select2-container a {
  width: 190px;
  line-height: 16px;
  display: inline-block;
  padding: 10px;
  height: auto;
}
.search_engine_flight .flight-classes-container .select2-container span {
  color: #383838;
  -for-color: '@search-area-field-text-color';
}
.search_engine_flight .directOnlyGrp {
  display: inline-block;
  padding-left: 5px;
  vertical-align: baseline;
  margin-left: 10px !important;
  line-height: 40px;
}
.search_engine_flight .directOnlyGrp label {
  font-size: 14px !important;
  vertical-align: middle;
  margin-bottom: 0;
}
.search_engine_flight .date-selection,
.search_engine_flight .pax-selection {
  color: #222;
  -for-color: '@search-area-label-color';
}
.search_engine_flight .date-selection,
.search_engine_flight .pax-selection {
  opacity: 95;
  filter: alpha(opacity=9500);
}
.search_engine_flight .direct_only_label {
  display: inline-block;
  margin-left: 5px;
}
.search_engine_flight .dateField {
  background-image: url('/dynamic/site1/images/searchengine-calendar.png');
  background-repeat: no-repeat;
  background-position: right 5px center;
}
.icon-roundtrip {
  background: url('/dynamic/site1/images/RoundTrip.png') no-repeat 7px 13px #FFF !important;
}
.icon-oneway {
  background: url('/dynamic/site1/images/OneWay.png') no-repeat 7px 13px #FFF !important;
}
.icon-openjaw {
  background: url('/dynamic/site1/images/OpenJaw.png') no-repeat 7px 13px #FFF !important;
}
.search_engine_flight_form .pax-group .popover {
  display: table !important;
}
.js__invite-stopped-search_modal .modal-content {
  background: url('/dynamic/site1/images/page-bg.png');
  -for-background: '@invite-modal__dialog__background';
}
.js__invite-stopped-search_modal .modal-header {
  background: url('/dynamic/site1/images/invite-popup-header.png');
  border-bottom: 0px;
  background-repeat: no-repeat;
  min-height: 68px;
}
.js__invite-stopped-search_modal .modal-header h4 {
  font-size: 24px;
  line-height: 40px;
}
.js__invite-stopped-search_modal .modal-body {
  background: url('/dynamic/site1/images/invite-popup-body.png');
  background-repeat: no-repeat;
  background-position: bottom left;
}
.js__invite-stopped-search_modal .control-label {
  display: block;
  clear: both;
  padding-right: 15px;
  padding-top: 0px;
  color: gray;
}
.js__invite-stopped-search_modal .ui-state-error {
  border-color: #a94442;
}
/* General */
/* ------------ */
.search_engine_container form {
  margin: 0px;
}
.search_engine_container .container {
  text-align: left;
}
.search_engine_container .search_engine {
  display: none;
}
.search_engine_container .search_engine.active {
  display: block;
}
.search_engine_container .form-area .group-form {
  display: inline-table;
}
.search_engine_container .form-area .group-label,
.search_engine_container .form-area .group-button {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 0;
}
.search_engine_container .form-area input,
.search_engine_container .form-area .chosen-single,
.search_engine_container .form-area select,
.search_engine_container .form-area .passengers {
  border-radius: 0;
  padding: 10px;
  margin: 0px;
  font-size: 16px;
  border: 1px solid #ccc;
  color: #383838;
  -for-color: '@search-area-field-text-color';
}
.search_engine_container .form-area input.first,
.search_engine_container .form-area .chosen-single.first,
.search_engine_container .form-area select.first,
.search_engine_container .form-area .passengers.first {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.search_engine_container .form-area input.beforeLast,
.search_engine_container .form-area .chosen-single.beforeLast,
.search_engine_container .form-area select.beforeLast,
.search_engine_container .form-area .passengers.beforeLast {
  border-right: 0px;
}
.search_engine_container .form-area input.last,
.search_engine_container .form-area .chosen-single.last,
.search_engine_container .form-area select.last,
.search_engine_container .form-area .passengers.last {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.search_engine_container .form-area input[type='submit'],
.search_engine_container .form-area .chosen-single[type='submit'],
.search_engine_container .form-area select[type='submit'],
.search_engine_container .form-area .passengers[type='submit'] {
  background: #F97104;
  -for-background: '@search-area-button-background-color';
  color: white;
  -for-color: '@search-area-button-text-color';
  border: 1px solid #F97104;
  -for-border: '1px solid @search-area-button-background-color';
  text-shadow: none;
}
.search_engine_container .form-area .group-form {
  margin-bottom: 10px;
}
.search_engine_container .form-area .group-form .group-label.group-label-button {
  position: relative;
}
.search_engine_container .etField,
.search_engine_container .chosen-container,
.search_engine_container .chosen-container-single .chosen-single,
.search_engine_container .chosen-container a {
  height: 44px;
  vertical-align: bottom;
}
/* Common
---------------------------------*/
.date-selection,
.pax-selection {
  display: none;
  position: absolute;
  border-radius: 3px;
  padding: 15px;
  background: white;
  z-index: 996;
}
.date-selection a,
.pax-selection a {
  cursor: pointer;
}
.date-selection:after,
.pax-selection:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
  position: absolute;
  bottom: -15px;
  left: 45%;
}
.date-selection.bottom.date-selection:after,
.date-selection.bottom.pax-selection:after,
.pax-selection.bottom.date-selection:after,
.pax-selection.bottom.pax-selection:after {
  border-bottom: 15px solid white;
  border-top: 0px;
  top: -15px;
}
.date-selection .pointer,
.pax-selection .pointer {
  display: none;
}
.date-selection .ui-widget-content,
.pax-selection .ui-widget-content {
  border: none;
  font-size: 12px;
}
.date-selection h3,
.pax-selection h3 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 5px;
}
.date-selection h3 i,
.pax-selection h3 i {
  margin-right: 5px;
}
.date-selection .left,
.pax-selection .left,
.date-selection .right,
.pax-selection .right {
  float: left;
}
.date-selection .right,
.pax-selection .right {
  margin-left: 15px;
}
.date-selection .right:after,
.pax-selection .right:after {
  clear: both;
  content: '';
}
.date-selection .top,
.pax-selection .top {
  margin-top: 0px;
  background-color: #eee;
  -for-background-color: '@grayLighter';
  margin-bottom: 10px;
  padding: 5px;
}
.date-selection .top label,
.pax-selection .top label,
.date-selection .top input,
.pax-selection .top input {
  display: inline-block;
}
.date-selection .top a,
.pax-selection .top a {
  float: right;
  font-size: 11px;
}
.date-selection .top a:after,
.pax-selection .top a:after {
  content: '';
  clear: both;
}
.date-selection .top label,
.pax-selection .top label {
  margin-right: 10px;
}
.close-date-selection,
.close-pack-selection {
  width: 35px;
  height: 35px;
  background-image: url('/dynamic/site1/images/x.png');
  float: right;
  margin-top: -19px;
  margin-right: -17px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
/* Package search */
/* -------------- */
.search_engine_package .packageCityDisplayInput {
  width: 400px;
  cursor: pointer;
}
.search_engine_package .bigList {
  text-align: left;
  font-weight: 100;
  position: absolute;
  left: 50%;
  max-height: 380px;
  border-radius: 5px;
  background: #383838;
  -for-background: '@search-area-biglist-background-color';
  color: white;
  -for-color: '@search-area-biglist-text-color';
  padding: 20px;
}
.search_engine_package .bigList:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #383838;
  -for-border-top: '15px solid @search-area-biglist-background-color';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -15px;
}
.search_engine_package .bigList .col-destination {
  float: left;
}
.search_engine_package .bigList .col-destination .list-content {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.search_engine_package .bigList .col-destination .city-group-icon {
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 5px;
}
.search_engine_package .bigList .col-tag {
  float: left;
  padding-left: 30px;
}
.search_engine_package .bigList .col-tag li:after {
  clear: both;
  display: block;
  content: '';
}
.search_engine_package .bigList .col-tag .tag-icon {
  float: left;
  margin-right: 10px;
  height: 30px;
  max-width: 30px;
  margin-top: 3px;
}
.search_engine_package .bigList .col-tag a {
  display: inline-block;
  line-height: 33px;
}
.search_engine_package .bigList .title {
  margin-bottom: 15px;
  font-size: 20px;
}
.search_engine_package .bigList ul {
  padding: 0;
  margin: 0;
}
.search_engine_package .bigList ul li {
  list-style: none;
}
.search_engine_package .bigList .parents {
  margin-right: 45px;
  float: left;
}
.search_engine_package .bigList .children {
  margin-bottom: 15px;
  margin-top: 5px;
  padding-left: 15px;
}
.search_engine_package .bigList .children li {
  line-height: 20px;
}
.search_engine_package .bigList .children li:hover,
.search_engine_package .bigList .children li .active {
  list-style: disc;
  color: #ffc500;
  -for-color: '@search-area-biglist-text-active-color';
}
.search_engine_package .bigList .children li:hover a,
.search_engine_package .bigList .children li .active a {
  color: #ffc500;
  -for-color: '@search-area-biglist-text-active-color';
}
.search_engine_package .bigList .children > a {
  font-size: 12px;
  color: white;
  -for-color: '@search-area-biglist-text-color';
}
.searchengine__big-list__group-title {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 120px;
  font-size: 16px;
  background: url("/dynamic/site1/images/biglist-dotted-border.png") 0 bottom repeat-x;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.searchengine__big-list__link {
  color: white;
  -for-color: '@search-area-biglist-text-color';
}
.searchengine__big-list__link:hover {
  color: #ffc500;
  -for-color: '@search-area-biglist-text-active-color';
}
.package-city-autocomplete .ui-menu .ui-menu-item a {
  line-height: 30px;
}
.package-city-autocomplete ul {
  color: #383838;
  -for-color: '@search-area-dropdown-text-color';
  padding: 0px;
  margin: 0px;
  font-family: OpenSans;
  font-size: 16px;
}
.package-city-autocomplete ul li {
  padding: 3px 15px;
}
.package-city-autocomplete ul li.ui-menu-item:hover {
  list-style: disc;
  list-style-position: inside;
  color: #ffc500;
  -for-color: '@search-area-dropdown-text-active-color';
}
.package-city-autocomplete ul li.ui-menu-item:hover a,
.package-city-autocomplete ul li.ui-menu-item:hover .ui-state-focus {
  font-weight: normal;
  padding-left: 53px;
  background-color: #383838;
  -for-background-color: '@search-area-dropdown-bg-active-color';
  color: #ffc500;
  -for-color: '@search-area-dropdown-text-active-color';
  border: none;
  border-radius: 0;
}
.package-city-autocomplete ul li.ui-menu-item a {
  font-weight: normal;
  color: #383838;
  -for-color: '@search-area-dropdown-text-color';
  padding-left: 70px;
  font-size: 16px;
  height: auto;
}
.package-city-autocomplete ul li.ui-menu-item a.ui-state-focus {
  color: #383838;
  -for-color: '@search-area-dropdown-text-color';
  background-color: inherit;
  border: none;
  border-radius: 0;
}
.package-city-autocomplete ul li.parentLevel:hover {
  list-style: none;
  background: none;
}
.package-city-autocomplete ul li.parentLevel:hover a,
.package-city-autocomplete ul li.parentLevel:hover .ui-state-focus {
  padding-left: 15px;
}
.package-city-autocomplete ul li.parentLevel a {
  padding-left: 15px;
}
.package-city-autocomplete ul li .separator {
  display: block;
  margin: 5px 15px;
  border-bottom: 1px solid #ccc;
  -for-border-bottom: '1px solid @search-area-dropdown-separator-color';
}
.package-city-autocomplete ul li a {
  font-weight: normal;
  cursor: pointer;
}
.package-city-autocomplete ul li a i {
  vertical-align: sub;
  margin-right: 15px;
}
.ui-autocomplete {
  z-index: 2000 !important;
  -for-z-index: '@zIndex-20--search-engine__flight__autocomplete !important';
}
.ui-autocomplete .ui-menu .ui-menu-item a {
  height: 22px;
  line-height: 28px;
}
#package_search_nb_passenger_template_chosen,
#package_search_nb_night_chosen {
  padding: 0 !important;
}
#searchEngine .search_engine .button-input.btn--input-reset,
.search_engine_container .search_engine .button-input.btn--input-reset,
#searchEngine .search-engine .button-input.btn--input-reset,
.search_engine_container .search-engine .button-input.btn--input-reset {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: -25px;
  right: 0px;
  text-align: right;
  cursor: pointer;
}
#searchEngine .search_engine .button-input.btn--input-reset i,
.search_engine_container .search_engine .button-input.btn--input-reset i,
#searchEngine .search-engine .button-input.btn--input-reset i,
.search_engine_container .search-engine .button-input.btn--input-reset i {
  font-size: 18px;
  cursor: pointer;
}
#searchEngine .search_engine.search_engine_package .button-input.btn--input-reset,
.search_engine_container .search_engine.search_engine_package .button-input.btn--input-reset,
#searchEngine .search-engine.search_engine_package .button-input.btn--input-reset,
.search_engine_container .search-engine.search_engine_package .button-input.btn--input-reset {
  top: -10px;
}
#searchEngine .search_engine.search-engine-block.search_engine_flight .button-input.btn--input-reset,
.search_engine_container .search_engine.search-engine-block.search_engine_flight .button-input.btn--input-reset,
#searchEngine .search-engine.search-engine-block.search_engine_flight .button-input.btn--input-reset,
.search_engine_container .search-engine.search-engine-block.search_engine_flight .button-input.btn--input-reset {
  top: -10px;
  /*display: none;*/
}
#searchEngine .search_engine.search-engine-block.search_engine_flight .open-jaw .button-input.btn--input-reset,
.search_engine_container .search_engine.search-engine-block.search_engine_flight .open-jaw .button-input.btn--input-reset,
#searchEngine .search-engine.search-engine-block.search_engine_flight .open-jaw .button-input.btn--input-reset,
.search_engine_container .search-engine.search-engine-block.search_engine_flight .open-jaw .button-input.btn--input-reset {
  top: -25px;
  right: 0px;
}
#searchEngine .search_engine.search_engine_flight .button-input.btn--input-reset,
.search_engine_container .search_engine.search_engine_flight .button-input.btn--input-reset,
#searchEngine .search-engine.search_engine_flight .button-input.btn--input-reset,
.search_engine_container .search-engine.search_engine_flight .button-input.btn--input-reset {
  top: -10px;
}
#searchEngine .search_engine.search_engine_flight .open-jaw.open-jaw--align .button-input.btn--input-reset,
.search_engine_container .search_engine.search_engine_flight .open-jaw.open-jaw--align .button-input.btn--input-reset,
#searchEngine .search-engine.search_engine_flight .open-jaw.open-jaw--align .button-input.btn--input-reset,
.search_engine_container .search-engine.search_engine_flight .open-jaw.open-jaw--align .button-input.btn--input-reset {
  top: -25px;
  left: auto;
  right: 0px;
}
/* Variables
-----------------------*/
/* Page styles
-----------------------*/
.hero.fix {
  /* overflow: visible;*/
}
.overlay {
  background: transparent;
  opacity: 0;
}
.search-area.template-hero-wide {
  position: absolute;
  overflow: visible;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 500;
  /* Above slideshow & overlay*/
  -for-z-index: '@zIndex-5--home__search-area /* Above slideshow & overlay*/';
  min-height: 110px;
  background-color: #045779;
  color: #E2E2E2;
  -for-color: '@search-area-text-color';
  /* Toggler */
  /* ------- */
  /* Language dependent */
}
.search-area.template-hero-wide .search_engine_toggler {
  height: 40px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.search-area.template-hero-wide .search_engine_toggler ul {
  padding: 0;
}
.search-area.template-hero-wide .search_engine_toggler ul:after {
  display: block;
  content: '';
  clear: both;
}
.search-area.template-hero-wide .search_engine_toggler ul li {
  float: left;
  display: block;
}
.search-area.template-hero-wide .search_engine_toggler ul li a {
  font-size: 14px;
  border-top: 5px solid transparent;
  display: inline-block;
  padding: 10px;
  color: #E2E2E2;
  -for-color: '@search-area-text-color';
  padding-right: 20px;
  width: 180px;
  box-sizing: content-box;
}
.search-area.template-hero-wide .search_engine_toggler ul li a.active {
  border-top-color: #F97104;
  -for-border-top-color: '@search-area-toggle-background-color';
}
.search-area.template-hero-wide .search_engine_toggler ul li a i {
  margin-right: 5px;
}
.search-area.template-hero-wide label {
  color: #E2E2E2;
  -for-color: '@search-area-text-color';
}
.search-area.template-hero-wide .close {
  width: 35px;
  height: 35px;
  background-image: url('/dynamic/site1/images/x.png');
  float: right;
  margin-top: -19px;
  margin-right: -17px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
}
.search-area.template-hero-wide .search_engine_package {
  margin-left: 210px;
  margin-bottom: 20px;
  /* Get the same height as flight block -.- */
}
.search-area.template-hero-wide .product_count_1 .search_engine_package {
  text-align: center;
  margin-left: 0;
}
.search-area.template-hero-wide .product_count_1 .search_engine_flight {
  text-align: center;
}
.search-area.template-hero-wide .product_count_1 .search_engine_flight .form-area {
  text-align: left;
  display: inline-block;
}
.search-area.template-hero-wide .clear {
  clear: both;
  display: block;
  content: '';
}
.search_engine_flight_form .pax-group .popover {
  display: table !important;
}
/* Page variables
-----------------------*/
/* Imports
-----------------------*/
.block-filter-package {
  background-color: white !important;
  -for-background-color: '@filter-block-background !important';
  font-size: 14px;
  margin-bottom: 15px;
  -for-margin-bottom: '@default-padding';
  /* Disabled state */
}
.block-filter-package h2 {
  margin: 0;
  padding: 0;
}
.block-filter-package .actions {
  position: relative;
}
.block-filter-package #filter-loader {
  display: none;
  background: url('/dynamic/site1/images/loader-bars.gif');
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 0px 4px;
  height: auto;
}
.block-filter-package .filter-closed {
  position: relative;
  display: none;
}
.block-filter-package ul {
  padding: 0px;
}
.block-filter-package ul .filter-group {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  -for-border-bottom: '1px solid @filter-seprator-line-color';
  padding: 15px 0px;
}
.block-filter-package ul .filter-group:nth-last-child(1) {
  border-bottom: 0px;
}
.block-filter-package ul .filter-group.extendable .filter-extender {
  display: block;
}
.block-filter-package ul .filter-group input[type=checkbox].css-checkbox {
  /*position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height:1px;
        width:1px;
        margin:-1px;
        padding:0;
        border:0;*/
  position: absolute;
  margin-top: 10px;
  height: 1px;
}
.block-filter-package ul .filter-group input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  min-height: 15px;
}
.block-filter-package ul .filter-group input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -15px;
}
.block-filter-package ul .filter-group .css-label {
  background-image: url(http://csscheckbox.com/checkboxes/dark-check-green.png);
}
.block-filter-package ul .filter-group .lite-green-check {
  background-image: url(http://csscheckbox.com/checkboxes/lite-green-check.png);
}
.block-filter-package ul .filter-group .label-content {
  margin-top: -7px;
}
.block-filter-package ul .filter-group input[type=checkbox] {
  background-position: 0 -15px;
}
.block-filter-package ul .filter-group.reduce-hide {
  display: none;
}
.block-filter-package ul .filter-group .block-title {
  color: #3e3f3f;
  -for-color: '@dark-gray';
  width: 130px;
  margin: 10px 15px 10px 0px;
  display: inline-block;
  padding-top: 5px;
}
.block-filter-package ul .filter-group .content-filter {
  display: inline-block;
}
.block-filter-package ul .filter-group .content-filter ul {
  margin: 0;
  list-style: none;
}
.block-filter-package ul .filter-group .content-filter ul li {
  display: inline-block;
  min-width: 150px;
}
.block-filter-package ul .filter-group .content-filter ul input {
  vertical-align: text-top;
  margin-right: 5px;
}
.block-filter-package ul .filter-group.extend-hide .content-filter li:nth-child(n+7) {
  display: none;
}
.block-filter-package ul .filter-group.extend-hide .filter-extender .up {
  display: none;
}
.block-filter-package ul .filter-group.extend-hide .filter-extender .down {
  display: block;
}
.block-filter-package ul .filter-group .filter-extender {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  margin: 10px 10px 10px 0px;
}
.block-filter-package ul .filter-group .filter-extender .down {
  display: none;
}
.block-filter-package ul .filter-group .filter-extender .up {
  display: block;
}
.block-filter-package .show-trigger,
.block-filter-package .hide-trigger {
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-filter-package .reduce-trigger {
  display: none;
  cursor: pointer;
}
.block-filter-package .undo-reduce-trigger {
  cursor: pointer;
}
.block-filter-package .slider-block {
  margin-bottom: 10px;
}
.block-filter-package .slider {
  margin: 5px 0px;
}
.block-filter-package .slider .ui-slider-handle {
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  width: 18px;
  height: 22px;
  top: -30px;
  border: 0px;
  background: url('/dynamic/site1/images/slider-handler-right.png');
}
.block-filter-package .slider .ui-slider-handle.slider-handle-right {
  background: url('/dynamic/site1/images/slider-handler-right.png');
  background-repeat: no-repeat;
}
.block-filter-package .slider .ui-slider-handle.slider-handle-left {
  background: url('/dynamic/site1/images/slider-handler-left.png');
  background-repeat: no-repeat;
}
.block-filter-package .slider_label {
  text-align: center;
}
.block-filter-package .ui-slider-range {
  background: #045779;
  -for-background: '@high-base';
  background-color: #045779;
  -for-background-color: '@high-base';
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
.block-filter-package .ui-slider-horizontal {
  height: 7px;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.65) inset;
}
.block-filter-package.disabled {
  color: #d5d5d5 !important;
  -for-color: '@light-gray-plus1 !important';
}
.block-filter-package.disabled .block-title,
.block-filter-package.disabled label,
.block-filter-package.disabled a {
  color: #d5d5d5 !important;
  -for-color: '@light-gray-plus1 !important';
}
.block-filter-package.disabled .ui-slider-handle {
  background: #d5d5d5 !important;
  -for-background: '@light-gray-plus1 !important';
  border: #d5d5d5 !important;
  -for-border: '@light-gray-plus1 !important';
}
.block-filter-package.disabled .ui-widget-content {
  background: #E7E7E7 !important;
}
.block-filter-package.disabled .overlay-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.block-filter-package .tag-icon {
  height: 30px;
  width: 30px;
}
/*@import "package-result.less";*/
.package-results.package-results-v2 .package_block {
  list-style-type: none;
}
.package-results.package-results-v2 .package_block li.package-item {
  width: 355px;
  padding: 13px;
  display: inline-block;
  vertical-align: top;
}
.package-results.package-results-v2 .package_block li.package-item .package-item-wrapper {
  border: 1.5px solid transparent;
  cursor: pointer;
}
.package-results.package-results-v2 .package_block li.package-item .package-item-wrapper.selected,
.package-results.package-results-v2 .package_block li.package-item .package-item-wrapper:hover {
  border: 1.5px solid #004157;
  -for-border: '1.5px solid @dyn__package-result__package-item__border-color-selected';
  -webkit-box-shadow: 10px 10px 43px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 43px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 43px -6px rgba(0, 0, 0, 0.75);
}
.package-results.package-results-v2 .package_block li.package-item .top-item {
  position: relative;
  height: 157px;
  overflow: hidden;
}
.package-results.package-results-v2 .package_block li.package-item .top-item img {
  width: 100%;
}
.package-results.package-results-v2 .package_block li.package-item .top-item .info-strip {
  width: 100%;
  height: 38px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.package-results.package-results-v2 .package_block li.package-item .top-item .info-strip .services-strip {
  background: rgba(52, 67, 89, 0.6);
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  -webkit-transition: all ease 0.75s;
  -moz-transition: all ease 0.75s;
  -ms-transition: all ease 0.75s;
  -o-transition: all ease 0.75s;
  transition: all ease 0.75s;
}
.package-results.package-results-v2 .package_block li.package-item .top-item .info-strip .services-strip > div {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.package-results.package-results-v2 .package_block li.package-item .top-item .info-strip .services-strip > div i {
  color: #ffffff;
  -for-color: '@dyn__package-result__services__icon-color';
  font-size: 20px;
}
.package-results.package-results-v2 .package_block li.package-item .top-item .info-strip .price-strip {
  width: 50%;
  text-align: center;
  background: #00b9cd;
  -for-background: '@dyn__package-result__price-strip__bg-color';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  -webkit-transition: all ease 0.75s;
  -moz-transition: all ease 0.75s;
  -ms-transition: all ease 0.75s;
  -o-transition: all ease 0.75s;
  transition: all ease 0.75s;
}
.package-results.package-results-v2 .package_block li.package-item .top-item .info-strip .price-strip p {
  margin-bottom: 0px;
  margin-top: 6px;
  color: #ffffff;
  -for-color: '@dyn__package-result__price-strip__txt-color';
  font-size: 17px;
}
.package-results.package-results-v2 .package_block li.package-item .top-item .info-strip.full-services-strip .services-strip {
  right: 0;
}
.package-results.package-results-v2 .package_block li.package-item .top-item .info-strip.full-services-strip .price-strip {
  left: 100%;
}
.package-results.package-results-v2 .package_block li.package-item .top-item .favourite-div {
  position: absolute;
  top: 0;
  right: 20px;
  background: rgba(52, 67, 89, 0.6);
  padding: 10px;
  cursor: pointer;
}
.package-results.package-results-v2 .package_block li.package-item .top-item .favourite-div i {
  font-size: 27px;
  color: #B0BFCF;
  -for-color: '@dyn__package-result__favourite-div__icon-color';
}
.package-results.package-results-v2 .package_block li.package-item .top-item .favourite-div.selected i {
  color: #e2a90b;
  -for-color: '@dyn__package-result__favourite-div__icon-color-selected';
}
.package-results.package-results-v2 .package_block li.package-item .middle-item {
  border: 1px solid #dcdcdc;
  -for-border: '1px solid @dyn__package-result__package-item_border-color';
  padding: 10px;
  height: 228px;
  overflow: hidden;
}
.package-results.package-results-v2 .package_block li.package-item .middle-item h1 {
  font-size: 18px;
  margin: 0px;
  color: #333333;
  -for-color: '@dyn__package-result__package-item_title_txt-color';
}
.package-results.package-results-v2 .package_block li.package-item .middle-item p.subtitle {
  color: #9b9b9b;
  -for-color: '@dyn__package-result__package-item_subtitle_txt-color';
  border-bottom: 1px solid #dcdcdc;
  -for-border-bottom: '1px solid @dyn__package-result__package-item_subtitle_border-bottom-color';
  margin: 5px 0px;
  padding-bottom: 5px;
}
.package-results.package-results-v2 .package_block li.package-item .middle-item p.description {
  font-size: 14px;
  line-height: 21px;
}
.package-results.package-results-v2 .package_block li.package-item .bottom-item {
  background-color: 'rgba(239, 239, 239, 0.85)';
  -for-background-color: '@dyn__package-result__bottom-strip__bg-color';
  position: relative;
  height: 50px;
  border-bottom: 1px solid #dcdcdc;
  -for-border-bottom: '1px solid @dyn__package-result__bottom-strip__border-bottom-color';
  border-left: 1px solid #dcdcdc;
  -for-border-left: '1px solid @dyn__package-result__bottom-strip__border-bottom-color';
}
.package-results.package-results-v2 .package_block li.package-item .bottom-item .expert-content {
  position: absolute;
  left: 0;
  right: 25%;
  top: 0;
  bottom: 0;
  -webkit-transition: all ease 0.75s;
  -moz-transition: all ease 0.75s;
  -ms-transition: all ease 0.75s;
  -o-transition: all ease 0.75s;
  transition: all ease 0.75s;
}
.package-results.package-results-v2 .package_block li.package-item .bottom-item .expert-content .expert-pic {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  float: left;
  margin-left: 15px;
  margin-top: -7px;
  margin-right: 7px;
}
.package-results.package-results-v2 .package_block li.package-item .bottom-item .expert-content .expert-pic img {
  width: 100%;
  height: 100%;
}
.package-results.package-results-v2 .package_block li.package-item .bottom-item .expert-content .expert-text {
  margin-top: 4px;
}
.package-results.package-results-v2 .package_block li.package-item .bottom-item .expert-content .expert-text p {
  margin: 0;
  font-size: 14px;
  color: #9b9b9b;
  -for-color: '@dyn__package-result__bottom-strip__expert-content__txt-color';
}
.package-results.package-results-v2 .package_block li.package-item .bottom-item .button-content {
  position: absolute;
  left: 75%;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all ease 0.75s;
  -moz-transition: all ease 0.75s;
  -ms-transition: all ease 0.75s;
  -o-transition: all ease 0.75s;
  transition: all ease 0.75s;
}
.package-results.package-results-v2 .package_block li.package-item .bottom-item .button-content button {
  font-size: 12px;
  white-space: normal;
  height: 100%;
  line-height: 1;
}
.package-results.package-results-v2 .package_block li.package-item .bottom-item.only-btn .expert-content {
  right: 100%;
  overflow: hidden;
}
.package-results.package-results-v2 .package_block li.package-item .bottom-item.only-btn .button-content {
  left: 0px;
}
.package-results.package-results-v2 .package_block li.package-item .bottom-item.only-btn .button-content button {
  font-size: 17px;
}
@media (max-width: 1200px) {
  .package-results.package-results-v2 .package_block {
    width: 770px;
    overflow: hidden;
    margin: 0px auto;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .package-results.package-results-v2 .package_block {
    width: 364px;
  }
}
.flight-selection-container .title-escale {
  margin-bottom: 20px;
}
.flight-selection-container .flight-information {
  margin: 0px 0;
}
.flight-selection-container .flight-information .left {
  float: left;
}
.flight-selection-container .flight-information .after-clear:after {
  clear: both;
  display: block;
  content: '';
}
.flight-selection-container .flight-information .pre-space {
  margin-left: 5px;
}
.flight-selection-container .flight-information .info-margin {
  margin: 0 25px;
}
.flight-selection-container .flight-information .logo {
  display: inline;
}
.flight-selection-container .flight-information .logo img {
  margin-right: 10px;
}
.flight-selection-container .flight-information .escaleDuration {
  padding: 5px;
  margin: 10px 0;
  background: #ccc;
  -for-background: '@package_show-flight-selected-escale-bg-color';
}
.flight-selection-container .flight-information-escale {
  padding: 0 10px;
  background-color: #E0E0E0;
  -for-background-color: '@flight-selection-escale-bg-color';
  color: #333;
  -for-color: '@flight-selection-escale-text-color';
}
.flight-selection-container .flight-information-options ul {
  list-style: none;
  padding-left: 0;
}
.flight-selection-container .flight-information-options ul:after {
  content: '';
  clear: both;
  display: block;
}
.flight-selection-container .flight-information-options ul li {
  float: left;
  width: 50%;
}
/* Page styles
-----------------------*/
/* CSS definitions for the wrapping div */
.scrollFix {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}
.package-modal {
  display: none;
}
.package-modal.active {
  position: absolute;
  display: block;
  z-index: 600;
  -for-z-index: '@zIndex-6--package-modal';
  background-color: #transparent;
  -for-background-color: '@background-color-modal-popup-package';
}
.package-modal .date-selection {
  z-index: 700;
  -for-z-index: '@zIndex-7--package-modal__date-selection';
}
.overlay,
.package-overlay {
  opacity: 0.7;
  -for-opacity: '@package_show__overlay--opacity';
  background-color: #000;
  -for-background-color: '@package_show__overlay--bgcolor';
  width: 100%;
  height: 100%;
  /*z-index:10;*/
  top: 0;
  left: 0;
  position: fixed;
  cursor: pointer;
  display: none;
}
.package-show-lightbox {
  position: absolute;
}
.package-show {
  z-index: 11;
  /*Scafolding*/
}
.package-show h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}
.package-show h2 {
  font-size: 28px;
  font-weight: normal;
  margin-top: 15px;
}
.package-show .header-row {
  margin-bottom: 0px;
}
.package-show .info-block {
  width: 600px;
  float: left;
  height: 260px;
  position: relative;
  font-size: 14px;
}
.package-show .info-block p {
  margin: 0px;
  padding: 0px;
  line-height: 22px;
}
.package-show .info-block p.location {
  color: #9c9c9c;
}
.package-show .info-block p.location i {
  font-size: 16px;
  margin-right: 5px;
}
.package-show .info-block p.location .icon-map-marker {
  background-image: url('/dynamic/site1/images/icon-map-info.png');
  width: 8px;
  height: 14px;
  display: inline-block;
}
.package-show .info-block p.facebook {
  font-size: 11px;
}
.package-show .info-block p.facebook i {
  font-size: 16px;
  color: #3d5b99;
  margin-right: 5px;
}
.package-show .info-block .block-row {
  position: absolute;
  bottom: 0px;
  margin-left: -15px;
  -for-margin-left: '-@default-padding';
  margin-right: -15px;
  -for-margin-right: '-@default-padding';
}
.package-show .info-block .block-row div {
  float: left;
  height: 60px;
  font-size: 14px;
  font-weight: bold;
}
.package-show .info-block .block-row div:after {
  clear: both;
  content: '';
  display: block;
}
.package-show .info-block .block-row div p {
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
}
.package-show .info-block .block-row .duration {
  color: #3e3f3f;
  -for-color: '@package_show-description-duration-text-color';
  background: #c7c7c7;
  -for-background: '@package_show-description-duration-background-color';
  width: 175px;
}
.package-show .info-block .block-row .included {
  color: #3e3f3f;
  -for-color: '@package_show-description-include-text-color';
  background: #efefef;
  -for-background: '@package_show-description-include-background-color';
  width: 175px;
}
.package-show .info-block .block-row .price {
  background: #0091e3;
  -for-background: '@package_show-description-price-bakcground-color';
  width: 250px;
  color: white;
  -for-color: '@package_show-description-price-text-color';
}
.package-show .info-block .block-row .price .price-value {
  font-size: 18px;
  line-height: 14px;
}
.package-show .info-block .block-row .price p {
  text-align: left;
}
.package-show .info-block .block-row .price .gotoprice {
  color: white;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: normal;
  padding: 0px 15px 0px 20px;
  text-decoration: none;
  height: 60px;
  vertical-align: middle;
  line-height: 60px;
}
.package-show .info-block .block-row .price .gotoprice:hover {
  text-decoration: none;
}
.package-show .info-block .block-row .price .gotoprice i {
  height: 60px;
  width: 25px;
  background: url('/dynamic/site1/images/package-price-arrow.png') no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}
.package-show .photo-block {
  width: 540px;
  float: left;
  height: 260px;
  overflow: hidden;
  margin-left: 0px;
}
.package-show .photo-block .gallery {
  padding-left: 3px;
  padding-right: 3px;
}
.package-show .photo-block .gallery ul {
  float: left;
  padding: 0px;
  margin: 0px;
}
.package-show .photo-block .gallery ul li {
  cursor: pointer;
  list-style: none;
  width: 95px;
  /*height: 62px; As been removed - evernote 5*/
  margin-bottom: 3px;
  overflow: hidden;
}
.package-show .photo-block .photo {
  overflow: hidden;
  margin-left: 100px;
  width: 440px;
  height: 260px;
  position: relative;
  cursor: pointer;
  color: red;
}
.package-show .photo-block .photo:hover .zoom {
  opacity: 1;
}
.package-show .photo-block .photo .zoom {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: url('/dynamic/site1/images/package-show-zoom-photo.png');
  opacity: 0.7;
  transition: all 500ms;
}
.package-show .photo-block .photo .main_picture {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
}
.package-show .gallery-block {
  display: none;
  /*display: none;*/
}
.package-show .gallery-block .content {
  background: #403d38;
  -for-background: '@package_show-gallery-bg-color';
}
.package-show .gallery-block .content ul {
  margin: 0;
  padding: 0;
}
.package-show .gallery-block .content ul li {
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
  list-style: none;
  width: 95px;
  height: 62px;
  overflow: hidden;
  margin-bottom: 3px;
}
.package-show .gallery-block .content ul li:first-child {
  margin-left: 0px;
}
.package-show .gallery-block .content ul li.selected {
  border: 2px solid white;
}
.package-show .gallery-block .content .gallery-selected:after {
  clear: both;
  content: '';
  display: block;
}
.package-show .gallery-block .content .gallery-selected img {
  float: right;
  margin-left: 20px;
}
.package-show .expert-block {
  position: relative;
  background: #403d38;
  -for-background: '@expert-bg-color';
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white;
  -for-color: '@expert-text-color';
  min-height: 160px;
  padding: 15px;
}
.package-show .expert-block .content:after {
  clear: both;
  display: block;
  content: '';
}
.package-show .expert-block .image-container {
  float: left;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  border: 1px solid #908a81;
}
.package-show .expert-block .image-container img {
  border-radius: 50%;
  width: 125px;
  height: 125px;
}
.package-show .expert-block .text {
  margin-left: 170px;
}
.package-show .expert-block .text .title {
  /*text-decoration: underline*/
  font-size: 16px;
}
.package-show .expert-block .text p {
  font-size: 18px;
  font-family: museo-slab;
  line-height: 26px;
  margin-bottom: 0px;
}
.package-show .expert-block .expert-text-container {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding: 20px 20px ;
}
.package-show .data-block {
  line-height: 24px;
  font-size: 16px;
}
.package-show .calendar-block .search {
  background: #efefef;
  -for-background: '@package_show-search-bg-color';
  color: #515151;
  -for-color: '@package_show-search-label-color';
  margin-bottom: 15px;
}
.package-show .calendar-block .search:after {
  display: block;
  clear: both;
  content: '';
}
.package-show .calendar-block .search .content {
  padding: 15px;
  float: left;
}
.package-show .calendar-block .search .control-group {
  margin-bottom: 0px;
}
.package-show .calendar-block .search label {
  text-transform: uppercase;
}
.package-show .calendar-block .search select {
  padding: 8px 5px;
  background-color: #006dab;
  -for-background-color: '@package_show-search-field-bg-color';
  color: white;
  -for-color: '@package_show-search-field-text-color';
  width: 125px;
  height: 34px;
  border: none;
  border-radius: 0px;
}
.package-show .calendar-block .search input {
  padding: 8px 20px;
  background-color: #006dab;
  -for-background-color: '@package_show-search-field-bg-color';
  color: white;
  -for-color: '@package_show-search-field-text-color';
  width: 75px;
  border: none;
  border-radius: 0px;
}
.package-show .calendar-block .search .control-group {
  float: left;
  margin-right: 20px;
}
.package-show .calendar-block .search .search-btn {
  margin-top: 27px;
  margin-left: -15px;
}
.package-show .calendar-block .search .selected-package {
  float: right;
  width: 140px;
  background: #c7c7c7;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  min-height: 66px;
}
.package-show .calendar-block .search .selected-package .price {
  font-weight: bold;
  display: block;
}
.package-show .calendar-block .search .selected-package .date {
  font-size: 11px;
  display: block;
}
.package-show .calendar-block .room-type,
.package-show .calendar-block .flight-selection {
  border: 1px dashed #ccc;
  padding: 0 15px;
  margin-bottom: 15px;
}
.package-show .calendar-block .room-type ul,
.package-show .calendar-block .flight-selection ul {
  margin-left: 0px;
  padding-left: 0px;
}
.package-show .calendar-block .room-type ul li,
.package-show .calendar-block .flight-selection ul li {
  list-style: none;
}
.package-show .calendar-block .room-type ul li input,
.package-show .calendar-block .flight-selection ul li input {
  margin-right: 10px;
}
.package-show .searchEngine_flight_outboundAirport {
  color: white;
  -for-color: '@package_show-search-field-text-color';
  width: 220px;
  height: 60px;
}
.package-show .control-group.has-error .form-control,
.package-show .control-group.has-error .etField {
  background-color: #AB0000;
  -for-background-color: '@package_show-search-field-bg-color-error';
  color: #FFF;
  -for-color: '@package_show-search-field-bg-color-error-text';
}
.package-show .control-group.has-error .form-control::-webkit-input-placeholder {
  color: white;
}
.package-show .control-group.has-error .form-control:-moz-placeholder {
  color: white;
}
.package-show .control-group.has-error .form-control::-moz-placeholder {
  color: white;
}
.package-show .control-group.has-error .form-control:-ms-input-placeholder {
  color: white;
}
.package-show .control-group.has-error .controls .chosen-container-single .chosen-single {
  background-color: #AB0000;
  -for-background-color: '@package_show-search-field-bg-color-error';
  color: #FFF;
  -for-color: '@package_show-search-field-bg-color-error-text';
}
.package-show .control-group.outbound-form-group .chosen-container-single {
  width: 200px;
}
.package-show .control-group.outbound-form-group .chosen-drop {
  width: 400px;
}
.package-show .control-group .controls .button-input {
  right: 13px;
}
.package-show .control-group .controls .chosen-container-single .chosen-single {
  background-color: #006dab;
  -for-background-color: '@package_show-search-field-bg-color';
  background-image: none;
  color: white;
  -for-color: '@package_show-search-field-text-color';
  border: 0;
  height: 35px;
  line-height: 35px;
  box-shadow: none;
  border-radius: 0;
}
.package-show .control-group .controls .chosen-container-single .chosen-single b {
  background-position-y: 5px;
}
.package-show .control-group .controls .chosen-container-single .chosen-drop {
  color: #000000;
  border-radius: 0;
}
.package-show .flight-search h2 {
  font-size: 18px;
}
.map-block {
  font-family: "OpenSans", sans-serif !important;
  font-size: 14px !important;
  height: 700px;
  width: 100%;
  min-height: 285px !important;
}
.map-block .title {
  font-weight: bold;
}
.map-block iframe {
  width: 100%;
  height: 100%;
}
.availabilities-block form {
  margin: 0;
  padding: 0;
}
.availabilities-block .search {
  background: #045779;
  -for-background: '@high-base';
  color: white;
}
.availabilities-block .search form {
  margin: 0;
}
.availabilities-block .search:after {
  display: block;
  clear: both;
  content: '';
}
.availabilities-block .search .content {
  padding: 15px;
  float: left;
}
.availabilities-block .search label {
  color: white;
  font-weight: 100;
  opacity: 90;
  filter: alpha(opacity=9000);
}
.availabilities-block .search select {
  padding: 8px 10px;
  background-color: #006dab;
  -for-background-color: '@package_show-search-field-bg-color';
  color: white;
  -for-color: '@package_show-search-field-text-color';
  width: 125px;
  height: 34px;
  border: none;
}
.availabilities-block .search select#package_search_nb_passenger_template {
  width: 215px;
}
.availabilities-block .search input {
  padding: 8px 10px;
  background-color: #006dab;
  -for-background-color: '@package_show-search-field-bg-color';
  color: white;
  -for-color: '@package_show-search-field-text-color';
  width: 75px;
  border: none;
}
.availabilities-block .search .dateField {
  width: 100px;
  background-image: url('/dynamic/site1/images/pack_availability-searchengine-calendar.png');
  background-position: right 5px center;
  background-repeat: no-repeat;
}
.availabilities-block .search .control-group {
  margin-bottom: 0px;
  float: right;
  margin-right: 20px;
}
.availabilities-block .search .control-group.select {
  width: 150px;
}
.availabilities-block .search .control-group .controls .loading-autocomplete {
  position: absolute;
  margin: 6px 0px 0px 25px;
}
.availabilities-block .search .control-group .button-input {
  display: inline-block;
  position: absolute;
  line-height: 40px;
  top: -2px;
  right: 10px;
}
.availabilities-block .search .search-btn {
  margin-top: 24px;
  margin-left: -10px;
}
.availabilities-block .search .search-btn .btn {
  background-color: #428bca;
  -for-background-color: '@package_show-search-field-bg-color-button';
  color: #FFF;
  -for-color: '@package_show-search-field-text-color-button';
  padding: 8px 14px;
}
.availabilities-block .search .selected-package {
  float: right;
  width: 140px;
  background: transparent;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  min-height: 66px;
}
.availabilities-block .search .selected-package .price {
  font-weight: bold;
  display: block;
}
.availabilities-block .search .selected-package .date {
  font-size: 11px;
  display: block;
}
.availabilities-block .search .outbound-form-group input {
  width: 100%;
  border-radius: 0px;
  height: 36px;
}
.availabilities-block .search .outbound-form-group .controls {
  position: relative;
}
.availabilities-block .search .has-error select {
  background-color: #AB0000;
  -for-background-color: '@package_show-search-field-bg-color-error';
  color: #FFF;
  -for-color: '@package_show-search-field-bg-color-error-text';
}
.availabilities-block .room-type,
.availabilities-block .flight-selection {
  border: 1px dashed #ccc;
  padding: 0 15px;
  margin-bottom: 15px;
}
.availabilities-block .room-type ul,
.availabilities-block .flight-selection ul {
  margin-left: 0px;
  padding-left: 0px;
}
.availabilities-block .room-type ul li,
.availabilities-block .flight-selection ul li {
  list-style: none;
}
.availabilities-block .room-type ul li input,
.availabilities-block .flight-selection ul li input {
  margin-right: 10px;
}
.availabilities-block .availabilities-list {
  margin: 0 -10px 0 -10px;
}
.availabilities-block .availabilities-list p {
  padding: 10px;
}
.availabilities-block .availabilities-list #etLoadingPriceAvailability {
  float: none;
}
.availabilities-block .availabilities-list .pagingContainer {
  text-align: center;
}
.availabilities-block .availabilities-list .pagingContainer .pagingButton {
  position: relative;
  display: inline-block;
}
.availabilities-block .availabilities-list .pagingContainer .pagingButton.pagingButtonPrev {
  padding-top: 10px;
}
.availabilities-block .availabilities-list .pagingContainer .pagingButton.pagingButtonNext {
  padding-bottom: 6px;
}
.availabilities-block .availabilities-list .pagingContainer .pagingButton:hover .iconDirection {
  transition: all 200ms ease;
  color: #5a3a58;
  -for-color: '@package_show-availabilities-paging-hover-bg-color';
}
.availabilities-block .availabilities-list .pagingContainer .pagingButton:hover .icon-container {
  transition: all 200ms ease;
  background-color: #5a3a58;
  -for-background-color: '@package_show-availabilities-paging-hover-bg-color';
  color: white;
  -for-color: '@package_show-availabilities-paging-hover-text-color';
}
.availabilities-block .availabilities-list .pagingContainer .pagingButton .iconDirection {
  font-size: 26px;
  height: 14px;
  margin: 0;
  position: absolute;
  left: 12px;
  color: #3e3f3f;
  -for-color: '@package_show-availabilities-paging-text-color';
}
.availabilities-block .availabilities-list .pagingContainer .pagingButton .iconDirection.iconDirectionDown {
  bottom: 0;
}
.availabilities-block .availabilities-list .pagingContainer .pagingButton .iconDirection.iconDirectionUp {
  top: -19px;
}
.availabilities-block .availabilities-list .pagingContainer .pagingButton .icon-container {
  border-radius: 50%;
  background-color: #efefef;
  -for-background-color: '@package_show-availabilities-paging-bg-color';
  color: #3e3f3f;
  -for-color: '@package_show-availabilities-paging-text-color';
  width: 40px;
  height: 40px;
  display: block;
  padding-top: 8px;
  font-size: 16px;
}
.availabilities-block .availabilities-list table {
  width: 100%;
  font-size: 15px;
  margin: 10px 0;
  /* Flight row block
      -----------------------------------------------------------*/
}
.availabilities-block .availabilities-list table .availabilityRow.masked,
.availabilities-block .availabilities-list table .flightRow.masked {
  display: none;
}
.availabilities-block .availabilities-list table .availabilityRow td,
.availabilities-block .availabilities-list table .flightRow td {
  border-bottom: 1px solid #CCC;
}
.availabilities-block .availabilities-list table .availabilityRow td:first-child,
.availabilities-block .availabilities-list table .flightRow td:first-child {
  padding-left: 15px;
}
.availabilities-block .availabilities-list table .availabilityRow td:last-child,
.availabilities-block .availabilities-list table .flightRow td:last-child {
  padding-right: 15px;
}
.availabilities-block .availabilities-list table .availabilityRow td .btn,
.availabilities-block .availabilities-list table .flightRow td .btn {
  background-color: #EEE;
  -for-background-color: '@package_show-availability-line-default-btn-bg-color';
  color: #3e3f3f;
  -for-color: '@package_show-availability-line-default-btn-text-color';
}
.availabilities-block .availabilities-list table .availabilityRow td form,
.availabilities-block .availabilities-list table .flightRow td form {
  display: inline-block;
}
.availabilities-block .availabilities-list table .availabilityRow.active td {
  border: none;
  background-color: #efefef;
  -for-background-color: '@package_show-availability-line-active-bg-color';
}
.availabilities-block .availabilities-list table .availabilityRow.active td:first-child {
  border-left: 5px solid #045779;
  -for-border-left: '5px solid @package_show-availability-line-active-border-color';
}
.availabilities-block .availabilities-list table .availabilityRow.active .btn {
  background-color: #CCC;
  -for-background-color: '@package_show-availability-line-active-btn-bg-color';
  color: #3e3f3f;
  -for-color: '@package_show-availability-line-active-btn-text-color';
}
.availabilities-block .availabilities-list table .availabilityRow:hover td {
  transition: background-color 0.3s linear, border-left 0.3s linear;
  background-color: #efefef;
  -for-background-color: '@package_show-availability-line-hover-bg-color';
}
.availabilities-block .availabilities-list table .availabilityRow:hover td:first-child {
  border-left: 5px solid #045779;
  -for-border-left: '5px solid @package_show-availability-line-hover-border-color';
  padding-left: 15px;
}
.availabilities-block .availabilities-list table .availabilityRow:hover td .btn {
  transition: background-color 0.3s linear, color 0.3s linear;
  background-color: #CCC;
  -for-background-color: '@package_show-availability-line-hover-btn-bg-color';
  color: #3e3f3f;
  -for-color: '@package_show-availability-line-hover-btn-text-color';
}
.availabilities-block .availabilities-list table .availabilityRow.open td {
  border: none;
  background-color: #efefef;
  -for-background-color: '@package_show-availability-line-hover-bg-color';
}
.availabilities-block .availabilities-list table .availabilityRow.open td:first-child {
  border-left: 5px solid #045779;
  -for-border-left: '5px solid @package_show-availability-line-open-border-color';
}
.availabilities-block .availabilities-list table .availabilityRow.open .btn {
  background-color: #CCC;
  -for-background-color: '@package_show-availability-line-hover-btn-bg-color';
  color: #3e3f3f;
  -for-color: '@package_show-availability-line-hover-btn-text-color';
}
.availabilities-block .availabilities-list table .availabilityRow td {
  border-bottom: 1px dotted #CCC;
  line-height: 45px;
}
.availabilities-block .availabilities-list table .availabilityRow td:first-child {
  border-left: 5px solid transparent;
  -for-border-left: '5px solid @package_show-availability-line-default-border-color';
}
.availabilities-block .availabilities-list table .availabilityRow td:last-child {
  text-align: right;
  width: 313px;
  padding-left: 15px;
}
.availabilities-block .availabilities-list table .availabilityRow td.date {
  text-transform: capitalize;
}
.availabilities-block .availabilities-list table .availabilityRow td.price {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.availabilities-block .availabilities-list table .availabilityRow td.price .icon__information--package-availability {
  vertical-align: baseline;
  margin-left: 5px;
}
.availabilities-block .availabilities-list table .availabilityRow td.price .popover {
  line-height: 28px;
  font-size: 14px;
  font-weight: normal;
}
.availabilities-block .availabilities-list table .availabilityRow td .btn {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #EEE;
  -for-background-color: '@package_show-availability-line-default-btn-bg-color';
  color: #3e3f3f;
  -for-color: '@package_show-availability-line-default-btn-text-color';
}
.availabilities-block .availabilities-list table .availabilityRow td .btn-group {
  position: relative;
  line-height: initial;
}
.availabilities-block .availabilities-list table .availabilityRow td i {
  vertical-align: middle;
}
.availabilities-block .availabilities-list table .flightRow {
  transition: all 0.3s linear;
  height: 0;
  display: none;
  background: #efefef;
  -for-background: '@package_show-availability-line-hover-bg-color';
  padding-top: 10px;
  font-size: 14px;
}
.availabilities-block .availabilities-list table .flightRow > td {
  border-left: 5px solid #045779;
  -for-border-left: '5px solid @package_show-availability-line-active-border-color';
}
.availabilities-block .availabilities-list table .flightRow .title {
  text-transform: normal;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.availabilities-block .availabilities-list table .flightRow .title.title-escale {
  text-transform: none;
  text-align: left;
  margin-bottom: 0px;
}
.availabilities-block .availabilities-list table .flightRow .title a {
  color: #045779;
  -for-color: '@package_show-change_flight-color';
}
.availabilities-block .availabilities-list table .flightRow .title .bold {
  font-weight: bold;
}
.availabilities-block .availabilities-list table .flightRow .title span {
  font-weight: normal;
}
.availabilities-block .availabilities-list table .flightRow .title .separator {
  float: right;
  border-bottom: 1px dotted #CCC;
  width: 780px;
  height: 10px;
}
.availabilities-block .availabilities-list table .flightRow .title .separator.separator-wide {
  width: 900px;
}
.availabilities-block .availabilities-list table .flightRow.open {
  height: auto;
  display: table-row;
}
.availabilities-block .availabilities-list table .flightRow .flightInfo {
  vertical-align: top;
  padding-top: 10px;
}
/* CALENDAR */
/* ******** */
.calendar {
  margin: 0 auto;
  font-family: 'Open Sans';
}
.calendar .clndr .clndr-controls {
  display: block;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 22px;
}
.calendar .clndr .clndr-controls:before,
.calendar .clndr .clndr-controls:after {
  content: " ";
  display: table;
}
.calendar .clndr .clndr-controls:after {
  clear: both;
}
.calendar .clndr .clndr-controls:before,
.calendar .clndr .clndr-controls:after {
  content: " ";
  display: table;
}
.calendar .clndr .clndr-controls:after {
  clear: both;
}
.calendar .clndr .clndr-controls .clndr-previous-button {
  float: left;
  width: 10%;
  text-align: left;
  cursor: pointer;
}
.calendar .clndr .clndr-controls .month {
  float: left;
  width: 80%;
  text-transform: uppercase;
  text-align: center;
}
.calendar .clndr .clndr-controls .clndr-next-button {
  float: left;
  width: 10%;
  text-align: right;
  cursor: pointer;
}
.calendar .clndr .clndr-grid {
  text-align: center;
}
.calendar .clndr .clndr-grid:before,
.calendar .clndr .clndr-grid:after {
  content: " ";
  display: table;
}
.calendar .clndr .clndr-grid:after {
  clear: both;
}
.calendar .clndr .clndr-grid:before,
.calendar .clndr .clndr-grid:after {
  content: " ";
  display: table;
}
.calendar .clndr .clndr-grid:after {
  clear: both;
}
.calendar .clndr .clndr-grid .days {
  border-left: 1px solid #ccc;
}
.calendar .clndr .clndr-grid .header-day {
  float: left;
  width: 135px;
  -for-width: '@box-width';
  height: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #fff;
}
.calendar .clndr .clndr-grid .day {
  float: left;
  width: 135px;
  -for-width: '@box-width';
  height: 105px;
  -for-height: '@box-height';
  position: relative;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.calendar .clndr .clndr-grid .day .price.withFlight {
  background: url('/bundles/travelyofrontend/images/icons/with-flight.png');
  padding-left: 14px;
  background-repeat: no-repeat;
}
.calendar .clndr .clndr-grid .day .price.withoutFlight {
  background: url('/bundles/travelyofrontend/images/icons/without-flight.png');
  padding-left: 14px;
  background-repeat: no-repeat;
}
.calendar .clndr .clndr-grid .day.event {
  background-color: #B4E09F;
}
.calendar .clndr .clndr-grid .day.event .price a {
  display: none;
}
.calendar .clndr .clndr-grid .day.event:hover {
  cursor: pointer;
  background-color: #045779;
  -for-background-color: '@dominancy-color';
  color: white;
}
.calendar .clndr .clndr-grid .day.event:hover .price {
  margin-top: 15px;
}
.calendar .clndr .clndr-grid .day.event:hover .price a {
  text-decoration: none;
  display: block;
  background-color: #045779;
  -for-background-color: '@dominancy-color';
  padding: 2px 0px;
  color: white;
  margin: auto;
  margin-top: 3px;
  width: 100px;
  font-size: 12px;
}
.calendar .clndr .clndr-grid .day.event:hover .price a:hover {
  background-color: #067aaa;
}
.calendar .clndr .clndr-grid .day.selected {
  background-color: #067aaa;
}
.calendar .clndr .clndr-grid .price {
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
}
.calendar .clndr .clndr-grid .day-value {
  position: absolute;
  bottom: 0px;
  right: 3px;
  opacity: 0.4;
}
.calendar .clndr .clndr-grid .empty,
.calendar .clndr .clndr-grid .adjacent-month {
  float: left;
  width: 135px;
  -for-width: '@box-width';
  height: 105px;
  -for-height: '@box-height';
  background: #ddd;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.calendar .clndr .clndr-today-button {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.calendar .clndr .clndr-today-button:hover {
  background-color: #ddd;
}
#package-header-image {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.expert-background-fix {
  padding-right: 15px;
  padding-left: 15px;
}
select .disabled,
.chosen-results li.AirportDisabled,
.chosen-results li.PassengersDisabled,
.chosen-results li.DurationsDisabled {
  color: grey !important;
}
.chosen-container.chosen-container-single-nosearch .chosen-results {
  padding-top: 3px;
}
table.ui-datepicker-calendar td.DepratureUnAvailable a {
  color: grey;
}
/* CONTACT US MODAL
***************************************************/
.contact-us-modal .modal-dialog {
  width: 800px;
}
.contact-us-modal .modal-dialog .row {
  margin-bottom: 15px;
}
.contact-us-modal .modal-header .close {
  position: absolute !important;
  top: -17px;
  right: -17px;
  background-image: url('/dynamic/site1/images/x.png');
  width: 35px;
  height: 35px;
  cursor: pointer;
  opacity: 1;
}
.contact-form-modal #contactExpertBtn {
  position: static !important;
}
.contact-form-modal .select2-container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.contact-form-modal .select2-container a {
  height: 38px;
}
.contact-form-modal .select2-container a .select2-chosen {
  padding-top: 5px;
}
.contact-form-modal .error_msg {
  color: red;
  margin-top: 5px;
  clear: both;
}
#contact_expert_returnDate,
#contact_expert_departureDate {
  background-image: url('/dynamic/site1/images/searchengine-calendar.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.modal-footer.contact-form-modal {
  padding-bottom: 15px;
}
.contact-us-modal .innerrow .col-xs-24 {
  clear: both;
}
.contact-us-modal #contact_expert_freeText {
  clear: both;
  width: 100%;
  min-height: 200px;
}
.contact-us-modal .inputBorderRed {
  border: 1px solid red;
}
.contact-us-modal .thanks-contact {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 25px;
}
.contact-us-modal .select2-container {
  min-height: 40px;
}
.contact-us-modal ul {
  list-style-type: none;
}
.contact-us-modal label.select2-offscreen {
  display: none;
}
.contact-us-modal .form-group label {
  color: #000;
}
.contact-us-modal .form-group span.required_mark {
  color: red;
}
.contact-us-modal button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.contact-us-modal .modal-header .modal-title {
  color: #000;
}
.contact-us-modal .modal-content {
  min-height: 400px;
  color: #000;
}
.contact-us-modal .modal-content .modal-body {
  margin: 10px;
}
/* Search engine
---------------------------------- */
.search-availabilities-container {
  width: 100%;
}
.search-availabilities-wrapper {
  width: 100%;
}
.search-availabilities-wrapper:after {
  clear: both;
  content: '';
  display: block;
}
.form-wrapper .control-group {
  float: right;
}
.user-guidance {
  float: left;
  font-weight: 100;
  font-size: 18px;
  -for-font-size: '@package_show-search-userguidance-font-size';
  color: white;
  -for-color: '@package_show-search-userguidance-font-color';
}
.user-guidance .step-wrapper {
  margin-bottom: 5px;
}
.user-guidance .step {
  border: 2px solid white;
  -for-border: '2px solid @package_show-search-userguidance-font-color';
  border-radius: 50px;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
/* Menu
************************************/
.nav-wrapper {
  background-color: white;
  -for-background-color: '@package_show-menu-bg-color';
  width: 100%;
  position: relative;
}
.nav-wrapper.navbar,
.nav-wrapper .navbar {
  border: 0px;
}
.nav-wrapper:after {
  clear: both;
}
.nav-wrapper .navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}
.nav-wrapper ul li {
  list-style: none;
  float: left;
}
.nav-wrapper .description-nav {
  float: left;
}
.nav-wrapper .description-nav li a {
  color: #3e3f3f;
  -for-color: '@package_show-menu-font-color';
  font-size: 14px;
  -for-font-size: '@package_show-menu-font-size';
  background-color: white;
  -for-background-color: '@package_show-menu-elt-bg-color';
  border-bottom: 4px solid white;
  -for-border-bottom: '4px solid @package_show-menu-elt-bg-color';
}
.nav-wrapper .description-nav li a:hover {
  background-color: white;
  -for-background-color: '@package_show-menu-elt-hover-bg-color';
  border-color: #045779;
  -for-border-color: '@package_show-menu-elt-hover-border-color';
}
.nav-wrapper .description-nav li.selected a {
  background-color: white;
  -for-background-color: '@package_show-menu-elt-hover-bg-color';
  border-color: #045779;
  -for-border-color: '@package_show-menu-elt-hover-border-color';
}
.nav-wrapper li.map a {
  color: #3e3f3f;
  -for-color: '@package_show-menu-map-font-color';
  background-color: white;
  -for-background-color: '@package_show-menu-map-elt-bg-color';
  border-bottom: 4px solid white;
  -for-border-bottom: '4px solid @package_show-menu-map-elt-bg-color';
}
.nav-wrapper li.map a:hover {
  background-color: white;
  -for-background-color: '@package_show-menu-map-elt-hover-bg-color';
  border-color: #045779;
  -for-border-color: '@package_show-menu-map-elt-hover-border-color';
}
.nav-wrapper li.map.selected a {
  background-color: white;
  -for-background-color: '@package_show-menu-elt-hover-bg-color';
  border-color: #045779;
  -for-border-color: '@package_show-menu-elt-hover-border-color';
}
.nav-wrapper li.req-quote a {
  color: #3e3f3f;
  -for-color: '@package_show-menu-quote-font-color';
  background-color: white;
  -for-background-color: '@package_show-menu-quote-elt-bg-color';
  border-bottom: 4px solid white;
  -for-border-bottom: '4px solid @package_show-menu-quote-elt-bg-color';
}
.nav-wrapper li.req-quote a:hover {
  background-color: white;
  -for-background-color: '@package_show-menu-quote-elt-hover-bg-color';
  border-color: #045779;
  -for-border-color: '@package_show-menu-quote-elt-hover-border-color';
}
.nav-wrapper li.price a {
  color: #3e3f3f;
  -for-color: '@package_show-menu-price-font-color';
  background-color: white;
  -for-background-color: '@package_show-menu-price-elt-bg-color';
  border-bottom: 4px solid white;
  -for-border-bottom: '4px solid @package_show-menu-price-elt-bg-color';
}
.nav-wrapper li.price a:hover {
  background-color: white;
  -for-background-color: '@package_show-menu-price-elt-hover-bg-color';
  border-color: #045779;
  -for-border-color: '@package_show-menu-price-elt-hover-border-color';
}
.navbar-container.affix {
  top: 0px;
  z-index: 9999;
  background: url('/dynamic/site1/images/page-bg.png');
  width: 1140px;
  -for-width: '@container-lg-without-marge';
}
.package-modal .navbar-container.affix {
  background: transparent;
}
.package-modal .navbar-container.affix .nav-wrapper {
  box-shadow: rgba(0, 0, 0, 0.247059) 0px 0px 7px 0px, rgba(0, 0, 0, 0.0980392) 0px -1px 0px 0px inset;
}
.package-show .loadingFlight {
  background: url('/dynamic/site1/images/package_show-loading-flight.gif');
  height: 11px;
  width: 16px;
}
.flightContainer {
  min-height: 140px;
  -for-min-height: '@package_show-flight_container_min_height';
  width: 100%;
}
.flightContainer .flight-detail-loading {
  min-height: 140px;
  -for-min-height: '@package_show-flight_container_min_height';
  width: 100%;
  background: url('/dynamic/site1/images/package_show_background_loading_anim_free_size.gif') no-repeat;
}
.pointer {
  cursor: pointer;
}
.availabilities-block .search .outbound-form-group .package_search__label_checkbox {
  display: inline-block;
  height: auto;
  width: auto;
  text-align: top;
}
.availabilities-block .search .outbound-form-group input:disabled {
  opacity: 0.7;
}
#package_slideshow_modal {
  /* jssor slider thumbnail navigator skin 02 css */
  /*
  .jssort02 .p            (normal)
  .jssort02 .p:hover      (normal mouseover)
  .jssort02 .pav          (active)
  .jssort02 .pav:hover    (active mouseover)
  .jssort02 .pdn          (mousedown)
  */
}
#package_slideshow_modal .jssor-loader {
  background: url('/dynamic/site1/images/loader-results.gif');
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#package_slideshow_modal .modal-dialog {
  width: 960px;
}
#package_slideshow_modal .modal-dialog .close {
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url('/dynamic/site1/images/x.png');
  border: 0px;
  float: right;
  margin-top: -19px;
  margin-right: -17px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
}
#package_slideshow_modal .modal-body {
  padding: 0;
}
#package_slideshow_modal .jssort02 .w {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#package_slideshow_modal .jssort02 .w img {
  width: 95px !important;
  height: 62px !important;
}
#package_slideshow_modal .jssort02 .c {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 95px;
  height: 62px;
  border: #000 2px solid;
}
#package_slideshow_modal .jssort02 .p:hover .c,
#package_slideshow_modal .jssort02 .pav:hover .c,
#package_slideshow_modal .jssort02 .pav .c {
  background: url('/dynamic/site1/images/jssor-t01.png') center center;
  border-width: 0px;
  top: 2px;
  left: 2px;
  width: 95px;
  height: 62px;
}
#package_slideshow_modal .jssort02 .p:hover .c,
#package_slideshow_modal .jssort02 .pav:hover .c {
  top: 0px;
  left: 0px;
  width: 97px;
  height: 64px;
  border: #fff 1px solid;
}
/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l              (normal)
.jssora05r              (normal)
.jssora05l:hover        (normal mouseover)
.jssora05r:hover        (normal mouseover)
.jssora05ldn            (mousedown)
.jssora05rdn            (mousedown)
*/
.jssora05l,
.jssora05r,
.jssora05ldn,
.jssora05rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url('/dynamic/site1/images/package-gallery-arrow.png') no-repeat;
  overflow: hidden;
}
.jssora05l {
  background-position: -10px -40px;
}
.jssora05r {
  background-position: -70px -40px;
}
.jssora05l:hover {
  background-position: -130px -40px;
}
.jssora05r:hover {
  background-position: -190px -40px;
}
.jssora05ldn {
  background-position: -250px -40px;
}
.jssora05rdn {
  background-position: -310px -40px;
}
#package_slideshow {
  margin: 0 !important;
}
.modal-backdrop {
  /**display: none;*/
}
.flight-line,
.flight-line-selected {
  height: 40px;
  width: 1000px;
}
.flight-line .price,
.flight-line-selected .price {
  float: left;
  width: 70px;
}
.flight-line .company-logo,
.flight-line-selected .company-logo,
.flight-line .hours,
.flight-line-selected .hours,
.flight-line .stops,
.flight-line-selected .stops {
  float: left;
  width: 175px;
}
.flight-line .details,
.flight-line-selected .details {
  width: 250px;
  float: left;
}
.flight-line:after,
.flight-line-selected:after {
  clear: both;
}
#etFlightOutboundSelected {
  width: 930px;
  background-color: #EFEFEF;
  padding: 5px;
}
#etFlightOutboundSelected:after {
  clear: both;
}
#formFilter li.filter-group {
  float: left;
}
#formFilter li.filter-group .dropdown-menu {
  padding-left: 5px;
  padding-right: 10px;
  white-space: nowrap;
}
#formFilter li.filter-group #etOutboundTimeFilter {
  width: 250px;
}
#formFilter li.filter-group #etOutboundTimeFilter .slider-block {
  width: 180px;
}
#searchEngine {
  display: none;
}
#flightModal {
  z-index: 1070;
}
#flightModal .etcol10 {
  width: 430px;
}
#flightModal .price-block .content {
  width: 270px;
}
.luggage_info_popup {
  z-index: 1080 !important;
}
/* Vols direct

Block displayed next to the search engine displaying the price of a direct flight linking to
the flexible date modal

-----------------------------------------------------------------------------------------------------------------------/
*/
.vols-direct {
  width: 100%;
  height: 60px;
  overflow: hidden;
  background-color: white;
  -for-background-color: '@white-block-background';
}
.vols-direct .vols-direct-text {
  color: #F99B16;
  -for-color: '@flight-flexible-bar-price';
  font-size: 14px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}
.vols-direct .vols-direct-btn {
  float: right;
  width: 100px;
  height: 60px;
  position: relative;
  background-color: #F99B16;
  -for-background-color: '@flight-flexible-bar-price';
  color: white;
  -for-color: '@white-block-background';
  text-align: center;
  font-size: 18px;
  -for-font-size: '@title-block-side';
  vertical-align: middle;
  padding-top: 6px;
  cursor: pointer;
}
.vols-direct .calendar {
  background-image: url('/dynamic/site1/images/date.png');
  width: 22px;
  height: 22px;
  margin-top: 3px;
  vertical-align: bottom;
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -11px;
}
.vols-direct .calendar.calendar-rtl {
  display: none;
}
/* Flexible dates modal

----------------------------------------------------------------------------------------------------------------------*/
#flexibledates-btn-container .col-xs-5 {
  padding-left: 0px;
}
/* New layout (above to be removed)*/
.loading-block,
.flexdate-block,
.modify-search {
  background-color: white !important;
  -for-background-color: '@price-tag-text-color !important';
}
.loading-block .content,
.flexdate-block .content,
.modify-search .content {
  padding: 7px !important;
}
.flexible-date .modal-dialog {
  width: 935px !important;
}
.flexible-date .modal-dialog .close {
  height: 35px;
  width: 35px;
  position: absolute;
  float: none;
  right: -17px;
  top: -17px;
  background: url('/dynamic/site1/images/x.png');
  z-index: 999;
}
.flexible-date .modal-dialog .modal-header {
  text-align: center;
  font-family: museo-slab;
  font-size: 16px;
  line-height: 30px;
}
.flexible-date .modal-dialog .modal-content {
  overflow: hidden;
}
.flexible-date .modal-dialog .modal-body {
  /*max-height: 500px !important;*/
  background-color: #F5F5F5;
}
.flexible-date .modal-dialog .modal-body .inbound-title,
.flexible-date .modal-dialog .modal-body .outbound-title {
  font-family: museo-slab;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
}
.flexible-date .modal-dialog .modal-body .hoverdCell {
  background-color: grey !important;
}
.flexible-date .modal-dialog .modal-body .outbound-dates {
  margin-right: 10px;
}
.flexible-date .modal-dialog .modal-body .inbound-dates {
  margin-bottom: 10px;
}
.flexible-date .modal-dialog .modal-body .inbound-dates,
.flexible-date .modal-dialog .modal-body .outbound-dates,
.flexible-date .modal-dialog .modal-body .prices {
  padding: 0px;
  border-spacing: 0;
  border-collapse: collapse;
}
.flexible-date .modal-dialog .modal-body .inbound-dates td,
.flexible-date .modal-dialog .modal-body .outbound-dates td {
  padding: 0px;
  border: 1px solid #011016;
}
.flexible-date .modal-dialog .modal-body .prices td {
  padding: 0px;
  border: 1px solid #3e3f3f;
  -for-border: '1px solid @dark-gray';
}
.flexible-date .modal-dialog .modal-body .prices td.cheapest a {
  color: white;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: -o-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: linear-gradient(to bottom, #62c462 0%, #51a351 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  font-weight: normal;
}
.flexible-date .modal-dialog .modal-body .prices td.cheapest a:hover {
  color: white;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: -o-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: linear-gradient(to bottom, #62c462 0%, #51a351 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  font-weight: normal;
}
.flexible-date .modal-dialog .modal-body .prices td.current a {
  color: white;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: -o-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: linear-gradient(to bottom, orange 0%, #e69500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa500', endColorstr='#ffe69500', GradientType=0);
  font-weight: normal;
}
.flexible-date .modal-dialog .modal-body .prices td.current a:hover {
  color: white;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: -o-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: linear-gradient(to bottom, orange 0%, #e69500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa500', endColorstr='#ffe69500', GradientType=0);
  font-weight: normal;
}
.flexible-date .modal-dialog .modal-body .prices td a:hover {
  color: white;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #ebeeef 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #ebeeef 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #ebeeef 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebeeef', endColorstr='#ffe9e9e9', GradientType=0);
  color: #045779;
  -for-color: '@high-base';
  font-weight: normal;
}
.flexible-date .modal-dialog .modal-body .prices td a:hover {
  text-decoration: none;
}
.flexible-date .modal-dialog .modal-body .date-label,
.flexible-date .modal-dialog .modal-body .empty-cell,
.flexible-date .modal-dialog .modal-body a {
  padding: 0px;
  width: 50px;
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: center;
  background-color: #F5F5F5;
}
.flexible-date .modal-dialog .modal-body .date-label {
  background: #045779 !important;
  -for-background: '@high-base !important';
  color: white;
}
.flexible-date .modal-dialog .modal-body .legend {
  font-size: 11px;
}
.flexible-date .modal-dialog .modal-body .legend > div {
  display: inline-block;
  margin-right: 15px;
}
.flexible-date .modal-dialog .modal-body .legend .demo {
  height: 15px;
  width: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.flexible-date .modal-dialog .modal-body .legend .current .demo {
  background-image: -webkit-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: -o-linear-gradient(top, orange 0%, #e69500 100%);
  background-image: linear-gradient(to bottom, orange 0%, #e69500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa500', endColorstr='#ffe69500', GradientType=0);
}
.flexible-date .modal-dialog .modal-body .legend .cheapest .demo {
  background-image: -webkit-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: -o-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: linear-gradient(to bottom, #62c462 0%, #51a351 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
}
.flexible-dates__date-row__container {
  vertical-align: top;
}
.flexible-dates__outbound__title__container {
  vertical-align: top;
  width: 40px;
  position: relative;
}
.flexible-dates__outbound__title {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 300px;
  right: inherit;
  text-align: right;
  transform: translateX(-100%) rotate(-90deg) translateY(0%);
  transform-origin: 100% 0%;
}
.flexible-dates__legend__container {
  text-align: right;
}
/* Modify Search block
TODO: move to a separate less file
----------------------------------------------------------------------------------------------------------------------*/
.modify-search {
  /*<< advanced-search >>*/
}
.modify-search.block {
  margin-bottom: 0px;
}
.modify-search .search_button {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.modify-search.block {
  margin-bottom: 0px;
}
.modify-search .extender .plus {
  display: inline !important;
}
.modify-search .extender .minus {
  display: none !important;
}
.modify-search .minimizer .plus {
  display: none;
}
.modify-search .minimizer .minus {
  display: inline;
}
.modify-search .line-2 {
  margin-top: 5px;
}
.modify-search .line-2 .group-label {
  margin-left: 0px;
}
.modify-search .toggle-icon {
  background-color: #d5d5d5;
  -for-background-color: '@light-gray-plus1';
  height: 100%;
  margin-top: -7px;
  color: white;
  -for-color: '@price-tag-text-color';
  padding: 0 15px;
  font-size: 14px;
  -for-font-size: '@font-size-base';
  position: absolute;
  right: 0;
  cursor: pointer;
}
.modify-search .toggle-icon:hover {
  background-color: #d2d2cd;
  -for-background-color: '@light-gray-plus_dk';
}
.modify-search .advanced-search {
  margin-top: 10px;
}
.modify-search .advanced-search .group-label {
  margin-right: 5px;
}
.modify-search .advanced-search #search_engine_search_engine_flight_classes {
  width: auto;
}
.modify-search .flight-icon-container {
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}
.modify-search.regular .toggle-icon {
  line-height: 34px;
}
.modify-search.openjaw .toggle-icon {
  line-height: 78px;
}
.clr {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.relative {
  position: relative;
}
.display-block {
  display: block;
}
.bold {
  font-weight: bold;
}
.ajaxLoader {
  background-image: url("/dynamic/site1/images/loader-results.gif");
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  margin: 0 auto;
}
#bookForm {
  display: none;
}
.extender .plus {
  display: none !important;
}
.extender .minus {
  display: none !important;
}
.minimizer .plus {
  display: none;
}
.minimizer .minus {
  display: none;
}
.loader-small {
  background-image: url('/dynamic/site1/images/loader-small.gif') !important;
}
.feature-flight-search-box {
  width: 100%;
  background-color: #f8f6f7;
  border: 1px solid #D3CDCD;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
  position: relative;
}
.feature-flight-search-box .feature-flight-pax-form .left {
  width: 150px;
}
.feature-flight-search-box .price-may-change {
  text-align: left;
  position: absolute;
  left: 10px;
  color: gray;
  bottom: 5px;
}
.feature-flight-search-box h3 {
  margin: 0;
  padding: 10px;
  display: inline-block;
}
.feature-flight-search-box .wrap-pass {
  display: inline-block;
  width: 380px;
  padding: 5px 5px 0px 0;
}
.feature-flight-search-box select {
  margin: 5px;
  width: 45px;
}
.feature-flight-search-box .price-search-wrap {
  width: 377px;
  padding: 0 5px;
  display: inline-block;
}
.feature-flight-search-box .price-search-wrap .price {
  color: #f99b16;
  float: left;
  font-size: 20px;
  padding: 5px;
  padding-top: 0px;
}
.feature-flight-search-box .price-search-wrap .btn-search {
  background-color: #2b9be3;
  color: white;
  width: 100px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  float: right;
  line-height: 1.5;
  cursor: pointer;
}
.feature-flight-search-box .loader {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  float: right;
  background: url('/dynamic/site1/images/loader-30x30.gif') no-repeat;
}
.feature-flight-search-box:after {
  content: '';
  display: none;
  position: absolute;
  right: 90px;
  width: 20px;
  height: 20px;
  background: #f8f6f7;
  border-left: 1px solid #D3CDCD;
  border-bottom: 1px solid #D3CDCD;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.no-result-notice-container {
  display: none;
}
.no-result-notice-container .no-result-notice {
  height: 65px;
  border: 1px dashed #d5d5d5;
  -for-border: '1px dashed @light-gray-plus1';
  line-height: 65px;
  text-align: center;
  font-size: 21px;
  color: #045779;
  -for-color: '@dominancy-color';
  margin: 5px 0;
  margin-bottom: 10px;
}
#noFavoritesBtn {
  cursor: pointer;
}
.tooltip-inner {
  white-space: nowrap;
}
.search_button {
  line-height: 22px;
}
.results-content {
  background-color: white;
}
.btn-results-price {
  font-size: 22px;
  -for-font-size: '@font-size-ml';
  padding: 0;
  height: 40px;
  text-align: left;
  border: none;
  background-image: none;
  border-radius: 0px;
  margin-top: 7px;
  margin-right: 7px;
  width: 115px;
  text-shadow: none;
  box-shadow: none;
  color: #045779;
  -for-color: '@dominancy-color';
  background-color: #f8f6f7;
  -for-background-color: '@return-flight-btn-bg';
  line-height: 2;
  padding-left: 10px;
}
.btn-results-price:hover {
  color: #045779;
  -for-color: '@dominancy-color';
}
.btn-results-price .price-arrow {
  background-image: url('/dynamic/site1/images/blue-left-arrow.png');
  width: 14px;
  height: 18px;
  margin-top: 12px;
  margin-right: 5px;
}
.btn-book {
  color: white;
  -for-color: '@flight_result-book-text-color';
  background-color: #F99B16;
  -for-background-color: '@flight_result-book-background-color';
  width: 150px !important;
  margin-left: 5px;
  text-align: center;
  padding-left: 0;
}
.btn-book:hover {
  background-color: #F99B16 !important;
  -for-background-color: '@flight_result-book-hover-background-color !important';
  color: white;
  -for-color: '@flight_result-book-hover-text-color';
}
.btn-search-box {
  border-radius: 0px;
  background-color: #045779;
  -for-background-color: '@dominancy-color';
}
.filter {
  margin-top: 7px;
  padding-left: 7px;
  background-color: #ccc;
  -for-background-color: '@filter-bg';
}
.filter .block-title {
  font-size: 12px;
}
.filter .block-title-unbind {
  font-size: 12px;
}
.filter .company-price {
  float: right;
}
.filter.small {
  display: none;
}
.filter.big {
  background-color: blue;
}
.filter .dropdown-menu {
  display: block;
}
.filter .dropdown-menu a:hover {
  color: black !important;
  background: white;
}
.filter .dropdown-menu ul {
  padding-left: 15px;
}
.filter .dropdown-menu-slider {
  padding-right: 0px;
}
.filter .dropdown-menu-slider .slider {
  padding-right: 60px;
  background: #3E3F3F;
}
.filter .dropdown-menu-slider .slider-block {
  margin-bottom: 10px;
}
.filter .slider {
  margin: 5px 0px;
}
.filter .slider .ui-slider-handle {
  cursor: pointer;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border: 0px;
  padding: 0px !important;
}
.filter .prefix {
  font-weight: bold;
}
.filter .filter__loading {
  text-align: center;
  line-height: 70px;
  width: 100%;
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
}
.filter > ul {
  display: inline-block;
  padding: 10px;
  margin: 0px;
  background-color: #ccc;
  -for-background-color: '@filter-bg';
}
.filter > ul > li {
  cursor: pointer;
  display: inline-block;
  margin-right: 3px;
  color: #000;
  -for-color: '@black';
}
.filter > ul > li i {
  margin-right: 3px;
}
.filter > ul > li .title {
  font-weight: bold;
}
.filter > ul > li .selection-icon {
  background-image: url('/dynamic/site1/images/star.png');
  width: 22px;
  height: 23px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.filter .item-filter-inner {
  line-height: 36px;
  cursor: pointer;
}
.filter .item-filter-inner .item-filter-icon {
  background-image: url('/dynamic/site1/images/black-down-arrow-small.png');
  width: 8px;
  height: 6px;
  margin-right: 3px;
  cursor: pointer;
  text-align: left;
  display: inline-block;
}
.filter .item-filter-inner.active {
  color: #2b9be3;
  -for-color: '@dark-blue';
}
.filter .item-filter-inner.active .item-filter-icon {
  background-image: url('/dynamic/site1/images/blue-down-arrow-small.png');
}
.filter .box-filte-open {
  position: relative;
  background-color: white;
  -for-background-color: '@white-block-background';
  z-index: 9999;
}
.filter .box-filte-open > ul {
  list-style: none;
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
}
.filter .box-filte-open > ul > li {
  width: 100%;
  cursor: pointer;
}
.filter .box-filte-open > ul > li label {
  padding: 2px 0px 2px 10px;
  margin: 0px;
}
.filter .box-filte-open > ul > li > span {
  padding: 10px;
}
.filter .airport_list_filter li {
  list-style: none;
}
.filter .airport_list_filter li strong {
  text-align: center;
}
.filter .ui-state-default {
  background: #045779;
  -for-background: '@high-base';
}
.content-filter .dropdown-menu {
  min-width: 220px;
}
.content-filter .dropdown-menu ul {
  padding-left: 0px;
}
.content-filter .dropdown-menu ul li {
  margin: 0;
}
.content-filter .dropdown-menu ul li a {
  display: block;
  padding: 0px 15px 0px 30px;
}
.content-filter .dropdown-menu ul li a.dropdown-menu-group-header {
  padding-left: 10px;
}
.content-filter .dropdown-menu ul li a input[type="checkbox"] {
  margin-left: -20px;
}
.content-filter .dropdown-menu ul li a label {
  margin: 0 0 5px 0;
}
#formFilter {
  margin-bottom: 0;
}
#formFilter.openjaw-filters {
  margin-top: 0;
  margin-bottom: 0px;
}
#formFilter.openjaw-filters .filtersContainer .block .content {
  padding: 20px;
}
#formFilter.openjaw-filters .filtersContainer .block h1 {
  font-size: 26px;
}
#formFilter.openjaw-filters .filtersContainer .block .subtitle {
  font-size: 18px;
}
#formFilter.openjaw-filters .filtersContainer .block .content {
  padding: 20px;
}
#formFilter.openjaw-filters .filtersContainer .block h1 {
  font-size: 26px;
}
#formFilter.openjaw-filters .filtersContainer .block .subtitle {
  font-size: 18px;
}
#formFilter .filter-group .closeFilterBtn {
  width: 35px;
  height: 35px;
  background-image: url('/dynamic/site1/images/x.png');
  margin-top: -19px;
  margin-right: -17px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
#formFilter .filter-group .company_list_filter {
  width: 250px;
}
#formFilter .filter-group.active .filtersTopBtn {
  background-image: url("/dynamic/site1/images/loader-medium.gif");
  background-repeat: no-repeat;
}
.block-filter {
  /* Disabled state */
}
.block-filter #filter-loader {
  display: none;
  background: url('/dynamic/site1/images/loader-bars.gif');
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 0px 4px;
  height: auto;
}
.block-filter ul {
  padding-left: 0px;
}
.block-filter ul .filter-group {
  list-style: none;
  position: relative;
}
.block-filter ul .filter-group .block-title {
  border-top: 1px solid #d5d5d5;
  -for-border-top: '1px solid @filter-seprator-line-color';
  color: #3e3f3f;
  -for-color: '@dark-gray';
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  -moz-box-sizing: border-box;
  -for--moz-box-sizing: '@type';
  -webkit-box-sizing: border-box;
  -for--webkit-box-sizing: '@type';
  box-sizing: border-box;
  -for-box-sizing: '@type';
}
.block-filter ul .filter-group .block-title span {
  right: 10px;
}
.block-filter ul .filter-group .block-title i {
  margin-right: 5px;
}
.block-filter ul .filter-group .content-filter {
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.4);
  border-top: 1px solid #E5E6E6;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}
.block-filter ul .filter-group ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.block-filter ul .filter-group ul li {
  list-style: none;
}
.block-filter ul .filter-group ul li label {
  font-size: 12px;
}
.block-filter ul .filter-group ul li .company-price {
  float: right;
}
.block-filter ul .filter-group ul input {
  vertical-align: text-top;
  margin-right: 5px;
}
.block-filter .slider-block {
  margin-bottom: 10px;
}
.block-filter .slider_label {
  text-align: center;
}
.block-filter .ui-slider-range {
  background: #045779;
  -for-background: '@high-base';
  background-color: #045779;
  -for-background-color: '@high-base';
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
.block-filter .ui-slider-horizontal {
  height: 7px;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.65) inset;
}
.block-filter.disabled {
  color: #d5d5d5 !important;
  -for-color: '@light-gray-plus1 !important';
}
.block-filter.disabled .block-title,
.block-filter.disabled label,
.block-filter.disabled a {
  color: #d5d5d5 !important;
  -for-color: '@light-gray-plus1 !important';
}
.block-filter.disabled .ui-slider-handle {
  background: #d5d5d5 !important;
  -for-background: '@light-gray-plus1 !important';
  border: #d5d5d5 !important;
  -for-border: '@light-gray-plus1 !important';
}
.block-filter.disabled .ui-widget-content {
  background: #E7E7E7 !important;
}
.block-filter.disabled .overlay-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.loader-small {
  background-image: url('/dynamic/site1/images/loader-small.gif') !important;
}
.company_list_filter label .label__value {
  width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
  zoom: 1;
  display: inline-block;
}
.filter {
  height: 70px;
  padding: 0px !important;
  margin: 0px !important;
  margin: 15px 0px !important;
}
.filter .filter__title {
  font-size: 14px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filter > ul {
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
}
.filter > ul > li {
  /*padding: 5px 0 0 0;*/
  float: left;
  position: relative;
}
.filter > ul > li i {
  margin: 0;
}
.filter > ul > li i:before {
  margin: 0 0 0 0px;
}
.filter > ul > li i.icon--filter--big {
  width: 100%;
  height: 40px;
  background-position: left 50%;
}
.filter > ul > li i.icon--filter--alt {
  width: 35px;
  height: 30px;
}
.filter > ul > li.filter--vendor i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-vendor.png');
  background-repeat: no-repeat;
  background-position: 40px 50%;
}
.filter > ul > li.filter--time i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-time.png');
  background-repeat: no-repeat;
  background-position: 30px 50%;
}
.filter > ul > li.filter--duration i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-duration.png');
  background-repeat: no-repeat;
  background-position: 45px 50%;
}
.filter > ul > li.filter--airport i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-airport.png');
  background-repeat: no-repeat;
  background-position: 35px 50%;
}
.filter > ul > li.filter--escale-city i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-escale-city.png');
  background-repeat: no-repeat;
  background-position: 35px 50%;
}
.filter > ul > li.filter--favorite i.icon--filter--big {
  background-image: url('/dynamic/site1/images/flight-filter-favorite.png');
  background-repeat: no-repeat;
  background-position: 45px 50%;
}
.filter > ul > li.filter--escale {
  text-align: center;
  height: 70px;
}
.filter > ul > li.filter--escale i.icon--filter--alt {
  background-image: url('/dynamic/site1/images/flight-filter-escale-number.png');
  background-repeat: no-repeat;
  background-position: 10px -5px;
}
.filter > ul > li.filter--escale .filter__title {
  padding: 5px 0 0 10px;
}
.filter > ul > li.filter--escale:hover {
  background-color: #e5e5e5;
  -for-background-color: '@base__color--gray--light7';
}
.filter > ul > li.filter--vendor,
.filter > ul > li.filter--time,
.filter > ul > li.filter--duration,
.filter > ul > li.filter--airport,
.filter > ul > li.filter--escale-city,
.filter > ul > li.filter--favorite {
  text-align: center;
  width: 110px;
  height: 70px;
}
.filter > ul > li.filter--vendor:hover,
.filter > ul > li.filter--time:hover,
.filter > ul > li.filter--duration:hover,
.filter > ul > li.filter--airport:hover,
.filter > ul > li.filter--escale-city:hover,
.filter > ul > li.filter--favorite:hover {
  background-color: #e5e5e5;
  -for-background-color: '@base__color--gray--light7';
}
.filter > ul ul.filter__check-list {
  position: relative;
  top: 7px;
  padding: 0px;
  margin: 0px;
  height: 30px;
  overflow: hidden;
}
.filter > ul ul.filter__check-list.filter__check-list--escale {
  list-style-type: none;
}
.filter > ul ul.filter__check-list.filter__check-list--escale li {
  float: left;
  height: 30px;
  padding: 0 5px;
  margin: 0 2px 0 0;
  line-height: 30px;
  background-color: #e5e5e5;
  -for-background-color: '@base__color--gray--light7';
}
.filter > ul ul.filter__check-list.filter__check-list--escale li i.fa.fa-check,
.filter > ul ul.filter__check-list.filter__check-list--escale li i.fa.fa-spinner {
  display: none;
  margin: 0px;
  width: 20px;
}
.filter > ul ul.filter__check-list.filter__check-list--escale li .filter__check-list__text {
  width: 20px;
  line-height: 30px;
  display: inline;
  zoom: 1;
  display: inline-block;
  /*.mix__text-ellipsis;*/
}
.filter > ul ul.filter__check-list.filter__check-list--escale li.state__extended--width {
  width: auto;
}
.filter > ul ul.filter__check-list.filter__check-list--escale li.state__extended--width .filter__check-list__text {
  width: auto;
}
.filter > ul ul.filter__check-list.filter__check-list--escale li:hover,
.filter > ul ul.filter__check-list.filter__check-list--escale li.js__state__selected {
  background-color: #775c75;
  -for-background-color: '@ui__filter__check-list--hover--bg-color';
  color: #ffffff;
  -for-color: '@ui__filter__check-list--hover--color';
}
.filter > ul ul.filter__check-list.filter__check-list--escale li.js__state__selected {
  background-color: #775c75;
  -for-background-color: '@ui__filter__check-list--hover--bg-color';
  color: #ffffff;
  -for-color: '@ui__filter__check-list--hover--color';
}
.filter > ul ul.filter__check-list.filter__check-list--escale li.js__state__selected .fa.fa-check,
.filter > ul ul.filter__check-list.filter__check-list--escale li.js__state__selected .fa.fa-spinner {
  display: inline-block;
  line-height: 30px;
}
.filter > ul ul.filter__check-list.filter__check-list--escale li.js__state__selected .filter__check-list__text {
  padding-right: 5px;
}
.filter__header {
  max-width: 280px;
  padding: 0 25px;
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 67px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flight.flight--inbound .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight---inbound--plain.png');
  background-repeat: no-repeat;
}
.flight.flight--outbound .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight---outound--plain.png');
  background-repeat: no-repeat;
}
.flight .tooltip__wrapper {
  display: none;
}
.flight__data {
  padding-left: 15px;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper {
  width: 330px;
  position: absolute;
  z-index: 100;
  -for-z-index: '@zIndex-1--flight__data__time__wrapper';
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper > li {
  display: none;
  position: relative;
  width: 302px;
  padding: 0 10px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper > li:first-child {
  border-top: 1px solid transparent;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper > li.selected {
  display: block;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper > li.selected {
  display: block;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .flight__data__options {
  width: 25px;
  height: 25px;
  float: left;
  display: none;
  position: absolute;
  right: -8px;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .flight__data__options.combined-clock {
  display: block;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .flight__data__options i.options__alarm {
  background-image: url('/dynamic/site1/images/option-clock.png');
  background-repeat: no-repeat;
  width: 25px;
  height: 23px;
  display: block;
  position: relative;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .flight__data__options i.options__alarm__arrow {
  background-image: url('/dynamic/site1/images/option-clock__down-angle.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 5px;
  position: absolute;
  top: 26px;
  left: 3px;
  display: inline;
  zoom: 1;
  display: inline-block;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .icon.icon--direction--arrow {
  display: none;
  /*← | → */
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper .icon.icon--direction--arrow:after {
  content: '→';
  position: absolute;
  right: 50%;
  margin-right: -6px;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper:hover {
  z-index: 400;
  -for-z-index: '@zIndex-4--flight__data__time__wrapper-hover';
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered > li {
  display: block;
  background-color: #ffffff;
  -for-background-color: '@base__color--white';
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  color: #333333;
  -for-color: '@base__body--color';
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered > li:hover {
  background-color: #f8f8f8;
  -for-background-color: '@base__color--gray--light4';
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered > li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered > li .flight__data__time {
  color: #333333;
  -for-color: '@base__body--color';
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered .icon.icon--direction--arrow {
  display: block !important;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered .icon--direction--arrow--big {
  display: none !important;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered .flight__data__options,
.flight__data__time-place.flight__data__time-place--select-list .flight__data__time__wrapper.hovered .flight__data__options.combined-clock {
  display: none;
}
.flight__data__time-place.flight__data__time-place--select-list .flight__data__place__wrapper {
  padding: 25px 10px 0 10px;
}
.flight__data__time {
  width: 105px;
}
.flight__data__hour {
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 0 0 5px;
}
.flight__data__seperator {
  width: 60px;
  height: 24px;
  position: relative;
}
.flight__data__seperator .icon.icon--direction--arrow--big {
  position: absolute;
  top: 15px;
  right: 50%;
  margin-right: -10px;
  background-image: url('/dynamic/site1/images/seperator--arrow--bold--default.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.flight__data__place {
  width: 95px;
}
.flight__data__place .flight__data__place__text {
  max-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flight__data__place .flight__data__place__code {
  vertical-align: top;
}
.flight__data__place.flight__data__place--from {
  margin: 0 70px 0 0;
}
.flight__data__place,
.flight__data__date,
.flight__data__hour {
  line-height: 24px;
}
.flight__data__additional-info {
  border-top: 1px solid #eeeeee;
  -for-border-top: '1px solid @ui__flight__data__border-seperator-color';
  color: #666666;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
}
.flight__data__txt i {
  width: 20px;
  height: 20px;
  margin: 2px 0 0 0;
  float: left;
}
.flight__data__txt i.icon-duration {
  background-image: url('/dynamic/site1/images/icon__flight__duration.png');
  background-repeat: no-repeat;
}
.flight__data__txt.flight__data__txt--inline-block {
  display: inline;
  zoom: 1;
  display: inline-block;
  margin: 0 0 0 5px;
}
.flight__data__txt.flight__data__txt--ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flight__flight-direction__icon {
  width: 75px;
}
.package__selected-flight {
  height: 170px;
  background-color: #f8f8f8;
  -for-background-color: '@ui__package__selected-flight__bg-color';
  padding: 30px 25px;
  margin: -15px -15px 0 -15px;
  border-bottom: 1px solid #e5e5e5;
  -for-border-bottom: '1px solid @modal-header-border-color';
}
.package__selected-flight .cta__wrapper {
  width: 215px;
  margin: 40px 0 0 30px;
}
.package__selected-flight .package__selected-flight__title {
  margin-bottom: 15px;
  font-size: 16px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.6rem;
}
.package__selected-flight .package__selected-flight__title__type {
  margin-left: 10px;
  font-weight: bold;
}
.package__selected-flight__item .flight__wrapper .title {
  margin: 0 0 10px 0;
}
.package__selected-flight__item .flight__wrapper.flight__wrapper--outbound {
  margin: 0 30px 0 0;
}
.package__selected-flight__item .flight__wrapper.flight__wrapper--outbound,
.package__selected-flight__item .flight__wrapper.flight__wrapper--inbound {
  width: 420px;
}
.flight-summary {
  padding: 0 0 0 40px;
}
.flight-summary .flight-summary__flight {
  border-left: 2px solid #cfcfcf;
  -for-border-left: '2px solid @base__color--gray--light5';
  padding: 0 30px;
  margin: 0 0 20px 0;
  position: relative;
}
.flight-summary .flight-summary__information {
  background: #cfcfcf;
  -for-background: '@base__color--gray--light5';
  height: 21px;
  line-height: 21px;
  border-radius: 2px 2px;
  padding: 0 10px;
  color: #ffffff;
  -for-color: '@base__color--white';
  position: relative;
}
.flight-summary .flight-summary__information:after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -5px;
  left: -3px;
  bottom: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #cfcfcf;
  -for-border-right: '5px solid @base__color--gray--light5';
  z-index: 300;
  -for-z-index: '@zIndex-3--flight-summary__information--arrow';
}
.flight-summary .flight-summary__information:before {
  content: '';
  background-image: url('/dynamic/site1/images/flight-summary-path-circle.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  background-position: 0 1px;
  background-color: white;
  margin-top: -12px;
  left: -42px;
}
.flight-summary .flight__data__additional-info {
  color: #cfcfcf;
  -for-color: '@base__color--gray--light5';
  border: none;
  margin: 0px 0px 5px 0px;
}
.flight-summary__flight-information > ul.flight-information__list {
  list-style-type: none;
  width: 200px;
  padding: 0px;
  font-size: 13px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.3rem;
}
.flight-summary__flight-information > ul.flight-information__list.flight-information__list--first {
  margin: 0 5px 0 0;
}
.flight-summary__flight-information > ul.flight-information__list > li > i.fa-angle-right {
  margin: 0 0 0 5px;
}
.flight__data__time.flight__data__time--summary .flight__data__txt {
  word-break: break-all;
}
.generic__total.generic__total--flight-summary .generic__total__details {
  width: 210px;
}
.generic__total.generic__total--flight-summary .generic__total__order .btn__wrapper {
  margin: 0 30px 0 0;
}
.generic__total.generic__total--flight-summary .btn__close--link {
  margin: 5px 0px;
}
.package-flight__container .package-flight__header__wrapper {
  height: 50px;
  margin: 10px 0 20px 0;
  background-image: url('/dynamic/site1/images/border-dot-horiz.png');
  background-repeat: repeat-x;
  background-position: 50%;
  text-align: center;
}
.package-flight__container .package-flight__header {
  height: 50px;
  overflow: hidden;
  margin: auto;
  display: inline;
  zoom: 1;
  display: inline-block;
}
.package-flight__container .package-flight-header__txt {
  max-width: 265px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px 0 15px;
  font-size: 22px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #efefef;
  -for-background-color: '@package_show-availability-line-hover-bg-color';
}
.package-flight__container .cta-wrapper {
  height: 50px;
  padding: 5px 0 0 15px;
  background-color: #efefef;
  -for-background-color: '@package_show-availability-line-hover-bg-color';
}
.package-flight__container .cta-wrapper a {
  display: block;
  line-height: 45px;
  height: 45px;
}
.package__flight-summary {
  position: relative;
  margin: 0 0 20px 0;
}
.package__flight-summary .border-seperator.border-seperator-vert {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 2px;
  background-image: url('/dynamic/site1/images/border-dot-vert.png');
}
.package__flight-summary .package__flight-summary__outbound,
.package__flight-summary .package__flight-summary__inbound {
  width: 50%;
}
.package__flight-summary .package__flight-summary__title {
  margin-bottom: 15px;
  font-size: 16px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.6rem;
}
.package__flight-summary .package__flight-summary__title__type {
  margin-left: 10px;
  font-weight: bold;
}
.package__flight-summary .flight-summary {
  padding: 0px;
}
.package__flight-summary .flight-summary .flight-summary__flight {
  padding: 0 0 0 30px;
}
.package__flight-summary .flight-summary .flight__data__seperator .icon--direction--arrow--big {
  position: absolute;
  top: 15px;
  right: 50%;
  margin-right: -10px;
  background-image: url('/dynamic/site1/images/seperator--arrow--bold--default.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.package__flight-summary .flight-summary .vendor-brand.vendor-brand--flight {
  width: 105px;
}
.package__flight-summary .flight-summary .vendor-brand--flight__company-logo {
  margin-top: 20px;
}
.package__flight-summary .flight-summary .flight-summary__information {
  margin: 5px 0;
}
.package__flight-summary .flight-summary .flight-summary__information:before {
  background-image: url('/dynamic/site1/images/package__flight-summary-path-circle.png');
  background-repeat: no-repeat;
  background-color: #efefef;
  -for-background-color: '@ui__package__flight-summary__path-circle__bg-color';
}
.package__flight-summary .flight-summary .flight-summary__flight-information > ul {
  width: 230px;
}
.package__flight-summary .flight-summary.package__flight-summary__outbound {
  padding: 0 30px 0 10px;
}
.package__flight-summary .flight-summary.package__flight-summary__inbound {
  padding: 0 10px 0 40px;
}
.package-show .package__flight-summary__container {
  padding: 0px !important;
}
.pagingContainer.pagingContainer--package__flight-summary .pagingContainer__paging-link {
  display: block !important;
  color: white;
  -for-color: '@ui__package-flight__pagingContainer__paging-link--color';
  text-decoration: none;
}
.flight-results__item {
  width: 1140px;
  position: relative;
}
.flight-results__item .flight__data__additional-info {
  width: 270px;
  margin: 5px 0 0 10px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
}
.flight-results__header__wrapper {
  width: 1140px;
}
.flight-results__header {
  overflow: hidden;
}
.flight-results__header__title {
  width: 425px;
  -for-width: '@ui__flight-results__flight--coll-width';
  height: 35px;
  -for-height: '@ui__flight-results__header--height';
  line-height: 35px;
  -for-line-height: '@ui__flight-results__header--line-height';
  background-color: #d5d5d5;
  -for-background-color: '@ui__flight-results__header--bg-color';
  padding: 0 10px;
}
.flight-results__header__title.flight-results__header__title--outbound {
  background-color: #bcbcbc;
}
.flight-results__header__title.flight-results__header__title--outbound .flight-results__header__ico i {
  background-image: url('/dynamic/site1/images/icon-plane--right--purple.png');
  background-repeat: no-repeat;
}
.flight-results__header__title.flight-results__header__title--inbound .flight-results__header__ico i {
  background-image: url('/dynamic/site1/images/icon-plane--left--purple.png');
  background-repeat: no-repeat;
}
.flight-results__header__title.flight-results__header__title--outbound .flight-results__header__label,
.flight-results__header__title.flight-results__header__title--inbound .flight-results__header__label {
  font-weight: bold;
}
.flight-results__header__title.flight-results__header__title--cta {
  width: 290px;
  -for-width: '@ui__flight-results__cta--coll-width';
}
.flight-results__header__ico {
  width: 45px;
  padding: 7px 0 0 0;
}
.flight-results__header__ico i {
  display: block;
  width: 25px;
  height: 21px;
  margin: auto;
}
.flight-results__header__label {
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
}
.flight-results__header__value,
.flight-results__header__title--cta {
  font-size: 16px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.6rem;
}
.tmplt-flight--results {
  border-bottom: 1px solid #cecece;
  -for-border-bottom: '1px solid @base__color--gray--light3';
  height: 110px;
  overflow: hidden;
}
.tmplt-flight--results .flight {
  width: 425px;
  -for-width: '@ui__flight-results__flight--coll-width';
  height: 110px;
  overflow: hidden;
  transition: all 0.5s ease-out;
  padding: 15px 20px 15px 20px;
}
.tmplt-flight--results .flight.flight--outbound {
  background-color: #f8f8f8;
  -for-background-color: '@ui__flight-results__flight--outbound--bg-color';
}
.tmplt-flight--results .flight.flight--inbound {
  transition: all 0.5s ease;
  -for-transition: '@ui__flight-results__item__flight--inbound--transition';
  overflow: hidden;
}
.tmplt-flight--results .flight.flight--inbound .tooltip__wrapper {
  display: block;
}
.tmplt-flight--results .vendor-brand {
  padding: 15px 0 0 0;
  -for-padding: '@ui__flight-results__flight__vendor-brand--padding';
}
.tmplt-flight--results .tooltip-data {
  transition: transform 0.5s ease;
  -for-transition: '@ui__flight-results__item__tooltip-data--transition';
  bottom: -140px;
}
.tmplt-flight--results .cta-price {
  width: 290px;
  -for-width: '@ui__flight-results__cta--coll-width';
  padding: 25px 15px 0 0;
}
.tmplt-flight--results .cta-price .price.price--ui {
  width: 110px;
  padding: 8px 15px 8px 0;
}
.tmplt-flight--results .cta-price .price.price--ui.price--2-prices {
  padding: 2px 15px 2px 0;
}
.tmplt-flight--results .cta-price .price__value,
.tmplt-flight--results .cta-price .price__text {
  line-height: 1.15em;
}
.tmplt-flight--results .cta-price .btn__icon__wrapper.btn__icon__wrapper--rotate {
  transition: all 0.5s;
}
.tmplt-flight--results:hover,
.flight-results__item.js__flight-results__item--selected {
  background-color: #f8f8f8;
  -for-background-color: '@ui__flight-results__item--bg-color--hover';
  cursor: pointer;
}
.tmplt-flight--results:hover .flight--inbound,
.flight-results__item.js__flight-results__item--selected .flight--inbound {
  padding: 5px 20px 15px 20px;
}
.tmplt-flight--results:hover .flight--inbound .vendor-brand,
.flight-results__item.js__flight-results__item--selected .flight--inbound .vendor-brand {
  padding: 5px 0 0 0;
}
.tmplt-flight--results:hover .flight--inbound .tooltip-data,
.flight-results__item.js__flight-results__item--selected .flight--inbound .tooltip-data {
  transform: translate(0px, -50px);
}
.tmplt-flight--results:hover .flight--inbound .flight__data__additional-info,
.flight-results__item.js__flight-results__item--selected .flight--inbound .flight__data__additional-info {
  opacity: 0;
}
.tmplt-flight--results:hover .cta-price .btn__icon__wrapper--rotate,
.flight-results__item.js__flight-results__item--selected .cta-price .btn__icon__wrapper--rotate {
  -webkit-transform: rotate(90deg);
  -for--webkit-transform: '@arguments';
  -moz-transform: rotate(90deg);
  -for--moz-transform: '@arguments';
  -o-transform: rotate(90deg);
  -for--o-transform: '@arguments';
  -ms-transform: rotate(90deg);
  -for--ms-transform: '@arguments';
  transform: rotate(90deg);
  -for-transform: '@arguments';
}
.affix {
  z-index: 400;
  -for-z-index: '@zIndex-4--flight-results__affix';
}
.affix#results-header {
  top: 100px;
}
.affix.form-filters--flight-results {
  z-index: 600;
  -for-z-index: '@zIndex-6--flight-results__affix';
  top: 0px;
}
.affix__flight-result__overlay {
  position: fixed;
  background: url('/dynamic/site1/images/page-bg.png');
  top: 0px;
  width: 100%;
  z-index: 400;
  -for-z-index: '@zIndex-4--flight-results__affix-overlay';
  height: 135px;
}
.result-row-line:hover .flight__add-inbound .et-icon-flight-no-return {
  background: url('/dynamic/site1/images/flight-inbound-dark.png');
}
.flight__add-inbound .et-icon-flight-no-return {
  background: url('/dynamic/site1/images/flight-inbound-light-grey.png');
}
.flight.flight--no-inbound {
  font-size: 18px;
  -for-font-size: '@font-size * 1px';
  font-size: 1.8rem;
  text-align: center;
  padding: 40px 0 0 0;
}
.tmplt-flight .tooltip.top {
  margin-top: 9px;
}
.btn--icon.add-to-favorite-container.js__favorited,
.btn--icon.add-to-favorite-container.js__favorited:hover {
  background-color: #d68006;
  -for-background-color: '@ui__btn--icon--fav--bg-color--selected';
}
.results-content ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.flight-results-overlay__item {
  width: 1140px;
}
.flight-results-overlay__item h1 {
  font-size: 24px;
  -for-font-size: '@font-size * 1px';
  font-size: 2.4rem;
  padding: 10px 0px;
}
.flight-results-overlay__item .flight__flight-direction__icon {
  padding: 30px 0 0 20px;
}
.flight-results-overlay__item .flight-results-overlay__wrapper {
  background-color: #f8f8f8;
  -for-background-color: '@base__color--gray--light4';
}
.flight-results-overlay__item .outbound-city-group-autocomplete .ui-autocomplete,
.flight-results-overlay__item .inbound-city-group-autocomplete .ui-autocomplete {
  z-index: 300 !important;
  -for-z-index: '@zIndex-3--search-autocomplete !important';
}
.flight-results-overlay__item .scroller {
  background-color: #e0e0e0;
  -for-background-color: '@scroller-bg';
  height: 25px;
  line-height: 25px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.flight-results-overlay__item .scroller.rs-carousel-action-active .scroller-arrow-up {
  background-image: url('/dynamic/site1/images/flight-rs-scroll-top.png');
  background-repeat: no-repeat;
  background-position: left 6px;
  width: 32px;
  height: 25px;
  margin: 0 auto;
}
.flight-results-overlay__item .scroller.rs-carousel-action-active .scroller-arrow-down {
  background-image: url('/dynamic/site1/images/flight-rs-scroll-bottom.png');
  background-repeat: no-repeat;
  background-position: left 6px;
  width: 32px;
  height: 25px;
  margin: 0 auto;
}
.flight-results-overlay__item .scroller-down {
  margin-bottom: -15px;
}
.flight-results-overlay__item .align-to-box {
  margin-left: 0px;
}
.flight-results-overlay__item .close-details {
  cursor: pointer;
}
.flight-results-overlay__item .result-inner-box-row {
  padding-left: 0px;
  position: relative;
}
.flight-results-overlay__item .result-inner-box-row:after {
  content: '';
  display: block;
  clear: both;
}
.flight-results-overlay__item .result-inner-box-row li.cycle-slide {
  border-bottom: 1px solid #d1d1d1;
  list-style: none;
  background-color: #ebebeb;
  -for-background-color: '@return-flight-bg';
  height: 68px;
}
.flight-results-overlay__item .result-inner-box-row li.cycle-slide:first-child {
  border-top: 1px solid #d1d1d1;
}
.flight-results-overlay__item .return > li {
  margin-left: 0px !important;
}
.flight-results-overlay__item .details-flight {
  min-height: 130px;
}
.flight-results-overlay__item .no-margin {
  margin-left: 0px;
}
.flight-results-overlay__item .cycle_slideshow {
  overflow-x: visible !important;
}
.flight-results-overlay__item.flight-results-overlay__item--master {
  z-index: 500;
  -for-z-index: '@zIndex-5--flight-results-overlay__item--master';
  overflow: auto;
  background-color: #f8f8f8;
  -for-background-color: '@base__color--gray--light4';
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.flight-results-overlay__item.flight-results-overlay__item--master .btn__close--icon {
  position: absolute;
  top: -20px;
  right: -15px;
  z-index: 300;
  -for-z-index: '@zIndex-3--modal-btn';
}
.flight-results-overlay__item.flight-results-overlay__item--outbound {
  position: relative;
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .return-flight-title {
  position: absolute;
  bottom: 0px;
  /*width: 100%;*/
  padding: 0px;
  margin: 0px;
  /*z-index: @zIndex-3--flight-results__overlay--outbound__return-flight-title;*/
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .return-flight-title h1 {
  padding-left: 15px;
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .tmplt-flight--overlay .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight--outbound--selected--plain.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .tmplt-flight--overlay .icon--direction--arrow--big {
  background-image: url('/dynamic/site1/images/seperator--arrow--bold--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .tmplt-flight--overlay .flight__data__txt i {
  background-image: url('/dynamic/site1/images/icon__flight__duration--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item.flight-results-overlay__item--outbound .tmplt-flight--overlay:after {
  content: '';
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid #5a3a58;
  -for-border-left: '15px solid @ui__flight-results-overlay__item__flight--bg-color--selected';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 600;
  -for-z-index: '@zIndex-6--flight-results-overlay__arrow';
}
.flight-results-overlay__item.flight-results-overlay__item--inbound .flight-summary {
  padding-top: 20px;
}
.flight-results-overlay__item.flight-results-overlay__item--inbound .tmplt-flight--overlay .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight---inbound--plain.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item.flight-results-overlay__item--inbound .flight-results-overlay__content {
  min-height: 165px;
}
.flight-results-overlay__item.flight-results-overlay__item--inbound .tmplt-flight--overlay .flight-icon,
.flight-results-overlay__item.flight-results-overlay__item--outbound .tmplt-flight--overlay .flight-icon {
  width: 24px;
  height: 21px;
}
.flight-results-overlay__content .rs-carousel-mask {
  height: 328px;
  overflow: hidden;
  width: 670px;
}
.flight-results-overlay__content.flight-results-overlay__content--flight {
  position: relative;
  width: 640px;
  overflow: visible;
  background-color: #f8f8f8;
  -for-background-color: '@base__color--gray--light4';
}
.flight-results-overlay__content.flight-results-overlay__content--flight .departure-side-open-box {
  width: 100%;
}
.flight-results-overlay__content.flight-results-overlay__content--flight h1 {
  padding-left: 15px;
}
.flight-results-overlay__content.flight-results-overlay__content--flight-summary {
  width: 500px;
  overflow: hidden;
  background-color: #ffffff;
  -for-background-color: '@base__color--white';
  padding: 0 0 20px 0;
  border-bottom: 2px solid #f8f8f8;
  -for-border-bottom: '2px solid @base__color--gray--light4';
}
.flight-results-overlay__content.flight-results-overlay__content--flight-summary h1 {
  padding-left: 30px;
}
.cta-price.cta-price--flight-results-overlay {
  width: 190px;
  padding: 15px 0 0 20px;
}
.cta-price.cta-price--flight-results-overlay .price__value {
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flight-results-overlay__page-opacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 400;
  -for-z-index: '@zIndex-4--modal-back-layer-layer';
}
.tmplt-flight--overlay {
  background-color: #5a3a58;
  -for-background-color: '@ui__flight-results-overlay__item__flight--bg-color--selected';
  height: 110px;
  padding: 15px 0;
  position: relative;
  width: 640px;
}
.tmplt-flight--overlay .vendor-brand {
  padding: 15px 0 0 0;
}
.tmplt-flight--overlay .cta-price--flight-results-overlay {
  display: none;
  visibility: hidden;
}
.tmplt-flight--overlay:hover {
  cursor: pointer;
}
.tmplt-flight--overlay .flight__data__time,
.tmplt-flight--overlay .flight__data__place__wrapper,
.tmplt-flight--overlay .vendor-brand__title {
  color: #ffffff;
  -for-color: '@ui__flight-results-overlay__item__flight--selected--color';
}
.tmplt-flight--overlay .flight__data__additional-info {
  color: #ffffff;
}
.flight-results-overlay__item--inbound .tmplt-flight--overlay .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight--inbound--selected--plain.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .tmplt-flight--overlay .flight__data__txt i {
  background-image: url('/dynamic/site1/images/icon__flight__duration--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .active .tmplt-flight--overlay .icon--direction--arrow--big {
  background-image: url('/dynamic/site1/images/seperator--arrow--bold--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .active .tmplt-flight--overlay:after {
  content: '';
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid #5a3a58;
  -for-border-left: '15px solid @ui__flight-results-overlay__item__flight--bg-color--selected';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 600;
  -for-z-index: '@zIndex-6--flight-results-overlay__arrow';
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay {
  background-color: #f8f8f8;
  -for-background-color: '@ui__flight-results__flight--outbound--bg-color';
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight---inbound--plain.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .flight__data__time,
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .flight__data__place__wrapper,
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .vendor-brand__title {
  color: #333333;
  -for-color: '@base__body--color';
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .flight__data__additional-info {
  color: #666666;
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .flight__data__txt i {
  background-image: url('/dynamic/site1/images/icon__flight__duration.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .not-active .tmplt-flight--overlay .cta-price--flight-results-overlay {
  display: block;
  visibility: visible;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay {
  background-color: #f8f8f8;
  -for-background-color: '@ui__flight-results__flight--outbound--bg-color';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay .flight__data__time,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay .flight__data__place__wrapper,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay .vendor-brand__title {
  color: #333333;
  -for-color: '@base__body--color';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay .flight__data__additional-info {
  color: #666666;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay .cta-price--flight-results-overlay {
  display: block;
  visibility: visible;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .tmplt-flight--overlay:after {
  border: 0px;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay {
  background-color: #5a3a58;
  -for-background-color: '@ui__flight-results-overlay__item__flight--bg-color--selected';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .flight-icon {
  background-image: url('/dynamic/site1/images/icon--flight--inbound--selected--plain.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .icon--direction--arrow--big {
  background-image: url('/dynamic/site1/images/seperator--arrow--bold--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .flight__data__time,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .flight__data__place__wrapper,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .vendor-brand__title {
  color: #ffffff;
  -for-color: '@ui__flight-results-overlay__item__flight--selected--color';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .flight__data__additional-info {
  color: #ffffff;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .flight__data__txt i {
  background-image: url('/dynamic/site1/images/icon__flight__duration--selected.png');
  background-repeat: no-repeat;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .cta-price--flight-results-overlay {
  display: none;
  visibility: hidden;
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay:after {
  content: '';
  position: absolute;
  z-index: 999;
  top: 50%;
  right: -15px;
  left: auto;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid #5a3a58;
  -for-border-left: '15px solid @ui__flight-results-overlay__item__flight--bg-color--selected';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 600;
  -for-z-index: '@zIndex-6--flight-results-overlay__arrow';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .hovered .flight__data__time,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .hovered .flight__data__place__wrapper,
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .hovered .vendor-brand__title {
  color: #333333;
  -for-color: '@base__body--color';
}
.flight-results-overlay__item--inbound .flight-results-overlay__item__list-item .active .tmplt-flight--overlay .hovered .flight__data__additional-info {
  color: #666666;
}
.inbound_inner_result {
  position: relative;
}
.inbound_inner_result.not-active .group-button {
  position: absolute;
  top: 0;
  right: 0;
}
.flight__add-inbound__choose-return {
  z-index: 300;
  -for-z-index: '@zIndex-3--choose-return';
}
.flight__add-inbound__search-btn {
  display: none;
}
.results-content.roundtrip .flight__add-inbound__return-options {
  display: none;
}
.results-content.roundtrip .flight-results-overlay__item--inbound .flight-results-overlay__content--flight-summary {
  min-height: 410px;
}
.results-content.roundtrip .flight-summary {
  min-height: 170px;
}
.results-content.openjaw .flight__add-inbound__return-options {
  display: none;
}
.results-content.openjaw .flight-results-overlay__item--inbound .flight-results-overlay__content--flight-summary {
  min-height: 410px;
}
.results-content.openjaw .flight-summary {
  min-height: 170px;
}
.results-content.oneway .flight__add-inbound__return-options {
  display: block;
  position: relative;
}
.results-content.oneway .innerChooseReturnFlightBtn {
  cursor: pointer;
  position: absolute;
  display: none;
  top: 199.5px;
  left: 221px;
  width: 270px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 18px;
  text-align: center;
  background-color: #045779;
  -for-background-color: '@dominancy-color';
}
.results-content.oneway .innerChooseReturnFlightBtn .et-icon-flight-inbound-light {
  margin-bottom: 14px;
}
.results-content.oneway .departure-side-open-box {
  display: none;
}
.results-content.oneway .returnDatePicker {
  display: none;
  position: absolute;
  top: 10px;
  left: 44px;
  text-align: center;
  z-index: 300;
  -for-z-index: '@zIndex-3--DatePicker';
  cursor: default;
}
.results-content.oneway .returnFlightSearchBtn {
  display: none;
  top: 90px;
  left: 356px;
  cursor: pointer;
  position: absolute;
  width: 179px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 18px;
  text-align: center;
  background-color: #2095df;
  z-index: 300;
  -for-z-index: '@zIndex-3--returnFlightSearchBtn';
}
.results-content.oneway .returnFlightSearchBtn .btn__label {
  height: 40px;
  line-height: 40px;
}
.results-content.oneway .flight__add-inbound__search-btn {
  line-height: 40px;
}
.onewayToRoundtripActive .flight-results-overlay__item--outbound .flight-results-overlay__content--flight-summary {
  min-height: 325px;
}
.onewayToRoundtripActive .flight-results-overlay__item--inbound .flight-summary {
  padding-top: 0px;
}
.flight-results-overlay__item .flight-summary .flight__data__additional-info {
  width: 380px;
  text-align: left;
  padding: 0px 0 0 155px;
  margin: 2px 0 5px 10px;
}
.result-inner-box__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 700;
  -for-z-index: '@zIndex-7--flight-results-overlay__bookable-check';
}
.result-inner-box__overlay__msg {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 400px;
  padding: 0 50px;
  margin-top: -210px;
  text-align: center;
  font-size: 24px;
}
.result-inner-box__overlay__msg .result-inner-box__overlay__msg__title {
  font-size: 32px;
}
.result-inner-box__overlay__msg .result-inner-box__overlay__msg__text {
  font-size: 24px;
  padding: 0px;
}
.result-inner-box__overlay__close {
  margin-top: 240px;
  font-size: 18px;
}
.flight-loading-block {
  float: left;
  width: 180px;
  font-size: 18px;
  margin-right: 15px;
}
.flight-loading-block__title {
  margin-bottom: 5px;
  font-size: 18px;
}
.flight-loading-block__container {
  width: 390px;
  position: absolute;
  left: 50%;
  margin-left: -195px;
  margin-top: 30px;
}
.flight-loading-block__container:after {
  clear: both;
  display: block;
  content: '';
}
.flight-loading-block__container.flight-loading-block__container--oneway {
  width: 180px;
  margin-left: -90px;
}
.flight-loading-block__img-container {
  width: 100%;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center center;
}
.flight-loading-block__img-container.flight-loading-block__img-container--inbound {
  background-image: url('/dynamic/site1/images/result-inner-box__plane--inbound.png');
}
.flight-loading-block__img-container.flight-loading-block__img-container--outbound {
  background-image: url('/dynamic/site1/images/result-inner-box__plane--outbound.png');
}
.bookable-check__status {
  font-size: 42px;
}
.bookable-check__status--success {
  color: green;
}
.bookable-check__status--error {
  color: red;
}
/* @end-import*/
/******************
****** flight-result-content*******
*******************/
/* Page styles
-----------------------*/
#circle {
  background: url("/dynamic/site1/images/circle.png") no-repeat;
  height: 330px;
  width: 476px;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 996;
  top: -30px;
}
.ui-auto .complete-loading {
  background: white url('/dynamic/site1/images/loader-bars.gif') 180px center no-repeat;
}
.ui-autocomplete li .ui-corner-all {
  font-size: 14px;
  -for-font-size: '@font-size-base';
  height: 22px;
}
.ui-autocomplete-loading {
  background: white url('/dynamic/site1/images/loader-bars.gif') 180px center no-repeat;
}
.hero__title__wrapper {
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 400;
  -for-z-index: '@zIndex-4--home__hero_title_wrapper';
}
.hero__title {
  font-size: 60px;
  -for-font-size: '@dyn__hero__title__font-size';
  color: white;
  -for-color: '@dyn__hero__title__font-color';
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  -for-text-shadow: '@dyn__hero__title__text-shadow';
}
.hero__subtitle {
  font-size: 30px;
  -for-font-size: '@dyn__hero__sub-title__font-size';
  -webkit-trav-font-size: '@dyn__hero__sub-title__font-size';
  color: white;
  -for-color: '@dyn__hero__sub-title__font-color';
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  -for-text-shadow: '@dyn__hero__sub-title__text-shadow';
}
.hero {
  min-width: 1200px;
  margin: 0px;
  -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.25);
  box-shadow: 0 1px 7px rgba(0,0,0,.25);
  position: relative;
}
.hero.fix {
  height: 550px;
}
.hero.fix .slideshow-type-bullet ul {
  height: 550px;
}
.hero.fix .slideshow-type-bullet ul li {
  height: 550px;
  overflow: hidden;
}
.hero.fix .slideshow-type-bullet ul li img {
  height: 550px;
}
.hero .slideshow-type-bullet ul {
  position: static !important;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #045779;
  -for-background: '@hero-background-slideshow';
}
.hero .slideshow-type-bullet ul li {
  position: absolute;
  width: 100% !important;
}
.hero .slideshow-type-bullet ul li img {
  max-width: inherit !important;
  left: 50%;
  margin-left: -900px;
  position: absolute;
}
.hero .search_sub_title {
  font-size: 40px;
  -for-font-size: '@font-size-homepage-second-title';
  display: inline-block;
  color: white;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6), 0 -1px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.ui-menu {
  border-radius: 5px;
  border-bottom: 1px solid #b1b1b1;
}
.ui-menu .ui-menu-item a {
  color: #9b9b9b;
  font-size: 14px;
  -for-font-size: '@font-size-base';
  height: 26px;
  margin: 0px;
  line-height: 26px;
  padding: 0 5px;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a .ui-state-active,
.ui-menu .ui-menu-item a .ui-sate-hover {
  color: #fff;
}
.allowInputAddOpenjaw ul li:last-child {
  background-color: #f3f1f2;
}
.allowInputAddOpenjaw ul li:last-child .ui-corner-all {
  background-image: url('/dynamic/site1/images/OpenJaw.png');
  text-align: center;
  color: #1f95dd;
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 19px;
}
#no-result-notice-container .no-result-notice {
  height: 65px;
  border: 1px dashed #d5d5d5;
  -for-border: '1px dashed @light-gray-plus1';
  line-height: 65px;
  text-align: center;
  font-size: 21px;
  color: #045779;
  -for-color: '@dominancy-color';
  margin: 5px 0;
  margin-bottom: 10px;
}
.hero.hero--searchengine .hero-arrows .ui-carousel-prev,
.hero.hero--searchengine .hero-arrows .ui-carousel-next {
  top: calc((100% - 144px) / 2);
}