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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

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

.clearfix:after {
  clear: both;
}

/* Layout */
.btn, .navigation-wrp .topMenu ul li, .navigation-wrp .siteMenu ul li, .content-section .content-container .content-col, .news-section .news-container .news-item, .gform_wrapper.gf_browser_chrome .gfield_checkbox li,
.gform_wrapper.gf_browser_chrome .gfield_radio li,
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li, #footer .widget {
  position: relative;
  list-style: none;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  _height: 30px;
}

.top-image, .widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide, .widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide .widescreen-txt, .puffs-section .puff-wrp .puff-txt, .partner-section .partner-container .partner-item, .content-section .content-container .content-col, .news-section .news-container .news-item, .blogg-wrp .single-post-wrp, .blogg-wrp .sidebar, .gform_wrapper.gf_browser_chrome .gfield_checkbox li,
.gform_wrapper.gf_browser_chrome .gfield_radio li,
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
  box-sizing: border-box;
  behavior: url(/wp-content/themes/id06/assets/dist/css/boxsizing.htc) \9;
}

.top-image, .widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide, .puffs-section .puff-wrp .puff-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  behavior: url(/wp-content/themes/id06/assets/dist/css/backgroundsize.min.htc) \9;
}

/* Breakpoints */
/* Media Queries */
/* Fonts */
/* Colors */
@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?pkr7fb");
  src: url("../../fonts/icomoon.eot?pkr7fb#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff2?pkr7fb") format("woff2"), url("../../fonts/icomoon.ttf?pkr7fb") format("truetype"), url("../../fonts/icomoon.woff?pkr7fb") format("woff"), url("../../fonts/icomoon.svg?pkr7fb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before,
.footer-inner .footer-col:before,
.lang-selector a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:after, [class*=" icon-"]:after,
.footer-inner .footer-col:after,
.lang-selector a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e901";
}

.icon-lock:before {
  content: "\e902";
}

.icon-contact:before {
  content: "\e903";
}

.icon-id06:after {
  content: "\e900";
}

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

