@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*
 * Fonts
*/
/*
 * Buttons
*/
/*
 * Image URL
*/
/*
 * Tag
*/
/*
 * Custom Checkbox
*/
/*
 * Custom Radio Button
*/
/*
 * Set aspect ratio with text inside
*/
/*
 * Calc
*/
/*
 * Fonts
*/
/*
 * Buttons
*/
/*
 * Image URL
*/
/*
 * Tag
*/
/*
 * Custom Checkbox
*/
/*
 * Custom Radio Button
*/
/*
 * Set aspect ratio with text inside
*/
/*
 * Calc
*/
@font-face {
  font-family: 'IdealSans-Light';
  src: url("../fonts/IdealSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/IdealSans-Light.otf") format("opentype"), url("../fonts/IdealSans-Light.woff") format("woff"), url("../fonts/IdealSans-Light.ttf") format("truetype"), url("../fonts/IdealSans-Light.svg#IdealSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

.typography p a {
  font-weight: 600;
  text-decoration: underline;
}

.typography p a:hover {
  opacity: .8;
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 1em 0;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.35;
  color: #00aeef;
  text-transform: uppercase;
  margin-bottom: 0.83em;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 1em 0 .5em 0;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #00aeef;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.8em;
}

.text--large {
  font-size: 21px;
}

.text--white {
  color: #fff;
}

@media (max-width: 767px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 16px;
  }
  .text--large {
    font-size: 16px;
  }
}

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

.btn--green {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #fff;
  max-width: 246px;
  width: 100%;
  font-weight: 500;
}

.btn--green a {
  color: inherit;
  padding: 8px 20px;
  border: 3px solid #b1de60;
  border-radius: 40px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.btn--blue {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #fff;
  max-width: 246px;
  width: 100%;
  font-weight: 500;
  color: #00aeef;
}

.btn--blue a {
  color: inherit;
  padding: 8px 20px;
  border: 3px solid #6ac9f5;
  border-radius: 40px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.btn--white {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #fff;
  max-width: 246px;
  width: 100%;
  font-weight: 500;
}

.btn--white a {
  color: inherit;
  padding: 8px 20px;
  border: 3px solid #fff;
  border-radius: 40px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.btn--white a:hover {
  background-color: #fff;
  color: #b1de60;
}

input {
  font-family: 'Open Sans', sans-serif;
  border: 0;
}

input[type="text"] {
  padding: 5px 10px;
  height: 60px;
  width: 100%;
}

input[type="submit"] {
  cursor: pointer;
}

textarea {
  padding: 5px 10px;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 60px;
  background-image: url("/themes/magnumfilters/images/dropdown-btn.jpg");
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 5px 10px;
  width: 100%;
  border: 0;
}

button {
  cursor: pointer;
}

@media (max-width: 767px) {
  input[type="text"] {
    height: 40px;
  }
  select {
    height: 40px;
  }
}

.container {
  width: 100%;
  max-width: 1082px;
  margin: 0 auto;
}

.row {
  width: 100%;
  display: inline-block;
}

.v-center {
  display: table;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-smoothing: antialiased;
  -moz-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: #2b2b37;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:active {
  color: inherit;
}

.site__content.spacing-top {
  padding-top: 60px;
}

.bubbles {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

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

.visible-lg {
  display: block !important;
}

@media (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 13px;
  }
  .site__content.spacing-top {
    padding-top: 40px;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .content-block {
    overflow: hidden;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header__banner {
  width: 100%;
  height: 430px;
  overflow: hidden;
}

.header__banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #00aeef;
  opacity: .5;
}

.header__banner-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.header__banner-text {
  color: #fff;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.banner-text-inner {
  display: table-cell;
  vertical-align: middle;
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 0;
  z-index: 50;
  line-height: 0;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots span {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid #b1de60;
}

.slick-dots .slick-active span {
  background-color: #b1de60;
}

@media (max-width: 767px) {
  .header__banner {
    height: 250px;
  }
  .slick-dots {
    bottom: 20px;
  }
  .header__banner-text {
    padding: 0 20px;
  }
}

.site__header-top {
  background: #fff;
  height: 120px;
}

.site__header-top > .container {
  height: 100%;
  position: relative;
}

.site__logo {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}

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

.site__search input[type="text"] {
  height: 100%;
  width: 472px;
  max-width: 100%;
  font-size: 16px;
  border: 1px solid #00aeef;
}

.site__search .search-field {
  position: relative;
  max-width: 80%;
  height: 40px;
  border: 1px solid #fff;
  float: right;
}

.site__search input[type="submit"] {
  background-image: url("/themes/spaeuro/images/icon-search.png");
  background-repeat: no-repeat;
  background-color: #6ac9f5;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 38px;
  padding: 0;
  font-size: 0;
  color: transparent;
}

/* Navigation */
.site__nav {
  background-color: #00aeef;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

.site__nav.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

/* simple locale switcher */
.site__locale__standard {
  padding: 10px 0 0 10px;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.site__locale__standard a {
  display: inline-block;
  text-align: center;
}

.site__locale__standard p {
  text-transform: uppercase;
  font-size: 8px;
}

/* fancy locale switcher */
.site__locale {
  width: 78px;
  height: 38px;
  line-height: 22px;
  vertical-align: middle;
  position: relative;
  background: white;
  border: 1px solid #00aeef;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 41px;
  margin-left: 10px;
}

.site__locale::after {
  content: "\25BC";
  color: #00aeef;
  font-size: 0.5em;
  font-family: arial;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.site__locale:hover {
  overflow: visible;
}

.site__locale:hover .options .option label {
  display: inline-block;
}

.site__locale:hover .options {
  background: white;
  border: 1px solid #ccc;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 78px;
  height: 190px;
  z-index: 100;
}

.site__locale .options .option {
  overflow: hidden;
}

.site__locale:hover .options .option {
  height: 38px;
  overflow: hidden;
}

.site__locale .options .option img {
  vertical-align: middle;
  height: 38px;
  width: auto;
}

.site__locale .options .option label {
  display: none;
}

.site__locale .options .option input {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block;
  /* fix specific for Firefox */
  position: absolute;
  left: -10000px;
}

.site__locale .options .option input:checked + label {
  display: block;
  width: 100%;
}

.site__nav-items {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: inline-block;
  width: auto;
}

.site__nav-items li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
}

.site__nav-items li:not(.last) a:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 18px;
  background-color: #fff;
}

.site__nav-items li.first {
  padding-left: 0;
}

.site__nav-items li.last {
  padding-right: 0;
}

.site__nav-items li.current a {
  background-color: #fff;
  color: #00aeef;
}

.site__nav-items li.current:before {
  content: '';
  position: absolute;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}

.site__nav-items li.current:after {
  content: '';
  position: absolute;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}

.site__nav-items a {
  text-decoration: none;
  padding: 21px 23px;
  display: inline-block;
}

.site__nav-items a:hover {
  background-color: #fff;
  color: #00aeef;
}

.mobile-menu-button {
  display: none;
  text-align: left;
}

.icon-arrow {
  background-image: url("/themes/spaeuro/images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 18px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .site__locale__standard {
    min-width: 105px;
    right: 10px;
  }
  .site__locale__standard img {
    width: 16px;
  }
  .site__locale__standard a {
    margin: 0;
  }
  .site__locale__standard p {
    display: none;
  }
  .site__nav-items {
    display: none;
  }
  .mobile-menu-button {
    font-family: 'Montserrat', sans-serif;
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #00aeef;
    font-size: 13px;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
  }
  .site__nav-items {
    width: 100%;
  }
  .site__nav-items li {
    display: block;
    padding: 0;
    border-top: 1px solid #00aeef;
  }
  .site__nav-items li.last {
    border-bottom: 1px solid #00aeef;
  }
  .site__nav-items li:not(.last) a:after {
    display: none;
  }
  .site__nav-items a {
    display: inline-block;
    width: 100%;
    padding: 17px 35px;
  }
  .site__header-top {
    height: 65px;
  }
  .site__logo {
    width: 95px;
  }
  .site__search {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .site__search .search-field {
    height: 26px;
  }
  .site__search input[type="text"] {
    width: 155px;
  }
  .site__search input[type="submit"] {
    width: 26px;
    background-size: 70%;
  }
}

.site__footer {
  background-color: #032b3a;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.site__footer > .container {
  overflow: hidden;
  padding: 60px 0;
}

.site__footer-menu {
  font-family: 'Rubik', sans-serif;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-column-count: 2;
  column-count: 2;
  width: 41%;
  float: left;
  line-height: 27px;
}

.site__footer-menu li {
  color: #fff;
  text-transform: uppercase;
}

.site__footer-menu a {
  text-decoration: none;
}

.site__footer-contact {
  width: 31%;
  color: #fff;
  float: left;
  padding-right: 60px;
}

.site__footer-contact > div {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}

.site__footer-contact .footer-email {
  margin-bottom: 0;
}

.site__footer-contact .footer-email a {
  color: #6ac9f5;
  font-weight: 700;
}

.site__footer-contact p {
  margin: 0;
}

.site__footer-contact i {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-map {
  background-image: url("/themes/spaeuro/images/icon-location.png");
  width: 18px;
  height: 28px;
}

.icon-phone {
  background-image: url("/themes/spaeuro/images/icon-phone.png");
  width: 21px;
  height: 26px;
}

.icon-email {
  background-image: url("/themes/spaeuro/images/icon-mail.png");
  width: 22px;
  height: 14px;
}

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

.site__footer-map {
  width: 28%;
  float: right;
}

#footer-map {
  width: 100%;
  height: 153px;
}

.site__footer-bottom {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #032b3a;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
}

.site__footer-bottom p {
  margin: 0;
}

@media (max-width: 767px) {
  .site__footer > .container {
    padding: 30px 20px;
  }
  .site__footer-menu {
    width: 100%;
  }
  .site__footer-menu li {
    margin-bottom: 20px;
  }
  .site__footer-contact {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
  }
  .footer-phone li {
    display: inline-block;
  }
  .footer-phone li:first-of-type {
    margin-right: 10px;
  }
  .site__footer-map {
    width: 100%;
    margin-top: 30px;
  }
  #footer-map {
    height: 143px;
  }
}

.img-text-content .row {
  position: relative;
}

.img-text-content .container {
  position: relative;
  display: table;
  padding: 120px 0;
}

.img-text-content .bubbles {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.img-text-content__text {
  width: 50%;
  padding: 0px 20px;
}

.img--left .img-text-content__text {
  float: right;
}

.img--right .img-text-content__text {
  float: left;
}

.img-text-content__text h2 {
  margin-top: 0;
}

.img-text-content__img {
  width: 50%;
  padding-right: 20px;
}

.img--left .img-text-content__img {
  float: left;
}

.img--right .img-text-content__img {
  float: right;
}

.sub-content {
  width: 100%;
  display: inline-block;
  margin: 24px 0;
}

.sub-content.last {
  margin-bottom: 0;
}

.sub-content__icon {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
  border-right: 1px solid #6ac9f5;
}

.sub-content__text {
  display: table-cell;
  vertical-align: middle;
  width: 85%;
  padding: 5px 30px;
}

.sub-content__text h4, .sub-content__text p {
  margin: 0;
}

@media (max-width: 767px) {
  .img-text-content .container {
    padding: 30px 0;
  }
  .img-text-content .container .img-text-content__text {
    width: 100%;
  }
  .img-text-content .container .img-text-content__img {
    width: 100%;
    padding-bottom: 20px;
  }
}

.short-img-text-content .container {
  max-width: 980px;
}

.short-img-text-content .container.padding-top {
  padding-top: 100px;
}

.short-img-text-content .container.padding-bottom {
  padding-bottom: 100px;
}

.short-img-text-content .container.padding-top-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}

.short-img-text-content__row {
  position: relative;
  margin-bottom: 80px;
}

.short-img-text-content__row.odd .short-img-text-content__text {
  float: right;
}

.short-img-text-content__row.odd .short-img-text-content__img {
  float: left;
}

.short-img-text-content__row.odd .bubbles {
  left: -20%;
}

.short-img-text-content__row.even .short-img-text-content__text {
  float: left;
  text-align: right;
}

.short-img-text-content__row.even .short-img-text-content__img {
  float: right;
}

.short-img-text-content__row.even .bubbles {
  right: -20%;
}

.short-img-text-content__text {
  max-width: 600px;
  width: 100%;
  top: 180px;
  position: relative;
}

.short-img-text-content .bubbles {
  position: absolute;
  top: 0;
  z-index: -1;
}

.short-img-text-content p {
  font-size: 24px;
  line-height: 1.4;
}

.short-img-text-content h2 {
  margin-bottom: 0.2em;
}

@media (max-width: 767px) {
  .short-img-text-content .container.padding-top {
    padding-top: 60px;
  }
  .short-img-text-content .container.padding-bottom {
    padding-bottom: 0;
  }
  .short-img-text-content__row {
    margin-bottom: 20px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .short-img-text-content__text {
    max-width: none;
    top: auto;
    margin-top: 22px;
    text-align: center !important;
  }
  .short-img-text-content__img {
    float: none !important;
  }
  .short-img-text-content p {
    font-size: 16px;
  }
}

.no-skrollr .cta-content .parallax-bg {
  height: 100%;
}

.cta-content {
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.cta-content .parallax-bg {
  height: 130%;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.cta-content .row {
  padding: 60px 0 40px 0;
}

.cta-content p {
  font-size: 21px;
}

.cta-content p a {
  color: #fff;
}

.cta-content p a:hover {
  color: #fff;
}

.cta-content__title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  line-height: 1.09;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.cta-content__title h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 120px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cta-content p {
    font-size: 13px;
  }
  .cta-content__title h2 {
    font-size: 21px;
  }
  .cta-content__title img {
    max-width: 80%;
  }
}

.plain-content .row {
  padding: 38px 0;
}

@media (max-width: 767px) {
  .plain-content .row {
    padding: 38px 0;
  }
}

.HomePage .container-bg {
  background: none;
}

.contact-content {
  background-image: url("/themes/magnumfilters/images/bg-bottom-left.png"), url("/themes/magnumfilters/images/bg-bottom-right.png");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
}

.contact-content .row {
  padding: 137px 0;
}

.contact-content__left {
  width: 45.3%;
  display: table-cell;
  vertical-align: middle;
}

.contact-content__left h2 {
  margin-top: 0;
}

.contact-content__left .btn {
  margin-top: 20px;
}

.contact-content__right {
  width: 54.7%;
  display: table-cell;
  vertical-align: middle;
}

.contact-content__right a {
  text-decoration: none;
}

.contact-content__right figure {
  margin: 0 8px;
}

.contact-content__right figure img {
  width: 100%;
}

.contact-content__right figcaption {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #00aeef;
  position: relative;
  margin-top: 10px;
}

.contact-content__right figcaption:after {
  content: '>';
  position: absolute;
  right: 0;
}

.contact-content__link {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .contact-content {
    background-size: 30% auto, 60% auto;
  }
  .contact-content .row {
    padding: 54px 0 60px 0;
  }
  .contact-content__left {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
  }
  .contact-content__left .btn {
    max-width: none;
  }
  .contact-content__right {
    width: 100%;
    display: inline-block;
  }
  .contact-content__right figure {
    margin: 0 0 16px 0;
  }
  .contact-content__link {
    width: 100%;
    float: none;
  }
}

.distributor-form {
  background-color: #fff;
}

.distributor-form .row {
  padding: 90px 0 110px 0;
}

.distributor-form .container {
  max-width: 805px;
}

.distributor-form form {
  position: relative;
}

.distributor-form form .Actions {
  position: absolute;
  right: 0;
  top: 0;
}

.distributor-form input[type="text"],
.distributor-form select {
  border: 1px solid #00aeef;
}

.distributor-form button[type="submit"] {
  background-image: url("/themes/magnumfilters/images/icon-search.png");
  background-repeat: no-repeat;
  background-color: #6ac9f5;
  background-position: center;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: 0;
  width: 60px;
  height: 60px;
}

.distributor-form__text {
  margin-bottom: 20px;
}

#Form_DistributorSearchForm_Location_Holder {
  width: 43.47%;
  float: left;
  margin-right: 2.48%;
}

#Form_DistributorSearchForm_Keywords_Holder {
  width: 43.47%;
  float: left;
  position: relative;
}

#Form_DistributorSearchForm_Keywords_Holder label {
  position: absolute;
  top: 100%;
  left: 0;
  color: #00aeef;
  font-size: 14px;
  margin: 10px 0 0 0;
}

/* Distributor Results */
.result-listing .col-sm-4 {
  width: 40%;
  float: left;
  padding-right: 30px;
}

.result-listing .col-sm-8 {
  width: 60%;
  float: right;
}

.result-listing h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
}

.result-listing .sub-title {
  font-family: 'Montserrat', sans-serif;
}

.distributor-link {
  font-weight: 700;
  line-height: 1.38;
  word-break: break-all;
}

.distributor-link a {
  text-decoration: underline;
}

.online-stores {
  background-color: #8ea8c2;
}

.online-stores__heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #f9eb6e;
  margin-top: 50px;
}

.online-stores__listing {
  display: inline-block;
  width: 100%;
  border-top: 1px solid white;
  padding: 30px 0;
}

.online-stores__listing.first {
  border-top: 0;
}

.online-stores__listing h3 {
  color: #fff;
}

.online-stores__listing .sub-title {
  color: #fff;
}

.online-stores__listing .distributor-link a {
  color: #f9eb6e;
}

.stores {
  padding-top: 20px;
  padding-bottom: 70px;
}

.stores__listing {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #00aeef;
}

.stores__listing ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.stores__listing li {
  display: inline-block;
}

.stores__listing .sub-title {
  color: #00aeef;
}

.stores__listing .distributor-link a {
  color: #6ac9f5;
}

.stores__listing .distributor-address {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .distributor-form .row {
    padding: 30px 0 0 0;
  }
  .distributor-form form .Actions {
    position: static;
    float: right;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .distributor-form button[type="submit"] {
    width: 40px;
    height: 40px;
  }
  #Form_DistributorSearchForm_Location_Holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #Form_DistributorSearchForm_Keywords_Holder {
    width: 100%;
  }
  #Form_DistributorSearchForm_Keywords_Holder label {
    font-size: 13px;
  }
  .result-listing h3 {
    font-size: 13px;
  }
  .result-listing .col-sm-4 {
    padding-right: 20px;
  }
  .online-stores__heading {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .stores__listing .col-sm-4 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .stores__listing .col-sm-8 {
    width: 100%;
  }
  .stores__listing .distributor-address {
    display: block;
    margin-right: 0;
  }
  .stores__listing .distributor-link {
    margin-top: 15px;
  }
  .stores__listing.last {
    border-bottom: 0;
  }
}

.productResults .container {
  max-width: 1038px;
}

.productResults .pager {
  font-size: 15px;
  color: #6ac9f5;
  text-align: center;
  margin-bottom: 60px;
}

.productResults .pager span {
  width: 30px;
  height: 30px;
  border: 1px solid #6ac9f5;
  display: inline-block;
  line-height: 30px;
  margin: 0 2px;
}

.productResults .pager span.current {
  background-color: #6ac9f5;
  color: #abf22b;
}

.productResults .pager span.next {
  margin-left: 22px;
}

.productResults .pager span.prev {
  margin-right: 22px;
}

.product-page .content-block__container {
  background: none;
}

.product-page .content-block > .container {
  max-width: 992px;
}

.product-search-form {
  background-color: #00aeef;
  position: relative;
  margin-bottom: 50px;
}

.product-search-form .container {
  max-width: 992px;
}

.product-search-form .row {
  padding: 50px 0;
}

.product-search-form__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
}

.product-search-form__subtext {
  color: #abf22b;
  font-size: 14px;
  display: inline-block;
  margin: 20px 0 0 0;
}

.product-search-form form {
  float: left;
  width: 100%;
  max-width: 799px;
}

.product-search-form .btn {
  float: right;
  width: 100%;
  max-width: 170px;
  color: #fff;
}

.product-search-form .btn a {
  padding: 15px 20px;
}

.product-search-form .btn a:hover {
  background-color: #fff;
  color: #b1de60;
}

.product-search-form fieldset {
  float: left;
  width: 89.98%;
}

.product-search-form #Form_ProductSearchForm_OuterDiameter_Holder {
  width: 48.67%;
  float: left;
  margin-right: 2.66%;
}

.product-search-form #Form_ProductSearchForm_FilterLength_Holder {
  width: 48.67%;
  float: left;
}

.product-search-form .Actions {
  float: left;
  margin-left: 20px;
}

.product-search-form button[type="submit"] {
  background-image: url("/themes/magnumfilters/images/icon-search.png");
  background-repeat: no-repeat;
  background-color: #6ac9f5;
  background-position: center;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: 0;
  width: 60px;
  height: 60px;
}

/* Product Results */
#search-result {
  padding-bottom: 50px;
}

.product__row {
  margin-bottom: 30px;
  border: 1px solid #e1e5ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__imgs {
  width: 325px;
  float: left;
  text-align: center;
}

.product__imgs.other-products {
  width: 230px;
}

.product__imgs .slick-dots {
  bottom: 30px;
}

.product__img {
  height: 100%;
}

.product__img img {
  margin: 0 auto;
}

.product__table-container {
  float: right;
  width: 713px;
}

.product__table {
  float: left;
  font-size: 16px;
  font-weight: 600;
}

.product__table th {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  height: 40px;
}

.product__table td {
  padding: 0 20px;
  height: 40px;
  line-height: 1.2;
  width: 60%;
}

.product__table tr td:first-child {
  font-weight: 700;
  text-transform: uppercase;
  width: 40%;
}

.product__table--left {
  width: 424px;
}

.product__table--left th {
  background-color: #b1de60;
}

.product__table--left tr td:first-child {
  background-color: rgba(177, 222, 96, 0.2);
}

.product__table--right {
  width: 287px;
}

.product__table--right th {
  background-color: #00aeef;
}

.product__table--right tr td:first-child {
  background-color: rgba(0, 174, 239, 0.2);
}

.product__comment {
  background-color: rgba(249, 235, 110, 0.2);
  clear: both;
  padding: 10px 20px;
  font-size: 16px;
}

.product__comment strong {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .product-page .plain-content .row {
    padding: 60px 0 30px 0;
  }
  .product-search-form .row {
    padding-bottom: 120px;
  }
  .product-search-form__text {
    font-size: 16px;
  }
  .product-search-form__subtext {
    font-size: 13px;
  }
  .product-search-form fieldset {
    width: 100%;
  }
  .product-search-form #Form_ProductSearchForm_OuterDiameter_Holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .product-search-form #Form_ProductSearchForm_FilterLength_Holder {
    width: 100%;
  }
  .product-search-form .Actions {
    position: absolute;
    right: 20px;
    margin-left: 0;
    bottom: 50px;
  }
  .product-search-form .btn {
    position: absolute;
    right: 80px;
    bottom: 50px;
  }
  .product-search-form .btn a {
    padding: 5px 20px;
  }
  .product-search-form button[type="submit"] {
    width: 40px;
    height: 40px;
  }
  #search-result {
    padding: 20px 0;
  }
  .product__row {
    display: inline-block;
    margin-bottom: 20px;
  }
  .product__imgs {
    padding-bottom: 32px;
    width: 100%;
  }
  .product__imgs .slick-dots {
    bottom: 20px;
  }
  .product__table {
    font-size: 13px;
  }
  .product__table-container {
    width: 100%;
  }
  .product__table--left {
    width: 100%;
  }
  .product__table--right {
    width: 100%;
  }
  .product__table th {
    font-size: 16px;
    padding: 0 10px;
  }
  .product__table td {
    padding: 0 10px;
  }
  .product__comment {
    font-size: 13px;
    padding: 10px;
  }
}

