@import url("bootstrap.css");
@import url("bootstrap-datepicker.css");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,400,700");
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

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

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

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #b060ff;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #b060ff;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* Colors for form validity */
/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* HEADERS */
h1, h2, h3, h4 {
  margin-top: 0;
}

p {
  margin: 0;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Mixins ("functions") */
/* Variables ("default values") */
.no-transition, .no-transition * {
  transition: 0s !important;
}

/* Styles */
body, html {
  color: #525252;
  height: 100%;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fcfcfe;
}

*, *:after {
  font-family: "Nunito", sans-serif;
  line-height: 25px;
  font-weight: 200;
  -webkit-transition: all 400ms ease-out; /* Safari and Chrome */
  -moz-transition: all 400ms ease-out; /* Firefox */
  -ms-transition: all 400ms ease-out; /* IE 9 */
  -o-transition: all 400ms ease-out; /* Opera */
  transition: all 400ms ease-out;
}

a {
  color: #3d21c2;
  text-decoration: none !important;
}
a:hover {
  color: rgb(159.9339207048, 143.8986784141, 236.1013215859);
  text-decoration: underline !important;
}

img {
  max-width: 100%;
}

.overflow {
  overflow: auto;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  color: #111111;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-weight: 200;
}

h1 {
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

.form-control {
  width: 100%;
  padding: 0 20px;
  height: 50px;
  line-height: 54px;
  background: #F2F2F2;
  color: #111111;
  border-color: transparent;
  margin-bottom: 20px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control.form-control-half {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.form-control.form-control-half:last-child {
  margin: 0;
}
.form-control.datepicker {
  padding-left: 45px;
  background-image: url(../images/icon_calendar.png);
  background-size: 16px;
  background-position: 18px center;
  background-repeat: no-repeat;
}

textarea {
  height: 100px;
}

select:hover {
  cursor: pointer;
}

.select-control {
  position: relative;
  background: #F2F2F2;
  margin-bottom: 20px;
}
.select-control select {
  padding: 0 20px;
  width: 100%;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important;
}
.select-control select:focus {
  outline: 0 !important;
}
.select-control:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 16px;
  margin-top: -8px;
  pointer-events: none;
  background-image: url(../images/select_arrows.png);
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-transition: none; /* Safari and Chrome */
  -moz-transition: none; /* Firefox */
  -ms-transition: none; /* IE 9 */
  -o-transition: none; /* Opera */
  transition: none;
}
.select-control:hover {
  border-color: rgb(178.5, 178.5, 178.5);
}
.select-control:hover:after {
  background-position: right bottom;
}

/* Page */
#page-wrapper {
  min-height: 100%;
  height: auto !important;
  z-index: 1;
  position: relative;
}

#logo {
  height: 40px;
  float: left;
  margin: 10px 0 0 2%;
  display: block;
}
#logo img {
  height: 100%;
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #c0c0c0;
  z-index: 10;
}
header:before, header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header {
  /*@include box-shadow(rgba(0, 0, 0, .25));*/
}
header nav {
  display: block;
  float: right;
  margin-right: 2%;
}
header nav li {
  display: inline-block;
  margin: 0 0 0 30px;
}
header nav li a {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
}
header nav li a span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: transparent;
}
header nav li.active a {
  color: #FFFFFF;
}
header nav li.active span {
  background: #FFFFFF;
}
header nav li:hover a {
  color: #FFFFFF;
  text-decoration: none !important;
}
header nav li img {
  width: 20px;
}

#header-counter {
  height: 60px;
}

.header-counter-hidden #header-counter {
  display: none;
}

#menu-toggler {
  display: none;
  cursor: pointer;
  float: right;
  width: 36px;
  height: 30px;
  padding: 5px 0 5px 10px;
  margin: 13px 2% 0 15px;
}
#menu-toggler span {
  display: block;
  height: 3px;
  border-radius: 5px;
  background: #FFFFFF;
  margin-top: 4px;
}

#mobile-menu {
  visibility: hidden;
  display: block;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(61, 33, 194, 0.9);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
#mobile-menu > div {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#mobile-menu nav {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transform: rotateX(25deg) translateY(-5%);
  -ms-transform: rotateX(25deg) translateY(-5%);
  transform: rotateX(25deg) translateY(-5%);
  opacity: 0;
  filter: alpha(opacity=0);
}
#mobile-menu nav ul li {
  list-style: none;
}
#mobile-menu nav ul li a {
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  padding: 15px 0 15px 30px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: background-position 0 ease-in-out;
  -moz-transition: background-position 0 ease-in-out;
  -o-transition: background-position 0 ease-in-out;
  transition: background-position 0 ease-in-out;
}
#mobile-menu nav ul li:hover a, #mobile-menu nav ul li.active a {
  background: #FFFFFF;
  text-decoration: none !important;
  color: #3d21c2;
}
#mobile-menu nav ul li img {
  margin-top: -6px;
  height: 30px;
}

