@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body {
  padding: 0; }

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px; }

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  /* Make the masthead heading the same height as the navigation */ }
  .header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px; }

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5; }

.container-narrow > hr {
  margin: 30px 0; }

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5; }
  .jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px; }

/* Supporting marketing content */
.marketing {
  margin: 40px 0; }
  .marketing p + h4 {
    margin-top: 28px; }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .container {
    max-width: 730px; }

  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0; }

  /* Space out the masthead */
  .header {
    margin-bottom: 30px; }

  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0; } }
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* @import "compass/reset"; */
/*$gray-70: rgba(40,46,48,0.7);
$gray-50: rgba(40,46,48,0.5);*/
/*$turquoise-50: rgba(125,205,205,0.5);
$turquoise-30: rgba(125,205,205,0.3);*/
/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0; }

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: white;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -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); }

.select2-search input {
  border-color: white;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -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); }

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none; }

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 53px;
  line-height: 53px; }

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto; }

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 53px;
  line-height: 53px;
  border-radius: 3px; }

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 53px;
  line-height: 53px;
  border-radius: 6px; }

.select2-container-multi .select2-choices .select2-search-field input {
  height: 53px; }

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 53px; }

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 53px; }

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0; }

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px; }

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px; }

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px; }

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px; }

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px; }

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px; }

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #7DACCD; }

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px; }

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px; }

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px; }

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px; }

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px; }

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px; }

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b; }

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  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.select2-drop-active {
  border-color: #66512c; }

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c; }

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442; }

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  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.select2-drop-active {
  border-color: #843534; }

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534; }

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d; }

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  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.select2-drop-active {
  border-color: #2b542c; }

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c; }

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.select2-drop-active {
  border-color: #66afe9; }

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9; }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background: white;
  filter: none; }

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 3px !important; }

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important; }

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 3px !important; }

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important; }

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: #333333;
  background-color: #8EC7EF; }

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top; }

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none; }

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%; }

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%; }

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b; }

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */ }

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */ }

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important; }

/*STYLES FOR DATEPICKER
 * 
 *
 *
 *
 */
.datepicker {
  padding: 4px;
  .border-radius: 4px;
  direction: ltr; }
  .datepicker-inline {
    width: 220px; }
  .datepicker direction-rtl {
    direction: rtl; }
    .datepicker direction-rtl table tr td span {
      float: right; }
  .datepicker-dropdown {
    top: 0;
    left: 0; }
    .datepicker-dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute; }
    .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      top: -7px; }
    .datepicker-dropdown.datepicker-orient-top:after {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid #999; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid white; }
  .datepicker > div {
    display: none; }
  .datepicker.days .datepicker-days, .datepicker.months .datepicker-months, .datepicker.years .datepicker-years {
    display: block; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    .border-radius: 4px;
    border: none; }
  .datepicker tr:first-child th {
    color: #7DACCD;
    font-size: 18px; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #8EC7EF;
    cursor: pointer; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #787878; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #787878;
    cursor: default; }
  .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    @todayBackground : $turquoise-50;
    .buttonBackground: #8EC7EF;
    color: #000; }
  .datepicker table tr td.today:hover:hover {
    color: #ff0b5c; }
  .datepicker table tr td.today.active:hover {
    color: #ff0b5c; }
  .datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #bebebe;
    .border-radius: 0; }
  .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
    @todayBackground : mix($turquoise, $grayLighter, 50%);
    .buttonBackground: #8EC7EF;
    color: #787878;
    .border-radius: 0; }
  .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    .buttonBackground: #929292;
    color: #ff0b5c; }
  .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    .buttonBackground: #8EC7EF;
    color: #ff0b5c; }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    .border-radius: 4px; }
    .datepicker table tr td span:hover {
      background: #8EC7EF; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #787878;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      .buttonBackground: #8EC7EF;
      color: #ff0b5c; }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #787878; }
  .datepicker .datepicker-switch {
    width: 145px; }
  .datepicker thead tr:first-child th,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
      background: #8EC7EF; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker thead tr:first-child .cw {
    cursor: default;
    background-color: transparent; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }
  .input-append.date .add-on i,
  .input-prepend.date .add-on i {
    margin-top: 3px; }

.input-daterange input {
  text-align: center; }
.input-daterange input:first-child {
  .border-radius: 3px 0 0 3px; }
.input-daterange input:last-child {
  .border-radius: 0 3px 3px 0; }
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 53 px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 53 px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  vertical-align: middle;
  background-color: #bebebe;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/**
 * selectize.default.css (v0.8.0) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 30px;
  color: #303030; }

.selectize-input,
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input {
  display: inline-block;
  cursor: text;
  background: #ffffff; }

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1; }

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  display: block;
  clear: left;
  content: ' '; }

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: ' '; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer; }

