/* CSS Document */
/* CSS Document */
html {
  position: relative;
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  speak: none;
  -webkit-font-smoothing: antialiased; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
body {
  margin: 0;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 14px;
  line-height: 1.2;
  color: #929cad;
  background-color: #ffffff; }

.container.container-sm {
  max-width: 800px; }

.main {
  overflow: hidden; }

.heading {
  font-family: "Montserrat";
  text-transform: normal;
  font-weight: 700; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6, .heading {
  margin-top: 0;
  margin-bottom: .5rem;
  color: #1a283f; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #ff7048;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #ff7048;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #999999;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* CSS Document */
/*

@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}



*/
/*
* Owl Carousel v2
* Homepage: http://owlcarousel2.github.io/
* Author: David Deutsch
* Author URL: https://github.com/daviddeutsch
* License - MIT License
*/
/* 3 :: OWL CAROUSEL */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -webkit-backface-visibility: hidden;
    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(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .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 {
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none; }
  .owl-carousel.owl-drag {
    cursor: url(../img/cursors/openhand.cur), move; }
  .owl-carousel.owl-grab, .owl-carousel:focus {
    cursor: url(../img/cursors/closedhand.cur), move; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

.no-js .owl-carousel {
  display: block; }

/* 3.2 :: Owl Carousel Animate */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 3.3 :: Owl Carousel Autoheight */
.owl-height {
  transition: height 500ms ease-in-out; }

/* 3.4 :: Owl Carousel Theme */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: none; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #dadee4; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #ff7048; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 6rem;
    font-size: 0; }
    .owl-theme .owl-nav .owl-prev::after, .owl-theme .owl-nav .owl-next::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 2rem;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .owl-theme .owl-nav .owl-prev {
    left: -2rem; }
    .owl-theme .owl-nav .owl-prev::after {
      content: '\f104'; }
  .owl-theme .owl-nav .owl-next {
    right: -2rem; }
    .owl-theme .owl-nav .owl-next::after {
      content: '\f105'; }
  @media (min-width: 848px) {
    .owl-theme .owl-nav {
      display: block; } }
  @media (min-width: 1250px) {
    .owl-theme .owl-nav .owl-prev {
      left: -3rem; }
    .owl-theme .owl-nav .owl-next {
      right: -3rem; } }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
    .owl-theme .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      margin: 0.25rem 0.25rem;
      background: #dadee4;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #ff7048; }

.tooltip {
  position: absolute;
  z-index: 9;
  display: block;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFF;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: .85rem;
  text-transform: uppercase; }

input[type="search"] {
  box-sizing: border-box; }

input[type="search"], input[type="submit"], button {
  -webkit-appearance: none;
  border: none; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

.form-control {
  display: block;
  width: 100%;
  padding: 6px 1rem;
  font-size: 16px;
  line-height: 24px;
  color: #1a283f;
  background-color: white;
  background-image: none;
  border: 1px solid #dadee4;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out; }
  .form-control:focus {
    outline: 0;
    background-color: #FFF;
    box-shadow: 0 2px 5px rgba(146, 156, 173, 0.05), 0 3px 8px rgba(255, 112, 72, 0.1); }
  .form-control::-webkit-input-placeholder {
    color: #929cad;
    vertical-align: middle; }
  .form-control::-moz-placeholder {
    color: #929cad;
    vertical-align: middle; }
  .form-control:-ms-input-placeholder {
    color: #929cad;
    vertical-align: middle; }
  .form-control:-moz-placeholder {
    color: #929cad;
    vertical-align: middle; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f0f2f4;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

form button {
  margin-top: .5rem; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 2rem; }
  input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] {
    line-height: 2rem; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
    line-height: 3rem; } }
.form-group {
  margin-bottom: 1rem; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .checkbox label {
    min-height: 1rem;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 17px;
  padding-bottom: 17px;
  margin-bottom: 0;
  min-height: 32px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 2.5rem; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #19d9b4; }
.has-success .form-control {
  background-color: rgba(49, 193, 165, 0.35); }
  .has-success .form-control:focus {
    box-shadow: 0 2px 5px rgba(146, 156, 173, 0.05), 0 3px 8px rgba(25, 217, 180, 0.05); }
.has-success .input-group-addon {
  color: #19d9b4;
  border-color: #19d9b4;
  background-color: rgba(49, 193, 165, 0.35); }
.has-success .form-control-feedback {
  color: #19d9b4; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #fe60a1; }
.has-warning .form-control {
  background-color: rgba(238, 112, 164, 0.35); }
  .has-warning .form-control:focus {
    box-shadow: 0 2px 5px rgba(146, 156, 173, 0.05), 0 3px 8px rgba(254, 96, 161, 0.05); }
.has-warning .input-group-addon {
  color: #fe60a1;
  border-color: #fe60a1;
  background-color: rgba(238, 112, 164, 0.35); }
.has-warning .form-control-feedback {
  color: #fe60a1; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #fe60a1; }
.has-error .form-control {
  background-color: rgba(238, 112, 164, 0.35); }
  .has-error .form-control:focus {
    box-shadow: 0 2px 5px rgba(146, 156, 173, 0.05), 0 3px 8px rgba(254, 96, 161, 0.05); }
.has-error .input-group-addon {
  color: #fe60a1;
  border-color: #fe60a1;
  background-color: rgba(238, 112, 164, 0.35); }
.has-error .form-control-feedback {
  color: #fe60a1; }

.has-feedback label ~ .form-control-feedback {
  top: 21px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #dadee4; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 576px) {
    .container {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 848px) {
    .container {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 1080px) {
    .container {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 1366px) {
    .container {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 576px) {
    .container {
      width: 100%;
      max-width: 100%; } }
  @media (min-width: 848px) {
    .container {
      width: 820px;
      max-width: 100%; } }
  @media (min-width: 1080px) {
    .container {
      width: 1060px;
      max-width: 100%; } }
  @media (min-width: 1366px) {
    .container {
      width: 1300px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 848px) {
    .container-fluid {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 1080px) {
    .container-fluid {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 1366px) {
    .container-fluid {
      padding-right: 1rem;
      padding-left: 1rem; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }
  @media (min-width: 576px) {
    .row {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media (min-width: 848px) {
    .row {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media (min-width: 1080px) {
    .row {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media (min-width: 1366px) {
    .row {
      margin-right: -1rem;
      margin-left: -1rem; } }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 848px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 1080px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 1366px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 1rem;
      padding-left: 1rem; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.33333%; }

  .pull-sm-2 {
    right: 16.66667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.33333%; }

  .pull-sm-5 {
    right: 41.66667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.33333%; }

  .pull-sm-8 {
    right: 66.66667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.33333%; }

  .pull-sm-11 {
    right: 91.66667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.33333%; }

  .push-sm-2 {
    left: 16.66667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.33333%; }

  .push-sm-5 {
    left: 41.66667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.33333%; }

  .push-sm-8 {
    left: 66.66667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.33333%; }

  .push-sm-11 {
    left: 91.66667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0%; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

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

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

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

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

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

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 848px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.33333%; }

  .pull-md-2 {
    right: 16.66667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.33333%; }

  .pull-md-5 {
    right: 41.66667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.33333%; }

  .pull-md-8 {
    right: 66.66667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.33333%; }

  .pull-md-11 {
    right: 91.66667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.33333%; }

  .push-md-2 {
    left: 16.66667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.33333%; }

  .push-md-5 {
    left: 41.66667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.33333%; }

  .push-md-8 {
    left: 66.66667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.33333%; }

  .push-md-11 {
    left: 91.66667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0%; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

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

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

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

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

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

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1080px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.33333%; }

  .pull-lg-2 {
    right: 16.66667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.33333%; }

  .pull-lg-5 {
    right: 41.66667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.33333%; }

  .pull-lg-8 {
    right: 66.66667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.33333%; }

  .pull-lg-11 {
    right: 91.66667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.33333%; }

  .push-lg-2 {
    left: 16.66667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.33333%; }

  .push-lg-5 {
    left: 41.66667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.33333%; }

  .push-lg-8 {
    left: 66.66667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.33333%; }

  .push-lg-11 {
    left: 91.66667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

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

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

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

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

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

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1366px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.33333%; }

  .pull-xl-2 {
    right: 16.66667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.33333%; }

  .pull-xl-5 {
    right: 41.66667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.33333%; }

  .pull-xl-8 {
    right: 66.66667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.33333%; }

  .pull-xl-11 {
    right: 91.66667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.33333%; }

  .push-xl-2 {
    left: 16.66667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.33333%; }

  .push-xl-5 {
    left: 41.66667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.33333%; }

  .push-xl-8 {
    left: 66.66667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.33333%; }

  .push-xl-11 {
    left: 91.66667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0%; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

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

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

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

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

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

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.m-0 {
  margin: 0 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 6rem 6rem !important; }

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

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

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

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

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

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

.m-7 {
  margin: 7rem 7rem !important; }

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

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

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

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

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

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

.m-8 {
  margin: 8rem 8rem !important; }

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

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

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

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

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

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

.m-9 {
  margin: 9rem 9rem !important; }

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

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

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

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

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

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

.m-10 {
  margin: 10rem 10rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-4 {
  padding: 4rem 4rem !important; }

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

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

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

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

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

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

.p-5 {
  padding: 5rem 5rem !important; }

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

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

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

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

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

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

.p-6 {
  padding: 6rem 6rem !important; }

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

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

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

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

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

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

.p-7 {
  padding: 7rem 7rem !important; }

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

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

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

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

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

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

.p-8 {
  padding: 8rem 8rem !important; }

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

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

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

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

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

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

.p-9 {
  padding: 9rem 9rem !important; }

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

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

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

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

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

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

.p-10 {
  padding: 10rem 10rem !important; }

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

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

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

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

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

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

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.4rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.6rem; }

h5 {
  font-size: 1.4rem; }

h6 {
  font-size: 1.25rem; }

body.ski-holidays .heading.with-dot::before {
  color: #5caec6; }
body.ski-holidays .image-text .heading.with-line::after {
  background-color: #5caec6; }
body.cruise-holidays .heading.with-dot::before {
  color: #c47f92; }
body.cruise-holidays .image-text .heading.with-line::after {
  background-color: #c47f92; }

.heading {
  letter-spacing: 0.1em; }
  .heading.with-dot {
    display: inline-block;
    position: relative; }
    .heading.with-dot::before {
      display: block;
      content: '.';
      color: #ff7048;
      position: absolute;
      right: -1rem;
      top: 0;
      font-weight: 900;
      font-size: 125%;
      line-height: .8; }
  .heading.with-line {
    display: inline-block;
    width: auto;
    position: relative; }
    .heading.with-line::after {
      display: block;
      content: '';
      position: absolute;
      top: 144%;
      left: 0;
      height: 4px;
      width: 40px;
      background-color: #dadee4; }
    .heading.with-line.center::after {
      left: 50%;
      margin-left: -20px; }

.lead {
  font-size: 1.15rem;
  line-height: 1.4; }
  .lead.center {
    text-align: center; }

.text-light {
  font-weight: normal; }

.uppercase {
  text-transform: uppercase; }

.list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1.1rem; }
  .list li {
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.6; }
    .list li::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: .25rem;
      margin-top: -2px;
      width: 4px;
      height: 4px;
      background-color: #ff7048;
      border-radius: 100%; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon.eot?dtkwlz");
  src: url("../fonts/icons/icomoon.eot?dtkwlz#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?dtkwlz") format("truetype"), url("../fonts/icons/icomoon.woff?dtkwlz") format("woff"), url("../fonts/icons/icomoon.svg?dtkwlz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-email:before {
  content: "\e911"; }

.icon-phone:before {
  content: "\e913"; }

.icon-location2:before {
  content: "\e916"; }

.icon-kite-surfing:before {
  content: "\e915"; }

.icon-golf:before {
  content: "\e914"; }

.icon-diving:before {
  content: "\e912"; }

.icon-air:before {
  content: "\e90f"; }

.icon-location:before {
  content: "\e910"; }

.icon-star:before {
  content: "\e90e"; }

.icon-arrow-right:before {
  content: "\e90b"; }

.icon-moon:before {
  content: "\e90c"; }

.icon-calendar:before {
  content: "\e90d"; }

.icon-spa:before {
  content: "\e900"; }

.icon-bar:before {
  content: "\e901"; }

.icon-activities:before {
  content: "\e902"; }

.icon-restaurant:before {
  content: "\e903"; }

.icon-accommodation:before {
  content: "\e904"; }

.icon-kids:before {
  content: "\e905"; }

.icon-cruise-ship:before {
  content: "\e906"; }

.icon-airport:before {
  content: "\e907"; }

.icon-island:before {
  content: "\e908"; }

.icon-mountain:before {
  content: "\e909"; }

.icon-mountains:before {
  content: "\e90a"; }

.btn, .link {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat"; }

.btn {
  background-color: #FFF;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  color: #1a283f;
  padding: 0 1.75rem;
  line-height: 36px;
  height: 36px;
  font-size: .85rem; }
  .btn.btn-border {
    background-color: transparent;
    border: 2px solid; }
  .btn.btn-primary {
    background-color: #ff7048;
    color: #FFF !important; }
  .btn.btn-light {
    background-color: #f0f2f4;
    color: #ff7048 !important; }
  .btn.btn-white {
    background-color: #FFF !important;
    color: #1a283f !important; }

.link:hover {
  color: #ff7048 !important; }
.link.with-arrow::after {
  font-family: 'icomoon';
  display: inline-block;
  content: "\e90b";
  padding-left: .5rem;
  font-size: .75rem; }

.d-flex {
  display: flex; }

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1; }

  .flex-sm-last {
    order: 1; }

  .flex-sm-unordered {
    order: 0; }

  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 848px) {
  .flex-md-first {
    order: -1; }

  .flex-md-last {
    order: 1; }

  .flex-md-unordered {
    order: 0; }

  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 1080px) {
  .flex-lg-first {
    order: -1; }

  .flex-lg-last {
    order: 1; }

  .flex-lg-unordered {
    order: 0; }

  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1366px) {
  .flex-xl-first {
    order: -1; }

  .flex-xl-last {
    order: 1; }

  .flex-xl-unordered {
    order: 0; }

  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.card {
  position: relative;
  box-shadow: 0 6px 12px rgba(51, 51, 51, 0.2), 0 10px 18px rgba(51, 51, 51, 0.2);
  background-color: #FFF;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .card .card-image, .card.card-image {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 0.35rem; }
    .card .card-image h1, .card .card-image h2, .card .card-image h3, .card .card-image h4, .card .card-image h5, .card .card-image h6, .card .card-image p, .card .card-image a, .card .card-image .heading, .card.card-image h1, .card.card-image h2, .card.card-image h3, .card.card-image h4, .card.card-image h5, .card.card-image h6, .card.card-image p, .card.card-image a, .card.card-image .heading {
      color: #FFF; }
    .card .card-image.has-overlay, .card.card-image.has-overlay {
      position: relative; }
      .card .card-image.has-overlay *, .card.card-image.has-overlay * {
        position: relative;
        z-index: 2; }
      .card .card-image.has-overlay::after, .card.card-image.has-overlay::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 1; }
  .card .overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 1rem 1rem 1rem;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.99) 99%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
  .card .features-icons {
    margin-top: 1rem;
    font-size: 1.75rem; }
    .card .features-icons a {
      margin-left: .5rem; }
      .card .features-icons a:nth-child(1) {
        margin-left: 0; }
  .card .card-bg-image, .card .card-bg-image .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .card .card-bg-image {
    overflow: hidden;
    border-radius: 3px; }
    .card .card-bg-image .bg {
      border-radius: 3px;
      -webkit-transition: -webkit-transform 3s ease-out;
      -moz-transition: -moz-transform 3s ease-out;
      -ms-transition: -ms-transform 3s ease-out;
      transition: transform 3s ease-out;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .card:hover .card-bg-image .bg {
    -webkit-transition: -webkit-transform 10s ease-out;
    -moz-transition: -moz-transform 10s ease-out;
    -ms-transition: -ms-transform 10s ease-out;
    transition: transform 10s ease-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  .card .image-text-overlay {
    display: flex;
    flex: 1;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 2;
    background-color: rgba(26, 40, 63, 0.15);
    border-radius: 3px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
    .card .image-text-overlay .image-text {
      padding: 2rem;
      color: #FFF; }
      .card .image-text-overlay .image-text .heading {
        margin-bottom: 0; }
      .card .image-text-overlay .image-text h1, .card .image-text-overlay .image-text h2, .card .image-text-overlay .image-text h3, .card .image-text-overlay .image-text h4, .card .image-text-overlay .image-text h5, .card .image-text-overlay .image-text h6, .card .image-text-overlay .image-text p, .card .image-text-overlay .image-text span, .card .image-text-overlay .image-text small {
        color: #FFF;
        text-shadow: 0 1px 10px #1a283f; }
  .card:hover .image-text-overlay {
    background-color: rgba(26, 40, 63, 0.6); }
  .card.package-card .image-text-overlay {
    background-color: rgba(26, 40, 63, 0.25); }
    .card.package-card .image-text-overlay:hover {
      background-color: rgba(26, 40, 63, 0.65); }
    .card.package-card .image-text-overlay .image-text {
      text-align: left;
      width: 100%; }
      .card.package-card .image-text-overlay .image-text .heading {
        display: block;
        height: 2.4em;
        margin-bottom: 1rem; }
      .card.package-card .image-text-overlay .image-text .hotel {
        margin-bottom: 3rem; }
      .card.package-card .image-text-overlay .image-text .date, .card.package-card .image-text-overlay .image-text .duration {
        font-weight: 600; }
      .card.package-card .image-text-overlay .image-text .price-wrapper {
        margin-top: 3rem;
        margin-bottom: 2rem;
        font-size: .8rem;
        font-weight: 600; }
        .card.package-card .image-text-overlay .image-text .price-wrapper .price {
          font-size: 1.4rem;
          font-weight: 700; }
  .card .ribbon {
    width: 65px;
    height: 65px;
    padding: 20px 20px 16px 18px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-family: "Montserrat";
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    top: -11px;
    right: -11px;
    z-index: 3;
    /*
    &::before{
    	width: 0;
    	height: 0;
    	border-style: solid;
    	border-width: 6px 6px 0 0;
    	border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
    	content: "";
    	position: absolute;
    	bottom: -6px;
    	right: 0;
    	z-index: 1;
    }
    
    &::after{
    	width: 0;
    	height: 0;
    	border-style: solid;
    	border-width: 6px 6px 0 0;
    	border-color: $primary_color transparent transparent transparent;
    	content: "";
    	position: absolute;
    	bottom: -6px;
    	right: 0;
    }*/ }
  .card.type-1 .ribbon {
    background-color: #ff7048; }
  .card.type-2 .ribbon {
    background-color: #5caec6; }
  .card.type-3 .ribbon {
    background-color: #c47f92; }
  .card .card-text {
    position: relative;
    background-color: #1a283f;
    color: #FFF;
    position: absolute;
    bottom: -.75rem;
    right: -.75rem;
    border-radius: 3px;
    z-index: 2; }
    .card .card-text .heading {
      font-size: 1.4rem;
      margin-bottom: 0;
      padding: .75rem 1.5rem;
      font-weight: 500; }
  .card .card-body {
    padding: 2rem; }

.bg, [data-bg] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.logo-list {
  text-align: center; }

.logo-list img {
  width: 200px;
  height: auto;
  display: inline-block;
  max-width: 200px;
  margin-left: 2rem; }
  @media (min-width: 576px) {
    .logo-list img {
      margin-left: 3rem; } }
  .logo-list img:nth-child(1) {
    margin-left: 0; }

.banner {
  background-color: #f0f2f4;
  padding: 1.5rem; }

.thumb-list {
  padding-left: 0;
  list-style: none; }
  .thumb-list li > a {
    display: block;
    margin-bottom: .5rem; }
    .thumb-list li > a .thumb {
      width: 50px;
      height: 40px; }
    .thumb-list li > a .thumb, .thumb-list li > a .text {
      display: table-cell;
      vertical-align: middle; }
      .thumb-list li > a .thumb .heading, .thumb-list li > a .thumb .paragraph, .thumb-list li > a .text .heading, .thumb-list li > a .text .paragraph {
        padding-left: 1rem;
        -webkit-transition: color 0.35s ease-out;
        -moz-transition: color 0.35s ease-out;
        -ms-transition: color 0.35s ease-out;
        transition: color 0.35s ease-out; }
      .thumb-list li > a .thumb .heading, .thumb-list li > a .text .heading {
        font-size: .9rem;
        margin-bottom: .25rem; }
      .thumb-list li > a .thumb .paragraph, .thumb-list li > a .text .paragraph {
        font-size: .75rem;
        margin-bottom: 0; }
    .thumb-list li > a:hover .text .heading {
      color: #ff7048 !important; }
    .thumb-list li > a:hover .text .paragraph {
      color: rgba(255, 112, 72, 0.75) !important; }

.tags a {
  display: inline-block;
  padding: .35rem .75rem .25rem .75rem;
  background-color: #ff7048;
  border-radius: 80px;
  color: #FFF !important;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: .9rem;
  line-height: 1;
  margin: 0 .25rem .25rem 0;
  -webkit-transition: background-color 0.35s ease-out, color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out, color 0.35s ease-out;
  -ms-transition: background-color 0.35s ease-out, color 0.35s ease-out;
  transition: background-color 0.35s ease-out, color 0.35s ease-out; }
  .tags a:nth-last-child(1) {
    margin-right: 0; }
  .tags a:hover {
    background-color: #FFF;
    color: #ff7048 !important; }

.section-heading {
  margin-bottom: 4rem; }
  .section-heading .heading {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 1.8rem; }
    .section-heading .heading::after {
      display: block;
      content: '';
      position: absolute;
      top: 144%;
      left: 0;
      height: 4px;
      width: 40px;
      background-color: #dadee4; }
  .section-heading.primary .heading::after {
    background-color: #ff7048; }
  .section-heading.center {
    text-align: center; }
    .section-heading.center .heading::after {
      left: 50%;
      margin-left: -20px; }
  .section-heading p {
    font-size: 1.15rem;
    margin-top: 1.5rem; }

.bg-white {
  background-color: #FFF; }

.bg-light {
  background-color: #f0f2f4; }

.bg-dark, .btn-dark {
  background-color: #1a283f;
  color: #FFF !important; }

.bg-accent, .btn-accent {
  background-color: #5caec6;
  color: #FFF !important; }

.bg-primary {
  background-color: #ff7048;
  color: #FFF !important; }

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading, .bg-primary p, .bg-primary span, .bg-accent h1, .bg-accent h2, .bg-accent h3, .bg-accent h4, .bg-accent h5, .bg-accent h6, .bg-accent .heading, .bg-accent p, .bg-accent span, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark .heading, .bg-dark p, .bg-dark span {
  color: #FFF; }

.text-primary {
  color: #ff7048; }

/* Package Item */
.package-item {
  position: relative;
  background-color: #FFF;
  box-shadow: 0 2px 2px rgba(1, 2, 2, 0.05);
  border-radius: .33333rem; }
  .package-item .image {
    padding-right: 16rem;
    border-top-left-radius: .33333rem;
    border-bottom-left-radius: .33333rem; }
  .package-item .text {
    flex: 1;
    padding: 1rem; }
    .package-item .text .hotel, .package-item .text .date {
      margin-bottom: .5rem; }
    .package-item .text .heading {
      font-size: 1.35rem;
      margin-bottom: .3rem; }
    .package-item .text .hotel {
      font-size: 1rem; }
    .package-item .text .duration {
      margin-bottom: 0; }
  .package-item .price-wrapper {
    font-weight: 600;
    font-family: "Montserrat"; }
    .package-item .price-wrapper small {
      font-weight: 500; }
  .package-item .price {
    color: #5caec6;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -1px; }
  .package-item .ribbon {
    padding: .25rem .5rem .05rem .5rem;
    background-color: #ff7048;
    color: #fff;
    font-family: "Montserrat";
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 3; }
    .package-item .ribbon::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 0;
      border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
      content: "";
      position: absolute;
      bottom: -6px;
      right: 0;
      z-index: 1; }
    .package-item .ribbon::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 0;
      border-color: #ff7048 transparent transparent transparent;
      content: "";
      position: absolute;
      bottom: -6px;
      right: 0; }

.packages-slider .owl-stage-outer {
  padding: 0.5rem 0 2rem 0; }

/* Sliders */
.home-locations-slider .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 40, 63, 0.4);
  z-index: 1; }
.home-locations-slider .item .layer {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  z-index: 2; }
  .home-locations-slider .item .layer .heading {
    color: #FFF; }
  .home-locations-slider .item .layer p {
    color: rgba(255, 255, 255, 0.75); }
  .home-locations-slider .item .layer .heading, .home-locations-slider .item .layer p {
    text-shadow: 0 2px 10px rgba(26, 40, 63, 0.8); }
.home-locations-slider .owl-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%); }
.home-locations-slider .owl-nav {
  height: 0;
  margin-top: 0; }
  .home-locations-slider .owl-nav .owl-prev, .home-locations-slider .owl-nav .owl-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
  .home-locations-slider .owl-nav .owl-prev {
    left: 1rem; }
  .home-locations-slider .owl-nav .owl-next {
    right: 1rem; }

.owl-carousel.locations-section .owl-dots {
  margin-top: -2rem;
  position: relative;
  z-index: 1; }
  .owl-carousel.locations-section .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #fff; }
  .owl-carousel.locations-section .owl-dots .owl-dot.active span {
    background-color: transparent;
    border: 2px solid #FFF;
    transform: scale(1.25); }

.packages-slider.owl-theme .owl-nav .owl-prev, .packages-slider.owl-theme .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-110%);
  height: 38px;
  width: 38px;
  text-align: center;
  background-color: #5caec6;
  color: #FFF;
  border-radius: 100%;
  border: 2px solid #fff; }
  .packages-slider.owl-theme .owl-nav .owl-prev::after, .packages-slider.owl-theme .owl-nav .owl-next::after {
    height: 34px;
    line-height: 34px;
    text-align: center; }
.packages-slider.owl-theme .owl-nav .owl-prev {
  left: -34px; }
  .packages-slider.owl-theme .owl-nav .owl-prev::after {
    margin-left: -2px; }
.packages-slider.owl-theme .owl-nav .owl-next {
  right: -34px; }
  .packages-slider.owl-theme .owl-nav .owl-next::after {
    margin-right: -3px; }

/* Widgets */
.hotel-features a {
  display: inline-block;
  font-size: 3rem;
  margin-right: 1rem;
  cursor: pointer;
  color: #929cad;
  transition: color .25s ease-out; }
  .hotel-features a:nth-last-child(1) {
    margin-right: 0; }
  .hotel-features a:hover {
    color: #ff7048; }

.contact-widget p {
  margin-bottom: 1rem; }
.contact-widget a {
  display: block;
  height: 48px;
  color: #1a283f;
  text-transform: uppercase; }
.contact-widget span {
  display: inline-block;
  line-height: 48px;
  vertical-align: top; }
.contact-widget .icon {
  font-size: 1.6rem;
  margin-right: 1rem;
  color: #5caec6; }

/* Location Blocks */
.location-blocks {
  margin-top: 2rem; }
  .location-blocks > div:nth-child(1) > .row > div:nth-child(1) {
    margin-bottom: 2rem; }
  .location-blocks > div:nth-child(2), .location-blocks > div div[class^="col-"], .location-blocks > div div[class*=" col-"] {
    display: flex;
    min-height: 260px; }
    .location-blocks > div:nth-child(2) .card, .location-blocks > div div[class^="col-"] .card, .location-blocks > div div[class*=" col-"] .card {
      align-items: center;
      width: 100%; }
  @media (max-width: 847px) {
    .location-blocks > div div[class^="col-"], .location-blocks > div div[class*=" col-"] {
      margin-bottom: 2rem; } }
  .location-blocks p {
    margin-top: 2rem; }
  .location-blocks .card-body {
    width: 100%; }

#navigation {
  display: block;
  position: relative;
  box-shadow: 0 6px 12px rgba(51, 51, 51, 0.2), 0 10px 18px rgba(51, 51, 51, 0.2);
  padding: 0;
  z-index: 9; }
  #navigation::after {
    display: block;
    content: "";
    clear: both; }
  #navigation.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: transform .35s ease; }
    #navigation.fixed-nav.pinned, #navigation.fixed-nav.bottom, #navigation.fixed-nav.unpinned.bottom {
      transform: translateY(0); }
    #navigation.fixed-nav.unpinned {
      transform: translateY(-100%);
      box-shadow: none; }
  #navigation.dark-nav {
    background-color: #1a283f;
    color: #FFF; }
  #navigation.light-nav {
    background-color: #FFF;
    color: #1a283f; }
  #navigation .logo {
    float: left;
    padding: 8px 0;
    margin-left: -10px; }
    #navigation .logo img {
      height: 40px;
      width: 89px; }
      @media (min-width: 848px) {
        #navigation .logo img {
          height: 40px;
          width: 103px; } }
      @media (min-width: 1080px) {
        #navigation .logo img {
          height: 48px;
          width: 123px; } }
  #navigation nav {
    float: right; }
    #navigation nav > ul {
      list-style: none; }
      #navigation nav > ul > li {
        display: block;
        float: left;
        width: auto;
        padding-right: 1.5rem; }
        @media (min-width: 848px) {
          #navigation nav > ul > li {
            padding-right: 2rem; } }
        #navigation nav > ul > li:nth-last-child(1) {
          padding-right: 0; }
        #navigation nav > ul > li > a {
          font-family: "Montserrat";
          font-weight: 500;
          line-height: 40px;
          display: block;
          letter-spacing: 0.05rem;
          color: #FFF; }
          @media (min-width: 848px) {
            #navigation nav > ul > li > a {
              font-size: .8rem;
              line-height: 56px; } }
          @media (min-width: 1080px) {
            #navigation nav > ul > li > a {
              font-size: .9rem;
              line-height: 64px; } }
          #navigation nav > ul > li > a:hover {
            color: #ff7048; }
          #navigation nav > ul > li > a.active {
            border-bottom: 4px solid #ff7048; }
    @media (max-width: 847px) {
      #navigation nav {
        display: none; } }
  #navigation .mobile-nav-toggle {
    float: right;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-decoration: none;
    display: none;
    margin-top: 26px; }
    @media (max-width: 847px) {
      #navigation .mobile-nav-toggle {
        display: flex; } }
  #navigation .mobile-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 3px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
    border-radius: 3px; }
  #navigation .mobile-nav-toggle i::before, #navigation a i::after {
    content: '';
    width: 18px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
    border-radius: 3px; }
  #navigation .mobile-nav-toggle i::before {
    top: -7px; }
  #navigation .mobile-nav-toggle i::after {
    bottom: -7px; }
  #navigation .mobile-nav-toggle.active i {
    background: transparent; }
  #navigation .mobile-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
  #navigation .mobile-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg); }
  #navigation.mobile-nav-active nav {
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    left: 0;
    z-index: 3;
    padding: 2rem 0; }
    @media (min-width: 848px) {
      #navigation.mobile-nav-active nav {
        top: 56px; } }
    @media (min-width: 1080px) {
      #navigation.mobile-nav-active nav {
        top: 64px; } }
    #navigation.mobile-nav-active nav::before {
      content: '';
      background-color: #1a283f;
      position: absolute;
      top: 0;
      left: -100%;
      right: -100%;
      bottom: 0;
      z-index: -1; }
    #navigation.mobile-nav-active nav ul {
      padding-left: 0;
      margin-bottom: 0; }
    #navigation.mobile-nav-active nav li {
      float: none;
      width: 100%;
      margin-bottom: .5rem; }

/* Hero */
.hero {
  padding: 8rem 0;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-shadow: 0 3px 12px rgba(26, 40, 63, 0.25);
  /*&.ski-holidays{
  	& .content::before{
  		background-color: rgba($blue, 0.85);
  	}
  }
  &.cruise-holidays{
  	& .content::before{
  		background-color: rgba($pink, 0.85);
  	}
  }*/
  /*
  &.home-hero .content::before{
  	height: 800px;
  	width: 800px;
  	left:-10rem;
  }*/
  /*
  &.curved {
  	padding: 8rem 0 16rem 0;
  	overflow: hidden;
  	&::after{
  		content: url('../media/svg/curve.svg');
  		position: absolute;
  		bottom: -50px;
  		left: 50%;
  		margin-left: -1300px;
  		width: 2600px;
  	}
  }
  &.home-hero.curved{
  	padding: 8rem 0 17rem 0;
  }*/ }
  .hero > .container {
    margin-top: 64px; }
  .hero .content {
    position: relative;
    /*
    &::before{
    	content: '';
    	position: absolute;
    	top:-12rem;
    	left:-5rem;
    	background-color: $primary_color_o;
    	border-radius: 100%;
    	height: 800px;
    	width: 800px;
    	z-index: 0;
    }*/ }
  .hero.summer-holidays .btn {
    background-color: #ff7048; }
  .hero.ski-holidays .btn {
    background-color: #5caec6; }
  .hero.cruise-holidays .btn {
    background-color: #c47f92; }
  .hero .btn {
    color: #fff;
    margin-top: 3rem; }
  .hero .icon {
    font-size: 5rem;
    color: #FFF; }
  .hero .heading {
    position: relative;
    font-size: 2.1rem;
    padding-bottom: 14px; }
    .hero .heading::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 7px;
      width: 80px;
      background-color: #FFF; }
    @media (min-width: 576px) {
      .hero .heading {
        font-size: 2.45rem;
        padding-bottom: 16px; }
        .hero .heading::after {
          height: 8px;
          width: 100px; } }
    @media (min-width: 848px) {
      .hero .heading {
        font-size: 2.8rem;
        padding-bottom: 20px; }
        .hero .heading::after {
          height: 10px;
          width: 120px; } }
    @media (min-width: 1080px) {
      .hero .heading {
        font-size: 3.5rem;
        padding-bottom: 24px; }
        .hero .heading::after {
          height: 12px;
          width: 140px; } }
  .hero.hero-sm .heading {
    font-size: 1.75rem;
    padding-bottom: 12px; }
    .hero.hero-sm .heading::after {
      height: 6px;
      width: 80px; }
    @media (min-width: 576px) {
      .hero.hero-sm .heading {
        font-size: 2.1rem;
        padding-bottom: 14px; }
        .hero.hero-sm .heading::after {
          height: 7px;
          width: 90px; } }
    @media (min-width: 848px) {
      .hero.hero-sm .heading {
        font-size: 2.45rem;
        padding-bottom: 16px; }
        .hero.hero-sm .heading::after {
          height: 8px;
          width: 100px; } }
    @media (min-width: 1080px) {
      .hero.hero-sm .heading {
        font-size: 2.8rem;
        padding-bottom: 20px; }
        .hero.hero-sm .heading::after {
          height: 10px;
          width: 120px; } }
  .hero .heading, .hero .sub-heading, .hero .paragraph {
    max-width: 800px;
    position: relative;
    z-index: 1; }
  .hero .heading, .hero .sub-heading {
    color: #FFF;
    margin-bottom: 0;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.33); }
  .hero.home-hero .heading::after {
    bottom: -.6rem; }
  .hero .sub-heading {
    margin-top: 1.25rem; }
  .hero .paragraph {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #FFF;
    margin-top: 2rem;
    margin-bottom: 0;
    max-width: 600px;
    font-weight: 500;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.7); }
    @media (min-width: 848px) {
      .hero .paragraph {
        font-size: 1.35rem; } }
    @media (min-width: 1080px) {
      .hero .paragraph {
        font-size: 1.5rem; } }
  .hero.hero-sm .paragraph {
    font-size: 1.15rem; }
    @media (min-width: 848px) {
      .hero.hero-sm .paragraph {
        font-size: 1.25rem; } }
    @media (min-width: 1080px) {
      .hero.hero-sm .paragraph {
        font-size: 1.35rem; } }
  .hero.overlay::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .hero .hero-price {
    position: absolute;
    top: 0.2rem;
    right: 1rem; }
    .hero .hero-price > div {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      color: #FFFFFF;
      border-radius: 100%;
      text-align: center;
      font-size: .85rem;
      font-weight: 600;
      box-shadow: 0 5px 14px rgba(26, 40, 63, 0.3); }
      @media (min-width: 848px) {
        .hero .hero-price > div {
          width: 120px;
          height: 120px;
          font-size: 1rem; }
          .hero .hero-price > div .price {
            font-size: 1.35rem; } }
    .hero .hero-price .price {
      display: block;
      font-size: 1.2rem;
      font-weight: 700; }

.holiday-detail .hero .content {
  padding-right: 130px; }
  @media (min-width: 848px) {
    .holiday-detail .hero .content {
      padding-right: 150px; } }

#footer {
  padding: 4rem 0 0 0;
  background-color: #1a283f;
  position: relative;
  z-index: 2; }
  #footer .logo {
    max-width: 180px;
    margin-bottom: 1rem; }
  #footer .heading {
    color: #FFF; }
  #footer .paragraph {
    color: rgba(255, 255, 255, 0.75); }
  #footer .footer-heading {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 3rem; }
  #footer .contact-info {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    #footer .contact-info li {
      position: relative;
      padding-left: 2rem;
      margin-bottom: .5rem; }
      #footer .contact-info li a {
        color: rgba(255, 255, 255, 0.75); }
        #footer .contact-info li a:hover {
          color: #ff7048; }
      #footer .contact-info li span:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0; }
  #footer .copyright {
    margin-top: 4rem;
    padding: .5rem 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: .75rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5); }
    #footer .copyright a {
      color: rgba(255, 255, 255, 0.5); }

/* Hotel Slider */
#hotel-slider .item {
  border-radius: .35rem; }
#hotel-slider .owl-dots {
  display: flex;
  flex-direction: row; }
  #hotel-slider .owl-dots > div {
    position: relative;
    width: 16.6666666%;
    padding: .5rem .25rem 0 .25rem;
    cursor: pointer; }
    #hotel-slider .owl-dots > div:nth-child(1) {
      padding-left: 0; }
      #hotel-slider .owl-dots > div:nth-child(1)::after {
        left: 0; }
    #hotel-slider .owl-dots > div:nth-last-child(1) {
      padding-right: 0; }
      #hotel-slider .owl-dots > div:nth-last-child(1)::after {
        right: 0; }
    #hotel-slider .owl-dots > div::after {
      position: absolute;
      content: '';
      display: block;
      top: .5rem;
      left: .25rem;
      right: .25rem;
      bottom: 0;
      background-color: rgba(26, 40, 63, 0);
      transition: background-color .25s ease-out;
      border-radius: .35rem; }
    #hotel-slider .owl-dots > div:hover::after {
      background-color: rgba(26, 40, 63, 0.5); }
    #hotel-slider .owl-dots > div.active::after {
      background-color: rgba(26, 40, 63, 0.75); }
    #hotel-slider .owl-dots > div img {
      max-width: 100%;
      width: 100%;
      height: auto;
      border-radius: .35rem; }

/* Holiday Detail */
.holiday-info {
  /*& .features{
  	& a{
  		display: inline-block;
  		font-size: 2rem;
  		margin-left: .5rem;
  		cursor: pointer;
  		&:nth-child(1){
  			margin-left: 0;
  		}
  	}	
  }*/ }
  .holiday-info label {
    display: block;
    text-transform: uppercase;
    font-size: .9rem;
    margin-bottom: .25rem; }
  .holiday-info .hotel-stars {
    margin: .25rem 0 1.5rem 0; }
    .holiday-info .hotel-stars span {
      display: inline-block;
      margin-left: .25rem; }
      .holiday-info .hotel-stars span:nth-child(1) {
        margin-left: 0; }
  .holiday-info .price-wrapper {
    margin: 1.5rem 0;
    display: inline-block;
    min-width: 70%;
    background-color: #FFFFFF;
    color: #1a283f;
    margin-left: -1.5rem;
    padding: .5rem 3rem .5rem 1.5rem;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-weight: 700; }
    .holiday-info .price-wrapper small {
      font-weight: 400; }
      .holiday-info .price-wrapper small:nth-child(1) {
        display: block; }
    .holiday-info .price-wrapper .price {
      font-size: 1.6rem;
      color: #1a283f; }

/* Enquiry */
.enquiry-holiday {
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem; }
  .enquiry-holiday .image {
    width: 220px; }
  .enquiry-holiday .text {
    padding: 1.5rem; }
  .enquiry-holiday .hotel-stars span {
    color: #ff7048; }
  .enquiry-holiday .price-wrapper {
    margin: 1.5rem 0;
    display: inline-block;
    background-color: #ff7048;
    color: #FFFFFF;
    margin-left: -1.5rem;
    padding: .35rem 3rem .35rem 1.5rem;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-weight: 700; }
    .enquiry-holiday .price-wrapper small {
      font-weight: 400; }
      .enquiry-holiday .price-wrapper small:nth-child(1) {
        display: block; }
    .enquiry-holiday .price-wrapper .price {
      font-size: 1.25rem;
      color: #FFFFFF; }

/* Home */
.home-hero .bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .home-hero .bg-slider div {
    height: 100%; }

@media (max-width: 847px) {
  #ht-blocks .item {
    margin-bottom: 2rem; } }
#ht-blocks .item .card {
  height: 225px;
  overflow: hidden; }
  #ht-blocks .item .card .image-text-overlay {
    display: flex;
    align-items: flex-start; }
    #ht-blocks .item .card .image-text-overlay > div {
      width: 100%; }
      #ht-blocks .item .card .image-text-overlay > div > div {
        width: 100%; }
  #ht-blocks .item .card .image-text {
    text-align: left; }
  #ht-blocks .item .card .heading {
    margin-bottom: 0; }
    #ht-blocks .item .card .heading::after {
      top: 122%; }
    #ht-blocks .item .card .heading a {
      color: #FFF; }
  #ht-blocks .item .card h5 {
    margin-bottom: 0;
    position: absolute;
    top: 2rem;
    right: 0;
    background-color: #ff7048;
    padding: .25rem .75rem .25rem 1.5rem;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    text-shadow: none;
    box-shadow: 0 2px 6px rgba(26, 40, 63, 0.2); }
    #ht-blocks .item .card h5 small {
      font-size: .7rem;
      text-shadow: none; }
      #ht-blocks .item .card h5 small:nth-child(1) {
        display: block; }
  #ht-blocks .item .card.summer-holidays .heading::after {
    background-color: #ff7048; }
  #ht-blocks .item .card.ski-holidays .heading::after, #ht-blocks .item .card.ski-holidays h5 {
    background-color: #5caec6; }
  #ht-blocks .item .card.cruise-holidays .heading::after, #ht-blocks .item .card.cruise-holidays h5 {
    background-color: #c47f92; }
