@charset "UTF-8";
/* ---- FONT FAMILY */
/* ---- CSS & BOOTSTRAP */
/* |_ Usefull for our @each or @mixin process */
/* |_ Overwritted breakpoint values */
/* Deprecated (but required) */
/*  767  */
/*  991  */
/*  1199 */
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* Yet another megamenu (for bootstrap 3) : https://github.com/geedmo/yamm3 */
.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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !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: 1px;
  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, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 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, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 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, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 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, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 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: white;
  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: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* ---- Z-index management
* - https://www.sitepoint.com/better-solution-managing-z-index-sass/
*/
/* ---- */
/*@mixin badge-variant($color, $background, $border) {
  color: $color !important;
  background-color: $background !important;
  border-color: $border !important;

  &:focus,
  &.focus {
    color: $color !important;
    background-color: darken($background, 10%) !important;
    border-color: darken($border, 10%) !important;
  }
  &:hover {
    color: $color !important;
    background-color: darken($background, 10%) !important;
    border-color: darken($border, 10%) !important;
  }
  &:active,
  &.active {
    color: $color !important;
    background-color: darken($background, 10%) !important;
    border-color: darken($border, 10%) !important;
  }
}*/
/* ---- Line with a fake gradient */
/* ---- Media queries */
/* - Old school breakpoint values (official bootstrap snippet)*/
/* ---- Text limitation */
/* Same as text-overflow() mixin from bootstrap */
/* ---- Bootstrap 3 List Mixin  */
/* ---- Dotted separator */
/* CSS repeat distance
* http://stackoverflow.com/questions/16875466/css-background-repeat-distance
*
* Space : space between dots (scale ratio : one dot = 1)
*/
/* ---- Responsive text */
/*
	Fluid Property
	http://www.adrenalinmedia.com.au/the-agency/insights/this-changes-everything-css-fluid-properties.aspx
	HTML:
	<h1 class="element">
		<span>Text to replace</span>
	</h1>
	example:
	h1 {
		@include fp(font-size, 50, 100); // 50px at 320, 100px at 1920;
	}
	output:
	h1 {
		font-size: calc(3.125vw + 40px); //This is the magic!
	}
	@media (max-width:320px){ //Clips the start to the min value
		font-size:50px;
	}
	@media (min-width:1920px){ //Clips the end to the max value
		font-size:100px;
	}
*/
/*
* TODO : This responsive text mixin is not usefull for now
*/
/* |_ Bootstrap snippet (simplified) */
/* official breakpoints */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
/* multiple breakpoints */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
/* ---- COLOR */
/* |_ MAIN */
/* Success btn + Date et prix + Label radio button + Tab underline */
/* Primary btn + Title / Undertitle / Hashtag / Link */
/* Fixed btn + Background top + Background price */
/* Background footer info + Background copyright + Background nav menu item */
/* Border color while background is middle-blue */
/* Background vignette + Background recherche */
/* Full width background */
/* Background nav menu ONLY */
/* Background pagination + Background filtre */
/* Background badge + Background footer + Background input + Radio button */
/* Separator + Label */
/* Text + Placeholder input */
/* Text */
/* Collapse trip package button */
/* Grey for label and placeholder input */
/* |_ CROISI ICON */
/* Light */
/* Dark  */
/* |_ TRIP : PERIOD BACKGROUND */
/* Classic */
/* Dynamic */
/* ---- ICON */
/* |_ MONOCHROME */
/* |_ BICHROME */
/* |_ Z-INDEX */
/* |_ SIZE */
/* |_ OFFSET */
/* ---- BLOCK */
/* |_ OFFSET (generic) */
/* Visual effect, generally used for blue-header offset or on .row */
@font-face {
  font-family: "LemourSerif";
  src: url(/javax.faces.resource/font/lemourserif/LemourSerif-Regular.eot.faces);
  /* IE9 Compat Modes */
  src: url(/javax.faces.resource/font/lemourserif/LemourSerif-Regular.eot.faces) format("embedded-opentype"), url(/javax.faces.resource/font/lemourserif/LemourSerif-Regular.woff2.faces) format("woff2"), url(/javax.faces.resource/font/lemourserif/LemourSerif-Regular.woff.faces) format("woff"), url(/javax.faces.resource/font/lemourserif/LemourSerif-Regular.ttf.faces) format("truetype"), url(/javax.faces.resource/font/lemourserif/LemourSerif-Regular.svg.faces) format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
.ff-lemour {
  font-family: "LemourSerif" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "HKGrotesk";
  src: url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-Regular.eot.faces);
  /* IE9 Compat Modes */
  src: url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-Regular.eot.faces) format("embedded-opentype"), url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-Regular.woff2.faces) format("woff2"), url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-Regular.woff.faces) format("woff"), url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-Regular.ttf.faces) format("truetype"), url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-Regular.svg.faces) format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HKGrotesk";
  src: url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-SemiBold.eot.faces);
  /* IE9 Compat Modes */
  src: url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-SemiBold.eot.faces) format("embedded-opentype"), url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-SemiBold.woff2.faces) format("woff2"), url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-SemiBold.woff.faces) format("woff"), url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-SemiBold.ttf.faces) format("truetype"), url(/javax.faces.resource/font/hkgrotesk/HKGrotesk-SemiBold.svg.faces) format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}