@font-face {
  font-family: 'Brix Sans';
  src: url("../../fonts/BrixSansRegular-Italic.eot");
  src: url("../../fonts/BrixSansRegular-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrixSansRegular-Italic.woff2") format("woff2"), url("../../fonts/BrixSansRegular-Italic.woff") format("woff"), url("../../fonts/BrixSansRegular-Italic.ttf") format("truetype"), url("../../fonts/BrixSansRegular-Italic.svg#BrixSansRegular-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

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

@font-face {
  font-family: 'Brix Sans';
  src: url("../../fonts/BrixSansBold-Italic.eot");
  src: url("../../fonts/BrixSansBold-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrixSansBold-Italic.woff2") format("woff2"), url("../../fonts/BrixSansBold-Italic.woff") format("woff"), url("../../fonts/BrixSansBold-Italic.ttf") format("truetype"), url("../../fonts/BrixSansBold-Italic.svg#BrixSansBold-Italic") format("svg");
  font-weight: bold;
  font-style: italic;
}

body {
  font-family: 'Brix Sans';
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #121b21;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

div, p, a, li, td {
  -webkit-text-size-adjust: none;
}

a {
  color: #f47721;
  text-decoration: none;
  outline: none;
}

*:focus {
  outline: none !important;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

pre, .info-box {
  display: block;
  white-space: normal;
  max-width: 800px;
  margin: 15px auto 0;
  background-color: #e5f3f2;
  padding: 25px 35px 30px;
}

@media only screen and (max-width: 1023px) {
  pre, .info-box {
    padding: 15px 20px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

p {
  font-size: 18px;
  line-height: 24px;
  margin: 15px auto 0 auto;
  max-width: 800px;
}

@media only screen and (max-width: 1023px) {
  p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 auto;
  padding-bottom: 5px;
  font-weight: bold;
  max-width: 800px;
}

h1,
h2 {
  font-size: 42px;
  line-height: 46px;
}

@media only screen and (max-width: 1023px) {
  h1,
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

h3 {
  font-size: 30px;
  line-height: 34px;
}

@media only screen and (max-width: 1023px) {
  h3 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
}

html.navOpen {
  overflow: hidden;
}

html.searchOpen {
  overflow: hidden;
}

body {
  position: relative;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 72px !important;
  }
}

body.searchOpen {
  left: -350px;
}

body.navOpen {
  left: -290px;
}

@media only screen and (max-width: 320px) {
  body.navOpen {
    left: -240px;
  }
}

.section {
  opacity: 1;
}

.clearFloat {
  margin: 0;
  padding: 0;
  height: 0px;
  overflow: hidden;
  clear: both;
}

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  position: relative;
}

img.alignnone {
  margin-top: 5px;
}

img.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

img.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.image-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

#code p {
  max-width: none;
}

#main ul {
  list-style: disc;
  padding-left: 24px;
  padding-top: 15px;
}

#main ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

table {
  width: 100%;
  max-width: 800px;
  margin: 15px auto 0;
  background-color: #e5f3f2;
}

@media only screen and (max-width: 1023px) {
  table {
    padding: 15px 20px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

table td, table th {
  padding: 25px 35px 30px;
}

table.tabell {
  width: 100%;
  max-width: 800px;
  margin: 15px auto 0;
  background-color: transparent !important;
}

@media only screen and (max-width: 1023px) {
  table.tabell {
    padding: 15px 20px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

table.tabell td, table.tabell th {
  padding: 10px 25px 10px 0;
  text-align: left;
}

iframe {
  width: 100% !important;
}

.iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: none !important;
}

.iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 12px 30px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.btn.desktop:hover {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.btn.orange {
  background-color: #f47721;
  color: #fff;
}

.btn.green {
  background-color: #009887;
  color: #fff;
}

.btn.blue {
  background-color: #0090d4;
  color: #fff;
}

.btn.purple {
  background-color: #484a9a;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .btn {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 320px) {
  .btn {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 15px;
    margin-top: 20px;
  }
}

.top-image {
  position: relative;
  position: relative;
  padding-bottom: 40%;
}

@media only screen and (min-width: 1367px) {
  .top-image {
    padding-bottom: 0;
    height: 500px;
  }
}

@media only screen and (max-width: 1023px) {
  .top-image {
    padding-bottom: 40%;
  }
}

.widescreen-section {
  position: relative;
}

.widescreen-section .gallery-wrp {
  position: relative;
}

.widescreen-section .gallery-wrp .swiper-wrapper {
  position: relative;
}

.widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 500px;
}

@media only screen and (max-width: 1199px) {
  .widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide {
    padding-top: 20%;
    padding-bottom: 25%;
    height: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide {
    padding-top: 30%;
    padding-bottom: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide {
    padding-top: 45%;
    padding-bottom: 55%;
  }
}

.widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide .widescreen-txt {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  padding: 0 5%;
  text-align: center;
}

.widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide .widescreen-txt h2 {
  font-size: 72px;
  line-height: 80px;
}

@media only screen and (max-width: 1199px) {
  .widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide .widescreen-txt h2 {
    font-size: 60px;
    line-height: 68px;
  }
}

@media only screen and (max-width: 767px) {
  .widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide .widescreen-txt h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

.widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide .widescreen-txt p {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .widescreen-section .gallery-wrp .swiper-wrapper .swiper-slide .widescreen-txt p {
    margin-top: 5px;
    font-size: 24px;
    line-height: 32px;
  }
}

.widescreen-section .swiper-pagination {
  display: none;
}

.widescreen-section .swiper-container .swiper-pagination {
  display: block;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .widescreen-section .swiper-container .swiper-pagination {
    bottom: 15px;
  }
}

.widescreen-section .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

.widescreen-section .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.puffs-section {
  position: relative;
  overflow: hidden;
}

.puffs-section .puff-wrp {
  position: relative;
  overflow: hidden;
}

.puffs-section .puff-wrp .puff-image {
  width: 50%;
  float: left;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .puffs-section .puff-wrp .puff-image {
    float: none !important;
    width: auto;
    height: auto !important;
    padding-bottom: 40%;
  }
}

.puffs-section .puff-wrp .puff-txt {
  width: 50%;
  float: left;
  position: relative;
  padding: 5%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .puffs-section .puff-wrp .puff-txt {
    float: none;
    width: auto;
    height: auto !important;
  }
}

.puffs-section .puff-wrp .puff-txt .btn {
  margin-bottom: 10px;
}

.puffs-section .puff-wrp:nth-child(even) .puff-image {
  float: right;
}

.partner-section {
  position: relative;
  padding: 60px 5% 3.5%;
  text-align: center;
}

@media only screen and (max-width: 1366px) {
  .partner-section {
    padding: 60px 5% 3.5%;
  }
}

@media only screen and (max-width: 1199px) {
  .partner-section {
    padding: 50px 5% 3.5%;
  }
}

@media only screen and (max-width: 1023px) {
  .partner-section {
    padding: 40px 5% 3.5%;
  }
}

@media only screen and (max-width: 767px) {
  .partner-section {
    padding: 20px 5% 3.5%;
  }
}

.partner-section .partner-container {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}

.partner-section .partner-container .partner-top-txt {
  padding-bottom: 2%;
}

@media only screen and (max-width: 767px) {
  .partner-section .partner-container .partner-top-txt {
    padding-bottom: 3.5%;
  }
}

.partner-section .partner-container svg {
  display: none;
  position: absolute;
}

.partner-section .partner-container .partner-item {
  float: left;
  padding: 20px;
  width: 22%;
  margin: 1.5%;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .partner-section .partner-container .partner-item {
    width: 30.33%;
  }
}

@media only screen and (max-width: 1023px) {
  .partner-section .partner-container .partner-item {
    width: 47%;
  }
}

@media only screen and (max-width: 767px) {
  .partner-section .partner-container .partner-item {
    width: 97%;
    float: none;
    margin-bottom: 5%;
  }
}

.partner-section .partner-container .partner-item .partner-logo {
  height: 80px;
  line-height: 80px;
  margin-bottom: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.partner-section .partner-container .partner-item .partner-logo img {
  max-height: 80px;
  max-width: 80%;
  vertical-align: middle;
  line-height: 20px;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.partner-section .partner-container .partner-item .partner-txt {
  font-size: 15px;
  color: #888;
}

.partner-section .partner-container .partner-item .partner-txt a {
  color: #888;
}

.partner-section .partner-container .partner-item:hover .partner-logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.partner-section .partner-container .partner-item:hover .partner-logo img {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: none;
}

.faq-filter-wrp {
  text-align: center;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .faq-filter-wrp {
    padding-bottom: 20px;
  }
}

.faq-filter-wrp .select-wrp {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .faq-filter-wrp .select-wrp {
    margin-top: 10px;
  }
}

.faq-filter-wrp .select-wrp:before {
  font: normal normal normal 22px/1 FontAwesome;
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 99;
  color: #fff;
  pointer-events: none;
}

.faq-filter-wrp .select-wrp select {
  cursor: pointer;
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 50px 15px 15px;
  line-height: 18px;
  font-size: 18px;
  font-weight: normal;
}

.faq-section {
  background-image: url(/wp-content/uploads/2017/12/monster.png);
  position: relative;
  padding: 60px 5% 60px;
  text-align: center;
}

@media only screen and (max-width: 1366px) {
  .faq-section {
    padding: 60px 5% 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .faq-section {
    padding: 50px 5% 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .faq-section {
    padding: 40px 5% 40px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section {
    padding: 20px 5% 20px;
  }
}

.faq-section .faq-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.faq-section .faq-container .faq-item {
  color: #121b21;
}

.faq-section .faq-container .faq-item .faq-question {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  padding: 15px 20px 15px 45px;
  line-height: 22px;
  margin-bottom: 3px;
}

.faq-section .faq-container .faq-item .faq-question span {
  position: absolute;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 18px;
  left: 15px;
}

.faq-section .faq-container .faq-item .faq-question span:before {
  color: #f47721;
  font-size: 28px;
}

.faq-section .faq-container .faq-item .faq-answer {
  display: none;
  position: relative;
  background-color: #fff;
  padding: 25px 45px 25px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-container .faq-item .faq-answer {
    padding: 10px 20px 10px;
  }
}

.faq-section .faq-container .faq-item .faq-answer p {
  max-width: none;
  margin-top: 8px;
  margin-bottom: 8px;
}

.faq-section .faq-container .faq-item .faq-answer ul {
  padding-top: 8px;
  padding-bottom: 8px;
}

.faq-section .faq-container .faq-item:hover .faq-question {
  background-color: #f4f9fd;
}

.faq-section .faq-container .faq-item.active .faq-question span {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.faq-section .faq-container .faq-item.active .faq-question span:before {
  left: -5px;
  top: 15px;
}

.faq-section .faq-container .faq-item.active .faq-answer {
  display: block;
}

.spinner {
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.scrolled #site-header .header-logo {
  height: 56px;
  line-height: 49px;
  font-size: 60px;
  bottom: 10px;
}

.scrolled #site-header .header-logo:after {
  top: 0;
  font-size: 54px;
  padding-left: 12px;
}

.searchOpen #site-header {
  left: -350px;
  right: 350px;
}

.navOpen #site-header {
  left: -290px;
  right: 290px;
}

@media only screen and (max-width: 320px) {
  .navOpen #site-header {
    left: -240px;
    right: 240px;
  }
}

#site-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  #site-header {
    background-color: #f47721;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#site-header .header-logo {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  bottom: 21px;
  left: 5%;
  color: #121b21;
  font-weight: bold;
  font-size: 110px;
  line-height: 24px;
  height: 96px;
}

@media only screen and (min-width: 1367px) {
  #site-header .header-logo {
    left: 50%;
    margin-left: -600px;
  }
}

@media only screen and (max-width: 1366px) {
  #site-header .header-logo {
    height: 62px;
    bottom: 20px;
    font-size: 74px;
  }
}

@media only screen and (max-width: 1199px) {
  #site-header .header-logo {
    height: 56px;
    line-height: 44px;
    font-size: 66px;
    bottom: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  #site-header .header-logo {
    width: 180px;
    font-size: 64px;
    line-height: 24px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #site-header .header-logo {
    height: 52px;
    position: relative;
    bottom: auto;
    color: white;
  }
}

#site-header .header-logo:after {
  color: #f47721;
  font-size: 94px;
  padding-left: 20px;
  top: 1px;
  right: 1px;
  vertical-align: baseline;
}

@media only screen and (max-width: 1366px) {
  #site-header .header-logo:after {
    font-size: 60px;
    padding-left: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  #site-header .header-logo:after {
    top: 0;
    font-size: 54px;
    padding-left: 14px;
  }
}

@media only screen and (max-width: 1023px) {
  #site-header .header-logo:after {
    top: 1px;
    font-size: 54px;
    padding-left: 12px;
  }
}

@media only screen and (max-width: 767px) {
  #site-header .header-logo:after {
    font-size: 50px;
    padding-left: 10px;
    color: #fff;
  }
}

#site-header .searchWrp {
  position: fixed;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 2;
  top: 0;
  right: -351px;
  bottom: 0;
  width: 350px;
  background-color: #f4f9fd;
  padding: 50px 25px;
  border-left: 1px solid #ddd;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #site-header .searchWrp {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 25px 20px;
    border-left: none;
    border-bottom: 1px solid #deedf9;
    width: auto;
  }
}

#site-header .searchWrp input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
  moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  padding: 14px 10px;
  background-color: #fff;
  min-height: 0;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
}

