﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

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: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.megadropdown-row:before,
.megadropdown-row:after,
footer .footer-container:before,
footer .footer-container:after,
footer .footer-container .row:before,
footer .footer-container .row:after,
.oilfinder-header:before,
.oilfinder-header:after,
#cookieDisclaimer .row:before,
#cookieDisclaimer .row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.megadropdown-row:after,
footer .footer-container:after,
footer .footer-container .row:after,
.oilfinder-header:after,
#cookieDisclaimer .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #cccccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }
/****************************************************************************** 
  Grid Settings variables
******************************************************************************/
/****************************************************************************** 
  Base variables
******************************************************************************/
/****************************************************************************** 
	Media queries breakpoints
******************************************************************************/
/****************************************************************************** 
  Colors
******************************************************************************/
/****************************************************************************** 
  Body defaults
******************************************************************************/
/************************************************************************************
  Typography 
************************************************************************************/
/******************************************************************************
  Iconography
  Specify custom location and filename of the custom icon font.
******************************************************************************/
/****************************************************************************** 
  Buttons
******************************************************************************/
/*
@button-tertiary-inverted-bg-color:                 @tertiary-color;
@button-tertiary-inverted-border-color:             @tertiary-color;
@button-tertiary-inverted-color:                    white;
@button-tertiary-inverted-bg-color-active:          transparent;
@button-tertiary-inverted-border-color-active:      @tertiary-color;
@button-tertiary-inverted-color-active:             @tertiary-color;
*/
/****************************************************************************** 
  Form
******************************************************************************/
/****************************************************************************** 
  Navigation controls (Owl slider & Fancybox)
******************************************************************************/
/*************************************************************************************************** 
  Fullpage Video Overlay
****************************************************************************************************/
/************************************************************************************* 
  Aspect ratios - https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/
*************************************************************************************/
/****************************************************************************** 
  Sexy helper tricks
******************************************************************************/
.v-center {
    position: relative;
}

    .v-center > div {
        display: table;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .v-center > div > div {
            display: table-cell;
            vertical-align: middle;
        }

.rescope-z-index {
    position: relative;
    z-index: 1;
}
/****************************************************************************** 
  Lazyloadxt load effects
******************************************************************************/
.lazy,
.lazy-hidden {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
}

.lazyOwl.lazy-hidden {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.lazy-loaded {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/****************************************************************************** 
  Custom mixins
******************************************************************************/
/****************************************************************************** 
  Custom Nissens 2 color bottom line
******************************************************************************/
.bottom-line {
    position: relative;
    padding-bottom: 14px;
}

    .bottom-line:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    .bottom-line:before {
        bottom: 10px;
        height: 4px;
    }
}

.bottom-line:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    .bottom-line:after {
        height: 10px;
    }
}

.bottom-line-gray,
.bottom-line-white-gray {
    position: relative;
    padding-bottom: 14px;
}

    .bottom-line-gray:before,
    .bottom-line-white-gray:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    .bottom-line-gray:before,
    .bottom-line-white-gray:before {
        bottom: 10px;
        height: 4px;
    }
}

.bottom-line-gray:after,
.bottom-line-white-gray:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    .bottom-line-gray:after,
    .bottom-line-white-gray:after {
        height: 10px;
    }
}

.bottom-line-gray:after,
.bottom-line-white-gray:after {
    background-color: #ebeff2;
}

.bottom-line-red,
.bottom-line-white-red {
    position: relative;
    padding-bottom: 14px;
}

    .bottom-line-red:before,
    .bottom-line-white-red:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    .bottom-line-red:before,
    .bottom-line-white-red:before {
        bottom: 10px;
        height: 4px;
    }
}

.bottom-line-red:after,
.bottom-line-white-red:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    .bottom-line-red:after,
    .bottom-line-white-red:after {
        height: 10px;
    }
}

.bottom-line-red:after,
.bottom-line-white-red:after {
    background-color: #b00d28;
}

.bottom-line-blue,
.bottom-line-blue-white {
    position: relative;
    padding-bottom: 14px;
}

    .bottom-line-blue:before,
    .bottom-line-blue-white:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    .bottom-line-blue:before,
    .bottom-line-blue-white:before {
        bottom: 10px;
        height: 4px;
    }
}

.bottom-line-blue:after,
.bottom-line-blue-white:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    .bottom-line-blue:after,
    .bottom-line-blue-white:after {
        height: 10px;
    }
}

.bottom-line-blue:before,
.bottom-line-blue-white:before {
    background-color: #004c82;
}

.bottom-line-blue:after,
.bottom-line-blue-white:after {
    background-color: white;
}

.bottom-line-white-blue {
    position: relative;
    padding-bottom: 14px;
}

    .bottom-line-white-blue:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    .bottom-line-white-blue:before {
        bottom: 10px;
        height: 4px;
    }
}

.bottom-line-white-blue:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    .bottom-line-white-blue:after {
        height: 10px;
    }
}

.bottom-line-white-blue:before {
    background-color: white;
}

.bottom-line-white-blue:after {
    background-color: #004c82;
}
/************************************************************************************************************************** 
  Big plus icon
***************************************************************************************************************************/
.big-plus-icon:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    .big-plus-icon:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .big-plus-icon:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}
/************************************************************************************************************************** 
  Big plus icon (Background)
***************************************************************************************************************************/
.plus-bg-left-top,
.plus-bg-left-bottom {
    position: absolute;
    left: 25px;
    display: none;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
    z-index: 1;
}

@media (min-width: 1200px) {
    .plus-bg-left-top,
    .plus-bg-left-bottom {
        display: block;
        width: 285px;
        height: 285px;
    }
}

.plus-bg-left-top {
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
}

.plus-bg-left-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(35%);
    -moz-transform: translateY(35%);
    -ms-transform: translateY(35%);
    -o-transform: translateY(35%);
    transform: translateY(35%);
}
/****************************************************************************** 
  Typography
******************************************************************************/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

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: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.megadropdown-row:before,
.megadropdown-row:after,
footer .footer-container:before,
footer .footer-container:after,
footer .footer-container .row:before,
footer .footer-container .row:after,
.oilfinder-header:before,
.oilfinder-header:after,
#cookieDisclaimer .row:before,
#cookieDisclaimer .row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.megadropdown-row:after,
footer .footer-container:after,
footer .footer-container .row:after,
.oilfinder-header:after,
#cookieDisclaimer .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #cccccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }
/****************************************************************************** 
  Grid Settings variables
******************************************************************************/
/****************************************************************************** 
  Base variables
******************************************************************************/
/****************************************************************************** 
	Media queries breakpoints
******************************************************************************/
/****************************************************************************** 
  Colors
******************************************************************************/
/****************************************************************************** 
  Body defaults
******************************************************************************/
/************************************************************************************
  Typography 
************************************************************************************/
/******************************************************************************
  Iconography
  Specify custom location and filename of the custom icon font.
******************************************************************************/
/****************************************************************************** 
  Buttons
******************************************************************************/
/*
@button-tertiary-inverted-bg-color:                 @tertiary-color;
@button-tertiary-inverted-border-color:             @tertiary-color;
@button-tertiary-inverted-color:                    white;
@button-tertiary-inverted-bg-color-active:          transparent;
@button-tertiary-inverted-border-color-active:      @tertiary-color;
@button-tertiary-inverted-color-active:             @tertiary-color;
*/
/****************************************************************************** 
  Form
******************************************************************************/
/****************************************************************************** 
  Navigation controls (Owl slider & Fancybox)
******************************************************************************/
/*************************************************************************************************** 
  Fullpage Video Overlay
****************************************************************************************************/
/************************************************************************************* 
  Aspect ratios - https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/
*************************************************************************************/
/****************************************************************************** 
  Sexy helper tricks
******************************************************************************/
.v-center {
    position: relative;
}

    .v-center > div {
        display: table;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .v-center > div > div {
            display: table-cell;
            vertical-align: middle;
        }

.rescope-z-index {
    position: relative;
    z-index: 1;
}
/****************************************************************************** 
  Lazyloadxt load effects
******************************************************************************/
.lazy,
.lazy-hidden {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
}

.lazyOwl.lazy-hidden {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.lazy-loaded {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/****************************************************************************** 
  Custom mixins
******************************************************************************/
/****************************************************************************** 
  Custom Nissens 2 color bottom line
******************************************************************************/
.bottom-line {
    position: relative;
    padding-bottom: 14px;
}

    .bottom-line:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    .bottom-line:before {
        bottom: 10px;
        height: 4px;
    }
}

.bottom-line:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    .bottom-line:after {
        height: 10px;
    }
}

.bottom-line-gray,
.bottom-line-white-gray {
    position: relative;
    padding-bottom: 14px;
}

    .bottom-line-gray:before,
    .bottom-line-white-gray:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    .bottom-line-gray:before,
    .bottom-line-white-gray:before {
        bottom: 10px;
        height: 4px;
    }
}

.bottom-line-gray:after,
.bottom-line-white-gray:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    .bottom-line-gray:after,
    .bottom-line-white-gray:after {
        height: 10px;
    }
}

.bottom-line-gray:after,
.bottom-line-white-gray:after {
    background-color: #ebeff2;
}

.bottom-line-red,
.bottom-line-white-red {
    position: relative;
    padding-bottom: 14px;
}

    .bottom-line-red:before,
    .bottom-line-white-red:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    .bottom-line-red:before,
    .bottom-line-white-red:before {
        bottom: 10px;
        height: 4px;
    }
}

.bottom-line-red:after,
.bottom-line-white-red:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    .bottom-line-red:after,
    .bottom-line-white-red:after {
        height: 10px;
    }
}

.bottom-line-red:after,
.bottom-line-white-red:after {
    background-color: #b00d28;
}

.bottom-line-blue,
.bottom-line-blue-white {
    position: relative;
    padding-bottom: 14px;
}

    .bottom-line-blue:before,
    .bottom-line-blue-white:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    .bottom-line-blue:before,
    .bottom-line-blue-white:before {
        bottom: 10px;
        height: 4px;
    }
}

.bottom-line-blue:after,
.bottom-line-blue-white:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    .bottom-line-blue:after,
    .bottom-line-blue-white:after {
        height: 10px;
    }
}

.bottom-line-blue:before,
.bottom-line-blue-white:before {
    background-color: #004c82;
}

.bottom-line-blue:after,
.bottom-line-blue-white:after {
    background-color: white;
}

.bottom-line-white-blue {
    position: relative;
    padding-bottom: 14px;
}

    .bottom-line-white-blue:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    .bottom-line-white-blue:before {
        bottom: 10px;
        height: 4px;
    }
}

.bottom-line-white-blue:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    .bottom-line-white-blue:after {
        height: 10px;
    }
}

.bottom-line-white-blue:before {
    background-color: white;
}

.bottom-line-white-blue:after {
    background-color: #004c82;
}
/************************************************************************************************************************** 
  Big plus icon
***************************************************************************************************************************/
.big-plus-icon:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    .big-plus-icon:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .big-plus-icon:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}
/************************************************************************************************************************** 
  Big plus icon (Background)
***************************************************************************************************************************/
.plus-bg-left-top,
.plus-bg-left-bottom {
    position: absolute;
    left: 25px;
    display: none;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
    z-index: 1;
}

@media (min-width: 1200px) {
    .plus-bg-left-top,
    .plus-bg-left-bottom {
        display: block;
        width: 285px;
        height: 285px;
    }
}

.plus-bg-left-top {
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
}

.plus-bg-left-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(35%);
    -moz-transform: translateY(35%);
    -ms-transform: translateY(35%);
    -o-transform: translateY(35%);
    transform: translateY(35%);
}
/****************************************************************************** 
  Typography
******************************************************************************/
/*
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
*/
/*@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.eot');
    src: url('../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.eot?#iefix') format('embedded-opentype'), local('Source Sans Pro Light'), local('Source-Sans-Pro-300'), url('../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.woff2') format('woff2'), url('../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.woff') format('woff'), url('../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.ttf') format('truetype'), url('../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.svg#SourceSansPro') format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.eot');
    src: url('../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.eot?#iefix') format('embedded-opentype'), local('Source Sans Pro'), local('Source-Sans-Pro-regular'), url('../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.woff2') format('woff2'), url('../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.woff') format('woff'), url('../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.ttf') format('truetype'), url('../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.svg#SourceSansPro') format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot');
    src: url('../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot?#iefix') format('embedded-opentype'), local('Source Sans Pro Semibold'), local('Source-Sans-Pro-600'), url('../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff2') format('woff2'), url('../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff') format('woff'), url('../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.ttf') format('truetype'), url('../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.svg#SourceSansPro') format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.eot');
    src: url('../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.eot?#iefix') format('embedded-opentype'), local('Source Sans Pro Bold'), local('Source-Sans-Pro-700'), url('../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.woff2') format('woff2'), url('../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.woff') format('woff'), url('../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.ttf') format('truetype'), url('../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.svg#SourceSansPro') format('svg');
}*/
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdo.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff) format('woff');
}


.font-family-sans-serif,
.font-sans-serif {
    font-family: "Source Sans Pro", sans-serif;
}

.font-family-serif,
.font-serif {
    font-family: serif;
}

p {
    margin: 0 0 15px;
}

b,
strong {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: inherit;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    line-height: 1.1;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    h1 p,
    h2 p,
    h3 p,
    h4 p,
    h5 p,
    .h1 p,
    .h2 p,
    .h3 p,
    .h4 p,
    .h5 p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

h1,
.h1 {
    color: inherit;
    font-family: inherit;
    line-height: 1.1;
    font-size: 1.95em;
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 2.2em;
    }
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 2.2em;
    }
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 3.15em;
    }
}

@media (min-width: 1800px) {
    h1,
    .h1 {
        font-size: 3.15em;
    }
}

h2,
.h2 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.75em;
}

@media (min-width: 768px) {
    h2,
    .h2 {
        font-size: 2em;
    }
}

@media (min-width: 992px) {
    h2,
    .h2 {
        font-size: 2em;
    }
}

@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2.815em;
    }
}

@media (min-width: 1800px) {
    h2,
    .h2 {
        font-size: 2.815em;
    }
}

h3,
.h3 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.3em;
}

@media (min-width: 768px) {
    h3,
    .h3 {
        font-size: 1.4em;
    }
}

@media (min-width: 992px) {
    h3,
    .h3 {
        font-size: 1.4em;
    }
}

@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75em;
    }
}

@media (min-width: 1800px) {
    h3,
    .h3 {
        font-size: 1.75em;
    }
}

h4,
.h4 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
}

@media (min-width: 768px) {
    h4,
    .h4 {
        font-size: 1.1em;
    }
}

@media (min-width: 992px) {
    h4,
    .h4 {
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.2em;
    }
}

@media (min-width: 1800px) {
    h4,
    .h4 {
        font-size: 1.2em;
    }
}

blockquote,
.blockquote {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.75em;
    border: none;
    font-style: italic;
    padding: 0;
    margin: 0 auto 15px auto;
}

    blockquote p,
    .blockquote p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    blockquote,
    .blockquote {
        font-size: 2em;
    }
}

@media (min-width: 992px) {
    blockquote,
    .blockquote {
        font-size: 2em;
    }
}

@media (min-width: 1200px) {
    blockquote,
    .blockquote {
        font-size: 2.815em;
    }
}

@media (min-width: 1800px) {
    blockquote,
    .blockquote {
        font-size: 2.815em;
    }
}

blockquote > p,
.blockquote > p {
    margin-top: 0;
}

blockquote small,
.blockquote small,
blockquote .small,
.blockquote .small {
    font-style: normal;
    color: #02afef;
}

small,
.small {
    font-size: 14px;
}
/************************************************************************************************************************** 
  .hd-container
***************************************************************************************************************************/
.hd-container {
    padding: 2.25em 15px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .hd-container {
        padding: 2.75em 15px;
    }
}

@media (min-width: 992px) {
    .hd-container {
        padding: 2.75em 15px;
    }
}

@media (min-width: 1200px) {
    .hd-container {
        padding: 3.5em 15px;
    }
}
/************************************************************************************************************************** 
  .section-grid
***************************************************************************************************************************/
.section-grid {
    background: none;
    background-color: inherit;
    overflow: hidden;
    position: relative;
    text-align: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 200px;
}

    .section-grid .row.title {
        padding-bottom: 1.5em;
    }

        .section-grid .row.title h1,
        .section-grid .row.title h2,
        .section-grid .row.title h3,
        .section-grid .row.title h4 {
            margin: 0;
            text-align: center;
        }

@media (min-width: 768px) {
    .section-grid .row.title {
        padding-bottom: 2.75em;
    }
}

@media (min-width: 992px) {
    .section-grid .row.title {
        padding-bottom: 2.75em;
    }
}

@media (min-width: 1200px) {
    .section-grid .row.title {
        padding-bottom: 3.5em;
    }
}

@media (min-width: 1200px) {
    .section-grid .row > div {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.section-grid.departments .title-row {
    background-color: #004c82;
    color: #FFF;
}

    .section-grid.departments .title-row h1,
    .section-grid.departments .title-row h2,
    .section-grid.departments .title-row h3,
    .section-grid.departments .title-row h4 {
        text-align: left;
    }

    .section-grid.departments .title-row select {
        margin: 10px 0 0 0;
    }

@media (min-width: 768px) {
    .section-grid.departments .title-row select {
        margin: 0;
    }
}

.section-grid.departments .title-row .row > div.col-sm-2,
.section-grid.departments .title-row .row > div.col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
}
/************************************************************************************************************************** 
  .section-grid
***************************************************************************************************************************/
@media (max-width: 767px) {
    .section-grid.quote {
        background-image: none !important;
        background-color: #004c82;
        color: #FFF;
        text-align: center;
    }
}

.section-grid.quote .module-text {
    position: relative;
}

    .section-grid.quote .module-text h1,
    .section-grid.quote .module-text h2,
    .section-grid.quote .module-text h3,
    .section-grid.quote .module-text h4,
    .section-grid.quote .module-text p,
    .section-grid.quote .module-text span {
        color: inherit !important;
    }

@media (min-width: 992px) {
    .section-grid.quote .module-text {
        padding-left: 165px;
        padding-right: 15px;
    }
}

.section-grid.quote .quote-image {
    display: block;
    margin-bottom: 1.5em;
    text-align: center;
}

@media (min-width: 768px) {
    .section-grid.quote .quote-image {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .section-grid.quote .quote-image {
        display: inline-block;
        position: absolute;
        top: -15px;
        left: -15px;
    }
}

.section-grid.quote .quote-image > img {
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.section-grid.quote .logo-image {
    display: block;
    margin: 0;
}

    .section-grid.quote .logo-image > img {
        margin: 1.25em 0;
    }

@media (min-width: 992px) {
    .section-grid.quote .logo-image > img {
        margin: 1.5em 0;
    }
}
/****************************************************************************** 
  Base
******************************************************************************/
html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #ffffff;
    color: #004c82;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    line-height: 1.45;
    min-width: 320px;
    text-rendering: optimizelegibility;
    position: relative;
}

@media (min-width: 1800px) {
    body {
        font-size: 16px;
    }
}

body:before {
    content: "";
    height: 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, #000000 0%, transparent 100%);
    background-image: -o-linear-gradient(top, #000000 0%, transparent 100%);
    background-image: linear-gradient(to bottom, #000000 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#00000000', GradientType=0);
    z-index: 2;
    filter: alpha(opacity=25);
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity = 25);
}

@media (min-width: 1200px) {
    body:before {
        height: 150px;
    }
}

body:after {
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #004c82;
    z-index: 2;
    filter: alpha(opacity=85);
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity = 85);
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body.megadropdown-opened:after {
    display: block;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-rendering: optimizelegibility;
}

a:not(.hd-btn) {
    color: inherit;
    text-decoration: none;
    outline: none;
}

    a:not(.hd-btn):hover,
    a:not(.hd-btn):focus {
        color: inherit;
        text-decoration: none;
    }

    a:not(.hd-btn):focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 1px dotted #333333;
}
/****************************************************************************** 
  Colors
******************************************************************************/
.primary-color {
    color: #004c82;
}

.secondary-color {
    color: #02afef;
}

.tertiary-color {
    color: #b00d28;
}
/****************************************************************************** 
  Breadcrumbs overrides
******************************************************************************/
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    list-style: outside none none;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0;
    font-size: 13px;
}

    .breadcrumb a {
        outline: none !important;
    }

        .breadcrumb a:hover {
            color: #02afef;
        }

    .breadcrumb > .active {
        color: inherit;
        font-weight: bold;
    }

    .breadcrumb > li + li::before {
        color: inherit;
        padding: 0 2px;
    }
/****************************************************************************** 
  .blockquote
******************************************************************************/
.blockquote {
    font-size: 1.3em;
}

@media (min-width: 1200px) {
    .blockquote {
        font-size: 1.75em;
    }
}

@font-face {
    font-family: "Umbraco-standard";
    src: url('../fonts/Umbraco-standard.eot');
    src: url('../fonts/Umbraco-standard.eot?#iefix') format('embedded-opentype'), url('../fonts/Umbraco-standard.woff') format('woff'), url('../fonts/Umbraco-standard.ttf') format('truetype'), url('../fonts/Umbraco-standard.svg#Umbraco-standard') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.icon-font {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Umbraco-standard" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-back:before {
    content: "\e900";
}

.icon-arrow-down:before {
    content: "\e901";
}

.icon-arrow-left:before {
    content: "\e902";
}

.icon-arrow-line-down:before {
    content: "\e903";
}

.icon-arrow-line-left:before {
    content: "\e904";
}

.icon-arrow-line-right:before {
    content: "\e905";
}

.icon-arrow-line-up:before {
    content: "\e906";
}

.icon-arrow-right:before {
    content: "\e907";
}

.icon-arrow-up:before {
    content: "\e908";
}

.icon-burger-menu:before {
    content: "\e909";
}

.icon-calender:before {
    content: "\e90a";
}

.icon-checkmark-big:before {
    content: "\e90b";
}

.icon-checkmark-small:before {
    content: "\e90c";
}

.icon-close:before {
    content: "\e90d";
}

.icon-double-arrow-left:before {
    content: "\e90e";
}

.icon-double-arrow-right:before {
    content: "\e90f";
}

.icon-download:before {
    content: "\e910";
}

.icon-enlarge:before {
    content: "\e911";
}

.icon-facebook-square:before {
    content: "\e912";
}

.icon-facebook:before {
    content: "\e913";
}

.icon-google-plus-square:before {
    content: "\e914";
}

.icon-google-plus:before {
    content: "\e915";
}

.icon-home:before {
    content: "\e916";
}

.icon-image:before {
    content: "\e917";
}

.icon-instagram:before {
    content: "\e918";
}

.icon-link:before {
    content: "\e919";
}

.icon-linkedin-square:before {
    content: "\e91a";
}

.icon-linkedin:before {
    content: "\e91b";
}

.icon-lock-closed:before {
    content: "\e91c";
}

.icon-lock-open:before {
    content: "\e91d";
}

.icon-mail:before {
    content: "\e91e";
}

.icon-minus:before {
    content: "\e91f";
}

.icon-mobile-phone:before {
    content: "\e920";
}

.icon-phone:before {
    content: "\e921";
}

.icon-photo:before {
    content: "\e922";
}

.icon-pin:before {
    content: "\e923";
}

.icon-play:before {
    content: "\e924";
}

.icon-play2:before {
    content: "\e925";
}

.icon-plus:before {
    content: "\e926";
}

.icon-reload:before {
    content: "\e927";
}

.icon-search:before {
    content: "\e928";
}

.icon-settings:before {
    content: "\e929";
}

.icon-shop:before {
    content: "\e92a";
}

.icon-talk:before {
    content: "\e92b";
}

.icon-trash:before {
    content: "\e92c";
}

.icon-triangle-down:before {
    content: "\e92d";
}

.icon-triangle-left:before {
    content: "\e92e";
}

.icon-triangle-right:before {
    content: "\e92f";
}

.icon-triangle-up:before {
    content: "\e930";
}

.icon-twitter-square:before {
    content: "\e931";
}

.icon-twitter:before {
    content: "\e932";
}

.icon-upload:before {
    content: "\e933";
}

.icon-user:before {
    content: "\e934";
}

.icon-vimeo-square:before {
    content: "\e935";
}

.icon-vimeo:before {
    content: "\e936";
}

.icon-youtube-square:before {
    content: "\e937";
}

.icon-youtube:before {
    content: "\e938";
}
/****************************************************************************** 
  Buttons
******************************************************************************/
.hd-btn {
    background: #02afef;
    border: 1px solid #02afef;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin: 3px 0;
    min-width: 100px;
    padding: 0.75em 1.25em;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 1.3;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-transform: normal;
    touch-action: manipulation;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media (min-width: 768px) {
    .hd-btn {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 992px) {
    .hd-btn {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 1200px) {
    .hd-btn {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

.hd-btn:hover,
.hd-btn:focus {
    background-color: #b00d28;
    border-color: #b00d28;
    wincolor: white;
    outline: none;
    text-decoration: none;
}

.hd-btn.inverted {
    border: none;
    background: transparent;
    color: #02afef;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

    .hd-btn.inverted:hover,
    .hd-btn.inverted:focus {
        background-color: transparent;
        border-color: transparent;
        color: #b00d28;
    }

.hd-btn:after, .nissen-links a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Umbraco-standard" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    margin-left: 15px;
    font-size: .75em;
}

.nissen-links a:after {
    color: #02afef;
}

.nissen-links {
	margin-bottom: -30px;
}
/****************************************************************************** 
  Buttons themes
******************************************************************************/
.hd-btn.secondary,
[data-button-color="Secondary-color"] .hd-btn {
    border-color: #004c82;
    background-color: #004c82;
    color: white;
}

    .hd-btn.secondary:hover,
    [data-button-color="Secondary-color"] .hd-btn:hover,
    .hd-btn.secondary:focus,
    [data-button-color="Secondary-color"] .hd-btn:focus {
        background-color: #02afef;
        border-color: #02afef;
        color: white;
    }

    .hd-btn.secondary.inverted,
    [data-button-color="Secondary-color"] .hd-btn.inverted {
        border-color: transparent;
        background-color: transparent;
        color: #004c82;
        padding-left: 0;
        border: none;
    }

        .hd-btn.secondary.inverted:after,
        [data-button-color="Secondary-color"] .hd-btn.inverted:after {
            color: #02afef;
        }

        .hd-btn.secondary.inverted:hover,
        [data-button-color="Secondary-color"] .hd-btn.inverted:hover,
        .hd-btn.secondary.inverted:focus,
        [data-button-color="Secondary-color"] .hd-btn.inverted:focus {
            background-color: transparent;
            border-color: transparent;
            color: #02afef;
        }

.hd-btn.tertiary,
[data-button-color="Tertiary-color"] .hd-btn {
    border-color: transparent;
    background-color: transparent;
    color: white;
    padding-left: 0;
    padding-right: 0;
    border: none;
    /*
  &.inverted {
    border-color: @button-tertiary-inverted-border-color;
    background-color: @button-tertiary-inverted-bg-color;
    color: @button-tertiary-inverted-color;
    &:hover, 
    &:focus {
      background-color: @button-tertiary-inverted-bg-color-active;
      border-color: @button-tertiary-inverted-border-color-active;
      color: @button-tertiary-inverted-color-active;
    }
  }
  */
}

    .hd-btn.tertiary:hover,
    [data-button-color="Tertiary-color"] .hd-btn:hover,
    .hd-btn.tertiary:focus,
    [data-button-color="Tertiary-color"] .hd-btn:focus {
        background-color: transparent;
        border-color: transparent;
        color: #02afef;
    }

.hd-btn.circle {
    min-width: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border-color: #c1e5f4;
    color: #02afef;
    height: 26px;
    width: 26px;
    line-height: 26px;
}

@media (min-width: 480px) {
    .hd-btn.circle {
        height: 32px;
        width: 32px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) {
    .hd-btn.circle {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
}

.hd-btn.circle:after {
    margin: 0;
}
/****************************************************************************** 
  RTE Buttons fix (fix if buttons are added via RTE)
******************************************************************************/
.rte-hd-btn,
.rte-hd-btn-download {
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 1;
}

    .rte-hd-btn a,
    .rte-hd-btn-download a {
        background: #02afef;
        border: 1px solid #02afef;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: white;
        cursor: pointer;
        display: inline-block;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1em;
        font-weight: 600;
        margin: 3px 0;
        min-width: 100px;
        padding: 0.75em 1.25em;
        position: relative;
        letter-spacing: 0.5px;
        line-height: 1.3;
        outline: none;
        text-align: center;
        text-decoration: none;
        text-transform: normal;
        touch-action: manipulation;
        z-index: 1;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

@media (min-width: 768px) {
    .rte-hd-btn a,
    .rte-hd-btn-download a {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 992px) {
    .rte-hd-btn a,
    .rte-hd-btn-download a {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 1200px) {
    .rte-hd-btn a,
    .rte-hd-btn-download a {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

.rte-hd-btn a:hover,
.rte-hd-btn-download a:hover,
.rte-hd-btn a:focus,
.rte-hd-btn-download a:focus {
    background-color: #b00d28;
    border-color: #b00d28;
    wincolor: white;
    outline: none;
    text-decoration: none;
}

.rte-hd-btn a.inverted,
.rte-hd-btn-download a.inverted {
    border: none;
    background: transparent;
    color: #02afef;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

    .rte-hd-btn a.inverted:hover,
    .rte-hd-btn-download a.inverted:hover,
    .rte-hd-btn a.inverted:focus,
    .rte-hd-btn-download a.inverted:focus {
        background-color: transparent;
        border-color: transparent;
        color: #b00d28;
    }

.rte-hd-btn a:after,
.rte-hd-btn-download a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Umbraco-standard" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    margin-left: 15px;
    font-size: .75em;
}
/****************************************************************************** 
  Play button & Plus icon button
******************************************************************************/
.play-icon-button,
.plus-icon-button {
    background-color: transparent;
    border: 1px solid transparent;
    color: white;
    font-size: 20px;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 90px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 992px) {
    .play-icon-button,
    .plus-icon-button {
        font-size: 20px;
        width: 90px;
        height: 90px;
        line-height: 105px;
    }
}

@media (min-width: 1200px) {
    .play-icon-button,
    .plus-icon-button {
        font-size: 22px;
        width: 110px;
        height: 110px;
        line-height: 124px;
    }
}

.play-icon-button.centered,
.plus-icon-button.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

@media (min-width: 992px) {
    .play-icon-button.centered,
    .plus-icon-button.centered {
        margin-left: -45px;
        margin-top: -45px;
    }
}

@media (min-width: 1200px) {
    .play-icon-button.centered,
    .plus-icon-button.centered {
        margin-left: -55px;
        margin-top: -55px;
    }
}

.play-icon-button:hover,
.plus-icon-button:hover,
.fancybox:hover .circle-btn,
.fancybox-media:hover .circle-btn,
.teaser-box:hover .play-icon-button,
.teaser-box:hover .plus-icon-button {
    border-color: transparent;
    background-color: transparent;
    color: white;
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

    .play-icon-button:hover span,
    .plus-icon-button:hover span,
    .fancybox:hover .circle-btn span,
    .fancybox-media:hover .circle-btn span,
    .teaser-box:hover .play-icon-button span,
    .teaser-box:hover .plus-icon-button span {
        color: white;
    }

.play-icon-button .icon-play {
    position: relative;
    left: 2px;
}
/*************************************************************************************************** 
  Play button
****************************************************************************************************/
.play-btn {
    background-color: transparent;
    border: none;
    color: white;
    display: inline-block;
    outline: none !important;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    text-decoration: none !important;
    width: 80px;
    height: 80px;
    line-height: 90px;
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    -o-transform: scale(0.975);
    transform: scale(0.975);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .play-btn:before {
        content: "";
        border: 2px solid white;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        filter: alpha(opacity=75);
        opacity: 0.75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
        filter: alpha(opacity = 75);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .play-btn > span {
        font-size: 20px;
        filter: alpha(opacity=75);
        opacity: 0.75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
        filter: alpha(opacity = 75);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .play-btn:hover,
    .play-btn:focus {
        background-color: transparent;
        color: white;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

        .play-btn:hover:before,
        .play-btn:focus:before {
            border-color: white;
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
        }

        .play-btn:hover > span,
        .play-btn:focus > span {
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
        }
/*************************************************************************************************** 
  .open-video-overlay
****************************************************************************************************/
.open-video-overlay,
.play-btn-large {
    background-color: transparent;
    border: none;
    color: white;
    display: inline-block;
    outline: none !important;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    text-decoration: none !important;
    width: 80px;
    height: 80px;
    line-height: 90px;
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    -o-transform: scale(0.975);
    transform: scale(0.975);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .open-video-overlay:before,
    .play-btn-large:before {
        content: "";
        border: 2px solid white;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        filter: alpha(opacity=75);
        opacity: 0.75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
        filter: alpha(opacity = 75);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .open-video-overlay > span,
    .play-btn-large > span {
        font-size: 20px;
        filter: alpha(opacity=75);
        opacity: 0.75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
        filter: alpha(opacity = 75);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .open-video-overlay:hover,
    .play-btn-large:hover,
    .open-video-overlay:focus,
    .play-btn-large:focus {
        background-color: transparent;
        color: white;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

        .open-video-overlay:hover:before,
        .play-btn-large:hover:before,
        .open-video-overlay:focus:before,
        .play-btn-large:focus:before {
            border-color: white;
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
        }

        .open-video-overlay:hover > span,
        .play-btn-large:hover > span,
        .open-video-overlay:focus > span,
        .play-btn-large:focus > span {
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
        }

@media (min-width: 992px) {
    .open-video-overlay,
    .play-btn-large {
        width: 90px;
        height: 90px;
        line-height: 105px;
    }
}

@media (min-width: 1200px) {
    .open-video-overlay,
    .play-btn-large {
        width: 110px;
        height: 110px;
        line-height: 124px;
    }
}

@media (min-width: 992px) {
    .open-video-overlay > span,
    .play-btn-large > span {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .open-video-overlay > span,
    .play-btn-large > span {
        font-size: 22px;
    }
}
/****************************************************************************** 
    Forms
******************************************************************************/
form {
    position: relative;
    z-index: 1;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0 0 2em 0;
}

legend {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.3em;
}

    legend p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    legend {
        font-size: 1.4em;
    }
}

@media (min-width: 992px) {
    legend {
        font-size: 1.4em;
    }
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.75em;
    }
}

@media (min-width: 1800px) {
    legend {
        font-size: 1.75em;
    }
}

label {
    text-transform: none;
    color: inherit;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="email"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.3;
    color: #004c82;
    background-image: none;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #004c82;
    border-radius: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: semibold;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-transform: none;
    padding: 0.5em 1em;
    margin: 0 0 0.75em 0;
    outline: none;
}

    input[type="text"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="number"]::-webkit-input-placeholder,
    input[type="color"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="datetime"]::-webkit-input-placeholder,
    input[type="datetime-local"]::-webkit-input-placeholder,
    input[type="date"]::-webkit-input-placeholder,
    input[type="month"]::-webkit-input-placeholder,
    input[type="time"]::-webkit-input-placeholder,
    input[type="week"]::-webkit-input-placeholder,
    input[type="number"]::-webkit-input-placeholder,
    input[type="url"]::-webkit-input-placeholder,
    select::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: inherit !important;
    }

    input[type="text"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="number"]:-moz-placeholder,
    input[type="color"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="datetime"]:-moz-placeholder,
    input[type="datetime-local"]:-moz-placeholder,
    input[type="date"]:-moz-placeholder,
    input[type="month"]:-moz-placeholder,
    input[type="time"]:-moz-placeholder,
    input[type="week"]:-moz-placeholder,
    input[type="number"]:-moz-placeholder,
    input[type="url"]:-moz-placeholder,
    select:-moz-placeholder,
    textarea:-moz-placeholder {
        /* Firefox 18- */
        color: inherit !important;
    }

    input[type="text"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="number"]::-moz-placeholder,
    input[type="color"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="datetime"]::-moz-placeholder,
    input[type="datetime-local"]::-moz-placeholder,
    input[type="date"]::-moz-placeholder,
    input[type="month"]::-moz-placeholder,
    input[type="time"]::-moz-placeholder,
    input[type="week"]::-moz-placeholder,
    input[type="number"]::-moz-placeholder,
    input[type="url"]::-moz-placeholder,
    select::-moz-placeholder,
    textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: inherit !important;
    }

    input[type="text"] :-ms-input-placeholder,
    input[type="password"] :-ms-input-placeholder,
    input[type="tel"] :-ms-input-placeholder,
    input[type="number"] :-ms-input-placeholder,
    input[type="color"] :-ms-input-placeholder,
    input[type="email"] :-ms-input-placeholder,
    input[type="search"] :-ms-input-placeholder,
    input[type="datetime"] :-ms-input-placeholder,
    input[type="datetime-local"] :-ms-input-placeholder,
    input[type="date"] :-ms-input-placeholder,
    input[type="month"] :-ms-input-placeholder,
    input[type="time"] :-ms-input-placeholder,
    input[type="week"] :-ms-input-placeholder,
    input[type="number"] :-ms-input-placeholder,
    input[type="url"] :-ms-input-placeholder,
    select :-ms-input-placeholder,
    textarea :-ms-input-placeholder {
        color: inherit !important;
    }

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,
    input[type="color"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    select:focus,
    textarea:focus {
        border-color: #003d69;
    }

@media (min-width: 768px) {
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    input[type="color"],
    input[type="email"],
    input[type="search"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="url"],
    select,
    textarea {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 992px) {
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    input[type="color"],
    input[type="email"],
    input[type="search"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="url"],
    select,
    textarea {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 1200px) {
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    input[type="color"],
    input[type="email"],
    input[type="search"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="url"],
    select,
    textarea {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}
/***************************************************************************************** 
    //CSS3 Checkboxes & Radio buttons 
    (http://www.hongkiat.com/blog/css3-checkbox-radio/)
******************************************************************************************/
.css3-checkbox input[type="checkbox"] {
    display: none;
}

    .css3-checkbox input[type="checkbox"] + label {
        color: #004c82;
        cursor: pointer;
        font-weight: normal;
        font-size: 1em;
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .css3-checkbox input[type="checkbox"] + label:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: -3px 8px 0 0;
            vertical-align: middle;
            cursor: pointer;
            border: 1px solid #b00d28;
            background-color: #b00d28;
        }

    .css3-checkbox input[type="checkbox"]:checked + label:before {
        background-color: #02afef;
        border-color: #02afef;
    }

.css3-checkbox.medium input[type="checkbox"] + label:before {
    width: 16px;
    height: 16px;
    margin: -3px 8px 0 0;
}

.css3-checkbox.large input[type="checkbox"] + label:before {
    width: 24px;
    height: 24px;
    margin: -2px 10px 0 0;
}

.lt-ie9 .css3-checkbox input[type="checkbox"] {
    display: block;
}

    .lt-ie9 .css3-checkbox input[type="checkbox"] + label:before {
        display: none;
    }

.css3-checkbox-radio input[type="radio"] {
    display: none;
}

    .css3-checkbox-radio input[type="radio"] + label {
        color: #004c82;
        cursor: pointer;
        font-weight: normal;
        font-size: 1em;
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .css3-checkbox-radio input[type="radio"] + label:before {
            content: "";
            display: inline-block;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            width: 12px;
            height: 12px;
            margin: -3px 8px 0 0;
            border: 1px solid #b00d28;
            background-color: #b00d28;
        }

    .css3-checkbox-radio input[type="radio"]:checked + label:before {
        background-color: #02afef;
        border-color: #02afef;
    }

.css3-checkbox-radio.medium input[type="radio"] + label:before {
    width: 16px;
    height: 16px;
    margin: -3px 8px 0 0;
}

.css3-checkbox-radio.large input[type="radio"] + label:before {
    width: 24px;
    height: 24px;
    margin: -2px 10px 0 0;
}

.lt-ie9 .css3-checkbox-radio input[type="radio"] {
    display: block;
}

    .lt-ie9 .css3-checkbox-radio input[type="radio"] + label {
        padding-left: 0;
        margin-right: 0;
    }

        .lt-ie9 .css3-checkbox-radio input[type="radio"] + label:before {
            display: none;
        }
/****************************************************************************** 
  Form validation
******************************************************************************/
.form-validation {
    font-size: 12px;
    font-family: inherit;
    font-style: italic;
    color: red;
    display: block;
    width: 100%;
    padding: 5px 0;
}

    .form-validation:before,
    .form-validation:after {
        content: " ";
        display: table;
    }

    .form-validation:after {
        clear: both;
    }

    .form-validation:before,
    .form-validation:after {
        content: " ";
        display: table;
    }

    .form-validation:after {
        clear: both;
    }

    .form-validation .field-validation-error {
        display: block;
        font-size: 14px;
    }
/****************************************************************************** 
  Paragraph module
******************************************************************************/
#content-block-01 > .paragraph {
    padding: 2.25em 15px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #content-block-01 > .paragraph {
        padding: 2.75em 15px;
    }
}

@media (min-width: 992px) {
    #content-block-01 > .paragraph {
        padding: 2.75em 15px;
    }
}

@media (min-width: 1200px) {
    #content-block-01 > .paragraph {
        padding: 3.5em 15px;
    }
}

#content-block-01 > .paragraph form {
    margin: 0 auto;
    max-width: 620px !important;
}

    #content-block-01 > .paragraph form > table {
        width: 100% !important;
    }
/****************************************************************************** 
  .select-wrapper
******************************************************************************/
.select-wrapper {
    background-color: #FFF;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .select-wrapper:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "Umbraco-standard" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e901";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 40px;
        text-align: center;
        z-index: 5;
        line-height: 46px;
    }

    .select-wrapper select {
        background: transparent;
        border-color: #FFF;
        cursor: pointer;
        margin: 0 0 1em 0;
        padding: 12px 15px;
        text-transform: uppercase;
        position: relative;
        -webkit-appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        appearance: none;
        z-index: 10;
    }

@media (min-width: 768px) {
    .select-wrapper select {
        margin-bottom: 0;
    }
}

.select-wrapper select:disabled {
    cursor: default;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity = 50);
}
/****************************************************************************** 
  Un-sexy helper tricks
******************************************************************************/
.no-padding {
    padding: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

    .no-margin .container,
    .no-margin section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

.no-top-margin {
    margin-top: 0 !important;
}

    .no-top-margin .container,
    .no-top-margin section {
        padding-top: 0 !important;
    }

    .no-top-margin section {
        padding-bottom: 0 !important;
    }

.no-bottom-margin {
    margin-bottom: 0 !important;
}

    .no-bottom-margin .container,
    .no-bottom-margin section {
        padding-bottom: 0 !important;
    }

    .no-bottom-margin section {
        padding-top: 0 !important;
    }

.search-result {
    padding: 2.25em 15px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .search-result {
        padding: 2.75em 15px;
    }
}

@media (min-width: 992px) {
    .search-result {
        padding: 2.75em 15px;
    }
}

@media (min-width: 1200px) {
    .search-result {
        padding: 3.5em 15px;
    }
}

@media (min-width: 1200px) {
    .search-result {
        margin-top: 120px;
        padding-left: 45px;
        padding-right: 45px;
    }
}

.search-result ul {
    max-width: 900px;
    padding-left: 15px;
}

    .search-result ul li {
        margin-bottom: 1.5em;
    }

        .search-result ul li a {
            display: block;
            font-weight: bold;
            outline: none !important;
        }
/****************************************************************************** 
  Top navigation variables
******************************************************************************/
/****************************************************************************** 
  #top
******************************************************************************/
#top {
    background-color: white;
    color: #004c82;
    font-size: 1em;
    font-family: "Source Sans Pro", sans-serif;
    height: 72px;
    position: relative;
    z-index: 101;
    center: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 768px) {
    #top {
        height: 90px;
    }
}

@media (min-width: 992px) {
    #top {
        height: 90px;
    }
}

@media (min-width: 1200px) {
    #top {
        background: transparent;
        height: 90px;
        position: fixed;
    }
}

body {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 1200px) {
    body {
        padding-top: 0;
    }
}
/****************************************************************************** 
  #top-nav
******************************************************************************/
#top-nav {
    position: relative;
    height: 100%;
    z-index: 3;
    background: white;
}

@media (min-width: 992px) {
    #top-nav {
        background: transparent;
    }
}

#top-nav .container {
    padding: 0;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    position: relative;
    padding-bottom: 14px;
    padding-bottom: 8px;
}

    #top-nav .container:before,
    #top-nav .container:after {
        content: " ";
        display: table;
    }

    #top-nav .container:after {
        clear: both;
    }

    #top-nav .container:before,
    #top-nav .container:after {
        content: " ";
        display: table;
    }

    #top-nav .container:after {
        clear: both;
    }

    #top-nav .container:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    #top-nav .container:before {
        bottom: 10px;
        height: 4px;
    }
}

#top-nav .container:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    #top-nav .container:after {
        height: 10px;
    }
}

#top-nav .container:before {
    background-color: #004c82;
}

#top-nav .container:after {
    background-color: white;
}

@media (min-width: 1200px) {
    #top-nav .container {
        background-color: #FFF;
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
        top: 20px;
        padding-bottom: 0;
    }

        #top-nav .container:before,
        #top-nav .container:after {
            display: none;
        }
}