.ff-hk {
  font-family: "HKGrotesk" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "CroisiEurope";
  src: url(/javax.faces.resource/font/croisieurope/CroisiEurope.eot.faces);
  /* IE9 Compat Modes */
  src: url(/javax.faces.resource/font/croisieurope/CroisiEurope.eot.faces) format("embedded-opentype"), url(/javax.faces.resource/font/croisieurope/CroisiEurope.woff.faces) format("woff"), url(/javax.faces.resource/font/croisieurope/CroisiEurope.ttf.faces) format("truetype"), url(/javax.faces.resource/font/croisieurope/CroisiEurope.svg.faces) format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
.ce {
  font-family: "CroisiEurope" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: block;
}

/* ---- STYLE */
.italic {
  font-style: italic !important;
}

.bold {
  font-weight: bold !important;
}

.text-underline {
  text-decoration: underline !important;
}

.normal {
  font-weight: normal !important;
}

.ws-normal {
  white-space: normal !important;
}

.quote-start, .quote-end {
  display: inline-block;
}

.quote-start {
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.quote-end {
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

hr {
  border-color: #C6C6C6 !important;
}

p.h1, p.h2, p.h3, p.h4, p.h5, p.h6, p.h7 {
  line-height: 1.42857;
}

/* ------- Quill editor ---- */
.ql-editor {
  height: auto !important;
  width: 100% !important;
  white-space: initial !important;
}

.txt-blue {
  color: #009FE3;
}
.txt-blue.btn:hover, .txt-blue.btn:focus, .txt-blue.btn.focus {
  color: #009FE3;
}
.txt-blue.ce:before, .txt-blue.ce:after {
  color: #009FE3;
}
label.txt-blue {
  color: #009FE3 !important;
}
button.txt-blue:hover, button.txt-blue:focus, button.txt-blue:active {
  color: #006997;
}
.txt-blue.ui-message-error > span {
  color: #009FE3 !important;
}

.bg-blue, .badge.bg-blue {
  background-color: #009FE3;
}

a:hover.bg-blue, a:hover > .bg-blue, a:focus.bg-blue, a:focus > .bg-blue, a:active.bg-blue, a:active > .bg-blue, a.hover.bg-blue, a.hover > .bg-blue, button:hover.bg-blue, button:hover > .bg-blue, button:focus.bg-blue, button:focus > .bg-blue, button:active.bg-blue, button:active > .bg-blue, button.hover.bg-blue, button.hover > .bg-blue {
  background-color: #006997;
}
a:hover.bg-blue.badge, a:hover > .bg-blue.badge, a:focus.bg-blue.badge, a:focus > .bg-blue.badge, a:active.bg-blue.badge, a:active > .bg-blue.badge, a.hover.bg-blue.badge, a.hover > .bg-blue.badge, button:hover.bg-blue.badge, button:hover > .bg-blue.badge, button:focus.bg-blue.badge, button:focus > .bg-blue.badge, button:active.bg-blue.badge, button:active > .bg-blue.badge, button.hover.bg-blue.badge, button.hover > .bg-blue.badge {
  background-color: #006997;
}

.border-blue {
  border-color: #009FE3 !important;
}

a.txt-blue:hover, a.txt-blue:focus, a.txt-blue:active {
  color: #006997;
}
a.txt-blue:hover.hover, a.txt-blue:focus.hover, a.txt-blue:active.hover {
  color: #006997;
}

.txt-light-blue {
  color: #006CB4;
}
.txt-light-blue.btn:hover, .txt-light-blue.btn:focus, .txt-light-blue.btn.focus {
  color: #006CB4;
}
.txt-light-blue.ce:before, .txt-light-blue.ce:after {
  color: #006CB4;
}
label.txt-light-blue {
  color: #006CB4 !important;
}
button.txt-light-blue:hover, button.txt-light-blue:focus, button.txt-light-blue:active {
  color: #003e68;
}
.txt-light-blue.ui-message-error > span {
  color: #006CB4 !important;
}

.bg-light-blue, .badge.bg-light-blue {
  background-color: #006CB4;
}

a:hover.bg-light-blue, a:hover > .bg-light-blue, a:focus.bg-light-blue, a:focus > .bg-light-blue, a:active.bg-light-blue, a:active > .bg-light-blue, a.hover.bg-light-blue, a.hover > .bg-light-blue, button:hover.bg-light-blue, button:hover > .bg-light-blue, button:focus.bg-light-blue, button:focus > .bg-light-blue, button:active.bg-light-blue, button:active > .bg-light-blue, button.hover.bg-light-blue, button.hover > .bg-light-blue {
  background-color: #003e68;
}
a:hover.bg-light-blue.badge, a:hover > .bg-light-blue.badge, a:focus.bg-light-blue.badge, a:focus > .bg-light-blue.badge, a:active.bg-light-blue.badge, a:active > .bg-light-blue.badge, a.hover.bg-light-blue.badge, a.hover > .bg-light-blue.badge, button:hover.bg-light-blue.badge, button:hover > .bg-light-blue.badge, button:focus.bg-light-blue.badge, button:focus > .bg-light-blue.badge, button:active.bg-light-blue.badge, button:active > .bg-light-blue.badge, button.hover.bg-light-blue.badge, button.hover > .bg-light-blue.badge {
  background-color: #003e68;
}

.border-light-blue {
  border-color: #006CB4 !important;
}

a.txt-light-blue:hover, a.txt-light-blue:focus, a.txt-light-blue:active {
  color: #003e68;
}
a.txt-light-blue:hover.hover, a.txt-light-blue:focus.hover, a.txt-light-blue:active.hover {
  color: #003e68;
}

.txt-middle-blue {
  color: #024E7F;
}
.txt-middle-blue.btn:hover, .txt-middle-blue.btn:focus, .txt-middle-blue.btn.focus {
  color: #024E7F;
}
.txt-middle-blue.ce:before, .txt-middle-blue.ce:after {
  color: #024E7F;
}
label.txt-middle-blue {
  color: #024E7F !important;
}
button.txt-middle-blue:hover, button.txt-middle-blue:focus, button.txt-middle-blue:active {
  color: #012034;
}
.txt-middle-blue.ui-message-error > span {
  color: #024E7F !important;
}

.bg-middle-blue, .badge.bg-middle-blue {
  background-color: #024E7F;
}

a:hover.bg-middle-blue, a:hover > .bg-middle-blue, a:focus.bg-middle-blue, a:focus > .bg-middle-blue, a:active.bg-middle-blue, a:active > .bg-middle-blue, a.hover.bg-middle-blue, a.hover > .bg-middle-blue, button:hover.bg-middle-blue, button:hover > .bg-middle-blue, button:focus.bg-middle-blue, button:focus > .bg-middle-blue, button:active.bg-middle-blue, button:active > .bg-middle-blue, button.hover.bg-middle-blue, button.hover > .bg-middle-blue {
  background-color: #012034;
}
a:hover.bg-middle-blue.badge, a:hover > .bg-middle-blue.badge, a:focus.bg-middle-blue.badge, a:focus > .bg-middle-blue.badge, a:active.bg-middle-blue.badge, a:active > .bg-middle-blue.badge, a.hover.bg-middle-blue.badge, a.hover > .bg-middle-blue.badge, button:hover.bg-middle-blue.badge, button:hover > .bg-middle-blue.badge, button:focus.bg-middle-blue.badge, button:focus > .bg-middle-blue.badge, button:active.bg-middle-blue.badge, button:active > .bg-middle-blue.badge, button.hover.bg-middle-blue.badge, button.hover > .bg-middle-blue.badge {
  background-color: #012034;
}

.border-middle-blue {
  border-color: #024E7F !important;
}

a.txt-middle-blue:hover, a.txt-middle-blue:focus, a.txt-middle-blue:active {
  color: #012034;
}
a.txt-middle-blue:hover.hover, a.txt-middle-blue:focus.hover, a.txt-middle-blue:active.hover {
  color: #012034;
}

.txt-dark-blue {
  color: #182A42;
}
.txt-dark-blue.btn:hover, .txt-dark-blue.btn:focus, .txt-dark-blue.btn.focus {
  color: #182A42;
}
.txt-dark-blue.ce:before, .txt-dark-blue.ce:after {
  color: #182A42;
}
label.txt-dark-blue {
  color: #182A42 !important;
}
button.txt-dark-blue:hover, button.txt-dark-blue:focus, button.txt-dark-blue:active {
  color: #04060a;
}
.txt-dark-blue.ui-message-error > span {
  color: #182A42 !important;
}

.bg-dark-blue, .badge.bg-dark-blue {
  background-color: #182A42;
}

a:hover.bg-dark-blue, a:hover > .bg-dark-blue, a:focus.bg-dark-blue, a:focus > .bg-dark-blue, a:active.bg-dark-blue, a:active > .bg-dark-blue, a.hover.bg-dark-blue, a.hover > .bg-dark-blue, button:hover.bg-dark-blue, button:hover > .bg-dark-blue, button:focus.bg-dark-blue, button:focus > .bg-dark-blue, button:active.bg-dark-blue, button:active > .bg-dark-blue, button.hover.bg-dark-blue, button.hover > .bg-dark-blue {
  background-color: #04060a;
}
a:hover.bg-dark-blue.badge, a:hover > .bg-dark-blue.badge, a:focus.bg-dark-blue.badge, a:focus > .bg-dark-blue.badge, a:active.bg-dark-blue.badge, a:active > .bg-dark-blue.badge, a.hover.bg-dark-blue.badge, a.hover > .bg-dark-blue.badge, button:hover.bg-dark-blue.badge, button:hover > .bg-dark-blue.badge, button:focus.bg-dark-blue.badge, button:focus > .bg-dark-blue.badge, button:active.bg-dark-blue.badge, button:active > .bg-dark-blue.badge, button.hover.bg-dark-blue.badge, button.hover > .bg-dark-blue.badge {
  background-color: #04060a;
}

.border-dark-blue {
  border-color: #182A42 !important;
}

a.txt-dark-blue:hover, a.txt-dark-blue:focus, a.txt-dark-blue:active {
  color: #04060a;
}
a.txt-dark-blue:hover.hover, a.txt-dark-blue:focus.hover, a.txt-dark-blue:active.hover {
  color: #04060a;
}

.txt-blue-grey {
  color: #A4B5C5;
}
.txt-blue-grey.btn:hover, .txt-blue-grey.btn:focus, .txt-blue-grey.btn.focus {
  color: #A4B5C5;
}
.txt-blue-grey.ce:before, .txt-blue-grey.ce:after {
  color: #A4B5C5;
}
label.txt-blue-grey {
  color: #A4B5C5 !important;
}
button.txt-blue-grey:hover, button.txt-blue-grey:focus, button.txt-blue-grey:active {
  color: #758fa7;
}
.txt-blue-grey.ui-message-error > span {
  color: #A4B5C5 !important;
}

.bg-blue-grey, .badge.bg-blue-grey {
  background-color: #A4B5C5;
}

a:hover.bg-blue-grey, a:hover > .bg-blue-grey, a:focus.bg-blue-grey, a:focus > .bg-blue-grey, a:active.bg-blue-grey, a:active > .bg-blue-grey, a.hover.bg-blue-grey, a.hover > .bg-blue-grey, button:hover.bg-blue-grey, button:hover > .bg-blue-grey, button:focus.bg-blue-grey, button:focus > .bg-blue-grey, button:active.bg-blue-grey, button:active > .bg-blue-grey, button.hover.bg-blue-grey, button.hover > .bg-blue-grey {
  background-color: #758fa7;
}
a:hover.bg-blue-grey.badge, a:hover > .bg-blue-grey.badge, a:focus.bg-blue-grey.badge, a:focus > .bg-blue-grey.badge, a:active.bg-blue-grey.badge, a:active > .bg-blue-grey.badge, a.hover.bg-blue-grey.badge, a.hover > .bg-blue-grey.badge, button:hover.bg-blue-grey.badge, button:hover > .bg-blue-grey.badge, button:focus.bg-blue-grey.badge, button:focus > .bg-blue-grey.badge, button:active.bg-blue-grey.badge, button:active > .bg-blue-grey.badge, button.hover.bg-blue-grey.badge, button.hover > .bg-blue-grey.badge {
  background-color: #758fa7;
}

.border-blue-grey {
  border-color: #A4B5C5 !important;
}

a.txt-blue-grey:hover, a.txt-blue-grey:focus, a.txt-blue-grey:active {
  color: #758fa7;
}
a.txt-blue-grey:hover.hover, a.txt-blue-grey:focus.hover, a.txt-blue-grey:active.hover {
  color: #758fa7;
}

.txt-yellow {
  color: #FDDE0F;
}
.txt-yellow.btn:hover, .txt-yellow.btn:focus, .txt-yellow.btn.focus {
  color: #FDDE0F;
}
.txt-yellow.ce:before, .txt-yellow.ce:after {
  color: #FDDE0F;
}
label.txt-yellow {
  color: #FDDE0F !important;
}
button.txt-yellow:hover, button.txt-yellow:focus, button.txt-yellow:active {
  color: #bea502;
}
.txt-yellow.ui-message-error > span {
  color: #FDDE0F !important;
}

.bg-yellow, .badge.bg-yellow {
  background-color: #FDDE0F;
}

a:hover.bg-yellow, a:hover > .bg-yellow, a:focus.bg-yellow, a:focus > .bg-yellow, a:active.bg-yellow, a:active > .bg-yellow, a.hover.bg-yellow, a.hover > .bg-yellow, button:hover.bg-yellow, button:hover > .bg-yellow, button:focus.bg-yellow, button:focus > .bg-yellow, button:active.bg-yellow, button:active > .bg-yellow, button.hover.bg-yellow, button.hover > .bg-yellow {
  background-color: #bea502;
}
a:hover.bg-yellow.badge, a:hover > .bg-yellow.badge, a:focus.bg-yellow.badge, a:focus > .bg-yellow.badge, a:active.bg-yellow.badge, a:active > .bg-yellow.badge, a.hover.bg-yellow.badge, a.hover > .bg-yellow.badge, button:hover.bg-yellow.badge, button:hover > .bg-yellow.badge, button:focus.bg-yellow.badge, button:focus > .bg-yellow.badge, button:active.bg-yellow.badge, button:active > .bg-yellow.badge, button.hover.bg-yellow.badge, button.hover > .bg-yellow.badge {
  background-color: #bea502;
}

.border-yellow {
  border-color: #FDDE0F !important;
}

a.txt-yellow:hover, a.txt-yellow:focus, a.txt-yellow:active {
  color: #bea502;
}
a.txt-yellow:hover.hover, a.txt-yellow:focus.hover, a.txt-yellow:active.hover {
  color: #bea502;
}

.txt-orange {
  color: #FFBC40;
}
.txt-orange.btn:hover, .txt-orange.btn:focus, .txt-orange.btn.focus {
  color: #FFBC40;
}
.txt-orange.ce:before, .txt-orange.ce:after {
  color: #FFBC40;
}
label.txt-orange {
  color: #FFBC40 !important;
}
button.txt-orange:hover, button.txt-orange:focus, button.txt-orange:active {
  color: #f39d00;
}
.txt-orange.ui-message-error > span {
  color: #FFBC40 !important;
}

.bg-orange, .badge.bg-orange {
  background-color: #FFBC40;
}

a:hover.bg-orange, a:hover > .bg-orange, a:focus.bg-orange, a:focus > .bg-orange, a:active.bg-orange, a:active > .bg-orange, a.hover.bg-orange, a.hover > .bg-orange, button:hover.bg-orange, button:hover > .bg-orange, button:focus.bg-orange, button:focus > .bg-orange, button:active.bg-orange, button:active > .bg-orange, button.hover.bg-orange, button.hover > .bg-orange {
  background-color: #f39d00;
}
a:hover.bg-orange.badge, a:hover > .bg-orange.badge, a:focus.bg-orange.badge, a:focus > .bg-orange.badge, a:active.bg-orange.badge, a:active > .bg-orange.badge, a.hover.bg-orange.badge, a.hover > .bg-orange.badge, button:hover.bg-orange.badge, button:hover > .bg-orange.badge, button:focus.bg-orange.badge, button:focus > .bg-orange.badge, button:active.bg-orange.badge, button:active > .bg-orange.badge, button.hover.bg-orange.badge, button.hover > .bg-orange.badge {
  background-color: #f39d00;
}

.border-orange {
  border-color: #FFBC40 !important;
}

a.txt-orange:hover, a.txt-orange:focus, a.txt-orange:active {
  color: #f39d00;
}
a.txt-orange:hover.hover, a.txt-orange:focus.hover, a.txt-orange:active.hover {
  color: #f39d00;
}

.txt-red {
  color: #FF0039;
}
.txt-red.btn:hover, .txt-red.btn:focus, .txt-red.btn.focus {
  color: #FF0039;
}
.txt-red.ce:before, .txt-red.ce:after {
  color: #FF0039;
}
label.txt-red {
  color: #FF0039 !important;
}
button.txt-red:hover, button.txt-red:focus, button.txt-red:active {
  color: #b30028;
}
.txt-red.ui-message-error > span {
  color: #FF0039 !important;
}

.bg-red, .badge.bg-red {
  background-color: #FF0039;
}

a:hover.bg-red, a:hover > .bg-red, a:focus.bg-red, a:focus > .bg-red, a:active.bg-red, a:active > .bg-red, a.hover.bg-red, a.hover > .bg-red, button:hover.bg-red, button:hover > .bg-red, button:focus.bg-red, button:focus > .bg-red, button:active.bg-red, button:active > .bg-red, button.hover.bg-red, button.hover > .bg-red {
  background-color: #b30028;
}
a:hover.bg-red.badge, a:hover > .bg-red.badge, a:focus.bg-red.badge, a:focus > .bg-red.badge, a:active.bg-red.badge, a:active > .bg-red.badge, a.hover.bg-red.badge, a.hover > .bg-red.badge, button:hover.bg-red.badge, button:hover > .bg-red.badge, button:focus.bg-red.badge, button:focus > .bg-red.badge, button:active.bg-red.badge, button:active > .bg-red.badge, button.hover.bg-red.badge, button.hover > .bg-red.badge {
  background-color: #b30028;
}

.border-red {
  border-color: #FF0039 !important;
}

a.txt-red:hover, a.txt-red:focus, a.txt-red:active {
  color: #b30028;
}
a.txt-red:hover.hover, a.txt-red:focus.hover, a.txt-red:active.hover {
  color: #b30028;
}

.txt-green {
  color: #00CAA4;
}
.txt-green.btn:hover, .txt-green.btn:focus, .txt-green.btn.focus {
  color: #00CAA4;
}
.txt-green.ce:before, .txt-green.ce:after {
  color: #00CAA4;
}
label.txt-green {
  color: #00CAA4 !important;
}
button.txt-green:hover, button.txt-green:focus, button.txt-green:active {
  color: #007e66;
}
.txt-green.ui-message-error > span {
  color: #00CAA4 !important;
}

.bg-green, .badge.bg-green {
  background-color: #00CAA4;
}

a:hover.bg-green, a:hover > .bg-green, a:focus.bg-green, a:focus > .bg-green, a:active.bg-green, a:active > .bg-green, a.hover.bg-green, a.hover > .bg-green, button:hover.bg-green, button:hover > .bg-green, button:focus.bg-green, button:focus > .bg-green, button:active.bg-green, button:active > .bg-green, button.hover.bg-green, button.hover > .bg-green {
  background-color: #007e66;
}
a:hover.bg-green.badge, a:hover > .bg-green.badge, a:focus.bg-green.badge, a:focus > .bg-green.badge, a:active.bg-green.badge, a:active > .bg-green.badge, a.hover.bg-green.badge, a.hover > .bg-green.badge, button:hover.bg-green.badge, button:hover > .bg-green.badge, button:focus.bg-green.badge, button:focus > .bg-green.badge, button:active.bg-green.badge, button:active > .bg-green.badge, button.hover.bg-green.badge, button.hover > .bg-green.badge {
  background-color: #007e66;
}

.border-green {
  border-color: #00CAA4 !important;
}

a.txt-green:hover, a.txt-green:focus, a.txt-green:active {
  color: #007e66;
}
a.txt-green:hover.hover, a.txt-green:focus.hover, a.txt-green:active.hover {
  color: #007e66;
}

.txt-white {
  color: #FFFFFF;
}
.txt-white.btn:hover, .txt-white.btn:focus, .txt-white.btn.focus {
  color: #FFFFFF;
}
.txt-white.ce:before, .txt-white.ce:after {
  color: #FFFFFF;
}
label.txt-white {
  color: #FFFFFF !important;
}
button.txt-white:hover, button.txt-white:focus, button.txt-white:active {
  color: #d9d9d9;
}
.txt-white.ui-message-error > span {
  color: #FFFFFF !important;
}

.bg-white, .badge.bg-white {
  background-color: #FFFFFF;
}

a:hover.bg-white, a:hover > .bg-white, a:focus.bg-white, a:focus > .bg-white, a:active.bg-white, a:active > .bg-white, a.hover.bg-white, a.hover > .bg-white, button:hover.bg-white, button:hover > .bg-white, button:focus.bg-white, button:focus > .bg-white, button:active.bg-white, button:active > .bg-white, button.hover.bg-white, button.hover > .bg-white {
  background-color: #d9d9d9;
}
a:hover.bg-white.badge, a:hover > .bg-white.badge, a:focus.bg-white.badge, a:focus > .bg-white.badge, a:active.bg-white.badge, a:active > .bg-white.badge, a.hover.bg-white.badge, a.hover > .bg-white.badge, button:hover.bg-white.badge, button:hover > .bg-white.badge, button:focus.bg-white.badge, button:focus > .bg-white.badge, button:active.bg-white.badge, button:active > .bg-white.badge, button.hover.bg-white.badge, button.hover > .bg-white.badge {
  background-color: #d9d9d9;
}

.border-white {
  border-color: #FFFFFF !important;
}

a.txt-white:hover, a.txt-white:focus, a.txt-white:active {
  color: #d9d9d9;
}
a.txt-white:hover.hover, a.txt-white:focus.hover, a.txt-white:active.hover {
  color: #d9d9d9;
}

.txt-light-white {
  color: #F9F8F9;
}
.txt-light-white.btn:hover, .txt-light-white.btn:focus, .txt-light-white.btn.focus {
  color: #F9F8F9;
}
.txt-light-white.ce:before, .txt-light-white.ce:after {
  color: #F9F8F9;
}
label.txt-light-white {
  color: #F9F8F9 !important;
}
button.txt-light-white:hover, button.txt-light-white:focus, button.txt-light-white:active {
  color: #d6cfd6;
}
.txt-light-white.ui-message-error > span {
  color: #F9F8F9 !important;
}

.bg-light-white, .badge.bg-light-white {
  background-color: #F9F8F9;
}

a:hover.bg-light-white, a:hover > .bg-light-white, a:focus.bg-light-white, a:focus > .bg-light-white, a:active.bg-light-white, a:active > .bg-light-white, a.hover.bg-light-white, a.hover > .bg-light-white, button:hover.bg-light-white, button:hover > .bg-light-white, button:focus.bg-light-white, button:focus > .bg-light-white, button:active.bg-light-white, button:active > .bg-light-white, button.hover.bg-light-white, button.hover > .bg-light-white {
  background-color: #d6cfd6;
}
a:hover.bg-light-white.badge, a:hover > .bg-light-white.badge, a:focus.bg-light-white.badge, a:focus > .bg-light-white.badge, a:active.bg-light-white.badge, a:active > .bg-light-white.badge, a.hover.bg-light-white.badge, a.hover > .bg-light-white.badge, button:hover.bg-light-white.badge, button:hover > .bg-light-white.badge, button:focus.bg-light-white.badge, button:focus > .bg-light-white.badge, button:active.bg-light-white.badge, button:active > .bg-light-white.badge, button.hover.bg-light-white.badge, button.hover > .bg-light-white.badge {
  background-color: #d6cfd6;
}

.border-light-white {
  border-color: #F9F8F9 !important;
}

a.txt-light-white:hover, a.txt-light-white:focus, a.txt-light-white:active {
  color: #d6cfd6;
}
a.txt-light-white:hover.hover, a.txt-light-white:focus.hover, a.txt-light-white:active.hover {
  color: #d6cfd6;
}

.txt-middle-white {
  color: #F4F6F7;
}
.txt-middle-white.btn:hover, .txt-middle-white.btn:focus, .txt-middle-white.btn.focus {
  color: #F4F6F7;
}
.txt-middle-white.ce:before, .txt-middle-white.ce:after {
  color: #F4F6F7;
}
label.txt-middle-white {
  color: #F4F6F7 !important;
}
button.txt-middle-white:hover, button.txt-middle-white:focus, button.txt-middle-white:active {
  color: #c8d2d7;
}
.txt-middle-white.ui-message-error > span {
  color: #F4F6F7 !important;
}

.bg-middle-white, .badge.bg-middle-white {
  background-color: #F4F6F7;
}

a:hover.bg-middle-white, a:hover > .bg-middle-white, a:focus.bg-middle-white, a:focus > .bg-middle-white, a:active.bg-middle-white, a:active > .bg-middle-white, a.hover.bg-middle-white, a.hover > .bg-middle-white, button:hover.bg-middle-white, button:hover > .bg-middle-white, button:focus.bg-middle-white, button:focus > .bg-middle-white, button:active.bg-middle-white, button:active > .bg-middle-white, button.hover.bg-middle-white, button.hover > .bg-middle-white {
  background-color: #c8d2d7;
}
a:hover.bg-middle-white.badge, a:hover > .bg-middle-white.badge, a:focus.bg-middle-white.badge, a:focus > .bg-middle-white.badge, a:active.bg-middle-white.badge, a:active > .bg-middle-white.badge, a.hover.bg-middle-white.badge, a.hover > .bg-middle-white.badge, button:hover.bg-middle-white.badge, button:hover > .bg-middle-white.badge, button:focus.bg-middle-white.badge, button:focus > .bg-middle-white.badge, button:active.bg-middle-white.badge, button:active > .bg-middle-white.badge, button.hover.bg-middle-white.badge, button.hover > .bg-middle-white.badge {
  background-color: #c8d2d7;
}

.border-middle-white {
  border-color: #F4F6F7 !important;
}

a.txt-middle-white:hover, a.txt-middle-white:focus, a.txt-middle-white:active {
  color: #c8d2d7;
}
a.txt-middle-white:hover.hover, a.txt-middle-white:focus.hover, a.txt-middle-white:active.hover {
  color: #c8d2d7;
}

.txt-dark-white {
  color: #F3F1F4;
}
.txt-dark-white.btn:hover, .txt-dark-white.btn:focus, .txt-dark-white.btn.focus {
  color: #F3F1F4;
}
.txt-dark-white.ce:before, .txt-dark-white.ce:after {
  color: #F3F1F4;
}
label.txt-dark-white {
  color: #F3F1F4 !important;
}
button.txt-dark-white:hover, button.txt-dark-white:focus, button.txt-dark-white:active {
  color: #cec6d2;
}
.txt-dark-white.ui-message-error > span {
  color: #F3F1F4 !important;
}

.bg-dark-white, .badge.bg-dark-white {
  background-color: #F3F1F4;
}

a:hover.bg-dark-white, a:hover > .bg-dark-white, a:focus.bg-dark-white, a:focus > .bg-dark-white, a:active.bg-dark-white, a:active > .bg-dark-white, a.hover.bg-dark-white, a.hover > .bg-dark-white, button:hover.bg-dark-white, button:hover > .bg-dark-white, button:focus.bg-dark-white, button:focus > .bg-dark-white, button:active.bg-dark-white, button:active > .bg-dark-white, button.hover.bg-dark-white, button.hover > .bg-dark-white {
  background-color: #cec6d2;
}
a:hover.bg-dark-white.badge, a:hover > .bg-dark-white.badge, a:focus.bg-dark-white.badge, a:focus > .bg-dark-white.badge, a:active.bg-dark-white.badge, a:active > .bg-dark-white.badge, a.hover.bg-dark-white.badge, a.hover > .bg-dark-white.badge, button:hover.bg-dark-white.badge, button:hover > .bg-dark-white.badge, button:focus.bg-dark-white.badge, button:focus > .bg-dark-white.badge, button:active.bg-dark-white.badge, button:active > .bg-dark-white.badge, button.hover.bg-dark-white.badge, button.hover > .bg-dark-white.badge {
  background-color: #cec6d2;
}

.border-dark-white {
  border-color: #F3F1F4 !important;
}

a.txt-dark-white:hover, a.txt-dark-white:focus, a.txt-dark-white:active {
  color: #cec6d2;
}
a.txt-dark-white:hover.hover, a.txt-dark-white:focus.hover, a.txt-dark-white:active.hover {
  color: #cec6d2;
}

.txt-light-grey {
  color: #F2F2F2;
}
.txt-light-grey.btn:hover, .txt-light-grey.btn:focus, .txt-light-grey.btn.focus {
  color: #F2F2F2;
}
.txt-light-grey.ce:before, .txt-light-grey.ce:after {
  color: #F2F2F2;
}
label.txt-light-grey {
  color: #F2F2F2 !important;
}
button.txt-light-grey:hover, button.txt-light-grey:focus, button.txt-light-grey:active {
  color: #cccccc;
}
.txt-light-grey.ui-message-error > span {
  color: #F2F2F2 !important;
}

.bg-light-grey, .badge.bg-light-grey {
  background-color: #F2F2F2;
}

a:hover.bg-light-grey, a:hover > .bg-light-grey, a:focus.bg-light-grey, a:focus > .bg-light-grey, a:active.bg-light-grey, a:active > .bg-light-grey, a.hover.bg-light-grey, a.hover > .bg-light-grey, button:hover.bg-light-grey, button:hover > .bg-light-grey, button:focus.bg-light-grey, button:focus > .bg-light-grey, button:active.bg-light-grey, button:active > .bg-light-grey, button.hover.bg-light-grey, button.hover > .bg-light-grey {
  background-color: #cccccc;
}
a:hover.bg-light-grey.badge, a:hover > .bg-light-grey.badge, a:focus.bg-light-grey.badge, a:focus > .bg-light-grey.badge, a:active.bg-light-grey.badge, a:active > .bg-light-grey.badge, a.hover.bg-light-grey.badge, a.hover > .bg-light-grey.badge, button:hover.bg-light-grey.badge, button:hover > .bg-light-grey.badge, button:focus.bg-light-grey.badge, button:focus > .bg-light-grey.badge, button:active.bg-light-grey.badge, button:active > .bg-light-grey.badge, button.hover.bg-light-grey.badge, button.hover > .bg-light-grey.badge {
  background-color: #cccccc;
}

.border-light-grey {
  border-color: #F2F2F2 !important;
}

a.txt-light-grey:hover, a.txt-light-grey:focus, a.txt-light-grey:active {
  color: #cccccc;
}
a.txt-light-grey:hover.hover, a.txt-light-grey:focus.hover, a.txt-light-grey:active.hover {
  color: #cccccc;
}

.txt-middle-grey {
  color: #E7E0E1;
}
.txt-middle-grey.btn:hover, .txt-middle-grey.btn:focus, .txt-middle-grey.btn.focus {
  color: #E7E0E1;
}
.txt-middle-grey.ce:before, .txt-middle-grey.ce:after {
  color: #E7E0E1;
}
label.txt-middle-grey {
  color: #E7E0E1 !important;
}
button.txt-middle-grey:hover, button.txt-middle-grey:focus, button.txt-middle-grey:active {
  color: #c6b5b7;
}
.txt-middle-grey.ui-message-error > span {
  color: #E7E0E1 !important;
}

.bg-middle-grey, .badge.bg-middle-grey {
  background-color: #E7E0E1;
}

a:hover.bg-middle-grey, a:hover > .bg-middle-grey, a:focus.bg-middle-grey, a:focus > .bg-middle-grey, a:active.bg-middle-grey, a:active > .bg-middle-grey, a.hover.bg-middle-grey, a.hover > .bg-middle-grey, button:hover.bg-middle-grey, button:hover > .bg-middle-grey, button:focus.bg-middle-grey, button:focus > .bg-middle-grey, button:active.bg-middle-grey, button:active > .bg-middle-grey, button.hover.bg-middle-grey, button.hover > .bg-middle-grey {
  background-color: #c6b5b7;
}
a:hover.bg-middle-grey.badge, a:hover > .bg-middle-grey.badge, a:focus.bg-middle-grey.badge, a:focus > .bg-middle-grey.badge, a:active.bg-middle-grey.badge, a:active > .bg-middle-grey.badge, a.hover.bg-middle-grey.badge, a.hover > .bg-middle-grey.badge, button:hover.bg-middle-grey.badge, button:hover > .bg-middle-grey.badge, button:focus.bg-middle-grey.badge, button:focus > .bg-middle-grey.badge, button:active.bg-middle-grey.badge, button:active > .bg-middle-grey.badge, button.hover.bg-middle-grey.badge, button.hover > .bg-middle-grey.badge {
  background-color: #c6b5b7;
}

.border-middle-grey {
  border-color: #E7E0E1 !important;
}

a.txt-middle-grey:hover, a.txt-middle-grey:focus, a.txt-middle-grey:active {
  color: #c6b5b7;
}
a.txt-middle-grey:hover.hover, a.txt-middle-grey:focus.hover, a.txt-middle-grey:active.hover {
  color: #c6b5b7;
}

.txt-medium-grey {
  color: #C6C6C6;
}
.txt-medium-grey.btn:hover, .txt-medium-grey.btn:focus, .txt-medium-grey.btn.focus {
  color: #C6C6C6;
}
.txt-medium-grey.ce:before, .txt-medium-grey.ce:after {
  color: #C6C6C6;
}
label.txt-medium-grey {
  color: #C6C6C6 !important;
}
button.txt-medium-grey:hover, button.txt-medium-grey:focus, button.txt-medium-grey:active {
  color: #a0a0a0;
}
.txt-medium-grey.ui-message-error > span {
  color: #C6C6C6 !important;
}

.bg-medium-grey, .badge.bg-medium-grey {
  background-color: #C6C6C6;
}

a:hover.bg-medium-grey, a:hover > .bg-medium-grey, a:focus.bg-medium-grey, a:focus > .bg-medium-grey, a:active.bg-medium-grey, a:active > .bg-medium-grey, a.hover.bg-medium-grey, a.hover > .bg-medium-grey, button:hover.bg-medium-grey, button:hover > .bg-medium-grey, button:focus.bg-medium-grey, button:focus > .bg-medium-grey, button:active.bg-medium-grey, button:active > .bg-medium-grey, button.hover.bg-medium-grey, button.hover > .bg-medium-grey {
  background-color: #a0a0a0;
}
a:hover.bg-medium-grey.badge, a:hover > .bg-medium-grey.badge, a:focus.bg-medium-grey.badge, a:focus > .bg-medium-grey.badge, a:active.bg-medium-grey.badge, a:active > .bg-medium-grey.badge, a.hover.bg-medium-grey.badge, a.hover > .bg-medium-grey.badge, button:hover.bg-medium-grey.badge, button:hover > .bg-medium-grey.badge, button:focus.bg-medium-grey.badge, button:focus > .bg-medium-grey.badge, button:active.bg-medium-grey.badge, button:active > .bg-medium-grey.badge, button.hover.bg-medium-grey.badge, button.hover > .bg-medium-grey.badge {
  background-color: #a0a0a0;
}

.border-medium-grey {
  border-color: #C6C6C6 !important;
}

a.txt-medium-grey:hover, a.txt-medium-grey:focus, a.txt-medium-grey:active {
  color: #a0a0a0;
}
a.txt-medium-grey:hover.hover, a.txt-medium-grey:focus.hover, a.txt-medium-grey:active.hover {
  color: #a0a0a0;
}

.txt-grey {
  color: #7C8080;
}
.txt-grey.btn:hover, .txt-grey.btn:focus, .txt-grey.btn.focus {
  color: #7C8080;
}
.txt-grey.ce:before, .txt-grey.ce:after {
  color: #7C8080;
}
label.txt-grey {
  color: #7C8080 !important;
}
button.txt-grey:hover, button.txt-grey:focus, button.txt-grey:active {
  color: #565959;
}
.txt-grey.ui-message-error > span {
  color: #7C8080 !important;
}

.bg-grey, .badge.bg-grey {
  background-color: #7C8080;
}

a:hover.bg-grey, a:hover > .bg-grey, a:focus.bg-grey, a:focus > .bg-grey, a:active.bg-grey, a:active > .bg-grey, a.hover.bg-grey, a.hover > .bg-grey, button:hover.bg-grey, button:hover > .bg-grey, button:focus.bg-grey, button:focus > .bg-grey, button:active.bg-grey, button:active > .bg-grey, button.hover.bg-grey, button.hover > .bg-grey {
  background-color: #565959;
}
a:hover.bg-grey.badge, a:hover > .bg-grey.badge, a:focus.bg-grey.badge, a:focus > .bg-grey.badge, a:active.bg-grey.badge, a:active > .bg-grey.badge, a.hover.bg-grey.badge, a.hover > .bg-grey.badge, button:hover.bg-grey.badge, button:hover > .bg-grey.badge, button:focus.bg-grey.badge, button:focus > .bg-grey.badge, button:active.bg-grey.badge, button:active > .bg-grey.badge, button.hover.bg-grey.badge, button.hover > .bg-grey.badge {
  background-color: #565959;
}

.border-grey {
  border-color: #7C8080 !important;
}

a.txt-grey:hover, a.txt-grey:focus, a.txt-grey:active {
  color: #565959;
}
a.txt-grey:hover.hover, a.txt-grey:focus.hover, a.txt-grey:active.hover {
  color: #565959;
}

.txt-dark-grey {
  color: #4B515B;
}
.txt-dark-grey.btn:hover, .txt-dark-grey.btn:focus, .txt-dark-grey.btn.focus {
  color: #4B515B;
}
.txt-dark-grey.ce:before, .txt-dark-grey.ce:after {
  color: #4B515B;
}
label.txt-dark-grey {
  color: #4B515B !important;
}
button.txt-dark-grey:hover, button.txt-dark-grey:focus, button.txt-dark-grey:active {
  color: #282c31;
}
.txt-dark-grey.ui-message-error > span {
  color: #4B515B !important;
}

.bg-dark-grey, .badge.bg-dark-grey {
  background-color: #4B515B;
}

a:hover.bg-dark-grey, a:hover > .bg-dark-grey, a:focus.bg-dark-grey, a:focus > .bg-dark-grey, a:active.bg-dark-grey, a:active > .bg-dark-grey, a.hover.bg-dark-grey, a.hover > .bg-dark-grey, button:hover.bg-dark-grey, button:hover > .bg-dark-grey, button:focus.bg-dark-grey, button:focus > .bg-dark-grey, button:active.bg-dark-grey, button:active > .bg-dark-grey, button.hover.bg-dark-grey, button.hover > .bg-dark-grey {
  background-color: #282c31;
}
a:hover.bg-dark-grey.badge, a:hover > .bg-dark-grey.badge, a:focus.bg-dark-grey.badge, a:focus > .bg-dark-grey.badge, a:active.bg-dark-grey.badge, a:active > .bg-dark-grey.badge, a.hover.bg-dark-grey.badge, a.hover > .bg-dark-grey.badge, button:hover.bg-dark-grey.badge, button:hover > .bg-dark-grey.badge, button:focus.bg-dark-grey.badge, button:focus > .bg-dark-grey.badge, button:active.bg-dark-grey.badge, button:active > .bg-dark-grey.badge, button.hover.bg-dark-grey.badge, button.hover > .bg-dark-grey.badge {
  background-color: #282c31;
}

.border-dark-grey {
  border-color: #4B515B !important;
}

a.txt-dark-grey:hover, a.txt-dark-grey:focus, a.txt-dark-grey:active {
  color: #282c31;
}
a.txt-dark-grey:hover.hover, a.txt-dark-grey:focus.hover, a.txt-dark-grey:active.hover {
  color: #282c31;
}

.txt-btn-grey {
  color: #C2B8B6;
}
.txt-btn-grey.btn:hover, .txt-btn-grey.btn:focus, .txt-btn-grey.btn.focus {
  color: #C2B8B6;
}
.txt-btn-grey.ce:before, .txt-btn-grey.ce:after {
  color: #C2B8B6;
}
label.txt-btn-grey {
  color: #C2B8B6 !important;
}
button.txt-btn-grey:hover, button.txt-btn-grey:focus, button.txt-btn-grey:active {
  color: #9f8f8c;
}
.txt-btn-grey.ui-message-error > span {
  color: #C2B8B6 !important;
}

.bg-btn-grey, .badge.bg-btn-grey {
  background-color: #C2B8B6;
}

a:hover.bg-btn-grey, a:hover > .bg-btn-grey, a:focus.bg-btn-grey, a:focus > .bg-btn-grey, a:active.bg-btn-grey, a:active > .bg-btn-grey, a.hover.bg-btn-grey, a.hover > .bg-btn-grey, button:hover.bg-btn-grey, button:hover > .bg-btn-grey, button:focus.bg-btn-grey, button:focus > .bg-btn-grey, button:active.bg-btn-grey, button:active > .bg-btn-grey, button.hover.bg-btn-grey, button.hover > .bg-btn-grey {
  background-color: #9f8f8c;
}
a:hover.bg-btn-grey.badge, a:hover > .bg-btn-grey.badge, a:focus.bg-btn-grey.badge, a:focus > .bg-btn-grey.badge, a:active.bg-btn-grey.badge, a:active > .bg-btn-grey.badge, a.hover.bg-btn-grey.badge, a.hover > .bg-btn-grey.badge, button:hover.bg-btn-grey.badge, button:hover > .bg-btn-grey.badge, button:focus.bg-btn-grey.badge, button:focus > .bg-btn-grey.badge, button:active.bg-btn-grey.badge, button:active > .bg-btn-grey.badge, button.hover.bg-btn-grey.badge, button.hover > .bg-btn-grey.badge {
  background-color: #9f8f8c;
}

.border-btn-grey {
  border-color: #C2B8B6 !important;
}

a.txt-btn-grey:hover, a.txt-btn-grey:focus, a.txt-btn-grey:active {
  color: #9f8f8c;
}
a.txt-btn-grey:hover.hover, a.txt-btn-grey:focus.hover, a.txt-btn-grey:active.hover {
  color: #9f8f8c;
}

.txt-placeholder-grey {
  color: #A3AAB0;
}
.txt-placeholder-grey.btn:hover, .txt-placeholder-grey.btn:focus, .txt-placeholder-grey.btn.focus {
  color: #A3AAB0;
}
.txt-placeholder-grey.ce:before, .txt-placeholder-grey.ce:after {
  color: #A3AAB0;
}
label.txt-placeholder-grey {
  color: #A3AAB0 !important;
}
button.txt-placeholder-grey:hover, button.txt-placeholder-grey:focus, button.txt-placeholder-grey:active {
  color: #7a848d;
}
.txt-placeholder-grey.ui-message-error > span {
  color: #A3AAB0 !important;
}

.bg-placeholder-grey, .badge.bg-placeholder-grey {
  background-color: #A3AAB0;
}

a:hover.bg-placeholder-grey, a:hover > .bg-placeholder-grey, a:focus.bg-placeholder-grey, a:focus > .bg-placeholder-grey, a:active.bg-placeholder-grey, a:active > .bg-placeholder-grey, a.hover.bg-placeholder-grey, a.hover > .bg-placeholder-grey, button:hover.bg-placeholder-grey, button:hover > .bg-placeholder-grey, button:focus.bg-placeholder-grey, button:focus > .bg-placeholder-grey, button:active.bg-placeholder-grey, button:active > .bg-placeholder-grey, button.hover.bg-placeholder-grey, button.hover > .bg-placeholder-grey {
  background-color: #7a848d;
}
a:hover.bg-placeholder-grey.badge, a:hover > .bg-placeholder-grey.badge, a:focus.bg-placeholder-grey.badge, a:focus > .bg-placeholder-grey.badge, a:active.bg-placeholder-grey.badge, a:active > .bg-placeholder-grey.badge, a.hover.bg-placeholder-grey.badge, a.hover > .bg-placeholder-grey.badge, button:hover.bg-placeholder-grey.badge, button:hover > .bg-placeholder-grey.badge, button:focus.bg-placeholder-grey.badge, button:focus > .bg-placeholder-grey.badge, button:active.bg-placeholder-grey.badge, button:active > .bg-placeholder-grey.badge, button.hover.bg-placeholder-grey.badge, button.hover > .bg-placeholder-grey.badge {
  background-color: #7a848d;
}

.border-placeholder-grey {
  border-color: #A3AAB0 !important;
}

a.txt-placeholder-grey:hover, a.txt-placeholder-grey:focus, a.txt-placeholder-grey:active {
  color: #7a848d;
}
a.txt-placeholder-grey:hover.hover, a.txt-placeholder-grey:focus.hover, a.txt-placeholder-grey:active.hover {
  color: #7a848d;
}

.txt-transparent {
  color: transparent;
}
.txt-transparent.btn:hover, .txt-transparent.btn:focus, .txt-transparent.btn.focus {
  color: transparent;
}
.txt-transparent.ce:before, .txt-transparent.ce:after {
  color: transparent;
}
label.txt-transparent {
  color: transparent !important;
}
button.txt-transparent:hover, button.txt-transparent:focus, button.txt-transparent:active {
  color: transparent;
}
.txt-transparent.ui-message-error > span {
  color: transparent !important;
}

.bg-transparent, .badge.bg-transparent {
  background-color: transparent;
}

a:hover.bg-transparent, a:hover > .bg-transparent, a:focus.bg-transparent, a:focus > .bg-transparent, a:active.bg-transparent, a:active > .bg-transparent, a.hover.bg-transparent, a.hover > .bg-transparent, button:hover.bg-transparent, button:hover > .bg-transparent, button:focus.bg-transparent, button:focus > .bg-transparent, button:active.bg-transparent, button:active > .bg-transparent, button.hover.bg-transparent, button.hover > .bg-transparent {
  background-color: transparent;
}
a:hover.bg-transparent.badge, a:hover > .bg-transparent.badge, a:focus.bg-transparent.badge, a:focus > .bg-transparent.badge, a:active.bg-transparent.badge, a:active > .bg-transparent.badge, a.hover.bg-transparent.badge, a.hover > .bg-transparent.badge, button:hover.bg-transparent.badge, button:hover > .bg-transparent.badge, button:focus.bg-transparent.badge, button:focus > .bg-transparent.badge, button:active.bg-transparent.badge, button:active > .bg-transparent.badge, button.hover.bg-transparent.badge, button.hover > .bg-transparent.badge {
  background-color: transparent;
}

.border-transparent {
  border-color: transparent !important;
}

a.txt-transparent:hover, a.txt-transparent:focus, a.txt-transparent:active {
  color: transparent;
}
a.txt-transparent:hover.hover, a.txt-transparent:focus.hover, a.txt-transparent:active.hover {
  color: transparent;
}

.txt-trip-night-blue {
  color: #024E7F;
}
.txt-trip-night-blue.btn:hover, .txt-trip-night-blue.btn:focus, .txt-trip-night-blue.btn.focus {
  color: #024E7F;
}
.txt-trip-night-blue.ce:before, .txt-trip-night-blue.ce:after {
  color: #024E7F;
}
label.txt-trip-night-blue {
  color: #024E7F !important;
}
button.txt-trip-night-blue:hover, button.txt-trip-night-blue:focus, button.txt-trip-night-blue:active {
  color: #012034;
}
.txt-trip-night-blue.ui-message-error > span {
  color: #024E7F !important;
}

.bg-trip-night-blue, .badge.bg-trip-night-blue {
  background-color: #024E7F;
}

a:hover.bg-trip-night-blue, a:hover > .bg-trip-night-blue, a:focus.bg-trip-night-blue, a:focus > .bg-trip-night-blue, a:active.bg-trip-night-blue, a:active > .bg-trip-night-blue, a.hover.bg-trip-night-blue, a.hover > .bg-trip-night-blue, button:hover.bg-trip-night-blue, button:hover > .bg-trip-night-blue, button:focus.bg-trip-night-blue, button:focus > .bg-trip-night-blue, button:active.bg-trip-night-blue, button:active > .bg-trip-night-blue, button.hover.bg-trip-night-blue, button.hover > .bg-trip-night-blue {
  background-color: #012034;
}
a:hover.bg-trip-night-blue.badge, a:hover > .bg-trip-night-blue.badge, a:focus.bg-trip-night-blue.badge, a:focus > .bg-trip-night-blue.badge, a:active.bg-trip-night-blue.badge, a:active > .bg-trip-night-blue.badge, a.hover.bg-trip-night-blue.badge, a.hover > .bg-trip-night-blue.badge, button:hover.bg-trip-night-blue.badge, button:hover > .bg-trip-night-blue.badge, button:focus.bg-trip-night-blue.badge, button:focus > .bg-trip-night-blue.badge, button:active.bg-trip-night-blue.badge, button:active > .bg-trip-night-blue.badge, button.hover.bg-trip-night-blue.badge, button.hover > .bg-trip-night-blue.badge {
  background-color: #012034;
}

.border-trip-night-blue {
  border-color: #024E7F !important;
}

a.txt-trip-night-blue:hover, a.txt-trip-night-blue:focus, a.txt-trip-night-blue:active {
  color: #012034;
}
a.txt-trip-night-blue:hover.hover, a.txt-trip-night-blue:focus.hover, a.txt-trip-night-blue:active.hover {
  color: #012034;
}

.txt-trip-morning-blue {
  color: #699BD0;
}
.txt-trip-morning-blue.btn:hover, .txt-trip-morning-blue.btn:focus, .txt-trip-morning-blue.btn.focus {
  color: #699BD0;
}
.txt-trip-morning-blue.ce:before, .txt-trip-morning-blue.ce:after {
  color: #699BD0;
}
label.txt-trip-morning-blue {
  color: #699BD0 !important;
}
button.txt-trip-morning-blue:hover, button.txt-trip-morning-blue:focus, button.txt-trip-morning-blue:active {
  color: #3874b4;
}
.txt-trip-morning-blue.ui-message-error > span {
  color: #699BD0 !important;
}

.bg-trip-morning-blue, .badge.bg-trip-morning-blue {
  background-color: #699BD0;
}

a:hover.bg-trip-morning-blue, a:hover > .bg-trip-morning-blue, a:focus.bg-trip-morning-blue, a:focus > .bg-trip-morning-blue, a:active.bg-trip-morning-blue, a:active > .bg-trip-morning-blue, a.hover.bg-trip-morning-blue, a.hover > .bg-trip-morning-blue, button:hover.bg-trip-morning-blue, button:hover > .bg-trip-morning-blue, button:focus.bg-trip-morning-blue, button:focus > .bg-trip-morning-blue, button:active.bg-trip-morning-blue, button:active > .bg-trip-morning-blue, button.hover.bg-trip-morning-blue, button.hover > .bg-trip-morning-blue {
  background-color: #3874b4;
}
a:hover.bg-trip-morning-blue.badge, a:hover > .bg-trip-morning-blue.badge, a:focus.bg-trip-morning-blue.badge, a:focus > .bg-trip-morning-blue.badge, a:active.bg-trip-morning-blue.badge, a:active > .bg-trip-morning-blue.badge, a.hover.bg-trip-morning-blue.badge, a.hover > .bg-trip-morning-blue.badge, button:hover.bg-trip-morning-blue.badge, button:hover > .bg-trip-morning-blue.badge, button:focus.bg-trip-morning-blue.badge, button:focus > .bg-trip-morning-blue.badge, button:active.bg-trip-morning-blue.badge, button:active > .bg-trip-morning-blue.badge, button.hover.bg-trip-morning-blue.badge, button.hover > .bg-trip-morning-blue.badge {
  background-color: #3874b4;
}

.border-trip-morning-blue {
  border-color: #699BD0 !important;
}

a.txt-trip-morning-blue:hover, a.txt-trip-morning-blue:focus, a.txt-trip-morning-blue:active {
  color: #3874b4;
}
a.txt-trip-morning-blue:hover.hover, a.txt-trip-morning-blue:focus.hover, a.txt-trip-morning-blue:active.hover {
  color: #3874b4;
}

.txt-trip-afternoon-blue {
  color: #3A6FA2;
}
.txt-trip-afternoon-blue.btn:hover, .txt-trip-afternoon-blue.btn:focus, .txt-trip-afternoon-blue.btn.focus {
  color: #3A6FA2;
}
.txt-trip-afternoon-blue.ce:before, .txt-trip-afternoon-blue.ce:after {
  color: #3A6FA2;
}
label.txt-trip-afternoon-blue {
  color: #3A6FA2 !important;
}
button.txt-trip-afternoon-blue:hover, button.txt-trip-afternoon-blue:focus, button.txt-trip-afternoon-blue:active {
  color: #26486a;
}
.txt-trip-afternoon-blue.ui-message-error > span {
  color: #3A6FA2 !important;
}

.bg-trip-afternoon-blue, .badge.bg-trip-afternoon-blue {
  background-color: #3A6FA2;
}

a:hover.bg-trip-afternoon-blue, a:hover > .bg-trip-afternoon-blue, a:focus.bg-trip-afternoon-blue, a:focus > .bg-trip-afternoon-blue, a:active.bg-trip-afternoon-blue, a:active > .bg-trip-afternoon-blue, a.hover.bg-trip-afternoon-blue, a.hover > .bg-trip-afternoon-blue, button:hover.bg-trip-afternoon-blue, button:hover > .bg-trip-afternoon-blue, button:focus.bg-trip-afternoon-blue, button:focus > .bg-trip-afternoon-blue, button:active.bg-trip-afternoon-blue, button:active > .bg-trip-afternoon-blue, button.hover.bg-trip-afternoon-blue, button.hover > .bg-trip-afternoon-blue {
  background-color: #26486a;
}
a:hover.bg-trip-afternoon-blue.badge, a:hover > .bg-trip-afternoon-blue.badge, a:focus.bg-trip-afternoon-blue.badge, a:focus > .bg-trip-afternoon-blue.badge, a:active.bg-trip-afternoon-blue.badge, a:active > .bg-trip-afternoon-blue.badge, a.hover.bg-trip-afternoon-blue.badge, a.hover > .bg-trip-afternoon-blue.badge, button:hover.bg-trip-afternoon-blue.badge, button:hover > .bg-trip-afternoon-blue.badge, button:focus.bg-trip-afternoon-blue.badge, button:focus > .bg-trip-afternoon-blue.badge, button:active.bg-trip-afternoon-blue.badge, button:active > .bg-trip-afternoon-blue.badge, button.hover.bg-trip-afternoon-blue.badge, button.hover > .bg-trip-afternoon-blue.badge {
  background-color: #26486a;
}

.border-trip-afternoon-blue {
  border-color: #3A6FA2 !important;
}

a.txt-trip-afternoon-blue:hover, a.txt-trip-afternoon-blue:focus, a.txt-trip-afternoon-blue:active {
  color: #26486a;
}
a.txt-trip-afternoon-blue:hover.hover, a.txt-trip-afternoon-blue:focus.hover, a.txt-trip-afternoon-blue:active.hover {
  color: #26486a;
}

.txt-trip-light-blue {
  color: #2F6798;
}
.txt-trip-light-blue.btn:hover, .txt-trip-light-blue.btn:focus, .txt-trip-light-blue.btn.focus {
  color: #2F6798;
}
.txt-trip-light-blue.ce:before, .txt-trip-light-blue.ce:after {
  color: #2F6798;
}
label.txt-trip-light-blue {
  color: #2F6798 !important;
}
button.txt-trip-light-blue:hover, button.txt-trip-light-blue:focus, button.txt-trip-light-blue:active {
  color: #1d3f5e;
}
.txt-trip-light-blue.ui-message-error > span {
  color: #2F6798 !important;
}

.bg-trip-light-blue, .badge.bg-trip-light-blue {
  background-color: #2F6798;
}

a:hover.bg-trip-light-blue, a:hover > .bg-trip-light-blue, a:focus.bg-trip-light-blue, a:focus > .bg-trip-light-blue, a:active.bg-trip-light-blue, a:active > .bg-trip-light-blue, a.hover.bg-trip-light-blue, a.hover > .bg-trip-light-blue, button:hover.bg-trip-light-blue, button:hover > .bg-trip-light-blue, button:focus.bg-trip-light-blue, button:focus > .bg-trip-light-blue, button:active.bg-trip-light-blue, button:active > .bg-trip-light-blue, button.hover.bg-trip-light-blue, button.hover > .bg-trip-light-blue {
  background-color: #1d3f5e;
}
a:hover.bg-trip-light-blue.badge, a:hover > .bg-trip-light-blue.badge, a:focus.bg-trip-light-blue.badge, a:focus > .bg-trip-light-blue.badge, a:active.bg-trip-light-blue.badge, a:active > .bg-trip-light-blue.badge, a.hover.bg-trip-light-blue.badge, a.hover > .bg-trip-light-blue.badge, button:hover.bg-trip-light-blue.badge, button:hover > .bg-trip-light-blue.badge, button:focus.bg-trip-light-blue.badge, button:focus > .bg-trip-light-blue.badge, button:active.bg-trip-light-blue.badge, button:active > .bg-trip-light-blue.badge, button.hover.bg-trip-light-blue.badge, button.hover > .bg-trip-light-blue.badge {
  background-color: #1d3f5e;
}

.border-trip-light-blue {
  border-color: #2F6798 !important;
}

a.txt-trip-light-blue:hover, a.txt-trip-light-blue:focus, a.txt-trip-light-blue:active {
  color: #1d3f5e;
}
a.txt-trip-light-blue:hover.hover, a.txt-trip-light-blue:focus.hover, a.txt-trip-light-blue:active.hover {
  color: #1d3f5e;
}

.txt-trip-blue {
  color: #024E7F;
}
.txt-trip-blue.btn:hover, .txt-trip-blue.btn:focus, .txt-trip-blue.btn.focus {
  color: #024E7F;
}
.txt-trip-blue.ce:before, .txt-trip-blue.ce:after {
  color: #024E7F;
}
label.txt-trip-blue {
  color: #024E7F !important;
}
button.txt-trip-blue:hover, button.txt-trip-blue:focus, button.txt-trip-blue:active {
  color: #012034;
}
.txt-trip-blue.ui-message-error > span {
  color: #024E7F !important;
}

.bg-trip-blue, .badge.bg-trip-blue {
  background-color: #024E7F;
}

a:hover.bg-trip-blue, a:hover > .bg-trip-blue, a:focus.bg-trip-blue, a:focus > .bg-trip-blue, a:active.bg-trip-blue, a:active > .bg-trip-blue, a.hover.bg-trip-blue, a.hover > .bg-trip-blue, button:hover.bg-trip-blue, button:hover > .bg-trip-blue, button:focus.bg-trip-blue, button:focus > .bg-trip-blue, button:active.bg-trip-blue, button:active > .bg-trip-blue, button.hover.bg-trip-blue, button.hover > .bg-trip-blue {
  background-color: #012034;
}
a:hover.bg-trip-blue.badge, a:hover > .bg-trip-blue.badge, a:focus.bg-trip-blue.badge, a:focus > .bg-trip-blue.badge, a:active.bg-trip-blue.badge, a:active > .bg-trip-blue.badge, a.hover.bg-trip-blue.badge, a.hover > .bg-trip-blue.badge, button:hover.bg-trip-blue.badge, button:hover > .bg-trip-blue.badge, button:focus.bg-trip-blue.badge, button:focus > .bg-trip-blue.badge, button:active.bg-trip-blue.badge, button:active > .bg-trip-blue.badge, button.hover.bg-trip-blue.badge, button.hover > .bg-trip-blue.badge {
  background-color: #012034;
}

.border-trip-blue {
  border-color: #024E7F !important;
}

a.txt-trip-blue:hover, a.txt-trip-blue:focus, a.txt-trip-blue:active {
  color: #012034;
}
a.txt-trip-blue:hover.hover, a.txt-trip-blue:focus.hover, a.txt-trip-blue:active.hover {
  color: #012034;
}

.txt-trip-light-purple {
  color: #AE62B7;
}
.txt-trip-light-purple.btn:hover, .txt-trip-light-purple.btn:focus, .txt-trip-light-purple.btn.focus {
  color: #AE62B7;
}
.txt-trip-light-purple.ce:before, .txt-trip-light-purple.ce:after {
  color: #AE62B7;
}
label.txt-trip-light-purple {
  color: #AE62B7 !important;
}
button.txt-trip-light-purple:hover, button.txt-trip-light-purple:focus, button.txt-trip-light-purple:active {
  color: #84408c;
}
.txt-trip-light-purple.ui-message-error > span {
  color: #AE62B7 !important;
}

.bg-trip-light-purple, .badge.bg-trip-light-purple {
  background-color: #AE62B7;
}

a:hover.bg-trip-light-purple, a:hover > .bg-trip-light-purple, a:focus.bg-trip-light-purple, a:focus > .bg-trip-light-purple, a:active.bg-trip-light-purple, a:active > .bg-trip-light-purple, a.hover.bg-trip-light-purple, a.hover > .bg-trip-light-purple, button:hover.bg-trip-light-purple, button:hover > .bg-trip-light-purple, button:focus.bg-trip-light-purple, button:focus > .bg-trip-light-purple, button:active.bg-trip-light-purple, button:active > .bg-trip-light-purple, button.hover.bg-trip-light-purple, button.hover > .bg-trip-light-purple {
  background-color: #84408c;
}
a:hover.bg-trip-light-purple.badge, a:hover > .bg-trip-light-purple.badge, a:focus.bg-trip-light-purple.badge, a:focus > .bg-trip-light-purple.badge, a:active.bg-trip-light-purple.badge, a:active > .bg-trip-light-purple.badge, a.hover.bg-trip-light-purple.badge, a.hover > .bg-trip-light-purple.badge, button:hover.bg-trip-light-purple.badge, button:hover > .bg-trip-light-purple.badge, button:focus.bg-trip-light-purple.badge, button:focus > .bg-trip-light-purple.badge, button:active.bg-trip-light-purple.badge, button:active > .bg-trip-light-purple.badge, button.hover.bg-trip-light-purple.badge, button.hover > .bg-trip-light-purple.badge {
  background-color: #84408c;
}

.border-trip-light-purple {
  border-color: #AE62B7 !important;
}

a.txt-trip-light-purple:hover, a.txt-trip-light-purple:focus, a.txt-trip-light-purple:active {
  color: #84408c;
}
a.txt-trip-light-purple:hover.hover, a.txt-trip-light-purple:focus.hover, a.txt-trip-light-purple:active.hover {
  color: #84408c;
}

.txt-trip-purple {
  color: #843B8D;
}
.txt-trip-purple.btn:hover, .txt-trip-purple.btn:focus, .txt-trip-purple.btn.focus {
  color: #843B8D;
}
.txt-trip-purple.ce:before, .txt-trip-purple.ce:after {
  color: #843B8D;
}
label.txt-trip-purple {
  color: #843B8D !important;
}
button.txt-trip-purple:hover, button.txt-trip-purple:focus, button.txt-trip-purple:active {
  color: #522457;
}
.txt-trip-purple.ui-message-error > span {
  color: #843B8D !important;
}

.bg-trip-purple, .badge.bg-trip-purple {
  background-color: #843B8D;
}

a:hover.bg-trip-purple, a:hover > .bg-trip-purple, a:focus.bg-trip-purple, a:focus > .bg-trip-purple, a:active.bg-trip-purple, a:active > .bg-trip-purple, a.hover.bg-trip-purple, a.hover > .bg-trip-purple, button:hover.bg-trip-purple, button:hover > .bg-trip-purple, button:focus.bg-trip-purple, button:focus > .bg-trip-purple, button:active.bg-trip-purple, button:active > .bg-trip-purple, button.hover.bg-trip-purple, button.hover > .bg-trip-purple {
  background-color: #522457;
}
a:hover.bg-trip-purple.badge, a:hover > .bg-trip-purple.badge, a:focus.bg-trip-purple.badge, a:focus > .bg-trip-purple.badge, a:active.bg-trip-purple.badge, a:active > .bg-trip-purple.badge, a.hover.bg-trip-purple.badge, a.hover > .bg-trip-purple.badge, button:hover.bg-trip-purple.badge, button:hover > .bg-trip-purple.badge, button:focus.bg-trip-purple.badge, button:focus > .bg-trip-purple.badge, button:active.bg-trip-purple.badge, button:active > .bg-trip-purple.badge, button.hover.bg-trip-purple.badge, button.hover > .bg-trip-purple.badge {
  background-color: #522457;
}

.border-trip-purple {
  border-color: #843B8D !important;
}

a.txt-trip-purple:hover, a.txt-trip-purple:focus, a.txt-trip-purple:active {
  color: #522457;
}
a.txt-trip-purple:hover.hover, a.txt-trip-purple:focus.hover, a.txt-trip-purple:active.hover {
  color: #522457;
}

.txt-facebook {
  color: #3A5897;
}
.txt-facebook.btn:hover, .txt-facebook.btn:focus, .txt-facebook.btn.focus {
  color: #3A5897;
}
.txt-facebook.ce:before, .txt-facebook.ce:after {
  color: #3A5897;
}
label.txt-facebook {
  color: #3A5897 !important;
}
button.txt-facebook:hover, button.txt-facebook:focus, button.txt-facebook:active {
  color: #253860;
}
.txt-facebook.ui-message-error > span {
  color: #3A5897 !important;
}

.bg-facebook, .badge.bg-facebook {
  background-color: #3A5897;
}

a:hover.bg-facebook, a:hover > .bg-facebook, a:focus.bg-facebook, a:focus > .bg-facebook, a:active.bg-facebook, a:active > .bg-facebook, a.hover.bg-facebook, a.hover > .bg-facebook, button:hover.bg-facebook, button:hover > .bg-facebook, button:focus.bg-facebook, button:focus > .bg-facebook, button:active.bg-facebook, button:active > .bg-facebook, button.hover.bg-facebook, button.hover > .bg-facebook {
  background-color: #253860;
}
a:hover.bg-facebook.badge, a:hover > .bg-facebook.badge, a:focus.bg-facebook.badge, a:focus > .bg-facebook.badge, a:active.bg-facebook.badge, a:active > .bg-facebook.badge, a.hover.bg-facebook.badge, a.hover > .bg-facebook.badge, button:hover.bg-facebook.badge, button:hover > .bg-facebook.badge, button:focus.bg-facebook.badge, button:focus > .bg-facebook.badge, button:active.bg-facebook.badge, button:active > .bg-facebook.badge, button.hover.bg-facebook.badge, button.hover > .bg-facebook.badge {
  background-color: #253860;
}

.border-facebook {
  border-color: #3A5897 !important;
}

a.txt-facebook:hover, a.txt-facebook:focus, a.txt-facebook:active {
  color: #253860;
}
a.txt-facebook:hover.hover, a.txt-facebook:focus.hover, a.txt-facebook:active.hover {
  color: #253860;
}

.txt-twitter {
  color: #2AA9DF;
}
.txt-twitter.btn:hover, .txt-twitter.btn:focus, .txt-twitter.btn.focus {
  color: #2AA9DF;
}
.txt-twitter.ce:before, .txt-twitter.ce:after {
  color: #2AA9DF;
}
label.txt-twitter {
  color: #2AA9DF !important;
}
button.txt-twitter:hover, button.txt-twitter:focus, button.txt-twitter:active {
  color: #197aa4;
}
.txt-twitter.ui-message-error > span {
  color: #2AA9DF !important;
}

.bg-twitter, .badge.bg-twitter {
  background-color: #2AA9DF;
}

a:hover.bg-twitter, a:hover > .bg-twitter, a:focus.bg-twitter, a:focus > .bg-twitter, a:active.bg-twitter, a:active > .bg-twitter, a.hover.bg-twitter, a.hover > .bg-twitter, button:hover.bg-twitter, button:hover > .bg-twitter, button:focus.bg-twitter, button:focus > .bg-twitter, button:active.bg-twitter, button:active > .bg-twitter, button.hover.bg-twitter, button.hover > .bg-twitter {
  background-color: #197aa4;
}
a:hover.bg-twitter.badge, a:hover > .bg-twitter.badge, a:focus.bg-twitter.badge, a:focus > .bg-twitter.badge, a:active.bg-twitter.badge, a:active > .bg-twitter.badge, a.hover.bg-twitter.badge, a.hover > .bg-twitter.badge, button:hover.bg-twitter.badge, button:hover > .bg-twitter.badge, button:focus.bg-twitter.badge, button:focus > .bg-twitter.badge, button:active.bg-twitter.badge, button:active > .bg-twitter.badge, button.hover.bg-twitter.badge, button.hover > .bg-twitter.badge {
  background-color: #197aa4;
}

.border-twitter {
  border-color: #2AA9DF !important;
}

a.txt-twitter:hover, a.txt-twitter:focus, a.txt-twitter:active {
  color: #197aa4;
}
a.txt-twitter:hover.hover, a.txt-twitter:focus.hover, a.txt-twitter:active.hover {
  color: #197aa4;
}

.txt-instagram {
  color: #3D6C92;
}
.txt-instagram.btn:hover, .txt-instagram.btn:focus, .txt-instagram.btn.focus {
  color: #3D6C92;
}
.txt-instagram.ce:before, .txt-instagram.ce:after {
  color: #3D6C92;
}
label.txt-instagram {
  color: #3D6C92 !important;
}
button.txt-instagram:hover, button.txt-instagram:focus, button.txt-instagram:active {
  color: #26445c;
}
.txt-instagram.ui-message-error > span {
  color: #3D6C92 !important;
}

.bg-instagram, .badge.bg-instagram {
  background-color: #3D6C92;
}

a:hover.bg-instagram, a:hover > .bg-instagram, a:focus.bg-instagram, a:focus > .bg-instagram, a:active.bg-instagram, a:active > .bg-instagram, a.hover.bg-instagram, a.hover > .bg-instagram, button:hover.bg-instagram, button:hover > .bg-instagram, button:focus.bg-instagram, button:focus > .bg-instagram, button:active.bg-instagram, button:active > .bg-instagram, button.hover.bg-instagram, button.hover > .bg-instagram {
  background-color: #26445c;
}
a:hover.bg-instagram.badge, a:hover > .bg-instagram.badge, a:focus.bg-instagram.badge, a:focus > .bg-instagram.badge, a:active.bg-instagram.badge, a:active > .bg-instagram.badge, a.hover.bg-instagram.badge, a.hover > .bg-instagram.badge, button:hover.bg-instagram.badge, button:hover > .bg-instagram.badge, button:focus.bg-instagram.badge, button:focus > .bg-instagram.badge, button:active.bg-instagram.badge, button:active > .bg-instagram.badge, button.hover.bg-instagram.badge, button.hover > .bg-instagram.badge {
  background-color: #26445c;
}

.border-instagram {
  border-color: #3D6C92 !important;
}

a.txt-instagram:hover, a.txt-instagram:focus, a.txt-instagram:active {
  color: #26445c;
}
a.txt-instagram:hover.hover, a.txt-instagram:focus.hover, a.txt-instagram:active.hover {
  color: #26445c;
}

.txt-google {
  color: #C43212;
}
.txt-google.btn:hover, .txt-google.btn:focus, .txt-google.btn.focus {
  color: #C43212;
}
.txt-google.ce:before, .txt-google.ce:after {
  color: #C43212;
}
label.txt-google {
  color: #C43212 !important;
}
button.txt-google:hover, button.txt-google:focus, button.txt-google:active {
  color: #7e200c;
}
.txt-google.ui-message-error > span {
  color: #C43212 !important;
}

.bg-google, .badge.bg-google {
  background-color: #C43212;
}

a:hover.bg-google, a:hover > .bg-google, a:focus.bg-google, a:focus > .bg-google, a:active.bg-google, a:active > .bg-google, a.hover.bg-google, a.hover > .bg-google, button:hover.bg-google, button:hover > .bg-google, button:focus.bg-google, button:focus > .bg-google, button:active.bg-google, button:active > .bg-google, button.hover.bg-google, button.hover > .bg-google {
  background-color: #7e200c;
}
a:hover.bg-google.badge, a:hover > .bg-google.badge, a:focus.bg-google.badge, a:focus > .bg-google.badge, a:active.bg-google.badge, a:active > .bg-google.badge, a.hover.bg-google.badge, a.hover > .bg-google.badge, button:hover.bg-google.badge, button:hover > .bg-google.badge, button:focus.bg-google.badge, button:focus > .bg-google.badge, button:active.bg-google.badge, button:active > .bg-google.badge, button.hover.bg-google.badge, button.hover > .bg-google.badge {
  background-color: #7e200c;
}

.border-google {
  border-color: #C43212 !important;
}

a.txt-google:hover, a.txt-google:focus, a.txt-google:active {
  color: #7e200c;
}
a.txt-google:hover.hover, a.txt-google:focus.hover, a.txt-google:active.hover {
  color: #7e200c;
}

.txt-pinterest {
  color: #C81F27;
}
.txt-pinterest.btn:hover, .txt-pinterest.btn:focus, .txt-pinterest.btn.focus {
  color: #C81F27;
}
.txt-pinterest.ce:before, .txt-pinterest.ce:after {
  color: #C81F27;
}
label.txt-pinterest {
  color: #C81F27 !important;
}
button.txt-pinterest:hover, button.txt-pinterest:focus, button.txt-pinterest:active {
  color: #86151a;
}
.txt-pinterest.ui-message-error > span {
  color: #C81F27 !important;
}

.bg-pinterest, .badge.bg-pinterest {
  background-color: #C81F27;
}

a:hover.bg-pinterest, a:hover > .bg-pinterest, a:focus.bg-pinterest, a:focus > .bg-pinterest, a:active.bg-pinterest, a:active > .bg-pinterest, a.hover.bg-pinterest, a.hover > .bg-pinterest, button:hover.bg-pinterest, button:hover > .bg-pinterest, button:focus.bg-pinterest, button:focus > .bg-pinterest, button:active.bg-pinterest, button:active > .bg-pinterest, button.hover.bg-pinterest, button.hover > .bg-pinterest {
  background-color: #86151a;
}
a:hover.bg-pinterest.badge, a:hover > .bg-pinterest.badge, a:focus.bg-pinterest.badge, a:focus > .bg-pinterest.badge, a:active.bg-pinterest.badge, a:active > .bg-pinterest.badge, a.hover.bg-pinterest.badge, a.hover > .bg-pinterest.badge, button:hover.bg-pinterest.badge, button:hover > .bg-pinterest.badge, button:focus.bg-pinterest.badge, button:focus > .bg-pinterest.badge, button:active.bg-pinterest.badge, button:active > .bg-pinterest.badge, button.hover.bg-pinterest.badge, button.hover > .bg-pinterest.badge {
  background-color: #86151a;
}

.border-pinterest {
  border-color: #C81F27 !important;
}

a.txt-pinterest:hover, a.txt-pinterest:focus, a.txt-pinterest:active {
  color: #86151a;
}
a.txt-pinterest:hover.hover, a.txt-pinterest:focus.hover, a.txt-pinterest:active.hover {
  color: #86151a;
}

.txt-youtube {
  color: #CD101C;
}
.txt-youtube.btn:hover, .txt-youtube.btn:focus, .txt-youtube.btn.focus {
  color: #CD101C;
}
.txt-youtube.ce:before, .txt-youtube.ce:after {
  color: #CD101C;
}
label.txt-youtube {
  color: #CD101C !important;
}
button.txt-youtube:hover, button.txt-youtube:focus, button.txt-youtube:active {
  color: #860a12;
}
.txt-youtube.ui-message-error > span {
  color: #CD101C !important;
}

.bg-youtube, .badge.bg-youtube {
  background-color: #CD101C;
}

a:hover.bg-youtube, a:hover > .bg-youtube, a:focus.bg-youtube, a:focus > .bg-youtube, a:active.bg-youtube, a:active > .bg-youtube, a.hover.bg-youtube, a.hover > .bg-youtube, button:hover.bg-youtube, button:hover > .bg-youtube, button:focus.bg-youtube, button:focus > .bg-youtube, button:active.bg-youtube, button:active > .bg-youtube, button.hover.bg-youtube, button.hover > .bg-youtube {
  background-color: #860a12;
}
a:hover.bg-youtube.badge, a:hover > .bg-youtube.badge, a:focus.bg-youtube.badge, a:focus > .bg-youtube.badge, a:active.bg-youtube.badge, a:active > .bg-youtube.badge, a.hover.bg-youtube.badge, a.hover > .bg-youtube.badge, button:hover.bg-youtube.badge, button:hover > .bg-youtube.badge, button:focus.bg-youtube.badge, button:focus > .bg-youtube.badge, button:active.bg-youtube.badge, button:active > .bg-youtube.badge, button.hover.bg-youtube.badge, button.hover > .bg-youtube.badge {
  background-color: #860a12;
}

.border-youtube {
  border-color: #CD101C !important;
}

a.txt-youtube:hover, a.txt-youtube:focus, a.txt-youtube:active {
  color: #860a12;
}
a.txt-youtube:hover.hover, a.txt-youtube:focus.hover, a.txt-youtube:active.hover {
  color: #860a12;
}

/* ---- TRIP */
.trip, .bg-trip-night-blue, .badge.bg-trip-night-blue, .bg-trip-morning-blue, .badge.bg-trip-morning-blue, .bg-trip-afternoon-blue, .badge.bg-trip-afternoon-blue, .bg-trip-light-blue, .badge.bg-trip-light-blue, .bg-trip-blue, .badge.bg-trip-blue, .bg-trip-light-purple, .badge.bg-trip-light-purple, .bg-trip-purple, .badge.bg-trip-purple, .bg-trip-day, .bg-trip-gradient-blue {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}
.trip a, .bg-trip-night-blue a, .badge.bg-trip-night-blue a, .bg-trip-morning-blue a, .badge.bg-trip-morning-blue a, .bg-trip-afternoon-blue a, .badge.bg-trip-afternoon-blue a, .bg-trip-light-blue a, .badge.bg-trip-light-blue a, .bg-trip-blue a, .badge.bg-trip-blue a, .bg-trip-light-purple a, .badge.bg-trip-light-purple a, .bg-trip-purple a, .badge.bg-trip-purple a, .bg-trip-day a, .bg-trip-gradient-blue a {
  color: #FFFFFF !important;
}

/* |_ SPECIAL */
.bg-trip-day {
  background: #FFFFFF;
  border: 1px solid #024E7F;
  color: #024E7F !important;
}
.bg-trip-day a {
  color: #024E7F !important;
}

/* |_ GRADIENT */
.bg-trip-gradient-blue {
  background: linear-gradient(to bottom, #699bcf 0%, #3a6fa2 100%);
}

.bg-gradient-grey {
  background: linear-gradient(to bottom, #f4f6f7 0%, #f4f6f7 65%, white 65%, white 100%);
}

/* ---- BASIC */
.xs.ce {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.sm.ce {
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.md.ce {
  font-size: 40px;
  width: 40px;
  height: 40px;
}

.lg.ce {
  font-size: 50px;
  width: 50px;
  height: 50px;
}

/* ---- CLASSE */
/* |_ MONOCHROME */
.ce-calendarchange:before {
  content: "";
}

.ce-info-2:before {
  content: "";
}

.ce-camera-03:before {
  content: "";
}

.ce-film:before {
  content: "";
}

.ce-video-03:before {
  content: "";
}

.ce-wait:before {
  content: "";
}

.ce-confirmed:before {
  content: "";
}

.ce-orderbrochure:before {
  content: "";
}

.ce-downloadbrochure:before {
  content: "";
}

.ce-seebrochure:before {
  content: "";
}

.ce-friend:before {
  content: "";
}

.ce-id:before {
  content: "";
}

.ce-opinion-star:before {
  content: "";
}

.ce-opinion-main:before {
  content: "";
}

.ce-star:before {
  content: "";
}

.ce-calendar:before {
  content: "";
}

.ce-stamp:before {
  content: "";
}

.ce-train:before {
  content: "";
}

.ce-bus:before {
  content: "";
}

.ce-plane:before {
  content: "";
}

.ce-travel:before {
  content: "";
}

.ce-hands:before {
  content: "";
}

.ce-hand:before {
  content: "";
}

.ce-tooltiphand:before {
  content: "";
}

.ce-touch:before {
  content: "";
}

.ce-lodge:before {
  content: "";
}

.ce-bed:before {
  content: "";
}

.ce-summer:before {
  content: "";
}

.ce-shoes:before {
  content: "";
}

.ce-bike:before {
  content: "";
}

.ce-family:before {
  content: "";
}

.ce-golf:before {
  content: "";
}

.ce-zoom:before {
  content: "";
}

.ce-play:before {
  content: "";
}

.ce-trash:before {
  content: "";
}

.ce-wave:before {
  content: "";
}

.ce-today:before {
  content: "";
}

.ce-longchair:before {
  content: "";
}

.ce-time:before {
  content: "";
}

.ce-lifebelt:before {
  content: "";
}

.ce-window:before {
  content: "";
}

.ce-audioguide:before {
  content: "";
}

.ce-picture:before {
  content: "";
}

.ce-contact:before {
  content: "";
}

.ce-boat-heart:before {
  content: "";
}

.ce-boat:before {
  content: "";
}

.ce-boat-timeline:before {
  content: "";
}

.ce-info:before {
  content: "";
}

.ce-map:before {
  content: "";
}

.ce-flag-ship:before {
  content: "";
}

.ce-flag:before {
  content: "";
}

.ce-helm:before {
  content: "";
}

.ce-drink:before {
  content: "";
}

.ce-captain:before {
  content: "";
}

.ce-crew:before {
  content: "";
}

.ce-crew-speak:before {
  content: "";
}

.ce-wifi:before {
  content: "";
}

.ce-classic-trip:before {
  content: "";
}

.ce-dynamic-trip:before {
  content: "";
}

.ce-anchor:before {
  content: "";
}

.ce-anchor-o:before {
  content: "";
}

.ce-heart-01:before {
  content: "";
}

.ce-heart-02:before {
  content: "";
}

.ce-facebook:before {
  content: "";
}

.ce-twitter:before {
  content: "";
}

.ce-instagram:before {
  content: "";
}

.ce-google:before {
  content: "";
}

.ce-pinterest:before {
  content: "";
}

.ce-youtube:before {
  content: "";
}

.ce-mail:before {
  content: "";
}

.ce-facebook-small:before {
  content: "";
}

.ce-twitter-small:before {
  content: "";
}

.ce-youtube-small:before {
  content: "";
}

.ce-instagram-small:before {
  content: "";
}

.ce-search:before {
  content: "";
}

.ce-lock:before {
  content: "";
}

.ce-circle-o:before {
  content: "";
}

.ce-circle:before {
  content: "";
}

.ce-caret-down:before {
  content: "";
}

.ce-arrow:before {
  content: "";
}

.ce-check-1:before {
  content: "";
}

.ce-check-2:before {
  content: "";
}

.ce-close:before {
  content: "";
}

.ce-close-light:before {
  content: "";
}

.ce-plus:before {
  content: "";
}

.ce-up:before {
  content: "";
}

.ce-down:before {
  content: "";
}

.ce-left:before {
  content: "";
}

.ce-right:before {
  content: "";
}

.ce-slider-left:before {
  content: "";
}

.ce-slider-right:before {
  content: "";
}

/* |_ BICHROME */
.ce-zebra:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-zebra:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-tulpfield:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-tulpfield:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-tower:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-tower:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-tulp:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-tulp:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-shell:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-shell:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-shrimp:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-shrimp:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-sign:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-sign:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-snowflake:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-snowflake:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-rose:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-rose:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-russia:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-russia:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-sale:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-sale:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-palm:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-palm:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-parasol:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-parasol:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-paris:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-paris:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-party:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-party:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-pine:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-pine:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-music:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-music:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-nenuphar:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-nenuphar:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-olive:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-olive:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-paint:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-paint:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-meal:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-meal:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-mill:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-mill:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-moai:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-moai:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-moon:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-moon:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-mountain:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-mountain:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-lobster:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-lobster:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-mappin:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-mappin:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-gift:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-gift:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-halloween:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-halloween:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-hotairballoon:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-hotairballoon:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-japan:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-japan:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-label:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-label:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-football:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-football:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-eat:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-eat:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-forest:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-forest:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-elefant:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-elefant:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-firework:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-firework:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-fish:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-fish:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-flipflops:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-flipflops:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-flower:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-flower:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-cupcake:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-cupcake:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-disco:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-disco:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-drop:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-drop:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-earth:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-earth:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-christmas:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-christmas:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-christmassock:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-christmassock:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-clover:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-clover:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-compass:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-compass:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-carnival:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-carnival:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-champagne:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-champagne:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-chick:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-chick:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-cactus:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-cactus:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-camerabi:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-camerabi:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-candle:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-candle:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-carafe:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-carafe:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-birthday:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-birthday:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-boatlittle:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-boatlittle:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-boatlittle:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-boatlittle:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-bunny:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-bunny:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-binocular:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-binocular:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-asia:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-asia:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-baloon:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-baloon:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-bamboo:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-bamboo:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-bear:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-bear:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-hat:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-hat:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-addid:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-addid:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-addfriend:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-addfriend:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-club:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-club:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-faster:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-faster:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-favorite:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-favorite:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-userscreen:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-userscreen:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-pen:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-pen:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-sunset:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-sunset:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-video:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-video:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-ink:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-ink:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-form:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-form:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-book:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-book:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-newsletter:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-newsletter:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-pdf:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-pdf:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-recall:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-recall:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-phone:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-phone:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-agent:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-agent:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-booklet:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-booklet:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-destination:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-destination:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-photo:before {
  content: "";
  color: #006CB4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-photo:after {
  content: "";
  color: #182A42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---- BORDER POSITION */
.border-left {
  border-left: 1px solid transparent;
}

.border-right {
  border-right: 1px solid transparent;
}

.border-top {
  border-top: 1px solid transparent;
}

.border-bottom {
  border-bottom: 1px solid transparent;
}

/* |_ BY BREAKPOINT */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .border-xs-left {
    border-left: 1px solid transparent;
  }

  .border-xs-right {
    border-right: 1px solid transparent;
  }

  .border-xs-top {
    border-top: 1px solid transparent;
  }

  .border-xs-bottom {
    border-bottom: 1px solid transparent;
  }

  .border-xs-x {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }

  .border-xs-y {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .border-sm-left {
    border-left: 1px solid transparent;
  }

  .border-sm-right {
    border-right: 1px solid transparent;
  }

  .border-sm-top {
    border-top: 1px solid transparent;
  }

  .border-sm-bottom {
    border-bottom: 1px solid transparent;
  }

  .border-sm-x {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }

  .border-sm-y {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .border-md-left {
    border-left: 1px solid transparent;
  }

  .border-md-right {
    border-right: 1px solid transparent;
  }

  .border-md-top {
    border-top: 1px solid transparent;
  }

  .border-md-bottom {
    border-bottom: 1px solid transparent;
  }

  .border-md-x {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }

  .border-md-y {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .border-lg-left {
    border-left: 1px solid transparent;
  }

  .border-lg-right {
    border-right: 1px solid transparent;
  }

  .border-lg-top {
    border-top: 1px solid transparent;
  }

  .border-lg-bottom {
    border-bottom: 1px solid transparent;
  }

  .border-lg-x {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }

  .border-lg-y {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
.border-x {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.border-y {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/* ---- BORDER WIDTH */
.border-0 {
  border: none;
}

.border {
  border: 1px solid transparent;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

/* |_ BY BREAKPOINT */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .border-xs {
    border: 1px solid transparent;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .border-sm {
    border: 1px solid transparent;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .border-md {
    border: 1px solid transparent;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .border-lg {
    border: 1px solid transparent;
  }
}
/* ---- BORDER STYLE */
.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

/* ---- X OFFSET */
.x-offset {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

/* ---- BADGE */
.xs.badge.offset-left {
  margin-left: -27.5px;
}

.xs.badge.offset-right {
  margin-right: -27.5px;
}

.xs.badge.offset-top {
  margin-top: -27.5px;
}

.xs.badge.offset-bottom {
  margin-bottom: -27.5px;
}

.sm.badge.offset-left {
  margin-left: -32.5px;
}

.sm.badge.offset-right {
  margin-right: -32.5px;
}

.sm.badge.offset-top {
  margin-top: -32.5px;
}

.sm.badge.offset-bottom {
  margin-bottom: -32.5px;
}

.md.badge.offset-left {
  margin-left: -37.5px;
}

.md.badge.offset-right {
  margin-right: -37.5px;
}

.md.badge.offset-top {
  margin-top: -37.5px;
}

.md.badge.offset-bottom {
  margin-bottom: -37.5px;
}

.lg.badge.offset-left {
  margin-left: -42.5px;
}

.lg.badge.offset-right {
  margin-right: -42.5px;
}

.lg.badge.offset-top {
  margin-top: -42.5px;
}

.lg.badge.offset-bottom {
  margin-bottom: -42.5px;
}

/* Generate :
* .xs.badge.offset-top
* .xs.badge.offset-bottom
* .xs.badge.offset-left
* .xs.badge.offset-right
* Idem for : .sm .md .lg (Breakpoints are used to auto-define the offset depends on badge size)
*/
/* ---- BLOCK (generic) */
/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-10 {
  margin-left: -10px;
}

.offset-right.offset-right-10 {
  margin-right: -10px;
}

.offset-top.offset-top-10 {
  margin-top: -10px;
}

.offset-bottom.offset-bottom-10 {
  margin-bottom: -10px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-20 {
  margin-left: -20px;
}

.offset-right.offset-right-20 {
  margin-right: -20px;
}

.offset-top.offset-top-20 {
  margin-top: -20px;
}

.offset-bottom.offset-bottom-20 {
  margin-bottom: -20px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-30 {
  margin-left: -30px;
}

.offset-right.offset-right-30 {
  margin-right: -30px;
}

.offset-top.offset-top-30 {
  margin-top: -30px;
}

.offset-bottom.offset-bottom-30 {
  margin-bottom: -30px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-40 {
  margin-left: -40px;
}

.offset-right.offset-right-40 {
  margin-right: -40px;
}

.offset-top.offset-top-40 {
  margin-top: -40px;
}

.offset-bottom.offset-bottom-40 {
  margin-bottom: -40px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-50 {
  margin-left: -50px;
}

.offset-right.offset-right-50 {
  margin-right: -50px;
}

.offset-top.offset-top-50 {
  margin-top: -50px;
}

.offset-bottom.offset-bottom-50 {
  margin-bottom: -50px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-60 {
  margin-left: -60px;
}

.offset-right.offset-right-60 {
  margin-right: -60px;
}

.offset-top.offset-top-60 {
  margin-top: -60px;
}

.offset-bottom.offset-bottom-60 {
  margin-bottom: -60px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-70 {
  margin-left: -70px;
}

.offset-right.offset-right-70 {
  margin-right: -70px;
}

.offset-top.offset-top-70 {
  margin-top: -70px;
}

.offset-bottom.offset-bottom-70 {
  margin-bottom: -70px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-80 {
  margin-left: -80px;
}

.offset-right.offset-right-80 {
  margin-right: -80px;
}

.offset-top.offset-top-80 {
  margin-top: -80px;
}

.offset-bottom.offset-bottom-80 {
  margin-bottom: -80px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-90 {
  margin-left: -90px;
}

.offset-right.offset-right-90 {
  margin-right: -90px;
}

.offset-top.offset-top-90 {
  margin-top: -90px;
}

.offset-bottom.offset-bottom-90 {
  margin-bottom: -90px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-100 {
  margin-left: -100px;
}

.offset-right.offset-right-100 {
  margin-right: -100px;
}

.offset-top.offset-top-100 {
  margin-top: -100px;
}

.offset-bottom.offset-bottom-100 {
  margin-bottom: -100px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-110 {
  margin-left: -110px;
}

.offset-right.offset-right-110 {
  margin-right: -110px;
}

.offset-top.offset-top-110 {
  margin-top: -110px;
}

.offset-bottom.offset-bottom-110 {
  margin-bottom: -110px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-120 {
  margin-left: -120px;
}

.offset-right.offset-right-120 {
  margin-right: -120px;
}

.offset-top.offset-top-120 {
  margin-top: -120px;
}

.offset-bottom.offset-bottom-120 {
  margin-bottom: -120px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-130 {
  margin-left: -130px;
}

.offset-right.offset-right-130 {
  margin-right: -130px;
}

.offset-top.offset-top-130 {
  margin-top: -130px;
}

.offset-bottom.offset-bottom-130 {
  margin-bottom: -130px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-140 {
  margin-left: -140px;
}

.offset-right.offset-right-140 {
  margin-right: -140px;
}

.offset-top.offset-top-140 {
  margin-top: -140px;
}

.offset-bottom.offset-bottom-140 {
  margin-bottom: -140px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-150 {
  margin-left: -150px;
}

.offset-right.offset-right-150 {
  margin-right: -150px;
}

.offset-top.offset-top-150 {
  margin-top: -150px;
}

.offset-bottom.offset-bottom-150 {
  margin-bottom: -150px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-160 {
  margin-left: -160px;
}

.offset-right.offset-right-160 {
  margin-right: -160px;
}

.offset-top.offset-top-160 {
  margin-top: -160px;
}

.offset-bottom.offset-bottom-160 {
  margin-bottom: -160px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-170 {
  margin-left: -170px;
}

.offset-right.offset-right-170 {
  margin-right: -170px;
}

.offset-top.offset-top-170 {
  margin-top: -170px;
}

.offset-bottom.offset-bottom-170 {
  margin-bottom: -170px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-180 {
  margin-left: -180px;
}

.offset-right.offset-right-180 {
  margin-right: -180px;
}

.offset-top.offset-top-180 {
  margin-top: -180px;
}

.offset-bottom.offset-bottom-180 {
  margin-bottom: -180px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-190 {
  margin-left: -190px;
}

.offset-right.offset-right-190 {
  margin-right: -190px;
}

.offset-top.offset-top-190 {
  margin-top: -190px;
}

.offset-bottom.offset-bottom-190 {
  margin-bottom: -190px;
}

/*$i: index($block-offset-list, $current-offset)*$interval-between-block-offset;*/
.offset-left.offset-left-200 {
  margin-left: -200px;
}

.offset-right.offset-right-200 {
  margin-right: -200px;
}

.offset-top.offset-top-200 {
  margin-top: -200px;
}

.offset-bottom.offset-bottom-200 {
  margin-bottom: -200px;
}

/* Generate :
* .offset-top.offset-top-10 -> .offset-top.offset-top-200
* .offset-bottom.offset-bottom-10 -> .offset-bottom.offset-bottom-200
* .offset-left.offset-left-10 -> .offset-left.offset-left-200
* .offset-right.offset-right-10 -> .offset-right.offset-right-200
*/
/* ---- DISABLED */
/* Remove every offset for Smartphone or Tablet and down : */
/* if they have no-offset-xs */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .no-offset-xs.offset-left {
    margin-left: 0 !important;
  }

  .no-offset-xs.offset-right {
    margin-right: 0 !important;
  }

  .no-offset-xs.offset-top {
    margin-top: 0 !important;
  }

  .no-offset-xs.offset-bottom {
    margin-bottom: 0 !important;
  }
}
/* if they have no-offset-sm */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .no-offset-sm.offset-left {
    margin-left: 0 !important;
  }

  .no-offset-sm.offset-right {
    margin-right: 0 !important;
  }

  .no-offset-sm.offset-top {
    margin-top: 0 !important;
  }

  .no-offset-sm.offset-bottom {
    margin-bottom: 0 !important;
  }
}
/* if they have no-offset-md */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .no-offset-md.offset-left {
    margin-left: 0 !important;
  }

  .no-offset-md.offset-right {
    margin-right: 0 !important;
  }

  .no-offset-md.offset-top {
    margin-top: 0 !important;
  }

  .no-offset-md.offset-bottom {
    margin-bottom: 0 !important;
  }
}
#env-status {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 8px solid #f0ad4e;
  z-index: 1000;
}

#env-status-infos {
  position: fixed;
  display: inline-block;
  color: white;
  background-color: #f0ad4e;
  font-size: 12px;
  text-align: center;
  padding: 8px;
  margin: 8px 0 0 8px;
  z-index: 1001;
}

/* BASIC <a> LINK */
a, a:hover, a:active, a:focus {
  text-decoration: none !important;
}

/* DISABLED CORRECTION */
button[disabled], html input[disabled] {
  cursor: not-allowed !important;
  pointer-events: none;
  /* Allow Jquery click event */
}

/* BOOTSTRAP LABEL OVERWRITE */
label, .radio label, .checkbox label, .help-block {
  font-size: 16px !important;
}
label.small, .radio label.small, .checkbox label.small, .help-block.small {
  font-size: 75% !important;
}

.radio label, .checkbox label {
  min-height: 15px !important;
}

[type="checkbox"] + label {
  min-height: 15px !important;
}

/* BOOTSTRAP TEXT PROPERTIES */
small, .small {
  font-size: 75% !important;
}

/* BOOTSTRAP Z-INDEX PROPERTIES */
.navbar-static-top {
  z-index: 1000 !important;
}

.dropdown-menu {
  z-index: 1000 !important;
}

.dropdown-backdrop {
  z-index: 990 !important;
}

.popover {
  z-index: 1010 !important;
}

.tooltip {
  z-index: 1070 !important;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1030 !important;
}

.modal-backdrop {
  z-index: 1040 !important;
}

.modal {
  z-index: 1050 !important;
}

/* BOOTSTRAP VARIABLES */
/*$screen-xs:                  480px !default;
//** Deprecated `$screen-xs-min` as of v3.2.0
$screen-xs-min:              $screen-xs !default;
//** Deprecated `$screen-phone` as of v3.0.1
$screen-phone:               $screen-xs-min !default;

// Small screen / tablet
//** Deprecated `$screen-sm` as of v3.0.1
$screen-sm:                  768px !default;
$screen-sm-min:              $screen-sm !default;
//** Deprecated `$screen-tablet` as of v3.0.1
$screen-tablet:              $screen-sm-min !default;

// Medium screen / desktop
//** Deprecated `$screen-md` as of v3.0.1
$screen-md:                  992px !default;
$screen-md-min:              $screen-md !default;
//** Deprecated `$screen-desktop` as of v3.0.1
$screen-desktop:             $screen-md-min !default;

// Large screen / wide desktop
//** Deprecated `$screen-lg` as of v3.0.1
$screen-lg:                  1200px !default;
$screen-lg-min:              $screen-lg !default;
//** Deprecated `$screen-lg-desktop` as of v3.0.1
$screen-lg-desktop:          $screen-lg-min !default;

// So media queries don't overlap when required, provide a maximum
$screen-xs-max:              ($screen-sm-min - 1) !default;
$screen-sm-max:              ($screen-md-min - 1) !default;
$screen-md-max:              ($screen-lg-min - 1) !default;*/
.clearfix:before, .price-block:before, .clearfix:after, .price-block:after {
  content: " ";
  display: table;
}
.clearfix:after, .price-block: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;
}

.affix {
  position: fixed;
}

/* ---- Carousel (multiple items) */
/* Bootstrap 3 Show Many Slide One Carousel
*  https://codepen.io/rtpHarry/pen/YPBydd/
*
*  (CUSTOM : translate3d 25% to 50%)
*/
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}

.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}

@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }

  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }

  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -33%;
  }

  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 33%;
  }

  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* ---- SOURCE FROM : https://stackoverflow.com/a/29094312 */
.pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg {
  float: right;
}

.pull-left-not-xs, .pull-left-not-sm, .pull-left-not-md, .pull-left-not-lg {
  float: left;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .pull-right-not-xs, .pull-left-not-xs {
    float: none;
  }

  .pull-right-xs {
    float: right;
  }

  .pull-left-xs {
    float: left;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pull-right-not-sm, .pull-left-not-sm {
    float: none;
  }

  .pull-right-sm {
    float: right;
  }

  .pull-left-sm {
    float: left;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pull-right-not-md, .pull-left-not-md {
    float: none;
  }

  .pull-right-md {
    float: right;
  }

  .pull-left-md {
    float: left;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .pull-right-not-lg, .pull-left-not-lg {
    float: none;
  }

  .pull-right-lg {
    float: right;
  }

  .pull-left-lg {
    float: left;
  }
}
/* ---- SOURCE FROM : https://github.com/twbs/bootstrap/issues/11292 */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-justify-xs {
    text-align: justify;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-justify-sm {
    text-align: justify;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-justify-md {
    text-align: justify;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-justify-lg {
    text-align: justify;
  }
}
/* ---- Responsive text */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .small-xs {
    font-size: 75% !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .small-sm {
    font-size: 75% !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small-md {
    font-size: 75% !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .small-lg {
    font-size: 75% !important;
  }
}
/*@media (max-width: 767px) {
    p, ul {
        margin: 0 0 5px 0;
    }
    li {
        margin: 0 0 3px 0;
    }
    p, ul, input, h4, .h4, td {
        font-size: 12px;
        line-height: 18px;
    }
    h1, .h1 {
        font-size: 20px;
        line-height: 20px;
    }
    h2, .h2 {
        font-size: 18px;
        line-height: 18px;
    }
    h3, .h3 {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    p, ul {
        margin: 0 0 10px 0; 
    }
    li {
        margin: 0 0 6px 0;
    }
    p, ul, input, h4, .h4, td {
        font-size: 14px;
        line-height: 18px;
    }
    h1, .h1 {
        font-size: 24px;
        line-height: 24px;
    }
    h2, .h2 {
        font-size: 22px;
        line-height: 22px;
    }
    h3, .h3 {
        font-size: 18px;
        line-height: 18px;
    }
}
@media (min-width: 992px) {
    p, ul {
        margin: 0 0 15px 0; 
    }
    li {
        margin: 0 0 9px 0;
    }
    p, ul, input, h4, .h4, td {
        font-size: 15px;
        line-height: 26px;
    }
}*/
/* ---- Square box
* https://jsfiddle.net/josedvq/38Tnx/
*
* Fully reworked
*/
.square-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-box.square-box-50::before {
  padding-top: 50%;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .square-box.square-box-50::before {
    padding-top: 100%;
  }
}
.square-box.square-box-slider::before {
  padding-top: 34%;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .square-box.square-box-slider::before {
    min-height: 200px;
  }
}
.square-box.square-box-excursion::before {
  padding-top: 68%;
}
.square-box > .square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.square-box > .square-content > div, .square-box > .square-content > span {
  display: block;
  width: 100%;
  height: 100%;
}
.square-box > .square-content > div > div, .square-box > .square-content > div > span, .square-box > .square-content > span > div, .square-box > .square-content > span > span {
  vertical-align: middle;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .square-xs-box::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* official breakpoints */
    /* Mobile     (max-width: 767px) */
    /* Tablet     (min-width: 768px) and (max-width: 991px) */
    /* Desktop    (min-width: 992px) and (max-width: 1199px) */
    /* Television (min-width: 1200px) */
    /* multiple breakpoints */
    /* Tablet and up    (min-width: 768px) */
    /* Tablet and down  (max-width: 991px) */
    /* Desktop and up   (min-width: 992px) */
    /* Desktop and down (max-width: 1199px) */
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .square-xs-box::before {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .square-xs-box > .square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .square-xs-box > .square-content > div, .square-xs-box > .square-content > span {
    display: table;
    width: 100%;
    height: 100%;
  }
  .square-xs-box > .square-content > div > div, .square-xs-box > .square-content > div > span, .square-xs-box > .square-content > span > div, .square-xs-box > .square-content > span > span {
    display: table-cell;
    vertical-align: middle;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .square-sm-box::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* official breakpoints */
    /* Mobile     (max-width: 767px) */
    /* Tablet     (min-width: 768px) and (max-width: 991px) */
    /* Desktop    (min-width: 992px) and (max-width: 1199px) */
    /* Television (min-width: 1200px) */
    /* multiple breakpoints */
    /* Tablet and up    (min-width: 768px) */
    /* Tablet and down  (max-width: 991px) */
    /* Desktop and up   (min-width: 992px) */
    /* Desktop and down (max-width: 1199px) */
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .square-sm-box::before {
    padding-top: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .square-sm-box > .square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .square-sm-box > .square-content > div, .square-sm-box > .square-content > span {
    display: table;
    width: 100%;
    height: 100%;
  }
  .square-sm-box > .square-content > div > div, .square-sm-box > .square-content > div > span, .square-sm-box > .square-content > span > div, .square-sm-box > .square-content > span > span {
    display: table-cell;
    vertical-align: middle;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .square-md-box::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* official breakpoints */
    /* Mobile     (max-width: 767px) */
    /* Tablet     (min-width: 768px) and (max-width: 991px) */
    /* Desktop    (min-width: 992px) and (max-width: 1199px) */
    /* Television (min-width: 1200px) */
    /* multiple breakpoints */
    /* Tablet and up    (min-width: 768px) */
    /* Tablet and down  (max-width: 991px) */
    /* Desktop and up   (min-width: 992px) */
    /* Desktop and down (max-width: 1199px) */
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .square-md-box::before {
    padding-top: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .square-md-box > .square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .square-md-box > .square-content > div, .square-md-box > .square-content > span {
    display: table;
    width: 100%;
    height: 100%;
  }
  .square-md-box > .square-content > div > div, .square-md-box > .square-content > div > span, .square-md-box > .square-content > span > div, .square-md-box > .square-content > span > span {
    display: table-cell;
    vertical-align: middle;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .square-lg-box::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* official breakpoints */
    /* Mobile     (max-width: 767px) */
    /* Tablet     (min-width: 768px) and (max-width: 991px) */
    /* Desktop    (min-width: 992px) and (max-width: 1199px) */
    /* Television (min-width: 1200px) */
    /* multiple breakpoints */
    /* Tablet and up    (min-width: 768px) */
    /* Tablet and down  (max-width: 991px) */
    /* Desktop and up   (min-width: 992px) */
    /* Desktop and down (max-width: 1199px) */
  }
}
@media only screen and (min-width: 1200px) and (max-width: 767px) {
  .square-lg-box::before {
    padding-top: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .square-lg-box > .square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .square-lg-box > .square-content > div, .square-lg-box > .square-content > span {
    display: table;
    width: 100%;
    height: 100%;
  }
  .square-lg-box > .square-content > div > div, .square-lg-box > .square-content > div > span, .square-lg-box > .square-content > span > div, .square-lg-box > .square-content > span > span {
    display: table-cell;
    vertical-align: middle;
  }
}
/* ---- Bootstrap 4 : Width & Height */
.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-66 {
  width: 66% !important;
}

.w-33 {
  width: 33% !important;
}

.w-25 {
  width: 25% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .h-xs-100 {
    height: 100% !important;
  }

  .w-xs-100 {
    width: 100% !important;
  }

  .h-xs-auto {
    height: auto !important;
  }

  .w-xs-auto {
    width: auto !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h-sm-100 {
    height: 100% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-auto {
    width: auto !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h-md-100 {
    height: 100% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-auto {
    width: auto !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .h-lg-100 {
    height: 100% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-auto {
    width: auto !important;
  }
}
/* ---- SOURCE FROM : bootstrap-4.0.0-beta / scss / utilities / _display.scss */
/* |_ /!\ BREAKPOINTS REWORKED */
.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .d-xs-block {
    display: block !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-none {
    display: none !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .d-sm-block {
    display: block !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }
}
/* ---- Bootstrap 4 : Position property */
/* ---- Vertical Align Center (Materialize)
* http://materializecss.com/helpers.html
*/
.p-absolute {
  position: absolute !important;
}
.p-absolute.bottom {
  bottom: 0;
}
.p-absolute.right {
  right: 0;
}
.p-absolute.left {
  left: 0;
}
.p-absolute.top {
  top: 0;
}

.p-fixed {
  position: fixed !important;
}
.p-fixed.bottom {
  bottom: 0;
}
.p-fixed.right {
  right: 0;
}
.p-fixed.left {
  left: 0;
}
.p-fixed.top {
  top: 0;
}

.p-relative {
  position: relative !important;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .p-xs-relative {
    position: relative !important;
  }

  .p-xs-absolute {
    position: absolute !important;
  }
  .p-xs-absolute.p-xs-left {
    left: 0;
  }
  .p-xs-absolute.p-xs-right {
    right: 0;
  }
  .p-xs-absolute.p-xs-top {
    top: 0;
  }
  .p-xs-absolute.p-xs-bottom {
    bottom: 0;
  }

  .p-xs-fixed {
    position: fixed !important;
  }
  .p-xs-fixed.p-xs-left {
    left: 0;
  }
  .p-xs-fixed.p-xs-right {
    right: 0;
  }
  .p-xs-fixed.p-xs-top {
    top: 0;
  }
  .p-xs-fixed.p-xs-bottom {
    bottom: 0;
  }

  .p-xs-static {
    position: static !important;
  }

  .p-xs-sticky {
    position: sticky !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-sm-relative {
    position: relative !important;
  }

  .p-sm-absolute {
    position: absolute !important;
  }
  .p-sm-absolute.p-sm-left {
    left: 0;
  }
  .p-sm-absolute.p-sm-right {
    right: 0;
  }
  .p-sm-absolute.p-sm-top {
    top: 0;
  }
  .p-sm-absolute.p-sm-bottom {
    bottom: 0;
  }

  .p-sm-fixed {
    position: fixed !important;
  }
  .p-sm-fixed.p-sm-left {
    left: 0;
  }
  .p-sm-fixed.p-sm-right {
    right: 0;
  }
  .p-sm-fixed.p-sm-top {
    top: 0;
  }
  .p-sm-fixed.p-sm-bottom {
    bottom: 0;
  }

  .p-sm-static {
    position: static !important;
  }

  .p-sm-sticky {
    position: sticky !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-md-relative {
    position: relative !important;
  }

  .p-md-absolute {
    position: absolute !important;
  }
  .p-md-absolute.p-md-left {
    left: 0;
  }
  .p-md-absolute.p-md-right {
    right: 0;
  }
  .p-md-absolute.p-md-top {
    top: 0;
  }
  .p-md-absolute.p-md-bottom {
    bottom: 0;
  }

  .p-md-fixed {
    position: fixed !important;
  }
  .p-md-fixed.p-md-left {
    left: 0;
  }
  .p-md-fixed.p-md-right {
    right: 0;
  }
  .p-md-fixed.p-md-top {
    top: 0;
  }
  .p-md-fixed.p-md-bottom {
    bottom: 0;
  }

  .p-md-static {
    position: static !important;
  }

  .p-md-sticky {
    position: sticky !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .p-lg-relative {
    position: relative !important;
  }

  .p-lg-absolute {
    position: absolute !important;
  }
  .p-lg-absolute.p-lg-left {
    left: 0;
  }
  .p-lg-absolute.p-lg-right {
    right: 0;
  }
  .p-lg-absolute.p-lg-top {
    top: 0;
  }
  .p-lg-absolute.p-lg-bottom {
    bottom: 0;
  }

  .p-lg-fixed {
    position: fixed !important;
  }
  .p-lg-fixed.p-lg-left {
    left: 0;
  }
  .p-lg-fixed.p-lg-right {
    right: 0;
  }
  .p-lg-fixed.p-lg-top {
    top: 0;
  }
  .p-lg-fixed.p-lg-bottom {
    bottom: 0;
  }

  .p-lg-static {
    position: static !important;
  }

  .p-lg-sticky {
    position: sticky !important;
  }
}
/* ---- Vertical Align Center */
.parent-vcenter {
  display: table;
  table-layout: fixed;
}

.child-vcenter {
  display: table-cell;
  vertical-align: middle;
}

/* ---- Centered columns
* http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-centered-columns
* http://www.minimit.com/demos/bootstrap-3-responsive-centered-columns
*/
.row-centered {
  text-align: center;
}
.row-centered .col-centered {
  display: inline-block !important;
  float: none;
  text-align: left;
  /* reset the text-align */
  margin-right: -4px;
  /* inline-block space fix */
  margin-top: -5px;
}

/* ---- Bootstrap 4 : Vertical Align */
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

/* ---- Bootstrap Grid 5 Columns
* Can be 4 columns with .from-5-to-4 class
*
*/
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.row.from-5-to-4 {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.row.from-5-to-4 .col-xs-five {
  width: 25% !important;
}
@media only screen and (min-width: 768px) {
  .row.from-5-to-4 .col-sm-five {
    width: 25% !important;
  }
}
@media only screen and (min-width: 992px) {
  .row.from-5-to-4 .col-md-five {
    width: 25% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .row.from-5-to-4 .col-lg-five {
    width: 25% !important;
  }
}
.row .col-xs-five {
  width: 20% !important;
  float: left;
}
@media only screen and (min-width: 768px) {
  .row .col-sm-five {
    width: 20% !important;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .row .col-md-five {
    width: 20% !important;
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  .row .col-lg-five {
    width: 20% !important;
    float: left;
  }
}

/* ---- Bootstrap Grid 4 Columns */
.col-xs-four,
.col-sm-four,
.col-md-four,
.col-lg-four {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-four {
  width: 25% !important;
  float: left;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) {
  .col-sm-four {
    width: 25% !important;
    float: left;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) {
  .col-md-four {
    width: 25% !important;
    float: left;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .col-lg-four {
    width: 25% !important;
    float: left;
  }
}
/* ---- SOURCE FROM : bootstrap-4.0.0-beta / scss / utilities / _spacing.scss */
/* |_ /!\ BREAKPOINTS REWORKED */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.fl-left {
  float: left;
}

.fl-left-imp {
  float: left !important;
}

.fl-right {
  float: right;
}

.fl-right-imp {
  float: right !important;
}

.width-50-per {
  width: 50%;
}

.vertical-align-row {
  display: flex;
  align-items: center;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0 {
    margin-left: 0 !important;
  }

  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .mt-xs-3 {
    margin-top: 1rem !important;
  }

  .mr-xs-3 {
    margin-right: 1rem !important;
  }

  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-3 {
    margin-left: 1rem !important;
  }

  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xs-4 {
    margin: 1.5rem !important;
  }

  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 3rem !important;
  }

  .mt-xs-5 {
    margin-top: 3rem !important;
  }

  .mr-xs-5 {
    margin-right: 3rem !important;
  }

  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-5 {
    margin-left: 3rem !important;
  }

  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0 {
    padding-left: 0 !important;
  }

  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-1 {
    padding-left: 0.25rem !important;
  }

  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-2 {
    padding-left: 0.5rem !important;
  }

  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .pt-xs-3 {
    padding-top: 1rem !important;
  }

  .pr-xs-3 {
    padding-right: 1rem !important;
  }

  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-3 {
    padding-left: 1rem !important;
  }

  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-4 {
    padding-left: 1.5rem !important;
  }

  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 3rem !important;
  }

  .pt-xs-5 {
    padding-top: 3rem !important;
  }

  .pr-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-5 {
    padding-left: 3rem !important;
  }

  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto {
    margin-left: auto !important;
  }

  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "HKGrotesk";
  font-size: 16px;
  line-height: 1.42857;
  color: #646162;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #006CB4;
  text-decoration: none;
}
a:hover, a:focus {
  color: #006CB4;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 10px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #596a7b;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .h7 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
}
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, .h7 small,
.h7 .small {
  font-weight: normal;
  line-height: 1;
  /*color: $headings-small-color;*/
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6,
.h7 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small,
.h7 small,
.h7 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

.h7 {
  font-size: 13px;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .h3-s {
    font-size: 28px !important;
  }
}
p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 75%;
}

mark,
.mark {
  background-color: #FDDE0F;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #4E5D6C;
}

.text-primary {
  color: #006CB4;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #004d81;
}

.text-success {
  color: #646162;
}

a.text-success:hover,
a.text-success:focus {
  color: #4a4849;
}

.text-info {
  color: #646162;
}

a.text-info:hover,
a.text-info:focus {
  color: #4a4849;
}

.text-warning {
  color: #646162;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #4a4849;
}

.text-danger {
  color: #646162;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #4a4849;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #006CB4;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004d81;
}

.bg-success {
  background-color: #5cb85c;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #449d44;
}

.bg-info {
  background-color: #182A42;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #0a121d;
}

.bg-warning {
  background-color: #FDDE0F;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #d7bb02;
}

.bg-danger {
  background-color: #d9534f;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #c9302c;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #646162;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #4E5D6C;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #4E5D6C;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #646162;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #4E5D6C;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: "HKGrotesk";
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 1px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 1px;
}
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:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-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: auto;
}

.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: auto;
}

.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) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-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: auto;
  }

  .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: auto;
  }

  .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) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-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: auto;
  }

  .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: auto;
  }

  .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) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-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: auto;
  }

  .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: auto;
  }

  .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 {
  background-color: transparent;
}

caption {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #4E5D6C;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #4E5D6C;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #4E5D6C;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #4E5D6C;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 3px;
}

.table-bordered {
  border: 1px solid #4E5D6C;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #4E5D6C;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #4E5D6C;
}

.table-hover > tbody > tr:hover {
  background-color: #485563;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #485563;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #3d4954;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #5cb85c;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #4cae4c;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #182A42;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #111e2f;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #FDDE0F;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #f0d102;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #d9534f;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #d43f3a;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #4E5D6C;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #646162;
  border: 0;
  border-bottom: 1px solid #4E5D6C;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 16px;
  line-height: 1.42857;
  color: #000;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #7C8080;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #7C8080;
}
.form-control::-webkit-input-placeholder {
  color: #7C8080;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #646162;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 1px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 53px;
  line-height: 53px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 53px;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 1px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 42px;
  padding: 13px 24px;
  font-size: 20px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #646162;
}
.has-success .form-control {
  border-color: #646162;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #4a4849;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #979495;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #979495;
}
.has-success .input-group-addon {
  color: #646162;
  border-color: #646162;
  background-color: #5cb85c;
}
.has-success .form-control-feedback {
  color: #646162;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #646162;
}
.has-warning .form-control {
  border-color: #646162;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #4a4849;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #979495;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #979495;
}
.has-warning .input-group-addon {
  color: #646162;
  border-color: #646162;
  background-color: #FDDE0F;
}
.has-warning .form-control-feedback {
  color: #646162;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #646162;
}
.has-error .form-control {
  border-color: #646162;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #4a4849;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #979495;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #979495;
}
.has-error .input-group-addon {
  color: #646162;
  border-color: #646162;
  background-color: #d9534f;
}
.has-error .form-control-feedback {
  color: #646162;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a4a1a2;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #024E7F;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #024E7F;
  background-color: #fff;
  border-color: transparent;
}
.btn-default:focus, .btn-default.focus {
  color: #024E7F;
  background-color: #e6e6e6;
  border-color: transparent;
}
.btn-default:hover {
  color: #024E7F;
  background-color: #e6e6e6;
  border-color: transparent;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #024E7F;
  background-color: #e6e6e6;
  border-color: transparent;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #024E7F;
  background-color: #d4d4d4;
  border-color: transparent;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: transparent;
}
.btn-default .badge {
  color: #fff;
  background-color: #024E7F;
}

.btn-primary {
  color: #fff;
  background-color: #006CB4;
  border-color: transparent;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #004d81;
  border-color: transparent;
}
.btn-primary:hover {
  color: #fff;
  background-color: #004d81;
  border-color: transparent;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004d81;
  border-color: transparent;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #00385d;
  border-color: transparent;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #006CB4;
  border-color: transparent;
}
.btn-primary .badge {
  color: #006CB4;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #009FE3;
  border-color: transparent;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #007bb0;
  border-color: transparent;
}
.btn-success:hover {
  color: #fff;
  background-color: #007bb0;
  border-color: transparent;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #007bb0;
  border-color: transparent;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #00628c;
  border-color: transparent;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #009FE3;
  border-color: transparent;
}
.btn-success .badge {
  color: #009FE3;
  background-color: #fff;
}

input.btn-success {
  color: #fff;
  background-color: #009FE3;
  border-color: transparent;
}
input.btn-success:focus, input.btn-success.focus {
  color: #fff;
  background-color: #007bb0;
  border-color: transparent;
}
input.btn-success:hover {
  color: #fff;
  background-color: #007bb0;
  border-color: transparent;
}
input.btn-success:active, input.btn-success.active, .open > input.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #007bb0;
  border-color: transparent;
}
input.btn-success:active:hover, input.btn-success:active:focus, input.btn-success:active.focus, input.btn-success.active:hover, input.btn-success.active:focus, input.btn-success.active.focus, .open > input.btn-success.dropdown-toggle:hover, .open > input.btn-success.dropdown-toggle:focus, .open > input.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #00628c;
  border-color: transparent;
}
input.btn-success:active, input.btn-success.active, .open > input.btn-success.dropdown-toggle {
  background-image: none;
}
input.btn-success.disabled:hover, input.btn-success.disabled:focus, input.btn-success.disabled.focus, input.btn-success[disabled]:hover, input.btn-success[disabled]:focus, input.btn-success[disabled].focus, fieldset[disabled] input.btn-success:hover, fieldset[disabled] input.btn-success:focus, fieldset[disabled] input.btn-success.focus {
  background-color: #009FE3;
  border-color: transparent;
}
input.btn-success .badge {
  color: #009FE3;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #182A42;
  border-color: transparent;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0a121d;
  border-color: transparent;
}
.btn-info:hover {
  color: #fff;
  background-color: #0a121d;
  border-color: transparent;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0a121d;
  border-color: transparent;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #010202;
  border-color: transparent;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #182A42;
  border-color: transparent;
}
.btn-info .badge {
  color: #182A42;
  background-color: #fff;
}

.btn-warning {
  color: #024E7F;
  background-color: #FDDE0F;
  border-color: transparent;
}
.btn-warning:focus, .btn-warning.focus {
  color: #024E7F;
  background-color: #d7bb02;
  border-color: transparent;
}
.btn-warning:hover {
  color: #024E7F;
  background-color: #d7bb02;
  border-color: transparent;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #024E7F;
  background-color: #d7bb02;
  border-color: transparent;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #024E7F;
  background-color: #b49d01;
  border-color: transparent;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #FDDE0F;
  border-color: transparent;
}
.btn-warning .badge {
  color: #FDDE0F;
  background-color: #024E7F;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: transparent;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: transparent;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: transparent;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: transparent;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #006CB4;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #006CB4;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #4E5D6C;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 12px 24px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 1px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  height: auto !important;
  -webkit-transition: opacity 300ms linear !important;
  -o-transition: opacity 300ms linear !important;
  transition: opacity 300ms linear !important;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: transparent;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #646162;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #006CB4;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #fff;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #fff;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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 > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  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: 1px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
}
.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: 1px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 12px 24px;
  font-size: 20px;
  border-radius: 1px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  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:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #4E5D6C;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #4E5D6C;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #006CB4;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}
.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: 1px 1px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #009FE3;
  background-color: transparent;
  border: 1px solid #009FE3;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 1px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #006CB4;
}

.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: 1px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #4E5D6C;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #4E5D6C;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #4E5D6C;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 1px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  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: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 9px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 40px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 4.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #F3F1F4;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #182A42;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #182A42;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #182A42;
}
.navbar-default .navbar-nav > li > a {
  color: #182A42;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #182A42;
  background-color: #F3F1F4;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #182A42;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #F3F1F4;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #024E7F;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #182A42;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #182A42;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #182A42;
    background-color: #F3F1F4;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #182A42;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #182A42;
}
.navbar-default .navbar-link:hover {
  color: #182A42;
}
.navbar-default .btn-link {
  color: #182A42;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #182A42;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #006CB4;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #646162;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #646162;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #646162;
}
.navbar-inverse .navbar-nav > li > a {
  color: #646162;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #646162;
  background-color: #005d9b;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #646162;
  background-color: #005d9b;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #005d9b;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #646162;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #005790;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #005d9b;
  color: #646162;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #646162;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #646162;
    background-color: #005d9b;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #646162;
    background-color: #005d9b;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #646162;
}
.navbar-inverse .navbar-link:hover {
  color: #646162;
}
.navbar-inverse .btn-link {
  color: #646162;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #646162;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #4E5D6C;
  border-radius: 1px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #646162;
}
.breadcrumb > .active {
  color: #646162;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 1px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.42857;
  text-decoration: none;
  color: #646162;
  background-color: #4E5D6C;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #646162;
  background-color: #485563;
  border-color: transparent;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #646162;
  background-color: #006CB4;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #323c46;
  background-color: #4E5D6C;
  border-color: transparent;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 24px;
  font-size: 20px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  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: #4E5D6C;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #485563;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #323c46;
  background-color: #4E5D6C;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #E7E0E1;
  color: #182A42;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #d1c3c5;
}

.label-search {
  background: #fff;
  color: #006CB4;
}

a.label-search:hover, a.label-search:focus {
  color: #006CB4;
}

.label-primary {
  background-color: #006CB4;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #004d81;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #182A42;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #0a121d;
}

.label-warning {
  background-color: #FDDE0F;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #d7bb02;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 300;
  color: #646162;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #4E5D6C;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #006CB4;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #4E5D6C;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #39444e;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #646162;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #006CB4;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 1px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #5cb85c;
  border-color: transparent;
  color: #646162;
}
.alert-success hr {
  border-top-color: transparent;
}
.alert-success .alert-link {
  color: #4a4849;
}

.alert-info {
  background-color: #182A42;
  border-color: transparent;
  color: #646162;
}
.alert-info hr {
  border-top-color: transparent;
}
.alert-info .alert-link {
  color: #4a4849;
}

.alert-warning {
  background-color: #FDDE0F;
  border-color: transparent;
  color: #646162;
}
.alert-warning hr {
  border-top-color: transparent;
}
.alert-warning .alert-link {
  color: #4a4849;
}

.alert-danger {
  background-color: #d9534f;
  border-color: transparent;
  color: #646162;
}
.alert-danger hr {
  border-top-color: transparent;
}
.alert-danger .alert-link {
  color: #4a4849;
}

@-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: 22px;
  margin-bottom: 22px;
  background-color: #4E5D6C;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  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: 22px;
  color: #fff;
  text-align: center;
  background-color: #006CB4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-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: -webkit-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-image: -o-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-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: #182A42;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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: #FDDE0F;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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: -webkit-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-image: -o-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-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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.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: #4E5D6C;
  border: 1px solid transparent;
}
.list-group-item:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

a.list-group-item,
button.list-group-item {
  color: #646162;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #646162;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #646162;
  background-color: #485563;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #646162;
  color: #4E5D6C;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #4E5D6C;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #006CB4;
  border-color: #006CB4;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #81cdff;
}

.list-group-item-success {
  color: #646162;
  background-color: #5cb85c;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #646162;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #646162;
  background-color: #4cae4c;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #646162;
  border-color: #646162;
}

.list-group-item-info {
  color: #646162;
  background-color: #182A42;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #646162;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #646162;
  background-color: #111e2f;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #646162;
  border-color: #646162;
}

.list-group-item-warning {
  color: #646162;
  background-color: #FDDE0F;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #646162;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #646162;
  background-color: #f0d102;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #646162;
  border-color: #646162;
}

.list-group-item-danger {
  color: #646162;
  background-color: #d9534f;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #646162;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #646162;
  background-color: #d43f3a;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #646162;
  border-color: #646162;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #546575;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #485563;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #4E5D6C;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 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-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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}

.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-primary {
  border-color: transparent;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #006CB4;
  border-color: transparent;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-primary > .panel-heading .badge {
  color: #006CB4;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #646162;
  background-color: #5cb85c;
  border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
  color: #5cb85c;
  background-color: #646162;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #646162;
  background-color: #182A42;
  border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
  color: #182A42;
  background-color: #646162;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #646162;
  background-color: #FDDE0F;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
  color: #FDDE0F;
  background-color: #646162;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #646162;
  background-color: #d9534f;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #d9534f;
  background-color: #646162;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #546575;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 1px;
}

.well-sm {
  padding: 9px;
  border-radius: 1px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #646162;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #646162;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.slider.slider-search-menu {
  padding-left: 10px;
}
.slider.slider-search-menu .slider-selection {
  background: #006CB4;
}
.slider.slider-search-menu .slider-handle {
  height: 10px;
  width: 10px;
  background: #006CB4 none !important;
  margin-left: -5px;
}
.slider.slider-search-menu .slider-track {
  height: 3px !important;
  margin-top: -6px !important;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border: 1px solid #006CB4;
  border-radius: 1px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #011C2D;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.modal-header {
  padding: 0px;
  border-bottom: 1px solid #fff;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.modal-footer {
  padding: 0px;
  text-align: right;
  border-top: 1px solid #fff;
}
.modal-footer:before, .modal-footer:after {
  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;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 991px) {
  .modal-mobile {
    width: 100% !important;
    font-size: 13px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "HKGrotesk";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 1px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "HKGrotesk";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #4E5D6C;
  background-clip: padding-box;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 16px;
  background-color: #485563;
  border-bottom: 1px solid #3d4954;
  border-radius: 0px 0px 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: transparent;
  border-top-color: transparent;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #4E5D6C;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: transparent;
  border-right-color: transparent;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #4E5D6C;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: transparent;
  border-bottom-color: transparent;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #4E5D6C;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-color: transparent;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #4E5D6C;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #024E7F;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #024E7F;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  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 #C6C6C6;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .price-block:before, .clearfix:after, .price-block:after {
  content: " ";
  display: table;
}
.clearfix:after, .price-block: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 1px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: rgba(124, 128, 128, 0.65);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #7C8080;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #4E5D6C;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #7C8080;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #4E5D6C;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #024E7F;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #024E7F;
  color: #FFFFFF;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: rgba(124, 128, 128, 0.65);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 1px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #7C8080;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #024E7F;
  color: #FFFFFF;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #4E5D6C;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: rgba(124, 128, 128, 0.65);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #005d9b;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  padding-top: 24px;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #005d9b;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-color: #cfcfcf;
  background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
  background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE',GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9',GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}

.slider-track {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F5F5F5));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F5F5F5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}

.slider-selection.tick-slider-selection {
  background-color: #37afff;
  background-image: -moz-linear-gradient(top, #44b4ff, #2aaaff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#44b4ff), to(#2aaaff));
  background-image: -webkit-linear-gradient(top, #44b4ff, #2aaaff);
  background-image: -o-linear-gradient(top, #44b4ff, #2aaaff);
  background-image: linear-gradient(to bottom, #44b4ff, #2aaaff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44b4ff', endColorstr='#2aaaff',GradientType=0);
}

.slider-track-low, .slider-track-high {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  background: transparent;
}

.slider-handle {
  background-color: #0065a8;
  background-image: -moz-linear-gradient(top, #006CB4, #005d9b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006CB4), to(#005d9b));
  background-image: -webkit-linear-gradient(top, #006CB4, #005d9b);
  background-image: -o-linear-gradient(top, #006CB4, #005d9b);
  background-image: linear-gradient(to bottom, #006CB4, #005d9b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006CB4', endColorstr='#005d9b',GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #006CB4;
  border: 0px solid transparent;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-color: #37afff;
  background-image: -moz-linear-gradient(top, #44b4ff, #2aaaff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#44b4ff), to(#2aaaff));
  background-image: -webkit-linear-gradient(top, #44b4ff, #2aaaff);
  background-image: -o-linear-gradient(top, #44b4ff, #2aaaff);
  background-image: linear-gradient(to bottom, #44b4ff, #2aaaff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44b4ff', endColorstr='#2aaaff',GradientType=0);
  opacity: 1;
}

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em;
}
.flag-icon:before {
  content: '\00a0';
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(../../../img/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(../../../img/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(../../../img/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(../../../img/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(../../../img/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(../../../img/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/al.svg);
}

.flag-icon-am {
  background-image: url(../../../img/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(../../../img/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(../../../img/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(../../../img/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(../../../img/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/as.svg);
}

.flag-icon-at {
  background-image: url(../../../img/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/at.svg);
}

.flag-icon-au {
  background-image: url(../../../img/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(../../../img/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(../../../img/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(../../../img/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(../../../img/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(../../../img/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(../../../img/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(../../../img/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(../../../img/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(../../../img/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(../../../img/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(../../../img/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(../../../img/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(../../../img/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(../../../img/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(../../../img/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(../../../img/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(../../../img/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(../../../img/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(../../../img/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(../../../img/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(../../../img/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(../../../img/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(../../../img/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(../../../img/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(../../../img/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(../../../img/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(../../../img/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(../../../img/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(../../../img/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(../../../img/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(../../../img/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(../../../img/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(../../../img/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(../../../img/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(../../../img/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(../../../img/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(../../../img/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(../../../img/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(../../../img/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(../../../img/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(../../../img/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(../../../img/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(../../../img/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(../../../img/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(../../../img/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(../../../img/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/dk.svg);
}

.flag-icon-dm {
  background-image: url(../../../img/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(../../../img/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(../../../img/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(../../../img/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(../../../img/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(../../../img/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(../../../img/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(../../../img/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/er.svg);
}

.flag-icon-es {
  background-image: url(../../../img/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/es.svg);
}

.flag-icon-et {
  background-image: url(../../../img/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(../../../img/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(../../../img/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(../../../img/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(../../../img/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(../../../img/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(../../../img/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(../../../img/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(../../../img/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(../../../img/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(../../../img/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(../../../img/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(../../../img/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(../../../img/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(../../../img/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(../../../img/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(../../../img/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(../../../img/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(../../../img/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(../../../img/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(../../../img/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(../../../img/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(../../../img/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(../../../img/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(../../../img/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(../../../img/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(../../../img/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(../../../img/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(../../../img/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(../../../img/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(../../../img/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(../../../img/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(../../../img/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(../../../img/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(../../../img/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/il.svg);
}

.flag-icon-im {
  background-image: url(../../../img/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/im.svg);
}

.flag-icon-in {
  background-image: url(../../../img/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/in.svg);
}

.flag-icon-io {
  background-image: url(../../../img/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(../../../img/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(../../../img/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(../../../img/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/is.svg);
}

.flag-icon-it {
  background-image: url(../../../img/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/it.svg);
}

.flag-icon-je {
  background-image: url(../../../img/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/je.svg);
}

.flag-icon-jm {
  background-image: url(../../../img/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(../../../img/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(../../../img/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(../../../img/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(../../../img/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(../../../img/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(../../../img/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(../../../img/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(../../../img/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(../../../img/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(../../../img/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(../../../img/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(../../../img/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(../../../img/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(../../../img/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(../../../img/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(../../../img/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(../../../img/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(../../../img/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(../../../img/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(../../../img/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(../../../img/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(../../../img/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(../../../img/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(../../../img/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(../../../img/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(../../../img/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(../../../img/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/md.svg);
}

.flag-icon-me {
  background-image: url(../../../img/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(../../../img/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(../../../img/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(../../../img/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(../../../img/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(../../../img/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(../../../img/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(../../../img/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(../../../img/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(../../../img/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(../../../img/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(../../../img/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(../../../img/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(../../../img/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(../../../img/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(../../../img/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(../../../img/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(../../../img/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(../../../img/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(../../../img/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(../../../img/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(../../../img/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(../../../img/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(../../../img/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(../../../img/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(../../../img/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(../../../img/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(../../../img/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/no.svg);
}

.flag-icon-np {
  background-image: url(../../../img/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(../../../img/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(../../../img/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(../../../img/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(../../../img/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(../../../img/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(../../../img/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(../../../img/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(../../../img/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(../../../img/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(../../../img/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(../../../img/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(../../../img/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(../../../img/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(../../../img/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(../../../img/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(../../../img/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(../../../img/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(../../../img/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(../../../img/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(../../../img/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(../../../img/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(../../../img/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(../../../img/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(../../../img/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(../../../img/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(../../../img/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(../../../img/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(../../../img/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(../../../img/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(../../../img/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(../../../img/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(../../../img/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(../../../img/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(../../../img/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(../../../img/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(../../../img/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(../../../img/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(../../../img/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(../../../img/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(../../../img/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(../../../img/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(../../../img/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(../../../img/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(../../../img/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(../../../img/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(../../../img/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(../../../img/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(../../../img/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(../../../img/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(../../../img/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(../../../img/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(../../../img/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(../../../img/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(../../../img/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(../../../img/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(../../../img/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(../../../img/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(../../../img/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(../../../img/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(../../../img/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(../../../img/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(../../../img/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(../../../img/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(../../../img/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/um.svg);
}

.flag-icon-us {
  background-image: url(../../../img/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(../../../img/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(../../../img/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(../../../img/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(../../../img/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(../../../img/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(../../../img/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(../../../img/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(../../../img/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(../../../img/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(../../../img/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(../../../img/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(../../../img/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(../../../img/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(../../../img/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(../../../img/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(../../../img/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/zw.svg);
}

.flag-icon-es-ct {
  background-image: url(../../../img/flags/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/es-ct.svg);
}

.flag-icon-eu {
  background-image: url(../../../img/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(../../../img/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gb-eng.svg);
}

.flag-icon-gb-nir {
  background-image: url(../../../img/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gb-nir.svg);
}

.flag-icon-gb-sct {
  background-image: url(../../../img/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(../../../img/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/gb-wls.svg);
}

.flag-icon-un {
  background-image: url(../../../img/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../../../img/flags/1x1/un.svg);
}

#top-header {
  height: 34.2px;
  /* Social Network */
  /* Croisi Link */
}
#top-header ul.text-left {
  font-size: 22px;
  padding-top: 3px;
}
#top-header ul.text-right {
  /* Account */
  /* Others */
}
#top-header ul.text-right li.pl-5 a {
  display: inline-block;
}
#top-header ul.text-right li.pl-5 a span.align-top {
  padding-top: 10px;
  padding-bottom: 7px;
}
#top-header ul.text-right li.px-5 a {
  padding-top: 6px;
  display: inline-block;
}
#top-header ul.text-right li.px-5 a span {
  padding-top: 3px;
  padding-left: 4px;
  display: inline-block;
}

/**
multilingue
 */
.multi-language {
  height: 34.2px;
}
.multi-language ul {
  /* to remove white space between 2 li */
  font-size: 0;
}
.multi-language ul li {
  font-size: 16px;
}
.multi-language ul li + li:before {
  color: white;
  content: "|";
  padding: 3px 13px 3px 0px;
  background: none;
}
.multi-language a {
  line-height: 34.2px;
}
.multi-language .active {
  color: #006CB4;
  pointer-events: none;
}

.croisi-footer {
  margin: 30px 0;
  position: relative;
}
.croisi-footer a, .croisi-footer span.visible-xs-inline {
  cursor: pointer;
  color: #4B515B;
}
.croisi-footer h4, .croisi-footer h4 span.visible-xs-inline {
  color: #006CB4;
  margin: 15px 0;
  height: 25px;
}
.croisi-footer h4 a {
  color: #006CB4;
}
.croisi-footer h4 a:hover, .croisi-footer a:focus, .croisi-footer a:active {
  color: #006997;
}
.croisi-footer h4 > span > .ce-down {
  margin-bottom: 2px;
  margin-right: 5px;
  color: #182A42;
}
.croisi-footer ul.in, .croisi-footer ul.collapsing {
  display: block !important;
}
.croisi-footer a:hover, .croisi-footer a:focus, .croisi-footer a:active,
.croisi-footer span.visible-xs-inline:hover, .croisi-footer span.visible-xs-inline:focus, .croisi-footer span.visible-xs-inline:active {
  color: #006CB4;
}

#footer-accordion .panel {
  padding: 0 15px !important;
  margin-bottom: 0px !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .croisi-footer {
    margin: 0 -15px;
  }
  .croisi-footer h4 {
    margin: 20px 0 10px 0;
    padding: 0 20px;
  }
  .croisi-footer ul li {
    padding: 3px 0;
  }
  .croisi-footer > .panel {
    border-bottom: 1px solid #C6C6C6 !important;
  }

  footer #footer-five i.xs.ce {
    margin-top: 5px;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) {
  .croisi-footer ul {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}
/* ---- Informations */
#footer-five > div > a {
  color: #FFFFFF !important;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  #footer-five {
    padding: 25px 0 15px 0;
  }
  #footer-five > div {
    padding: 0 30px;
    margin: 5px 0;
  }
  #footer-five > div > a, #footer-five > div button {
    background: #E7E0E1 !important;
    color: #182A42 !important;
  }
  #footer-five > div > a:hover, #footer-five > div > a:active, #footer-five > div > a:focus, #footer-five > div button:hover, #footer-five > div button:active, #footer-five > div button:focus {
    background: #c6b5b7 !important;
  }
}
/* Bootstrap 3 carousel transition speed
* https://stackoverflow.com/a/27323642/7462178
*/
.carousel-inner > .item {
  -webkit-transition: 1s ease-in-out left;
  -o-transition: 1s ease-in-out left;
  transition: 1s ease-in-out left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
  }
}

.carousel {
  background-color: transparent;
  line-height: 0;
  /* ---- Item */
  /* ---- Video */
  /* ---- Boat Page */
  /* ---- Home page */
  /* ---- Expertise */
  /* ---- Text plus Image */
  /* ---- Multiple items (3 on desktop, 2 on tablet and 1 on mobile) */
  /* ---- Indicators (bullets) */
  /* ---- Controls (arrows) */
  /* ---- Caption (text) */
  /* ---- Full width */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.carousel .carousel-inner {
  line-height: 1.42857;
  display: inline-block;
  height: 100%;
}
.carousel .carousel-inner > .item > img {
  height: 100% !important;
  width: 100% !important;
}
.carousel .carousel-inner > .item .overlay {
  z-index: 1;
}
.carousel .carousel-inner > .item > .container, .carousel .carousel-inner > .item .video-caption, .carousel .carousel-inner > .item .carousel-caption-mobile {
  z-index: 2;
}
.carousel .carousel-inner > .item.item-video .video-slide-preview {
  z-index: 0;
  cursor: pointer;
}
.carousel .carousel-inner > .item.item-video .video-slide-player {
  z-index: -1;
  position: absolute;
  top: 0;
}
.carousel.carousel-boat {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 992px) {
  .carousel.carousel-boat .carousel-indicators.right {
    right: 26px !important;
  }
  .carousel.carousel-boat .carousel-indicators.left {
    left: 26px !important;
  }
}
.carousel.carousel-home {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.carousel.carousel-home .carousel-caption.top {
  height: auto !important;
  top: 20% !important;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .carousel.carousel-home .carousel-caption.top {
    top: 0 !important;
  }
}
.carousel.carousel-home .carousel-caption.top a.btn {
  position: relative;
  bottom: inherit;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  left: auto;
}
@media only screen and (min-width: 992px) {
  .carousel.carousel-home .carousel-caption.top a.btn {
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .carousel.carousel-home .carousel-indicators {
    bottom: 22px;
  }
  .carousel.carousel-home .carousel-indicators.right {
    right: 26px !important;
  }
  .carousel.carousel-home .carousel-indicators.left {
    left: 26px !important;
  }
}
.carousel.carousel-expertise {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 768px) {
  .carousel.carousel-expertise .item {
    height: 325px !important;
  }
}
@media only screen and (max-width: 767px) {
  .carousel.carousel-expertise {
    padding: 0 15px;
  }
  .carousel.carousel-expertise .item, .carousel.carousel-expertise .item.active, .carousel.carousel-expertise .item.next {
    position: relative !important;
    height: auto !important;
    max-height: inherit !important;
    display: block !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .carousel.carousel-expertise .item:last-child {
    padding-bottom: 25px;
  }
  .carousel.carousel-expertise .item:last-child > a {
    margin-top: 15px;
    position: relative !important;
  }
  .carousel.carousel-expertise .ol-container {
    display: none;
  }
}
.carousel.carousel-textimage {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.carousel.carousel-textimage .text {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .carousel.carousel-textimage .img {
    max-height: 200px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel.carousel-textimage .text .h2 {
    font-size: 22px;
  }
}
.carousel.carousel-showmanymoveone {
  padding-left: 50px;
  padding-right: 50px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .carousel.carousel-showmanymoveone {
    padding-left: 0;
    padding-right: 0;
  }
}
.carousel.carousel-showmanymoveone .carousel-control {
  color: #fff !important;
  background: transparent !important;
}
.carousel.carousel-showmanymoveone .item > div {
  padding-top: 50px;
}
.carousel .item {
  width: 100%;
}
.carousel .ol-container {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .ol-container .carousel-indicators {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  /* ---- Color */
  /* ---- Size */
  /* ---- Position */
}
.carousel .ol-container .carousel-indicators li {
  background-color: #E7E0E1;
  border-color: #E7E0E1;
}
.carousel .ol-container .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.carousel .ol-container .carousel-indicators.blue li.active {
  background-color: #182A42;
  border-color: #182A42;
}
.carousel .ol-container .carousel-indicators.yellow li.active {
  background-color: #FDDE0F;
  border-color: #FDDE0F;
}
.carousel .ol-container .carousel-indicators.medium li {
  width: 12px;
  height: 12px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.carousel .ol-container .carousel-indicators.medium li.active {
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  .carousel .ol-container .carousel-indicators.medium li {
    width: 10px;
    height: 10px;
  }
  .carousel .ol-container .carousel-indicators.medium li.active {
    width: 10px;
    height: 10px;
  }
}
.carousel .ol-container .carousel-indicators.big li {
  width: 15px;
  height: 15px;
}
.carousel .ol-container .carousel-indicators.big li.active {
  width: 15px;
  height: 15px;
}
.carousel .ol-container .carousel-indicators.left {
  left: 10%;
  right: initial;
  width: auto;
  text-align: left;
}
.carousel .ol-container .carousel-indicators.right {
  right: 10%;
  left: initial;
  width: auto;
  text-align: right;
}
.carousel .carousel-control {
  z-index: 9;
  text-shadow: none;
  top: 20%;
  height: 60%;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel .carousel-control:hover, .carousel .carousel-control:focus {
  background-color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-control .icon-prev, .carousel .carousel-control .icon-next,
.carousel .carousel-control .ce-slider-left, .carousel .carousel-control .ce-slider-right {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -10px;
}
.carousel .carousel-control .icon-prev, .carousel .carousel-control .ce-slider-left {
  left: 50%;
  margin-left: -10px;
}
.carousel .carousel-control .icon-next, .carousel .carousel-control .ce-slider-right {
  right: 50%;
  margin-right: -10px;
}
.carousel .item .overlay.hidden {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .carousel .item .overlay.hidden {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel .item .overlay.hidden {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel .item .overlay.hidden {
    display: block !important;
  }
}
.carousel .item .container .row.x-offset {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .carousel .item .container .row.x-offset {
    padding: 0 !important;
  }
}
.carousel .carousel-caption {
  top: 20%;
  bottom: auto;
  left: inherit;
  right: inherit;
  padding: 30px;
  text-shadow: none;
  text-align: right;
  height: 100%;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .carousel .carousel-caption {
    top: 0 !important;
    margin: 0 !important;
  }
  .carousel .carousel-caption.left {
    float: left;
    left: 0 !important;
  }
  .carousel .carousel-caption.right {
    float: right;
    right: 0 !important;
  }
}
.carousel .carousel-caption a.btn {
  position: absolute;
  bottom: 60px;
  right: 30px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .carousel .carousel-caption a.btn {
    right: inherit;
    bottom: inherit;
    position: relative;
    /* Eq to .btn-sm */
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
  }
}
.carousel .carousel-caption .title-caption, .carousel .carousel-caption .subtitle-caption, .carousel .carousel-caption .price-caption {
  color: #FFFFFF;
}
.carousel .carousel-caption.bg-caption {
  height: auto;
  background: rgba(255, 255, 255, 0.7);
}
.carousel .carousel-caption.bg-caption .title-caption, .carousel .carousel-caption.bg-caption .price-caption {
  color: #024E7F;
}
.carousel .carousel-caption.bg-caption .subtitle-caption {
  color: #182A42;
}
.carousel .carousel-caption.bg-caption .btn {
  position: relative;
  bottom: auto;
  right: auto;
}
.carousel .carousel-caption.left {
  top: 20%;
  left: 25px;
  margin-right: 60px;
  right: initial;
  bottom: initial;
}
.carousel .carousel-caption.right {
  top: 20%;
  right: 55px;
  margin-left: 60px;
  left: initial;
  bottom: initial;
}
.carousel .carousel-caption.right.splited {
  right: 40px;
}
.carousel .carousel-caption.top {
  top: 0;
}
.carousel .carousel-caption.bottom {
  bottom: 0;
}
.carousel .carousel-caption > .price-block {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .carousel .carousel-caption {
    text-align: right;
    padding: 0;
    bottom: inherit !important;
  }
  .carousel .carousel-caption > * {
    padding: 5px 15px;
  }
  .carousel .carousel-caption > .price-block {
    margin-bottom: 0;
  }
}
.carousel.full-width iframe {
  position: absolute;
}
.carousel.full-width .container {
  position: relative;
}
.carousel.full-width .carousel-caption.left {
  left: 0 !important;
}
.carousel.full-width .carousel-caption.right {
  right: 0 !important;
}
@media only screen and (max-width: 991px) {
  .carousel .hide-background {
    background: none !important;
    /* official breakpoints */
    /* Mobile     (max-width: 767px) */
    /* Tablet     (min-width: 768px) and (max-width: 991px) */
    /* Desktop    (min-width: 992px) and (max-width: 1199px) */
    /* Television (min-width: 1200px) */
    /* multiple breakpoints */
    /* Tablet and up    (min-width: 768px) */
    /* Tablet and down  (max-width: 991px) */
    /* Desktop and up   (min-width: 992px) */
    /* Desktop and down (max-width: 1199px) */
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .carousel .hide-background > * {
    margin: 30px;
  }
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md-caption-title {
    font-size: 22px;
  }

  .md-caption-subtitle {
    font-size: 18px;
  }
}
/* ---- Nav */
#col-timeline {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  #col-timeline {
    padding: 0 0 0 15px;
  }
}
#col-timeline .nav-timeline {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* ---- Fixed-Sticky */
  /* ---- Day list */
}
#col-timeline .nav-timeline, #col-timeline .nav-timeline ul.nav {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  #col-timeline .nav-timeline {
    overflow: visible;
  }
  #col-timeline .nav-timeline ul.nav {
    background: -moz-linear-gradient(left, white 0%, white 49%, #c6c6c6 49%, #c6c6c6 51%, white 51%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, white 49%, #c6c6c6 49%, #c6c6c6 51%, white 51%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, white 49%, #c6c6c6 49%, #c6c6c6 51%, white 51%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
#col-timeline .nav-timeline.timeline-top {
  top: 150px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  #col-timeline .nav-timeline.timeline-top {
    top: 25px;
  }
}
#col-timeline .nav-timeline.timeline-bottom {
  bottom: 0;
}
#col-timeline .nav-timeline li {
  /* ---- First and Last */
  /* ---- All */
  /* ---- Active and Fake */
}
#col-timeline .nav-timeline li:first-child span.vertical-line-grey, #col-timeline .nav-timeline li:last-child span.vertical-line-grey {
  border-right-style: dotted;
}
#col-timeline .nav-timeline li:first-child span.vertical-line-grey {
  border-color: #182A42;
}
#col-timeline .nav-timeline li a {
  padding: 0 !important;
  margin: 0 !important;
  color: #7C8080;
  position: absolute !important;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
#col-timeline .nav-timeline li a i {
  color: #C6C6C6;
  position: relative;
  z-index: 3;
}
#col-timeline .nav-timeline li a i:before {
  font-family: "CroisiEurope";
  content: "";
  font-size: 14px;
}
#col-timeline .nav-timeline li a .underline:after {
  color: #C6C6C6;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  #col-timeline .nav-timeline li a .underline {
    font-size: 12px;
    margin-left: -9px;
  }
  #col-timeline .nav-timeline li a .underline:after {
    display: none;
  }
}
#col-timeline .nav-timeline li span.vertical-line-grey, #col-timeline .nav-timeline li.active a span.vertical-line-blue, #col-timeline .nav-timeline li.fake-active a span.vertical-line-blue {
  border-right-width: 2px;
  border-right-style: solid;
  border-color: #C6C6C6;
  height: 100%;
  position: absolute;
  left: calc(50% - 1px);
  z-index: 1;
}
#col-timeline .nav-timeline li.active a span.vertical-line-blue, #col-timeline .nav-timeline li.fake-active a span.vertical-line-blue {
  border-color: #182A42;
  z-index: 2;
}
#col-timeline .nav-timeline li.active a span.city, #col-timeline .nav-timeline li.active a i, #col-timeline .nav-timeline li.fake-active a span.city, #col-timeline .nav-timeline li.fake-active a i {
  color: #182A42 !important;
}
#col-timeline .nav-timeline li.active a span.city, #col-timeline .nav-timeline li.fake-active a span.city {
  padding-left: 20px !important;
}
#col-timeline .nav-timeline li.active a i, #col-timeline .nav-timeline li.fake-active a i {
  background-color: #FFFFFF;
  height: 22px;
}
#col-timeline .nav-timeline li.active a i:before, #col-timeline .nav-timeline li.fake-active a i:before {
  font-family: "CroisiEurope";
  content: "";
  font-size: 68px;
  line-height: 20px;
  background: transparent;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  #col-timeline .nav-timeline li.active a i:before, #col-timeline .nav-timeline li.fake-active a i:before {
    font-size: 40px !important;
  }
}
#col-timeline .nav-timeline li.active a span.underline, #col-timeline .nav-timeline li.fake-active a span.underline {
  margin-right: 20px;
}

/* ---- Content */
#col-way {
  /* ---- Section */
  /* ---- WHITE GRADIENT */
  /* ---- GREY LINE */
}
#col-way section.section.timescrollspy {
  position: relative;
  z-index: 2;
}
#col-way section.section.timescrollspy > div {
  padding-top: 6rem;
}
#col-way section.section.timescrollspy .text, #col-way section.section.timescrollspy .img-timeline {
  background: #FFFFFF;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  #col-way section.section.timescrollspy .text, #col-way section.section.timescrollspy .img-timeline {
    padding-left: 10px !important;
  }
}
#col-way section.section.timescrollspy .img-timeline {
  padding: 20px 15px;
}
#col-way section.section.timescrollspy .img-timeline img {
  width: 350px;
  max-height: 250px;
}
#col-way section.section.timescrollspy .time-separator {
  padding: 0 5px;
}
#col-way section.section.timescrollspy .time-separator, #col-way section.section.timescrollspy .time-separator > div {
  height: 250px;
}
#col-way section.section.timescrollspy .time-separator > div {
  position: relative;
}
#col-way section.section.timescrollspy .time-separator > div > span {
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #C6C6C6;
}
#col-way > div {
  position: relative;
}
#col-way > div:before, #col-way > div:after {
  content: "";
  height: 100px;
  z-index: 3;
  position: absolute;
  width: 100%;
}
#col-way > div:before {
  top: 0;
  background: -moz-linear-gradient(top, white 0px, rgba(255, 255, 255, 0) 100px);
  background: -webkit-linear-gradient(top, white 0px, rgba(255, 255, 255, 0) 100px);
  background: linear-gradient(to bottom, white 0px, rgba(255, 255, 255, 0) 100px);
}
#col-way > div:after {
  bottom: 0;
  background: -moz-linear-gradient(bottom, white 0px, rgba(255, 255, 255, 0) 100px);
  background: -webkit-linear-gradient(bottom, white 0px, rgba(255, 255, 255, 0) 100px);
  background: linear-gradient(to top, white 0px, rgba(255, 255, 255, 0) 100px);
}
#col-way:before {
  content: "";
  border-right: 1px solid #C6C6C6;
  height: 100%;
  position: absolute;
  left: 21.7%;
  z-index: 1;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 991px) {
  #col-way:before {
    left: 50%;
  }
}

/* ---- BLUE HEADER */
/* |_ if sticky */
#sticky-wrapper.is-sticky {
  margin-top: -50px !important;
}
#sticky-wrapper.is-sticky .header-fixed {
  background: #182A42;
}
#sticky-wrapper.is-sticky .offset-top {
  margin-top: 0 !important;
}
#sticky-wrapper.is-sticky .badge {
  display: none !important;
}
#sticky-wrapper.is-sticky .edition {
  display: none;
}
#sticky-wrapper.is-sticky .price-block {
  padding-top: 12px;
}
#sticky-wrapper.is-sticky .btn-edition {
  position: relative !important;
  padding: 6px 3px 3px 3px !important;
}
#sticky-wrapper.is-sticky .header-title {
  height: 44px;
  margin-top: 0;
}
#sticky-wrapper.is-sticky .header-code {
  padding-top: 12px;
  padding-bottom: 7px;
}

.header-fixed {
  -webkit-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  height: 75px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .header-fixed {
    height: 120px;
  }
}
.header-fixed .bg-dark-blue {
  height: 75px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .header-fixed .bg-dark-blue {
    height: 120px;
  }
}
.header-fixed .btn-edition {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .header-fixed .btn-edition {
    position: absolute !important;
    padding: 6px 3px 3px 3px !important;
  }
}
.header-fixed .price-block {
  position: absolute;
  right: 15px;
  padding-top: 14px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .header-fixed .price-block {
    padding-top: 33px;
  }
}
.header-fixed .header-title {
  margin-top: -10px;
  z-index: 10;
  height: 45px;
  line-height: 19px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .header-fixed .header-title {
    margin-top: 0;
    height: 35px;
  }
  .header-fixed .header-title > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.header-fixed .header-code {
  padding-top: 4px;
  padding-bottom: 9px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .header-fixed .header-code {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-fixed .header-code {
    margin-top: -10px;
  }
}
.header-fixed.is-sticky .header-code {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-fixed.is-sticky .header-code {
    margin-top: -10px;
    padding-top: 12px;
  }
}

/* ---- FORM */
#btn-col-search {
  cursor: pointer;
  z-index: 9;
}

#blue-form {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
#blue-form.in, #blue-form.collapsing {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  #blue-form {
    display: block !important;
    visibility: visible !important;
  }
}

/* ---- EDITION BTN */
.btn-edition {
  padding: 5px 15px 3px 15px;
  z-index: 3;
}
.btn-edition a {
  margin: 0 2px;
  padding: 1px 5px 0px 5px;
  color: #E7E0E1;
  border: 1px solid transparent;
}
.btn-edition a:hover, .btn-edition a:active, .btn-edition a:focus {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-edition a.active {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-edition a.active:hover, .btn-edition a.active:active, .btn-edition a.active:focus {
  background: #FFFFFF;
  color: #006CB4;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  #btn-edition {
    padding: 5px 2px 3px 2px;
  }
}
@media only screen and (min-width: 760px) {
  .movetxt {
    position: relative;
    -webkit-animation: moving 2s;
    animation: moving 2s;
    animation-iteration-count: 5;
  }

  @-webkit-keyframes moving {
    0% {
      top: 0px;
    }
    50% {
      top: -30px;
    }
    100% {
      top: 0px;
    }
  }
  @keyframes moving {
    0% {
      top: 0px;
    }
    50% {
      top: -30px;
    }
    100% {
      top: 0px;
    }
  }
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: 5;
  }

  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    50% {
      -webkit-transform: scale3d(1.25, 1.25, 1.25);
      transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes fadeOut {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 0;
    }
  }
  .half-sphere-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 675px !important;
    width: 675px !important;
    overflow-y: hidden;
  }

  .half-sphere-parent {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin: 0 1em 1em 0;
    height: 225px !important;
    width: 450px !important;
  }

  .half-sphere {
    width: 100%;
    height: 100%;
    border-top-left-radius: 225px;
    border-top-right-radius: 225px;
    opacity: 0.4;
    background: #006CB4;
    box-shadow: 0 0 10px rgba(0, 108, 180, 0.4), 0 0 20px rgba(0, 108, 180, 0.4), 0 0 30px rgba(0, 108, 180, 0.4), 0 0 40px #006CB4, 0 0 70px #006CB4, 0 0 80px #006CB4, 0 0 100px #006CB4;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  }
}
/* ---- BREADCRUMB */
.breadcrumb {
  /* -- PAGE BREADCRUMB */
  display: block;
  z-index: 1;
  background: white;
  /* -- SEARCH BREADCRUMB */
}
.breadcrumb li {
  float: left;
}
.breadcrumb li > a {
  display: inline-block;
  color: rgba(24, 42, 66, 0.5);
  float: left;
}
.breadcrumb li > a:hover, .breadcrumb li > a:active, .breadcrumb li > a:focus {
  color: #006cb4;
}
.breadcrumb li > a span {
  padding: 4px 4px 4px 8px;
  background: rgba(255, 255, 255, 0.5);
  color: #bec9d1;
  display: block;
}
.breadcrumb li.active span {
  background: #bec9d1;
  color: #FFFFFF;
  float: left;
  padding: 4px 8px;
}
.breadcrumb > li + li:before {
  content: ">";
  color: #bec9d1;
  padding: 4px 5px;
  background: white;
  float: left;
}
.breadcrumb.search {
  position: relative;
  background: none;
}
.breadcrumb.search li + li:before {
  content: "|";
  padding: 3px 19px 3px 15px;
  background: none;
}
.breadcrumb.search li.active a {
  color: #006CB4;
  padding-right: 15px;
}
.breadcrumb.search li.asc a:before, .breadcrumb.search li.desc a:before {
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  border-style: solid;
}
.breadcrumb.search li.asc a:before {
  border-color: transparent transparent #006CB4 transparent;
  border-width: 0 4px 5px 4px;
}
.breadcrumb.search li.desc a:before {
  border-color: #006CB4 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
}

/* Exemple : http://codepen.io/anon/pen/aJqJWb */
/* ---- SCROLL TAB */
#scroll-tab > .bg-white {
  border-bottom: 1px solid #C6C6C6;
}
#scroll-tab .nav {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
  white-space: nowrap;
}
#scroll-tab .nav li {
  float: none;
  display: inline-block;
}
#scroll-tab .nav li > a {
  text-transform: uppercase;
  color: #4B515B;
}
#scroll-tab .nav li.active > a {
  color: #009FE3;
  border-bottom: 3px solid #009FE3;
}
#scroll-tab .nav li > a:hover, #scroll-tab .nav li > a:focus {
  background: transparent !important;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  #scroll-tab .x-offset {
    padding: 0 15px !important;
  }
  #scroll-tab ul.nav.before-gradient:before {
    width: 50px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    background: -moz-linear-gradient(right, rgba(125, 185, 232, 0) 0px, #fefeff 20px, white 21px);
    background: -webkit-linear-gradient(right, rgba(125, 185, 232, 0) 0px, #fefeff 20px, white 21px);
    background: linear-gradient(to left, rgba(125, 185, 232, 0) 0px, #fefeff 20px, white 21px);
  }
  #scroll-tab ul.nav.after-gradient:after {
    width: 50px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0px, #fefeff 20px, white 21px);
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0px, #fefeff 20px, white 21px);
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0px, #fefeff 20px, white 21px);
  }

  #btn-buy {
    position: fixed;
    bottom: 0;
    z-index: 11;
    width: 100%;
  }
  #btn-buy a {
    padding: 10px 0 !important;
  }
}
.underline-nomargin {
  display: inline-block;
  position: relative;
}
.underline-nomargin::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid;
}
.underline-nomargin.btn::after {
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
.underline-nomargin.btn-sm::after, .btn-group-sm > .underline-nomargin.btn::after {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.underline-nomargin.btn-xs::after, .btn-group-xs > .underline-nomargin.btn::after {
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}
.underline-nomargin.btn-profil-mdp::after {
  height: 0;
  margin-top: 0px;
}

.underline {
  display: inline-block;
  position: relative;
}
.underline::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 5px;
}
.underline.btn::after {
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
.underline.btn-sm::after, .btn-group-sm > .underline.btn::after {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.underline.btn-xs::after, .btn-group-xs > .underline.btn::after {
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}
.underline.btn-profil-mdp::after {
  height: 0;
  margin-top: 0px;
}

/* ---- Horizontal separator */
.separator {
  display: block;
  text-align: center;
  position: relative;
  min-height: 50px;
}
.separator.footer {
  height: 150px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .separator.footer {
    height: 50px;
  }
}
.separator.footer .title {
  top: 60px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .separator.footer .title {
    top: 10px;
  }
}
.separator hr, .separator .title {
  position: absolute;
  width: 100%;
  top: 50%;
}
.separator hr {
  border-color: #C6C6C6;
  margin: 0;
}
.separator .title > span {
  padding: 0 5%;
}

/* ---- Vertical separator */
.v-separator {
  height: 40px;
  border-width: 2px;
}

/* ---- Dotted separator */
hr.dots {
  border: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 1"><circle fill="#c6c6c6" cx="1" cy="0.5" r="0.5"/></svg>');
  height: 9px;
  background-repeat: repeat-x;
  background-size: 9px 100%;
}

.price-block {
  display: inline-block;
}
.price-block .price-txt {
  /*font-size: 12px;*/
}
.price-block > .price-from {
  display: block;
  text-align: left;
  /*font-size: 12px;*/
}
.price-block > .price-pers {
  float: right;
  position: relative;
}
.price-block > .price-pers > .price {
  /*@extend .h1;*/
  /*font-size: 55px;
  line-height: 55px;*/
  margin: 0 0px 0 0 !important;
  position: relative;
  display: inline-block;
}
.price-block > .price-pers > .price > .price-crossed {
  position: absolute;
  width: 100%;
  top: 43%;
  left: 1px;
  border-bottom: 1px solid #FFFFFF;
}
.price-block > .price-pers > .price-currency {
  /*@extend .h4;*/
  /*font-size: 35px;
  line-height: 35px;*/
  position: absolute;
  top: 0;
  right: 0;
}

.price-align {
  display: block;
  text-align: right;
}

.price-inline {
  line-height: 1;
}

.price-us {
  max-width: 15px;
  font-size: 9px !important;
  margin-left: -15px;
}

.img-header {
  position: relative;
  display: block;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .img-header {
    min-height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-header {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-header {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .img-header {
    height: auto;
  }
}

body.img-fit {
  /* Fix parent absolute position */
}
body.img-fit .img-cover img {
  object-fit: cover;
  object-position: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

/* ---- GENERIC */
.img-cover {
  /* |_ XS */
  /* |_ SM */
  /* |_ Kill cover if responsive-(breakpoint) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.img-cover.cover-xs, .img-cover.cover-all {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .img-cover.cover-xs, .img-cover.cover-all {
    min-height: 200px;
  }
}
.img-cover.cover-sm, .img-cover.cover-all {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-cover.cover-sm, .img-cover.cover-all {
    min-height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .img-cover.responsive-xs > div {
    position: relative;
    height: auto !important;
    width: 100%;
  }
  .img-cover.responsive-xs > div > div {
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
  }
  .img-cover.responsive-xs > div > div img {
    margin-top: 0 !important;
    display: block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-cover.responsive-sm > div {
    position: relative;
    height: auto !important;
    width: 100%;
  }
  .img-cover.responsive-sm > div > div {
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
  }
  .img-cover.responsive-sm > div > div img {
    margin-top: 0 !important;
    display: block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-cover.responsive-md > div {
    position: relative;
    height: auto !important;
    width: 100%;
  }
  .img-cover.responsive-md > div > div {
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
  }
  .img-cover.responsive-md > div > div img {
    margin-top: 0 !important;
    display: block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .img-cover.responsive-lg > div {
    position: relative;
    height: auto !important;
    width: 100%;
  }
  .img-cover.responsive-lg > div > div {
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
  }
  .img-cover.responsive-lg > div > div img {
    margin-top: 0 !important;
    display: block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.img-label > .label {
  z-index: 1;
}

a:hover .img-gradient .overlay, a:focus .img-gradient .overlay, a:active .img-gradient .overlay {
  height: 120%;
  -webkit-transition: height 300ms linear;
  -o-transition: height 300ms linear;
  transition: height 300ms linear;
}

.img-gradient {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.img-gradient.destination {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .img-gradient.destination {
    height: 200px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-gradient.destination {
    height: 250px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-gradient.destination {
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .img-gradient.destination {
    height: 350px;
  }
}
.img-gradient .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #182a42 100%);
  -webkit-transition: height 300ms linear;
  -o-transition: height 300ms linear;
  transition: height 300ms linear;
}
.img-gradient .overlay.top {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 36%, #182a42 100%);
}
.img-gradient .overlay.disable-bg {
  background: none;
}
.img-gradient .overlay.video {
  cursor: pointer;
}
.img-gradient .overlay.video.child-vcenter:after {
  padding-top: 0;
}
.img-gradient .overlay.video:after {
  font-family: "CroisiEurope";
  content: "";
  color: #FFFFFF;
  padding-top: 10%;
  display: block;
  text-align: center;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .img-gradient .overlay.video:after {
    padding-top: 5%;
    font-size: 50px;
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-gradient .overlay.video:after {
    padding-top: 0;
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-gradient .overlay.video:after {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .img-gradient .overlay.video:after {
    font-size: 90px;
  }
}
.img-gradient .caption {
  z-index: 3;
  bottom: 0;
  padding-bottom: 15px;
  text-align: center;
}
.img-gradient .overlay, .img-gradient .caption {
  position: absolute;
  width: 100%;
}

.img-zoom {
  border: 1px solid #006CB4;
  position: relative;
  cursor: pointer;
}
.img-zoom img {
  cursor: zoom-in;
}
.img-zoom::after {
  content: "";
  font-family: "CroisiEurope";
  color: #FFFFFF;
  background: #006CB4;
  font-size: 29px;
  line-height: 29px;
  padding: 5px;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.img-zoom.boat {
  border: none;
}
.img-zoom.boat::after {
  color: #009FE3;
  background: #FFFFFF;
  right: 0;
  top: 0;
  bottom: inherit;
  left: inherit;
  border-radius: 50%;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
  font-weight: bold;
}
.img-zoom.gallery {
  border: none;
  float: left;
  margin-bottom: 5px;
}
.img-zoom.gallery img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.img-zoom.gallery::after {
  display: none;
}
.img-zoom.gallery::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #006CB4;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.img-zoom.gallery:hover::before {
  opacity: 0.5;
}

#gallery {
  /* remove margin bottom on last row */
}
#gallery .first-item {
  clear: both;
}
#gallery .last-row, #gallery .last-row ~ .gallery {
  margin-bottom: 0;
}

/* ---- MODULE SECTION */
/* ---- PAGE  */
/* ---- BOOKLET */
.module-home-booklet .booklet {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 1200px) {
  .module-home-booklet .booklet {
    margin-top: 22%;
    max-width: 350px;
    min-width: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .module-home-booklet .booklet {
    margin-top: 26%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .module-home-booklet .booklet {
    margin-top: 31%;
  }
}

/* ---- EXPERTISE */
.module-home-expertise {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.module-home-expertise i.ce-wave {
  height: 20px;
  line-height: 17px;
  vertical-align: bottom;
}
.module-home-expertise .expertise-text {
  font-size: 14px !important;
}
.module-home-expertise .bg-dark-blue {
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.module-home-expertise .bg-dark-blue > div {
  background: rgba(24, 42, 66, 0.8);
}
.module-home-expertise .bg-dark-blue > div h3.h5 {
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .module-home-expertise .bg-dark-blue > div {
    background: #182A42;
  }
}
@media only screen and (max-width: 767px) {
  .module-home-expertise h3.h5 {
    font-size: 75%;
  }
  .module-home-expertise .h2 {
    font-size: 20px;
  }
}

/* ---- NEWS */
.module-home-news {
  padding-bottom: 50px !important;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .module-home-news {
    background: #FFFFFF;
  }
  .module-home-news .text-news {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}

/* ---- TESTIMONIALS */
.module-home-testimonials .carousel.carousel-showmanymoveone .item p {
  height: 100px;
  overflow: hidden;
}

/* ---- MULTIBLOCk */
.module-home-multiblock {
  overflow: hidden;
}

.module-home-multiblock .row-centered {
  line-height: 1px;
}
.module-home-multiblock .row-centered .col-centered {
  margin-top: 0;
}
.module-home-multiblock .row-centered .col-centered .caption > *, .module-home-multiblock .row-centered .col-centered p {
  line-height: 1.42857;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 991px) {
  .multibloc-no-space {
    margin-right: -5px !important;
  }
}
/* ---- TUILE */
.cms-module-tuile {
  overflow: hidden;
}

.cms-module-tuile .cms-module-tuile-item-content .text {
  line-height: 1.4em;
  max-height: 5.6em;
  display: block;
  overflow: hidden;
}
.cms-module-tuile .seemore-text {
  font-size: 14px;
}

/* ---- DESTINATION */
.cms-module-destination {
  overflow: hidden;
}

/* ---- FORMULA SELECTOR */
#formula-selector {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: -300px;
  z-index: 0;
}
#formula-selector .fade {
  /* Bootstrap animation fix */
}
#formula-selector .fade.collapse, #formula-selector .fade.collapse.in, #formula-selector .fade.collapsing {
  height: 100% !important;
}
#formula-selector .fade .well {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  height: 100%;
  background-color: rgba(24, 42, 66, 0.8);
}
@media only screen and (max-width: 991px) {
  #formula-selector .fade .well {
    padding-bottom: 39px;
  }
}
#formula-selector .fade .well .bold, #formula-selector .fade .well .small, #formula-selector .fade .well .ce-down {
  text-shadow: 0px -3px 6px black !important;
}

#formula-closed {
  position: relative;
  width: 100%;
  height: 180px;
  margin-top: -180px;
  z-index: 0;
  text-align: center;
  text-shadow: 0px -3px 6px black !important;
  font-size: 115%;
}

.croisi-plus * {
  text-align: left !important;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-desc,
  .product-desc > .row,
  .product-desc > .row > .col-md-6 {
    min-height: 800px;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 1200px) {
  .product-desc,
  .product-desc > .row,
  .product-desc > .row > .col-md-6 {
    min-height: 800px;
  }
}
#boat {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
#boat .carousel {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  #boat > .bg-middle-white {
    background-color: #FFFFFF !important;
  }
  #boat .boat-right {
    background-color: #F2F2F2;
  }
  #boat .boat-right a {
    /* @include btn-sm; */
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    /* end btn-sm properties */
    margin-top: 0 !important;
  }
  #boat .boat-left {
    color: #FFFFFF;
    background: #024E7F;
  }
  #boat .boat-left .h1 {
    font-size: 20px;
    color: #FFFFFF;
  }
  #boat .boat-left .text-uppercase, #boat .boat-left .initialism {
    font-size: 10px;
  }
}

#trip {
  /* ---- PACKAGE AND PIECE */
  /* ---- PIECE */
  /* ---- PACKAGE */
}
#trip #package, #trip #piece {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 991px) {
  #trip #package .trip-block, #trip #piece .trip-block {
    margin: 0 -15px !important;
    padding: 0 15px;
    background: #FFFFFF;
  }
  #trip #package .trip-block .trip-desc, #trip #piece .trip-block .trip-desc {
    background: #F9F8F9;
  }
  #trip #package .trip-block .trip-price, #trip #piece .trip-block .trip-price {
    background: #F2F2F2;
  }
}
#trip .trip-content .trip-block {
  border-bottom: 2px solid #FFFFFF;
}
#trip .trip-block > .trip-img {
  min-height: 150px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
section#trip .trip-block > .trip-img {
  min-height: 200px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 768px) {
  section#trip .trip-block > .trip-img {
    height: 200px !important;
    max-height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  #trip .trip-block > .trip-img {
    height: 150px !important;
    max-height: 150px;
  }
}
#trip #piece .trip-day {
  background-color: #024E7F;
}
#trip #piece .trip-per-day {
  color: #024E7F;
}
#trip #package {
  /* -- DYNAMIC */
  /* -- CLASSIC */
}
#trip #package .trip-header, #trip #package .trip-content, #trip #package .trip-footer {
  overflow: hidden;
}
#trip #package .trip-collapse {
  background-color: #F2F2F2;
  border-bottom: 2px solid #FFFFFF;
}
#trip #package .trip-dynamic .trip-header, #trip #package .trip-dynamic .trip-content, #trip #package .trip-dynamic .trip-footer {
  border-left: 2px solid #843B8D;
}
#trip #package .trip-dynamic .trip-type, #trip #package .trip-dynamic .trip-sum, #trip #package .trip-dynamic .trip-footer, #trip #package .trip-dynamic .trip-day {
  background-color: #843B8D;
}
#trip #package .trip-dynamic .trip-title, #trip #package .trip-dynamic .trip-per-day {
  color: #843B8D;
}
#trip #package .trip-dynamic .trip-header .trip-desc {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
#trip #package .trip-dynamic .trip-header .trip-desc a {
  color: #843B8D;
}
@media only screen and (max-width: 991px) {
  #trip #package .trip-dynamic .trip-header .trip-desc {
    background-color: #AE62B7;
    color: #FFFFFF;
  }
  #trip #package .trip-dynamic .trip-header .trip-desc a {
    color: #FFFFFF;
  }
}
#trip #package .trip-dynamic .trip-footer .btn-block {
  background-color: #AE62B7;
}
#trip #package .trip-dynamic .trip-footer .btn-block:hover, #trip #package .trip-dynamic .trip-footer .btn-block:focus, #trip #package .trip-dynamic .trip-footer .btn-block:active {
  background-color: #84408c;
}
#trip #package .trip-dynamic .trip-footer .trip-checkbox {
  background-color: #AE62B7;
}
#trip #package .trip-classic .trip-header, #trip #package .trip-classic .trip-content, #trip #package .trip-classic .trip-footer {
  border-left: 2px solid #024E7F;
}
#trip #package .trip-classic .trip-type, #trip #package .trip-classic .trip-sum, #trip #package .trip-classic .trip-footer, #trip #package .trip-classic .trip-day {
  background-color: #024E7F;
}
#trip #package .trip-classic .trip-title, #trip #package .trip-classic .trip-per-day {
  color: #024E7F;
}
#trip #package .trip-classic .trip-header .trip-desc {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
#trip #package .trip-classic .trip-header .trip-desc a {
  color: #024E7F;
}
@media only screen and (max-width: 991px) {
  #trip #package .trip-classic .trip-header .trip-desc {
    background-color: #2F6798;
    color: #FFFFFF;
  }
  #trip #package .trip-classic .trip-header .trip-desc a {
    color: #FFFFFF;
  }
}
#trip #package .trip-classic .trip-footer .btn-block {
  background-color: #2F6798;
}
#trip #package .trip-classic .trip-footer .btn-block:hover, #trip #package .trip-classic .trip-footer .btn-block:focus, #trip #package .trip-classic .trip-footer .btn-block:active {
  background-color: #1d3f5e;
}
#trip #package .trip-classic .trip-footer .trip-checkbox {
  background-color: #2F6798;
}
#trip #package .trip-type {
  text-transform: none;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
#trip #package .trip-type i.ce {
  font-size: 80px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

/* ---- CROISI TABLE */
.row-table {
  border-bottom: 1px solid #F4F6F7;
}

.col-table {
  float: left;
  position: relative;
  min-height: 1px;
  height: 51px;
}
.col-table.col-table-1, .col-table.col-table-2, .col-table.col-table-3, .col-table.col-table-4, .col-table.col-table-5, .col-table.col-table-6 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-table.col-table-3 > span {
  line-height: 18px;
}
.col-table.col-table-7 > .btn {
  letter-spacing: 0px;
}

.col-table-1 {
  width: 13%;
}

.col-table-2 {
  width: 13%;
}

.col-table-3 {
  width: 24%;
}

.col-table-4 {
  width: 5%;
}

.col-table-5 {
  width: 11%;
}

.col-table-6 {
  width: 13%;
}

.col-table-7 {
  width: 21%;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 991px) {
  .transport-collapse {
    font-weight: bold;
  }

  .transport-list {
    display: none;
  }

  .row-table {
    width: 100%;
    margin-top: 25px;
    background: #F2F2F2;
    display: inline-block;
  }
  .row-table .col-table {
    height: 100px;
  }
  .row-table .col-table-1 {
    padding-right: 0;
  }
  .row-table .col-table-1 .child-vcenter {
    padding-right: 1rem;
    border-right: 1px solid #C6C6C6;
  }
  .row-table .col-table-1, .row-table .col-table-2, .row-table .col-table-6 {
    height: 100px;
  }
  .row-table .col-table-1 .child-vcenter, .row-table .col-table-2 .child-vcenter, .row-table .col-table-6 .child-vcenter {
    width: 100%;
  }
  .row-table .col-table-1 .date, .row-table .col-table-2 .date, .row-table .col-table-6 .date {
    font-size: 100%;
  }
  .row-table .col-table-1 *, .row-table .col-table-2 *, .row-table .col-table-6 * {
    font-weight: normal !important;
  }
  .row-table .col-table-1, .row-table .col-table-2 {
    width: 35%;
  }
  .row-table .col-table-6 {
    width: 30%;
    background-color: #024E7F;
  }
  .row-table .col-table-hxs {
    width: 57%;
    float: left;
  }
  .row-table .col-table-7 {
    width: 43%;
  }
  .row-table .col-table-7 .btn {
    font-size: 16px !important;
  }
  .row-table .col-table-7 .btn i {
    font-size: 10px;
    line-height: 11px;
    vertical-align: middle;
    padding-bottom: 4px;
    padding-left: 5px;
  }
  .row-table .col-table-3, .row-table .col-table-4, .row-table .col-table-5 {
    width: 100%;
    display: inline-block;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .xs-head-txt {
    font-size: 75%;
    text-align: center;
  }
}
/* ---- Search booking */
.search-booking {
  /* -- Heart icon */
  /* -- Text content */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* -- Formula selector */
}
.search-booking .add-to-cart::before {
  color: #C2B8B6;
}
.search-booking .add-to-cart::after {
  color: #FFFFFF;
}
.search-booking .add-to-cart.active::before {
  color: #FDDE0F;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-booking .img-cover {
    max-height: 217px;
  }
}
@media only screen and (min-width: 768px) {
  .search-booking .search-content .title, .search-booking .search-content .code, .search-booking .search-content .cities, .search-booking .search-content .text {
    display: block;
    overflow: hidden;
  }
  .search-booking .search-content .title {
    min-height: 47px;
    max-height: 47px;
    font-size: 22px;
  }
  .search-booking .search-content .cities {
    min-height: 47px;
    max-height: 47px;
    font-size: 12px;
  }
  .search-booking .search-content .text {
    min-height: 51px;
    max-height: 51px;
  }
}
.search-booking .code {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .search-booking .code {
    min-height: 25px;
    max-height: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-booking .code {
    min-height: 50px;
    max-height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .search-booking .code {
    min-height: 25px;
    max-height: 25px;
  }
}
.search-booking .check-boat {
  color: #009FE3;
}
.search-booking .check-boat > li > label {
  padding: 19px 16px 17px 30px;
}
.search-booking .check-boat > .active {
  background: #024E7F;
}
.search-booking .check-boat > .active label {
  color: #FFFFFF !important;
}

.multiple-select-border .select2-container--default .select2-selection {
  border-radius: 0 !important;
  background-color: #FFFFFF !important;
  border: 1px solid #E7E0E1 !important;
}

.formula-item {
  width: 155px;
  text-align: center;
  letter-spacing: 1px;
}

.reset-date {
  color: #009FE3;
  font-size: 14px;
}

.calendarSearch > div {
  z-index: 1200 !important;
}

.simple-tab {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .simple-tab.duo {
    border: 1px solid #C6C6C6 !important;
  }
  .simple-tab.duo li {
    width: 50%;
    float: left !important;
  }
  .simple-tab.duo li a {
    text-transform: uppercase;
    padding: 10px 0 5px 0;
  }
  .simple-tab.duo li a * {
    font-size: 16px !important;
    margin: 0 !important;
  }
  .simple-tab.duo li.active {
    background: #009FE3;
  }
  .simple-tab.duo li.active a, .simple-tab.duo li.active a:hover, .simple-tab.duo li.active a:focus {
    color: #FFFFFF;
  }
}

.blue-tab {
  background: #024E7F;
}
.blue-tab.duo li {
  height: 110px !important;
  width: 50%;
  display: inline-block;
  float: left;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .blue-tab.duo li {
    height: 70px !important;
  }
  .blue-tab.duo li * {
    font-size: 14px;
  }
  .blue-tab.duo li a > span {
    border: none !important;
  }
}
.blue-tab li {
  border-bottom: 3px solid #009FE3;
}
.blue-tab li a {
  z-index: 1;
}
.blue-tab li a > span {
  margin-bottom: 15px;
}
.blue-tab li a > span * {
  color: #A4B5C5 !important;
}
.blue-tab li a > span * .current-title, .blue-tab li a > span * .current-title * {
  color: #FFFFFF !important;
}
.blue-tab li a > span .price-crossed {
  border-color: #A4B5C5 !important;
}
.blue-tab li a > span .label-alternate {
  display: inline-block;
}
.blue-tab li:after {
  font-family: "CroisiEurope";
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  margin-bottom: 6px;
  height: 16px;
  font-size: 20px;
  line-height: 15px;
  color: #A4B5C5;
}
.blue-tab li.active {
  border-bottom: 18px solid #009FE3;
}
.blue-tab li.active:after {
  margin-left: -25px;
}
.blue-tab li.active a {
  border: none !important;
}
.blue-tab li.active a > span {
  margin-bottom: 0;
}
.blue-tab li.active a > span * {
  color: #FFFFFF !important;
}
.blue-tab li.active a > span * .price-block.txt-yellow * {
  color: #FDDE0F !important;
}
.blue-tab li.active a > span .price-crossed {
  border-color: #FFFFFF !important;
}
.blue-tab li.active a > span .label-alternate {
  display: none;
}
.blue-tab li.active:after {
  content: "";
  font-size: 50px;
  margin-bottom: -30px;
  color: #009FE3;
}

.tab-container {
  /* Tab */
  /* Btn */
}
.tab-container .frame {
  background: #F2F2F2;
  position: relative;
  width: 100%;
  height: 200px;
  padding-bottom: 15px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .tab-container .frame {
    height: 240px;
  }
}
.tab-container .frame ul.slidee {
  background: #024E7F;
  height: 100%;
  list-style: none;
}
.tab-container .frame ul.slidee li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 250px;
  height: 100%;
}
.tab-container .frame ul.slidee li a {
  text-decoration: none;
}
.tab-container .frame ul.slidee li a:hover {
  text-decoration: none;
}
.tab-container .btn-prev, .tab-container .btn-next {
  position: absolute;
  z-index: 1;
  top: 25%;
  height: 50%;
  margin-top: -6px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  color: #024E7F;
  width: 25px;
  font-size: 20px;
  padding: 0;
  cursor: pointer;
}
.tab-container .btn-prev.disabled, .tab-container .btn-next.disabled {
  display: none;
}
.tab-container .btn-prev:hover, .tab-container .btn-next:hover {
  background: #FFFFFF;
}
.tab-container .btn-prev i, .tab-container .btn-next i {
  top: 50%;
  margin-top: -10px;
}
.tab-container .btn-prev {
  left: 0;
}
.tab-container .btn-next {
  right: 0;
}

.equal-height-cabin-step-1 {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .equal-height-cabin-step-1 {
    display: flex !important;
  }
}

.room-tablet {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .room-tablet {
    display: flex;
  }
}

.modal .modal-dialog {
  width: auto;
  max-width: 95%;
}
.modal .modal-dialog .modal-content {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}
.modal .modal-dialog .modal-content .modal-body {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background: #FFFFFF !important;
  text-align: center;
  border: 1px solid #006CB4;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body {
    overflow-x: scroll;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  background: none !important;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  position: relative;
  text-align: right;
  color: #FFFFFF;
  font-size: 15px;
  opacity: 1;
  margin-bottom: 10px;
}

/* ---- VERTICALLY CENTER
*  https://codepen.io/dimbslmh/full/mKfCc
*/
.modal {
  text-align: center;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

div[id*='order-spinner'], div[id*='cart-spinner'] {
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  height: 100%;
  border: 0 !important;
  padding: 0 !important;
  background: rgba(1, 28, 45, 0.75);
}
div[id*='order-spinner'] img, div[id*='cart-spinner'] img {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -100px;
  background: #FFFFFF;
}

div[id*='order-spinner'] {
  position: fixed;
}

div[id*='cart-spinner'] {
  position: absolute;
}

/* center icon inside badge */
.badge > .ce {
  top: 50%;
  margin: 0 auto;
}

/* ---- SIZE AND BORDER */
.badge.bordered {
  border-width: 8px;
  border-style: solid;
  z-index: 8;
  position: relative;
}
.badge.xs {
  width: 45px;
  height: 45px;
}
.badge.xs.bordered {
  width: 55px;
  height: 55px;
}
.badge.xs > .ce {
  margin-top: -10px;
}
.badge.xs > .ce.sm {
  margin-top: -15px;
}
.badge.xs > .ce.md {
  margin-top: -20px;
}
.badge.xs > .ce.lg {
  margin-top: -25px;
}
.badge.sm {
  width: 55px;
  height: 55px;
}
.badge.sm.bordered {
  width: 65px;
  height: 65px;
}
.badge.sm > .ce {
  margin-top: -15px;
}
.badge.sm > .ce.xs {
  margin-top: -10px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.badge.sm > .ce.md {
  margin-top: -20px;
}
.badge.sm > .ce.lg {
  margin-top: -25px;
}
.badge.md {
  width: 65px;
  height: 65px;
}
.badge.md.bordered {
  width: 75px;
  height: 75px;
}
.badge.md > .ce {
  margin-top: -20px;
}
.badge.md > .ce.xs {
  margin-top: -10px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.badge.md > .ce.sm {
  margin-top: -15px;
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.badge.md > .ce.lg {
  margin-top: -25px;
}
.badge.lg {
  width: 75px;
  height: 75px;
}
.badge.lg.bordered {
  width: 85px;
  height: 85px;
}
.badge.lg > .ce {
  margin-top: -25px;
}
.badge.lg > .ce.xs {
  margin-top: -10px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.badge.lg > .ce.sm {
  margin-top: -15px;
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.badge.lg > .ce.md {
  margin-top: -20px;
  font-size: 40px;
  width: 40px;
  height: 40px;
}
.badge > .badge-geoloc {
  margin-top: -21px;
  margin-left: -1px;
}

/* ---- ALL STEPS */
/* |_ MAIN */
.order-opacity {
  opacity: 0.3;
}

/* |_ SUMMARY */
.order-summary {
  border: 1px solid #009FE3;
}
.order-summary .main-summary, .order-summary .active-summary {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 3px solid transparent;
}
.order-summary .main-summary {
  border-color: #C6C6C6;
}
.order-summary .main-summary .h3 {
  font-size: 26px !important;
}
.order-summary .active-summary {
  border-color: #009FE3;
}

/* ---- ROOM */
.no-transition {
  /* popover refresh */
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.order-room {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.order-room .room-img {
  min-height: 150px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 768px) {
  .order-room .room-img {
    height: 162px !important;
    max-height: 162px;
  }
}
.order-room .input-number {
  background: #FFFFFF !important;
  border: 0;
}
@media only screen and (min-width: 992px) {
  .order-room.active .plus-room, .order-room.active .price-room {
    z-index: 99;
    position: relative;
  }
}

/* |_ Tooltip */
.order-popover {
  position: absolute !important;
  top: 0 !important;
  right: 100% !important;
  margin-right: 11px;
  left: inherit !important;
  background: #009FE3;
  border-color: #009FE3;
  color: #FFFFFF;
  border-radius: 5px;
}
.order-popover.left {
  margin-left: -285px;
}
.order-popover.left > .arrow {
  top: 50% !important;
}
.order-popover.left > .arrow:after {
  border-left-color: #009FE3;
}
.order-popover .popover-content {
  padding: 0 50px 0 14px;
}
.order-popover .popover-content:after {
  font-family: "CroisiEurope";
  content: "";
  font-size: 25px;
  color: #FFFFFF;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -16px;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 991px) {
  .order-overlay, .order-popover {
    display: none !important;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) {
  .order-overlay {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    border: 0;
    padding: 0;
    background: rgba(1, 28, 45, 0.75);
    z-index: 98;
  }
}
/* ---- BOOKING */
.list-dashed {
  overflow: hidden;
  position: relative;
  display: block;
}
.list-dashed > li {
  position: relative;
}
.list-dashed > li > span {
  position: relative;
  z-index: 2;
}
.list-dashed > li:after {
  content: '';
  border-top: 1px dashed;
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  z-index: 1;
}

.order-booking {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .order-booking {
    font-size: 75%;
  }
}

.vel-trip-checkbox {
  padding-left: 14px !important;
  vertical-align: middle !important;
}

.transport-change {
  display: inline-block;
  border: solid 1px #006CB4;
  position: relative;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 992px) {
  .transport-change .transport-vcenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .transport-change h2 {
    font-size: 25px;
  }
  .transport-change button {
    width: 100% !important;
  }
}
.transport-change span {
  font-size: 14px;
}
.transport-change button {
  background: #006CB4;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) {
  .selected-cabin {
    box-shadow: -5px 0px 0px 0px #009FE3;
  }
}
.bootstrap-datetimepicker-widget {
  background: white;
  font-family: sans-serif;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  color: white;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .bootstrap-datetimepicker-widget table td span:hover {
  color: white;
  background: #7C8080;
}

.bootstrap-datetimepicker-widget table td span.active:hover {
  background: #024E7F;
}

form {
  margin-bottom: 0;
}

.form-control {
  height: 40px;
  color: #024E7F !important;
  background-color: #F2F2F2 !important;
  box-shadow: none !important;
  padding: 8px 16px !important;
}
select[multiple].form-control, select[size].form-control {
  height: 40px;
}
.form-control.hover {
  border-color: #E7E0E1 !important;
  background-color: #FFFFFF !important;
}
.form-control.hover:focus {
  border-color: #c6b5b7 !important;
}
.form-control:focus {
  border-color: #E7E0E1 !important;
  background-color: #FFFFFF !important;
}

.form-control.profil-form.bg-white {
  background-color: #FFFFFF !important;
}

.form-control.search-form {
  margin-bottom: 15px;
  border: 0px !important;
}

/* This can't be refactor ! */
.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A3AAB0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 75%;
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A3AAB0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 75%;
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A3AAB0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 75%;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A3AAB0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 75%;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #A3AAB0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 75%;
}

.ui-messages-info-detail, .ui-messages-warn-detail, .ui-messages-error-detail, .ui-messages-fatal-detail, .ui-message-info-detail, .ui-message-warn-detail, .ui-message-error-detail, .ui-message-fatal-detail {
  margin: 0 !important;
}

ui-message-error-detail
.ui-messages-error, .ui-message-error {
  color: #FF0039 !important;
  font-weight: normal !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.ui-message-info, .ui-message-error, .ui-message-warn, .ui-message-fatal {
  border: none !important;
  margin: 10px 0 !important;
}

.ui-messages .ui-messages-error {
  margin: 0;
  padding: 0;
}

div.ui-messages.ui-messages-noicon .ui-messages-error ul {
  margin: 0;
}

div.ui-messages.ui-messages-noicon .ui-messages-error .ui-messages-error-detail {
  display: inline-block;
}

.select-control .select-wrapper {
  position: relative;
}
.select-control .select-wrapper::after {
  content: "";
  font-family: "CroisiEurope";
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -8px;
  height: 18px;
  pointer-events: none;
  color: #009FE3;
  font-weight: bold;
  font-size: 13px;
}
.select-control .select-wrapper select {
  border-radius: 0 !important;
  background: #FFFFFF;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  color: #024E7F;
  padding: 8px 30px 8px 10px;
}
.select-control .select-wrapper select:focus, .select-control .select-wrapper select.hover {
  border: 1px solid #E7E0E1;
  box-shadow: none;
  outline: 0 none;
}

.select2-container--default {
  margin-bottom: 15px;
  /* -- SINGLE */
  /* -- MULTIPLE */
  /* -- ALL */
}
.select2-container--default .select2-selection--single {
  height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #024E7F;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #024E7F transparent transparent transparent !important;
}
.select2-container--default.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #024E7F transparent !important;
}
.select2-container--default .select2-selection--multiple input.select2-search__field {
  margin-top: 0 !important;
  background: transparent !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 8px 16px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #006CB4;
  border: none !important;
  background-color: #FFFFFF !important;
  margin-top: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #009FE3 !important;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  width: 12px;
}
.select2-container--default .select2-selection {
  border-radius: 0 !important;
  background-color: #FFFFFF !important;
  border: 0px solid #E7E0E1 !important;
}
.select2-container--default .select2-selection--multiple[aria-expanded="true"] {
  background-color: #FFFFFF !important;
  border: none !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #024E7F !important;
  background-color: transparent !important;
}
.select2-container--default .select2-results__option[aria-selected=true]::before {
  content: '×';
  color: #009FE3;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  width: 12px;
  padding-right: 3px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F9F8F9 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--multiple {
  border: 1px solid #c6b5b7 !important;
}

/* -- ALL */
.select2-results__option {
  color: #7C8080 !important;
}

.select2-dropdown {
  z-index: 1;
  border-radius: 0 !important;
  background-color: #FFFFFF;
  border: 1px solid #7B9DD4 !important;
}

.select2-results__group {
  color: #024E7F;
  background: #FFFFFF;
}

.select2-results__option i {
  padding-right: 5px;
}

.select2-selection__choice i {
  padding: 0 5px;
}

input.select2-search__field {
  color: #024E7F;
}

input.select2-search__field::-webkit-input-placeholder {
  color: #024E7F;
}

input.select2-search__field:-moz-placeholder {
  color: #024E7F;
  opacity: 1;
}

input.select2-search__field::-moz-placeholder {
  color: #024E7F;
  opacity: 1;
}

input.select2-search__field:-ms-input-placeholder {
  color: #024E7F;
}

input.select2-search__field:placeholder-shown {
  color: #024E7F;
}

/* ---- REWORKED FROM : materialize-src / sass / components / forms / _checkboxes.scss */
[type="checkbox"] {
  /* ---- REMOVE DEFAULT CHECKBOX */
  /* -- TEXT LABEL STYLE */
  /* -- CHECKBOX ASPECT */
  /* -- FOCUSED STYLE */
  /* -- CHECKED STATE */
  /* -- INDETERMINATE STATE */
  /* -- FILLED IN STYLE */
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  color: #024E7F;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 1px solid #024E7F;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + label {
  color: #4B515B;
}
[type="checkbox"]:not(:checked):disabled + label::before {
  border-color: #4B515B;
  background-color: #4B515B;
}
[type="checkbox"].tabbed:focus + label:after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + label {
  color: #009FE3;
}
[type="checkbox"]:checked + label::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 1px solid #009FE3;
  border-bottom: 1px solid #009FE3;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid #4B515B;
  border-bottom: 2px solid #4B515B;
}
[type="checkbox"]:indeterminate {
  /* -- DISABLED INDETERMINATE */
}
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 1px solid #009FE3;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid #4B515B;
  background-color: transparent;
}
[type="checkbox"].filled-in {
  /* -- GENERAL */
  /* -- UNCHECKED STYLE */
  /* -- CHECKED STYLE */
  /* -- FOCUSED STYLE */
  /* -- DISABLED STYLE */
}
[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}
[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 15px;
  width: 15px;
  background-color: #FFFFFF;
  border: 1px solid #024E7F;
  top: 0px;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + label:before {
  top: -2px;
  left: -1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #009FE3;
  border-bottom: 2px solid #009FE3;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #009FE3;
  background-color: #FFFFFF;
  z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #024E7F;
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #4B515B;
}
[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #4B515B;
  border-color: #4B515B;
}

/* ---- REWORKED FROM : materialize-src / sass / components / forms / _radio-buttons.scss */
[type="radio"] {
  /* ---- REMOVE DEFAULT RADIO BUTTON */
  /* ---- UNCHECKED STYLE */
  /* ---- CHECKED STYLE */
  /* ---- WITH GAP STYLE */
  /* -- DISABLED WITH GAP */
  /* ---- FOCUSED STYLE */
  /* ---- DISABLED STYLE */
}
[type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type="radio"]:not(:checked) + label {
  color: #024E7F;
}
[type="radio"]:checked + label {
  color: #009FE3;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  min-height: 25px;
  line-height: 25px;
  transition: .28s ease;
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  user-select: none;
}
[type="radio"] + label:before, [type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
  background: #FFFFFF;
}
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:before, [type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
}
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
  border: 1px solid #024E7F;
}
[type="radio"]:not(:checked) + label:after {
  transform: scale(0);
}
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
  border: 1px solid #009FE3;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
  background-color: #009FE3;
}
[type="radio"]:checked + label:after {
  transform: scale(1.02);
}
[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5);
}
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid #4B515B;
}
[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: #4B515B;
}
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
[type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: #4B515B;
}
[type="radio"]:disabled + label {
  color: #4B515B;
}
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: #4B515B;
}
[type="radio"]:disabled:checked + label:after {
  background-color: #4B515B;
  border-color: #4B515B;
}

/* ---- STEPS */
.order-steps {
  padding-left: 0;
  list-style: none;
}
.order-steps li a {
  color: #C6C6C6;
  margin: 0;
  border: 0;
}
.order-steps li a:hover, .order-steps li a:focus, .order-steps li a:active {
  color: #7C8080;
}
.order-steps li a span.row {
  background: -moz-linear-gradient(bottom, transparent 0%, transparent 49%, #C6C6C6 49%, #C6C6C6 51%, transparent 51%, transparent 100%);
  background: -webkit-linear-gradient(bottom, transparent 0%, transparent 49%, #C6C6C6 49%, #C6C6C6 51%, transparent 51%, transparent 100%);
  background: linear-gradient(to top, transparent 0%, transparent 49%, #C6C6C6 49%, #C6C6C6 51%, transparent 51%, transparent 100%);
}
.order-steps li a span.row i {
  z-index: 2;
}
.order-steps li.active a, .order-steps li.done a {
  color: #009FE3;
}
.order-steps li.active a > span.row, .order-steps li.done a > span.row {
  background: -moz-linear-gradient(bottom, transparent 0%, transparent 49%, #009FE3 49%, #009FE3 51%, transparent 51%, transparent 100%);
  background: -webkit-linear-gradient(bottom, transparent 0%, transparent 49%, #009FE3 49%, #009FE3 51%, transparent 51%, transparent 100%);
  background: linear-gradient(to top, transparent 0%, transparent 49%, #009FE3 49%, #009FE3 51%, transparent 51%, transparent 100%);
}
.order-steps li.active:not(:last-child) a > span.row {
  position: relative;
}
.order-steps li.active:not(:last-child) a > span.row > i {
  position: relative;
}
.order-steps li.active:not(:last-child) a > span.row:after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(bottom, transparent 0%, transparent 49%, #C6C6C6 49%, #C6C6C6 51%, transparent 51%, transparent 100%);
  background: -webkit-linear-gradient(bottom, transparent 0%, transparent 49%, #C6C6C6 49%, #C6C6C6 51%, transparent 51%, transparent 100%);
  background: linear-gradient(to top, transparent 0%, transparent 49%, #C6C6C6 49%, #C6C6C6 51%, transparent 51%, transparent 100%);
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: 50% 100%;
}
.order-steps li.active a > span.row, .order-steps li:first-child a > span.row, .order-steps li:last-child a > span.row {
  background-repeat: no-repeat;
  background-size: 50% 100%;
}
.order-steps li.active:first-child a > span.row {
  background: none;
}
.order-steps li.done:first-child a > span.row {
  background-position-x: right;
}
.order-steps li.active:not(:first-child) a > span.row, .order-steps li:last-child a > span.row {
  background-position-x: left;
}

/* ---- COLLAPSE BTN */
*[aria-expanded=false] .ce-down:not(.un-rotate) {
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

*[aria-expanded=true] .ce-down:not(.un-rotate) {
  transform: rotate(180deg);
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

*[aria-expanded=false] .ce-arrow:not(.un-rotate) {
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

*[aria-expanded=true] .ce-arrow:not(.un-rotate) {
  transform: rotate(90deg);
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

/* ---- PRICE BTN */
.btn-price {
  letter-spacing: 0 !important;
  height: 51px;
}

/* ---- HOME BTN */
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  #btn-duo-mobile-home {
    position: fixed;
    bottom: 0;
    z-index: 25;
  }
  #btn-duo-mobile-home a span {
    padding: 3px;
  }
}
/* ---- FIXED */
.fixed-container {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
}

.fixed-call {
  background: #024E7F;
  width: 50px;
  height: 120px;
  margin-bottom: 5px;
}
.fixed-call a {
  padding: 20px 0;
}
.fixed-call:hover {
  background: #012034;
}

/* |_ GO TO TOP */
.fixed-top {
  background: #024E7F;
  width: 50px;
}
.fixed-top a.cd-top {
  padding: 15px 0 15px 0;
}
.fixed-top i {
  font-size: 40px;
  line-height: 35px;
  color: #FFFFFF;
}
.fixed-top:hover {
  background: #012034;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 767px) {
  .fixed-call {
    height: 80px;
  }
  .fixed-call a {
    padding: 10px 0;
  }

  .fixed-call, .fixed-top {
    width: 35px;
  }

  .fixed-top {
    opacity: 0.3;
  }
  .fixed-top:hover, .fixed-top:focus, .fixed-top:active {
    opacity: 1;
  }
  .fixed-top a.cd-top {
    padding: 5px 0 5px 0;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-call {
    height: 100px;
  }
  .fixed-call a {
    padding: 15px 0;
  }

  .fixed-call, .fixed-top {
    width: 45px;
  }

  .fixed-top {
    opacity: 0.3;
  }
  .fixed-top:hover, .fixed-top:focus, .fixed-top:active {
    opacity: 1;
  }
  .fixed-top a.cd-top {
    padding: 10px 0 10px 0;
  }
}
/* |_ ANIMATION
* https://codyhouse.co/gem/back-to-top/
*/
.fixed-container {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.fixed-container.cd-is-visible, .fixed-container.cd-fade-out {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.fixed-container.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.fixed-container.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

/* ---- PAGINATION (overwrite Bootstrap) */
.pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:active, .pagination > .disabled > a:focus, .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:active, .pagination > .disabled > span:focus {
  color: #FFFFFF;
  background: #7C8080;
  opacity: 0.65;
}
.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:active, .pagination > li.active > a:focus, .pagination > li.active > span, .pagination > li.active > span:hover, .pagination > li.active > span:active, .pagination > li.active > span:focus {
  color: #fff;
  background: #7C8080;
}
.pagination > li > a, .pagination > li > span {
  margin-left: 0;
  padding: 3px 6px;
  background: none;
  color: #7C8080;
  border: 0;
}
.pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:active, .pagination > li > span:focus {
  color: black;
  background: none;
}

/* ---- CHECKBOX BTN */
.dropdown-newsletter.right {
  right: 0;
  left: auto;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 992px) {
  .dropdown-newsletter.right {
    min-width: 330px;
  }
}
.dropdown-newsletter.center {
  right: 0;
  left: 0;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 768px) {
  .dropdown-newsletter.center {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 991px) {
  #navbar {
    background: #FFFFFF;
    position: relative;
    z-index: 100;
    /**
    MULTI LANGUAGE
     */
  }
  #navbar .navbar.navbar-default {
    background: #FFFFFF;
  }
  #navbar .navbar.navbar-default .navbar-header {
    float: none;
  }
  #navbar .navbar.navbar-default .navbar-header .navbar-brand {
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 7px;
  }
  #navbar .navbar.navbar-default .navbar-header .navbar-call {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 9px;
  }
  #navbar .navbar.navbar-default .navbar-header .navbar-toggle {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 11px;
    display: block;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse {
    border-top: none;
    background: #F3F1F4;
    top: 57px;
    bottom: 0;
    right: 0;
    width: 267px;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    z-index: 100;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse.in {
    width: 0;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse > ul, #navbar .navbar.navbar-default .navbar-collapse.side-collapse > form {
    min-width: 267px;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .navbar-nav > li {
    float: none;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw {
    border: none;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw.open > .dropdown-toggle {
    border-bottom-width: 3px;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw.open > .dropdown-toggle i {
    opacity: 0;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-toggle {
    color: #182A42;
    border-bottom-width: 0;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-toggle i {
    opacity: 1;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-toggle:hover {
    background-color: #C2B8B6;
    color: #006CB4;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-toggle:hover > i {
    color: #006CB4;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-menu {
    position: relative;
    width: 100%;
    top: 0;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-menu .level {
    background: transparent;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-menu .level > .small i {
    opacity: 0;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-menu .level a {
    color: #182A42;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-menu .level a:hover {
    background-color: #006CB4;
    color: #FFFFFF;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-menu .level a:hover > i {
    color: #FFFFFF;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-menu .level a.active {
    margin: -1rem 0 0 0 !important;
    padding: 1.5rem !important;
    border-bottom: 3px solid #006CB4;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-menu .level a.active:hover {
    background-color: #C2B8B6;
    color: #006CB4;
  }
  #navbar .navbar.navbar-default .navbar-collapse.side-collapse .dropdown.yamm-fw .dropdown-menu .level a.active i {
    opacity: 0;
  }
  #navbar .navbar-bottom {
    bottom: 0;
  }
  #navbar .multi-language {
    height: 50px;
  }
  #navbar .multi-language ul {
    line-height: 50px;
  }
}
/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) {
  .side-collapse {
    /* -- DROPDOWN */
  }
  .side-collapse .navbar-nav > li > a:hover, .side-collapse .navbar-nav > li > a:focus {
    background: transparent !important;
  }
  .side-collapse .dropdown.yamm-fw, .side-collapse .dropdown.yamm-fw:hover, .side-collapse .dropdown.yamm-fw:focus, .side-collapse .dropdown.yamm-fw:active, .side-collapse .dropdown.yamm-fw.open, .side-collapse .dropdown.yamm-fw.open:hover, .side-collapse .dropdown.yamm-fw.open:focus, .side-collapse .dropdown.yamm-fw.open:active {
    border-color: transparent !important;
  }
  .side-collapse .dropdown.yamm-fw.open > a {
    border-color: #006CB4;
  }
  .side-collapse .dropdown.yamm-fw .dropdown-menu {
    min-height: 500px;
  }
  .side-collapse .dropdown.yamm-fw .dropdown-menu > li > .row, .side-collapse .dropdown.yamm-fw .dropdown-menu > li > .row > [class^=col-] {
    min-height: 500px;
  }
  .side-collapse .dropdown.yamm-fw .dropdown-menu .bg-light-blue a:hover, .side-collapse .dropdown.yamm-fw .dropdown-menu .bg-light-blue a.active {
    background-color: #F3F1F4;
    color: #006CB4;
  }
  .side-collapse .dropdown.yamm-fw .dropdown-menu .bg-light-blue a:hover > i, .side-collapse .dropdown.yamm-fw .dropdown-menu .bg-light-blue a.active > i {
    color: #C2B8B6;
  }
  .side-collapse .dropdown.yamm-fw .dropdown-menu .bg-dark-white a {
    color: #006CB4;
  }
  .side-collapse .dropdown.yamm-fw .dropdown-menu .bg-dark-white a:hover, .side-collapse .dropdown.yamm-fw .dropdown-menu .bg-dark-white a.active {
    background-color: #C2B8B6;
  }
  .side-collapse .dropdown.yamm-fw .dropdown-menu .bg-dark-white a:hover > i, .side-collapse .dropdown.yamm-fw .dropdown-menu .bg-dark-white a.active > i {
    color: #FFFFFF;
  }
}
/* ---- SEARCH BTN */
.navbar-form .form-group {
  background: #fff;
  position: relative;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.navbar-form .form-group.active input, .navbar-form .form-group.active .close-search {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-form .form-group {
    width: 50px;
    padding: 0;
    position: relative;
  }
}
.navbar-form .form-group input {
  height: 57px;
  padding: 10px 54px 10px 16px !important;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-form .form-group input {
    display: none;
    position: absolute;
    top: 55px;
    width: 290px !important;
    z-index: 2;
    right: 0;
  }
}
.navbar-form .form-group .close-search {
  color: #4B515B;
  padding: 6px 17px;
  position: absolute;
  right: 0;
  top: 55px;
  z-index: 2;
  cursor: pointer;
  font-size: 30px;
  display: none;
}
.navbar-form .form-group .close-search:hover, .navbar-form .form-group .close-search:active, .navbar-form .form-group .close-search:focus {
  color: #282c31;
}
.navbar-form .form-group .btn-search {
  z-index: 2;
  background: transparent !important;
  color: #4B515B !important;
  padding: 16px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  position: absolute;
  right: 1px;
  top: 1px;
}
.navbar-form .form-group .btn-search:hover, .navbar-form .form-group .btn-search:active, .navbar-form .form-group .btn-search:focus {
  background: transparent !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-form .form-group .btn-search {
    position: relative;
    right: 0;
    top: 0;
  }
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) {
  .price-nav > li {
    border-bottom: 3px solid #009FE3;
  }
  .price-nav > li > a {
    color: #024E7F !important;
  }
  .price-nav > .active {
    background-color: #024E7F;
    border-bottom: 6px solid #009FE3;
  }
  .price-nav > .active > a {
    color: #FFFFFF !important;
  }
}
.nav-overlay {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border: 0;
  padding: 0;
  background: rgba(1, 28, 45, 0.75);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-overlay.active {
  opacity: 1;
  z-index: 99;
}

/* ---- REWORKED FROM : https://bootsnipp.com/snippets/M36PA */
.navbar-default .navbar-toggle {
  position: relative;
  padding-top: 10px;
  z-index: 100;
}

.navbar-toggle {
  background: #F3F1F4;
}
.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.navbar-toggle .top-bar, .navbar-toggle .middle-bar, .navbar-toggle .bottom-bar {
  padding: 0 4px;
  margin-right: -6px;
}
.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggle.previous {
  padding: 10px 12px 9px 13px;
}
.navbar-toggle.previous .top-bar {
  -webkit-transform: translateX(-6px) translateY(6px) rotate(-45deg);
  -ms-transform: translateX(-6px) translateY(6px) rotate(-45deg);
  -o-transform: translateX(-6px) translateY(6px) rotate(-45deg);
  transform: translateX(-6px) translateY(6px) rotate(-45deg);
  width: 10px;
}
.navbar-toggle.previous .middle-bar {
  margin-left: -5px;
  opacity: 1;
}
.navbar-toggle.previous .bottom-bar {
  -webkit-transform: translateX(-6px) translateY(-6px) rotate(45deg);
  -ms-transform: translateX(-6px) translateY(-6px) rotate(45deg);
  -o-transform: translateX(-6px) translateY(-6px) rotate(45deg);
  transform: translateX(-6px) translateY(-6px) rotate(45deg);
  width: 10px;
}
.navbar-toggle.collapsed {
  padding: 10px 7px 9px 7px;
}
.navbar-toggle.collapsed .top-bar, .navbar-toggle.collapsed .middle-bar, .navbar-toggle.collapsed .bottom-bar {
  padding: 0;
  margin-right: 0;
}
.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (min-width: 992px) {
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeOutNav {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes fadeOutNav {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOutNav {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .arrow-offset > i {
    padding-left: 0px;
    transition-property: padding-left, color;
    transition-duration: 0.2s;
    color: white;
  }

  .arrow-offset.active > i {
    padding-left: 15px;
    color: #006CB4 !important;
  }

  .item-transition {
    background-color: #006CB4;
    color: #F3F1F4;
    transition-property: background-color, color;
    transition-duration: 0.3s;
  }

  .item-transition:hover {
    background-color: #F3F1F4;
    color: #006CB4;
  }

  .child-transition {
    background-color: #F3F1F4 !important;
    color: #006CB4 !important;
    transition-property: background-color, color;
    transition-duration: 0.3s;
  }

  .child-transition:hover {
    color: #F3F1F4 !important;
    background-color: #006CB4 !important;
  }
}
.dropdownm {
  display: none;
  width: 100%;
}

.dropdownh li:hover + .dropdownm, .dropdownm:hover {
  display: block;
  z-index: 100;
}

.date-navbar div.bootstrap-datetimepicker-widget {
  max-height: 216px !important;
  min-height: 216px !important;
}

.bg-login {
  background: url(/javax.faces.resource/img/imageconnexion.jpg.faces);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .bg-login {
    background-size: 300% 100%;
    background-position: right;
  }
}
.bg-login input {
  background-color: rgba(242, 242, 242, 0.75) !important;
}
.bg-login .forgotLink {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
}

.account-btn .ce-club:after {
  color: #FFFFFF;
}

.bg-login-b2b {
  background: url(/javax.faces.resource/img/image-connexion-b2b.jpg.faces);
  background-repeat: no-repeat;
  background-size: cover;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
.bg-login-b2b .login-content {
  background-color: rgba(242, 242, 242, 0.75) !important;
}
@media only screen and (max-width: 767px) {
  .bg-login-b2b {
    background-size: 300% 100%;
    background-position: right;
  }
}
.bg-login-b2b .forgotLink {
  text-decoration: underline !important;
  color: #006CB4;
}

.pagination-border {
  border-top: 1px solid #E7E0E1;
  border-bottom: 1px solid #E7E0E1;
}

.reservation-checkbox {
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.text-left-trip * {
  text-align: left !important;
}

.two_column_trip {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  display: block;
}

.excursion-search .excursion-search-content .text {
  line-height: 1.4em;
  min-height: 5.6em;
  max-height: 5.6em;
  display: block;
  overflow: hidden;
}

/* official breakpoints */
/* Mobile     (max-width: 767px) */
/* Tablet     (min-width: 768px) and (max-width: 991px) */
/* Desktop    (min-width: 992px) and (max-width: 1199px) */
/* Television (min-width: 1200px) */
/* multiple breakpoints */
/* Tablet and up    (min-width: 768px) */
/* Tablet and down  (max-width: 991px) */
/* Desktop and up   (min-width: 992px) */
/* Desktop and down (max-width: 1199px) */
@media only screen and (max-width: 991px) {
  .d-sm-flex {
    display: inline-flex !important;
  }

  .trip-tab-height {
    max-height: 180px !important;
  }
}
@media screen and (max-width: 375px) {
  .small-price > * {
    font-size: 70% !important;
  }
}

.price-v-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.multi-search-menu .multi-search-keyword {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.multi-search-menu .multi-search-keyword input {
  display: inline-block;
  width: 100%;
  height: 55px;
}
.multi-search-menu .multi-search-keyword .btn-search-keyword {
  z-index: 2;
  background: transparent !important;
  color: #4B515B !important;
  padding: 16px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.multi-search-menu .multi-search-keyword .btn-search-keyword:hover, .multi-search-menu .multi-search-keyword .btn-search-keyword:active, .multi-search-menu .multi-search-keyword .btn-search-keyword:focus {
  background: transparent !important;
}

.jobs-form .text-small {
  font-size: 14px;
}
.jobs-form .text-bold {
  font-weight: bold;
}
.jobs-form .letter-spacing {
  letter-spacing: 1px;
}
.jobs-form .copyright {
  font-size: 14px;
  color: #C6C6C6;
}

.job-title {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 991px) {
  .job-title {
    background: white;
  }
}

.border-bottom-row {
  border-bottom: 1px solid #F4F6F7;
}

.job-detail {
  border-left: 3px solid #009FE3;
}

.jobs-table-content .jobs-table-row {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 992px) {
  .jobs-table-content .jobs-table-row {
    height: 40px;
  }
}
.jobs-table-content .job-detail-content li {
  line-height: 30px;
}
.jobs-table-content .job-button-to-detail[aria-expanded=false] .show-more-button {
  display: block;
}
.jobs-table-content .job-button-to-detail[aria-expanded=false] .close-button {
  display: none;
}
.jobs-table-content .job-button-to-detail[aria-expanded=true] .show-more-button {
  display: none;
}
.jobs-table-content .job-button-to-detail[aria-expanded=true] .close-button {
  display: block;
}

.geoloc-message-header .geoloc-message-top {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .geoloc-message-header .geoloc-message-top {
    height: 8px;
  }
}
.geoloc-message-header .text-small {
  font-size: 13px;
}
.geoloc-message-header .close-button {
  float: right;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .geoloc-message-header .close-button {
    margin-top: -22px;
  }
}
@media only screen and (min-width: 768px) {
  .geoloc-message-header .close-button {
    margin-top: -20px;
  }
}

.geolocDialog .logo-croisi {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .geolocDialog .logo-croisi {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .geolocDialog .logo-croisi {
    width: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .geolocDialog .logo-croisi {
    width: 15%;
  }
}
.geolocDialog .content {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 991px) {
  .geolocDialog .content {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .geolocDialog .content {
    width: 33%;
  }
}

.cookies {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  width: 100%;
  line-height: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
  background-color: #FFFFFF;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (max-width: 767px) {
  .cookies {
    height: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cookies {
    height: 15%;
  }
}
@media only screen and (min-width: 992px) {
  .cookies {
    height: 8%;
  }
}
.cookies .cookies-content {
  height: 40px;
}
.cookies .cookies-center {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
}
@media only screen and (min-width: 768px) {
  .cookies .cookies-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.cookies .cookies-txt {
  height: 40px;
  display: table;
}
.cookies .cookies-txt * {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .cookies .cookies-btn {
    width: 100% !important;
  }
}

.fadeOutCookies {
  /* official breakpoints */
  /* Mobile     (max-width: 767px) */
  /* Tablet     (min-width: 768px) and (max-width: 991px) */
  /* Desktop    (min-width: 992px) and (max-width: 1199px) */
  /* Television (min-width: 1200px) */
  /* multiple breakpoints */
  /* Tablet and up    (min-width: 768px) */
  /* Tablet and down  (max-width: 991px) */
  /* Desktop and up   (min-width: 992px) */
  /* Desktop and down (max-width: 1199px) */
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (max-width: 767px) {
  .fadeOutCookies {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutCookies {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutCookies {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cacher {
  display: none;
}

.input-btn-success {
  background: #007bb0 !important;
}

.padding-bottom-search {
  background-color: #FFFFFF;
  z-index: 1;
  position: relative;
}

.content-centered-deck {
  align-items: center;
  display: flex;
  justify-content: center;
}

.title-tab-deck {
  margin: 0px !important;
  border: solid;
  border-width: 0px 2px 0px 0px;
  padding: 3px;
  border-color: #E7E0E1;
  background-color: #F4F6F7;
  min-height: 2em;
}

.content-tab-deck {
  margin: 0px !important;
  padding: 3px;
  border: solid;
  border-width: 0px 2px 2px 0px;
  border-color: #F4F6F7;
  min-height: 3em;
}

.cities-tab-deck {
  border: solid;
  border-width: 0px 2px 0px 0px;
  border-color: #F4F6F7;
  height: 100%;
  z-index: -1;
}

.content-col-deck {
  padding: 0px;
}

.sticky-wrapper.is-sticky .header-fixed-B2B {
  display: block !important;
}

.sticky-wrapper:not(.is-sticky) .header-fixed-B2B {
  display: none !important;
}

.info-formule-B2B .badge.bordered {
  border-width: 1px !important;
}

.B2B-search-btn .btn-block {
  background-color: #006CB4;
  width: auto !important;
}
.B2B-search-btn .btn-block:hover, .B2B-search-btn .btn-block:focus, .B2B-search-btn .btn-block:active {
  background-color: #003e68;
}

.popoverContainer .popover,
.info-formule-B2B .popover {
  background-color: white;
  display: inline-block;
  min-width: 500px;
  border: none;
  border-width: 0px;
  z-index: 1000;
}
.popoverContainer .popover .popover-content,
.info-formule-B2B .popover .popover-content {
  background-color: white;
  color: #7C8080;
}

.popoverContainer .popover.right .arrow:after,
.info-formule-B2B .popover.right .arrow:after {
  border-right-color: white !important;
}
.popoverContainer .popover.top .arrow:after,
.info-formule-B2B .popover.top .arrow:after {
  border-top-color: white !important;
}

.titleCapitalize > span {
  text-transform: lowercase !important;
}
.titleCapitalize > span:first-letter {
  text-transform: uppercase !important;
}

.tabtitle {
  font-size: 14px;
}

.sticky-shadow {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.v-align-arrow {
  display: flex;
  align-items: center;
}

.b2b-search-field {
  min-height: 44px !important;
}

.b2b-search-slider {
  min-height: 22px !important;
}

.btn-recap-order {
  height: 60px;
}

.btn-promo {
  background-color: #009FE3 !important;
}

.navbar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 55px;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar-default .badge {
  background-color: #fff;
  color: #F3F1F4;
}
.navbar-inverse .badge {
  background-color: #fff;
  color: #006CB4;
}

.btn {
  text-transform: uppercase;
  font-family: "HKGrotesk";
  letter-spacing: 1px;
}
.btn-default:after {
  content: " ";
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #024E7F;
}
.btn-sm, .btn-group-sm > .btn, .btn-xs, .btn-group-xs > .btn {
  font-size: 12px;
}

.label {
  text-transform: uppercase;
  border-radius: 0;
  padding: 7px 15px 5px 15px;
}

.text-primary,
.text-primary:hover {
  color: #006CB4;
}

.text-success,
.text-success:hover {
  color: #5cb85c;
}

.text-danger,
.text-danger:hover {
  color: #d9534f;
}

.text-warning,
.text-warning:hover {
  color: #FDDE0F;
}

.text-info,
.text-info:hover {
  color: #182A42;
}

.page-header {
  border-bottom-color: #4E5D6C;
}

.dropdown-menu {
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li > a {
  font-size: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-header {
  font-size: 12px;
}

table,
.table {
  font-size: 12px;
}
table a:not(.btn),
.table a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none;
}
table .text-muted,
.table .text-muted {
  color: #4E5D6C;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: transparent;
}

input,
textarea {
  color: #000;
  background-color: #E7E0E1 !important;
}

label,
.radio label,
.checkbox label,
.help-block {
  font-size: 12px;
}

.input-addon,
.input-group-addon {
  color: #646162;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
  color: #FDDE0F;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border: 4px solid #FDDE0F;
}
.has-warning .input-group-addon {
  border: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label,
.has-error .form-control-feedback {
  color: #d9534f;
}
.has-error .form-control,
.has-error .form-control:focus {
  border: 4px solid #d9534f;
}
.has-error .input-group-addon {
  border: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label,
.has-success .form-control-feedback {
  color: #5cb85c;
}
.has-success .form-control,
.has-success .form-control:focus {
  border: 4px solid #5cb85c;
}
.has-success .input-group-addon {
  border: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}

.nav > li.dropdown > a {
  border-bottom: 3px solid transparent;
}
.nav > li.dropdown {
  border-bottom: 1px solid #F3F1F4;
}
.nav > li.dropdown.bg-dark-blue {
  border-color: #182A42;
}
.nav > li.dropdown:hover, .nav li.dropdown.open > a {
  border-color: #006CB4;
}
.nav > li {
  /*&.bg-dark-blue a:hover,
  &.bg-dark-blue a:focus {
    background-color: darken($dark-blue, 5%) !important;
  }*/
}
.nav > li > a {
  padding: 18px 0 11px 0;
  margin: 0 15px;
}
.nav > li > .dropdown-menu a,
.nav > li > .dropdown-menu a:hover,
.nav > li > .dropdown-menu a:focus {
  color: #FFFFFF;
}
.nav > li.bg-dark-blue a {
  color: #FFFFFF !important;
}
.nav > li.bg-dark-blue a:hover {
  background-color: #182A42;
}
.nav > li.bg-dark-blue > .dropdown-menu {
  background-color: #182A42;
}

.nav-tabs {
  border-bottom: 1px solid #C6C6C6;
}
.nav-tabs.nav-center {
  text-align: center;
}
.nav-tabs.nav-center > li {
  display: inline-block;
  float: none;
}
.nav-tabs > li.active > a {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid #009FE3;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid #009FE3;
}
.nav-tabs > li > a {
  color: #646162;
  border-bottom: 3px solid transparent;
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 1px solid #C6C6C6;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid #009FE3;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 3px solid transparent;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #009FE3;
  }
}

.nav-pills > li > a {
  color: #646162;
}

.pager a {
  color: #646162;
}

.alert {
  color: #fff;
}
.alert a,
.alert .alert-link {
  color: #fff;
}

.close {
  opacity: 0.4;
}
.close:hover, .close:focus {
  opacity: 1;
}

.badge {
  padding: 0px;
  border-radius: 100%;
}

.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  border: none;
}
a.list-group-item-success.active {
  background-color: #5cb85c;
}
a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  background-color: #4cae4c;
}
a.list-group-item-warning.active {
  background-color: #FDDE0F;
}
a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  background-color: #f0d102;
}
a.list-group-item-danger.active {
  background-color: #d9534f;
}
a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  background-color: #d43f3a;
}

.panel {
  border: none;
}
.panel-default > .panel-heading {
  background-color: #485563;
  color: #646162;
}

.thumbnail {
  background-color: #546575;
  border: none;
}

.modal {
  padding: 0;
}
.modal-header, .modal-footer {
  background-color: #485563;
  border: none;
  border-radius: 0;
}

.popover-title {
  border: none;
}

/*# sourceMappingURL=bootstraptheme.css.map */