#site-header .searchWrp .fa-close {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #site-header .searchWrp .fa-close {
    display: none;
  }
}

#site-header .searchWrp h4 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #site-header .searchWrp h4 {
    display: none;
  }
}

.searchOpen #site-header .searchWrp {
  right: 0;
}

.navOpen .navigation-wrp {
  right: 0;
}

.scrolled .navigation-wrp .siteMenu {
  padding: 25px 5% 27px;
}

.navigation-wrp {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .navigation-wrp {
    position: fixed;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 2;
    top: 0;
    right: -291px;
    bottom: 0;
    width: 290px;
    background-color: #f4f9fd;
    padding: 0 0 80px;
    border-left: 1px solid #ddd;
    text-align: left;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 320px) {
  .navigation-wrp {
    right: -241px;
    width: 240px;
  }
}

.navigation-wrp .topMenu {
  background-color: #f47721;
  padding: 10px 5%;
}

@media only screen and (max-width: 767px) {
  .navigation-wrp .topMenu {
    display: none;
  }
}

.navigation-wrp .topMenu ul {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.navigation-wrp .topMenu ul li {
  position: relative;
  margin-left: 25px;
  cursor: pointer;
}

.navigation-wrp .topMenu ul li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding-left: 33px;
}

.navigation-wrp .topMenu ul li:first-child {
  margin-left: 0;
}

.navigation-wrp .topMenu ul li:before {
  text-align: center;
  color: #f47721;
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  left: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navigation-wrp .topMenu ul li.icon-search:before {
  font-size: 18px;
}

.navigation-wrp .topMenu ul li.icon-contact:before {
  font-size: 19px;
}

.navigation-wrp .topMenu ul li.icon-lock:before {
  font-size: 14px;
}

.navigation-wrp .topMenu ul li:hover:before {
  background-color: white;
}

.navigation-wrp .siteMenu {
  background-color: #fff;
  padding: 57px 5%;
}

@media only screen and (max-width: 1366px) {
  .navigation-wrp .siteMenu {
    padding: 38px 5% 39px;
  }
}

@media only screen and (max-width: 1199px) {
  .navigation-wrp .siteMenu {
    padding: 25px 5% 27px;
  }
}

@media only screen and (max-width: 767px) {
  .navigation-wrp .siteMenu {
    background-color: #f4f9fd;
    padding: 0;
  }
}

.navigation-wrp .siteMenu ul {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .navigation-wrp .siteMenu ul {
    text-align: center;
  }
}

.navigation-wrp .siteMenu ul li {
  position: relative;
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .navigation-wrp .siteMenu ul li {
    display: block;
    margin-left: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #deedf9;
  }
}

.navigation-wrp .siteMenu ul li a {
  display: block;
  text-transform: uppercase;
  color: #121b21;
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .navigation-wrp .siteMenu ul li a {
    padding: 20px;
  }
}

.navigation-wrp .siteMenu ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #121b21;
  left: 50%;
  bottom: -15px;
  -webkit-transition: width, 0.3s;
  -o-transition: width, 0.3s;
  transition: width, 0.3s;
}

@media only screen and (max-width: 1199px) {
  .navigation-wrp .siteMenu ul li a:after {
    bottom: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .navigation-wrp .siteMenu ul li a:after {
    display: none;
  }
}

.navigation-wrp .siteMenu ul li a.desktop:hover {
  text-decoration: none;
}

.navigation-wrp .siteMenu ul li a.desktop:hover:after {
  left: 0;
  width: 100%;
}

.navigation-wrp .siteMenu ul li.active a:after {
  left: 0;
  width: 100%;
}

.navigation-wrp .siteMenu ul li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .navigation-wrp .siteMenu ul li:last-child {
    border-bottom: none;
  }
}

.navigation-wrp .siteMenu ul li.menu-item-hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .navigation-wrp .siteMenu ul li.menu-item-hidden {
    display: block;
  }
}

