html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#extend .center-abs {
  top: 50% !important;
  right: 0;
  bottom: 0;
  left: 50% !important;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* THEME */
.mq-small {
  display: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .mq-small {
    display: block !important;
  }
}
.layout-min-size, body, html, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-logo, .module-features .content {
  min-width: 980px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .layout-min-size, body, html, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-logo, .module-features .content {
    min-width: inherit;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 414px) and (orientation: portrait) {
  .layout-min-size, body, html, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-logo, .module-features .content {
    min-width: inherit;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
  .layout-min-size, body, html, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-logo, .module-features .content {
    min-width: inherit;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 414px) and (orientation: portrait) {
  .layout-min-size, body, html, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-logo, .module-features .content {
    min-width: inherit;
  }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
  .layout-min-size, body, html, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-logo, .module-features .content {
    min-width: inherit;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .layout-min-size, body, html, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-logo, .module-features .content {
    min-width: inherit;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .layout-min-size, body, html, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-logo, .module-features .content {
    min-width: inherit;
  }
}

.layout-max-size, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-copyright > div, .grid, .banner .banner-content, .parallax div, .module-features .content, .rsContent .rs-text .rs-text-wrap {
  max-width: 1280px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .layout-max-size, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-copyright > div, .grid, .banner .banner-content, .parallax div, .module-features .content, .rsContent .rs-text .rs-text-wrap {
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .layout-max-size, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-copyright > div, .grid, .banner .banner-content, .parallax div, .module-features .content, .rsContent .rs-text .rs-text-wrap {
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .layout-max-size, header.header > div, header.header-mobile > div, .footer-container .footer-menu, .footer-copyright > div, .grid, .banner .banner-content, .parallax div, .module-features .content, .rsContent .rs-text .rs-text-wrap {
    max-width: 100%;
  }
}

body, html {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #343434;
  -webkit-text-size-adjust: 100%;
}

.wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  width: 100%;
}

article {
  width: 100%;
  background: #f5f5f5;
  z-index: 1;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article.bg-white {
  background: #FFFFFF;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  article {
    padding: 20px 0 !important;
  }
}
.bg-img-anim, .banner .banner-bg, body[section-id="home"] .rsContent .rs-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-animation: bg-img-anim 30s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  -moz-animation: bg-img-anim 30s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  -ms-animation: bg-img-anim 30s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  -o-animation: bg-img-anim 30s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  animation: bg-img-anim 30s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  animation-direction: alternate;
}

@keyframes bg-img-anim {
  0%, 100% {
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -moz-transform: translateY(0) scale(1.1);
    -o-transform: translateY(0) scale(1.1);
    -ms-transform: translateY(0) scale(1.1);
    -webkit-transform: translateY(0) scale(1.1);
    transform: translateY(0) scale(1.1);
  }
}
@-webkit-keyframes bg-img-anim {
  0%, 100% {
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -moz-transform: translateY(0) scale(1.1);
    -o-transform: translateY(0) scale(1.1);
    -ms-transform: translateY(0) scale(1.1);
    -webkit-transform: translateY(0) scale(1.1);
    transform: translateY(0) scale(1.1);
  }
}
@-moz-keyframes bg-img-anim {
  0%, 100% {
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -moz-transform: translateY(0) scale(1.1);
    -o-transform: translateY(0) scale(1.1);
    -ms-transform: translateY(0) scale(1.1);
    -webkit-transform: translateY(0) scale(1.1);
    transform: translateY(0) scale(1.1);
  }
}
@-o-keyframes bg-img-anim {
  0%, 100% {
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -moz-transform: translateY(0) scale(1.1);
    -o-transform: translateY(0) scale(1.1);
    -ms-transform: translateY(0) scale(1.1);
    -webkit-transform: translateY(0) scale(1.1);
    transform: translateY(0) scale(1.1);
  }
}
@keyframes bg-img-anim {
  0%, 100% {
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -moz-transform: translateY(0) scale(1.1);
    -o-transform: translateY(0) scale(1.1);
    -ms-transform: translateY(0) scale(1.1);
    -webkit-transform: translateY(0) scale(1.1);
    transform: translateY(0) scale(1.1);
  }
}
.citation {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  width: 100%;
  font-style: italic;
  text-align: center;
  color: rgba(52, 52, 52, 0.6);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .citation {
    position: relative;
    top: 0;
    left: 0;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.cookies-table {
  width: 100%;
  border: 1px solid #343434;
  border-bottom: 0;
  border-right: 0;
}
.cookies-table tr {
  border-bottom: 1px solid #343434;
}
.cookies-table td {
  padding: 5px 10px;
  border-right: 1px solid #343434;
}
.cookies-table .title td {
  font-weight: 800;
  background: #343434;
  color: white;
}

.media-queries {
  background: black;
  color: white;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .media-queries::before {
    content: 'Mobile Small';
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 414px) and (orientation: portrait) {
  .media-queries::before {
    content: 'Mobile Small [Portrait]';
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
  .media-queries::before {
    content: 'Mobile Small [Landscape]';
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 414px) and (orientation: portrait) {
  .media-queries::before {
    content: 'Mobile Large [Portrait]';
  }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
  .media-queries::before {
    content: 'Mobile Large [Landscape]';
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .media-queries::before {
    content: 'Tablet Landscape';
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .media-queries::before {
    content: 'Tablet Portrait';
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  header.header {
    display: none !important;
  }

  header.header-mobile {
    display: table !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  header.header {
    display: none !important;
  }

  header.header-mobile {
    display: table !important;
  }
}
header.header {
  width: 100%;
  display: table;
  z-index: 100;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header > div {
  position: relative;
  margin: 0 auto;
  height: 80px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header .header-logo {
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50px;
  position: absolute;
}
header.header .header-logo svg#logo_windnova_vert {
  position: relative;
  height: 60%;
  top: 20%;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header .header-logo svg#logo_windnova_vert #icon {
  fill: #5f9ed5;
}
header.header .header-logo svg#logo_windnova_vert #text1 {
  fill: #5f9ed5;
}
header.header .header-logo svg#logo_windnova_vert #text2 {
  fill: #343434;
  -webkit-transition: fill 0.3s ease-in-out;
  -moz-transition: fill 0.3s ease-in-out;
  -ms-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  header.header > div {
    padding: 0 20px;
  }
  header.header .header-logo {
    top: 0;
    right: auto;
    bottom: auto;
    left: 20px;
    position: absolute;
  }
}
header.header[header-down="1"] {
  background: rgba(52, 52, 52, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.header[header-down="1"] > div {
  height: 50px;
}
header.header[header-down="1"] .main-menu li a {
  line-height: 50px !important;
  color: rgba(255, 255, 255, 0.5);
}
header.header[header-down="1"] .main-menu li a:hover {
  color: #FFFFFF;
}
header.header[header-down="1"] svg#logo_windnova_vert {
  height: 70%;
  top: 15%;
}
header.header[header-down="1"] svg#logo_windnova_vert #text2 {
  fill: #FFFFFF;
}

body[section-id="features"] header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
body[section-id="features"] header svg#logo_windnova_vert #text2 {
  fill: #FFFFFF !important;
}
body[section-id="features"] header[header-down="1"] {
  background: #FFFFFF !important;
}
body[section-id="features"] header[header-down="1"] .main-menu li a {
  color: rgba(52, 52, 52, 0.7);
}
body[section-id="features"] header[header-down="1"] .main-menu li a:hover {
  color: #343434;
}
body[section-id="features"] header[header-down="1"] svg#logo_windnova_vert #text2 {
  fill: #343434 !important;
}

header.header-mobile[header-down="1"] {
  background: #343434;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.header-mobile {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header-mobile > div {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header-mobile .header-logo {
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
header.header-mobile .header-logo svg#logo_windnova_vert {
  position: relative;
  height: 80%;
  top: 10%;
  width: auto;
}
header.header-mobile .header-logo svg#logo_windnova_vert #icon {
  fill: #5f9ed5;
}
header.header-mobile .header-logo svg#logo_windnova_vert #text1 {
  fill: #5f9ed5;
}
header.header-mobile .header-logo svg#logo_windnova_vert #text2 {
  fill: #343434;
}
header.header-mobile [data-icon] {
  float: right;
  color: #343434;
  font-size: 26px;
  margin-top: 9.5px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  header.header-mobile[header-down="1"] svg#logo_windnova_vert #text2 {
    fill: #FFFFFF !important;
  }
  header.header-mobile[header-down="1"] [data-icon] {
    color: #FFFFFF !important;
  }

  [section-id="features"] header.header-mobile[header-down="0"] [data-icon] {
    color: #FFFFFF !important;
  }
  [section-id="features"] header.header-mobile[header-down="1"] svg#logo_windnova_vert #text2 {
    fill: #343434 !important;
  }
  [section-id="features"] header.header-mobile[header-down="1"] [data-icon] {
    color: #343434 !important;
  }
}
nav.menu {
  height: 100%;
}
nav.menu ul.main-menu {
  float: right;
  display: table;
  height: 100%;
}
nav.menu ul.main-menu li {
  float: left;
  height: 100%;
  margin-left: 2px;
}
nav.menu ul.main-menu li a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  line-height: 80px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(52, 52, 52, 0.7);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease-in-out, line-height 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, line-height 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, line-height 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, line-height 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, line-height 0.3s ease-in-out;
}
nav.menu ul.main-menu li a::after {
  content: '';
  width: 100%;
  height: 5px;
  top: auto;
  right: auto;
  bottom: -5px;
  left: 0;
  position: absolute;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
nav.menu ul.main-menu li a:hover {
  color: #343434;
}
nav.menu ul.main-menu li a:hover::after {
  bottom: 0;
  background: rgba(95, 158, 213, 0.3);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  nav.menu {
    height: 100%;
  }
  nav.menu ul.main-menu li a {
    font-size: 13px;
    padding: 0 15px;
  }
}
body[section-id="home"] .main-menu .home a, body[section-id="presentation"] .main-menu .presentation a, body[section-id^="module-"] .main-menu .modules a, body[section-id="features"] .main-menu .features a, body[section-id="contact"] .main-menu .contact a {
  color: #5f9ed5 !important;
}
body[section-id="home"] .main-menu .home a::after, body[section-id="presentation"] .main-menu .presentation a::after, body[section-id^="module-"] .main-menu .modules a::after, body[section-id="features"] .main-menu .features a::after, body[section-id="contact"] .main-menu .contact a::after {
  bottom: 0 !important;
  background: #5f9ed5;
}
body[section-id="home"] .main-menu .home a:hover::after, body[section-id="presentation"] .main-menu .presentation a:hover::after, body[section-id^="module-"] .main-menu .modules a:hover::after, body[section-id="features"] .main-menu .features a:hover::after, body[section-id="contact"] .main-menu .contact a:hover::after {
  bottom: 0 !important;
  background: #5f9ed5;
}

.sub-menu {
  display: none;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 81px;
  right: 0;
  bottom: auto;
  left: auto;
  position: fixed;
}
.sub-menu li {
  display: inline-table;
  text-align: center;
  padding-top: 30px;
  -webkit-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -ms-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
.sub-menu li a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 8px 25px;
  font-size: 18px;
  color: rgba(52, 52, 52, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-menu li a::after {
  content: '';
  width: 100%;
  height: 3px;
  top: auto;
  right: auto;
  bottom: -3px;
  left: 0;
  position: absolute;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.sub-menu li a:hover {
  color: #343434;
}
.sub-menu li a:hover::after {
  bottom: 0;
  background: rgba(95, 158, 213, 0.3);
}

body[section-id^="module-"] .sub-menu {
  display: block !important;
}

body[section-id="module-register"] .sub-menu .module-register a, body[section-id="module-marine"] .sub-menu .module-marine a, body[section-id="module-qhsse"] .sub-menu .module-qhsse a, body[section-id="module-execution"] .sub-menu .module-execution a, body[section-id="module-thetube"] .sub-menu .module-thetube a {
  color: #FFFFFF !important;
  background: #5f9ed5 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 800;
  color: #343434;
}
body[section-id="module-register"] .sub-menu .module-register a::after, body[section-id="module-marine"] .sub-menu .module-marine a::after, body[section-id="module-qhsse"] .sub-menu .module-qhsse a::after, body[section-id="module-execution"] .sub-menu .module-execution a::after, body[section-id="module-thetube"] .sub-menu .module-thetube a::after {
  bottom: 0;
  background: #5f9ed5;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .sub-menu li a {
    padding: 8px 15px;
    font-size: 16px;
  }
}
header.header[header-down="1"] .sub-menu {
  background: rgba(52, 52, 52, 0.9);
  top: 51px;
}
header.header[header-down="1"] .sub-menu li {
  padding-top: 0;
}
header.header[header-down="1"] .sub-menu li a {
  padding: 8px 15px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
header.header[header-down="1"] .sub-menu li a:hover {
  color: #FFFFFF;
}

body[section-id="module-register"] .header[header-down="1"] .module-register a, body[section-id="module-marine"] .header[header-down="1"] .module-marine a, body[section-id="module-qhsse"] .header[header-down="1"] .module-qhsse a, body[section-id="module-execution"] .header[header-down="1"] .module-execution a, body[section-id="module-thetube"] .header[header-down="1"] .module-thetube a {
  color: #5f9ed5 !important;
  background: rgba(95, 158, 213, 0) !important;
}

body[section-id="features"] ul.main-menu a {
  color: #9a9a9a !important;
}
body[section-id="features"] ul.main-menu a:hover, body[section-id="features"] ul.main-menu a.active {
  color: #FFFFFF !important;
}

.menu-mobile {
  position: fixed;
  position: -webkit-sticky;
  top: 0;
  left: 15px;
  background: #FFFFFF;
  height: 100vh;
  max-height: 100vh;
  width: 280px;
  z-index: 104;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out;
  -ms-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
.menu-mobile ul {
  width: 100%;
  position: relative;
}
.menu-mobile ul li {
  width: 100%;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 800;
  list-style: disc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-mobile ul li.submenu {
  border-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  padding: 2.5px 15px 2.5px 25px;
}
.menu-mobile ul li.noborder {
  border-bottom: 0 !important;
  padding-bottom: 5px;
}
.menu-mobile ul li.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-bottom: 15px;
}
.menu-mobile[data-menu-mobile-active="0"] {
  margin-left: calc(100% + 46px);
}
.menu-mobile[data-menu-mobile-active="0"] + .menu-mobile-bg {
  right: -9999px;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, right 0s 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, right 0s 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, right 0s 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, right 0s 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, right 0s 0.3s ease-in-out;
}
.menu-mobile[data-menu-mobile-active="1"] {
  margin-left: calc(100% - 234px);
}
.menu-mobile[data-menu-mobile-active="1"] + .menu-mobile-bg {
  right: 0;
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out, right 0s 0s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, right 0s 0s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, right 0s 0s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, right 0s 0s ease-in-out;
  transition: opacity 0.3s ease-in-out, right 0s 0s ease-in-out;
}

.menu-mobile-bg {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 103;
  width: 100vw;
  height: 200vh;
  background: rgba(0, 0, 0, 0.8);
}

footer {
  width: 100%;
  position: relative;
  z-index: 9;
}

.footer-container {
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #2f2f2f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2f2f2f), to(#3e3e3e));
  background-image: -webkit-linear-gradient(top, #2f2f2f, #3e3e3e);
  background-image: -moz-linear-gradient(top, #2f2f2f, #3e3e3e);
  background-image: -ms-linear-gradient(top, #2f2f2f, #3e3e3e);
  background-image: -o-linear-gradient(top, #2f2f2f, #3e3e3e);
  background-image: linear-gradient(top, #2f2f2f, #3e3e3e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2f2f2f', endColorStr='#3e3e3e');
}
.footer-container .footer-menu {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}
.footer-container .footer-menu ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 30px;
}
.footer-container .footer-menu ul li {
  font-size: 11px;
}
.footer-container .footer-menu ul li a {
  color: rgba(255, 255, 255, 0.4);
}
.footer-container .footer-menu ul li a:hover {
  color: white;
}
.footer-container .footer-menu ul li.title {
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}
.footer-container .footer-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/footer_bg.png");
  background-size: 250px;
  background-position: center;
  z-index: 0;
}

.footer-logo {
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  text-align: center;
  background: #343434;
  vertical-align: middle;
}
.footer-logo svg#logo_windnova_vert {
  display: none;
  width: 100%;
}
.footer-logo svg#logo_windnova_vert #icon,
.footer-logo svg#logo_windnova_vert #text1,
.footer-logo svg#logo_windnova_vert #text2 {
  fill: #FFFFFF;
}
.footer-logo img {
  width: 125px;
  margin: 20px;
  vertical-align: middle;
  filter: alpha(opactiy=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.footer-logo img:hover {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.footer-copyright {
  width: 100%;
  background: #343434;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright > div {
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.5);
}
.footer-copyright a {
  color: rgba(255, 255, 255, 0.57);
  text-decoration: underline;
}
.footer-copyright a:hover {
  color: white;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .footer-1 {
    display: none;
  }

  .footer-container {
    display: none;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .footer-1 {
    display: none;
  }

  .footer-container {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .footer-2 {
    font-size: 11px;
  }

  .footer-container {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  footer .footer-logo {
    padding: 10px 0 !important;
  }
  footer .footer-logo > a {
    display: none !important;
  }
  footer div.footer-menu ul {
    margin-right: 30px !important;
  }
}
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #5f9ed5;
  width: 100%;
  padding: 10px;
  z-index: 99;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookies h2 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 800;
}
.cookies p {
  font-size: 11px;
  margin-bottom: 5px;
}
.cookies .btn {
  margin-bottom: 0;
}
.cookies .icon-cross {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 14px;
  cursor: pointer;
}

/* GRID */
.grid > .row [class^="col-"], .grid > .row .full-col, .grid > .row .half-col {
  background: transparent;
}

.grid {
  width: 100%;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid > .row {
  width: 100%;
  display: table;
  margin-bottom: 30px;
  font-size: 0;
}
.grid > .row:last-child {
  margin-bottom: 0;
}
.grid > .row [class^="col-"] {
  display: inline-block;
  position: relative;
  margin-left: 3%;
  font-size: 13px;
  vertical-align: top;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid > .row [class^="col-"].col-1 {
  width: 5.58333%;
}
.grid > .row [class^="col-"].col-2 {
  width: 14.16667%;
}
.grid > .row [class^="col-"].col-3 {
  width: 22.75%;
}
.grid > .row [class^="col-"].col-4 {
  width: 31.33333%;
}
.grid > .row [class^="col-"].col-5 {
  width: 39.91667%;
}
.grid > .row [class^="col-"].col-6 {
  width: 48.5%;
}
.grid > .row [class^="col-"].col-7 {
  width: 57.08333%;
}
.grid > .row [class^="col-"].col-8 {
  width: 65.66667%;
}
.grid > .row [class^="col-"].col-9 {
  width: 74.25%;
}
.grid > .row [class^="col-"].col-10 {
  width: 82.83333%;
}
.grid > .row [class^="col-"].col-11 {
  width: 91.41667%;
}
.grid > .row [class^="col-"].col-12 {
  width: 100%;
}
.grid > .row [class^="col-"].col-nobg {
  background: none;
  border: 0;
  padding: 0;
}
.grid > .row > div:first-child {
  margin-left: 0;
}
.grid > .row .colPadding {
  padding: 10px 20px;
}
.grid > .row .full-col, .grid > .row .half-col {
  float: left;
  width: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid > .row .half-col + .full-col,
.grid > .row .full-col + .full-col,
.grid > .row .full-col + .half-col,
.grid > .row .full-col + .half-col + .half-col {
  margin-top: 30px;
}
.grid > .row .half-col + .half-col {
  float: right;
}
.grid > .row .col-1 .half-col {
  width: 43%;
}
.grid > .row .col-2 .half-col {
  width: 47%;
}
.grid > .row .col-3 .half-col {
  width: 47.9%;
}
.grid > .row .col-4 .half-col {
  width: 48.5%;
}
.grid > .row .col-5 .half-col {
  width: 48.7%;
}
.grid > .row .col-6 .half-col {
  width: 49%;
}
.grid > .row .col-7 .half-col {
  width: 49.2%;
}
.grid > .row .col-8 .half-col {
  width: 49.3%;
}
.grid > .row .col-9 .half-col {
  width: 49.35%;
}
.grid > .row .col-10 .half-col {
  width: 49.45%;
}
.grid > .row .col-11 .half-col {
  width: 49.5%;
}
.grid > .row .col-12 {
  margin-left: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .grid > .row {
    margin-bottom: 0 !important;
    display: block;
  }
  .grid > .row > [class^="col-"] {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 5px !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 800;
}
h1 font, h2 font, h3 font, h4 font, h5 font, h6 font {
  color: #5f9ed5;
}
h1[data-icon]::before, h2[data-icon]::before, h3[data-icon]::before, h4[data-icon]::before, h5[data-icon]::before, h6[data-icon]::before {
  position: absolute;
  margin-right: 10px;
  top: 0;
  left: 0;
}
h1.title-center, h2.title-center, h3.title-center, h4.title-center, h5.title-center, h6.title-center {
  text-align: center;
}

h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}

h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 2px;
}

h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

h6 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

h1[data-icon] {
  padding-left: 60px;
}
h1[data-icon]::before {
  top: 1px;
}

h2[data-icon] {
  padding-left: 50px;
}

h3[data-icon] {
  padding-left: 40px;
}

h4[data-icon] {
  padding-left: 30px;
}

h5[data-icon] {
  padding-left: 26px;
}

h6[data-icon] {
  padding-left: 24px;
}

p {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: justify;
}
p strong {
  font-weight: 700;
}
p a {
  color: #5f9ed5;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.terms {
  margin-top: 80px;
  background: white !important;
  padding: 20px;
}
.terms h1 {
  font-size: 32px;
}
.terms h2 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.terms h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  padding: 3px 5px;
}
.terms h6 {
  font-size: 12px;
  font-weight: 700;
}
.terms p {
  margin-bottom: 25px;
  font-size: 13px;
}
.terms a {
  text-decoration: underline;
  font-weight: 800;
  color: #5f9ed5;
}
.terms ul {
  float: left;
  width: 100%;
  padding-left: 25px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.terms ul li {
  list-style: disc;
  width: 100%;
  float: left;
  font-size: 13px;
}

a {
  color: #343434;
  text-decoration: none;
}

.list {
  padding-left: 20px;
  margin: 15px 0 30px 0;
  font-size: 15px;
}
.list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.list li:last-child {
  margin: 0;
}
.list li::before {
  content: 'e';
  font-family: gatecoin;
  font-size: 15px;
  color: #5f9ed5;
  position: absolute;
  top: 1px;
  left: 0;
}

.color-primary {
  color: #5f9ed5;
}

.color-secondary {
  color: #343434;
}

.color-green {
  color: green;
}

.color-red {
  color: red;
}

.banner {
  width: 100%;
  height: 80vh;
  max-height: 750px;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}
.banner .banner-wrapper {
  width: 100%;
  height: 80vh;
  max-height: 750px;
  min-height: 650px;
  position: absolute;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
}
.banner .banner-bg {
  width: 100%;
  height: 80vh;
  max-height: 750px;
  min-height: 650px;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner .banner-content {
  width: 100%;
  padding: 0 50px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50% !important;
  right: auto;
  bottom: auto;
  left: 50% !important;
  position: absolute;
  -moz-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}
.banner .module-icon {
  font-size: 110px;
  color: #343434;
  margin-bottom: 10px;
}
.banner h1 {
  font-size: 60px;
  line-height: 65px;
  color: #343434;
}
.banner h3 {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  color: #343434;
  margin-bottom: 40px;
  font-weight: 300;
}
.banner h4 {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  color: #343434;
  margin-bottom: 40px;
  font-weight: 800;
}
.banner strong {
  font-weight: 800;
  color: #5f9ed5;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 414px) and (orientation: portrait) {
  .banner-wrapper {
    max-height: inherit !important;
    min-height: 0 !important;
  }

  .banner {
    max-height: inherit !important;
    min-height: 0 !important;
  }
  .banner h2 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
  }
  .banner h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .banner h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .banner .module-icon {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
  .banner-wrapper {
    max-height: inherit !important;
    min-height: 0 !important;
  }

  .banner {
    max-height: inherit !important;
    min-height: 0 !important;
  }
  .banner h2 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 15px;
  }
  .banner h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .banner h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .banner .module-icon {
    display: none !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 414px) and (orientation: portrait) {
  .banner h2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 15px;
  }
  .banner h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .banner h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .banner .module-icon {
    display: block !important;
    margin-bottom: 40px;
  }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
  .banner h2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 15px;
  }
  .banner h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .banner h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .banner .module-icon {
    display: block !important;
    margin-bottom: 40px;
  }
}
ul.banner-icons {
  margin: 0 auto;
}
ul.banner-icons li {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 5px 10px 5px;
  font-size: 35px;
  color: rgba(52, 52, 52, 0.5);
  border: 1px solid rgba(52, 52, 52, 0.5);
  padding: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}
ul.banner-icons li::before {
  content: attr(data-title);
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 1px 5px;
  background: rgba(52, 52, 52, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 51px;
  right: auto;
  bottom: auto;
  left: 50%;
  position: absolute;
}
ul.banner-icons li:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(52, 52, 52, 0.5);
  border-color: rgba(52, 52, 52, 0);
}
ul.banner-icons li:hover::before {
  top: 62px;
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .banner ul.banner-icons {
    display: none !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .banner ul.banner-icons li {
    display: none !important;
  }
}
.banner .presentation-list li {
  font-size: 30px;
  margin-bottom: 8px;
  font-weight: 300;
  text-align: center;
}
.banner .presentation-list li > span {
  background: rgba(95, 158, 213, 0.8);
  display: inline-block;
  color: #FFFFFF;
  margin: auto 0;
  padding: 15px 20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .presentation-list li {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .presentation-list li span {
    padding: 5px 10px !important;
  }

  [section-id="presentation"] .banner h2 {
    font-size: 26px !important;
    line-height: 28px;
  }
  [section-id="presentation"] .banner h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .presentation-list li {
    font-size: 20px !important;
    margin-bottom: 5px !important;
  }
  .presentation-list li span {
    padding: 5px 10px !important;
  }

  [section-id="presentation"] .banner h2 {
    font-size: 40px !important;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  [section-id="presentation"] .banner h4 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
input[type="text"],
input[type="email"],
textarea {
  font-family: 'Open Sans', sans-serif;
  background: #FFFFFF;
  padding: 5px;
  margin-bottom: 5px;
  width: 100%;
  float: left;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn {
  position: relative;
  float: left;
  display: block;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid;
  font-weight: 300;
  outline: 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[data-dir='left'].btn {
  float: left;
  margin-right: 10px;
}
[data-dir='right'].btn {
  float: right;
  margin-left: 10px;
}

.btn[data-type=''] {
  background: rgba(52, 52, 52, 0);
  border-color: rgba(52, 52, 52, 0.3);
  color: #343434;
}
.btn[data-type='']:hover {
  background: #5f9ed5;
  border-color: #5f9ed5;
  color: white;
}
.btn[data-type='primary'] {
  background: #5f9ed5;
  border-color: #5f9ed5;
  color: rgba(255, 255, 255, 0.7);
}
.btn[data-type='primary']:hover {
  color: white;
}
.btn[data-type='white'] {
  background: white;
  border-color: white;
  color: rgba(95, 158, 213, 0.7);
}
.btn[data-type='white']:hover {
  color: #5f9ed5;
}

.btn[data-size=''] {
  font-size: 16px;
  line-height: 16px;
  padding: 5px 8px;
  text-transform: default;
}
.btn[data-size='large'] {
  font-size: 18px;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.btn[data-size='small'] {
  font-size: 13px;
  line-height: 13px;
  padding: 4px 5px;
  text-transform: default;
}
.btn[data-size='mini'] {
  font-size: 12px;
  line-height: 12px;
  padding: 3px 3px;
  text-transform: default;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .btn[data-size=''] {
    font-size: 16px;
    line-height: 16px;
    padding: 5px 8px;
    text-transform: default;
  }
  .btn[data-size='large'] {
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
  }
  .btn[data-size='small'] {
    font-size: 13px;
    line-height: 13px;
    padding: 4px 5px;
    text-transform: default;
  }
  .btn[data-size='mini'] {
    font-size: 12px;
    line-height: 12px;
    padding: 3px 3px;
    text-transform: default;
  }
}
#popup_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
  background: black;
}

.popup_bg_on {
  top: 0;
  filter: alpha(opactiy=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s ease-in-out, top 0 ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, top 0 ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, top 0 ease-in-out;
  transition: opacity 0.4s ease-in-out, top 0 ease-in-out;
}

.popup_bg_off {
  top: -9999px;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.2s ease-in-out, top 0 0.6s ease-in-out;
  -moz-transition: opacity 0.4s 0.2s ease-in-out, top 0 0.6s ease-in-out;
  -o-transition: opacity 0.4s 0.2s ease-in-out, top 0 0.6s ease-in-out;
  transition: opacity 0.4s 0.2s ease-in-out, top 0 0.6s ease-in-out;
}

#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  font-size: 11px;
  font-family: arial, sans-serif;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#popup .popup_content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 600px;
  height: calc(100% - 200px);
  margin: auto;
  z-index: 2000;
  background: white;
  pointer-events: all;
}
#popup .popup_content .popup_header {
  height: 70px;
  background: #5f9ed5;
  margin: 0;
  padding: 5px 20px;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#popup .popup_content .popup_text {
  height: calc(100% - 70px);
  overflow-x: auto;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup_on {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.4s 0.4s ease-in-out, top 0 ease-in-out;
  -moz-transition: opacity 0.4s 0.4s ease-in-out, top 0 ease-in-out;
  -o-transition: opacity 0.4s 0.4s ease-in-out, top 0 ease-in-out;
  transition: opacity 0.4s 0.4s ease-in-out, top 0 ease-in-out;
}

.popup_off {
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  top: -9999px;
  -webkit-transition: opacity 0.4s ease-in-out, top 0 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, top 0 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, top 0 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, top 0 0.4s ease-in-out;
}

.popup_content {
  overflow-x: auto;
}

.popup-terms .popup-quality-content {
  display: none;
}

.popup-quality .popup-terms-content {
  display: none;
}

.welcome {
  background: #343434;
  width: 100%;
  height: 100vh;
  float: left;
}
.welcome .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-color: transparent 0%;
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(transparent 0%), color-stop(black 100%));
  background-image: -webkit-radial-gradient(center, ellipse cover, transparent 0%, black 100%);
  background-image: -moz-radial-gradient(center, ellipse cover, transparent 0%, black 100%);
  background-image: -ms-radial-gradient(center, ellipse cover, transparent 0%, black 100%);
  background-image: -o-radial-gradient(center, ellipse cover, transparent 0%, black 100%);
  background-image: radial-gradient(ellipse at center, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent 0%', endColorStr='black 100%',GradientType=1 );
}
.welcome .header-logo {
  width: 40%;
  z-index: 2;
  position: absolute;
  top: 40%;
  left: 30%;
}
.welcome .header-logo svg#logo_windnova_vert {
  position: relative;
  width: 100%;
  top: 0;
}
.welcome .header-logo svg#logo_windnova_vert #icon {
  fill: #5f9ed5;
}
.welcome .header-logo svg#logo_windnova_vert #text1 {
  fill: #5f9ed5;
}
.welcome .header-logo svg#logo_windnova_vert #text2 {
  fill: white;
}
.welcome .welcome-scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  color: white;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.welcome .welcome-scroll [data-icon] {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 22px;
}

#home-slider {
  width: 100%;
  height: 80vh !important;
  min-height: 750px;
  background: none !important;
}
#home-slider .rsOverflow,
#home-slider .rsSlide {
  background: none !important;
  width: 100% !important;
}
#home-slider h2 {
  font-size: 50px;
  color: black;
  margin-bottom: 15px;
}
#home-slider h2 strong {
  font-weight: 800;
  color: #5f9ed5;
}
#home-slider h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 40px;
}
#home-slider h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 5px;
  font-weight: 800;
}
#home-slider p {
  font-size: 14px;
  color: black;
  margin-bottom: 0;
}
#home-slider .home-slider-1 {
  padding: 0 50px;
}
#home-slider .home-slider-2 {
  width: 100%;
  display: table;
}
#home-slider .home-slider-2 .content {
  float: left;
  width: 40%;
  padding: 0 50px 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#home-slider .home-slider-2 .content h3 {
  margin-bottom: 3px;
}
#home-slider .home-slider-2 .content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
#home-slider .home-slider-2 .modules {
  float: left;
  width: 60%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#home-slider .home-slider-2 .modules li {
  with: 100%;
  display: table;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}
#home-slider .home-slider-2 .modules li::after {
  content: '4';
  font-family: 'windnova-web';
  position: absolute;
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  top: 50%;
  right: 5px;
  z-index: 3;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
#home-slider .home-slider-2 .modules li div {
  display: table-cell;
  vertical-align: top;
  padding: 10px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#home-slider .home-slider-2 .modules li div[data-icon] {
  background: rgba(95, 158, 213, 0.8);
  color: white;
  font-size: 60px;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
#home-slider .home-slider-2 .modules li div:last-child {
  background: rgba(255, 255, 255, 0.8);
  color: black;
  padding-right: 50px;
}
#home-slider .home-slider-2 .modules li div:last-child h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}
#home-slider .home-slider-2 .modules li div:last-child p {
  font-size: 12px;
  line-height: 14px;
}
#home-slider .home-slider-2 .modules li div:last-child h3, #home-slider .home-slider-2 .modules li div:last-child p {
  position: relative;
  z-index: 3;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
#home-slider .home-slider-2 .modules li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #5f9ed5;
  width: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
#home-slider .home-slider-2 .modules li:hover::after {
  color: white;
}
#home-slider .home-slider-2 .modules li:hover div {
  color: white;
}
#home-slider .home-slider-2 .modules li:hover div[data-icon] {
  background: white;
  color: #5f9ed5;
}
#home-slider .home-slider-2 .modules li:hover span {
  width: 100%;
}
#home-slider .home-slider-2 .modules li:hover h3, #home-slider .home-slider-2 .modules li:hover p {
  color: white;
}
#home-slider .home-slider-2 .modules-mobile {
  display: none;
  float: left;
  margin-top: 30px;
  width: 100%;
}
#home-slider .home-slider-2 .modules-mobile h2 {
  font-size: 24px;
  line-height: 24px;
  padding-left: 45px;
  margin-bottom: 25px;
}
#home-slider .home-slider-2 .modules-mobile h2::before {
  font-size: 35px;
  top: -5px;
}
#home-slider .home-slider-2 .modules-mobile h2::after {
  content: '4';
  font-family: 'windnova-web';
  position: absolute;
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  top: 50%;
  right: 0;
  z-index: 3;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#home-slider .home-slider-3 {
  width: 100%;
  display: table;
}
#home-slider .home-slider-3 .content {
  float: left;
  width: 100%;
  padding-right: 0;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#home-slider .home-slider-3 .content h3 {
  margin-bottom: 3px;
}
#home-slider .home-slider-3 .content h2 {
  padding-left: 100px;
}
#home-slider .home-slider-3 .content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 5px;
}
#home-slider .home-slider-3 .content ul {
  list-style: disc;
  color: black;
  padding-left: 20px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 10px;
}
#home-slider .home-slider-3 .content ul li {
  margin-bottom: 5px;
}
#home-slider .home-slider-3 .features {
  float: left;
  width: 100%;
  text-align: center;
}
#home-slider .home-slider-3 .features li {
  display: inline-block;
  margin: 35px 20px;
  position: relative;
  cursor: pointer;
}
#home-slider .home-slider-3 .features li div {
  padding: 20px;
  height: 80px;
  font-size: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(95, 158, 213, 0.8);
  color: white;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
