@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img,
legend {
  border: 0;
}

legend,
td,
th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-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 {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  /*background-color: #fff;*/
  padding: 0 !important;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: visible !important;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/*#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-color: red; background-image: url('/assets/img/fancybox_sprite.png');}*/
.fancybox-close {
  background-color: #ed1f24;
  background-image: url("../img/close.png");
  background-size: 36px 36px;
}

.fancybox-close:hover {
  background-color: #f47730;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  /*background: url('../images/fancybox_loading.gif') center center no-repeat;*/
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.9);
  /*background: url('../images/fancybox_overlay.png');*/
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  z-index: 8050;
  visibility: hidden;
  position: relative;
  text-shadow: none;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  /*-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;*/
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em !important;
  margin: 0 !important;
  padding: 0 !important;
}

/**
 * The times on the clock.
 */
.picker__list-item {
  list-style: none !important;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 0 !important;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}

@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}

/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}

@font-face {
  font-family: 'proxima_novaextrabold';
  src: url("../fonts/proximanova-extrabold-webfont.eot");
  src: url("../fonts/proximanova-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-extrabold-webfont.woff2") format("woff2"), url("../fonts/proximanova-extrabold-webfont.woff") format("woff"), url("../fonts/proximanova-extrabold-webfont.ttf") format("truetype"), url("../fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_novalight';
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

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

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body {
  zoom: 1;
  z-index: 1;
  position: relative;
  background-color: #fff;
  min-height: 100%;
  font-family: 'proxima_nova_rgregular', sans-serif;
}

.container {
  position: relative;
  width: 90%;
  margin: 0 5%;
}

h1, h2, h3, h4 {
  margin: 0;
  color: #ed1f24;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-size: 25px;
}

p {
  margin: 24px 0;
  color: #464646;
  font-size: 15px;
  line-height: 24px;
}

a, img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a {
  color: #f7911e;
}

a:hover {
  text-decoration: none;
}

.btn {
  display: inline-block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed1f24+0,f7911e+100 */
  background: #ed1f24;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ed1f24 0%, #f7911e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ed1f24 0%, #f7911e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ed1f24 0%, #f7911e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1f24', endColorstr='#f7911e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 10px 25px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  line-height: 25px;
  -moz-transform: skew(-24deg);
  -webkit-transform: skew(-24deg);
  -o-transform: skew(-24deg);
  transform: skew(-24deg);
  cursor: pointer;
}

.btn .inner {
  -moz-transform: skew(24deg);
  -webkit-transform: skew(24deg);
  -o-transform: skew(24deg);
  transform: skew(24deg);
}

.btn .inner i {
  margin-left: 30px;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  .btn .inner i {
    margin-left: 10px;
  }
}

.btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e64215;
  height: 100%;
  width: 0;
  transform-origin: left;
  transition: width 0.25s ease;
}

.btn:hover {
  background-color: #e64215;
}

.btn:hover:after {
  width: 100%;
}

.btn.btn-contact {
  position: absolute;
  bottom: -25px;
  right: -25px;
}

.btn.btn-submit {
  -moz-transform: skew(0);
  -webkit-transform: skew(0);
  -o-transform: skew(0);
  transform: skew(0);
  margin-right: 0 !important;
}

@media screen and (min-width: 1400px) {
  .btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}

header {
  float: left;
  display: table;
  width: 100%;
}

header .logo {
  z-index: 5;
  position: absolute;
}

header .logo a {
  z-index: 2;
  position: absolute;
  top: 32px;
  left: 15px;
}

header .logo a img {
  max-width: 200px;
}

@media screen and (min-width: 1400px) {
  header .logo a {
    top: 28px;
  }
  header .logo a img {
    max-width: 250px;
  }
  header .logo.logo-home a {
    top: 12px;
  }
  header .logo.logo-home a img {
    max-width: 430px !important;
  }
}

@media screen and (max-width: 768px) {
  header .logo.logo-home a img {
    max-width: 150px !important;
  }
}

header .logo .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -100px;
  height: 250px;
  width: 150px;
  -moz-transform: skew(-24deg);
  -webkit-transform: skew(-24deg);
  -o-transform: skew(-24deg);
  transform: skew(-24deg);
}