.mMenu {
  display: none;
  width: 50px;
  height: 50px;
  padding: 14px 10px 10px 10px;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 5%;
  cursor: pointer;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}

@media only screen and (max-width: 767px) {
  .mMenu {
    display: block;
  }
}

.mMenu .menu-line {
  border-radius: 2px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mMenu .menu-line-1 {
  width: 16px;
}

.mMenu .menu-line-2 {
  width: 26px;
}

.mMenu .menu-line-3 {
  width: 16px;
}

.navOpen .menu-line-1 {
  top: 9px;
  width: 24px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
}

.navOpen .menu-line-2 {
  opacity: 0;
}

.navOpen .menu-line-3 {
  top: -9px;
  width: 24px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
}

.content-section {
  position: relative;
  padding: 60px 5% 75px;
  text-align: center;
}

@media only screen and (max-width: 1366px) {
  .content-section {
    padding: 60px 5% 75px;
  }
}

@media only screen and (max-width: 1199px) {
  .content-section {
    padding: 50px 5% 65px;
  }
}

@media only screen and (max-width: 1023px) {
  .content-section {
    padding: 40px 5% 55px;
  }
}

@media only screen and (max-width: 767px) {
  .content-section {
    padding: 20px 5% 20px;
  }
}

.content-section .content-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  white-space: nowrap;
}

