@charset "UTF-8";
/* ============================================================================
 Stylesheet by: Daniel Pattiasina & Sean Doldersum, © 2017 Moddit www.moddit.nl
 ============================================================================ */
/*********************
 IMPORTING PARTIALS
 These files are needed at the beginning so that we establish all
 our mixins, functions, and variables that we'll be using across
 the whole project.
 *********************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p, pre {
  margin: 1em 0;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 20px 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  display: block;
  border-radius: 10px;
}
q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}
menu, ol, ul {
  padding: 0;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
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;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, button, input, select, textarea {
  color: #222;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
img, fieldset {
  border: 0;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
/* ===========================================
 Variables
 =========================================== */
/* Media Queries */
/* Grid */
/* Colors */
/* Typography colors */
/* Container colors */
/* Notice colors */
/* Font Awesome */
/* Font families */
/* Font properties */
/* Containers */
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Sass Functions
 You can do a lot of really cool things in Sass. Functions help you
 make repeated actions a lot easier. They are really similar to mixins,
 but can be used for so much more.
 Anyway, keep them all in here so it's easier to find when you're
 looking for one.
 For more info on functions, go here:
 http://sass-lang.com/documentation/Sass/Script/Functions.html
 ******************************************************************/
/*********************
 COLOR FUNCTIONS
 These are helpful when you're working
 with shadows and such things. It's essentially
 a quicker way to write RGBA.
 Example:
 box-shadow: 0 0 4px black(0.3);
 compiles to:
 box-shadow: 0 0 4px rgba(0,0,0,0.3);
 *********************/
/*********************
 RESPONSIVE HELPER FUNCTION
 If you're creating a responsive site, then
 you've probably already read
 Responsive Web Design: http://www.abookapart.com/products/responsive-web-design
 Here's a nice little helper function for calculating
 target / context
 as mentioned in that book.
 Example:
 width: cp(650px, 1000px);
 or
 width: calc-percent(650px, 1000px);
 both compile to:
 width: 65%;
 *********************/
/* ============================================================================
 Mixins
 ============================================================================ */
/* @include transition(all 0.2s ease-in-out); */
/* @include transform(translateY(-50%)); */
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* @include box-sizing(border-box); */
/* @include border-radius(50%); */
/* @include box-shadow(0 0 2px 0 rgba(0,0,0,0.2); */
/* ===========================================
 Typography
 =========================================== */
/* Font face */
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.eot');
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Bold.eot');
  src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* Basics */