header .navigation {
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ed1f24;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed1f24+0,f7911e+100 */
  background: #ed1f24;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ed1f24 0%, #f7911e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ed1f24 0%, #f7911e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ed1f24 0%, #f7911e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1f24', endColorstr='#f7911e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

header .navigation ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .navigation ul li {
  position: relative;
  float: left;
}

header .navigation ul li ul.submenu {
  list-style: none;
  z-index: 3;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

header .navigation ul li ul.submenu li {
  width: 300px;
}

header .navigation ul li ul.submenu li a {
  float: left;
  border-top: 1px solid #ed1f24;
  width: calc(300px - 30px);
  text-align: left;
}

header .navigation ul li ul.submenu li a:hover {
  background-color: #fff;
  border-color: #ed1f24;
  color: #ed1f24;
}

header .navigation ul li.menu-button:hover {
  background-color: transparent;
}

header .navigation ul li.menu-button a {
  background-color: #f25521;
  border-radius: 40%;
  padding: 10px;
  z-index: 5;
  display: block;
  float: right;
  position: relative;
  height: 20px;
  width: 22px;
  margin: 5px 15px 5px 5px;
}

header .navigation ul li.menu-button a:hover {
  background-color: #fff;
  color: #f25521;
}

header .navigation ul li.menu-button a .border {
  position: absolute;
  left: 10px;
  background-color: #fff;
  height: 4px;
  width: 22px;
}

header .navigation ul li.menu-button a:hover > .border {
  background-color: #f25521;
}

header .navigation ul li.menu-button a .border-top {
  top: 8px;
}

header .navigation ul li.menu-button a .border-middle {
  top: 17px;
}

header .navigation ul li.menu-button a .border-bottom {
  top: 26px;
}

header .navigation ul li a {
  display: none;
  float: left;
  padding: 15px;
  color: #fff;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 20px;
}

header .navigation ul li a:hover {
  color: #fff;
}

header .navigation ul li a.highlight {
  color: #f47730;
}

header .navigation ul li a.highlight:hover {
  color: #e64215;
}

header .navigation ul li:hover {
  background-color: #ed1f24;
}

header .navigation ul li:hover > ul.submenu {
  display: block;
  background-color: #ed1f24;
}

@media screen and (min-width: 1120px) {
  header .navigation ul li a {
    display: inline-block;
  }
}

/* ----- ----- ----- Menu ----- ----- ----- */
#menu {
  z-index: 5;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed1f24;
  background-color: rgba(237, 31, 36, 0.99);
  width: 100%;
}

#menu .navigation {
  float: left;
  border-top: 1px dotted #f1474b;
  width: 100%;
  padding: 70px 0;
}

#menu .navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .navigation ul li a {
  float: left;
  border-bottom: 1px dotted #f1474b;
  width: 100%;
  padding: 20px 0;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 30px;
}

#menu .navigation ul li a:hover {
  background-color: #f47730;
  color: #fff !important;
}

#menu .navigation ul li a.active {
  color: #ed1f24;
}

@media screen and (min-width: 1024px) {
  #menu .navigation ul li a {
    font-size: 30px;
    line-height: 40px;
  }
}

#menu .close-button {
  z-index: 6;
  display: block;
  position: absolute;
  top: 15px;
  right: 25px;
  height: 20px;
  width: 22px;
}

#menu .close-button .border {
  position: absolute;
  left: 0;
  background-color: #fff;
  height: 4px;
  width: 22px;
}

#menu .close-button:hover .border {
  background-color: #f7921e;
}

#menu .close-button .border-top {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu .close-button .border-bottom {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer {
  float: left;
  width: 100%;
  margin: 30px 0 40px;
  text-align: center;
}

footer .address {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

footer .address li {
  display: inline-block;
  color: #898989;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 28px;
}

footer .address li.light {
  color: #b7b7b7;
}

footer .address li span {
  margin: 0 5px;
  color: #c2c2c2;
}

footer .address li a {
  color: #898989;
  text-decoration: none;
}

footer .address li a:hover {
  color: #ed1f24;
}

footer .socialmedia {
  margin: 30px 0;
  text-align: center;
}

footer .socialmedia a {
  display: inline-block;
  overflow: hidden;
  background-color: #898989;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

footer .socialmedia a i {
  padding: 8px 0;
  font-size: 14px;
}

footer .socialmedia a:hover {
  background-color: #f47730;
}

footer .copyright {
  color: #898989;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
}

footer .copyright a {
  color: #898989;
}

footer .copyright a:hover {
  color: #f47730;
}

.intro-container {
  position: relative;
}

.intro-container .time {
  display: none;
  color: #898989;
  line-height: 30px;
}

.intro-container .time a {
  margin-right: 25px;
}

.intro-container .time a:nth-last-child(1) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .intro-container .time {
    display: block;
  }
}

.intro-container .intro-home {
  z-index: 2;
  float: left;
  background-color: #ffffff;
  max-width: 1600px;
  margin: 0 15%;
  width: 70%;
}

.intro-container .intro-home .row {
  width: 100%;
  clear: both;
  margin: 0 auto;
  display: inline-block;
  margin-top: 40px;
}

.intro-container .intro-home .row .column {
  width: 48%;
}

.intro-container .intro-home .row .column img {
  width: 95%;
}

@media screen and (max-width: 1024px) {
  .intro-container .intro-home .row .column {
    width: 100%;
  }
}

.intro-container .intro-home .row .column-small {
  width: 27%;
}

.intro-container .intro-home .row .column-small.right {
  float: right;
}

@media screen and (max-width: 1024px) {
  .intro-container .intro-home .row .column-small {
    width: 100%;
  }
}

.intro-container .intro-home .row .column-large {
  width: 72%;
}

.intro-container .intro-home .row .column-large.left {
  float: left;
}

@media screen and (max-width: 1024px) {
  .intro-container .intro-home .row .column-large {
    width: 100%;
  }
}

.intro-container .intro-home .row .divider {
  border-top: 1px solid #e9e9e9;
  width: 98%;
}

@media screen and (max-width: 1024px) {
  .intro-container .intro-home .row:last-child {
    margin-bottom: 30px;
  }
}

.intro-container .intro-home h1 {
  font-family: 'proxima_novaextrabold', sans-serif;
  font-size: 30px;
  color: #ed1f24;
  text-transform: uppercase;
  line-height: 38px;
}

.intro-container .intro-home p {
  margin-top: 0;
  font-family: 'proxima_novalight', sans-serif;
  font-size: 15px;
  color: #424242;
  line-height: 23px;
}

@media screen and (min-width: 1024px) {
  .intro-container .intro-home {
    top: 0;
    left: 50%;
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  .intro-container .intro-home h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
  }
  .intro-container .intro-home p {
    font-size: 20px;
    color: 363636;
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .intro-container .intro-home h1 {
    font-size: 100px;
    line-height: 100px;
  }
}

.intro-container .intro-home .left h2 {
  color: #ed1f24;
  text-transform: uppercase;
  font-size: 50px;
}

@media screen and (max-width: 1024px) {
  .intro-container .intro-home .left h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .intro-container .intro-home .left {
    float: left;
    text-align: left;
  }
}

@media screen and (min-width: 1400px) {
  .intro-container .intro-home .left p {
    font-size: 18px;
  }
  .intro-container .intro-home .left .btn {
    padding: 20px 50px;
    font-size: 24px;
  }
}

.intro-container .intro-home .right {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 0 !important;
}

.intro-container .intro-home .right .carousel {
  display: inline-block;
  width: calc(100% - 20px);
  border: 10px solid #ffffff;
}

@media screen and (min-width: 1024px) {
  .intro-container .intro-home .right .carousel {
    float: right;
    max-width: 620px;
  }
}

.intro-container .intro-home .right .carousel-dots {
  z-index: 2;
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.intro-container .intro-home .right .carousel-dots .owl-dot {
  display: inline-block;
  background-color: #a2b7ff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  margin: 0 2.5px;
  cursor: pointer;
}

.intro-container .intro-home .right .carousel-dots .owl-dot:hover {
  border-color: #a7bbff;
}

.intro-container .intro-home .right .carousel-dots .owl-dot.active {
  background-color: #ed1f24;
}

@media screen and (min-width: 1024px) {
  .intro-container .intro-home .right {
    float: right;
    width: calc(50% - 20px);
  }
}

#slider {
  z-index: -1;
  display: block;
  width: 100%;
}

#slider .item {
  position: relative;
  height: 300px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slider.home {
  position: relative;
  height: 760px;
}

#slider.home .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 760px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0;
  -webkit-transition: opacity 1250ms linear;
  -moz-transition: opacity 1250ms linear;
  -ms-transition: opacity 1250ms linear;
  -o-transition: opacity 1250ms linear;
  transition: opacity 1250ms linear;
}

#slider.home .item.active {
  opacity: 1;
}