.selectize-dropdown [data-selectable] .highlight {
  background: #8EC7EF;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff; }

.selectize-dropdown .active {
  color: #495c68;
  background-color: #8EC7EF; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' '; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px; }

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5; }

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8); }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: #7DACCD; }

#social-sidebar {
  z-index: 999999;
  left: 80px;
  margin-top: 0;
  position: fixed;
  top: 0;
  height: 70px; }
  #social-sidebar ul {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0; }
    #social-sidebar ul li {
      display: inline-block; }

#social-sidebar li:first-child a {
  border-radius: 0 0 0 10px; }

#social-sidebar li:last-child a {
  border-radius: 0 0 10px 0; }

#social-sidebar a {
  background: rgba(255, 255, 255, 0.9);
  color: white;
  display: inline-block;
  height: 80px;
  font-size: 30px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 100px; }

#social-sidebar a.logo {
  width: 142px;
  color: #7DACCD;
  font-size: 30px; }

#social-sidebar a:hover span {
  top: 140%;
  left: -68%;
  opacity: 1; }

#social-sidebar a span {
  border-radius: 3px;
  font-size: 20px;
  line-height: 30px;
  top: -100%;
  left: -30%;
  margin-top: -16px;
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  transition: opacity .3s, top .4s;
  white-space: nowrap;
  z-index: -1; }

#social-sidebar a span:before {
  content: "";
  display: block;
  height: 8px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  left: 50%;
  transform: rotate(45deg);
  width: 8px;
  z-index: -2; }

#social-sidebar a[class*="navinfo"]:hover,
#social-sidebar a[class*="navinfo"] span,
#social-sidebar a[class*="navinfo"] span:before {
  background: #ff0b5c; }

#social-sidebar a.logo:hover {
  background: white;
  text-decoration: none; }

iframe.map {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

#map-canvas {
  margin: 0;
  padding: 0;
  width: 100%; }

.tooltip-inner {
  max-width: 1000px; }

