@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Open Sans", sans-serif;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

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

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}


/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
    html,
    body {
        min-width: 320px;
    }
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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

body {
    background-color: #FFFFFF;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after,
body.is-resizing *,
body.is-resizing *:before,
body.is-resizing *:after {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/* Type */

body,
input,
select,
textarea {
    color: #7f888f;
    font-family: "Open Sans", sans-serif;
    font-size: 13pt;
    font-weight: 400;
    line-height: 1.65;
}

@media screen and (max-width: 1680px) {
    body,
    input,
    select,
    textarea {
        font-size: 11pt;
    }
}

@media screen and (max-width: 1280px) {
    body,
    input,
    select,
    textarea {
        /* font-size: 10pt; */
    }
}

@media screen and (max-width: 360px) {
    body,
    input,
    select,
    textarea {
        /* font-size: 9pt; */
    }
}

a {
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    border-bottom: 0;
    color: inherit;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.5px;
}

a:hover {
    /* border-bottom-color: #f56a6a; */
    /* color: #f56a6a !important; */
}

a:hover strong {
    color: inherit;
}

strong,
b {
    color: #000039;
    font-weight: 600;
    letter-spacing: 0.5px;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
    font-size: 16px;
    color: #596682;
    letter-spacing: 0.5px;
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101445;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0;
}

h1 {
    font-size: 4em;
    margin: 0 0 0.5em 0;
    line-height: 1.3;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 35px;
}

h4 {
    font-size: 16px;
    letter-spacing: 0.5px;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.7em;
}

@media screen and (max-width: 1680px) {
    h1 {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 980px) {
    h1 {
        font-size: 3.25em;
    }
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 2em;
        line-height: 1.4;
    }
    h2 {
        font-size: 1.5em;
    }
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

blockquote {
    border-left: solid 3px rgba(210, 215, 217, 0.75);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(230, 235, 237, 0.25);
    border-radius: 0.375em;
    border: solid 1px rgba(210, 215, 217, 0.75);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto;
}

hr {
    border: 0;
    border-bottom: solid 1px rgba(210, 215, 217, 0.75);
    margin: 2em 0;
}

hr.major {
    margin: 3em 0;
}

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

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

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

.hidden {
    display: none;
    visibility: hidden;
}

.no-margin {
    margin: 0;
}


/* Row */

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.row.gtr-uniform > * >:last-child {
    margin-bottom: 0;
}

.row.aln-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.row.aln-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.row.aln-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.row.aln-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.row.aln-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.row > .imp {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}

.row > .col-1 {
    width: 8.3333333333%;
}

.row > .off-1 {
    margin-left: 8.3333333333%;
}

.row > .col-2 {
    width: 16.6666666667%;
}

.row > .off-2 {
    margin-left: 16.6666666667%;
}

.row > .col-3 {
    width: 25%;
}

.row > .off-3 {
    margin-left: 25%;
}

.row > .col-4 {
    width: 33.3333333333%;
}

.row > .off-4 {
    margin-left: 33.3333333333%;
}

.row > .col-5 {
    width: 41.6666666667%;
}

.row > .off-5 {
    margin-left: 41.6666666667%;
}

.row > .col-6 {
    width: 50%;
}

.row > .off-6 {
    margin-left: 50%;
}

.row > .col-7 {
    width: 58.3333333333%;
}

.row > .off-7 {
    margin-left: 58.3333333333%;
}

.row > .col-8 {
    width: 66.6666666667%;
}

.row > .off-8 {
    margin-left: 66.6666666667%;
}

.row > .col-9 {
    width: 75%;
}

.row > .off-9 {
    margin-left: 75%;
}

.row > .col-10 {
    width: 83.3333333333%;
}

.row > .off-10 {
    margin-left: 83.3333333333%;
}

.row > .col-11 {
    width: 91.6666666667%;
}

.row > .off-11 {
    margin-left: 91.6666666667%;
}

.row > .col-12 {
    width: 100%;
}

.row > .off-12 {
    margin-left: 100%;
}

.row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
}

.row.gtr-0 > * {
    padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
    margin-top: 0em;
}

.row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
}

.row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
}

.row.gtr-25 > * {
    padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform > * {
    padding-top: 0.375em;
}

.row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
}

.row.gtr-50 > * {
    padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform > * {
    padding-top: 0.75em;
}

.row {
    margin-top: 0;
    margin-left: -1em;
}

.row > * {
    padding: 0 0 0 1em;
}

.row.gtr-uniform {
    margin-top: -1.5em;
}

.row.gtr-uniform > * {
    padding-top: 1.5em;
}

.row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em;
}