#ht-blocks .item .link {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  opacity: 0;
  color: #FFF;
  transform: translateY(2rem);
  transition: transform .35s ease, opacity .35s ease; }
#ht-blocks .item:hover .link {
  opacity: 1;
  transform: translateY(0); }

.locations-section .item {
  position: relative;
  text-align: center;
  padding: 10rem 0; }
  .locations-section .item .text {
    position: relative;
    z-index: 2; }
  .locations-section .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1; }
.locations-section .heading {
  color: #FFFFFF; }

/* Sign Up Section */
.sign-up {
  position: relative;
  padding: 8rem 0 6rem 0; }
  .sign-up::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    height: 100%;
    width: 100%;
    z-index: 0; }
  .sign-up .content {
    position: relative;
    margin: 0 auto;
    width: 400px;
    text-align: center;
    z-index: 1;
    /*&::before{
    	content: '';
    	position: absolute;
    	top:-6rem;
    	left: 50%;
    	margin-left: -300px;
    	background-color: $primary_color_o;
    	border-radius: 100%;
    	height: 600px;
    	width: 600px;
    	z-index: 0;
    }*/ }
    .sign-up .content .heading, .sign-up .content p {
      margin-bottom: 2rem; }
    .sign-up .content form {
      margin-bottom: 0; }
    .sign-up .content button {
      margin-top: 1rem; }
    .sign-up .content > * {
      position: relative;
      z-index: 1; }
    .sign-up .content * {
      color: #FFF; }

.live-chat {
  position: fixed;
  right: .75rem;
  bottom: .35rem;
  z-index: 9;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 2.5);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 2.5); }
  .live-chat .toggle {
    cursor: pointer; }
    .live-chat .toggle img {
      width: 121px;
      height: auto; }
    .live-chat .toggle .status {
      position: absolute;
      top: 25px;
      right: 9px;
      width: 5px;
      height: 5px;
      border-radius: 100%; }
      .live-chat .toggle .status.online {
        background-color: #7CD048; }
      .live-chat .toggle .status.offline {
        background-color: #E12E31; }
    .live-chat .toggle > .hidden {
      position: absolute;
      font-size: 1px;
      color: transparent; }
  .live-chat.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .live-chat .chat-window {
    display: none;
    position: absolute;
    bottom: 100px;
    right: 1rem;
    width: 260px;
    background-color: #fff;
    border-radius: .33rem;
    box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.15); }
    .live-chat .chat-window .header {
      padding: .75rem 1rem;
      border-top-left-radius: .33rem;
      border-top-right-radius: .33rem; }
      .live-chat .chat-window .header h6 {
        font-size: .95rem;
        margin-bottom: 0; }
      .live-chat .chat-window .header .close {
        font-weight: 600;
        position: absolute;
        right: 1rem;
        top: .5rem;
        color: #fff;
        font-size: 1.2rem; }
    .live-chat .chat-window .chat-login, .live-chat .chat-window .chat-form, .live-chat .chat-window .chat-offline {
      display: none;
      padding: 1rem; }
      .live-chat .chat-window .chat-login p, .live-chat .chat-window .chat-form p, .live-chat .chat-window .chat-offline p {
        text-align: center;
        font-size: .85rem;
        margin-bottom: 1rem; }
      .live-chat .chat-window .chat-login input, .live-chat .chat-window .chat-login textarea, .live-chat .chat-window .chat-form input, .live-chat .chat-window .chat-form textarea, .live-chat .chat-window .chat-offline input, .live-chat .chat-window .chat-offline textarea {
        font-size: 12px; }
      .live-chat .chat-window .chat-login .btn, .live-chat .chat-window .chat-form .btn, .live-chat .chat-window .chat-offline .btn {
        display: block;
        width: 100%;
        text-align: center; }
    .live-chat .chat-window .chat-form .conversations {
      max-height: 400px;
      overflow: auto; }
      .live-chat .chat-window .chat-form .conversations .bubble {
        margin-bottom: 1rem; }
        .live-chat .chat-window .chat-form .conversations .bubble::after {
          display: block;
          content: "";
          clear: both; }
        .live-chat .chat-window .chat-form .conversations .bubble .message {
          display: inline-block;
          width: 80%;
          border-radius: .5rem;
          padding: 1rem;
          font-size: .85rem;
          background-color: #dadee4;
          font-weight: 600; }
        .live-chat .chat-window .chat-form .conversations .bubble.customer {
          text-align: right; }
          .live-chat .chat-window .chat-form .conversations .bubble.customer .message {
            background-color: #ff7048;
            border-bottom-right-radius: 0;
            color: #fff; }
        .live-chat .chat-window .chat-form .conversations .bubble.agent .message {
          border-bottom-left-radius: 0; }
        .live-chat .chat-window .chat-form .conversations .bubble .meta {
          padding-top: .5rem;
          font-size: .75rem; }
          .live-chat .chat-window .chat-form .conversations .bubble .meta .time {
            margin-top: .15rem;
            font-size: .65rem; }
          .live-chat .chat-window .chat-form .conversations .bubble .meta .user {
            font-weight: 600; }