.panel-info {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  color: white;
  float: left;
  padding: 1% 1%;
  text-align: left;
  width: 28%;
  position: absolute;
  z-index: 10;
  left: 80px;
  top: 90px;
  font-size: 1.3em; }
  @media screen and (max-width: 1200px) {
    .panel-info {
      width: 40%;
      font-size: 1em; } }
  @media screen and (max-width: 600px) {
    .panel-info {
      width: 95%;
      font-size: 1em; } }
  .panel-info .logo {
    height: 75px;
    vertical-align: middle;
    text-align: center;
    color: #7DACCD; }
    .panel-info .logo img {
      height: 55px;
      width: 55px;
      margin-right: 10px; }
  .panel-info .form-control {
    height: 53px; }
  .panel-info .form-control:focus, .panel-info .form-control:active {
    outline: 0; }
  .panel-info .input-group-addon {
    background-color: white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .panel-info select option:hover, .panel-info select option:active {
    background-color: #8EC7EF; }
  .panel-info span.select2-container {
    height: 53px; }
  .panel-info span.select2-selection {
    height: 53px;
    position: relative; }
  .panel-info span.select2-selection__rendered {
    position: absolute;
    top: 25%; }
  .panel-info span.select2-selection__arrow {
    position: absolute;
    top: 25%; }
  .panel-info .future {
    text-align: right; }
  .panel-info .past a, .panel-info .past a:active, .panel-info .future a, .panel-info .future a:active {
    color: white;
    font-weight: 400;
    font-size: 0.8em; }
  .panel-info .past a:hover, .panel-info .past a:focus, .panel-info .future a:hover, .panel-info .future a:focus {
    text-decoration: none;
    color: #7DACCD; }
  .panel-info .button-right {
    float: right;
    cursor: pointer; }
  .panel-info .turquoise-button {
    font-size: 1.7em;
    font-weight: 700;
    padding: 8px 25px;
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.25);
    border: none;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #7DACCD;
    color: white; }
  .panel-info .turquoise-button:hover {
    background-color: #4689b7;
    text-decoration: none; }
  .panel-info .turquoise-button:active {
    transform: translateY(5px);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none; }
  .panel-info .turquoise-button:focus {
    outline: 0;
    text-decoration: none; }
  .panel-info .close-panel-button {
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    cursor: pointer; }
  .panel-info .close-panel-button:hover {
    color: #ff0b5c; }
  .panel-info .destination-name {
    color: #7DACCD;
    float: left; }
  .panel-info h1 {
    font-size: 3em;
    font-weight: 900;
    color: #7DACCD;
    float: center;
    margin-top: 0px; }
  .panel-info h2 {
    font-size: 2em;
    font-weight: 900;
    color: #7DACCD;
    float: left;
    margin-top: 0; }
  .panel-info h3 {
    font-size: 1.5em;
    font-weight: 400;
    color: white; }
    .panel-info h3 b {
      color: #ff0b5c; }
  .panel-info h4 {
    font-size: 1.2em;
    line-height: 140%;
    font-weight: 400;
    color: white; }
    .panel-info h4 b {
      color: #ff0b5c; }

.flights-panel {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  color: #333;
  float: center;
  padding: 1% 2%;
  text-align: left;
  width: 90%;
  position: absolute;
  z-index: 11;
  left: 5%;
  top: 80px;
  font-size: 1.3em; }
  @media screen and (max-width: 1200px) {
    .flights-panel {
      font-size: 1em; } }
  @media screen and (max-width: 600px) {
    .flights-panel {
      font-size: 1em; } }
  .flights-panel .flights-panel-title {
    font-weight: 400;
    font-size: 1.1em; }
    .flights-panel .flights-panel-title b {
      color: #ff0b5c; }
  .flights-panel .button-right {
    text-align: right;
    float: right;
    cursor: pointer; }
    .flights-panel .button-right .close-button {
      margin-bottom: 5px;
      background-color: #7DACCD;
      color: #fff; }
  .flights-panel .flight-dates span {
    color: #7DACCD; }
  .flights-panel .flight-no {
    font-weight: bold; }
  .flights-panel #accordion .panel {
    border: none;
    background: transparent; }
  .flights-panel #accordion .panel-heading {
    cursor: pointer;
    background: #fff;
    border: 2px solid #ddd; }
    .flights-panel #accordion .panel-heading .flight-price {
      font-size: 20px;
      font-weight: 400;
      color: #7DACCD;
      text-align: center;
      padding: 3px; }
      @media screen and (max-width: 1200px) {
        .flights-panel #accordion .panel-heading .flight-price {
          font-size: 15px; } }
      @media screen and (max-width: 600px) {
        .flights-panel #accordion .panel-heading .flight-price {
          font-size: 18px; } }
    .flights-panel #accordion .panel-heading a {
      color: #333;
      font-weight: 300; }
    .flights-panel #accordion .panel-heading .flight-info {
      padding-top: 3px; }
  .flights-panel #accordion .panel-body {
    border: none;
    background: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    line-height: 150%; }
    .flights-panel #accordion .panel-body .flight-price {
      font-size: 35px;
      font-weight: 700;
      color: #ff0b5c;
      text-align: center;
      padding: 35px; }
      @media screen and (max-width: 1200px) {
        .flights-panel #accordion .panel-body .flight-price {
          font-size: 20px; } }
      @media screen and (max-width: 600px) {
        .flights-panel #accordion .panel-body .flight-price {
          font-size: 22px; } }
    .flights-panel #accordion .panel-body .flight-no {
      font-size: 15px; }
    .flights-panel #accordion .panel-body .route {
      color: #7DACCD;
      font-size: 1.2em;
      font-weight: 700; }

#destinationTag {
  color: #333;
  /*font-size: 20px;*/ }
  #destinationTag b {
    color: #ff0b5c; }

iframe {
  height: 100%;
  width: 100%; }