.row.gtr-150 > * {
    padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
    margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform > * {
    padding-top: 2.25em;
}

.row.gtr-200 {
    margin-top: 0;
    margin-left: -3em;
}

.row.gtr-200 > * {
    padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
    margin-top: -3em;
}

.row.gtr-200.gtr-uniform > * {
    padding-top: 3em;
}

@media screen and (max-width: 1680px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .row > * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .row.gtr-uniform > * >:last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .row.aln-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .row.aln-right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .row.aln-top {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .row.aln-middle {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .row.aln-bottom {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .row > .imp-xlarge {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .row > .col-1-xlarge {
        width: 8.3333333333%;
    }
    .row > .off-1-xlarge {
        margin-left: 8.3333333333%;
    }
    .row > .col-2-xlarge {
        width: 16.6666666667%;
    }
    .row > .off-2-xlarge {
        margin-left: 16.6666666667%;
    }
    .row > .col-3-xlarge {
        width: 25%;
    }
    .row > .off-3-xlarge {
        margin-left: 25%;
    }
    .row > .col-4-xlarge {
        width: 33.3333333333%;
    }
    .row > .off-4-xlarge {
        margin-left: 33.3333333333%;
    }
    .row > .col-5-xlarge {
        width: 41.6666666667%;
    }
    .row > .off-5-xlarge {
        margin-left: 41.6666666667%;
    }
    .row > .col-6-xlarge {
        width: 50%;
    }
    .row > .off-6-xlarge {
        margin-left: 50%;
    }
    .row > .col-7-xlarge {
        width: 58.3333333333%;
    }
    .row > .off-7-xlarge {
        margin-left: 58.3333333333%;
    }
    .row > .col-8-xlarge {
        width: 66.6666666667%;
    }
    .row > .off-8-xlarge {
        margin-left: 66.6666666667%;
    }
    .row > .col-9-xlarge {
        width: 75%;
    }
    .row > .off-9-xlarge {
        margin-left: 75%;
    }
    .row > .col-10-xlarge {
        width: 83.3333333333%;
    }
    .row > .off-10-xlarge {
        margin-left: 83.3333333333%;
    }
    .row > .col-11-xlarge {
        width: 91.6666666667%;
    }
    .row > .off-11-xlarge {
        margin-left: 91.6666666667%;
    }
    .row > .col-12-xlarge {
        width: 100%;
    }
    .row > .off-12-xlarge {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0 > * {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row > * {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 3em;
    }
}

@media screen and (max-width: 1280px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .row > * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .row.gtr-uniform > * >:last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .row.aln-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .row.aln-right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .row.aln-top {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .row.aln-middle {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .row.aln-bottom {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .row > .imp-large {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .row > .col-1-large {
        width: 8.3333333333%;
    }
    .row > .off-1-large {
        margin-left: 8.3333333333%;
    }
    .row > .col-2-large {
        width: 16.6666666667%;
    }
    .row > .off-2-large {
        margin-left: 16.6666666667%;
    }
    .row > .col-3-large {
        width: 25%;
    }
    .row > .off-3-large {
        margin-left: 25%;
    }
    .row > .col-4-large {
        width: 33.3333333333%;
    }
    .row > .off-4-large {
        margin-left: 33.3333333333%;
    }
    .row > .col-5-large {
        width: 41.6666666667%;
    }
    .row > .off-5-large {
        margin-left: 41.6666666667%;
    }
    .row > .col-6-large {
        width: 50%;
    }
    .row > .off-6-large {
        margin-left: 50%;
    }
    .row > .col-7-large {
        width: 58.3333333333%;
    }
    .row > .off-7-large {
        margin-left: 58.3333333333%;
    }
    .row > .col-8-large {
        width: 66.6666666667%;
    }
    .row > .off-8-large {
        margin-left: 66.6666666667%;
    }
    .row > .col-9-large {
        width: 75%;
    }
    .row > .off-9-large {
        margin-left: 75%;
    }
    .row > .col-10-large {
        width: 83.3333333333%;
    }
    .row > .off-10-large {
        margin-left: 83.3333333333%;
    }
    .row > .col-11-large {
        width: 91.6666666667%;
    }
    .row > .off-11-large {
        margin-left: 91.6666666667%;
    }
    .row > .col-12-large {
        width: 100%;
    }
    .row > .off-12-large {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0 > * {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row > * {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 3em;
    }
}

@media screen and (max-width: 980px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .row > * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .row.gtr-uniform > * >:last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .row.aln-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .row.aln-right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .row.aln-top {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .row.aln-middle {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .row.aln-bottom {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .row > .imp-medium {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .row > .col-1-medium {
        width: 8.3333333333%;
    }
    .row > .off-1-medium {
        margin-left: 8.3333333333%;
    }
    .row > .col-2-medium {
        width: 16.6666666667%;
    }
    .row > .off-2-medium {
        margin-left: 16.6666666667%;
    }
    .row > .col-3-medium {
        width: 25%;
    }
    .row > .off-3-medium {
        margin-left: 25%;
    }
    .row > .col-4-medium {
        width: 33.3333333333%;
    }
    .row > .off-4-medium {
        margin-left: 33.3333333333%;
    }
    .row > .col-5-medium {
        width: 41.6666666667%;
    }
    .row > .off-5-medium {
        margin-left: 41.6666666667%;
    }
    .row > .col-6-medium {
        width: 50%;
    }
    .row > .off-6-medium {
        margin-left: 50%;
    }
    .row > .col-7-medium {
        width: 58.3333333333%;
    }
    .row > .off-7-medium {
        margin-left: 58.3333333333%;
    }
    .row > .col-8-medium {
        width: 66.6666666667%;
    }
    .row > .off-8-medium {
        margin-left: 66.6666666667%;
    }
    .row > .col-9-medium {
        width: 75%;
    }
    .row > .off-9-medium {
        margin-left: 75%;
    }
    .row > .col-10-medium {
        width: 83.3333333333%;
    }
    .row > .off-10-medium {
        margin-left: 83.3333333333%;
    }
    .row > .col-11-medium {
        width: 91.6666666667%;
    }
    .row > .off-11-medium {
        margin-left: 91.6666666667%;
    }
    .row > .col-12-medium {
        width: 100%;
    }
    .row > .off-12-medium {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0 > * {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row > * {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 3em;
    }
}

@media screen and (max-width: 736px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .row > * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .row.gtr-uniform > * >:last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .row.aln-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .row.aln-right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .row.aln-top {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .row.aln-middle {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .row.aln-bottom {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .row > .imp-small {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .row > .col-1-small {
        width: 8.3333333333%;
    }
    .row > .off-1-small {
        margin-left: 8.3333333333%;
    }
    .row > .col-2-small {
        width: 16.6666666667%;
    }
    .row > .off-2-small {
        margin-left: 16.6666666667%;
    }
    .row > .col-3-small {
        width: 25%;
    }
    .row > .off-3-small {
        margin-left: 25%;
    }
    .row > .col-4-small {
        width: 33.3333333333%;
    }
    .row > .off-4-small {
        margin-left: 33.3333333333%;
    }
    .row > .col-5-small {
        width: 41.6666666667%;
    }
    .row > .off-5-small {
        margin-left: 41.6666666667%;
    }
    .row > .col-6-small {
        width: 50%;
    }
    .row > .off-6-small {
        margin-left: 50%;
    }
    .row > .col-7-small {
        width: 58.3333333333%;
    }
    .row > .off-7-small {
        margin-left: 58.3333333333%;
    }
    .row > .col-8-small {
        width: 66.6666666667%;
    }
    .row > .off-8-small {
        margin-left: 66.6666666667%;
    }
    .row > .col-9-small {
        width: 75%;
    }
    .row > .off-9-small {
        margin-left: 75%;
    }
    .row > .col-10-small {
        width: 83.3333333333%;
    }
    .row > .off-10-small {
        margin-left: 83.3333333333%;
    }
    .row > .col-11-small {
        width: 91.6666666667%;
    }
    .row > .off-11-small {
        margin-left: 91.6666666667%;
    }
    .row > .col-12-small {
        width: 100%;
    }
    .row > .off-12-small {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0 > * {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row > * {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 3em;
    }
}

@media screen and (max-width: 480px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .row > * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .row.gtr-uniform > * >:last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .row.aln-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .row.aln-right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .row.aln-top {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .row.aln-middle {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .row.aln-bottom {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .row > .imp-xsmall {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .row > .col-1-xsmall {
        width: 8.3333333333%;
    }
    .row > .off-1-xsmall {
        margin-left: 8.3333333333%;
    }
    .row > .col-2-xsmall {
        width: 16.6666666667%;
    }
    .row > .off-2-xsmall {
        margin-left: 16.6666666667%;
    }
    .row > .col-3-xsmall {
        width: 25%;
    }
    .row > .off-3-xsmall {
        margin-left: 25%;
    }
    .row > .col-4-xsmall {
        width: 33.3333333333%;
    }
    .row > .off-4-xsmall {
        margin-left: 33.3333333333%;
    }
    .row > .col-5-xsmall {
        width: 41.6666666667%;
    }
    .row > .off-5-xsmall {
        margin-left: 41.6666666667%;
    }
    .row > .col-6-xsmall {
        width: 50%;
    }
    .row > .off-6-xsmall {
        margin-left: 50%;
    }
    .row > .col-7-xsmall {
        width: 58.3333333333%;
    }
    .row > .off-7-xsmall {
        margin-left: 58.3333333333%;
    }
    .row > .col-8-xsmall {
        width: 66.6666666667%;
    }
    .row > .off-8-xsmall {
        margin-left: 66.6666666667%;
    }
    .row > .col-9-xsmall {
        width: 75%;
    }
    .row > .off-9-xsmall {
        margin-left: 75%;
    }
    .row > .col-10-xsmall {
        width: 83.3333333333%;
    }
    .row > .off-10-xsmall {
        margin-left: 83.3333333333%;
    }
    .row > .col-11-xsmall {
        width: 91.6666666667%;
    }
    .row > .off-11-xsmall {
        margin-left: 91.6666666667%;
    }
    .row > .col-12-xsmall {
        width: 100%;
    }
    .row > .off-12-xsmall {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0 > * {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row > * {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 3em;
    }
}


/* Section/Article */

section.special,
article.special {
    text-align: center;
}

header p {
    font-family: "Open Sans", serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.075em;
    margin-top: -0.5em;
    text-transform: uppercase;
}

header.major >:last-child {
    border-bottom: solid 3px #f56a6a;
    display: inline-block;
    margin: 0 0 2em 0;
    padding: 0 0.75em 0.5em 0;
}

header.main >:last-child {
    margin: 0 0 1em 0;
}


/* Form */

form {
    margin: 0 0 2em 0;
}

form input.error,
form textarea.error {
    border: 1px solid #E01616;
}

label {
    color: #596682;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 0.6em 0;
    letter-spacing: 0.5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #F4F6F8;
    border-radius: 2px;
    border: none;
    border: none;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
input[type="search"]:invalid,
input[type="url"]:invalid,
select:invalid,
textarea:invalid {
    -webkit-box-shadow: none;
            box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(210, 215, 217, 0.75)' /%3E%3C/svg%3E");
    background-size: 1.25em;
    background-repeat: no-repeat;
    background-position: calc(100% - 1em) center;
    height: 2.75em;
    padding-right: 2.75em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

select option {
    color: #3d4449;
    background: #ffffff;
}

select:focus::-ms-value {
    background-color: transparent;
}

select::-ms-expand {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
    height: 2.75em;
}

textarea {
    padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    text-decoration: none;
    color: #101445;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    background: #F4F6F8;
    border-radius: 2px;
    border: none;
    content: '';
    display: inline-block;
    height: 1.65em;
    left: 0;
    line-height: 1.58125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background-image: url(../../images/check-active.svg);
    border-color: #254DE2;
    background-repeat: no-repeat;
    background-size: cover;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #f56a6a;
    -webkit-box-shadow: 0 0 0 1px #f56a6a;
            box-shadow: 0 0 0 1px #f56a6a;
}

input[type="checkbox"] + label:before {
    border-radius: 2px;
}

input[type="checkbox"].error + label:before {
    border: 1px solid #E01616;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: #9fa3a6 !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: #9fa3a6 !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #9fa3a6 !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #9fa3a6 !important;
    opacity: 1.0;
}


/* Box */

.box {
    border-radius: 0.375em;
    border: solid 1px rgba(210, 215, 217, 0.75);
    margin-bottom: 2em;
    padding: 1.5em;
}

.box >:last-child,
.box >:last-child >:last-child,
.box >:last-child >:last-child >:last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}


/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

/* News page */



.news-item {
    margin-bottom: 40px;  
}

.news-item img {
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 640px) {
    .news-item .inner-text {
        padding: 20px;   
    }
    #news-list .image.fit {
        margin: 0
    }
    #news-detail h1 {
        font-size: 35px;
        margin: 0 0 40px;
    }
}


@media screen and (max-width: 639px) {
    .news-item h5 {
        line-height: 1.2em !important     
    }
}

#news-detail {
    margin-bottom: 100px
}

#news-detail h1 {
   
}

@media screen and (min-width: 1281px) {
    #news-detail .main-detail-image {
        margin: 80px 0 30px;    
    }
}

@media screen and (max-width: 1280px) {
    #news-detail .main-detail-image {
        margin: 30px 0;    
    }   
}

#news-detail .main-detail-image {
    width: 100%;
    max-width: 835px;
    
}

#news-detail h3 {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0.6px;
    line-height: 25px;
    margin: 50px 0 25px;
}

#news-detail p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}


.news-inner {
    max-width: 915px !important;
}


.news-detail-list h4 {
    text-transform: none !important
}

.interest {
    font-size: 20px;
    margin: 0 0 30px;
    line-height: 25px;
}



.news-item h4 {
    font-size: 14px;
    font-weight: 400;
    color: #5F6C87;
    text-transform: uppercase;
}

.news-item h5 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 30px;
}

.news-item h5 a {
    
}


/* About Us */

.about-section {
    padding-top: 2em !important;
}

.about-section .image h3 {
    font-size: 20px;
    margin: 0;
}

@media (max-width: 960px) {
    .about-section .image h3 {
      display: none;
      visibility: hidden;
    }
}

.about-section span.info {
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}

.about-section span.info h3 {
    line-height: 28px;
}

.about-section .image.fit:hover img {
    opacity: .3
}

.about-section .image.fit:hover span.info {
    display: block;
}

@media (max-width: 736px) {
    .no-mobile-hover:hover img {
      opacity: 1 !important
    }
}



/* Image */

.image {
    border-radius: 0.375em;
    border: 0;
    display: inline-block;
    position: relative;
    mix-blend-mode: darken;
}

.image img {
    /* border-radius: 0.375em; */
    border-radius: 0;
    display: block;
}

.image.left,
.image.right {
    max-width: 40%;
}

.image.left img,
.image.right img {
    width: 100%;
}

.image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em;
}

.image.fit {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%;
}

.image.main img {
    width: 100%;
}

a.image {
    overflow: hidden;
}

a.image img {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

a.image:hover img {
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}


/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px rgba(210, 215, 217, 0.75);
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

dl {
    margin: 0 0 2em 0;
}

dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1em 0;
}

dl dd {
    margin-left: 2em;
}


/* Actions */

ul.actions {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}

ul.actions.special {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1em);
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
}

ul.actions.fit li > * {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}


/* Icons */

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li .icon {
    color: inherit;
}

ul.icons li .icon:before {
    font-size: 1.25em;
}


/* Contact */

ul.contact {
    list-style: none;
    padding: 0;
}

ul.contact li {
    text-decoration: none;
    border-top: solid 1px rgba(210, 215, 217, 0.75);
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 3em;
    position: relative;
}

ul.contact li:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

ul.contact li:before {
    color: #f56a6a;
    display: inline-block;
    font-size: 1.5em;
    height: 1.125em;
    left: 0;
    line-height: 1.125em;
    position: absolute;
    text-align: center;
    top: 1em;
    width: 1.5em;
}

ul.contact li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

ul.contact li:first-child:before {
    top: 0;
}

ul.contact li a {
    color: inherit;
}


/* Pagination */

ul.pagination {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.pagination li {
    display: inline-block;
    padding-left: 0;
    vertical-align: middle;
}

ul.pagination li > .page {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-bottom: 0;
    border-radius: 0.375em;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 2em;
    line-height: 2em;
    margin: 0 0.125em;
    min-width: 2em;
    padding: 0 0.5em;
    text-align: center;
}

ul.pagination li > .page.active {
    background-color: #f56a6a;
    color: #ffffff !important;
}

ul.pagination li > .page.active:hover {
    background-color: #f67878;
}

ul.pagination li > .page.active:active {
    background-color: #f45c5c;
}

ul.pagination li:first-child {
    padding-right: 0.75em;
}

ul.pagination li:last-child {
    padding-left: 0.75em;
}

@media screen and (max-width: 480px) {
    ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
        display: none;
    }
    ul.pagination li:first-child {
        padding-right: 0;
    }
}


/* Table */

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2em 0;
    width: 100%;
}

table tbody tr {
    border: solid 1px #FFFFFF;
    border-left: 0;
    border-right: 0;
    background-color: #F9FAFC;
}

table tbody tr:nth-child(2n + 1) {
    background-color: #EBEDF2;
}

table td {
    padding: 0.75em 0.75em;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #101445;
    letter-spacing: 0;
}

table th {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 10px;
    text-align: center;
    background-color: #848EA5;
    color: #FFFFFF;
    line-height: 20px;
    vertical-align: middle;
    border: solid 1px #FFFFFF;
    border-left-width: 0;
}

table th:last-child {
    border-right-width: 0
}

table thead {
    border-bottom: solid 2px rgba(210, 215, 217, 0.75);
}

table tfoot {
    border-top: solid 2px rgba(210, 215, 217, 0.75);
}

table.alt {
    border-collapse: separate;
}

.product-detail .rows-table {
    margin-top: 20px;
}

table.alt thead th.fixed-width {
    width: 160px
}

table.alt tbody tr td {
    border: solid 1px #FFFFFF;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 0px;
}

table.alt tbody td.active {
    background-color: #2553E2;
    color: #FFFFFF;
    position: relative;
}

table.alt tbody td.active::before,
table.alt tbody td.active::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

table.alt tbody td.active::before {
    border-color: rgba(37, 83, 226, 0);
    border-left-color: #2553E2;
    border-width: 25px;
    margin-top: -25px;
}

table.alt tbody td.active::after {
    border-color: rgba(37, 83, 226, 0);
    border-left-color: #2553E2;
    border-width: 25px;
    margin-top: -25px;
}

table.alt tbody tr td:last-child {
    border-right-width: 0px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
    border-top: 0
}

table.alt thead {
    border: 0;
}

table.alt tfoot {
    border-top: 0;
}


/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #2553E2;
    color: #2553E2 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    /* height: 50px; */
    letter-spacing: 0.5px;
    /* line-height: 47px; */
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

.button.smaller {
    font-size: 15px;
    /* height: 40px; */
    /* line-height: 38px; */
    padding: 7px 25px;
}

.button.small {
    font-size: 14px !important;
}

.button.blue {
    background-color: #254DE2;
    color: #FFFFFF !important;
    padding: 7px 11px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    /* background-color: rgba(245, 106, 106, 0.05); */
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
    /* background-color: rgba(245, 106, 106, 0.15); */
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
    font-size: 0.6em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
    font-size: 1em;
    height: 3.65em;
    line-height: 3.65em;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
    background-color: #f56a6a;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
    background-color: #f67878;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
    background-color: #f45c5c;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    pointer-events: none;
    opacity: 0.25;
}


/* Mini Posts */

.mini-posts article {
    border-top: solid 1px rgba(210, 215, 217, 0.75);
    margin-top: 2em;
    padding-top: 2em;
}

.mini-posts article .image {
    display: block;
    margin: 0 0 1.5em 0;
}

.mini-posts article .image img {
    display: block;
    width: 100%;
}

.mini-posts article:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}


/* Features */




.features-three-rows article .content {
    position: relative;
    padding: 25px;
    background-color: #F7F9FA;
}

.features-three-rows article .content h3,
.features article .content h3 {
    margin-bottom: 10px;
}

@media (min-width: 1138px) {
    .features-three-rows {
        margin-bottom: 3em;
    }

    .features-three-rows .row {
        margin-left: -3em;
    }
    .features-three-rows .row > * {
        padding: 0 0 0 3em;
    }
    .features-three-rows article .content {
        height: 200px;
    }
    .features-three-rows article .content .button {
        position: absolute;
        bottom: 25px;
    }
}

@media (min-width: 981px) and (max-width: 1137px) {
    .features-three-rows {
        margin-bottom: 1.5em;
    }
    .features-three-rows article .content {
        height: 252px;
    }
    .features-three-rows article .content .button {
        position: absolute;
        bottom: 25px;
    }
}



.features-three-rows .wrap-pic {
    position: relative;
    overflow: hidden;
    height: 220px;
}

@media (min-width: 981px) {
    .features-three-rows article .icon.small-only,
    .features article.small-only {
        display: none;
    }
}



@media (max-width: 980px) {
    .features-three-rows {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (max-width: 580px) {
    .features-three-rows .wrap-pic {
        height: 180px;
    }
}

.features-three-rows .icon {
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    max-width: 380px;
    margin-left: -190px;
}

.features,
.offers,
.products {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2em -3em;
    width: calc(100% + 3em);
}

.features article {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 3em 3em;
    position: relative;
    width: calc(50% - 3em);
}

.offers article,
.products article {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 5em 3em;
    position: relative;
    width: calc(100% - 3em);
}

@media (min-width: 900px) {
    .products.two-rows-items {
        width: calc(100% + 20px);
        margin: 0 0 20px -20px;
    }
    .products.two-rows-items article {
        width: calc(50% - 20px);
        margin: 0 0 20px 20px;
    }
}



.offers article:last-child {
    margin-bottom: 0;
}

.offers article img.icon {
    width: 285px;
    height: 285px;
}

@media (min-width: 991px) {
    body.active-hrom .offers article img.icon {
        width: 416px;
        height: auto;
        margin-left: 150px;
    }
}

body.active-hrom .items-two-cols {
    padding-bottom: 0 !important;
}

.offers article img.icon.right-m {
    margin-right: 70px;
}

.offers article img.icon.left-m {
    margin-left: 70px;
}

section.items-two-cols .offers article h3 {
    margin: 0 0 15px 0;
}

.features article:nth-child(2n - 1) {
    /* margin-right: 1.5em; */
}

.features article:nth-child(2n) {
    /* margin-left: 1.5em; */
}

.features article:nth-last-child(1),
.features article:nth-last-child(2) {
    margin-bottom: 0;
}

.features article .icon {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    height: 225px;
    line-height: 10em;
    /*				margin: 0 2em 0 0;*/
    /* margin: 0 0 0 2em; */
    text-align: center;
    width: auto;
    margin: 0;
}

.features article .icon:before {
    color: #f56a6a;
    font-size: 2.75rem;
    position: relative;
    top: 0.05em;
}

.features article .icon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0.25rem;
    border: solid 2px rgba(210, 215, 217, 0.75);
    content: '';
    display: block;
    height: 7em;
    left: 50%;
    margin: -3.5em 0 0 -3.5em;
    position: absolute;
    top: 50%;
    width: 7em;
}

.features article .content {
    height: 285px;
    padding: 25px;
    background-color: #F7F9FA;
}



.features article .content,
.offers article .content,
.products article .content {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 50%;
}

.features article .content >:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 980px) {
    .features {
        margin: 0 0 2em 0;
        width: 100%;
    }
    .features article {
        margin: 0 0 3em 0;
        width: 100%;
    }
    .features article:nth-child(2n - 1) {
        margin-right: 0;
    }
    .features article:nth-child(2n) {
        margin-left: 0;
    }
    .features article:nth-last-child(1),
    .features article:nth-last-child(2) {
        margin-bottom: 3em;
    }
    .features article:last-child {
        margin-bottom: 0;
    }
    .features article .icon,
    .features-three-rows .icon.small-only {
/*        height: 245px;*/
        /* line-height: 8em; */
        width: auto;
        max-width: 50%;
    }
    .features article .icon:before {
        font-size: 2.25rem;
    }
    .features article .icon:after {
        height: 6em;
        margin: -3em 0 0 -3em;
        width: 6em;
    }
}

@media screen and (max-width: 480px) {
    .features article {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        /* -webkit-box-orient: vertical; */
        /* -webkit-box-direction: normal; */
        /* flex-direction: column; */
        -moz-align-items: -moz-flex-start;
        -ms-align-items: -ms-flex-start;
        /* -webkit-box-align: start; */
        -ms-flex-align: start;
        /* align-items: flex-start; */
        /* width: 50%; */
    }
    .features article .icon,
    .features-three-rows .icon.small-only {
        height: auto !important;
        /* line-height: 6em; */
        margin: 0;
        /* width: 100%; */
    }
    .features article .icon:before {
        font-size: 1.5rem;
    }
    .features article .icon:after {
        height: 4em;
        margin: -2em 0 0 -2em;
        width: 4em;
    }
}

@media screen and (max-width: 480px) {
    .features article .icon:before {
        font-size: 1.25rem;
    }
}


/* Posts */

.posts {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2em -6em;
    width: calc(100% + 6em);
}

.posts article {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 0 0 6em 6em;
    position: relative;
    width: calc(33.3333333333% - 6em);
}

.posts article:before {
    background: rgba(210, 215, 217, 0.75);
    content: '';
    display: block;
    height: calc(100% + 6em);
    left: -3em;
    position: absolute;
    top: 0;
    width: 1px;
}

.posts article:after {
    background: rgba(210, 215, 217, 0.75);
    bottom: -3em;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    width: calc(100% + 6em);
}

.posts article >:last-child {
    margin-bottom: 0;
}

.posts article .image {
    display: block;
    margin: 0 0 2em 0;
}

.posts article .image img {
    display: block;
    width: 100%;
}

@media screen and (min-width: 1681px) {
    .posts article:nth-child(3n + 1):before {
        display: none;
    }
    .posts article:nth-child(3n + 1):after {
        width: 100%;
    }
    .posts article:nth-last-child(1),
    .posts article:nth-last-child(2),
    .posts article:nth-last-child(3) {
        margin-bottom: 0;
    }
    .posts article:nth-last-child(1):before,
    .posts article:nth-last-child(2):before,
    .posts article:nth-last-child(3):before {
        height: 100%;
    }
    .posts article:nth-last-child(1):after,
    .posts article:nth-last-child(2):after,
    .posts article:nth-last-child(3):after {
        display: none;
    }
}

@media screen and (max-width: 1680px) {
    .posts article {
        width: calc(50% - 6em);
    }
    .posts article:nth-last-child(3) {
        margin-bottom: 6em;
    }
}

@media screen and (min-width: 481px) and (max-width: 1680px) {
    .posts article:nth-child(2n + 1):before {
        display: none;
    }
    .posts article:nth-child(2n + 1):after {
        width: 100%;
    }
    .posts article:nth-last-child(1),
    .posts article:nth-last-child(2) {
        margin-bottom: 0;
    }
    .posts article:nth-last-child(1):before,
    .posts article:nth-last-child(2):before {
        height: 100%;
    }
    .posts article:nth-last-child(1):after,
    .posts article:nth-last-child(2):after {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    .posts {
        margin: 0 0 2em -4.5em;
        width: calc(100% + 4.5em);
    }
    .posts article {
        margin: 0 0 4.5em 4.5em;
        width: calc(50% - 4.5em);
    }
    .posts article:before {
        height: calc(100% + 4.5em);
        left: -2.25em;
    }
    .posts article:after {
        bottom: -2.25em;
        width: calc(100% + 4.5em);
    }
    .posts article:nth-last-child(3) {
        margin-bottom: 4.5em;
    }
}

@media screen and (max-width: 480px) {
    .posts {
        margin: 0 0 2em 0;
        width: 100%;
    }
    .posts article {
        margin: 0 0 4.5em 0;
        width: 100%;
    }
    .posts article:before {
        display: none;
    }
    .posts article:after {
        width: 100%;
    }
    .posts article:last-child {
        margin-bottom: 0;
    }
    .posts article:last-child:after {
        display: none;
    }
}


/* Wrapper */

#top-belt {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 68px;
    padding: 0 20px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 5px 20px 0 rgba(28, 40, 70, 0.07);
            box-shadow: 0 5px 20px 0 rgba(28, 40, 70, 0.07);
    z-index: 20;
}

#top-belt p {
    margin: 0;
    color: #1C2846;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 68px;
    padding: 0;
}

#top-belt p span {
    background-image: url("../../images/phone-b.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    line-height: 68px;
    display: inline-block;
}

#top-belt a {
    color: #2553E2;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* Wrapper */

#wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    min-height: 100vh;
}


/* Main */

#main {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    margin-top: 68px;
    background-image: url(../../images/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 30%;
}

#main > .inner {
    padding: 40px;
    margin: 0 auto;
    max-width: 1250px;
    /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #FFFFFF), color-stop(99%, #F7F9FA));
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 3%, #F7F9FA 99%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 3%, #F7F9FA 99%);
    background-image: linear-gradient(0deg, #FFFFFF 3%, #F7F9FA 99%); */
    /*background-image: url("../../images/main-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    position: relative;
    padding-bottom: 3em;

}

#main > .inner > section {
    padding: 4em 0;
    /* border-top: solid 2px rgba(210, 215, 217, 0.75); */
}

section.certifikace {
  padding-top: 0 !important
}

section.about-us {
  padding-bottom: 3em !important
}

#main > .inner > section:first-of-type {
    border-top: 0 !important;
    padding-top: 3em;
    padding-bottom: 0;
}

section.items-two-cols h3 {
    margin-bottom: 20px;
}

section.items-two-cols .item {
    margin-bottom: 10px;
    background-color: #F9FAFC;
    padding: 28px 25px;
}

section.items-two-cols .item .align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

section.items-two-cols .col-6 h4 {
    font-weight: 400;
    margin-bottom: 4px;
    /* padding-left: 20px; */
}

section.items-two-cols .col-6 p {
    font-size: 14px;
    line-height: 17px;
    /* padding-left: 20px; */
    margin: 0;
}

@media screen and (max-width: 1680px) {
    #main > .inner {
        /* padding: 40px 40px 30px 40px; */
    }
    #main > .inner > section {
        padding: 5em 0 3em 0;
    }
}

@media screen and (max-width: 1280px) {
    #main > .inner {
        /* padding: 100px 4em 0.1em 4em; */
    }
    #main > .inner > section {
        padding: 4em 0 2em 0;
    }
}

@media screen and (min-width: 961px) {
    #main > .inner {
        /* margin-top: 68px; */
    }
}

@media screen and (max-width: 736px) {
    #main > .inner {
        padding: 20px;
    }
    #main > .inner > section {
        padding: 3em 0 1em 0;
    }
    body.home #banner {
      margin-top: -21px;
      margin-left: -20px;
      margin-right: -20px;
      background-size: cover !important;
      background-position: center right !important;
    }
    .slider-content {
        padding: 35px 20px !important;
        /* left: 0 !important; */
        /* bottom: 0 !important; */
        position: relative !important;
        left: 0 !important;
        bottom: auto !important;
        background: transparent !important;
    }
    .slider-content h1 {
      font-size: 30px !important;
      line-height: 38px !important;
      margin-bottom: 10px !important;
    }
    .slider-content p {
      margin-bottom: 30px !important
    }
}

section.home-boxes {
  padding-top: 0 !important
}


/* Contact Page */

section.contact-adress {
    padding-bottom: 5em !important;
}

section.contact-adress p {
    font-size: 15px;
    margin: 0
}

section.contact-adress p.gps {
    margin-top: 30px;
    /* margin-bottom: 30px */
}

section.contact-adress p.email {
    margin-bottom: 30px
}

.contact-users .item {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

section.contact-users {
    padding: 30px 0 !important;
    border-top: 1px solid #EBEDF2;
    border-bottom: 1px solid #EBEDF2;
    margin-bottom: 40px;
}

.contact-users .content {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
}

.contact-users .content p {
    line-height: 20px;
    margin-bottom: 0;
}

.contact-users .content p.desc {
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-users .content p.name,
.contact-users .content p.phone {
    font-size: 16px;
    color: #101445;
    font-weight: 600;
}

.contact-users img.icon {
    display: none;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    margin-right: 25px;
}


/* Contact Form */

section.form {
    padding-top: 0 !important;
}

section.form h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

section.form input[type="submit"] {
    background-color: #254DE2;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 16px;
    min-width: 210px;
}


/* Sidebar */

#search form {
    text-decoration: none;
    position: relative;
}

#search form:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

#search form:before {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #7f888f;
    content: '\f002';
    cursor: default;
    display: block;
    font-size: 1.5em;
    height: 2em;
    line-height: 2em;
    opacity: 0.325;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2em;
}

#search form input[type="text"] {
    padding-right: 2.75em;
}

#sidebar {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: margin-left 0.3s ease, box-shadow 0.3s ease;
    -webkit-transition: margin-left 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: margin-left 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: margin-left 0.3s ease, box-shadow 0.3s ease;
    transition: margin-left 0.3s ease, box-shadow 0.3s ease;
    transition: margin-left 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    background-color: #F7F9FA;
    font-size: 14px;
    position: relative;
    width: 250px;
    z-index: 100;
    overflow: hidden;
}

#sidebar h2 {
    font-size: 1.3888888889em;
}

#sidebar > .inner {
    padding: 0;
    position: relative;
    width: 250px;
    background-color: #1C2846;
}

#sidebar > .inner > * {
    border-bottom: solid 2px rgba(210, 215, 217, 0.75);
    margin: 0 0 3.5em 0;
    padding: 0 0 3.5em 0;
}

#sidebar > .inner > * >:last-child {
    margin-bottom: 0;
}

#sidebar > .inner > *:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sidebar > .inner > .alt {
    background-color: #2553E2;
    border-bottom: 0;
    margin: 0;
    padding: 9px 20px;
}

#sidebar #logo img {
    width: 176px;
    height: 43px;
}

