@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
/* compiled by scssphp v0.6.7 on Wed, 13 Dec 2017 12:59:57 +1300 (0.9018s) */
/* line 315, styles/_functions.scss */
h2:after,
.content ul li:before,
.content form .field-SELECT .field:after,
.content form .field-PRODUCTS .field:after,
.main-navigation .sel > a:after,
.main-navigation li:hover > a:after,
.open-sub:before,
.open-sub:after,
button.slick-arrow:before,
.home-links a .arrow:after,
.files a:before,
ul.product-links li .arrow:after {
    content: '';
    display: block;
    position: absolute;
    }

/* line 325, styles/_functions.scss */
/* line 327, styles/_functions.scss */
.container:before,
.search-results article:before,
.slideshow:before,
ul.product-links:before,
.container:after,
.search-results article:after,
.slideshow:after,
ul.product-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    }

/*** element styles ***/
/* line 2, styles/_main.scss */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

/* line 7, styles/_main.scss */
body {
    background: #fff;
    color: #000;
    font-family: 'Montserrat',sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-size: 17px;
    }

/* line 156, styles/_functions.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fjalla One',sans-serif;
    margin: 1em 0;
    margin-top: 0;
    font-weight: normal;
    }

/* line 28, styles/_main.scss */
h1 {
    font-size: 70px;
    }
@media screen and (max-width: 1219px) {
h1 {
    font-size: 50px;
    }
}

/* line 38, styles/_main.scss */
h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 40px;
    }

/* line 46, styles/_main.scss */
h2:after {
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    background: #cb080f;
    }

/* line 57, styles/_main.scss */
h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-family: 'Montserrat',sans-serif;
    }

/* line 64, styles/_main.scss */
a {
    color: #cb080f;
    text-decoration: none;
    }

/* line 211, styles/_functions.scss */
a:hover,
a:focus,
a:active {
    text-decoration: underline;
    }

/* line 74, styles/_main.scss */
a img {
    border: none;
    }

/* line 80, styles/_main.scss */
img {
    height: auto;
    max-width: 100%;
    }

/* line 86, styles/_main.scss */
/* line 89, styles/_main.scss */
input:disabled,
textarea:disabled {
    opacity: .5;
    }

/*** globally relevant styles ***/
/* line 96, styles/_main.scss */
.button {
    padding: 15px 45px;
    background: #cb080f;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    }

/* line 211, styles/_functions.scss */
.button:hover,
.button:focus,
.button:active {
    background: #a50006;
    text-decoration: none;
    }

/** These styles can be added to images and media through TinyMCE */
/* line 116, styles/_main.scss */
.float-left {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    }

/* line 123, styles/_main.scss */
.float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    }

/* line 130, styles/_main.scss */
@media screen and (max-width: 1219px) {
.float-left,
.float-right {
    display: block;
    float: none;
    margin: 10px auto;
    }
}

/* line 141, styles/_main.scss */
.centre-block {
    display: block;
    margin: 10px auto;
    text-align: center;
    }

/* line 147, styles/_main.scss */
.centre-block img,
.centre-block iframe,
.centre-block video {
    display: inline-block;
    }

/* line 155, styles/_main.scss */
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }
@media screen and (max-width: 1219px) {
.two-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
}

/* line 164, styles/_main.scss */
.two-column li {
    break-inside: avoid;
    }

/** End TinyMCE image/media styles */
/* line 171, styles/_main.scss */
.highlight {
    color: #2b3138;
    font-weight: bold;
    }

/* line 177, styles/_main.scss */
.map {
    position: relative;
    width: 100%;
    min-height: 400px;
    }

/* line 183, styles/_main.scss */
.map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    }

/* line 193, styles/_main.scss */
.message {
    color: #fd1a00;
    }

/* line 198, styles/_main.scss */
.pagination {
    text-align: center;
    }

/* line 202, styles/_main.scss */
.pagination > * {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #2b3138;
    pause-after: medium;
    }

/* line 208, styles/_main.scss */
.pagination > *:first-child {
    border-left: none;
    }

/* line 217, styles/_main.scss */
.pagination .current {
    font-weight: bold;
    }

/* line 223, styles/_main.scss */
.struct {
    display: none;
    }
@media screen and (max-width: 599px) {
/* line 230, styles/_main.scss */
.mobile-hide {
    display: none;
    }
}

/* float clearing usually applied to <br /> sometimes div or span  */
/* DEPRECATED use @extend clearfix */
/* line 238, styles/_main.scss */
.clear {
    clear: both;
    content: "";
    display: block;
    height: 1px;
    overflow: hidden;
    width: 99%;
    }

/*** section styles ***/
/* line 249, styles/_main.scss */
body > [role=banner],
main {
    margin: 0 auto;
    position: relative;
    width: 100%;
    }

/* line 257, styles/_main.scss */
.container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1410px;
    width: 100%;
    }
@media screen and (max-width: 1484px) {
.container {
    max-width: 1200px;
    }
}

/* line 272, styles/_main.scss */
body > header {
    height: auto;
    z-index: 10;
    }

/* line 277, styles/_main.scss */
body > header .site-header {
    position: relative;
    background: #000;
    }
@media screen and (max-width: 1219px) {
body > header .site-header {
    padding: 10px 0;
    background: #fff;
    }
}

/* line 288, styles/_main.scss */
body > header .site-header .container {
    position: relative;
    }

/* line 293, styles/_main.scss */
body > header .site-header .header-contact {
    float: right;
    color: #fff;
    font-size: 15px;
    color: #bcc2c8;
    }
@media screen and (max-width: 1219px) {
body > header .site-header .header-contact {
    display: none;
    }
}

/* line 305, styles/_main.scss */
body > header .site-header .header-contact span {
    display: inline-block;
    line-height: 45px;
    padding: 0 10px;
    border-left: 1px solid #2b3138;
    }

/* line 312, styles/_main.scss */
body > header .site-header .header-contact span:last-child {
    border-right: 1px solid #2b3138;
    }

/* line 320, styles/_main.scss */
body > header .phone {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    margin-left: 10px;
    background: url(images/icon_phone.png) left center no-repeat;
    font-size: 22px;
    color: inherit;
    }

/* line 330, styles/_main.scss */
body > header .phone:hover {
    color: #cb080f;
    text-decoration: none;
    }

/* line 337, styles/_main.scss */
body > header .logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    display: block;
    padding: 10px 15px;
    background: #fff;
    border-top: 3px solid #cb080f;
    }
@media screen and (max-width: 1219px) {
body > header .logo {
    position: relative;
    padding: 0;
    margin: auto;
    max-width: 187px;
    width: 100%;
    border: none;
    background: transparent;
    }
}

