@media ( min-width: 1200px) {}

@media ( min-width: 992px) {}

@media ( min-width: 769px) {}

@media ( max-width: 768px) {}


/* nunito-sans-300 - latin */

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/nunito/nunito-sans-v5-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Sans Light'), local('NunitoSans-Light'), url('../fonts/nunito/nunito-sans-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito/nunito-sans-v5-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito/nunito-sans-v5-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito/nunito-sans-v5-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito/nunito-sans-v5-latin-300.svg#NunitoSans') format('svg');
    /* Legacy iOS */
}


/* nunito-sans-regular - latin */

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito/nunito-sans-v5-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url('../fonts/nunito/nunito-sans-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito/nunito-sans-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito/nunito-sans-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito/nunito-sans-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito/nunito-sans-v5-latin-regular.svg#NunitoSans') format('svg');
    /* Legacy iOS */
}


/* nunito-sans-700 - latin */

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito/nunito-sans-v5-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url('../fonts/nunito/nunito-sans-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito/nunito-sans-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito/nunito-sans-v5-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito/nunito-sans-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito/nunito-sans-v5-latin-700.svg#NunitoSans') format('svg');
    /* Legacy iOS */
}


/* nunito-sans-800 - latin */

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/nunito/nunito-sans-v5-latin-800.eot');
    /* IE9 Compat Modes */
    src: local('Nunito Sans ExtraBold'), local('NunitoSans-ExtraBold'), url('../fonts/nunito/nunito-sans-v5-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito/nunito-sans-v5-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito/nunito-sans-v5-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito/nunito-sans-v5-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito/nunito-sans-v5-latin-800.svg#NunitoSans') format('svg');
    /* Legacy iOS */
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

* {
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
}

*::selection {
    background: #ccc;
    color: #fff;
}