.mobile-menu-close {
  position: absolute;
  top: 0;
  right: 2%;
  cursor: pointer;
  float: right;
  width: 26px;
  height: 26px;
  margin: 17px 10px 0 30px;
  z-index: 1;
}
.mobile-menu-close span {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  display: block;
  height: 3px;
  border-radius: 5px;
  background: #FFFFFF;
}
.mobile-menu-close span:first-child {
  top: 4px;
}
.mobile-menu-close span:last-child {
  top: 18px;
}

.menu-open #mobile-menu {
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-open #mobile-menu nav {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0) translateY(0);
  -ms-transform: rotateX(0) translateY(0);
  transform: rotateX(0) translateY(0);
}
.menu-open .mobile-menu-close span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.menu-open .mobile-menu-close span:first-child, .menu-open .mobile-menu-close span:last-child {
  top: 12px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open .mobile-menu-close span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-transparent header {
  background: transparent;
  height: 100px;
}
.header-transparent #header-counter {
  display: none;
}
.header-transparent #logo {
  margin-top: 35px;
}
.header-transparent header nav {
  margin-top: 25px;
}
.header-transparent #menu-toggler {
  margin-top: 35px;
}

#hero {
  position: relative;
  height: 80%;
  background: #c0c0c0 no-repeat scroll center center;
  color: #FFFFFF;
  font-size: 22px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #383838;
  z-index: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#hero h1 {
  color: #FFFFFF;
}
#hero.hero-01 {
  background-image: url(../images/hero_01.jpg);
}
#hero.hero-s {
  height: 45%;
}
#hero.hero-s #hero-content-table {
  padding-top: 60px;
}

.body-minimal #hero {
  height: auto;
}
.body-minimal #hero-content {
  padding: 120px 0 70px 0;
  text-align: left;
}
.body-minimal header {
  height: 90px;
  position: relative;
}
.body-minimal header #logo {
  height: 50px;
  margin-top: 20px;
}
.body-minimal header nav {
  display: none;
}
.body-minimal header .wrapper {
  height: 100%;
}
.body-minimal #header-counter {
  height: 0;
}
.body-minimal footer {
  padding: 0;
}
.body-minimal footer > .wrapper {
  display: none;
}
.body-minimal footer #footer-basement {
  margin: 0;
}

#usps-list ul {
  margin: 0;
  padding: 0;
}
#usps-list ul li {
  position: relative;
  display: block;
  padding: 0 0 20px 25px;
  font-weight: bold;
}
#usps-list ul li:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../images/tick.png);
  background-size: cover;
}
#usps-list ul li:last-child {
  padding-bottom: 0;
}

#header-contact {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 2% 0 0;
}
#header-contact h4 {
  font-size: 25px;
  margin: 0 0 2px 0;
}
#header-contact a {
  font-weight: bold;
}
#header-contact figure {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 15px 0 0;
  background: url(../images/phone.png);
  background-size: cover;
}

.box-step figure {
  width: 60px;
  height: 60px !important;
  background: #1a057e;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  padding-top: 18px;
  margin: 0 0 20px 0;
  border-radius: 50%;
}

#hero-content-table {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

#hero-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  line-height: 28px;
  text-align: center;
}

.hero-c2a {
  display: inline-block;
  background: #2ecc71;
  padding: 10px 30px;
  color: #FFFFFF;
  margin: 30px 15px 0 15px;
  text-transform: uppercase;
  border-radius: 3px;
}
.hero-c2a:hover {
  background: rgb(63.648, 211.852, 126.494);
  text-decoration: none !important;
}
.hero-c2a.hero-c2a-xl {
  padding: 20px 40px;
}
.hero-c2a.alt-2 {
  background: #a467bc;
  padding: 8px 15px;
}
.hero-c2a.alt-2:hover {
  background: rgb(174.595890411, 120.698630137, 195.801369863);
}

#btn-hero-video {
  display: inline-block;
  cursor: pointer;
  background: url(../images/play.png) no-repeat scroll left center;
  background-size: 48px auto;
  height: 34px;
  line-height: 34px;
  padding-left: 58px;
  color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#btn-hero-video:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none !important;
}

#hero-video-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
#hero-video-popup .wrapper {
  height: 100%;
}

.hero-popup-visible #hero-video-popup {
  display: block;
}

.hero-video-popup-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 10px 56.25% 10px;
  width: 100%;
  height: 0;
  margin: auto;
}
.hero-video-popup-wrapper iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hero-video-popup-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#hero-video-popup-close:before, #hero-video-popup-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 63px;
  width: 3px;
  background-color: #333;
}
#hero-video-popup-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hero-video-popup-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hero-video-popup-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper {
  position: relative;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