#top-nav a,
#top-nav a:link,
#top-nav a:visited {
    text-decoration: none;
    outline: none;
    text-transform: none;
    color: #004c82;
}

    #top-nav a:hover {
        color: #02afef;
    }

#top-nav button {
    background: transparent;
    border: 0;
    outline: none;
}

@media (min-width: 1200px) {
    #top-nav:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -34px;
        width: 1170px;
        height: 10px;
        margin-left: -585px;
        background-color: white;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
}

#top-nav.bottom-blue:after {
    background-color: #02afef;
}
/****************************************************************************** 
  .logo
******************************************************************************/
.logo {
    background-image: url("../images/logo.png");
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: inline-block;
    float: left;
    position: relative;
    top: 0;
    left: 15px;
    overflow: hidden;
    outline: none;
    height: 100%;
    width: 86px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   -moz-min-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) { 
    background-image: url("../images/logo@2x.png");
  }
  */
}

@media (min-width: 768px) {
    .logo {
        width: 100px;
    }
}

@media (min-width: 992px) {
    .logo {
        width: 100px;
    }
}

@media (min-width: 1200px) {
    .logo {
        width: 100px;
        left: 30px;
    }
}

.logo > .company-name {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
/****************************************************************************** 
  .burger-btn
******************************************************************************/
button.burger-btn {
    display: block;
    width: 34px;
    height: 15px;
    cursor: pointer;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 15px;
    bottom: 23px;
    -webkit-appearance: none;
    border-radius: 0px;
    outline: none;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    button.burger-btn {
        bottom: 30px;
    }
}

@media (min-width: 992px) {
    button.burger-btn {
        display: none;
    }
}

button.burger-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #004c82;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    button.burger-btn span:nth-child(1) {
        top: 0px;
    }

    button.burger-btn span:nth-child(2),
    button.burger-btn span:nth-child(3) {
        top: 4px;
    }

    button.burger-btn span:nth-child(4) {
        top: 9px;
        background-color: #b00d28;
        height: 4px;
    }

button.burger-btn.active span:nth-child(1) {
    width: 0%;
    left: 50%;
}

button.burger-btn.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

button.burger-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
}

button.burger-btn.active span:nth-child(4) {
    width: 0%;
    left: 50%;
}

button.burger-btn:hover span {
    background: #02afef;
}
/****************************************************************************** 
  #search-nav
******************************************************************************/
#search-nav {
    position: absolute;
    right: 70px;
    bottom: 16px;
}

@media (min-width: 768px) {
    #search-nav {
        bottom: 24px;
    }
}

@media (min-width: 1200px) {
    #search-nav {
        bottom: 17px;
    }
}

#search-nav button {
    height: 30px;
    width: 66px;
    padding: 0;
    font-size: 20px;
    border-right: 1px dotted #004c82;
}

@media (min-width: 1200px) {
    #search-nav button {
        border-left: 1px dotted #004c82;
    }
}

#search-nav ul {
    display: none;
}

#search-nav .toggle-megadropdown {
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}

    #search-nav .toggle-megadropdown > span {
        display: inline-block;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #search-nav .toggle-megadropdown.open,
    #search-nav .toggle-megadropdown.active {
        color: #02afef;
    }

        #search-nav .toggle-megadropdown.open > span,
        #search-nav .toggle-megadropdown.active > span {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        #search-nav .toggle-megadropdown.open:after,
        #search-nav .toggle-megadropdown.active:after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 22%;
            width: 56%;
            height: 3px;
            background-color: #02afef;
            -webkit-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
        }

@media (min-width: 768px) {
    #search-nav .toggle-megadropdown.open:after,
    #search-nav .toggle-megadropdown.active:after {
        bottom: -16px;
    }
}

@media (min-width: 1200px) {
    #search-nav .toggle-megadropdown.open:after,
    #search-nav .toggle-megadropdown.active:after {
        bottom: -17px;
    }
}

#search-nav .toggle-megadropdown:hover {
    color: #02afef;
}
/****************************************************************************** 
  #primary-nav
******************************************************************************/
#primary-nav {
    color: #004c82;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 20.5%;
    bottom: 0;
    text-transform: none;
    display: none;
}

    #primary-nav:before,
    #primary-nav:after {
        content: " ";
        display: table;
    }

    #primary-nav:after {
        clear: both;
    }

    #primary-nav:before,
    #primary-nav:after {
        content: " ";
        display: table;
    }

    #primary-nav:after {
        clear: both;
    }

@media (min-width: 992px) {
    #primary-nav {
        display: block;
    }
}

@media (min-width: 992px) {
    #primary-nav {
        font-size: 1em;
        bottom: 8px;
    }
}

@media (min-width: 1200px) {
    #primary-nav {
        bottom: 0;
    }
}

#primary-nav > li {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 1200px) {
    #primary-nav > li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#primary-nav > li > a,
#primary-nav > li > a:link,
#primary-nav > li > a:visited {
    color: #004c82;
    display: inline-block;
    padding: 20px 5px;
    text-transform: inherit;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #primary-nav > li > a:hover,
    #primary-nav > li > a:link:hover,
    #primary-nav > li > a:visited:hover,
    #primary-nav > li > a.active,
    #primary-nav > li > a:link.active,
    #primary-nav > li > a:visited.active,
    #primary-nav > li > a.on,
    #primary-nav > li > a:link.on,
    #primary-nav > li > a:visited.on {
        color: #02afef;
    }

        #primary-nav > li > a.active:after,
        #primary-nav > li > a:link.active:after,
        #primary-nav > li > a:visited.active:after,
        #primary-nav > li > a.on:after,
        #primary-nav > li > a:link.on:after,
        #primary-nav > li > a:visited.on:after {
            content: "";
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            background-color: #02afef;
            -webkit-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
        }

#primary-nav > li.on > a,
#primary-nav > li.on > a:link,
#primary-nav > li.on > a:visited {
    color: #02afef;
}
/****************************************************************************** 
  #megadropdown-nav
******************************************************************************/
#megadropdown-nav {
    color: #004c82;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    #megadropdown-nav {
        top: 24px;
    }
}

#megadropdown-nav .container {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#megadropdown-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#megadropdown-nav a {
    display: block;
    font-size: inherit;
    color: inherit;
    padding: 0.5em 0;
    outline: none;
}

    #megadropdown-nav a:hover,
    #megadropdown-nav a:focus,
    #megadropdown-nav a:active {
        color: #02afef;
        outline: none;
    }

.is-mega-dropdown {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: none;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .is-mega-dropdown {
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 0px 0px 10px 10px;
    }
}

.megadropdown-row {
    background-color: #ffffff;
    color: #004c82;
    margin-left: -15px;
    margin-right: -15px;
}

    .megadropdown-row .col {
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

@media (min-width: 768px) {
    .megadropdown-row .col {
        float: left;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .megadropdown-row .col {
        float: left;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .megadropdown-row .col {
        float: left;
        width: 20%;
    }
}

.megadropdown-row .col ul {
    font-size: .85em;
}

.megadropdown-row .col .header {
    padding: 0;
}
/*************************************************************************************************** 
  #megadropdown-search
****************************************************************************************************/
#megadropdown-search > .container {
    margin: 0 auto;
    padding: 15px;
    background-color: #02afef;
    color: white;
}

@media (min-width: 992px) {
    #megadropdown-search > .container {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

#megadropdown-search form {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    font-size: 1.25em;
}

@media (min-width: 992px) {
    #megadropdown-search form {
        font-size: 1.5em;
    }
}

#megadropdown-search form input[type=text],
#megadropdown-search form input[type=search] {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    color: white;
    text-align: left;
    margin: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0;
    padding: 0 50px 0 0;
    outline: none;
}

@media (min-width: 1200px) {
    #megadropdown-search form input[type=text],
    #megadropdown-search form input[type=search] {
        padding-left: 15px;
        padding-right: 120px;
    }
}

#megadropdown-search form input[type=submit],
#megadropdown-search form button[type=submit] {
    position: absolute;
    right: 0;
    top: 13px;
    height: 34px;
    width: 34px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    margin-bottom: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 12px;
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
    outline: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 1200px) {
    #megadropdown-search form input[type=submit],
    #megadropdown-search form button[type=submit] {
        right: 71px;
    }
}

#megadropdown-search form input[type=submit]:hover,
#megadropdown-search form button[type=submit]:hover,
#megadropdown-search form input[type=submit]:focus,
#megadropdown-search form button[type=submit]:focus {
    outline: none;
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}
/*************************************************************************************************** 
  .megadropdown-row.buttons
****************************************************************************************************/
.megadropdown-row .col-sm-6 ul {
    float: left;
    width: 50%;
}

.megadropdown-row.categories {
    margin: 0;
}

    .megadropdown-row.categories > div {
        border-bottom: 1px dotted #004c82;
        border-right: 1px dotted #004c82;
        position: relative;
        padding: 0;
    }

@media (min-width: 768px) {
    .megadropdown-row.categories > div {
        border-left: 1px dotted #004c82;
        border-bottom: none;
        border-right: none;
    }

        .megadropdown-row.categories > div:first-child {
            border-left: none;
        }
}

.megadropdown-row.automotive {
    margin: 0 6px 6px 6px;
    padding: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .megadropdown-row.automotive {
        background-color: #004c82;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin-top: 6px;
    }
}

.megadropdown-row.automotive > div {
    padding: 15px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right top;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .megadropdown-row.automotive > div {
        height: 250px;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .megadropdown-row.automotive > div {
        padding: 25px;
    }
}

.megadropdown-row.automotive a {
    display: block;
}

    .megadropdown-row.automotive a:hover {
        color: #02afef;
    }

.megadropdown-row.automotive h3 {
    font-size: 1.25em;
    padding-right: 15%;
    margin: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .megadropdown-row.automotive h3 a {
        padding: 0 !important;
        margin: 0 !important;
    }

        .megadropdown-row.automotive h3 a:after {
            display: none;
        }

@media (min-width: 768px) {
    .megadropdown-row.automotive h3 {
        width: 90%;
        font-size: 1.15em;
        margin-top: 5px;
        padding-bottom: 15px;
        margin-bottom: 10px;
        border-bottom: 1px dotted white;
    }
}

.megadropdown-row.automotive h3 button {
    position: absolute;
    right: -4px;
    top: -15px;
    font-size: 20px;
    background: 0 0;
    border: none;
    width: 104px;
    height: 50px;
    outline: none !important;
}

@media (min-width: 768px) {
    .megadropdown-row.automotive h3 button {
        display: none;
    }
}

.megadropdown-row.automotive a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Umbraco-standard" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-size: 12px;
    margin-left: 7px;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.megadropdown-row.automotive a:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.megadropdown-row.automotive ul {
    margin-bottom: 1em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .megadropdown-row.automotive ul:before,
    .megadropdown-row.automotive ul:after {
        content: " ";
        display: table;
    }

    .megadropdown-row.automotive ul:after {
        clear: both;
    }

    .megadropdown-row.automotive ul:before,
    .megadropdown-row.automotive ul:after {
        content: " ";
        display: table;
    }

    .megadropdown-row.automotive ul:after {
        clear: both;
    }

    .megadropdown-row.automotive ul li {
        width: 50%;
        float: left;
    }

@media (max-width: 767px) {
    .megadropdown-row.automotive ul {
        max-height: 0;
        overflow: hidden;
    }

    .transition(max-height .7s) .megadropdown-row.automotive ul:before {
        content: "";
        position: absolute;
        left: 15px;
        top: 48px;
        width: 78%;
        height: 1px;
        border-top: 1px dotted white;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        -webkit-transition: opacity 0.8s;
        -o-transition: opacity 0.8s;
        transition: opacity 0.8s;
    }
}

.megadropdown-row.automotive .megadropdown-col.opened h3 {
    padding-bottom: 10px;
}

.megadropdown-row.automotive .megadropdown-col.opened ul {
    max-height: 500px;
}

    .megadropdown-row.automotive .megadropdown-col.opened ul:before {
        filter: alpha(opacity=85);
        opacity: 0.85;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
        filter: alpha(opacity = 85);
    }

.megadropdown-row.buttons {
    position: relative;
    top: -1px;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .megadropdown-row.buttons {
        min-height: 110px;
        top: 0;
    }
}

@media (min-width: 1200px) {
    .megadropdown-row.buttons {
        min-height: 130px;
    }
}

.megadropdown-row.buttons .col-sm-3 {
    padding: 0;
    margin: 0;
}

.megadropdown-row.buttons .icon-arrow-line-right {
    margin-left: 7px;
    position: relative;
    top: 2px;
}

#megadropdown-nav a.md-btn {
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    padding: 25px 0;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 1.3;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-transform: normal;
    touch-action: manipulation;
    display: block;
    background-color: #02afef;
    border: none;
    color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 65px;
}

@media (min-width: 768px) {
    #megadropdown-nav a.md-btn {
        height: 70px;
    }
}

@media (min-width: 1200px) {
    #megadropdown-nav a.md-btn {
        padding: 30px 15px;
        height: 80px;
    }
}

#megadropdown-nav a.md-btn > span {
    z-index: 2;
    position: relative;
}

#megadropdown-nav a.md-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (min-width: 768px) {
    #megadropdown-nav a.md-btn:before {
        background-image: -webkit-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: -o-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: linear-gradient(to bottom, transparent 0%, #02afef 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff02afef', GradientType=0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        z-index: 1;
    }
}

#megadropdown-nav a.md-btn:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    #megadropdown-nav a.md-btn:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    #megadropdown-nav a.md-btn:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

#megadropdown-nav a.md-btn:after {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
    top: 50%;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#megadropdown-nav a.md-btn:not(.alt):hover {
    background-color: #b00d28;
}

#megadropdown-nav a.md-btn.alt {
    font-size: 12px;
}

#megadropdown-nav .md-btn {
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    padding: 0px 0;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 1.3;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-transform: normal;
    touch-action: manipulation;
    display: block;
    background-color: #02afef;
    border: none;
    color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 65px;
}

@media (min-width: 768px) {
    #megadropdown-nav .md-btn {
        height: 70px;
    }
}

@media (min-width: 1200px) {
    #megadropdown-nav .md-btn {
        padding: 0px 15px;
        height: 80px;
    }
}

#megadropdown-nav .md-btn > span {
    z-index: 2;
    position: relative;
}

#megadropdown-nav .contact-item {
    position:relative;
    z-index:100;
    font-size: 15px;
}

#megadropdown-nav .contact-item:hover {
    color: #000;
}

#megadropdown-nav div.md-btn a {
    padding: 0.3em 0;
}

#megadropdown-nav .md-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (min-width: 768px) {
    #megadropdown-nav .md-btn:before {
        background-image: -webkit-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: -o-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: linear-gradient(to bottom, transparent 0%, #02afef 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff02afef', GradientType=0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        z-index: 1;
    }
}

#megadropdown-nav .md-btn:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    #megadropdown-nav .md-btn:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    #megadropdown-nav .md-btn:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

#megadropdown-nav .md-btn:after {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
    top: 50%;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* #megadropdown-nav .md-btn:not(.alt):hover {
    background-color: #b00d28;
} */

#megadropdown-nav .md-btn.alt {
    font-size: 12px;
}

@media (max-width: 767px) {
    #megadropdown-nav a.md-btn.alt:before {
        background-image: -webkit-linear-gradient(top, black 0%, black 100%);
        background-image: -o-linear-gradient(top, black 0%, black 100%);
        background-image: linear-gradient(to bottom, black 0%, black 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
        filter: alpha(opacity=40);
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
        filter: alpha(opacity = 40);
        z-index: 1;
    }
}

#megadropdown-nav a.md-btn.alt .icon-arrow-line-right {
    display: none;
}

@media (min-width: 768px) {
    #megadropdown-nav a.md-btn.alt {
        color: #004c82;
    }

        #megadropdown-nav a.md-btn.alt > span {
            position: relative;
            top: 50px;
        }
}

@media (min-width: 992px) {
    #megadropdown-nav a.md-btn.alt {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    #megadropdown-nav a.md-btn.alt > span {
        top: 60px;
    }
}

@media (min-width: 768px) {
    #megadropdown-nav a.md-btn.alt:hover:before {
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity = 100);
    }

    #megadropdown-nav a.md-btn.alt:hover:after {
        filter: alpha(opacity=75);
        opacity: 0.75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
        filter: alpha(opacity = 75);
    }
}
/*************************************************************************************************** 
  .category-menu-btn
****************************************************************************************************/
a.category-menu-btn {
    display: block;
    outline: none !important;
    text-align: center;
    margin: 0;
    padding: 15px 0 !important;
    height: 160px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    a.category-menu-btn {
        height: 210px;
    }
}

@media (min-width: 1200px) {
    a.category-menu-btn {
        padding: 30px !important;
        height: 280px;
    }
}

a.category-menu-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, transparent 0%, #02afef 100%);
    background-image: -o-linear-gradient(top, transparent 0%, #02afef 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #02afef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff02afef', GradientType=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

a.category-menu-btn:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    a.category-menu-btn:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    a.category-menu-btn:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

a.category-menu-btn:after {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
    top: 50%;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

a.category-menu-btn:hover:before {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

a.category-menu-btn:hover:after {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

a.category-menu-btn .h3 {
    color: #02afef;
    display: block;
    height: 25%;
    font-size: 1.15em;
    margin: 0;
}

@media (min-width: 480px) {
    a.category-menu-btn .h3 {
        font-size: 1.5em;
    }
}

@media (min-width: 1200px) {
    a.category-menu-btn .h3 {
        font-size: 1.6em;
        height: 20%;
    }
}

a.category-menu-btn .image {
    height: 75%;
}

@media (min-width: 1200px) {
    a.category-menu-btn .image {
        height: 80%;
    }
}

a.category-menu-btn .image img {
    max-height: 100%;
}
/************************************************************************************************************************** 
  Megadropdown grids
***************************************************************************************************************************/
.col-one-fifth {
    float: left;
    width: 50%;
}

@media (min-width: 768px) {
    .col-one-fifth {
        width: 20%;
    }
}

.col-one-fifth.col-five-fifth-xs {
    float: right;
}

@media (max-width: 767px) {
    .col-one-fifth.col-five-fifth-xs {
        width: 100%;
    }
}
/************************************************************************************************************************** 
  #mobile-megadropdown-nav
***************************************************************************************************************************/
#mobile-megadropdown-nav {
    background-color: white;
    color: white;
    display: block !important;
    position: relative;
    height: 94px !important;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

@media (min-width: 1200px) {
    #mobile-megadropdown-nav {
        display: none !important;
    }
}

#mobile-megadropdown-nav.opened {
    max-height: 94px;
}

#mobile-megadropdown-nav .language-nav {
    display: block;
    background-color: #02afef;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
}

    #mobile-megadropdown-nav .language-nav button {
        color: inherit;
        background: transparent;
        border: none;
        outline: none !important;
        padding: 10px 15px;
        margin: 0;
        width: 100%;
        text-align: left;
        padding-right: 50px;
        position: relative;
    }

        #mobile-megadropdown-nav .language-nav button .icon-arrow-down {
            position: absolute;
            right: 26px;
            top: 15px;
            font-size: 12px;
            display: inline-block;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        #mobile-megadropdown-nav .language-nav button .flag img {
            max-height: 25px;
        }

        #mobile-megadropdown-nav .language-nav button.active .icon-arrow-down {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

#mobile-megadropdown-nav .primary-nav {
    overflow-x: scroll;
}

    #mobile-megadropdown-nav .primary-nav:before,
    #mobile-megadropdown-nav .primary-nav:after {
        content: " ";
        display: table;
    }

    #mobile-megadropdown-nav .primary-nav:after {
        clear: both;
    }

    #mobile-megadropdown-nav .primary-nav:before,
    #mobile-megadropdown-nav .primary-nav:after {
        content: " ";
        display: table;
    }

    #mobile-megadropdown-nav .primary-nav:after {
        clear: both;
    }

    #mobile-megadropdown-nav .primary-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        min-width: 800px;
    }

        #mobile-megadropdown-nav .primary-nav ul > li {
            float: left;
            padding-left: 10px;
            padding-right: 10px;
        }

            #mobile-megadropdown-nav .primary-nav ul > li a {
                display: block;
                padding: 15px 5px;
                font-size: 1.15em;
                position: relative;
                color: #004c82;
            }

                #mobile-megadropdown-nav .primary-nav ul > li a:after {
                    content: "";
                    width: 100%;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    height: 3px;
                    background-color: #02afef;
                    -webkit-border-radius: 2px 2px 0 0;
                    border-radius: 2px 2px 0 0;
                    filter: alpha(opacity=0);
                    opacity: 0;
                    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
                    filter: alpha(opacity = 0);
                    -webkit-transition: opacity 0.3s;
                    -o-transition: opacity 0.3s;
                    transition: opacity 0.3s;
                }

                #mobile-megadropdown-nav .primary-nav ul > li a.active {
                    color: #02afef;
                }

                    #mobile-megadropdown-nav .primary-nav ul > li a.active:after {
                        filter: alpha(opacity=100);
                        opacity: 1;
                        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                        filter: alpha(opacity = 100);
                    }
/************************************************************************************************************************** 
  country line (flag + country name)
***************************************************************************************************************************/
.country .flag {
    width: 27px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .country .flag {
        margin-right: 15px;
    }
}
/************************************************************************************************************************** 
  #language-nav
***************************************************************************************************************************/
#language-nav {
    display: none;
}

    #language-nav button {
        font-size: 20px;
        height: 30px;
        padding: 0;
        width: 66px;
    }

        #language-nav button .flag img {
            max-height: 25px;
        }

@media (min-width: 992px) {
    #language-nav {
        display: block;
        position: absolute;
        right: 2px;
        bottom: 26px;
    }
}

@media (min-width: 1200px) {
    #language-nav {
        bottom: 19px;
    }
}

#language-nav .toggle-megadropdown:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Umbraco-standard" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    position: absolute;
    bottom: -14px;
    left: 41.5%;
    font-size: 12px;
    color: #004c82;
}

#language-nav .toggle-megadropdown.active :after {
    color: #02afef;
}

#megadropdown-language {
    font-size: 14px;
}

@media (max-width: 991px) {
    #megadropdown-language {
        top: -54px;
        z-index: 2;
    }
}

@media (min-width: 992px) {
    #megadropdown-language {
        width: 280px;
        left: 100%;
        margin-left: -280px;
    }
}

#megadropdown-language .container {
    background-color: #02afef;
    color: #FFF;
}

@media (min-width: 1200px) {
    #megadropdown-language .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

#megadropdown-language ul {
    list-style: none;
    padding: 1.5em 0;
    margin: 0 auto;
}

    #megadropdown-language ul > li {
        display: block;
    }

        #megadropdown-language ul > li a {
            display: block;
            outline: none;
            padding: 7px 15px;
            color: white !important;
            filter: alpha(opacity=50);
            opacity: 0.5;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
            filter: alpha(opacity = 50);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            #megadropdown-language ul > li a:hover {
                filter: alpha(opacity=100);
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity = 100);
            }

            #megadropdown-language ul > li a .flag {
                margin-right: 10px;
            }

                #megadropdown-language ul > li a .flag img {
                    max-height: 25px;
                }

        #megadropdown-language ul > li.on a {
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
            font-weight: bold;
        }
/************************************************************************************************************************** 
  #secondary-nav
***************************************************************************************************************************/
#secondary-nav {
    background-color: #02afef;
    color: #FFF;
    display: none;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
    top: 24px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    max-height: 0px;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

@media (min-width: 1200px) {
    #secondary-nav.active {
        max-height: 50px;
    }
}

#secondary-nav.hide {
    display: none !important;
}

@media (min-width: 1200px) {
    #secondary-nav {
        display: block;
    }
}

#secondary-nav ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

    #secondary-nav ul li {
        display: inline-block;
    }

        #secondary-nav ul li a {
            display: block;
            padding: .85em 1.25em;
            outline: none !important;
            filter: alpha(opacity=70);
            opacity: 0.7;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
            filter: alpha(opacity = 70);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            #secondary-nav ul li a:hover {
                filter: alpha(opacity=100);
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity = 100);
            }

            #secondary-nav ul li a.active {
                filter: alpha(opacity=100);
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity = 100);
            }

        #secondary-nav ul li.active a {
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
        }

.megadropdown-opened #secondary-nav {
    max-height: 0;
}
/************************************************************************************************************************** 
  #breadcrumb-nav
***************************************************************************************************************************/
#breadcrumb-nav {
    margin: 0 auto;
    max-width: 1200px;
    display: none;
}

    #breadcrumb-nav .breadcrumb {
        position: relative;
        left: 30px;
        top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #FFF;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

@media (min-width: 1200px) {
    #breadcrumb-nav {
        display: block;
    }
}

footer {
    background-color: #004c82;
    color: #819ec7;
    text-align: center;
    position: relative;
    min-height: 320px;
    margin-top: 50px;
}

@media (min-width: 768px) {
    footer {
        margin-top: 0;
        z-index: 3;
        margin-top: 15px;
    }
}

footer h4 {
    color: white;
    border-bottom: 1px dotted #FFF;
    padding-bottom: 1em;
    margin-bottom: 1.25em;
}

@media (min-width: 768px) {
    footer h4 {
        margin-top: 10px;
    }
}

footer p {
    color: inherit;
}

footer .hd-btn {
    z-index: 0;
}

