.datepicker--cells{display:flex;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:flex;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,transform .3s ease,left 0s .3s;z-index:100}.datepicker.-from-top-{transform:translateY(-8px)}.datepicker.-from-right-{transform:translateX(8px)}.datepicker.-from-bottom-{transform:translateY(8px)}.datepicker.-from-left-{transform:translateX(-8px)}.datepicker.active{opacity:1;transform:translate(0);transition:opacity .3s ease,transform .3s ease,left 0s 0s}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:flex;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:flex;cursor:pointer;align-items:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;flex:1;display:inline-flex;justify-content:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:flex;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-moz-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-ms-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1, .section-title {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, q:after {
  content: '';
  content: none;
}

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: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.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-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row: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;
}

.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.bt {
  display: block;
  margin: 1rem auto;
  padding: 1.5rem 0;
  width: 100%;
  max-width: 320px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.2s;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  background-color: #78BE20;
  color: #fff;
  cursor: pointer;
}

.bt:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.bt--md {
  padding: 1.5rem 0;
}

.bt--sm {
  padding: 1rem 0;
}

.bt--secondary {
  background-color: #4B3842;
}

.bt--secondary-outline {
  background-color: transparent;
  border: 1px solid #4B3842;
  color: #4B3842;
}

.bt--info {
  background-color: #0093FF;
}

.bt--warning {
  background-color: #ffce00;
}

.bt--danger {
  background-color: #BE3820;
}

.bt--facebook {
  background-color: #3B5998;
}

.bt--google {
  background-color: #F14336;
}

.bt--icon [class^="icon-"] {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 1rem;
  position: absolute;
}

.nav-pills {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-pills .nav-item {
  float: left;
  margin: 0 1rem 1rem 0;
}

.nav-pills .nav-link {
  display: table;
  padding: 1rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.2s;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-weight: 400;
  text-align: center;
  background-color: #F6F5F6;
  border: 1px solid #4B3842;
  color: #4B3842;
  cursor: pointer;
}

.nav-pills .nav-link:hover, .nav-pills .nav-link.active {
  background-color: #4B3842;
  color: #fff;
}

h1, .section-title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 700;
  color: #4B3842;
  position: relative;
}

@media screen and (min-width: 768px) {
  h1, .section-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 700;
  color: #4B3842;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 900;
  color: #4B3842;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 700;
  color: #313131;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  color: #313131;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 700;
  color: #313131;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  color: #535353;
}

p.small-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #a09f9f;
}

ul,
ol,
dl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 400;
  color: #535353;
}

dt {
  font-weight: 700;
  color: #4B3842;
  margin-top: 3rem;
  font-size: 18px;
  font-size: 1.8rem;
}

dd {
  margin: 1rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

address {
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 400;
  color: #535353;
}

address a {
  font-size: inherit;
  text-decoration: none;
  margin: 1rem 0;
}

a {
  color: inherit;
}

.section-title:before {
  content: '';
  background: url(/images/chevron.svg) center/cover;
  width: 10px;
  height: 30px;
  position: absolute;
  top: 1rem;
  left: -1.5rem;
}

@media screen and (min-width: 768px) {
  .section-title:before {
    left: -2rem;
  }
}

.title-icon {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
}

.title-icon [class^="icon-"] {
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.highlight {
  color: #78BE20;
  font-weight: 400;
}

.text-link {
  color: #78BE20;
  transition: 0.2s;
  padding: .5rem;
  margin-bottom: -.3rem;
}

.text-link:hover {
  color: #fff;
  background: #78BE20;
  text-decoration: none;
  border-radius: 4px;
}

.text-info {
  color: #0093FF;
}

.text-warning {
  color: #ffce00;
}

.text-danger {
  color: #BE3820;
}

.text-success {
  color: #78BE20;
}

hr {
  border: none;
  border-top: 1px solid #C1C1C1;
  margin: 4rem 0;
}

[class^='icon-'] {
  display: inline-block;
}

.icon-alert {
  margin-right: .5rem;
  margin-bottom: -3px;
}

.label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  border-radius: 4px;
  width: auto;
  min-height: 20px;
  padding: 6px 10px 6px 25px;
  z-index: 9;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
  margin: 1rem 0;
}

.label:after {
  position: absolute;
  content: "!";
  width: 15px;
  height: 18px;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 17px;
  line-height: 1.7rem;
}

.label--info {
  background: #b3dfff;
  color: #0067b3;
}

.label--info:after {
  color: #0067b3;
}

.label--warning {
  background: #fff0b3;
  color: #b39000;
}

.label--warning:after {
  color: #b39000;
}

.label--danger {
  background: #efada1;
  color: #7d2515;
}

.label--danger:after {
  color: #7d2515;
}

.label--success {
  background: #cdefa1;
  color: #4f7d15;
}

.label--success:after {
  color: #4f7d15;
}

.input-group {
  position: relative;
  text-align: left;
  margin: .5rem 0 1rem;
}

.input-group .glyph {
  position: absolute;
  margin: auto 0;
  width: 40px;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #535353;
}

.inputer {
  padding: 0 2rem;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #F6F5F6;
  width: 100%;
  height: 50px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: normal;
}

.inputer[type='number']::-webkit-inner-spin-button, .inputer[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inputer[type='number'] {
  -moz-appearance: textfield;
}

.inputer.placeholder {
  color: #bfbfbf;
  font-style: italic;
}

.inputer::-webkit-input-placeholder {
  color: #bfbfbf;
  font-style: italic;
}

.inputer:-moz-placeholder {
  color: #bfbfbf;
  font-style: italic;
}

.inputer::-moz-placeholder {
  color: #bfbfbf;
  font-style: italic;
}

.inputer:-ms-input-placeholder {
  color: #bfbfbf;
  font-style: italic;
}

.inputer.glyphed {
  padding-left: 40px;
}

.inputer:focus {
  outline: none;
  box-shadow: 0 0 5px 1px #0089ff;
}

select.inputer {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/images/dropdown.svg) right 10px center/10px no-repeat #F6F5F6;
  padding-right: 25px;
  cursor: pointer;
  color: #313131;
  font-style: italic;
}

select.inputer::-ms-expand {
  display: none;
}

select.inputer.selected {
  color: #313131;
  font-style: normal;
}

textarea.inputer {
  border: none;
  resize: none;
  overflow: hidden;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 70px;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-size: 14px;
  font-size: 1.4rem;
}

.checkbox label::before, .checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
  cursor: pointer;
}

.checkbox label::before {
  top: -6px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid #4B3842;
  cursor: pointer;
  border-radius: 4px;
}

.checkbox label::after {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  left: 5px;
  top: 1px;
  z-index: 1;
  width: 16px;
  height: 7px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}