.box-white, .box-gray, .box-theme, .box-blue {
  padding: 72px 0 80px 0;
}
.box-white.box-columns-fix, .box-gray.box-columns-fix, .box-theme.box-columns-fix, .box-blue.box-columns-fix {
  padding-bottom: 30px;
}
.box-white.box-border-bottom, .box-gray.box-border-bottom, .box-theme.box-border-bottom, .box-blue.box-border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.box-white.with-breadcrumbs, .box-gray.with-breadcrumbs, .box-theme.with-breadcrumbs, .box-blue.with-breadcrumbs {
  padding-top: 0;
}
.box-white.box-index-fix .box-list, .box-gray.box-index-fix .box-list, .box-theme.box-index-fix .box-list, .box-blue.box-index-fix .box-list {
  position: relative;
  z-index: 1;
}

.box-border {
  position: relative;
  border: 1px solid #ebebeb;
  background: #FFFFFF;
}
.box-border h2, .box-border h3 {
  margin-bottom: 10px;
}
.box-border h2 a, .box-border h3 a {
  color: #111111;
  font-weight: bold;
}
.box-border h2 a:hover, .box-border h3 a:hover {
  text-decoration: none !important;
}
.box-border > figure {
  position: relative;
  padding-top: 75%;
}
.box-border > figure > img, .box-border > figure > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.box-border > figure img {
  display: block;
}
.box-border.box-border-news > figure:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 25px;
  border: 8px solid #FFFFFF;
  border-bottom: none;
  pointer-events: none;
}
.box-border.box-border-news .box-border-content {
  padding: 20px 50px 60px 50px;
}
.box-border.box-border-news:before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 25px;
  left: 25px;
  border: 8px solid #F2F2F2;
  border-top: none;
}
.box-border.box-border-content-filled:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  border: 8px solid #1a057e;
}
.box-border.box-border-content-filled .box-border-content {
  padding: 60px 50px 65px 50px;
}
.box-border.box-border-content-filled .box-border-content figure {
  margin-bottom: 13px;
}
.box-border:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 75px 0 rgba(37, 38, 56, 0.3);
  -moz-box-shadow: 0px 10px 75px 0 rgba(37, 38, 56, 0.3);
  box-shadow: 0px 10px 75px 0 rgba(37, 38, 56, 0.3);
}

.box-border-content {
  position: relative;
  padding: 25px 30px 35px 30px;
}
.box-border-content > figure {
  display: block;
  height: 100px;
  text-align: center;
  margin-bottom: 15px;
}
.box-border-content > figure img {
  display: inline-block;
  height: 100%;
}

.box-border-footer {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 17px;
  text-align: center;
}
.box-border-footer a {
  background: #FFFFFF;
  padding: 0 20px;
}
.box-border-footer a:hover {
  text-decoration: none !important;
}

.box-theme-narrow {
  padding: 30px 0;
}

.box-theme, .box-blue {
  background: #3d21c2;
  color: #FFFFFF;
}
.box-theme h1, .box-theme h2, .box-theme h3, .box-blue h1, .box-blue h2, .box-blue h3 {
  color: #FFFFFF;
}
.box-theme form, .box-blue form {
  margin-top: 50px;
}
.box-theme, .box-blue {
  /*input[type=text], input[type=tel], input[type=email], textarea{
  	background: darken($default_theme_color, 10%);
  	color: #FFFFFF;
  	outline: none;
  	height: 60px;
  	padding-top: 15px;
  	padding-bottom: 15px;

  	@include border-radius(3px);

  	@include placeholder {
  	    color: rgba(255, 255, 255, .6);
  	    font-style: italic;
  	}

  	&:active, &:focus{
  		background: darken($default_theme_color, 20%);
  	}
  }

  textarea{
  	height: 100px;
  }

  input[type=submit], button{
  	height: 60px;
  	padding-top: 15px;
  	padding-bottom: 15px;
  }*/
}
.box-theme.box-icon, .box-blue.box-icon {
  padding-top: 82px;
}
.box-theme.box-icon .col_1, .box-blue.box-icon .col_1 {
  margin-bottom: 0;
  border: 8px solid rgb(160.676056338, 207.0563380282, 238.323943662);
}
.box-theme.box-icon .col_1 > figure, .box-blue.box-icon .col_1 > figure {
  position: relative;
  top: -40px;
  height: 80px;
  padding: 0 30px;
  background: #4aa3df;
  display: inline-block;
}
.box-theme.box-icon .col_1 > figure.bottom, .box-blue.box-icon .col_1 > figure.bottom {
  top: auto;
  bottom: -40px;
}
.box-theme.box-icon .col_1 > figure img, .box-blue.box-icon .col_1 > figure img {
  height: 100%;
}
.box-theme.box-icon .col_1 > div, .box-blue.box-icon .col_1 > div {
  margin: -20px 30px -20px 30px;
}