footer a:not(.hd-btn) {
    color: inherit;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    footer a:not(.hd-btn):hover {
        color: white;
        outline: none;
    }

    footer a:not(.hd-btn)[href*="mailto"] {
        text-decoration: underline !important;
    }

@media (min-width: 768px) {
    footer .logo-white {
        margin-top: 5px;
    }
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    footer ul > li {
        margin-bottom: .5em;
    }

    footer ul a {
        font-weight: bold;
    }

        footer ul a:hover {
            color: purple;
        }

footer .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../images/footer-bg-743.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (min-width: 768px) {
    footer .bg {
        background-image: url("../images/footer-bg-1024.jpg");
    }
}

@media (min-width: 1200px) {
    footer .bg {
        background-image: url("../images/footer-bg-1500.jpg");
    }
}

@media (min-width: 1800px) {
    footer .bg {
        background-image: url("../images/footer-bg-1920.jpg");
    }
}

@media (min-width: 2500px) {
    footer .bg {
        background-image: url("../images/footer-bg-2560.jpg");
    }
}

footer .footer-container {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding: 2.25em 15px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    footer .footer-container {
        padding: 2.75em 15px;
    }
}

@media (min-width: 992px) {
    footer .footer-container {
        padding: 2.75em 15px;
    }
}

@media (min-width: 1200px) {
    footer .footer-container {
        padding: 3.5em 15px;
    }
}

footer .footer-container .row {
    margin-left: -15px;
    margin-right: -15px;
}

    footer .footer-container .row > div {
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 1.5em;
    }

@media (min-width: 768px) {
    footer .footer-container .row > div {
        float: left;
        width: 25%;
    }
}

@media (min-width: 992px) {
    footer .footer-container .row > div {
        float: left;
        width: 25%;
    }
}

@media (min-width: 768px) {
    footer .footer-container .row > div {
        padding-bottom: 0;
    }
}

footer .social-bar {
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
}

    footer .social-bar .social-icon {
        background-color: #02afef;
        color: white;
        display: inline-block;
        font-size: 0;
        width: 50px;
        height: 80px;
        position: relative;
        text-align: center;
        margin: 0 3px;
        outline: none;
        border-radius: 5px;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

@media (min-width: 1200px) {
    footer .social-bar .social-icon {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 1199px) {
    footer .social-bar .social-icon {
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }
}

footer .social-bar .social-icon span:before {
    font-size: 24px;
    line-height: 50px;
}

@media (max-width: 1199px) {
    footer .social-bar .social-icon span:before {
        line-height: 40px;
        font-size: 20px;
    }
}

footer .social-bar .social-icon:hover {
    background-color: #02afef;
    color: white;
    outline: none;
}

@media (min-width: 1200px) {
    footer .social-bar .social-icon:hover {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

footer .hd-btn.newsletter {
    background-color: #00375f;
    border-color: #00375f;
    color: inherit;
    width: 100%;
    text-align: left;
    font-size: 1em;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.25em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .hd-btn.newsletter {
        font-size: 13px;
        padding: 10px;
        margin-top: 0;
        margin-bottom: 20px;
        padding-top: 1.05em;
        padding-bottom: 1.05em;
    }
}

@media (min-width: 992px) {
    footer .hd-btn.newsletter {
        padding-top: .8em;
        padding-bottom: .8em;
        margin-bottom: 16px;
    }
}

@media (min-width: 1200px) {
    footer .hd-btn.newsletter {
        margin-bottom: 30px;
    }
}

footer .hd-btn.newsletter:after {
    position: absolute;
    top: 17px;
    right: 15px;
    color: #02afef;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .hd-btn.newsletter:after {
        display: none;
    }
}

footer .hd-btn.newsletter:hover {
    color: white;
}

footer .hd-btn.tertiary {
    font-size: 1em;
}

    footer .hd-btn.tertiary:after {
        color: #02afef;
    }

@media (min-width: 1200px) {
    footer .hd-btn.tertiary {
        font-size: 1.3em;
    }
}

.logo-white {
    display: block;
    position: relative;
}

@media (min-width: 1200px) {
    .logo-white {
        padding-left: 30px;
    }
}

.logo-white img {
    display: block;
}

@media (min-width: 1200px) {
    #bottom .social-bar .social-icon {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }

        #bottom .social-bar .social-icon:hover {
            background-color: #b00d28;
        }
}

@media (min-width: 768px) {
    .footer-container .col-shop > .hd-btn.tertiary {
        display: block;
        text-align: left;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 300;
        margin: 0 0 10px 0;
        text-transform: none;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        color: inherit;
        line-height: 1.1;
        font-family: inherit;
        font-size: 1em;
        font-weight: normal;
        padding-top: 8px;
        color: #FFF;
    }

        .footer-container .col-shop > .hd-btn.tertiary p {
            margin-bottom: 0 !important;
            line-height: 1.1 !important;
            font-size: 1em !important;
        }
}

@media (min-width: 768px) and (min-width: 768px) {
    .footer-container .col-shop > .hd-btn.tertiary {
        font-size: 1.1em;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .footer-container .col-shop > .hd-btn.tertiary {
        font-size: 1.1em;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .footer-container .col-shop > .hd-btn.tertiary {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) and (min-width: 1800px) {
    .footer-container .col-shop > .hd-btn.tertiary {
        font-size: 1.2em;
    }
}

.LegalDisclaimer > .hd-btn.tertiary {
    font-size: 1em;
    font-weight: normal;
    color: #819EC7;
}

    .LegalDisclaimer > .hd-btn.tertiary:hover {
        color: white;
    }

.LegalDisclaimer > a {
    text-align: left;
}

.LegalDisclaimer.data-policy {
  margin-top: -15px;
}
/************************************************************************************************************************** 
  Hero banner
***************************************************************************************************************************/
.module-hero-banner {
    background-color: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: inherit;
    min-height: 320px;
    position: relative;
    overflow: hidden;
    text-align: inherit;
    height: 440px;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (min-width: 768px) {
    .module-hero-banner {
        height: 33.33vh;
    }
}

@media (min-width: 992px) {
    .module-hero-banner {
        height: 33.33vh;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner {
        min-height: 500px;
        height: 50vh;
    }
}

@media (min-width: 1800px) {
    .module-hero-banner {
        height: 50vh;
    }
}

.module-hero-banner.is-ready {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-hero-banner .col {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

.module-hero-banner .txt {
    display: table-cell;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
}

.module-hero-banner .inner-txt {
    max-width: 100%;
}

@media (min-width: 992px) {
    .module-hero-banner .inner-txt {
        width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 1280px) {
    .module-hero-banner .inner-txt {
        width: 580px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.module-hero-banner p {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    font-weight: 300;
    line-height: 1.45;
}

    .module-hero-banner p p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    .module-hero-banner p {
        font-size: 1.1em;
    }
}

@media (min-width: 992px) {
    .module-hero-banner p {
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner p {
        font-size: 1.2em;
    }
}

@media (min-width: 1800px) {
    .module-hero-banner p {
        font-size: 1.2em;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner p {
        margin-bottom: 1em;
    }
}

@media (max-width: 767px) {
    .module-hero-banner.col-count-1 {
        height: 320px;
        min-height: 320px;
    }
}

.module-hero-banner.col-count-2:before,
.module-hero-banner.col-count-2:after {
    content: " ";
    display: table;
}

.module-hero-banner.col-count-2:after {
    clear: both;
}

.module-hero-banner.col-count-2:before,
.module-hero-banner.col-count-2:after {
    content: " ";
    display: table;
}

.module-hero-banner.col-count-2:after {
    clear: both;
}

@media (min-width: 768px) {
    .module-hero-banner.col-count-2 > .col.left-col .inner-txt {
        float: right;
    }
}

.module-hero-banner.col-count-2 .col {
    height: 50%;
}

@media (min-width: 768px) {
    .module-hero-banner.col-count-2 .col {
        width: 50%;
        height: 100%;
        float: left;
    }
}

@media (min-width: 768px) {
    .module-hero-banner.col-count-2 .col .inner-txt {
        float: left;
    }
}

.module-hero-banner.col-count-2 .col:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #004c82;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-hero-banner.col-count-2 .col.hovered:before {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity = 50);
}

.module-hero-banner.col-count-2.plus-sign:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    .module-hero-banner.col-count-2.plus-sign:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner.col-count-2.plus-sign:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

.module-hero-banner.col-count-2.plus-sign:after {
    top: 50%;
}

@media (min-width: 768px) {
    .module-hero-banner.col-count-2.plus-sign:after {
        top: 66.66%;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner[data-text-align="Bottom"] .txt {
        padding-top: 7em;
    }
}

.module-hero-banner.video.col-count-1 .txt .inner-text {
    width: 90%;
    max-width: 600px;
    padding: 30px 15px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px dotted #b7ccdb;
}

@media (min-width: 1200px) {
    .module-hero-banner.video.col-count-1 .txt .inner-text {
        margin-top: 6em;
        padding: 60px 30px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        max-width: 800px;
    }
}

.module-hero-banner.video.col-count-1 .txt .inner-text p {
    margin: 0;
}

.module-hero-banner.no-text {
    min-height: 150px;
    height: 150px;
}

@media (min-width: 768px) {
    .module-hero-banner.no-text {
        min-height: 240px;
        height: 240px;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner.no-text {
        height: 33.33vh;
        min-height: 350px;
    }
}

.module-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px dotted #004c82;
}

    .module-contact-list:before,
    .module-contact-list:after {
        content: " ";
        display: table;
    }

    .module-contact-list:after {
        clear: both;
    }

    .module-contact-list:before,
    .module-contact-list:after {
        content: " ";
        display: table;
    }

    .module-contact-list:after {
        clear: both;
    }

    .module-contact-list > li {
        float: left;
        border-top: 1px dotted #004c82;
        padding: 15px 0;
        width: 100%;
    }

@media (min-width: 768px) {
    .module-contact-list > li {
        width: 50%;
        border-right: 1px dotted #004c82;
        padding: 15px;
    }

        .module-contact-list > li:nth-child(2n) {
            border-right: none;
        }
}

@media (min-width: 1200px) {
    .module-contact-list > li {
        padding: 30px;
    }
}

.module-contact:before,
.module-contact:after {
    content: " ";
    display: table;
}

.module-contact:after {
    clear: both;
}

.module-contact:before,
.module-contact:after {
    content: " ";
    display: table;
}

.module-contact:after {
    clear: both;
}

@media (min-width: 768px) {
    .module-contact {
        min-height: 170px;
    }
}

@media (min-width: 1200px) {
    .module-contact {
        min-height: 140px;
    }
}

.module-contact > div {
    display: table-cell;
    vertical-align: top;
}

.module-contact .content-container {
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .module-contact .content-container {
        padding-left: 30px;
    }
}

.module-contact .content-container > div,
.module-contact .content-container > a {
    margin-bottom: 5px;
}

.module-contact .content-container a {
    display: block;
    outline: none;
    position: relative;
}

    .module-contact .content-container a:hover,
    .module-contact .content-container a:focus,
    .module-contact .content-container a:visited {
        outline: none;
        color: #02afef;
    }

.module-contact .content-container .role {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.3em;
}

    .module-contact .content-container .role p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    .module-contact .content-container .role {
        font-size: 1.4em;
    }
}

@media (min-width: 992px) {
    .module-contact .content-container .role {
        font-size: 1.4em;
    }
}

@media (min-width: 1200px) {
    .module-contact .content-container .role {
        font-size: 1.75em;
    }
}

@media (min-width: 1800px) {
    .module-contact .content-container .role {
        font-size: 1.75em;
    }
}

.module-contact .content-container .phone {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.3em;
    color: #02afef;
}

    .module-contact .content-container .phone p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    .module-contact .content-container .phone {
        font-size: 1.4em;
    }
}

@media (min-width: 992px) {
    .module-contact .content-container .phone {
        font-size: 1.4em;
    }
}

@media (min-width: 1200px) {
    .module-contact .content-container .phone {
        font-size: 1.75em;
    }
}

@media (min-width: 1800px) {
    .module-contact .content-container .phone {
        font-size: 1.75em;
    }
}

.module-contact .content-container .email {
    color: #02afef;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .module-contact .image-container {
        padding-right: 15px;
    }
}

.module-contact .image-container > div {
    width: 86px;
    text-align: center;
}

@media (min-width: 1200px) {
    .module-contact .image-container > div {
        width: 130px;
    }
}

.module-contact .image-container img {
    width: 110px;
    display: block;
    margin: 0 auto;
}

.module-contact .content-container {
    padding-left: 15px;
}

.module-contact .social-bar {
    padding-top: .5em;
    padding-bottom: .5em;
}

    .module-contact .social-bar .social-icon {
        background-color: transparent;
        color: #000000;
        display: inline-block;
        font-size: 0;
        width: 15px;
        height: 15px;
        position: relative;
        text-align: center;
        margin: 5px 5px 0 0;
    }

        .module-contact .social-bar .social-icon span:before {
            font-size: 15px;
            line-height: 15px;
        }

        .module-contact .social-bar .social-icon:hover {
            background-color: transparent;
            color: #004c82;
        }

    .module-contact .social-bar .no-icon {
        display: block;
        clear: both;
    }
/*********************************************************************************
 * 	Core Owl Carousel CSS File
 *	v1.3.3
**********************************************************************************/
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
    cursor: url(/scripts/lib/owl-carousel/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/*********************************************************************************
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
**********************************************************************************/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
    /* Styling Pagination*/
    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
        /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: alpha(opacity=50);
            /*IE7 fix*/
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #ffffff;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: alpha(opacity=100);
            /*IE7 fix*/
            opacity: 1;
        }
        /* If PaginationNumbers is true */
        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }
/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(/scripts/lib/owl-carousel/AjaxLoader.gif) no-repeat center center;
}
/****************************************************************************** 
  Module gallery variables
******************************************************************************/
/****************************************************************************** 
  Teaser box variables (image, video & text)
******************************************************************************/
.module-gallery {
    background-color: #ffffff;
    margin-right: 0;
    margin-left: 0;
}

    .module-gallery.is-list:before,
    .module-gallery.is-list:after {
        content: " ";
        display: table;
    }

    .module-gallery.is-list:after {
        clear: both;
    }

    .module-gallery.is-list:before,
    .module-gallery.is-list:after {
        content: " ";
        display: table;
    }

    .module-gallery.is-list:after {
        clear: both;
    }

    .module-gallery.is-list > div {
        overflow: hidden;
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0;
    }

@media (min-width: 768px) {
    .module-gallery.is-list > div {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .module-gallery.is-list > div {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .module-gallery.is-list > div {
        float: left;
        width: 25%;
    }
}

.module-gallery.is-list[data-show-items="1"] > div {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .module-gallery.is-list[data-show-items="1"] > div {
        float: left;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .module-gallery.is-list[data-show-items="1"] > div {
        float: left;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .module-gallery.is-list[data-show-items="1"] > div {
        float: left;
        width: 100%;
    }
}

.module-gallery.is-list[data-show-items="2"] > div {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .module-gallery.is-list[data-show-items="2"] > div {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .module-gallery.is-list[data-show-items="2"] > div {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .module-gallery.is-list[data-show-items="2"] > div {
        float: left;
        width: 50%;
    }
}

.module-gallery.is-list[data-show-items="3"] > div {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .module-gallery.is-list[data-show-items="3"] > div {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .module-gallery.is-list[data-show-items="3"] > div {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .module-gallery.is-list[data-show-items="3"] > div {
        float: left;
        width: 33.33333333%;
    }
}

@media (max-width: 991px) {
    .module-gallery.is-list.only-images > div {
        width: 50%;
    }
}

.module-gallery.is-slider[data-show-items="1"] .teaser-box:before,
.module-gallery.is-list[data-show-items="1"] .teaser-box:before,
.module-gallery.is-slider[data-show-items="2"] .teaser-box:before,
.module-gallery.is-list[data-show-items="2"] .teaser-box:before {
    display: none;
}

.module-gallery.is-slider[data-show-items="1"] .teaser-box .content,
.module-gallery.is-list[data-show-items="1"] .teaser-box .content,
.module-gallery.is-slider[data-show-items="2"] .teaser-box .content,
.module-gallery.is-list[data-show-items="2"] .teaser-box .content,
.module-gallery.is-slider[data-show-items="1"] .teaser-box .v-center > div,
.module-gallery.is-list[data-show-items="1"] .teaser-box .v-center > div,
.module-gallery.is-slider[data-show-items="2"] .teaser-box .v-center > div,
.module-gallery.is-list[data-show-items="2"] .teaser-box .v-center > div {
    position: relative;
}

.module-gallery.is-slider[data-show-items="1"] .teaser-box.text,
.module-gallery.is-list[data-show-items="1"] .teaser-box.text,
.module-gallery.is-slider[data-show-items="2"] .teaser-box.text,
.module-gallery.is-list[data-show-items="2"] .teaser-box.text {
    border: none;
    max-width: 800px;
    margin: 0 auto;
    float: none;
}

.module-gallery.is-slider[data-show-items="1"] .teaser-box,
.module-gallery.is-list[data-show-items="1"] .teaser-box {
    background-color: transparent;
}

    .module-gallery.is-slider[data-show-items="1"] .teaser-box > .overlay,
    .module-gallery.is-list[data-show-items="1"] .teaser-box > .overlay {
        position: relative;
        background-color: transparent;
    }
/************************************************************************************************************************** 
  .module-gallery .teaser-box
***************************************************************************************************************************/
.module-gallery {
    /************************************************************************************************************************** 
  .teaser-box hovers
***************************************************************************************************************************/
}

    .module-gallery .teaser-box {
        position: relative;
        border: 0 solid #ffffff;
        background-color: #ffffff;
    }

        .module-gallery .teaser-box:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 100%;
        }

        .module-gallery .teaser-box > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .module-gallery .teaser-box > .content {
            width: 100%;
            height: 100%;
            overflow: hidden;
            padding: 5px;
        }

            .module-gallery .teaser-box > .content img {
                display: block;
                height: 100%;
                width: 100%;
            }

            .module-gallery .teaser-box > .content > a,
            .module-gallery .teaser-box > .content > .fancybox,
            .module-gallery .teaser-box > .content > .fancybox-media,
            .module-gallery .teaser-box > .content > .image-wrap {
                display: block;
                height: 100%;
                overflow: hidden;
            }

        .module-gallery .teaser-box > .overlay {
            color: inherit;
            font-size: 1em;
            overflow: hidden;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: auto;
        }

            .module-gallery .teaser-box > .overlay > .v-center {
                padding: 5px;
                height: 100%;
                position: relative;
                z-index: 1;
            }

                .module-gallery .teaser-box > .overlay > .v-center > div {
                    position: relative;
                    background-color: #ffffff;
                }

                    .module-gallery .teaser-box > .overlay > .v-center > div > div {
                        padding: 1em;
                    }

@media (min-width: 768px) {
    .module-gallery .teaser-box > .overlay > .v-center > div > div {
        padding: 1.5em;
    }
}

.module-gallery .teaser-box.text > .overlay {
    height: 100%;
}

.module-gallery .teaser-box.image.contains-text-not .plus-icon-button {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
}

.module-gallery .teaser-box.image.contains-text-not.contains-image .content > a .plus-icon-button {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
}

.module-gallery .teaser-box.image:hover .plus-icon-button,
.module-gallery .teaser-box.image:focus .plus-icon-button {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-gallery .teaser-box.video.contains-text-not .play-icon-button {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-gallery .teaser-box.video:hover .play-icon-button,
.module-gallery .teaser-box.video:focus .play-icon-button {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-gallery .teaser-box:not(.text):not(.contains-text-not) > .content .image-wrap > img {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    will-change: transform;
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.module-gallery .teaser-box:not(.text):not(.contains-text-not) .overlay {
    -webkit-transform: translateY(105%);
    -moz-transform: translateY(105%);
    -ms-transform: translateY(105%);
    -o-transform: translateY(105%);
    transform: translateY(105%);
    will-change: transform;
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.module-gallery .teaser-box:not(.text):not(.contains-text-not):hover > .content .image-wrap > img,
.module-gallery .teaser-box:not(.text):not(.contains-text-not):focus > .content .image-wrap > img {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
}

.module-gallery .teaser-box:not(.text):not(.contains-text-not):hover .overlay,
.module-gallery .teaser-box:not(.text):not(.contains-text-not):focus .overlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.module-gallery .teaser-box.contains-text-not .content > a .image-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    will-change: transform;
    -webkit-transition: transform 3s;
    -o-transition: transform 3s;
    transition: transform 3s;
}

.module-gallery .teaser-box.contains-text-not .content > a:hover .image-wrap,
.module-gallery .teaser-box.contains-text-not .content > a:focus .image-wrap {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
/************************************************************************************************************************** 
  Teaser box fancybox image hover (bg + plus button)
***************************************************************************************************************************/
.module-gallery .teaser-box.image.contains-text-not .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

    .module-gallery .teaser-box.image.contains-text-not .image-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .module-gallery .teaser-box.image.contains-text-not .image-wrap:after {
        font-family: "Umbraco-standard" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e926";
        color: #FFF;
        font-size: 20px;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 0;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid white;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-left: -25px;
        margin-top: -25px;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

.module-gallery .teaser-box.image.contains-text-not .fancybox .image-wrap:hover:before {
    filter: alpha(opacity=33);
    opacity: 0.33;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=33);
    filter: alpha(opacity = 33);
}

.module-gallery .teaser-box.image.contains-text-not .fancybox .image-wrap:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-gallery .teaser-box.image.contains-text-not .fancybox .plus-icon-button.centered {
    display: none;
}
/************************************************************************************************************************** 
  Teaser box fancybox video hover (bg + play button)
***************************************************************************************************************************/
.module-gallery .teaser-box.video.contains-text-not .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

    .module-gallery .teaser-box.video.contains-text-not .image-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .module-gallery .teaser-box.video.contains-text-not .image-wrap:after {
        font-family: "Umbraco-standard" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e924";
        color: #FFF;
        font-size: 20px;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 0;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid white;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-left: -25px;
        margin-top: -25px;
        padding-left: 4px;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

.module-gallery .teaser-box.video.contains-text-not .fancybox-media .image-wrap:hover:before {
    filter: alpha(opacity=25);
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity = 25);
}

.module-gallery .teaser-box.video.contains-text-not .fancybox-media .image-wrap:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-gallery .teaser-box.video.contains-text-not .fancybox-media .play-icon-button.centered {
    display: none;
}

.module-image {
    text-align: center;
}

    .module-image.align-left {
        text-align: left;
    }

    .module-image.align-center {
        text-align: center;
    }

    .module-image.align-right {
        text-align: right;
    }

    .module-image img {
        max-width: 100%;
    }

    .module-image a {
        outline: none;
    }

@media (max-width: 767px) {
    .module-image.align-left {
        text-align: center;
    }

    .module-image.align-center {
        text-align: center;
    }

    .module-image.align-right {
        text-align: center;
    }
}

.simple-image-banner-desktop {
    display: none;
}

@media (min-width: 768px) {
    .simple-image-banner-desktop {
        display: block;
    }
}

.simple-image-banner-mobile {
    display: block;
}

@media (min-width: 768px) {
    .simple-image-banner-mobile {
        display: none;
    }
}
/************************************************************************************************************************** 
  .module-spot
***************************************************************************************************************************/
@media (max-width: 767px) {
    .module-spotboxes {
        overflow-x: scroll;
    }

        .module-spotboxes .row .col-xs-4 {
            width: 250px;
        }
}

@media (min-width: 768px) {
    .module-spotboxes {
        position: relative;
        padding-bottom: 14px;
    }

        .module-spotboxes:before {
            content: "";
            width: 100%;
            height: 4px;
            background-color: white;
            position: absolute;
            left: 0;
            bottom: 4px;
            z-index: 1;
        }

        .module-spotboxes:after {
            content: "";
            width: 100%;
            height: 4px;
            background-color: #b00d28;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
        }

        .module-spotboxes:after {
            background-color: #ebeff2;
        }

        .module-spotboxes .row {
            width: auto !important;
        }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .module-spotboxes:before {
        bottom: 10px;
        height: 4px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .module-spotboxes:after {
        height: 10px;
    }
}

.module-spot .spot-image-container {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    outline: none !important;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .module-spot .spot-image-container:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-image: -webkit-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: -o-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: linear-gradient(to bottom, transparent 0%, #02afef 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff02afef', GradientType=0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        z-index: 1;
        overflow: hidden;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .module-spot .spot-image-container:after {
        content: "";
        width: 98px;
        height: 98px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-image: url(../images/big-plus-icon.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-left: -49px;
        margin-top: -49px;
        filter: alpha(opacity=15);
        opacity: 0.15;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
        filter: alpha(opacity = 15);
    }

@media (min-width: 992px) {
    .module-spot .spot-image-container:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .module-spot .spot-image-container:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

.module-spot .spot-image-container:after {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
    top: 50% !important;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.module-spot .spot-image-container:hover:before {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-spot .spot-image-container:hover:after {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-spot .spot-image-container.no-hover:before,
.module-spot .spot-image-container.no-hover:after {
    display: none;
}

.module-spot .spot-text-container {
    padding: 0;
}

@media (min-width: 768px) {
    .module-spot .spot-text-container {
        height: 100px;
    }
}

.module-spot .spot-text-container p {
    margin-bottom: 7px;
}
/************************************************************************************************************************** 
  .module-widget-spotboxes
***************************************************************************************************************************/
.module-widget-spotboxes .widgets {
    margin-left: -3px;
    margin-right: -3px;
}

    .module-widget-spotboxes .widgets:before,
    .module-widget-spotboxes .widgets:after {
        content: " ";
        display: table;
    }

    .module-widget-spotboxes .widgets:after {
        clear: both;
    }

    .module-widget-spotboxes .widgets:before,
    .module-widget-spotboxes .widgets:after {
        content: " ";
        display: table;
    }

    .module-widget-spotboxes .widgets:after {
        clear: both;
    }

@media (min-width: 768px) {
    .module-widget-spotboxes .widgets {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.module-widget-spotboxes .widgets > .col:before,
.module-widget-spotboxes .widgets > .col:after {
    content: " ";
    display: table;
}

.module-widget-spotboxes .widgets > .col:after {
    clear: both;
}

.module-widget-spotboxes .widgets > .col:before,
.module-widget-spotboxes .widgets > .col:after {
    content: " ";
    display: table;
}

.module-widget-spotboxes .widgets > .col:after {
    clear: both;
}

@media (min-width: 768px) {
    .module-widget-spotboxes .widgets > .col {
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px) {
    .module-widget-spotboxes .widgets > .col + .col .widget:not(.half) {
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

@media (max-width: 767px) {
    .module-widget-spotboxes .widgets > .col + .col .widget.half {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

.module-widget-spotboxes .widget {
    float: left;
    padding: 3px;
    width: 100%;
    font-size: 14px;
    line-height: 1.15;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (min-width: 768px) {
    .module-widget-spotboxes .widget {
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget {
        font-size: 1em;
    }
}

.module-widget-spotboxes .widget.half {
    width: 50%;
}

.module-widget-spotboxes .widget > a {
    display: block;
    position: relative;
    outline: none !important;
    overflow: hidden;
    border-radius: 10px;
}

    .module-widget-spotboxes .widget > a:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
        border-radius: 10px;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        z-index: 1;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .module-widget-spotboxes .widget > a:after {
        content: "";
        width: 98px;
        height: 98px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-image: url(../images/big-plus-icon.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-left: -49px;
        margin-top: -49px;
        filter: alpha(opacity=15);
        opacity: 0.15;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
        filter: alpha(opacity = 15);
    }

@media (min-width: 992px) {
    .module-widget-spotboxes .widget > a:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget > a:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

.module-widget-spotboxes .widget > a:after {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    top: 25%;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (min-width: 375px) {
    .module-widget-spotboxes .widget > a:after {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget > a:after {
        width: 70px;
        height: 70px;
        margin-left: -35px;
        margin-top: -35px;
    }
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget > a:after {
        width: 90px;
        height: 90px;
        margin-left: -45px;
        margin-top: -45px;
        top: 30%;
    }
}

.module-widget-spotboxes .widget > a:hover:before {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity = 50);
}

.module-widget-spotboxes .widget > a:hover:after {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-widget-spotboxes .widget > a > img {
    display: block;
    width: 100%;
}

.module-widget-spotboxes .widget > a > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
}

@media (min-width: 480px) {
    .module-widget-spotboxes .widget > a > div {
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget > a > div {
        padding: 20px;
    }
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget > a > div {
        padding: 30px;
    }
}

.module-widget-spotboxes .widget .rte-txt {
    width: 100%;
    position: relative;
    z-index: 1;
}

    .module-widget-spotboxes .widget .rte-txt br {
        display: none;
    }

@media (min-width: 992px) {
    .module-widget-spotboxes .widget .rte-txt {
        width: 85%;
    }
}

@media (max-width: 991px) {
    .module-widget-spotboxes .widget .rte-txt > p {
        display: none;
        font-size: 12px;
    }
}

.module-widget-spotboxes .widget h3 {
    margin-bottom: 0;
    line-height: 1.05;
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget h3 {
        line-height: 1.1;
    }
}

.module-widget-spotboxes .widget h3 p {
    font-size: 1em !important;
    margin: 0;
}

.module-widget-spotboxes .widget p {
    margin: 0;
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget p {
        margin-top: 10px;
    }
}

.module-widget-spotboxes .widget .hd-btn.circle {
    position: absolute;
    bottom: 12px;
    right: 10px;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 0;
}

@media (min-width: 768px) {
    .module-widget-spotboxes .widget .hd-btn.circle {
        bottom: 15px;
    }
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget .hd-btn.circle {
        right: 15px;
        bottom: 20px;
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity = 100);
    }
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget .hd-btn.circle {
        bottom: 30px;
        right: 25px;
    }
}

.module-widget-spotboxes .widget.white {
    color: #004c82;
}

    .module-widget-spotboxes .widget.white .hd-btn.circle {
        color: #02afef;
    }

.module-widget-spotboxes .widget.blue {
    color: #FFF;
}

    .module-widget-spotboxes .widget.blue .hd-btn.circle {
        color: inherit;
    }

    .module-widget-spotboxes .widget.blue a:before {
        background-color: #004c82;
    }

.module-widget-spotboxes .widget.light-blue {
    color: #FFF;
}

    .module-widget-spotboxes .widget.light-blue .hd-btn.circle {
        color: inherit;
    }

    .module-widget-spotboxes .widget.light-blue a:before {
        background-color: #02afef;
    }

.module-widget-spotboxes .widget:not(.half) a > div {
    height: 100%;
    bottom: auto;
    top: 0;
}

.module-widget-spotboxes .widget:not(.half) a:after {
    left: auto;
    right: 17.5%;
}

.module-widget-spotboxes .widget:not(.half) .rte-txt {
    width: 66.66%;
}

@media (min-width: 375px) {
    .module-widget-spotboxes .widget:not(.half) .rte-txt {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .module-widget-spotboxes .widget:not(.half) .rte-txt {
        width: 66.66%;
    }
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget:not(.half) .rte-txt {
        width: 50%;
    }
}

.module-widget-spotboxes .widget:not(.half) .hd-btn.circle {
    right: auto;
    left: 15px;
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget:not(.half) .hd-btn.circle {
        left: 30px;
    }
}
/************************************************************************************************************************** 
  .module-spot.related-product
***************************************************************************************************************************/
.module-spot.related-product .spot-image-container {
    background-color: #edf1f4;
    background-image: -webkit-linear-gradient(top, #edf1f4 0%, #e2e6e9 100%);
    background-image: -o-linear-gradient(top, #edf1f4 0%, #e2e6e9 100%);
    background-image: linear-gradient(to bottom, #edf1f4 0%, #e2e6e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf1f4', endColorstr='#ffe2e6e9', GradientType=0);
    height: 100px;
    line-height: 100px;
    text-align: center;
}

@media (min-width: 992px) {
    .module-spot.related-product .spot-image-container {
        height: 120px;
        line-height: 120px;
    }
}

@media (min-width: 1200px) {
    .module-spot.related-product .spot-image-container {
        height: 144px;
        line-height: 144px;
    }
}

.module-spot.related-product .spot-image-container > img {
    max-height: 75%;
    max-width: 75%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .module-spot.related-product .spot-text-container {
        font-size: 14px;
        height: 90px;
        overflow: hidden;
    }
}

.module-spot.related-product .spot-text-container .hd-btn.secondary.inverted {
    margin: 0;
    padding-top: 0;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .zh-cn .module-spot .spot-text-container {
        height: 160px;
    }
}

@media (min-width: 992px) {
    .zh-cn .module-spot .spot-text-container {
        height: 140px;
    }
}

.module-text h1,
.module-text h2,
.module-text h3 {
    color: #004c82;
}

.module-text .hd-container {
    margin: 0 auto;
    max-width: 760px;
}

.module-text .text-block > div,
.module-text .text-block img {
    margin-bottom: 1.5em;
}

.module-text .text-block ul {
    padding: 0 0 0 15px;
}

.module-text.read-more .text-block,
.module-text[data-read-more="true"] .text-block {
    overflow: hidden;
    max-height: 20em;
    position: relative;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

    .module-text.read-more .text-block:after,
    .module-text[data-read-more="true"] .text-block:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
    }

.module-text.read-more.opened .text-block,
.module-text[data-read-more="true"].opened .text-block {
    max-height: 1200px;
}

    .module-text.read-more.opened .text-block:after,
    .module-text[data-read-more="true"].opened .text-block:after {
        display: none;
    }

.module-text .read-more-btn {
    outline: none !important;
    background: transparent;
    color: inherit;
    border: none;
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .module-text .read-more-btn:hover {
        color: #02afef;
    }
/************************************************************************************************************************** 
  .module-video
***************************************************************************************************************************/
.module-video {
    background-color: black;
    color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 840px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

    .module-video.ready {
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity = 100);
    }

    .module-video .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

        .module-video .video-container iframe,
        .module-video .video-container object,
        .module-video .video-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        .module-video .video-container .video-overlay {
            cursor: pointer;
            overflow: hidden;
            position: absolute;
            text-align: center;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            outline: none;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            display: table;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .module-video .video-container .video-overlay:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-image: -webkit-linear-gradient(top, transparent 0%, #004c82 100%);
                background-image: -o-linear-gradient(top, transparent 0%, #004c82 100%);
                background-image: linear-gradient(to bottom, transparent 0%, #004c82 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff004c82', GradientType=0);
                z-index: 2;
                filter: alpha(opacity=85);
                opacity: 0.85;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
                filter: alpha(opacity = 85);
                -webkit-transition: opacity 0.3s;
                -o-transition: opacity 0.3s;
                transition: opacity 0.3s;
            }

            .module-video .video-container .video-overlay > div {
                display: table-cell;
                vertical-align: middle;
            }

            .module-video .video-container .video-overlay:hover:after,
            .module-video .video-container .video-overlay:focus:after {
                filter: alpha(opacity=95);
                opacity: 0.95;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
                filter: alpha(opacity = 95);
            }

            .module-video .video-container .video-overlay:hover .play-btn,
            .module-video .video-container .video-overlay:focus .play-btn {
                color: white;
                filter: alpha(opacity=100);
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity = 100);
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
            }

        .module-video .video-container .title {
            position: relative;
            z-index: 3;
        }

            .module-video .video-container .title h3 {
                margin: 7px 0 7px 0;
            }

@media (min-width: 768px) {
    .module-video .video-container .title h3 {
        margin-top: 15px;
    }
}

.module-video .video-container .title p {
    margin: 0;
}

.module-video .video-container .title .duration {
    margin: 0;
    color: #02afef;
}

@media (max-width: 767px) {
    .module-video .video-container .title .duration {
        display: none;
    }
}

.module-video .play-btn {
    z-index: 3;
}

.module-video .video-player.youku #youkuplayer {
    opacity: 1;
}
/*************************************************************************************************** 
  Fullpage Video Overlay
****************************************************************************************************/
#fullpage-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none;
    overflow: hidden;
    padding-top: 0;
    will-change: transform;
    z-index: 101;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 0s;
    -o-transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 0s;
    transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 0s;
}

    #fullpage-overlay > .content {
        background-color: #004c82;
        background-color: rgba(0, 76, 130, 0.8);
        width: 100%;
        height: 100%;
        position: relative;
    }

        #fullpage-overlay > .content > iframe,
        #fullpage-overlay > .content > #fullpage-player {
            width: 100%;
            height: 100%;
        }

        #fullpage-overlay > .content > .youkucontainer {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
            width: 100%;
        }

            #fullpage-overlay > .content > .youkucontainer > #youkuplayer {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                height: 56vw;
                max-height: 800px;
                position: relative;
            }

                #fullpage-overlay > .content > .youkucontainer > #youkuplayer > iframe {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                }

    #fullpage-overlay .close-btn {
        background-color: transparent;
        border: none;
        color: white;
        display: block;
        font-size: 25px;
        height: 50px;
        width: 50px;
        line-height: 1;
        text-align: center;
        padding: 0;
        position: absolute;
        top: 15px;
        right: 15px;
        outline: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        #fullpage-overlay .close-btn:hover {
            color: #02afef;
        }

#fullpage-player, #youkuplayer {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    border: 0;
    -webkit-transition: opacity 1s 1s;
    -o-transition: opacity 1s 1s;
    transition: opacity 1s 1s;
}

.fullpage-overlay-opened #fullpage-overlay {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.fullpage-overlay-opened #fullpage-player, .fullpage-overlay-opened #youkuplayer {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.fullpage-overlay-opened #back-to-top {
    display: none;
}

.lt-ie10 #fullpage-overlay,
.no-csstransforms3d #fullpage-overlay {
    margin-top: 100%;
    z-index: 9999999;
}

.lt-ie10.fullpage-overlay-opened #fullpage-overlay,
.no-csstransforms3d.fullpage-overlay-opened #fullpage-overlay {
    margin-top: 0;
}
/************************************************************************************************************************** 
  .module-automotive-overview
***************************************************************************************************************************/
.module-automotive-overview:before,
.module-automotive-overview:after {
    content: " ";
    display: table;
}

.module-automotive-overview:after {
    clear: both;
}

.module-automotive-overview:before,
.module-automotive-overview:after {
    content: " ";
    display: table;
}

.module-automotive-overview:after {
    clear: both;
}

.module-automotive-overview .hd-container > .txt {
    text-align: center;
    margin: 0 auto 2.5em auto;
}

@media (min-width: 768px) {
    .module-automotive-overview .hd-container > .txt {
        width: 50%;
        margin-bottom: 2.75em;
    }
}

@media (min-width: 992px) {
    .module-automotive-overview .hd-container > .txt {
        margin-bottom: 3.25em;
    }
}

.module-automotive-overview .category-group {
    margin-bottom: 2.5em;
}

@media (min-width: 768px) {
    .module-automotive-overview .category-group {
        margin-bottom: 0;
    }
}

.module-automotive-overview .category-group h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    color: #FFF;
    background-color: #02afef;
    padding: .75em;
    margin-bottom: 1em;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    .module-automotive-overview .category-group h2 p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    .module-automotive-overview .category-group h2 {
        font-size: 1.1em;
    }
}

@media (min-width: 992px) {
    .module-automotive-overview .category-group h2 {
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    .module-automotive-overview .category-group h2 {
        font-size: 1.2em;
    }
}

@media (min-width: 1800px) {
    .module-automotive-overview .category-group h2 {
        font-size: 1.2em;
    }
}

@media (min-width: 1200px) {
    .module-automotive-overview .category-group h2 {
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        padding: .5em;
    }
}

.module-automotive-overview .category-group ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

    .module-automotive-overview .category-group ul li {
        padding: 0;
        border-top: 1px dotted #004c82;
    }

        .module-automotive-overview .category-group ul li:first-child {
            border-top: none;
        }

    .module-automotive-overview .category-group ul a {
        display: block;
        margin: 0;
        outline: none !important;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .module-automotive-overview .category-group ul a:before,
        .module-automotive-overview .category-group ul a:after {
            content: " ";
            display: table;
        }

        .module-automotive-overview .category-group ul a:after {
            clear: both;
        }

        .module-automotive-overview .category-group ul a:before,
        .module-automotive-overview .category-group ul a:after {
            content: " ";
            display: table;
        }

        .module-automotive-overview .category-group ul a:after {
            clear: both;
        }

        .module-automotive-overview .category-group ul a > span {
            float: left;
            width: 50%;
        }

            .module-automotive-overview .category-group ul a > span.img {
                padding: 10px 10px 10px 0;
                text-align: center;
                -webkit-transition: opacity 0.3s;
                -o-transition: opacity 0.3s;
                transition: opacity 0.3s;
            }

                .module-automotive-overview .category-group ul a > span.img > img {
                    position: relative;
                    top: 5px;
                    height: 67px;
                    width: auto;
                }

            .module-automotive-overview .category-group ul a > span.txt {
                padding-top: 32px;
                line-height: 1.15;
            }

@media (min-width: 768px) {
    .module-automotive-overview .category-group ul a > span.txt {
        padding-top: 21px;
    }
}

@media (min-width: 992px) {
    .module-automotive-overview .category-group ul a > span.txt {
        padding-top: 34px;
    }
}

.module-automotive-overview .category-group ul a:hover {
    color: #02afef;
}

    .module-automotive-overview .category-group ul a:hover > span.img {
        filter: alpha(opacity=85);
        opacity: 0.85;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
        filter: alpha(opacity = 85);
    }

.module-automotive-overview .category-group .col-sm-6 + .col-sm-6 ul li:first-child {
    border-top: 1px dotted #004c82;
}

@media (min-width: 768px) {
    .module-automotive-overview .category-group .col-sm-6 + .col-sm-6 ul li:first-child {
        border-top: none;
    }
}

@media (min-width: 768px) {
    .module-automotive-overview .category-group .col-sm-6 + .col-sm-6 ul li:last-child {
        border-bottom: 1px dotted #004c82;
    }
}

@media (min-width: 768px) {
    .module-automotive-overview .category-group.solutions li:last-child {
        border-bottom: 1px dotted #004c82;
    }
}

.module-automotive-overview .row > .col-sm-12 {
    padding-bottom: 1.5em;
}

@media (min-width: 1200px) {
    .module-automotive-overview .row > .col-sm-12 {
        padding-bottom: 3em;
    }
}
/************************************************************************************************************************** 
  .module-overview
***************************************************************************************************************************/
.module-overview:before,
.module-overview:after {
    content: " ";
    display: table;
}

.module-overview:after {
    clear: both;
}

.module-overview:before,
.module-overview:after {
    content: " ";
    display: table;
}

.module-overview:after {
    clear: both;
}

@media (max-width: 767px) {
    .module-overview .empty-element {
        display: none;
    }
}

.module-overview ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .module-overview ul:before,
    .module-overview ul:after {
        content: " ";
        display: table;
    }

    .module-overview ul:after {
        clear: both;
    }

    .module-overview ul:before,
    .module-overview ul:after {
        content: " ";
        display: table;
    }

    .module-overview ul:after {
        clear: both;
    }

@media (min-width: 768px) {
    .module-overview ul > li {
        float: left;
        width: 50%;
        border-top: 1px dotted #004c82;
        border-right: 1px dotted #004c82;
    }

        .module-overview ul > li:first-child,
        .module-overview ul > li:first-child + li {
            border-top: none;
        }

        .module-overview ul > li:nth-child(2n) {
            border-right: none;
        }
}

.module-overview .product-list-item {
    position: relative;
    height: 280px;
    display: block;
    outline: none !important;
    text-decoration: none !important;
}

@media (min-width: 480px) {
    .module-overview .product-list-item {
        height: 250px;
    }
}

@media (min-width: 1200px) {
    .module-overview .product-list-item {
        height: 320px;
    }
}

.module-overview .product-list-item .img {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .module-overview .product-list-item .img img {
        display: inline-block;
        margin: 0 auto;
    }

.module-overview .product-list-item .txt {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .module-overview .product-list-item .txt h3 {
        margin-bottom: .25em;
    }

@media (min-width: 768px) {
    .module-overview .product-list-item .txt > div {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        padding: 15px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 1200px) {
    .module-overview .product-list-item .txt > div {
        padding: 30px;
    }
}

.module-overview .product-list-item .btn {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 1;
    line-height: 1.15;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .module-overview .product-list-item .btn > span {
        margin-left: 10px;
        color: #02afef;
        position: relative;
        top: 2px;
    }

@media (min-width: 1200px) {
    .module-overview .product-list-item .btn {
        left: 30px;
        bottom: 30px;
    }
}

.module-overview .product-list-item.hover-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, transparent 0%, #02afef 100%);
    background-image: -o-linear-gradient(top, transparent 0%, #02afef 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #02afef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff02afef', GradientType=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.module-overview .product-list-item.hover-link:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    .module-overview .product-list-item.hover-link:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .module-overview .product-list-item.hover-link:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

.module-overview .product-list-item.hover-link:after {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
    top: 50% !important;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.module-overview .product-list-item.hover-link:hover:before {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-overview .product-list-item.hover-link:hover:after {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-overview .product-list-item.hover-link.no-hover:before,
.module-overview .product-list-item.hover-link.no-hover:after {
    display: none;
}

.module-overview .product-list-item.hover-link .txt > div {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 1200px) {
    .module-overview .product-list-item.hover-link .txt > div {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .module-overview .product-list-item:hover:not(.txt-only) .txt {
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity = 100);
    }
}

.module-overview .product-list-item:hover:not(.txt-only) .btn {
    color: white;
}

    .module-overview .product-list-item:hover:not(.txt-only) .btn > span {
        color: inherit;
    }

.module-overview .product-list-item:hover:not(.txt-only):before {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-overview .product-list-item:hover:not(.txt-only):after {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-overview .product-list-item.txt-only {
    display: block;
    height: auto;
    width: 100%;
}

    .module-overview .product-list-item.txt-only .txt {
        display: block;
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity = 100);
        position: relative;
        height: auto;
    }

@media (min-width: 768px) {
    .module-overview .product-list-item.txt-only .txt {
        min-height: 320px;
    }
}

.module-overview .product-list-item.txt-only .img {
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.module-overview .product-list-item.txt-only .btn {
    outline: none !important;
}

    .module-overview .product-list-item.txt-only .btn:hover {
        color: #02afef;
    }

@media (min-width: 768px) {
    .module-overview .product-list-item.txt-only.redrawed .txt {
        height: 100%;
    }

        .module-overview .product-list-item.txt-only.redrawed .txt > div {
            padding-left: 40px;
            padding-right: 40px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media (min-width: 768px) {
    .module-overview.three-columns ul > li {
        width: 33.33%;
        border: none !important;
        border-right: 1px dotted #004c82 !important;
        border-top: 1px dotted #004c82 !important;
    }

        .module-overview.three-columns ul > li:first-child,
        .module-overview.three-columns ul > li:first-child + li,
        .module-overview.three-columns ul > li:first-child + li + li {
            border-top: none !important;
        }

        .module-overview.three-columns ul > li:nth-child(3n) {
            border-right: none !important;
        }
}

.module-overview.three-columns .product-list-item {
    font-size: 14px;
}

    .module-overview.three-columns .product-list-item .img img {
        max-width: 75%;
    }

@media (max-width: 767px) {
    .module-overview.alt-view:not(.three-columns) .hd-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.module-overview.alt-view:not(.three-columns) li {
    background-color: #EEF2F5;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .module-overview.alt-view:not(.three-columns) li:not(:first-child) {
        border-top: 1px dotted #004c82 !important;
    }
}

.module-overview.alt-view:not(.three-columns) li:nth-child(even) .txt {
    padding-right: 33.33%;
}

@media (min-width: 992px) {
    .module-overview.alt-view:not(.three-columns) li:nth-child(even) .txt {
        padding-right: 50%;
    }
}

.module-overview.alt-view:not(.three-columns) li:nth-child(odd) .txt {
    padding-left: 33.33%;
}

@media (min-width: 992px) {
    .module-overview.alt-view:not(.three-columns) li:nth-child(odd) .txt {
        padding-left: 50%;
    }
}

.module-overview.alt-view:not(.three-columns) .product-list-item {
    height: 225px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .module-overview.alt-view:not(.three-columns) .product-list-item {
        height: 250px;
    }
}

.module-overview.alt-view:not(.three-columns) .product-list-item p {
    text-align: left !important;
}

.module-overview.alt-view:not(.three-columns) .product-list-item.hover-link:before {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.module-product {
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1200px) {
    .module-product {
        margin-top: 140px;
    }
}

.module-product .hd-container {
    position: relative;
}

.module-product .product-image img {
    display: block;
    margin: 0 auto;
    max-width: 75%;
}

.module-product .module-gallery {
    margin-top: 2em;
    margin-bottom: 2em;
}

@media (min-width: 768px) {
    .module-product .module-gallery {
        margin-top: 3em;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .module-product .module-gallery {
        margin-top: 5em;
    }
}

.module-product .module-gallery:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    .module-product .module-gallery:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .module-product .module-gallery:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

.module-product .module-gallery:after {
    background-image: url("../images/big-plus-icon-gray.png");
    left: 15px;
    top: -15%;
    margin-left: 0;
    margin-top: 0;
    filter: alpha(opacity=85);
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity = 85);
}

@media (min-width: 768px) {
    .module-product .module-gallery:after {
        left: 5%;
        top: 10%;
    }
}

@media (min-width: 1200px) {
    .module-product .module-gallery:after {
        margin-left: 0;
        margin-top: 52px;
    }
}

.module-product .owl-theme .owl-controls .owl-page span {
    background: #e2e6e9 none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    margin: 5px;
    opacity: 0.5;
    height: 5px;
    width: 60px;
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1200px) {
    .module-product .owl-theme .owl-controls .owl-page span {
        width: 98px;
    }
}

.module-product .owl-theme .owl-controls .owl-page.active span,
.module-product .owl-theme .owl-controls .owl-page:hover span {
    background-color: #02afef;
}

.module-product .owl-buttons {
    display: none;
}

.module-product .download-item {
    display: block;
    padding: 1em;
    outline: none !important;
    text-decoration: none !important;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .module-product .download-item .img {
        padding-bottom: 1em;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .module-product .download-item .txt {
        text-decoration: underline;
    }

    .module-product .download-item .language {
        display: block;
        color: #02afef;
    }

    .module-product .download-item:hover {
        color: #02afef;
    }

        .module-product .download-item:hover .img {
            filter: alpha(opacity=85);
            opacity: 0.85;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
            filter: alpha(opacity = 85);
        }

.module-product .accordion {
    border-top: 1px dotted #004c82;
}

    .module-product .accordion > h4 {
        cursor: pointer;
        padding: 15px;
        padding-right: 50px;
        margin: 0;
        font-size: 1em;
        position: relative;
    }

@media (min-width: 1200px) {
    .module-product .accordion > h4 {
        padding-left: 30px;
    }
}

.module-product .accordion > h4:after {
    content: "+";
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 25px;
    color: inherit;
    width: 50px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}

@media (min-width: 1200px) {
    .module-product .accordion > h4:after {
        right: 10px;
    }
}

.module-product .accordion > h4:hover {
    color: #02afef;
}

    .module-product .accordion > h4:hover:after {
        color: #02afef;
    }

.module-product .accordion .inner-txt {
    padding: 15px;
}

@media (min-width: 1200px) {
    .module-product .accordion .inner-txt {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.module-product .accordion .txt,
.module-product .accordion ul {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-product .accordion ul {
    list-style: none;
    margin: 0 auto;
    max-width: 960px;
    font-size: 14px;
}

    .module-product .accordion ul:before,
    .module-product .accordion ul:after {
        content: " ";
        display: table;
    }

    .module-product .accordion ul:after {
        clear: both;
    }

    .module-product .accordion ul:before,
    .module-product .accordion ul:after {
        content: " ";
        display: table;
    }

    .module-product .accordion ul:after {
        clear: both;
    }

    .module-product .accordion ul li {
        width: 50%;
        float: left;
    }

@media (min-width: 768px) {
    .module-product .accordion ul li {
        width: 20%;
    }
}

.module-product .accordion.opened > h4:after {
    content: "-";
}

.module-product .accordion.opened .txt,
.module-product .accordion.opened ul {
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.module-product .accordion .greyColor {
    background-color: #ebeff2;
}

.module-product .breadcrumb {
    font-size: 1em;
    border-bottom: 1px dotted #004c82;
}

@media (min-width: 768px) {
    .module-product .breadcrumb {
        margin-bottom: 30px;
    }
}

.module-product .breadcrumb li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.module-product .breadcrumb.top {
    display: none;
}

@media (min-width: 1200px) {
    .module-product .breadcrumb.top {
        display: block;
        position: absolute;
        left: 45px;
        top: -40px;
    }
}

@media (min-width: 768px) {
    .module-product .row.product-info .col-sm-6:first-child {
        float: right;
    }
}

@media (min-width: 1200px) {
    .module-product .row.product-info .col-sm-6:first-child + .col-sm-6 {
        padding-left: 45px;
    }
}

.product-further-info {
    padding-top: 3em;
}

.module-product.collapsible-band {
    margin-top: 0;
}

    .module-product.collapsible-band .product-further-info {
        padding-top: 0;
    }

.module-article {
    margin: 0 auto;
    position: relative;
}

    .module-article ol,
    .module-article ul {
        padding-left: 18px;
    }

    .module-article .blog-sidebar {
        padding-bottom: 1.5em;
    }

@media (min-width: 768px) {
    .module-article > .hd-container {
        padding-top: 0;
    }

    .module-article .blog-sidebar {
        float: right;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .module-article .blog-main {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 768px) {
    .module-article .blog-post {
        padding-top: 3em;
    }
}
/************************************************************************************************************************** 
  .module-spotboxes.news-overview
***************************************************************************************************************************/
@media (max-width: 767px) {
    .module-spotboxes.news-overview .col-xs-4 {
        width: 240px;
    }
}

@media (min-width: 768px) {
    .module-spotboxes.news-overview .module-spot {
        height: 250px;
        margin-bottom: 1.5em;
    }
}

@media (min-width: 992px) {
    .module-spotboxes.news-overview .module-spot {
        height: 280px;
    }
}

@media (min-width: 1200px) {
    .module-spotboxes.news-overview .module-spot {
        height: 320px;
    }
}

@media (min-width: 1200px) {
    .top-spacing {
        margin-top: 130px;
    }
}
/* ==========================================================================
   Animation banner
   ========================================================================== */
@-webkit-keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -11160px;
    }
}

@-moz-keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -11160px;
    }
}

@-ms-keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -11160px;
    }
}

@-o-keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -11160px;
    }
}

@keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -11160px;
    }
}

@-webkit-keyframes beat {
    from {
        -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(0.95);
    }
}

@-moz-keyframes beat {
    from {
        -moz-transform: scale(1);
    }

    to {
        -moz-transform: scale(0.95);
    }
}

@-ms-keyframes beat {
    from {
        -ms-transform: scale(1);
    }

    to {
        -ms-transform: scale(0.95);
    }
}

@-o-keyframes beat {
    from {
        -o-transform: scale(1);
    }

    to {
        -o-transform: scale(0.95);
    }
}

@keyframes beat {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0.95);
    }
}

.animation-banner {
    display: none;
    color: #fff;
    cursor: pointer;
    height: 350px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .animation-banner {
        display: block;
    }
}

.animation-color-banner {
    height: 125px;
    width: 100%;
    background-color: #00a0dc;
    background: -webkit-gradient(linear, left top, left bottom, from(#00abea), to(#00a0dc));
    background: -webkit-linear-gradient(#00abea, #00a0dc);
    background: -moz-linear-gradient(#00abea, #00a0dc);
    background: linear-gradient(#00abea, #00a0dc);
    background: -ms-linear-gradient(top, #00abea, #00a0dc);
    background: -o-linear-gradient(top, #00abea, #00a0dc);
    margin: 125px 0 0 0;
}

@media (min-width: 992px) {
    .animation-color-banner {
        height: 250px;
    }
}

.animation-inner-container {
    margin: auto;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    -webkit-flex-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 480px;
}

@media (min-width: 768px) {
    .animation-inner-container {
        width: 768px;
    }
}

@media (min-width: 992px) {
    .animation-inner-container {
        width: 992px;
    }
}

@media (min-width: 1200px) {
    .animation-inner-container {
        width: 1200px;
    }
}

.animation-inner-container .text-col {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    z-index: 1;
}

@media (min-width: 992px) {
    .animation-inner-container .text-col {
        left: -15px;
    }
}

@media (min-width: 1280px) {
    .animation-inner-container .text-col {
        padding-left: 30px;
        left: 20px;
    }
}

.animation-inner-container .text-col:before {
    background-image: url(../images/3D/plus.png);
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    background-size: 100% auto;
    left: -35px;
    top: -40px;
}

@media (min-width: 992px) {
    .animation-inner-container .text-col:before {
        width: 200px;
        height: 200px;
        top: -75px;
        left: -112px;
    }
}

.animation-inner-container .text-col h2 {
    font-weight: normal;
    font-size: 1.5em;
    margin: 0.83em 0;
}

@media (min-width: 992px) {
    .animation-inner-container .text-col h2 {
        font-size: 2.8em;
        margin: 1.2em 0;
    }
}

.animation-inner-container .text-col h2 strong {
    font-weight: 600;
}

.animation-inner-container .image-col {
    display: table-cell;
}

    .animation-inner-container .image-col img {
        position: absolute;
        width: 320px;
        height: 180px;
        top: -35px;
        right: 0;
    }

@media (min-width: 992px) {
    .animation-inner-container .image-col img {
        top: -70px;
        width: 640px;
        height: 360px;
        right: -40px;
    }
}

.animated-element {
    position: absolute;
    right: 0;
    top: -35px;
    background-size: 100% auto;
    width: 320px;
    height: 180px;
    -webkit-animation: play 1.5s steps(31) infinite;
    -moz-animation: play 1.5s steps(31) infinite;
    -ms-animation: play 1.5s steps(31) infinite;
    -o-animation: play 1.5s steps(31) infinite;
    animation: play 1.5s steps(31) infinite;
}

@media (min-width: 992px) {
    .animated-element {
        top: -70px;
        right: -40px;
        width: 640px;
        height: 360px;
        -webkit-animation: play 1.5s steps(31) infinite;
        -moz-animation: play 1.5s steps(31) infinite;
        -ms-animation: play 1.5s steps(31) infinite;
        -o-animation: play 1.5s steps(31) infinite;
        animation: play 1.5s steps(31) infinite;
    }
}

.animation-object .animation-background {
    position: absolute;
    right: 0;
    top: 0;
}

.animation-lightbox-background {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 999;
}

.animation-lightbox-container {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 999;
}

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBackground {
        opacity: 0.4;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit1 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit2 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit3 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit4 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit5 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit6 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit7 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit8 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit9 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit10 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit11 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit12 {
        opacity: 1;
    }

.animation-lightbox {
    height: auto;
    width: 80%;
    max-width: 1100px;
    background-color: #fff;
    padding: 20px;
    margin: 65px auto 30px auto;
    position: relative;
    display: table;
}

    .animation-lightbox .machine-image {
        position: relative;
        float: right;
        width: 100%;
        height: auto;
    }

        .animation-lightbox .machine-image img {
            position: absolute;
            top: 0;
            width: 100%;
            height: auto;
            left: 0;
        }

            .animation-lightbox .machine-image img#interiorBackground {
                position: relative;
                -webkit-transition: all 1s ease-in-out 1s;
                -o-transition: all 1s ease-in-out 1s;
                transition: all 1s ease-in-out 1s;
            }

            .animation-lightbox .machine-image img#interiorBit1 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 1.5s;
                -o-transition: all 1s ease-in-out 1.5s;
                transition: all 1s ease-in-out 1.5s;
            }

            .animation-lightbox .machine-image img#interiorBit2 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 2s;
                -o-transition: all 1s ease-in-out 2s;
                transition: all 1s ease-in-out 2s;
            }

            .animation-lightbox .machine-image img#interiorBit3 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 2.5s;
                -o-transition: all 1s ease-in-out 2.5s;
                transition: all 1s ease-in-out 2.5s;
            }

            .animation-lightbox .machine-image img#interiorBit4 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 3s;
                -o-transition: all 1s ease-in-out 3s;
                transition: all 1s ease-in-out 3s;
            }

            .animation-lightbox .machine-image img#interiorBit5 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 3.5s;
                -o-transition: all 1s ease-in-out 3.5s;
                transition: all 1s ease-in-out 3.5s;
            }

            .animation-lightbox .machine-image img#interiorBit6 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 4s;
                -o-transition: all 1s ease-in-out 4s;
                transition: all 1s ease-in-out 4s;
            }

            .animation-lightbox .machine-image img#interiorBit7 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 4.5s;
                -o-transition: all 1s ease-in-out 4.5s;
                transition: all 1s ease-in-out 4.5s;
            }

            .animation-lightbox .machine-image img#interiorBit8 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 5s;
                -o-transition: all 1s ease-in-out 5s;
                transition: all 1s ease-in-out 5s;
            }

            .animation-lightbox .machine-image img#interiorBit9 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 5.5s;
                -o-transition: all 1s ease-in-out 5.5s;
                transition: all 1s ease-in-out 5.5s;
            }

            .animation-lightbox .machine-image img#interiorBit10 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 6s;
                -o-transition: all 1s ease-in-out 6s;
                transition: all 1s ease-in-out 6s;
            }

            .animation-lightbox .machine-image img#interiorBit11 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 6.5s;
                -o-transition: all 1s ease-in-out 6.5s;
                transition: all 1s ease-in-out 6.5s;
            }

            .animation-lightbox .machine-image img#interiorBit12 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 7s;
                -o-transition: all 1s ease-in-out 7s;
                transition: all 1s ease-in-out 7s;
            }

    .animation-lightbox .animation-lightbox-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background-image: url(../images/3D/close.png);
        font-size: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        outline: none !important;
    }

.plus-animation {
    background-image: url(../images/3D/btn-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 55px;
    height: 56px;
    display: block;
    position: absolute;
    right: 15px;
    top: 43px;
    z-index: 1;
    -webkit-animation: beat .8s infinite alternate;
    -moz-animation: beat .8s infinite alternate;
    -ms-animation: beat .8s infinite alternate;
    -o-animation: beat .8s infinite alternate;
    animation: beat .8s infinite alternate;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

@media (min-width: 992px) {
    .plus-animation {
        top: 85px;
        right: 30px;
    }
}

.one-column-banner {
    min-height: 50px;
}
/****************************************************************************** 
  Oilfinder spritesheet
******************************************************************************/
.of-sprite {
    background-image: url('../images/oilfinder-icons/oilfinder-spritesheet.png');
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
}

.car {
    width: 47px;
    height: 30px;
    background-position: 0px -110px;
}

.van {
    width: 44px;
    height: 32px;
    background-position: 0px -54px;
}

.reset-active {
    width: 36px;
    height: 36px;
    background-position: 0px -17px;
}

.reset {
    width: 36px;
    height: 36px;
    background-position: -36px -18px;
}

.zoom-active {
    width: 36px;
    height: 36px;
    background-position: -47px -110px;
}

.zoom {
    width: 36px;
    height: 36px;
    background-position: -44px -54px;
}

.i {
    width: 34px;
    height: 34px;
    background-position: -72px 0px;
}

.engine {
    width: 35px;
    height: 26px;
    background-position: -80px -34px;
}

.oil {
    width: 45px;
    height: 18px;
    background-position: 0px -90px;
}

.cooling {
    width: 26px;
    height: 30px;
    background-position: -83px -105px;
}

.calender {
    width: 26px;
    height: 27px;
    background-position: -80px -60px;
}

.document-active {
    width: 23px;
    height: 27px;
    background-position: -106px 0px;
}

.document-inactive {
    width: 23px;
    height: 27px;
    background-position: -109px -119px;
}

.trash-active {
    width: 22px;
    height: 27px;
    background-position: -106px -72px;
}

.trash-inactive {
    width: 22px;
    height: 27px;
    background-position: -115px -45px;
}

.envelope-active {
    width: 28px;
    height: 20px;
    background-position: -45px -90px;
}

.envelope-inactive {
    width: 28px;
    height: 20px;
    background-position: -109px -99px;
}

.ml {
    width: 25px;
    height: 17px;
    background-position: 0px 0px;
}

.gr {
    width: 13px;
    height: 18px;
    background-position: -80px -87px;
}

.plus-minus {
    width: 24px;
    height: 16px;
    background-position: -25px 0px;
}

.minus {
    width: 18px;
    height: 18px;
    background-position: -49px 0px;
}

.plus {
    width: 18px;
    height: 18px;
    background-position: -115px -27px;
}
/****************************************************************************** 
  Oilfinder
******************************************************************************/
.oilfinder {
    padding: 15px 0 0 0;
}

@media (min-width: 768px) {
    .oilfinder {
        padding: 0;
    }
}

.oilfinder-header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .oilfinder-header {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .oilfinder-header {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .oilfinder-header {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .oilfinder-header {
        padding: 0;
    }
}

.oilfinder-header h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 14px !important;
}

    .oilfinder-header h2 p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    .oilfinder-header h2 {
        font-size: 1.1em;
    }
}

@media (min-width: 992px) {
    .oilfinder-header h2 {
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    .oilfinder-header h2 {
        font-size: 1.2em;
    }
}

@media (min-width: 1800px) {
    .oilfinder-header h2 {
        font-size: 1.2em;
    }
}

.oilfinder-header h2 .txt {
    border-bottom: 3px solid #b00d28;
    display: inline-block;
    padding: 5px;
}

.oilfinder-header h2 .of-sprite {
    float: right;
    position: relative;
    top: 3px;
    left: -10px;
}

@media (min-width: 768px) {
    .oilfinder-header h2 .of-sprite {
        display: none;
    }
}

@media (min-width: 768px) {
    .oilfinder-header h2 {
        left: 0;
        cursor: default;
    }
}

@media (min-width: 1200px) {
    .oilfinder-header h2 {
        top: -31px;
    }
}

@media (max-width: 767px) {
    .oilfinder-header.closed-mobile h2 .of-sprite {
        width: 18px;
        height: 18px;
        background-position: -115px -27px;
    }

    .oilfinder-header.closed-mobile + .oilfinder-filters {
        max-height: 0;
        padding-bottom: 0;
        border: none;
    }
}

.oilfinder-filters {
    background-color: #F2F1EF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .oilfinder-filters {
        max-height: 500px;
        overflow: hidden;
        -webkit-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }

        .oilfinder-filters:after {
            content: "";
            display: block;
            height: 10px;
            background-color: #FFF;
        }
}

@media (min-width: 1200px) {
    .oilfinder-filters {
        padding: 0 15px;
    }
}

@media print {
    .oilfinder-filters {
        display: none;
    }
}

.oilfinder-filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .oilfinder-filters ul:before,
    .oilfinder-filters ul:after {
        content: " ";
        display: table;
    }

    .oilfinder-filters ul:after {
        clear: both;
    }

    .oilfinder-filters ul:before,
    .oilfinder-filters ul:after {
        content: " ";
        display: table;
    }

    .oilfinder-filters ul:after {
        clear: both;
    }

@media (min-width: 768px) {
    .oilfinder-filters ul {
        float: left;
        width: 85%;
        position: relative;
        left: -7px;
    }
}

@media (min-width: 1200px) {
    .oilfinder-filters ul {
        width: 90%;
    }
}

.oilfinder-filters ul > li {
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .oilfinder-filters ul > li {
        width: 25%;
        padding: 0 7px;
    }
}

.oilfinder-filters .container {
    position: relative;
    padding: 2.25em 15px;
}

@media (min-width: 768px) {
    .oilfinder-filters .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .oilfinder-filters .container {
        padding: 3em 0;
    }
}

.oilfinder-filters .buttons {
    padding-left: 10px;
}

@media (min-width: 768px) {
    .oilfinder-filters .buttons {
        float: left;
        padding-left: 0;
        width: 15%;
    }
}

@media (min-width: 1200px) {
    .oilfinder-filters .buttons {
        width: 10%;
    }
}

.oilfinder-filters .buttons button {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1.75em;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    background: none;
    padding: 0 16px 0 0;
    outline: none !important;
    position: relative;
}

@media (min-width: 768px) {
    .oilfinder-filters .buttons button > span {
        display: block;
        margin-right: 0;
        top: 0;
    }
}

.oilfinder-filters .buttons button > span.of-sprite {
    margin-right: 7px;
    position: relative;
    top: 12px;
}

@media (min-width: 768px) {
    .oilfinder-filters .buttons button > span.of-sprite {
        top: 0;
    }
}

@media (min-width: 768px) {
    .oilfinder-filters .buttons button > span.txt {
        position: absolute;
        left: 0;
        top: 30px;
    }
}

@media (min-width: 768px) {
    .oilfinder-filters .buttons button {
        font-size: 12px;
        width: 50px;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .oilfinder-filters .buttons button {
        width: 56px;
    }
}

.oilfinder-filters .buttons button .txt {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1200px) {
    .oilfinder-filters .buttons button .txt {
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
    }
}

.oilfinder-filters .buttons button:hover .txt {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.oilfinder-search:disabled {
    color: #b4b3b6;
}

    .oilfinder-search:disabled .of-sprite.zoom-active {
        width: 36px;
        height: 36px;
        background-position: -44px -54px;
    }

    .oilfinder-search:disabled .txt {
        display: none;
    }

.oilfinder-reset {
    color: #BABCBE;
}

    .oilfinder-reset:hover {
        color: #004c82;
    }

        .oilfinder-reset:hover .of-sprite.reset {
            width: 36px;
            height: 36px;
            background-position: 0px -17px;
        }
/****************************************************************************** 
  .oilfinder-results-desktop
******************************************************************************/
.oilfinder-results-desktop {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .oilfinder-results-desktop {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

@media (max-width: 767px) {
    .oilfinder-results-desktop {
        display: none;
    }
}

.oilfinder-results-desktop .container {
    padding: 0;
}

.oilfinder-results-desktop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.1;
}

    .oilfinder-results-desktop ul .row {
        cursor: pointer;
        margin: 0;
    }

        .oilfinder-results-desktop ul .row:before,
        .oilfinder-results-desktop ul .row:after {
            content: " ";
            display: table;
        }

        .oilfinder-results-desktop ul .row:after {
            clear: both;
        }

        .oilfinder-results-desktop ul .row:before,
        .oilfinder-results-desktop ul .row:after {
            content: " ";
            display: table;
        }

        .oilfinder-results-desktop ul .row:after {
            clear: both;
        }

        .oilfinder-results-desktop ul .row > span {
            float: left;
            width: 10%;
            padding: 10px;
            -ms-word-wrap: break-word;
            word-wrap: break-word;
        }

@media (min-width: 1200px) {
    .oilfinder-results-desktop ul .row > span {
        padding: 10px 15px;
    }
}

.oilfinder-results-desktop ul.header {
    border-bottom: 1px solid #004c82;
    margin-bottom: 15px;
}

    .oilfinder-results-desktop ul.header .row > span.Make {
        width: 20%;
    }

    .oilfinder-results-desktop ul.header .Ref {
        padding-top: 19px;
    }

    .oilfinder-results-desktop ul.header .GasTolerance,
    .oilfinder-results-desktop ul.header .Oil,
    .oilfinder-results-desktop ul.header .OilQuantity {
        padding-top: 16px;
    }

.oilfinder-results-desktop ul.results:before,
.oilfinder-results-desktop ul.results:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop ul.results:after {
    clear: both;
}

.oilfinder-results-desktop ul.results:before,
.oilfinder-results-desktop ul.results:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop ul.results:after {
    clear: both;
}

.oilfinder-results-desktop ul.results ._score,
.oilfinder-results-desktop ul.results .Id {
    display: none;
}

.oilfinder-results-desktop ul.results .Make {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.oilfinder-results-desktop ul.results .Model {
    font-weight: bold;
    text-transform: uppercase;
}

.oilfinder-results-desktop ul.results .Engine {
    text-transform: uppercase;
}

.oilfinder-results-desktop ul.results .From {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    width: 9.5%;
    margin-right: .5%;
}

.oilfinder-results-desktop ul.results .Note {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.oilfinder-results-desktop ul.results .Gas {
    text-transform: uppercase;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 9.5%;
    margin-left: .5%;
}

.oilfinder-results-desktop ul.results .GasTolerance {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    width: 9.5%;
    margin-right: .5%;
}

.oilfinder-results-desktop ul.results .Oil {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.oilfinder-results-desktop ul.results .OilQuantity {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.oilfinder-results-desktop ul.results .result-item:before,
.oilfinder-results-desktop ul.results .result-item:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop ul.results .result-item:after {
    clear: both;
}

.oilfinder-results-desktop ul.results .result-item:before,
.oilfinder-results-desktop ul.results .result-item:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop ul.results .result-item:after {
    clear: both;
}

.oilfinder-results-desktop ul.results .result-item .row-options {
    float: left;
    width: 100%;
    background: #f6f6f5;
    position: relative;
    background-image: -webkit-linear-gradient(top, white 0%, #f6f6f5 100%);
    background-image: -o-linear-gradient(top, white 0%, #f6f6f5 100%);
    background-image: linear-gradient(to bottom, white 0%, #f6f6f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f5', GradientType=0);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .oilfinder-results-desktop ul.results .result-item .row-options .options {
        padding: 15px;
    }

    .oilfinder-results-desktop ul.results .result-item .row-options button {
        background: transparent;
        border: none;
        outline: none !important;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-doc {
            position: relative;
        }

            .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-doc:hover .of-sprite {
                width: 23px;
                height: 27px;
                background-position: -106px 0px;
            }

        .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-mail {
            position: relative;
        }

            .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-mail:hover .of-sprite {
                width: 28px;
                height: 20px;
                background-position: -45px -90px;
            }

        .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-trash:hover .of-sprite {
            width: 22px;
            height: 27px;
            background-position: -106px -72px;
        }

        .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-mail-btn {
            background-color: #FFF;
            color: #004c82;
            margin: 0 5px;
            padding: 5px 10px;
            position: relative;
            top: -7px;
            font-weight: normal;
            padding: 0 10px 0 0;
        }

            .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-mail-btn:hover {
                color: #02afef;
            }

    .oilfinder-results-desktop ul.results .result-item .row-options .feedback {
        float: right;
        padding-top: 15px;
    }

@media (min-width: 768px) {
    .oilfinder-results-desktop ul.results .result-item.active .Make,
    .oilfinder-results-desktop ul.results .result-item.active .Model,
    .oilfinder-results-desktop ul.results .result-item.active .Engine,
    .oilfinder-results-desktop ul.results .result-item.active .From {
        background-color: #efeff0;
    }

    .oilfinder-results-desktop ul.results .result-item.active .Note {
        background-color: #DDE5EC;
    }

    .oilfinder-results-desktop ul.results .result-item.active .Gas,
    .oilfinder-results-desktop ul.results .result-item.active .Ref,
    .oilfinder-results-desktop ul.results .result-item.active .GasTolerance {
        background-color: #dbf1fc;
    }

    .oilfinder-results-desktop ul.results .result-item.active .Oil,
    .oilfinder-results-desktop ul.results .result-item.active .OilQuantity {
        background-color: #f2dbe1;
    }
}

.oilfinder-results-desktop ul.results .result-item.active .row-options {
    max-height: 100px;
}

.oilfinder-results-desktop .is-dropdown {
    position: relative;
    padding: 2.5em 0;
}

@media (min-width: 1200px) {
    .oilfinder-results-desktop .is-dropdown {
        padding: 3em 0;
    }
}

.oilfinder-results-desktop .is-dropdown h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #004c82;
    cursor: pointer;
}

    .oilfinder-results-desktop .is-dropdown h3 .of-sprite {
        float: right;
    }

.oilfinder-results-desktop .is-dropdown .trigger:before,
.oilfinder-results-desktop .is-dropdown .trigger:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop .is-dropdown .trigger:after {
    clear: both;
}

.oilfinder-results-desktop .is-dropdown .trigger:before,
.oilfinder-results-desktop .is-dropdown .trigger:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop .is-dropdown .trigger:after {
    clear: both;
}

.oilfinder-results-desktop .is-dropdown .trigger > .ol-sprite {
    float: right;
    padding-right: 15px;
}

.oilfinder-results-desktop .is-dropdown .trigger.active + .content {
    max-height: 1500px;
}

.oilfinder-results-desktop .is-dropdown .trigger.active > .of-sprite.plus {
    width: 18px;
    height: 18px;
    background-position: -49px 0px;
}

.oilfinder-results-desktop .is-dropdown .content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.result-item-send-to {
    display: inline-block;
    position: relative;
    width: 250px;
}

    .result-item-send-to img {
        position: absolute;
        top: 5px;
        right: 15px;
    }

    .result-item-send-to input[type=checkbox] {
        display: none;
    }
/****************************************************************************** 
 .oilfinder-results-mobile
******************************************************************************/
.oilfinder-results-mobile {
    position: relative;
    font-size: 1.3em;
    line-height: 1.1;
    margin: 0 auto;
    max-width: 800px;
}

@media (min-width: 768px) {
    .oilfinder-results-mobile {
        display: none;
    }
}

.oilfinder-results-mobile .results-block {
    padding: 20px 0 20px 20px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .oilfinder-results-mobile .results-block {
        padding-right: 30px;
    }
}

.oilfinder-results-mobile .results-block > .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.oilfinder-results-mobile .results-block.block-01 {
    background-color: #F2F1EF;
}

.oilfinder-results-mobile .results-block.is-dropdown {
    background-color: #edf2f6;
}

    .oilfinder-results-mobile .results-block.is-dropdown .result-item > div {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .oilfinder-results-mobile .results-block.is-dropdown .result-item-mail {
        background: transparent;
        border: none;
        outline: none !important;
        position: relative;
    }

        .oilfinder-results-mobile .results-block.is-dropdown .result-item-mail:hover .of-sprite {
            width: 28px;
            height: 20px;
            background-position: -45px -90px;
        }

    .oilfinder-results-mobile .results-block.is-dropdown .row.trigger {
        cursor: pointer;
    }

        .oilfinder-results-mobile .results-block.is-dropdown .row.trigger .of-sprite.plus {
            position: relative;
            right: 11px;
        }

        .oilfinder-results-mobile .results-block.is-dropdown .row.trigger .of-sprite.i {
            position: relative;
            top: 3px;
        }

    .oilfinder-results-mobile .results-block.is-dropdown .row.dropdown {
        display: block;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }

    .oilfinder-results-mobile .results-block.is-dropdown.active .result-item.Note {
        font-weight: bold;
    }

    .oilfinder-results-mobile .results-block.is-dropdown.active .row.dropdown {
        max-height: 500px;
    }

    .oilfinder-results-mobile .results-block.is-dropdown.active .of-sprite.plus {
        width: 18px;
        height: 18px;
        background-position: -49px 0px;
    }

.oilfinder-results-mobile .left-col,
.oilfinder-results-mobile .right-col {
    display: table-cell;
}

.oilfinder-results-mobile .left-col {
    width: 82%;
}

.oilfinder-results-mobile .right-col {
    vertical-align: middle;
    text-align: right;
    width: 18%;
}

.oilfinder-results-mobile .result-item {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .oilfinder-results-mobile .result-item > div {
        display: table-cell;
        padding: 0 15px;
        vertical-align: middle;
    }

    .oilfinder-results-mobile .result-item .icon {
        width: 30%;
        vertical-align: top;
    }

    .oilfinder-results-mobile .result-item.Make,
    .oilfinder-results-mobile .result-item.Model,
    .oilfinder-results-mobile .result-item.Engine,
    .oilfinder-results-mobile .result-item.From,
    .oilfinder-results-mobile .result-item.Gas,
    .oilfinder-results-mobile .result-item.Oil {
        font-weight: bold;
        text-transform: uppercase;
    }

        .oilfinder-results-mobile .result-item.Engine > div {
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .oilfinder-results-mobile .result-item.Note {
        text-transform: uppercase;
    }

.oilfinder-results-mobile .oilfinder-reset {
    background: transparent;
    border: none;
    outline: none !important;
}

.results-group.refrigerant,
.results-group.lubricant {
    padding: 10px 15px;
    margin-top: 10px;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    background-color: #d7eefa;
    background-image: -webkit-linear-gradient(top, #edf2f6 0%, #d7eefa 100%);
    background-image: -o-linear-gradient(top, #edf2f6 0%, #d7eefa 100%);
    background-image: linear-gradient(to bottom, #edf2f6 0%, #d7eefa 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf2f6', endColorstr='#ffd7eefa', GradientType=0);
}

    .results-group.refrigerant .result-item,
    .results-group.lubricant .result-item {
        margin-left: -7px;
    }

    .results-group.refrigerant .of-sprite,
    .results-group.lubricant .of-sprite {
        position: relative;
        left: -5px;
    }

        .results-group.refrigerant .of-sprite.oil,
        .results-group.lubricant .of-sprite.oil {
            left: -14px;
        }

.results-group.lubricant {
    background-color: #e5d4dc;
    background-image: -webkit-linear-gradient(top, #edf2f6 0%, #e5d4dc 100%);
    background-image: -o-linear-gradient(top, #edf2f6 0%, #e5d4dc 100%);
    background-image: linear-gradient(to bottom, #edf2f6 0%, #e5d4dc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf2f6', endColorstr='#ffe5d4dc', GradientType=0);
}

.recent-search-mobile {
    background-color: #F2F1EF;
    padding: 20px 27px 20px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .recent-search-mobile {
        padding: 20px 27px 20px 30px;
    }
}

.recent-search-mobile h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.recent-search-mobile .results {
    margin: 0 -7px;
    padding: 0;
    display: table;
    table-layout: fixed;
}

.recent-search-mobile .result-item > span {
    display: none;
    /*
			&.Make {
				width: 34%;
			}
			&.Model {
				width: 23%;
			}
			&.Engine {
				width: 23%;	
			}
			*/
}

    .recent-search-mobile .result-item > span.Make,
    .recent-search-mobile .result-item > span.Model,
    .recent-search-mobile .result-item > span.Engine,
    .recent-search-mobile .result-item > span.icon {
        display: table-cell;
        padding: 7px;
    }

    .recent-search-mobile .result-item > span.icon {
        text-align: right;
        width: 10%;
    }

.result-item-send-to {
    position: relative;
    width: 280px;
    margin: 0 10px;
}

#OilAndGas-NewsletterTermsLabel a{
    text-decoration: underline;
} 
.result-item-send-to input[type=text] {
    margin: 0;
    border-color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 65px;
}

    .result-item-send-to .send-to {
        position: absolute !important;
        left: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        width: 60px;
        padding-left: 10px;
    }

    .result-item-send-to .hd-btn.result-item-mail-btn {
        min-width: 0 !important;
        width: 40px !important;
        height: 40px;
        line-height: 40px;
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        margin: 0 !important;
        padding: 0 10px 0 0;
    }
/****************************************************************************** 
 .abreviations-table
******************************************************************************/
.abreviations-table {
    table-layout: fixed;
}

    .abreviations-table td {
        padding: 5px 10px;
    }

        .abreviations-table td:first-child {
            width: 150px;
        }

    .abreviations-table .Gr {
        position: relative;
        top: 5px;
    }
/****************************************************************************** 
 .abreviations-table
******************************************************************************/
#oilfinder-mobile-contact-form {
    font-size: 14px;
    padding: 12px;
    background-color: white;
    position: fixed;
    left: 0;
    bottom: -50px;
    width: 100%;
    -webkit-box-shadow: 0 3px 10px 0px #333;
    -moz-box-shadow: 0 3px 10px 0px #333;
    box-shadow: 0 3px 10px 0px #333;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    #oilfinder-mobile-contact-form.active {
        -webkit-transform: translateY(-75%);
        -moz-transform: translateY(-75%);
        -ms-transform: translateY(-75%);
        -o-transform: translateY(-75%);
        transform: translateY(-75%);
    }

        #oilfinder-mobile-contact-form.active .result-item-send-to {
            display: block !important;
        }

    #oilfinder-mobile-contact-form .result-item-send-to {
        margin: 0;
        width: 100%;
    }

        #oilfinder-mobile-contact-form .result-item-send-to .send-to {
            position: static;
            display: block;
        }

        #oilfinder-mobile-contact-form .result-item-send-to input[type=text] {
            border: none;
            height: 40px;
            background-color: #efefef;
        }

    #oilfinder-mobile-contact-form .result-item-mail-btn {
        background-color: white;
        border-color: white;
        color: #004c82;
        border: none;
        display: block;
        width: 100%;
        margin-top: 10px;
    }

#cookieDisclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #004c82;
    z-index: 100;
    border-top: 1px solid #004c82;
}

    #cookieDisclaimer .container {
        padding: 1em 15px;
        max-width: 1200px;
        margin: 0 auto;
    }

@media (min-width: 768px) {
    #cookieDisclaimer .container {
        padding: 1.5em 15px;
    }
}

#cookieDisclaimer .row {
    margin-left: -15px;
    margin-right: -15px;
}

#cookieDisclaimer .col-sm-10 {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1em;
}

@media (min-width: 768px) {
    #cookieDisclaimer .col-sm-10 {
        float: left;
        width: 66.66666667%;
    }
}

@media (min-width: 1200px) {
    #cookieDisclaimer .col-sm-10 {
        float: left;
        width: 83.33333333%;
    }
}

@media (min-width: 768px) {
    #cookieDisclaimer .col-sm-10 {
        padding-bottom: 0;
    }
}

#cookieDisclaimer .col-sm-2 {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

@media (min-width: 768px) {
    #cookieDisclaimer .col-sm-2 {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    #cookieDisclaimer .col-sm-2 {
        float: left;
        width: 16.66666667%;
    }
}

@media (min-width: 768px) {
    #cookieDisclaimer .col-sm-2 {
        text-align: right;
    }
}

.language-picker {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #004c82;
    background-color: rgba(0, 76, 130, 0.8);
    z-index: 999;
    padding: 15px;
}

.language-picker__content {
    display: table;
    width: 100%;
    max-width: 480px;
    vertical-align: middle;
    margin: 0 auto;
    height: 100%;
}

.language-picker__inner-content {
    display: table-cell;
    vertical-align: middle;
}

.language-picker__content-list {
    background-color: #02afef;
    color: white;
    border-radius: 10px;
    padding: 15px;
}

    .language-picker__content-list:before,
    .language-picker__content-list:after {
        content: " ";
        display: table;
    }

    .language-picker__content-list:after {
        clear: both;
    }

    .language-picker__content-list:before,
    .language-picker__content-list:after {
        content: " ";
        display: table;
    }

    .language-picker__content-list:after {
        clear: both;
    }

@media (min-width: 768px) {
    .language-picker__content-list {
        padding: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
    .language-picker__content-list {
        max-height: 280px;
        overflow-x: hidden;
    }
}

.language-picker__content-list > div {
    padding: 15px;
}

@media (min-width: 480px) {
    .language-picker__content-list > div {
        float: left;
        width: 50%;
    }
}

.language-picker__item a {
    display: block;
    position: relative;
    padding-left: 45px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .language-picker__item a:hover {
        opacity: .75;
    }

    .language-picker__item a img {
        display: block;
        position: absolute;
        left: 0;
        top: -3px;
    }
.formtable .labelCell a {
		text-decoration: underline;            
	}
.font-family-sans-serif,
.font-sans-serif {
    font-family: "Source Sans Pro", sans-serif;
}

.font-family-serif,
.font-serif {
    font-family: serif;
}

p {
    margin: 0 0 15px;
}

b,
strong {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: inherit;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    line-height: 1.1;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    h1 p,
    h2 p,
    h3 p,
    h4 p,
    h5 p,
    .h1 p,
    .h2 p,
    .h3 p,
    .h4 p,
    .h5 p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

h1,
.h1 {
    color: inherit;
    font-family: inherit;
    line-height: 1.1;
    font-size: 1.95em;
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 2.2em;
    }
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 2.2em;
    }
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 3.15em;
    }
}

@media (min-width: 1800px) {
    h1,
    .h1 {
        font-size: 3.15em;
    }
}

h2,
.h2 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.75em;
}

@media (min-width: 768px) {
    h2,
    .h2 {
        font-size: 2em;
    }
}

@media (min-width: 992px) {
    h2,
    .h2 {
        font-size: 2em;
    }
}

@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2.815em;
    }
}

@media (min-width: 1800px) {
    h2,
    .h2 {
        font-size: 2.815em;
    }
}

h3,
.h3 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.3em;
}

@media (min-width: 768px) {
    h3,
    .h3 {
        font-size: 1.4em;
    }
}

@media (min-width: 992px) {
    h3,
    .h3 {
        font-size: 1.4em;
    }
}

@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75em;
    }
}

@media (min-width: 1800px) {
    h3,
    .h3 {
        font-size: 1.75em;
    }
}

h4,
.h4 {
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
}

@media (min-width: 768px) {
    h4,
    .h4 {
        font-size: 1.1em;
    }
}

@media (min-width: 992px) {
    h4,
    .h4 {
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.2em;
    }
}

@media (min-width: 1800px) {
    h4,
    .h4 {
        font-size: 1.2em;
    }
}

blockquote,
.blockquote {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.75em;
    border: none;
    font-style: italic;
    padding: 0;
    margin: 0 auto 15px auto;
}

    blockquote p,
    .blockquote p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    blockquote,
    .blockquote {
        font-size: 2em;
    }
}

@media (min-width: 992px) {
    blockquote,
    .blockquote {
        font-size: 2em;
    }
}

@media (min-width: 1200px) {
    blockquote,
    .blockquote {
        font-size: 2.815em;
    }
}

@media (min-width: 1800px) {
    blockquote,
    .blockquote {
        font-size: 2.815em;
    }
}

blockquote > p,
.blockquote > p {
    margin-top: 0;
}

blockquote small,
.blockquote small,
blockquote .small,
.blockquote .small {
    font-style: normal;
    color: #02afef;
}

small,
.small {
    font-size: 14px;
}
/************************************************************************************************************************** 
  .hd-container
***************************************************************************************************************************/
.hd-container {
    padding: 2.25em 15px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .hd-container {
        padding: 2.75em 15px;
    }
}

@media (min-width: 992px) {
    .hd-container {
        padding: 2.75em 15px;
    }
}

@media (min-width: 1200px) {
    .hd-container {
        padding: 3.5em 15px;
    }
}
/************************************************************************************************************************** 
  .section-grid
***************************************************************************************************************************/
.section-grid {
    background: none;
    background-color: inherit;
    overflow: hidden;
    position: relative;
    text-align: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 200px;
}

    .section-grid .row.title {
        padding-bottom: 1.5em;
    }

        .section-grid .row.title h1,
        .section-grid .row.title h2,
        .section-grid .row.title h3,
        .section-grid .row.title h4 {
            margin: 0;
            text-align: center;
        }

@media (min-width: 768px) {
    .section-grid .row.title {
        padding-bottom: 2.75em;
    }
}

@media (min-width: 992px) {
    .section-grid .row.title {
        padding-bottom: 2.75em;
    }
}

@media (min-width: 1200px) {
    .section-grid .row.title {
        padding-bottom: 3.5em;
    }
}

@media (min-width: 1200px) {
    .section-grid .row > div {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.section-grid.departments .title-row {
    background-color: #004c82;
    color: #FFF;
}

    .section-grid.departments .title-row h1,
    .section-grid.departments .title-row h2,
    .section-grid.departments .title-row h3,
    .section-grid.departments .title-row h4 {
        text-align: left;
    }

    .section-grid.departments .title-row select {
        margin: 10px 0 0 0;
    }

@media (min-width: 768px) {
    .section-grid.departments .title-row select {
        margin: 0;
    }
}

.section-grid.departments .title-row .row > div.col-sm-2,
.section-grid.departments .title-row .row > div.col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
}
/************************************************************************************************************************** 
  .section-grid
***************************************************************************************************************************/
@media (max-width: 767px) {
    .section-grid.quote {
        background-image: none !important;
        background-color: #004c82;
        color: #FFF;
        text-align: center;
    }
}

.section-grid.quote .module-text {
    position: relative;
}

    .section-grid.quote .module-text h1,
    .section-grid.quote .module-text h2,
    .section-grid.quote .module-text h3,
    .section-grid.quote .module-text h4,
    .section-grid.quote .module-text p,
    .section-grid.quote .module-text span {
        color: inherit !important;
    }

@media (min-width: 992px) {
    .section-grid.quote .module-text {
        padding-left: 165px;
        padding-right: 15px;
    }
}

.section-grid.quote .quote-image {
    display: block;
    margin-bottom: 1.5em;
    text-align: center;
}

@media (min-width: 768px) {
    .section-grid.quote .quote-image {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .section-grid.quote .quote-image {
        display: inline-block;
        position: absolute;
        top: -15px;
        left: -15px;
    }
}

.section-grid.quote .quote-image > img {
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.section-grid.quote .logo-image {
    display: block;
    margin: 0;
}

    .section-grid.quote .logo-image > img {
        margin: 1.25em 0;
    }

@media (min-width: 992px) {
    .section-grid.quote .logo-image > img {
        margin: 1.5em 0;
    }
}
/****************************************************************************** 
  Base
******************************************************************************/
html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #ffffff;
    color: #004c82;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    line-height: 1.45;
    min-width: 320px;
    text-rendering: optimizelegibility;
    position: relative;
}

@media (min-width: 1800px) {
    body {
        font-size: 16px;
    }
}

body:before {
    content: "";
    height: 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, #000000 0%, transparent 100%);
    background-image: -o-linear-gradient(top, #000000 0%, transparent 100%);
    background-image: linear-gradient(to bottom, #000000 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#00000000', GradientType=0);
    z-index: 2;
    filter: alpha(opacity=25);
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity = 25);
}

@media (min-width: 1200px) {
    body:before {
        height: 150px;
    }
}

body:after {
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #004c82;
    z-index: 2;
    filter: alpha(opacity=85);
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity = 85);
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body.megadropdown-opened:after {
    display: block;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-rendering: optimizelegibility;
}

a:not(.hd-btn) {
    color: inherit;
    text-decoration: none;
    outline: none;
}

    a:not(.hd-btn):hover,
    a:not(.hd-btn):focus {
        color: inherit;
        text-decoration: none;
    }

    a:not(.hd-btn):focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 1px dotted #333333;
}
/****************************************************************************** 
  Colors
******************************************************************************/
.primary-color {
    color: #004c82;
}

.secondary-color {
    color: #02afef;
}

.tertiary-color {
    color: #b00d28;
}
/****************************************************************************** 
  Breadcrumbs overrides
******************************************************************************/
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    list-style: outside none none;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0;
    font-size: 13px;
}

    .breadcrumb a {
        outline: none !important;
    }

        .breadcrumb a:hover {
            color: #02afef;
        }

    .breadcrumb > .active {
        color: inherit;
        font-weight: bold;
    }

    .breadcrumb > li + li::before {
        color: inherit;
        padding: 0 2px;
    }
/****************************************************************************** 
  .blockquote
******************************************************************************/
.blockquote {
    font-size: 1.3em;
}

@media (min-width: 1200px) {
    .blockquote {
        font-size: 1.75em;
    }
}

@font-face {
    font-family: "Umbraco-standard";
    src: url('../fonts/Umbraco-standard.eot');
    src: url('../fonts/Umbraco-standard.eot?#iefix') format('embedded-opentype'), url('../fonts/Umbraco-standard.woff') format('woff'), url('../fonts/Umbraco-standard.ttf') format('truetype'), url('../fonts/Umbraco-standard.svg#Umbraco-standard') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.icon-font {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Umbraco-standard" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-back:before {
    content: "\e900";
}

.icon-arrow-down:before {
    content: "\e901";
}

.icon-arrow-left:before {
    content: "\e902";
}

.icon-arrow-line-down:before {
    content: "\e903";
}

.icon-arrow-line-left:before {
    content: "\e904";
}

.icon-arrow-line-right:before {
    content: "\e905";
}

.icon-arrow-line-up:before {
    content: "\e906";
}

.icon-arrow-right:before {
    content: "\e907";
}

.icon-arrow-up:before {
    content: "\e908";
}

.icon-burger-menu:before {
    content: "\e909";
}

.icon-calender:before {
    content: "\e90a";
}

.icon-checkmark-big:before {
    content: "\e90b";
}

.icon-checkmark-small:before {
    content: "\e90c";
}

.icon-close:before {
    content: "\e90d";
}

.icon-double-arrow-left:before {
    content: "\e90e";
}

.icon-double-arrow-right:before {
    content: "\e90f";
}

.icon-download:before {
    content: "\e910";
}

.icon-enlarge:before {
    content: "\e911";
}

.icon-facebook-square:before {
    content: "\e912";
}

.icon-facebook:before {
    content: "\e913";
}

.icon-google-plus-square:before {
    content: "\e914";
}

.icon-google-plus:before {
    content: "\e915";
}

.icon-home:before {
    content: "\e916";
}

.icon-image:before {
    content: "\e917";
}

.icon-instagram:before {
    content: "\e918";
}

.icon-link:before {
    content: "\e919";
}

.icon-linkedin-square:before {
    content: "\e91a";
}

.icon-linkedin:before {
    content: "\e91b";
}

.icon-lock-closed:before {
    content: "\e91c";
}

.icon-lock-open:before {
    content: "\e91d";
}

.icon-mail:before {
    content: "\e91e";
}

.icon-minus:before {
    content: "\e91f";
}

.icon-mobile-phone:before {
    content: "\e920";
}

.icon-phone:before {
    content: "\e921";
}

.icon-photo:before {
    content: "\e922";
}

.icon-pin:before {
    content: "\e923";
}

.icon-play:before {
    content: "\e924";
}

.icon-play2:before {
    content: "\e925";
}

.icon-plus:before {
    content: "\e926";
}

.icon-reload:before {
    content: "\e927";
}

.icon-search:before {
    content: "\e928";
}

.icon-settings:before {
    content: "\e929";
}

.icon-shop:before {
    content: "\e92a";
}

.icon-talk:before {
    content: "\e92b";
}

.icon-trash:before {
    content: "\e92c";
}

.icon-triangle-down:before {
    content: "\e92d";
}

.icon-triangle-left:before {
    content: "\e92e";
}

.icon-triangle-right:before {
    content: "\e92f";
}

.icon-triangle-up:before {
    content: "\e930";
}

.icon-twitter-square:before {
    content: "\e931";
}

.icon-twitter:before {
    content: "\e932";
}

.icon-upload:before {
    content: "\e933";
}

.icon-user:before {
    content: "\e934";
}

.icon-vimeo-square:before {
    content: "\e935";
}

.icon-vimeo:before {
    content: "\e936";
}

.icon-youtube-square:before {
    content: "\e937";
}

.icon-youtube:before {
    content: "\e938";
}
/****************************************************************************** 
  Buttons
******************************************************************************/
.hd-btn {
    background: #02afef;
    border: 1px solid #02afef;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin: 3px 0;
    min-width: 100px;
    padding: 0.75em 1.25em;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 1.3;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-transform: normal;
    touch-action: manipulation;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media (min-width: 768px) {
    .hd-btn {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 992px) {
    .hd-btn {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 1200px) {
    .hd-btn {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

.hd-btn:hover,
.hd-btn:focus {
    background-color: #b00d28;
    border-color: #b00d28;
    wincolor: white;
    outline: none;
    text-decoration: none;
}

.hd-btn.inverted {
    border: none;
    background: transparent;
    color: #02afef;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

    .hd-btn.inverted:hover,
    .hd-btn.inverted:focus {
        background-color: transparent;
        border-color: transparent;
        color: #b00d28;
    }

.hd-btn:after, .nissen-links a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Umbraco-standard" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    margin-left: 15px;
    font-size: .75em;
}

.nissen-links a:after {
    color: #02afef;
}

.nissen-links {
	margin-bottom: -30px;
}

/****************************************************************************** 
  Buttons themes
******************************************************************************/
.hd-btn.secondary,
[data-button-color="Secondary-color"] .hd-btn {
    border-color: #004c82;
    background-color: #004c82;
    color: white;
}

    .hd-btn.secondary:hover,
    [data-button-color="Secondary-color"] .hd-btn:hover,
    .hd-btn.secondary:focus,
    [data-button-color="Secondary-color"] .hd-btn:focus {
        background-color: #02afef;
        border-color: #02afef;
        color: white;
    }

    .hd-btn.secondary.inverted,
    [data-button-color="Secondary-color"] .hd-btn.inverted {
        border-color: transparent;
        background-color: transparent;
        color: #004c82;
        padding-left: 0;
        border: none;
    }

        .hd-btn.secondary.inverted:after,
        [data-button-color="Secondary-color"] .hd-btn.inverted:after {
            color: #02afef;
        }

        .hd-btn.secondary.inverted:hover,
        [data-button-color="Secondary-color"] .hd-btn.inverted:hover,
        .hd-btn.secondary.inverted:focus,
        [data-button-color="Secondary-color"] .hd-btn.inverted:focus {
            background-color: transparent;
            border-color: transparent;
            color: #02afef;
        }

.hd-btn.tertiary,
[data-button-color="Tertiary-color"] .hd-btn {
    border-color: transparent;
    background-color: transparent;
    color: white;
    padding-left: 0;
    padding-right: 0;
    border: none;
    /*
  &.inverted {
    border-color: @button-tertiary-inverted-border-color;
    background-color: @button-tertiary-inverted-bg-color;
    color: @button-tertiary-inverted-color;
    &:hover, 
    &:focus {
      background-color: @button-tertiary-inverted-bg-color-active;
      border-color: @button-tertiary-inverted-border-color-active;
      color: @button-tertiary-inverted-color-active;
    }
  }
  */
}

    .hd-btn.tertiary:hover,
    [data-button-color="Tertiary-color"] .hd-btn:hover,
    .hd-btn.tertiary:focus,
    [data-button-color="Tertiary-color"] .hd-btn:focus {
        background-color: transparent;
        border-color: transparent;
        color: #02afef;
    }

.hd-btn.circle {
    min-width: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border-color: #c1e5f4;
    color: #02afef;
    height: 26px;
    width: 26px;
    line-height: 26px;
}

@media (min-width: 480px) {
    .hd-btn.circle {
        height: 32px;
        width: 32px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) {
    .hd-btn.circle {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
}

.hd-btn.circle:after {
    margin: 0;
}
/****************************************************************************** 
  RTE Buttons fix (fix if buttons are added via RTE)
******************************************************************************/
.rte-hd-btn,
.rte-hd-btn-download {
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 1;
}

    .rte-hd-btn a,
    .rte-hd-btn-download a {
        background: #02afef;
        border: 1px solid #02afef;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: white;
        cursor: pointer;
        display: inline-block;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1em;
        font-weight: 600;
        margin: 3px 0;
        min-width: 100px;
        padding: 0.75em 1.25em;
        position: relative;
        letter-spacing: 0.5px;
        line-height: 1.3;
        outline: none;
        text-align: center;
        text-decoration: none;
        text-transform: normal;
        touch-action: manipulation;
        z-index: 1;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

@media (min-width: 768px) {
    .rte-hd-btn a,
    .rte-hd-btn-download a {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 992px) {
    .rte-hd-btn a,
    .rte-hd-btn-download a {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 1200px) {
    .rte-hd-btn a,
    .rte-hd-btn-download a {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

.rte-hd-btn a:hover,
.rte-hd-btn-download a:hover,
.rte-hd-btn a:focus,
.rte-hd-btn-download a:focus {
    background-color: #b00d28;
    border-color: #b00d28;
    wincolor: white;
    outline: none;
    text-decoration: none;
}

.rte-hd-btn a.inverted,
.rte-hd-btn-download a.inverted {
    border: none;
    background: transparent;
    color: #02afef;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

    .rte-hd-btn a.inverted:hover,
    .rte-hd-btn-download a.inverted:hover,
    .rte-hd-btn a.inverted:focus,
    .rte-hd-btn-download a.inverted:focus {
        background-color: transparent;
        border-color: transparent;
        color: #b00d28;
    }

.rte-hd-btn a:after,
.rte-hd-btn-download a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Umbraco-standard" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    margin-left: 15px;
    font-size: .75em;
}
/****************************************************************************** 
  Play button & Plus icon button
******************************************************************************/
.play-icon-button,
.plus-icon-button {
    background-color: transparent;
    border: 1px solid transparent;
    color: white;
    font-size: 20px;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 90px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 992px) {
    .play-icon-button,
    .plus-icon-button {
        font-size: 20px;
        width: 90px;
        height: 90px;
        line-height: 105px;
    }
}

@media (min-width: 1200px) {
    .play-icon-button,
    .plus-icon-button {
        font-size: 22px;
        width: 110px;
        height: 110px;
        line-height: 124px;
    }
}

.play-icon-button.centered,
.plus-icon-button.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

@media (min-width: 992px) {
    .play-icon-button.centered,
    .plus-icon-button.centered {
        margin-left: -45px;
        margin-top: -45px;
    }
}

@media (min-width: 1200px) {
    .play-icon-button.centered,
    .plus-icon-button.centered {
        margin-left: -55px;
        margin-top: -55px;
    }
}

.play-icon-button:hover,
.plus-icon-button:hover,
.fancybox:hover .circle-btn,
.fancybox-media:hover .circle-btn,
.teaser-box:hover .play-icon-button,
.teaser-box:hover .plus-icon-button {
    border-color: transparent;
    background-color: transparent;
    color: white;
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

    .play-icon-button:hover span,
    .plus-icon-button:hover span,
    .fancybox:hover .circle-btn span,
    .fancybox-media:hover .circle-btn span,
    .teaser-box:hover .play-icon-button span,
    .teaser-box:hover .plus-icon-button span {
        color: white;
    }

.play-icon-button .icon-play {
    position: relative;
    left: 2px;
}
/*************************************************************************************************** 
  Play button
****************************************************************************************************/
.play-btn {
    background-color: transparent;
    border: none;
    color: white;
    display: inline-block;
    outline: none !important;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    text-decoration: none !important;
    width: 80px;
    height: 80px;
    line-height: 90px;
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    -o-transform: scale(0.975);
    transform: scale(0.975);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .play-btn:before {
        content: "";
        border: 2px solid white;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        filter: alpha(opacity=75);
        opacity: 0.75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
        filter: alpha(opacity = 75);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .play-btn > span {
        font-size: 20px;
        filter: alpha(opacity=75);
        opacity: 0.75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
        filter: alpha(opacity = 75);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .play-btn:hover,
    .play-btn:focus {
        background-color: transparent;
        color: white;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

        .play-btn:hover:before,
        .play-btn:focus:before {
            border-color: white;
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
        }

        .play-btn:hover > span,
        .play-btn:focus > span {
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
        }
/*************************************************************************************************** 
  .open-video-overlay
****************************************************************************************************/
.open-video-overlay,
.play-btn-large {
    background-color: transparent;
    border: none;
    color: white;
    display: inline-block;
    outline: none !important;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    text-decoration: none !important;
    width: 80px;
    height: 80px;
    line-height: 90px;
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    -o-transform: scale(0.975);
    transform: scale(0.975);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .open-video-overlay:before,
    .play-btn-large:before {
        content: "";
        border: 2px solid white;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        filter: alpha(opacity=75);
        opacity: 0.75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
        filter: alpha(opacity = 75);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .open-video-overlay > span,
    .play-btn-large > span {
        font-size: 20px;
        filter: alpha(opacity=75);
        opacity: 0.75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
        filter: alpha(opacity = 75);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .open-video-overlay:hover,
    .play-btn-large:hover,
    .open-video-overlay:focus,
    .play-btn-large:focus {
        background-color: transparent;
        color: white;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

        .open-video-overlay:hover:before,
        .play-btn-large:hover:before,
        .open-video-overlay:focus:before,
        .play-btn-large:focus:before {
            border-color: white;
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
        }

        .open-video-overlay:hover > span,
        .play-btn-large:hover > span,
        .open-video-overlay:focus > span,
        .play-btn-large:focus > span {
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
        }

@media (min-width: 992px) {
    .open-video-overlay,
    .play-btn-large {
        width: 90px;
        height: 90px;
        line-height: 105px;
    }
}

@media (min-width: 1200px) {
    .open-video-overlay,
    .play-btn-large {
        width: 110px;
        height: 110px;
        line-height: 124px;
    }
}

@media (min-width: 992px) {
    .open-video-overlay > span,
    .play-btn-large > span {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .open-video-overlay > span,
    .play-btn-large > span {
        font-size: 22px;
    }
}
/****************************************************************************** 
    Forms
******************************************************************************/
form {
    position: relative;
    z-index: 1;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0 0 2em 0;
}

legend {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.3em;
}

    legend p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    legend {
        font-size: 1.4em;
    }
}

@media (min-width: 992px) {
    legend {
        font-size: 1.4em;
    }
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.75em;
    }
}

@media (min-width: 1800px) {
    legend {
        font-size: 1.75em;
    }
}

label {
    text-transform: none;
    color: inherit;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="email"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.3;
    color: #004c82;
    background-image: none;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #004c82;
    border-radius: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: semibold;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-transform: none;
    padding: 0.5em 1em;
    margin: 0 0 0.75em 0;
    outline: none;
}

    input[type="text"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="number"]::-webkit-input-placeholder,
    input[type="color"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="datetime"]::-webkit-input-placeholder,
    input[type="datetime-local"]::-webkit-input-placeholder,
    input[type="date"]::-webkit-input-placeholder,
    input[type="month"]::-webkit-input-placeholder,
    input[type="time"]::-webkit-input-placeholder,
    input[type="week"]::-webkit-input-placeholder,
    input[type="number"]::-webkit-input-placeholder,
    input[type="url"]::-webkit-input-placeholder,
    select::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: inherit !important;
    }

    input[type="text"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="number"]:-moz-placeholder,
    input[type="color"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="datetime"]:-moz-placeholder,
    input[type="datetime-local"]:-moz-placeholder,
    input[type="date"]:-moz-placeholder,
    input[type="month"]:-moz-placeholder,
    input[type="time"]:-moz-placeholder,
    input[type="week"]:-moz-placeholder,
    input[type="number"]:-moz-placeholder,
    input[type="url"]:-moz-placeholder,
    select:-moz-placeholder,
    textarea:-moz-placeholder {
        /* Firefox 18- */
        color: inherit !important;
    }

    input[type="text"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="number"]::-moz-placeholder,
    input[type="color"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="datetime"]::-moz-placeholder,
    input[type="datetime-local"]::-moz-placeholder,
    input[type="date"]::-moz-placeholder,
    input[type="month"]::-moz-placeholder,
    input[type="time"]::-moz-placeholder,
    input[type="week"]::-moz-placeholder,
    input[type="number"]::-moz-placeholder,
    input[type="url"]::-moz-placeholder,
    select::-moz-placeholder,
    textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: inherit !important;
    }

    input[type="text"] :-ms-input-placeholder,
    input[type="password"] :-ms-input-placeholder,
    input[type="tel"] :-ms-input-placeholder,
    input[type="number"] :-ms-input-placeholder,
    input[type="color"] :-ms-input-placeholder,
    input[type="email"] :-ms-input-placeholder,
    input[type="search"] :-ms-input-placeholder,
    input[type="datetime"] :-ms-input-placeholder,
    input[type="datetime-local"] :-ms-input-placeholder,
    input[type="date"] :-ms-input-placeholder,
    input[type="month"] :-ms-input-placeholder,
    input[type="time"] :-ms-input-placeholder,
    input[type="week"] :-ms-input-placeholder,
    input[type="number"] :-ms-input-placeholder,
    input[type="url"] :-ms-input-placeholder,
    select :-ms-input-placeholder,
    textarea :-ms-input-placeholder {
        color: inherit !important;
    }

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,
    input[type="color"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    select:focus,
    textarea:focus {
        border-color: #003d69;
    }

@media (min-width: 768px) {
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    input[type="color"],
    input[type="email"],
    input[type="search"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="url"],
    select,
    textarea {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 992px) {
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    input[type="color"],
    input[type="email"],
    input[type="search"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="url"],
    select,
    textarea {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}

@media (min-width: 1200px) {
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    input[type="color"],
    input[type="email"],
    input[type="search"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="url"],
    select,
    textarea {
        font-size: 1em;
        padding: 0.75em 1.25em;
    }
}
/***************************************************************************************** 
    //CSS3 Checkboxes & Radio buttons 
    (http://www.hongkiat.com/blog/css3-checkbox-radio/)
******************************************************************************************/
.css3-checkbox input[type="checkbox"] {
    display: none;
}

    .css3-checkbox input[type="checkbox"] + label {
        color: #004c82;
        cursor: pointer;
        font-weight: normal;
        font-size: 1em;
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .css3-checkbox input[type="checkbox"] + label:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: -3px 8px 0 0;
            vertical-align: middle;
            cursor: pointer;
            border: 1px solid #b00d28;
            background-color: #b00d28;
        }

    .css3-checkbox input[type="checkbox"]:checked + label:before {
        background-color: #02afef;
        border-color: #02afef;
    }

.css3-checkbox.medium input[type="checkbox"] + label:before {
    width: 16px;
    height: 16px;
    margin: -3px 8px 0 0;
}

.css3-checkbox.large input[type="checkbox"] + label:before {
    width: 24px;
    height: 24px;
    margin: -2px 10px 0 0;
}

.lt-ie9 .css3-checkbox input[type="checkbox"] {
    display: block;
}

    .lt-ie9 .css3-checkbox input[type="checkbox"] + label:before {
        display: none;
    }

.css3-checkbox-radio input[type="radio"] {
    display: none;
}

    .css3-checkbox-radio input[type="radio"] + label {
        color: #004c82;
        cursor: pointer;
        font-weight: normal;
        font-size: 1em;
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .css3-checkbox-radio input[type="radio"] + label:before {
            content: "";
            display: inline-block;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            width: 12px;
            height: 12px;
            margin: -3px 8px 0 0;
            border: 1px solid #b00d28;
            background-color: #b00d28;
        }

    .css3-checkbox-radio input[type="radio"]:checked + label:before {
        background-color: #02afef;
        border-color: #02afef;
    }

.css3-checkbox-radio.medium input[type="radio"] + label:before {
    width: 16px;
    height: 16px;
    margin: -3px 8px 0 0;
}

.css3-checkbox-radio.large input[type="radio"] + label:before {
    width: 24px;
    height: 24px;
    margin: -2px 10px 0 0;
}

.lt-ie9 .css3-checkbox-radio input[type="radio"] {
    display: block;
}

    .lt-ie9 .css3-checkbox-radio input[type="radio"] + label {
        padding-left: 0;
        margin-right: 0;
    }

        .lt-ie9 .css3-checkbox-radio input[type="radio"] + label:before {
            display: none;
        }
/****************************************************************************** 
  Form validation
******************************************************************************/
.form-validation {
    font-size: 12px;
    font-family: inherit;
    font-style: italic;
    color: red;
    display: block;
    width: 100%;
    padding: 5px 0;
}

    .form-validation:before,
    .form-validation:after {
        content: " ";
        display: table;
    }

    .form-validation:after {
        clear: both;
    }

    .form-validation:before,
    .form-validation:after {
        content: " ";
        display: table;
    }

    .form-validation:after {
        clear: both;
    }

    .form-validation .field-validation-error {
        display: block;
        font-size: 14px;
    }
/****************************************************************************** 
  Paragraph module
******************************************************************************/
#content-block-01 > .paragraph {
    padding: 2.25em 15px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #content-block-01 > .paragraph {
        padding: 2.75em 15px;
    }
}

@media (min-width: 992px) {
    #content-block-01 > .paragraph {
        padding: 2.75em 15px;
    }
}

@media (min-width: 1200px) {
    #content-block-01 > .paragraph {
        padding: 3.5em 15px;
    }
}

#content-block-01 > .paragraph form {
    margin: 0 auto;
    max-width: 620px !important;
}

    #content-block-01 > .paragraph form > table {
        width: 100% !important;
    }
/****************************************************************************** 
  .select-wrapper
******************************************************************************/
.select-wrapper {
    background-color: #FFF;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .select-wrapper:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "Umbraco-standard" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e901";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 40px;
        text-align: center;
        z-index: 5;
        line-height: 46px;
    }

    .select-wrapper select {
        background: transparent;
        border-color: #FFF;
        cursor: pointer;
        margin: 0 0 1em 0;
        padding: 12px 15px;
        text-transform: uppercase;
        position: relative;
        -webkit-appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        appearance: none;
        z-index: 10;
    }

@media (min-width: 768px) {
    .select-wrapper select {
        margin-bottom: 0;
    }
}

.select-wrapper select:disabled {
    cursor: default;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity = 50);
}
/****************************************************************************** 
  Un-sexy helper tricks
******************************************************************************/
.no-padding {
    padding: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

    .no-margin .container,
    .no-margin section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

.no-top-margin {
    margin-top: 0 !important;
}

    .no-top-margin .container,
    .no-top-margin section {
        padding-top: 0 !important;
    }

    .no-top-margin section {
        padding-bottom: 0 !important;
    }

.no-bottom-margin {
    margin-bottom: 0 !important;
}

    .no-bottom-margin .container,
    .no-bottom-margin section {
        padding-bottom: 0 !important;
    }

    .no-bottom-margin section {
        padding-top: 0 !important;
    }

.search-result {
    padding: 2.25em 15px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .search-result {
        padding: 2.75em 15px;
    }
}

@media (min-width: 992px) {
    .search-result {
        padding: 2.75em 15px;
    }
}

@media (min-width: 1200px) {
    .search-result {
        padding: 3.5em 15px;
    }
}

@media (min-width: 1200px) {
    .search-result {
        margin-top: 120px;
        padding-left: 45px;
        padding-right: 45px;
    }
}

.search-result ul {
    max-width: 900px;
    padding-left: 15px;
}

    .search-result ul li {
        margin-bottom: 1.5em;
    }

        .search-result ul li a {
            display: block;
            font-weight: bold;
            outline: none !important;
        }
/****************************************************************************** 
  Top navigation variables
******************************************************************************/
/****************************************************************************** 
  #top
******************************************************************************/
#top {
    background-color: white;
    color: #004c82;
    font-size: 1em;
    font-family: "Source Sans Pro", sans-serif;
    height: 72px;
    position: relative;
    z-index: 101;
    center: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 768px) {
    #top {
        height: 90px;
    }
}

@media (min-width: 992px) {
    #top {
        height: 90px;
    }
}

@media (min-width: 1200px) {
    #top {
        background: transparent;
        height: 90px;
        position: fixed;
    }
}

body {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 1200px) {
    body {
        padding-top: 0;
    }
}
/****************************************************************************** 
  #top-nav
******************************************************************************/
#top-nav {
    position: relative;
    height: 100%;
    z-index: 3;
    background: white;
}

@media (min-width: 992px) {
    #top-nav {
        background: transparent;
    }
}

#top-nav .container {
    padding: 0;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    position: relative;
    padding-bottom: 14px;
    padding-bottom: 8px;
}

    #top-nav .container:before,
    #top-nav .container:after {
        content: " ";
        display: table;
    }

    #top-nav .container:after {
        clear: both;
    }

    #top-nav .container:before,
    #top-nav .container:after {
        content: " ";
        display: table;
    }

    #top-nav .container:after {
        clear: both;
    }

    #top-nav .container:before {
        content: "";
        width: 100%;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 4px;
        z-index: 1;
    }

@media (min-width: 1200px) {
    #top-nav .container:before {
        bottom: 10px;
        height: 4px;
    }
}

#top-nav .container:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b00d28;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    #top-nav .container:after {
        height: 10px;
    }
}

#top-nav .container:before {
    background-color: #004c82;
}

#top-nav .container:after {
    background-color: white;
}

@media (min-width: 1200px) {
    #top-nav .container {
        background-color: #FFF;
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
        top: 20px;
        padding-bottom: 0;
    }

        #top-nav .container:before,
        #top-nav .container:after {
            display: none;
        }
}

#top-nav a,
#top-nav a:link,
#top-nav a:visited {
    text-decoration: none;
    outline: none;
    text-transform: none;
    color: #004c82;
}

    #top-nav a:hover {
        color: #02afef;
    }

#top-nav button {
    background: transparent;
    border: 0;
    outline: none;
}

@media (min-width: 1200px) {
    #top-nav:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -34px;
        width: 1170px;
        height: 10px;
        margin-left: -585px;
        background-color: white;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
}

#top-nav.bottom-blue:after {
    background-color: #02afef;
}
/****************************************************************************** 
  .logo
******************************************************************************/
.logo {
    background-image: url("../images/logo.png");
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: inline-block;
    float: left;
    position: relative;
    top: 0;
    left: 15px;
    overflow: hidden;
    outline: none;
    height: 100%;
    width: 86px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   -moz-min-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) { 
    background-image: url("../images/logo@2x.png");
  }
  */
}

@media (min-width: 768px) {
    .logo {
        width: 100px;
    }
}

@media (min-width: 992px) {
    .logo {
        width: 100px;
    }
}

@media (min-width: 1200px) {
    .logo {
        width: 100px;
        left: 30px;
    }
}

.logo > .company-name {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
/****************************************************************************** 
  .burger-btn
******************************************************************************/
button.burger-btn {
    display: block;
    width: 34px;
    height: 15px;
    cursor: pointer;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 15px;
    bottom: 23px;
    -webkit-appearance: none;
    border-radius: 0px;
    outline: none;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    button.burger-btn {
        bottom: 30px;
    }
}

@media (min-width: 992px) {
    button.burger-btn {
        display: none;
    }
}

button.burger-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #004c82;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    button.burger-btn span:nth-child(1) {
        top: 0px;
    }

    button.burger-btn span:nth-child(2),
    button.burger-btn span:nth-child(3) {
        top: 4px;
    }

    button.burger-btn span:nth-child(4) {
        top: 9px;
        background-color: #b00d28;
        height: 4px;
    }

button.burger-btn.active span:nth-child(1) {
    width: 0%;
    left: 50%;
}

button.burger-btn.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

button.burger-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
}

button.burger-btn.active span:nth-child(4) {
    width: 0%;
    left: 50%;
}

button.burger-btn:hover span {
    background: #02afef;
}
/****************************************************************************** 
  #search-nav
******************************************************************************/
#search-nav {
    position: absolute;
    right: 70px;
    bottom: 16px;
}

@media (min-width: 768px) {
    #search-nav {
        bottom: 24px;
    }
}

@media (min-width: 1200px) {
    #search-nav {
        bottom: 17px;
    }
}

#search-nav button {
    height: 30px;
    width: 66px;
    padding: 0;
    font-size: 20px;
    border-right: 1px dotted #004c82;
}

@media (min-width: 1200px) {
    #search-nav button {
        border-left: 1px dotted #004c82;
    }
}

#search-nav ul {
    display: none;
}

#search-nav .toggle-megadropdown {
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}

    #search-nav .toggle-megadropdown > span {
        display: inline-block;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #search-nav .toggle-megadropdown.open,
    #search-nav .toggle-megadropdown.active {
        color: #02afef;
    }

        #search-nav .toggle-megadropdown.open > span,
        #search-nav .toggle-megadropdown.active > span {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        #search-nav .toggle-megadropdown.open:after,
        #search-nav .toggle-megadropdown.active:after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 22%;
            width: 56%;
            height: 3px;
            background-color: #02afef;
            -webkit-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
        }

@media (min-width: 768px) {
    #search-nav .toggle-megadropdown.open:after,
    #search-nav .toggle-megadropdown.active:after {
        bottom: -16px;
    }
}

@media (min-width: 1200px) {
    #search-nav .toggle-megadropdown.open:after,
    #search-nav .toggle-megadropdown.active:after {
        bottom: -17px;
    }
}

#search-nav .toggle-megadropdown:hover {
    color: #02afef;
}
/****************************************************************************** 
  #primary-nav
******************************************************************************/
#primary-nav {
    color: #004c82;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 20.5%;
    bottom: 0;
    text-transform: none;
    display: none;
}

    #primary-nav:before,
    #primary-nav:after {
        content: " ";
        display: table;
    }

    #primary-nav:after {
        clear: both;
    }

    #primary-nav:before,
    #primary-nav:after {
        content: " ";
        display: table;
    }

    #primary-nav:after {
        clear: both;
    }

@media (min-width: 992px) {
    #primary-nav {
        display: block;
    }
}

@media (min-width: 992px) {
    #primary-nav {
        font-size: 1em;
        bottom: 8px;
    }
}

@media (min-width: 1200px) {
    #primary-nav {
        bottom: 0;
    }
}

#primary-nav > li {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 1200px) {
    #primary-nav > li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#primary-nav > li > a,
#primary-nav > li > a:link,
#primary-nav > li > a:visited {
    color: #004c82;
    display: inline-block;
    padding: 20px 5px;
    text-transform: inherit;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #primary-nav > li > a:hover,
    #primary-nav > li > a:link:hover,
    #primary-nav > li > a:visited:hover,
    #primary-nav > li > a.active,
    #primary-nav > li > a:link.active,
    #primary-nav > li > a:visited.active,
    #primary-nav > li > a.on,
    #primary-nav > li > a:link.on,
    #primary-nav > li > a:visited.on {
        color: #02afef;
    }

        #primary-nav > li > a.active:after,
        #primary-nav > li > a:link.active:after,
        #primary-nav > li > a:visited.active:after,
        #primary-nav > li > a.on:after,
        #primary-nav > li > a:link.on:after,
        #primary-nav > li > a:visited.on:after {
            content: "";
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            background-color: #02afef;
            -webkit-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
        }

#primary-nav > li.on > a,
#primary-nav > li.on > a:link,
#primary-nav > li.on > a:visited {
    color: #02afef;
}
/****************************************************************************** 
  #megadropdown-nav
******************************************************************************/
#megadropdown-nav {
    color: #004c82;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    #megadropdown-nav {
        top: 24px;
    }
}

#megadropdown-nav .container {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#megadropdown-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#megadropdown-nav a {
    display: block;
    font-size: inherit;
    color: inherit;
    padding: 0.5em 0;
    outline: none;
}

    #megadropdown-nav a:hover,
    #megadropdown-nav a:focus,
    #megadropdown-nav a:active {
        color: #02afef;
        outline: none;
    }

.is-mega-dropdown {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: none;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .is-mega-dropdown {
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 0px 0px 10px 10px;
    }
}

.megadropdown-row {
    background-color: #ffffff;
    color: #004c82;
    margin-left: -15px;
    margin-right: -15px;
}

    .megadropdown-row .col {
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

@media (min-width: 768px) {
    .megadropdown-row .col {
        float: left;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .megadropdown-row .col {
        float: left;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .megadropdown-row .col {
        float: left;
        width: 20%;
    }
}

.megadropdown-row .col ul {
    font-size: .85em;
}

.megadropdown-row .col .header {
    padding: 0;
}
/*************************************************************************************************** 
  #megadropdown-search
****************************************************************************************************/
#megadropdown-search > .container {
    margin: 0 auto;
    padding: 15px;
    background-color: #02afef;
    color: white;
}

@media (min-width: 992px) {
    #megadropdown-search > .container {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

#megadropdown-search form {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    font-size: 1.25em;
}

@media (min-width: 992px) {
    #megadropdown-search form {
        font-size: 1.5em;
    }
}

#megadropdown-search form input[type=text],
#megadropdown-search form input[type=search] {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    color: white;
    text-align: left;
    margin: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0;
    padding: 0 50px 0 0;
    outline: none;
}

@media (min-width: 1200px) {
    #megadropdown-search form input[type=text],
    #megadropdown-search form input[type=search] {
        padding-left: 15px;
        padding-right: 120px;
    }
}

#megadropdown-search form input[type=submit],
#megadropdown-search form button[type=submit] {
    position: absolute;
    right: 0;
    top: 13px;
    height: 34px;
    width: 34px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    margin-bottom: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 12px;
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
    outline: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 1200px) {
    #megadropdown-search form input[type=submit],
    #megadropdown-search form button[type=submit] {
        right: 71px;
    }
}

#megadropdown-search form input[type=submit]:hover,
#megadropdown-search form button[type=submit]:hover,
#megadropdown-search form input[type=submit]:focus,
#megadropdown-search form button[type=submit]:focus {
    outline: none;
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}
/*************************************************************************************************** 
  .megadropdown-row.buttons
****************************************************************************************************/
.megadropdown-row .col-sm-6 ul {
    float: left;
    width: 50%;
}

.megadropdown-row.categories {
    margin: 0;
}

    .megadropdown-row.categories > div {
        border-bottom: 1px dotted #004c82;
        border-right: 1px dotted #004c82;
        position: relative;
        padding: 0;
    }

@media (min-width: 768px) {
    .megadropdown-row.categories > div {
        border-left: 1px dotted #004c82;
        border-bottom: none;
        border-right: none;
    }

        .megadropdown-row.categories > div:first-child {
            border-left: none;
        }
}

.megadropdown-row.automotive {
    margin: 0 6px 6px 6px;
    padding: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .megadropdown-row.automotive {
        background-color: #004c82;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin-top: 6px;
    }
}

.megadropdown-row.automotive > div {
    padding: 15px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right top;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .megadropdown-row.automotive > div {
        height: 250px;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .megadropdown-row.automotive > div {
        padding: 25px;
    }
}

.megadropdown-row.automotive a {
    display: block;
}

    .megadropdown-row.automotive a:hover {
        color: #02afef;
    }

.megadropdown-row.automotive h3 {
    font-size: 1.25em;
    padding-right: 15%;
    margin: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .megadropdown-row.automotive h3 a {
        padding: 0 !important;
        margin: 0 !important;
    }

        .megadropdown-row.automotive h3 a:after {
            display: none;
        }

@media (min-width: 768px) {
    .megadropdown-row.automotive h3 {
        width: 90%;
        font-size: 1.15em;
        margin-top: 5px;
        padding-bottom: 15px;
        margin-bottom: 10px;
        border-bottom: 1px dotted white;
    }
}

.megadropdown-row.automotive h3 button {
    position: absolute;
    right: -4px;
    top: -15px;
    font-size: 20px;
    background: 0 0;
    border: none;
    width: 104px;
    height: 50px;
    outline: none !important;
}

@media (min-width: 768px) {
    .megadropdown-row.automotive h3 button {
        display: none;
    }
}

.megadropdown-row.automotive a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Umbraco-standard" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-size: 12px;
    margin-left: 7px;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.megadropdown-row.automotive a:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.megadropdown-row.automotive ul {
    margin-bottom: 1em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .megadropdown-row.automotive ul:before,
    .megadropdown-row.automotive ul:after {
        content: " ";
        display: table;
    }

    .megadropdown-row.automotive ul:after {
        clear: both;
    }

    .megadropdown-row.automotive ul:before,
    .megadropdown-row.automotive ul:after {
        content: " ";
        display: table;
    }

    .megadropdown-row.automotive ul:after {
        clear: both;
    }

    .megadropdown-row.automotive ul li {
        width: 50%;
        float: left;
    }

@media (max-width: 767px) {
    .megadropdown-row.automotive ul {
        max-height: 0;
        overflow: hidden;
    }

    .transition(max-height .7s) .megadropdown-row.automotive ul:before {
        content: "";
        position: absolute;
        left: 15px;
        top: 48px;
        width: 78%;
        height: 1px;
        border-top: 1px dotted white;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        -webkit-transition: opacity 0.8s;
        -o-transition: opacity 0.8s;
        transition: opacity 0.8s;
    }
}

.megadropdown-row.automotive .megadropdown-col.opened h3 {
    padding-bottom: 10px;
}

.megadropdown-row.automotive .megadropdown-col.opened ul {
    max-height: 500px;
}

    .megadropdown-row.automotive .megadropdown-col.opened ul:before {
        filter: alpha(opacity=85);
        opacity: 0.85;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
        filter: alpha(opacity = 85);
    }

.megadropdown-row.buttons {
    position: relative;
    top: -1px;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .megadropdown-row.buttons {
        min-height: 110px;
        top: 0;
    }
}

@media (min-width: 1200px) {
    .megadropdown-row.buttons {
        min-height: 130px;
    }
}

.megadropdown-row.buttons .col-sm-3 {
    padding: 0;
    margin: 0;
}

.megadropdown-row.buttons .icon-arrow-line-right {
    margin-left: 7px;
    position: relative;
    top: 2px;
}

#megadropdown-nav a.md-btn {
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    padding: 25px 0;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 1.3;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-transform: normal;
    touch-action: manipulation;
    display: block;
    background-color: #02afef;
    border: none;
    color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 65px;
}

@media (min-width: 768px) {
    #megadropdown-nav a.md-btn {
        height: 70px;
    }
}

@media (min-width: 1200px) {
    #megadropdown-nav a.md-btn {
        padding: 30px 15px;
        height: 80px;
    }
}

#megadropdown-nav a.md-btn > span {
    z-index: 2;
    position: relative;
}