/* line 359, styles/_main.scss */
body > header .logo img {
    display: block;
    }

/* line 367, styles/_main.scss */
.facebook {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(images/icon_facebook.png) center center no-repeat;
    text-indent: -1000000px;
    }

/* line 377, styles/_main.scss */
main {
    display: block;
    z-index: 5;
    }

/* line 384, styles/_main.scss */
.content-wrapper {
    margin: 30px;
    background: #e3e7ec;
    }
@media screen and (max-width: 1279px) {
.content-wrapper {
    margin: 10px 0;
    }
}

/* line 394, styles/_main.scss */
.content-wrapper.dark {
    background: #2b3138;
    }

/* line 398, styles/_main.scss */
.content-wrapper.dark h2 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    }

/* line 404, styles/_main.scss */
.content-wrapper.dark h2:after {
    right: 0;
    margin: auto;
    }

/* line 413, styles/_main.scss */
.content {
    padding: 60px 0;
    font-weight: 300;
    }
@media screen and (max-width: 1219px) {
.content {
    padding: 50px 15px;
    }
}

/* line 423, styles/_main.scss */
.content p {
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    }

/* line 430, styles/_main.scss */
.content ul {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    line-height: 24px;
    }

/* line 437, styles/_main.scss */
.content ul li {
    position: relative;
    list-style-type: none;
    padding-left: 13px;
    }

/* line 443, styles/_main.scss */
.content ul li:before {
    content: '.';
    left: 0;
    top: -9px;
    font-size: 35px;
    }

/* line 455, styles/_main.scss */
.content-left,
.content-right {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 3px);
    width: calc(50% - 3px);
    width: calc(50% - 3px);
    }
@media screen and (max-width: 1219px) {
.content-left,
.content-right {
    display: block;
    width: 100%;
    }
}

/* line 469, styles/_main.scss */
.content-left {
    padding-right: 30px;
    }
@media screen and (max-width: 1219px) {
.content-left {
    padding-right: 0;
    }
}

/* line 479, styles/_main.scss */
.content-right {
    padding-left: 25px;
    }
@media screen and (max-width: 1219px) {
.content-right {
    padding-left: 0;
    }
}

/* line 489, styles/_main.scss */
.sidebar {
    float: left;
    width: 270px;
    }
@media screen and (max-width: 999px) {
.sidebar {
    float: none;
    width: auto;
    }
}

/* line 501, styles/_main.scss */
.hasSidebar {
    float: right;
    width: calc(100% - 300px);
    width: calc(100% - 300px);
    width: calc(100% - 300px);
    }
@media screen and (max-width: 999px) {
.hasSidebar {
    float: none;
    margin-top: 30px;
    width: auto;
    }
}

/* line 514, styles/_main.scss */
footer[role="banner"] {
    z-index: 0;
    background: #000;
    color: #959da7;
    }

/* line 521, styles/_main.scss */
.top-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 265px;
    background: url(images/footer_background.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    }

/* line 531, styles/_main.scss */
.top-footer h3 {
    font-family: 'Fjalla One',sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    }
@media screen and (max-width: 1219px) {
.top-footer h3 {
    font-size: 24px;
    }
}

/* line 544, styles/_main.scss */
.site-footer .container {
    overflow: hidden;
    display: block;
    padding: 75px 0;
    }
@media screen and (max-width: 1219px) {
.site-footer .container {
    padding: 35px 15px;
    }
}

/* line 555, styles/_main.scss */
.site-footer .container:before,
.site-footer .container:after {
    display: none;
    }

/* line 561, styles/_main.scss */
.site-footer .container h3 {
    color: inherit;
    font-size: 24px;
    font-family: 'Montserrat',sans-serif;
    margin-bottom: 18px;
    }

/* line 569, styles/_main.scss */
.site-footer .container p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    }

/* line 576, styles/_main.scss */
.site-footer .container .footer-left {
    float: left;
    }
@media screen and (max-width: 1219px) {
.site-footer .container .footer-left {
    float: none;
    }
}

/* line 586, styles/_main.scss */
.site-footer .container .footer-right {
    float: right;
    text-align: right;
    }
@media screen and (max-width: 1219px) {
.site-footer .container .footer-right {
    float: none;
    text-align: left;
    }
}

/* line 598, styles/_main.scss */
.site-footer .container .footer-center {
    max-width: 280px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    }
@media screen and (max-width: 1219px) {
.site-footer .container .footer-center {
    position: relative;
    margin-bottom: 30px;
    }
}

/* line 614, styles/_main.scss */
.site-footer .container .footer-center .footer-logo {
    padding: 0 30px;
    background: #000;
    }

/* line 622, styles/_main.scss */
.sub-footer {
    font-size: 13px;
    padding-top: 70px;
    padding-bottom: 30px;
    border-top: 1px solid #2b3138;
    }
@media screen and (max-width: 599px) {
.sub-footer {
    border-top: 0;
    padding-top: 0;
    text-align: center;
    line-height: 24px;
    }
}

/* line 637, styles/_main.scss */
.sub-footer .copyright {
    float: left;
    }
@media screen and (max-width: 599px) {
.sub-footer .copyright {
    float: none;
    }
}

/* line 647, styles/_main.scss */
.sub-footer .attribution {
    float: right;
    }
@media screen and (max-width: 599px) {
.sub-footer .attribution {
    float: none;
    }
}

/* line 657, styles/_main.scss */
.sub-footer a {
    color: inherit;
    }

/* default form styling
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
/* line 671, styles/_main.scss */
/* line 673, styles/_main.scss */
.content form .field-group {
    text-align: left;
    margin-bottom: 15px;
    }

/* line 679, styles/_main.scss */
.content form .field-category {
    margin-bottom: 15px;
    }

/* line 683, styles/_main.scss */
.content form .field-category .field-group {
    margin-bottom: 5px;
    }

/* line 689, styles/_main.scss */
.content form label,
.content form .label {
    display: block;
    font-weight: normal;
    }

/* line 694, styles/_main.scss */
.content form label > .error,
.content form .label > .error {
    margin-left: 10px;
    }

/* line 700, styles/_main.scss */
.content form .label {
    margin-bottom: 10px;
    }

/* line 705, styles/_main.scss */
.content form.placeholders .error {
    margin-left: 0;
    }

/* line 710, styles/_main.scss */
.content form .error {
    color: #fd1a00;
    display: inline-block;
    font-size: .8em;
    }

/* line 717, styles/_main.scss */
.content form .field {
    display: block;
    }

/* line 722, styles/_main.scss */
.content form input[type=text],
.content form input[type=password],
.content form input[type=num],
.content form input[type=email],
.content form input[type=tel],
.content form select,
.content form textarea {
    background: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-family: 'Montserrat',sans-serif;
    font-size: inherit;
    padding: 15px;
    width: 100%;
    font-weight: 300;
    }