.checkbox input[type="checkbox"] + label::after {
  transform: rotate(-45deg) scale(0, 0);
}

.checkbox input[type="checkbox"]:checked + label::after {
  transform: rotate(-45deg) scale(1, 1);
}

.checkbox input[type="checkbox"]:checked + label::before {
  background: #4B3842;
}

.checkbox input[type="checkbox"]:focus + label::before {
  box-shadow: 0 0 5px #3b99fc;
}

.radio, .round-checkbox {
  display: inline-block;
  margin-right: 30px;
}

.radio input, .round-checkbox input {
  opacity: 0;
  position: absolute;
}

.radio label, .round-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.radio label::before, .round-checkbox label::before, .radio label::after, .round-checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
  cursor: pointer;
}

.radio label::before, .round-checkbox label::before {
  top: 0;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #4B3842;
  border-radius: 50%;
}

.radio label::after, .round-checkbox label::after {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 6px solid #4B3842;
  border-radius: 50%;
}

.radio input[type="radio"] + label::after, .round-checkbox input[type="radio"] + label::after {
  transform: scale(0, 0);
}

.radio input[type="radio"]:checked + label::after, .round-checkbox input[type="radio"]:checked + label::after {
  transform: scale(1, 1);
}

.radio input[type="radio"]:focus + label::before, .round-checkbox input[type="radio"]:focus + label::before {
  box-shadow: 0 0 5px #3b99fc;
}

.round-checkbox:last-child {
  margin-right: 0;
}

.round-checkbox input[type="checkbox"] + label::after {
  transform: scale(0, 0);
}

.round-checkbox input[type="checkbox"]:checked + label::after {
  transform: scale(1, 1);
}

.round-checkbox input[type="checkbox"]:focus + label::before {
  box-shadow: 0 0 5px #3b99fc;
}

.datepicker .datepicker--cell.-selected-,
.datepicker .datepicker--cell.-selected-.-current- {
  background: #78BE20;
}

.datepicker .datepicker--day-name {
  color: #52407E;
}

.flex-row {
  display: flex;
}

.flex-fix {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.nobr {
  white-space: nowrap;
}

.no-space {
  margin: 0 !important;
}

.ratio-16-9 {
  position: relative;
}

.ratio-16-9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.ratio-16-9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ratio-3-2 {
  position: relative;
}

.ratio-3-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}

.ratio-3-2 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ratio-1-1 {
  position: relative;
}

.ratio-1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.ratio-1-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ratio-2-1 {
  position: relative;
}

.ratio-2-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.ratio-2-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-banner {
  background: center / cover #000;
}

.page-banner .container {
  display: flex;
  align-items: center;
  height: 100px;
}

@media screen and (min-width: 768px) {
  .page-banner .container {
    height: 150px;
  }
}

@media screen and (min-width: 992px) {
  .page-banner .container {
    height: 200px;
  }
}