.box-blue {
  background: #4aa3df;
}

/* News */
.news-article {
  position: relative;
  border: 1px solid #ebebeb;
  background: #FFFFFF;
}
.news-article h1 {
  font-size: 32px;
  line-height: 34px;
}
.news-article > figure {
  position: relative;
  padding-top: 75%;
}
.news-article > figure > a, .news-article > figure > img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-article > figure img {
  display: block;
  width: 100%;
}
.news-article.news-article-alone .news-article-content {
  padding: 30px;
}
.news-article:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 75px 0 rgba(37, 38, 56, 0.3);
  -moz-box-shadow: 0px 10px 75px 0 rgba(37, 38, 56, 0.3);
  box-shadow: 0px 10px 75px 0 rgba(37, 38, 56, 0.3);
}

.box-guide .news-article-object-wrapper {
  float: right;
  width: 50%;
  margin-left: 40px;
}
.box-guide .news-article-object {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  background: #F2F2F2;
}
.box-guide .news-article-object iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-guide .news-article-content:before, .box-guide .news-article-content:after {
  content: "";
  display: table;
}
.box-guide .news-article-content:after {
  clear: both;
}
.box-guide .news-article-content {
  padding-bottom: 20px;
}

.news-article-content {
  padding: 20px 20px 65px 20px;
}
.news-article-content h2, .news-article-content h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
}
.news-article-content h2 a, .news-article-content h3 a {
  color: #111111;
  font-weight: bold;
}
.news-article-content h2 a:hover, .news-article-content h3 a:hover {
  color: #3d21c2;
  text-decoration: none !important;
}

.news-article-footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 25px;
  text-align: center;
}

/* Maps */
.box-map {
  position: relative;
  background: #F2F2F2;
}

#home-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#home-map * {
  -webkit-transition: none; /* Safari and Chrome */
  -moz-transition: none; /* Firefox */
  -ms-transition: none; /* IE 9 */
  -o-transition: none; /* Opera */
  transition: none;
}

#home-map-wrapper {
  position: relative;
  z-index: 1;
}

#home-map-content {
  background: #FFFFFF;
  margin: 100px 0;
  min-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.15);
}

#contact-map {
  background: #F2F2F2;
  min-height: 450px;
}
#contact-map * {
  -webkit-transition: none; /* Safari and Chrome */
  -moz-transition: none; /* Firefox */
  -ms-transition: none; /* IE 9 */
  -o-transition: none; /* Opera */
  transition: none;
}

.home-map-content-left {
  float: left;
  width: 60%;
  border-right: 1px solid #e9e9e9;
  padding: 60px 70px;
}

.home-map-content-right {
  float: left;
  width: 40%;
  background: #F2F2F2;
  padding: 60px 40px;
}

.box-map-details {
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
}
.box-map-details .col_1 {
  margin-bottom: 0;
}

.box-map-details-icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 -10px;
  background: url(../images/pin_default.png) no-repeat;
  background-size: 100% auto;
}

.box-gray {
  padding: 80px 0;
  background: #F2F2F2;
}
.box-gray input[type=text], .box-gray input[type=tel], .box-gray input[type=email], .box-gray textarea, .box-gray .select-control, .box-gray input[type=file] {
  background: #FFFFFF;
  /*border-color: #e6e6e6;*/
}
.box-gray form p {
  margin-bottom: 50px;
}

.box-column-padding {
  padding-bottom: 50px;
}

.box-full-width-padding {
  padding-left: 30px;
  padding-right: 30px;
}

/* Contact */
.box-contact {
  background: #FFFFFF;
  border: 1px solid #ebebeb;
  /*@include box-shadow(rgba(0, 0, 0, .15), 1px, 4px);*/
}
.box-contact figure {
  position: relative;
  padding-top: 100%;
}
.box-contact figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-contact h3 {
  margin-bottom: 10px;
}
.box-contact .contact-person-title {
  position: relative;
  margin: -8px 0 20px 0;
  font-weight: bold;
}
.box-contact:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 6px 40px 0 rgba(37, 38, 56, 0.3);
  -moz-box-shadow: 0px 6px 40px 0 rgba(37, 38, 56, 0.3);
  box-shadow: 0px 6px 40px 0 rgba(37, 38, 56, 0.3);
}
.box-contact p {
  margin-bottom: 10px;
}
.box-contact p:last-child {
  margin: 0;
}
.box-contact .ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-contact-content {
  padding: 20px;
}

/* Shadow boxes */
.box-list {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.box-list-header {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #F2F2F2;
}
.box-list-header h1, .box-list-header h2, .box-list-header h3 {
  margin: 0;
}

/* Resellers */
#resellers-map {
  height: 700px;
  background: #F2F2F2;
}
#resellers-map * {
  -webkit-transition: none; /* Safari and Chrome */
  -moz-transition: none; /* Firefox */
  -ms-transition: none; /* IE 9 */
  -o-transition: none; /* Opera */
  transition: none;
}