#slider.home .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #slider.home {
    height: 760px;
  }
  #slider.home .item {
    height: 760px;
  }
}

.groups {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}

.groups .item {
  position: relative;
  display: block;
  float: left;
  background-color: #ffffff;
  border: 1px solid #ececec;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.groups .item .image {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #000;
  height: 200px;
}

.groups .item .image img {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  transform: translate(0, -50%);
}

.groups .item .image:hover {
  overflow: hidden;
}

.groups .item .image:hover img {
  width: 100%;
}

.groups .item .content {
  display: block;
}

.groups .item .content h2 {
  margin: 20px 0 0;
  font-size: 25px;
  text-transform: uppercase;
  text-align: none;
  line-height: 30px;
}

.groups .item .content h2 a {
  color: #ed1f24;
  text-decoration: none;
}

.groups .item .content h2 a:hover {
  color: #374b91;
}

.groups .item .content .more {
  display: block;
  margin-top: 20px;
  color: #ed1f24;
  font-size: 15px;
}

.groups .item .btn {
  margin: 25px 0;
}

@media screen and (min-width: 568px) {
  .groups .item {
    width: calc(50% - 22px);
    margin-right: 40px;
  }
  .groups .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .groups {
    padding-bottom: 40px;
  }
  .groups .item {
    width: calc(33.33% - 28.66px);
    margin-top: 80px;
    margin-right: 40px;
    padding-bottom: 25px;
  }
  .groups .item:nth-child(2n) {
    margin-right: 40px;
  }
  .groups .item:nth-child(3n) {
    margin-right: 0;
  }
  .groups .item .btn {
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin: 0;
    margin-left: -25%;
  }
}

@media screen and (min-width: 1400px) {
  .groups {
    padding-bottom: 80px;
  }
  .groups .item {
    width: calc(33.33% - 55.33px);
    margin-right: 80px;
  }
  .groups .item:nth-child(2n) {
    margin-right: 80px;
  }
  .groups .item:nth-child(3n) {
    margin-right: 0;
  }
}

#content {
  display: block;
  width: 100%;
}

#content .breadcrumbs {
  float: left;
  display: block;
  width: 100%;
  margin-top: 5px;
}

#content .breadcrumbs a {
  color: #898989;
  font-size: 13px;
  text-decoration: none;
  line-height: 20px;
}

#content .breadcrumbs a:hover {
  color: #ed1f24;
}

#content .breadcrumbs span {
  margin: 0 2.5px;
  color: #898989;
  font-size: 13px;
  line-height: 20px;
}

#content .intro {
  float: left;
  display: block;
  width: 100%;
}

#content .intro h1 {
  margin: 10px 0 0;
  color: #ed1f24;
  font-family: 'proxima_novaextrabold', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
}

#content .intro p {
  margin: 28px 0 0;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}

#content .intro p a {
  color: #ed1f24;
  text-decoration: none;
}

#content .intro p a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  #content .intro h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

#content .buttons {
  text-align: center;
}

#content .left {
  position: relative;
  margin-top: 40px;
}

#content .left .menu-home ul {
  list-style: none;
  margin: -10px 0 0;
  padding: 0;
}