#home-slider .home-slider-3 .features li div::after {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #343434;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  content: attr(data-title);
}
#home-slider .home-slider-3 .features li div:hover {
  background: white;
  color: #5f9ed5;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  #home-slider {
    height: 100vh !important;
    min-height: inherit !important;
  }
  #home-slider .rsBullets {
    padding-bottom: 10px;
  }
  #home-slider .rs-text-wrap {
    padding: 0 30px !important;
  }
  #home-slider .rsArrow {
    display: none !important;
  }
  #home-slider h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  #home-slider h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  #home-slider .home-slider-1 {
    padding: 0 !important;
  }
  #home-slider .home-slider-1 p {
    display: none !important;
  }
  #home-slider .home-slider-2 .content {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #home-slider .home-slider-2 .content h2 {
    font-size: 43px;
    padding-left: 40px;
    margin-bottom: 15px;
  }
  #home-slider .home-slider-2 .content h3 {
    font-size: 25px;
  }
  #home-slider .home-slider-2 .content p {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  #home-slider .home-slider-2 .modules {
    display: none;
  }
  #home-slider .home-slider-3 .content {
    padding: 0 !important;
  }
  #home-slider .home-slider-3 .content h2 {
    font-size: 43px;
    padding-left: 40px;
    margin-bottom: 15px;
  }
  #home-slider .home-slider-3 .content h3 {
    font-size: 25px;
  }
  #home-slider .home-slider-3 .content p {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  #home-slider .home-slider-3 .features {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
  .home-slider-1 #home-slider p {
    display: none !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  #home-slider {
    height: 100vh !important;
  }
  #home-slider .rsBullets {
    padding-bottom: 10px;
  }
  #home-slider .rsArrow {
    display: none !important;
  }
  #home-slider h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #home-slider h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
  #home-slider p {
    display: block;
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 414px) and (orientation: portrait) {
  #home-slider p {
    display: block !important;
  }
  #home-slider .modules-mobile {
    display: block !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home-slider-2 .content {
    padding-left: 0 !important;
  }
  .home-slider-2 .content h2 {
    padding-left: 60px !important;
  }
  .home-slider-2 .content p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .home-slider-2 .modules {
    padding-right: 0 !important;
  }
  .home-slider-2 .modules li div[data-icon] {
    font-size: 50px !important;
  }
  .home-slider-2 .modules li div:last-child h3 {
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 800 !important;
  }
  .home-slider-2 .modules li div:last-child p {
    font-size: 11px !important;
    line-height: 12px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home-slider-2 .content {
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
  .home-slider-2 .content h3 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .home-slider-2 .content h2 {
    font-size: 46px !important;
    padding-left: 0 !important;
  }
  .home-slider-2 .content p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .home-slider-2 .modules {
    padding-right: 0 !important;
  }
  .home-slider-2 .modules li div[data-icon] {
    font-size: 50px !important;
  }
  .home-slider-2 .modules li div:last-child h3 {
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 800 !important;
  }
  .home-slider-2 .modules li div:last-child p {
    font-size: 11px !important;
    line-height: 12px !important;
  }
  .home-slider-2 .modules-mobile {
    display: none !important;
  }

  .home-slider-3 .features li {
    margin: 35px 10px !important;
  }
}
.home-features > div {
  float: left;
}
.home-features > div:first-child {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 40px;
  background: #5f9ed5;
  color: white;
  border: 2px solid #5f9ed5;
  padding: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.home-features > div:last-child {
  width: calc(100% - 104px);
}
.home-features > div h3 {
  color: #5f9ed5;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 26px;
}
.home-features > div p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  text-align: justify;
}
.home-features > div p a {
  text-decoration: underline;
}

#home-features .row {
  margin-bottom: 25px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  #home-features .col-6 {
    margin-top: 20px !important;
  }
  #home-features h3 {
    font-size: 22px !important;
    line-height: 24px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #home-features .col-6 {
    display: table !important;
    margin: 20px 0;
  }
}
.home-modules {
  position: relative;
  display: table;
  width: 100%;
  height: calc(100vh - 50px);
}
.home-modules .module-anchor {
  position: absolute;
  top: -50px;
  left: 0;
}
.home-modules .module-img {
  height: 100%;
  display: table-cell;
  border-top: 0 solid transparent;
  vertical-align: middle;
}
.home-modules .module-img img {
  width: 100%;
}
.home-modules .module-img + .module-content {
  padding-left: 40px !important;
}
.home-modules .module-content {
  display: table-cell;
  height: 100%;
  border-top: 80px solid transparent;
  vertical-align: middle;
  padding: 0 40px 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-modules .module-content > span[data-icon] {
  float: left;
  width: 120px;
  font-size: 120px;
  color: #5f9ed5;
}
.home-modules .module-content > div {
  float: left;
  width: calc(100% - 120px);
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-modules .module-content > div h4 {
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 10px;
  color: #5f9ed5;
}
.home-modules .module-content > div h5 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}
.home-modules .module-content > div p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
.home-modules .module-content > div .btn {
  margin-bottom: 40px;
}
.home-modules#home-module-5 {
  background-image: url("../img/home-thetube.jpg");
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .home-modules#home-module-5 {
    background-image: none !important;
  }
}
.home-modules#home-module-1 .module-content {
  width: 60%;
}
.home-modules#home-module-1 .module-img {
  padding-right: 50px;
}
.home-modules#home-module-2 .module-content {
  width: 50%;
}
.home-modules#home-module-3 .module-content {
  width: 60%;
}
.home-modules#home-module-4 .module-content {
  width: 50%;
}
.home-modules#home-module-5 .module-content {
  width: 60%;
}
.home-modules#home-module-5 .module-img {
  width: 40%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home-modules#home-module-1 .module-content {
    width: 50%;
  }
  .home-modules#home-module-1 .module-img {
    padding-right: 40px;
  }
  .home-modules#home-module-2 .module-content {
    width: 48%;
  }
  .home-modules#home-module-3 .module-content {
    width: 60%;
  }
  .home-modules#home-module-4 .module-content {
    width: 42%;
  }
  .home-modules#home-module-5 .module-content {
    width: 60%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home-modules .module-img, .home-modules .module-content {
    display: block !important;
    float: left !important;
    width: 100% !important;
    padding: 0 !important;
    border: inherit !important;
  }
  .home-modules .module-img + .module-content > div {
    padding-top: 0 !important;
  }
  .home-modules .module-content > div {
    padding: 40px 30px 20px 30px !important;
  }
  .home-modules#home-module-1 .module-img img {
    width: 80% !important;
    margin-left: 10% !important;
  }
  .home-modules#home-module-2 .module-img img {
    width: 90% !important;
    margin-top: 30px !important;
  }
  .home-modules#home-module-4 .module-img img {
    width: 90% !important;
    margin-top: 50px !important;
  }
  .home-modules#home-module-5 .module-content {
    width: 45% !important;
    margin-top: 170px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .home-modules {
    height: inherit !important;
  }
  .home-modules .module-img, .home-modules .module-content {
    display: block !important;
    float: left !important;
    width: 100% !important;
    padding: 0 !important;
    padding-left: 0 !important;
    border: inherit !important;
  }
  .home-modules .module-img + .module-content {
    padding-left: 0 !important;
  }
  .home-modules .module-img + .module-content > div {
    padding-top: 0 !important;
  }
  .home-modules .module-content > div {
    padding: 40px 20px !important;
  }
  .home-modules .scroll {
    display: none !important;
  }
  .home-modules#home-module-1 .module-img img {
    width: 80% !important;
    margin-left: 10% !important;
  }
  .home-modules#home-module-2 .module-img img {
    width: 90% !important;
    margin-top: 30px !important;
  }
  .home-modules#home-module-3 .module-img img {
    width: 90% !important;
    margin-left: 10% !important;
  }
  .home-modules#home-module-4 .module-img img {
    width: 90% !important;
    margin-top: 50px !important;
  }
  .home-modules .btn {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
  .home-modules .module-content {
    border-top: 40px solid transparent !important;
    padding: 0 40px 0 20px !important;
  }
  .home-modules .module-img + .module-content {
    padding: 0 40px 0 0 !important;
  }
}