textarea,
input[type="text"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

html,
body {
    height: 100%;
}

body {
    background-color: #f9f9fb;
    color: #111;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 17px;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}

div {
    position: relative;
}

img,
iframe,
video {
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    -webkit-hyphens: auto;
    hyphens: none;
    word-wrap: break-word;
    color: #1b3c91;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}


/*
h1:after{content: "";width: 60px;position: absolute;border-bottom: 3px solid #b7ce00;bottom: 5px;left: 15px;}
*/

h2 {
    font-size: 20px;
    line-height: 1.5;
    ;
}

h3 {
    font-size: 40px;
    font-weight: 800;
}

@media ( max-width: 768px) {
    h3 {
        font-size: 30px;
    }
}

p {
    margin: 0 0 10px 0;
    line-height: 24px;
    font-weight: 300;
    line-height: 1.45em;
    letter-spacing: 0.02em;
    -webkit-hyphens: none;
    hyphens: none;
}

p a {
    color: #1b3c91;
}

.inlineimg {
    vertical-align: middle;
    transform: translateY(-1px);
}

.border-blue {
    border: 2px solid #1b3c91
}

strong {
    font-weight: 700;
}

p small {
    line-height: 1;
}

.no-hyphens {
    -webkit-hyphens: none;
    hyphens: none;
    word-wrap: break-word;
}

.btn-01 {
    background: #ec8427;
    color: #fff;
    padding: 15px 25px;
    transition: all .1s;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 5px 0 #d87723;
    border-radius: 5px;
}

.btn-01:hover {
    background: #d87723;
    color: #ffffff;
    transform: translateY(4px);
    box-shadow: 0 1px 0 #d87723;
    text-decoration: none;
}

@media ( max-width: 768px) {
    .btn-01 {
        font-size: 15px;
        background: #ec8427;
        color: #fff;
        padding: 12px 20px;
        transition: all .1s;
        font-weight: 700;
        text-transform: uppercase;
        box-shadow: 0 2px 0 #d87723;
        border-radius: 5px;
        margin-bottom: 30px;
    }
    .btn-01:hover {
        background: #d87723;
        color: #ffffff;
        transform: translateY(1px);
        box-shadow: 0 1px 0 #d87723;
        text-decoration: none;
    }
}

.arrow_right {
    padding-right: 35px;
}

.arrow_right:after {
    font-family: 'FontAwesome';
    content: "\f054";
    z-index: 100;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    transition: all .15s;
}

.arrow_right:hover:after {
    color: #d30000;
    right: 10px;
}

hr {
    height: 0;
    margin: 20px 0;
    border-bottom: 3px solid #ccc;
    width: 100px;
    text-align: left;
}

.shaded {
    display: inline;
    color: #fff!important;
    background: none repeat scroll 0px 0px #285e7a;
    box-shadow: 5px 0 0 #285e7a, -5px 0 0 #285e7a;
    background-origin: border-box;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.lined {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.lined:before,
.lined:after {
    background-color: #aaa;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.lined:before {
    right: 1em;
    margin-left: -50%;
}

.lined:after {
    left: 1em;
    margin-right: -50%;
}


/* LAYOUT */

.bodywrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.section {
    width: 100%;
    padding: 0;
}

.bgimg {
    background-size: cover;
    background-position: center;
}

.row {
    margin-bottom: 0;
}


/*.col{outline: 1px dotted #ccc;}*/

.padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer50 {
    height: 50px;
}

.spacer100 {
    height: 100px;
}

@media ( max-width: 768px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .wrap {
        width: 100%;
    }
    .padding30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padding50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padding70 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .spacer30 {
        height: 20px;
    }
    .spacer50 {
        height: 30px;
    }
    .spacer100 {
        height: 50px;
    }
}

.fullwidth {
    width: 100%;
}

.image_right {
    float: right;
    margin: 0 !important;
    padding: 7px 0 10px 20px;
    width: 40%;
}

.image_left {
    float: left;
    margin: 0 !important;
    padding: 7px 20px 10px 0;
    width: 40%;
}

@media ( max-width: 768px) {
    .image_right,
    .image_left {
        float: none;
        width: 100%;
        padding: 5px 0 15px 0;
    }
}

.bodywrap {
    margin: 0 auto 0;
}

.footer {
    height: auto;
    background: #fff;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0 100px 0;
    transition: transform .2s;
    color: #aaa;
    text-align: left;
}

.footer a {
    color: #aaa;
}

.footer a:hover {
    opacity: .7;
}

@media ( max-width: 768px) {
    .footer {
        height: auto;
    }
    .bodywrap {
        margin: 0 auto;
        min-height: auto;
        height: auto;
    }
    .push {
        height: auto;
        display: none;
    }
}


/* **** FULLSCREEN ********* */

.fullscreen {
    min-height: 100%;
    width: 100%;
    display: table;
    padding: 30px;
}

.fullscreencontent {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


/* ************************* */

.centered {
    width: 960px;
    height: 600px;
    position: absolute;
    margin: -300px 0px 0px -480px;
    top: 50%;
    left: 50%;
}

@media ( min-width: 1200px) {
    .centered {
        width: 1160px;
        height: 800px;
        margin: -400px 0px 0px -580px;
    }
}

@media ( max-width: 992px) {
    .centered {
        width: 760px;
        height: 600px;
        margin: -300px 0px 0px -380px;
    }
}

@media ( max-width: 768px) {
    .centered {
        width: auto;
        height: auto;
        min-height: 200px;
        margin: 0;
        top: auto;
        left: auto;
        position: relative;
    }
}


/* NAVIGATION */

.navigation {
    position: absolute;
    right: 15px;
    top: 50px;
}

.navigation ul {
    list-style: none;
}

.navigation ul li {
    margin: 0 0 0 20px;
    float: left;
}

.navigation ul li a {
    display: block;
    color: #000;
    text-transform: uppercase;
}

.navigation ul li a:hover {
    opacity: 0.5;
}

.navigation ul li a.current {
    color: #666;
    font-weight: bold;
}

.navigation ul li a.current:hover {
    opacity: 1;
}

.navigation ul li ul {
    position: absolute;
    z-index: 100;
    left: 0px;
    padding-top: 10px;
    display: none;
    padding-bottom: 20px;
}

.navigation ul li ul li {
    float: none;
    border-left: 0;
    padding: 5px 0 6px 0px;
    min-width: 400px;
}

.navigation ul li ul li a {
    text-transform: none;
    font-weight: 400;
}

.navoverlay {
    background: #fff;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 99;
    transition: 0.15s;
    opacity: 0.4;
    display: block !important;
    z-index: 99;
}


/* CUSTOM */

.header {
    padding: 20px 0;
    position: absolute;
    z-index: 2;
}

.logo {
    height: 70px;
    transform: translateX(-10px);
}

@media ( max-width: 768px) {
    .logo {
        height: 50px;
    }
}

.stage {
    background-position: 80% bottom;
    background-size: cover;
    padding: 0;
    background-color: #f9f9fb;
    /* max-width: 1600px; */
    margin: 0 auto;
    overflow: hidden;
}

.stage h1 {
    padding-top: 100px;
}

.stage .headline {
    padding-top: 80px;
    margin-bottom: 100px;
    transform: scale(1.2);
    transform-origin: 0 bottom;
    z-index: 22;
    position: relative;
}

@media ( max-width: 768px) {
    .stage h1 {
        font-size: 30px;
    }
    .stage .headline {
        margin-bottom: 0px;
        padding-top: 0px;
        transform: scale(1);
        z-index: 22;
        position: relative;
        max-width: 90%;
    }
}

@media ( min-width: 1200px) {
    .stage h1 {
        /* padding-top: 180px; */
    }
    .stage .headline {
        /* padding-top: 130px; */
        transform: scale(1.2);
    }
}

.stage-bg {
    background-position: 80% bottom;
    background-size: cover;
    background-color: #f9f8fd;
    width: 100%;
    min-height: 100vh;
    position: fixed;
}

.stage-overlay {
    width: 100%;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
}

.stage h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
}

.box-shop-logos-1 {
    padding: 0 0;
}

.shop-logo-1 {
    border-radius: 10px;
    width: 250px;
    margin: 10px;
    max-width: 40%;
    transition: 0.15s;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.shop-logo-1:hover {
    transform: scale(1.03);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.contentoverlay .box-shop-logos-1 {
    padding: 0 0 20px 0;
}

.contentoverlay .shop-logo-1 {
    border-radius: 10px;
    width: 200px;
    margin: 10px;
    max-width: 40%;
    transition: 0.15s;
    margin: 5px;
}

@media ( max-width: 768px) {
    .contentoverlay .box-shop-logos-1 {
        padding: 0 0 10px 0;
    }
    .contentoverlay .box-shop-logos-1 br {
        display: none;
    }
    .contentoverlay .spacer20 {
        height: 10px;
    }
    .contentoverlay h2 {
        font-size: 18px;
        line-height: 1.4;
    }
    .contentoverlay .shop-logo-1 {
        border-radius: 10px;
        width: 200px;
        margin: 10px;
        max-width: 29%;
        transition: 0.15s;
        margin: 5px;
    }
}

.stage .shop-logo-1 {
    border-radius: 10px;
    width: 220px;
    margin: 5px;
    max-width: 230%;
    transition: 0.15s;
    padding: 0 30px;
    background: #fff;
}

@media ( min-width: 960px) {
    .stage .box-shop-logos-1 {
        padding-bottom: 30px;
    }
}

.row .col-img-wrap {
    padding-left: 0;
    padding-right: 0;
}

.col-img-wrap img {
    width: 65.333333vw;
    max-width: 900px;
}

@media ( max-width: 768px) {
    .col-img-wrap img {
        width: 100%;
    }
}

@media ( min-width: 768px) {
    .col-img-wrap img {
        position: absolute;
        bottom: 0;
    }
}

@media ( min-width: 1100px) {
    .col-img-wrap img {
        position: relative;
        bottom: auto;
    }
}

.col-align-right img {
    float: right;
}

@keyframes wobble {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, -5px)
    }
}

.readmore {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    text-align: center;
    width: 100%;
}

@media ( min-width: 768px) {
    .readmore {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
        backdrop-filter: blur(10px);
        padding: 15px 0;
    }
}

.readmore img {
    width: 340px;
    max-width: 100%;
    animation: wobble 2s ease-in-out;
    animation-iteration-count: infinite;
}

.box-01 {
    padding-left: 80px;
    min-height: 80px;
    padding-bottom: 20px;
}

.check-green {
    width: 60px;
    float: left;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

@media ( max-width: 768px) {
    .box-01 {
        padding-left: 60px;
        min-height: 60px;
        padding-bottom: 20px;
    }
    .check-green {
        width: 40px;
        left: 0px;
    }
}

.box-02 {
    padding-left: 80px;
    padding-top: 10px;
    min-height: 80px;
    padding-bottom: 20px;
}

.icon-fact {
    width: 70px;
    float: left;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: -10px;
}

@media ( max-width: 768px) {
    .box-02 {
        padding-left: 60px;
        padding-top: 5px;
        min-height: 80px;
        padding-bottom: 20px;
    }
    .icon-fact {
        width: 60px;
        float: left;
        margin-right: 20px;
        position: absolute;
        top: 0;
        left: -10px;
    }
}

.packshot-1 {
    width: 80%;
    max-width: 550px;
    z-index: 2;
    position: relative;
    margin-top: -300px;
}

@media ( max-width: 1100px) {
    .packshot-1 {
        margin-top: -100px;
    }
}

@media ( max-width: 992px) {
    .packshot-1 {
        margin-top: -50px;
    }
}

@media ( max-width: 768px) {
    .packshot-1 {
        margin-top: -60px;
    }
}

.packshot-2 {
    width: 80%;
    max-width: 800px;
}

.stoerer-right {
    float: right;
    width: 200px;
    max-width: 30%;
}

.arrow-down-1 {
    width: 100%;
    height: 40px;
}

.content ul {
    margin: 10px 0;
    list-style: none;
}

.content ol {
    margin: 10px 0;
}

.content li {
    margin: 0 0 10px 30px;
    line-height: 23px;
    position: relative;
    line-height: 1.45em;
    letter-spacing: 0.02em;
}

.content ol li {
    margin: 0 0 10px 18px;
    padding-left: 3px;
}

.content ul li:before {
    background: url(../img/check-circle.svg) no-repeat;
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    left: -30px;
    top: 0;
}

.content li a {
    color: #666;
}

.content li a:hover {
    opacity: .7;
}

.bg-color-1 {
    background-color: #fff;
}

.bg-color-2 {
    background-color: #e8ecf3;
}

.articleimg {
    width: 300px;
    max-width: 50%;
}

.star {
    width: 32px;
    display: inline-block;
}

.star-1,
.star-2,
.star-3,
.star-4,
.star-5 {
    opacity: 0;
    transform: scale(.2);
}

.active .star-1 {
    transition: 0.1s;
    transition-delay: .5s;
}

.active .star-2 {
    transition: 0.1s;
    transition-delay: .6s;
}

.active .star-3 {
    transition: 0.1s;
    transition-delay: .7s;
}

.active .star-4 {
    transition: 0.1s;
    transition-delay: .8s;
}

.active .star-5 {
    transition: 0.1s;
    transition-delay: .9s;
}

.active .star-1,
.active .star-2,
.active .star-3,
.active .star-4,
.active .star-5 {
    opacity: 1;
    transform: scale(1.1);
}

h4 {
    position: relative;
}

h4 .star {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-40px, -10px) scale(1.2) rotate(-20deg);
}

.fade-in {
    opacity: 0;
    transition: .35s ease-out;
    transform: scale(.9);
    transition-delay: .15s;
}

.fade-in.active {
    opacity: 1;
    transform: scale(1);
}


/* VIDEO / YOUTUBE */

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}


/* GRID */


/*<div class="grid" data-columns> */

@media ( max-width: 768px) {
    .grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media ( min-width: 769px) {
    .grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media ( min-width: 992px) {
    .grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

.column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

.item {
    padding: 0 15px 15px 15px;
}


/* ACC */

.acc_item {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    font-size: 16px;
    line-height: 22px;
}

.acc_btn {
    font-weight: 500;
    cursor: pointer;
    padding-top: 4px;
    padding-right: 15px;
}

.acc_btn p {
    margin: 0;
}

.acc_btn:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    z-index: 100;
    color: #bd9b07;
    position: absolute;
    top: 3px;
    right: 5px;
    transition: all .2s;
}

.acc_btn.active:after {
    transform: rotate(-180deg);
}

.acc_btn:hover {
    opacity: .7;
}

.acc_content {
    padding-top: 12px;
    display: none;
}

.cms .acc_content {
    display: block;
}


/* MAP */

.map {
    height: 400px;
    background: #f9f8f8;
    width: 100%;
}

@media ( max-width: 750px) {
    .map {
        height: 250px;
    }
}


/* *** */

.arrow_up_section {
    position: fixed;
    z-index: 15;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.arrow_up_section .row {
    margin-bottom: 0;
}

.arrow_up {
    position: absolute;
    right: 10px;
    bottom: -200px;
    z-index: 10;
    transition: .5s;
    background: #1b3c91;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
}

.arrow_up.visible {
    bottom: 0;
}

.arrow_up i {
    color: #fff;
}


/* *** */

.sticky-cta {
    position: fixed;
    z-index: 15;
    bottom: 0;
    padding: 0;
    margin: 0;
    transform: translateY(100px);
    transition: .2s;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}

.sticky-cta.visible {
    bottom: 0;
    transform: translateY(0);
}


/* GALLERY */

.gallerywrap a img {
    float: left;
    position: relative;
}

.gallerywrap:hover img {
    opacity: .5;
    z-index: 900;
}

.gallerywrap a img {
    transition: all .4s;
}

.gallerywrap a:hover img {
    transform: scale(1.07);
    transition: all .1s;
    opacity: 1;
    z-index: 1000;
}

.collagewrap {
    background: #fff;
}

.collage {
    padding: 10px;
    background: #fff;
}

.collage img {
    vertical-align: bottom;
    float: left;
}

.collage img a {
    float: left;
}

.pics_in_a_row {
    margin: 1% 0 0 0;
    display: flex;
}

.pics_in_a_row>div:not(:last-child) {
    margin-right: 1%;
}

.pics_in_a_row img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}


/* CONTENTOVERLAY / LIGHTBOX */

.contentoverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    -webkit-background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    z-index: 1250;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding: 40px 15px;
    display: none;
}

@media ( max-width: 768px) {
    .contentoverlay {
        padding: 25px 15px;
    }
}

.contentoverlayclose {
    position: fixed;
    cursor: pointer;
    top: 15px;
    right: 15px;
    z-index: 360;
    transition: 0.2s;
}

.contentoverlayclose:hover {
    opacity: 0.5;
}


/* FORM */

.form_error {
    border: 1px solid red !important;
    color: red !important;
    -webkit-animation: shake .1s;
    -webkit-animation-iteration-count: 3;
    -moz-animation: shake .1s;
    -moz-animation-iteration-count: 3;
    animation: shake .1s;
    animation-iteration-count: 3;
}

@keyframes shake {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, -10px)
    }
}

.not_selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


/* MARQUEE */

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-1800px, 0);
    }
}