/* line 741, styles/_main.scss */
.content form .field-SELECT .field,
.content form .field-PRODUCTS .field {
    position: relative;
    }

/* line 746, styles/_main.scss */
.content form .field-SELECT .field select,
.content form .field-PRODUCTS .field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }

/* line 751, styles/_main.scss */
.content form .field-SELECT .field:after,
.content form .field-PRODUCTS .field:after {
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #cb080f transparent transparent transparent;
    }

/* line 766, styles/_main.scss */
.content form textarea {
    height: 170px;
    }

/* line 771, styles/_main.scss */
/* line 773, styles/_main.scss */
.content form .field-group.field-RADIO .label,
.content form .field-group.field-RADIO .field {
    display: inline-block;
    }

/* line 779, styles/_main.scss */
.content form .field-group.field-RADIO .label {
    margin-right: 20px;
    }

/* line 784, styles/_main.scss */
.content form .field-group.field-RADIO .field label {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 4px;
    }

/* line 791, styles/_main.scss */
.content form .field-group.field-RADIO .field label input[type=radio] {
    opacity: 0;
    }

/* line 796, styles/_main.scss */
.content form .field-group.field-RADIO .field label span.radio {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #626262;
    }

/* line 807, styles/_main.scss */
.content form .field-group.field-RADIO .field label input[type=radio]:checked + span.radio {
    background: #cb080f;
    }

/* line 814, styles/_main.scss */
.content form input[type=password],
.content form input.password,
.content form input.hideShowPassword-field {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    }
@media screen and (max-width: 599px) {
.content form input[type=password],
.content form input.password,
.content form input.hideShowPassword-field {
    width: 100%;
    }
}

/* line 828, styles/_main.scss */
.content form .toggle-password {
    padding: 9px 10px 10px;
    margin: 0;
    min-width: 0;
    width: 4em;
    font-size: 1em;
    vertical-align: middle;
    }

/* line 837, styles/_main.scss */
.content form .toggle-password:after {
    display: none;
    }

/* line 843, styles/_main.scss */
.content form .field-UPLOAD {
    overflow: hidden;
    }

/* line 847, styles/_main.scss */
.content form .field-UPLOAD label {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding: 12px 20px;
    padding-left: 50px;
    border: 1px solid #d1d1d1;
    background: url(images/icon_upload.png) 15px center no-repeat;
    }

/* line 858, styles/_main.scss */
.content form .field-UPLOAD .field {
    display: inline-block;
    }

/* line 863, styles/_main.scss */
.content form .field-UPLOAD input {
    display: none;
    }

/* line 868, styles/_main.scss */
.content form .field-UPLOAD .uploaded {
    line-height: 32px;
    }

/* line 874, styles/_main.scss */
@media screen and (max-width: 599px) {
.content form .button {
    margin-bottom: 10px;
    width: 100%;
    }
}

/* line 884, styles/_main.scss */
img.auth {
    vertical-align: middle;
    }

/* line 889, styles/_main.scss */
/* line 890, styles/_main.scss */
.users th:first-child {
    width: 20%;
    }

/* line 894, styles/_main.scss */
.users th:last-child {
    width: 40%;
    }

/* search results */
/* line 900, styles/_main.scss */
.search-results {
    border-top: 1px solid #2b3138;
    }

/* line 904, styles/_main.scss */
.search-results article {
    border-bottom: 1px solid #d9d9d7;
    }

/* line 910, styles/_main.scss */
.search-results h3 {
    margin: 0;
    }

/* line 915, styles/_main.scss */
.search-results p {
    line-height: initial;
    }

/* line 920, styles/_main.scss */
.search-results img {
    display: block;
    float: left;
    height: auto;
    margin: 0 .5em .5em 0;
    max-width: 150px;
    }

/* line 929, styles/_main.scss */
.search-results a {
    display: block;
    padding: .5em 0;
    color: inherit;
    }

/* line 211, styles/_functions.scss */
.search-results a:hover,
.search-results a:focus,
.search-results a:active {
    text-decoration: none;
    }

/* line 939, styles/_main.scss */
.search-results a:hover h3,
.search-results a:focus h3,
.search-results a:active h3 {
    color: inherit;
    text-decoration: underline;
    }

/* line 948, styles/_main.scss */
/* line 950, styles/_main.scss */
.sidebar.search-results img {
    float: none;
    margin: .5em 0;
    }

/* line 957, styles/_main.scss */
.rightimg {
    float: right;
    margin-left: 20px;
    margin-bottom: 30px;
    }

/* jQueryUI overrides */
/* line 3, styles/_jquery-ui.scss */
.ui-widget {
    font-family: inherit;
    font-size: 1em;
    }

/* line 8, styles/_jquery-ui.scss */
.ui-helper-reset {
    font-size: 1em;
    }

/* line 13, styles/_jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #626262;
    border-color: #000;
    border-radius: 0;
    color: #000;
    }

/* line 22, styles/_jquery-ui.scss */
.ui-state-default a,
.ui-widget-content .ui-state-default a,
.ui-widget-header .ui-state-default a {
    color: inherit;
    text-decoration: none;
    }

/* line 29, styles/_jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border-color: #2b3138;
    color: #a50006;
    }

/* line 37, styles/_jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #cb080f;
    border-color: #2b3138;
    color: #fff;
    }

/* line 45, styles/_jquery-ui.scss */
.ui-state-active a,
.ui-widget-content .ui-state-active a,
.ui-widget-header .ui-state-active a {
    text-decoration: none;
    }

/* line 50, styles/_jquery-ui.scss */
.ui-accordion-content {
    border-radius: 0;
    font-size: .875em;
    margin-bottom: 10px;
    }

/* line 56, styles/_jquery-ui.scss */
.ui-accordion-content + .ui-accordion-header {
    margin-top: 10px;
    }

/* line 62, styles/_jquery-ui.scss */
.ui-accordion-header {
    font-size: .875em;
    }

/* line 67, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
    border-width: 0;
    }

/* line 71, styles/_jquery-ui.scss */
.ui-state-active a {
    color: inherit;
    }

/* line 75, styles/_jquery-ui.scss */
.ui-widget {
    font-family: 'Montserrat',sans-serif;
    }

/* Better tab styles */
/* line 82, styles/_jquery-ui.scss */
.tabs.ui-tabs {
    padding: 0;
    border-radius: 0;
    border: none;
    }

/* line 88, styles/_jquery-ui.scss */
@media screen and (max-width: 1219px) {
.tabs.ui-tabs > ul li {
    width: 48%;
    }
}