.content-section .content-container .content-col {
  white-space: normal;
  vertical-align: top;
}

.content-section .content-container .content-col.col-100 {
  text-align: center;
  display: block;
}

.content-section .content-container .content-col.col-100 p {
  font-size: 22px;
  line-height: 28px;
  margin: 15px auto 0 auto;
}

@media only screen and (max-width: 1366px) {
  .content-section .content-container .content-col.col-100 p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1199px) {
  .content-section .content-container .content-col.col-100 p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .content-section .content-container .content-col.col-100 p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}

.content-section .content-container .content-col.col-50 {
  position: relative;
  width: 47.75%;
  margin: 0 2.25%;
}

@media only screen and (max-width: 767px) {
  .content-section .content-container .content-col.col-50 {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.content-section .content-container .content-col.col-50:first-child {
  margin-left: 0;
}

.content-section .content-container .content-col.col-50:last-child() {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .content-section .content-container .content-col.col-50:last-child() {
    padding-top: 15px;
  }
}

.news-section {
  position: relative;
  padding: 60px 5% 60px;
  text-align: center;
}

@media only screen and (max-width: 1366px) {
  .news-section {
    padding: 60px 5% 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .news-section {
    padding: 50px 5% 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .news-section {
    padding: 40px 5% 40px;
  }
}

@media only screen and (max-width: 767px) {
  .news-section {
    padding: 20px 10px 20px;
  }
}

.news-section .news-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  white-space: nowrap;
}

.news-section .news-container .news-item {
  white-space: normal;
  vertical-align: top;
  position: relative;
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  .news-section .news-container .news-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.news-section .news-container .news-item .news-date-wrp {
  float: left;
  width: 60px;
  margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .news-section .news-container .news-item .news-date-wrp {
    float: none;
    width: auto;
    margin-right: 0;
    white-space: nowrap;
  }
}

.news-section .news-container .news-item .news-date-wrp .news-date {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #f47721;
}

@media only screen and (max-width: 1199px) {
  .news-section .news-container .news-item .news-date-wrp .news-date {
    display: inline-block;
  }
}

.news-section .news-container .news-item .news-date-wrp .news-date:first-child {
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .news-section .news-container .news-item .news-date-wrp .news-date:first-child {
    font-size: 20px;
    line-height: 24px;
  }
}

.news-section .news-container .news-item .news-txt {
  overflow: hidden;
  padding-top: 5px;
}

.news-section .news-container .news-item .news-txt h3 {
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 1023px) {
  .news-section .news-container .news-item .news-txt h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

.news-section .news-container .news-item .news-txt p {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}

.news-section .news-container .news-item .news-txt a {
  display: block;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #f47721;
  font-weight: bold;
}

.news-section .swiper-container {
  margin-left: -30px;
}

@media only screen and (max-width: 1366px) {
  .news-section .swiper-container {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 1199px) {
  .news-section .swiper-container {
    margin-left: 0;
  }
}

.news-section .swiper-button-prev,
.news-section .swiper-button-next {
  position: absolute;
  right: auto;
  left: auto;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  background-image: none;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  color: #121b21;
  display: none;
}

@media only screen and (max-width: 767px) {
  .news-section .swiper-button-prev,
  .news-section .swiper-button-next {
    display: block;
  }
}

.news-section .swiper-button-prev.swiper-button-disabled,
.news-section .swiper-button-next.swiper-button-disabled {
  color: #fff;
}

.news-section .swiper-button-prev {
  left: 0;
}

.news-section .swiper-button-next {
  right: 0;
}

.blogg-wrp {
  max-width: 1350px;
  width: auto;
  margin: 0 auto;
  position: relative;
  padding: 60px 5% 60px;
  text-align: left;
}

@media only screen and (max-width: 1366px) {
  .blogg-wrp {
    padding: 60px 5% 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .blogg-wrp {
    padding: 50px 5% 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .blogg-wrp {
    padding: 40px 5% 40px;
  }
}

@media only screen and (max-width: 767px) {
  .blogg-wrp {
    padding: 20px 5% 20px;
  }
}

.blogg-wrp .single-post-wrp {
  float: left;
  width: 66.66%;
  padding-right: 5%;
}

@media (max-width: 767px) {
  .blogg-wrp .single-post-wrp {
    float: none;
    width: auto;
    padding-right: 0;
  }
}

.blogg-wrp .single-post-wrp article .entry-header img {
  margin-bottom: 15px;
}

.blogg-wrp .single-post-wrp article .entry-header .news-date-wrp {
  margin-bottom: 10px;
}

.blogg-wrp .single-post-wrp article .entry-header .news-date-wrp .news-date {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f47721;
}

.blogg-wrp .single-post-wrp article .entry-header .news-date-wrp .news-date:first-child {
  font-weight: bold;
}

.blogg-wrp .single-post-wrp article .entry-content img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blogg-wrp .single-post-wrp article .entry-content .excerpt {
  font-weight: bold;
}

.blogg-wrp .sidebar {
  float: left;
  width: 33.33%;
  border-left: 1px solid #ddd;
  padding-left: 5%;
}

@media (max-width: 767px) {
  .blogg-wrp .sidebar {
    float: none;
    width: auto;
    padding-left: 0;
    border-left: none;
    margin-top: 5%;
    padding-top: 5%;
    border-top: 1px solid #ddd;
  }
}

.blogg-wrp .sidebar h4 {
  text-transform: uppercase;
}

.blogg-wrp .sidebar ul {
  list-style: none !important;
  padding: 0 !important;
}

.blogg-wrp .sidebar ul li {
  margin: 0 !important;
  padding: 15px 0 !important;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.blogg-wrp .sidebar ul li a {
  display: block;
  text-decoration: none !important;
  color: #121b21;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .blogg-wrp .sidebar ul li a {
    padding-top: 17px;
  }
}

.blogg-wrp .sidebar ul li .post-date {
  position: absolute;
  top: 15px;
  color: #f47721;
  text-transform: uppercase;
  font-size: 16px;
}

@media (max-width: 767px) {
  .blogg-wrp .sidebar ul li .post-date {
    top: 10px;
  }
}

/* Labels */
.id06checker input.checkInput {
  display: inline-block !important;
  width: 250px !important;
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.id06checker {
  max-width: 600px !important;
  padding: 35px 30px 30px;
  background: #f4f9fd;
  text-align: center;
}

.newsletter-form,
.id06checker {
  max-width: 620px;
  margin: 0 auto;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .newsletter-form,
  .id06checker {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.newsletter-form input[type=email],
.newsletter-form input[type=text],
.newsletter-form input.checkInput,
.id06checker input[type=email],
.id06checker input[type=text],
.id06checker input.checkInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  padding: 14px 10px;
  background-color: #ffffff;
  min-height: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 18px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  float: left;
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .newsletter-form input[type=email],
  .newsletter-form input[type=text],
  .newsletter-form input.checkInput,
  .id06checker input[type=email],
  .id06checker input[type=text],
  .id06checker input.checkInput {
    float: none;
    width: 100%;
  }
}

.newsletter-form input[type=button],
.id06checker input[type=button] {
  float: right;
}

@media only screen and (max-width: 767px) {
  .newsletter-form input[type=button],
  .id06checker input[type=button] {
    float: none;
  }
}

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-weight: bold !important;
}

.gform_wrapper h3.gform_title {
  font-size: 30px !important;
  margin-top: 30px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gform_wrapper h2.gsection_title {
  font-size: 20px !important;
}

.gform_wrapper label.gfield_label {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #121b21 !important;
  font-weight: bold !important;
}

.gform_wrapper .captcha {
  padding-bottom: 5px !important;
}

.gform_wrapper .captcha label.gfield_label {
  display: none;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  letter-spacing: normal !important;
  font-size: 16px !important;
  color: #888;
  display: none !important;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: 16px !important;
  padding-top: 5px !important;
  margin-bottom: 0 !important;
}

.gform_wrapper .gfield_required {
  color: #f4f9fd !important;
  font-size: 14px !important;
}

.gform_confirmation_message p,
.gforms_confirmation_message p {
  background-color: #f47721;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}

.gform_confirmation_message .fi,
.gforms_confirmation_message .fi {
  font-size: 14px;
}

.gform_confirmation_message .fi:before,
.gforms_confirmation_message .fi:before {
  position: relative;
  top: -1px;
  font-size: 24px;
  padding-right: 8px;
}

.ginput_full {
  display: block;
  font-size: 16px;
  margin-top: 10px !important;
}

.ginput_full input {
  vertical-align: middle;
  line-height: 16px;
}

/* Tabels */
.gform_wrapper table.gfield_list thead th {
  font-size: 16px;
}

/* Checkboxes and Radiobuttons */
.gform_wrapper.gf_browser_chrome .gfield_checkbox,
.gform_wrapper.gf_browser_chrome .gfield_radio,
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  padding-left: 0 !important;
  padding-top: 0 !important;
  list-style: none !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li,
.gform_wrapper.gf_browser_chrome .gfield_radio li,
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  padding-bottom: 0 !important;
  margin: 0 !important;
  margin-right: 20px !important;
  vertical-align: middle;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li label,
.gform_wrapper.gf_browser_chrome .gfield_radio li label,
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  white-space: nowrap !important;
  font-size: 16px !important;
  width: auto !important;
  font-weight: normal !important;
}

/* Selects */
.ginput_container_select {
  position: relative;
}

.ginput_container_select:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 99;
  color: #121b21;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .ginput_container_select:before {
    top: 14px;
  }
}

.ginput_container_select select {
  moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: auto !important;
  background-color: #fff;
  color: #121b21;
  border: 1px solid #eaeaea;
  padding: 14px 10px !important;
  line-height: 18px !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

@media only screen and (max-width: 767px) {
  .ginput_container_select select {
    padding: 11px 10px !important;
  }
}

@media only screen and (max-width: 320px) {
  .ginput_container_select select {
    padding: 9px 10px !important;
  }
}

.ginput_container_multiselect {
  height: auto !important;
  overflow: hidden;
}

.ginput_container_multiselect select {
  padding: 0 !important;
  border: none;
  overflow: hidden;
}

/* Inputs */
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=date],
.gform_wrapper input[type=textarea],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #eaeaea !important;
  moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 14px 10px !important;
  background-color: #fff !important;
  min-height: 0 !important;
  width: 100% !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 18px !important;
  font-size: 16px !important;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper input[type=email],
  .gform_wrapper input[type=number],
  .gform_wrapper input[type=password],
  .gform_wrapper input[type=tel],
  .gform_wrapper input[type=text],
  .gform_wrapper input[type=url],
  .gform_wrapper input[type=date],
  .gform_wrapper input[type=textarea],
  textarea {
    padding: 11px 10px !important;
  }
}

@media only screen and (max-width: 320px) {
  .gform_wrapper input[type=email],
  .gform_wrapper input[type=number],
  .gform_wrapper input[type=password],
  .gform_wrapper input[type=tel],
  .gform_wrapper input[type=text],
  .gform_wrapper input[type=url],
  .gform_wrapper input[type=date],
  .gform_wrapper input[type=textarea],
  textarea {
    padding: 9px 10px !important;
  }
}

.textarea.small {
  height: 100px !important;
}

.gform_wrapper input:-webkit-autofill,
.gform_wrapper input:-webkit-autofill:focus {
  background-color: #fff !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-text-fill-color: #121b21 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #f4f9fd !important;
}

@media only screen and (min-width: 641px) {
  .event-sidebar .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(100% - 0px) !important;
  }
  .event-sidebar .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
  }
}

/* Placeholder */
.gform_wrapper ::-webkit-input-placeholder {
  color: #888 !important;
  font-size: 16px !important;
}

.gform_wrapper :-moz-placeholder {
  color: #888 !important;
  font-size: 16px !important;
}

.gform_wrapper ::-moz-placeholder {
  color: #888 !important;
  font-size: 16px !important;
}

.gform_wrapper :-ms-input-placeholder {
  color: #888 !important;
  font-size: 16px !important;
}

/* Password Strength */
.gform_wrapper .gfield_password_strength {
  padding: 15px !important;
  color: #121b21;
  font-size: 16px;
  line-height: 1.5em !important;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  margin-bottom: 10px !important;
}

.gform_wrapper .validation_message {
  font-weight: bold !important;
  font-size: 16px !important;
  color: #f4f9fd !important;
}

.ginput_preview {
  font-weight: normal !important;
  font-size: 16px !important;
}

#extensions_message {
  font-size: 16px !important;
}

/* Buttons */
.gform_button,
.id06btn,
.gform_button_select_files {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 transparent !important;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
  moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
  position: relative !important;
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
  background: #009887;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 0 !important;
  cursor: pointer !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 12px 30px !important;
  margin: 0 !important;
  color: #fff !important;
  font-weight: bold !important;
  width: auto !important;
}

.gform_button:hover,
.id06btn:hover,
.gform_button_select_files:hover {
  background: #009887 !important;
  color: #fff !important;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3) !important;
}

@media only screen and (max-width: 767px) {
  .gform_button,
  .id06btn,
  .gform_button_select_files {
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 10px 20px !important;
  }
}

@media only screen and (max-width: 320px) {
  .gform_button,
  .id06btn,
  .gform_button_select_files {
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 8px 15px !important;
  }
}

.id06btn {
  display: inline-block !important;
  margin-left: 7px !important;
  margin-right: 7px !important;
  width: 250px !important;
}

.checkResult {
  display: block;
  margin-top: 20px;
}

.id06id,
.id06status {
  margin-left: 7px !important;
  margin-right: 7px !important;
  font-size: 20px;
  margin-top: 15px;
}

.not_active {
  background: #ffe2d8;
}

.active {
  background: #e5f3f2;
}

/* Layout */
#main .gform_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

ul.gform_fields {
  list-style: none !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
}

ul.gform_fields li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

.courses-data {
  display: none;
}

/* Columns */
#main .gform_wrapper .gsection {
  border-bottom: none !important;
  border-top: 1px solid #eaeaea;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
  padding-top: 20px !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
  padding: 0 !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 2px !important;
}

.gform_wrapper div.validation_error {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 25px;
  border-top: none !important;
  border-bottom: none !important;
  padding: 15px !important;
  background-color: #f4f9fd;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gform_wrapper li.gfield.gfield_error .gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description {
  font-size: 16px !important;
  padding-top: 2px !important;
  font-weight: normal !important;
  color: #f4f9fd !important;
}

/* 2 cols */
#main .gform_wrapper .top_label li.gfield.gf_left_half,
#main .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
#main .gform_wrapper .top_label li.gfield.gf_right_half,
#main .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  width: 50% !important;
  margin: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}

@media (max-width: 767px) {
  #main .gform_wrapper .top_label li.gfield.gf_left_half,
  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
  #main .gform_wrapper .top_label li.gfield.gf_right_half,
  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
}

/* 3 cols */
.gform_wrapper .top_label li.gfield.gf_left_third,
.gform_wrapper .top_label li.gfield.gf_middle_third,
.gform_wrapper .top_label li.gfield.gf_right_third {
  width: 33.33 !important;
  margin-left: 0 !important;
  clear: none !important;
}

@media (max-width: 639px) {
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    width: 50% !important;
    clear: none !important;
  }
}

@media (max-width: 480px) {
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
}

/* 4 cols */
.gform_wrapper .top_label li.gfield.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
  width: 25%;
}