#content .left .menu-home ul li {
  margin-top: 10px;
}

#content .left .menu-home ul li a {
  display: block;
  position: relative;
  padding-left: 50px;
  text-decoration: none;
}

#content .left .menu-home ul li a .image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #ed1f24;
  height: 50px;
  width: 100px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
}

#content .left .menu-home ul li a .image img {
  display: inline-block;
  width: 100%;
}

#content .left .menu-home ul li a .content {
  background-color: #f0f0f0;
  padding: 15px 0 15px 50px;
  color: #ed1f24;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
}

#content .left .menu-home ul li a:hover .content {
  background-color: #ed1f24;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  #content .left .menu-home ul li a .image {
    height: 70px;
    width: 150px;
  }
  #content .left .menu-home ul li a .content {
    font-size: 30px;
    padding: 15px 0 15px 125px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1024px) {
  #content .left .menu-home ul li a .content {
    font-size: 20px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1400px) {
  #content .left .menu-home ul li a .content {
    font-size: 30px;
  }
}

#content .left h1, #content .left h2, #content .left h3, #content .left h4 {
  margin-top: 25px;
}

#content .left h1 + p, #content .left h2 + p, #content .left h3 + p, #content .left h4 + p {
  margin-top: 0;
}

#content .right {
  position: relative;
  margin-top: 40px;
}

#content .right h1, #content .right h2, #content .right h3, #content .right h4 {
  margin-top: 25px;
}

#content .right h1 + p, #content .right h2 + p, #content .right h3 + p, #content .right h4 + p {
  margin-top: 0;
}

#content .right ul {
  list-style: none;
  margin: 20px 0 0;
  padding-left: 25px;
}

#content .right ul li {
  position: relative;
  margin: 2.5px 0;
  color: #464646;
  font-size: 15px;
  text-align: left;
  line-height: 22px;
  list-style: url("../img/bullet.png");
}

#content .right ul li i {
  position: absolute;
  top: 3.5px;
  left: 0;
  margin-right: 10px;
  color: #55ab26;
}

@media screen and (min-width: 1024px) {
  #content .left, #content .right {
    margin-top: 80px;
  }
}

#content .carousel {
  display: block;
  width: 100%;
}

#content .carousel .item {
  z-index: 1;
  position: relative;
  display: block;
}

#content .carousel .item .inner {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
}

#content .carousel .item .inner .play {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
  height: 42px;
  width: 60px;
  margin-top: -21px;
  margin-left: -30px;
  cursor: pointer;
}

#content .carousel .item .inner .play:hover {
  background-position: 0 -42px;
}

#content .carousel .item iframe {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#content .carousel-dots {
  z-index: 2;
  position: absolute;
  right: 40px;
  bottom: 30px;
}

#content .carousel-dots .owl-dot {
  display: inline-block;
  background-color: #f7911e;
  border: 2px solid #ffffff;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  margin: 0 2.5px;
  cursor: pointer;
}

#content .carousel-dots .owl-dot:hover {
  border-color: #f7911e;
}

#content .carousel-dots .owl-dot.active {
  background-color: #ed1f24;
}

#content .teaser {
  display: block;
  float: left;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  width: calc(100% - 62px);
  margin-top: 30px;
  padding: 20px 30px;
  text-align: center;
}

#content .teaser h3 {
  font-size: 20px;
}

#content .teaser .btn {
  margin-top: 25px;
  padding: 10px 40px;
}

@media screen and (min-width: 768px) {
  #content .teaser h3 {
    float: left;
    width: calc(100% - 250px);
    padding: 12.5px 0;
    text-align: left;
    line-height: 25px;
  }
  #content .teaser .btn {
    float: right;
    margin-top: 0;
    margin-right: 10px;
  }
}

#content .text-bottom {
  display: block;
  float: left;
  width: 100%;
}

#content .text-bottom p {
  margin: 28px 0 0;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}

@media screen and (min-width: 1024px) {
  #content.home .left {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  #content.home .right {
    width: calc(50% - 5px);
  }
}

#content.activity .carousel-dots {
  position: relative;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

#content.activity .carousel-dots .owl-dot {
  background-color: #ffffff;
  border-color: #ed1f24;
  margin: 0 5px;
}

#content.activity .carousel-dots .owl-dot:hover {
  border-color: #f7911e;
}

#content.activity .carousel-dots .owl-dot.active {
  background-color: #ed1f24;
}

#content.activity p {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 25px;
}

#content.activity p a {
  color: #ed1f24;
}

@media screen and (min-width: 1024px) {
  #content.activity .left {
    width: 410px;
    margin-top: 50px;
    margin-right: 40px;
  }
  #content.activity .right {
    width: calc(100% - 450px);
    margin-top: 25px;
  }
}

.arrangements {
  display: block;
  float: left;
  background-color: #ed1f24;
  margin-top: 80px;
  width: 100%;
}