#sidebar.inactive .toggle,
body.inactive .toggle {
    display: block;
}

#sidebar .toggle, .toggle {
    text-decoration: none;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: 0;
    display: none;
    height: 68px;
    line-height: 68px;
    left: 250px;
    outline: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    text-indent: 7.5em;
    top: 0;
    width: 68px;
    z-index: 30;
}

#sidebar .toggle:before, .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

/*#sidebar .toggle:before {
    content: '\f0c9';
    font-size: 28px;
    height: inherit;
    left: 0;
    line-height: inherit;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: inherit;
}*/

#sidebar .toggle:before, .toggle:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -12px;
    z-index: 200;
    background-image: url(../../images/menu-hide.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
}

#sidebar.inactive,
body.inactive #sidebar {
    margin-left: -250px;
}

#sidebar.inactive .toggle,
body.inactive .toggle {
    left: 0;
}

@media (min-width: 481px) and (max-width: 1280px) {
  #sidebar.inactive .toggle::before,
  body.inactive .toggle::before {
    content: "";
    background-image: url("../../images/menu-tablet.svg");
  }
}

@media screen and (max-width: 1680px) {
    #sidebar {
        width: 250px;
    }
    #sidebar > .inner {
        /* padding: 1.6666666667em 1.6666666667em 1.3333333333em 1.6666666667em; */
        /* width: 24em; */
    }
    #sidebar > .inner > .alt {
        /* margin: -1.6666666667em 0 3.3333333333em -1.6666666667em; */
        /* padding: 1.6666666667em; */
        /* width: calc(100% + 3.3333333333em); */
    }
    #sidebar .toggle {
        /* height: 6.25em; */
        /* left: 24em; */
        /* line-height: 6.25em; */
        /* text-indent: 5em; */
        /* width: 5em; */
    }
    #sidebar .toggle:before {