.contact-page {
  background-image: url("/themes/magnumfilters/images/bg-top-left.png"), url("/themes/magnumfilters/images/bg-top-right.png");
  background-repeat: no-repeat;
  background-position: left top, right top;
}

.contact-form__header {
  margin-bottom: 50px;
}

.contact-form__header h2 {
  margin-bottom: 0;
}

.contact-form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 90px 0;
}

.contact-form select,
.contact-form textarea,
.contact-form input[type="text"] {
  border: 1px solid #6ac9f5;
}

.contact-form textarea {
  width: 100%;
  resize: none;
}

.contact-form .field {
  display: inline-block;
  width: 100%;
}

.contact-form .field.text {
  width: 48.65%;
  float: left;
  margin-bottom: 20px;
}

.contact-form .field.text:nth-child(odd) {
  margin-right: 2.7%;
}

.contact-form .field.dropdown {
  margin-bottom: 20px;
}

.contact-form .Actions {
  text-align: right;
  margin-top: 10px;
}

.contact-form button[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #6ac9f5;
  color: #aaf12b;
  border: 0;
  padding: 18px;
  min-width: 130px;
}

.contact-form button[type="submit"]:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  .contact-page {
    background-size: 20% auto, 30% auto;
  }
  .contact-form {
    padding: 40px 0;
  }
  .contact-form__header {
    margin-bottom: 30px;
  }
  .contact-form .field.text {
    width: 100%;
  }
  .contact-form .field.text:nth-child(odd) {
    margin-right: 0;
  }
  .contact-form button[type="submit"] {
    padding: 8px;
  }
}