/* line 95, styles/_jquery-ui.scss */
.tabs.ui-tabs > ul li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

/* line 103, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
    background: none;
    border: none;
    border-bottom: 2px solid #cb080f;
    padding: 0;
    border-radius: 0;
    }

/* line 112, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
    border-radius: 0;
    }

/* line 2, styles/_lightbox.scss */
/* line 4, styles/_lightbox.scss */
#cboxLoadedContent .content {
    padding: 0;
    }
@media screen and (min-width: 1220px) {
/* line 3, styles/_navigation.scss */
.main-navigation-wrapper {
    background: rgba(0,0,0,.7);
    }

/* line 7, styles/_navigation.scss */
.main-navigation-wrapper .header-contact {
    display: none;
    }

/* line 13, styles/_navigation.scss */
.main-navigation {
    padding: 0;
    position: relative;
    z-index: 7;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    }

/* line 22, styles/_navigation.scss */
.main-navigation > ul {
    margin: 0;
    max-width: 1430px;
    height: 80px;
    padding: 0;
    width: 100%;
    text-align: right;
    }

/* line 31, styles/_navigation.scss */
.main-navigation > ul > li:last-child {
    height: auto;
    }

/* line 35, styles/_navigation.scss */
.main-navigation > ul > li:last-child > a {
    height: 43px;
    background: #fff;
    border-top: 2px solid #cb080f;
    color: #000;
    }

/* line 42, styles/_navigation.scss */
.main-navigation > ul > li:last-child > a:after {
    display: none;
    }

/* line 50, styles/_navigation.scss */
.main-navigation li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    }

/* line 59, styles/_navigation.scss */
.main-navigation li a {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    }

/* line 211, styles/_functions.scss */
/* line 74, styles/_navigation.scss */
.main-navigation li:hover > a,
.main-navigation li:focus > a,
.main-navigation li:active > a {
    text-decoration: none;
    }

/* line 81, styles/_navigation.scss */
.main-navigation li ul {
    display: block;
    position: absolute;
    top: calc(100% - 2px);
    top: calc(100% - 2px);
    top: calc(100% - 2px);
    left: 0;
    margin: 0;
    padding: 5px 0;
    background: #cb080f;
    min-width: 100%;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    }

/* line 95, styles/_navigation.scss */
.main-navigation li ul li {
    display: block;
    height: auto;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    white-space: nowrap;
    }

/* line 106, styles/_navigation.scss */
.main-navigation li ul li a {
    line-height: normal;
    padding: 15px;
    width: 100%;
    }

/* line 115, styles/_navigation.scss */
.main-navigation .sel > a:after,
.main-navigation li:hover > a:after {
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #cb080f;
    }

/* line 126, styles/_navigation.scss */
.main-navigation .sel .sel > a,
.main-navigation li li:hover > a {
    background: #a50006;
    }

/* line 131, styles/_navigation.scss */
.main-navigation .sel .sel > a:after,
.main-navigation li li:hover > a:after {
    display: none;
    }

/* line 137, styles/_navigation.scss */
.main-navigation li:hover ul,
.main-navigation a:focus + ul {
    opacity: 1;
    visibility: visible;
    }
}

@media screen and (max-width: 1219px) {
/* line 148, styles/_navigation.scss */
.main-navigation-wrapper {
    position: relative;
    }

/* line 152, styles/_navigation.scss */
/* line 154, styles/_navigation.scss */
.main-navigation-wrapper .header-contact span {
    display: block;
    margin-top: 30px;
    }

/* line 160, styles/_navigation.scss */
.main-navigation-wrapper .header-contact .phone {
    color: #bcc2c8;
    margin: 0;
    }

/* line 168, styles/_navigation.scss */
.main-navigation {
    display: none;
    position: absolute;
    background: rgba(0,0,0,.9);
    padding: 30px;
    width: 100%;
    left: 0;
    max-width: 100%;
    }

/* line 178, styles/_navigation.scss */
.main-navigation > ul {
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 10000;
    font-size: 18px;
    text-transform: uppercase;
    }

/* line 189, styles/_navigation.scss */
.main-navigation li {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    }

/* line 211, styles/_functions.scss */
/* line 204, styles/_navigation.scss */
.main-navigation li a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    text-decoration: none;
    }

/* line 214, styles/_navigation.scss */
.main-navigation li ul {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    height: auto;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    }

/* line 225, styles/_navigation.scss */
.main-navigation li ul li {
    width: 100%;
    }

/* line 229, styles/_navigation.scss */
.main-navigation li ul li a {
    padding: 10px 15px;
    }

/* line 237, styles/_navigation.scss */
/* line 239, styles/_navigation.scss */
.main-navigation li.open .open-sub:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }

/* line 243, styles/_navigation.scss */
.main-navigation li.open .open-sub:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }

/* line 248, styles/_navigation.scss */
.main-navigation li.open ul {
    display: block;
    }

/* line 256, styles/_navigation.scss */
.open-nav {
    display: block;
    position: absolute;
    right: 10px;
    height: 26px;
    width: 34px;
    top: -50px;
    }

/* line 265, styles/_navigation.scss */
.open-nav .bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: #cb080f;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 274, styles/_navigation.scss */
.open-nav .bar.top {
    top: 0;
    }

/* line 279, styles/_navigation.scss */
.open-nav .bar.middle {
    top: 0;
    bottom: 0;
    margin: auto;
    }

/* line 286, styles/_navigation.scss */
.open-nav .bar.bottom {
    bottom: 0;
    }

/* line 292, styles/_navigation.scss */
.open-nav.open .bar {
    bottom: 0;
    top: 0;
    margin: auto;
    }

/* line 299, styles/_navigation.scss */
.open-nav.open .bar.top,
.open-nav.open .bar.middle {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    }

/* line 305, styles/_navigation.scss */
.open-nav.open .bar.bottom {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }

/* line 314, styles/_navigation.scss */
.open-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    }

/* line 324, styles/_navigation.scss */
.open-sub:before,
.open-sub:after {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 4px;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 339, styles/_navigation.scss */
.open-sub:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
}

/* line 1, styles/_slideshow.scss */
.page-heading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
    }

/* line 11, styles/_slideshow.scss */
.page-heading .breadcrumbs {
    font-family: 'Fjalla One',sans-serif;
    font-size: 30px;
    }

/* line 17, styles/_slideshow.scss */
.page-heading h1 {
    margin: auto;
    }

/* line 23, styles/_slideshow.scss */
.slideshow {
    position: relative;
    margin-top: -80px;
    overflow: hidden;
    background: #fff;
    }
@media screen and (max-width: 1219px) {
.slideshow {
    margin-top: 0;
    }
}