.angular-google-map-container {
  height: 100%;
  width: 100%;
  position: absolute; }

.middle {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.markerWindow {
  color: #ff0b5c; }

.modal-dialog {
  margin-top: 100px; }
  .modal-dialog .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    color: #7DACCD;
    font-size: 1.5em;
    text-align: center; }
    .modal-dialog .modal-content .close {
      color: #333;
      text-shadow: none; }

.loader {
  display: inline-block;
  height: 100px;
  width: 33.3%;
  float: left;
  position: relative;
  text-align: center;
  float: center; }

.loader2 {
  position: relative;
  width: 5px;
  height: 5px;
  top: 49%;
  top: -webkit-calc(50% - 43px);
  top: calc(50% - 2.5px);
  left: 49%;
  left: -webkit-calc(50% - 43px);
  left: calc(50% - 2.5px);
  background-color: #ff0b5c;
  border-radius: 50px; }

.loader2:before {
  content: "";
  position: absolute;
  top: -38px;
  border-top: 3px solid #7DACCD;
  border-right: 3px solid #7DACCD;
  border-radius: 0 50px 0px  0;
  width: 40px;
  height: 40px;
  background-color: #8EC7EF;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation: loader2 1.5s linear infinite;
  animation: loader2 1.5s linear infinite; }

.loader2:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  border-bottom: 3px solid #7DACCD;
  border-left: 3px solid #7DACCD;
  border-radius: 0 0px 0px  50px;
  width: 40px;
  height: 40px;
  background-color: #8EC7EF;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: loader2 1.5s linear infinite;
  animation: loader2 1.5s linear infinite; }

@-webkit-keyframes loader2 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes loader2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* -------------- loader10 -------------- */
.loader10:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -25px;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  -webkit-animation: loader10g 3s ease-in-out infinite;
  animation: loader10g 3s ease-in-out infinite; }

.loader10 {
  position: relative;
  width: 8px;
  height: 8px;
  top: 20%;
  left: 46%;
  border-radius: 8px;
  -webkit-animation: loader10m 3s ease-in-out infinite;
  animation: loader10m 3s ease-in-out infinite; }

.loader10:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 25px;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  -webkit-animation: loader10d 3s ease-in-out infinite;
  animation: loader10d 3s ease-in-out infinite; }

