/* ICONS */
[data-icon]:before {
    font-family: IcoMoon;
    content: attr(data-icon);
    speak: none;
}
[class*=" icon-"], [class^=icon-] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: .25em;
    line-height: 14px;
    background-image: none;
}
[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: IcoMoon;
    font-style: normal;
    speak: none;
}
.icon-menu:before { content: "\5a"; }
.icon-bars:before { content: "\76"; }
.icon-home:before { content: "\21"; }

/* MEGAMENU */
.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99;
    display: block;
    float: right;
}
.sp-megamenu-parent>li {
    display: inline-block;
    position: relative;
    padding: 0;
}
.sp-megamenu-parent>li>a {
    line-height: 90px;
    font-size: 16px;
}
.sp-megamenu-parent .sp-module {
    padding: 16px 10px 0;
}

/* OFFCANVAS MENU */
#offcanvas-toggler {
    float: right;
    line-height: 90px;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 20px;
}
#offcanvas-toggler>i {
    transition: color .4s, background-color .4s;
}
#offcanvas-toggler>i:hover { color: #fff; }

.off-canvas-menu-init { overflow-x: hidden; position: relative; }
.offcanvas-overlay {
    background: #0003;
    bottom: 0; left: 0; right: 0; top: 0;
    z-index: 9999;
    opacity: 0; visibility: hidden;
    transition: .5s;
    position: absolute;
}
.body-wrapper { position: relative; transition: .5s; right: 0; backface-visibility: hidden; }
.close-offcanvas {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    border-radius: 100%;
    width: 25px; height: 25px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    padding-top: 3px;
}
.offcanvas-menu {
    width: 320px;
    height: 100%;
    background-color: #143d4c;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(320px);
    visibility: hidden;
    overflow: inherit;
    transition: .5s;
    z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
    border-bottom: 1px solid #00000014;
    margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child { border-bottom: none; margin-bottom: 0; }
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu { padding: 0; }
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li {
    border-bottom: 1px solid #0000001a;
    overflow: hidden;
    position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    transition: .3s;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover {
    background: #00000026;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li ul>li a {
    padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child { margin-top: 0; padding: 30px; }

/* OPEN/CLOSE STATES */
.offcanvas { width: 100%; height: 100%; position: relative; transition: .5s; }
.offcanvas .body-wrapper { transform: translateX(-320px); }
.offcanvas .offcanvas-menu { visibility: visible; transform: translateX(0); }

/* HEADER */
#sp-header {
    background: #fafafc;
    height: 90px;
    position: relative;
    width: 100%;
    z-index: 99;
    transition: .3s;
}
#sp-header .logo { display: table; height: 90px; transform .4s ease, opacity .4s ease; }
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  transition: none;
}
.h3,.h4,.h5,.h6,h3,h4,h5,h6 {
    font-weight: 400;
}

/* FOOTER */
#sp-bottom ul>li a { display: inline-block }
#sp-footer { text-align: center; color: #fff; padding: 20px 0; }
#sp-footer a { font-weight: 600; }

/* LINKS & BASIC RESET */
 a { transition: color .4s, background-color .4s; text-decoration: none; }
body { line-height: 1.7; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { display: block; max-width: 100%; height: auto; }
.introimage{display:block;opacity:1;visibility:visible;transform:none;animation:none;transition:none;width:100%;height:auto;}
  width: 100%;
  height: auto;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap !important;
}