.arrangements h2 {
  margin: 80px 0 0;
  color: #ffffff;
  font-family: 'proxima_novaextrabold', sans-serif;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.arrangements .groups {
  padding-bottom: 110px;
}

.arrangements .groups .item .content h2 {
  color: #ed1f24;
}

.arrangements .groups .item .content .more {
  margin-top: 25px;
}

@media screen and (min-width: 1024px) {
  .arrangements .groups .item {
    padding-bottom: 35px;
  }
  .arrangements .groups .item .btn {
    bottom: -25px;
  }
}

@media screen and (min-width: 1400px) {
  .arrangements .groups .item .btn {
    bottom: -35px;
  }
}

@media screen and (min-width: 768px) {
  .arrangements h2 {
    font-size: 45px;
  }
}

.information {
  display: block;
  float: left;
  width: 100%;
}

.information h2 {
  margin: 70px 0 0;
  color: #ed1f24;
  font-family: 'proxima_novaextrabold', sans-serif;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.information .tabs {
  display: block;
  float: left;
  border: 1px solid #f0f0f0;
  width: calc(100% - 2px);
  margin-top: 40px;
}

.information .tabs .tab-nav {
  display: block;
  float: left;
  background-color: #f0f0f0;
  width: 100%;
}

.information .tabs .tab-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.information .tabs .tab-nav ul li {
  float: left;
  width: 100%;
}

.information .tabs .tab-nav ul li a {
  float: left;
  background-color: #f0f0f0;
  width: calc(100% - 60px);
  padding: 0 30px;
  color: #464646;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 50px;
}

.information .tabs .tab-nav ul li a:hover {
  color: #ed1f24;
}

.information .tabs .tab-nav ul li a.active {
  background-color: #ffffff;
  color: #ed1f24;
}

@media screen and (min-width: 1024px) {
  .information .tabs .tab-nav ul li {
    width: auto;
  }
  .information .tabs .tab-nav ul li a {
    width: auto;
  }
}

.information .tabs .tab-content {
  display: none;
  float: left;
  background-color: #ffffff;
  width: calc(100% - 62px);
  padding: 30px;
}

.information .tabs .tab-content h3 {
  margin-top: 20px;
  font-family: 'proxima_nova_rgbold', sans-serif;
}

.information .tabs .tab-content ul {
  list-style: none;
  margin: 20px 0 0;
  padding-left: 25px;
}

.information .tabs .tab-content ul li {
  position: relative;
  margin: 2.5px 0;
  color: #464646;
  font-size: 15px;
  text-align: left;
  line-height: 22px;
  list-style: url("../img/bullet.png");
}

.information .tabs .tab-content ul li i {
  position: absolute;
  top: 3.5px;
  left: 0;
  margin-right: 10px;
  color: #55ab26;
}

@media screen and (min-width: 768px) {
  .information h2 {
    font-size: 45px;
  }
}

/* ----- ----- ----- Services ----- ----- ----- */
#services {
  overflow: hidden;
  float: left;
  width: 90%;
  padding: 0 5%;
  text-align: center;
}

#services .item {
  float: left;
  position: relative;
  border-bottom: 10px solid #ed1f24;
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
}

#services .item:nth-child(3) {
  margin-bottom: 0;
}

#services .item .overlay {
  display: table;
  opacity: 1;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 160px;
  width: 100%;
}

#services .item .overlay h2 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 25px;
  word-break: break-word;
}

#services .item .image {
  overflow: hidden;
  height: 160px;
  text-align: center;
}

#services .item .image img {
  width: 150%;
  margin-left: -25%;
}

#services .item:hover > .overlay {
  opacity: 1;
}

/* ----- ----- ----- Intro ----- ----- ----- */
.contact .intro h1 {
  margin-bottom: 60px;
}

.news .intro p {
  text-align: left !important;
}

/* ----- ----- ----- Text ----- ----- ----- */
#content .text {
  float: left;
  width: 100%;
}

#content .text p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}

#content .text ul {
  list-style: none;
  margin: 50px 0;
  padding-left: 25px;
}

#content .text ul li {
  position: relative;
  margin: 2.5px 0;
  color: #464646;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
  list-style: url("../img/bullet.png");
}

#content .text ul li i {
  position: absolute;
  top: 3.5px;
  left: 0;
  margin-right: 10px;
  color: #55ab26;
}

#content .text a {
  color: #ed1f24;
}

#content .text a:hover {
  text-decoration: none;
}

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

.product#content .text {
  margin-top: 56px;
  text-align: center;
}

.product#content .text p {
  margin: 24px 0 0;
}

.product#content .text ul {
  display: inline-block;
  margin: 24px 0 0;
}

/* ----- ----- ----- Conversion ----- ----- ----- */
#content .conversion {
  float: left;
  position: relative;
  background-color: #ed1f24;
  width: calc(100% - 60px);
  padding: 30px;
}

#content .conversion h2 {
  margin-bottom: 12.5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
}

#content .conversion a {
  z-index: 1;
  position: absolute;
  right: 25px;
  bottom: -25px;
}

#content .conversion .overlay-left {
  display: none;
  position: absolute;
  top: 0;
  left: -57.5px;
  background-color: #fff;
  height: 140px;
  width: 90px;
  -moz-transform: skew(-24deg);
  -webkit-transform: skew(-24deg);
  -o-transform: skew(-24deg);
  transform: skew(-24deg);
}

#content .conversion .overlay-right {
  display: none;
  position: absolute;
  top: 0;
  right: -57.5px;
  background-color: #fff;
  height: 140px;
  width: 90px;
  -moz-transform: skew(-24deg);
  -webkit-transform: skew(-24deg);
  -o-transform: skew(-24deg);
  transform: skew(-24deg);
}

.product#content .conversion {
  margin-top: 80px;
}

/* ----- ----- ----- JumpXL ----- ----- ----- */
#content .jump-list {
  float: left;
  width: 100%;
}

#content .jump-list .list-item {
  float: left;
  width: 100%;
  margin: 10px 0;
}