@media (max-width: 1023px) {
  .gform_wrapper .top_label li.gfield.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gf_third_quarter,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    width: 50% !important;
  }
}

@media (max-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gf_third_quarter,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    width: 100% !important;
    float: none;
  }
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
  width: 21%;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
  margin-right: 1%;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter {
  float: left;
  clear: left !important;
}

.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
  float: left;
  clear: none !important;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
  width: 100%;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield,
.gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield,
.gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield {
  clear: both;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer,
.gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer,
.gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer {
  clear: both;
}

.before-footer,
#footer,
#sub-footer {
  overflow: hidden;
  position: relative;
  color: #fff;
  text-align: center;
}

.before-footer a,
#footer a,
#sub-footer a {
  color: #fff;
}

.before-footer h4,
#footer h4,
#sub-footer h4 {
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.before-footer p,
#footer p,
#sub-footer p {
  max-width: none;
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .before-footer p,
  #footer p,
  #sub-footer p {
    font-size: 16px;
    line-height: 22px;
  }
}

.before-footer {
  background-color: #f47721;
  padding: 40px 20px 20px;
}

@media only screen and (max-width: 767px) {
  .before-footer {
    padding: 25px 20px 15px;
  }
}

#footer {
  background-color: #f47721;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 15px;
  }
}

#footer .widget {
  text-align: left;
  width: 200px;
  padding-bottom: 30px;
  vertical-align: top;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

@media only screen and (max-width: 1023px) {
  #footer .widget {
    width: 260px;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  #footer .widget {
    display: block;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
}

#sub-footer {
  background-color: #121b21;
  padding: 20px 5%;
}

@media only screen and (max-width: 767px) {
  #sub-footer {
    padding: 30px 5%;
  }
}

#sub-footer .widget {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #sub-footer .widget {
    text-align: center;
  }
}

#sub-footer .widget .fa {
  float: right;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #sub-footer .widget .fa {
    float: none;
    margin-top: 20px;
  }
}

#sub-footer .widget .fa:before {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  color: #121b21;
  font-size: 34px;
}

#sub-footer .widget p {
  line-height: 50px;
}

@media only screen and (max-width: 767px) {
  #sub-footer .widget p {
    line-height: 22px;
  }
}

#sub-footer .widget br {
  display: none;
}

@media only screen and (max-width: 767px) {
  #sub-footer .widget br {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  #sub-footer .widget span {
    display: none;
  }
}