/*        font-size: 1.5rem;*/
    }
    #sidebar.inactive,
    body.inactive #sidebar {
        margin-left: -250px;
    }
}

@media screen and (max-width: 1280px) {
    #sidebar {
        -webkit-box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
                box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        z-index: 100;
    }
    #sidebar.inactive,
    body.inactive #sidebar {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    #sidebar > .inner {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0;
    }
    #sidebar > .inner:after {
        content: '';
        display: block;
        height: 4em;
        width: 100%;
    }
    #sidebar .toggle {
        text-indent: 6em;
        width: 6em;
    }
    #sidebar .toggle:before {
        /*font-size: 1.5rem;
        margin-left: -18px;*/
    }
    body.is-preload #sidebar {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    #sidebar .toggle {
        text-indent: 7.25em;
        width: 7.25em;
    }
    #sidebar .toggle:before {
        /* color: #7f888f; */
        /* margin-left: -0.0625em; */
        /* margin-top: -0.25em; */
        /* font-size: 1.1rem; */

    }
    #sidebar .toggle:after {
        /* background: rgba(222, 225, 226, 0.75); */
        /* border-radius: 0.375em; */
        /* content: ''; */
        height: 3.5em;
        left: 1em;
        position: absolute;
        top: 1em;
        width: 5em;
    }
}