#content .jump-list .list-item .image {
  float: left;
  overflow: hidden;
  width: 100%;
}

#content .jump-list .list-item .image img {
  height: 100%;
  width: 100%;
}

#content .jump-list .list-item .content {
  float: left;
  position: relative;
  border: 1px solid #ececec;
  border-top: 0;
  width: calc(100% - 82px);
  padding: 40px;
}

#content .jump-list .list-item .content h2 {
  color: #ed1f24;
  text-transform: uppercase;
  line-height: 30px;
}

#content .jump-list .list-item .content p {
  overflow: hidden;
}

#content .jump-list .list-item .content .price {
  color: #ed1f24;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-size: 20px;
  line-height: 24px;
}

#content .jump-list .list-item .content .price span {
  margin-left: 5px;
  color: #464646;
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-size: 15px;
}

#content .warning {
  float: left;
  background-color: #ececec;
  width: calc(100% - 80px);
  padding: 40px;
  margin-top: 10px;
}

#content .warning h2 {
  color: #ed1f24;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
}

#content .warning ul {
  float: left;
  list-style: none;
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
}

#content .warning ul li {
  float: left;
  position: relative;
  width: calc(100% - 25px);
  padding-left: 25px;
  font-size: 15px;
  line-height: 25px;
}

#content .warning ul li i {
  position: absolute;
  top: 10px;
  left: 0;
  color: #464646;
  font-size: 5px;
}

#content .warning ul li a {
  color: #ed1f24;
}

#content .warning ul li a:hover {
  text-decoration: none;
}

#content .warning ul li p {
  margin: 0;
}

#content .warning strong {
  color: #f47730;
}

#content .groups-list {
  float: left;
  width: 100%;
  margin: 26px 0 0px;
}

#content .groups-list .list-item {
  float: left;
  width: 100%;
  margin: 10px 0 40px;
}

#content .groups-list .list-item .image {
  float: left;
  overflow: hidden;
  width: 100%;
}

#content .groups-list .list-item .image img {
  width: 100%;
}

#content .groups-list .list-item .content {
  float: left;
  position: relative;
  border: 1px solid #ececec;
  border-top: 0;
  width: calc(100% - 82px);
  padding: 40px 40px 20px;
  text-align: center;
}

#content .groups-list .list-item .content h2 {
  color: #ed1f24;
  text-transform: uppercase;
  line-height: 30px;
}

#content .groups-list .list-item .content p {
  overflow: hidden;
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-size: 15px;
  line-height: 22px;
}

#content .groups-list .list-item .content ul {
  list-style: none;
  margin: 50px 0;
  padding-left: 25px;
}

#content .groups-list .list-item .content ul li {
  position: relative;
  margin: 2.5px 0;
  color: #464646;
  font-size: 15px;
  text-align: left;
  line-height: 22px;
  list-style: url("../img/bullet.png");
}

#content .groups-list .list-item .content ul li i {
  position: absolute;
  top: 3.5px;
  left: 0;
  margin-right: 10px;
  color: #55ab26;
}

#content .groups-list .list-item .content ul ul {
  margin: 0;
}

#content .groups-list .list-item .content .price {
  color: #ed1f24;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-size: 25px;
  line-height: 24px;
}

#content .groups-list .list-item .content a.more {
  display: inline-block;
  margin-top: 40px;
  color: #ed1f24;
  font-family: 'proxima_novalight', sans-serif;
  font-size: 16px;
}

#content .groups-list .list-item .content a.more:hover {
  text-decoration: none;
}

#content .groups-list .list-item .content .btn {
  position: absolute;
  bottom: -35px;
  display: block;
  padding: 20px 25px;
}

#content .news-list {
  display: inline-block;
  position: relative;
  width: 100%;
}

#content .news-list .list-item {
  position: absolute;
  width: 100%;
  margin: 20px 0;
}

#content .news-list .list-item .image {
  float: left;
  overflow: hidden;
  width: 100%;
}

#content .news-list .list-item .image img {
  float: left;
  width: 100%;
}

#content .news-list .list-item .content {
  float: left;
  position: relative;
  border: 1px solid #ececec;
  width: calc(100% - 82px);
  padding: 40px;
}

#content .news-list .list-item .content p {
  margin-top: 0;
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-size: 15px;
  line-height: 22px;
  word-break: break-all;
}

#content .news-list .list-item .content .date {
  color: #ed1f24;
  font-size: 13px;
  line-height: 25px;
}

#content .news-list .list-item .content .date a {
  float: left;
  background-color: #ed1f24;
  height: 25px;
  width: 25px;
  margin-right: 20px;
  text-align: center;
  -moz-transform: skew(-24deg);
  -webkit-transform: skew(-24deg);
  -o-transform: skew(-24deg);
  transform: skew(-24deg);
}

#content .news-list .list-item .content .date a i {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  -moz-transform: skew(24deg);
  -webkit-transform: skew(24deg);
  -o-transform: skew(24deg);
  transform: skew(24deg);
}

#content .left,
#content .right {
  float: left;
  width: 100%;
}

/* ----- ----- ----- Maps ----- ----- ----- */
#maps {
  float: left;
  height: 240px;
  width: 100%;
}

/* ----- ----- ----- Details ----- ----- ----- */
#content .details {
  float: left;
  list-style: none;
  width: 100%;
  margin: 40px 0;
  padding: 0;
}

#content .details li {
  color: #464646;
  font-size: 18px;
  line-height: 28px;
}