/* line 56, styles/_slideshow.scss */
.slideshow .banner-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }

/* line 62, styles/_slideshow.scss */
.slideshow .banner-image:after {
    display: block;
    content: '';
    position: relative;
    height: 406px;
    }
@media screen and (max-width: 599px) {
.slideshow .banner-image:after {
    height: 200px;
    }
}

/* line 78, styles/_slideshow.scss */
.slideshow .slide {
    position: relative;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-align: center;
    }
@media screen and (max-width: 599px) {
.slideshow .slide {
    background: #000;
    }
}

/* line 92, styles/_slideshow.scss */
.slideshow .slide .image {
    top: 0;
    left: 0;
    width: 100%;
    height: 406px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    }
@media screen and (max-width: 599px) {
.slideshow .slide .image {
    height: 200px;
    }
}

/* line 107, styles/_slideshow.scss */
html.Main .slideshow .slide .image {
    height: 723px;
    }
@media screen and (max-width: 599px) {
html.Main .slideshow .slide .image {
    height: 490px;
    opacity: .5;
    }
}

/* line 122, styles/_slideshow.scss */
.slideshow .slide + .slide {
    display: none;
    }

/* line 127, styles/_slideshow.scss */
.slideshow .slide img {
    width: 100%;
    height: auto;
    }

/* line 134, styles/_slideshow.scss */
.slideshow .slick-initialized .slide {
    display: block;
    }

/* line 139, styles/_slideshow.scss */
.slideshow svg {
    width: 101%;
    height: 101%;
    }

/* line 145, styles/_slideshow.scss */
.slideshow .slide .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    text-transform: none;
    }
@media screen and (max-width: 1219px) {
.slideshow .slide .container {
    padding: 0 20px;
    }
}

/* line 165, styles/_slideshow.scss */
.slideshow .slide .container .caption-content {
    display: block;
    max-width: 460px;
    width: 100%;
    float: right;
    margin-right: 95px;
    }
@media screen and (max-width: 599px) {
.slideshow .slide .container .caption-content {
    float: none;
    margin: auto;
    margin-right: auto;
    }
}

/* line 180, styles/_slideshow.scss */
.slideshow .slide .container .caption-content h1 {
    margin-bottom: 15px;
    }

/* line 185, styles/_slideshow.scss */
.slideshow .slide .container .caption-content p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    }

/* line 201, styles/_slideshow.scss */
/* line 204, styles/_slideshow.scss */
.slideshow .slick-slide .bw {
    opacity: 0;
    }

/* line 210, styles/_slideshow.scss */
.slideshow .slick-slide .color {
    opacity: 1;
    }

/* line 222, styles/_slideshow.scss */
/* line 236, styles/_slideshow.scss */
.slideshow ul.slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 30px;
    margin: 0;
    padding: 0;
    }

/* line 246, styles/_slideshow.scss */
.slideshow ul.slick-dots li {
    display: inline-block;
    border: 1px solid #2b3138;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin: 0 0 0 5px;
    padding: 0;
    background: transparent;
    text-indent: -1000000px;
    }

/* line 259, styles/_slideshow.scss */
.slideshow ul.slick-dots li.slick-active {
    border: 1px solid #2b3138;
    background: #2b3138;
    }

/* line 265, styles/_slideshow.scss */
.slideshow ul.slick-dots li:hover {
    cursor: pointer;
    }

/* line 273, styles/_slideshow.scss */
button.slick-arrow {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 100;
    height: 60px;
    width: 60px;
    border: none;
    background: transparent;
    cursor: pointer;
    text-indent: -9999px;
    }

/* line 211, styles/_functions.scss */
/* line 304, styles/_slideshow.scss */
button.slick-arrow:before {
    top: calc(60px / 3);
    top: calc(60px / 3);
    top: calc(60px / 3);
    height: 18px;
    width: 18px;
    border: 1px solid transparent;
    border-top-color: #2b3138;
    border-left-color: #2b3138;
    }

/* line 211, styles/_functions.scss */
/* line 318, styles/_slideshow.scss */
button.slick-arrow:hover:before,
button.slick-arrow:focus:before,
button.slick-arrow:active:before {
    border-top-color: #2b3138;
    border-left-color: #2b3138;
    }

/* line 325, styles/_slideshow.scss */
button.slick-arrow.slick-prev {
    left: -45px;
    }
@media screen and (max-width: 1219px) {
button.slick-arrow.slick-prev {
    left: -20px;
    }
}