body {
  color: #182936;
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/* Titles */
.title {
  color: #182936;
  margin: 0 0 20px;
  font-style: normal;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 56px;
}
.subtitle {
  color: #182936;
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
  margin: 0 0 10px;
}
.smallTitle {
  color: #182936;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 46px;
  margin: 0 0 20px;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #182936;
}
h1, .articleContent h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}
h2, .articleContent h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 30px 0 10px;
}
h3, .articleContent h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 30px 0 10px;
}
h4, .articleContent h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 30px 0 10px;
}
h5, .articleContent h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 30px 0 10px;
}
h6, .articleContent h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 30px 0 10px;
}
/* Paragraphs */
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 20px 0;
}
/* Lists */
ul, ol {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  list-style: initial;
  margin: 20px 0;
}
/* Links */
a {
  color: #80dede;
  text-decoration: none;
}
a:hover {
  color: #6cd9d9;
}
a.disabled {
  color: #cfcfcf;
  pointer-events: none;
}
/* Misc */
blockquote {
  border-left: 2px solid #000;
  color: #182936;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0;
  padding: 0 30px;
}
blockquote p {
  color: #182936;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
code {
  background-color: #e6e6e6;
}
.desc {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
}
.desc a {
  color: #80dede;
}
.desc .Btn {
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}
/* Utilities */
.whiteText, .whiteText a, .whiteText .title, .whiteText .subtitle, .whiteText .smallTitle, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p {
  color: #fff;
}
.textWrap {
  margin: 0 0 20px;
}
.textWrap .title, .textWrap .subtitle, .textWrap .smallTitle {
  margin: 0;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
/* Responsive */
@media screen and (max-width: 1220px) {
  .title, h1, .articleContent h1 {
    font-size: 43.2px;
    line-height: 50.4px;
  }
  .subtitle {
    font-size: 25.2px;
    line-height: 30.6px;
  }
  .smallTitle {
    font-size: 34.2px;
    line-height: 41.4px;
  }
  h2, h3, .articleContent h2, .articleContent h3 {
    font-size: 18px;
    line-height: 28.8px;
  }
  h4, h5, h6, .articleContent h4, .articleContent h5, .articleContent h6 {
    font-size: 18px;
    line-height: 25.2px;
  }
}
@media screen and (max-width: 960px) {
  .title {
    font-size: 38.4px;
    line-height: 44.8px;
  }
  .subtitle {
    font-size: 22.4px;
    line-height: 27.2px;
  }
  .smallTitle {
    font-size: 30.4px;
    line-height: 36.8px;
  }
  h2, h3, .articleContent h2, .articleContent h3 {
    font-size: 16px;
    line-height: 25.6px;
  }
  h4, h5, h6, .articleContent h4, .articleContent h5, .articleContent h6 {
    font-size: 16px;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 720px) {
  /*.subtitle {
   font-size: ($subtitleSize * .7);
   line-height: ($subtitleHeight * .7);
   }*/
  .title {
    font-size: 33.6px;
    line-height: 39.2px;
  }
  .smallTitle {
    font-size: 26.6px;
    line-height: 32.2px;
  }
}
@media screen and (max-width: 480px) {
  /*.subtitle {
   font-size: ($subtitleSize * .6);
   line-height: ($subtitleHeight * .6);
   }*/
  .title {
    font-size: 28.8px;
    line-height: 33.6px;
  }
  .smallTitle {
    font-size: 22.8px;
    line-height: 27.6px;
  }
}
/* ===========================================
 Forms
 =========================================== */
form {
  display: block;
}
.alignCenter .contactForm form {
  margin: 0 auto;
}
.widthForm form {
  max-width: 100%;
}
form .formGroup {
  margin: 0 0 10px;
}
form label {
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  display: block;
  font-weight: 400;
  margin: 0 0 5px;
}
form input, form select, form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  background: #fff;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  color: #c2c2c2;
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  line-height: 38px;
  margin-bottom: 5px;
  overflow: visible;
  padding: 0 15px;
  width: 100%;
}
form select {
  padding: 5px 5px 5px 15px;
  color: #000;
  cursor: pointer;
}
form textarea {
  height: 200px;
  min-height: 100px;
  max-height: 300px;
  resize: vertical;
  padding: 3px 15px;
}
form input:focus, form textarea:focus, form select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input[type="radio"], form input[type="checkbox"] {
  width: inherit !important;
  height: inherit;
  background: none;
}
form input:focus:invalid:focus, form textarea:focus:invalid:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input[type="submit"], form button[type="submit"] {
  display: block;
  outline: none;
  border: none;
  text-indent: 0;
  margin: 0;
  background-color: #80dede;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* Custom styling */
  display: inline-block;
  margin-top: 0;
}
form .checkWrap input[type="radio"], form .checkWrap input[type="checkbox"] {
  display: inline-block;
  line-height: 40px;
  margin: 8px 5px 0 0;
  vertical-align: top;
  cursor: pointer;
}
form .checkWrap label {
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  margin: 0;
  vertical-align: top;
}
form .checkWrap label img {
  float: left;
  line-height: 30px;
  margin: 0 10px 0 0;
  max-height: 30px;
  max-width: 30px;
  width: auto;
}
form input[type="file"] {
  background: none;
  height: inherit;
  padding: inherit;
}
.sideBar form input, .sideBar form select, .sideBar form textarea, .sideBar form button {
  width: 100%;
}
.contactForm form input, .contactForm form textarea {
  width: 100%;
}
.contactForm div.wpcf7-response-output {
  border: none;
  color: #909090;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.contactForm span.wpcf7-not-valid-tip {
  background: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  opacity: 0.75;
  padding: 3px 9px;
  position: absolute;
  right: 10px;
  top: -10px;
}
.contactForm span.wpcf7-form-control-wrap {
  display: block !important;
  position: relative;
}
.contactForm p:first-of-type {
  margin-top: 0;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item, .contactForm .wpcf7-radio span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item label, .contactForm .wpcf7-radio span.wpcf7-list-item label {
  cursor: pointer;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item label input, .contactForm .wpcf7-radio span.wpcf7-list-item label input {
  margin: 0 5px 0 0;
}
/* ============================================================================
 Grid
 ============================================================================ */
.cols {
  /* overflow: hidden; */
  margin: 0 0 0 -17px;
}
.cols:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.cols.hugeGutter {
  margin-left: -80px;
}
.cols.largeGutter {
  margin-left: -30px;
}
.cols.smallGutter {
  margin-left: -2px;
}
.cols.noGutter {
  margin-left: 0;
}
.cols:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.cols > div {
  float: left;
  padding-left: 17px;
  margin-bottom: 17px;
}
.cols.hugeGutter > div {
  padding-left: 80px;
}
.cols.largeGutter > div {
  padding-left: 30px;
}
.cols.smallGutter > div {
  padding-left: 2px;
}
.cols.noGutter > div {
  padding-left: 0;
}
.cols.hugeBottom > div {
  margin-bottom: 80px;
}
.cols.largeBottom > div {
  margin-bottom: 30px;
}
.cols.smallBottom > div {
  margin-bottom: 2px;
}
.cols.noBottom > div {
  margin-bottom: 0;
}
.cols > .clearRow {
  float: none;
  clear: both;
  margin-bottom: 0;
  width: 100%;
}
.cols > .col-right {
  float: right;
}
.col-hide {
  display: none;
}
.col-full {
  width: 100% !important;
}
.col-1 {
  width: 100%;
}
.col-2-1 {
  width: 50%;
}
.col-3-2 {
  width: 66.666666%;
}
.col-3-1 {
  width: 33.333333%;
}
.col-4-3 {
  width: 75%;
}
.col-4-1 {
  width: 25%;
}
.col-5-4 {
  width: 80%;
}
.col-5-3 {
  width: 60%;
}
.col-5-2 {
  width: 40%;
}
.col-5-1 {
  width: 20%;
}
.cols-10-1 > div {
  width: 10%;
}
.col-9-5 {
  width: 55%;
}
.col-9-4 {
  width: 45%;
}
.cols-9 > div {
  width: 11.1111111%;
}
.cols-8 > div {
  width: 12.5%;
}
.cols-6 > div {
  width: 16.6666666%;
}
.cols-5 > div {
  width: 20%;
}
.cols-4 > div {
  width: 25%;
}
.cols-3 > div {
  width: 33.3333333%;
}
.cols-2 > div {
  width: 50%;
}
.clearCols.cols-2 > div:nth-child(2n+1) {
  clear: left;
}
.cols-1 > div {
  width: 100%;
}
/* ============================================================================
 Media Queries
 ============================================================================ */
@media screen and (max-width: 1244px) {
  .colXL-hide {
    display: none;
  }
  .colXL-show {
    display: block;
  }
  .colsXL-alignCenter {
    text-align: center;
  }
  .colsXL-alignLeft {
    text-align: left;
  }
  .colsXL-alignRight {
    text-align: right;
  }
  .colXL-clear {
    clear: both;
  }
  .colXL-left {
    float: left;
  }
  .colXL-right {
    float: right;
  }
  .colXL-alignLeft {
    text-align: left;
  }
  .colXL-alignRight {
    text-align: right;
  }
  .colXL-alignCenter {
    text-align: center;
  }
  .cols.colsXL-hugeGutter {
    margin-left: -80px;
  }
  .cols.colsXL-largeGutter {
    margin-left: -30px;
  }
  .cols.colsXL-mediumGutter {
    margin-left: -17px;
  }
  .cols.colsXL-smallGutter {
    margin-left: -2px;
  }
  .cols.colsXL-noGutter {
    margin-left: 0;
  }
  .cols.colsXL-hugeGutter > div {
    padding-left: 80px;
  }
  .cols.colsXL-largeGutter > div {
    padding-left: 30px;
  }
  .cols.colsXL-mediumGutter > div {
    padding-left: 17px;
  }
  .cols.colsXL-smallGutter > div {
    padding-left: 2px;
  }
  .cols.colsXL-noGutter > div {
    padding-left: 0;
  }
  .cols.colsXL-hugeBottom > div {
    margin-bottom: 80px;
  }
  .cols.colsXL-largeBottom > div {
    margin-bottom: 30px;
  }
  .cols.colsXL-mediumBottom > div {
    margin-bottom: 17px;
  }
  .cols.colsXL-smallBottom > div {
    margin-bottom: 2px;
  }
  .cols.colsXL-noBottom > div {
    margin-bottom: 0;
  }
  .colsXL-10 > div {
    width: 10%;
  }
  .colsXL-8 > div {
    width: 12.5%;
  }
  .colsXL-6 > div {
    width: 16.6666666%;
  }
  .colsXL-5 > div {
    width: 20%;
  }
  .colsXL-4 > div {
    width: 25%;
  }
  .colsXL-3 > div {
    width: 33.3333333%;
  }
  .colsXL-2 > div {
    width: 50%;
  }
  .colsXL-1 > div {
    width: 100%;
  }
  .colXL-1 {
    width: 100%;
  }
  .colXL-2-1 {
    width: 50%;
  }
  .colXL-3-2 {
    width: 66.6666666%;
  }
  .colXL-3-1 {
    width: 33.3333333%;
  }
  .colXL-4-3 {
    width: 75%;
  }
  .colXL-4-1 {
    width: 25%;
  }
  .colXL-5-4 {
    width: 80%;
  }
  .colXL-5-3 {
    width: 60%;
  }
  .colXL-5-2 {
    width: 40%;
  }
  .colXL-5-1 {
    width: 20%;
  }
  .colXL-6-5 {
    width: 25%;
  }
  .colXL-6-1 {
    width: 16.6666666%;
  }
  .colXL-8-1 {
    width: 12.5%;
  }
  .colXL-10-1 > div {
    width: 10%;
  }
}
@media screen and (max-width: 960px) {
  .colL-hide {
    display: none;
  }
  .colL-show {
    display: block;
  }
  .colL-clear {
    clear: both;
  }
  .colsL-alignCenter {
    text-align: center;
  }
  .colsL-alignLeft {
    text-align: left;
  }
  .colsL-alignRight {
    text-align: right;
  }
  .colL-left {
    float: left;
  }
  .colL-right {
    float: right;
  }
  .colL-alignLeft {
    text-align: left;
  }
  .colL-alignRight {
    text-align: right;
  }
  .colL-alignCenter {
    text-align: center;
  }
  .cols.colsL-hugeGutter {
    margin-left: -80px;
  }
  .cols.colsL-largeGutter {
    margin-left: -30px;
  }
  .cols.colsL-mediumGutter {
    margin-left: -17px;
  }
  .cols.colsL-smallGutter {
    margin-left: -2px;
  }
  .cols.colsL-noGutter {
    margin-left: 0;
  }
  .cols.colsL-hugeGutter > div {
    padding-left: 80px;
  }
  .cols.colsL-largeGutter > div {
    padding-left: 30px;
  }
  .cols.colsL-mediumGutter > div {
    padding-left: 17px;
  }
  .cols.colsL-smallGutter > div {
    padding-left: 2px;
  }
  .cols.colsL-noGutter > div {
    padding-left: 0;
  }
  .cols.colsL-hugeBottom > div {
    margin-bottom: 80px;
  }
  .cols.colsL-largeBottom > div {
    margin-bottom: 30px;
  }
  .cols.colsL-mediumBottom > div {
    margin-bottom: 17px;
  }
  .cols.colsL-smallBottom > div {
    margin-bottom: 2px;
  }
  .cols.colsL-noBottom > div {
    margin-bottom: 0;
  }
  .colsL-10 > div {
    width: 10%;
  }
  .colsL-8 > div {
    width: 12.5%;
  }
  .colsL-6 > div {
    width: 16.6666666%;
  }
  .colsL-5 > div {
    width: 20%;
  }
  .colsL-4 > div {
    width: 25%;
  }
  .colsL-3 > div {
    width: 33.3333333%;
  }
  .colsL-2 > div {
    width: 50%;
  }
  .colsL-1 > div {
    width: 100%;
  }
  .colL-1 {
    width: 100%;
  }
  .colL-2-1 {
    width: 50%;
  }
  .colL-3-2 {
    width: 66.6666666%;
  }
  .colL-3-1 {
    width: 33.3333333%;
  }
  .colL-4-3 {
    width: 75%;
  }
  .colL-4-1 {
    width: 25%;
  }
  .colL-5-4 {
    width: 80%;
  }
  .colL-5-3 {
    width: 60%;
  }
  .colL-5-2 {
    width: 40%;
  }
  .colL-5-1 {
    width: 20%;
  }
  .colL-6-5 {
    width: 25%;
  }
  .colL-6-1 {
    width: 16.6666666%;
  }
  .colL-8-1 {
    width: 12.5%;
  }
  .colL-10-1 > div {
    width: 10%;
  }
}
@media screen and (max-width: 720px) {
  .colM-hide {
    display: none;
  }
  .colM-show {
    display: block;
  }
  .colM-clear {
    clear: both;
  }
  .colsM-alignCenter {
    text-align: center;
  }
  .colsM-alignLeft {
    text-align: left;
  }
  .colsM-alignRight {
    text-align: right;
  }
  .colM-left {
    float: left;
  }
  .colM-right {
    float: right;
  }
  .colM-alignLeft {
    text-align: left;
  }
  .colM-alignRight {
    text-align: right;
  }
  .colM-alignCenter {
    text-align: center;
  }
  .cols.colsM-hugeGutter {
    margin-left: -80px;
  }
  .cols.colsM-largeGutter {
    margin-left: -30px;
  }
  .cols.colsM-mediumGutter {
    margin-left: -17px;
  }
  .cols.colsM-smallGutter {
    margin-left: -2px;
  }
  .cols.colsM-noGutter {
    margin-left: 0;
  }
  .cols.colsM-hugeGutter > div {
    padding-left: 80px;
  }
  .cols.colsM-largeGutter > div {
    padding-left: 30px;
  }
  .cols.colsM-mediumGutter > div {
    padding-left: 17px;
  }
  .cols.colsM-smallGutter > div {
    padding-left: 2px;
  }
  .cols.colsM-noGutter > div {
    padding-left: 0;
  }
  .cols.colsM-hugeBottom > div {
    margin-bottom: 80px;
  }
  .cols.colsM-largeBottom > div {
    margin-bottom: 30px;
  }
  .cols.colsM-mediumBottom > div {
    margin-bottom: 17px;
  }
  .cols.colsM-smallBottom > div {
    margin-bottom: 2px;
  }
  .cols.colsM-noBottom > div {
    margin-bottom: 0;
  }
  .colsM-10 > div {
    width: 10%;
  }
  .colsM-8 > div {
    width: 12.5%;
  }
  .colsM-6 > div {
    width: 16.6666666%;
  }
  .colsM-5 > div {
    width: 20%;
  }
  .colsM-4 > div {
    width: 25%;
  }
  .colsM-3 > div {
    width: 33.3333333%;
  }
  .colsM-2 > div {
    width: 50%;
  }
  .colsM-1 > div {
    width: 100%;
  }
  .colM-1 {
    width: 100%;
  }
  .colM-2-1 {
    width: 50%;
  }
  .colM-3-2 {
    width: 66.6666666%;
  }
  .colM-3-1 {
    width: 33.3333333%;
  }
  .colM-4-3 {
    width: 75%;
  }
  .colM-4-1 {
    width: 25%;
  }
  .colM-5-4 {
    width: 80%;
  }
  .colM-5-3 {
    width: 60%;
  }
  .colM-5-2 {
    width: 40%;
  }
  .colM-5-1 {
    width: 20%;
  }
  .colM-6-5 {
    width: 25%;
  }
  .colM-6-1 {
    width: 16.6666666%;
  }
  .colM-8-1 {
    width: 12.5%;
  }
  .colM-10-1 > div {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .colS-hide {
    display: none;
  }
  .colS-show {
    display: block;
  }
  .colS-clear {
    clear: both;
  }
  .colsS-alignCenter {
    text-align: center;
  }
  .colsS-alignLeft {
    text-align: left;
  }
  .colsS-alignRight {
    text-align: right;
  }
  .colS-left {
    float: left;
  }
  .colS-right {
    float: right;
  }
  .colS-alignLeft {
    text-align: left;
  }
  .colS-alignRight {
    text-align: right;
  }
  .colS-alignCenter {
    text-align: center;
  }
  .cols.colsS-hugeGutter {
    margin-left: -80px;
  }
  .cols.colsS-largeGutter {
    margin-left: -30px;
  }
  .cols.colsS-mediumGutter {
    margin-left: -17px;
  }
  .cols.colsS-smallGutter {
    margin-left: -2px;
  }
  .cols.colsS-noGutter {
    margin-left: 0;
  }
  .cols.colsS-hugeGutter > div {
    padding-left: 80px;
  }
  .cols.colsS-largeGutter > div {
    padding-left: 30px;
  }
  .cols.colsS-mediumGutter > div {
    padding-left: 17px;
  }
  .cols.colsS-smallGutter > div {
    padding-left: 2px;
  }
  .cols.colsS-noGutter > div {
    padding-left: 0;
  }
  .cols.colsS-hugeBottom > div {
    margin-bottom: 80px;
  }
  .cols.colsS-largeBottom > div {
    margin-bottom: 30px;
  }
  .cols.colsS-mediumBottom > div {
    margin-bottom: 17px;
  }
  .cols.colsS-smallBottom > div {
    margin-bottom: 2px;
  }
  .cols.colsS-noBottom > div {
    margin-bottom: 0;
  }
  .colsS-10 > div {
    width: 10%;
  }
  .colsS-8 > div {
    width: 12.5%;
  }
  .colsS-6 > div {
    width: 16.6666666%;
  }
  .colsS-5 > div {
    width: 20%;
  }
  .colsS-4 > div {
    width: 25%;
  }
  .colsS-3 > div {
    width: 33.3333333%;
  }
  .colsS-2 > div {
    width: 50%;
  }
  .colsS-1 > div {
    width: 100%;
  }
  .colS-1 {
    width: 100%;
  }
  .colS-2-1 {
    width: 50%;
  }
  .colS-3-2 {
    width: 66.6666666%;
  }
  .colS-3-1 {
    width: 33.3333333%;
  }
  .colS-4-3 {
    width: 75%;
  }
  .colS-4-1 {
    width: 25%;
  }
  .colS-5-4 {
    width: 80%;
  }
  .colS-5-3 {
    width: 60%;
  }
  .colS-5-2 {
    width: 40%;
  }
  .colS-5-1 {
    width: 20%;
  }
  .colS-6-5 {
    width: 25%;
  }
  .colS-6-1 {
    width: 16.6666666%;
  }
  .colS-8-1 {
    width: 12.5%;
  }
  .colS-10-1 > div {
    width: 10%;
  }
}
/* ===========================================
 Buttons
 =========================================== */
.Btn {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #80dede;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  vertical-align: top;
  width: auto;
  z-index: 1;
}
.Btn:hover {
  background-color: #a8e9e9;
  color: #fff;
}
.altBtn {
  background-color: #182936;
}
.altBtn:hover {
  background-color: #284459;
}
.lightBtn {
  background-color: #f5f5f5;
  color: #3c3c3c;
}
.lightBtn:hover {
  background-color: #dcdcdc;
  color: #3c3c3c;
}
.darkBtn {
  background-color: #3c3c3c;
}
.darkBtn:hover {
  background-color: #161616;
}
.disabledBtn {
  pointer-events: none;
  background-color: #f5f5f5;
  color: #cfcfcf;
}
.fullBtn {
  display: block;
  width: 100%;
}
.Link {
  color: #828282;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
}
.Link i {
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
.squareBtn {
  display: inline-block;
  vertical-align: top;
  background-color: #80dede;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  width: 94px;
  height: 94px;
  line-height: 94px;
  font-size: 50px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.squareLink {
  display: inline-block;
  vertical-align: top;
}
.squareLink > span {
  display: inline-block;
  vertical-align: top;
  line-height: 94px;
  padding: 0 15px;
}
html.no-touchevents .Link:hover i {
  margin-left: 10px;
}
html.no-touchevents .squareBtn:hover {
  color: #fff;
  background-color: #a8e9e9;
}
html.no-touchevents a:hover .Link i {
  margin-left: 10px;
}
html.no-touchevents a:hover .squareBtn {
  color: #fff;
  background-color: #a8e9e9;
}
@media screen and (max-width: 720px) {
  .squareBtn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .squareLink > span {
    line-height: 60px;
  }
}
/* ===========================================
 Containers
 =========================================== */
.siteWrap {
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.container {
  min-height: 100%;
  background-color: #fff;
}
.innerContainer {
  overflow: auto;
  padding: 0 0 700px;
}
.wrapper {
  margin: 0 auto;
  padding: 0;
}
.wrapper:before, .wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.inner {
  margin: 0 auto;
  position: relative;
  width: 1130px;
}
.inner .inner {
  width: 100%;
}
/* Standard paddings and margins */
.content {
  padding: 30px 0;
}
.padding {
  padding: 60px 0;
}
.noMargin {
  margin: 0;
}
.noPadding {
  padding: 0;
}
/* Content sizes */
.largeContent {
  max-width: 850px;
}
.halfContent {
  max-width: 750px;
}
.mediumContent {
  max-width: 650px;
}
.smallContent {
  max-width: 550px;
}
.tinyContent {
  max-width: 450px;
}
.miniContent {
  max-width: 350px;
}
.alignCenter .largeContent, .alignCenter.largeContent, .alignCenter .halfContent, .alignCenter.halfContent, .alignCenter .mediumContent, .alignCenter.mediumContent, .alignCenter .smallContent, .alignCenter.smallContent, .alignCenter .tinyContent, .alignCenter.tinyContent {
  margin: 0 auto;
}
/* Pushes */
.push {
  height: 50px;
}
.smallPush {
  height: 30px;
}
.tinyPush {
  height: 12px;
}
/* Utilities */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.noFlow {
  overflow: hidden;
}
/* Backgrounds */
.lightBg {
  background-color: #f5f5f5;
}
.whiteBg {
  background-color: #fff;
}
.lightGreyBg {
  background-color: #e6e6e6;
}
.greyBg {
  background-color: #c2c2c2;
}
.darkBg {
  background-color: #3c3c3c;
}
.purpleBg {
  background-color: #2f1a39;
}
.blueBg {
  background-color: #0097d5;
}
.babyBlueBg {
  background-color: #e7ebf1;
}
.greenBg {
  background-color: #063;
}
.blackBg {
  background-color: #000;
}
.mainBg {
  background-color: #80dede;
}
.secondBg {
  background-color: #182936;
}
/* Swipebox */
#swipebox-overlay {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  background-color: transparent;
}
#swipebox-close {
  background-color: #000;
}
/* Video */
.vidWrap {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 40px 0;
}
.vidWrap > iframe {
  display: block;
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* Maps */
.googleMap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#gmap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.googleMap img {
  max-width: inherit;
  height: inherit;
}
/* ============================================================================
 Globals
 ============================================================================ */
#wpadminbar {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #wpadminbar {
    display: none;
  }
  html.js {
    margin-top: 0 !important;
  }
}
body.logged-in .scss_errors {
  position: fixed;
  top: 50px;
  left: 50px;
  right: 50px;
  background-color: #fff;
  z-index: 50;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  background: #fff;
  height: 100%;
}
body {
  min-height: 100%;
  min-width: 1150px;
}
/* ============================================================================
 Breadcrumbs
 ============================================================================ */
.breadCrumbs {
  padding: 10px 0;
  width: 100%;
}
.breadCrumbs p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
  color: #3c3c3c;
}
.breadCrumbs p a {
  color: #3c3c3c;
  text-decoration: none;
  border-bottom: none;
}
.breadCrumbs i {
  font-size: 8px;
  margin: 0 5px;
}
.breadCrumbs p a:hover {
  color: #80dede;
  text-decoration: underline;
}
/* ============================================================================
 Nieuws / Article
 ============================================================================ */
.articleWrap {
  background-color: #fff;
  padding: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #dcdcdc;
}
.articleHeader {
  border-bottom: 1px solid #dcdcdc;
}
.articleHeader .title {
  line-height: 45px;
  margin: 0 0 20px;
}
.articleContent:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.articleContent p a {
  text-decoration: underline;
  color: #299c9c;
}
.pageContent {
  -moz-column-count: 2;
  -moz-column-gap: 28px;
  -webkit-column-count: 2;
  -webkit-column-gap: 28px;
  column-count: 2;
  column-gap: 28px;
  margin: 0;
}
.articleContent.pageContent p {
  margin: 0 0 20px;
}
.pageContent h1, .pageContent h2, .pageContent h3, .pageContent h4, .pageContent h5, .pageContent h6 {
  margin: 0 0 30px;
}
.articleContent .desc {
  font-size: 19px;
  line-height: 30px;
}
.articleContent ul {
  list-style: outside disc;
  padding: 0 0 0 20px;
}
.articleContent ul li {
  vertical-align: top;
}
.articleContent ol {
  list-style: outside decimal;
  padding: 0 0 0 20px;
}
.articleContent ol li {
  vertical-align: top;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.articleImg, .articleContent .articleImg {
  display: block;
  padding: 5px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  margin: 0 0 30px 30px;
  float: right;
}
.articleImg img, .articleContent .articleImg img {
  width: 100%;
}
.fullImg img {
  width: 100%;
}
.postSocials {
  max-width: 280px;
}
.articleContent img {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #dcdcdc;
  background-color: #e8e8e8;
}
.articleContent img.alignleft {
  float: left;
  margin: 10px 30px 10px 0;
}
.articleContent img.alignright {
  float: right;
  margin: 10px 0 10px 30px;
}
#impressionSlider .slides li {
  display: none;
  max-width: 480px;
}
#impressionSlider .slides li a {
  display: block;
}
.articleContent table {
  width: 100%;
}
.articleContent table th, .articleContent table td {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 20px;
}
.articleContent table th {
  background-color: #80dede;
  color: #fff;
  font-weight: bold;
  border-color: #58d3d3;
}
/* ============================================================================
 Page submenu
 ============================================================================ */
.submenuTitle {
  color: #182936;
  font-size: 18px;
  line-height: 45px;
  font-weight: 700;
  margin: 0 0 20px;
}
.childPagesMenu {
  margin: 0;
}
.childPagesMenu li {
  margin: 0;
  font-size: 14px;
  padding: 10px 0;
  line-height: 18px;
  font-weight: 300;
  border-bottom: 1px solid #dcdcdc;
}
.childPagesMenu li a {
  color: #182936;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.childPagesMenu li a:hover {
  text-decoration: underline;
}
.childPagesMenu li i {
  color: #80dede;
  width: 30px;
  line-height: 25px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.childPagesMenu li.current_page_item i {
  color: #80dede;
}
/* ============================================================================
 Pagination
 ============================================================================ */
.pagination {
  text-align: center;
}
.pagination li {
  display: inline-block;
  font-size: 13px;
}
.pagination li a, .pagination li span {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.pagination li a {
  color: #fff;
  background: #80dede;
}
.pagination li:hover a {
  background: #80dede;
}
.pagination li span {
  background: #80dede;
  color: #fff;
}
/* ============================================================================
 Search
 ============================================================================ */
.searchResult {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #182936;
}
.searchResult p {
  font-size: 12px;
  line-height: 18px;
}
/* ============================================================================
 Animations
 ============================================================================ */
.animWrap .animThis, .animGroup .animThis {
  opacity: 0;
}
.animated {
  /*!
   Animate.css - http://daneden.me/animate
   Licensed under the MIT license - http://opensource.org/licenses/MIT
   Copyright (c) 2015 Daniel Eden
   */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes hue {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 2000px 50%;
  }
}
@keyframes hue {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 2000px 50%;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes hue {
  from {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* ===========================================
 Notices
 =========================================== */
/* 
 <div class="modditNotice modditNoticeInfo">
 <p>Informational modditNotice</p>
 <a href="#" class="modditNoticeClose"><i class="fa fa-times"></i></a>
 </div>
 */
.modditNotice {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  max-width: 500px;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
  width: 90%;
}
.modditNotice + .modditNotice:not(.modditNoticeFixedTop):not(.modditNoticeFixedBottom) {
  margin-top: 10px;
}
.modditNotice:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.modditNotice p:first-of-type, .modditNotice ul:first-of-type {
  margin-top: 0;
}
.modditNotice p:last-of-type, .modditNotice ul:last-of-type {
  margin-bottom: 0;
}
/* Positions */
.modditNoticeFixedTop, .modditNoticeFixedBottom, .modditNoticeFixedCenter {
  position: fixed;
  z-index: 999999;
}
.modditNoticeFixedTop {
  top: 30px;
}
.modditNoticeFixedBottom {
  bottom: 30px;
}
.modditNoticeFixedLeft {
  left: 30px;
}
.modditNoticeFixedCenter {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
}
.modditNoticeFixedRight {
  right: 30px;
}
/* Colors */
.modditNoticeInfo:before {
  background-color: #3498db;
}
.modditNoticeSuccess:before {
  background-color: #2ecc71;
}
.modditNoticeWarning:before {
  background-color: #f39c12;
}
.modditNoticeError:before {
  background-color: #e74c3c;
}
/* Close */
.modditNoticeClose {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c2c2c2;
  padding: 5px 10px;
  right: 10px;
}
.modditNoticeClose:hover {
  color: #a9a9a9;
}
/* ===========================================
 Custom notices
 =========================================== */
.sitenotice {
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 300px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}
.sitenoticeContent {
  overflow: hidden;
  padding: 20px;
}
.sitenoticeContent h3 {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}
.sitenoticeContent .sitenoticeDesc {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 20px;
}
.sitenoticeContent .sitenoticeDesc p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}
.sitenoticeContent .sitenoticeDesc a {
  text-decoration: underline;
}
.sitenotice .Btn {
  margin: 10px 0 0;
  line-height: 40px;
  font-size: 13px;
}
.cookieNotice {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(60, 60, 60, 0.8);
}
.cookieNoticeContent {
  overflow: hidden;
  padding: 20px 0;
}
.cookieNoticeContent h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.cookieNoticeContent .cookieNoticeDesc {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.cookieNoticeContent .cookieNoticeDesc p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.cookieNoticeContent .cookieNoticeDesc a {
  text-decoration: underline;
}
.cookieNotice .Btn {
  float: right;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 480px) {
  .cookieNotice .Btn {
    float: none;
    margin: 0 0 10px;
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
  }
}
/* ===========================================
 Modal
 =========================================== */
.modal {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #dcdcdc;
  display: none;
  max-height: calc(100vh - 100px);
  max-width: 750px;
  position: fixed;
  top: 50px;
  width: 90%;
  z-index: 1100;
  overflow: auto;
}
.modalHeader {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px;
}
.modalTitle {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
}
.modalContent {
  padding: 20px;
}
.modalContent > :first-child {
  margin-top: 0;
}
.modalContent > :last-child {
  margin-bottom: 0;
}
.modalFooter {
  border-top: 1px solid #dcdcdc;
  padding: 20px;
  text-align: right;
}
.modalBackdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 60, .8);
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
}
body.modalActive {
  overflow: hidden;
}
/*********************
 IMPORTING MODULES
 Modules are reusable blocks or elements we use throughout the project.
 We can break them up as much as we want or just keep them all in one.
 I mean, you can do whatever you want. The world is your oyster. Unless
 you hate oysters, then the world is your peanut butter & jelly sandwich.
 *********************/
/* ===========================================
 Header
 =========================================== */
.topBar {
  height: 8px;
  background-color: #182936;
}
.topBarDash {
  width: 50px;
  height: 8px;
  background-color: #80dede;
}
.header {
  min-height: 260px;
  padding: 0 0 34%;
  height: 0;
  overflow: hidden;
  background-color: #182936;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.header.homeHeader {
  padding: 0;
  min-height: 500px;
  height: 82vh;
}
.headerContent {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}
.headerVid {
  font-size: 16px;
  line-height: 44px;
  padding: 0 0 0 50px;
  position: relative;
  margin: 30px 0 10px;
}
.headerVid i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  font-size: 40px;
}
.headerVid a {
  color: #fff;
}
.headerDesc p {
  max-width: 400px;
  font-size: 16px;
  float: right;
}
.headerBtn {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
}
.headerMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}
.header.productHeader {
  padding: 0;
  height: 200px;
  min-height: inherit;
}
/* ===========================================
 Footer
 =========================================== */
.footer {
  clear: both;
  min-height: 700px;
  margin-top: -700px;
  /* negative footer height */
  position: relative;
  width: 100%;
  background-color: #182936;
}
.footerTop {
  background: url(../images/footerBg.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 255px;
}
.footer .logo {
  margin-top: 80px;
  position: relative;
}
.footer .logo:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: -80px;
  width: 50px;
  height: 10px;
  background-color: #80dede;
  left: 0;
}
.footerSlogan {
  margin: 80px 0 0;
  font-size: 30px;
  line-height: 88px;
  float: right;
  color: #fff;
  text-align: center;
}
.footerTitle {
  margin: 0 0 20px;
  font-size: 48px;
  line-height: 58px;
  padding-right: 58px;
  position: relative;
  display: inline-block;
}
.footerTitle:after {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 8px;
  right: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  color: #182936;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: "FontAwesome";
  content: "\f1d9";
}
.footerDesc {
  opacity: 0.5;
}
.footer form input {
  border: none;
}
.footer form input:focus {
  -webkit-box-shadow: 3px 0 0 0 #80dede inset;
  -moz-box-shadow: 3px 0 0 0 #80dede inset;
  -ms-box-shadow: 3px 0 0 0 #80dede inset;
  box-shadow: 3px 0 0 0 #80dede inset;
}
.socialIcons {
  margin: 8px 0 50px;
}
.socialIcons li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
}
.socialIcons li a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  color: #182936;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.socialIcons li a:hover {
  background-color: #80dede;
  color: #fff;
}
.copyright {
  float: left;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 30px;
  opacity: 0.4;
}
.footerMenu {
  float: left;
}
.footerMenu ul {
  list-style: none;
  margin: 0;
}
.footerMenu ul li {
  padding: 0 0 0 20px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  opacity: 0.3;
  float: left;
  position: relative;
}
.footerMenu ul li:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  content: "-";
  width: 20px;
  left: 0;
  top: 0;
  text-align: center;
}
.footerMenu ul li:first-child {
  padding: 0;
}
.footerMenu ul li:first-child:before {
  display: none;
}
.footerMenu ul li a {
  display: block;
  color: #fff;
}
.modditM {
  display: block;
  float: right;
  margin: 0;
  width: 30px;
  height: 30px;
}
.modditM svg {
  display: block;
  width: 30px;
  height: 30px;
}
.modditM svg .mIcon {
  fill: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modditM:hover svg .mIcon {
  fill: #2263a8;
}
/* ===========================================
 Menu
 =========================================== */
.headerMenu {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.headerMenu .inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0 10px;
}
.logo {
  display: block;
  width: 290px;
  height: 60px;
  float: left;
  text-indent: -99999px;
  background: url(../images/rotaserve.svg) no-repeat 0 50%;
  background-size: contain;
  margin: 28px 0 0;
}
@media screen and (max-width: 960px) {
  .logo {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    width: 250px;
  }
}
.menuRight {
  float: right;
}
.menuIcons {
  float: right;
}
.menuSearch {
  width: 200px;
  float: left;
}
.menuSearch input {
  width: 170px;
  height: 30px;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 10px;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  float: left;
}
.menuSearch input::-webkit-input-placeholder {
  opacity: 0.8;
  color: #fff;
}
.menuSearch input::-moz-placeholder {
  opacity: 0.8;
  color: #fff;
}
.menuSearch input:-ms-input-placeholder {
  opacity: 0.8;
  color: #fff;
}
.menuSearch input:-moz-placeholder {
  opacity: 0.8;
  color: #fff;
}
.menuSearch button[type="submit"] {
  margin: 0;
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  padding: 0;
  color: #fff;
  background-color: transparent;
}
.menuLang {
  float: left;
  margin: 0;
  line-height: 0;
}
.menuLang li {
  float: left;
  display: block;
  opacity: 0.5;
  line-height: 0;
}
.menuLang li a {
  display: block;
  padding: 10px 2px;
}
.menuLang li a img {
  display: block;
  width: 15px;
  height: 10px;
}
.menuLang li.active {
  opacity: 1;
}
.menuLang li:hover {
  opacity: 1;
}
.menuLang li.home a {
  width: 50px;
  text-align: center;
  padding: 0;
}
.mainMenu {
  clear: both;
}
.mainMenu ul {
  margin: 0;
}
.mainMenu ul li {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 58px;
  font-weight: 700;
  text-transform: uppercase;
}
.mainMenu ul li.home span {
  display: none;
}
.mainMenu ul li.cart {
  font-size: 18px;
}
.mainMenu ul li.cart span {
  display: none;
}
.mainMenu ul li.cart a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #80dede;
  height: 48px;
  width: 100%;
  z-index: -1;
}
.mainMenu ul li.cart a:hover:after {
  background-color: #a8e9e9;
}
.mainMenu ul li a {
  display: block;
  padding: 0 18px;
  color: #fff;
  position: relative;
}
.mainMenu ul li a:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #80dede;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainMenu ul li a:hover:before {
  opacity: 1;
}
.mainMenu ul li.current-menu-item.cart a, .mainMenu ul li.current_page_item.cart a {
  color: #fff;
}
.mainMenu ul li.current-menu-item a, .mainMenu ul li.current_page_item a {
  color: #80dede;
}
.menuToggle {
  position: relative;
  display: none;
  float: right;
  width: 50px;
  height: 58px;
  font-size: 15px;
  line-height: 58px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mtBars {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mtBar {
  position: absolute;
  width: 34px;
  height: 3px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mtBarTop {
  margin-top: -8px;
}
.mtBarBottom {
  margin-top: 8px;
}
.menuToggle.active .mtBar {
  margin: 0;
}
.menuToggle.active .mtBarTop {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menuToggle.active .mtBarBottom {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.menuToggle.active .mtBarTop, .menuToggle.active .mtBarBottom {
  margin: 0;
  -webkit-transition: margin 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.6s;
  transition: margin 0.3s ease-in-out, transform 0.3s ease-in-out 0.6s;
}
.menuToggle.active .mtBarMiddle {
  width: 0;
  -webkit-transition: width 0.3s ease-in-out 0.3s;
  transition: width 0.3s ease-in-out 0.3s;
}
/* ===========================================
 Panel
 =========================================== */
.panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #80dede;
  padding: 0;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  z-index: 6;
}
.panelOverlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #182936;
  opacity: 0.8;
  z-index: 5;
  display: none;
}
.panelInner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
  transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
}
.panelMenu {
  padding: 0 0 30px;
}
.panelMenu ul {
  margin: 0;
  padding: 30px 0 0;
  overflow: hidden;
}
.panelMenu ul li {
  float: none;
  font-size: 30px;
  line-height: 50px;
  margin: 0;
  padding: 0 30px;
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
  font-weight: 700;
}
.panelMenu ul li.home i, .panelMenu ul li.cart i {
  display: none;
}
.panelMenu ul li.home span, .panelMenu ul li.cart span {
  display: inherit;
}
.panelMenu ul li.current-menu-item a, .panelMenu ul li.current-menu-parent a {
  color: #fff;
}
.panelMenu ul li a {
  padding: 5px 0;
  display: block;
  color: rgba(255, 255, 255, .5);
}
.panelMenu ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.panel .closePanel {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  color: #80dede;
  cursor: pointer;
}
.panel .menuSearch {
  width: 100%;
  float: none;
  padding: 0 80px 0 30px;
}
.panel .menuSearch input {
  height: 50px;
  line-height: 40px;
  width: calc(100% - 50px);
  font-size: 14px;
}
.panel .menuSearch button[type="submit"] {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
body.lock .panel {
  width: 100%;
  padding: 0;
  /* Custom styling */
  max-width: 100%;
  width: 400px;
}
body.lock .panelInner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s, visibility 0.2s ease-in-out 0.2s;
}
body.lock .panelMenu ul li {
  opacity: 1;
}
/* ===========================================
 Blocks
 =========================================== */
.block {
  display: block;
  background-color: #fff;
}
.blockImg {
  background-color: #c2c2c2;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
}
.blockImg img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
  width: 100%;
  max-height: inherit;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  will-change: transform;
  background-color: #fff;
}
.blockImg.blockImgHigh {
  padding-bottom: calc(110% + 44px);
}
.blockImg.blockImgHigh img {
  left: 50%;
  top: 50%;
  bottom: inherit;
  right: inherit;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: inherit;
}
.blockContent {
  padding: 30px 0;
}
.blockTitle {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.blockTitleSearch {
  height: 34px;
}
.blockDesc {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px;
  color: #182936;
  height: 44px;
  overflow: hidden;
}
.block.ipBlock .blockTitle, .block.ipBlock .blockDesc {
  height: auto;
  overflow: visible;
  text-overflow: initial;
  white-space: initial;
}
html.no-touchevents a.block:hover .blockImg img {
  opacity: 0.4;
}
@media screen and (max-width: 960px) {
  .blockImg.blockImgHigh {
    padding-bottom: 55%;
  }
}
/* ===========================================
 Moddit Styling
 =========================================== */
.featuredBlocks {
  border-top: 2px solid #fff;
}
.featuredBlock {
  display: block;
  border: 1px solid #fff;
}
.featuredBlockImg {
  position: relative;
  height: 0;
  padding-bottom: 55%;
  overflow: hidden;
}
.featuredBlockImg img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
  width: 100%;
  max-height: inherit;
}
.featuredBlockContent {
  padding: 60px 15% 60px 10%;
  position: relative;
}
.featuredBlockContent:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  background-color: #80dede;
  left: 10%;
  top: 0;
  width: 75%;
  height: 10px;
}
.featuredBlockContent1 {
  padding-left: 0;
}
.featuredBlockContent1:before {
  left: 0;
}
.featuredBlockTitle {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1244px) {
  .featuredBlockTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  .featuredBlocks .inner {
    width: 100%;
  }
  .featuredBlockImg {
    padding-bottom: 30%;
  }
  .featuredBlockContent {
    padding: 30px 15% 40px 5%;
  }
  .featuredBlockContent:before {
    left: 5%;
    width: 80%;
  }
}
/* ===========================================
 Vision
 =========================================== */