/* Header */

#header {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6em 0 1em 0;
    position: relative;
}

#header > * {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    margin-bottom: 0;
}

#header .logo {
    border-bottom: 0;
    color: inherit;
    font-family: "Open Sans", serif;
    font-size: 1.125em;
}

#header .icons {
    text-align: right;
}

@media screen and (max-width: 1680px) {
    #header {
        padding-top: 5em;
    }
}

@media screen and (max-width: 736px) {
    #header {
        padding-top: 6.5em;
    }
    #header .logo {
        font-size: 1.25em;
        margin: 0;
    }
    #header .icons {
        height: 5em;
        line-height: 5em;
        position: absolute;
        right: -0.5em;
        top: 0;
    }
}

.mobile-logo {
  position: absolute;
  width: 33px;
  height: 41px;
  left: 50%;
    top: 50%;
    margin-top: -20.5px;
    margin-left: -16.5px;
    background-image: url("../../images/logo.svg");
    background-repeat: no-repeat;
    background-position: center;

}


/* Banner */

#banner {
    padding: 6em 0 4em 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.home #banner {
    position: relative;
    padding-top: 10px !important;
    background-image: url("../../images/top.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

body.home #banner:before {
    content: "";
    display: block;
    width: 115px;
    height: 116px;
    position: absolute;
    right: 40px;
    top: 40px;
    background-image: url(../../images/OptiMax.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 800px) {
    body.home #banner:before {
        width: 90px;
        height: 90px;
        top: 20px;
        right: 20px;
    }
}