@media only screen and (max-width: 1280px) {
  .home-modules .module-img {
    border-top-width: 20px;
  }
  .home-modules .module-content > div {
    width: 100%;
  }
  .home-modules .module-content > span[data-icon] {
    display: none;
  }
  .home-modules .module-content h4 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .home-modules .module-content h5 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .home-modules .module-content p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
.home-modules {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
}
.home-modules .module-features {
  width: 100%;
  margin-top: 15px;
  float: left;
}
.home-modules .module-features li {
  float: left;
  width: 135px;
  margin: 0 15px 15px 0;
  font-weight: 800;
  color: #9a9a9a;
  text-transform: uppercase;
  display: table;
  min-height: 45px;
}
.home-modules .module-features li [data-icon] {
  display: table-cell;
  padding-right: 7px;
  position: relative;
  font-size: 40px;
  line-height: 40px;
  width: 40px;
}
.home-modules .module-features li div {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
}
.home-modules .scroll {
  width: 100%;
  text-align: center;
  border-bottom: 8px solid #5f9ed5;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
}
.home-modules .scroll a {
  position: relative;
  margin: 0 auto;
  display: block;
  background: #5f9ed5;
  height: 45px;
  width: 90px;
  font-size: 50px;
  line-height: 0;
  color: white;
  -webkit-border-top-left-radius: 90px;
  -webkit-border-top-right-radius: 90px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 90px;
  -moz-border-radius-topright: 90px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media only screen and (max-width: 1280px) {
  .home-modules .module-features {
    margin-bottom: 15px !important;
  }
  .home-modules .module-features li {
    width: 130px;
    margin: 0 5px 10px 5px;
  }
  .home-modules .module-features li [data-icon] {
    font-size: 35px;
    line-height: 35px;
    width: 35px;
  }
  .home-modules .module-features li div {
    font-size: 10px;
    line-height: 12px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .home-modules .module-features li {
    width: 113px !important;
  }
  .home-modules .scroll {
    display: none !important;
  }
}
.parallax {
  width: 100%;
  text-align: center;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax div {
  position: relative;
  font-size: 45px;
  font-weight: 300;
  line-height: 45px;
  color: black;
  padding: 105px 40px 0 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.parallax[parallax-id="1"] {
  background-image: url("../img/home-parallax-1.jpg");
}
.parallax[parallax-id="2"] {
  background-image: url("../img/home-parallax-2.jpg");
}
.parallax[parallax-id="3"] {
  background-image: url("../img/home-parallax-3.jpg");
}
.parallax[parallax-id="4"] {
  background-image: url("../img/home-parallax-4.jpg");
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .parallax {
    background-attachment: scroll;
    height: 200px;
  }
  .parallax > div {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    padding: 70px 40px 0 40px;
  }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
  .parallax {
    height: 200px;
  }
  .parallax > div {
    font-size: 30px;
    line-height: 30px;
    padding: 70px 40px 0 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .parallax {
    background-attachment: inherit !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax {
    background-attachment: inherit !important;
  }
}
#features-slider {
  width: 100%;
  height: 100vh;
  background-image: url("../img/feature_bg.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: left;
}
#features-slider .rsOverflow,
#features-slider .rsSlide {
  background: none !important;
}
#features-slider .rs-text {
  display: table;
  top: 50% !important;
  right: 0;
  bottom: 0;
  left: 50% !important;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#features-slider .rs-text .features-content {
  padding: 0 150px !important;
  text-align: center;
  display: none;
}
#features-slider .rs-text .features-content h2 {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 40px;
}
#features-slider .rs-text .features-content p {
  line-height: 30px;
  font-weight: 300;
}
#features-slider .rsTabs {
  position: absolute;
  bottom: 0;
  background: rgba(81, 81, 81, 0.7) !important;
  padding: 0;
  display: table;
}
#features-slider .rsTabs .rsNavItem {
  width: 10%;
  position: relative;
  display: table-cell;
  text-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
  padding: 15px 0;
  color: #9a9a9a !important;
  border-left: 1px solid #343434;
  font-size: 11px;
  line-height: 13px;
  font-weight: 800;
  overflow: hidden;
  min-width: inherit !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#features-slider .rsTabs .rsNavItem:last-child {
  border-right: 1px solid #343434;
}
#features-slider .rsTabs .rsNavItem [data-icon] {
  font-size: 40px;
  line-height: 53px;
}
#features-slider .rsTabs .rsNavItem::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #5f9ed5;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
#features-slider .rsTabs .rsNavItem:hover {
  background: rgba(52, 52, 52, 0.6) !important;
  color: white !important;
}
#features-slider .rsTabs .rsNavItem.rsNavSelected {
  background: white !important;
  color: #343434 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#features-slider .rsTabs .rsNavItem.rsNavSelected::after {
  top: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  #features-slider {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 414px) and (orientation: portrait) {
  #features-slider {
    display: none;
  }
}
.feature-mobile {
  display: none;
  padding: 0 !important;
  background: none !important;
  overflow: hidden;
  position: relative;
}
.feature-mobile ul {
  width: 100%;
  padding-top: 45px;
  z-index: 8;
  position: relative;
}
.feature-mobile ul li {
  position: relative;
  width: 100%;
  height: calc(100vh - 45px);
  min-height: calc(100vh - 45px);
  display: table;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.feature-mobile ul li .feature-anchor {
  position: absolute;
  top: -45px;
  left: 0;
}
.feature-mobile ul li > div {
  display: table-cell;
  vertical-align: middle;
}
.feature-mobile ul li > div div {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.feature-mobile ul li > div div h2 {
  color: white;
  font-size: 30px;
  line-height: 30px;
  padding-left: 60px;
  margin-bottom: 10px;
}
.feature-mobile ul li > div div h2[data-icon]::before {
  font-size: 50px;
  top: 5px;
}
.feature-mobile ul li > div div p {
  color: rgba(255, 255, 255, 0.6);
}
.feature-mobile ul li > div div p strong {
  font-weight: 800;
  text-transform: uppercase;
}
.feature-mobile ul li > div img {
  width: 100%;
}
.feature-mobile .feature-mobile-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 105vh;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(rgba(0, 0, 0, 0.2)), color-stop(black));
  background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2), black);
  background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2), black);
  background-image: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2), black);
  background-image: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2), black);
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2), black);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.2)', endColorStr='black',GradientType=1 );
}
.feature-mobile .feature-mobile-bg-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 105vh;
  z-index: 0;
  background-image: url("../img/features_mobile_bg.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .feature-mobile {
    display: table;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
  .feature-mobile {
    display: table;
  }
  .feature-mobile ul li > div div, .feature-mobile ul li > div img {
    width: 50%;
    float: Left;
  }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
  .feature-mobile {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .feature-mobile {
    display: table;
  }

  #features-slider {
    display: none;
  }
}
article.module-intro p {
  line-height: 26px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  article.module-intro p {
    line-height: 18px;
  }
}
.modules_table {
  width: 100%;
  display: table;
  position: relative;
  background: white;
}
.modules_table .title {
  position: relative;
  width: 100%;
  height: 100px;
  vertical-align: bottom;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  overflow: hidden;
  padding: 0 0 15px 0;
  background: #5f9ed5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modules_table .title > span {
  font-family: "windnova-web" !important;
  content: attr(data-icon);
  position: absolute;
  top: -26px;
  text-align: center;
  font-size: 100px;
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.2);
}
.modules_table .title > div {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.modules_table > li {
  display: table-cell;
  position: relative;
  padding-bottom: 55px;
  width: 20%;
  border-left: 2px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modules_table .intro {
  width: 100%;
  padding: 10px;
  text-align: center;
  height: 120px;
  font-weight: 400;
  font-size: 15px;
  border-bottom: 1px solid #f5f5f5;
  display: table-cell;
  vertical-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modules_table .modules_section {
  width: 100%;
  margin-bottom: 10px;
}
.modules_table .modules_section li {
  margin-bottom: 1px;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modules_table .modules_section li > div {
  font-size: 13px;
  font-weight: 400;
}
.modules_table .button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modules_table .button a {
  margin: 0 auto;
  float: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .modules_table .title {
    position: relative;
    width: 100%;
    text-align: left;
    color: #5f9ed5;
    font-size: 16px;
    overflow: inherit;
    padding: 0 0 15px 0;
    background: white;
  }
  .modules_table .title > span {
    position: relative;
    top: 0;
    text-align: center;
    font-size: 80px;
    height: 80px;
    display: block;
    width: 100%;
    margin: 20px 0 5px 0;
    color: #5f9ed5;
  }
  .modules_table .title > div {
    position: relative;
    bottom: inherit;
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .modules_table > li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 15px solid #f5f5f5;
  }
  .modules_table .intro {
    padding: 20px;
    height: inherit;
  }
  .modules_table .modules_section li {
    font-size: 16px;
  }
  .modules_table .modules_section li > div {
    font-size: 13px;
    line-height: 22px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .modules_table > li {
    display: table-cell;
    float: inherit;
    width: 20% !important;
  }
  .modules_table .modules_section li {
    font-size: 13px !important;
    line-height: 16px;
  }
  .modules_table .modules_section li > div {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 414px) and (orientation: portrait) {
  .modules_table > li {
    display: block !important;
    float: left !important;
    width: 100% !important;
  }
  .modules_table .modules_section li {
    font-size: 16px !important;
    line-height: 20px;
  }
  .modules_table .modules_section li > div {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
  .modules_table .title {
    position: relative !important;
    width: 100% !important;
    text-align: left !important;
    color: #5f9ed5 !important;
    font-size: 16px !important;
    overflow: inherit !important;
    padding: 0 0 15px 0 !important;
    background: white !important;
  }
  .modules_table .title > span {
    position: relative !important;
    top: 0 !important;
    text-align: center !important;
    font-size: 80px !important;
    height: 80px !important;
    display: block !important;
    width: 100% !important;
    margin: 20px 0 5px 0 !important;
    color: #5f9ed5 !important;
  }
  .modules_table .title > div {
    position: relative !important;
    bottom: inherit !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 20px !important;
  }
  .modules_table > li {
    display: block !important;
    float: left !important;
    width: 100% !important;
    border-bottom: 15px solid #f5f5f5 !important;
  }
  .modules_table .intro {
    padding: 20px !important;
    height: inherit !important;
  }
  .modules_table .modules_section li {
    font-size: 16px !important;
  }
  .modules_table .modules_section li > div {
    font-size: 13px !important;
    line-height: 22px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .modules_table > li {
    display: table-cell !important;
    float: inherit !important;
    width: 20% !important;
  }
  .modules_table .modules_section li {
    font-size: 13px !important;
    line-height: 16px;
  }
  .modules_table .modules_section li > div {
    font-size: 12px;
    line-height: 18px;
  }
  .modules_table .intro {
    height: 195px;
  }
  .modules_table .button a {
    font-size: 14px;
  }
}
.webbase {
  position: relative;
  display: table;
  width: 100%;
  padding: 40px 0;
}
.webbase .module-img {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.webbase .module-img img {
  width: 100%;
}
.webbase .module-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0 40px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.webbase .module-content > div {
  float: left;
  width: 100%;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -ms-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
.webbase .module-content > div h4 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
}
.webbase .module-content > div h4 font {
  color: #5f9ed5;
}
.webbase .module-content > div h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}
.webbase .module-content > div p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}
.webbase .module-features {
  width: 100%;
  margin-top: 5px;
  float: left;
}
.webbase .module-features li {
  float: left;
  width: 100%;
  margin: 0 15px 10px 0;
  color: black;
  display: table;
}
.webbase .module-features li [data-icon] {
  display: table-cell;
  padding-right: 10px;
  position: relative;
  font-size: 25px;
  width: 25px;
}
.webbase .module-features li div {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

@media only screen and (min-width: 1280px) {
  .webbase .module-content {
    width: 50%;
  }
  .webbase .module-content > div {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1280px) {
  .webbase .module-img {
    width: 100%;
    display: block;
    float: left;
    padding-left: 100px;
  }
  .webbase .module-content {
    width: 100%;
    display: block;
    float: left;
  }
  .webbase .module-content > div {
    padding-left: 0 !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .webbase {
    padding: 20px 0;
  }
  .webbase .module-img {
    padding-left: 10%;
  }
  .webbase .module-content {
    padding: 0 20px;
  }
}
body[section-id="module-marine"] .marine-screen {
  position: relative;
  padding-right: calc(40% + 40px);
}
body[section-id="module-marine"] .marine-screen img {
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  body[section-id="module-marine"] .marine-screen {
    padding-right: 0 !important;
  }
  body[section-id="module-marine"] .marine-screen img {
    width: 80%;
    position: relative;
    bottom: 0;
    right: inherit;
    left: 10%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body[section-id="module-marine"] .marine-screen img {
    top: 0;
    bottom: inherit;
  }
}
.grid.module-features h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 5px;
  color: #343434;
  text-transform: uppercase;
}
.grid.module-features .row {
  margin-bottom: 10px !important;
}
.grid.module-features .col-6 {
  width: 49.5% !important;
  margin: 0 !important;
}
.grid.module-features .col-6:last-child {
  margin: 0;
  margin-left: 1% !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .grid.module-features {
    padding: 0 10px !important;
  }
  .grid.module-features .row {
    margin-bottom: 0 !important;
  }
  .grid.module-features .row [class^="col-"] {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  .grid.module-features .row [class^="col-"]::last-child {
    margin: 0 !important;
    margin-left: 0 !important;
  }
  .grid.module-features .row .col-6 {
    margin-left: 0 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .grid.module-features .row {
    margin-bottom: 5px !important;
  }
  .grid.module-features .row .col-6 {
    margin-left: 0 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .grid.module-features .row {
    margin-bottom: 5px !important;
  }
}
.module-features-item {
  display: table;
}
.module-features-item > div {
  display: table-cell;
  vertical-align: top;
}
.module-features-item > div:first-child {
  width: 40px;
  height: 40px;
  font-size: 40px;
  background: #5f9ed5;
  color: white;
  padding: 20px;
}
.module-features-item > div:last-child {
  background: white;
  width: 100%;
  padding: 10px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module-features-item > div h3 {
  color: black;
  margin-bottom: 5px;
  font-size: 26px;
}
.module-features-item > div p {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  text-align: justify;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .module-features-item > div:first-child {
    padding: 10px !important;
  }
  .module-features-item > div:last-child {
    padding: 10px !important;
  }
  .module-features-item > div h3 {
    font-size: 22px !important;
  }
  .module-features-item > div p {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 5px !important;
  }
}
.module-features {
  width: 100%;
}
.module-features.bg-white {
  background: white;
}
.module-features .background {
  width: 100%;
  height: 300px;
  background-attachment: fixed;
  background-position: center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.module-features .content {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module-features .content h3 {
  margin-bottom: 15px;
  padding-left: 50px;
  margin-top: 10px;
}
.module-features .content h3[data-icon]::before {
  font-size: 40px;
  top: -5px;
  color: #5f9ed5;
}
.module-features .content .picture {
  position: absolute;
  bottom: 100px;
  right: 20px;
  width: 80%;
  pointer-events: none;
}
.module-features .content > ul {
  padding-left: 32px;
}
.module-features .content > ul li {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
}
.module-features .content > ul li::before {
  content: '0';
  font-family: windnova-web;
  font-size: 22px;
  color: #9a9a9a;
  position: absolute;
  top: 0;
  left: -32px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .module-features h3 {
    font-size: 30px !important;
    letter-spacing: 0 !important;
    padding-left: 0 !important;
  }
  .module-features h3[data-icon]::before {
    display: none;
  }
  .module-features .background {
    background-attachment: scroll;
    height: 200px;
  }
  .module-features .content,
  .module-features .picture,
  .module-features .content-text {
    width: 100%;
  }
  .module-features .content > ul,
  .module-features .picture > ul,
  .module-features .content-text > ul {
    padding-bottom: 40px;
  }
  .module-features .content > ul li,
  .module-features .picture > ul li,
  .module-features .content-text > ul li {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .module-features .content > ul li::before,
  .module-features .picture > ul li::before,
  .module-features .content-text > ul li::before {
    font-size: 16px !important;
    left: -32px !important;
  }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
  .content > ul,
  .picture > ul,
  .content-text > ul {
    padding-bottom: 40px;
  }
  .content > ul li,
  .picture > ul li,
  .content-text > ul li {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .content > ul li::before,
  .picture > ul li::before,
  .content-text > ul li::before {
    font-size: 16px !important;
    left: -32px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .module-features .background {
    background-attachment: inherit !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .module-features .background {
    background-attachment: inherit !important;
  }
}
.module-features.qa-feature .grid, .module-features.parkcontrol-feature .grid {
  padding: 0;
}
.module-features.qa-feature .grid .row > div, .module-features.parkcontrol-feature .grid .row > div {
  background: white;
}
.module-features.qa-feature .grid .row > div.col-4, .module-features.parkcontrol-feature .grid .row > div.col-4 {
  width: 32%;
}
.module-features.qa-feature .grid .row > div.col-4 + .col-4, .module-features.parkcontrol-feature .grid .row > div.col-4 + .col-4 {
  margin-left: 2%;
}
.module-features.qa-feature .grid .row > div.col-6, .module-features.parkcontrol-feature .grid .row > div.col-6 {
  width: 49%;
}
.module-features.qa-feature .grid .row > div.col-6 + .col-6, .module-features.parkcontrol-feature .grid .row > div.col-6 + .col-6 {
  margin-left: 2%;
}
.module-features.qa-feature .grid .row > div h4, .module-features.parkcontrol-feature .grid .row > div h4 {
  padding: 10px 15px;
  background: #5f9ed5;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module-features.qa-feature .grid .row > div > p, .module-features.parkcontrol-feature .grid .row > div > p {
  font-size: 13px;
  text-align: left;
  margin-bottom: 0;
  padding: 10px 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .module-features.qa-feature .grid .row > div > p, .module-features.parkcontrol-feature .grid .row > div > p {
    font-size: 12px;
    line-height: 16px;
  }
}

.module-features.riskmatrix-feature .content {
  padding-right: 600px;
  padding-bottom: 160px;
}
.module-features.riskmatrix-feature .picture {
  width: 980px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .module-features.riskmatrix-feature .content {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .module-features.riskmatrix-feature .picture {
    width: 90%;
    position: relative;
    top: 0;
    left: 5%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
  .module-features.riskmatrix-feature .content {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .module-features.riskmatrix-feature .picture {
    width: 90%;
    position: relative;
    top: 0;
    left: 5%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .module-features.riskmatrix-feature .content {
    padding-right: 380px;
    padding-bottom: 190px;
  }
  .module-features.riskmatrix-feature .content > ul li {
    font-size: 16px;
  }
  .module-features.riskmatrix-feature .picture {
    width: 90%;
  }
}
.module-features.meeting-feature .content {
  padding-right: 600px;
  padding-bottom: 160px;
}
.module-features.meeting-feature .picture {
  width: 550px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .module-features.meeting-feature .content {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .module-features.meeting-feature .picture {
    width: 80%;
    position: relative;
    top: 0;
    left: 10%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .module-features.meeting-feature .content {
    padding-right: 440px !important;
    padding-bottom: 20px;
  }
  .module-features.meeting-feature .picture {
    width: 400px !important;
    bottom: 30px !important;
  }
}
.module-features.qa-feature .content-text {
  padding-right: 20px;
  padding-left: 40%;
  padding-bottom: 60px;
}
.module-features.qa-feature .picture {
  right: 62%;
  width: 70%;
  top: 20px;
  bottom: inherit;
}
.module-features.qa-feature .picture img {
  width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .module-features.qa-feature .content-text {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .module-features.qa-feature .picture {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
  .module-features.qa-feature .grid .row {
    margin: 0 !important;
  }
  .module-features.qa-feature .grid .row .col-4,
  .module-features.qa-feature .grid .row .col-6 {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  .module-features.qa-feature .grid .row .col-4::last-child,
  .module-features.qa-feature .grid .row .col-6::last-child {
    margin: 0 !important;
  }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
  .grid .row {
    display: block;
    margin: 0 !important;
  }
  .grid .row .col-4,
  .grid .row .col-6 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 5px !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .grid .row {
    display: block;
    margin: 0 !important;
  }
  .grid .row .col-4,
  .grid .row .col-6 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 5px !important;
    display: block;
  }
}
.module-features.transfertool-feature .content {
  padding-right: 600px;
  padding-bottom: 270px;
}
.module-features.transfertool-feature .picture {
  width: 80%;
  bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .module-features.transfertool-feature .content {
    padding-right: 20px;
    padding-bottom: 0;
  }
  .module-features.transfertool-feature .picture {
    width: 80%;
    bottom: 0;
    left: 10%;
    position: relative;
    right: inherit;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .module-features.transfertool-feature .content {
    padding-right: 440px;
    padding-bottom: 190px;
  }
  .module-features.transfertool-feature .content > ul li {
    font-size: 16px;
  }
}
.module-features.cardreader-feature {
  min-height: 400px;
}
.module-features.cardreader-feature .content-text {
  padding-right: 20px;
  padding-left: 60%;
  padding-bottom: 60px;
}
.module-features.cardreader-feature .picture {
  left: 0;
  width: 55%;
  top: 20px;
  bottom: inherit;
}
.module-features.cardreader-feature .picture img {
  width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .module-features.cardreader-feature .content-text {
    padding-left: 0;
    padding-bottom: 0;
  }
  .module-features.cardreader-feature .picture {
    width: 80%;
    top: 0 !important;
    bottom: inherit !important;
    left: 10%;
    position: relative;
    right: inherit;
    bottom: inherit !important;
  }
}
.module-features.parkcontrol-feature {
  min-height: 670px;
}
.module-features.parkcontrol-feature .content-text {
  padding-right: 20px;
  padding-left: 50%;
  padding-bottom: 60px;
}
.module-features.parkcontrol-feature .picture {
  left: 0;
  width: 45%;
  top: 0;
  bottom: inherit;
}
.module-features.parkcontrol-feature .picture img {
  width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .module-features.parkcontrol-feature .content-text {
    padding-left: 0;
    padding-bottom: 0;
  }
  .module-features.parkcontrol-feature .picture {
    width: 80%;
    top: 0 !important;
    bottom: inherit !important;
    left: 10%;
    position: relative;
    right: inherit;
    bottom: inherit !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .module-features.parkcontrol-feature .picture {
    width: 40%;
    left: 5%;
  }
}
.module-features.progress-feature .content-text {
  padding-right: 50%;
  padding-bottom: 60px;
}
.module-features.progress-feature .picture {
  width: 45%;
  bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .module-features.progress-feature .content-text {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .module-features.progress-feature .picture {
    width: 80%;
    top: 0 !important;
    bottom: inherit !important;
    left: 10%;
    position: relative;
    right: inherit;
    bottom: inherit !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .module-features.progress-feature .picture {
    top: 20px !important;
    bottom: inherit !important;
  }
}
.module-features.offshore-feature .content {
  padding-bottom: 60px;
}
.module-features.offshore-feature .grid {
  padding: 0;
}
.module-features.offshore-feature .grid .row {
  margin-bottom: 5px !important;
}

.banner-contact {
  height: calc(100vh - 240px) !important;
  max-height: calc(100vh - 240px) !important;
  min-height: 600px !important;
}
.banner-contact .banner-wrapper {
  height: calc(100vh - 240px) !important;
  max-height: calc(100vh - 240px) !important;
  min-height: 600px !important;
}
.banner-contact .banner-bg {
  height: calc(100vh - 240px) !important;
  max-height: inherit !important;
  min-height: 600px !important;
}
.banner-contact .banner-content {
  text-align: left;
}
.banner-contact .banner-content p {
  text-align: left;
}
.banner-contact .contact-info {
  width: 100%;
  float: right;
  margin: auto 0;
  padding: 10px 10px 5px 10px;
  display: table;
}
.banner-contact .contact-info > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-contact .contact-info > div.contact-form {
  width: 400px;
  border-left: 1px solid #9a9a9a;
}
.banner-contact .contact-info h4, .banner-contact .contact-info h5, .banner-contact .contact-info p {
  margin-bottom: 0;
}
.banner-contact .contact-info h4 {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.banner-contact .contact-info h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.banner-contact .contact-info a {
  text-decoration: underline;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  [section-id="contact"] .banner-contact {
    height: 800px !important;
    max-height: inherit !important;
    min-height: 100vh !important;
    display: table;
  }
  [section-id="contact"] .banner-contact .banner-wrapper {
    height: 800px !important;
    max-height: inherit !important;
    min-height: 100vh !important;
  }
  [section-id="contact"] .banner-contact .banner-bg {
    min-height: 800px !important;
  }
  [section-id="contact"] .banner-content {
    padding: 0 30px !important;
    position: realtive !important;
    top: inherit !important;
    left: inherit !important;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .contact-info {
    float: left !important;
    display: block !important;
    padding: 20px 0 !important;
  }
  .contact-info > div {
    width: 100% !important;
    padding: 40px 0 0 0 !important;
    display: block !important;
    float: left !important;
  }
  .contact-info > div.contact-form {
    width: 100% !important;
    border: 0 !important;
  }
}
.rsContent .rs-bg {
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: left;
}
.rsContent .rs-text {
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
}
.rsContent .rs-text .rs-text-wrap {
  width: 100%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50% !important;
  right: auto;
  bottom: auto;
  left: 50% !important;
  position: absolute;
  -moz-transform: translate(-50%, -46%);
  -o-transform: translate(-50%, -46%);
  -ms-transform: translate(-50%, -46%);
  -webkit-transform: translate(-50%, -46%);
  transform: translate(-50%, -46%);
}

.rsBullets {
  position: relative;
  background: white;
  z-index: 35;
  right: 0 !important;
  bottom: -1px !important;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}

.rsBullet {
  padding: 10px !important;
}
.rsBullet span {
  cursor: pointer;
  display: block;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background: #e7e7e7 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rsBullet.rsNavSelected span {
  background: #5f9ed5 !important;
}

.rsArrow {
  width: 60px !important;
  height: 60px !important;
}
.rsArrow .rsArrowIcn {
  background: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.rsArrow .rsArrowIcn::after {
  color: rgba(255, 255, 255, 0.3);
  font-size: 60px;
  line-height: 60px;
  font-family: "windnova-web";
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.rsArrow .rsArrowIcn:hover::after {
  color: white;
}
.rsArrow.rsArrowLeft {
  bottom: 50% !important;
  right: 0 !important;
  left: 20px !important;
}
.rsArrow.rsArrowLeft .rsArrowIcn::after {
  content: 'W';
}
.rsArrow.rsArrowRight {
  bottom: 50% !important;
  right: 20px !important;
}
.rsArrow.rsArrowRight .rsArrowIcn::after {
  content: 'X';
}

/*# sourceMappingURL=windnova.css.map */
