@charset "UTF-8";
/* SCSS Compiled */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block; }

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

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

[hidden], template {
    display: none; }

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
    font-family: sans-serif; }

body {
    margin: 0; }

a {
    background: transparent; }
a:focus {
    outline: thin dotted; }
a:hover, a:active {
    outline: 0; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

h2 {
    font-size: 1.5em;
    margin: 0.83em 0; }

h3 {
    font-size: 1.17em;
    margin: 1em 0; }

h4 {
    font-size: 1em;
    margin: 1.33em 0; }

h5 {
    font-size: 0.83em;
    margin: 1.67em 0; }

h6 {
    font-size: 0.75em;
    margin: 2.33em 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em; }

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }

q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }

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

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 0; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0;
    white-space: normal; }

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline; }

button, input {
    line-height: normal; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled],
input[disabled] {
    cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto;
    vertical-align: top; }

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

@font-face {
    font-family: 'Lato';
    src: url("/fonts/lato/Lato-Light.woff"), url("/fonts/lato/Lato-Light.woff2") format("woff2"), url("/fonts/lato/Lato-Light.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: 'Lato';
    src: url("/fonts/lato/Lato-LightItalic.woff"), url("/fonts/lato/Lato-LightItalic.woff2") format("woff2"), url("/fonts/lato/Lato-LightItalic.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-weight: 300;
    font-style: italic; }

@font-face {
    font-family: 'SourceSerifPro';
    src: url("/fonts/sourceserifpro/SourceSerifPro-Regular.woff"), url("/fonts/sourceserifpro/SourceSerifPro-Regular.woff2") format("woff2"), url("/fonts/sourceserifpro/SourceSerifPro-Regular.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-weight: 400;
    font-style: normal; }

/*usage  @include font-size(13);*/
/*width-desktop-medium*/
/*width-desktop-medium*/
/*width- desktop-small*/
/*width-tablet*/
/*width-tablet*/
/*width-mobile*/
/*---Grid Variables -----------------------------------------*/
.container, .container-flex {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1408px;
    position: relative;
    margin: auto;
    overflow: hidden; }
.container:before, .container-flex:before, .container:after, .container-flex:after {
    content: "";
    position: relative; }
.container:after, .container-flex:after {
    clear: both; }

.container-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
.container-flex:before, .container-flex:after {
    display: none; }

.col-2 {
    width: calc((4.11932% * 2) + (1.06534% * 2)); }

.col-3 {
    width: calc((4.11932% * 3) + (1.06534% * 4)); }

.col-4 {
    width: calc((4.11932% * 4) + (1.06534% * 6)); }

.col-5 {
    width: calc((4.11932% * 5) + (1.06534% * 8)); }

.col-6 {
    width: calc((4.11932% * 6) + (1.06534% * 10)); }

.col-7 {
    width: calc((4.11932% * 7) + (1.06534% * 12)); }

.col-8 {
    width: calc((4.11932% * 8) + (1.06534% * 14)); }

.col-9 {
    width: calc((4.11932% * 9) + (1.06534% * 16)); }

.col-10 {
    width: calc((4.11932% * 10) + (1.06534% * 18)); }

.col-11 {
    width: calc((4.11932% * 11) + (1.06534% * 20)); }

.col-12 {
    width: calc((4.11932% * 12) + (1.06534% * 22)); }

.col-13 {
    width: calc((4.11932% * 13) + (1.06534% * 24)); }

.col-14 {
    width: calc((4.11932% * 14) + (1.06534% * 26)); }

.col-15 {
    width: calc((4.11932% * 15) + (1.06534% * 28)); }

.col-16 {
    width: calc((4.11932% * 16) + (1.06534% * 30)); }
@media (max-width: 736px) {
    .col-16 {
        padding: 0 10px !important; } }

/* Brand Colors ------------------------------------------------*/
/*---dark grey: For Border Colors---*/
/*---Golden Yellow---*/
/*---Brown---*/
/*---Red---*/
/*---Brand Yellow---*/
/*---light grey: For Border Colors---*/
/*---Green---*/
/* Color Combination Adjustments ------------------------------*/
.white-text h1, .bg-image h1, .bg-white.bg-image h1, .bg-grey.bg-image h1, .bg-brown h1, .bg-brown.bg-image h1, .bg-color-1 h1, .bg-color-1.bg-image h1, .product-landing .box h1, .white-text h2, .bg-image h2, .bg-white.bg-image h2, .bg-grey.bg-image h2, .bg-brown h2, .bg-brown.bg-image h2, .bg-color-1 h2, .bg-color-1.bg-image h2, .product-landing .box h2, .white-text h3, .bg-image h3, .bg-white.bg-image h3, .bg-grey.bg-image h3, .bg-brown h3, .bg-brown.bg-image h3, .bg-color-1 h3, .bg-color-1.bg-image h3, .product-landing .box h3, .white-text h4, .bg-image h4, .bg-white.bg-image h4, .bg-grey.bg-image h4, .bg-brown h4, .bg-brown.bg-image h4, .bg-color-1 h4, .bg-color-1.bg-image h4, .product-landing .box h4, .white-text h5, .bg-image h5, .bg-white.bg-image h5, .bg-grey.bg-image h5, .bg-brown h5, .bg-brown.bg-image h5, .bg-color-1 h5, .bg-color-1.bg-image h5, .product-landing .box h5, .white-text h6, .bg-image h6, .bg-white.bg-image h6, .bg-grey.bg-image h6, .bg-brown h6, .bg-brown.bg-image h6, .bg-color-1 h6, .bg-color-1.bg-image h6, .product-landing .box h6, .white-text a, .bg-image a, .bg-white.bg-image a, .bg-grey.bg-image a, .bg-brown a, .bg-brown.bg-image a, .bg-color-1 a, .bg-color-1.bg-image a, .product-landing .box a, .white-text p, .bg-image p, .bg-white.bg-image p, .bg-grey.bg-image p, .bg-brown p, .bg-brown.bg-image p, .bg-color-1 p, .bg-color-1.bg-image p, .product-landing .box p, .white-text li, .bg-image li, .bg-white.bg-image li, .bg-grey.bg-image li, .bg-brown li, .bg-brown.bg-image li, .bg-color-1 li, .bg-color-1.bg-image li, .product-landing .box li {
    color: white;
    fill: white; }

/* BG Color ------------------------------*/
/*---White---*/
/*---Grey---*/
/*---Saturated Yellow---*/
/*---Orange---*/
/*---CTA Brown---*/
/*---Fixed Footer Grey---*/
/*---Brown---*/
/* Global Elements ---------------------------*/
html {
    height: 100%;
    width: 100%;
    font-size: 62.5%;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #363942;
    fill: #FF9000;
    font-family: "Lato", sans-serif, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem; }

/*
 * Modifiers
 */
.f-l {
    float: left;
    margin: 0 1em 1em 0; }

.f-r {
    float: right;
    margin: 0 0 1em 1em; }

#main {
    overflow: hidden; }
#main img {
    max-width: 100%;
    position: relative;
    z-index: 1; }

.visualhidden {
    position: absolute;
    top: -99999px;
    left: -99999px; }

/*fade in blocks*/
.display {
    width: 48%;
    min-height: 200px;
    background: white;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-right: 4%;
    margin-bottom: 4%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.display:nth-child(even) {
    margin-right: 0; }

.default-styles {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.default-styles .col-16 .col-8 {
    margin: 0; }
.default-styles .col-16 .col-8:last-child {
    float: right; }
@media (max-width: 736px) {
    .default-styles {
        padding: 0 15px; } }
@media (max-width: 1008px) {
    .default-styles .col-16,
    .default-styles .col-10,
    .default-styles .col-8,
    .default-styles .col-6,
    .default-styles .col-4 {
        width: calc((4.11932% * 16) + (1.06534% * 30)); } }
@media (max-width: 1008px) {
    .default-styles .col-10,
    .default-styles .col-8,
    .default-styles .col-6,
    .default-styles .col-4 {
        margin: 0 auto;
        width: 100%; } }
.default-styles fieldset {
    padding: 0; }

.page {
    min-height: 100vh;
    background: #fff;
    width: 100%;
    overflow: hidden; }

.wrapper {
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-overflow-scrolling: touch; }

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0; }

.character-mapping li {
    display: inline-block;
    vertical-align: middle; }
.character-mapping li:before {
    display: none; }
.character-mapping li .icon:before {
    font-size: 40px; }

@media (max-width: 736px) {
    .no-mobile {
        display: none; } }

div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/*.fixfixed {
  height: 100%;
  min-height: 100%;
  overflow: hidden;

  #header {position: absolute;}
  .fixed-footer {position: absolute;}
}*/
/*---------------------------*/
.item {
    z-index: 3;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 736px) {
    .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }

.icon {
    width: 70px;
    height: auto;
    display: block;
    padding-bottom: 5px;
    position: relative;
    margin: 0 auto; }
.icon svg {
    width: 100%;
    height: auto;
    fill: inherit; }
.icon img {
    max-width: 100%;
    height: auto; }
@media (max-width: 736px) {
    .icon {
        width: 45px;
        height: auto; } }

.pad-2 {
    padding: 30px 0; }

.pad-3 {
    padding-bottom: 3.5em !important; }
@media (max-width: 1008px) {
    .pad-3 {
        padding-bottom: 4em !important; } }
@media (max-width: 736px) {
    .pad-3 {
        padding-bottom: 2.5em !important; } }

.divider {
    width: 100%;
    max-width: 100%;
    height: 1px;
    margin: 1.06534% 0;
    background-color: #e8e8e8;
    display: block; }

.no-contact-form {
    margin-bottom: 126px; }

@media (max-width: 768px) {
    .mobile-hide {
        display: none !important; } }

.mobile-show {
    display: none !important; }
@media (max-width: 736px) {
    .mobile-show {
        display: block !important;
        visibility: visible; } }

@media (max-width: 736px) {
    .mobile-bg-image {
        background-image: url("/img/main/bg-3.jpg");
        min-height: 250px !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-bottom: 1px solid white; }
    .mobile-bg-image:after {
        background-color: black;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block !important;
        opacity: 0.6;
        filter: alpha(opacity=60);
        content: ""; }
    .mobile-bg-image h2, .mobile-bg-image h3, .mobile-bg-image h4, .mobile-bg-image h5, .mobile-bg-image h6, .mobile-bg-image p, .mobile-bg-image a {
        text-align: center;
        color: white !important; }
    .mobile-bg-image .desc {
        display: none; }
    .mobile-bg-image .btn {
        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        border: 1px solid white; } }

@media (max-width: 736px) {
    .mobile-border {
        border-top: 1px solid white; } }

@media (max-width: 736px) {
    .mobile-opacity-1 {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
    .mobile-opacity-1 .title {
        color: white; }
    .mobile-opacity-1:after {
        background-color: black;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block !important;
        opacity: 0.44;
        filter: alpha(opacity=44);
        content: ""; } }

.down-carrot {
    background-color: transparent;
    width: 100%;
    height: auto;
    z-index: 3 !important;
    position: absolute; }
.down-carrot img {
    width: auto;
    height: 35px; }

.no-border {
    border: none !important; }

.fit-image {
    background-position: center !important;
    background-size: contain !important; }
@media (max-width: 736px) {
    .fit-image {
        min-height: 400px;
        height: auto; } }

.t1 {
    margin-top: 85px;
    position: relative;
    width: 100%; }
@media (max-width: 1008px) {
    .t1 {
        margin-top: 60px; } }

.t2 .column1 {
    width: calc((4.11932% * 4) + (1.06534% * 6));
    height: auto;
    padding: 30px 0;
    border-right: 1px solid #e8e8e8; }
@media (max-width: 1008px) {
    .t2 .column1 {
        display: none; } }

.t2 .column2 {
    width: calc((4.11932% * 12) + (1.06534% * 22));
    height: auto;
    padding: 30px 15px 0 15px;
    margin-bottom: 30px; }
@media (max-width: 1008px) {
    .t2 .column2 {
        width: 100%;
        margin: 0; } }
.t2 .column2 .content {
    padding: 0; }

.t2 .row:last-child {
    border-bottom: none; }

.t3 {
    position: relative;
    width: 100%; }

/* rows base stylings & Settings --------------*/
.row {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8; }
.row > .container, .row > .container-flex {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.row > .container:before, .row > .container-flex:before, .row > .container:after, .row > .container-flex:after {
    display: none !important; }
@media (max-width: 1008px) {
    .row .content {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }

/*---Primgry settings --------*/
/* boxes used to build rows ------------------*/
div[class^='box-'], div[class*=' box-'] {
    vertical-align: middle;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-color: inherit;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
div[class^='box-'] .content, div[class*=' box-'] .content {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
div[class^='box-'] .content .item, div[class*=' box-'] .content .item {
    position: relative;
    width: 100%; }
div[class^='box-'] .content twitterwidget, div[class*=' box-'] .content twitterwidget {
    min-width: 1px !important; }
div[class^='box-'] .content iframe, div[class*=' box-'] .content iframe {
    min-width: 100px !important; }

.box-25 {
    width: 25%; }

.box-33 {
    width: 33.3333333333%; }
.box-33 .item {
    max-width: 600px;
    margin: auto; }
.box-33:first-child .content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
.box-33:last-child .content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
@media (max-width: 1008px) {
    .box-33 {
        width: 100%; } }

.box-40 {
    width: 40%; }

.box-50 {
    width: 50%; }
@media (max-width: 736px) {
    .box-50 .bg-image {
        min-height: 400px; } }
.box-50 .item {
    max-width: 600px; }
@media (max-width: 1008px) {
    .box-50 .item {
        width: 100%;
        max-width: 100%; } }
.box-50:first-child .content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
.box-50:last-child .content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
@media (max-width: 736px) {
    .box-50 {
        width: 100%; } }

.box-60 {
    width: 60%; }

.box-66 {
    width: 66.66666666666667%; }

.box-75 {
    width: 75%; }

.box-100 {
    width: 100%; }

/* Variables & Additions ------------------------------*/
.fw > .container, .fw > .container-flex {
    max-width: 100%; }

.flip .container, .flip .container-flex {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.flip .box-50:last-child .content, .flip .box-33:last-child .content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }

.flip .box-50:first-child .content, .flip .box-33:first-child .content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

.fh {
    min-height: 100vh;
    overflow: hidden; }
.fh .container, .fh .container-flex {
    min-height: 100vh; }

.pad {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important; }
@media (max-width: 1008px) {
    .pad {
        padding-top: 4em !important;
        padding-bottom: 4em !important; } }
@media (max-width: 736px) {
    .pad {
        padding-top: 2.5em !important;
        padding-bottom: 2.5em !important; } }

.align-center .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

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

.bg-image {
    background-image: url("/img/main/bg-3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
.bg-image:after {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
    content: ""; }

.no-tint.bg-image:after {
    content: none !important; }

.bg-fixed {
    background-attachment: fixed; }

.pattern:before {
    background-image: url("/img/main/pattern-1.png");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block !important;
    content: ""; }

.white-text, .bg-image, .bg-white.bg-image, .bg-grey.bg-image, .bg-brown, .bg-brown.bg-image, .bg-color-1, .bg-color-1.bg-image, .product-landing .box {
    fill: white; }
.white-text h1, .bg-image h1, .bg-white.bg-image h1, .bg-grey.bg-image h1, .bg-brown h1, .bg-brown.bg-image h1, .bg-color-1 h1, .bg-color-1.bg-image h1, .product-landing .box h1, .white-text h2, .bg-image h2, .bg-white.bg-image h2, .bg-grey.bg-image h2, .bg-brown h2, .bg-brown.bg-image h2, .bg-color-1 h2, .bg-color-1.bg-image h2, .product-landing .box h2, .white-text h3, .bg-image h3, .bg-white.bg-image h3, .bg-grey.bg-image h3, .bg-brown h3, .bg-brown.bg-image h3, .bg-color-1 h3, .bg-color-1.bg-image h3, .product-landing .box h3, .white-text h4, .bg-image h4, .bg-white.bg-image h4, .bg-grey.bg-image h4, .bg-brown h4, .bg-brown.bg-image h4, .bg-color-1 h4, .bg-color-1.bg-image h4, .product-landing .box h4, .white-text h5, .bg-image h5, .bg-white.bg-image h5, .bg-grey.bg-image h5, .bg-brown h5, .bg-brown.bg-image h5, .bg-color-1 h5, .bg-color-1.bg-image h5, .product-landing .box h5, .white-text h6, .bg-image h6, .bg-white.bg-image h6, .bg-grey.bg-image h6, .bg-brown h6, .bg-brown.bg-image h6, .bg-color-1 h6, .bg-color-1.bg-image h6, .product-landing .box h6, .white-text a, .bg-image a, .bg-white.bg-image a, .bg-grey.bg-image a, .bg-brown a, .bg-brown.bg-image a, .bg-color-1 a, .bg-color-1.bg-image a, .product-landing .box a, .white-text p, .bg-image p, .bg-white.bg-image p, .bg-grey.bg-image p, .bg-brown p, .bg-brown.bg-image p, .bg-color-1 p, .bg-color-1.bg-image p, .product-landing .box p, .white-text li, .bg-image li, .bg-white.bg-image li, .bg-grey.bg-image li, .bg-brown li, .bg-brown.bg-image li, .bg-color-1 li, .bg-color-1.bg-image li, .product-landing .box li {
    color: white; }

.link-box {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20 !important;
    border: none;
    border-bottom: none !important; }
.link-box:before {
    color: inherit;
    position: absolute;
    bottom: 1em;
    width: 50px;
    height: 5px;
    background-color: #FF9000;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2.5em;
    text-align: center;
    content: ""; }
@media (max-width: 736px) {
    .link-box:before {
        bottom: 0; } }

.column-2 .item {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }
@media (max-width: 768px) {
    .column-2 .item {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; } }

.column-3 .item {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }
@media (max-width: 1008px) {
    .column-3 .item {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px; } }
@media (max-width: 768px) {
    .column-3 .item {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; } }

/* Skins ---------------------------------*/
.bg-grey {
    background-color: #F7F7F7; }

.bg-yellow {
    background-color: #F1F1F1; }
.bg-yellow.bg-image p {
    color: #363942; }
.bg-yellow.bg-image:after {
    background-color: inherit;
    opacity: 0.9;
    filter: alpha(opacity=90); }

.bg-brown {
    background-color: #363942; }
.bg-brown.bg-image:after {
    background-color: inherit;
    opacity: 0.85;
    filter: alpha(opacity=85); }

.bg-color-1 {
    background-color: #0067B1; }
.bg-color-1.bg-image:after {
    background-color: inherit;
    opacity: 0.85;
    filter: alpha(opacity=85); }

.bg-opacity-1, .bg-white.bg-opacity-1 {
    background-color: rgba(255, 255, 255, 0.87);
    color: #FF9000;
    fill: #FF9000; }
.bg-opacity-1 p, .bg-white.bg-opacity-1 p {
    color: #363942; }

.row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto; }
.row:before, .row:after {
    content: " ";
    display: table;
    clear: both; }

[class^="col"], [class*=" col"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    float: left;
    width: 4.11932%;
    margin: 0 1.06534%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
[class^="col"]:before, [class^="col"]:after, [class*=" col"]:before, [class*=" col"]:after {
    content: " ";
    display: table;
    clear: both;
    position: relative; }

.color [class^="col"], .color [class*=" col"] {
    background-color: grey; }

.color .container, .color .container-flex {
    background: black; }

[class^="col"].center-box, [class*=" col"].center-box {
    margin: auto;
    float: none !important;
    display: block; }

.col-2 {
    width: calc((4.11932% * 2) + (1.06534% * 2)); }

.col-3 {
    width: calc((4.11932% * 3) + (1.06534% * 4)); }

.col-4 {
    width: calc((4.11932% * 4) + (1.06534% * 6)); }

.col-5 {
    width: calc((4.11932% * 5) + (1.06534% * 8)); }

.col-6 {
    width: calc((4.11932% * 6) + (1.06534% * 10)); }

.col-7 {
    width: calc((4.11932% * 7) + (1.06534% * 12)); }

.col-8 {
    width: calc((4.11932% * 8) + (1.06534% * 14)); }

.col-9 {
    width: calc((4.11932% * 9) + (1.06534% * 16)); }

.col-10 {
    width: calc((4.11932% * 10) + (1.06534% * 18)); }

.col-11 {
    width: calc((4.11932% * 11) + (1.06534% * 20)); }

.col-12 {
    width: calc((4.11932% * 12) + (1.06534% * 22)); }

.col-13 {
    width: calc((4.11932% * 13) + (1.06534% * 24)); }

.col-14 {
    width: calc((4.11932% * 14) + (1.06534% * 26)); }

.col-15 {
    width: calc((4.11932% * 15) + (1.06534% * 28)); }

.col-16 {
    width: calc((4.11932% * 16) + (1.06534% * 30)); }

.animate {
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
.animate:nth-child(odd) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }

.fade-in {
    opacity: 0;
    filter: alpha(opacity=0); }

.dev-grid {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    pointer-events: none;
    padding: 0;
    margin: 0 auto !important;
    background-color: transparent; }
.dev-grid .container, .dev-grid .container-flex {
    height: 100%;
    padding: 0;
    opacity: 0.4;
    filter: alpha(opacity=40); }
.dev-grid [class^="col-"], .dev-grid [class*=" col-"] {
    height: 100%; }
.dev-grid.on {
    opacity: 1;
    filter: alpha(opacity=100); }

.dev-grid:after {
    content: "large-desktop";
    background-color: black;
    padding: 10px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    position: absolute;
    color: #fff;
    z-index: 500; }
@media (max-width: 1408px) {
    .dev-grid:after {
        content: "medium-desktop"; } }
@media (max-width: 1248px) {
    .dev-grid:after {
        content: "small-desktop"; } }
@media (max-width: 1008px) {
    .dev-grid:after {
        content: "tablet"; } }
@media (max-width: 768px) {
    .dev-grid:after {
        content: "large-mobile"; } }
@media (max-width: 736px) {
    .dev-grid:after {
        content: "mobile"; } }

.dev-grid.on:after {
    opacity: 1; }

/* Brand Fonts & Treatment -------------------------------------*/
.h1, h1, .text-regular h1, .bg-yellow.bg-image h1 {
    font-family: "SourceSerifPro", serif;
    font-weight: 400;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    margin: 0;
    color: #FF9000;
    position: relative; }

.h2, h2, .text-regular h2, .bg-yellow.bg-image h2 {
    font-family: "SourceSerifPro", serif;
    font-weight: 400;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    margin: 0;
    color: #FF9000;
    position: relative; }

.h3, h3, .text-regular h3, .bg-yellow.bg-image h3 {
    font-family: "SourceSerifPro", serif;
    font-weight: 400;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0;
    color: #363942;
    position: relative; }

.h4, h4, .text-regular h4, .bg-yellow.bg-image h4 {
    font-family: "SourceSerifPro", serif;
    font-weight: 400;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.2;
    margin: 0;
    color: #FF9000;
    position: relative; }

.h5, h5, .text-regular h5, .bg-yellow.bg-image h5 {
    font-family: "SourceSerifPro", serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    color: #363942;
    position: relative; }

.h6, h6, .text-regular h6, .bg-yellow.bg-image h6 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0;
    color: #363942;
    position: relative; }

h1 {
    margin: 0.5em 0 0.2em; }

h2 {
    margin: 0.5em 0 0.2em; }

h3 {
    margin: 0.5em 0 0.2em; }

h4 {
    margin: 0.5em 0 0.2em; }

h5 {
    margin: 0.5em 0 0.2em; }

h6 {
    margin: 0.5em 0 0.2em; }

p {
    font-family: "Lato", sans-serif;
    padding: 0;
    font-weight: 300;
    line-height: 1.7em;
    margin: 0 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative; }

.link, a, .text-regular a, .bg-yellow.bg-image a {
    color: #FF9000;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none; }
.link:hover, a:hover, .bg-yellow.bg-image a:hover, .link.hovered, a.hovered, .bg-yellow.bg-image a.hovered {
    text-decoration: none; }
.link:active, a:active, .bg-yellow.bg-image a:active {
    color: inherit; }

b {
    font-weight: 600;
    color: #363942;
    font-family: "Lato", sans-serif; }

a {
    font-family: "Lato", sans-serif;
    outline: none !important;
    position: relative; }
a:hover {
    text-decoration: underline; }

ul {
    margin: 0;
    list-style: none;
    padding: 10px 25px 10px 0; }
@media (max-width: 736px) {
    ul {
        padding: 10px 0;
        position: relative; } }
ul li {
    position: relative;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    line-height: 1.8em;
    padding-left: 48px;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Lato", sans-serif; }
@media (max-width: 736px) {
    ul li {
        padding-left: 20px; } }
ul li:before {
    display: block;
    position: absolute;
    left: 25px;
    font-family: "starmark";
    content: "\e005";
    color: #FF9000;
    font-size: xx-small;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
@media (max-width: 736px) {
    ul li:before {
        left: 0; } }

.slick-dots ul:before, .slick-dots li:before {
    display: none; }

ol {
    margin: 0;
    padding: 10px 25px 10px 0;
    list-style-type: none;
    counter-reset: point; }
@media (max-width: 736px) {
    ol {
        padding: 10px 0;
        position: relative; } }
ol li {
    padding: 0 0 0 50px;
    line-height: 1.8em;
    list-style: none;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Lato", sans-serif; }
@media (max-width: 736px) {
    ol li {
        padding-left: 20px; } }
ol li:before {
    counter-increment: point 1;
    content: counter(point) ".";
    font-weight: 600;
    position: absolute;
    left: 20px;
    top: 2px;
    width: 20px;
    height: 14px;
    line-height: 1.8em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #FF9000;
    font-family: "SourceSerifPro", serif;
    text-align: center; }
@media (max-width: 736px) {
    ol li:before {
        left: 0; } }

em {
    font-style: italic;
    position: relative;
    font-family: "Lato", sans-serif; }

strong {
    font-weight: 600;
    font-family: "Lato", sans-serif;
    position: relative; }

mark {
    color: #FF9000;
    background: none;
    font-family: "Lato", sans-serif;
    position: relative; }

hr {
    margin: 0;
    border-bottom: none;
    position: relative; }

/* Extra Typography & Treatment -------------------------------------*/
.section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    margin: 0;
    color: #363942;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #363942;
    padding: 10px 15px;
    min-width: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    width: auto;
    display: inline-block !important; }
@media (max-width: 736px) {
    .section-header {
        display: inline-block !important;
        -webkit-align-self: center;
        align-self: center; } }

.text-regular .h1, .bg-yellow.bg-image .h1, .text-regular h1, .bg-yellow.bg-image h1 {
    font-family: "SourceSerifPro", serif;
    font-weight: 300;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    margin: 0;
    color: #FF9000;
    position: relative; }

.text-regular .h2, .bg-yellow.bg-image .h2, .text-regular h2, .bg-yellow.bg-image h2 {
    font-family: "SourceSerifPro", serif;
    font-weight: 300;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    margin: 0;
    color: #FF9000;
    position: relative; }

.text-regular .h3, .bg-yellow.bg-image .h3, .text-regular h3, .bg-yellow.bg-image h3 {
    font-family: "SourceSerifPro", serif;
    font-weight: 300;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0;
    color: #363942;
    position: relative; }

.text-regular .h4, .bg-yellow.bg-image .h4, .text-regular h4, .bg-yellow.bg-image h4 {
    font-family: "SourceSerifPro", serif;
    font-weight: 300;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.2;
    margin: 0;
    color: #FF9000;
    position: relative; }

.text-regular .h5, .bg-yellow.bg-image .h5, .text-regular h5, .bg-yellow.bg-image h5 {
    font-family: "SourceSerifPro", serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    color: #363942;
    position: relative; }

.text-regular .h6, .bg-yellow.bg-image .h6, .text-regular h6, .bg-yellow.bg-image h6 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0;
    color: #363942;
    position: relative; }

.text-regular h1, .bg-yellow.bg-image h1 {
    margin: 0.5em 0 0.2em; }

.text-regular h2, .bg-yellow.bg-image h2 {
    margin: 0.5em 0 0.2em; }

.text-regular h3, .bg-yellow.bg-image h3 {
    margin: 0.5em 0 0.2em; }

.text-regular h4, .bg-yellow.bg-image h4 {
    margin: 0.5em 0 0.2em; }

.text-regular h5, .bg-yellow.bg-image h5 {
    margin: 0.5em 0 0.2em; }

.text-regular h6, .bg-yellow.bg-image h6 {
    margin: 0.5em 0 0.2em; }

.text-regular p, .bg-yellow.bg-image p {
    font-family: "Lato", sans-serif;
    padding: 0;
    font-weight: 300;
    line-height: 1.7em;
    margin: 0 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative; }

.text-regular .link, .bg-yellow.bg-image .link, .text-regular a, .bg-yellow.bg-image a {
    color: #FF9000;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none; }
.text-regular .link:hover, .bg-yellow.bg-image .link:hover, .text-regular a:hover, .bg-yellow.bg-image a:hover, .text-regular .link.hovered, .bg-yellow.bg-image .link.hovered, .text-regular a.hovered, .bg-yellow.bg-image a.hovered {
    text-decoration: none; }
.text-regular .link:active, .bg-yellow.bg-image .link:active, .text-regular a:active, .bg-yellow.bg-image a:active {
    color: inherit; }

.text-regular b, .bg-yellow.bg-image b {
    font-weight: 600;
    color: #363942;
    font-family: "Lato", sans-serif; }

.text-regular a, .bg-yellow.bg-image a {
    font-family: "Lato", sans-serif;
    outline: none !important;
    position: relative; }
.text-regular a:hover, .bg-yellow.bg-image a:hover {
    text-decoration: underline; }

.text-regular ul, .bg-yellow.bg-image ul {
    margin: 0;
    list-style: none;
    padding: 10px 25px 10px 0; }
@media (max-width: 736px) {
    .text-regular ul, .bg-yellow.bg-image ul {
        padding: 10px 0;
        position: relative; } }
.text-regular ul li, .bg-yellow.bg-image ul li {
    position: relative;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    line-height: 1.8em;
    padding-left: 48px;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Lato", sans-serif; }
@media (max-width: 736px) {
    .text-regular ul li, .bg-yellow.bg-image ul li {
        padding-left: 20px; } }
.text-regular ul li:before, .bg-yellow.bg-image ul li:before {
    display: block;
    position: absolute;
    left: 25px;
    font-family: "starmark";
    content: "\e005";
    color: #FF9000;
    font-size: xx-small;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
@media (max-width: 736px) {
    .text-regular ul li:before, .bg-yellow.bg-image ul li:before {
        left: 0; } }

.text-regular .slick-dots ul:before, .bg-yellow.bg-image .slick-dots ul:before, .text-regular .slick-dots li:before, .bg-yellow.bg-image .slick-dots li:before {
    display: none; }

.text-regular ol, .bg-yellow.bg-image ol {
    margin: 0;
    padding: 10px 25px 10px 0;
    list-style-type: none;
    counter-reset: point; }
@media (max-width: 736px) {
    .text-regular ol, .bg-yellow.bg-image ol {
        padding: 10px 0;
        position: relative; } }
.text-regular ol li, .bg-yellow.bg-image ol li {
    padding: 0 0 0 50px;
    line-height: 1.8em;
    list-style: none;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Lato", sans-serif; }
@media (max-width: 736px) {
    .text-regular ol li, .bg-yellow.bg-image ol li {
        padding-left: 20px; } }
.text-regular ol li:before, .bg-yellow.bg-image ol li:before {
    counter-increment: point 1;
    content: counter(point) ".";
    font-weight: 600;
    position: absolute;
    left: 20px;
    top: 2px;
    width: 20px;
    height: 14px;
    line-height: 1.8em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #FF9000;
    font-family: "SourceSerifPro", serif;
    text-align: center; }
@media (max-width: 736px) {
    .text-regular ol li:before, .bg-yellow.bg-image ol li:before {
        left: 0; } }

.text-regular em, .bg-yellow.bg-image em {
    font-style: italic;
    position: relative;
    font-family: "Lato", sans-serif; }

.text-regular strong, .bg-yellow.bg-image strong {
    font-weight: 600;
    font-family: "Lato", sans-serif;
    position: relative; }

.text-regular mark, .bg-yellow.bg-image mark {
    color: #FF9000;
    background: none;
    font-family: "Lato", sans-serif;
    position: relative; }

.text-regular hr, .bg-yellow.bg-image hr {
    margin: 0;
    border-bottom: none;
    position: relative; }

.btn {
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    color: #FF9000 !important;
    border: 1px solid #FF9000;
    text-align: center;
    display: inline-block;
    margin: 5px 5px 0 0;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem; }
.btn:hover {
    background-color: #FF9000;
    color: white !important;
    text-decoration: none; }

/*------ Button Skins -----*/
.o-w {
    background-color: #FF9000;
    color: white !important; }
.o-w:hover {
    background-color: transparent;
    color: #FF9000 !important; }

.w-y {
    background-color: transparent;
    color: #0067B1 !important;
    border: 1px solid #0067B1; }
.w-y:hover {
    background-color: #0067B1;
    color: white !important; }

.y-w {
    background-color: #0067B1;
    border: 1px solid #0067B1;
    color: white !important; }
.y-w:hover {
    background-color: transparent;
    color: #0067B1 !important; }

.w-b {
    background-color: transparent;
    color: #363942 !important;
    border: 1px solid #363942; }
.w-b:hover {
    background-color: #363942;
    color: #fff !important; }

.b-w {
    background-color: #363942;
    border: 1px solid #363942;
    color: #fff !important; }
.b-w:hover {
    background-color: transparent;
    color: #363942 !important; }

.w-cta-1, .product-landing .btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff !important; }
.w-cta-1:hover, .product-landing .btn:hover {
    background-color: #fff;
    color: #b35206 !important; }

.w-w {
    background-color: transparent;
    color: white !important;
    border: 1px solid white; }
.w-w:hover {
    background-color: white;
    color: #363942 !important; }

/* =============================================================================
	FORMS
	========================================================================== */
form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none; }

label {
    cursor: pointer; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    *overflow: visible; }

input {
    outline: none; }

/*Iphone Border Radius Fix*/
input {
    -webkit-border-radius: 0; }

textarea {
    -webkit-border-radius: 0; }

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* mobile firefox too! */ }

button[disabled],
input[disabled] {
    cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; }

button {
    padding: 0; }

input[type="checkbox"], input[type="radio"] {
    width: 15px;
    height: 16px;
    padding: 0;
    margin: 0; }

input, textarea, select {
    font: 100% "Lato", sans-serif, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #0067B1; }

textarea {
    resize: vertical;
    margin: 0;
    padding: 0;
    overflow: auto;
    vertical-align: top;
    outline: none; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input:-moz-placeholder {
    color: #363942; }

input::-moz-placeholder {
    color: #363942;
    opacity: 1; }

input::-webkit-input-placeholder {
    color: #363942; }

input:-ms-input-placeholder {
    color: #363942; }

input:hover::placeholder {
    color: #FF9000; }

input:hover:-moz-placeholder {
    color: #FF9000; }

input:hover::-moz-placeholder {
    color: #FF9000; }

input:hover::-webkit-input-placeholder {
    color: #FF9000; }

input:hover:-ms-input-placeholder {
    color: #FF9000; }

input:hover::placeholder {
    color: #FF9000; }

textarea:-moz-placeholder {
    color: #363942; }

textarea::-moz-placeholder {
    color: #363942;
    opacity: 1; }

textarea::-webkit-input-placeholder {
    color: #363942; }

textarea:-ms-input-placeholder {
    color: #363942; }

textarea:hover::placeholder {
    color: #FF9000; }

textarea:hover:-moz-placeholder {
    color: #FF9000; }

textarea:hover::-moz-placeholder {
    color: #FF9000; }

textarea:hover::-webkit-input-placeholder {
    color: #FF9000; }

textarea:hover:-ms-input-placeholder {
    color: #FF9000; }

textarea:hover::placeholder {
    color: #FF9000; }

input::-ms-clear {
    display: none; }

.form {
    width: 100%;
    position: relative;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.form .group1 {
    /*--- 100% Width ---*/
    min-wdith: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.form .group2 {
    /*--- 50% Width ---*/
    width: calc(50% - 1.06534%);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.form .group2 textarea {
    min-height: 245px;
    height: auto;
    padding: 20px;
    resize: vertical; }
.form .b1 {
    /*---- 100% ----*/
    position: relative;
    padding: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.form .b2 {
    /*---- 50% ----*/
    padding: 10px;
    position: relative;
    overflow: hidden;
    width: calc(50% - 1.06534%); }
.form .b33 {
    /*---- 33% ----*/
    padding: 10px;
    position: relative;
    overflow: hidden;
    width: calc(33% - 1.06534%); }
.form .b3 {
    /*---- 25% ----*/
    padding: 10px;
    position: relative;
    position: relative;
    overflow: hidden;
    width: calc(75% - 1.06534%); }
.form .b4 {
    /*---- 25% ----*/
    padding: 10px;
    position: relative;
    position: relative;
    overflow: hidden;
    min-width: 24%;
    width: calc(25% - 1.06534%); }
.form .form-button-1 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
.form .form-button-1 .btn {
    margin-right: 0; }
.form .form-select-1 {
    margin-bottom: 15px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
@media (max-width: 736px) {
    .form {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .form .group1, .form .group2 {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .form .group2, .form .b1, .form .b2, .form .b3, .form .b33, .form .b4 {
        min-width: 100%;
        max-wdith: 100%; } }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="file"],
select,
textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #cccccc; }
input[type="text"]:hover, input[type="text"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
    color: #FF9000;
    border: 1px solid #FF9000; }
input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="password"].error,
input[type="search"].error,
input[type="file"].error,
select.error,
textarea.error {
    color: #ce251d;
    border-color: #ce251d; }
input[type="text"].error:-moz-placeholder,
input[type="tel"].error:-moz-placeholder,
input[type="email"].error:-moz-placeholder,
input[type="password"].error:-moz-placeholder,
input[type="search"].error:-moz-placeholder,
input[type="file"].error:-moz-placeholder,
select.error:-moz-placeholder,
textarea.error:-moz-placeholder {
    color: #ce251d; }
input[type="text"].error::-moz-placeholder,
input[type="tel"].error::-moz-placeholder,
input[type="email"].error::-moz-placeholder,
input[type="password"].error::-moz-placeholder,
input[type="search"].error::-moz-placeholder,
input[type="file"].error::-moz-placeholder,
select.error::-moz-placeholder,
textarea.error::-moz-placeholder {
    color: #ce251d;
    opacity: 1; }
input[type="text"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
input[type="search"].error::-webkit-input-placeholder,
input[type="file"].error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
    color: #ce251d; }
input[type="text"].error:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
input[type="search"].error:-ms-input-placeholder,
input[type="file"].error:-ms-input-placeholder,
select.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
    color: #ce251d; }
input[type="text"].success,
input[type="tel"].success,
input[type="email"].success,
input[type="password"].success,
input[type="search"].success,
input[type="file"].success,
select.success,
textarea.success {
    color: #149529;
    border-color: #149529; }
input[type="text"].success:-moz-placeholder,
input[type="tel"].success:-moz-placeholder,
input[type="email"].success:-moz-placeholder,
input[type="password"].success:-moz-placeholder,
input[type="search"].success:-moz-placeholder,
input[type="file"].success:-moz-placeholder,
select.success:-moz-placeholder,
textarea.success:-moz-placeholder {
    color: #149529; }
input[type="text"].success::-moz-placeholder,
input[type="tel"].success::-moz-placeholder,
input[type="email"].success::-moz-placeholder,
input[type="password"].success::-moz-placeholder,
input[type="search"].success::-moz-placeholder,
input[type="file"].success::-moz-placeholder,
select.success::-moz-placeholder,
textarea.success::-moz-placeholder {
    color: #149529;
    opacity: 1; }
input[type="text"].success::-webkit-input-placeholder,
input[type="tel"].success::-webkit-input-placeholder,
input[type="email"].success::-webkit-input-placeholder,
input[type="password"].success::-webkit-input-placeholder,
input[type="search"].success::-webkit-input-placeholder,
input[type="file"].success::-webkit-input-placeholder,
select.success::-webkit-input-placeholder,
textarea.success::-webkit-input-placeholder {
    color: #149529; }
input[type="text"].success:-ms-input-placeholder,
input[type="tel"].success:-ms-input-placeholder,
input[type="email"].success:-ms-input-placeholder,
input[type="password"].success:-ms-input-placeholder,
input[type="search"].success:-ms-input-placeholder,
input[type="file"].success:-ms-input-placeholder,
select.success:-ms-input-placeholder,
textarea.success:-ms-input-placeholder {
    color: #149529; }

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block; }

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red; }

.fileinput {
    width: 100%;
    position: relative;
    height: 50px;
    margin-bottom: 15px; }

input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 0.1px;
    height: 0.1px; }

input[type="file"] + label {
    width: 100%;
    display: block;
    box-sizing: border-box;
    color: #7d7d7d;
    font-size: 1.6rem;
    font-weight: 500;
    height: 50px;
    line-height: 50px; }

input[type="file"] + label:after {
    content: 'upload';
    text-transform: uppercase;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: #fff;
    background: #FF9000;
    line-height: 50px;
    width: 160px;
    text-align: center; }

textarea {
    height: 194px;
    padding: 20px;
    resize: vertical; }

/*---Multi-Slect---*/
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    left: 0; }

input[type="checkbox"] + label {
    position: relative;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    color: #363942;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    margin-bottom: 7px; }

input[type="checkbox"] + label:before {
    top: 2.5px;
    content: "";
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
    cursor: pointer;
    color: #fff;
    background-color: #fff;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px; }

input[type="checkbox"]:checked + label:before {
    background: url("/img/main/icon-check.svg") no-repeat 50% 50% #fff;
    -moz-background-size: 80%;
    -webkit-background-size: 80%;
    background-size: 80%;
    border: 1px solid #FF9000; }

input[type="checkbox"]:checked + label {
    cursor: pointer;
    color: #FF9000; }

/*---Radio---*/
input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0; }

input[type="radio"] + label {
    position: relative;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    color: #363942;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    margin-bottom: 7px; }

input[type="radio"] + label:before {
    top: 2.5px;
    content: "";
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
    cursor: pointer;
    color: #fff;
    background-color: #fff;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 15px; }

input[type="radio"]:checked + label:before {
    background: url("/img/main/icon-circle.svg") no-repeat 50% 50% #fff;
    -moz-background-size: 80%;
    -webkit-background-size: 80%;
    background-size: 80%;
    border: 1px solid #FF9000; }

input[type="radio"]:checked + label:after {
    background: none;
    color: #fff;
    background-size: 55%;
    background-position: center center;
    background-repeat: no-repeat;
    top: 14px;
    left: 5px;
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }

input[type="radio"]:checked + label {
    cursor: pointer;
    color: #FF9000; }

/*---Alert Message---*/
.line-divider {
    width: 50px;
    border-bottom: 1px solid #FF9000;
    height: 1px;
    position: relative;
    margin: 10px 0 15px 0; }

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
    left: -25px; }
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev:before {
    content: "←"; }
[dir="rtl"] .slick-prev:before {
    content: "→"; }

.slick-next {
    right: -25px; }
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
.slick-next:before {
    content: "→"; }
[dir="rtl"] .slick-next:before {
    content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1; }
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75; }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

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

[data-icon]:before {
    font-family: "starmark" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "starmark" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-core, .fancybox-close:after, .product-nav .dropdown:after, .product-nav .inst-btn span:before, .installation-form .close:after, .request-form .close:after, .module-hero-1 .con-2 .item .des:after, .module-hero-4 .right .btn span:before, .product-overview-module .list .item .plus:after, .product-options-module .list .item .plus:after {
    font-family: "starmark" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-icons-01:before {
    content: "\e000"; }

.icon-icons-02:before {
    content: "\e001"; }

.icon-icons-03:before {
    content: "\e002"; }

.icon-icons-04:before {
    content: "\e003"; }

.icon-icons-05:before {
    content: "\e004"; }

.icon-icons-06:before {
    content: "\e005"; }

.icon-icons-07:before {
    content: "\e006"; }

.icon-icons-08:before {
    content: "\e007"; }

.icon-icons-09:before {
    content: "\e008"; }

.icon-icons-10:before {
    content: "\e009"; }

.icon-icons-11:before {
    content: "\e00a"; }

.icon-icons-12:before {
    content: "\e00b"; }

.icon-icons-13:before {
    content: "\e00c"; }

.icon-icons-14:before {
    content: "\e00d"; }

.icon-icons-15:before {
    content: "\e00e"; }

.icon-icons-16:before {
    content: "\e00f"; }

.icon-icons-17:before {
    content: "\e010"; }

.icon-icons-18:before {
    content: "\e011"; }

.icon-icons-19:before {
    content: "\e012"; }

.icon-icons-20:before {
    content: "\e013"; }

.icon-icons-21:before {
    content: "\e014"; }

.icon-icons-22:before {
    content: "\e015"; }

.icon-icons-23:before {
    content: "\e016"; }

.icon-icons-24:before {
    content: "\e017"; }

.icon-icons-25:before {
    content: "\e018"; }

.icon-icons-26:before {
    content: "\e019"; }

.icon-icons-27:before {
    content: "\e01a"; }

.icon-icons-28:before {
    content: "\e01b"; }

.icon-icons-29:before {
    content: "\e01c"; }

.icon-icons-30:before {
    content: "\e01d"; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
    overflow: hidden; }

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    padding: 30px !important; }

.fancybox-opened {
    z-index: 8030; }

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
    position: relative; }

.fancybox-inner {
    overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch; }

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%; }

.fancybox-image {
    max-width: 100%;
    max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/img/main/fancybox_sprite.png"); }

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060; }

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("/img/main/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 28px;
    width: 30px;
    height: 30px;
    color: #7d7d7d;
    font-size: 30px;
    font-size: 3rem;
    z-index: 8040; }
.fancybox-close:hover {
    text-decoration: none; }
.fancybox-close:after {
    content: '\E011';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 15px;
    font-size: 1.5rem; }

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("/img/main/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040; }

.fancybox-prev {
    left: 0; }

.fancybox-next {
    right: 0; }

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden; }

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px; }

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px; }

.fancybox-nav:hover span {
    visibility: visible; }

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto; }

.fancybox-lock body {
    overflow: hidden !important; }

.fancybox-lock-test {
    overflow-y: hidden !important; }

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.5); }

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0; }

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll; }

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050; }

.fancybox-opened .fancybox-title {
    visibility: visible; }

.fancybox-title-float-wrap {
    display: block; }

.fancybox-title-float-wrap .child p {
    margin: 0; }

.fancybox-title-float-wrap .child h6 {
    color: #00528D; }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff; }

.fancybox-title-inside-wrap {
    padding-top: 10px; }

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("/img/main/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/ }
    #fancybox-loading div {
        background-image: url("/img/main/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/ } }

.selectric-wrapper {
    position: relative;
    cursor: pointer;
    margin: 0 0 1em 0;
    width: 100%; }

.selectric-responsive {
    width: 100%; }

.selectric {
    border: 1px solid #cccccc;
    background: #fff;
    position: relative;
    text-align: left; }
.selectric .label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 48px 0 10px;
    font-size: 16px;
    line-height: 48px;
    color: #363942;
    height: 48px;
    user-select: none; }
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 48px;
    height: 48px;
    color: #FF9000;
    overflow: hidden; }
.selectric .button:after {
    content: '\E008';
    display: inline-block;
    vertical-align: middle;
    font-family: "starmark";
    line-height: 48px;
    font-size: 14px;
    color: #363942;
    text-indent: 0; }

.selectric-focus .selectric {
    border: 1px solid #FF9000; }
.selectric-focus .selectric .label {
    color: #FF9000; }

.selectric-hover .selectric {
    border: 1px solid #FF9000; }
.selectric-hover .selectric .label {
    color: #FF9000; }
.selectric-hover .selectric .button:after {
    color: #FF9000; }

.selectric-open {
    z-index: 9999; }
.selectric-open .selectric {
    border: 1px solid #FF9000; }
.selectric-open .selectric-items {
    display: block; }
.selectric-open .button:after {
    content: "\E006";
    line-height: 47px;
    color: #FF9000; }

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    user-select: none; }

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0; }
.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none; }

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important; }

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important; }

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: -1;
    border: 1px solid #FF9000;
    border-top: none;
    max-height: 150px;
    overflow-y: scroll; }
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    min-height: 50px; }
.selectric-items li {
    display: block;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer; }
.selectric-items li:before {
    display: none; }
.selectric-items li.selected {
    color: #FF9000; }
.selectric-items li:hover {
    color: #FF9000; }
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
.selectric-items .selectric-group li {
    padding-left: 25px; }

header {
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    background-color: white;
    border-bottom: 1px solid #cccccc;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 1008px) {
    header {
        height: 60px; } }
header .container, header .container-flex {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
header .header-logo {
    width: 55px;
    height: 55px;
    padding: 0 0 0 15px; }
header .header-logo img {
    width: auto;
    height: 100%; }
@media (max-width: 1008px) {
    header .header-logo {
        padding: 7px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
header .header-menu {
    width: auto;
    height: auto;
    position: relative;
    margin: 0 0 0 auto; }
@media (max-width: 1008px) {
    header .header-menu {
        display: none; } }
header .header-menu ul {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
header .header-menu li {
    list-style-type: none;
    text-transform: uppercase;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
header .header-menu li:before {
    left: 0;
    content: none; }
header .header-menu a {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    padding: 0 30px;
    border-left: 1px solid #cccccc;
    color: #363942;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 1248px) {
    header .header-menu a {
        font-size: 14px;
        font-size: 1.4rem; } }
header .header-menu a:hover {
    color: #0067B1; }
header .header-menu a:hover:after {
    content: "";
    height: 4px;
    width: calc(100% - 60px);
    bottom: -34px;
    left: 20%;
    position: absolute;
    background-color: #0067B1; }
header .header-estimate {
    cursor: pointer;
    width: auto;
    height: 100%;
    position: relative;
    padding: 13px 20px 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background-color: #F1F1F1;
    color: #0067B1;
    border-left: 1px solid #cccccc;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
header .header-estimate:hover {
    background-color: #0067B1;
    color: white; }
header .header-estimate:hover .icon svg {
    fill: white; }
@media (max-width: 1008px) {
    header .header-estimate {
        display: none; } }
header .header-estimate .icon {
    width: 42px;
    height: 42px;
    position: relative; }
header .header-estimate .icon svg {
    width: 100%;
    height: 100%;
    fill: #0067B1; }
header .header-estimate .text {
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 1em; }
header .header-search {
    cursor: pointer;
    width: 87px;
    height: 100%;
    position: relative;
    padding: 15px 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background-color: #F1F1F1;
    color: #0067B1;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
header .header-search:hover {
    background-color: #0067B1;
    color: white; }
header .header-search:hover .icon svg {
    fill: white; }
header .header-search.active {
    -webkit-transition: all 0 ease-out;
    -moz-transition: all 0 ease-out;
    -ms-transition: all 0 ease-out;
    -o-transition: all 0 ease-out;
    transition: all 0 ease-out;
    background-color: #34363F;
    border-color: #34363F;
    color: white;
    z-index: 1000;
    padding: 25px 25px; }
header .header-search.active .icon {
    display: none; }
header .header-search.active .icon svg {
    fill: white; }
header .header-search.active .text {
    display: none; }
header .header-search.active .icon-close {
    display: block; }
@media (max-width: 1008px) {
    header .header-search {
        display: none; } }
header .header-search .icon {
    width: 35px;
    height: 35px;
    position: relative;
    margin-bottom: 5px;
    display: block; }
header .header-search .icon svg {
    width: 100%;
    height: 100%;
    fill: #0067B1; }
header .header-search .text {
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 1em; }
header .header-search .icon-close {
    width: 35px;
    height: 35px;
    position: relative;
    display: none; }
header .header-search .icon-close svg {
    width: 100%;
    height: 100%;
    fill: white; }
header .search-pop {
    position: fixed;
    width: 100%;
    height: calc(100% - 84px);
    top: 84px;
    left: 0;
    background: rgba(52, 54, 63, 0.99);
    z-index: 900;
    display: none; }
@media (max-width: 1008px) {
    header .search-pop {
        display: none !important; } }
header .search-pop .form {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 600px;
    left: 50%;
    margin: 0 0 0 -300px;
    overflow: hidden; }
header .search-pop .form .glass {
    float: left;
    width: 70%;
    position: relative; }
header .search-pop .form .glass:before {
    font-family: "starmark";
    content: "\e000";
    color: #fff;
    left: 0;
    top: 50%;
    position: absolute;
    font-size: 22px;
    font-size: 2.2rem;
    width: 22px;
    height: 22px;
    margin: -11px 0 0; }
header .search-pop .form .glass .text {
    height: 57px;
    margin: 0;
    padding: 0 0 0 30px;
    background-color: transparent;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid white; }
header .search-pop .form .glass .text:focus:-moz-placeholder {
    opacity: 0; }
header .search-pop .form .glass .text:focus::-moz-placeholder {
    opacity: 0; }
header .search-pop .form .glass .text:focus::-webkit-input-placeholder {
    opacity: 0; }
header .search-pop .form .glass .text:focus:-ms-input-placeholder {
    opacity: 0; }
header .search-pop .form .glass input:-moz-placeholder {
    color: #fff; }
header .search-pop .form .glass input::-moz-placeholder {
    color: #fff;
    opacity: 1; }
header .search-pop .form .glass input::-webkit-input-placeholder {
    color: #fff; }
header .search-pop .form .glass input:-ms-input-placeholder {
    color: #fff; }
header .search-pop .form .submit {
    height: 57px;
    float: right;
    margin: 0;
    width: 25%;
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    height: 60px;
    background-color: transparent;
    border: 1px solid white;
    color: white; }
header .search-pop .form .submit:hover {
    background: #fff;
    color: #34363F !important; }
header .menu-icon {
    display: none;
    height: 60px;
    width: 60px;
    padding: 15px;
    margin: 0 0 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F1F1F1;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
header .menu-icon .close {
    display: block;
    width: 100%;
    height: 100%; }
header .menu-icon .close svg {
    width: 100%;
    height: 100%;
    fill: #0067B1; }
header .menu-icon .open {
    display: none;
    width: 100%;
    height: 100%; }
header .menu-icon .open svg {
    width: 100%;
    height: 100%;
    fill: white; }
header .menu-icon.active {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0067B1;
    color: #0067B1;
    border-left: 1px solid #cccccc; }
header .menu-icon.active .close {
    display: none; }
header .menu-icon.active .open {
    display: block; }
@media (max-width: 1008px) {
    header .menu-icon {
        display: block; } }

.t3 header {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out; }

.mobile-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 75px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0067B1;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    z-index: 599;
    display: none; }
@media (max-width: 1008px) {
    .mobile-menu.active {
        display: block; } }
.mobile-menu .search {
    padding: 0;
    margin: 0;
    width: 100%; }
.mobile-menu .search .icon-search {
    position: absolute;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 20px;
    top: 40%;
    width: 25px;
    height: 25px;
    background-image: url("/img/main/icons/icon-magnifyingglass-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
.mobile-menu .search input {
    padding: 0 15px 0 60px;
    color: white;
    border: none;
    background-color: #00528D; }
.mobile-menu .search input:-moz-placeholder {
    color: white;
    font-family: "Lato", sans-serif; }
.mobile-menu .search input::-moz-placeholder {
    color: white;
    font-family: "Lato", sans-serif;
    opacity: 1; }
.mobile-menu .search input::-webkit-input-placeholder {
    color: white;
    font-family: "Lato", sans-serif; }
.mobile-menu .search input:-ms-input-placeholder {
    color: white;
    font-family: "Lato", sans-serif; }
.mobile-menu .list {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.mobile-menu .list a {
    text-align: center;
    color: white;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #00528D;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.mobile-menu .list a:last-child {
    margin-bottom: 70px; }
.mobile-menu .list .estimate {
    padding: 20px;
    border-bottom: none;
    background-color: #FF9000; }

/*
header {

    @include gradient-2;
    @include transition(400ms);
    width: 100%;
    height: 85px;
    padding: 15px;
    top: 0;
    left: 0;
    @include box-treatment;
    z-index: 9999;
    position: fixed;

    @include breakpoint(tablet) {
        background-color: rgba(0, 0, 0, 0.70);
        @include transition(400ms);
        overflow: visible;
        height: 65px;
    }

    &.second {
        background-color: rgba(0, 0, 0, 0.70);
        @include transition(400ms);

    }

    .container {
        height: 100%;
        @include flexbox;
        @include flex-wrap(wrap);
        @include align-content(center);
    }

    .header-logo {
        height: 100%;
        width: auto;
        position: relative;

        @include flexbox;
        @include flex-wrap(wrap);
        @include align-content(center);

        img {
            height: 100%;
            width: auto;
        }

    }

    .header-menu {

        position: relative;
        margin-left: auto;
        height: 100%;
        width: auto;
        @include box-treatment;

        @include breakpoint(tablet) {
            display: none;



        }

        ul {
            @include flexbox;
            @include flex-wrap(wrap);
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
            padding: 0 10px;



        }

        li {

            list-style-type: none;
            text-transform: uppercase;
            height: auto;
            margin: 0;
            padding: 0 10px;

            @include flexbox;
            @include box-treatment;

            &:before {

                left:  0;
                content: "";

            }

        }

        a {

            color: #fff;
            font:{family: $brand-font-2; weight: 600;}
            font-size: 0.8em;
            @include align-self(center);

            @include breakpoint(desktop-small) {font-size: 0.7em;}

            &:hover {

                color: $color-2;
                text-decoration: none;

            }
        }

    }

    .header-search {
        position: relative;
        width: auto;
        height: 100%;
        display: inherit;
        margin-right: 0;
        padding: 5px 0;
        @include flexbox;
        @include align-items(center);

        @include breakpoint(tablet) {
            display: none;
        }

        .icon-search {
            position: relative;
            border-left: 1px solid #fff;
            padding: 0 10px;
            cursor: pointer;

            &:before {

                    content: "\e000";
                    color: #fff;
                    font-size: 1.25em;
                    font-family: starmark;
                    position: relative;
                }

            &:hover:before {

                    color: $color-2;

                }

        }

        .search-box {
            position: relative;
            display: none;

            &.active {
                display: block;
            }

            form {
                padding: 0 10px;

                .search-header {

                    width: 148px;
                    height: 36px;
                    margin-bottom: 0;
                    border: 1px solid white;
                    border-right: none;
                    background-color: black;
                    padding: 0 10px;
                    font-size: 0.875em;
                    font-weight: 600;
                    font:{family: $brand-font-2;}
                    color: white;
                    text-transform: uppercase;

                    &:-moz-placeholder {color:white;}
                    &::-moz-placeholder {color:white;}
                    &::-webkit-input-placeholder {color:white;}
                    &:-ms-input-placeholder {color:white;}
                    &:focus:-moz-placeholder {color:transparent;}
                    &:focus::-moz-placeholder {color:transparent;}
                    &:focus::-webkit-input-placeholder {color:transparent;}
                    &:focus:-ms-input-placeholder {color:transparent;}
                    &:focus::placeholder {color:transparent;}

                    @include box-treatment;

                }

                .search-btn {

                    .btn {

                        margin: 0;
                        height: 36px;
                        width: auto;
                        padding: 8px 5px 10px 10px;
                        background-color: black;
                        border: 1px solid white;
                        border-left: none;
                        font-size: 0.875em;
                        font-weight: 600;
                        font:{family: $brand-font-2;}
                        color: white !important;
                        a {color: white;}
                        text-transform: uppercase;
                        @include box-treatment;

                        &:before {

                            content: "\e007";
                            color: white;
                            font-family: starmark;
                            font-size: small;
                            position: relative;
                            top: 0;
                            left: 0;
                            display: inline-block;
                            margin: auto;
                        }

                        &:hover:before {

                            color: $color-2;

                        }

                    }

                }

            }
        }

    }

    .menu-icon {

        display: none;
        position: absolute;
        right: 10px;
        top: 5px;
        cursor: pointer;
        height: 30px;
        width: 30px;
        background-image: url('../images/navicon-1.svg');
        background-size: contain;
        background-repeat: no-repeat;

        &.active {

            background-image: url('../images/close-1.svg');

        }

        @include breakpoint(tablet) {
            display: block;
        }

    }

}

.t3 header  {
    background-color: rgba(0, 0, 0, 0.70);
    @include transition(400ms);
}

.mobile-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 65px 0 0 0;
    @include box-treatment;
    background-color: #171717;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    z-index: 599;
    display: none;

    @include breakpoint(tablet) {

        &.active {
            display: block;
        }

    }

    .search {
        padding: 0;
        margin: 0;
        width: 100%;

        .icon-search {
            position: absolute;
            cursor: pointer;
            @include vertical-align;
            left: 20px;
            top: 45%;

            &:before {
                content: "\e000";
                color: #fff;
                font-size: 1.25em;
                font-family: starmark;
                position: relative;
            }

        }

        input {
            padding: 0 15px 0 60px;
            color: white;
            border: none;
            background-color: #1f1f1f;
        }

    }

    .list {
        width: 100%;
        position: relative;
        @include box-treatment;

        a {

            color: white;
            font-size: 0.9em;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 600;
            width: 100%;
            margin: 0;
            padding: 25px 15px;
            display: block;
            border-bottom: 1px solid #1f1f1f;
            @include box-treatment;
            text-align: left;

        }
    }

}
*/
.product-nav {
    display: none;
    position: fixed;
    top: 85px;
    left: 0;
    min-height: 68px;
    border-bottom: 1px solid;
    width: 100%;
    background-color: #f8f8f8;
    z-index: 400;
    border-bottom: 1px solid #e8e8e8; }
.product-nav .container, .product-nav .container-flex {
    overflow: visible; }
.product-nav .container:after, .product-nav .container-flex:after {
    content: '';
    display: block;
    clear: both; }
.product-nav:after {
    content: '';
    display: block;
    clear: both; }
.product-nav .name {
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    color: #7d7d7d;
    padding: 20px 30px 20px 7px;
    font-weight: 600;
    margin: 0; }
.product-nav .dropdown {
    float: left;
    min-width: 220px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    color: #FF9000;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 68px;
    position: relative;
    cursor: pointer; }
.product-nav .dropdown:after {
    content: '\E01B';
    display: block;
    position: absolute;
    right: 22px;
    line-height: 68px;
    top: 1px; }
.product-nav .dropdown.open:after {
    content: '\E01C'; }
.product-nav .dropdown span {
    display: block;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    text-transform: capitalize; }
.product-nav .dropdown .drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    display: none;
    z-index: 400; }
.product-nav .dropdown .drop .t1 {
    margin: 0 !important; }
.product-nav .dropdown .drop .close {
    display: none; }
.product-nav .dropdown .drop a {
    display: block;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px;
    color: #7d7d7d;
    line-height: normal;
    font-weight: normal;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase; }
.product-nav .dropdown .drop a:hover {
    color: #FF9000;
    text-decoration: none; }
.product-nav .inst-btn {
    float: right;
    line-height: 68px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #FF9000;
    padding: 0 45px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.product-nav .inst-btn span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 50px; }
.product-nav .inst-btn span:before {
    content: '\E012';
    display: block;
    font-size: 30px;
    font-size: 3rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -15px 0 0; }
@media (max-width: 1008px) {
    .product-nav {
        top: 0;
        padding: 15px;
        display: block !important;
        position: relative; }
    .product-nav.fixed {
        top: 65px;
        position: fixed; }
    .product-nav .name {
        display: none; }
    .product-nav .dropdown {
        width: 48%;
        background-color: #fff;
        border: 1px solid #e8e8e8;
        white-space: nowrap;
        min-width: 20px;
        line-height: 60px; }
    .product-nav .dropdown span {
        padding: 0 15px;
        color: #7d7d7d; }
    .product-nav .dropdown:before {
        content: 'Explore';
        font-weight: 600;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #fff;
        height: 100%;
        left: 0;
        line-height: 60px;
        display: block;
        padding: 0 0 0 25px;
        z-index: 10;
        color: #7d7d7d;
        text-align: left;
        pointer-events: none; }
    .product-nav .dropdown:after {
        z-index: 10;
        color: #7d7d7d;
        right: 15px;
        top: -3px; }
    .product-nav .dropdown.open:after {
        content: '\E01B'; }
    .product-nav .dropdown .drop {
        position: fixed;
        top: 60px;
        width: 100%;
        height: calc(100% - 65px);
        background-color: #fff;
        overflow-y: scroll;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 0 0;
        z-index: 400;
        border: none; }
    .product-nav .dropdown .drop .close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #7d7d7d;
        font-style: normal; }
    .product-nav .dropdown .drop .close:after {
        display: block;
        font-family: 'starmark';
        content: '\E011';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 15px;
        font-size: 1.5rem; }
    .product-nav .dropdown .drop a {
        border-top: 1px solid #e8e8e8; }
    .product-nav .inst-btn {
        width: 48%;
        padding: 0 15px;
        line-height: 60px; }
    .product-nav .inst-btn span {
        padding: 0;
        font-weight: 600; }
    .product-nav .inst-btn span:before {
        display: none; } }

#shadow-request, #shadow-inst {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(119, 119, 119, 0.7);
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

.installation-form {
    display: block;
    max-height: 800px;
    max-width: 1000px;
    width: 50%;
    height: auto;
    z-index: 10001;
    background-color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px; }
.installation-form textarea {
    height: 140px;
    min-height: 140px;
    max-height: 140px; }
@media (max-width: 1248px) {
    .installation-form {
        width: 90%;
        height: auto;
        padding: 20px; }
    .installation-form .btn {
        float: none;
        width: 100%; }
    .installation-form .form {
        padding: 0; } }
@media (max-width: 736px) {
    .installation-form {
        height: 90%;
        overflow-y: scroll; } }
.installation-form p {
    font-size: 16px;
    font-size: 1.6rem; }
.installation-form .close {
    background-color: #e8e8e8;
    color: #7d7d7d;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0; }
.installation-form .close:hover {
    text-decoration: none; }
.installation-form .close:after {
    content: '\E011';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-size: 2rem; }

.request-form {
    display: block;
    max-height: 800px;
    max-width: 1000px;
    width: 50%;
    height: auto;
    z-index: 10001;
    background-color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px; }
.request-form textarea {
    height: 140px;
    min-height: 140px;
    max-height: 140px; }
@media (max-width: 1248px) {
    .request-form {
        width: 90%;
        height: auto;
        padding: 20px; }
    .request-form .btn {
        float: none;
        width: 100%; }
    .request-form .form {
        padding: 0; } }
@media (max-width: 736px) {
    .request-form {
        height: 90%;
        overflow-y: scroll; } }
.request-form p {
    font-size: 16px;
    font-size: 1.6rem; }
.request-form .close {
    background-color: #e8e8e8;
    color: #7d7d7d;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0; }
.request-form .close:hover {
    text-decoration: none; }
.request-form .close:after {
    content: '\E011';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-size: 2rem; }

.module-footer-listing {
    width: 100%;
    height: auto;
    position: relative;
    padding: 6em 15px 8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #363942; }
@media (max-width: 1008px) {
    .module-footer-listing {
        padding: 4em 15px; } }
@media (max-width: 768px) {
    .module-footer-listing {
        padding: 2em 15px; } }
.module-footer-listing .footer-wrap {
    width: 100%;
    max-width: 1408px;
    height: auto;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.module-footer-listing .footer-wrap .item-1 {
    width: 40%;
    height: auto;
    position: relative;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 1008px) {
    .module-footer-listing .footer-wrap .item-1 {
        width: 25%; } }
@media (max-width: 768px) {
    .module-footer-listing .footer-wrap .item-1 {
        width: 50%;
        margin-bottom: 15px; } }
@media (max-width: 736px) {
    .module-footer-listing .footer-wrap .item-1 {
        width: 100%; } }
.module-footer-listing .footer-wrap .item-1 .title {
    color: #FF9000;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-bottom: 15px; }
.module-footer-listing .footer-wrap .item-1 .list {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px; }
@media (max-width: 1008px) {
    .module-footer-listing .footer-wrap .item-1 .list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; } }
.module-footer-listing .footer-wrap .item-1 .list .link, .module-footer-listing .footer-wrap .item-1 .list a, .module-footer-listing .footer-wrap .item-1 .list .text-regular a, .text-regular .module-footer-listing .footer-wrap .item-1 .list a, .module-footer-listing .footer-wrap .item-1 .list .bg-yellow.bg-image a, .bg-yellow.bg-image .module-footer-listing .footer-wrap .item-1 .list a {
    width: 100%;
    height: auto;
    display: block;
    color: white;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 600; }
.module-footer-listing .footer-wrap .item-1 .list .link:hover, .module-footer-listing .footer-wrap .item-1 .list a:hover, .module-footer-listing .footer-wrap .item-1 .list .text-regular a:hover, .text-regular .module-footer-listing .footer-wrap .item-1 .list a:hover, .module-footer-listing .footer-wrap .item-1 .list .bg-yellow.bg-image a:hover, .bg-yellow.bg-image .module-footer-listing .footer-wrap .item-1 .list a:hover {
    color: #FF9000; }
.module-footer-listing .footer-wrap .item-2 {
    width: 17.5%;
    height: auto;
    position: relative;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 1008px) {
    .module-footer-listing .footer-wrap .item-2 {
        width: 25%; } }
@media (max-width: 768px) {
    .module-footer-listing .footer-wrap .item-2 {
        width: 50%;
        margin-bottom: 15px; } }
@media (max-width: 736px) {
    .module-footer-listing .footer-wrap .item-2 {
        width: 100%; } }
.module-footer-listing .footer-wrap .item-2 .title {
    color: #FF9000;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-bottom: 15px; }
.module-footer-listing .footer-wrap .item-2 .list {
    width: 100%;
    height: auto;
    position: relative; }
.module-footer-listing .footer-wrap .item-2 .list .link, .module-footer-listing .footer-wrap .item-2 .list a, .module-footer-listing .footer-wrap .item-2 .list .text-regular a, .text-regular .module-footer-listing .footer-wrap .item-2 .list a, .module-footer-listing .footer-wrap .item-2 .list .bg-yellow.bg-image a, .bg-yellow.bg-image .module-footer-listing .footer-wrap .item-2 .list a {
    width: 100%;
    height: auto;
    display: block;
    color: white;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 600; }
.module-footer-listing .footer-wrap .item-2 .list .link:hover, .module-footer-listing .footer-wrap .item-2 .list a:hover, .module-footer-listing .footer-wrap .item-2 .list .text-regular a:hover, .text-regular .module-footer-listing .footer-wrap .item-2 .list a:hover, .module-footer-listing .footer-wrap .item-2 .list .bg-yellow.bg-image a:hover, .bg-yellow.bg-image .module-footer-listing .footer-wrap .item-2 .list a:hover {
    color: #FF9000; }
.module-footer-listing .footer-wrap .item-3 {
    width: 25%;
    height: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 1008px) {
    .module-footer-listing .footer-wrap .item-3 {
        width: 25%; } }
@media (max-width: 768px) {
    .module-footer-listing .footer-wrap .item-3 {
        width: 50%; } }
@media (max-width: 736px) {
    .module-footer-listing .footer-wrap .item-3 {
        width: 100%; } }
.module-footer-listing .footer-wrap .item-3 .title {
    color: #FF9000;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-bottom: 15px; }
.module-footer-listing .footer-wrap .item-3 p {
    width: 100%;
    padding-left: 40px;
    display: block;
    color: white;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.module-footer-listing .footer-wrap .item-3 p:before {
    font-family: "starmark";
    color: #363942;
    position: absolute;
    top: 0;
    left: 0;
    color: #FF9000;
    font-size: 30px;
    font-size: 3rem; }
.module-footer-listing .footer-wrap .item-3 .address:before, .module-footer-listing .footer-wrap .item-3 .module-hero-3 .hero-2 .phone:before, .module-hero-3 .hero-2 .module-footer-listing .footer-wrap .item-3 .phone:before, .module-footer-listing .footer-wrap .item-3 .module-hero-3 .hero-2 .fax:before, .module-hero-3 .hero-2 .module-footer-listing .footer-wrap .item-3 .fax:before {
    content: "\e00a"; }
.module-footer-listing .footer-wrap .item-3 .phone:before {
    content: "\e00b"; }
.module-footer-listing .footer-wrap .item-3 .fax:before {
    content: "\e00c"; }

.module-footer-disclaimer {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #34363F; }
@media (max-width: 1008px) {
    .module-footer-disclaimer {
        padding: 20px 15px 90px; } }
.module-footer-disclaimer .footer-wrap {
    width: 100%;
    max-width: 1408px;
    height: auto;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.module-footer-disclaimer .footer-wrap p {
    text-align: center;
    color: white;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.5em; }

.module-footer-fixed {
    width: 350px;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 2em;
    z-index: 10; }
@media (max-width: 1008px) {
    .module-footer-fixed {
        width: 100%;
        left: 0; } }
.module-footer-fixed.active .head p:after {
    content: '\E006'; }
.module-footer-fixed.active .con {
    height: 440px;
    padding: 25px; }
.module-footer-fixed .head {
    cursor: pointer;
    width: 100%;
    height: 70px;
    background-color: #0067B1;
    padding: 19px 25px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 1008px) {
    .module-footer-fixed .head {
        height: 60px;
        padding: 15px 25px; } }
.module-footer-fixed .head p {
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "SourceSerifPro", serif;
    color: white;
    margin: 0;
    position: relative;
    width: 100%; }
.module-footer-fixed .head p:after {
    font-family: "starmark";
    font-size: 20px;
    color: white;
    content: '\E008';
    position: absolute;
    right: 0; }
.module-footer-fixed .con {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    position: relative;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white; }
.module-footer-fixed .con .form {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.module-footer-fixed .con .form .group1 {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.module-footer-fixed .con .form .group1 .b1 {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.module-footer-fixed .con .form .group1 .btn {
    margin: 0 0 0 auto;
    padding: 15px 30px; }

.module-hero-1 {
    width: 100%;
    height: auto;
    min-height: 600px;
    position: relative;
    padding: 8em 2em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("/img/main/hero-4.jpg");
    background-position: center;
    background-size: cover; }
.module-hero-1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #34363F;
    opacity: 0.65;
    filter: alpha(opacity=65); }
@media (max-width: 768px) {
    .module-hero-1 {
        padding: 8em 0 0; } }
.module-hero-1 .hero-wrap {
    width: 100%;
    max-width: 1408px;
    height: auto;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
@incldue flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.module-hero-1 .con-1 {
    width: 40%;
    height: auto;
    position: relative;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 150px; }
@media (max-width: 1248px) {
    .module-hero-1 .con-1 {
        width: 60%; } }
@media (max-width: 768px) {
    .module-hero-1 .con-1 {
        width: 100%;
        padding: 0 1.5em; } }
.module-hero-1 .con-1 .title {
    font-size: 47px;
    font-size: 4.7rem;
    color: #FF9000; }
.module-hero-1 .con-1 .des {
    color: white;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px; }
.module-hero-1 .con-1 .btn:hover {
    background-color: white !important;
    border-color: white !important;
    color: #FF9000 !important; }
.module-hero-1 .con-2 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
@media (max-width: 1248px) {
    .module-hero-1 .con-2 {
        padding: 0; } }
.module-hero-1 .con-2 .item {
    cursor: pointer;
    width: 33.33% !important;
    height: auto;
    position: relative;
    padding: 0 1em 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none; }
.module-hero-1 .con-2 .item:hover .title, .module-hero-1 .con-2 .item:hover .des {
    color: #FF9000; }
.module-hero-1 .con-2 .item:before {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    background-color: white;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.23;
    filter: alpha(opacity=23); }
.module-hero-1 .con-2 .item:after {
    content: "";
    width: 1px;
    height: calc(100% - 54px);
    position: absolute;
    background-color: white;
    bottom: 0;
    right: 0;
    opacity: 0.23;
    filter: alpha(opacity=23); }
.module-hero-1 .con-2 .item:last-child:after {
    content: none; }
@media (max-width: 768px) {
    .module-hero-1 .con-2 .item {
        width: 100% !important;
        border-top: 1px solid rgba(255, 255, 255, 0.23);
        padding: 1.5em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
    .module-hero-1 .con-2 .item:before, .module-hero-1 .con-2 .item:after {
        content: none; } }
.module-hero-1 .con-2 .item .icon-1 {
    width: 44px;
    height: 44px; }
@media (max-width: 768px) {
    .module-hero-1 .con-2 .item .icon-1 {
        margin-right: 20px; } }
.module-hero-1 .con-2 .item .icon-1 svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #FF9000; }
.module-hero-1 .con-2 .item .title {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    font-size: 21px;
    font-size: 2.1rem;
    text-transform: uppercase;
    color: white; }
@media (max-width: 768px) {
    .module-hero-1 .con-2 .item .title {
        width: calc(100% - 64px);
        margin: 0; } }
.module-hero-1 .con-2 .item .des {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    color: white;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 0;
    padding: 0 0 25px 0; }
@media (max-width: 768px) {
    .module-hero-1 .con-2 .item .des {
        display: none; } }
.module-hero-1 .con-2 .item .des:after {
    content: '\E01B';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    color: #FF9000;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

.module-hero-2 {
    min-height: 450px;
    height: auto;
    width: 100%;
    padding: 226px 0 200px 0;
    position: relative;
    background-image: url("/img/main/hero-1.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
.module-hero-2:after {
    background: #000;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /*Standard*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block !important;
    content: ""; }
.module-hero-2 .hero-border {
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute !important;
    display: block;
    z-index: 1;
    top: 20px;
    left: 20px; }
.module-hero-2 .title {
    color: #fff;
    font-size: 3.75em;
    text-shadow: 0 0 10px #000;
    margin-top: 0; }
.module-hero-2 .desc {
    color: #fff;
    font-size: 1.250em;
    text-shadow: 0 0 10px #000;
    line-height: 1.2em; }
.module-hero-2 .item {
    max-width: 1408px;
    padding: 0 1.06534%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px; }
.module-hero-2 .hero-content {
    width: calc((4.11932% * 12) + (1.06534% * 22));
    margin: auto; }
.module-hero-2 .scroll-down {
    min-width: 185px;
    width: auto;
    cursor: pointer;
    color: #fff;
    font-size: 0.889em;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000; }
.module-hero-2 .scroll-down .icon {
    width: 30px;
    height: 17px;
    max-height: 17px;
    fill: #FF9000; }
.module-hero-2 .breadcrumbs {
    width: 100%;
    height: auto;
    font-size: 0.750em;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 5;
    padding: 0 0 20px 40px; }
.module-hero-2 .breadcrumbs a {
    color: #FF9000; }
.module-hero-2 .breadcrumbs a:hover {
    text-decoration: none; }
.module-hero-2 .breadcrumbs a:after {
    font-family: "starmark";
    content: "\e005";
    color: #FF9000;
    font-size: xx-small;
    margin: 0 6px; }
@media (max-width: 1248px) {
    .module-hero-2 {
        padding: 126px 60px 93px 60px  !important; }
    .module-hero-2 .hero-content {
        width: 75%; } }
@media (max-width: 1008px) {
    .module-hero-2 {
        padding: 87px 0 57px 0 !important; } }
@media (max-width: 736px) {
    .module-hero-2 {
        min-height: 250px;
        height: auto;
        padding: 197px 0 170px 0 !important; }
    .module-hero-2 .hero-border {
        width: calc(100% - 30px);
        left: 0;
        margin-left: 15px;
        margin-right: 15px; }
    .module-hero-2 .hero-content {
        width: 100%;
        padding: 0; }
    .module-hero-2 .item {
        width: 100%;
        padding: 0 30px; }
    .module-hero-2 .title {
        font-size: 1.667em;
        line-height: 1.25em; }
    .module-hero-2 .desc, .module-hero-2 .breadcrumbs {
        display: none; } }

.module-hero-3 {
    width: 100%;
    height: auto;
    padding: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
.module-hero-3 .hero-1 {
    padding: 126px 60px 93px 60px;
    background-image: url("/img/main/hero-3.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    width: calc(100% - 500px);
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.module-hero-3 .hero-1:after {
    background: #000;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /*Standard*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block !important;
    content: ""; }
.module-hero-3 .hero-1 .hero-border {
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute !important;
    display: block;
    z-index: 1;
    top: 20px;
    left: 20px; }
.module-hero-3 .hero-1 .hero-content {
    width: calc((4.11932% * 14) + (1.06534% * 26));
    margin: auto;
    z-index: 3; }
.module-hero-3 .hero-1 .title {
    color: #fff;
    font-size: 3.75em;
    text-shadow: 0 0 10px #000;
    margin-top: 0; }
.module-hero-3 .hero-1 .desc {
    color: #fff;
    font-size: 1.250em;
    text-shadow: 0 0 10px #000;
    line-height: 1.2em; }
.module-hero-3 .hero-1 .breadcrumbs {
    width: 100%;
    height: auto;
    font-size: 0.750em;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 5;
    padding: 0 0 20px 40px; }
.module-hero-3 .hero-1 .breadcrumbs a {
    color: #FF9000; }
.module-hero-3 .hero-1 .breadcrumbs a:hover {
    text-decoration: none; }
.module-hero-3 .hero-1 .breadcrumbs a:after {
    font-family: "starmark";
    content: "\e005";
    color: #FF9000;
    font-size: xx-small;
    margin: 0 6px; }
.module-hero-3 .hero-2 {
    width: 500px;
    padding: 126px 60px 93px 60px;
    background-color: #F7F7F7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
.module-hero-3 .hero-2 .address, .module-hero-3 .hero-2 .phone, .module-hero-3 .hero-2 .fax {
    padding-left: 25px; }
.module-hero-3 .hero-2 .address:before, .module-hero-3 .hero-2 .phone:before, .module-hero-3 .hero-2 .fax:before {
    font-family: "starmark";
    content: "\e00a";
    color: #363942;
    position: absolute;
    top: 0;
    left: 0; }
.module-hero-3 .hero-2 .phone a {
    color: #363942; }
.module-hero-3 .hero-2 .phone:before {
    content: "\e00b"; }
.module-hero-3 .hero-2 .fax a {
    color: #363942; }
.module-hero-3 .hero-2 .fax:before {
    content: "\e00c"; }
@media (max-width: 1008px) {
    .module-hero-3 {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; }
    .module-hero-3 .hero-1 {
        width: 100%;
        padding: 166px 30px 123px 30px; }
    .module-hero-3 .hero-1 .hero-content {
        width: 100%;
        padding: 0; }
    .module-hero-3 .hero-1 .title {
        font-size: 1.667em;
        line-height: 1.25em; }
    .module-hero-3 .hero-1 .desc, .module-hero-3 .hero-1 .breadcrumbs {
        display: none; }
    .module-hero-3 .hero-2 {
        width: 100%;
        padding: 30px 30px 60px 30px; }
    .module-hero-3 .hero-2 .hero-content {
        width: 100%; }
    .module-hero-3 .hero-2 .address:before, .module-hero-3 .hero-2 .phone:before, .module-hero-3 .hero-2 .fax:before, .module-hero-3 .hero-2 .phone:before, .module-hero-3 .hero-2 .fax:before {
        position: relative;
        top: 2px;
        left: -10px; } }

.module-hero-4 {
    width: 100%;
    height: auto;
    min-height: 600px;
    padding: 0;
    margin: 0; }
.module-hero-4 .hero-border {
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute !important;
    display: block;
    z-index: 1;
    top: 20px;
    left: 20px; }
@media (max-width: 1008px) {
    .module-hero-4 {
        min-height: 100px; } }
.module-hero-4 .item {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.module-hero-4 .left {
    width: 40%;
    height: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
@media (max-width: 1008px) {
    .module-hero-4 .left {
        padding-top: 100px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
.module-hero-4 .left .wrap {
    max-width: 300px;
    margin: 0 auto; }
.module-hero-4 .left .wrap .mobile-title {
    display: none; }
@media (max-width: 1008px) {
    .module-hero-4 .left .wrap .mobile-title {
        display: block;
        text-align: center; } }
.module-hero-4 .left .icon {
    position: relative;
    width: 150px;
    height: auto; }
.module-hero-4 .left .icon img, .module-hero-4 .left .icon svg {
    width: 100%;
    height: auto;
    fill: white; }
.module-hero-4 .right {
    width: 60%;
    height: auto;
    padding: 185px auto 100px auto;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
@media (max-width: 1008px) {
    .module-hero-4 .right {
        display: none; } }
.module-hero-4 .right .title {
    color: #FF9000; }
@media (max-width: 768px) {
    .module-hero-4 .right .title {
        font-size: 1.5em; } }
.module-hero-4 .right .des {
    color: #363942; }
@media (max-width: 768px) {
    .module-hero-4 .right .des {
        display: none; } }
.module-hero-4 .right .btn span {
    position: relative;
    padding: 0 0 0 40px; }
.module-hero-4 .right .btn span:before {
    content: '\E012';
    display: block;
    font-size: 30px;
    font-size: 3rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -15px 0 0; }
@media (max-width: 768px) {
    .module-hero-4 .right .btn {
        display: none; } }
.module-hero-4 .wrap {
    padding: 30px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 80px 0 0;
    max-width: 750px;
    position: relative;
    z-index: 1; }
@media (max-width: 768px) {
    .module-hero-4 .wrap {
        padding: 20px 30px 50px 30px; } }

/* Modules ------------------------------------------------------------*/
.wysiwyg {
    padding: 8em 2.5em;
    width: 100%; }
@media (max-width: 1248px) {
    .wysiwyg {
        padding: 6em 2em; } }
@media (max-width: 768px) {
    .wysiwyg {
        padding: 4em 1.5em; } }
.wysiwyg img {
    width: auto;
    max-width: 100%;
    display: inherit; }

.wysiwyg-center-module {
    width: calc((4.11932% * 12) + (1.06534% * 22)) !important;
    text-align: center;
    margin: 3em auto !important;
    padding: 2.5em 3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 1008px) {
    .wysiwyg-center-module {
        margin: 2em auto !important;
        width: calc((4.11932% * 14) + (1.06534% * 26)) !important;
        padding: 1.5em 3em; } }
@media (max-width: 768px) {
    .wysiwyg-center-module {
        width: calc((4.11932% * 16) + (1.06534% * 30)) !important;
        margin: 1em auto !important;
        padding: 1em 1em; } }

.module-content-1 {
    padding-left: 3.5em !important;
    padding-right: 3.5em !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 400px;
    height: auto;
    position: relative;
    width: 100%; }
@media (max-width: 736px) {
    .module-content-1 {
        min-height: 250px;
        height: auto;
        padding-left: 15px !important;
        padding-right: 15px !important; } }

.module-content-2 {
    height: auto;
    width: calc((4.11932% * 8) + (1.06534% * 14));
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
@media (max-width: 1008px) {
    .module-content-2 {
        width: calc((4.11932% * 14) + (1.06534% * 26)); } }
@media (max-width: 736px) {
    .module-content-2 {
        width: calc((4.11932% * 16) + (1.06534% * 30)); } }

.module-content-3 {
    height: auto;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 0 12.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.module-content-4 {
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 3.5em; }

.module-content-5 {
    height: auto;
    width: calc((4.11932% * 12) + (1.06534% * 22));
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
@media (max-width: 1008px) {
    .module-content-5 {
        width: 100%; } }
@media (max-width: 736px) {
    .module-content-5 {
        width: 100%; } }

.module-bg-image {
    background-image: url("/img/main/bg-3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.cta-1 {
    height: auto;
    width: calc((4.11932% * 8) + (1.06534% * 14));
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
@media (max-width: 1248px) {
    .cta-1 {
        width: calc((4.11932% * 12) + (1.06534% * 22)); } }
@media (max-width: 1008px) {
    .cta-1 {
        width: calc((4.11932% * 14) + (1.06534% * 26)); } }
@media (max-width: 736px) {
    .cta-1 {
        width: 100%; } }

.team-listing {
    height: auto;
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
.team-listing .list {
    width: 100%;
    position: relative;
    padding-top: 3.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
.team-listing .item {
    position: relative;
    min-width: 25%;
    width: 25%;
    max-width: 25%;
    height: auto;
    margin-bottom: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }
.team-listing .item .wrap {
    padding: 0 12.5px; }
.team-listing .img-team {
    width: 100%;
    height: auto; }
.team-listing .phone {
    margin-bottom: 0; }
.team-listing .phone:before {
    font-family: "starmark";
    content: "\e00b";
    color: #FF9000;
    font-size: medium;
    margin-right: 15px; }
.team-listing .email {
    margin-bottom: 0; }
.team-listing .email:before {
    font-family: "starmark";
    content: "\e00d";
    color: #FF9000;
    font-size: medium;
    margin-right: 15px; }
.team-listing .contact-mobile {
    display: none !important; }
@media (max-width: 1008px) {
    .team-listing .item {
        min-wdith: 50%;
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
@media (max-width: 736px) {
    .team-listing .wrap {
        padding: 0 7.5px !important; }
    .team-listing .contact-desktop {
        display: none; }
    .team-listing .contact-mobile {
        display: block !important; }
    .team-listing .contact-mobile .phone {
        display: inline-block;
        margin-top: 0; }
    .team-listing .contact-mobile .phone:before {
        font-size: x-large !important;
        margin: 0;
        margin-right: 5px; }
    .team-listing .contact-mobile .email {
        display: inline-block;
        margin-top: 0; }
    .team-listing .contact-mobile .email:before {
        font-size: x-large !important;
        margin: 0; }
    .team-listing .name {
        font-size: 1em; }
    .team-listing .job {
        font-size: 0.722em;
        margin-bottom: 5px; } }

.product-landing {
    width: 100%;
    position: relative; }
.product-landing .list {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.product-landing .box {
    background-image: url("/img/main/bg-5.jpg");
    background-position: center;
    background-size: cover;
    min-width: 33.33%;
    width: 33.33%;
    max-width: 100%;
    min-height: 200px;
    height: auto;
    position: relative;
    padding: 3.5em;
    text-align: center;
    border-right: 1px solid white;
    border-top: 1px solid white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out; }
.product-landing .box:after {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
    content: ""; }
.product-landing .box:nth-child(3n) {
    border-right: none; }
.product-landing .box:last-child {
    border-right: none; }
.product-landing .box:hover {
    fill: #363942; }
.product-landing .box:hover h1, .product-landing .box:hover h2, .product-landing .box:hover h3, .product-landing .box:hover h4, .product-landing .box:hover h5, .product-landing .box:hover h6, .product-landing .box:hover a, .product-landing .box:hover p, .product-landing .box:hover li {
    color: #FF9000; }
.product-landing .box:hover .btn {
    background-color: transparent;
    color: #FF9000 !important;
    border: 1px solid #FF9000; }
.product-landing .box:hover .btn:hover {
    background-color: #FF9000;
    color: white !important; }
.product-landing .box:hover:after {
    background-color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out; }
.product-landing .title {
    margin: 0 0 12.5px 0; }
.product-landing .icon-1 {
    height: 70px;
    width: auto;
    margin-bottom: 0; }
.product-landing .icon-2 {
    height: 60px;
    width: auto;
    margin-bottom: 0; }
@media (max-width: 1008px) {
    .product-landing {
        padding: 0 !important; }
    .product-landing .box {
        width: 50%;
        max-width: 100%; }
    .product-landing .box:nth-child(3) {
        border-right: 1px solid white; }
    .product-landing .box:nth-child(3n) {
        border-top: 1px solid white; }
    .product-landing .box:nth-child(2n) {
        border-right: none; }
    .product-landing .box:last-child {
        border-right: none; } }
@media (max-width: 736px) {
    .product-landing {
        padding: 0 !important; }
    .product-landing .box {
        width: 100%;
        max-width: 100%;
        border-right: none !important; } }

.product-listing-1 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: inherit; }
.product-listing-1 .intro-block {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: auto;
    overflow: visible;
    position: relative;
    padding: 10px 15px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.product-listing-1 .intro-block:after {
    z-index: -1;
    position: absolute;
    width: 45px;
    height: 45px;
    content: "";
    bottom: -20px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    left: 0;
    padding: 0;
    margin: 0 auto;
    background-color: inherit; }
.product-listing-1 .list {
    width: 100%;
    height: auto;
    position: relative;
    background-color: yellow;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.product-listing-1 .list .element {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.product-listing-1 .list .element:nth-child(even) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
@media (max-width: 768px) {
    .product-listing-1 .list .element {
        border-bottom: 1px solid white; }
    .product-listing-1 .list .element:last-child {
        border-bottom: none; } }
.product-listing-1 .list .element .info {
    width: 50%;
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white; }
@media (max-width: 768px) {
    .product-listing-1 .list .element .info {
        width: 100%;
        height: auto;
        text-align: center; }
    .product-listing-1 .list .element .info .title, .product-listing-1 .list .element .info .desc, .product-listing-1 .list .element .info .btn.w-o {
        color: white !important;
        border-color: white !important;
        margin: 15px auto; }
    .product-listing-1 .list .element .info .btn.w-o:hover {
        border: 1px solid #FF9000 !important; }
    .product-listing-1 .list .element .info .desc {
        display: none; } }
.product-listing-1 .list .element .info .item {
    width: 100%;
    height: auto;
    position: relative;
    padding: 100px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 768px) {
    .product-listing-1 .list .element .info .item {
        padding: 70px 25px; } }
.product-listing-1 .list .element .thumb {
    width: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.product-listing-1 .list .element .thumb:after {
    opacity: 0;
    filter: alpha(opacity=0); }
@media (max-width: 768px) {
    .product-listing-1 .list .element .thumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .product-listing-1 .list .element .thumb:after {
        opacity: 0.6;
        filter: alpha(opacity=60); } }

.product-listing-2 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: inherit; }
.product-listing-2 .list {
    width: 100%;
    height: auto;
    position: relative;
    background-color: yellow;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.product-listing-2 .list .element {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.product-listing-2 .list .element:nth-child(even) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
.product-listing-2 .list .element:nth-child(even) .info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
.product-listing-2 .list .element:nth-child(even) .thumb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
@media (max-width: 768px) {
    .product-listing-2 .list .element:nth-child(even) {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .product-listing-2 .list .element:nth-child(even) .info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; }
    .product-listing-2 .list .element:nth-child(even) .thumb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; } }
@media (max-width: 768px) {
    .product-listing-2 .list .element {
        border-bottom: 1px solid white; }
    .product-listing-2 .list .element:last-child {
        border-bottom: none; } }
.product-listing-2 .list .element .info {
    width: 50%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
@media (max-width: 768px) {
    .product-listing-2 .list .element .info {
        width: 100%;
        height: auto;
        text-align: center; }
    .product-listing-2 .list .element .info .title, .product-listing-2 .list .element .info .desc, .product-listing-2 .list .element .info .btn.w-o {
        color: white !important;
        border-color: white !important;
        margin: 15px auto; }
    .product-listing-2 .list .element .info .desc {
        display: none; } }
.product-listing-2 .list .element .info .desc {
    color: #363942; }
@media (max-width: 768px) {
    .product-listing-2 .list .element .info {
        background-color: transparent;
        width: 100%; }
    .product-listing-2 .list .element .info .item {
        padding: 0 15px 20px 15px; } }
.product-listing-2 .list .element .thumb {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
.product-listing-2 .list .element .thumb .icon {
    width: 100%;
    max-width: 75px !important;
    fill: white; }
.product-listing-2 .list .element .thumb .title {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 0;
    margin: 0;
    text-align: center; }
@media (max-width: 768px) {
    .product-listing-2 .list .element .thumb {
        width: 100%; }
    .product-listing-2 .list .element .thumb .item {
        padding: 30px 15px 0 15px; } }
.product-listing-2 .list .element .item {
    width: 100%;
    max-width: 600px;
    height: auto;
    padding: 100px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 768px) {
    .product-listing-2 .list .element .item {
        padding: 70px 25px;
        max-width: 100%; } }

.product-detail-menu {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 15px 60px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 1008px) {
    .product-detail-menu {
        display: none !important; } }
.product-detail-menu .item {
    width: 100%;
    height: auto;
    position: relative; }
.product-detail-menu .title {
    color: #363942;
    font-size: 1em;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    padding: 20px 15px 40px 15px; }
.product-detail-menu .title span {
    color: #FF9000; }
.product-detail-menu .list {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.product-detail-menu .list .t1 {
    margin: 0 !important; }
.product-detail-menu .list .element {
    width: 20%;
    height: 80px;
    background-color: white;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-decoration: none;
    color: #363942;
    fill: #363942;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
@media (max-width: 1248px) {
    .product-detail-menu .list .element {
        height: auto;
        padding: 20px; } }
.product-detail-menu .list .element:hover {
    color: #FF9000;
    fill: #FF9000; }
.product-detail-menu .list .element .icon {
    width: 30px;
    margin: 0 5px;
    display: inline-block;
    padding: 0;
    fill: inherit; }
@media (max-width: 1248px) {
    .product-detail-menu .list .element .icon {
        display: block; } }
.product-detail-menu .list .element span {
    display: inline-block;
    color: inherit;
    padding: 3px 0;
    text-transform: uppercase;
    font-size: 0.7em; }
@media (max-width: 1248px) {
    .product-detail-menu .list .element span {
        width: 100%;
        display: block;
        text-align: center; } }

.product-detail-slideshow {
    position: relative;
    height: 660px;
    width: 100%; }
@media (max-width: 1008px) {
    .product-detail-slideshow {
        height: 350px; } }
.product-detail-slideshow .product-slideshow {
    width: 100%;
    height: 100%;
    position: relative; }
.product-detail-slideshow .product-slideshow .slide {
    width: 100%;
    height: 660px;
    position: relative; }
@media (max-width: 1008px) {
    .product-detail-slideshow .product-slideshow .slide {
        height: 350px; } }
.product-detail-slideshow .product-slideshow .slide:before, .product-detail-slideshow .product-slideshow .slide:after {
    opacity: 0.2;
    filter: alpha(opacity=20); }
.product-detail-slideshow .product-slideshow .slide .con {
    width: 490px;
    height: auto;
    padding: 50px 50px 80px 50px;
    background-color: rgba(255, 255, 255, 0.92);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2; }
@media (max-width: 1008px) {
    .product-detail-slideshow .product-slideshow .slide .con {
        width: 100%;
        height: 100%;
        left: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.5);
        pointer-events: none; } }
.product-detail-slideshow .product-slideshow .slide .con .title {
    color: #FF9000;
    font-size: 1.6em;
    position: relative;
    margin: 0; }
.product-detail-slideshow .product-slideshow .slide .con .title .icon {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    width: 55px; }
.product-detail-slideshow .product-slideshow .slide .con .title .icon img, .product-detail-slideshow .product-slideshow .slide .con .title .icon svg {
    fill: #FF9000;
    color: #FF9000; }
@media (max-width: 1008px) {
    .product-detail-slideshow .product-slideshow .slide .con .title {
        position: absolute;
        top: 10px;
        left: 20px; }
    .product-detail-slideshow .product-slideshow .slide .con .title:before {
        display: block;
        content: '';
        border-bottom: 1px solid #FF9000;
        width: 50px;
        left: 5px;
        bottom: -15px;
        position: absolute; } }
.product-detail-slideshow .product-slideshow .slide .con .wall {
    width: 55px;
    height: 1px;
    margin: 10px 0 20px 0;
    position: relative;
    background-color: #FF9000; }
@media (max-width: 1008px) {
    .product-detail-slideshow .product-slideshow .slide .con .wall {
        display: none; } }
.product-detail-slideshow .product-slideshow .slide .con .sub-title {
    color: #363942;
    font-size: 1.2em; }
@media (max-width: 1008px) {
    .product-detail-slideshow .product-slideshow .slide .con .sub-title {
        position: absolute;
        bottom: 70px;
        width: 100%;
        left: 0;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        color: #fff; } }
.product-detail-slideshow .product-slideshow .slide .con .des {
    color: #363942;
    font-size: 1em; }
@media (max-width: 1008px) {
    .product-detail-slideshow .product-slideshow .slide .con .des {
        display: none; } }
.product-detail-slideshow .product-slideshow .slick-dots {
    bottom: 30px;
    text-align: right;
    padding: 0 60px 0 0;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.product-detail-slideshow .product-slideshow .slick-dots li button {
    opacity: 0.5;
    background-color: #fff; }
.product-detail-slideshow .product-slideshow .slick-dots .slick-active button {
    opacity: 1; }
.product-detail-slideshow .product-slideshow .slick-dots li button:before {
    display: none; }
@media (max-width: 1008px) {
    .product-detail-slideshow .product-slideshow .slick-dots {
        text-align: center;
        padding: 0; } }
.product-detail-slideshow .product-slideshow .slick-next {
    position: absolute;
    bottom: 45px;
    left: 90px;
    top: inherit;
    z-index: 10;
    color: #FF9000; }
@media (max-width: 1008px) {
    .product-detail-slideshow .product-slideshow .slick-next {
        display: none !important; } }
.product-detail-slideshow .product-slideshow .slick-next:before {
    font-family: 'starmark';
    content: '\E01A';
    font-size: 25px;
    font-size: 2.5rem;
    color: #FF9000; }
.product-detail-slideshow .product-slideshow .slick-prev {
    position: absolute;
    bottom: 45px;
    left: 60px;
    top: inherit;
    z-index: 10;
    color: #FF9000; }
@media (max-width: 1008px) {
    .product-detail-slideshow .product-slideshow .slick-prev {
        display: none !important; } }
.product-detail-slideshow .product-slideshow .slick-prev:before {
    font-family: 'starmark';
    content: '\E019';
    color: #FF9000;
    font-size: 25px;
    font-size: 2.5rem; }

.product-overview-module {
    width: 100%;
    padding: 20px 15px; }
.product-overview-module .title {
    position: relative;
    padding: 0;
    margin: 0; }
.product-overview-module .title .icon {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    width: 55px; }
.product-overview-module .title .icon img, .product-overview-module .title .icon svg {
    fill: #FF9000;
    color: #FF9000; }
.product-overview-module .wall {
    background-color: #f58832;
    height: 1px;
    margin: 10px 0 20px;
    position: relative;
    width: 55px; }
.product-overview-module .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
.product-overview-module .list .item {
    width: 24%;
    background-color: #fbfbfb;
    border: 1px solid #e8e8e8;
    position: relative;
    margin: 0 1% 30px 0; }
.product-overview-module .list .item .img-holder {
    width: 100%;
    z-index: 10;
    position: relative; }
.product-overview-module .list .item .img-holder img {
    display: block;
    width: 100%; }
.product-overview-module .list .item .link-box {
    z-index: 10; }
.product-overview-module .list .item .link-box:before {
    display: none; }
.product-overview-module .list .item .link-box:hover {
    background: rgba(0, 0, 0, 0.3); }
.product-overview-module .list .item .plus {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 28px;
    width: 30px;
    height: 30px;
    color: #7d7d7d;
    font-size: 30px;
    font-size: 3rem;
    z-index: 20;
    pointer-events: none; }
.product-overview-module .list .item .plus:hover {
    text-decoration: none; }
.product-overview-module .list .item .plus:after {
    content: '\E00E';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 15px;
    font-size: 1.5rem; }
.product-overview-module .list .item h5 {
    padding: 20px 20px 0 20px; }
.product-overview-module .list .item p {
    padding: 10px 20px 20px 20px; }
@media (max-width: 1008px) {
    .product-overview-module .list .item {
        width: 48%;
        margin: 0 2% 20px 0; } }
@media (max-width: 736px) {
    .product-overview-module .list .item {
        width: 100%;
        margin: 10px 0; } }

.product-options-module {
    width: 100%;
    padding: 40px 15px; }
@media (max-width: 1008px) {
    .product-options-module {
        padding: 20px 15px; } }
.product-options-module .title {
    position: relative;
    padding: 0;
    margin: 0; }
.product-options-module .title .icon {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    width: 55px; }
.product-options-module .title .icon img, .product-options-module .title .icon svg {
    fill: #FF9000;
    color: #FF9000; }
.product-options-module .wall {
    background-color: #f58832;
    height: 1px;
    margin: 10px 0 20px 0;
    position: relative;
    width: 55px; }
.product-options-module .holder {
    width: 100%;
    overflow: hidden; }
.product-options-module .text {
    width: 24%;
    float: left; }
.product-options-module .text .small {
    font-size: 11px;
    font-size: 1.1rem; }
@media (max-width: 1008px) {
    .product-options-module .text {
        width: 100%;
        float: none;
        padding: 0 0 20px 0; } }
.product-options-module .list {
    width: 74%;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
.product-options-module .list .item {
    width: 32%;
    border: 1px solid #e8e8e8;
    position: relative;
    margin: 0 1% 30px 0; }
.product-options-module .list .item .img-holder {
    width: 100%;
    min-height: 120px;
    border-bottom: 1px solid #e8e8e8;
    z-index: 10;
    position: relative; }
.product-options-module .list .item .img-holder img {
    display: block;
    width: 100%; }
.product-options-module .list .item .img-holder.eu-white {
    background-color: #fff; }
.product-options-module .list .item .img-holder.almond {
    background-color: #ccbf99; }
.product-options-module .list .item .img-holder.cocoa {
    background-color: #6a5946; }
.product-options-module .list .item .link-box {
    z-index: 10; }
.product-options-module .list .item .link-box:before {
    display: none; }
.product-options-module .list .item .link-box:hover {
    background: rgba(0, 0, 0, 0.3); }
.product-options-module .list .item .plus {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 28px;
    width: 30px;
    height: 30px;
    color: #7d7d7d;
    font-size: 30px;
    font-size: 3rem;
    z-index: 20;
    pointer-events: none; }
.product-options-module .list .item .plus:hover {
    text-decoration: none; }
.product-options-module .list .item .plus:after {
    content: '\E00E';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 15px;
    font-size: 1.5rem; }
.product-options-module .list .item h5 {
    padding: 20px;
    margin: 0; }
.product-options-module .list .item h5 span {
    font-size: 16px;
    font-size: 1.6rem; }
.product-options-module .list .item p {
    padding: 20px;
    margin: 0; }
.product-options-module .list .item p.small {
    font-size: 11px;
    font-size: 1.1rem; }
.product-options-module .list.pair {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
.product-options-module .list.pair .item {
    width: 49%; }
@media (max-width: 1008px) {
    .product-options-module .list {
        width: 100%;
        float: none; }
    .product-options-module .list .item {
        width: 48%; } }
@media (max-width: 736px) {
    .product-options-module .list .item {
        width: 100%; }
    .product-options-module .list.pair .item {
        width: 100%; } }
.product-options-module .add-text {
    width: 100%;
    padding: 30px 0 0;
    border-top: 1px solid #eaeaea;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; }
@media (max-width: 1008px) {
    .product-options-module .add-text {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1; } }

.bg-grey .product-options-module .item {
    background-color: #fff; }

.product-options-module .item {
    background-color: #fbfbfb; }

.search-listing {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.search-listing .list {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.search-listing .element {
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: no-wrap;
    -moz-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    text-decoration: none; }
.search-listing .element:hover .con-1 .icon {
    fill: #FF9000; }
.search-listing .element:hover .con-2 .title, .search-listing .element:hover .con-2 .desc, .search-listing .element:hover .con-2 .cta {
    color: #FF9000; }
.search-listing .element .con-1 {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.search-listing .element .con-1 .icon {
    fill: #363942;
    width: 100%;
    max-width: 150px;
    height: auto; }
.search-listing .element .con-2 {
    max-width: 100%; }
.search-listing .element .con-2 .title {
    color: #FF9000; }
.search-listing .element .con-2 .desc {
    color: #363942; }
.search-listing .element .con-2 .cta {
    color: #363942;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    float: right; }
.search-listing .element .con-2 .cta:after {
    font-family: "starmark";
    content: "\e007";
    color: #FF9000;
    font-size: medium;
    margin-left: 12px;
    top: 1px;
    position: relative; }
@media (max-width: 768px) {
    .search-listing .element {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .search-listing .element .con-1 {
        width: 100%; }
    .search-listing .element .con-1 .icon {
        max-width: 75px;
        padding: 10px 15px; }
    .search-listing .element .con-2 {
        width: 100%; } }
.search-listing .listing-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%; }
.search-listing .listing-hover .title {
    margin-top: 0; }
.search-listing .listing-hover .desc {
    font-family: "Lato", sans-serif;
    padding: 0;
    font-weight: 300;
    line-height: 1.7em;
    margin: 0 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    color: #363942; }
.search-listing .listing-hover .readmore {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
.search-listing .listing-hover .readmore p {
    font-weight: 500;
    margin-bottom: 0;
    color: #363942; }
.search-listing .listing-hover .readmore p:after {
    font-family: "starmark";
    content: "\e007";
    color: #FF9000;
    font-size: medium;
    margin-left: 12px;
    top: 1px;
    position: relative; }
.search-listing .listing-hover:hover {
    text-decoration: none; }
.search-listing .listing-hover:hover .icon, .search-listing .listing-hover:hover .title, .search-listing .listing-hover:hover .desc, .search-listing .listing-hover:hover .readmore > p {
    color: #FF9000;
    fill: #FF9000; }
.search-listing .c1 {
    width: 70px;
    max-width: 70px;
    margin-right: 25px; }
.search-listing .c1 .icon {
    fill: #363942; }
.search-listing .c2 {
    width: calc((4.11932% * 16) + (1.06534% * 30));
    max-width: calc((4.11932% * 16) + (1.06534% * 30)); }
@media (max-width: 1008px) {
    .search-listing {
        padding: 0 15px !important; }
    .search-listing .c1 {
        width: 45px;
        height: 45px;
        margin-right: 15px; }
    .search-listing .c1 .icon {
        width: inherit;
        height: inherit; } }
@media (max-width: 736px) {
    .search-listing {
        padding: 0 15px !important; }
    .search-listing .listing-hover {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .search-listing .c1 {
        width: 30px;
        height: 30px;
        margin: 0 0 6px 0; } }

.xsfaq-info {
    padding-right: 12.5px; }

.faq-nav {
    padding: 0; }
.faq-nav a {
    color: #363942; }
.faq-nav a:hover {
    text-decoration: none;
    color: #FF9000; }
.faq-nav a:hover p:after {
    color: #FF9000; }
.faq-nav p {
    margin: 0;
    padding-right: 35px;
    height: auto;
    width: inherit; }
.faq-nav p:after {
    content: "\e010";
    font-family: "starmark";
    color: #363942;
    font-size: xx-small;
    position: absolute;
    right: 0;
    margin-right: 12.5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
.faq-nav li {
    border-bottom: 1px solid #e8e8e8;
    padding: 12.5px 0; }
.faq-nav li:before {
    display: none; }

.xfaq {
    width: 100%;
    height: auto; }
.xfaq .divider {
    width: 100%;
    max-width: 100%;
    height: 1px;
    margin: 1.06534% 0;
    background-color: #e8e8e8;
    display: block; }
.xfaq .divider:last-child {
    margin-bottom: 25px; }

.xfaq-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%; }
.xfaq-header .faq-category {
    height: auto;
    width: auto;
    margin-right: 1.06534%; }
.xfaq-header .faq-category .title {
    margin-top: 0;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.xfaq-expand-all {
    margin: 0;
    padding: 2px 10px;
    min-width: 110px;
    width: auto;
    min-height: 10px;
    max-height: 30px;
    background-color: transparent;
    border: 1px solid #FF9000;
    color: #FF9000;
    display: inline;
    right: 0;
    cursor: pointer;
    float: right;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
.xfaq-expand-all.active {
    background-color: #FF9000;
    border: 1px solid #FF9000;
    color: white; }

.xfaq-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    cursor: pointer; }
.xfaq-content .expand:before {
    font-family: "starmark";
    content: "\e00e";
    color: #363942;
    font-size: medium;
    position: relative;
    top: 2px;
    left: 6px; }
.xfaq-content.active .expand:before {
    font-family: "starmark";
    content: "\e00f";
    color: #363942;
    font-size: medium;
    position: relative;
    top: 2px;
    left: 6px; }
.xfaq-content .question {
    width: 100%;
    height: auto;
    margin-right: 1.06534%; }
.xfaq-content .faq-desc-btn {
    width: 32px;
    max-width: 32px;
    border: 1px solid #363942;
    height: 32px;
    margin: 12.5px 0 0 1.06534%;
    overflow: hidden; }

.xanswer {
    max-height: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin: 25px 0 0 0;
    -webkit-transition: all 1000ms linear;
    transition: all 1000ms linear; }
.xanswer.active {
    max-height: 1000px;
    height: auto;
    overflow: visible; }

@media (max-width: 736px) {
    .faq-header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .faq-header .title {
        font-size: 1.111em;
        maximum-width: 250px;
        padding-right: 15px; }
    .faq-header .item {
        -webkit-align-self: flex-start;
        -moz-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start; }
    .faq-content .title {
        font-size: 22px !important; } }

.faq-list {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px; }
.faq-list .faq-cat {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px; }
.faq-list .faq-cat .cat-title {
    position: relative;
    color: #FF9000;
    font-size: 1.6em;
    padding: 10px 100px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 736px) {
    .faq-list .faq-cat .cat-title {
        padding: 10px 10px 10px 0; } }
.faq-list .faq-cat .expand-all {
    top: 15px;
    right: 0;
    border: 1px solid #FF9000;
    color: #FF9000;
    padding: 10px;
    text-transform: uppercase;
    position: absolute;
    cursor: pointer;
    font-size: 0.8em; }
@media (max-width: 736px) {
    .faq-list .faq-cat .expand-all {
        display: none; } }
.faq-list .faq-cat .element {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0; }
.faq-list .faq-cat .element:last-child {
    border-bottom: none; }
.faq-list .faq-cat .element .expand-this {
    border: 1px solid #363942;
    position: absolute;
    right: 0;
    z-index: 5;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer; }
.faq-list .faq-cat .element .expand-this:before {
    font-family: "starmark";
    content: "\e00e";
    color: #363942;
    font-size: 1em;
    position: relative;
    line-height: 40px;
    vertical-align: -webkit-baseline-middle; }
.faq-list .faq-cat .element .question {
    padding: 10px 50px 10px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #363942; }
.faq-list .faq-cat .element .answer {
    display: none; }
.faq-list .faq-cat .element.open .expand-this:before {
    font-family: "starmark";
    content: "\E00F";
    color: #363942;
    font-size: 1em;
    position: relative;
    line-height: 40px;
    vertical-align: -webkit-baseline-middle; }

.contact-form-header {
    width: 100%; }

.homepage-module-1 {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
.homepage-module-1 .con-1 {
    width: 40%;
    height: auto;
    position: relative;
    padding: 6em 4em 6em 10em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-image: url("/img/main/bg-13.jpg");
    background-position: center;
    background-size: cover; }
.homepage-module-1 .con-1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #34363F;
    opacity: 0.75;
    filter: alpha(opacity=75); }
.homepage-module-1 .con-1:after {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    content: "";
    position: absolute;
    bottom: -15px;
    left: -65px;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-bottom: 100px solid #FF9000;
    opacity: 0.75;
    filter: alpha(opacity=75); }
@media (max-width: 1408px) {
    .homepage-module-1 .con-1 {
        padding: 6em 4em 6em 10em; } }
@media (max-width: 1248px) {
    .homepage-module-1 .con-1 {
        padding: 6em 4em; } }
@media (max-width: 1008px) {
    .homepage-module-1 .con-1 {
        padding: 6em 2em; }
    .homepage-module-1 .con-1:after {
        bottom: -11px;
        border-right: 75px solid transparent;
        border-left: 75px solid transparent;
        border-bottom: 75px solid #FF9000; } }
@media (max-width: 768px) {
    .homepage-module-1 .con-1 {
        width: 100%;
        padding: 4em 15px 4em 2em; } }
.homepage-module-1 .con-1 .text {
    z-index: 1;
    width: 100%;
    height: auto;
    position: relative; }
.homepage-module-1 .con-1 .text .title {
    text-align: right;
    color: white; }
.homepage-module-1 .con-1 .text .title:after {
    content: "";
    width: 88px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -20px;
    background-color: #FF9000; }
.homepage-module-1 .con-1 .text .callout {
    color: #FF9000; }
.homepage-module-1 .con-2 {
    width: 60%;
    height: auto;
    position: relative;
    padding: 6em 20em 6em 4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 1408px) {
    .homepage-module-1 .con-2 {
        padding: 6em 10em 6em 4em; } }
@media (max-width: 1248px) {
    .homepage-module-1 .con-2 {
        padding: 6em 4em; } }
@media (max-width: 1008px) {
    .homepage-module-1 .con-2 {
        padding: 6em 2em; } }
@media (max-width: 768px) {
    .homepage-module-1 .con-2 {
        width: 100%;
        padding: 2em 15px; } }
.homepage-module-1 .con-2 .title {
    color: #0067B1; }
.homepage-module-1 .con-2 hr {
    width: 60%;
    margin: 15px 0;
    border-color: #cccccc; }

.homepage-module-2 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 4em 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #F7F7F7; }
@media (max-width: 768px) {
    .homepage-module-2 {
        padding: 2em 15px; } }
.homepage-module-2 .item {
    width: calc(33.33% - 60px) !important;
    height: auto;
    margin: 0 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.homepage-module-2 .item:hover {
    text-decoration: none; }
.homepage-module-2 .item:hover .thumbnail:after {
    background-color: #FF9000; }
.homepage-module-2 .item:hover .title {
    color: #FF9000; }
@media (max-width: 1248px) {
    .homepage-module-2 .item {
        width: calc(33.33% - 30px) !important;
        margin: 0 15px; } }
@media (max-width: 1008px) {
    .homepage-module-2 .item {
        width: calc(50% - 30px) !important;
        margin: 15px; }
    .homepage-module-2 .item:nth-child(-n + 2) {
        margin-top: 0; } }
@media (max-width: 736px) {
    .homepage-module-2 .item {
        width: 100% !important;
        margin: 15px 0; }
    .homepage-module-2 .item:nth-child(-n + 2) {
        margin-top: 15px; }
    .homepage-module-2 .item:first-child {
        margin-top: 0 !important; } }
.homepage-module-2 .item .thumbnail {
    cursor: pointer;
    width: 100%;
    height: 240px;
    margin: 0 0 20px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-image: url("/img/main/bg-13.jpg");
    background-position: center;
    background-size: cover; }
.homepage-module-2 .item .thumbnail:after {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #34363F;
    opacity: 0.33;
    filter: alpha(opacity=33); }
@media (max-width: 768px) {
    .homepage-module-2 .item .thumbnail {
        margin: 0 0 10px 0; } }
.homepage-module-2 .item .thumbnail .icon {
    z-index: 1;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    padding: 0; }
.homepage-module-2 .item .thumbnail .icon svg {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    fill: white; }
.homepage-module-2 .item .title {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    color: #363942;
    font-size: 18px;
    font-size: 1.8rem; }
@media (max-width: 768px) {
    .homepage-module-2 .item .title {
        font-size: 22px;
        font-size: 2.2rem; } }
.homepage-module-2 .item hr {
    position: relative;
    margin: 10px 0;
    border: 1px solid #cccccc; }
.homepage-module-2 .item .des {
    color: #363942; }
@media (max-width: 768px) {
    .homepage-module-2 .item .des {
        display: none; } }