#banner h1 {
    margin-top: -0.125em;
}

#banner .content {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 50%;
}

#banner .image {
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    margin: 0 0 2em 4em;
    width: 50%;
}

#banner .image img {
    height: 100%;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
       object-fit: cover;
    -moz-object-position: center;
    -webkit-object-position: center;
    -ms-object-position: center;
    -o-object-position: center;
       object-position: center;
    width: 100%;
}

@media screen and (orientation: portrait) {
    #banner {
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;
    }
    #banner h1 br {
        display: none;
    }
    #banner .content {
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%;
    }
    #banner .image {
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 0 0 4em 0;
        height: 25em;
        max-height: 50vh;
        min-height: 18em;
        width: 100%;
    }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
    #banner .image {
        max-height: 35vh;
    }
}

.p-l-15 {
  padding-left: 15px !important
}

.p-t-15 {
  padding-top: 15px !important
}


/* Products */

.products-section {
    padding-top: 2em !important;
}

ul.product-category {
    list-style: none;
    padding: 0;
    margin-top: 3em;
}

ul.product-category li {
    text-align: center;
}

ul.product-category a {
    width: 100%;
    display: inline-block;
    background-color: #F2F4F7;
    border-radius: 4px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
}

ul.product-category a.active {
    background-color: #254DE2;
    color: #FFFFFF;
}

.products article {
    margin-bottom: 20px;
    background-color: #F7F9FA;
    border-radius: 0px 4px 4px 0px;
    /* padding-right: 40px; */
}

.products article:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    border-radius: 3px;
}

.products article img {
    width: 170px;
    height: 170px;
    /* margin-right: 35px; */
}

@media (max-width: 430px) {
    .products article {
/*      background-color: transparent*/
    }
    .products article h3 {
        margin-bottom: 0 !important;
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .products article p {
        display: none;
    }
    #footer .copyright {
        padding-top: 60px;
        border-top: 1px solid #EBEDF2;
        margin-bottom: 40px;
    }
    body.contact #footer .copyright {
        padding-top: 20px;
        border-top: 0;
    }
}

.products article .content {
    padding: 0 35px;
}

.products article h3 {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: none;
    line-height: 25px;
    letter-spacing: 0.71px;
}

.products article p {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 17px;

}

@media (max-width: 1279px) {
  .products article p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}

.products article a {
    font-size: 13px;
    text-transform: uppercase;
    color: #8FA0C7;
}


/* Product detail page */

.product-detail {
    padding-bottom: 3em !important
}

.product-detail .inner {
    padding-left: 20px
}

.product-detail span.image img {
    /*  height: 730px*/
}

.product-detail h1 {
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 0 55px;
}

.product-detail p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 35px;
}

.product-detail p.icon-data-pdf {
    margin: 0 0 15px;
    line-height: 18px;
}

.product-detail p.icon-data-pdf a {
    padding-left: 40px;
    background-image: url(../../images/attachment.svg);
    background-repeat: no-repeat;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    text-decoration: underline;
}

.product-detail h2 {
    margin: 40px 0 30px;
    font-size: 20px;
    text-transform: uppercase;
}

.product-detail ul {}

.product-detail li {
    padding-left: 0;
    font-size: 15px;
    line-height: 30px;
    color: #596682;
    letter-spacing: 0.5px;
}


/* Work detail page */

.work-detail h1 {
    font-size: 25px;
    margin: 0 0 0.8em;
}

.work-detail p {
    font-size: 15px;
    line-height: 18px;
    color: #5F6C87;
    margin: 0 0 25px;
}

.work-detail-photos {
    padding-top: 10px !important;
}

.work-detail-photos .main-image {
    /*    height: 481px;*/
}

@media (max-width: 420px) {
    .work-detail-photos .image.fit img {
        height: 220px;
    }
}

.work-detail-photos .image.fit {
    margin: 0 0 1em;
}

.work-detail-photos .image.fit:hover img {
    opacity: 1 !important;
}


/* Footer */

#footer .copyright {
    color: #1A2848;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
}

#footer .copyright a {
    color: inherit;
}

#footer ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 15px;
}

#footer li {
    display: inline;
}

#footer li a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #1A2848;
    text-transform: uppercase;
}