/* line 335, styles/_slideshow.scss */
button.slick-arrow.slick-prev:before {
    left: calc(60px * .4);
    left: calc(60px * .4);
    left: calc(60px * .4);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

/* line 343, styles/_slideshow.scss */
button.slick-arrow.slick-next {
    right: -45px;
    }
@media screen and (max-width: 1219px) {
button.slick-arrow.slick-next {
    right: -20px;
    }
}

/* line 353, styles/_slideshow.scss */
button.slick-arrow.slick-next:before {
    right: 24px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    }

/* line 4, styles/_homepage.scss */
.home-links {
    padding-bottom: 30px;
    }

/* line 8, styles/_homepage.scss */
.home-links a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px;
    padding-bottom: 50px;
    margin-right: 30px;
    max-width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    background: #fff;
    text-align: center;
    color: #2b3138;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    }
@media screen and (max-width: 1219px) {
.home-links a {
    display: block;
    max-width: 445px;
    margin: auto;
    margin-bottom: 45px;
    }

/* line 31, styles/_homepage.scss */
.home-links a:last-child {
    margin-bottom: 0;
    }
}

/* line 37, styles/_homepage.scss */
.home-links a:nth-child(3n) {
    margin-right: 0;
    }
@media screen and (max-width: 1219px) {
.home-links a:nth-child(3n) {
    margin-right: auto;
    }
}

/* line 47, styles/_homepage.scss */
.home-links a:hover {
    text-decoration: none;
    color: #cb080f;
    }

/* line 53, styles/_homepage.scss */
.home-links a img {
    margin-bottom: 25px;
    }

/* line 58, styles/_homepage.scss */
.home-links a p {
    margin: 0;
    padding: 0 27px;
    }
@media screen and (max-width: 1219px) {
.home-links a p {
    display: none;
    }
}

/* line 69, styles/_homepage.scss */
.home-links a .arrow {
    position: absolute;
    display: block;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    background: #cb080f;
    }

/* line 81, styles/_homepage.scss */
.home-links a .arrow:after {
    width: 10px;
    height: 10px;
    left: -4px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

/* line 99, styles/_homepage.scss */
.home-content {
    background: #e3e7ec;
    }

/* line 104, styles/_homepage.scss */
.home-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
@media screen and (max-width: 1219px) {
.home-wrapper {
    display: block;
    }
}

/* line 114, styles/_homepage.scss */
.home-left,
.home-right {
    width: 50%;
    }
@media screen and (max-width: 1219px) {
.home-left,
.home-right {
    width: 100%;
    }
}

/* line 125, styles/_homepage.scss */
/* line 127, styles/_homepage.scss */
.home-left .container {
    float: right;
    max-width: calc(1410px / 2);
    max-width: calc(1410px / 2);
    max-width: calc(1410px / 2);
    padding-right: 35px;
    }
@media screen and (max-width: 1484px) {
.home-left .container {
    max-width: calc(1200px / 2);
    max-width: calc(1200px / 2);
    max-width: calc(1200px / 2);
    }
}

@media screen and (max-width: 1219px) {
.home-left .container {
    float: none;
    padding-right: 15px;
    max-width: 100%;
    }
}

/* line 147, styles/_homepage.scss */
.home-right {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }
@media screen and (max-width: 1219px) {
.home-right {
    min-height: 425px;
    }
}

/* line 159, styles/_homepage.scss */
.posters {
    background: url(images/concrete_bg.jpg) top center no-repeat;
    background-size: cover;
    text-align: center;
    }

/* line 165, styles/_homepage.scss */
.posters .content {
    padding: 20px 0;
    }
@media screen and (max-width: 599px) {
.posters .content {
    padding: 20px;
    }
}

/* line 175, styles/_homepage.scss */
.posters img {
    margin: 0 30px;
    }
@media screen and (max-width: 1219px) {
.posters img {
    margin: 0 15px;
    margin-bottom: 15px;
    }
}

@media screen and (max-width: 599px) {
.posters img {
    margin: 0;
    margin-bottom: 15px;
    }
}

/* old gallery module */
/* line 3, styles/_galleries.scss */
/* line 5, styles/_galleries.scss */
.gallery a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: calc(25% - 4px);
    max-width: calc(25% - 4px);
    max-width: calc(25% - 4px);
    margin-right: 1px;
    margin-bottom: 1px;
    overflow: hidden;
    }

/* line 16, styles/_galleries.scss */
.gallery a:nth-child(4n) {
    margin-right: 0;
    }
@media screen and (max-width: 1219px) {
.gallery a {
    max-width: calc(33.3% - 3px);
    max-width: calc(33.3% - 3px);
    max-width: calc(33.3% - 3px);
    }

/* line 25, styles/_galleries.scss */
.gallery a:nth-child(3n) {
    margin-right: 0;
    }

/* line 30, styles/_galleries.scss */
.gallery a:nth-child(4n) {
    margin-right: 1px;
    }
}

@media screen and (max-width: 599px) {
.gallery a {
    max-width: 100%;
    margin-right: 0;
    }
}

/* line 42, styles/_galleries.scss */
.gallery a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    content: attr(title);
    left: 0;
    opacity: 1;
    padding: 20px;
    position: absolute;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
    z-index: 5;
    width: 100%;
    }

/* line 58, styles/_galleries.scss */
.gallery a[title=""]:after,
.gallery a figcaption {
    display: none;
    }

/* line 64, styles/_galleries.scss */
.gallery a figure {
    width: 100%;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 73%;
    }

/* line 78, styles/_galleries.scss */
.gallery a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5) url(images/gallery-zoom.png) center center no-repeat;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
    }

/* line 211, styles/_functions.scss */
/* line 94, styles/_galleries.scss */
.gallery a:hover:after,
.gallery a:focus:after,
.gallery a:active:after {
    opacity: 0;
    }

/* line 99, styles/_galleries.scss */
.gallery a:hover:before,
.gallery a:focus:before,
.gallery a:active:before {
    opacity: 1;
    }

/** Profiles **/
/* line 2, styles/_profiles.scss */
/* line 4, styles/_profiles.scss */
/* line 6, styles/_profiles.scss */
.profiles .cboxElement p {
    display: none;
    }

/* line 13, styles/_profiles.scss */
/* line 15, styles/_profiles.scss */
.profile img {
    display: block;
    height: auto;
    width: 270px;
    margin: 0 auto;
    }

/* line 23, styles/_profiles.scss */
.profile h3 {
    font-size: 1em;
    text-align: center;
    }

/* line 30, styles/_profiles.scss */
.profiles .profile {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    width: 300px;
    margin-bottom: 15px;
    }

/* line 39, styles/_profiles.scss */
/* line 41, styles/_profiles.scss */
.profiles .profile:hover h3 {
    text-decoration: underline;
    }

/* line 49, styles/_profiles.scss */
/* line 51, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock .profiles {
    padding: 0;
    text-align: justify;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 64, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock .profiles span {
    display: inline-block;
    }

/* line 75, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock a {
    display: block;
    height: 96px;
    width: 96px;
    opacity: .6;
    overflow: hidden;
    margin-bottom: 5px;
    }

/* line 211, styles/_functions.scss */
.content-block.SimpleProfile-ProfileBlock a:hover,
.content-block.SimpleProfile-ProfileBlock a:focus,
.content-block.SimpleProfile-ProfileBlock a:active {
    opacity: 1;
    }

/* line 90, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock img {
    width: 100%;
    height: auto;
    }

/* tinymce universal formatting */
/* line 2, styles/_tinymce.scss */
#tinymce {
    padding: 10px;
    max-width: 1410px;
    background: #fff;
    color: #000;
    font-size: 1em;
    text-align: left;
    }

/* line 12, styles/_tinymce.scss */
#tinymce p {
    margin: 0 0 1em;
    }

/* line 17, styles/_tinymce.scss */
#tinymce form {
    outline: 1px dotted #2b3138;
    }

/* line 22, styles/_tinymce.scss */
#tinymce a {
    border-bottom: 1px dotted #2b3138;
    text-decoration: none;
    }

/* line 28, styles/_tinymce.scss */
#tinymce td {
    font-family: inherit;
    font-size: inherit;
    }

/* line 1, styles/_products.scss */
/* line 3, styles/_products.scss */
.sidebar.category-nav ul {
    margin: 0;
    padding: 0;
    }

/* line 8, styles/_products.scss */
.sidebar.category-nav ul ul {
    display: none;
    margin-left: 10px;
    }

/* line 14, styles/_products.scss */
.sidebar.category-nav ul li {
    display: block;
    }

/* line 19, styles/_products.scss */
.sidebar.category-nav ul a {
    display: block;
    padding: 10px;
    margin-bottom: 2px;
    text-decoration: none;
    -webkit-transition: all .2s,color .1s;
    -moz-transition: all .2s,color .1s;
    transition: all .2s,color .1s;
    }