#megadropdown-nav a.md-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (min-width: 768px) {
    #megadropdown-nav a.md-btn:before {
        background-image: -webkit-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: -o-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: linear-gradient(to bottom, transparent 0%, #02afef 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff02afef', GradientType=0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        z-index: 1;
    }
}

#megadropdown-nav a.md-btn:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    #megadropdown-nav a.md-btn:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    #megadropdown-nav a.md-btn:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

#megadropdown-nav a.md-btn:after {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
    top: 50%;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#megadropdown-nav a.md-btn:not(.alt):hover {
    background-color: #b00d28;
}

#megadropdown-nav a.md-btn.alt {
    font-size: 12px;
}

#megadropdown-nav .md-btn {
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    padding: 0px 0;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 1.3;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-transform: normal;
    touch-action: manipulation;
    display: block;
    background-color: #02afef;
    border: none;
    color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 65px;
}

@media (min-width: 768px) {
    #megadropdown-nav .md-btn {
        height: 70px;
    }
}

@media (min-width: 1200px) {
    #megadropdown-nav .md-btn {
        padding: 0px 15px;
        height: 80px;
    }
}

#megadropdown-nav .md-btn > span {
    z-index: 2;
    position: relative;
}

#megadropdown-nav .contact-item {
	position:relative;
  	z-index:100;
  	font-size: 15px;
}