@-webkit-keyframes loader10g {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: white; }
  50% {
    background-color: rgba(255, 255, 255, 0.2); }
  75% {
    background-color: rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
@keyframes loader10g {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: white; }
  50% {
    background-color: rgba(255, 255, 255, 0.2); }
  75% {
    background-color: rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
@-webkit-keyframes loader10m {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: rgba(255, 255, 255, 0.2); }
  50% {
    background-color: white; }
  75% {
    background-color: rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
@keyframes loader10m {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: rgba(255, 255, 255, 0.2); }
  50% {
    background-color: white; }
  75% {
    background-color: rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
@-webkit-keyframes loader10d {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.2); }
  75% {
    background-color: white; }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
@keyframes loader10d {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.2); }
  75% {
    background-color: white; }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
about-text {
  font-size: 9 px;
  text-align: justify; }

.marker-labels {
  color: #ff0b5c;
  background-color: transparent;
  font-size: 10px;
  text-align: center;
  border: none;
  padding: 3px 3px 3px 3px;
  white-space: nowrap; }

.selectize-input input {
  min-height: 35px; }

.route span {
  background: #7DACCD;
  color: #fff;
  padding: 3px;
  border-radius: 4px; }

.changes_length {
  font-style: italic;
  font-size: 14px;
  margin-left: 10px; }

.changes_length b {
  color: #ff0b5c;
  margin-right: 10px; }

hr {
  border-color: #E2DCDC; }

.search-panel {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9) !important;
  color: #7B7A7A;
  font-size: 1.1em; }

.search-panel.panel-info .button-right {
  float: right;
  cursor: pointer;
  background-color: #7DACCD;
  text-decoration: none;
  width: 100%;
  text-align: center; }

.search-panel.panel-info .button-right:hover {
  background-color: #8EC7EF; }

.search-panel.panel-info .turquoise-button:hover {
  background-color: transparent;
  text-decoration: none;
  text-align: center; }

.search-panel.panel-info .turquoise-button {
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.25);
  background-color: transparent; }

.search-panel.panel-info .form-control {
  height: 40px; }

.search-panel .input-group-addon img {
  height: 20px; }

.search-panel .selectize-control {
  border-color: #b8b8b8;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-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;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

#length_of_stay, #Top_Destinations {
  height: 33px !important; }

.search-panel .radio, .checkbox {
  margin-top: 4px; }

.search-panel .selectize-control.single .selectize-input, .selectize-dropdown.single {
  padding: 0px 8px;
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0px transparent;
  box-shadow: inset 0 0px 0px transparent;
  -webkit-transition: border-color ease-in-out .15s, -webkit-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;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.panel-info.routes {
  color: #6f6f6f;
  padding: 0px; }
  .panel-info.routes a {
    text-decoration: none; }
  .panel-info.routes a:hover {
    text-decoration: none; }

.routes .section-title {
  text-decoration: none;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6; }
  .routes .section-title .title {
    margin-left: 5px;
    color: #6f6f6f; }
  .routes .section-title .numbering {
    color: #7DACCD;
    padding: 5px; }

.routes .panel-group {
  margin-bottom: 0px !important; }

.routes .panel {
  border: 0px solid transparent;
  box-shadow: 0px 0px 0px #fff; }

.routes .panel-group .panel + .panel {
  margin-top: 0px !important; }

.routes .route-section {
  margin-bottom: 0px; }

.routes .panel:focus {
  outline: none; }

.routes .route-section.active {
  background: transparent;
  border: none; }
  .routes .route-section.active a {
    color: #fff; }
  .routes .route-section.active .section-title {
    border-bottom: 1px dashed #ddd;
    background: transparent; }
  .routes .route-section.active .section-body {
    border-bottom: 1px solid #ddd; }

.routes .route-section:hover .section-title {
  background: #7DACCD; }
  .routes .route-section:hover .section-title .title {
    color: #fff; }
  .routes .route-section:hover .section-title .price {
    color: #fff; }
.routes .route-section:hover a {
  color: #fff; }
.routes .route-section:hover .numbering {
  color: #fff; }

.routes .section-body {
  padding-left: 10px; }
  .routes .section-body .section-route {
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 48px; }
  .routes .section-body .seperator {
    background: #7DACCD;
    margin-bottom: 5px;
    width: 4px;
    height: 4px; }
  .routes .section-body .title {
    font-size: 15px;
    border-left: 4px solid #ff0b5c;
    padding-left: 10px; }
  .routes .section-body .info {
    color: #ccc;
    font-style: italic;
    font-size: 13px;
    border-left: 4px solid #ff0b5c;
    padding-left: 10px; }

.routes .price {
  float: right;
  margin-right: 5px;
  color: #ff0b5c; }

.routes .type {
  color: #fff;
  background: #ff0b5c;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  float: right;
  text-align: center;
  margin-right: 10px; }
  .routes .type .fa {
    font-size: 18px;
    line-height: 31px;
    margin-left: 0px;
    margin-top: 1px; }

.input-group-addon .fa {
  font-size: 24px;
  color: #7DACCD; }

.routes .details {
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  color: #ff0b5c;
  display: block; }

/*route-progress-list .vertical-progress-full {
  left: 20px;
  top: 25px;
}
.vertical-progress-full {
  width: 3px !important;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
}
.background-purple {
  background-color: #734286;
}
route-progress-list .icon-circular-pink-dot {
  position: absolute;
  left: 17px;
  top: 18px;
}
.icon-circular-pink-dot {
  width: 9px;
  height: 9px;
  border-radius: 7px;
  background-color: #de007b;
  border: 2px #fff solid;
  display: inline-block;
  z-index: 10;
}*/
#additional_options .form-group {
  display: none; }

.nav > li > a {
  padding: 10px; }

.transport-type {
  margin-left: 5px; }

.agency {
  margin-left: 5px;
  color: #ff0b5c;
  font-style: italic;
  font-size: 13px; }

.flights-color {
  color: #078A02; }

.ships-color {
  color: #4000F7; }

.trains-color {
  color: #ff0b5c; }

.urbans-color {
  color: #CDB17D; }

/*# sourceMappingURL=main.css.map */