.visionWrap {
  height: 0;
  position: relative;
  padding-bottom: 34%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 28px;
  min-height: 250px;
}
.visionContent {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -28px;
}
/* ===========================================
 Img Load
 =========================================== */
.imgLoad .imgWrap {
  position: relative;
}
.imgLoad .imgWrap:before, .imgLoad .imgWrap:after {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
}
.imgLoad .imgWrap:before {
  background-color: #c2c2c2;
  z-index: 1;
  top: 0;
  -webkit-transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.5s;
  transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.5s;
}
.imgLoad .imgWrap:after {
  background-color: #fff;
  z-index: 2;
  top: 0;
  -webkit-transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
.imgLoad .imgWrap.loaded:before, .imgLoad .imgWrap.loaded:after {
  height: 0%;
}
.imgLoad2 .imgWrap:before {
  -webkit-transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.7s;
  transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.7s;
}
.imgLoad2 .imgWrap:after {
  -webkit-transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.2s;
  transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.2s;
}
.imgLoad3 .imgWrap:before {
  -webkit-transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.9s;
  transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.9s;
}
.imgLoad3 .imgWrap:after {
  -webkit-transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.4s;
  transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.4s;
}
.imgLoad4 .imgWrap:before {
  -webkit-transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 1.1s;
  transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 1.1s;
}
.imgLoad4 .imgWrap:after {
  -webkit-transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.6s;
  transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.6s;
}
.imgLoad5 .imgWrap:before {
  -webkit-transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 1.3s;
  transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 1.3s;
}
.imgLoad5 .imgWrap:after {
  -webkit-transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.8s;
  transition: height 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.8s;
}
/* ===========================================
 Service
 =========================================== */
.serviceBlock {
  background-color: #e7ebf1;
  padding: 30px 20px;
  text-align: center;
}
.serviceBlockIcon {
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 20px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.serviceBlockIcon img {
  width: 100%;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.serviceBlockTitle {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
.serviceBlockDesc {
  margin: 0;
  font-size: 13px;
  line-height: 25px;
  height: 125px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .serviceBlock {
    text-align: left;
  }
  .serviceBlockTitle, .serviceBlockDesc {
    height: auto;
  }
  .serviceBlockIcon {
    float: left;
    margin: 0 20px 0 0;
    width: 100px;
    height: 100px;
  }
  .serviceBlockContent {
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .serviceBlock {
    text-align: center;
  }
  .serviceBlockIcon {
    float: none;
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
  }
}
.faqBlock {
  background-color: #e7ebf1;
  padding: 30px 20px;
}
.faqBlock h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 26px;
}
.faqBlock p {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
}
/* ===========================================
 Products
 =========================================== */
.metricToggle {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
}
.metricToggle > * {
  display: inline-block;
  vertical-align: top;
}
.metricToggle > span {
  font-size: 12px;
  line-height: 26px;
  color: #182936;
}
.metricToggle div {
  position: relative;
  margin: 0 5px;
  width: 50px;
  height: 26px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-color: #80dede;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6 inset;
  -moz-box-shadow: 0 0 0 1px #e6e6e6 inset;
  -ms-box-shadow: 0 0 0 1px #e6e6e6 inset;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
}
.metricToggle div span {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
body.metric .metricToggle div span {
  left: 3px;
}
body.imperial .metricToggle div span {
  left: 27px;
}
@media screen and (max-width: 960px) {
  .metricToggle {
    right: 40px;
  }
}
.productCols {
  overflow: hidden;
}
.productCols:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  background: url(../images/loader.svg) no-repeat 50% 50% #80dede;
  background-size: 30px 30px;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 3;
  bottom: 20px;
  right: -80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: spin;
  animation-name: spin;
}
.productCols.loading .cols {
  opacity: 0.5;
}
.productCols.loading:before {
  right: 20px;
}
.productFilters {
  position: relative;
}
.productFilters.active .filterHeader {
  display: block;
}
.productFilters.active .filterHeader:before {
  content: "\f056";
  color: #80dede;
}
.filterHeader {
  margin: 0;
  padding: 0 0 20px;
  font-size: 28px;
  line-height: 30px;
  position: relative;
  padding-right: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.filterHeader:before {
  position: absolute;
  content: "\f055";
  font-family: "FontAwesome";
  display: none;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #c2c2c2;
  right: 0;
  top: 5px;
}
.filterTitle {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding-right: 30px;
}
.filterTitle:before {
  position: absolute;
  content: "\f055";
  font-family: "FontAwesome";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #c2c2c2;
  right: 0;
  top: 5px;
}
.filterTitle:hover:before {
  color: #80dede;
}
.filterGroups {
  overflow: hidden;
}
.filterGroup {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 20px;
  margin: 20px 0 0;
}
.filterGroup.active .filterTitle:before {
  content: "\f056";
  color: #80dede;
}
.filterGroup.active .filterList {
  max-height: inherit;
  margin: 20px 0 0;
}
.filterList {
  margin: 0;
  max-height: 0;
  overflow: hidden;
}
.filterList li {
  font-size: 14px;
  line-height: 32px;
  display: block;
}
.filterList li a {
  color: #182936;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 38px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.filterList li a:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  width: 22px;
  height: 22px;
  top: 5px;
  left: 0;
  background-color: #d4dae5;
}
.filterList li a:after {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  display: none;
  line-height: 22px;
  text-align: center;
  width: 22px;
  height: 22px;
  top: 5px;
  left: 0;
  color: #80dede;
}
.filterList li a:hover {
  color: #80dede;
  text-decoration: underline;
}
.filterList li.active a:after {
  display: block;
}
.filterField input, .filterField select {
  line-height: 48px;
  height: 48px;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
}
.filterField input {
  width: calc(100% - 90px);
}
.filterField select {
  width: 80px;
}
.filterGroupsHidden {
  padding: 20px 0 0;
}
.filterGroupsHidden .filterGroup {
  display: none;
}
.filterGroupsHidden.active .filterGroup {
  display: block;
}
.filterGroupsHidden.active .filterGroupsToggle i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  .filterHeader {
    cursor: pointer;
  }
  .filterHeader:before {
    display: block;
  }
  .filterGroups {
    max-height: 0;
  }
  .productFilters.active .filterGroups {
    max-height: inherit;
  }
  .filterGroup {
    margin: 10px 0 0;
    padding: 0 0 10px;
  }
}
.isImperial {
  display: none;
}
body.imperial .isImperial {
  display: block;
}
body.imperial .isMetric {
  display: none;
}
.productCatalog {
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.productCatalog p {
  margin: 10px 0;
  font-size: 15px;
}
.productCatalog p a {
  color: #80dede;
  text-decoration: underline;
}
.productBlock {
  display: block;
  position: relative;
}
.productBlockImg {
  height: 0;
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.productBlockImg img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
}
.productBlockImg .view360 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background: url(../images/360.png) no-repeat 50% 50%;
  background-size: 30px 22px;
  pointer-events: none;
  z-index: 2;
}
.productBlockContent {
  padding: 10px 20px;
  text-align: center;
}
.productBlockTitle {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #182936;
}
.productBlockOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  z-index: 3;
  padding: 0 0 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 55px 0 rgba(60, 60, 60, 0.2);
  -moz-box-shadow: 0 0 55px 0 rgba(60, 60, 60, 0.2);
  -ms-box-shadow: 0 0 55px 0 rgba(60, 60, 60, 0.2);
  box-shadow: 0 0 55px 0 rgba(60, 60, 60, 0.2);
}
.productBlockOverlayContent {
  position: relative;
  height: 100%;
}
.productBlockOverlayContentInner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.productBlockOverlayContent h4 {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: #182936;
}
.productBlockOverlayContent p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #182936;
}
.productBlockOverlayContent ul {
  margin: 20px 0 0;
}
.productBlockOverlayContent ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.productBlockOverlayContent ul li img {
  display: block;
  width: 32px;
  height: 32px;
}
.productBlockOverlayContent ul li > span {
  display: block;
  font-size: 12px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #182936;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.productBlockOverlayContent ul li.hide {
  display: none;
}
.productBlockOverlayFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  background-color: #80dede;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
}
.productBlockOverlayFooter i {
  margin-left: 10px;
  font-size: 20px;
  line-height: 60px;
  vertical-align: top;
}
.productBlock:hover .productImg {
  opacity: 0.1;
}
.productBlock:hover .productBlockOverlay {
  opacity: 1;
}
.cantFind {
  clear: both;
  padding: 0 20px;
}
#productImgSlider {
  border: 1px solid #e6e6e6;
  height: 0;
  overflow: hidden;
  padding: 0 0 100%;
  position: relative;
}
.prodImg {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 63.6458%;
  overflow: hidden;
}
.prodImg .has360 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/rotate.png) no-repeat 50% 50%;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flash;
  animation-name: flash;
}
.prodImg .imgWrap img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  width: auto;
}
.prodImg .productFrameWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.prodImg .productFrame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 63.6458%;
  overflow: hidden;
}
.prodImg .productFrame iframe {
  position: absolute;
  min-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#productThumbSlider {
  margin-left: -10px;
  margin-top: 10px;
}
#productThumbSlider .productThumb {
  padding-left: 10px;
  max-width: 150px;
}
#productThumbSlider .productThumb .imgWrap {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  position: relative;
}
#productThumbSlider .productThumb .imgWrap .has360 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/360.png) no-repeat 50% 50%;
  background-size: 30px 22px;
  pointer-events: none;
  z-index: 2;
}
.prodMarkets li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 6px 0;
  position: relative;
}
.prodMarkets li img {
  display: block;
  width: 32px;
  height: 32px;
}
.prodMarkets li span {
  position: absolute;
  display: inline-block;
  background-color: rgba(128, 222, 222, 0.85);
  padding: 0 10px;
  font-size: 11px;
  line-height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
  top: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}