.marqueesection {
    background: #eee;
}

.marqueewrap {
    width: 100000px;
}

.marquee.animated {
    animation: marquee 80s linear infinite
}

.marquee a {
    transition: .1s;
    display: inline-block;
    color: #c0392b
}

.marquee h3 {
    font-size: 20px;
    display: inline;
    font-weight: 300;
    letter-spacing: 1px;
    color: #111;
}

.marquee h3 a:hover {
    color: #111;
}

.marquee h3 strong {
    font-size: 22px;
    display: inline;
    font-weight: 300;
    letter-spacing: 1px;
    color: #333
}

@media (max-width:800px) {
    .marquee h3 {
        font-size: 18px;
        display: inline;
    }
}


/*  * * * *  */

.fadeInOnLoad {
    opacity: 0;
    transition: .15s;
}

.clearer {
    clear: both;
}

.overflowhidden {
    overflow: hidden;
}

@media ( min-width: 769px) {
    .mobile {
        display: none;
    }
}


/* MOBILE  NAVIGATION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media ( max-width: 768px) {
    .navigation {
        display: none;
    }
    .navicon {
        position: absolute;
        right: 15px;
        top: 10px;
        height: 30px;
        width: 30px;
        line-height: 0;
        text-align: right;
        display: block;
        z-index: 100;
    }
    .navicon img {
        height: 30px;
    }
    .outerwrap {
        transition: transform .2s;
    }
    .shifted {
        transition: transform .2s;
        transform: translateX(-270px);
    }
    .subnav_mobile {
        background: #1d3b57;
        position: fixed;
        width: 270px;
        top: 0;
        bottom: 0;
        right: -270px;
        transition: transform .2s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 20px 0;
    }
    .subnav_mobile ul {
        list-style: none;
    }
    .subnav_mobile ul li {
        margin: 0 0 0 0;
        text-transform: uppercase;
    }
    .subnav_mobile ul li ul li {
        text-transform: none;
    }
    .subnav_mobile ul li a {
        padding: 10px 5px 10px 20px;
        display: block;
        font-weight: 300;
        color: #fff;
        letter-spacing: 1px;
        word-wrap: break-word;
        hyphens: auto;
    }
    .subnav_mobile ul li a:hover {
        opacity: .8;
    }
    .subnav_mobile ul li a.current {
        color: #fff;
        font-weight: bold;
    }
    .subnav_mobile ul li ul {
        padding: 0 0 0 20px;
    }
    .subnav_mobile ul li ul li a {
        padding: 7px 0;
        color: #fff;
    }
    .subnav_mobile ul li ul li:last-child a {
        margin-bottom: 10px;
    }
    .subnav_mobile.shifted {
        box-shadow: 0 0 6px rgba(0, 0, 0, .3) !important;
    }
    .subnav_mobile_overlay {
        background: rgba(255, 255, 255, .7);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        transition: transform .2s;
    }
    .bodywrap {
        transition: transform .2s;
    }
}


/* Dots */

.slick-dots {
    position: absolute;
    /*bottom: -25px;*/
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 100;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: sans-serif;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #111 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s;
}