#content .details li a {
  color: #ed1f24;
}

#content .details li a:hover {
  text-decoration: none;
}

#content .form {
  float: left;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ececec;
  width: calc(100% - 82px);
  padding: 30px 40px;
}

#content .form.form-reservation {
  margin-top: 80px;
}

#content .form.form-reservation .right, #content .form.form-reservation .left {
  margin-top: 0;
}

#content .form h2 {
  color: #ed1f24;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

#content .form form {
  float: left;
  width: 100%;
  margin: 35px 0 15px;
}

#content .form form.reservation {
  margin-top: 0;
}

#content .form form p {
  float: left;
  width: 100%;
  margin: 5px 0;
  font-size: 18px;
  line-height: 18px;
}

#content .form form p input[type="text"], #content .form form p input[type="email"], #content .form form p input[type="tel"], #content .form form p input[type="number"], #content .form form p input[type="date"], #content .form form p input[type="time"] {
  float: left;
  background-color: #ececec;
  border: 0;
  width: calc(100% - 30px);
  padding: 15px;
  outline: 0;
}

#content .form form p input[type="checkbox"] {
  float: left;
  background-color: #ececec;
  border: 2px solid #ececec;
  margin-right: 10px;
  padding: 8px;
  outline: 0;
  cursor: pointer;
}

#content .form form p input[type="checkbox"]:checked {
  background-color: #ed1f24;
}

#content .form form p label {
  float: right;
  width: calc(100% - 30px);
  line-height: 20px;
}

#content .form form p textarea {
  float: left;
  background-color: #ececec;
  border: 0;
  width: calc(100% - 30px);
  padding: 15px;
  outline: 0;
  resize: none;
}

@media screen and (min-width: 600px) {
  #content .form form p.checkbox {
    float: left;
    width: calc(50% - 20px);
  }
  #content .form form p.checkbox:nth-child(odd) {
    margin-right: 20px;
  }
}

#content .form form .btn {
  float: right;
  border: 0;
  margin-top: 5px;
  margin-right: 12.5px;
}

#content .form span.form-error {
  display: none;
}

#content .form input.error {
  background-image: url(../img/error.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 40px;
}

#content .form textarea.error {
  background-image: url(../img/error.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 40px;
  background-position: right top;
}

#content .form form p input::-webkit-input-placeholder, #content .form form p input:-moz-placeholder, #content .form form p input::-moz-placeholder, #content .form form p input:-ms-input-placeholder {
  color: #464646;
}

#content .form form p textarea::-webkit-input-placeholder, #content .form form p textarea:-moz-placeholder, #content .form form p textarea::-moz-placeholder, #content .form form p textarea:-ms-input-placeholder {
  color: #464646;
}

/* ----- ----- ----- Form ----- ----- ----- */
/* Spinner */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

#content .times {
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #ececec;
  width: 100%;
  margin: 0 0 50px;
  padding: 30px 0;
}

#content .times h2 {
  color: #ed1f24;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

#content .times ul {
  float: left;
  list-style: none;
  width: 100%;
  margin: 35px 0 0;
  padding: 0;
}

#content .times ul li {
  float: left;
  width: calc(100% - 80px);
  padding: 5px 40px;
  color: #515151;
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

#content .times ul li:nth-child(even) {
  background-color: #f4f4f4;
  color: #898989;
}

#content .times ul li div {
  float: left;
  width: 50%;
}

#content .times ul li div a {
  color: #fc7f15;
}

#content .times ul li div a:hover {
  text-decoration: none;
}

/* ----- ----- ----- Times ----- ----- ----- */
#content .times {
  background-color: #ed1f24;
  margin: 60px 0 0;
}

#content .times h2 {
  color: #fff;
}

#content .times ul li {
  color: #fff;
}

#content .times ul li:nth-child(1) {
  color: #fff;
  font-family: 'proxima_nova_rgbold', sans-serif;
}

#content .times ul li:nth-child(even) {
  background-color: #ed1f24;
  color: #fff;
}

.fb-module-update {
  display: table;
  margin: 100px auto 25px auto;
  padding: 0;
  color: black;
  text-align: center;
}

.fb-module-update h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.fb-module-update li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 15px;
}

.melding {
  z-index: 10;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #f47730;
  height: auto;
  width: 100%;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
}

.melding div {
  margin: 30px 50px 30px 50px;
}

.melding .close {
  display: block;
  position: absolute;
  top: -15px;
  right: 15px;
  background: url(../img/close2.png) no-repeat left top;
  height: 30px;
  width: 30px;
}