.prodMarkets li:hover span {
  opacity: 1;
  top: 40px;
}
.productPopup {
  position: fixed;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}
.productPopupOverlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #182936;
  opacity: 0.3;
  pointer-events: none;
}
.productPopupInner {
  position: relative;
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.productPopupContent {
  display: none;
}
.productPopupContent.active {
  display: block;
}
.productPopupClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #80dede;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.productPopupClose:hover {
  background-color: #a8e9e9;
  color: #fff;
}
body.showPopup .productPopup {
  top: 50%;
  opacity: 1;
  pointer-events: inherit;
}
body.showPopup .productPopupOverlay {
  pointer-events: inherit;
}
.productSpecs {
  overflow: hidden;
}
.productSpecsHeader h3 {
  float: left;
  display: inline-block;
  padding: 0 40px;
  background-color: #182936;
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 44px;
  margin: 0;
}
.productSpecsHeader h3:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 100%;
  background-color: #182936;
}
.productSpecsHeader .prodLang {
  float: left;
  display: inline-block;
  padding: 0 40px;
  background-color: #e7ebf1;
  color: #182936;
  position: relative;
  font-size: 14px;
  line-height: 44px;
  opacity: 0.5;
  cursor: pointer;
}
.productSpecsHeader .prodLang:hover {
  color: #80dede;
}
.productSpecsHeader .prodLang.active {
  opacity: 1;
}
.productSpecsList {
  margin: 30px 0 0;
}
.productSpecsList li {
  display: block;
  border-bottom: 1px solid #fff;
}
.productSpecsList li strong, .productSpecsList li span {
  display: block;
  width: 48%;
  margin: 0;
  font-size: 14px;
  padding: 10px 0;
  line-height: 20px;
}
.productSpecsList li strong {
  float: left;
}
.productSpecsList li span {
  float: right;
}
.productSpecsList li:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.productSpecs.EU .eu, .productSpecs.US .us {
  display: block;
}
.productSpecs.EU .us, .productSpecs.US .eu {
  display: none;
}
.productDownloads {
  margin: 20px 0 0;
}
.productDownloads li {
  display: block;
  margin: 0 0 5px;
}
.productDownloads li a {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 50px;
  color: #182936;
  font-size: 14px;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.productDownloads li a:before, .productDownloads li a:after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  line-height: 60px;
  font-family: "FontAwesome";
  font-size: 16px;
  text-align: center;
}
.productDownloads li a:before {
  left: 0;
  color: #80dede;
  content: "\f15c";
}
.productDownloads li a:after {
  right: 0;
  color: #182936;
  content: "\f18e";
}
.productDownloads li a:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #80dede;
}
.relatedSlider {
  position: relative;
}
.relatedSlider .slides li {
  max-width: 300px;
}
/* ===========================================
 Projects
 =========================================== */