/* line 28, styles/_products.scss */
.sidebar.category-nav ul li.sel ul {
    display: block;
    }

/* line 33, styles/_products.scss */
.sidebar.category-nav ul li.sel > a,
.sidebar.category-nav ul a:hover,
.sidebar.category-nav ul a:focus,
.sidebar.category-nav ul a:active {
    background: #cb080f;
    color: #fff;
    }

/* line 44, styles/_products.scss */
.cat-description {
    font-size: 24px;
    }

/* line 49, styles/_products.scss */
/* line 51, styles/_products.scss */
.files a {
    display: inline-block;
    position: relative;
    max-width: calc(33% - 18px);
    max-width: calc(33% - 18px);
    max-width: calc(33% - 18px);
    width: 100%;
    margin-right: 27px;
    margin-bottom: 15px;
    padding: 20px;
    padding-left: 75px;
    background: #fff;
    color: inherit;
    font-weight: normal;
    }
@media screen and (max-width: 1219px) {
.files a {
    display: block;
    max-width: 100%;
    margin-right: 0;
    }
}

/* line 72, styles/_products.scss */
.files a:nth-child(3n) {
    margin-right: 0;
    }

/* line 77, styles/_products.scss */
.files a:before {
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #cb080f url(images/icon_download.png) center center no-repeat;
    }

/* line 87, styles/_products.scss */
.files a:hover {
    text-decoration: none;
    color: #cb080f;
    }

/* line 95, styles/_products.scss */
@media screen and (max-width: 1219px) {
.featured {
    overflow: hidden;
    }
}

/* line 102, styles/_products.scss */
.featured h2 {
    text-align: center;
    }

/* line 106, styles/_products.scss */
.featured h2:after {
    right: 0;
    margin: auto;
    }

/* line 113, styles/_products.scss */
.featured .slick-track {
    min-width: 100%;
    }

/* line 119, styles/_products.scss */
ul.product-links {
    width: 100%;
    font-size: 1px;
    margin: 0;
    margin-top: 55px;
    padding: 0;
    letter-spacing: -1px;
    word-spacing: 30px;
    }

/* line 137, styles/_products.scss */
.featured ul.product-links {
    padding: 0 15px;
    }

/* line 143, styles/_products.scss */
ul.product-links li {
    display: inline-block;
    font-size: 22px;
    list-style: none;
    padding: 0;
    margin-bottom: 45px;
    position: relative;
    vertical-align: top;
    word-spacing: normal;
    max-width: calc(25% - 22px);
    max-width: calc(25% - 22px);
    max-width: calc(25% - 22px);
    width: 100%;
    }
@media screen and (max-width: 1219px) {
ul.product-links li {
    max-width: calc(33% - 22px);
    max-width: calc(33% - 22px);
    max-width: calc(33% - 22px);
    }
}

@media screen and (max-width: 699px) {
ul.product-links li {
    display: block;
    max-width: 330px;
    margin: auto;
    margin-bottom: 45px;
    }
}

/* line 170, styles/_products.scss */
.featured ul.product-links li {
    padding: 30px 19px;
    margin-bottom: 0;
    }

/* line 177, styles/_products.scss */
ul.product-links li:before {
    display: none;
    }

/* line 182, styles/_products.scss */
ul.product-links li a {
    display: block;
    position: relative;
    top: 0;
    padding: 10px;
    padding-bottom: 50px;
    color: inherit;
    font-size: 21px;
    text-align: center;
    font-weight: normal;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    }

/* line 198, styles/_products.scss */
.featured ul.product-links li a {
    -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 18px 0 rgba(0,0,0,.3);
    }

/* line 211, styles/_functions.scss */
ul.product-links li a:hover,
ul.product-links li a:focus,
ul.product-links li a:active {
    text-decoration: none;
    color: #cb080f;
    }

/* line 211, styles/_products.scss */
ul.product-links li img {
    width: 100%;
    }

/* line 216, styles/_products.scss */
ul.product-links li .arrow {
    position: absolute;
    display: block;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    background: #cb080f;
    }

/* line 228, styles/_products.scss */
ul.product-links li .arrow:after {
    width: 10px;
    height: 10px;
    left: -4px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

/* line 245, styles/_products.scss */
ul.product-links p {
    margin: 0;
    margin-top: 30px;
    }

/* Individual Product page */
/* line 256, styles/_products.scss */
.product-image {
    display: inline-block;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    }
@media screen and (max-width: 1219px) {
.product-image {
    margin-bottom: 20px;
    }
}

/* line 271, styles/_products.scss */
.product-details {
    float: left;
    width: calc(100% - 390px);
    width: calc(100% - 390px);
    width: calc(100% - 390px);
    }
@media screen and (max-width: 849px) {
.product-details {
    float: none;
    width: 100%;
    }
}

/* line 282, styles/_products.scss */
.product-details .description {
    margin-bottom: 28px;
    }

/* line 288, styles/_products.scss */
.product-tabs {
    margin-top: 10px;
    }

/* line 293, styles/_products.scss */
.add-to-cart {
    background: #e3e7ec;
    margin-bottom: 40px;
    padding: 30px;
    width: 310px;
    }
@media screen and (max-width: 899px) {
.add-to-cart {
    width: auto;
    }
}

/* line 305, styles/_products.scss */
.add-to-cart input[type=text],
.add-to-cart input[type=number],
.add-to-cart select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    padding: 15px;
    width: 100%;
    }

/* line 321, styles/_products.scss */
.add-to-cart .label,
.add-to-cart .field {
    display: inline-block;
    }

/* line 327, styles/_products.scss */
.add-to-cart .label {
    margin-right: 10px;
    width: 60px;
    }

/* line 333, styles/_products.scss */
.add-to-cart .field {
    margin-bottom: 10px;
    width: 220px;
    }

/* line 339, styles/_products.scss */
.add-to-cart .price {
    margin: 20px 0;
    }

/* line 344, styles/_products.scss */
.add-to-cart .price-heading,
.add-to-cart .price-cost {
    font-family: 'Fjalla One',sans-serif;
    font-size: 24px;
    }

/* line 351, styles/_products.scss */
.add-to-cart .price-cost {
    color: #cb080f;
    }

/* line 356, styles/_products.scss */
.add-to-cart .price-notice {
    display: block;
    margin-top: -5px;
    }