@media screen and (min-width: 375px) {
  #services .item .overlay h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (min-width: 480px) {
  #menu .navigation a {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  #menu .navigation {
    padding: 80px 0;
  }
  #menu .navigation a {
    font-size: 30px;
    line-height: 40px;
  }
  #services {
    margin-top: 30px;
  }
  #services .item {
    width: 47%;
    margin: 0 1.5% 3%;
  }
  #services .item .image, #services .item .overlay {
    height: 125px;
  }
  #content .jump-list .list-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
  #content .jump-list .list-item .content p {
    height: 144px;
  }
  #content .groups-list .list-item {
    width: calc(50% - 40px);
    margin-right: 80px;
  }
  #content .groups-list .list-item:nth-child(2n) {
    margin-right: 0;
  }
  #content .groups-list .list-item .content {
    padding-bottom: 20px;
  }
  #content .news-list .list-item {
    width: calc(50% - 40px);
  }
  #content .form h2 {
    font-size: 35px;
  }
  #content .times {
    -webkit-clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  }
  #content .times h2 {
    font-size: 35px;
  }
  #content .times ul li {
    padding: 0 40px;
  }
  #content .times ul li div {
    width: 30%;
  }
  #content .times ul li {
    padding: 0 25%;
    font-size: 16px;
  }
  #content .times ul li div.hour {
    width: 25%;
  }
  #content .conversion {
    width: calc(100% - 80px);
    padding: 30px 40px;
  }
  #content .conversion h2 {
    margin-bottom: 35px;
    font-size: 35px;
    line-height: 40px;
  }
  #content .conversion a {
    position: absolute;
    right: 35px;
    bottom: -35px;
  }
  footer {
    margin: 60px 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    width: 960px;
    margin: 0 auto;
  }
  .home header .logo .overlay {
    left: -140px;
    height: 480px;
    width: 240px;
  }
  #menu .navigation {
    width: 75%;
    margin: 0 12.5%;
  }
  #services .item {
    width: calc(25% - 30px);
    margin: 0 15px;
  }
  #services .item .image, #services .item .overlay {
    height: 140px;
  }
  #content .text {
    width: 80%;
    margin: 0 10%;
  }
  #content .jump-list .list-item {
    width: 90%;
    margin: 10px 5%;
  }
  #content .jump-list .list-item .image {
    float: left;
    height: 254px;
    width: 25%;
  }
  #content .jump-list .list-item .content {
    float: right;
    border: 1px solid #ececec;
    border-left: 0;
    height: calc(254px - 82px);
    width: calc(75% - 81px);
  }
  #content .jump-list .list-item .content p {
    height: 72px;
    width: 65%;
  }
  #content .groups-list {
    margin-bottom: -6px;
  }
  #content .groups-list .list-item {
    float: left;
    width: calc(33.33% - 60px);
    margin-right: 80px;
    margin-bottom: 80px;
  }
  #content .groups-list .list-item:nth-child(2n) {
    margin-right: 80px;
  }
  #content .groups-list .list-item:nth-child(3n) {
    margin-right: 0;
  }
  #content .news-list .list-item {
    width: calc(33.33% - 40px);
  }
  #content .carousel-container .carousel {
    height: 380px;
  }
  #content .carousel-container .carousel .item {
    height: 380px;
  }
  .product#content .times {
    float: right;
    height: 380px;
    width: 50%;
  }
  .product#content .carousel-container {
    width: 50%;
  }
  #content .left {
    width: calc(50% - 40px);
    margin-right: 80px;
  }
  #content .right {
    float: right;
    width: calc(50% - 40px);
  }
}

@media screen and (min-width: 1100px) {
  #services .item {
    overflow: hidden;
    -moz-transform: skew(-24deg);
    -webkit-transform: skew(-24deg);
    -o-transform: skew(-24deg);
    transform: skew(-24deg);
  }
  #services .item .overlay {
    opacity: 0;
    height: 150px;
  }
  #services .item .overlay h2 {
    -moz-transform: skew(24deg);
    -webkit-transform: skew(24deg);
    -o-transform: skew(24deg);
    transform: skew(24deg);
    font-size: 35px;
    line-height: 35px;
  }
  #services .item .image {
    height: 150px;
  }
  #services .item .image img {
    -moz-transform: skew(24deg);
    -webkit-transform: skew(24deg);
    -o-transform: skew(24deg);
    transform: skew(24deg);
  }
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1250px;
  }
  #content .warning h2 {
    width: 80%;
    margin: 0 10%;
    font-size: 40px;
    line-height: 45px;
  }
  #content .warning ul li {
    width: calc(50% - 65px);
  }
  #content .warning ul li:nth-child(even) {
    margin-left: 80px;
  }
  header .logo .overlay {
    left: -140px;
    height: 480px;
    width: 240px;
  }
  header .time {
    width: 967px;
  }
  #menu .navigation {
    width: 50%;
    margin: 0 25%;
  }
  #services {
    float: none;
    max-width: 1600px;
  }
  #services .item .overlay {
    height: 190px;
    width: 90%;
    padding: 0 7.5%;
  }
  #services .item .overlay h2 {
    font-size: 35px;
    line-height: 35px;
  }
  #services .item .image {
    height: 190px;
  }
  #services .item .image img {
    height: 220px !important;
    width: auto !important;
    margin-top: -15px !important;
    margin-left: -45px !important;
  }
  .product#content .times ul li {
    width: calc(100% - 105px);
    padding: 5px 30px 5px 75px;
    font-size: 18px;
  }
  .product#content .times .overlay-left, .product#content .times .overlay-right {
    display: none;
  }
  #content .conversion {
    width: calc(100% - 210px);
    margin-top: 26px;
    padding: 30px 80px;
  }
  #content .conversion h2 {
    width: 75%;
    margin-bottom: 0;
    text-align: left;
  }
  #content .conversion a {
    position: absolute;
    right: -5px;
    bottom: 50%;
    margin-bottom: -38px;
  }
  #content .conversion .overlay-left, #content .conversion .overlay-right {
    display: block;
  }
}

#homepageslider {
  width: 100%;
  height: 760px;
}

@media screen and (max-width: 768px) {
  #homepageslider {
    height: 500px;
  }
}

.opening {
  vertical-align: bottom;
}

.border-bottom-opening {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  font-size: 15px;
}