.productSlider {
  position: relative;
}
.productSlider .flex-control-nav {
  position: relative;
  margin: 10px 0 0;
}
.productSlider .flex-control-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 6px 0;
  line-height: 0;
}
.productSlider .flex-control-nav li a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #80dede inset;
  -moz-box-shadow: 0 0 0 2px #80dede inset;
  -ms-box-shadow: 0 0 0 2px #80dede inset;
  box-shadow: 0 0 0 2px #80dede inset;
}
.productSlider .flex-control-nav li a:hover {
  background-color: #182936;
  -webkit-box-shadow: 0 0 0 2px #182936 inset;
  -moz-box-shadow: 0 0 0 2px #182936 inset;
  -ms-box-shadow: 0 0 0 2px #182936 inset;
  box-shadow: 0 0 0 2px #182936 inset;
}
.productSlider .flex-control-nav li a.flex-active {
  background-color: #80dede;
  -webkit-box-shadow: 0 0 0 2px #80dede inset;
  -moz-box-shadow: 0 0 0 2px #80dede inset;
  -ms-box-shadow: 0 0 0 2px #80dede inset;
  box-shadow: 0 0 0 2px #80dede inset;
}
/* ===========================================
 Material Forn
 =========================================== */
.fieldGroup {
  position: relative;
  padding: 0 0 10px;
}
.fgInput, .fgLabel {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fgInput {
  display: block;
  margin: 0;
  height: 40px;
  padding: 5px 15px;
  line-height: 30px;
  font-size: 16px;
  color: #8f8f8f;
}
.fgLabel {
  position: absolute;
  top: 5px;
  left: 15px;
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
  color: #8f8f8f;
}
.fgInput:focus + label {
  font-size: 9px;
  top: -15px;
  left: 0;
  color: #80dede;
}
.fgInput:not(:placeholder-shown) + .fgLabel {
  font-size: 9px;
  top: -15px;
  left: 0;
  color: #80dede;
}
/* ===========================================
 Agencies
 =========================================== */
.region {
  padding: 30px 0 0;
}
.agencyBlock {
  background-color: #fff;
  padding: 30px 20px;
}
.agencyBlockTitle {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 26px;
}
.agencyBlockDesc p {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
}
.agencyBlockDesc a {
  color: #80dede;
}
.toTop {
  display: block;
  cursor: pointer;
  background-color: #182936;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 4;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toTop:hover {
  background-color: #80dede;
  color: #fff;
}
.toTop.appear {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* ===========================================
 Cart Product
 =========================================== */
.cartProduct {
  display: block;
  border: 1px solid #f5f5f5;
}
.cartProductImg {
  height: 0;
  position: relative;
  padding: 0 0 75%;
}
.cartProductImg img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
  width: 100%;
  padding: 20px;
}
.cartProductContent {
  padding: 20px 30px;
  background-color: #f5f5f5;
}
.cartProductTitle {
  color: #182936;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
  text-decoration: none;
}
.cartProductDesc {
  color: #182936;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.cartProductLink {
  padding: 0 30px;
  line-height: 30px;
  color: #fff;
  background-color: #80dede;
  display: block;
}
/* ===========================================
 SEO Pagina
 =========================================== */
.ipImg, .ipVid {
  background-color: #f5f5f5;
  padding: 5px;
  margin: 0 0 10px;
  display: block;
  max-width: 500px;
}
.ipImg img, .ipVid img {
  width: 100%;
}
.block.ipBlock {
  max-width: 500px;
}
.block.ipBlock .blockContent .blockTitle {
  height: inherit;
  max-height: inherit;
}
.block.ipBlock .blockContent .blockDesc {
  height: inherit;
  margin: 20px 0;
}
/*********************
 IMPORTING RESPONSIVE
 *********************/
/* ============================================================================
 Media Queries 768 and lower (iPad Landscape & Low Desktop )
 ============================================================================ */
/* ============================================================================
 Media Queries 960 and higher (Desktop)
 ============================================================================ */
@media screen and (max-width: 1244px) {
  /* Globals */
  body {
    min-width: 100%;
  }
  body:after {
    display: none !important;
    content: "";
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid rebeccapurple;
    border-left: 20px solid transparent;
  }
  .inner {
    width: 90%;
  }
}
/* ============================================================================
 Media Queries 480 - 960 (iPad Portrait)
 ============================================================================ */
@media screen and (max-width: 960px) {
  /* Globals */
  body:after {
    border-bottom-color: yellowgreen;
  }
}
/* ============================================================================
 Media Queries 480 - 720 (iPhone landscape)
 ============================================================================ */
@media screen and (max-width: 720px) {
  /* Globals */
  /* News */
  /* Article */
  body:after {
    border-bottom-color: salmon;
  }
  .newsFilters {
    float: none;
    width: 100%;
    clear: left;
  }
  .articleContent .articleImg {
    float: none;
    margin: 0 0 20px;
    max-width: 100%;
  }
  .articleContent .articleImg img {
    width: 100%;
  }
  .pageContent {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}
/* ============================================================================
 Media Queries 480 and lower (iPhone Portrait)
 ============================================================================ */
@media screen and (max-width: 480px) {
  /* Globals */
  body {
    min-width: 320px;
  }
  body:after {
    border-bottom-color: lightblue;
  }
  .Btns .Btn {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .Btns .Btn + .Btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .articleContent img.alignleft, .articleContent img.alignright {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
}
/* 1244px */
@media screen and (max-width: 1244px) {
  .headerTitle {
    font-size: 32px;
  }
  .mainMenu ul li {
    font-size: 14px;
  }
  .mainMenu ul li a {
    padding: 0 7px;
  }
}
/* 960px */
@media screen and (max-width: 960px) {
  .headerTitle {
    margin: 0 0 10px;
  }
  .headerDesc p {
    max-width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .headerBtn .squareBtn {
    float: left;
  }
  .mainMenu {
    display: none;
  }
  .menuToggle {
    display: block;
  }
  .container {
    min-height: inherit;
  }
  .innerContainer {
    padding: 0;
    overflow: inherit;
  }
  .footer {
    margin: 0;
    height: auto;
  }
  .modditM {
    float: left;
  }
  .footer .logo {
    height: 50px;
  }
  .footerSlogan {
    margin: 20px 0 0;
    float: none;
    clear: both;
    text-align: left;
    font-size: 24px;
  }
}
/* 782px */
/* 720px */
@media screen and (max-width: 720px) {
  .header.homeHeader {
    max-height: 500px;
  }
  .headerBtn .squareLink span {
    width: calc(100% - 60px);
    padding: 10px 15px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
  .headerBtn .squareLink span.squareBtn {
    width: 60px;
    padding: 0;
    line-height: 60px;
  }
}
/* 600px */
/* 480px */
