/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right
  .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right
  .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
  border-radius: 4px;
  top: 30px;
  border: 2px solid #e5e6e7 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19) !important;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #fff;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 13px;
}
.bootstrap-timepicker-widget table td input {
  width: 35px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker,
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.inner-form .bootstrap-timepicker-widget.dropdown-menu.open {
  margin-top: 40px !important;
}
div.fancy-select {
  position: relative;
  font-weight: 400;
  margin-bottom: 10px;
}
div.fancy-select.disabled {
  opacity: 0.5;
}
div.fancy-select select:focus + div.trigger,
div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}
div.fancy-select div.trigger {
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  padding: 6px 10px 7px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  border: 2px solid #e5e6e7;
}
div.fancy-select div.trigger:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #929497;
  top: 15px;
  right: 7px;
}
div.fancy-select div.trigger.open {
  box-shadow: none;
}
div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 999991;
  max-height: 200px;
  overflow: auto;
  background: #fff;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #e5e6e7;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: opacity 300ms ease-out, top 300ms ease-out,
    visibility 300ms ease-out;
}
div.fancy-select ul.options.open {
  visibility: visible;
  top: 39px;
  opacity: 1;
  transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out,
    visibility 300ms ease-out;
}
div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 39px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
div.fancy-select ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
div.fancy-select ul.options li {
  width: 100%;
  padding: 6px 10px 7px;
  color: #555;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid #e5e6e7;
  transition: all 150ms ease-out;
}
div.fancy-select ul.options li:nth-last-child(1) {
  border-bottom: 0;
}
div.fancy-select ul.options li.hover {
  color: #222;
} /*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px\9;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(
    .input-group-btn
  ) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*='col-']) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*='col-'] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
} /*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: flexslider-icon;
  src: url(fonts/flexslider-icon.eot);
  src: url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
    url(fonts/flexslider-icon.woff) format('woff'),
    url(fonts/flexslider-icon.ttf) format('truetype'),
    url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: 400;
  font-style: normal;
}
.flexslider {
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: '\0020';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 40%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 35px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 25px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 10px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100px;
  height: 70px;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.icheckbox,
.iradio {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: -3px 5px 0 0;
  padding: 0;
  width: 21px;
  height: 21px;
  background: url(../images/minimal.png) no-repeat;
  border: 0;
  cursor: pointer;
}
.icheckbox,
.icheckbox.hover {
  background-position: 0 0;
}
.icheckbox.checked {
  background-position: -23px 0;
}
.icheckbox.disabled {
  background-position: 0 0;
  cursor: default;
}
.icheckbox.checked.disabled {
  background-position: -23px 0;
}
.iradio,
.iradio.hover {
  background-position: -44px 0;
}
.iradio.checked {
  background-position: -68px 0;
}
.iradio.disabled {
  background-position: -44px 0;
  cursor: default;
}
.iradio.checked.disabled {
  background-position: -68px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-moz-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3 / 2),
  only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox,
  .iradio {
    background-image: url(../images/minimal@2x.png);
    background-size: 200px 21px;
  }
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.owl-carousel .owl-wrapper:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  /*display: none;*/
  display: flex !important;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/*Slick.css*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  /*display: block;*/
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  /*display: block;*/
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
    flex: 1;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*! jQuery UI - v1.10.3 - 2013-10-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.slider.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: '';
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-filter: Alpha(Opacity=0);
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-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-next span,
.ui-datepicker .ui-datepicker-prev 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: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.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 0.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,
.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: 0;
}
.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,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.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: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.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: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top
    repeat-x;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50%
    repeat-x;
  color: #fff;
  font-weight: 700;
}
.ui-widget-header a {
  color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50%
    repeat-x;
  font-weight: 700;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50%
    repeat-x;
  font-weight: 700;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: 700;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50%
    top 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: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50%
    50% repeat;
  color: #fff;
}
.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -webkit-filter: Alpha(Opacity=70);
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -webkit-filter: Alpha(Opacity=35);
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  -webkit-filter: Alpha(Opacity=35);
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon,
.ui-state-default .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffd27a_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.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-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  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-first,
.ui-icon-seek-start {
  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;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50%
    repeat;
  opacity: 0.5;
  -webkit-filter: Alpha(Opacity=50);
  filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: 0.2;
  -webkit-filter: Alpha(Opacity=20);
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}
#slider a {
  text-decoration: none;
  outline: 0;
  color: #434b55;
  font-family: Ubuntu;
  font-size: 13px;
  font-weight: 400;
}
#max,
#min {
  width: 50px;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.ui-slider {
  box-shadow: none !important;
}
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0.67em 0;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: '\201C''\201D''\2018''\2019';
}
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: 0;
}
button,
input,
select,
textarea {
  margin: 0;
}
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;
}
input[type='checkbox'],
input[type='radio'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 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: '';
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  /*outline: thin dotted #333;*/
  /*outline: 5px auto -webkit-focus-ring-color;*/
  /*outline-offset: -2px;*/
    outline: none;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail,
.thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857;
}
dt {
  font-weight: 700;
}
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;
  }
  .dl-horizontal dd:after,
  .dl-horizontal dd:before {
    content: ' ';
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right .small,
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right .small:before,
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right .small:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
blockquote:after,
blockquote:before {
  content: '';
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:after,
.container:before {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after,
.row:before {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857;
  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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  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-'] {
  float: none;
  display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
  float: none;
  display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
input[type='search'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='checkbox'],
input[type='radio'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type='checkbox']:focus,
input[type='file']:focus,
input[type='radio']:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.checkbox label,
.radio label {
  display: inline;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'],
.radio input[type='radio'],
.radio-inline input[type='radio'] {
  float: left;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type='checkbox'],
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='radio'][disabled] {
  cursor: not-allowed;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
  height: 30px;
  line-height: 30px;
}
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
textarea.input-sm {
  height: auto;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
  height: 45px;
  line-height: 45px;
}
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
textarea.input-lg {
  height: auto;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
  }
  .form-inline .checkbox,
  .form-inline .radio,
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .checkbox input[type='checkbox'],
  .form-inline .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'],
  .navbar-form .radio input[type='radio'] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: ' ';
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: none;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-group-sm > .btn,
.btn-group-xs > .btn,
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../vendor/sass-bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(../vendor/sass-bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix)
      format('embedded-opentype'),
    url(../vendor/sass-bootstrap/fonts/glyphicons-halflings-regular.woff)
      format('woff'),
    url(../vendor/sass-bootstrap/fonts/glyphicons-halflings-regular.ttf)
      format('truetype'),
    url(../vendor/sass-bootstrap/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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.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';
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
  display: none;
  float: left;
  padding-top: 5px;
  margin-top: 10px;
  list-style: none;
}
.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: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #999;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999;
}
.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 dotted;
  border-bottom: 4px solid #000;
  content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-danger .caret,
.btn-info .caret,
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-danger .caret,
.dropup .btn-info .caret,
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group-vertical > .btn:focus,
.btn-group > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:after,
.btn-toolbar:before {
  content: ' ';
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
  content: ' ';
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle='buttons'] > .btn > input[type='checkbox'],
[data-toggle='buttons'] > .btn > input[type='radio'] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type='checkbox'],
.input-group-addon input[type='radio'] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:after,
.nav:before {
  content: ' ';
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #428bca;
}
.nav .open > a .caret,
.nav .open > a:focus .caret,
.nav .open > a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.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.42857;
  border: 1px solid transparent;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #428bca;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:focus .caret,
.nav-pills > li.active > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.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,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
  content: ' ';
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:after,
.navbar-header:before {
  content: ' ';
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  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:after,
.navbar-collapse:before {
  content: ' ';
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.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: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .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;
  border: 1px solid transparent;
  border-radius: 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;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    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;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@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;
    box-shadow: none;
  }
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li a:hover {
  color: #0070ff !important;
  background-color: transparent;
  text-decoration: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #f2f2f2;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:focus .caret,
.navbar-default .navbar-nav > .open > a:hover .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  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:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #090909;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 12px;
  line-height: 1.42857;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #eee;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:after,
.pager:before {
  content: ' ';
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:focus,
.label[href]:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: gray;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-weight: 700;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
}
.badge:empty {
  display: none;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.nav-pills > .active > a > .badge,
a.list-group-item.active > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14286;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  margin-bottom: 20px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #428bca;
}
.alert {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 0;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th {
  border-bottom: 0;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  margin-bottom: 20px;
  border-radius: 0;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  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: 1030;
  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.42857px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
  content: ' ';
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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;
  text-align: center;
  text-decoration: none;
}
.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;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  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: 0;
  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: 400;
  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: #999;
  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: #999;
  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: #999;
  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: #999;
  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;
}
.carousel {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  font-size: 20px;
  color: #fff;
}
.carousel-control.left {
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:after,
.clearfix:before {
  content: ' ';
  display: table;
}
.clearfix: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;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
td.visible-lg,
td.visible-md,
td.visible-sm,
td.visible-xs,
th.visible-lg,
th.visible-md,
th.visible-sm,
th.visible-xs,
tr.visible-lg,
tr.visible-md,
tr.visible-sm,
tr.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  td.visible-xs.visible-sm,
  th.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  td.visible-xs.visible-md,
  th.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  td.visible-xs.visible-lg,
  th.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  td.visible-sm.visible-xs,
  th.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  td.visible-sm.visible-md,
  th.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  td.visible-sm.visible-lg,
  th.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  td.visible-md.visible-xs,
  th.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  td.visible-md.visible-sm,
  th.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  td.visible-md.visible-lg,
  th.visible-md.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  td.visible-lg.visible-xs,
  th.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  td.visible-lg.visible-sm,
  th.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  td.visible-lg.visible-md,
  th.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
td.hidden-xs,
th.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  td.hidden-xs,
  th.hidden-xs,
  tr.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  td.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
td.hidden-sm,
th.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  td.hidden-sm,
  th.hidden-sm,
  tr.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  td.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
td.hidden-md,
th.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  td.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  td.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  td.hidden-md,
  th.hidden-md,
  tr.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  td.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
td.hidden-lg,
th.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  td.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  td.hidden-lg,
  th.hidden-lg,
  tr.hidden-lg {
    display: none !important;
  }
}
.visible-print,
td.visible-print,
th.visible-print,
tr.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  td.hidden-print,
  th.hidden-print,
  tr.hidden-print {
    display: none !important;
  }
}
.btn-default {
  font-family: Raleway-Regular;
  font-size: 15px;
  font-weight: 700;
  color: #929497;
  background-color: #e5e6e7;
  border-color: #e5e6e7;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .btn-default.dropdown-toggle {
  color: #929497;
  background-color: #d0d2d3;
  border-color: #c5c7ca;
}
.btn-default.active,
.btn-default:active,
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #e5e6e7;
  border-color: #e5e6e7;
}
.btn-primary {
  font-family: Raleway-Regular;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #006598;
  border-color: #006598;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004a6f;
  border-color: #003c5b;
}
.btn-primary.active,
.btn-primary:active,
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #006598;
  border-color: #006598;
}
.btn-warning {
  font-family: Raleway-Regular;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #f05a29;
  border-color: #f05a29;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e04310;
  border-color: #cd3d0e;
}
.btn-warning.active,
.btn-warning:active,
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f05a29;
  border-color: #f05a29;
}
.alert {
  padding: 5px 30px;
}
.alert-success {
  font-family: Raleway-Regular;
  font-size: 17px;
  font-weight: 400;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  font-family: Raleway-Regular;
  font-size: 17px;
  font-weight: 700;
  background-color: #006598;
  border-color: #006598;
  color: #fff;
}
.alert-info hr {
  border-top-color: #00547f;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  font-family: Raleway-Regular;
  font-size: 17px;
  font-weight: 700;
  background-color: #f05a29;
  border-color: #f05a29;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #ee4811;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  font-family: Raleway-Regular;
  font-size: 17px;
  font-weight: 700;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
a {
  color: #006598;
}
a:hover {
  text-decoration: underline;
}
.panel {
  border: 0;
  box-shadow: none;
}
.well {
  padding: 19px;
  background-color: #fff;
  border: 0;
  box-shadow: none;
}
.well-grey {
  padding: 19px;
  background-color: #f4f4f4;
  border: 0;
  box-shadow: none;
}
.tooltip {
  position: absolute;
}
.tooltip.in {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.tooltip-inner {
  color: #1c1d22;
  background-color: lightgrey;
  border-radius: 3px;
  font-family: Raleway-Regular;
  font-size: 13px;
  font-weight: 700;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: lightgrey;
}
.tooltip.right .tooltip-arrow {
  border-right-color: lightgrey;
}
.tooltip.left .tooltip-arrow {
  border-left-color: lightgrey;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: lightgrey;
}
.tooltip ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.panel-default {
  border-color: #fff;
}
.panel-default > .panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #000 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fff;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title a:hover {
  text-decoration: none;
}
.panel-body {
  padding: 10px 15px;
}
.panel-body:after,
.panel-body:before {
  content: ' ';
  display: table;
}
.panel-body:after {
  clear: both;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.size10 {
  font-size: 10px;
}
.size12 {
  font-size: 12px;
}
.size13 {
  font-size: 13px;
}
.size14 {
  font-size: 14px;
}
.size15 {
  font-size: 15px;
}
.size16 {
  font-size: 16px;
}
.size17 {
  font-size: 17px;
}
.size18 {
  font-size: 18px;
}
.size19 {
  font-size: 19px;
}
.size20 {
  font-size: 20px;
}
.size36 {
  font-size: 36px;
}
.vm {
  vertical-align: middle;
}
.vt {
  vertical-align: text-top;
}
.extra-padding {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.black {
  color: #000 !important;
}
.blue {
  color: #006598 !important;
}
.grey {
  color: #929497 !important;
}
.light-gray {
  color: #a6a8ab !important;
}
.orange {
  color: #f05a29 !important;
}
.cut {
  text-decoration: line-through !important;
}
.lh15 {
  line-height: 15px;
}
.lh20 {
  line-height: 20px;
}
.lh25 {
  line-height: 25px;
}
.lh30 {
  line-height: 30px;
}
.normal {
  font-weight: 400 !important;
}
.bold {
  font-weight: 700;
}
.primary-font {
  font-family: Raleway-Regular;
}
.rounded {
  border-radius: 3px / 3px;
}
.content {
  font-family: Raleway-Regular;
  font-size: 15px;
  color: #929497;
}
h1 {
  color: #006598;
  font-size: 24px;
  font-family: Raleway-Regular;
}
body {
  font-family: Raleway-Regular;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .container .container {
    max-width: 1170px;
  }
}
.container.navbar .navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
}
.navbar {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.navbar .navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li a {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover {
  background-color: transparent;
  color: #006598;
}
.navbar .navbar-nav li a.btn-warning.active,
.navbar .navbar-nav li a.btn-warning:active,
.navbar .navbar-nav li a.btn-warning:focus,
.navbar .navbar-nav li a.btn-warning:hover,
.open .navbar .navbar-nav li a.btn-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #0070ff;
  border-color: #0070ff;
}
.navbar .navbar-nav li a.btn-warning.active,
.navbar .navbar-nav li a.btn-warning:active,
.open .navbar .navbar-nav li a.btn-warning.dropdown-toggle {
  background-image: none;
}
.navbar .navbar-nav li a.btn-warning.disabled,
.navbar .navbar-nav li a.btn-warning.disabled.active,
.navbar .navbar-nav li a.btn-warning.disabled:active,
.navbar .navbar-nav li a.btn-warning.disabled:focus,
.navbar .navbar-nav li a.btn-warning.disabled:hover,
.navbar .navbar-nav li a.btn-warning[disabled],
.navbar .navbar-nav li a.btn-warning[disabled].active,
.navbar .navbar-nav li a.btn-warning[disabled]:active,
.navbar .navbar-nav li a.btn-warning[disabled]:focus,
.navbar .navbar-nav li a.btn-warning[disabled]:hover,
fieldset[disabled] .navbar .navbar-nav li a.btn-warning,
fieldset[disabled] .navbar .navbar-nav li a.btn-warning.active,
fieldset[disabled] .navbar .navbar-nav li a.btn-warning:active,
fieldset[disabled] .navbar .navbar-nav li a.btn-warning:focus,
fieldset[disabled] .navbar .navbar-nav li a.btn-warning:hover {
  background-color: #f05a29;
  border-color: #f05a29;
}
.navbar .navbar-nav li a.btn-default.active,
.navbar .navbar-nav li a.btn-default:active,
.navbar .navbar-nav li a.btn-default:focus,
.navbar .navbar-nav li a.btn-default:hover,
.open .navbar .navbar-nav li a.btn-default.dropdown-toggle {
  color: #929497;
  background-color: #d0d2d3;
  border-color: #c5c7ca;
}
.navbar .navbar-nav li a.btn-default.active,
.navbar .navbar-nav li a.btn-default:active,
.open .navbar .navbar-nav li a.btn-default.dropdown-toggle {
  background-image: none;
}
.navbar .navbar-nav li a.btn-default.disabled,
.navbar .navbar-nav li a.btn-default.disabled.active,
.navbar .navbar-nav li a.btn-default.disabled:active,
.navbar .navbar-nav li a.btn-default.disabled:focus,
.navbar .navbar-nav li a.btn-default.disabled:hover,
.navbar .navbar-nav li a.btn-default[disabled],
.navbar .navbar-nav li a.btn-default[disabled].active,
.navbar .navbar-nav li a.btn-default[disabled]:active,
.navbar .navbar-nav li a.btn-default[disabled]:focus,
.navbar .navbar-nav li a.btn-default[disabled]:hover,
fieldset[disabled] .navbar .navbar-nav li a.btn-default,
fieldset[disabled] .navbar .navbar-nav li a.btn-default.active,
fieldset[disabled] .navbar .navbar-nav li a.btn-default:active,
fieldset[disabled] .navbar .navbar-nav li a.btn-default:focus,
fieldset[disabled] .navbar .navbar-nav li a.btn-default:hover {
  background-color: #e5e6e7;
  border-color: #e5e6e7;
}
.navbar .navbar-nav li a.btn-default:hover {
  color: #929497;
  background-color: #e5e6e7;
  border-color: #e5e6e7;
}
.navbar .navbar-nav li a.btn-default:hover.active,
.navbar .navbar-nav li a.btn-default:hover:active,
.navbar .navbar-nav li a.btn-default:hover:focus,
.navbar .navbar-nav li a.btn-default:hover:hover,
.open .navbar .navbar-nav li a.btn-default:hover.dropdown-toggle {
  color: #929497;
  background-color: #d0d2d3;
  border-color: #c5c7ca;
}
.navbar .navbar-nav li a.btn-default:hover.active,
.navbar .navbar-nav li a.btn-default:hover:active,
.open .navbar .navbar-nav li a.btn-default:hover.dropdown-toggle {
  background-image: none;
}
.navbar .navbar-nav li a.btn-default:hover.disabled,
.navbar .navbar-nav li a.btn-default:hover.disabled.active,
.navbar .navbar-nav li a.btn-default:hover.disabled:active,
.navbar .navbar-nav li a.btn-default:hover.disabled:focus,
.navbar .navbar-nav li a.btn-default:hover.disabled:hover,
.navbar .navbar-nav li a.btn-default:hover[disabled],
.navbar .navbar-nav li a.btn-default:hover[disabled].active,
.navbar .navbar-nav li a.btn-default:hover[disabled]:active,
.navbar .navbar-nav li a.btn-default:hover[disabled]:focus,
.navbar .navbar-nav li a.btn-default:hover[disabled]:hover,
fieldset[disabled] .navbar .navbar-nav li a.btn-default:hover,
fieldset[disabled] .navbar .navbar-nav li a.btn-default:hover.active,
fieldset[disabled] .navbar .navbar-nav li a.btn-default:hover:active,
fieldset[disabled] .navbar .navbar-nav li a.btn-default:hover:focus,
fieldset[disabled] .navbar .navbar-nav li a.btn-default:hover:hover {
  background-color: #e5e6e7;
  border-color: #e5e6e7;
}
.navbar .navbar-nav li.active a {
  background-color: transparent;
  color: #006598;
  font-weight: 700;
}
.navbar .navbar-nav li.active a:focus,
.navbar .navbar-nav li.active a:hover {
  background-color: transparent;
  color: #006598;
}
.navbar .navbar-nav li.dropdown ul.dropdown-menu li a {
  font-family: Raleway-Regular;
  font-size: 15px;
  font-weight: 'normal';
  color: #929497;
  padding: 3px 4px;
}

.form .form-control:focus {
  border-color: #e5e6e7;
  outline: 0;
  box-shadow: none;
}
.form .form-control[readonly] {
  cursor: pointer;
  background-color: #fff;
}
.form label {
  font-size: 16px;
  font-family: Raleway-Regular;
}
.form input,
.form select,
.form textarea {
  border: 1px solid #dbe0e3;
  border-radius: 10px;
  box-shadow: none;
}
.form .checkbox {
  padding-left: 0;
}
.form .checkbox label {
  font-size: 15px;
  color: #929497;
}
.form .radio {
  padding-left: 0;
}
.form .radio label {
  font-size: 15px;
  color: #929497;
}
.form .input-group input.date {
  margin-right: -1px;
  border-right: 0;
}
.form .input-group .input-group-addon {
  background: 0 0;
  border: 2px solid #e5e6e7;
  border-left: 0;
  color: #929497;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 8px;
}
.form .input-group .input-group-addon:hover {
  cursor: pointer;
  color: #656565;
}
.more-info a {
  font-family: Raleway-Regular;
  color: #656565;
  font-size: 15px;
}
.more-info a:hover {
  font-family: Raleway-Regular;
  color: #656565;
  font-size: 15px;
  text-decoration: none;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control {
  position: absolute;
  top: 30%;
  left: 0;
  bottom: 0;
  width: 5%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-align: center;
  text-shadow: none;
}
.home-contact {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .home-contact {
    margin-bottom: 70px;
  }
}
.home-contact h1,
.home-contact div {
  font-family: Raleway-Regular;
  font-size: 24px;
  font-weight: 700;
  color: #006598;
  margin-bottom: 10px;
  margin-top: 5px;
  letter-spacing: 1px;
}
.home-contact small {
  font-family: Raleway-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #929497;
  letter-spacing: 1px;
}
.home-contact .media-img {
  float: right;
}
@media (max-width: 1199px) {
  .home-contact .media-img {
    width: 100%;
    text-align: center;
    float: none;
  }
  .home-contact .media-img:after,
  .home-contact .media-img:before {
    content: ' ';
    display: table;
  }
  .home-contact .media-img:after {
    clear: both;
  }
}
.home-thumb .thumbnail {
  padding: 0;
}
.home-thumb .thumbnail .caption {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  color: #929497;
}
.home-thumb .thumbnail .caption .caption-middle {
  margin-top: 20px;
  height: 143px;
}
@media (max-width: 1199px) {
  .home-thumb .thumbnail .caption .caption-middle {
    height: 129px;
  }
}
.home-thumb h3 {
  font-size: 22px;
  color: #000;
  margin: 0;
}
@media (max-width: 1199px) {
  .home-thumb h3 {
    font-size: 18px;
  }
}
.home-thumb h3 small {
  font-size: 15px;
  color: #656565;
}
.home-thumb .list-group {
  font-size: 17px;
  color: #006598;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .home-thumb .list-group {
    font-size: 16px;
  }
}
.home-thumb .list-group .list-group-item {
  border: 0;
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .home-thumb .list-group .list-group-item a {
    font-size: 16px;
  }
}
.home-thumb .list-group small {
  font-size: 14px;
  color: #656565;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .home-thumb .list-group small {
    font-size: 13px;
  }
}
.home-thumb .list-group .badge-price {
  float: right;
  background-color: transparent;
  color: #006598;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .home-thumb .list-group .badge-price {
    font-size: 16px;
  }
}
.testimonials {
  background-color: #fff;
  border: 0;
  padding: 40px 10px 40px 0;
}
.testimonials p {
  font-size: 20px;
  font-family: Raleway-Regular;
  color: #929497;
  font-weight: 400;
}
.testimonials .who {
  color: #656565;
  font-size: 14px;
  font-family: Raleway-Regular;
  font-weight: 400;
}
.text-box {
  background-color: #fff;
  padding: 20px 25px;
  width: 100%;
  color: #000;
  font-size: 15px;
  font-family: Raleway-Regular;
  font-weight: 400;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5 {
  color: #000;
  padding: 0;
  margin: 10px 0;
}
.text-box p {
  color: #000;
  font-size: 15px;
  font-family: Raleway-Regular;
  font-weight: 400;
}
.footer .copyright {
  margin-top: 20px;
  font-family: Raleway-Regular;
  font-size: 14px;
  color: #929497;
}
@media (max-width: 1199px) {
  .footer .copyright {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .footer .copyright {
    margin-top: 15px;
  }
}
.footer .copyright a {
  color: #006598;
  font-weight: 700;
}
.footer .copyright strong {
  color: #e04310;
}
.footer .btn {
  padding-bottom: 6px;
}
.footer .foo-phone {
  color: #006598;
  font-size: 24px;
  font-family: Raleway-Regular;
}
.footer .foo-email {
  color: #006598;
  font-size: 17px;
  font-family: Raleway-Regular;
}
footer ul li {
  border-right: 1px solid #929497 !important;
  line-height: 1;
}
footer ul li a {
  color: #929497 !important;
}
footer ul li a:hover {
  color: #006598 !important;
}
footer ul li:nth-last-child(1) {
  border-right: 0 !important;
}
.steps {
  background: url(../images/steps-bg.png);
  background-position: 0 50%;
  background-repeat: repeat-x;
  margin: 15px 0;
}
.steps .step {
  padding-left: 10%;
}
.steps .step a {
  color: #a6a8ab;
  font-size: 24px;
  padding-top: 5px;
}
.steps .step a strong {
  font-weight: 400;
  line-height: 53px;
}
.steps .step a:hover {
  text-decoration: none;
}
.steps .active a {
  color: #000;
}
.steps .active a:hover {
  color: #000;
  text-decoration: none;
}
.steps .checked a {
  color: #006598;
}
.badge {
  position: absolute;
  z-index: 1;
  padding-top: 8px;
  font-size: 17px;
  font-family: Raleway-Regular;
  color: #fff;
  border-radius: 0;
  background-color: none;
}
.badge-orange {
  background: url(../images/badge-orange.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 185px;
  height: 41px;
}
.badge-yellow {
  background: url(../images/badge-yellow.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 185px;
  height: 41px;
}
.cars .well {
  padding: 0;
  margin-bottom: 10px;
}
.car {
  border: 1px solid #e5e5e5;
  font-family: Raleway-Regular;
  color: #656565;
  font-size: 15px;
}
.car:hover .btn-warning.active,
.car:hover .btn-warning:active,
.open .car:hover .btn-warning.dropdown-toggle {
  background-image: none;
}
.car:hover .btn-warning.disabled,
.car:hover .btn-warning.disabled.active,
.car:hover .btn-warning.disabled:active,
.car:hover .btn-warning.disabled:focus,
.car:hover .btn-warning.disabled:hover,
.car:hover .btn-warning[disabled],
.car:hover .btn-warning[disabled].active,
.car:hover .btn-warning[disabled]:active,
.car:hover .btn-warning[disabled]:focus,
.car:hover .btn-warning[disabled]:hover,
fieldset[disabled] .car:hover .btn-warning,
fieldset[disabled] .car:hover .btn-warning.active,
fieldset[disabled] .car:hover .btn-warning:active,
fieldset[disabled] .car:hover .btn-warning:focus,
fieldset[disabled] .car:hover .btn-warning:hover {
  background-color: #006598;
  border-color: #006598;
}
.car .car-details i {
  display: none;
}
.car .car-details:hover {
  text-decoration: none;
}
.car .car-details:hover i {
  display: block;
  position: absolute;
  left: 50%;
  top: 40%;
  font-size: 36px;
  opacity: 0.8;
  color: #fff;
}
.car-middle .options {
  margin-bottom: 10px;
}
.car-middle .options li {
  padding-right: 12px;
}
.car-middle .more-info {
  margin-top: 20px;
}
.car-right {
  padding: 10px 0;
  font-family: Raleway-Regular;
  background-color: #f4f4f4;
}
.car-right .car-right-list {
  text-align: center;
}
.car-right .car-right-list li {
  padding: 5px 0;
  line-height: 20px;
}
.car-quote-link {
  font-size: 13px;
  color: #a6a8ab;
}
.car-quote-link:hover {
  color: #006598;
  text-decoration: none;
}
.car-quote-link:hover i {
  background-position: 1px -1374px;
  width: 27px;
  height: 13px;
}
.big-price {
  font-size: 36px;
  color: #000;
  padding: 0;
  margin: 0;
}
.big-price ins {
  text-decoration: none;
  font-size: 22px;
}
.cars-grid .car .car-details:hover i {
  display: block;
  position: absolute;
  left: 50%;
  top: 40%;
  font-size: 36px;
  opacity: 0.8;
  color: #fff;
}
.cars-grid .car-middle div {
  margin-bottom: 10px;
  font-family: Raleway-Regular;
  font-size: 22px;
  color: #000;
}
.cars-grid .car-middle div small {
  color: #656565;
  font-size: 15px;
}
.cars-grid .car-middle .options {
  margin-bottom: 10px;
}
.cars-grid .car-middle .options li {
  padding-right: 20px;
}
.cars-grid .car-middle .more-info {
  margin-top: 20px;
}
.cars-grid .car-right-grid .car-right-list {
  text-align: left;
}
.cars-grid .car-right-grid .car-right-list li {
  line-height: 20px;
}
.cars-grid .big-price {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 0;
  margin: 0;
}
.cars-grid .big-price ins {
  font-weight: 400;
  text-decoration: none;
  font-size: 22px;
}
.filters {
  margin-top: 10px;
}
.filters li {
  background-color: #e5e5e5;
  margin-right: 20px;
  line-height: 20px;
}
.filters li a {
  font-size: 18px;
  font-family: Raleway-Regular;
  color: #656565;
  font-weight: 700;
}
.filters li a span {
  font-size: 13px;
}
.filters li a span:after,
.filters li a span:before {
  content: ' ';
  display: table;
}
.filters li a span:after {
  clear: both;
}
.filters li:nth-last-child(1) {
  margin-right: 0;
}
.filters li.active,
.filters li:hover {
  background-color: #006598;
  cursor: pointer;
}
.filters li.active a,
.filters li:hover a {
  color: #fff;
}
.filters li.active a:hover,
.filters li:hover a:hover {
  text-decoration: none;
}
.filters li.active a:hover span,
.filters li:hover a:hover span {
  color: #fff;
}
.filters .filters-grid {
  padding: 0 !important;
}
.filters .filters-grid a {
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
}
.filters .filters-grid a span {
  text-align: center;
}
.filters .filters-grid:hover {
  background-color: #e5e5e5;
  color: #656565;
}
.filters .filters-grid:hover a {
  color: #656565;
}
.filters .filters-grid:hover a.active,
.filters .filters-grid:hover a:hover {
  color: #006598;
  text-decoration: none;
}
.filters .filters-grid a.active {
  color: #006598;
}
.filters .filters-grid:hover a.active span,
.filters .filters-grid:hover a:hover span {
  color: #006598;
}
.summary {
  color: #000;
  font-size: 15px;
  font-family: Raleway-Regular;
}
.summary .badge {
  margin-left: -25px;
}
.summary .big {
  font-size: 22px;
}
.confirmation-address {
  font-size: 17px;
  color: #000;
  font-family: Raleway-Regular;
  font-weight: 700;
}
.confirmation-address a {
  text-decoration: none;
  font-size: 17px;
  color: #000;
}
.confirmation-address a:hover {
  text-decoration: none;
  color: #006598;
}
.inner-banner {
  margin-bottom: 10px;
}
.inner-banner:after,
.inner-banner:before {
  content: ' ';
  display: table;
}
.inner-banner:after {
  clear: both;
}
.foo-like-text {
  float: left;
}
@media (max-width: 1199px) {
  .foo-like-text {
    float: right;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .foo-like-text {
    float: left;
    margin-top: 0;
    display: none;
  }
}
.ui-widget {
  font-family: Raleway-Regular !important;
  font-size: 14px !important;
}
.ui-datepicker {
  margin-top: 3px;
  margin-bottom: 3px;
}
.ui-widget-content {
  border: 2px solid #e5e6e7 !important;
  background: #fff !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.ui-datepicker-header {
  font-family: Raleway-Regular !important;
  color: #333 !important;
  padding: 0 !important;
  border-top: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-bottom: 0 !important;
  overflow: hidden !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  background: none !important;
}
.ui-datepicker-header .ui-state-hover {
  background: transparent !important;
  border-color: transparent !important;
  cursor: pointer !important;
}
.ui-datepicker .ui-datepicker-title {
  line-height: 2.2em !important;
  font-weight: 400 !important;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: -1px !important;
  background: #fff !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  border: 0 !important;
  height: 2.2em !important;
  width: 1.4em !important;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background: #e5e6e7 !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0 !important;
  border-right: 1px solid #fff !important;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px !important;
  border-left: 1px solid #fff !important;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  margin-top: -4px !important;
  top: 40% !important;
}
.ui-icon-circle-triangle-e {
  background-image: url(images/ui-icons_222222_256x240.png) !important;
  background-position: -32px 0 !important;
}
.ui-icon-circle-triangle-w {
  background-image: url(images/ui-icons_222222_256x240.png) !important;
  background-position: -96px 0 !important;
}
.ui-datepicker {
  padding: 0 0 10px 10px !important;
}
.ui-datepicker table {
  margin: 0 !important;
  border: 0 !important;
}
.ui-datepicker th {
  padding: 0.6em 0 0.4em !important;
  text-transform: uppercase !important;
  color: #333 !important;
  font-family: Raleway-Regular !important;
  font-weight: 400 !important;
  font-size: 0.8em !important;
  border-top: 0 !important;
  border-bottom: 2px solid #e5e6e7 !important;
}
.ui-datepicker td {
  border: 0 !important;
  border-top: 2px solid #e5e6e7 !important;
  border-right: 2px solid #e5e6e7 !important;
  border-left: 0 !important;
  padding: 0 !important;
}
td:nth-last-child(1) {
  border-right: 0 !important;
}
td .ui-state-default {
  background: transparent !important;
  border: 0 !important;
  color: #2b2b2b !important;
  margin: 0 !important;
  font-family: Ubuntu, sans-serif !important;
  font-weight: 400 !important;
  text-align: center !important;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #378def !important;
  color: #fff !important;
}
td a.ui-state-active,
td a.ui-state-active.ui-state-hover {
  color: #fff !important;
  text-shadow: none !important;
  background: #378def !important;
}
.ui-datepicker-group-first .ui-datepicker-calendar,
.ui-datepicker-group-last .ui-datepicker-calendar {
  border: 2px solid #e5e6e7 !important;
} /*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100% !important;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: #006598;
  background-image: linear-gradient(to bottom, #006598, #006598);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006598', endColorstr='#006598', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 30px;
  height: 20px;
  background-color: #006598;
  background-image: linear-gradient(to bottom, #006598, #006598);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006598', endColorstr='#006598', GradientType=0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 1;
  border: 0 solid transparent;
  border-radius: 4px;
}
.slider-handle.round {
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
.orange-slider .slider-selection {
  position: absolute;
  background-color: #f05a29;
  background-image: linear-gradient(to bottom, #f05a29, #f05a29);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05a29', endColorstr='#f05a29', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.orange-slider .slider-handle {
  position: absolute;
  width: 30px;
  height: 20px;
  background-color: #f05a29;
  background-image: linear-gradient(to bottom, #f05a29, #f05a29);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05a29', endColorstr='#f05a29', GradientType=0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 1;
  border: 0 solid transparent;
  border-radius: 4px;
}
.sprite {
  background: url(../images/sprite.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
}
.sprite-airplane {
  background-position: 0 0;
  width: 21px;
  height: 21px;
}
.sprite-airplane_orange {
  background-position: 0 -71px;
  width: 21px;
  height: 21px;
}
.sprite-arrow-left {
  background-position: 0 -142px;
  width: 28px;
  height: 27px;
}
.sprite-arrow-right {
  background-position: 0 -219px;
  width: 28px;
  height: 27px;
}
.sprite-arrow-top {
  background-position: 0 -296px;
  width: 28px;
  height: 27px;
}
.sprite-arrow {
  background-position: 0 -373px;
  width: 15px;
  height: 8px;
}
.sprite-best-price {
  background-position: 0 -431px;
  width: 166px;
  height: 40px;
}
.sprite-booking {
  background-position: 0 -521px;
  width: 324px;
  height: 61px;
}
.sprite-calendar {
  background-position: 0 -632px;
  width: 23px;
  height: 20px;
}
.sprite-car {
  background-position: 0 -702px;
  width: 25px;
  height: 21px;
}
.sprite-car_white {
  background-position: 0 -773px;
  width: 25px;
  height: 21px;
}
.sprite-card {
  background-position: 0 -844px;
  width: 103px;
  height: 18px;
}
.sprite-chat {
  background-position: 0 -912px;
  width: 61px;
  height: 67px;
}
.sprite-checkbox-uncheck {
  background-position: 0 -1029px;
  width: 21px;
  height: 21px;
}
.sprite-checkmark-orange {
  background-position: 0 -1100px;
  width: 15px;
  height: 12px;
}
.sprite-checkmark {
  background-position: 0 -1162px;
  width: 15px;
  height: 11px;
}
.sprite-discount {
  background-position: 0 -1223px;
  width: 45px;
  height: 30px;
}
.sprite-edit {
  background-position: 0 -1303px;
  width: 21px;
  height: 21px;
}
.sprite-email-quote-current {
  background-position: 0 -1374px;
  width: 26px;
  height: 13px;
}
.sprite-email-quote {
  background-position: 0 -1437px;
  width: 27px;
  height: 13px;
}
.sprite-facebook {
  background-position: 0 -1500px !important;
  width: 38px;
  height: 38px;
}
.sprite-gplus {
  background-position: 0 -1588px;
  width: 38px;
  height: 38px;
}
.sprite-grid-current {
  background-position: 0 -1676px;
  width: 22px;
  height: 21px;
}
.sprite-grid {
  background-position: 0 -1747px;
  width: 22px;
  height: 21px;
}
.sprite-info {
  background-position: 0 -1818px;
  width: 21px;
  height: 21px;
}
.sprite-like {
  background-position: 0 -1889px;
  width: 183px;
  height: 88px;
}
.sprite-list-current {
  background-position: -374px 0;
  width: 24px;
  height: 21px;
}
.sprite-list {
  background-position: -374px -71px;
  width: 24px;
  height: 21px;
}
.sprite-lock {
  background-position: -374px -142px;
  width: 21px;
  height: 21px;
}
.sprite-most-popular {
  background-position: -374px -213px;
  width: 185px;
  height: 41px;
}
.sprite-one-more-step {
  background-position: -374px -304px;
  width: 174px;
  height: 66px;
}
.sprite-opt-door {
  background-position: -374px -420px;
  width: 26px;
  height: 21px;
}
.sprite-opt-gear {
  background-position: -374px -491px;
  width: 26px;
  height: 21px;
}
.sprite-opt-gift {
  background-position: -374px -562px;
  width: 26px;
  height: 21px;
}
.sprite-opt-people {
  background-position: -374px -633px;
  width: 26px;
  height: 21px;
}
.sprite-opt-snow {
  background-position: -374px -704px;
  width: 26px;
  height: 21px;
}
.sprite-paypal {
  background-position: -374px -775px;
  width: 59px;
  height: 20px;
}
.sprite-phone {
  background-position: -374px -845px;
  width: 63px;
  height: 58px;
}
.sprite-save-a-tree {
  background-position: -374px -953px;
  width: 491px;
  height: 70px;
}
.sprite-step1-current {
  background-position: -374px -1035px;
  width: 54px;
  height: 53px;
}
.sprite-step1 {
  background-position: -374px -1138px;
  width: 54px;
  height: 53px;
}
.sprite-step2-current {
  background-position: -374px -1241px;
  width: 54px;
  height: 53px;
}
.sprite-step2 {
  background-position: -374px -1344px;
  width: 54px;
  height: 53px;
}
.sprite-step3-current {
  background-position: -374px -1447px;
  width: 54px;
  height: 53px;
}
.sprite-step3 {
  background-position: -374px -1550px;
  width: 54px;
  height: 53px;
}
.sprite-step4-current {
  background-position: -374px -1653px;
  width: 54px;
  height: 53px;
}
.sprite-step4 {
  background-position: -374px -1756px;
  width: 54px;
  height: 53px;
}
.sprite-twitter {
  background-position: -374px -1859px !important;
  width: 38px;
  height: 38px;
}
.tag {
  background: url(../images/tag.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 21px;
  height: 21px;
}
.like {
  background: url(../images/like.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 21px;
  height: 21px;
}
.sprite-choose-extra {
  background: url(../images/choose-extra.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 206px;
  height: 45px;
}
.sprite-man {
  background: url(../images/man.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 11px;
  height: 26px;
}
.sprite-step-check {
  background: url(../images/step-check.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 54px;
  height: 53px;
}
.sprite-quote-before {
  background: url(../images/quote_before.png) no-repeat;
  vertical-align: top;
  display: inline-block;
  z-index: 2;
  width: 26px;
  height: 21px;
}
.sprite-quote-after {
  background: url(../images/quote_after.png) no-repeat;
  vertical-align: bottom;
  display: inline-block;
  z-index: 2;
  width: 26px;
  height: 21px;
}
.sprite-contact-marker {
  background: url(../images/marker.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 17px;
  height: 26px;
}
.sprite-contact-phone {
  background: url(../images/phone.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 18px;
  height: 17px;
}
.sprite-contact-email {
  background: url(../images/mail.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 19px;
  height: 13px;
}
.sprite-long-term {
  background: url(../images/looking_long_term.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 324px;
  height: 60px;
}
.sprite-num1 {
  background: url(../images/num1.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 19px;
  height: 19px;
}
.sprite-num2 {
  background: url(../images/num2.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 19px;
  height: 19px;
}
.sprite-num3 {
  background: url(../images/num3.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 19px;
  height: 19px;
}
.sprite-num4 {
  background: url(../images/num4.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 19px;
  height: 19px;
}
.sprite-num5 {
  background: url(../images/num5.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 19px;
  height: 19px;
}
.sprite-num6 {
  background: url(../images/num6.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 19px;
  height: 19px;
}
.sprite-num7 {
  background: url(../images/num7.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  width: 19px;
  height: 19px;
}
.sprite-like-invers {
  background: url(../images/like-invers.png) no-repeat;
  display: block;
  width: 154px;
  height: 51px;
}
/* Santiago Datepicker*/
.ui-widget {
  font-family: Raleway-Regular !important;
  font-size: 14px !important;
}
.ui-datepicker {
  padding: 0 !important;
  margin-top: 3px;
  margin-bottom: 3px;
  z-index: 1000000 !important;
}
.ui-widget-content {
  border: 2px solid #e5e6e7 !important;
  background: #fff !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.ui-datepicker-header {
  font-family: Raleway-Regular !important;
  color: #333 !important;
  padding: 0 !important;
  border-top: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-bottom: none !important;
  overflow: hidden !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  background: 0 0 !important;
}
.ui-datepicker-header .ui-state-hover {
  background: 0 0 !important;
  border-color: transparent !important;
  cursor: pointer !important;
}
.ui-datepicker .ui-datepicker-title {
  line-height: 2.2em !important;
  font-weight: 400 !important;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: -1px !important;
  background: #fff !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  border: none !important;
  height: 2.2em !important;
  width: 1.4em !important;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background: #e5e6e7 !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0 !important;
  border-right: 1px solid #fff !important;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px !important;
  border-left: 1px solid #fff !important;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  margin-top: -4px !important;
  top: 40% !important;
}
.ui-icon-circle-triangle-e {
  background-image: url(images/ui-icons_222222_256x240.png) !important;
  background-position: -32px 0 !important;
}
.ui-icon-circle-triangle-w {
  background-image: url(images/ui-icons_222222_256x240.png) !important;
  background-position: -96px 0 !important;
}
.ui-datepicker {
  padding: 0 0 10px 10px !important;
}
.ui-datepicker table {
  margin: 0 !important;
  border: 0 !important;
}
.ui-datepicker th {
  padding: 0.6em 0 0.4em !important;
  text-transform: uppercase !important;
  color: #333 !important;
  font-family: Raleway-Regular !important;
  font-weight: 400 !important;
  font-size: 0.8em !important;
  border-top: 0 !important;
  border-bottom: 2px solid #e5e6e7 !important;
}
.ui-datepicker td {
  border: none !important;
  border-top: 2px solid #e5e6e7 !important;
  border-right: 2px solid #e5e6e7 !important;
  border-left: 0 !important;
  padding: 0 !important;
}
td:nth-last-child(1) {
  border-right: 0 !important;
}
td .ui-state-default {
  background: 0 0 !important;
  border: none !important;
  color: #2b2b2b !important;
  margin: 0 !important;
  font-family: Ubuntu, sans-serif !important;
  font-weight: 400 !important;
  text-align: center !important;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #378def !important;
  color: #fff !important;
}
td a.ui-state-active,
td a.ui-state-active.ui-state-hover {
  color: #fff !important;
  text-shadow: none !important;
  background: #378def !important;
}
.ui-datepicker-group-first .ui-datepicker-calendar {
  border: 2px solid #e5e6e7 !important;
}
.ui-datepicker-group-last .ui-datepicker-calendar {
  border: 2px solid #e5e6e7 !important;
}
/*Daterangepicker CSS*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:after,
.daterangepicker:before {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #000;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker option.disabled,
.daterangepicker td.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .drp-calendar,
  .daterangepicker.single .ranges {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .drp-calendar,
  .daterangepicker .ranges {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/*Select2 CSS*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir='rtl']
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 13px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir='rtl']
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir='rtl']
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role='group'] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled='true'] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir='rtl']
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir='rtl']
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role='group'] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled='true'] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*Icheck blue*/
.icheckbox_flat-blue,
.iradio_flat-blue {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: none;
  cursor: pointer;
}
.icheckbox_flat-blue.disabled {
  background-position: -44px 0;
  cursor: default;
}
.icheckbox_flat-blue.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-blue.disabled {
  background-position: -132px 0;
  cursor: default;
}
.iradio_flat-blue.checked.disabled {
  background-position: -154px 0;
}
.icheckbox_flat-blue:hover {
  background-position: -176px 0;
}
.icheckbox_flat-blue.checked:hover {
  background-position: -198px 0;
}
.iradio_flat-blue:hover {
  background-position: -220px 0;
}
.iradio_flat-blue.checked:hover {
  background-position: -242px 0;
}
.icheckbox_flat-blue.active,
.icheckbox_flat-blue.focus,
.iradio_flat-blue.active,
.iradio_flat-blue.focus {
  outline: 0;
}
.icheckbox_flat-blue {
  background: url(../images/unchecked-flat.svg) center center/contain no-repeat !important;
}
.icheckbox_flat-blue.checked {
  background: url(../images/checked-flat-blue.svg) center center/contain
    no-repeat !important;
}

.alert-danger {
  font-family: Raleway-Regular;
  font-size: 17px;
  font-weight: 700;
  background-color: #b94a48;
  border-color: #b94a48;
  color: #fff;
}

.parsley-error-list {
  list-style: none !important;
  padding: 0;
  margin: 5px 0 10px 0;
}

.parsley-error-list li {
  color: rgba(239, 90, 55, 0.7) !important;
}

.car_details_table {
  margin-top: 20px;
}

.badge-orange {
  font-size: 15px;
}

.badge-blue {
  font-size: 15px;
}

.badge-yellow {
  font-size: 15px;
}

.pl0 {
  padding-left: 0 !important;
}

.bgf4 {
  background: #f4f4f4;
}

.bgff {
  background: #fff;
}

.brccc {
  border-right: 1px solid #ccc;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.cho {
  border: 1px solid red;
  float: left;
  width: 500px;
  margin: 0 !important;
}

.cho li {
  width: 150px;
  height: 100px;
  color: #fff;
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  padding: 0;
  display: inline-block;
}

.cho li span {
  position: absolute;
  z-index: 999;
  color: #fff;
  font-size: 36px;
  margin-left: 20px;
}

.bggrey {
  background: #e5e5e5;
}

.remove_car {
  position: absolute;
  font-size: 16px;
}

.size20_1 {
  font-size: 18px !important;
}

.size22_1 {
  font-size: 28px !important;
}

.doodle {
  background-image: url(../images/doodle.png);
  width: 55px;
  height: 96px;
  position: relative;
  overflow: visible;
  float: right;
  left: -30px;
  bottom: -30px;
}

.mobile_adjust320_1 {
  margin-top: 550px;
  float: left;
  width: 100%;
}

.box-success {
  border: 2px solid #4cae4c;
  margin: 0 25px;
  padding: 5px 10px;
  border-radius: 2px;
}

.border_green {
  border: 2px solid #4cae4c !important;
}

.calendar_input_green {
  border: 2px solid #4cae4c !important;
  border-right: 0 !important;
}

.calendar_addon_green {
  border: 2px solid #4cae4c !important;
  border-left: 0 !important;
}

.floating-ico li a {
  padding: 10px 14px 6px 14px;
  border-radius: 50px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
}

.floating-ico li a.email_ico {
  background: #f05a29;
  position: fixed;
  z-index: 99999;
  left: 20px;
  bottom: 50px;
}

.floating-ico li a.phone_ico {
  background: #4cae4c;
  position: fixed;
  z-index: 99999;
  right: 20px;
  bottom: 50px;
}

.fix-form {
  position: fixed;
  margin: 0 auto;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.click_calendar:hover {
  cursor: pointer;
}

.loading_gif {
  background: url(../images/loading_24x24.gif);
  width: 24px;
  height: 24px;
  display: block;
}

.orange_bg {
  background: #f05a29;
}

.white_text {
  color: #fff !important;
}

.h2styled {
  color: #006598;
  font-size: 20px;
  font-family: Raleway-Regular;
}

.item-price-info {
  padding: 42px 0;
}

@media (max-width: 479px) {
  .nav-tabs > li {
    float: none;
  }
  .filters .filters-grid {
    display: none;
  }
  .adjust320 {
    margin-top: 600px;
    float: left;
    width: 100%;
  }
  .adjust320_1 {
    margin-top: 650px;
    float: left;
    width: 100%;
  }
  .adjust320_2 {
    margin-top: 700px;
    float: left;
    width: 100%;
  }
  .booking-container .nav-tabs li.active a,
  .booking-container .nav-tabs li.active a:hover {
    background-color: #e04310;
    border: 1px solid #e04310;
    outline: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-right: 0;
  }
  .booking-container .nav-tabs li a,
  .booking-container .nav-tabs li a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    outline: 0;
    color: #e04310;
    font-size: 15px;
    font-weight: 700;
    margin-right: 0;
    border-bottom: 1px solid #eee;
  }
  .booking-container .single-tab li a,
  .booking-container .single-tab li.active a,
  .booking-container .single-tab li.active a:hover {
    background-color: #e04310 !important;
    border: 1px solid #e04310 !important;
    color: #fff !important;
  }
  .booking-container .nav-tabs li.active a .sprite-car {
    background-position: 0 -773px;
    width: 25px;
    height: 21px;
  }
  .booking-container .nav-tabs li a .sprite-car {
    background-position: 0 -702px;
    width: 25px;
    height: 21px;
  }
  .booking-container .nav-tabs li a .sprite-airplane {
    background-position: 0 -71px;
    width: 21px;
    height: 21px;
  }
  .booking-container .nav-tabs li.active a .sprite-airplane {
    background-position: 0 0;
    width: 21px;
    height: 21px;
  }
  .list-inline li {
    display: block;
    padding-left: 0;
  }
  .lets-socialize .list-inline {
    float: none !important;
  }
  .lets-socialize .list-inline li {
    display: inline-block !important;
  }
  .airport-tabs li a,
  .airport-tabs li.active a {
    box-sizing: border-box;
    width: 25% !important;
    border: 1em solid red;
    float: left;
    font-weight: 400;
    font-size: 12px !important;
  }
  .airport-tabs li.active a {
    color: #000;
  }
  .home-thumb .thumbnail .caption .caption-middle {
    height: 190px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding: 20px 30px;
  }
  .my-booking a {
    width: 100%;
  }
  .home-contact {
    margin-top: 400px;
  }
  .airport-tabs li.active a {
    width: 100%;
    padding-left: 5px;
  }
  .transfer-contact {
    margin-top: 600px;
  }
  .steps .step strong {
    font-size: 16px;
    font-weight: 700;
  }
  .fleet-form label {
    margin-top: 5px;
  }
  .fleet-info-block {
    border-bottom: 1px solid #e5e6e7;
  }
  .fleet-info-block a span {
    color: #656565;
  }
  .block-open,
  .block-open a span {
    color: #006598;
  }
  .filters li {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .filters .filters-grid {
    display: none;
  }
  .xs-pl30 {
    padding-left: 30px;
  }
  .item-details .options li {
    display: inline-block;
  }
  .item-details .list-aditional,
  .item-details .more-info,
  .item-details .options {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .no-gutter {
    padding: 0;
  }
  .no-gutter-right {
    padding-right: 0;
  }
  .no-gutter-left {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .adjust320_1 {
    margin-top: 50px;
  }
  .no-gutter {
    padding: 0;
  }
  .no-gutter-right {
    padding-right: 0;
  }
  .no-gutter-left {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .no-gutter {
    padding: 0;
  }
  .no-gutter-right {
    padding-right: 0;
  }
  .no-gutter-left {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .item-price-info {
    padding: 10px 0;
  }
}

.orange_box {
  border-top: 2px solid #f05a29;
  border-bottom: 2px solid #f05a29;
  background: #fef1ec !important;
}

.bs-callout {
  padding: 5px 10px 5px 10px;
  margin: 0 0 10px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout h1 {
  font-size: 20px;
}

.bs-callout-info {
  border-left-color: #1b809e !important;
}

.btnWiggle {
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  animation-name: wiggle;
  -o-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -webkit-animation-name: wiggle;
  animation-duration: 5s;
  -o-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}

.btnWiggle:hover {
  animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

@-webkit-keyframes wiggle {
  2% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes wiggle {
  2% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.ads_discount_badge {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  background: #4cae4c;
  border-radius: 7px;
  text-align: right;
}

.ads_discount_badge .ads_discount_badge_title {
  color: #fff;
  margin: 0;
  font-size: 10px;
  line-height: 13px;
}

.ads_discount_badge .ads_discount_badge_price {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.green_text {
  color: #4cae4c !important;
}

.right_side_badge {
  max-width: 250px;
  height: 35px;
  right: 20%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.right_side_badge .ads_discount_badge_title {
  display: inline-block;
}

.right_side_badge .ads_discount_badge_price {
  display: inline-block;
}

.filters .filters-grid a {
  padding: 20px 21px;
}

.filters li {
  display: block;
  width: 158px;
  height: 84px;
  float: left;
  margin-bottom: 10px;
}

#guaranteeModal .modal-body {
  padding: 0 15px;
  font-family: Roboto;
  letter-spacing: 0.3px;
}

#guaranteeModal .modal-content,
#guaranteeModal .modal-dialog {
  width: 750px;
}

.scdw-main-row {
  display: flex;
}

@media screen and (max-width: 800px) {
  .scdw-main-row {
    flex-direction: column;
  }
  #guaranteeModal .modal-content,
  #guaranteeModal .modal-dialog {
    width: 100%;
  }
}

.scdw-col {
  padding: 40px 30px;
}

.scdw-left {
  background-color: #fff;
}

.scdw-right {
  background-color: #ebebeb;
}

button.scdw-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9999;
  background-image: url(../images/scdw/times.png);
  width: 21px;
  height: 21px;
  opacity: 1;
}

.scdw-title-container {
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
  height: 92px;
}

.scdw-title-text {
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #f05b29;
  text-align: center;
  margin: 0;
}

.scdw-title-span {
  text-transform: none;
  font-size: 16px;
}

.scdw-title-separator {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f05b29;
  margin: 15px auto;
}

.scdw-left .scdw-title-separator {
  width: 80%;
}

.scdw-text {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.scdw-icon {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 3px;
  width: 18px;
  height: 18px;
}

.scdw-checkmark {
  background-image: url(../images/scdw/checkmark.png);
}

.scdw-checkmark-light {
  background-image: url(../images/scdw/checkmark-light.png);
}

.scdw-button-row {
  margin: 8px 0 30px 0;
}

.scdw-main-row .scdw-btn {
  background-color: #f05b29;
  border: none;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  width: 160px;
  padding: 9px;
  transition: background-color 0.2s;
}

.scdw-main-row .scdw-btn:hover {
  background-color: #e78648;
}

.scdw-main-row .scdw-btn.scdw-btn-outline {
  border: solid 2px #f05b29;
  background-color: #fff;
  color: #f05b29;
  transition: background-color 0.2s, color 0.2s;
}

.scdw-main-row .scdw-btn.scdw-btn-outline:hover {
  background-color: #f05b29;
  color: #fff;
}

.scdw-promo-row {
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  min-height: 120px;
}

.scdw-promo-row-people {
  background-image: url(../images/scdw/people.png);
  background-position: center right;
}

.scdw-promo-row-cars {
  background-image: url(../images/scdw/cars.png);
  background-position: center center;
}

.scdw-promo-text {
  width: 50%;
  color: #353535;
  font-family: Roboto, sans-serif;
}

.scdw-promo-light {
  color: #f05b29;
}

.scdw-promo-strong {
  color: #f05b29;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 350px) {
  .scdw-promo-row {
    padding-bottom: 130px;
    background-position: bottom center;
  }
  .scdw-promo-text {
    width: 100%;
  }
}

.extra-action-button-more.btn-success {
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  animation-name: wiggle;
  -o-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -webkit-animation-name: wiggle;
  animation-duration: 5s;
  -o-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}

.extra-action-button-more.btn-success:hover {
  animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.carsBadge .cb-item {
  margin: 0 15px;
}
.carsBadge .cb-item,
.htc-item {
  background: #fff;
  position: relative;
}
.htc-item {
  height: 350px;
  margin: 15px 0;
}

.carsBadge .cb-item {
  padding: 30px;
}

.htc-item {
  padding: 0;
}

.htc-item .thumbnail .caption {
  padding: 15px;
  border: none;
}

.htc-item .thumbnail {
  border: none;
  margin: 0;
}

.carsBadge .cb-item .badge {
  left: -9px;
}

.carsBadge .cb-item .thumbnail {
  border: none;
}

.carsBadge .carName {
  font-size: 28px;
  color: #343434;
  font-weight: 600;
}

.carsBadge .price span:first-child {
  color: #696969;
  font-size: 18px;
}

.carsBadge .price span:last-child {
  color: #006598;
  font-size: 24px;
}

.carsBadge .captionFooter {
  display: flex;
}

.carsBadge .captionFooter .price {
  flex: 1;
}

.carsBadge .captionFooter .price span {
  display: block;
}

.carsBadge .captionBtn {
  align-self: flex-end;
}

.carsBadge .slick-arrow,
.home-thumb-carousel .slick-arrow {
  background: 0 0;
  border: 1px solid #2073a2;
  font-size: 0;
  width: 40px;
  height: 40px;
  position: absolute;
}

.carsBadge .slick-arrow:before,
.home-thumb-carousel .slick-arrow:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-top: 1px solid #2073a2;
  border-right: 1px solid #2073a2;
  position: inherit;
}

.carsBadge .slick-prev:before,
.home-thumb-carousel .slick-prev:before {
  transform: rotate(-135deg);
  left: 41%;
  top: 25%;
}

.carsBadge .slick-next:before,
.home-thumb-carousel .slick-next:before {
  transform: rotate(45deg);
  left: 23%;
  top: 25%;
}

.carsBadge .slick-next,
.home-thumb-carousel .slick-next {
  right: 15px;
  top: -50px;
}

.carsBadge .slick-prev,
.home-thumb-carousel .slick-prev {
  right: 55px;
  top: -50px;
}

.carsBadge-wrapper h1 {
  font-weight: 700;
  display: block;
  padding-left: 15px;
  margin-top: 0;
}

.carsBadge-wrapper h1 + span {
  padding-left: 15px;
  display: block;
  margin-bottom: 10px;
}

.carsBadge-wrapper {
  margin-bottom: 40px;
}

.carsBadge .slick-arrow:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-top: 1px solid #2073a2;
  border-right: 1px solid #2073a2;
  position: inherit;
}

.carsBadge .slick-prev:before {
  transform: rotate(-135deg);
  left: 41%;
  top: 25%;
}

a.category_link {
  padding: 16px 10px;
  height: 100%;
  display: block;
}

.print-info-img img {
  max-width: 100%;
}

.list-types-payment label {
  width: 90%;
}

.ribbon-discount {
  background: url(../images/ribbon-discount-mini.png) no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 18px 0 18px 12px;
  width: 150px;
  margin-left: 15px;
}

.ribbon-discount .ribbon-percent {
  font-size: 17px;
  vertical-align: middle;
}

.ribbon-discount .ribbon-text {
  font-size: 14px;
  vertical-align: middle;
  padding-left: 2px;
}

.ribbon-discount-list {
  background: url(../images/ribbon-discount-mini.png) no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 41px 0 41px 4px;
  width: 100%;
}

.ribbon-discount-list .ribbon-percent {
  font-size: 29px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: -6px;
}

.ribbon-discount-list .ribbon-text {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  margin-left: 6px;
}

.fullwidth-banner {
  width: 100% !important;
  max-width: 1300px !important;
  position: relative;
  padding: 0;
  max-height: 450px !important;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.fullwidth-banner .banner-image {
  max-width: 100%;
}

.banner-home img {
  max-width: 100%;
  max-height: 500px;
}

@media (max-width: 767px) {
  .fb_dialog_content iframe {
    bottom: 68px !important;
  }
  .ribbon-discount {
    margin-left: 0;
  }
  .list-types-payment label {
    width: auto;
  }
  .booking-container {
    position: relative;
  }
  .adjust320,
  .adjust320_1,
  .adjust320_2,
  .home-thumb.mobile_adjust320_1 {
    float: none;
    margin-top: 0;
  }
  .carsBadge-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .container.home-contact,
  .home-contact.transfer-contact {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #home-carousel {
    margin-top: 30px;
  }
  .booking-container .tab-content .checkbox > div,
  .booking-container .tab-content .form-group > div,
  .booking-container .tab-content form > div {
    padding: 0;
  }
  .booking-container .booking-details {
    margin-top: 5px !important;
  }
  .booking-container .tab-content {
    padding: 5px 15px 10px;
  }
  .wrapper-booking-btn {
    margin-top: 10px;
  }
  .fb_iframe_widget iframe,
  .fb_reset > div {
    margin-bottom: 45px;
  }
  .fb_iframe_widget iframe {
    height: 90%;
  }
  .fb_reset > div {
    margin-right: -10px;
  }
  .print-info-img {
    margin: 0 !important;
  }
  .ui-datepicker {
    max-width: 100%;
  }
  .bootstrap-timepicker-widget.dropdown-menu {
    left: -45px;
  }
}

.contact-page .booking-container {
  border: none;
  border-radius: 0;
}

.btn-input-group input {
  width: 150px;
  display: inline-block;
  margin: 0;
  border: none;
  background: #f4f4f4;
}

.btn-input-group input::placeholder {
  color: #000;
  font-size: 16px;
}

.btn-input-group .btn {
  border-radius: 5px;
}

.box-btn-newsletter {
  width: 309px;
  max-width: 100%;
  background: #f4f4f4;
  padding: 3px;
  border-radius: 5px;
}

.box-btn-newsletter img {
  margin-left: 10px;
}

.box-btn-newsletter .btn-warning {
  float: right;
}

.box-btn-newsletter > input {
  margin-top: 2px;
}

.footer-newsletter-info {
  margin-bottom: 50px;
  display: block;
}

.footer-item-company h4 {
  margin-bottom: 20px;
  margin-top: -10px;
}

.footer-text {
  /*color: #334d5e*/
}

.footer-item-company img {
  max-width: 100%;
}

.footer-contact-details li {
  margin-bottom: 20px;
}

.footer-contact-details li:last-child {
  margin: 0;
}

.step .step-number {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  margin: 0 auto;
}

.step-default .step-number {
  background: #f05b29;
}

.step-pending .step-number {
  background: #959595;
}

.step-active .step-number {
  background: #f05b29;
  box-shadow: 0 0 0 5px #fff, 0 0 0 8px #f05b29;
}

.steps .step,
.steps > div {
  padding: 0;
}

.step {
  position: relative;
  z-index: 1;
}

.steps .step:before {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  position: absolute;
  top: 22px;
  left: 50%;
  background: #959595;
  z-index: -1;
}

.steps {
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}

.steps .step-default:before {
  background: #f05b29;
}

.steps .step-4:before {
  display: none;
}

.steps .step strong {
  font-size: 18px;
  display: block;
  text-align: center;
}

.step-active strong,
.step-default strong {
  color: #f05b29;
}

.slider-offers {
  background-color: #fff;
}

.offers-item-right img {
  margin: 0 auto;
}

.content-item-flex img {
  max-width: 24px;
}

.content-item-flex div:first-of-type {
  width: 35px;
}

.content-item-flex {
  display: flex;
  color: #011526;
  font-size: 20px;
  font-family: Poppins-Regular;
  margin-bottom: 10px;
}

.content-item-flex div:last-of-type {
  font-weight: 600;
}

.offers-item-right .header-item-right span {
  color: #1170b0;
  font-family: Raleway-Regular;
  font-size: 45px;
  margin-bottom: 12px;
  margin-top: 20px;
  display: block;
  line-height: 1.1;
}

.offers-item-right .captionBtn .btn {
  border-radius: 5px;
  padding: 10px 40px;
}

.offers-item-left .captionBtn {
  margin-top: 50px;
}

.offers-item-left .content-item {
  padding-left: 15px;
}

.offers-item-left .header-item-left {
  margin-bottom: 70px;
}

.offers-item-right .header-item-right h1 {
  color: #011526;
  font-family: Raleway-Bold;
  font-size: 60px;
  margin-bottom: 15px;
  text-align: right;
  text-transform: uppercase;
}

.offers-item-right .header-item-right h4 {
  color: #011526;
  font-family: Raleway-Regular;
  font-size: 35px;
  margin-bottom: 15px;
  text-align: right;
}

.wrapper-offers {
  padding-top: 50px;
  padding-bottom: 10px;
}

.carusel-offers-img {
  position: relative;
  padding-bottom: 20px;
}

.carusel-offers-img .barTopOffer {
  position: absolute;
  z-index: 9;
  left: -36px;
  top: -21px;
  height: 120px;
  transform: rotate(20deg);
}

.carusel-offers-img .barBottomOffer {
  position: absolute;
  z-index: 9;
  right: -60px;
  bottom: 0;
  height: 110px;
  transform: rotate(40deg);
}

.owl-page.active span {
  background: #1170b0 !important;
}

.owl-page span {
  width: 9px !important;
  height: 9px !important;
  background: #eaeaea !important;
}

.owl-controls {
  padding-bottom: 20px;
}

.wrapper-filter .fancy-select .trigger:after {
  border: 8.5px solid transparent;
  border-top-color: #ff9906;
}

.wrapper-filter .trigger {
  text-align: center;
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #011526 !important;
}

.wrapper-filter .fancy-select {
  background-color: #fff;
  border-radius: 5px;
}

.wrapper-models .captionBtn .btn {
  /*border-radius: 5px;*/
  /*padding: 10px 50px;*/
  /*font-family: Poppins-Regular*/
  display: block;
}

.wrapper-filter .btn-submit-form {
  border-radius: 5px;
  padding: 10px 50px;
  margin-top: 35px;
  font-family: Poppins-Regular;
}

.slider-offers .owl-controls {
  padding-bottom: 26px;
}

.wrapper-filter:after {
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 26px solid #1170b0;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
}

.wrapper-filter {
  background: #1170b0;
  padding-bottom: 50px;
  padding-top: 40px;
  position: relative;
}

.wrapper-filter h3 {
  color: #fff;
  font-family: ProductSans-Black;
  font-size: 45px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.wrapper-mini-advantages-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #707070;
  font-size: 20px;
  font-family: Poppins-Regular;
}

.wrapper-mini-advantages {
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #eee;
}

.wrapper-rent-details .rent-details-text span {
  color: #ff9906;
}

.wrapper-rent-details .rent-details-text {
  color: #011526;
  font-family: ProductSans-Black;
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.wrapper-rent-details h1 {
  text-align: center;
  color: #011526;
  font-size: 42px;
  margin-bottom: 40px;
}

.wrapper-rent-details {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 250px;
}

.wrapper-rent-details-right img {
  max-width: 100%;
  border-radius: 10px;
  height: 400px;
  object-fit: cover;
}

.wrapper-rent-details-item {
  font-family: Poppins-Regular;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 25px;
}

.wrapper-rent-details-left h4 {
  color: #ff9906;
  font-family: Poppins-Regular;
  font-size: 15px;
  font-weight: 500;
}

.wrapper-rent-details-right div {
  box-shadow: 0 15px 25px #8d959f3b;
  border-radius: 25px;
  padding: 15px;
}

.wrapper-models {
  background: #fff;
}

.wrapper-advantages-services-item-left > span {
  color: #ff9906;
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
  font-family: Raleway-Bold;
  text-transform: uppercase;
}

.wrapper-advantages-services-item h2 {
  color: #fff;
  font-family: Raleway-Bold;
  font-size: 35px;
}

.wrapper-advantages-services-item {
  background-color: #1170b0;
  padding: 35px 10px 35px 45px;
  margin-top: -150px;
  border-radius: 30px;
  border-bottom: 7px solid #ff9906;
  margin-bottom: 20px;
}

.wrapper-advantages-services {
  background-color: #f0f0f0;
}

.wrapper-content {
  background-color: #f0f0f0;
  padding: 20px 0;
}

.wrapper-advantages-services-item-right img {
  max-width: 100%;
}

.barTopImg {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -29px;
  width: 144px;
}

.barBottom {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: -8px;
  width: 84px;
}

.advantagesImg {
  width: 100%;
  z-index: 999;
  position: relative;
}

.wrapper-advantages-services-item-left {
  color: #fff;
  font-family: Poppins-Regular;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.wrapper-faq {
  background: transparent;
  /*padding-top: 45px;*/
  padding-bottom: 53px;
}

.wrapper-reviews {
  /*color: #fff;*/
  /*background-color: #1170b0;*/
  /*background-repeat: no-repeat;*/
  /*background-position: right;*/
  /*background-size: auto 94%;*/
  /*padding-top: 40px;*/
  /*padding-bottom: 20px*/
}

#accordionFaq {
  display: flex;
  flex-wrap: wrap;
}

.review-image img {
  max-width: 100%;
  margin: 0 auto;
}

.review-text {
  font-size: 17px;
  font-family: Poppins-Regular;
  margin: 20px 0 22px;
}

.review-name {
  color: #ff9906;
  font-size: 20px;
  font-family: Poppins-SemiBold;
}

.review-stars i {
  font-size: 23px;
  color: #ff9906;
  margin-right: 8px;
}

.slick-next {
  position: absolute;
  top: 0;
  z-index: 10;
  transform: translate(5%);
  margin: 0 !important;
  padding: 0 !important;
  outline: 0;
  box-shadow: none;
  background: 0 0 !important;
  font-size: 0 !important;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 17px solid transparent;
  border-radius: 0 !important;
  opacity: 1 !important;
  right: -15px;
  border-right: none;
}

.slick-prev {
  position: absolute;
  top: 0;
  z-index: 10;
  transform: translate(5%);
  margin: 0 !important;
  padding: 0 !important;
  outline: 0;
  box-shadow: none;
  background: 0 0 !important;
  font-size: 0 !important;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 17px solid transparent;
  border-radius: 0 !important;
  opacity: 1 !important;
  left: 0;
  border-left: none;
}

.wrapper-reviews-left .mark1,
.wrapper-reviews-left .mark2 {
  width: 50px;
}

.wrapper-reviews-left .mark2 {
  position: absolute;
  right: 0;
  top: 0;
}

.wrapper-reviews-left .mark1 {
  position: absolute;
  left: 23px;
  bottom: 0;
}

.wrapper-reviews-left {
  padding-left: 90px;
  padding-top: 30px;
  position: relative;
}

.wrapper-models .nav-tabs li.active a {
  /*color: #fff;*/
  /*background-color: transparent*/

  color: #ff5f00;
  font-family: Syne-Bold;
  font-size: 24px;
  font-style: normal;
  /*font-weight: 700;*/
  line-height: normal;
  border: none;
}

.wrapper-models .nav-tabs li a:active,
.wrapper-models .nav-tabs li a:focus,
.wrapper-models .nav-tabs li a:hover {
  background-color: transparent;
  border: none;
}

.wrapper-models .nav-tabs li a {
  margin-right: 0px;
  color: #000;
  font-family: Syne-Medium;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}

.wrapper-models .nav-tabs li.active:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #ff5f00;
  z-index: 99;
  height: 4px;
  width: 85px;
  margin: auto;
  border-radius: 10px;
}
.wrapper-models .nav-tabs li.active {
  /*background-color: #1170b0*/
}

.wrapper-models .nav-tabs li {
  outline: none !important;
}

.wrapper-models .nav-tabs li.active:first-of-type:before {
  border-right: 19px solid #1170b0;
}

.wrapper-models .nav-tabs li.active:last-of-type:after {
  border-left: 19px solid #1170b0;
}

.wrapper-models .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 55px;
  padding: 0;
}

.wrapper-models .header-info span {
  display: block;
  margin-bottom: 50px;
  color: #1a1a1a;
  font-family: Syne-Medium;
  font-size: 36px;
  font-style: normal;
  /*font-weight: 500;*/
  line-height: normal;
}

.wrapper-models .tab-content {
  padding-bottom: 60px;
}

.item-carousel-img-h img {
  margin: auto;
}

.item-carousel-img-h {
  min-height: 180px;
  margin-bottom: 27px;
}

.wrapper-advantages-header h3:nth-of-type(2) {
  color: #ff9906;
}

.wrapper-advantages-header > h2 {
  font-size: 25px;
  color: #828282;
  font-family: Poppins-SemiBold;
  margin: 30px 0;
}

.wrapper-advantages-header h4 {
  font-size: 30px;
  font-family: Poppins-Regular;
  color: #8d959f;
  margin-top: 20px;
  margin-bottom: 40px;
}

.wrapper-advantages-content
  .row:first-of-type
  div:first-of-type
  .item-advantages {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.wrapper-advantages-content
  .row:last-of-type
  div:first-of-type
  .item-advantages {
  border-right: 1px solid #eaeaea;
}

.wrapper-advantages-content
  .row:first-of-type
  div:last-of-type
  .item-advantages {
  border-bottom: 1px solid #eaeaea;
}

.wrapper-advantages-content .list-item-advantages h4 {
  font-size: 20px;
  font-family: Poppins-SemiBold;
  color: #011526;
  margin-bottom: 20px;
  margin-top: 0;
}

.wrapper-advantages-content .list-item-advantages li {
  font-size: 15px;
  font-family: Poppins-Light;
  color: #8d959f;
}

.wrapper-models .item-carousel .title-car {
  /*margin-bottom: 27px;*/
  color: #1a1a1a;
  text-align: center;

  font-family: Syne-Bold;
  font-size: 24px;
  /*min-height: 60px;*/
  /*min-height: 85px;*/
}
.wrapper-models_cars .title-car {
    margin-bottom: 27px;
}
.badge-equip {
  margin: 0;
}

.badge-equip span:last-child {
  border: none;
}

.wrapper-models .owl-controls {
  padding-bottom: 0;
}

.wrapper-models {
  /*padding-top: 97px*/
  padding-bottom: 44px;
}

.list-item-advantages {
  padding: 0;
  list-style-type: none;
}

.wrapper-advantages-content .row {
  display: flex;
}

.wrapper-advantages-content .col-md-6 {
  padding: 0;
  display: flex;
}

.wrapper-advantages-content .item-advantages {
  padding: 20px 40px;
}

.wrapper-advantages-content {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 0;
}

.homepage-booking-container .tab-content {
  background: #1170b0;
}

.homepage-booking-container .input-group {
  background-color: #fff;
}

.homepage-booking-container .tab-content a,
.homepage-booking-container .trigger,
.homepage-booking-container label {
  color: #fff !important;
}

.homepage-booking-container div.fancy-select {
  margin-bottom: 20px;
}

.homepage-booking-container label {
  padding: 10px 0;
}

.homepage-booking-container .booking-container {
  margin-top: 80px;
  border-bottom: 7px solid #ff9906;
}

.homepage-booking-container div.fancy-select div.trigger:after {
  border-top-color: #fff;
}

.homepage-booking-container .booking-container .inner-tabs .nav-tabs li a {
  color: #333;
}

.google-logo img {
  width: 35px;
  float: right;
  margin-top: -39px;
  margin-right: -6px;
  border-radius: 50%;
}

.navbar-default .navbar-toggle {
  margin: 0;
  padding: 0;
  float: none;
}

.navbar-toggle .icon-bar {
  width: 100%;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}

.navbar .navbar-nav li a.btn-default {
  background: #fff;
  border: none;
}

.navbar .navbar-nav li a.btn-default:focus:focus,
.navbar .navbar-nav li a.btn-default:hover:hover {
  background: #fff;
  border: none;
  box-shadow: none;
}

.navbar .navbar-nav .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

.menu-items a.dropdown-toggle {
  background: #fff;
  border: none;
}

.menu-items .dropdown-menu {
  left: 0;
  right: auto;
  z-index: 99999;
  min-width: 53px;
}

.menu-items .dropdown {
  float: left;
  margin-left: 15px;
}

.info-cookie {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 99999;
  padding: 10px;
}

#filtersModal {
  background: rgba(0, 0, 0, 0.5);
}

#filtersModal .modal-dialog {
  padding: 0;
  margin-top: 40px;
}

#filtersModal .modal-content {
  background: 0 0;
}

#filtersModal .modal-body {
  background: #fff;
}

.filters-mobile .box-item-filter.active .item-filter {
  color: #fff;
}

.btn-filters {
  position: fixed;
  width: 25px;
  left: 1px;
  z-index: 999;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-filters button {
  transform: rotate(270deg);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 17px;
  padding: 1px 17px;
  line-height: 21px;
}

.filters-mobile .item-filter {
  font-size: 15px;
  font-family: Raleway-Regular;
  color: #656565;
  font-weight: 600;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.filters-mobile .small-filter {
  height: 40px;
  font-size: 13px;
}

.filters-mobile .box-item-filter {
  background-color: #e5e5e5;
  margin-right: 5px;
  line-height: 20px;
}

.filters-mobile .item-filter span {
  font-size: 15px;
  font-weight: 400;
  line-height: 13px;
}

.filters-mobile > div {
  padding-bottom: 10px;
}

.reset-filter,
.submit-filters-cars {
  text-transform: uppercase;
}

.reset-filter {
  margin-top: 15px !important;
  color: #000;
}

.footer-actions {
  margin-top: 5px;
}

.filters-mobile .box-item-filter.active {
  background-color: #006598;
}

.filters-mobile .box-item-filter.active .item-filter {
  color: #fff;
}

.type-filter {
  padding-bottom: 15px !important;
}

.sort-filter .box-item-filter {
  display: flex;
  padding: 0 8px;
  justify-content: space-between;
  align-items: center;
}

.sort-filter .box-item-filter .item-filter {
  align-items: flex-start;
}

.sort-filter i {
  font-size: 24px;
  height: 13px;
}

.sort-filter .active i {
  color: #fff;
}

.modal.fade:not(.in).left .modal-dialog {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media (min-width: 992px) and (max-width: 1068px) {
  body .footer-item-company h4 {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1152px) {
  .footer-item-advantages h3,
  .footer-item-newsletter h3 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1478px) and (max-width: 1520px) {
  .footer-item-advantages h3 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1128px) and (max-width: 1617px) {
  .footer-item-advantages h3 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1600px) and (max-width: 1760px) {
  .box-cart-total {
    right: 150px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .box-cart-total {
    right: 10px;
  }
}

@media (min-width: 1761px) {
  .box-cart-total {
    right: 15%;
  }
}

@media (max-width: 1520px) {
  .footer-items {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1315px) {
  .btn-input-group input {
    width: 84px;
  }
  .box-btn-newsletter .btn-warning {
    padding: 7px 8px;
    font-size: 13px;
  }
  .box-btn-newsletter img {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1375px) {
  .footer-item-company h4 {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .footer-contact-details li > div,
  .footer-contact-details li > img {
    float: none !important;
    display: inline;
  }
  .footer-contact-details li > img {
    margin-top: 0 !important;
    margin-right: 5px !important;
  }
  .box-btn-newsletter {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .box-cart-total {
    right: 0;
  }
  .footer-newsletter-info {
    margin-bottom: 20px;
  }
  .box-btn-newsletter {
    margin: 0 auto;
  }
  .btn-input-group {
    margin-bottom: 20px;
  }
  .footer-items {
    padding: 0 20px;
  }
  .footer-items h4 {
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .footer-item-company h4 {
    margin: 0 0 10px 0;
  }
  .footer-contact-details li {
    margin: 0;
  }
  .steps .step a strong {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
  }
  .step-active .step-number,
  .step-default .step-number,
  .step-pending .step-number {
    transform: scale(0.8, 0.8);
  }
  .steps .step:before {
    height: 3px;
  }
  .wrapper-advantages-content .row {
    display: block;
  }
  .offers-item-left {
    text-align: center;
  }
  .review-name {
    margin-left: 50px;
  }
  .wrapper-reviews-left .mark2 {
    right: 35px;
  }
  .wrapper-reviews .slick-next {
    right: 0;
  }
  .review-image {
    margin-top: 20px;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .intl-tel-input.iti-container {
    z-index: 106000 !important;
  }
  .info-cookie {
    bottom: 65px;
  }
  .ui-datepicker {
    padding: 0 !important;
  }
  .wrapper-testimonials .owl-pagination {
    display: none;
  }
}

@media (max-width: 550px) {
  .offers-item-right h4,
  .wrapper-advantages-header h4,
  .wrapper-models .owl-item .title-car,
  .wrapper-models .owl-item h4,
  .wrapper-reviews h4 {
    font-size: 18px;
  }
  .offers-item-right .header-item-right span,
    .wrapper-advantages-header h3,
    .wrapper-advantages-services-item h2,
    .wrapper-filter h3,
    /*.wrapper-models .header-info span,*/
    .wrapper-rent-details .rent-details-text,
    .wrapper-reviews span ,
    .wrapper-reviews h3 {
    font-size: 23px;
  }
  .wrapper-models .nav-tabs li a {
    /*font-size: 18px*/
  }
  .review-text {
    font-size: 15px;
  }
  .wrapper-advantages-services-item-left > span {
    display: block;
  }
  .wrapper-models .owl-item {
    padding: 0;
  }
  .wrapper-models {
    /*padding-top: 20px*/
  }
  .owl-controls {
    padding-bottom: 10px;
  }
  .wrapper-models .nav-tabs {
    /*flex-wrap: wrap;*/
    margin-bottom: 25px;
    padding: 0;
  }
  .item-carousel-img-h {
    min-height: auto;
  }
  .wrapper-mini-advantages-row div {
    margin: 5px 0;
  }
  .wrapper-models .tab-content {
    padding-bottom: 20px;
  }
  .wrapper-advantages-content .item-advantages {
    padding: 20px 25px;
    border-bottom: 1px solid #eaeaea;
    border-right: none;
  }
  .wrapper-advantages-content div:last-of-type .item-advantages:last-of-type {
    border-bottom: none;
  }
  .wrapper-mini-advantages-row {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  .wrapper-rent-details h1 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .wrapper-rent-details {
    padding-top: 20px;
    padding-bottom: 65px;
  }
  /*.wrapper-faq,*/
  .wrapper-filter,
  .wrapper-offers,
  .wrapper-reviews {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wrapper-rent-details-right img {
    height: auto;
  }
  .offers-item-left .captionBtn,
  .wrapper-advantages-services-item-right,
  .wrapper-filter .btn-submit-form,
  .wrapper-rent-details-right {
    margin-top: 20px;
  }
  .wrapper-faq .col-md-6 {
    width: 100%;
  }
  .wrapper-faq .panel-heading a span:first-child {
    /*padding: 10px 0 10px 15px*/
  }
  .wrapper-advantages-services-item {
    padding: 25px 15px 25px 15px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .wrapper-advantages-content {
    margin-bottom: 35px;
  }
  .wrapper-filter h3,
  .wrapper-rent-details .rent-details-text {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .owl-wrapper-outer .header-item-left {
    margin-bottom: 20px;
  }
  .wrapper-reviews-left {
    padding-left: 35px;
    padding-right: 35px;
  }
  .wrapper-reviews .owl-prev {
    border-top: 11px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 11px solid transparent;
  }
  .wrapper-reviews .owl-next {
    border-top: 11px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 11px solid transparent;
  }
  .owl-wrapper-outer .content-item,
  .wrapper-models .nav-tabs li:first-of-type::before,
  .wrapper-models .nav-tabs li:last-of-type::after {
    display: none;
  }
  .carusel-offers-img .barTopOffer {
    width: auto !important;
    height: 90px;
  }
  .carusel-offers-img .barBottomOffer {
    right: 15px;
    bottom: 0;
    width: auto !important;
    height: 80px;
  }
  .carusel-offers-img .barTopOffer {
    left: 0;
    top: -15px;
    width: 114px;
  }
  .carusel-offers-img {
    padding-top: 30px;
    margin-top: 30px;
  }
  .barTopImg {
    left: 4px;
    top: -10px;
    width: 118px;
  }
}

.daterangepicker {
  z-index: 99999;
}

.daterangepicker td.off.ends {
  visibility: hidden;
}

.daterangepicker td.start-date {
  border-radius: 0;
  background: url(../images/car_filter_start.png) center center no-repeat;
  background-size: cover;
}

.daterangepicker td.end-date {
  border-radius: 0;
  background: url(../images/car_filter_end.png) center center no-repeat;
  background-size: cover;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #03c !important;
}

.daterangepicker td.in-range {
  background-color: #9cdbf7;
}

.homepage-booking-container .bootstrap-timepicker-widget table td a {
  color: #333 !important;
}

.select2-container.select2-container--open {
  z-index: 99999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
}

.select2-container .select2-selection--single {
  height: 36px;
}

.border_green_select2 .select2-container--default .select2-selection--single {
  border: 2px solid #4cae4c;
}

.footer-address {
  display: flex;
  align-items: flex-start;
}

.icon-instagram {
  vertical-align: middle;
  display: inline-block;
  width: 38px;
  height: 38px;
  background-position: center;
  background-size: contain;
}

.label-terms {
  display: inline;
  font-size: 15px !important;
  cursor: pointer;
}

.terms-error-message {
  display: none;
  color: red;
  font-size: 16px;
}

.daterangepicker.fix-daterangepicker {
  position: fixed;
  top: 109px !important;
}

.filters .filters-grid a.active {
  color: #006598;
}

.list-types-payment .iradio_square-blue {
  margin-right: 5px;
}

.box-checker .icheckbox_square-blue {
  margin-right: 5px;
}

.modal-backdrop {
  z-index: 10300;
}

.modal {
  z-index: 10400;
}

.close-ads-modal {
  width: 70px;
  height: 70px;
  color: #f05a29;
  font-size: 50px;
  border: 5px solid #f05a29;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1300px) {
  .carusel-offers-img .barBottomOffer {
    right: 0;
  }
  .offers-item-right img {
    max-width: 80%;
  }
}

@media (max-width: 500px) {
  .carusel-offers-img .barBottomOffer {
    right: 6px;
  }
  .offers-item-right img {
    max-width: 75%;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .booking-container {
    position: relative;
  }
  .booking-container .nav-tabs li {
    min-width: 50%;
    text-align: center;
  }
}

@media (max-width: 1454px) {
  .foo-like-text img {
    width: 120px;
  }
}

@media (min-width: 1301px) {
  .offers-item-right {
    min-height: 622px;
  }
}

@media (min-width: 720px) and (max-width: 1300px) {
  .offers-item-right {
    min-height: 520px;
  }
}

@media (min-width: 500px) and (max-width: 719px) {
  .offers-item-right {
    min-height: 390px;
  }
}

@media (max-width: 499px) {
  .offers-item-right {
    min-height: 340px;
  }
}

/*#adsModal .modal-body {*/
/*    padding-top: 0 !important*/
/*}*/

/*#adsModal .modal-footer {*/
/*    padding: 0 !important*/
/*}*/

/*#adsModal .modal-footer,*/
/*#adsModal .modal-header {*/
/*    border: none !important;*/
/*    min-height: initial !important*/
/*}*/

/*#adsModal .modal-header .modal-title {*/
/*    color: #959595;*/
/*    font-size: 17px;*/
/*    line-height: 22px;*/
/*    font-family: Raleway-Regular*/
/*}*/

/*#adsModal .modal-content {*/
/*    border-radius: 10px*/
/*}*/

/*#adsModal .bs-callout-info {*/
/*    border: none !important;*/
/*    text-align: center;*/
/*    color: #959595;*/
/*    font-size: 13px;*/
/*    line-height: 17px;*/
/*    font-family: Raleway-Regular*/
/*}*/

/*#adsModal .ads-modal-gdpr a {*/
/*    color: #f05a29 !important*/
/*}*/

/*#adsModal .modal-ads-congratulations {*/
/*    color: #f05a29 !important;*/
/*    font-size: 30px;*/
/*    font-family: Raleway-Bold;*/
/*    margin-top: 70px;*/
/*    margin-bottom: 10px;*/
/*    line-height: 1.1;*/
/*}*/

/*#adsModal .ads-modal-gdpr {*/
/*    text-align: center;*/
/*    color: #959595;*/
/*    font-size: 13px;*/
/*    line-height: 17px;*/
/*    margin-bottom: 8px;*/
/*    font-family: Raleway-Regular*/
/*}*/

/*#adsModal .ads-modal-form .btn_ads_submit {*/
/*    width: 100%;*/
/*    border-radius: 6px;*/
/*    box-shadow: 0 4px 9px 1px rgb(239 91 40 / 49%)*/
/*}*/

/*#adsModal .ads-form-content .intl-tel-input .selected-flag .selected-dial-code {*/
/*    padding-left: 0*/
/*}*/

/*#adsModal .ads-form-content .intl-tel-input .selected-dial-code {*/
/*    color: #959595*/
/*}*/

/*#adsModal .ads-form-content .intl-tel-input .selected-flag {*/
/*    width: auto;*/
/*    padding-right: 20px;*/
/*    padding-left: 10px*/
/*}*/

/*#adsModal .ads-form-content .intl-tel-input .selected-flag .iti-flag,*/
/*#adsModal .ads-form-content label {*/
/*    display: none*/
/*}*/

/*#adsModal .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {*/
/*    padding-left: 67px*/
/*}*/

/*#adsModal .ads-form-content input {*/
/*    border-color: #ededed;*/
/*    border-radius: 6px*/
/*}*/

/*#adsModal .ads-form-content input::-webkit-inner-spin-button,*/
/*#adsModal .ads-form-content input::-webkit-outer-spin-button {*/
/*    -webkit-appearance: none*/
/*}*/

/*#adsModal .ads-form-content input[type=number] {*/
/*    -moz-appearance: textfield*/
/*}*/

/*#adsModal .ads-form-content .form-group {*/
/*    margin-right: 10px*/
/*}*/

/*#adsModal .ads-form-content {*/
/*    display: flex;*/
/*    display: -webkit-flex;*/
/*    margin-right: -10px*/
/*}*/

/*#adsModal .ads-modal-form {*/
/*    margin: -20px;*/
/*    background-color: #f6f6f6;*/
/*    padding: 20px 20px 30px 20px;*/
/*    border-bottom-left-radius: 10px;*/
/*    border-bottom-right-radius: 10px;*/
/*    margin-top: 20px*/
/*}*/

/*#adsModal .ads_discount_badge {*/
/*    background-color: #f05a29;*/
/*    border-radius: 4px;*/
/*    display: flex;*/
/*    padding: 5px 10px !important;*/
/*    position: relative;*/
/*    float: right*/
/*}*/

/*#adsModal .car-right .car-right-list {*/
/*    text-align: left*/
/*}*/

/*#adsModal .car-right {*/
/*    background-color: transparent;*/
/*    display: flex;*/
/*    display: -webkit-flex;*/
/*    -webkit-justify-content: flex-end;*/
/*    justify-content: flex-end*/
/*}*/

/*#adsModal .ads-modal-rental-price {*/
/*    color: #959595;*/
/*    font-size: 17px;*/
/*    font-weight: lighter;*/
/*    font-family: Raleway-Regular*/
/*}*/

/*#adsModal .big-price,*/
/*#adsModal .big-price ins {*/
/*    color: #959595;*/
/*    font-size: 20px !important;*/
/*    font-weight: 700;*/
/*    padding: 0;*/
/*    font-family: ProductSans-Black*/
/*}*/

/*#adsModal .form_total_before {*/
/*    color: #959595;*/
/*    font-size: 10px;*/
/*    line-height: 1px;*/
/*    font-family: Raleway-Regular*/
/*}*/

/*#adsModal .form_total {*/
/*    color: #f05a29;*/
/*    font-size: 12px;*/
/*    line-height: 1px;*/
/*    font-family: Raleway-Regular*/
/*}*/

/*#adsModal .ads-modal-total-title {*/
/*    color: #f05a29 !important;*/
/*    font-size: 21px;*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*    margin-right: 10px;*/
/*    font-family: ProductSans-Black*/
/*}*/

/*#adsModal .ads-modal-total-price {*/
/*    display: flex;*/
/*    display: -webkit-flex;*/
/*    align-items: center;*/
/*    -webkit-align-items: center*/
/*}*/

/*#adsModal .wrapper-form-car {*/
/*    border: none !important;*/
/*    margin: 0 !important;*/
/*    padding: 0 !important*/
/*}*/

/*#adsModal .ads-modal-discount p span {*/
/*    font-size: 30px*/
/*}*/

.close-ads-modal {
  width: 40px;
  height: 40px;
  color: #f05a29;
  font-size: 25px;
  border: 5px solid #f05a29 !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  z-index: 9999;
}

.close-ads-modal:focus,
.close-ads-modal:hover {
  color: #c62233;
  opacity: 1;
  border-color: #c62233 !important;
}

.modal-form iframe {
  max-width: 100%;
  margin-bottom: 15px;
}

.cars-list .play-car-video {
  margin-left: 5px;
}

.play-car-video:hover,
.play-car-video:active,
.play-car-video:focus {
  color: red;
}

.close-video {
  position: absolute;
  right: 0;
  top: 21px;
  color: #dadada;
  border: 3px solid #dadada !important;
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  z-index: 9999;
  display: none;
}

.page-loading-boxed {
  background: #fff;
  padding: 40px;
}

#ajax_play_car_video iframe {
  max-width: 100%;
}

.video-banner-fleet iframe {
  max-width: 100%;
}

@media (max-width: 767px) {
  #adsModal .ads-modal-discount .discount {
    font-size: 15px;
  }
  #adsModal .ads-modal-discount p {
    font-size: 35px;
  }
  /*#adsModal .ads-modal-discount {*/
  /*    padding-top: 63px;*/
  /*    width: 300px*/
  /*}*/
  #adsModal .wrapper-form-car .car-details img {
    max-height: 130px;
  }
  #adsModal .ads-form-content {
    display: block;
  }
  #adsModal .car-right {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .close-ads-modal {
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-width: 3px !important;
    position: relative;
  }
  #adsModal .modal-header {
    padding-right: 10px;
  }
  .close-video {
    right: 4px;
    top: 5px;
  }
}

.warranty-badge {
  position: absolute;
  right: -60px;
  bottom: 0;
  z-index: 99;
}

.warranty-badge img {
  width: 112px;
}

.warranty-grid {
  bottom: 0;
  right: 25px;
}

.warranty-mobile {
  right: 30px;
  bottom: 5px;
  left: auto;
}

.popover {
  max-width: 300px !important;
  min-width: 150px;
}

.popover .popover-title {
  display: none;
}

.cars .well {
  position: relative;
}

.address-input-inline > input {
  display: inline-block;
  width: 33.33333%;
  margin: 0;
}

.item-carousel-testimonials {
  text-align: center;
}

.item-carousel-testimonials iframe {
  max-width: 100%;
}

.wrapper-testimonials {
  background: #fff;
  padding: 30px 0;
}

.wrapper-testimonials .header-info {
  color: #011526;
  font-family: Poppins-SemiBold;
  font-size: 30px;
  margin-bottom: 20px;
}

.wrapper-testimonials .owl-item {
  padding: 0 15px;
}

.item-carousel-testimonials::after {
  content: '';
  background: 0 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  position: absolute;
  top: 0;
}

.wrapper-testimonials .owl-controls .owl-buttons > div {
  background: #ff9906;
  opacity: 1;
}

.wrapper-testimonials .owl-theme .owl-controls {
  padding: 0;
}

.testimonial-description {
  display: block;
  font-size: 13px;
  font-family: Poppins-Regular;
  padding-bottom: 5px;
}

.btn-badge-total-offers {
  border-radius: 5px;
  padding: 7px 36px;
  font-family: Raleway-Bold;
  color: #fff;
  font-size: 15px;
}

.badge-total-offers,
.offer-counter {
  display: flex;
  color: #fff;
  font-size: 20px;
  line-height: 14px;
}

.btn-badge-relative:focus,
.btn-badge-relative:hover {
  text-decoration: none;
  outline: 0;
}

.filters-offers {
  margin-bottom: 20px;
  z-index: 100;
}

.box-filters-offers {
  background: #fff;
  padding: 20px 0;
  margin: 0;
}

.badge-img {
  width: 68px;
  height: 39px;
  position: absolute;
  top: -5px;
  left: 25px;
}

.cursor {
  position: absolute;
  width: 36px;
  height: 29px;
  right: 0;
  bottom: -15px;
}

.btn-badge-total-offers {
  width: 100%;
  display: flex;
  min-height: 37px;
  justify-content: center;
  align-items: center;
}

.badge-total-offers span,
.offer-counter .countdown-type {
  font-size: 12px;
}

.badge-total-offers {
  position: absolute;
  top: -2px;
  z-index: 9;
  flex-direction: column;
  align-items: center;
  left: 42px;
}

.offer-counters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.offer-counter {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #006598;
  border-radius: 5px;
  min-height: 37px;
  min-width: 41px;
  margin-left: 10px;
}

.filters-offers.sticky-offers {
  position: fixed;
  top: 0;
  margin-bottom: 0;
  width: 100%;
}

.sticky-offers .box-filters-offers {
  margin: 0 -15px;
}

.navbar .navbar-nav li a {
  margin-right: 0px;
  margin-left: 0px;
}
.dropdown-menu-list {
  display: none;
  list-style: none;
}

@media (max-width: 767px) {
  .filters-offers .btn-badge-relative {
    padding-right: 0;
    width: auto;
    flex: 1;
  }
  .filters-offers .offer-counters {
    width: auto;
    padding-left: 0;
  }
  .filters-offers .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .badge-img {
    left: 20px;
  }
  .btn-badge-total-offers {
    padding-right: 10px;
    padding-left: 65px;
  }
  .badge-total-offers {
    left: 38px;
  }
  .badge-all-offers {
    padding-right: 5px !important;
    font-size: 14px !important;
  }
  .box-filters-offers {
    margin: 0 -15px;
  }
  .booking-details .well-grey {
    background: #fff !important;
  }
  .wrapper-client-details {
    margin: 0;
    padding: 10px 0 0;
  }
  .wrapper-client-details hr {
    margin: 10px 0;
  }
  .cars-grid .more-info {
    top: -15px !important;
  }
  .warranty-badge img {
    width: 90px;
  }
  .warranty-grid {
    bottom: -15px;
  }
  .car-price-details {
    float: left;
  }
  .car-price-totals {
    float: right;
  }
  .cars-grid .btn-warning {
    padding: 10px 12px;
  }
  .badge-list-middle .badge-item {
    font-size: 10.5px;
  }
  .car-grid-price-details {
    font-size: 12px !important;
  }
  .cars-grid .flex-advantages {
    font-size: 12px;
  }
  .cars-grid .car-right-grid {
    padding: 0 0 10px 0;
  }
  .warranty-checkbox-label {
    font-size: 15px !important;
  }
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  color: #f05a29;
}
.wrapper-pages {
  background: #fff;
  padding-top: 40px;
}

.widget-title {
  font-size: 24px;
}
body .cars-grid .selected-car {
  border: 1px solid #006598;
  box-shadow: 0 0 1px #006598;
}
.offer-item-price {
  color: #ff9906;
  font-family: Poppins-Regular;
  font-size: 30px;
}
.item-advantages-title {
  font-size: 20px;
  font-family: Poppins-SemiBold;
  color: #011526;
}
.wrapper-models-pricing {
  color: #ff5f00;
  font-family: Syne-Bold;
  font-size: 32px;
  text-align: center;
  /*font-weight: 700;*/
  /*line-height: normal;*/
  margin-bottom: 27px;
}
.reviews-title {
  color: #ff9906;
  font-size: 30px;
  font-family: Poppins-Regular;
}
.wrapper-faq .panel-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.footer-title {
  color: #1170b0;
  font-weight: 700;
  margin-bottom: 20px;
  /*margin-top: 20px;*/
  font-family: Raleway-Regular;
  font-size: 22px;
}
.lets-socialize-title {
  font-family: Raleway-Regular;
  font-size: 22px;
  color: #1170b0;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -10px;
}
.wrapper-blog .owl-item .item-carousel {
  border: none;
}
.blog-container {
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
}
.widget-blog-title {
  color: #0070ff;
  text-align: center;
  font-family: Syne-Bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.wrapper-description h2 {
  font-size: 22px;
}
#dropdownMenuButton .caret {
  border-top-color: #656565;
  border-bottom-color: #656565;
  border-width: 5px;
  border-bottom-width: 0;
}
.text-box img {
  float: left;
  margin-right: 15px;
}
.title-homepage-rent-location {
  text-align: center;
  color: #011526;
  font-size: 30px;
  margin: 0;
  padding: 20px 0;
  background: #fff;
}

.booking-car-details .panel-default {
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.booking-car-details .panel-heading {
  background: #eaeaea;
  border: 1px solid #ddd;
}
.booking-car-details .panel-heading a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.booking-car-details .panel-heading a span:first-child {
  padding: 5px 10px;
}
.booking-car-details .arrow-item {
  display: flex;
  align-items: center;
  background: #ff9906;
}
.booking-car-details .panel-heading a i {
  padding: 3px 15px;
  color: #fff;
  font-size: 30px;
  transition: all 0.5s;
}
.booking-car-details .panel-body {
  border: 1px solid #ddd;
  border-top: none !important;
}
.box-car-image img {
  max-width: 100%;
}

.remove-extra {
  color: #d2322d;
  padding: 0 5px;
}
.remove-extra:hover {
  color: #d2322d;
}
.summary .badge {
  position: relative !important;
}

.cars-grid .flex-advantages .advantage {
  line-height: 17px;
}
.cars-grid .more-info {
  text-align: center;
  top: 7px;
  left: 0;
  right: 0;
}
.more-info {
  position: absolute;
  bottom: 6px;
}
.tooltip {
  padding: 5px;
}
.tooltip ul li {
  display: flex;
  flex-direction: row;
  min-width: 150px;
}

.flex-advantages .advantage {
  position: relative;
  color: black;
  padding: 0 2px;
  font-weight: 400 !important;
}
.flex-advantages .advantage:not(:last-child)::after {
  position: absolute;
  content: '';
  background-color: #000000;
  margin-left: 20px;
  top: 0;
  right: -7px;
  width: 1px;
  height: 100%;
}
.cars-list .more-info {
  position: relative;
}

.badge-item {
  border-radius: 13px;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 13px;
}
.badge-special {
  background: #4dae4d;
}
.badge-warranty {
  background: #006598;
}
.badge-warranty:hover,
.badge-warranty:focus {
  color: #ffffff;
}
.youtube-icon {
  display: block;
}
.badge-item {
  display: inline-block;
  font-family: 'Poppins-Regular';
}
.cars-grid-item {
  border-radius: 15px;
  overflow: hidden;
}
.card-header,
.badge-list-middle {
  padding: 0 20px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Poppins-Regular;
}
.card-header {
  padding: 20px 20px 15px 20px;
}
.play-car-video {
  /*color: red;*/
  /*border-radius: 15px;*/
  /*margin-right: 8px;*/
}
.play-car-video i {
  vertical-align: middle;
  font-size: 35px;
}
.badge-list-middle .badge-gallery {
  color: #dbdbdb;
  font-size: 10px !important;
  line-height: 10px;
  vertical-align: middle;
}
.badge-gallery img {
  margin-right: 5px;
}
.car-title {
  font-size: 20px;
  color: #000;
}

.badge-equip,
.badge-gallery {
  display: flex;
  align-items: center;
}
.badge-equip {
  justify-content: space-between;
}

.warranty-wrapper {
  display: flex;
  align-items: center;
}
.warranty-type {
  flex: 1;
}

.wrapper-btn-submit .btn {
  width: 100%;
  border-radius: 10px;
}
.warranty-type:first-child {
  padding-right: 3px;
}
.warranty-type:last-child {
  padding-left: 3px;
}
.warranty-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.warranty-checkbox {
  border-radius: 6px;
  border: 1px solid #dbe0e3;
  background: #fcfcfc;
  margin-right: 8px;
}
.warranty-checkbox-label {
  line-height: 16px;
  font-size: 16px;
  color: #000000;
}
.warranty-prices {
  margin: 12px 0 15px;
}
.warranty-checkbox.checked {
  background: #0070ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-grid-price-details .cut {
  font-size: 12px;
}

.warranty-checkbox-wrapper {
  cursor: pointer;
}
.btn-submit-form-rent {
  border-radius: 10px;
  width: 100%;
}
.wrapper-default-prices {
  /*padding: 0 20px 20px 20px !important;*/
}
.single-badge-item {
  justify-content: flex-end;
}
.badge-equip .equip-item {
  display: flex;
  align-items: center;
  line-height: 12px;
}
.cars-grid .box-success {
  margin: 0;
}
.cars-grid-wrapper > div {
  padding-left: 10px;
  padding-right: 10px;
}

.warranty-details {
  padding: 0 0px 10px 0px;
}
.item-carousel a:hover {
  text-decoration: none;
}
.slider-similar-cars .owl-item {
  padding: 0 15px;
}
.slider-similar-cars .owl-page span {
  background: #869791 !important;
}
.slider-similar-cars .owl-page.active span {
  background: #1170b0 !important;
}

/*.item-carousel-offers .card-header, .item-carousel-offers .card-image, .item-carousel-offers .badge-list-middle, .item-carousel-offers .car-title-wrapper, .item-carousel-offers .benefits-wrapper, .item-carousel-offers .warranty-wrapper, .item-carousel-offers .wrapper-btn-submit {*/
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
/*}*/
.cars-grid-item .car-grid-price-details {
  font-size: 13px;
}