/* line 362, styles/_products.scss */
.add-to-cart input[type=submit] {
    width: 100%;
    }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJtYXBwaW5ncyI6Ijs7O0NBMFRDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FVQTtDQUVBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0NyVUE7Ozs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7O0NEcUpBOzs7Ozs7Ozs7Ozs7O0NDaElBOzs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7OztDQVFBOzs7Ozs7Ozs7Q0FXQTs7Ozs7OztDQU9BOzs7Ozs7Q0RtSkE7Ozs7Ozs7Q0N6SUE7Ozs7O0NBTUE7Ozs7OztDQU1BO0NBR0E7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7OztDRG1IQTs7Ozs7Ozs7O0NDXC9GQTs7Ozs7OztDQU9BOzs7Ozs7O0NBT0E7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7OztDQU1BOzs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7Ozs7O0NBU0E7Ozs7OztDQU9BOzs7Ozs7Q0FNQTs7Ozs7OztDQU1BOzs7Ozs7Ozs7Q0FVQTs7Ozs7Q0FLQTs7Ozs7Q0FJQTs7Ozs7Ozs7Q0FNQTs7Ozs7Q0FTQTs7Ozs7Q0FNQTs7Ozs7Q0FPQTs7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7Ozs7OztDQWVBOzs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7O0NBV0E7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7Q0FZQTs7Ozs7Ozs7Q0FPQTs7Ozs7Q0FRQTs7Ozs7Ozs7Ozs7Q0FVQTs7Ozs7O0NBT0E7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBc0JBOzs7OztDQVFBOzs7Ozs7Ozs7O0NBVUE7Ozs7OztDQU9BOzs7Ozs7Ozs7OztDQVVBOzs7OztDQUlBOzs7Ozs7O0NBTUE7Ozs7OztDQVNBOzs7Ozs7Ozs7OztDQVVBOzs7Ozs7O0NBT0E7Ozs7Ozs7O0NBT0E7Ozs7Ozs7Q0FNQTs7Ozs7Ozs7Q0FZQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FjQTs7Ozs7Ozs7OztDQVVBOzs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Ozs7OztDQVlBOzs7Ozs7Ozs7Ozs7Ozs7Q0FhQTs7Ozs7OztDQU9BOzs7Ozs7Ozs7Ozs7Ozs7Q0FVQTs7Ozs7Ozs7Ozs7O0NBYUE7Ozs7Ozs7Ozs7OztDQVdBOzs7Ozs7Q0FNQTs7Ozs7Ozs7Q0FRQTs7Ozs7OztDQU9BOzs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Ozs7OztDQVlBOzs7Ozs7Ozs7Ozs7Ozs7OztDQWdCQTs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FlQTs7Ozs7Ozs7OztDQVVBOzs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7OztDQWNBO0NBRUE7Ozs7OztDQU1BOzs7OztDQUlBOzs7OztDQU1BOzs7Ozs7O0NBS0E7Ozs7OztDQU1BOzs7OztDQUtBOzs7OztDQUtBOzs7Ozs7O0NBT0E7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQW1CQTs7Ozs7O0NBS0E7Ozs7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7O0NBZUE7Ozs7O0NBS0E7Q0FFQTs7Ozs7O0NBTUE7Ozs7O0NBS0E7Ozs7Ozs7O0NBT0E7Ozs7O0NBS0E7Ozs7Ozs7Ozs7O0NBV0E7Ozs7O0NBT0E7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FjQTs7Ozs7Ozs7OztDQVNBOzs7OztDQU1BOzs7OztDQUlBOzs7Ozs7Ozs7OztDQVdBOzs7OztDQUtBOzs7OztDQUtBOzs7OztDQU1BOzs7Ozs7OztDQVVBOzs7OztDQUtBO0NBQ0E7Ozs7O0NBSUE7Ozs7OztDQU1BOzs7OztDQUlBOzs7OztDQU1BOzs7OztDQUtBOzs7OztDQUtBOzs7Ozs7Ozs7Q0FTQTs7Ozs7OztDRDlzQkE7Ozs7Ozs7Q0N3dEJBOzs7Ozs7OztDQVNBO0NBRUE7Ozs7OztDQU9BOzs7Ozs7OztDQzE3QkE7Ozs7OztDQUtBOzs7OztDQUtBOzs7Ozs7Ozs7O0NBU0E7Ozs7Ozs7O0NBT0E7Ozs7Ozs7O0NBUUE7Ozs7Ozs7OztDQVFBOzs7Ozs7O0NBS0E7Ozs7Ozs7Q0FNQTs7Ozs7Q0FNQTs7Ozs7Q0FLQTs7Ozs7Q0FJQTs7Ozs7Q0FJQTs7Ozs7O0NBT0E7Ozs7Ozs7Q0FNQTs7Ozs7OztDQU9BOzs7Ozs7OztDQVFBOzs7Ozs7Ozs7Q0FTQTs7Ozs7Q0M5R0E7Q0FFQTs7Ozs7Q0NEQTs7Ozs7Q0FJQTs7Ozs7Q0FNQTs7Ozs7Ozs7OztD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OztDQU1BOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQTJCQTs7Ozs7O0NBT0E7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FnQkE7Ozs7OztDVmFBOzs7Ozs7OztDVUFBOzs7OztDQUtBOzs7Ozs7Ozs7Ozs7O0NBWUE7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBaUJBOzs7Ozs7O0NBV0E7Ozs7Ozs7Ozs7Ozs7O0NBZUE7Ozs7Ozs7Ozs7Ozs7O0NBV0E7Ozs7O0NBTUE7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7Q0FZQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FnQkE7Ozs7OztDQU1BOzs7Ozs7Q0FNQTs7Ozs7O0NBTUE7Ozs7O0NBS0E7Ozs7Ozs7Q0FPQTs7Ozs7Q0FLQTs7Ozs7O0NBTUEiLCJzb3VyY2VzIjpbInN0eWxlc1wvX2Z1bmN0aW9ucy5zY3NzIiwic3R5bGVzXC9fbWFpbi5zY3NzIiwic3R5bGVzXC9fanF1ZXJ5LXVpLnNjc3MiLCJzdHlsZXNcL19saWdodGJveC5zY3NzIiwic3R5bGVzXC9fbmF2aWdhdGlvbi5zY3NzIiwic3R5bGVzXC9fc2xpZGVzaG93LnNjc3MiLCJzdHlsZXNcL19ob21lcGFnZS5zY3NzIiwic3R5bGVzXC9fZ2FsbGVyaWVzLnNjc3MiLCJzdHlsZXNcL19wcm9maWxlcy5zY3NzIiwic3R5bGVzXC9fdGlueW1jZS5zY3NzIiwic3R5bGVzXC9fcHJvZHVjdHMuc2NzcyJdLCJuYW1lcyI6W10sIl94X29yZ19rb2FsYS1mcmFtZXdvcmtfbGFzdCI6eyJzb3VyY2UiOjEwLCJvcmlnaW5hbExpbmUiOjM2MSwib3JpZ2luYWxDb2x1bW4iOjEsIm5hbWUiOjB9fQ== */