.question-wrapper {
    position: fixed;
    right: 20px;
    bottom: 8em;
    width: 370px;
    -webkit-box-shadow: 0 2px 30px 0 rgba(28, 40, 70, 0.15);
            box-shadow: 0 2px 30px 0 rgba(28, 40, 70, 0.15);
    z-index: 200;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.question-header {
    padding: 15px 20px;
    background: #2553E2;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 20px;
}

.question-header h3 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    text-transform: none;
    margin-bottom: 2px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.question-header p {
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 0;
}

.question-wrapper form {
    padding: 20px;
    margin: 0;
}

.question-wrapper form input[type="checkbox"] + label {
    font-size: 12px;
    line-height: 15px;
}

.question-wrapper form textarea {
    height: 158px;
}

.question-wrapper .row.gtr-uniform > * {
    padding-top: 7px;
}

.question-wrapper form input[type="submit"] {
    width: 100%;
    background: #254DE2;
    color: #FFFFFF !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.44px;
    padding: 11px 25px;
}

body.contact .question-btn {
    display: none !important;
    visibility: hidden !important;
}

.question-btn {
    display: none;
    position: fixed;
    z-index: 200;
    right: 20px;
    bottom: 3em;
    width: 58px;
    height: 58px;
    background-color: #254DE2;
    color: #FFFFFF !important;
    font-size: 16px;
    text-transform: uppercase;
/*    padding: 16px 20px 16px 64px;*/
    padding: 20px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(37, 83, 226, 0.26);
            box-shadow: 0 10px 20px 0 rgba(37, 83, 226, 0.26);
    border-radius: 30px;
    background-image: url(../../images/icon.svg);
    background-repeat: no-repeat;
/*    background-position: left 20px center;*/
    background-position: center;
}

@media (max-width: 820px) {
  .question-btn {
    display: none !important;
  }
}

@media (max-width: 736px) {
    .question-btn {
        width: 58px;
        padding: 0;
        text-indent: -9999px;
        height: 58px;
        background-position: center;
        right: 15px;
    }
    .close-btn {
        right: 15px !important;
    }
}

.close-btn {
    display: block;
    position: fixed;
    z-index: 200;
    right: 20px;
    bottom: 48px;
    width: 58px;
    height: 58px;
    text-align: center;
    -webkit-box-shadow: 0 10px 20px 0 rgba(37, 83, 226, 0.26);
            box-shadow: 0 10px 20px 0 rgba(37, 83, 226, 0.26);
    background-color: #2553E2;
    background-image: url("../../images/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    line-height: 60px;
    color: #FFFFFF;
}

.close-btn::before {
    /* content: "\f00d"; */
}


@media (min-width: 980px) and (max-width: 1180px) {
    body.home .features article h3 {
        font-size: 20px;
        line-height: 25px;
    }
    body.home .features article p {
        margin-bottom: 10px;
    }
}


/* Menu */

#menu ul {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3d4449;
    font-family: "Open Sans", serif;
    font-family: 400;
    letter-spacing: 0.075em;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

#menu ul a,
#menu ul span {
    border-bottom: 0;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 16px 0;
    color: #F7F9FA;
    letter-spacing: 0.5px;
}

#menu ul a:hover,
#menu ul span:hover {
    color: #F7F9FA;
}

#menu ul a.opener,
#menu ul span.opener {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
    font-family: "Open Sans", sans-serif;
}

#menu ul a.opener:before,
#menu ul span.opener:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

#menu ul a.opener:before,
#menu ul span.opener:before {
    -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    color: #9fa3a6;
    content: '\f078';
    position: absolute;
    right: 0;
}

#menu ul a.opener:hover:before,
#menu ul span.opener:hover:before {
    /* color: #f56a6a; */
}

#menu ul a.opener.active + ul,
#menu ul span.opener.active + ul {
    display: block;
    -webkit-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
             transition: all 0.5s linear;
}

#menu ul a.opener.active:before,
#menu ul span.opener.active:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#menu > ul > li {
    border-top: solid 1px #293551;
    padding: 0 20px;
    position: relative;
}

#menu > ul > li.languages {
  padding: 0
}

#menu > ul > li.languages a {
  display: table-cell;
  width: 125px;
  text-align: center;
}

#menu > ul > li.languages a:first-child {
  border-right: solid 1px #293551
}

#menu > ul > li.languages a.active-lang {
  pointer-events: none;
  color: #596682;
}

/*
#menu > ul > li.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    border-style: solid;
    border-width: 13px 14px 13px 0;
    border-color: transparent #f9f9f9 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #f9f9f9 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
*/

#menu > ul > li.active {
    background-color: #2A3657;
}

#menu > ul > li > ul > li.active a {
    color: #FFFFFF;
}

#menu > ul > li > ul {
    color: #9fa3a6;
    display: none;
    margin: 0.5em 0 0 0;
    padding-left: 0;
    padding-bottom: 1.5em;
    -webkit-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
             transition: all 0.5s linear;
}

#menu > ul > li > ul a,
#menu > ul > li > ul span {
    font-size: 13px;
    color: #9da9ba;
}

#menu > ul > li > ul > li {
    margin: 0;
    padding: 0;
}

#menu > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width: 480px) {
    .small-hidden {
        display: none !important;
        visibility: hidden;
    }
    .small-visible-only {
        display: block;
        visibility: visible;
    }
    .features article:nth-child(2n - 1) {
/*        padding-right: 10px;*/
        margin-bottom: 15px;
    }
    .features article:nth-child(2n) {
        /* padding-left: 10px; */
        margin-bottom: 15px;
    }
    .features article .content,
    .features-three-rows article .content {
        /* width: 100%; */
        height: auto;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .features article .content h3,
    .features-three-rows article .content h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .offers article img.icon,
    .offers article .content {
        width: 100%;
    }
    .question-wrapper {
        width: 100%;
    }
    #top-belt {
        background-color: #254DE2;
    }
}

@media screen and (max-width: 360px) {
    .features article .content h3 {
        font-size: 13px;
        line-height: 17px;
    }
}

@media screen and (max-width: 736px) {
    body.product-detail-bg #main .inner {

    }
    .products article .content {
        padding: 15px;
    }
    .product-detail {
        padding-top: 0 !important
    }
    .product-detail h1 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 38px;
    }
    .product-detail .inner {
        padding-left: 0;
    }
    .offers article {
        display: block !important;
        margin-bottom: 40px;
    }
    .offers article img.icon {
        display: block;
        margin: 0 auto 40px !important;
    }
    .offers article .content {
        width: 100%;
    }
}

@media screen and (min-width: 481px) {
    .small-visible-only {
        display: none !important;
        visibility: hidden;
    }
}

@media screen and (max-width: 736px) {
    .small-visible {
        display: block;
        visibility: visible;
    }
    img.icon.small-hidden {
        display: none !important;
        visibility: hidden;
    }
}

#top-belt .phone-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 961px) {
    .work-detail-photos .main-image {
        height: 481px;
    }
    .work-detail-photos {
        padding-bottom: 250px !important;
    }
    .product-detail span.image img {
/*        height: 730px;*/
    }
}

.cd-filter {
    /* SVG animation style switcher - not needed in production */
    margin-top: 1em;
    text-align: center;
}

.cd-filter li {
    display: inline-block;
    margin: 4px;
}

.cd-filter a {
    display: block;
    border-bottom: 2px solid rgba(76, 92, 98, 0);
    padding: .8em 1em;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #4c5c62;
}

.no-touch .cd-filter a:hover {
    border-bottom: 2px solid rgba(76, 92, 98, 0.6);
}

.cd-filter a.selected {
    color: #00A7E1;
    border-bottom: 2px solid rgba(0, 167, 225, 0.4);
}

.no-touch .cd-filter a.selected:hover {
    border-bottom: 2px solid rgba(0, 167, 225, 0.4);
}

@media only screen and (min-width: 768px) {
    .cd-filter {
        margin-top: 2em;
    }
}

.errors {
    padding: 15px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #1C2846;
}

.errors .alert-success {
    text-align: center;
    color: #FFFFFF;
}

.errors .alert-success .close {
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.errors .alert-success .close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}




/* --------------------------------

Slider

-------------------------------- */

.cd-slider-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 1024px; */
    margin: 0 auto;
    /* hide horizontal scrollbar on IE11 */
    overflow-x: hidden;
}

ul.cd-slider {
    margin: 0;
    padding: 0;
}

.slider-content {
    position: absolute;
    left: 40px;
    bottom: 60px;
    z-index: 10;
    background: #FFFFFF;
    padding: 60px 25px;
}

.slider-content h1 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 56px;
    margin: 0 0 12px;
}

.slider-content p {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 40px;
}

.slider-content .button {
    padding: 10px 44px;
    margin-bottom: 0;
}

.cd-slider > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    /* hide vertical scrollbar on IE11 */
    overflow: hidden;
}

.cd-slider > li.visible {
    position: relative;
    z-index: 2;
    opacity: 1;
}

.cd-slider > li.is-animating {
    z-index: 3;
    opacity: 1;
}