#megadropdown-nav .contact-item:hover {
	color: #000;
}

#megadropdown-nav div.md-btn a {
	padding: 0.3em 0;
}

#megadropdown-nav .md-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (min-width: 768px) {
    #megadropdown-nav .md-btn:before {
        background-image: -webkit-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: -o-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: linear-gradient(to bottom, transparent 0%, #02afef 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff02afef', GradientType=0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        z-index: 1;
    }
}

#megadropdown-nav .md-btn:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    #megadropdown-nav .md-btn:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    #megadropdown-nav .md-btn:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

#megadropdown-nav .md-btn:after {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
    top: 50%;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* #megadropdown-nav .md-btn:not(.alt):hover {
    background-color: #b00d28;
} */

#megadropdown-nav .md-btn.alt {
    font-size: 12px;
}


@media (max-width: 767px) {
    #megadropdown-nav a.md-btn.alt:before {
        background-image: -webkit-linear-gradient(top, black 0%, black 100%);
        background-image: -o-linear-gradient(top, black 0%, black 100%);
        background-image: linear-gradient(to bottom, black 0%, black 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
        filter: alpha(opacity=40);
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
        filter: alpha(opacity = 40);
        z-index: 1;
    }
}

#megadropdown-nav a.md-btn.alt .icon-arrow-line-right {
    display: none;
}