.page-banner h1, .page-banner .section-title {
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .page-banner h1, .page-banner .section-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.page-content {
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .page-content {
    padding: 6rem 0;
  }
}

.tab {
  position: relative;
  margin: 4rem auto;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  padding: 0;
}

.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.tabs a {
  color: #4B3842;
  border: 1px solid #4B3842;
  background: #F6F5F6;
  margin-right: 1rem;
  margin-bottom: -1px;
  font-weight: normal;
  display: block;
  outline: none;
  padding: 0 1rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 4px 4px 0 0;
}

@media screen and (min-width: 768px) {
  .tabs a {
    padding: 0 2rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.tabs a.active {
  background: #4B3842;
  color: #fff;
}

.tab_content {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.tabs_item {
  display: none;
}

.tabs_item:first-child {
  display: block;
}

.separator {
  width: 100%;
  color: #000;
  border-bottom: 1px solid black;
}

table {
  border: 0 !important;
  font-size: 16px;
  font-size: 1.6rem;
}

th {
  background: #F6F5F6;
  padding: 1.5rem;
  border-radius: 4px 4px 0 0;
  margin: 4rem 0;
}

td {
  border-top: 1px solid #ccc;
  padding: 1.5rem;
}

td:hover {
  background: #F6F5F6;
}

/**
 * Tooltips!
 */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
  text-align: center;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 1rem;
  display: table;
  background-color: #4B3842;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  border-radius: 4px;
}

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(51, 51, 51, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(51, 51, 51, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: rgba(51, 51, 51, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

.inputer.error {
  box-shadow: 0 0 2px 1px red;
}

div.error {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem;
  border-radius: 4px;
  width: auto;
  min-height: 20px;
  padding: 6px 10px 6px 25px;
  background: #fff0b3;
  z-index: 9;
  color: #b39000;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
  border-color: #fff0b3;
  position: absolute;
}

div.error:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: #fff0b3;
  bottom: 100%;
  left: 50%;
  margin-bottom: -1px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff0b3;
  border-bottom-color: inherit;
}

div.error:after {
  position: absolute;
  content: "!";
  width: 15px;
  height: 18px;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  color: #b39000;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 17px;
  line-height: 1.7rem;
}

#lean_overlay {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.modal {
  display: none;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.fixed {
  position: fixed !important;
  margin: auto;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.modal_close {
  cursor: pointer;
  position: absolute;
  background: #fff;
  top: -35px;
  right: -35px;
  display: block;
  width: 35px;
  height: 35px;
  z-index: 2;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .modal_close {
    right: 0;
  }
}

.modal_close:after {
  content: "\D7";
  color: #000;
  display: block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 35px;
  line-height: 3.5rem;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  transition-duration: .5s;
}

.modal_close:hover:after {
  transform: rotate(180deg);
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-alert {
  background-image: url(../../images/sprite.png);
  background-position: -279px -201px;
  width: 16px;
  height: 16px;
}

.icon-c2c-mobile {
  background-image: url(../../images/sprite.png);
  background-position: -324px -116px;
  width: 34px;
  height: 34px;
}

.icon-c2c {
  background-image: url(../../images/sprite.png);
  background-position: -80px -282px;
  width: 38px;
  height: 38px;
}

.icon-calendar {
  background-image: url(../../images/sprite.png);
  background-position: -234px -139px;
  width: 22px;
  height: 22px;
}

.icon-case {
  background-image: url(../../images/sprite.png);
  background-position: -155px -241px;
  width: 22px;
  height: 19px;
}

.icon-checklist {
  background-image: url(../../images/sprite.png);
  background-position: -78px -139px;
  width: 78px;
  height: 78px;
}

.icon-coupon {
  background-image: url(../../images/sprite.png);
  background-position: -324px -302px;
  width: 27px;
  height: 15px;
}

.icon-door {
  background-image: url(../../images/sprite.png);
  background-position: -177px -241px;
  width: 21px;
  height: 19px;
}

.icon-driver {
  background-image: url(../../images/sprite.png);
  background-position: -42px -282px;
  width: 38px;
  height: 38px;
}

.icon-edit {
  background-image: url(../../images/sprite.png);
  background-position: -324px -277px;
  width: 25px;
  height: 25px;
}

.icon-envelope {
  background-image: url(../../images/sprite.png);
  background-position: -256px -201px;
  width: 23px;
  height: 16px;
}

.icon-extra {
  background-image: url(../../images/sprite.png);
  background-position: -324px 0px;
  width: 37px;
  height: 40px;
}

.icon-facebook-w {
  background-image: url(../../images/sprite.png);
  background-position: -234px -186px;
  width: 21px;
  height: 21px;
}

.icon-facebook {
  background-image: url(../../images/sprite.png);
  background-position: -168px -282px;
  width: 25px;
  height: 25px;
}

.icon-flag-pt {
  background-image: url(../../images/sprite.png);
  background-position: -324px -249px;
  width: 28px;
  height: 28px;
}

.icon-flag-uk {
  background-image: url(../../images/sprite.png);
  background-position: -324px -221px;
  width: 28px;
  height: 28px;
}

.icon-fuel {
  background-image: url(../../images/sprite.png);
  background-position: -198px -241px;
  width: 17px;
  height: 18px;
}

.icon-google {
  background-image: url(../../images/sprite.png);
  background-position: -118px -282px;
  width: 25px;
  height: 25px;
}

.icon-handphone {
  background-image: url(../../images/sprite.png);
  background-position: -156px -139px;
  width: 78px;
  height: 78px;
}

.icon-instagram-w {
  background-image: url(../../images/sprite.png);
  background-position: -124px -261px;
  width: 21px;
  height: 21px;
}

.icon-insurance-01 {
  background-image: url(../../images/sprite.png);
  background-position: -160px -59px;
  width: 80px;
  height: 80px;
}

.icon-insurance-02 {
  background-image: url(../../images/sprite.png);
  background-position: -80px -59px;
  width: 80px;
  height: 80px;
}

.icon-insurance-03 {
  background-image: url(../../images/sprite.png);
  background-position: 0px -59px;
  width: 80px;
  height: 80px;
}

.icon-linkedin-w {
  background-image: url(../../images/sprite.png);
  background-position: -260px -217px;
  width: 23px;
  height: 22px;
}

.icon-lock {
  background-image: url(../../images/sprite.png);
  background-position: -324px -150px;
  width: 30px;
  height: 37px;
}

.icon-mastercardsecure {
  background-image: url(../../images/sprite.png);
  background-position: 0px -217px;
  width: 87px;
  height: 44px;
}

.icon-mb-lg {
  background-image: url(../../images/sprite.png);
  background-position: -256px -136px;
  width: 55px;
  height: 65px;
}

.icon-mb {
  background-image: url(../../images/sprite.png);
  background-position: -324px -187px;
  width: 29px;
  height: 34px;
}

.icon-payments {
  background-image: url(../../images/sprite.png);
  background-position: 0px 0px;
  width: 256px;
  height: 59px;
}

.icon-paypal {
  background-image: url(../../images/sprite.png);
  background-position: -42px -261px;
  width: 82px;
  height: 21px;
}

.icon-phone {
  background-image: url(../../images/sprite.png);
  background-position: -143px -282px;
  width: 25px;
  height: 25px;
}

.icon-pic-boxed {
  background-image: url(../../images/sprite.png);
  background-position: -256px 0px;
  width: 68px;
  height: 68px;
}

.icon-pinmap-boxed {
  background-image: url(../../images/sprite.png);
  background-position: -256px -68px;
  width: 68px;
  height: 68px;
}

.icon-pinmap {
  background-image: url(../../images/sprite.png);
  background-position: -234px -161px;
  width: 19px;
  height: 25px;
}

.icon-redunicre {
  background-image: url(../../images/sprite.png);
  background-position: 0px -261px;
  width: 42px;
  height: 59px;
}

.icon-sandclock {
  background-image: url(../../images/sprite.png);
  background-position: 0px -139px;
  width: 78px;
  height: 78px;
}

.icon-seats {
  background-image: url(../../images/sprite.png);
  background-position: -304px -217px;
  width: 17px;
  height: 20px;
}

.icon-twitter-w {
  background-image: url(../../images/sprite.png);
  background-position: -283px -217px;
  width: 21px;
  height: 21px;
}

.icon-upgrade {
  background-image: url(../../images/sprite.png);
  background-position: -324px -40px;
  width: 37px;
  height: 37px;
}

.icon-user {
  background-image: url(../../images/sprite.png);
  background-position: 0px -320px;
  width: 23px;
  height: 27px;
}

.icon-verifiedvisa {
  background-image: url(../../images/sprite.png);
  background-position: -87px -217px;
  width: 68px;
  height: 43px;
}

.icon-visa-master {
  background-image: url(../../images/sprite.png);
  background-position: -155px -217px;
  width: 105px;
  height: 24px;
}

.icon-wallet {
  background-image: url(../../images/sprite.png);
  background-position: -324px -77px;
  width: 34px;
  height: 39px;
}

.icon-watch {
  background-image: url(../../images/sprite.png);
  background-position: -193px -282px;
  width: 17px;
  height: 25px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-alert {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-c2c-mobile {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-c2c {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-calendar {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-case {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-checklist {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-coupon {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-door {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-driver {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-edit {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-envelope {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-extra {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-facebook-w {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-facebook {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-flag-pt {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-flag-uk {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-fuel {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-google {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-handphone {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-instagram-w {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-insurance-01 {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-insurance-02 {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-insurance-03 {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-linkedin-w {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-lock {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-mastercardsecure {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-mb-lg {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-mb {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-payments {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-paypal {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-phone {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-pic-boxed {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-pinmap-boxed {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-pinmap {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-redunicre {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-sandclock {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-seats {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-twitter-w {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-upgrade {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-user {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-verifiedvisa {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-visa-master {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-wallet {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
  .icon-watch {
    background-image: url(../../images/sprite@2x.png);
    background-size: 361px 347px;
  }
}

.top-navigation {
  width: 100%;
  padding: 1rem 0;
  background-color: #F6F5F6;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
}

.top-navigation .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .top-navigation .flex-row {
    justify-content: flex-start;
  }
}

.top-navigation .nav-logo {
  width: 130px;
  align-self: center;
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .top-navigation .nav-logo {
    margin-right: auto;
    width: 185px;
  }
}

.top-navigation .nav-logo img {
  margin: 0 auto;
  width: 100%;
}

.top-navigation .nav-list {
  display: flex;
  margin: 0;
  justify-content: end;
  list-style-type: none;
}

@media screen and (max-width: 991px) {
  .top-navigation .nav-list {
    transform: translateX(100vw);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    background-color: #4B3842;
    background-image: linear-gradient(to bottom, #4B3842, #52407E);
    width: 60vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 5rem 3rem;
    z-index: 10;
    flex-direction: column;
  }
}

.top-navigation .nav-list.slide {
  transform: translateX(40vw);
}

.top-navigation .nav-list .nav-list-item {
  padding: 2rem 0;
  border-bottom: 1px solid #2e2228;
}

@media screen and (min-width: 992px) {
  .top-navigation .nav-list .nav-list-item {
    margin: 0 2rem;
    padding: 0;
    border: none;
    flex-shrink: 0;
  }
}

.top-navigation .nav-list .nav-list-item a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}

.top-navigation .nav-list .nav-list-item a.active {
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .top-navigation .nav-list .nav-list-item a {
    color: #4B3842;
    font-weight: 400;
  }
}

.top-navigation .nav-settings {
  margin-left: 4rem;
}

.top-navigation .nav-settings a {
  margin: 0 1rem;
  text-decoration: none;
  color: #fff;
}

.nav-toggle {
  width: 3rem;
  height: 3.8rem;
  right: 1rem;
  z-index: 11;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle:hover {
  -webkit-animation: zoom 300ms ease-in;
          animation: zoom 300ms ease-in;
}

.nav-toggle .lines {
  background-color: #4B3842;
  width: 100%;
  height: 2px;
  margin: 8px 0;
  transition: all 450ms ease-in;
}

.nav-close .lines {
  cursor: pointer;
  background-color: #fff;
}

.nav-close .line-top {
  transform: translateY(200%) rotate(45deg);
  margin-top: 14px;
}

.nav-close .line-mid {
  opacity: 0;
}

.nav-close .line-bottom {
  transform: translateY(-200%) rotate(135deg);
  margin-top: -12px;
}

.main-footer {
  background: #4B3842;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .main-footer {
    padding: 6rem 0;
  }
}

.main-footer .flex-row {
  display: flex;
  justify-content: space-between;
}

.main-footer .flex-col {
  margin: 0 2rem;
}

.main-footer .logo {
  width: 130px;
  height: 78px;
}

@media screen and (min-width: 768px) {
  .main-footer .logo {
    width: 185px;
    height: 78px;
    margin-bottom: 4rem;
  }
}

.main-footer h2 {
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-size: 1.1rem;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  .main-footer h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.main-footer .foot-tabs_item {
  display: none;
}

@media screen and (min-width: 768px) {
  .main-footer .foot-tabs_item {
    display: block !important;
  }
}

.main-footer ul {
  padding: 0;
  list-style: none;
}

.main-footer li {
  margin: 1rem 0;
}

.main-footer a {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .main-footer .social {
    margin-top: 2rem;
  }
  .main-footer .social a {
    margin-left: 2rem;
    margin-right: 0 !important;
  }
}

.main-footer .social a {
  margin-right: 2rem;
}

.main-footer .pickup-points {
  @clearfix;
  margin: 0 -1rem;
}

.main-footer .pickup-points:before, .main-footer .pickup-points:after {
  content: "";
  display: table;
}

.main-footer .pickup-points:after {
  clear: both;
}

.main-footer .pickup-points li {
  float: left;
  width: 100%;
  padding: 0 1rem;
  @clearfix;
}

@media screen and (min-width: 768px) {
  .main-footer .pickup-points li {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .main-footer .pickup-points li {
    width: 33.3333%;
  }
}

.second-footer {
  background: #313131;
  text-align: center;
  padding: 2rem 0;
}

.second-footer h3 {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.second-footer .flex-row {
  align-items: center;
  justify-content: center;
}

.second-footer [class^='icon-'] {
  margin: 0 2rem;
  flex-shrink: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.modal img {
  width: 100%;
}

.booking-steps {
  background: #4B3842;
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
}

.booking-steps .container {
  position: relative;
}

.booking-steps .progress {
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  background: #C1C1C1;
  position: absolute;
  top: -1rem;
  left: -100%;
  margin-left: -100%;
}

.booking-steps .progress--step1 {
  margin-left: 110px;
}

@media screen and (min-width: 768px) {
  .booking-steps .progress--step1 {
    margin-left: 160px;
  }
}

.booking-steps .progress--step2 {
  margin-left: 220px;
}

@media screen and (min-width: 768px) {
  .booking-steps .progress--step2 {
    margin-left: 330px;
  }
}

.booking-steps .progress--step3 {
  margin-left: 370px;
}

@media screen and (min-width: 768px) {
  .booking-steps .progress--step3 {
    margin-left: 460px;
  }
}

.booking-steps .progress:after {
  content: '';
  position: absolute;
  border: 42px solid transparent;
  border-top-color: #C1C1C1;
  border-right-width: 20px;
  right: -20px;
  top: 0;
  margin-left: -1px;
}

.booking-steps .step {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  z-index: 1;
}

.booking-steps .step:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .booking-steps .step {
    margin-right: 4rem;
  }
}

.booking-steps .step-number {
  background: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  border-radius: 100%;
  color: #4B3842;
  margin-right: .5rem;
}

@media screen and (min-width: 768px) {
  .booking-steps .step-number {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    margin-right: 1rem;
  }
}

.booking-steps h6 {
  color: #fff;
  margin: 0;
  font-weight: 300;
  flex-shrink: 0;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .booking-steps h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.booking-summary {
  background: #F6F5F6;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .booking-summary {
    padding: 2rem 0;
  }
}

.booking-summary .flex-row {
  margin: 0 -1.5rem;
  flex-wrap: wrap;
}

.booking-summary .flex-col {
  padding: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .booking-summary .flex-col:first-child {
    width: 100%;
  }
}

.booking-summary .total-value {
  margin-left: auto;
  text-align: right;
}

.booking-summary .total-value strong {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .booking-summary .total-value strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.booking-summary hr {
  border: none;
  width: 95vw;
  margin: 1rem;
  border-top: 1px solid #C1C1C1;
}

.booking-summary h5 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #535353;
  margin: 0;
}

.booking-summary p {
  font-size: 13px;
  font-size: 1.3rem;
  color: #313131;
  margin: 0;
}

.booking-summary p a {
  display: inline-block;
  margin-left: 1rem;
  margin-top: -.5rem;
}

@media screen and (min-width: 768px) {
  .booking-summary p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.fixed-summary {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  z-index: 98;
  padding: 1rem 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 992px) {
  .fixed-summary {
    top: 79px;
  }
}

.booking-results {
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .booking-results {
    padding: 2rem 0;
  }
}

.booking-results h1, .booking-results .section-title {
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .booking-results h1, .booking-results .section-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
    margin-bottom: 4rem;
  }
}

.booking-results .card-car.car-best-price {
  border: 4px solid #52407E;
}

.booking-results .card-car.car-selected {
  border: 4px solid #78BE20;
}

.booking-results .card-car.car-selected .card-label {
  background: #78BE20;
}

.booking-results .card-car.car-selected .card-label:after {
  border: 15px solid #78BE20;
  border-left-width: 0px;
  border-right-width: 10px;
  border-right-color: transparent;
  position: absolute;
  height: 100%;
  top: 0;
  right: -10px;
  content: '';
}

.card-car {
  display: flex;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  margin: 2rem 0;
  position: relative;
  flex-wrap: wrap;
}

.card-car h2 {
  margin: 0;
  color: #4B3842;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  font-weight: 900;
}

.card-car h2 small {
  color: #C1C1C1;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .card-car h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}

@media screen and (min-width: 992px) {
  .card-car h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

.card-car h3 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin: 0.2rem 0;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .card-car h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.card-car h4 {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #52407E;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card-car h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 auto;
  }
}

.card-car h5 {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .card-car h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.card-car h6 {
  margin: 1rem 0;
}

.card-car ul {
  padding-left: 0;
  list-style: none;
}

.card-car ul:before, .card-car ul:after {
  content: "";
  display: table;
}

.card-car ul:after {
  clear: both;
}

.card-car li {
  font-size: 13px;
  font-size: 1.3rem;
  float: left;
  width: 33.3333%;
  margin: .5rem 0 0;
  color: #535353;
}

.card-car li.no-features {
  width: 100%;
}

.card-car li:before {
  content: "\2022";
  color: #4B3842;
  margin-right: 1rem;
}

.card-car .card-label {
  background: #52407E;
  position: absolute;
  z-index: 2;
  transform: translateY(-55%);
  left: -4px;
  padding: .5rem 1rem;
  height: 30px;
  border-radius: 4px 0 0 0;
}

.card-car .card-label:after {
  content: '';
  border: 15px solid #52407E;
  border-left-width: 0px;
  border-right-width: 10px;
  border-right-color: transparent;
  position: absolute;
  top: 0;
  right: -9px;
}

@media screen and (min-width: 992px) {
  .card-car .card-label {
    padding: 1.3rem 2rem;
    height: 40px;
  }
  .card-car .card-label:after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-right-width: 15px;
    right: -14px;
  }
}

.card-car .card-label--features {
  background: #78BE20;
  margin-top: 40px;
  border-radius: 0;
}

.card-car .card-label--features:after {
  border-top-width: 18px;
  border-bottom-width: 18px;
}

.card-car .card-label--features h5 {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .card-car .card-label--features {
    height: 36px;
    margin-top: 40px;
    padding: 1rem 2rem;
  }
  .card-car .card-label--features h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.card-car .car-thumbnail {
  overflow: hidden;
  width: 100%;
  padding: 2rem;
  position: relative;
  display: flex;
  border-radius: 4px 0 0 4px;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .card-car .car-thumbnail {
    padding: 2rem;
    width: 30%;
  }
}

@media screen and (min-width: 992px) {
  .card-car .car-thumbnail {
    width: 40%;
  }
}

.card-car .car-thumbnail .owl-stage-outer {
  width: 100%;
  overflow: hidden;
}

.card-car .car-thumbnail .owl-stage {
  display: flex;
}

.card-car .car-thumbnail .owl-nav {
  position: absolute;
}

.card-car .car-thumbnail .owl-nav button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
}

.card-car .car-thumbnail .owl-nav button:before {
  border-color: #4B3842;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 0;
}

.card-car .car-thumbnail .owl-nav button.owl-next:before {
  left: -10px;
}

.card-car .car-thumbnail .owl-dots {
  position: absolute;
  display: none;
}

.card-car .car-thumbnail .owl-item {
  padding: 0 10px;
  display: flex;
  justify-content: center;
}

.card-car .car-thumbnail img {
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .card-car .car-thumbnail img {
    max-width: 100%;
  }
}

.card-car .car-details {
  padding: 0 2rem 2rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card-car .car-details {
    width: 40%;
    padding: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .card-car .car-details {
    width: 35%;
  }
}

.card-car .car-features {
  margin-top: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .card-car .car-features {
    margin-top: 3rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card-car .car-features span {
  margin-right: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.card-car .car-features span:last-child {
  margin-right: 0;
}

.card-car .car-features [class^="icon-"] {
  margin-right: 1rem;
}

.card-car .car-features-list {
  padding: 1rem 2rem;
  background: #F6F5F6;
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .card-car .car-features-list {
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding: 0;
    background: #fff;
  }
}

.card-car .features-toggle:after {
  content: '';
  width: 12px;
  height: 10px;
  background: url(/images/dropdown.svg) center/contain no-repeat;
  position: absolute;
  margin: 3px 8px;
}

.card-car .car-price {
  border-radius: 0 4px 4px 0;
  padding: 0 2rem 2rem;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .card-car .car-price {
    width: 30%;
    background: #F6F5F6;
    flex-direction: column;
    padding: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .card-car .car-price {
    width: 25%;
  }
}

.card-car .car-price form {
  margin-top: auto;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card-car .car-price form {
    flex-direction: column;
  }
}

.card-car .car-price .prices {
  width: 50%;
  text-align: left;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .card-car .car-price .prices {
    text-align: center;
    width: 100%;
  }
}

.card-car .car-price .old-price {
  font-style: italic;
  color: #535353;
  font-size: 14px;
  font-size: 1.4rem;
}

.card-car .car-price .old-price span {
  text-decoration: line-through;
}

@media screen and (min-width: 768px) {
  .card-car .car-price .old-price {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.card-car .car-price .new-price {
  color: #4B3842;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.card-car .car-price .new-price strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
}

.card-car .car-price .new-price small {
  display: block;
  margin-top: .5rem;
}

@media screen and (min-width: 768px) {
  .card-car .car-price .new-price {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .card-car .car-price .new-price strong {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.card-car .car-price .cta {
  width: 50%;
  margin-top: 1rem;
  justify-self: flex-end;
}

@media screen and (min-width: 768px) {
  .card-car .car-price .cta {
    width: 100%;
    margin-top: 3rem;
  }
}

.card-car .car-price .discount {
  font-size: 16px;
  font-size: 1.6rem;
  color: #4B3842;
}

@media screen and (min-width: 768px) {
  .card-car .car-price .discount {
    font-size: 20px;
    font-size: 2rem;
  }
}

.car-upgrade {
  border: 4px solid #52407E;
}

@media screen and (min-width: 992px) {
  .car-upgrade .car-thumbnail {
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .car-upgrade .car-thumbnail img {
    max-width: 300px;
  }
}

@media screen and (min-width: 992px) {
  .car-upgrade .car-details {
    width: 45%;
  }
}

.car-upgrade .car-price .cta {
  width: 100%;
}

.car-fleet .car-price .cta {
  margin-top: 3rem;
}

.booking-extras {
  background: #F6F5F6;
}

.booking-extras h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}

.booking-extras .insurance-block, .booking-extras .extras-block {
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .booking-extras .insurance-block, .booking-extras .extras-block {
    padding: 6rem 0;
  }
}

.booking-extras .insurance-block i, .booking-extras .extras-block i {
  display: block;
  margin: 0 auto;
}

.booking-extras .insurance-block .input-group, .booking-extras .extras-block .input-group {
  position: relative;
  text-align: left;
  margin: .5rem 0 1rem;
  padding: 4rem 2rem 2rem 2rem;
  margin-top: -4rem;
  border: 2px solid #78BE20;
  border-radius: 4px;
  background: #fff;
}

.booking-extras .flex-row {
  flex-direction: column;
  flex-wrap: wrap;
  margin: 4rem -1.5rem 0;
}

@media screen and (min-width: 768px) {
  .booking-extras .flex-row {
    flex-direction: row;
  }
}

.booking-extras .flex-col {
  width: 100%;
  padding: 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .booking-extras .flex-col {
    width: 33.3333%;
  }
}

.booking-extras hr {
  margin: 0;
}

.booking-extras .radio, .booking-extras .round-checkbox,
.booking-extras .checkbox {
  width: 100%;
  margin-top: 2rem;
}

.booking-extras label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.booking-extras .price {
  font-weight: 900;
  margin-left: 2rem;
}

@media screen and (min-width: 1200px) {
  .booking-extras .price {
    margin-right: 2rem;
  }
}

.booking-extras .price small {
  content: '/dia';
  font-size: .9em;
  font-weight: 700;
}

.booking-user-data {
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .booking-user-data {
    padding: 6rem 0;
  }
}

@media screen and (min-width: 768px) {
  .booking-payments {
    padding: 6rem 0;
  }
}

.booking-payments .flex-row {
  margin: 2rem 0;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .booking-payments .flex-row {
    margin-bottom: 4rem;
  }
}

.booking-payments .flex-col {
  align-items: center;
  margin: 2rem 8rem 0 0;
  display: flex;
}

.booking-payments .radio label, .booking-payments .round-checkbox label {
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-left: 0;
}

.booking-payments .radio label::before, .booking-payments .round-checkbox label::before {
  position: static;
  transition: 0.2s;
  margin-right: 1rem;
}

.booking-payments .radio label::after, .booking-payments .round-checkbox label::after {
  display: none;
}

.booking-payments .radio input[type="radio"]:checked + label::before, .booking-payments .round-checkbox input[type="radio"]:checked + label::before {
  border-width: 6px;
}

.booking-payments .radio [class^="icon-"], .booking-payments .round-checkbox [class^="icon-"] {
  flex-shrink: 0;
  margin-left: 2rem;
}

.booking-payments footer {
  margin: 4rem 0;
}

@media screen and (min-width: 768px) {
  .booking-payments footer .checkbox {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .booking-payments footer .checkbox {
    margin-top: 7rem;
  }
}

.booking-payments footer .checkbox label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}

.booking-payments footer h2 {
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .booking-payments footer h2 {
    margin-top: 4rem;
  }
}

.page-contact .flex-row {
  align-items: flex-start;
  margin: 3rem 0;
  flex-flow: row wrap;
}

.page-contact .flex-col {
  min-width: 40px;
}

.page-contact h3 {
  margin: 0;
}

.page-contact .icon-envelope {
  margin-top: 1.5rem;
}

.page-contact .map a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-contact .map a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 120%;
  height: 120%;
}

.page-promos h2 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
}

.page-promos h2 small {
  display: block;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .page-promos h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
  .page-promos h2 small {
    display: block;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .page-promos h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

.page-promos h3 {
  color: #78BE20;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .page-promos h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .page-promos h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-promos h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.page-promos h6 {
  margin: 0;
}

.page-promos .dates {
  color: #C1C1C1;
}

.page-promos .dates span {
  display: block;
}

.page-promos .dates b {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .page-promos .dates {
    text-align: right;
  }
}

.page-promos .small-text {
  color: #535353;
}

.page-promos .flex-row {
  flex-flow: column;
}

@media screen and (min-width: 768px) {
  .page-promos .flex-row {
    flex-flow: row wrap;
  }
}

.page-promos .promo-card {
  width: 100%;
  margin: 2rem 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .page-promos .promo-card {
    width: 48%;
    margin-right: 4%;
  }
  .page-promos .promo-card:nth-child(even) {
    margin-right: 0;
  }
}

.page-promos .main-card {
  display: flex;
}

@media screen and (min-width: 768px) {
  .page-promos .main-card {
    display: block;
  }
}

.page-promos figure {
  position: relative;
  width: 30%;
}

.page-promos figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 40%;
}

.page-promos figure > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-promos figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .page-promos figure {
    width: 100%;
  }
}

.page-promos .card-content {
  padding: 2rem;
  width: 70%;
}

@media screen and (min-width: 768px) {
  .page-promos .card-content {
    width: 100%;
  }
}

.page-promos .card-footer {
  padding: 2rem;
  background: #F6F5F6;
  margin-top: auto;
}

.page-promos .bt {
  margin-left: 0;
}

.page-stations a {
  text-decoration: none;
}

.page-stations h2 {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.page-stations .flex-row {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .page-stations .flex-row {
    flex-flow: row wrap;
  }
}

.page-stations .card-station {
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  width: 100%;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .page-stations .card-station {
    width: 31%;
    margin-right: 3%;
  }
  .page-stations .card-station:nth-child(3n+3) {
    margin-right: 0;
  }
}

.page-stations figure {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.page-stations figure .content {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}

.page-stations figure .front,
.page-stations figure .back {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transition: all .4s ease-in-out;
}

.page-stations figure .front {
  z-index: 2;
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}

.page-stations figure .back {
  z-index: 1;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}

.page-stations figure .flip .front {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.page-stations figure .flip .back {
  z-index: 2;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}

.page-stations .card-body {
  padding: 2.5rem 1.5rem 1rem;
  position: relative;
}

.page-stations .bt-flip {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 0;
  transform: translateY(-60%);
  cursor: pointer;
}

.sign-up {
  padding: 2rem 0;
  background: #F6F5F6;
}

@media screen and (min-width: 768px) {
  .sign-up {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 768px) {
  .sign-up .bt {
    margin-top: 5rem;
  }
}

.sign-in {
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .sign-in {
    padding: 8rem 0;
  }
}

.sign-in form {
  margin-top: 4rem;
}

.page-profile .reservation-list {
  padding: 1rem 2rem;
}

.page-profile .reservation-list:nth-child(even) {
  background: #F6F5F6;
}

.page-profile .reservation-list:first-child {
  border-radius: 4px 4px 0 0;
}

.page-profile .reservation-list:last-child {
  border-radius: 0 0 4px 4px;
}

@media screen and (min-width: 768px) {
  .page-profile .reservation-list {
    padding: 2rem 4rem;
  }
}

.page-profile .reservation-list h2 span {
  margin: 0 1rem;
}

.page-profile .reservation-list h2 span:first-child {
  margin-left: 0;
}

.page-profile .reservation-list h2 span:last-child {
  margin-right: 0;
}

.page-profile .user-data {
  padding: 1rem 2rem;
}

@media screen and (min-width: 768px) {
  .page-profile .user-data {
    padding: 2rem 4rem;
  }
}

.bubblingG {
  text-align: center;
  width: 78px;
  height: 49px;
  margin: auto;
}

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 24px auto;
  background: black;
  border-radius: 49px;
  -o-border-radius: 49px;
  -ms-border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  animation: bubblingG 1.5s infinite alternate;
  -o-animation: bubblingG 1.5s infinite alternate;
  -ms-animation: bubblingG 1.5s infinite alternate;
  -webkit-animation: bubblingG 1.5s infinite alternate;
  -moz-animation: bubblingG 1.5s infinite alternate;
}

#bubblingG_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}

#bubblingG_2 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

#bubblingG_3 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    transform: translateY(-20px);
  }
}

@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -webkit-transform: translateY(-20px);
  }
}

.page-specific-event h2 {
  margin-top: 2rem;
}

.page-specific-event h3 {
  color: #78BE20;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0;
}

.page-specific-event h4 {
  color: #4B3842;
  font-size: 20px;
  font-size: 2rem;
}

.page-error {
  background: url(/images/route.png) right bottom -25rem no-repeat;
  text-align: center;
  padding: 6rem 0 15rem;
}

.page-error section {
  display: flex;
  align-items: center;
}

.page-error h1, .page-error .section-title {
  font-size: 140px;
  font-size: 14rem;
  line-height: 160px;
  line-height: 16rem;
  color: #78BE20;
  font-weight: 900;
  margin: 2rem;
}

.page-error h2 {
  font-size: 70px;
  font-size: 7rem;
  line-height: 80px;
  line-height: 8rem;
  margin: 1rem 0;
}

.page-error h3 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 45px;
  line-height: 4.5rem;
  font-weight: 700;
  margin: 0;
}

.page-error h4 {
  font-weight: 400;
  margin-top: 6rem;
}

header .rental-form-component {
  margin-top: 15rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  header .rental-form-component {
    margin-top: 23rem;
  }
}

@media screen and (min-width: 992px) {
  header .rental-form-component {
    margin-top: 30rem;
  }
}

@media screen and (min-width: 1200px) {
  header .rental-form-component {
    margin-top: 36rem;
  }
}

header .rental-form-component h1, header .rental-form-component .section-title {
  display: none;
}

header .rental-form-component .label {
  margin-top: 0;
}

header .rental-form-component--form {
  margin: 0;
}

header .rental-form-component .bt {
  margin-bottom: 0;
}

.foot-form {
  background: #F6F5F6;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .foot-form {
    padding: 8rem 0;
  }
}

.rental-form-component {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  padding: 2rem;
}

.rental-form-component h1, .rental-form-component .section-title {
  text-align: center;
  font-weight: 400;
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
}

.rental-form-component h1 strong, .rental-form-component .section-title strong {
  white-space: nowrap;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .rental-form-component h1, .rental-form-component .section-title {
    text-align: left;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.rental-form-component--form {
  margin-top: 2rem;
}

.rental-form-component .round-checkbox {
  margin-top: 2rem;
}

.rental-form-component #hidden-dropoff {
  display: none;
}

.rental-form-component #hidden-dropoff .input-group {
  margin-bottom: 0;
}

.rental-form-component .bt {
  max-width: 100%;
}

.menu_calendar,
.menu_calendar_ {
  position: absolute;
  z-index: 22;
  width: 504px;
  display: none;
}

.menu_calendar .datepicker--pointer,
.menu_calendar_ .datepicker--pointer {
  transform: rotate(315deg);
  top: 5px;
  left: 20px;
  z-index: 1;
}

@media (min-width: 992px) {
  .menu_calendar_ {
    right: 0;
  }
  .menu_calendar_ .datepicker--pointer {
    left: auto;
    right: 20px;
  }
}

.calendar_group {
  margin-top: 1rem;
  display: flex;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  flex-wrap: wrap;
  max-width: 250px;
}

@media (min-width: 768px) {
  .calendar_group {
    max-width: 100%;
  }
}

.calendar_group .datepicker {
  border: none;
}

.fast-checkin-component {
  padding: 6rem 0;
}

.fast-checkin-component .icons {
  text-align: center;
  margin: 2rem 0;
}

.fast-checkin-component .icons [class^="icon-"] {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .fast-checkin-component .icons {
    margin-top: -2rem;
  }
}

.fast-checkin-component h6 {
  margin: 0;
  text-align: center;
}

.fast-checkin {
  padding: 0 0 6rem;
}

.printable-page {
  padding: 4rem 2rem;
}

.printable-page span {
  color: #78BE20;
}

.printable-page dt {
  line-height: 24px;
  line-height: 2.4rem;
  margin-top: 1rem;
}

.printable-page dd {
  margin: 0.5rem 0;
}

.printable-page table {
  width: 100%;
  margin: 0.5rem 0;
  border: 1px solid #78BE20;
}

.printable-page table td {
  vertical-align: top;
  width: 50%;
  padding: 2rem 4rem;
  border: none;
}

header {
  position: relative;
}

header .container {
  position: relative;
}

@media screen and (min-width: 1200px) {
  header .container {
    height: 600px;
  }
}

.owl-carousel {
  width: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.owl-carousel .owl-item {
  overflow: hidden;
}

.owl-carousel .owl-item img {
  width: auto;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 50vw;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .owl-carousel .owl-item img {
    height: 380px;
  }
}

@media screen and (min-width: 992px) {
  .owl-carousel .owl-item img {
    height: 495px;
  }
}

@media screen and (min-width: 1200px) {
  .owl-carousel .owl-item img {
    height: 600px;
  }
}

.owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.owl-nav button:focus {
  outline: none;
}

.owl-nav button:before {
  content: '';
  display: block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2rem;
  left: 10px;
  transform: rotate(135deg);
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .owl-nav button:before {
    top: 0;
    left: 30px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .owl-nav button:before {
    width: 40px;
    height: 40px;
  }
}

.owl-nav button.owl-next:before {
  transform: rotate(-45deg);
  left: -10px;
}

@media screen and (min-width: 768px) {
  .owl-nav button.owl-next:before {
    left: -30px;
  }
}

.owl-dots {
  position: absolute;
}

.home-promos {
  background: #F6F5F6;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .home-promos {
    padding: 6rem 0;
  }
}

.small-promo-cards .flex-row {
  margin: 0 -2rem 0;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .small-promo-cards .flex-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.small-promo-cards .flex-col {
  padding: 2rem;
}

@media screen and (min-width: 768px) {
  .small-promo-cards .flex-col {
    width: 33.33333%;
  }
}

.small-promo-cards .card {
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.small-promo-cards figure {
  width: 100%;
  height: 200px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.small-promo-cards figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}

.small-promo-cards figure:hover img {
  transform: scale(1.5);
}

.small-promo-cards h2 {
  text-align: center;
  text-transform: uppercase;
}

.small-promo-cards h3 {
  text-align: center;
  font-weight: 700;
  color: #78BE20;
  font-size: 20px;
  font-size: 2rem;
}

.small-promo-cards .card-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #F6F5F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .small-promo-cards .card-footer {
    flex-direction: row;
    align-items: flex-end;
  }
}

.small-promo-cards .card-footer a {
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
}

.small-promo-cards .card-footer p {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #C1C1C1;
}

.small-promo-cards .card-footer p span {
  display: block;
}

.small-promo-cards .card-footer p b {
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .small-promo-cards .card-footer p {
    text-align: right;
    margin: 0;
  }
}

.home-press {
  padding: 6rem 0;
}

.home-press .flex-row {
  margin: 0 -1.5rem;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .home-press .flex-row {
    flex-direction: row;
  }
}

.home-press .flex-col {
  width: 100%;
  padding: 0 1.5rem 4rem;
}

.home-press .banner-box {
  position: relative;
}

.home-press .banner-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.home-press .banner-box > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-press .banner-box .content {
  width: 100%;
  height: 100%;
  border: none;
}

.home-press .banner {
  overflow: hidden;
  display: block;
  display: flex;
}

.home-press .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c2c {
  position: fixed;
  right: 80px;
  bottom: 20px;
  z-index: 999;
  background: #78BE20;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 0 19px 38px 0 rgba(34, 36, 43, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-animation: bounce 3s;
  animation: bounce 3s;
}

@-webkit-keyframes bounce {
  0%,
  90% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bounce {
  0%,
  90% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  .c2c {
    left: 30px;
    right: auto;
    bottom: 0;
    color: #fff;
    width: auto;
    height: auto;
    background: #383345;
    border-radius: 25px 4px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    box-shadow: 0 12px 14px 8px rgba(0, 0, 0, 0.17);
    text-decoration: none;
    font-weight: 300;
    justify-content: space-between;
    -webkit-animation: bounce 3s;
    animation: bounce 3s;
  }
  @-webkit-keyframes bounce {
    0%,
    90% {
      transform: translateY(100px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes bounce {
    0%,
    90% {
      transform: translateY(100px);
    }
    100% {
      transform: translateY(0);
    }
  }
}

.c2c .c2c-info {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c2c .cta {
  margin-right: 2rem;
  margin-left: 2rem;
  -webkit-animation: toggle-cta 10s infinite;
  animation: toggle-cta 10s infinite;
}

@-webkit-keyframes toggle-cta {
  0%,
  45%,
  100% {
    opacity: 0;
  }
  50%,
  95% {
    opacity: 1;
  }
}

@keyframes toggle-cta {
  0%,
  45%,
  100% {
    opacity: 0;
  }
  50%,
  95% {
    opacity: 1;
  }
}

.c2c .phone {
  position: absolute;
  -webkit-animation: toggle-phone 10s infinite;
  animation: toggle-phone 10s infinite;
}

@-webkit-keyframes toggle-phone {
  0%,
  45%,
  100% {
    opacity: 1;
  }
  50%,
  95% {
    opacity: 0;
  }
}

@keyframes toggle-phone {
  0%,
  45%,
  100% {
    opacity: 1;
  }
  50%,
  95% {
    opacity: 0;
  }
}

.instafeed {
  padding: 4rem 0;
}

.instafeed h1 a, .instafeed .section-title a {
  text-decoration: none;
  color: #78BE20;
}

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

#instafeed a {
  display: block;
  width: 33.3333%;
  position: relative;
  background: #78BE20;
}

#instafeed a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

#instafeed a > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  #instafeed a:last-child {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #instafeed a {
    width: 20%;
  }
}

#instafeed a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}

#instafeed a img:hover {
  opacity: .7;
}

html {
  font-size: 62.5%;
}

html,
body {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#app-root {
  margin-bottom: -12px;
}

#body-wrap {
  min-height: 100vh;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 65px;
}

@media screen and (min-width: 992px) {
  #body-wrap {
    padding-top: 74px;
  }
}

@media screen and (min-width: 1200px) {
  #body-wrap {
    padding-top: 79px;
  }
}

.page-promos .page-banner {
  background-image: url(/images/banner-promos-xs.jpg);
}

@media screen and (min-width: 768px) {
  .page-promos .page-banner {
    background-image: url(/images/banner-promos.jpg);
  }
}

.page-fleet .page-banner {
  background-image: url(/images/banner-fleet-xs.jpg);
}

@media screen and (min-width: 768px) {
  .page-fleet .page-banner {
    background-image: url(/images/banner-fleet.jpg);
  }
}

.page-stations .page-banner {
  background-image: url(/images/banner-stations-xs.jpg);
}

@media screen and (min-width: 768px) {
  .page-stations .page-banner {
    background-image: url(/images/banner-stations.jpg);
  }
}

.page-about .page-banner {
  background-image: url(/images/banner-about-xs.jpg);
}

@media screen and (min-width: 768px) {
  .page-about .page-banner {
    background-image: url(/images/banner-about.jpg);
  }
}

.page-checkin .page-banner {
  background-image: url(/images/banner-checkin-xs.jpg);
}

@media screen and (min-width: 768px) {
  .page-checkin .page-banner {
    background-image: url(/images/banner-checkin.jpg);
  }
}

.page-events .page-banner {
  background-image: url(/images/banner-events-xs.jpg);
}

@media screen and (min-width: 768px) {
  .page-events .page-banner {
    background-image: url(/images/banner-events.jpg);
  }
}

.page-contact .page-banner {
  background-image: url(/images/banner-contact-xs.jpg);
}

@media screen and (min-width: 768px) {
  .page-contact .page-banner {
    background-image: url(/images/banner-contact.jpg);
  }
}

.button_1O {
  width: 50px !important;
  height: 50px !important;
  background-color: #78BE20 !important;
}