.resellers-column {
  float: left;
  width: 33.33333%;
  border-right: 1px solid #F2F2F2;
  padding: 35px 30px;
}
.resellers-column:last-child {
  border-right: none;
}

.reseller-list-item {
  margin-bottom: 10px;
  border-radius: 5px;
}
.reseller-list-item.visible-content {
  background: #F2F2F2;
  padding: 15px;
  margin-bottom: 20px;
}
.reseller-list-item.visible-content .reseller-list-item-content {
  display: block;
}
.reseller-list-item a:hover {
  text-decoration: none !important;
}

.reseller-list-item-content {
  display: none;
  margin-top: 10px;
  padding: 15px 0 0 0;
  border-top: 1px solid #d9d9d9;
}
.reseller-list-item-content h2, .reseller-list-item-content h3, .reseller-list-item-content h4 {
  font-size: 20px;
  line-height: 22px;
}

.row-category {
  position: relative;
  padding: 15px 15px 17px 15px;
  border-bottom: 1px solid #F2F2F2;
  overflow: auto;
}
.row-category:last-child {
  border-bottom: none;
}
.row-category:hover {
  z-index: 1;
  -webkit-box-shadow: 0px 6px 40px 0 rgba(37, 38, 56, 0.3);
  -moz-box-shadow: 0px 6px 40px 0 rgba(37, 38, 56, 0.3);
  box-shadow: 0px 6px 40px 0 rgba(37, 38, 56, 0.3);
}
.row-category a:hover {
  text-decoration: none !important;
}
.row-category h3 {
  margin-bottom: 10px;
}
.row-category .btn {
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 5px;
  margin-top: 15px;
}

.row-category-badge {
  padding: 2px 15px 1px 15px;
  background: #2ecc71;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
}

.row-category-content {
  overflow: auto;
}

.row-category-image {
  float: left;
  width: 140px;
  height: 140px;
  margin-right: 20px;
  background: #F2F2F2;
}
.row-category-image figure, .row-category-image img {
  display: block;
}

.row-category-image-placeholder {
  float: left;
  width: 140px;
  height: 10px;
  margin-right: 20px;
}

/* Breacrumbs */
.box-breadcrumbs .col_1 {
  margin-bottom: 0;
}
.box-breadcrumbs nav {
  display: block;
  padding: 25px 0 20px 0;
  margin: 0 0 50px 0;
  overflow: auto;
  border-bottom: 1px solid #ebebeb;
}
.box-breadcrumbs nav ul li {
  position: relative;
  display: block;
  float: left;
}
.box-breadcrumbs nav ul li div, .box-breadcrumbs nav ul li a {
  display: block;
}
.box-breadcrumbs nav ul li.breadcrumb-home {
  padding-left: 20px;
}
.box-breadcrumbs nav ul li.breadcrumb-home:after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/home.png) no-repeat;
  background-size: 11px;
}
.box-breadcrumbs nav ul li:hover a {
  text-decoration: none !important;
}

.breadcrumb-divider {
  margin: 0 20px;
  color: #CACACA;
}

/* Product */
.product-body h1 {
  font-size: 32px;
  line-height: 34px;
}
.product-body h2 {
  font-size: 24px;
  line-height: 26px;
}