.FAQPage .content-block__container {
  padding: 80px 0;
}

.faqTopLink {
  text-decoration: underline;
}

.faqTopLink:hover {
  opacity: .8;
  text-decoration: underline;
}

.faqHolder {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .FAQPage .content-block__container {
    padding: 40px 0;
  }
  .faqHolder {
    margin: 20px 0;
  }
}

#SpaCoverOrderingPage {
  max-width: 1038px;
  margin: 0 auto;
  width: 100%;
}

#SpaCoverOrderingPage .form-title {
  text-transform: lowercase;
  text-align: center;
}

#SpaCoverOrderingPage .form-title .dark-blue {
  color: #302363;
}

#SpaCoverOrderingPage .form-title .light-blue {
  color: #00ACF2;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm {
  margin-top: 50px;
  margin-bottom: 50px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .row {
  width: 100%;
  border: 2px solid #7175AD;
  margin: 10px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .col-6 {
  width: 50%;
  float: left;
  height: 380px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .col-6.left .middleColumn {
  display: inline-block;
  width: 400px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .col-6.left label {
  width: 85px;
  float: left;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .col-8 {
  width: 60%;
  float: left;
  height: 246px;
  position: relative;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .col-4 {
  width: 40%;
  float: left;
  height: 246px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .right {
  border-left: 2px solid #7175AD;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .inner-col {
  width: 33%;
  float: right;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .inner-col.left {
  width: 46%;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .center {
  text-align: center;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm h3 {
  background-color: #77b7cd;
  color: white;
  margin: 0;
  height: 50px;
  padding: 8px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm li {
  list-style: none;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm li .radio, #SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm li .checkbox {
  height: 15px !important;
  width: auto !important;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .img {
  margin-bottom: 1em;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverOrderForm_CoverOrderForm_CoverShape, #SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverOrderForm_CoverOrderForm_Colour, #SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverOrderForm_CoverOrderForm_StrapPosition {
  padding-left: 6px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverShape li, #SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #StrapPosition li {
  width: 69px;
  text-align: center;
  display: inline-block;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #Colour li {
  width: 81px;
  text-align: center;
  display: inline-block;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .colour-labels {
  text-align: center;
  margin-top: -62px;
  margin-bottom: 0px;
  color: white;
  font-size: 11px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .colour-labels p {
  width: 86px;
  display: inline-block;
  padding: 5px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #StrapPosition {
  padding-left: 20px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #StrapPosition .middleColumn {
  display: inline-block;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .dimensions-img, #SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .insulation-img {
  display: inline-block;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #InsulationThickness {
  float: right;
  max-width: 252px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #InsulationThickness ul {
  padding: 0;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #InsulationThickness ul li {
  margin: 15px 15px 30px 0;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #Extras {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #7175AD;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #Extras li {
  display: inline-block;
  width: 22%;
  margin-top: 20px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #ExtrasSpaCap {
  display: inline-block;
  width: 70%;
  position: relative;
  margin-left: -65px;
  margin-top: 20px;
  text-align: right;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #ExtrasSpaCap li {
  display: inline-block;
  width: 32%;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverOrderForm_CoverOrderForm_ExtrasSpaCapOther_Holder {
  display: inline-block;
  width: 100px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverOrderForm_CoverOrderForm_SpaCap {
  margin-left: 38px;
  margin-top: 20px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .dimensions-holder .middleColumn {
  float: right;
  width: 80px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .dimensions-holder select {
  background: none;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  border: 1px solid #00aeef;
  border-radius: 3px;
  width: 80px;
  height: auto;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .dimensions-holder .metric-unit {
  position: absolute;
  right: 20px;
  bottom: -10px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .composite {
  overflow: hidden;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .composite .field input {
  height: 30px;
  width: 100%;
  border: 1px solid #00aeef;
  border-radius: 3px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .composite .field input.invalid {
  border: 1px solid #ff0033;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .composite .field textarea {
  height: 100px;
  width: 100%;
  border: 1px solid #00aeef;
  border-radius: 3px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .composite .field label {
  font-size: 16px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .Actions {
  text-align: center;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .field.text, #SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm .field.textarea {
  margin: 10px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverOrderForm_CoverOrderForm_Make_Holder, #SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverOrderForm_CoverOrderForm_Model_Holder, #SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverOrderForm_CoverOrderForm_Year_Holder {
  width: 30%;
  display: inline-block;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverOrderForm_CoverOrderForm_Make_Holder .middleColumn, #SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverOrderForm_CoverOrderForm_Model_Holder .middleColumn, #SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm #CoverOrderForm_CoverOrderForm_Year_Holder .middleColumn {
  display: inline-block;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm button[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #6ac9f5;
  color: #aaf12b;
  border: 0;
  padding: 18px;
  min-width: 130px;
}

#SpaCoverOrderingPage #CoverOrderForm_CoverOrderForm button[type="submit"]:hover {
  opacity: .8;
}

/*# sourceMappingURL=main.css.map*/