@media (min-width: 768px) {
    #megadropdown-nav a.md-btn.alt {
        color: #004c82;
    }

        #megadropdown-nav a.md-btn.alt > span {
            position: relative;
            top: 50px;
        }
}

@media (min-width: 992px) {
    #megadropdown-nav a.md-btn.alt {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    #megadropdown-nav a.md-btn.alt > span {
        top: 60px;
    }
}

@media (min-width: 768px) {
    #megadropdown-nav a.md-btn.alt:hover:before {
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity = 100);
    }

    #megadropdown-nav a.md-btn.alt:hover:after {
        filter: alpha(opacity=75);
        opacity: 0.75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
        filter: alpha(opacity = 75);
    }
}
/*************************************************************************************************** 
  .category-menu-btn
****************************************************************************************************/
a.category-menu-btn {
    display: block;
    outline: none !important;
    text-align: center;
    margin: 0;
    padding: 15px 0 !important;
    height: 160px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    a.category-menu-btn {
        height: 210px;
    }
}

@media (min-width: 1200px) {
    a.category-menu-btn {
        padding: 30px !important;
        height: 280px;
    }
}

a.category-menu-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, transparent 0%, #02afef 100%);
    background-image: -o-linear-gradient(top, transparent 0%, #02afef 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #02afef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff02afef', GradientType=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

a.category-menu-btn:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    a.category-menu-btn:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    a.category-menu-btn:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

a.category-menu-btn:after {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
    top: 50%;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

a.category-menu-btn:hover:before {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

a.category-menu-btn:hover:after {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

a.category-menu-btn .h3 {
    color: #02afef;
    display: block;
    height: 25%;
    font-size: 1.15em;
    margin: 0;
}

@media (min-width: 480px) {
    a.category-menu-btn .h3 {
        font-size: 1.5em;
    }
}

@media (min-width: 1200px) {
    a.category-menu-btn .h3 {
        font-size: 1.6em;
        height: 20%;
    }
}

a.category-menu-btn .image {
    height: 75%;
}

@media (min-width: 1200px) {
    a.category-menu-btn .image {
        height: 80%;
    }
}

a.category-menu-btn .image img {
    max-height: 100%;
}
/************************************************************************************************************************** 
  Megadropdown grids
***************************************************************************************************************************/
.col-one-fifth {
    float: left;
    width: 50%;
}

@media (min-width: 768px) {
    .col-one-fifth {
        width: 20%;
    }
}

.col-one-fifth.col-five-fifth-xs {
    float: right;
}

@media (max-width: 767px) {
    .col-one-fifth.col-five-fifth-xs {
        width: 100%;
    }
}
/************************************************************************************************************************** 
  #mobile-megadropdown-nav
***************************************************************************************************************************/
#mobile-megadropdown-nav {
    background-color: white;
    color: white;
    display: block !important;
    position: relative;
    height: 94px !important;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

@media (min-width: 1200px) {
    #mobile-megadropdown-nav {
        display: none !important;
    }
}

#mobile-megadropdown-nav.opened {
    max-height: 94px;
}

#mobile-megadropdown-nav .language-nav {
    display: block;
    background-color: #02afef;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
}

    #mobile-megadropdown-nav .language-nav button {
        color: inherit;
        background: transparent;
        border: none;
        outline: none !important;
        padding: 10px 15px;
        margin: 0;
        width: 100%;
        text-align: left;
        padding-right: 50px;
        position: relative;
    }

        #mobile-megadropdown-nav .language-nav button .icon-arrow-down {
            position: absolute;
            right: 26px;
            top: 15px;
            font-size: 12px;
            display: inline-block;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        #mobile-megadropdown-nav .language-nav button .flag img {
            max-height: 25px;
        }

        #mobile-megadropdown-nav .language-nav button.active .icon-arrow-down {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

#mobile-megadropdown-nav .primary-nav {
    overflow-x: scroll;
}

    #mobile-megadropdown-nav .primary-nav:before,
    #mobile-megadropdown-nav .primary-nav:after {
        content: " ";
        display: table;
    }

    #mobile-megadropdown-nav .primary-nav:after {
        clear: both;
    }

    #mobile-megadropdown-nav .primary-nav:before,
    #mobile-megadropdown-nav .primary-nav:after {
        content: " ";
        display: table;
    }

    #mobile-megadropdown-nav .primary-nav:after {
        clear: both;
    }

    #mobile-megadropdown-nav .primary-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        min-width: 800px;
    }

        #mobile-megadropdown-nav .primary-nav ul > li {
            float: left;
            padding-left: 10px;
            padding-right: 10px;
        }

            #mobile-megadropdown-nav .primary-nav ul > li a {
                display: block;
                padding: 15px 5px;
                font-size: 1.15em;
                position: relative;
                color: #004c82;
            }

                #mobile-megadropdown-nav .primary-nav ul > li a:after {
                    content: "";
                    width: 100%;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    height: 3px;
                    background-color: #02afef;
                    -webkit-border-radius: 2px 2px 0 0;
                    border-radius: 2px 2px 0 0;
                    filter: alpha(opacity=0);
                    opacity: 0;
                    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
                    filter: alpha(opacity = 0);
                    -webkit-transition: opacity 0.3s;
                    -o-transition: opacity 0.3s;
                    transition: opacity 0.3s;
                }

                #mobile-megadropdown-nav .primary-nav ul > li a.active {
                    color: #02afef;
                }

                    #mobile-megadropdown-nav .primary-nav ul > li a.active:after {
                        filter: alpha(opacity=100);
                        opacity: 1;
                        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                        filter: alpha(opacity = 100);
                    }
/************************************************************************************************************************** 
  country line (flag + country name)
***************************************************************************************************************************/
.country .flag {
    width: 27px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .country .flag {
        margin-right: 15px;
    }
}
/************************************************************************************************************************** 
  #language-nav
***************************************************************************************************************************/
#language-nav {
    display: none;
}

    #language-nav button {
        font-size: 20px;
        height: 30px;
        padding: 0;
        width: 66px;
    }

        #language-nav button .flag img {
            max-height: 25px;
        }

@media (min-width: 992px) {
    #language-nav {
        display: block;
        position: absolute;
        right: 2px;
        bottom: 26px;
    }
}

@media (min-width: 1200px) {
    #language-nav {
        bottom: 19px;
    }
}

#language-nav .toggle-megadropdown:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Umbraco-standard" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    position: absolute;
    bottom: -14px;
    left: 41.5%;
    font-size: 12px;
    color: #004c82;
}

#language-nav .toggle-megadropdown.active :after {
    color: #02afef;
}

#megadropdown-language {
    font-size: 14px;
}

@media (max-width: 991px) {
    #megadropdown-language {
        top: -54px;
        z-index: 2;
    }
}

@media (min-width: 992px) {
    #megadropdown-language {
        width: 280px;
        left: 100%;
        margin-left: -280px;
    }
}

#megadropdown-language .container {
    background-color: #02afef;
    color: #FFF;
}

@media (min-width: 1200px) {
    #megadropdown-language .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

#megadropdown-language ul {
    list-style: none;
    padding: 1.5em 0;
    margin: 0 auto;
}

    #megadropdown-language ul > li {
        display: block;
    }

        #megadropdown-language ul > li a {
            display: block;
            outline: none;
            padding: 7px 15px;
            color: white !important;
            filter: alpha(opacity=50);
            opacity: 0.5;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
            filter: alpha(opacity = 50);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            #megadropdown-language ul > li a:hover {
                filter: alpha(opacity=100);
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity = 100);
            }

            #megadropdown-language ul > li a .flag {
                margin-right: 10px;
            }

                #megadropdown-language ul > li a .flag img {
                    max-height: 25px;
                }

        #megadropdown-language ul > li.on a {
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
            font-weight: bold;
        }
/************************************************************************************************************************** 
  #secondary-nav
***************************************************************************************************************************/
#secondary-nav {
    background-color: #02afef;
    color: #FFF;
    display: none;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
    top: 24px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    max-height: 0px;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

@media (min-width: 1200px) {
    #secondary-nav.active {
        max-height: 50px;
    }
}

#secondary-nav.hide {
    display: none !important;
}

@media (min-width: 1200px) {
    #secondary-nav {
        display: block;
    }
}

#secondary-nav ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

    #secondary-nav ul li {
        display: inline-block;
    }

        #secondary-nav ul li a {
            display: block;
            padding: .85em 1.25em;
            outline: none !important;
            filter: alpha(opacity=70);
            opacity: 0.7;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
            filter: alpha(opacity = 70);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            #secondary-nav ul li a:hover {
                filter: alpha(opacity=100);
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity = 100);
            }

            #secondary-nav ul li a.active {
                filter: alpha(opacity=100);
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity = 100);
            }

        #secondary-nav ul li.active a {
            filter: alpha(opacity=100);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
            filter: alpha(opacity = 100);
        }

.megadropdown-opened #secondary-nav {
    max-height: 0;
}
/************************************************************************************************************************** 
  #breadcrumb-nav
***************************************************************************************************************************/
#breadcrumb-nav {
    margin: 0 auto;
    max-width: 1200px;
    display: none;
}

    #breadcrumb-nav .breadcrumb {
        position: relative;
        left: 30px;
        top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #FFF;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

@media (min-width: 1200px) {
    #breadcrumb-nav {
        display: block;
    }
}

footer {
    background-color: #004c82;
    color: #819ec7;
    text-align: center;
    position: relative;
    min-height: 320px;
    margin-top: 50px;
}

@media (min-width: 768px) {
    footer {
        margin-top: 0;
        z-index: 3;
        margin-top: 15px;
    }
}

footer h4 {
    color: white;
    border-bottom: 1px dotted #FFF;
    padding-bottom: 1em;
    margin-bottom: 1.25em;
}

@media (min-width: 768px) {
    footer h4 {
        margin-top: 10px;
    }
}

footer p {
    color: inherit;
}

footer .hd-btn {
    z-index: 0;
}