.box-specification {
  padding: 20px;
  background: #F2F2F2;
  margin: 50px 0 0 0;
}
.box-specification h2 {
  margin: 0 0 15px 0;
  text-align: center;
  display: block;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
.box-specification table {
  width: 100%;
}
.box-specification table td {
  padding: 1px 10px;
}
.box-specification table .td-option {
  width: 1%;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
}
.box-specification table .td-option.align-center {
  text-align: center !important;
}
.box-specification ul {
  padding: 0;
  margin: 0;
}
.box-specification li {
  display: block;
  margin-bottom: 10px;
}
.box-specification li:last-child {
  margin: 0;
}
.box-specification li a {
  display: block;
}
.box-specification li a:after {
  content: "";
  width: 16px;
  height: 16px;
  float: left;
  margin: 3px 6px;
  background: url(../images/docs/misc.png) no-repeat;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.box-specification li a[href$=".doc"]:after {
  background-image: url("../images/docs/doc.png");
}
.box-specification li a[href$=".docx"]:after {
  background-image: url("../images/docs/docx.png");
}
.box-specification li a[href$=".gif"]:after {
  background-image: url("../images/docs/gif.png");
}
.box-specification li a[href$=".html"]:after {
  background-image: url("../images/docs/html.png");
}
.box-specification li a[href$=".jpg"]:after {
  background-image: url("../images/docs/jpg.png");
}
.box-specification li a[href$=".mov"]:after {
  background-image: url("../images/docs/mov.png");
}
.box-specification li a[href$=".mp4"]:after {
  background-image: url("../images/docs/mp4.png");
}
.box-specification li a[href$=".odt"]:after {
  background-image: url("../images/docs/odt.png");
}
.box-specification li a[href$=".png"]:after {
  background-image: url("../images/docs/png.png");
}
.box-specification li a[href$=".ppt"]:after {
  background-image: url("../images/docs/ppt.png");
}
.box-specification li a[href$=".psd"]:after {
  background-image: url("../images/docs/psd.png");
}
.box-specification li a[href$=".pdf"]:after {
  background-image: url("../images/docs/pdf.png");
}
.box-specification li a[href$=".rar"]:after {
  background-image: url("../images/docs/rar.png");
}
.box-specification li a[href$=".tiff"]:after {
  background-image: url("../images/docs/tiff.png");
}
.box-specification li a[href$=".txt"]:after {
  background-image: url("../images/docs/txt.png");
}
.box-specification li a[href$=".xls"]:after {
  background-image: url("../images/docs/xls.png");
}
.box-specification li a[href$=".xlsx"]:after {
  background-image: url("../images/docs/xlsx.png");
}
.box-specification li a[href$=".xml"]:after {
  background-image: url("../images/docs/xml.png");
}
.box-specification li a[href$=".zip"]:after {
  background-image: url("../images/docs/zip.png");
}
.box-specification.box-specification-alone {
  margin-top: 0;
}

.btn-rentable {
  float: right !important;
  margin: -4px 0 -2px 0;
}
.btn-rentable a {
  display: block;
  padding: 3px 13px;
  background: #2ecc71;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
}
.btn-rentable a:hover {
  text-decoration: none !important;
  background: rgb(84.456, 216.544, 140.468);
}

.form-double-inputs:before, .form-double-inputs:after {
  content: "";
  display: table;
}
.form-double-inputs:after {
  clear: both;
}
.form-double-inputs input {
  float: left;
  width: 48%;
}
.form-double-inputs input:last-child {
  margin-left: 4%;
}

/* Flexbox */
.flex-box, .flexify {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-box[data-projects="4"] article, .flexify[data-projects="4"] article {
  width: 46%;
}
.flex-box[data-projects="5"] article:nth-child(-n+2), .flexify[data-projects="5"] article:nth-child(-n+2) {
  width: 46%;
}
.flex-box[data-projects="7"] article:nth-child(-n+4), .flexify[data-projects="7"] article:nth-child(-n+4) {
  width: 46%;
}

/* Table */
.table {
  width: 100%;
}
.table td {
  padding-bottom: 10px;
}
.table label {
  display: block;
  width: 100%;
}

/* Footer */
footer {
  background: #1d262f;
  position: relative;
  padding: 50px 0 0 0;
  color: #FFFFFF;
}
footer span {
  color: #e74c3c;
}
footer h3, footer h4 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
}
footer nav ul {
  padding: 0;
  margin: 0;
}
footer nav ul li {
  display: block;
  margin-bottom: 10px;
}
footer nav ul li a {
  color: rgba(255, 255, 255, 0.7);
}
footer nav ul li.active a {
  color: #FFFFFF;
}
footer nav ul li:last-child {
  margin-bottom: 0;
}
footer nav ul li:hover a {
  color: #FFFFFF;
  text-decoration: none !important;
}
footer .col_3 {
  margin-bottom: 0;
}
footer article {
  position: relative;
  overflow: auto;
  margin-bottom: 10px;
}
footer article figure {
  position: relative;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
}
footer article figure a {
  display: block;
}
footer article figure a img {
  display: block;
  width: 100%;
}
footer article h4 a {
  color: #FFFFFF;
  line-height: 20px;
}
footer article h4 a:hover {
  text-decoration: none !important;
}
footer article:last-child {
  margin: 0;
}

#footer-basement {
  margin-top: 50px;
  padding: 25px 0;
  background: #131a22;
  color: #899eb5;
  font-size: 16px;
}
#footer-basement .col_1 {
  margin-bottom: 0;
}

#footer-content {
  margin: 80px 0;
  padding: 80px 30px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
}

/* Misc-styles */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

/* Buttons */
.btn-theme {
  display: inline-block;
  padding: 16px 25px 15px 25px;
  color: #FFFFFF;
  background: #3d21c2;
  text-transform: uppercase;
  outline: none !important;
  border-radius: 3px;
}
.btn-theme:hover {
  color: #FFFFFF;
  background: rgb(96.5321585903, 69.8026431718, 223.4973568282);
}
.btn-theme:active {
  color: #FFFFFF;
  outline: none !important;
  background: rgb(115.1797356828, 91.5955947137, 227.2044052863);
}
.btn-theme:focus {
  color: #FFFFFF;
  outline: none !important;
}
.btn-theme span {
  background: #FFFFFF;
  padding: 0 5px;
  margin: 0 3px;
  font-size: 11px;
  font-weight: bold;
  color: #3d21c2;
  border-radius: 30px;
}
.btn-theme.btn-block {
  display: block;
  text-align: center;
}