.cd-slider .cd-svg-wrapper {
    /* using padding Hack to fix bug on IE - svg height not properly calculated */
    height: 0;
    padding-bottom: 57.15%;
}

.cd-slider-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* --------------------------------

Slider navigation

-------------------------------- */

.cd-slider-navigation li {
    position: absolute;
    z-index: 3;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    height: 48px;
    width: 48px;
}

.cd-slider-navigation li a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background: url(../img/cd-icon-arrows.svg) no-repeat 0 0;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.no-touch .cd-slider-navigation li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cd-slider-navigation li:last-of-type {
    left: 10px;
    right: auto;
}

.cd-slider-navigation li:last-of-type a {
    background-position: -48px 0;
}


/* --------------------------------

Slider dots/controls

-------------------------------- */

.cd-slider-controls {
    position: relative;
    /* bottom: -30px; */
    /* left: 50px; */
    /* right: auto; */
    /* -webkit-transform: translateX(-50%); */
    /* -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
   transform: translateX(-50%); */
    z-index: 3;
    text-align: left;
    /* width: 90%; */
    padding: 0;
    margin: 0;
}

.cd-slider-controls::after {
    clear: both;
    content: "";
    display: table;
}

.cd-slider-controls li {
    display: inline-block;
    margin-right: 0px;
}

.cd-slider-controls li:last-of-type {
    margin-right: 0;
}

.cd-slider-controls li.selected a {
    background-color: #2755DB;
}

.cd-slider-controls a {
    display: block;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /* color: #C6CAD3; */
    height: 12px;
    width: 12px;
    /* border-radius: 50%; */
    /* border: 2px solid #ffffff; */
    background: #C6CAD3;
}

.no-touch .cd-slider-controls a:hover {
    background-color: #ffffff;
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

  /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
  /*

  	Contents:

  	1. Buttons
  	2. Share modal and links
  	3. Index indicator ("1 of X" counter)
  	4. Caption
  	5. Loading indicator
  	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

  */
  /*

  	1. Buttons

   */
  /* <button> css reset */
  .pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
            transition: opacity 0.2s;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .pswp__button:focus,
    .pswp__button:hover {
      opacity: 1; }
    .pswp__button:active {
      outline: none;
      opacity: 0.9; }
    .pswp__button::-moz-focus-inner {
      padding: 0;
      border: 0; }

  /* pswp__ui--over-close class it added when mouse is over element that should close gallery */
  .pswp__ui--over-close .pswp__button--close {
    opacity: 1; }

  .pswp__button,
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    background: url(../../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px; }

  @media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
      background-image: url(../../images/default-skin.svg); }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
      background: none; } }

  .pswp__button--close {
    background-position: 0 -44px; }

  .pswp__button--share {
    background-position: -44px -44px; }

  .pswp__button--fs {
    display: none; }

  .pswp--supports-fs .pswp__button--fs {
    display: block; }

  .pswp--fs .pswp__button--fs {
    background-position: -44px 0; }

  .pswp__button--zoom {
    display: none;
    background-position: -88px 0; }

  .pswp--zoom-allowed .pswp__button--zoom {
    display: block; }

  .pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0; }

  /* no arrows on touch screens */
  .pswp--touch .pswp__button--arrow--left,
  .pswp--touch .pswp__button--arrow--right {
    visibility: hidden; }

  /*
  	Arrow buttons hit area
  	(icon is added to :before pseudo-element)
  */
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute; }

  .pswp__button--arrow--left {
    left: 0; }

  .pswp__button--arrow--right {
    right: 0; }

  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute; }

  .pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px; }

  .pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px; }

  /*

  	2. Share modal/popup and links

   */
  .pswp__counter,
  .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none; }

  .pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
            transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity; }

  .pswp__share-modal--hidden {
    display: none; }

  .pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
            transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform; }
    .pswp__share-tooltip a {
      display: block;
      padding: 8px 12px;
      color: #000;
      text-decoration: none;
      font-size: 14px;
      line-height: 18px; }
      .pswp__share-tooltip a:hover {
        text-decoration: none;
        color: #000; }
      .pswp__share-tooltip a:first-child {
        /* round corners on the first/last list item */
        border-radius: 2px 2px 0 0; }
      .pswp__share-tooltip a:last-child {
        border-radius: 0 0 2px 2px; }

  .pswp__share-modal--fade-in {
    opacity: 1; }
    .pswp__share-modal--fade-in .pswp__share-tooltip {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

  /* increase size of share links on touch devices */
  .pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px; }

  a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none; }

  a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF; }
    a.pswp__share--facebook:hover:before {
      border-bottom-color: #3E5C9A; }

  a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF; }

  a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D; }

  a.pswp__share--download:hover {
    background: #DDD; }

  /*

  	3. Index indicator ("1 of X" counter)

   */
  .pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px; }

  /*

  	4. Caption

   */
  .pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px; }
    .pswp__caption small {
      font-size: 11px;
      color: #BBB; }

  .pswp__caption__center {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
    color: #CCC; }

  .pswp__caption--empty {
    display: none; }

  /* Fake caption element, used to calculate height of next/prev image */
  .pswp__caption--fake {
    visibility: hidden; }

  /*

  	5. Loading indicator (preloader)

  	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

   */
  .pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
            transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr; }

  .pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px; }

  .pswp__preloader--active {
    opacity: 1; }
    .pswp__preloader--active .pswp__preloader__icn {
      /* We use .gif in browsers that don't support CSS animation */
      background: url(preloader.gif) 0 0 no-repeat; }

  .pswp--css_animation .pswp__preloader--active {
    opacity: 1; }
    .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
      -webkit-animation: clockwise 500ms linear infinite;
              animation: clockwise 500ms linear infinite; }
    .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
      -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
              animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

  .pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0; }

  .pswp--css_animation .pswp__preloader__cut {
    /*
  			The idea of animating inner circle is based on Polymer ("material") loading indicator
  			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  		*/
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden; }

  .pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0; }

  @media screen and (max-width: 1024px) {
    .pswp__preloader {
      position: relative;
      left: auto;
      top: auto;
      margin: 0;
      float: right; } }

  @-webkit-keyframes clockwise {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }

  @keyframes clockwise {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }

  @-webkit-keyframes donut-rotate {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
    50% {
      -webkit-transform: rotate(-140deg);
              transform: rotate(-140deg); }
    100% {
      -webkit-transform: rotate(0);
              transform: rotate(0); } }

  @keyframes donut-rotate {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
    50% {
      -webkit-transform: rotate(-140deg);
              transform: rotate(-140deg); }
    100% {
      -webkit-transform: rotate(0);
              transform: rotate(0); } }

  /*

  	6. Additional styles

   */
  /* root element of UI */
  .pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550; }

  /* top black bar with buttons and "1 of X" indicator */
  .pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%; }

  .pswp__caption,
  .pswp__top-bar,
  .pswp--has_mouse .pswp__button--arrow--left,
  .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
            transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

  /* pswp--has_mouse class is added only when two subsequent mousemove events occur */
  .pswp--has_mouse .pswp__button--arrow--left,
  .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible; }

  .pswp__top-bar,
  .pswp__caption {
    background-color: rgba(0, 0, 0, 0.5); }

  /* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
  .pswp__ui--fit .pswp__top-bar,
  .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3); }

  /* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
  .pswp__ui--idle .pswp__top-bar {
    /*opacity: 0;*/
  }

  .pswp__ui--idle .pswp__button--arrow--left,
  .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0; }

  /*
  	pswp__ui--hidden class is added when controls are hidden
  	e.g. when user taps to toggle visibility of controls
  */
  .pswp__ui--hidden .pswp__top-bar,
  .pswp__ui--hidden .pswp__caption,
  .pswp__ui--hidden .pswp__button--arrow--left,
  .pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001; }

  /* pswp__ui--one-slide class is added when there is just one item in gallery */
  .pswp__ui--one-slide .pswp__button--arrow--left,
  .pswp__ui--one-slide .pswp__button--arrow--right,
  .pswp__ui--one-slide .pswp__counter {
    display: none; }

  .pswp__element--disabled {
    display: none !important; }

  .pswp--minimal--dark .pswp__top-bar {
    background: none; }