footer a:not(.hd-btn) {
    color: inherit;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    footer a:not(.hd-btn):hover {
        color: white;
        outline: none;
    }

    footer a:not(.hd-btn)[href*="mailto"] {
        text-decoration: underline !important;
    }

@media (min-width: 768px) {
    footer .logo-white {
        margin-top: 5px;
    }
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    footer ul > li {
        margin-bottom: .5em;
    }

    footer ul a {
        font-weight: bold;
    }

        footer ul a:hover {
            color: purple;
        }

footer .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../images/footer-bg-743.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (min-width: 768px) {
    footer .bg {
        background-image: url("../images/footer-bg-1024.jpg");
    }
}

@media (min-width: 1200px) {
    footer .bg {
        background-image: url("../images/footer-bg-1500.jpg");
    }
}

@media (min-width: 1800px) {
    footer .bg {
        background-image: url("../images/footer-bg-1920.jpg");
    }
}

@media (min-width: 2500px) {
    footer .bg {
        background-image: url("../images/footer-bg-2560.jpg");
    }
}

footer .footer-container {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding: 2.25em 15px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    footer .footer-container {
        padding: 2.75em 15px;
    }
}

@media (min-width: 992px) {
    footer .footer-container {
        padding: 2.75em 15px;
    }
}

@media (min-width: 1200px) {
    footer .footer-container {
        padding: 3.5em 15px;
    }
}

footer .footer-container .row {
    margin-left: -15px;
    margin-right: -15px;
}

    footer .footer-container .row > div {
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 1.5em;
    }

@media (min-width: 768px) {
    footer .footer-container .row > div {
        float: left;
        width: 25%;
    }
}

@media (min-width: 992px) {
    footer .footer-container .row > div {
        float: left;
        width: 25%;
    }
}

@media (min-width: 768px) {
    footer .footer-container .row > div {
        padding-bottom: 0;
    }
}

footer .social-bar {
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
}

    footer .social-bar .social-icon {
        background-color: #02afef;
        color: white;
        display: inline-block;
        font-size: 0;
        width: 50px;
        height: 80px;
        position: relative;
        text-align: center;
        margin: 0 3px;
        outline: none;
        border-radius: 5px;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

@media (min-width: 1200px) {
    footer .social-bar .social-icon {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 1199px) {
    footer .social-bar .social-icon {
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }
}

footer .social-bar .social-icon span:before {
    font-size: 24px;
    line-height: 50px;
}

@media (max-width: 1199px) {
    footer .social-bar .social-icon span:before {
        line-height: 40px;
        font-size: 20px;
    }
}

footer .social-bar .social-icon:hover {
    background-color: #02afef;
    color: white;
    outline: none;
}

@media (min-width: 1200px) {
    footer .social-bar .social-icon:hover {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

footer .hd-btn.newsletter {
    background-color: #00375f;
    border-color: #00375f;
    color: inherit;
    width: 100%;
    text-align: left;
    font-size: 1em;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.25em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .hd-btn.newsletter {
        font-size: 13px;
        padding: 10px;
        margin-top: 0;
        margin-bottom: 20px;
        padding-top: 1.05em;
        padding-bottom: 1.05em;
    }
}

@media (min-width: 992px) {
    footer .hd-btn.newsletter {
        padding-top: .8em;
        padding-bottom: .8em;
        margin-bottom: 16px;
    }
}

@media (min-width: 1200px) {
    footer .hd-btn.newsletter {
        margin-bottom: 30px;
    }
}

footer .hd-btn.newsletter:after {
    position: absolute;
    top: 17px;
    right: 15px;
    color: #02afef;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .hd-btn.newsletter:after {
        display: none;
    }
}

footer .hd-btn.newsletter:hover {
    color: white;
}

footer .hd-btn.tertiary {
    font-size: 1em;
}

    footer .hd-btn.tertiary:after {
        color: #02afef;
    }

@media (min-width: 1200px) {
    footer .hd-btn.tertiary {
        font-size: 1.3em;
    }
}

.logo-white {
    display: block;
    position: relative;
}

@media (min-width: 1200px) {
    .logo-white {
        padding-left: 30px;
    }
}

.logo-white img {
    display: block;
}

@media (min-width: 1200px) {
    #bottom .social-bar .social-icon {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }

        #bottom .social-bar .social-icon:hover {
            background-color: #b00d28;
        }
}

@media (min-width: 768px) {
    .footer-container .col-shop > .hd-btn.tertiary {
        display: block;
        text-align: left;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 300;
        margin: 0 0 10px 0;
        text-transform: none;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        color: inherit;
        line-height: 1.1;
        font-family: inherit;
        font-size: 1em;
        font-weight: normal;
        padding-top: 8px;
        color: #FFF;
    }

        .footer-container .col-shop > .hd-btn.tertiary p {
            margin-bottom: 0 !important;
            line-height: 1.1 !important;
            font-size: 1em !important;
        }
}

@media (min-width: 768px) and (min-width: 768px) {
    .footer-container .col-shop > .hd-btn.tertiary {
        font-size: 1.1em;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .footer-container .col-shop > .hd-btn.tertiary {
        font-size: 1.1em;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .footer-container .col-shop > .hd-btn.tertiary {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) and (min-width: 1800px) {
    .footer-container .col-shop > .hd-btn.tertiary {
        font-size: 1.2em;
    }
}

.LegalDisclaimer > .hd-btn.tertiary {
    font-size: 1em;
    font-weight: normal;
    color: #819EC7;
}

    .LegalDisclaimer > .hd-btn.tertiary:hover {
        color: white;
    }

.LegalDisclaimer > a {
    text-align: left;
}
/************************************************************************************************************************** 
  Hero banner
***************************************************************************************************************************/
.module-hero-banner {
    background-color: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: inherit;
    min-height: 320px;
    position: relative;
    overflow: hidden;
    text-align: inherit;
    height: 440px;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (min-width: 768px) {
    .module-hero-banner {
        height: 33.33vh;
    }
}

@media (min-width: 992px) {
    .module-hero-banner {
        height: 33.33vh;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner {
        min-height: 500px;
        height: 50vh;
    }
}

@media (min-width: 1800px) {
    .module-hero-banner {
        height: 50vh;
    }
}

.module-hero-banner.is-ready {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-hero-banner .col {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

.module-hero-banner .txt {
    display: table-cell;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
}

.module-hero-banner .inner-txt {
    max-width: 100%;
}

@media (min-width: 992px) {
    .module-hero-banner .inner-txt {
        width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 1280px) {
    .module-hero-banner .inner-txt {
        width: 580px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.module-hero-banner p {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    font-weight: 300;
    line-height: 1.45;
}

    .module-hero-banner p p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    .module-hero-banner p {
        font-size: 1.1em;
    }
}

@media (min-width: 992px) {
    .module-hero-banner p {
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner p {
        font-size: 1.2em;
    }
}

@media (min-width: 1800px) {
    .module-hero-banner p {
        font-size: 1.2em;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner p {
        margin-bottom: 1em;
    }
}

@media (max-width: 767px) {
    .module-hero-banner.col-count-1 {
        height: 320px;
        min-height: 320px;
    }
}

.module-hero-banner.col-count-2:before,
.module-hero-banner.col-count-2:after {
    content: " ";
    display: table;
}

.module-hero-banner.col-count-2:after {
    clear: both;
}

.module-hero-banner.col-count-2:before,
.module-hero-banner.col-count-2:after {
    content: " ";
    display: table;
}

.module-hero-banner.col-count-2:after {
    clear: both;
}

@media (min-width: 768px) {
    .module-hero-banner.col-count-2 > .col.left-col .inner-txt {
        float: right;
    }
}

.module-hero-banner.col-count-2 .col {
    height: 50%;
}

@media (min-width: 768px) {
    .module-hero-banner.col-count-2 .col {
        width: 50%;
        height: 100%;
        float: left;
    }
}

@media (min-width: 768px) {
    .module-hero-banner.col-count-2 .col .inner-txt {
        float: left;
    }
}

.module-hero-banner.col-count-2 .col:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #004c82;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-hero-banner.col-count-2 .col.hovered:before {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity = 50);
}

.module-hero-banner.col-count-2.plus-sign:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    .module-hero-banner.col-count-2.plus-sign:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner.col-count-2.plus-sign:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

.module-hero-banner.col-count-2.plus-sign:after {
    top: 50%;
}

@media (min-width: 768px) {
    .module-hero-banner.col-count-2.plus-sign:after {
        top: 66.66%;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner[data-text-align="Bottom"] .txt {
        padding-top: 7em;
    }
}

.module-hero-banner.video.col-count-1 .txt .inner-text {
    width: 90%;
    max-width: 600px;
    padding: 30px 15px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px dotted #b7ccdb;
}

@media (min-width: 1200px) {
    .module-hero-banner.video.col-count-1 .txt .inner-text {
        margin-top: 6em;
        padding: 60px 30px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        max-width: 800px;
    }
}

.module-hero-banner.video.col-count-1 .txt .inner-text p {
    margin: 0;
}

.module-hero-banner.no-text {
    min-height: 150px;
    height: 150px;
}

@media (min-width: 768px) {
    .module-hero-banner.no-text {
        min-height: 240px;
        height: 240px;
    }
}

@media (min-width: 1200px) {
    .module-hero-banner.no-text {
        height: 33.33vh;
        min-height: 350px;
    }
}

.module-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px dotted #004c82;
}

    .module-contact-list:before,
    .module-contact-list:after {
        content: " ";
        display: table;
    }

    .module-contact-list:after {
        clear: both;
    }

    .module-contact-list:before,
    .module-contact-list:after {
        content: " ";
        display: table;
    }

    .module-contact-list:after {
        clear: both;
    }

    .module-contact-list > li {
        float: left;
        border-top: 1px dotted #004c82;
        padding: 15px 0;
        width: 100%;
    }

@media (min-width: 768px) {
    .module-contact-list > li {
        width: 50%;
        border-right: 1px dotted #004c82;
        padding: 15px;
    }

        .module-contact-list > li:nth-child(2n) {
            border-right: none;
        }
}

@media (min-width: 1200px) {
    .module-contact-list > li {
        padding: 30px;
    }
}

.module-contact:before,
.module-contact:after {
    content: " ";
    display: table;
}

.module-contact:after {
    clear: both;
}

.module-contact:before,
.module-contact:after {
    content: " ";
    display: table;
}

.module-contact:after {
    clear: both;
}

@media (min-width: 768px) {
    .module-contact {
        min-height: 170px;
    }
}

@media (min-width: 1200px) {
    .module-contact {
        min-height: 140px;
    }
}

.module-contact > div {
    display: table-cell;
    vertical-align: top;
}

.module-contact .content-container {
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .module-contact .content-container {
        padding-left: 30px;
    }
}

.module-contact .content-container > div,
.module-contact .content-container > a {
    margin-bottom: 5px;
}

.module-contact .content-container a {
    display: block;
    outline: none;
    position: relative;
}

    .module-contact .content-container a:hover,
    .module-contact .content-container a:focus,
    .module-contact .content-container a:visited {
        outline: none;
        color: #02afef;
    }

.module-contact .content-container .role {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.3em;
}

    .module-contact .content-container .role p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    .module-contact .content-container .role {
        font-size: 1.4em;
    }
}

@media (min-width: 992px) {
    .module-contact .content-container .role {
        font-size: 1.4em;
    }
}

@media (min-width: 1200px) {
    .module-contact .content-container .role {
        font-size: 1.75em;
    }
}

@media (min-width: 1800px) {
    .module-contact .content-container .role {
        font-size: 1.75em;
    }
}

.module-contact .content-container .phone {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1.3em;
    color: #02afef;
}

    .module-contact .content-container .phone p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    .module-contact .content-container .phone {
        font-size: 1.4em;
    }
}

@media (min-width: 992px) {
    .module-contact .content-container .phone {
        font-size: 1.4em;
    }
}

@media (min-width: 1200px) {
    .module-contact .content-container .phone {
        font-size: 1.75em;
    }
}

@media (min-width: 1800px) {
    .module-contact .content-container .phone {
        font-size: 1.75em;
    }
}

.module-contact .content-container .email {
    color: #02afef;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .module-contact .image-container {
        padding-right: 15px;
    }
}

.module-contact .image-container > div {
    width: 86px;
    text-align: center;
}

@media (min-width: 1200px) {
    .module-contact .image-container > div {
        width: 130px;
    }
}

.module-contact .image-container img {
    width: 110px;
    display: block;
    margin: 0 auto;
}

.module-contact .content-container {
    padding-left: 15px;
}

.module-contact .social-bar {
    padding-top: .5em;
    padding-bottom: .5em;
}

    .module-contact .social-bar .social-icon {
        background-color: transparent;
        color: #000000;
        display: inline-block;
        font-size: 0;
        width: 15px;
        height: 15px;
        position: relative;
        text-align: center;
        margin: 5px 5px 0 0;
    }

        .module-contact .social-bar .social-icon span:before {
            font-size: 15px;
            line-height: 15px;
        }

        .module-contact .social-bar .social-icon:hover {
            background-color: transparent;
            color: #004c82;
        }

    .module-contact .social-bar .no-icon {
        display: block;
        clear: both;
    }
/*********************************************************************************
 * 	Core Owl Carousel CSS File
 *	v1.3.3
**********************************************************************************/
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
    cursor: url(/scripts/lib/owl-carousel/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/*********************************************************************************
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
**********************************************************************************/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
    /* Styling Pagination*/
    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
        /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: alpha(opacity=50);
            /*IE7 fix*/
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #ffffff;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: alpha(opacity=100);
            /*IE7 fix*/
            opacity: 1;
        }
        /* If PaginationNumbers is true */
        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }
/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(/scripts/lib/owl-carousel/AjaxLoader.gif) no-repeat center center;
}
/****************************************************************************** 
  Module gallery variables
******************************************************************************/
/****************************************************************************** 
  Teaser box variables (image, video & text)
******************************************************************************/
.module-gallery {
    background-color: #ffffff;
    margin-right: 0;
    margin-left: 0;
}

    .module-gallery.is-list:before,
    .module-gallery.is-list:after {
        content: " ";
        display: table;
    }

    .module-gallery.is-list:after {
        clear: both;
    }

    .module-gallery.is-list:before,
    .module-gallery.is-list:after {
        content: " ";
        display: table;
    }

    .module-gallery.is-list:after {
        clear: both;
    }

    .module-gallery.is-list > div {
        overflow: hidden;
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0;
    }

@media (min-width: 768px) {
    .module-gallery.is-list > div {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .module-gallery.is-list > div {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .module-gallery.is-list > div {
        float: left;
        width: 25%;
    }
}

.module-gallery.is-list[data-show-items="1"] > div {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .module-gallery.is-list[data-show-items="1"] > div {
        float: left;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .module-gallery.is-list[data-show-items="1"] > div {
        float: left;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .module-gallery.is-list[data-show-items="1"] > div {
        float: left;
        width: 100%;
    }
}

.module-gallery.is-list[data-show-items="2"] > div {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .module-gallery.is-list[data-show-items="2"] > div {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .module-gallery.is-list[data-show-items="2"] > div {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .module-gallery.is-list[data-show-items="2"] > div {
        float: left;
        width: 50%;
    }
}

.module-gallery.is-list[data-show-items="3"] > div {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .module-gallery.is-list[data-show-items="3"] > div {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .module-gallery.is-list[data-show-items="3"] > div {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .module-gallery.is-list[data-show-items="3"] > div {
        float: left;
        width: 33.33333333%;
    }
}

@media (max-width: 991px) {
    .module-gallery.is-list.only-images > div {
        width: 50%;
    }
}

.module-gallery.is-slider[data-show-items="1"] .teaser-box:before,
.module-gallery.is-list[data-show-items="1"] .teaser-box:before,
.module-gallery.is-slider[data-show-items="2"] .teaser-box:before,
.module-gallery.is-list[data-show-items="2"] .teaser-box:before {
    display: none;
}

.module-gallery.is-slider[data-show-items="1"] .teaser-box .content,
.module-gallery.is-list[data-show-items="1"] .teaser-box .content,
.module-gallery.is-slider[data-show-items="2"] .teaser-box .content,
.module-gallery.is-list[data-show-items="2"] .teaser-box .content,
.module-gallery.is-slider[data-show-items="1"] .teaser-box .v-center > div,
.module-gallery.is-list[data-show-items="1"] .teaser-box .v-center > div,
.module-gallery.is-slider[data-show-items="2"] .teaser-box .v-center > div,
.module-gallery.is-list[data-show-items="2"] .teaser-box .v-center > div {
    position: relative;
}

.module-gallery.is-slider[data-show-items="1"] .teaser-box.text,
.module-gallery.is-list[data-show-items="1"] .teaser-box.text,
.module-gallery.is-slider[data-show-items="2"] .teaser-box.text,
.module-gallery.is-list[data-show-items="2"] .teaser-box.text {
    border: none;
    max-width: 800px;
    margin: 0 auto;
    float: none;
}

.module-gallery.is-slider[data-show-items="1"] .teaser-box,
.module-gallery.is-list[data-show-items="1"] .teaser-box {
    background-color: transparent;
}

    .module-gallery.is-slider[data-show-items="1"] .teaser-box > .overlay,
    .module-gallery.is-list[data-show-items="1"] .teaser-box > .overlay {
        position: relative;
        background-color: transparent;
    }
/************************************************************************************************************************** 
  .module-gallery .teaser-box
***************************************************************************************************************************/
.module-gallery {
    /************************************************************************************************************************** 
  .teaser-box hovers
***************************************************************************************************************************/
}

    .module-gallery .teaser-box {
        position: relative;
        border: 0 solid #ffffff;
        background-color: #ffffff;
    }

        .module-gallery .teaser-box:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 100%;
        }

        .module-gallery .teaser-box > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .module-gallery .teaser-box > .content {
            width: 100%;
            height: 100%;
            overflow: hidden;
            padding: 5px;
        }

            .module-gallery .teaser-box > .content img {
                display: block;
                height: 100%;
                width: 100%;
            }

            .module-gallery .teaser-box > .content > a,
            .module-gallery .teaser-box > .content > .fancybox,
            .module-gallery .teaser-box > .content > .fancybox-media,
            .module-gallery .teaser-box > .content > .image-wrap {
                display: block;
                height: 100%;
                overflow: hidden;
            }

        .module-gallery .teaser-box > .overlay {
            color: inherit;
            font-size: 1em;
            overflow: hidden;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: auto;
        }

            .module-gallery .teaser-box > .overlay > .v-center {
                padding: 5px;
                height: 100%;
                position: relative;
                z-index: 1;
            }

                .module-gallery .teaser-box > .overlay > .v-center > div {
                    position: relative;
                    background-color: #ffffff;
                }

                    .module-gallery .teaser-box > .overlay > .v-center > div > div {
                        padding: 1em;
                    }

@media (min-width: 768px) {
    .module-gallery .teaser-box > .overlay > .v-center > div > div {
        padding: 1.5em;
    }
}

.module-gallery .teaser-box.text > .overlay {
    height: 100%;
}

.module-gallery .teaser-box.image.contains-text-not .plus-icon-button {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
}

.module-gallery .teaser-box.image.contains-text-not.contains-image .content > a .plus-icon-button {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
}

.module-gallery .teaser-box.image:hover .plus-icon-button,
.module-gallery .teaser-box.image:focus .plus-icon-button {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-gallery .teaser-box.video.contains-text-not .play-icon-button {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-gallery .teaser-box.video:hover .play-icon-button,
.module-gallery .teaser-box.video:focus .play-icon-button {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-gallery .teaser-box:not(.text):not(.contains-text-not) > .content .image-wrap > img {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    will-change: transform;
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.module-gallery .teaser-box:not(.text):not(.contains-text-not) .overlay {
    -webkit-transform: translateY(105%);
    -moz-transform: translateY(105%);
    -ms-transform: translateY(105%);
    -o-transform: translateY(105%);
    transform: translateY(105%);
    will-change: transform;
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.module-gallery .teaser-box:not(.text):not(.contains-text-not):hover > .content .image-wrap > img,
.module-gallery .teaser-box:not(.text):not(.contains-text-not):focus > .content .image-wrap > img {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
}

.module-gallery .teaser-box:not(.text):not(.contains-text-not):hover .overlay,
.module-gallery .teaser-box:not(.text):not(.contains-text-not):focus .overlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.module-gallery .teaser-box.contains-text-not .content > a .image-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    will-change: transform;
    -webkit-transition: transform 3s;
    -o-transition: transform 3s;
    transition: transform 3s;
}

.module-gallery .teaser-box.contains-text-not .content > a:hover .image-wrap,
.module-gallery .teaser-box.contains-text-not .content > a:focus .image-wrap {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
/************************************************************************************************************************** 
  Teaser box fancybox image hover (bg + plus button)
***************************************************************************************************************************/
.module-gallery .teaser-box.image.contains-text-not .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

    .module-gallery .teaser-box.image.contains-text-not .image-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .module-gallery .teaser-box.image.contains-text-not .image-wrap:after {
        font-family: "Umbraco-standard" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e926";
        color: #FFF;
        font-size: 20px;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 0;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid white;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-left: -25px;
        margin-top: -25px;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

.module-gallery .teaser-box.image.contains-text-not .fancybox .image-wrap:hover:before {
    filter: alpha(opacity=33);
    opacity: 0.33;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=33);
    filter: alpha(opacity = 33);
}

.module-gallery .teaser-box.image.contains-text-not .fancybox .image-wrap:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-gallery .teaser-box.image.contains-text-not .fancybox .plus-icon-button.centered {
    display: none;
}
/************************************************************************************************************************** 
  Teaser box fancybox video hover (bg + play button)
***************************************************************************************************************************/
.module-gallery .teaser-box.video.contains-text-not .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

    .module-gallery .teaser-box.video.contains-text-not .image-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .module-gallery .teaser-box.video.contains-text-not .image-wrap:after {
        font-family: "Umbraco-standard" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e924";
        color: #FFF;
        font-size: 20px;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 0;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid white;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-left: -25px;
        margin-top: -25px;
        padding-left: 4px;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

.module-gallery .teaser-box.video.contains-text-not .fancybox-media .image-wrap:hover:before {
    filter: alpha(opacity=25);
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity = 25);
}

.module-gallery .teaser-box.video.contains-text-not .fancybox-media .image-wrap:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-gallery .teaser-box.video.contains-text-not .fancybox-media .play-icon-button.centered {
    display: none;
}

.module-image {
    text-align: center;
}

    .module-image.align-left {
        text-align: left;
    }

    .module-image.align-center {
        text-align: center;
    }

    .module-image.align-right {
        text-align: right;
    }

    .module-image img {
        max-width: 100%;
    }

    .module-image a {
        outline: none;
    }

@media (max-width: 767px) {
    .module-image.align-left {
        text-align: center;
    }

    .module-image.align-center {
        text-align: center;
    }

    .module-image.align-right {
        text-align: center;
    }
}

.simple-image-banner-desktop {
    display: none;
}

@media (min-width: 768px) {
    .simple-image-banner-desktop {
        display: block;
    }
}

.simple-image-banner-mobile {
    display: block;
}

@media (min-width: 768px) {
    .simple-image-banner-mobile {
        display: none;
    }
}
/************************************************************************************************************************** 
  .module-spot
***************************************************************************************************************************/
@media (max-width: 767px) {
    .module-spotboxes {
        overflow-x: scroll;
    }

        .module-spotboxes .row .col-xs-4 {
            width: 250px;
        }
}

@media (min-width: 768px) {
    .module-spotboxes {
        position: relative;
        padding-bottom: 14px;
    }

        .module-spotboxes:before {
            content: "";
            width: 100%;
            height: 4px;
            background-color: white;
            position: absolute;
            left: 0;
            bottom: 4px;
            z-index: 1;
        }

        .module-spotboxes:after {
            content: "";
            width: 100%;
            height: 4px;
            background-color: #b00d28;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
        }

        .module-spotboxes:after {
            background-color: #ebeff2;
        }

        .module-spotboxes .row {
            width: auto !important;
        }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .module-spotboxes:before {
        bottom: 10px;
        height: 4px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .module-spotboxes:after {
        height: 10px;
    }
}

.module-spot .spot-image-container {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    outline: none !important;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .module-spot .spot-image-container:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-image: -webkit-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: -o-linear-gradient(top, transparent 0%, #02afef 100%);
        background-image: linear-gradient(to bottom, transparent 0%, #02afef 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff02afef', GradientType=0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        z-index: 1;
        overflow: hidden;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .module-spot .spot-image-container:after {
        content: "";
        width: 98px;
        height: 98px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-image: url(../images/big-plus-icon.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-left: -49px;
        margin-top: -49px;
        filter: alpha(opacity=15);
        opacity: 0.15;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
        filter: alpha(opacity = 15);
    }

@media (min-width: 992px) {
    .module-spot .spot-image-container:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .module-spot .spot-image-container:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

.module-spot .spot-image-container:after {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
    top: 50% !important;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.module-spot .spot-image-container:hover:before {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-spot .spot-image-container:hover:after {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-spot .spot-image-container.no-hover:before,
.module-spot .spot-image-container.no-hover:after {
    display: none;
}

.module-spot .spot-text-container {
    padding: 0;
}

@media (min-width: 768px) {
    .module-spot .spot-text-container {
        height: 100px;
    }
}

.module-spot .spot-text-container p {
    margin-bottom: 7px;
}
/************************************************************************************************************************** 
  .module-widget-spotboxes
***************************************************************************************************************************/
.module-widget-spotboxes .widgets {
    margin-left: -3px;
    margin-right: -3px;
}

    .module-widget-spotboxes .widgets:before,
    .module-widget-spotboxes .widgets:after {
        content: " ";
        display: table;
    }

    .module-widget-spotboxes .widgets:after {
        clear: both;
    }

    .module-widget-spotboxes .widgets:before,
    .module-widget-spotboxes .widgets:after {
        content: " ";
        display: table;
    }

    .module-widget-spotboxes .widgets:after {
        clear: both;
    }

@media (min-width: 768px) {
    .module-widget-spotboxes .widgets {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.module-widget-spotboxes .widgets > .col:before,
.module-widget-spotboxes .widgets > .col:after {
    content: " ";
    display: table;
}

.module-widget-spotboxes .widgets > .col:after {
    clear: both;
}

.module-widget-spotboxes .widgets > .col:before,
.module-widget-spotboxes .widgets > .col:after {
    content: " ";
    display: table;
}

.module-widget-spotboxes .widgets > .col:after {
    clear: both;
}

@media (min-width: 768px) {
    .module-widget-spotboxes .widgets > .col {
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px) {
    .module-widget-spotboxes .widgets > .col + .col .widget:not(.half) {
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

@media (max-width: 767px) {
    .module-widget-spotboxes .widgets > .col + .col .widget.half {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

.module-widget-spotboxes .widget {
    float: left;
    padding: 3px;
    width: 100%;
    font-size: 14px;
    line-height: 1.15;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (min-width: 768px) {
    .module-widget-spotboxes .widget {
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget {
        font-size: 1em;
    }
}

.module-widget-spotboxes .widget.half {
    width: 50%;
}

.module-widget-spotboxes .widget > a {
    display: block;
    position: relative;
    outline: none !important;
    overflow: hidden;
    border-radius: 10px;
}

    .module-widget-spotboxes .widget > a:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
        border-radius: 10px;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
        z-index: 1;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .module-widget-spotboxes .widget > a:after {
        content: "";
        width: 98px;
        height: 98px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-image: url(../images/big-plus-icon.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-left: -49px;
        margin-top: -49px;
        filter: alpha(opacity=15);
        opacity: 0.15;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
        filter: alpha(opacity = 15);
    }

@media (min-width: 992px) {
    .module-widget-spotboxes .widget > a:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget > a:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

.module-widget-spotboxes .widget > a:after {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    top: 25%;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (min-width: 375px) {
    .module-widget-spotboxes .widget > a:after {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget > a:after {
        width: 70px;
        height: 70px;
        margin-left: -35px;
        margin-top: -35px;
    }
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget > a:after {
        width: 90px;
        height: 90px;
        margin-left: -45px;
        margin-top: -45px;
        top: 30%;
    }
}

.module-widget-spotboxes .widget > a:hover:before {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity = 50);
}

.module-widget-spotboxes .widget > a:hover:after {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-widget-spotboxes .widget > a > img {
    display: block;
    width: 100%;
}

.module-widget-spotboxes .widget > a > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
}

@media (min-width: 480px) {
    .module-widget-spotboxes .widget > a > div {
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget > a > div {
        padding: 20px;
    }
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget > a > div {
        padding: 30px;
    }
}

.module-widget-spotboxes .widget .rte-txt {
    width: 100%;
    position: relative;
    z-index: 1;
}

    .module-widget-spotboxes .widget .rte-txt br {
        display: none;
    }

@media (min-width: 992px) {
    .module-widget-spotboxes .widget .rte-txt {
        width: 85%;
    }
}

@media (max-width: 991px) {
    .module-widget-spotboxes .widget .rte-txt > p {
        display: none;
        font-size: 12px;
    }
}

.module-widget-spotboxes .widget h3 {
    margin-bottom: 0;
    line-height: 1.05;
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget h3 {
        line-height: 1.1;
    }
}

.module-widget-spotboxes .widget h3 p {
    font-size: 1em !important;
    margin: 0;
}

.module-widget-spotboxes .widget p {
    margin: 0;
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget p {
        margin-top: 10px;
    }
}

.module-widget-spotboxes .widget .hd-btn.circle {
    position: absolute;
    bottom: 12px;
    right: 10px;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 0;
}

@media (min-width: 768px) {
    .module-widget-spotboxes .widget .hd-btn.circle {
        bottom: 15px;
    }
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget .hd-btn.circle {
        right: 15px;
        bottom: 20px;
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity = 100);
    }
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget .hd-btn.circle {
        bottom: 30px;
        right: 25px;
    }
}

.module-widget-spotboxes .widget.white {
    color: #004c82;
}

    .module-widget-spotboxes .widget.white .hd-btn.circle {
        color: #02afef;
    }

.module-widget-spotboxes .widget.blue {
    color: #FFF;
}

    .module-widget-spotboxes .widget.blue .hd-btn.circle {
        color: inherit;
    }

    .module-widget-spotboxes .widget.blue a:before {
        background-color: #004c82;
    }

.module-widget-spotboxes .widget.light-blue {
    color: #FFF;
}

    .module-widget-spotboxes .widget.light-blue .hd-btn.circle {
        color: inherit;
    }

    .module-widget-spotboxes .widget.light-blue a:before {
        background-color: #02afef;
    }

.module-widget-spotboxes .widget:not(.half) a > div {
    height: 100%;
    bottom: auto;
    top: 0;
}

.module-widget-spotboxes .widget:not(.half) a:after {
    left: auto;
    right: 17.5%;
}

.module-widget-spotboxes .widget:not(.half) .rte-txt {
    width: 66.66%;
}

@media (min-width: 375px) {
    .module-widget-spotboxes .widget:not(.half) .rte-txt {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .module-widget-spotboxes .widget:not(.half) .rte-txt {
        width: 66.66%;
    }
}

@media (min-width: 992px) {
    .module-widget-spotboxes .widget:not(.half) .rte-txt {
        width: 50%;
    }
}

.module-widget-spotboxes .widget:not(.half) .hd-btn.circle {
    right: auto;
    left: 15px;
}

@media (min-width: 1200px) {
    .module-widget-spotboxes .widget:not(.half) .hd-btn.circle {
        left: 30px;
    }
}
/************************************************************************************************************************** 
  .module-spot.related-product
***************************************************************************************************************************/
.module-spot.related-product .spot-image-container {
    background-color: #edf1f4;
    background-image: -webkit-linear-gradient(top, #edf1f4 0%, #e2e6e9 100%);
    background-image: -o-linear-gradient(top, #edf1f4 0%, #e2e6e9 100%);
    background-image: linear-gradient(to bottom, #edf1f4 0%, #e2e6e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf1f4', endColorstr='#ffe2e6e9', GradientType=0);
    height: 100px;
    line-height: 100px;
    text-align: center;
}

@media (min-width: 992px) {
    .module-spot.related-product .spot-image-container {
        height: 120px;
        line-height: 120px;
    }
}

@media (min-width: 1200px) {
    .module-spot.related-product .spot-image-container {
        height: 144px;
        line-height: 144px;
    }
}

.module-spot.related-product .spot-image-container > img {
    max-height: 75%;
    max-width: 75%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .module-spot.related-product .spot-text-container {
        font-size: 14px;
        height: 90px;
        overflow: hidden;
    }
}

.module-spot.related-product .spot-text-container .hd-btn.secondary.inverted {
    margin: 0;
    padding-top: 0;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .zh-cn .module-spot .spot-text-container {
        height: 160px;
    }
}

@media (min-width: 992px) {
    .zh-cn .module-spot .spot-text-container {
        height: 140px;
    }
}

.module-text h1,
.module-text h2,
.module-text h3 {
    color: #004c82;
}

.module-text .hd-container {
    margin: 0 auto;
    max-width: 760px;
}

.module-text .text-block > div,
.module-text .text-block img {
    margin-bottom: 1.5em;
}

.module-text .text-block ul {
    padding: 0 0 0 15px;
}

.module-text.read-more .text-block,
.module-text[data-read-more="true"] .text-block {
    overflow: hidden;
    max-height: 20em;
    position: relative;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

    .module-text.read-more .text-block:after,
    .module-text[data-read-more="true"] .text-block:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
    }

.module-text.read-more.opened .text-block,
.module-text[data-read-more="true"].opened .text-block {
    max-height: 1200px;
}

    .module-text.read-more.opened .text-block:after,
    .module-text[data-read-more="true"].opened .text-block:after {
        display: none;
    }

.module-text .read-more-btn {
    outline: none !important;
    background: transparent;
    color: inherit;
    border: none;
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .module-text .read-more-btn:hover {
        color: #02afef;
    }
/************************************************************************************************************************** 
  .module-video
***************************************************************************************************************************/
.module-video {
    background-color: black;
    color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 840px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

    .module-video.ready {
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity = 100);
    }

    .module-video .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

        .module-video .video-container iframe,
        .module-video .video-container object,
        .module-video .video-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        .module-video .video-container .video-overlay {
            cursor: pointer;
            overflow: hidden;
            position: absolute;
            text-align: center;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            outline: none;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            display: table;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .module-video .video-container .video-overlay:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-image: -webkit-linear-gradient(top, transparent 0%, #004c82 100%);
                background-image: -o-linear-gradient(top, transparent 0%, #004c82 100%);
                background-image: linear-gradient(to bottom, transparent 0%, #004c82 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff004c82', GradientType=0);
                z-index: 2;
                filter: alpha(opacity=85);
                opacity: 0.85;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
                filter: alpha(opacity = 85);
                -webkit-transition: opacity 0.3s;
                -o-transition: opacity 0.3s;
                transition: opacity 0.3s;
            }

            .module-video .video-container .video-overlay > div {
                display: table-cell;
                vertical-align: middle;
            }

            .module-video .video-container .video-overlay:hover:after,
            .module-video .video-container .video-overlay:focus:after {
                filter: alpha(opacity=95);
                opacity: 0.95;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
                filter: alpha(opacity = 95);
            }

            .module-video .video-container .video-overlay:hover .play-btn,
            .module-video .video-container .video-overlay:focus .play-btn {
                color: white;
                filter: alpha(opacity=100);
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity = 100);
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
            }

        .module-video .video-container .title {
            position: relative;
            z-index: 3;
        }

            .module-video .video-container .title h3 {
                margin: 7px 0 7px 0;
            }

@media (min-width: 768px) {
    .module-video .video-container .title h3 {
        margin-top: 15px;
    }
}

.module-video .video-container .title p {
    margin: 0;
}

.module-video .video-container .title .duration {
    margin: 0;
    color: #02afef;
}

@media (max-width: 767px) {
    .module-video .video-container .title .duration {
        display: none;
    }
}

.module-video .play-btn {
    z-index: 3;
}

.module-video .video-player.youku #youkuplayer {
    opacity: 1;
}
/*************************************************************************************************** 
  Fullpage Video Overlay
****************************************************************************************************/
#fullpage-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none;
    overflow: hidden;
    padding-top: 0;
    will-change: transform;
    z-index: 101;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 0s;
    -o-transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 0s;
    transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 0s;
}

    #fullpage-overlay > .content {
        background-color: #004c82;
        background-color: rgba(0, 76, 130, 0.8);
        width: 100%;
        height: 100%;
        position: relative;
    }

        #fullpage-overlay > .content > iframe,
        #fullpage-overlay > .content > #fullpage-player {
            width: 100%;
            height: 100%;
        }

        #fullpage-overlay > .content > .youkucontainer {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
            width: 100%;
        }

            #fullpage-overlay > .content > .youkucontainer > #youkuplayer {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                height: 56vw;
                max-height: 800px;
                position: relative;
            }

                #fullpage-overlay > .content > .youkucontainer > #youkuplayer > iframe {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                }

    #fullpage-overlay .close-btn {
        background-color: transparent;
        border: none;
        color: white;
        display: block;
        font-size: 25px;
        height: 50px;
        width: 50px;
        line-height: 1;
        text-align: center;
        padding: 0;
        position: absolute;
        top: 15px;
        right: 15px;
        outline: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        #fullpage-overlay .close-btn:hover {
            color: #02afef;
        }

#fullpage-player, #youkuplayer {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    border: 0;
    -webkit-transition: opacity 1s 1s;
    -o-transition: opacity 1s 1s;
    transition: opacity 1s 1s;
}

.fullpage-overlay-opened #fullpage-overlay {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.fullpage-overlay-opened #fullpage-player, .fullpage-overlay-opened #youkuplayer {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.fullpage-overlay-opened #back-to-top {
    display: none;
}

.lt-ie10 #fullpage-overlay,
.no-csstransforms3d #fullpage-overlay {
    margin-top: 100%;
    z-index: 9999999;
}

.lt-ie10.fullpage-overlay-opened #fullpage-overlay,
.no-csstransforms3d.fullpage-overlay-opened #fullpage-overlay {
    margin-top: 0;
}
/************************************************************************************************************************** 
  .module-automotive-overview
***************************************************************************************************************************/
.module-automotive-overview:before,
.module-automotive-overview:after {
    content: " ";
    display: table;
}

.module-automotive-overview:after {
    clear: both;
}

.module-automotive-overview:before,
.module-automotive-overview:after {
    content: " ";
    display: table;
}

.module-automotive-overview:after {
    clear: both;
}

.module-automotive-overview .hd-container > .txt {
    text-align: center;
    margin: 0 auto 2.5em auto;
}

@media (min-width: 768px) {
    .module-automotive-overview .hd-container > .txt {
        width: 50%;
        margin-bottom: 2.75em;
    }
}

@media (min-width: 992px) {
    .module-automotive-overview .hd-container > .txt {
        margin-bottom: 3.25em;
    }
}

.module-automotive-overview .category-group {
    margin-bottom: 2.5em;
}

@media (min-width: 768px) {
    .module-automotive-overview .category-group {
        margin-bottom: 0;
    }
}

.module-automotive-overview .category-group h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    color: #FFF;
    background-color: #02afef;
    padding: .75em;
    margin-bottom: 1em;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    .module-automotive-overview .category-group h2 p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    .module-automotive-overview .category-group h2 {
        font-size: 1.1em;
    }
}

@media (min-width: 992px) {
    .module-automotive-overview .category-group h2 {
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    .module-automotive-overview .category-group h2 {
        font-size: 1.2em;
    }
}

@media (min-width: 1800px) {
    .module-automotive-overview .category-group h2 {
        font-size: 1.2em;
    }
}

@media (min-width: 1200px) {
    .module-automotive-overview .category-group h2 {
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        padding: .5em;
    }
}

.module-automotive-overview .category-group ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

    .module-automotive-overview .category-group ul li {
        padding: 0;
        border-top: 1px dotted #004c82;
    }

        .module-automotive-overview .category-group ul li:first-child {
            border-top: none;
        }

    .module-automotive-overview .category-group ul a {
        display: block;
        margin: 0;
        outline: none !important;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .module-automotive-overview .category-group ul a:before,
        .module-automotive-overview .category-group ul a:after {
            content: " ";
            display: table;
        }

        .module-automotive-overview .category-group ul a:after {
            clear: both;
        }

        .module-automotive-overview .category-group ul a:before,
        .module-automotive-overview .category-group ul a:after {
            content: " ";
            display: table;
        }

        .module-automotive-overview .category-group ul a:after {
            clear: both;
        }

        .module-automotive-overview .category-group ul a > span {
            float: left;
            width: 50%;
        }

            .module-automotive-overview .category-group ul a > span.img {
                padding: 10px 10px 10px 0;
                text-align: center;
                -webkit-transition: opacity 0.3s;
                -o-transition: opacity 0.3s;
                transition: opacity 0.3s;
            }

                .module-automotive-overview .category-group ul a > span.img > img {
                    position: relative;
                    top: 5px;
                    height: 67px;
                    width: auto;
                }

            .module-automotive-overview .category-group ul a > span.txt {
                padding-top: 32px;
                line-height: 1.15;
            }

@media (min-width: 768px) {
    .module-automotive-overview .category-group ul a > span.txt {
        padding-top: 21px;
    }
}

@media (min-width: 992px) {
    .module-automotive-overview .category-group ul a > span.txt {
        padding-top: 34px;
    }
}

.module-automotive-overview .category-group ul a:hover {
    color: #02afef;
}

    .module-automotive-overview .category-group ul a:hover > span.img {
        filter: alpha(opacity=85);
        opacity: 0.85;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
        filter: alpha(opacity = 85);
    }

.module-automotive-overview .category-group .col-sm-6 + .col-sm-6 ul li:first-child {
    border-top: 1px dotted #004c82;
}

@media (min-width: 768px) {
    .module-automotive-overview .category-group .col-sm-6 + .col-sm-6 ul li:first-child {
        border-top: none;
    }
}

@media (min-width: 768px) {
    .module-automotive-overview .category-group .col-sm-6 + .col-sm-6 ul li:last-child {
        border-bottom: 1px dotted #004c82;
    }
}

@media (min-width: 768px) {
    .module-automotive-overview .category-group.solutions li:last-child {
        border-bottom: 1px dotted #004c82;
    }
}

.module-automotive-overview .row > .col-sm-12 {
    padding-bottom: 1.5em;
}

@media (min-width: 1200px) {
    .module-automotive-overview .row > .col-sm-12 {
        padding-bottom: 3em;
    }
}
/************************************************************************************************************************** 
  .module-overview
***************************************************************************************************************************/
.module-overview:before,
.module-overview:after {
    content: " ";
    display: table;
}

.module-overview:after {
    clear: both;
}

.module-overview:before,
.module-overview:after {
    content: " ";
    display: table;
}

.module-overview:after {
    clear: both;
}

@media (max-width: 767px) {
    .module-overview .empty-element {
        display: none;
    }
}

.module-overview ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .module-overview ul:before,
    .module-overview ul:after {
        content: " ";
        display: table;
    }

    .module-overview ul:after {
        clear: both;
    }

    .module-overview ul:before,
    .module-overview ul:after {
        content: " ";
        display: table;
    }

    .module-overview ul:after {
        clear: both;
    }

@media (min-width: 768px) {
    .module-overview ul > li {
        float: left;
        width: 50%;
        border-top: 1px dotted #004c82;
        border-right: 1px dotted #004c82;
    }

        .module-overview ul > li:first-child,
        .module-overview ul > li:first-child + li {
            border-top: none;
        }

        .module-overview ul > li:nth-child(2n) {
            border-right: none;
        }
}

.module-overview .product-list-item {
    position: relative;
    height: 280px;
    display: block;
    outline: none !important;
    text-decoration: none !important;
}

@media (min-width: 480px) {
    .module-overview .product-list-item {
        height: 250px;
    }
}

@media (min-width: 1200px) {
    .module-overview .product-list-item {
        height: 320px;
    }
}

.module-overview .product-list-item .img {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .module-overview .product-list-item .img img {
        display: inline-block;
        margin: 0 auto;
    }

.module-overview .product-list-item .txt {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .module-overview .product-list-item .txt h3 {
        margin-bottom: .25em;
    }

@media (min-width: 768px) {
    .module-overview .product-list-item .txt > div {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        padding: 15px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 1200px) {
    .module-overview .product-list-item .txt > div {
        padding: 30px;
    }
}

.module-overview .product-list-item .btn {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 1;
    line-height: 1.15;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .module-overview .product-list-item .btn > span {
        margin-left: 10px;
        color: #02afef;
        position: relative;
        top: 2px;
    }

@media (min-width: 1200px) {
    .module-overview .product-list-item .btn {
        left: 30px;
        bottom: 30px;
    }
}

.module-overview .product-list-item.hover-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, transparent 0%, #02afef 100%);
    background-image: -o-linear-gradient(top, transparent 0%, #02afef 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #02afef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff02afef', GradientType=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.module-overview .product-list-item.hover-link:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    .module-overview .product-list-item.hover-link:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .module-overview .product-list-item.hover-link:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

.module-overview .product-list-item.hover-link:after {
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
    top: 50% !important;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.module-overview .product-list-item.hover-link:hover:before {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-overview .product-list-item.hover-link:hover:after {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-overview .product-list-item.hover-link.no-hover:before,
.module-overview .product-list-item.hover-link.no-hover:after {
    display: none;
}

.module-overview .product-list-item.hover-link .txt > div {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 1200px) {
    .module-overview .product-list-item.hover-link .txt > div {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .module-overview .product-list-item:hover:not(.txt-only) .txt {
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity = 100);
    }
}

.module-overview .product-list-item:hover:not(.txt-only) .btn {
    color: white;
}

    .module-overview .product-list-item:hover:not(.txt-only) .btn > span {
        color: inherit;
    }

.module-overview .product-list-item:hover:not(.txt-only):before {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.module-overview .product-list-item:hover:not(.txt-only):after {
    filter: alpha(opacity=75);
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.module-overview .product-list-item.txt-only {
    display: block;
    height: auto;
    width: 100%;
}

    .module-overview .product-list-item.txt-only .txt {
        display: block;
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity = 100);
        position: relative;
        height: auto;
    }

@media (min-width: 768px) {
    .module-overview .product-list-item.txt-only .txt {
        min-height: 320px;
    }
}

.module-overview .product-list-item.txt-only .img {
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.module-overview .product-list-item.txt-only .btn {
    outline: none !important;
}

    .module-overview .product-list-item.txt-only .btn:hover {
        color: #02afef;
    }

@media (min-width: 768px) {
    .module-overview .product-list-item.txt-only.redrawed .txt {
        height: 100%;
    }

        .module-overview .product-list-item.txt-only.redrawed .txt > div {
            padding-left: 40px;
            padding-right: 40px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media (min-width: 768px) {
    .module-overview.three-columns ul > li {
        width: 33.33%;
        border: none !important;
        border-right: 1px dotted #004c82 !important;
        border-top: 1px dotted #004c82 !important;
    }

        .module-overview.three-columns ul > li:first-child,
        .module-overview.three-columns ul > li:first-child + li,
        .module-overview.three-columns ul > li:first-child + li + li {
            border-top: none !important;
        }

        .module-overview.three-columns ul > li:nth-child(3n) {
            border-right: none !important;
        }
}

.module-overview.three-columns .product-list-item {
    font-size: 14px;
}

    .module-overview.three-columns .product-list-item .img img {
        max-width: 75%;
    }

@media (max-width: 767px) {
    .module-overview.alt-view:not(.three-columns) .hd-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.module-overview.alt-view:not(.three-columns) li {
    background-color: #EEF2F5;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .module-overview.alt-view:not(.three-columns) li:not(:first-child) {
        border-top: 1px dotted #004c82 !important;
    }
}

.module-overview.alt-view:not(.three-columns) li:nth-child(even) .txt {
    padding-right: 33.33%;
}

@media (min-width: 992px) {
    .module-overview.alt-view:not(.three-columns) li:nth-child(even) .txt {
        padding-right: 50%;
    }
}

.module-overview.alt-view:not(.three-columns) li:nth-child(odd) .txt {
    padding-left: 33.33%;
}

@media (min-width: 992px) {
    .module-overview.alt-view:not(.three-columns) li:nth-child(odd) .txt {
        padding-left: 50%;
    }
}

.module-overview.alt-view:not(.three-columns) .product-list-item {
    height: 225px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .module-overview.alt-view:not(.three-columns) .product-list-item {
        height: 250px;
    }
}

.module-overview.alt-view:not(.three-columns) .product-list-item p {
    text-align: left !important;
}

.module-overview.alt-view:not(.three-columns) .product-list-item.hover-link:before {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.module-product {
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1200px) {
    .module-product {
        margin-top: 140px;
    }
}

.module-product .hd-container {
    position: relative;
}

.module-product .product-image img {
    display: block;
    margin: 0 auto;
    max-width: 75%;
}

.module-product .module-gallery {
    margin-top: 2em;
    margin-bottom: 2em;
}

@media (min-width: 768px) {
    .module-product .module-gallery {
        margin-top: 3em;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .module-product .module-gallery {
        margin-top: 5em;
    }
}

.module-product .module-gallery:after {
    content: "";
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/big-plus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: -49px;
    margin-top: -49px;
    filter: alpha(opacity=15);
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity = 15);
}

@media (min-width: 992px) {
    .module-product .module-gallery:after {
        width: 98px;
        height: 98px;
        margin-left: -49px;
        margin-top: -49px;
    }
}

@media (min-width: 1200px) {
    .module-product .module-gallery:after {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
}

.module-product .module-gallery:after {
    background-image: url("../images/big-plus-icon-gray.png");
    left: 15px;
    top: -15%;
    margin-left: 0;
    margin-top: 0;
    filter: alpha(opacity=85);
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity = 85);
}

@media (min-width: 768px) {
    .module-product .module-gallery:after {
        left: 5%;
        top: 10%;
    }
}

@media (min-width: 1200px) {
    .module-product .module-gallery:after {
        margin-left: 0;
        margin-top: 52px;
    }
}

.module-product .owl-theme .owl-controls .owl-page span {
    background: #e2e6e9 none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    margin: 5px;
    opacity: 0.5;
    height: 5px;
    width: 60px;
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1200px) {
    .module-product .owl-theme .owl-controls .owl-page span {
        width: 98px;
    }
}

.module-product .owl-theme .owl-controls .owl-page.active span,
.module-product .owl-theme .owl-controls .owl-page:hover span {
    background-color: #02afef;
}

.module-product .owl-buttons {
    display: none;
}

.module-product .download-item {
    display: block;
    padding: 1em;
    outline: none !important;
    text-decoration: none !important;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .module-product .download-item .img {
        padding-bottom: 1em;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .module-product .download-item .txt {
        text-decoration: underline;
    }

    .module-product .download-item .language {
        display: block;
        color: #02afef;
    }

    .module-product .download-item:hover {
        color: #02afef;
    }

        .module-product .download-item:hover .img {
            filter: alpha(opacity=85);
            opacity: 0.85;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
            filter: alpha(opacity = 85);
        }

.module-product .accordion {
    border-top: 1px dotted #004c82;
}

    .module-product .accordion > h4 {
        cursor: pointer;
        padding: 15px;
        padding-right: 50px;
        margin: 0;
        font-size: 1em;
        position: relative;
    }

@media (min-width: 1200px) {
    .module-product .accordion > h4 {
        padding-left: 30px;
    }
}

.module-product .accordion > h4:after {
    content: "+";
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 25px;
    color: inherit;
    width: 50px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}

@media (min-width: 1200px) {
    .module-product .accordion > h4:after {
        right: 10px;
    }
}

.module-product .accordion > h4:hover {
    color: #02afef;
}

    .module-product .accordion > h4:hover:after {
        color: #02afef;
    }

.module-product .accordion .inner-txt {
    padding: 15px;
}

@media (min-width: 1200px) {
    .module-product .accordion .inner-txt {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.module-product .accordion .txt,
.module-product .accordion ul {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-product .accordion ul {
    list-style: none;
    margin: 0 auto;
    max-width: 960px;
    font-size: 14px;
}

    .module-product .accordion ul:before,
    .module-product .accordion ul:after {
        content: " ";
        display: table;
    }

    .module-product .accordion ul:after {
        clear: both;
    }

    .module-product .accordion ul:before,
    .module-product .accordion ul:after {
        content: " ";
        display: table;
    }

    .module-product .accordion ul:after {
        clear: both;
    }

    .module-product .accordion ul li {
        width: 50%;
        float: left;
    }

@media (min-width: 768px) {
    .module-product .accordion ul li {
        width: 20%;
    }
}

.module-product .accordion.opened > h4:after {
    content: "-";
}

.module-product .accordion.opened .txt,
.module-product .accordion.opened ul {
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.module-product .accordion .greyColor {
    background-color: #ebeff2;
}

.module-product .breadcrumb {
    font-size: 1em;
    border-bottom: 1px dotted #004c82;
}

@media (min-width: 768px) {
    .module-product .breadcrumb {
        margin-bottom: 30px;
    }
}

.module-product .breadcrumb li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.module-product .breadcrumb.top {
    display: none;
}

@media (min-width: 1200px) {
    .module-product .breadcrumb.top {
        display: block;
        position: absolute;
        left: 45px;
        top: -40px;
    }
}

@media (min-width: 768px) {
    .module-product .row.product-info .col-sm-6:first-child {
        float: right;
    }
}

@media (min-width: 1200px) {
    .module-product .row.product-info .col-sm-6:first-child + .col-sm-6 {
        padding-left: 45px;
    }
}

.product-further-info {
    padding-top: 3em;
}

.module-product.collapsible-band {
    margin-top: 0;
}

    .module-product.collapsible-band .product-further-info {
        padding-top: 0;
    }

.module-article {
    margin: 0 auto;
    position: relative;
}

    .module-article ol,
    .module-article ul {
        padding-left: 18px;
    }

    .module-article .blog-sidebar {
        padding-bottom: 1.5em;
    }

@media (min-width: 768px) {
    .module-article > .hd-container {
        padding-top: 0;
    }

    .module-article .blog-sidebar {
        float: right;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .module-article .blog-main {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 768px) {
    .module-article .blog-post {
        padding-top: 3em;
    }
}
/************************************************************************************************************************** 
  .module-spotboxes.news-overview
***************************************************************************************************************************/
@media (max-width: 767px) {
    .module-spotboxes.news-overview .col-xs-4 {
        width: 240px;
    }
}

@media (min-width: 768px) {
    .module-spotboxes.news-overview .module-spot {
        height: 250px;
        margin-bottom: 1.5em;
    }
}

@media (min-width: 992px) {
    .module-spotboxes.news-overview .module-spot {
        height: 280px;
    }
}

@media (min-width: 1200px) {
    .module-spotboxes.news-overview .module-spot {
        height: 320px;
    }
}

@media (min-width: 1200px) {
    .top-spacing {
        margin-top: 130px;
    }
}
/* ==========================================================================
   Animation banner
   ========================================================================== */
@-webkit-keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -11160px;
    }
}

@-moz-keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -11160px;
    }
}

@-ms-keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -11160px;
    }
}

@-o-keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -11160px;
    }
}

@keyframes play {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -11160px;
    }
}

@-webkit-keyframes beat {
    from {
        -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(0.95);
    }
}

@-moz-keyframes beat {
    from {
        -moz-transform: scale(1);
    }

    to {
        -moz-transform: scale(0.95);
    }
}

@-ms-keyframes beat {
    from {
        -ms-transform: scale(1);
    }

    to {
        -ms-transform: scale(0.95);
    }
}

@-o-keyframes beat {
    from {
        -o-transform: scale(1);
    }

    to {
        -o-transform: scale(0.95);
    }
}

@keyframes beat {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0.95);
    }
}

.animation-banner {
    display: none;
    color: #fff;
    cursor: pointer;
    height: 350px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .animation-banner {
        display: block;
    }
}

.animation-color-banner {
    height: 125px;
    width: 100%;
    background-color: #00a0dc;
    background: -webkit-gradient(linear, left top, left bottom, from(#00abea), to(#00a0dc));
    background: -webkit-linear-gradient(#00abea, #00a0dc);
    background: -moz-linear-gradient(#00abea, #00a0dc);
    background: linear-gradient(#00abea, #00a0dc);
    background: -ms-linear-gradient(top, #00abea, #00a0dc);
    background: -o-linear-gradient(top, #00abea, #00a0dc);
    margin: 125px 0 0 0;
}

@media (min-width: 992px) {
    .animation-color-banner {
        height: 250px;
    }
}

.animation-inner-container {
    margin: auto;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    -webkit-flex-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 480px;
}

@media (min-width: 768px) {
    .animation-inner-container {
        width: 768px;
    }
}

@media (min-width: 992px) {
    .animation-inner-container {
        width: 992px;
    }
}

@media (min-width: 1200px) {
    .animation-inner-container {
        width: 1200px;
    }
}

.animation-inner-container .text-col {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    z-index: 1;
}

@media (min-width: 992px) {
    .animation-inner-container .text-col {
        left: -15px;
    }
}

@media (min-width: 1280px) {
    .animation-inner-container .text-col {
        padding-left: 30px;
        left: 20px;
    }
}

.animation-inner-container .text-col:before {
    background-image: url(../images/3D/plus.png);
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    background-size: 100% auto;
    left: -35px;
    top: -40px;
}

@media (min-width: 992px) {
    .animation-inner-container .text-col:before {
        width: 200px;
        height: 200px;
        top: -75px;
        left: -112px;
    }
}

.animation-inner-container .text-col h2 {
    font-weight: normal;
    font-size: 1.5em;
    margin: 0.83em 0;
}

@media (min-width: 992px) {
    .animation-inner-container .text-col h2 {
        font-size: 2.8em;
        margin: 1.2em 0;
    }
}

.animation-inner-container .text-col h2 strong {
    font-weight: 600;
}

.animation-inner-container .image-col {
    display: table-cell;
}

    .animation-inner-container .image-col img {
        position: absolute;
        width: 320px;
        height: 180px;
        top: -35px;
        right: 0;
    }

@media (min-width: 992px) {
    .animation-inner-container .image-col img {
        top: -70px;
        width: 640px;
        height: 360px;
        right: -40px;
    }
}

.animated-element {
    position: absolute;
    right: 0;
    top: -35px;
    background-size: 100% auto;
    width: 320px;
    height: 180px;
    -webkit-animation: play 1.5s steps(31) infinite;
    -moz-animation: play 1.5s steps(31) infinite;
    -ms-animation: play 1.5s steps(31) infinite;
    -o-animation: play 1.5s steps(31) infinite;
    animation: play 1.5s steps(31) infinite;
}

@media (min-width: 992px) {
    .animated-element {
        top: -70px;
        right: -40px;
        width: 640px;
        height: 360px;
        -webkit-animation: play 1.5s steps(31) infinite;
        -moz-animation: play 1.5s steps(31) infinite;
        -ms-animation: play 1.5s steps(31) infinite;
        -o-animation: play 1.5s steps(31) infinite;
        animation: play 1.5s steps(31) infinite;
    }
}

.animation-object .animation-background {
    position: absolute;
    right: 0;
    top: 0;
}

.animation-lightbox-background {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 999;
}

.animation-lightbox-container {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 999;
}

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBackground {
        opacity: 0.4;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit1 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit2 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit3 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit4 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit5 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit6 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit7 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit8 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit9 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit10 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit11 {
        opacity: 1;
    }

    .animation-lightbox-container.active .animation-lightbox .machine-image img#interiorBit12 {
        opacity: 1;
    }

.animation-lightbox {
    height: auto;
    width: 80%;
    max-width: 1100px;
    background-color: #fff;
    padding: 20px;
    margin: 65px auto 30px auto;
    position: relative;
    display: table;
}

    .animation-lightbox .machine-image {
        position: relative;
        float: right;
        width: 100%;
        height: auto;
    }

        .animation-lightbox .machine-image img {
            position: absolute;
            top: 0;
            width: 100%;
            height: auto;
            left: 0;
        }

            .animation-lightbox .machine-image img#interiorBackground {
                position: relative;
                -webkit-transition: all 1s ease-in-out 1s;
                -o-transition: all 1s ease-in-out 1s;
                transition: all 1s ease-in-out 1s;
            }

            .animation-lightbox .machine-image img#interiorBit1 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 1.5s;
                -o-transition: all 1s ease-in-out 1.5s;
                transition: all 1s ease-in-out 1.5s;
            }

            .animation-lightbox .machine-image img#interiorBit2 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 2s;
                -o-transition: all 1s ease-in-out 2s;
                transition: all 1s ease-in-out 2s;
            }

            .animation-lightbox .machine-image img#interiorBit3 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 2.5s;
                -o-transition: all 1s ease-in-out 2.5s;
                transition: all 1s ease-in-out 2.5s;
            }

            .animation-lightbox .machine-image img#interiorBit4 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 3s;
                -o-transition: all 1s ease-in-out 3s;
                transition: all 1s ease-in-out 3s;
            }

            .animation-lightbox .machine-image img#interiorBit5 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 3.5s;
                -o-transition: all 1s ease-in-out 3.5s;
                transition: all 1s ease-in-out 3.5s;
            }

            .animation-lightbox .machine-image img#interiorBit6 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 4s;
                -o-transition: all 1s ease-in-out 4s;
                transition: all 1s ease-in-out 4s;
            }

            .animation-lightbox .machine-image img#interiorBit7 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 4.5s;
                -o-transition: all 1s ease-in-out 4.5s;
                transition: all 1s ease-in-out 4.5s;
            }

            .animation-lightbox .machine-image img#interiorBit8 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 5s;
                -o-transition: all 1s ease-in-out 5s;
                transition: all 1s ease-in-out 5s;
            }

            .animation-lightbox .machine-image img#interiorBit9 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 5.5s;
                -o-transition: all 1s ease-in-out 5.5s;
                transition: all 1s ease-in-out 5.5s;
            }

            .animation-lightbox .machine-image img#interiorBit10 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 6s;
                -o-transition: all 1s ease-in-out 6s;
                transition: all 1s ease-in-out 6s;
            }

            .animation-lightbox .machine-image img#interiorBit11 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 6.5s;
                -o-transition: all 1s ease-in-out 6.5s;
                transition: all 1s ease-in-out 6.5s;
            }

            .animation-lightbox .machine-image img#interiorBit12 {
                opacity: 0;
                -webkit-transition: all 1s ease-in-out 7s;
                -o-transition: all 1s ease-in-out 7s;
                transition: all 1s ease-in-out 7s;
            }

    .animation-lightbox .animation-lightbox-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background-image: url(../images/3D/close.png);
        font-size: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        outline: none !important;
    }

.plus-animation {
    background-image: url(../images/3D/btn-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 55px;
    height: 56px;
    display: block;
    position: absolute;
    right: 15px;
    top: 43px;
    z-index: 1;
    -webkit-animation: beat .8s infinite alternate;
    -moz-animation: beat .8s infinite alternate;
    -ms-animation: beat .8s infinite alternate;
    -o-animation: beat .8s infinite alternate;
    animation: beat .8s infinite alternate;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

@media (min-width: 992px) {
    .plus-animation {
        top: 85px;
        right: 30px;
    }
}

.one-column-banner {
    min-height: 50px;
}
/****************************************************************************** 
  Oilfinder spritesheet
******************************************************************************/
.of-sprite {
    background-image: url('../images/oilfinder-icons/oilfinder-spritesheet.png');
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
}

.car {
    width: 47px;
    height: 30px;
    background-position: 0px -110px;
}

.van {
    width: 44px;
    height: 32px;
    background-position: 0px -54px;
}

.reset-active {
    width: 36px;
    height: 36px;
    background-position: 0px -17px;
}

.reset {
    width: 36px;
    height: 36px;
    background-position: -36px -18px;
}

.zoom-active {
    width: 36px;
    height: 36px;
    background-position: -47px -110px;
}

.zoom {
    width: 36px;
    height: 36px;
    background-position: -44px -54px;
}

.i {
    width: 34px;
    height: 34px;
    background-position: -72px 0px;
}

.engine {
    width: 35px;
    height: 26px;
    background-position: -80px -34px;
}

.oil {
    width: 45px;
    height: 18px;
    background-position: 0px -90px;
}

.cooling {
    width: 26px;
    height: 30px;
    background-position: -83px -105px;
}

.calender {
    width: 26px;
    height: 27px;
    background-position: -80px -60px;
}

.document-active {
    width: 23px;
    height: 27px;
    background-position: -106px 0px;
}

.document-inactive {
    width: 23px;
    height: 27px;
    background-position: -109px -119px;
}

.trash-active {
    width: 22px;
    height: 27px;
    background-position: -106px -72px;
}

.trash-inactive {
    width: 22px;
    height: 27px;
    background-position: -115px -45px;
}

.envelope-active {
    width: 28px;
    height: 20px;
    background-position: -45px -90px;
}

.envelope-inactive {
    width: 28px;
    height: 20px;
    background-position: -109px -99px;
}

.ml {
    width: 25px;
    height: 17px;
    background-position: 0px 0px;
}

.gr {
    width: 13px;
    height: 18px;
    background-position: -80px -87px;
}

.plus-minus {
    width: 24px;
    height: 16px;
    background-position: -25px 0px;
}

.minus {
    width: 18px;
    height: 18px;
    background-position: -49px 0px;
}

.plus {
    width: 18px;
    height: 18px;
    background-position: -115px -27px;
}
/****************************************************************************** 
  Oilfinder
******************************************************************************/
.oilfinder {
    padding: 15px 0 0 0;
}

@media (min-width: 768px) {
    .oilfinder {
        padding: 0;
    }
}

.oilfinder-header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .oilfinder-header {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .oilfinder-header {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .oilfinder-header {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .oilfinder-header {
        padding: 0;
    }
}

.oilfinder-header h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 14px !important;
}

    .oilfinder-header h2 p {
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
        font-size: 1em !important;
    }

@media (min-width: 768px) {
    .oilfinder-header h2 {
        font-size: 1.1em;
    }
}

@media (min-width: 992px) {
    .oilfinder-header h2 {
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    .oilfinder-header h2 {
        font-size: 1.2em;
    }
}

@media (min-width: 1800px) {
    .oilfinder-header h2 {
        font-size: 1.2em;
    }
}

.oilfinder-header h2 .txt {
    border-bottom: 3px solid #b00d28;
    display: inline-block;
    padding: 5px;
}

.oilfinder-header h2 .of-sprite {
    float: right;
    position: relative;
    top: 3px;
    left: -10px;
}

@media (min-width: 768px) {
    .oilfinder-header h2 .of-sprite {
        display: none;
    }
}

@media (min-width: 768px) {
    .oilfinder-header h2 {
        left: 0;
        cursor: default;
    }
}

@media (min-width: 1200px) {
    .oilfinder-header h2 {
        top: -31px;
    }
}

@media (max-width: 767px) {
    .oilfinder-header.closed-mobile h2 .of-sprite {
        width: 18px;
        height: 18px;
        background-position: -115px -27px;
    }

    .oilfinder-header.closed-mobile + .oilfinder-filters {
        max-height: 0;
        padding-bottom: 0;
        border: none;
    }
}

.oilfinder-filters {
    background-color: #F2F1EF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .oilfinder-filters {
        max-height: 500px;
        overflow: hidden;
        -webkit-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }

        .oilfinder-filters:after {
            content: "";
            display: block;
            height: 10px;
            background-color: #FFF;
        }
}

@media (min-width: 1200px) {
    .oilfinder-filters {
        padding: 0 15px;
    }
}

@media print {
    .oilfinder-filters {
        display: none;
    }
}

.oilfinder-filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .oilfinder-filters ul:before,
    .oilfinder-filters ul:after {
        content: " ";
        display: table;
    }

    .oilfinder-filters ul:after {
        clear: both;
    }

    .oilfinder-filters ul:before,
    .oilfinder-filters ul:after {
        content: " ";
        display: table;
    }

    .oilfinder-filters ul:after {
        clear: both;
    }

@media (min-width: 768px) {
    .oilfinder-filters ul {
        float: left;
        width: 85%;
        position: relative;
        left: -7px;
    }
}

@media (min-width: 1200px) {
    .oilfinder-filters ul {
        width: 90%;
    }
}

.oilfinder-filters ul > li {
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .oilfinder-filters ul > li {
        width: 25%;
        padding: 0 7px;
    }
}

.oilfinder-filters .container {
    position: relative;
    padding: 2.25em 15px;
}

@media (min-width: 768px) {
    .oilfinder-filters .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .oilfinder-filters .container {
        padding: 3em 0;
    }
}

.oilfinder-filters .buttons {
    padding-left: 10px;
}

@media (min-width: 768px) {
    .oilfinder-filters .buttons {
        float: left;
        padding-left: 0;
        width: 15%;
    }
}

@media (min-width: 1200px) {
    .oilfinder-filters .buttons {
        width: 10%;
    }
}

.oilfinder-filters .buttons button {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1.75em;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    background: none;
    padding: 0 16px 0 0;
    outline: none !important;
    position: relative;
}

@media (min-width: 768px) {
    .oilfinder-filters .buttons button > span {
        display: block;
        margin-right: 0;
        top: 0;
    }
}

.oilfinder-filters .buttons button > span.of-sprite {
    margin-right: 7px;
    position: relative;
    top: 12px;
}

@media (min-width: 768px) {
    .oilfinder-filters .buttons button > span.of-sprite {
        top: 0;
    }
}

@media (min-width: 768px) {
    .oilfinder-filters .buttons button > span.txt {
        position: absolute;
        left: 0;
        top: 30px;
    }
}

@media (min-width: 768px) {
    .oilfinder-filters .buttons button {
        font-size: 12px;
        width: 50px;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .oilfinder-filters .buttons button {
        width: 56px;
    }
}

.oilfinder-filters .buttons button .txt {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1200px) {
    .oilfinder-filters .buttons button .txt {
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity = 0);
    }
}

.oilfinder-filters .buttons button:hover .txt {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

.oilfinder-search:disabled {
    color: #b4b3b6;
}

    .oilfinder-search:disabled .of-sprite.zoom-active {
        width: 36px;
        height: 36px;
        background-position: -44px -54px;
    }

    .oilfinder-search:disabled .txt {
        display: none;
    }

.oilfinder-reset {
    color: #BABCBE;
}

    .oilfinder-reset:hover {
        color: #004c82;
    }

        .oilfinder-reset:hover .of-sprite.reset {
            width: 36px;
            height: 36px;
            background-position: 0px -17px;
        }
/****************************************************************************** 
  .oilfinder-results-desktop
******************************************************************************/
.oilfinder-results-desktop {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .oilfinder-results-desktop {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

@media (max-width: 767px) {
    .oilfinder-results-desktop {
        display: none;
    }
}

.oilfinder-results-desktop .container {
    padding: 0;
}

.oilfinder-results-desktop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.1;
}

    .oilfinder-results-desktop ul .row {
        cursor: pointer;
        margin: 0;
    }

        .oilfinder-results-desktop ul .row:before,
        .oilfinder-results-desktop ul .row:after {
            content: " ";
            display: table;
        }

        .oilfinder-results-desktop ul .row:after {
            clear: both;
        }

        .oilfinder-results-desktop ul .row:before,
        .oilfinder-results-desktop ul .row:after {
            content: " ";
            display: table;
        }

        .oilfinder-results-desktop ul .row:after {
            clear: both;
        }

        .oilfinder-results-desktop ul .row > span {
            float: left;
            width: 10%;
            padding: 10px;
            -ms-word-wrap: break-word;
            word-wrap: break-word;
        }

@media (min-width: 1200px) {
    .oilfinder-results-desktop ul .row > span {
        padding: 10px 15px;
    }
}

.oilfinder-results-desktop ul.header {
    border-bottom: 1px solid #004c82;
    margin-bottom: 15px;
}

    .oilfinder-results-desktop ul.header .row > span.Make {
        width: 20%;
    }

    .oilfinder-results-desktop ul.header .Ref {
        padding-top: 19px;
    }

    .oilfinder-results-desktop ul.header .GasTolerance,
    .oilfinder-results-desktop ul.header .Oil,
    .oilfinder-results-desktop ul.header .OilQuantity {
        padding-top: 16px;
    }

.oilfinder-results-desktop ul.results:before,
.oilfinder-results-desktop ul.results:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop ul.results:after {
    clear: both;
}

.oilfinder-results-desktop ul.results:before,
.oilfinder-results-desktop ul.results:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop ul.results:after {
    clear: both;
}

.oilfinder-results-desktop ul.results ._score,
.oilfinder-results-desktop ul.results .Id {
    display: none;
}

.oilfinder-results-desktop ul.results .Make {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.oilfinder-results-desktop ul.results .Model {
    font-weight: bold;
    text-transform: uppercase;
}

.oilfinder-results-desktop ul.results .Engine {
    text-transform: uppercase;
}

.oilfinder-results-desktop ul.results .From {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    width: 9.5%;
    margin-right: .5%;
}

.oilfinder-results-desktop ul.results .Note {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.oilfinder-results-desktop ul.results .Gas {
    text-transform: uppercase;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 9.5%;
    margin-left: .5%;
}

.oilfinder-results-desktop ul.results .GasTolerance {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    width: 9.5%;
    margin-right: .5%;
}

.oilfinder-results-desktop ul.results .Oil {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.oilfinder-results-desktop ul.results .OilQuantity {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.oilfinder-results-desktop ul.results .result-item:before,
.oilfinder-results-desktop ul.results .result-item:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop ul.results .result-item:after {
    clear: both;
}

.oilfinder-results-desktop ul.results .result-item:before,
.oilfinder-results-desktop ul.results .result-item:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop ul.results .result-item:after {
    clear: both;
}

.oilfinder-results-desktop ul.results .result-item .row-options {
    float: left;
    width: 100%;
    background: #f6f6f5;
    position: relative;
    background-image: -webkit-linear-gradient(top, white 0%, #f6f6f5 100%);
    background-image: -o-linear-gradient(top, white 0%, #f6f6f5 100%);
    background-image: linear-gradient(to bottom, white 0%, #f6f6f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f5', GradientType=0);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .oilfinder-results-desktop ul.results .result-item .row-options .options {
        padding: 15px;
    }

    .oilfinder-results-desktop ul.results .result-item .row-options button {
        background: transparent;
        border: none;
        outline: none !important;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-doc {
            position: relative;
        }

            .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-doc:hover .of-sprite {
                width: 23px;
                height: 27px;
                background-position: -106px 0px;
            }

        .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-mail {
            position: relative;
        }

            .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-mail:hover .of-sprite {
                width: 28px;
                height: 20px;
                background-position: -45px -90px;
            }

        .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-trash:hover .of-sprite {
            width: 22px;
            height: 27px;
            background-position: -106px -72px;
        }

        .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-mail-btn {
            background-color: #FFF;
            color: #004c82;
            margin: 0 5px;
            padding: 5px 10px;
            position: relative;
            top: -7px;
            font-weight: normal;
            padding: 0 10px 0 0;
        }

            .oilfinder-results-desktop ul.results .result-item .row-options button.result-item-mail-btn:hover {
                color: #02afef;
            }

    .oilfinder-results-desktop ul.results .result-item .row-options .feedback {
        float: right;
        padding-top: 15px;
    }

@media (min-width: 768px) {
    .oilfinder-results-desktop ul.results .result-item.active .Make,
    .oilfinder-results-desktop ul.results .result-item.active .Model,
    .oilfinder-results-desktop ul.results .result-item.active .Engine,
    .oilfinder-results-desktop ul.results .result-item.active .From {
        background-color: #efeff0;
    }

    .oilfinder-results-desktop ul.results .result-item.active .Note {
        background-color: #DDE5EC;
    }

    .oilfinder-results-desktop ul.results .result-item.active .Gas,
    .oilfinder-results-desktop ul.results .result-item.active .Ref,
    .oilfinder-results-desktop ul.results .result-item.active .GasTolerance {
        background-color: #dbf1fc;
    }

    .oilfinder-results-desktop ul.results .result-item.active .Oil,
    .oilfinder-results-desktop ul.results .result-item.active .OilQuantity {
        background-color: #f2dbe1;
    }
}

.oilfinder-results-desktop ul.results .result-item.active .row-options {
    max-height: 100px;
}

.oilfinder-results-desktop .is-dropdown {
    position: relative;
    padding: 2.5em 0;
}

@media (min-width: 1200px) {
    .oilfinder-results-desktop .is-dropdown {
        padding: 3em 0;
    }
}

.oilfinder-results-desktop .is-dropdown h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #004c82;
    cursor: pointer;
}

    .oilfinder-results-desktop .is-dropdown h3 .of-sprite {
        float: right;
    }

.oilfinder-results-desktop .is-dropdown .trigger:before,
.oilfinder-results-desktop .is-dropdown .trigger:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop .is-dropdown .trigger:after {
    clear: both;
}

.oilfinder-results-desktop .is-dropdown .trigger:before,
.oilfinder-results-desktop .is-dropdown .trigger:after {
    content: " ";
    display: table;
}

.oilfinder-results-desktop .is-dropdown .trigger:after {
    clear: both;
}

.oilfinder-results-desktop .is-dropdown .trigger > .ol-sprite {
    float: right;
    padding-right: 15px;
}

.oilfinder-results-desktop .is-dropdown .trigger.active + .content {
    max-height: 1500px;
}

.oilfinder-results-desktop .is-dropdown .trigger.active > .of-sprite.plus {
    width: 18px;
    height: 18px;
    background-position: -49px 0px;
}

.oilfinder-results-desktop .is-dropdown .content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.result-item-send-to {
    display: inline-block;
    position: relative;
    width: 250px;
}

    .result-item-send-to img {
        position: absolute;
        top: 5px;
        right: 15px;
    }

    .result-item-send-to input[type=checkbox] {
        display: none;
    }
/****************************************************************************** 
 .oilfinder-results-mobile
******************************************************************************/
.oilfinder-results-mobile {
    position: relative;
    font-size: 1.3em;
    line-height: 1.1;
    margin: 0 auto;
    max-width: 800px;
}

@media (min-width: 768px) {
    .oilfinder-results-mobile {
        display: none;
    }
}

.oilfinder-results-mobile .results-block {
    padding: 20px 0 20px 20px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .oilfinder-results-mobile .results-block {
        padding-right: 30px;
    }
}

.oilfinder-results-mobile .results-block > .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.oilfinder-results-mobile .results-block.block-01 {
    background-color: #F2F1EF;
}

.oilfinder-results-mobile .results-block.is-dropdown {
    background-color: #edf2f6;
}

    .oilfinder-results-mobile .results-block.is-dropdown .result-item > div {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .oilfinder-results-mobile .results-block.is-dropdown .result-item-mail {
        background: transparent;
        border: none;
        outline: none !important;
        position: relative;
    }

        .oilfinder-results-mobile .results-block.is-dropdown .result-item-mail:hover .of-sprite {
            width: 28px;
            height: 20px;
            background-position: -45px -90px;
        }

    .oilfinder-results-mobile .results-block.is-dropdown .row.trigger {
        cursor: pointer;
    }

        .oilfinder-results-mobile .results-block.is-dropdown .row.trigger .of-sprite.plus {
            position: relative;
            right: 11px;
        }

        .oilfinder-results-mobile .results-block.is-dropdown .row.trigger .of-sprite.i {
            position: relative;
            top: 3px;
        }

    .oilfinder-results-mobile .results-block.is-dropdown .row.dropdown {
        display: block;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }

    .oilfinder-results-mobile .results-block.is-dropdown.active .result-item.Note {
        font-weight: bold;
    }

    .oilfinder-results-mobile .results-block.is-dropdown.active .row.dropdown {
        max-height: 500px;
    }

    .oilfinder-results-mobile .results-block.is-dropdown.active .of-sprite.plus {
        width: 18px;
        height: 18px;
        background-position: -49px 0px;
    }

.oilfinder-results-mobile .left-col,
.oilfinder-results-mobile .right-col {
    display: table-cell;
}

.oilfinder-results-mobile .left-col {
    width: 82%;
}

.oilfinder-results-mobile .right-col {
    vertical-align: middle;
    text-align: right;
    width: 18%;
}

.oilfinder-results-mobile .result-item {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .oilfinder-results-mobile .result-item > div {
        display: table-cell;
        padding: 0 15px;
        vertical-align: middle;
    }

    .oilfinder-results-mobile .result-item .icon {
        width: 30%;
        vertical-align: top;
    }

    .oilfinder-results-mobile .result-item.Make,
    .oilfinder-results-mobile .result-item.Model,
    .oilfinder-results-mobile .result-item.Engine,
    .oilfinder-results-mobile .result-item.From,
    .oilfinder-results-mobile .result-item.Gas,
    .oilfinder-results-mobile .result-item.Oil {
        font-weight: bold;
        text-transform: uppercase;
    }

        .oilfinder-results-mobile .result-item.Engine > div {
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .oilfinder-results-mobile .result-item.Note {
        text-transform: uppercase;
    }

.oilfinder-results-mobile .oilfinder-reset {
    background: transparent;
    border: none;
    outline: none !important;
}

.results-group.refrigerant,
.results-group.lubricant {
    padding: 10px 15px;
    margin-top: 10px;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    background-color: #d7eefa;
    background-image: -webkit-linear-gradient(top, #edf2f6 0%, #d7eefa 100%);
    background-image: -o-linear-gradient(top, #edf2f6 0%, #d7eefa 100%);
    background-image: linear-gradient(to bottom, #edf2f6 0%, #d7eefa 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf2f6', endColorstr='#ffd7eefa', GradientType=0);
}

    .results-group.refrigerant .result-item,
    .results-group.lubricant .result-item {
        margin-left: -7px;
    }

    .results-group.refrigerant .of-sprite,
    .results-group.lubricant .of-sprite {
        position: relative;
        left: -5px;
    }

        .results-group.refrigerant .of-sprite.oil,
        .results-group.lubricant .of-sprite.oil {
            left: -14px;
        }

.results-group.lubricant {
    background-color: #e5d4dc;
    background-image: -webkit-linear-gradient(top, #edf2f6 0%, #e5d4dc 100%);
    background-image: -o-linear-gradient(top, #edf2f6 0%, #e5d4dc 100%);
    background-image: linear-gradient(to bottom, #edf2f6 0%, #e5d4dc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf2f6', endColorstr='#ffe5d4dc', GradientType=0);
}

.recent-search-mobile {
    background-color: #F2F1EF;
    padding: 20px 27px 20px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .recent-search-mobile {
        padding: 20px 27px 20px 30px;
    }
}

.recent-search-mobile h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.recent-search-mobile .results {
    margin: 0 -7px;
    padding: 0;
    display: table;
    table-layout: fixed;
}

.recent-search-mobile .result-item > span {
    display: none;
    /*
			&.Make {
				width: 34%;
			}
			&.Model {
				width: 23%;
			}
			&.Engine {
				width: 23%;	
			}
			*/
}

    .recent-search-mobile .result-item > span.Make,
    .recent-search-mobile .result-item > span.Model,
    .recent-search-mobile .result-item > span.Engine,
    .recent-search-mobile .result-item > span.icon {
        display: table-cell;
        padding: 7px;
    }

    .recent-search-mobile .result-item > span.icon {
        text-align: right;
        width: 10%;
    }

.result-item-send-to {
    position: relative;
    width: 280px;
    margin: 0 10px;
}

#OilAndGas-NewsletterTermsLabel a{
    text-decoration: underline;
} 
.result-item-send-to input[type=text] {
    margin: 0;
    border-color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 65px;
}

    .result-item-send-to .send-to {
        position: absolute !important;
        left: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        width: 60px;
        padding-left: 10px;
    }

    .result-item-send-to .hd-btn.result-item-mail-btn {
        min-width: 0 !important;
        width: 40px !important;
        height: 40px;
        line-height: 40px;
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        margin: 0 !important;
        padding: 0 10px 0 0;
    }
/****************************************************************************** 
 .abreviations-table
******************************************************************************/
.abreviations-table {
    table-layout: fixed;
}

    .abreviations-table td {
        padding: 5px 10px;
    }

        .abreviations-table td:first-child {
            width: 150px;
        }

    .abreviations-table .Gr {
        position: relative;
        top: 5px;
    }
/****************************************************************************** 
 .abreviations-table
******************************************************************************/
#oilfinder-mobile-contact-form {
    font-size: 14px;
    padding: 12px;
    background-color: white;
    position: fixed;
    left: 0;
    bottom: -50px;
    width: 100%;
    -webkit-box-shadow: 0 3px 10px 0px #333;
    -moz-box-shadow: 0 3px 10px 0px #333;
    box-shadow: 0 3px 10px 0px #333;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    #oilfinder-mobile-contact-form.active {
        -webkit-transform: translateY(-75%);
        -moz-transform: translateY(-75%);
        -ms-transform: translateY(-75%);
        -o-transform: translateY(-75%);
        transform: translateY(-75%);
    }

        #oilfinder-mobile-contact-form.active .result-item-send-to {
            display: block !important;
        }

    #oilfinder-mobile-contact-form .result-item-send-to {
        margin: 0;
        width: 100%;
    }

        #oilfinder-mobile-contact-form .result-item-send-to .send-to {
            position: static;
            display: block;
        }

        #oilfinder-mobile-contact-form .result-item-send-to input[type=text] {
            border: none;
            height: 40px;
            background-color: #efefef;
        }

    #oilfinder-mobile-contact-form .result-item-mail-btn {
        background-color: white;
        border-color: white;
        color: #004c82;
        border: none;
        display: block;
        width: 100%;
        margin-top: 10px;
    }

#cookieDisclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #004c82;
    z-index: 100;
    border-top: 1px solid #004c82;
}

    #cookieDisclaimer .container {
        padding: 1em 15px;
        max-width: 1200px;
        margin: 0 auto;
    }

@media (min-width: 768px) {
    #cookieDisclaimer .container {
        padding: 1.5em 15px;
    }
}

#cookieDisclaimer .row {
    margin-left: -15px;
    margin-right: -15px;
}

#cookieDisclaimer .col-sm-10 {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1em;
}

@media (min-width: 768px) {
    #cookieDisclaimer .col-sm-10 {
        float: left;
        width: 66.66666667%;
    }
}

@media (min-width: 1200px) {
    #cookieDisclaimer .col-sm-10 {
        float: left;
        width: 83.33333333%;
    }
}

@media (min-width: 768px) {
    #cookieDisclaimer .col-sm-10 {
        padding-bottom: 0;
    }
}

#cookieDisclaimer .col-sm-2 {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

@media (min-width: 768px) {
    #cookieDisclaimer .col-sm-2 {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    #cookieDisclaimer .col-sm-2 {
        float: left;
        width: 16.66666667%;
    }
}

@media (min-width: 768px) {
    #cookieDisclaimer .col-sm-2 {
        text-align: right;
    }
}

.language-picker {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #004c82;
    background-color: rgba(0, 76, 130, 0.8);
    z-index: 999;
    padding: 15px;
}

.language-picker__content {
    display: table;
    width: 100%;
    max-width: 480px;
    vertical-align: middle;
    margin: 0 auto;
    height: 100%;
}

.language-picker__inner-content {
    display: table-cell;
    vertical-align: middle;
}

.language-picker__content-list {
    background-color: #02afef;
    color: white;
    border-radius: 10px;
    padding: 15px;
}

    .language-picker__content-list:before,
    .language-picker__content-list:after {
        content: " ";
        display: table;
    }

    .language-picker__content-list:after {
        clear: both;
    }

    .language-picker__content-list:before,
    .language-picker__content-list:after {
        content: " ";
        display: table;
    }

    .language-picker__content-list:after {
        clear: both;
    }

@media (min-width: 768px) {
    .language-picker__content-list {
        padding: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
    .language-picker__content-list {
        max-height: 280px;
        overflow-x: hidden;
    }
}

.language-picker__content-list > div {
    padding: 15px;
}

@media (min-width: 480px) {
    .language-picker__content-list > div {
        float: left;
        width: 50%;
    }
}

.language-picker__item a {
    display: block;
    position: relative;
    padding-left: 45px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .language-picker__item a:hover {
        opacity: .75;
    }

    .language-picker__item a img {
        display: block;
        position: absolute;
        left: 0;
        top: -3px;
    }
.formtable .labelCell a {
		text-decoration: underline;            
	}

.data-policy {
	margin-top: -15px !important;
}