.mouse-scroll {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  margin: auto;
  height: 44px;
  width: 26px;
  cursor: pointer;
  border: 2px solid #fff;
  z-index: 1;
  border-radius: 25px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.mouse-scroll-scroller {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0px auto;
  width: 2px;
  height: 7px;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
  border-radius: 25%;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  10% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(29px);
    -ms-transform: translateY(29px);
    transform: translateY(29px);
  }
}
@-moz-keyframes scroll {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  10% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(29px);
    -ms-transform: translateY(29px);
    transform: translateY(29px);
  }
}
@-ms-keyframes scroll {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  10% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(29px);
    -ms-transform: translateY(29px);
    transform: translateY(29px);
  }
}
@-o-keyframes scroll {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  10% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(29px);
    -ms-transform: translateY(29px);
    transform: translateY(29px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  10% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(29px);
    -ms-transform: translateY(29px);
    transform: translateY(29px);
  }
}
@-webkit-keyframes mouse-animation {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes mouse-animation {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-ms-keyframes mouse-animation {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-o-keyframes mouse-animation {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes mouse-animation {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.grecaptcha-badge {
  display: none;
}

.col_0 {
  width: 100%;
  margin-bottom: 50px;
  display: block;
}

.col_1,
.col_2,
.col_3, .col_3c,
.col_4, .col_4c,
.col_5, .col_5c,
.col_6, .col_6c,
.col_7, .col_7c,
.col_8, .col_8c,
.col_9, .col_9c,
.col_10, .col_10c {
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 50px;
  float: left;
  display: block;
}
.col_1.extra-margin,
.col_2.extra-margin,
.col_3.extra-margin, .col_3c.extra-margin,
.col_4.extra-margin, .col_4c.extra-margin,
.col_5.extra-margin, .col_5c.extra-margin,
.col_6.extra-margin, .col_6c.extra-margin,
.col_7.extra-margin, .col_7c.extra-margin,
.col_8.extra-margin, .col_8c.extra-margin,
.col_9.extra-margin, .col_9c.extra-margin,
.col_10.extra-margin, .col_10c.extra-margin {
  margin-bottom: 60px;
}
.col_1.col_center,
.col_2.col_center,
.col_3.col_center, .col_3c.col_center,
.col_4.col_center, .col_4c.col_center,
.col_5.col_center, .col_5c.col_center,
.col_6.col_center, .col_6c.col_center,
.col_7.col_center, .col_7c.col_center,
.col_8.col_center, .col_8c.col_center,
.col_9.col_center, .col_9c.col_center,
.col_10.col_center, .col_10c.col_center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.col_1 {
  float: none;
}

.col_6, .col_6c {
  margin-bottom: 10px;
}

/* columns (autogenerated styles) */
.col_1 {
  width: 96%;
}

.col_2 {
  width: 46%;
}

.col_3 {
  width: 29.3333333333%;
}

.col_4 {
  width: 21%;
}

.col_5 {
  width: 16%;
}

.col_6 {
  width: 12.6666666667%;
}

.col_7 {
  width: 10.2857142857%;
}

.col_8 {
  width: 8.5%;
}

.col_9 {
  width: 7.1111111111%;
}

.col_10 {
  width: 6%;
}

/* complements (autogenerated styles) */
.col_3c {
  width: 62.6666666667%;
}

.col_4c {
  width: 71%;
}

.col_5c {
  width: 76%;
}

.col_6c {
  width: 79.3333333333%;
}

.col_7c {
  width: 81.7142857143%;
}

.col_8c {
  width: 83.5%;
}

.col_9c {
  width: 84.8888888889%;
}

.col_10c {
  width: 86%;
}

[class*=col_].center {
  float: none;
  margin: 0 auto 50px auto;
}

/* 
  ============================================= IPAD LANDSCAPE ====
*/
@media (max-width: 1024px) {
  .col_6 {
    width: 29.3333333333%;
  }
  .col_8 {
    width: 21%;
  }
  .col_9 {
    width: 29.3333333333%;
  }
  .col_10 {
    width: 16%;
  }
  .col_6c {
    width: 62.6666666667%;
  }
  .col_8c {
    width: 71%;
  }
  .col_9c {
    width: 62.6666666667%;
  }
  .col_10c {
    width: 76%;
  }
  .flex-box article {
    width: 46% !important;
    float: none;
  }
  header nav li {
    margin-left: 20px;
  }
}
/* 
  ============================================== IPAD PORTRAIT ====
*/
@media (max-width: 991px) {
  .col_4 {
    width: 46%;
  }
  .col_6 {
    width: 46%;
  }
  .col_8 {
    width: 46%;
  }
  .col_9 {
    width: 96%;
  }
  .col_10 {
    width: 46%;
  }
  .col_4c {
    width: 46%;
  }
  .col_6c {
    width: 46%;
  }
  .col_8c {
    width: 46%;
  }
  .col_9c {
    width: 96%;
  }
  .col_10c {
    width: 46%;
  }
}
@media (max-width: 955px) {
  #menu-toggler {
    display: block;
  }
  header nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .col_5 {
    width: 29%;
  }
  .box-white, .box-gray {
    padding: 50px 0;
  }
  .white-box .box-column-padding, .gray-box .box-column-padding {
    padding-bottom: 0;
  }
  #hero-content h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
/* 
  =========================================== IPHONE LANDSCAPE ====
*/
@media (max-width: 480px) {
  .col_1,
  .col_2,
  .col_3,
  .col_4,
  .col_5,
  .col_6,
  .col_7,
  .col_8,
  .col_10,
  .col_2c,
  .col_3c,
  .col_4c,
  .col_5c,
  .col_6c,
  .col_7c,
  .col_8c,
  .col_10c,
  .row-column {
    width: 100%;
  }
  .col_1, .col_2, .col_3, .col_3c, .col_4 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  body, html {
    font-size: 16px;
  }
  * {
    line-height: 24px;
  }
  h1 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  header #logo {
    margin-left: 0;
  }
  #menu-toggler {
    margin-right: 0;
  }
  .header-transparent header {
    background: #808080;
    height: 60px;
  }
  .header-transparent header #logo {
    height: 40px;
    margin-top: 10px;
  }
  .header-transparent header #menu-toggler {
    margin-top: 13px;
  }
  .wrapper {
    padding: 0 20px;
  }
  .box-white, .box-gray, .box-theme {
    padding: 40px 0;
  }
  .box-white.box-column-padding, .box-gray.box-column-padding, .box-theme.box-column-padding {
    padding: 40px 0 0 0;
  }
  footer {
    padding: 20px 0 0 0;
  }
  footer .col_3 > h3, footer .col_3 > h4 {
    text-align: center;
  }
  #footer-basement {
    padding: 10px 0;
    font-size: 11px;
    line-height: 15px;
  }
  .mouse-scroll {
    width: 36px;
    /*margin-left: -18px;*/
  }
  .mouse-scroll .mouse {
    height: 60px;
  }
  .flex-box {
    /*padding: 0 20px;*/
  }
  .flex-box article {
    width: 100% !important;
  }
  .home-map-content-left {
    float: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 30px 40px;
  }
  .home-map-content-right {
    float: none;
    width: 100%;
    padding: 20px 40px 30px 40px;
  }
  .row-category-image {
    width: 80px;
    height: 80px;
  }
  .row-category-content > p {
    display: none;
  }
  .row-category .btn {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  footer .col_3:first-child {
    display: none;
  }
  .resellers-column {
    float: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #F2F2F2;
  }
  .resellers-column:last-child {
    border-bottom: none;
  }
  #resellers-map {
    margin-top: 0;
    height: 400px;
  }
  .box-contact {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .box-breadcrumbs {
    display: none;
  }
  .box-white.with-breadcrumbs, .box-gray.with-breadcrumbs {
    padding-top: 40px;
  }
  #hero.hero-s {
    height: 55%;
  }
  .body-minimal header {
    height: 60px;
  }
  .body-minimal header #logo {
    height: 30px;
    margin-top: 15px;
  }
  .body-minimal #header-contact figure {
    height: 24px;
    width: 24px;
    margin-right: 10px;
  }
  .body-minimal #header-contact h4 {
    font-size: 20px;
    margin-bottom: -4px;
  }
  .body-minimal #header-contact p {
    line-height: 16px;
  }
  .body-minimal #hero-content {
    padding: 30px 0;
  }
  .body-minimal #hero-content .col_3 {
    margin-bottom: 0;
  }
}
/* 
  ============================================ IPHONE PORTRAIT ====
*/
@media (max-width: 320px) {
  .col_1,
  .col_2,
  .col_3, .col_3c,
  .col_4, .col_4c,
  .col_5, .col_5c,
  .col_6, .col_6c,
  .col_7, .col_7c,
  .col_8, .col_8c,
  .col_9, .col_9c,
  .col_10, .col_10c {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .row-category-image {
    width: 60px;
    height: 60px;
  }
}
/* 
  ============================================ SO SMALL PHONES ====
*/
@media (max-width: 240px) {
  /* user styles goes here */
}

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