body {
    margin: 0;
    padding: 0;
    font-family: 'DINPro-Medium'
}

main {
    overflow: hidden
}

.clearfix {
    display: block;
    clear: both
}

.img-full img {
    width: 100%
}

.alpha {
    padding-left: 0px
}

.omega {
    padding-right: 0px
}

.show-mobile {
    display: none
}

.hide-mobile {
    display: block
}

.col-center {
    float: none;
    margin: auto
}

img {
    max-width: 100%
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

button {
    box-shadow: none
}

button:focus,
button:hover,
button:active {
    outline: 0;
    box-shadow: none !important
}

@font-face {
    font-family: "DINPro";
    src: url("../fonts/DINPro.otf") format("opentype");
    src: url("../fonts/DINPro.eot");
    src: url("../fonts/DINPro.eot") format("embedded-opentype"), url("../fonts/DINPro.woff2") format("woff2"), url("../fonts/DINPro.woff") format("woff"), url("../fonts/DINPro.ttf") format("truetype"), url('$filepath + ".svg"DINPro') format("svg")
}

@font-face {
    font-family: "DINPro-Bold";
    src: url("../fonts/DINPro-Bold.otf") format("opentype");
    src: url("../fonts/DINPro-Bold.eot");
    src: url("../fonts/DINPro-Bold.eot") format("embedded-opentype"), url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype"), url('$filepath + ".svg"DINPro-Bold') format("svg")
}

@font-face {
    font-family: "DINPro-Medium";
    src: url("../fonts/DINPro-Medium.otf") format("opentype");
    src: url("../fonts/DINPro-Medium.eot");
    src: url("../fonts/DINPro-Medium.eot") format("embedded-opentype"), url("../fonts/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium.woff") format("woff"), url("../fonts/DINPro-Medium.ttf") format("truetype"), url('$filepath + ".svg"DINPro-Medium') format("svg")
}

@font-face {
    font-family: "DIN-Regular";
    src: url("../fonts/DIN-Regular.otf") format("opentype");
    src: url("../fonts/DIN-Regular.eot");
    src: url("../fonts/DIN-Regular.eot") format("embedded-opentype"), url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff"), url("../fonts/DIN-Regular.ttf") format("truetype"), url('$filepath + ".svg"DIN-Regular') format("svg")
}

@font-face {
    font-family: "DINPro-Light";
    src: url("../fonts/DINPro-Light.otf") format("opentype");
    src: url("../fonts/DINPro-Light.eot");
    src: url("../fonts/DINPro-Light.eot") format("embedded-opentype"), url("../fonts/DINPro-Light.woff2") format("woff2"), url("../fonts/DINPro-Light.woff") format("woff"), url("../fonts/DINPro-Light.ttf") format("truetype"), url('$filepath + ".svg"DINPro-Light') format("svg")
}

@font-face {
    font-family: "GE_SS_Two_Medium";
    src: url("../fonts/GE_SS_Two_Medium.otf") format("opentype");
    src: url("../fonts/GE_SS_Two_Medium.eot");
    src: url("../fonts/GE_SS_Two_Medium.eot") format("embedded-opentype"), url("../fonts/GE_SS_Two_Medium.woff2") format("woff2"), url("../fonts/GE_SS_Two_Medium.woff") format("woff"), url("../fonts/GE_SS_Two_Medium.ttf") format("truetype"), url('$filepath + ".svg"GE_SS_Two_Medium') format("svg")
}

@font-face {
    font-family: "Dax-Regular";
    src: url("../fonts/Dax-Regular.otf") format("opentype");
    src: url("../fonts/Dax-Regular.eot");
    src: url("../fonts/Dax-Regular.eot") format("embedded-opentype"), url("../fonts/Dax-Regular.woff2") format("woff2"), url("../fonts/Dax-Regular.woff") format("woff"), url("../fonts/Dax-Regular.ttf") format("truetype"), url('$filepath + ".svg"Dax-Regular') format("svg")
}

@font-face {
    font-family: "Dax-Bold";
    src: url("../fonts/Dax-Bold.otf") format("opentype");
    src: url("../fonts/Dax-Bold.eot");
    src: url("../fonts/Dax-Bold.eot") format("embedded-opentype"), url("../fonts/Dax-Bold.woff2") format("woff2"), url("../fonts/Dax-Bold.woff") format("woff"), url("../fonts/Dax-Bold.ttf") format("truetype"), url('$filepath + ".svg"Dax-Bold') format("svg")
}

@font-face {
    font-family: "JFFlat-Regular";
    src: url("../fonts/JFFlat-Regular.otf") format("opentype");
    src: url("../fonts/JFFlat-Regular.eot");
    src: url("../fonts/JFFlat-Regular.eot") format("embedded-opentype"), url("../fonts/JFFlat-Regular.woff2") format("woff2"), url("../fonts/JFFlat-Regular.woff") format("woff"), url("../fonts/JFFlat-Regular.ttf") format("truetype"), url('$filepath + ".svg"JFFlat-Regular') format("svg")
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1000
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    z-index: 1
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.gen-modal-popup {
    background: #fff;
    overflow: hidden
}

.popup-block {
    background: #fff;
    padding: 35px;
    text-align: left;
    max-width: 590px;
    margin: 40px auto;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.popup-block .title {
    padding: 0 0 10px
}

.popup-block .title h2 {
    float: left;
    margin: 0;
    color: #1595d6;
    font-family: 'DINPro-Bold';
    font-size: 25px
}

.popup-block .title .actions {
    float: right
}

.popup-block .title .actions p {
    font-size: 18px;
    margin: 0;
    font-family: 'DINPro-Light';
    color: #8b8b8b
}

.popup-block .title .actions p a {
    font-family: 'DINPro-Bold';
    color: #1595d6;
    text-decoration: underline
}

.popup-block .title:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.popup-block .signup-content .form-wrap .btn-block {
    margin: 0
}

.popup-block .signup-content .checkbox-lbl {
    color: #8b8b8b;
    font-family: 'DINPro-Light';
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    padding-top: 2px;
    text-align: left
}

.popup-block .signup-content [type="checkbox"]:not(:checked)+label:before,
.popup-block .signup-content [type="checkbox"]:checked+label:before {
    width: 26px;
    height: 27px;
    border: 0;
    box-shadow: none;
    background: #1595d6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.popup-block .signup-content [type="checkbox"]:not(:checked)+label:after,
.popup-block .signup-content [type="checkbox"]:checked+label:after {
    content: '';
    background: url("../images/tick-icon.png") no-repeat;
    width: 14px;
    height: 10px;
    top: 10px;
    left: 6px
}

.form-wrap .form-group {
    margin: 0 0 20px
}

.form-wrap .btn-block {
    margin: 0 0 35px
}

.form-wrap .guest-link {
    margin: 0;
    font-family: 'DINPro-Light';
    color: #8b8b8b;
    font-size: 18px;
    text-align: center
}

.form-wrap .guest-link span,
.form-wrap .guest-link a {
    font-family: 'DINPro-Bold'
}

.form-wrap .guest-link a {
    text-decoration: underline;
    color: #1595d6
}

.form-wrap .guest-link span {
    color: #1595d6
}

.form-wrap .btn {
    height: 47px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    width: 128px;
    background: #1595d6;
    color: #fff;
    font-family: 'DINPro-Bold';
    font-size: 16px
}

.form-wrap input,
.form-wrap select {
    height: 47px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    font-family: 'DINPro-Light';
    color: #8b8b8b;
    font-size: 18px;
    box-shadow: none;
    border: 0
}

.form-wrap input:focus,
.form-wrap select:focus {
    border-color: transparent;
    box-shadow: none;
    outline: 0
}

.form-wrap input.date-control,
.form-wrap select.date-control {
    background: #eaeaea url("../images/calendar-icon.png") 95% 9px no-repeat
}

.form-wrap input.drop-control,
.form-wrap select.drop-control {
    appearance: none;
    -webkit-appearance: none;
    background: #eaeaea url("../images/arrow_dwn2.png") 95% 19px no-repeat
}

.form-wrap input[type="checkbox"] {
    height: inherit
}

.form-wrap .forget-password {
    font-family: 'DINPro-Light';
    color: #8b8b8b;
    font-size: 16px;
    margin: 10px 0 0;
    text-align: center
}

.form-wrap .forget-password a {
    font-family: 'DINPro-Bold';
    color: #8b8b8b;
    text-decoration: underline
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3)
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: 'Γ£ö';
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 18px;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999
}

[type="checkbox"]:disabled+label {
    color: #aaa
}

[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    border: 1px dotted blue
}

label:hover:before {
    border: 1px solid #4778d9 !important
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1000
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    z-index: 1
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.navbar {
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    margin: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background: #fff;
   
}

.navbar .navbar-brand {
    line-height: normal;
    margin: 0 !important;
    padding: 0;
    height: auto
}

.navbar .navbar-brand img {
    max-width: 140px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.nav-right {
    float: right;
    margin-top: 36px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.navbar-nav {
    margin-top: 20px;
    padding: 10px 0 10px 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.navbar-nav>li {
    font-family: 'DINPro-Bold';
    text-transform: uppercase;
    padding: 0 8px 0 0;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.navbar-nav>li.menu-item-has-children>a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navbar-nav>li>a {
    color: #001595;
    font-size: 15px;
    padding: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
@media(max-width:1200px) {
    
.navbar-nav>li>a {
    font-size: 14px;
    padding: 4px;
}
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active {
    background: none;
    color: #1595d6;
}

.navbar-nav>li ul {
    padding: 22px 0 0;
    position: absolute;
    margin: 0;
    z-index: 999;
    top: 40px;
    left: 0;
    display: none;
    background: #1595d6;
    min-width: 175px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.navbar-nav>li ul li {
    list-style: none;
    padding: 0
}

.navbar-nav>li ul li:hover {
    background: #1595d6
}

.navbar-nav>li ul li>a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 10px 15px
}

.navbar-nav>li ul li>a:hover,
.navbar-nav>li ul li>a:focus,
.navbar-nav>li ul li>a:active {
    background: none;
    color: #fff
}

.navbar-nav>li:hover ul {
    display: block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.get-in-touch {
    float: left;
    padding-top: 0
}

.lang {
    font-size: 16px;
    margin-top: 3px;
    margin-left: 30px;
    float: left;
    font-family: 'GE_SS_Two_Medium';
    position: relative
}

.lang a {
    display: inline-block;
    padding-right: 25px;
    color: #001595;
    position: relative;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease
}

.lang a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/ico-globe.png) left top no-repeat;
    width: 17px;
    height: 17px
}

.lang a:hover,
.lang a:focus,
.lang a:active {
    color: #1595d6;
}

.fixed-header .navbar-nav {
    margin-top: 5px
}

.fixed-header .navbar-nav>li ul {
    padding: 17px 0 0
}

.fixed-header .navbar {
    background: #fff;
    z-index: 1001;
    border-radius: 0;
}

.fixed-header .navbar .navbar-brand img {
    max-width: 140px
}

.fixed-header .nav-right {
    margin-top: 23px
}

.fixed-header .inner-nav {
    position: fixed;
    width: 100%
}

.navbar-toggle {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    width: 28px;
    height: 22px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10
}

.navbar-toggle span {
    background: none;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 9px;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.navbar-toggle span:after,
.navbar-toggle span:before {
    content: "";
    background: #001595;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.navbar-toggle span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar-toggle span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar-toggle.collapsed span {
    background: #001595
}

.navbar-toggle.collapsed span:after {
    bottom: -9px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}

.navbar-toggle.collapsed span:before {
    top: -9px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}

html,
body {
    height: 100%
}

main {
    min-height: 100%;
    height: auto;
    margin: 0 auto -265px;
    padding-bottom: 265px
}

main em {
    font-style: normal
}

main.home {
    position: relative
}

main.home:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 200px;
    background-size: 100% auto;
    width: 100%;
    min-height: 763px;
    z-index: -1
}

footer {
    font-family: 'DINPro-Medium';
    font-size: 16px;
    padding: 30px 0;
    height: 195px;
    position: relative;
    z-index: 20;
    background: #1595d6;
    margin-top: 70px
}

footer:after {
    content: "";
    background: url(../images/bg-wave.png) left top no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
    height: 70px
}

footer .title {
    margin: 0 0 20px
}

footer .title h2 {
    color: #fff;
    font-size: 16px;
    font-family: 'DINPro-Bold';
    margin: 0
}

footer .content {
    margin-bottom: 10px;
    color: #fff
}

footer a {
    color: #fff;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #000
}

footer a:visited {
    color: #fff
}

footer a:visited:hover {
    color: #000
}

footer a.email {
    color: #fff;
    text-decoration: underline
}

footer a.email:hover,
footer a.email:focus,
footer a.email:active {
    color: #000;
    text-decoration: none
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff
}

footer ul li {
    font-family: 'DINPro-Medium'
}

footer address {
    font-style: normal;
    margin: 0;
    color: #fff
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000
}

.social:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.social li {
    float: left;
    padding: 0 0 0 15px
}

.social li:first-child {
    padding: 0
}

.social li a {
    background: #1595d6;
    float: left;
    position: relative;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease
}

.social li a:hover,
.social li a:focus,
.social li a:active {
    background: #000
}

.social li a:after {
    content: "";
    background: url(../images/ico-social.png) left top no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-left: -9.5px;
    margin-top: -11px
}

.social li a.ins:after {
    background-position: left 2px
}

.social li a.fb:after {
    background-position: -58px 2px
}

.social li a.tw:after {
    width: 21px;
    background-position: -117px 2px
}

.social li a.yt:after {
    background-position: right 0
}

.footer-wave {
    position: relative;
    overflow: hidden;
    height: 140px;
    margin-top: -140px;
    margin-bottom: -70px
}

.footer-wave .redline {
    min-width: 100%
}

.canvas {
    position: absolute;
    bottom: 0px;
    z-index: 10
}

.redline {
    position: absolute;
    bottom: 0px;
    z-index: 9
}

.banner-sec {
    position: relative;
    background-size: cover
}

.banner-sec ul {
    padding: 0;
    z-index: 9;
    margin: 0;
    height: 100%
}

.banner-sec ul li {
    list-style: none
}

.banner-sec iframe {
    width: 100vw;
    height: 100vh
}

.banner-sec .owl-stage-outer {
    height: 100%
}

.banner-sec .owl-stage {
    height: 100%
}

.banner-sec .owl-nav {
    display: none
}

.banner-sec img {
    width: 100%;
    height: auto;
    display: none
}

.banner-sec video {
    width: 100%
}

.banner-sec iframe {
    width: 100%
}

.banner-sec .banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 95
}

.banner-sec .playpause {
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 64px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center
}

.banner-sec .banner-img {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    height: 95vh;
    overflow: hidden
}

.banner-sec .banner-img iframe,
.banner-sec .banner-img object,
.banner-sec .banner-img embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50
}

.banner-sec .content {
    position: absolute;
    top: 38%;
    width: 80%;
    left: 10%;
    text-align: center
}

.banner-sec .content h1 {
    font-size: 48px;
    color: ;
    font-family: 'DINPro-Bold';
    margin: 0 0 10px
}

.banner-sec .content p {
    font-family: 'DINPro-Medium';
    color: #fff;
    font-size: 18px
}

.banner-sec .content .btn {
    margin-top: 10%;
    border: 0;
    box-shadow: none;
    width: 155px;
    height: 52px;
    font-family: 'DINPro-Bold';
    font-size: 16px;
    background: #1595d6;
    color: #e9f6ff;
    padding: 5px 10px;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.banner-sec .content .btn:focus,
.banner-sec .content .btn:hover,
.banner-sec .content .btn:active {
    box-shadow: none;
    border: 0;
    outline: 0 !important;
    background: #000;
    color: #e9f6ff
}

.banner-sec .canvas {
    position: absolute;
    bottom: -10px;
    z-index: 10
}

.banner-sec .redline {
    position: absolute;
    bottom: 0px;
    z-index: 9
}

.banner-sec .banner-waves {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 999
}

.banner-sec .pop-tag {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    visibility: hidden;
    text-align: center;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.banner-sec .pop-tag.active {
    visibility: visible;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.banner-sec .pop-tag a {
    position: absolute;
    top: 45%;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'DINPro-Bold'
}

.banner-sec a.close {
    position: absolute;
    top: 140px;
    right: 7%;
    opacity: 1;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: url("../images/close.png") no-repeat;
    width: 20px;
    height: 20px
}

.banner-sec .arrow {
    position: absolute;
    bottom: 80px;
    background: url(../images/arrow-down.png) left top no-repeat;
    width: 41px;
    height: 28px;
    left: 50%;
    margin-left: -15px;
    z-index: 99;
    -moz-animation: bounce 2s 4;
    -webkit-animation: bounce 2s 4;
    animation: bounce 2s 4
}

.banner-sec .arrow:hover {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

.product-slider-sec {
    background-size: cover;
    padding: 25px 0;
    min-height: 600px
}

.title-block {
    text-align: center;
    margin: 0 0 20px
}

.title-block h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'DINPro-Bold';
    margin: 0 0 10px;
    text-transform: uppercase
}

.title-block p {
    font-family: 'DINPro-Medium';
    color: #fff;
    font-size: 16px
}

.product-carousel .owl-stage-outer {
    overflow: visible
}

.product-carousel .owl-nav button {
    background: url(../images/ico-arrow.png) center no-repeat;
    width: 17px;
    height: 30px;
    position: absolute;
    top: 50%;
    border: 0;
    font-size: 0;
    color: transparent;
    margin-top: -15px;
    z-index: 25;
    opacity: 0.75;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.product-carousel .owl-nav button:hover {
    opacity: 1
}

.product-carousel .owl-nav .owl-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-carousel .owl-nav .owl-next {
    right: 0
}

.product-carousel .img-block {
    text-align: center;
    position: relative
}

.product-carousel .img-block:after {
    background: url(../images/bg-shadow.png) center bottom no-repeat;
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 162px;
    height: 34px;
    margin-left: -81px;
    z-index: 5
}

.product-carousel .img-block img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    position: relative;
    z-index: 10;
    max-height: 300px;
    max-width: 300px;
    height: 300px;
    width: 300px;
}

.product-carousel .item {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.product-carousel .content {
    font-size: 16px;
    font-family: 'DIN-Regular';
    background: #1595d6;
    width: 180px;
    padding: 15px;
    position: absolute;
    right: -75px;
    top: 45%;
    opacity: 0;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    z-index: 10
}

.product-carousel .content h2 {
    color: #fff;
    font-family: 'DINPro-Bold';
    font-size: 24px;
    margin: 0 0 5px;
    text-align: left
}

.product-carousel .content p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-family: 'DIN-Regular';
    text-align: left
}

.product-carousel .center .item {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.product-carousel .center .content {
    opacity: 1
}

.fade.active {
    opacity: 1
}

.home-tabs {
    border: 0;
    text-align: center;
    padding: 0 0 30px
}

.home-tabs>li {
    float: none;
    display: inline-block;
    padding: 0 0 0 12px;
    margin: 0 0 0 10px;
    border-left: 2px solid #fff
}

.home-tabs>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}

.home-tabs>li.active a {
    color: #1595d6;
    background: none;
    border: 0
}

.home-tabs>li.active a:hover,
.home-tabs>li.active a:focus {
    color: #1595d6;
    background: none;
    border: 0
}

.home-tabs>li>a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'DINPro-Medium';
    border: 0;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.home-tabs>li>a:hover,
.home-tabs>li>a.active {
    background: none;
    border: 0;
    color: #1595d6;
    font-family: 'DINPro-Medium'
}

.engage-sec {
    padding: 180px 0;
    background: url("../images/new-bg3.jpeg") center top no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.engage-sec .grid-wrap {
    padding: 0 0 25px
}

.engage-sec .banner-waves2 {
    position: absolute;
    bottom: -5px;
    z-index: 9
}

.join-us {
    text-align: center
}

.join-us h2 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'DINPro-Medium';
    margin: 0 0 15px;
    color: #fff
}

.join-us h2 a {
    color: #fff;
    font-family: 'DINPro-Bold'
}

.join-us .social {
    display: inline-block
}

.whatson-sec {
    padding: 220px 0 220px;
    background: url("../images/new-bg2.jpeg") no-repeat;
    background-size: 175% auto
}

.whatson-sec .content {
    position: relative;
    overflow: hidden;
    max-height: 315px;
    margin-bottom: 30px;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    background: url("../images/4.jpg");
}

.whatson-sec .content img {
    width: 100%;
    margin: 0 auto;
    display: block;
    min-height: 360px;
}

.whatson-sec .content:hover .content-block {
    height: 100%
}

.whatson-sec .content:hover .details {
    overflow: visible
}

.whatson-sec .content:hover .more {
    opacity: 1
}

.whatson-sec .content-block {
    background: rgba(21, 149, 214, 0.86);
    color: #fff;
    font-family: 'DINPro-Medium';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    text-align: center;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.whatson-sec .content-block .details {
    padding: 15px 25px;
    text-align: left;
    overflow: hidden
}

.whatson-sec .content-block h2 {
    font-family: 'DINPro-Bold';
    color: #fff;
    font-size: 22px;
    margin: 0 0 15px
}

.whatson-sec .content-block a {
    font-family: 'DINPro-Bold';
    color: #fff;
    font-size: 22px;
    margin: 0 auto 15px;
    display: block
}

.whatson-sec .content-block a:hover {
    color: #5f5f5f
}

.whatson-sec .content-block p {
    font-family: 'DINPro-Medium';
    color: #fff
}

.whatson-sec .content-block:hover {
    background: #1595d6
}

.whatson-sec .more {
    background: url(../images/ico-plus.png) center no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    opacity: 0
}

.whatson-sec .more:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.grid {
    width: 100%
}

.grid:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.grid .grid-item,
.grid .grid-sizer {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin: 5px 0;
    height: 205px;
    overflow: hidden
}

.grid .grid-item .item,
.grid .grid-sizer .item {
    background: #000;
    width: 100%;
    display: table;
    height: 100%
}

.grid .grid-item a,
.grid .grid-sizer a {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.grid .grid-item img,
.grid .grid-sizer img {
    width: 100%
}

.product-desc {
    z-index: 99;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    min-height: 450px;
    padding-top: 140px
}

.product-desc.in-view {
    display: block;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease
}

.gform_confirmation_message {
    font-size: 24px;
    padding: 20px 0;
    margin: 20px 0 50px;
    color: #1595d6
}

.products-sec {
    background: #fff url("../images/new-bg1.jpeg") center top no-repeat;
    background-size: 215% auto;
    position: relative;
    padding-bottom: 130px;
    margin-top: 0px;
    z-index: 999
}

.products-sec .boxcanvas {
    position: absolute;
    bottom: 0px;
    z-index: 9
}

.tab-content {
    text-align: center
}

.tab-content .active {
    margin-bottom: 30px
}

.tab-content .view-all-btn {
    background: #1595d6;
    color: #fff;
    min-width: 150px;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.tab-content .view-all-btn:hover {
    background: #fff;
    color: #1595d6
}

.tab-content .vat-info.home {
    color: #fff;
    margin: 0;
    padding: 10px 0
}

#redline2,
#redline3 {
    max-height: 100px
}

#canvas2,
#canvas3 {
    max-height: 100px
}

.article-text ul {
    margin: 0
}

.order-modal {
    background: transparent
}

.order-modal.popup-block {
    padding: 0;
    margin: 0px auto;
    max-width: inherit
}

.order-modal h2 {
    color: #001595;
    text-align: center
}

.order-modal .mfp-close {
    text-indent: -99999px;
    background: url("../images/close.png");
    width: 20px;
    height: 20px;
    opacity: 1
}

.order-modal .form-group {
    margin-bottom: 10px
}

.order-modal .controls input {
    background: #fff;
    height: 35px;
    width: 100%;
    display: block;
    line-height: 17px;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: 'DINPro-Light';
    color: #8b8b8b;
    font-size: 16px;
    box-shadow: none;
    outline: none
}

.order-modal label {
    font-family: 'DINPro';
    text-align: left;
    display: block;
    font-weight: normal;
    color: #001595;
    font-size: 16px
}

.order-modal .order_submit {
    height: 45px;
    width: 175px;
    font-size: 14px;
    background: #1595d6;
    color: #fff;
    font-family: 'DINPro-Bold';
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 0;
    outline: 0;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    text-shadow: none
}

.order-modal textarea {
    padding: 5px 15px;
    min-height: 70px;
    resize: none;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    outline: none;
    font-family: 'DINPro-Light';
    color: #8b8b8b;
    font-size: 16px
}

.order-modal select {
    background: #fff url(../images/arrow.png) 98.5% 50% no-repeat;
    appearance: none;
    height: 35px;
    width: 100%;
    display: block;
    line-height: 17px;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: 'DINPro-Light';
    color: #8b8b8b;
    font-size: 16px;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -moz-appearance: none
}

.order-modal select:focus {
    outline: 0
}

.order-modal select::-moz-expand {
    display: none
}

.order-modal select::-ms-expand {
    display: none
}

.order-modal .call-wrap {
    width: 100%;
    height: 600px;
    display: table
}

.order-modal .call-wrap #calltoorder {
    vertical-align: middle;
    display: table-cell;
    text-align: center
}

.order-modal .call-wrap .contact {
    display: inline-block;
    padding-left: 60px;
    background: url(../images/ico-call.png) left center no-repeat;
    min-height: 80px
}

.order-modal .call-wrap .call {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 5px;
    text-align: left
}

.order-modal .call-wrap .call a {
    color: #1595d6;
    text-transform: uppercase
}

.order-modal .call-wrap .or {
    font-size: 18px;
    color: #1595d6;
    font-family: 'DINPro-Bold';
    position: relative;
    line-height: 18px;
    margin-bottom: 5px
}

.order-modal .call-wrap .or:after,
.order-modal .call-wrap .or:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    top: 51%;
    width: 45%;
    left: 0
}

.order-modal .call-wrap .or:before {
    left: inherit;
    right: 0
}

.order-modal .call-wrap .email {
    color: #1595d6;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 0;
    font-family: 'DINPro-Medium'
}

.order-modal .call-wrap .email a {
    color: #fff
}

.order-modal .error {
    color: red;
    font-size: 16px;
    text-align: center;
    margin: 10px 0
}

.order-modal .success {
    color: #fff;
    text-align: center;
    margin: 10px 0;
    font-size: 16px
}

.order-modal .ajax-spinner {
    text-align: center;
    margin: 10px auto;
    display: block
}

#orderForm {
    
}

.order-form {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 1001;
    max-width: 166px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.order-form:hover .cart-btn {
    left: -80px
}

.order-form:hover .order-btn {
    left: 0
}

.order-form .order-btn {
    position: absolute;
    left: -166px;
    width: 166px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.order-form .cart-btn {
    display: block;
    max-width: 80px;
    position: absolute;
    left: 0;
    width: 80px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.order-form .cart-btn img {
    max-width: 100%
}

.order-form .cart-btn-m {
    display: none
}

.product-carousel {
    overflow: hidden
}

.vat-info {
    color: #1595d6;
    display: block;
    clear: both;
    padding: 10px 0;
    margin: 0;
    font-size: 12px
}

.vat-info.inner {
    color: #1595d6;
    display: block;
    clear: both;
    padding: 10px 0;
    margin: 0;
    font-size: 12px !important
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.inner-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.newsPage .news-info h2,
.newsPage .related-news .related-widget h2 {
    color: #1595d6;
    font-family: 'DINPro-Bold'
}

.newsPage .news-info .news-attr,
.newsPage .related-news .related-widget .news-attr {
    display: flex;
    margin-top: 16px;
    justify-content: flex-end;
    font-family: 'DINPro-Medium';
    align-items: center
}

.newsPage .news-info .news-attr .tag,
.newsPage .related-news .related-widget .news-attr .tag {
    background: rgba(0, 0, 0, 0.15);
    padding: 6px 8px;
    border-radius: 4px;
    color: #5f5f5f;
    margin-right: auto
}

.newsPage .news-info .news-attr .date,
.newsPage .related-news .related-widget .news-attr .date {
    margin-right: 10px
}

.newsPage .news-info .news-attr .share-link img,
.newsPage .related-news .related-widget .news-attr .share-link img {
    max-width: 14px;
    margin-right: 2px
}

.newsPage .news-body {
    margin: 20px 0
}

.newsPage .news-body .news-img {
    border-radius: 14px;
    margin: 0 auto;
    display: block
}

.newsPage .news-body p {
    font-family: 'DINPro-Medium';
    font-size: 16px
}

.newsPage .news-body .article-text {
    margin: 20px 0
}

.newsPage .news-body .social-share {
    display: flex;
    align-items: center
}

.newsPage .news-body .social-share h4 {
    font-family: 'DINPro-Medium'
}

.newsPage .news-body .social-share ul {
    padding-left: 10px;
    margin-bottom: 0
}

.newsPage .news-body .social-share ul li {
    background: #b2b2b2;
    list-style: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-right: 3px;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.newsPage .news-body .social-share ul li:hover {
    background: #1595d6
}

.newsPage .news-body .social-share ul li img {
    max-height: 25px
}

.newsPage .related-news {
    background: #fafafa;
    min-height: 100px;
    margin: 26px 0;
    border-radius: 12px;
    padding: 20px 30px
}

.newsPage .related-news h3 {
    font-family: 'DINPro-Bold';
    text-align: center;
    color: #1595d6
}

.newsPage .related-news .related-widget {
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    padding-bottom: 26px;
    margin: 28px 0
}

.newsPage .related-news .related-widget .news-img {
    border-radius: 12px
}

.newsPage .related-news .related-widget h2 {
    font-size: 20px;
    margin-top: 12px
}

.newsPage .related-news .related-widget a {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 10px;
    line-height: 1;
    display: block;
    color: #1595d6
}

.newsPage .related-news .related-widget a:hover {
    color: #5f5f5f
}

.newsPage .related-news .related-widget .news-attr {
    margin-top: 0
}

.newsPage .related-news .related-widget .news-attr .date {
    margin-right: auto
}

.newsPage .related-news .related-widget .news-attr .share-link {
    font-size: 14px
}

.newsPage .related-news .related-widget:last-of-type {
    border: none
}

.animated-section {
    text-align: center;
    position: relative;
    min-height: 450px;
    float: left;
    width: 100%;
    display: none
}

.animated-section .floating-row {
    display: flex;
    min-height: 140px;
    position: relative
}

.animated-section .floating-text {
    position: absolute;
    top: 55px;
    left: 60px;
    width: 300px;
    text-align: left
}

.animated-section .floating-text .line {
    position: absolute;
    right: -130px;
    top: 20px;
    height: 0px;
    width: 1px;
    border-bottom: 1px solid #fff
}

.animated-section .floating-text .line span {
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: -4px;
    left: -1px;
    border-radius: 50%
}

.animated-section .floating-text .line-1 {
    -webkit-animation: increase 0.5s;
    -moz-animation: increase 0.5s;
    -o-animation: increase 0.5s;
    animation: increase 0.5s;
    animation-delay: 2s;
    animation-fill-mode: forwards
}

@keyframes increase {
    100% {
        width: 255px
    }
}

.animated-section .floating-text .line-2 {
    -webkit-animation: increase-2 0.5s;
    -moz-animation: increase-2 0.5s;
    -o-animation: increase-2 0.5s;
    animation: increase-2 0.5s;
    animation-delay: 3s;
    animation-fill-mode: forwards
}

@keyframes increase-2 {
    100% {
        width: 115px
    }
}

.animated-section .floating-text .line-3 {
    right: -140px !important;
    -webkit-animation: increase-3 0.5s;
    -moz-animation: increase-3 0.5s;
    -o-animation: increase-3 0.5s;
    animation: increase-3 0.5s;
    animation-delay: 4s;
    animation-fill-mode: forwards
}

@keyframes increase-3 {
    100% {
        width: 120px
    }
}

.animated-section .floating-text .line-4 {
    left: -98px !important;
    -webkit-animation: increase-4 0.5s;
    -moz-animation: increase-4 0.5s;
    -o-animation: increase-4 0.5s;
    animation: increase-4 0.5s;
    animation-delay: 5s;
    animation-fill-mode: forwards
}

@keyframes increase-4 {
    100% {
        width: 80px
    }
}

.animated-section .floating-text .line-5 {
    right: -192px !important;
    -webkit-animation: increase-5 0.5s;
    -moz-animation: increase-5 0.5s;
    -o-animation: increase-5 0.5s;
    animation: increase-5 0.5s;
    animation-delay: 6s;
    animation-fill-mode: forwards
}

@keyframes increase-5 {
    100% {
        width: 330px
    }
}

.animated-section .floating-text .line-6 {
    left: -98px !important;
    -webkit-animation: increase-6 0.5s;
    -moz-animation: increase-6 0.5s;
    -o-animation: increase-6 0.5s;
    animation: increase-6 0.5s;
    animation-delay: 7s;
    animation-fill-mode: forwards
}

@keyframes increase-6 {
    100% {
        width: 80px
    }
}

.animated-section .floating-text.bottle-item3 {
    top: 45px;
    width: 330px
}

.animated-section .floating-text.bottle-item3 h4 {
    text-align: right
}

.animated-section .floating-text.bottle-item4 {
    top: 30px
}

.animated-section .floating-text.bottle-item5 {
    top: -25px
}

.animated-section .floating-text.bottle-item6 {
    top: 5px
}

.animated-section .floating-right {
    right: 125px;
    left: inherit
}

.animated-section .floating-right .line {
    right: initial;
    left: -128px
}

.animated-section .floating-right .line span {
    right: -1px;
    left: initial
}

.animated-section h4 {
    color: #1595d6;
    font-family: 'DINPro-Bold';
    font-size: 16px
}

 .animated-section p{
    font-family: 'DIN-Regular';
font-size: 16px;
    color: #fff;
}

.anim-delay-1 {
    animation-delay: 1s
}

.anim-delay-2 {
    animation-delay: 1.5s
}

.anim-delay-3 {
    animation-delay: 1s
}

.anim-delay-4 {
    animation-delay: 2.5s
}

.anim-delay-5 {
    animation-delay: 2.5s
}

.anim-delay-6 {
    animation-delay: 2.5s
}

.anim-delay-7 {
    animation-delay: 4s
}

.anim-delay-8 {
    animation-delay: 4.5s
}

.anim-delay-9 {
    animation-delay: 3.5s
}

.anim-delay-10 {
    animation-delay: 3.5s
}

.anim-delay-11 {
    animation-delay: 6s
}

.anim-delay-12 {
    animation-delay: 6.5s
}

.anim-delay-13 {
    animation-delay: 4.5s
}

.anim-delay-14 {
    animation-delay: 4.5s
}

.anim-delay-15 {
    animation-delay: 8s
}

.anim-delay-16 {
    animation-delay: 8.5s
}

.anim-delay-17 {
    animation-delay: 5.5s
}

.anim-delay-18 {
    animation-delay: 6s
}

.anim-delay-19 {
    animation-delay: 7s
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bottle-animated {
    animation: bottle-animation linear 1.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: bottle-animation linear 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: bottle-animation linear 1.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: bottle-animation linear 1.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: bottle-animation linear 1.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    transform: translate(0px, 0px) rotate(-15deg) scaleX(0.9) scaleY(0.9);
    -webkit-transform: translate(0px, 0px) rotate(-15deg) scaleX(0.9) scaleY(0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    z-index: 99
}

@keyframes bottle-animation {
    0% {
        transform: translate(0px, -200px) rotate(0deg) scaleX(0.1) scaleY(0.1)
    }
    50% {
        transform: translate(0px, 0px) rotate(0deg) scaleX(1) scaleY(1)
    }
    100% {
        transform: translate(0px, 0px) rotate(-15deg) scaleX(0.9) scaleY(0.9)
    }
}

@-moz-keyframes bottle-animation {
    0% {
        -moz-transform: translate(0px, -200px) rotate(0deg) scaleX(0.1) scaleY(0.1)
    }
    50% {
        -moz-transform: translate(0px, 0px) rotate(0deg) scaleX(1) scaleY(1)
    }
    100% {
        -moz-transform: translate(0px, 0px) rotate(-15deg) scaleX(0.9) scaleY(0.9)
    }
}

@-webkit-keyframes bottle-animation {
    0% {
        -webkit-transform: translate(0px, -200px) rotate(0deg) scaleX(0.1) scaleY(0.1)
    }
    50% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scaleX(1) scaleY(1)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(-15deg) scaleX(0.9) scaleY(0.9)
    }
}

@-o-keyframes bottle-animation {
    0% {
        -o-transform: translate(0px, -200px) rotate(0deg) scaleX(0.1) scaleY(0.1)
    }
    50% {
        -o-transform: translate(0px, 0px) rotate(0deg) scaleX(1) scaleY(1)
    }
    100% {
        -o-transform: translate(0px, 0px) rotate(-15deg) scaleX(0.9) scaleY(0.9)
    }
}

@-ms-keyframes bottle-animation {
    0% {
        -ms-transform: translate(0px, -200px) rotate(0deg) scaleX(0.1) scaleY(0.1)
    }
    50% {
        -ms-transform: translate(0px, 0px) rotate(0deg) scaleX(1) scaleY(1)
    }
    100% {
        -ms-transform: translate(0px, 0px) rotate(-15deg) scaleX(0.9) scaleY(0.9)
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        transform: scale3d(1.3, 1.3, 1.3)
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

.animated.bounceIn,
.animated.bounceOut {
    animation-duration: 0.75s
}

.in-view.animated-section {
    display: block
}

.red_bar {
    background: #1595d6;
    padding: 10px 0
}

.red_bar .nav-tabs {
    border-bottom: 0
}

.red_bar li {
    margin-right: 15px
}

.red_bar li .active {
    background: #ffffff;
    color: #1595d6;
    padding: 8px 15px
}

.red_bar li a {
    font-family: 'DINPro-Bold';
    border-radius: 50px;
    display: block;
    cursor: pointer;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.red_bar li a:hover {
    color: #1595d6
}

.red_bar li:hover a {
    color: #000
}

.red_bar a {
    color: #fff;
    font-size: 14px;
    font-family: 'DIN-Regular';
    margin-right: 10px;
    line-height: 39px
}

.red_bar a span {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.red_bar a .log-ico {
    background: url(../images/log-ico.png) no-repeat top center
}

.red_bar a .reg-ico {
    background: url(../images/reg-ico.png) no-repeat top center
}

.red_bar a .loged-ico {
    background: url(../images/loged-ico.png) no-repeat top center;
    width: 30px;
    height: 27px
}

.red_bar a .arrowdwn-ico {
    background: url(../images/arrow_dwn.png) no-repeat top center;
    width: 10px;
    height: 6px;
    margin-left: 5px
}

.drop_list {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 47px
}

.drop_list .arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    list-style: none;
    padding-left: 0;
    border-radius: 10px
}

.drop_list:after,
.drop_list:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.drop_list:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.drop_list:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px
}

.drop_list li {
    margin-right: 0;
    text-align: center
}

.drop_list a {
    color: #464646;
    margin-right: 0
}
/*
.productsCategoty {
    margin-top: 50px;
    margin-bottom: 30px
}
*/
.productsCategoty .product-block {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 25px;
    min-height: 301px;
    display: flex;
    justify-content: center;
    align-items: center
}

.productsCategoty .product-block span {
    position: absolute;
    top: 0px;
    right: 0;
    background: #e6e6e6;
    padding: 5px 16px;
    border-radius: 0 10px 0 10px;
    color: #1595d6;
    font-family: 'DINPro-Bold'
}

.productsCategoty .product-block a {
    display: block;
    padding: 20px 0px;
    width: 100%;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.productsCategoty .product-block a:hover {
    color: #000
}

.productsCategoty .product-block a img {
    width: 100%;
    object-fit: scale-down;
    height: 230px
}

.productsCategoty .product-block a p {
    color: #1595d6;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.productsCategoty .product-block a:hover p {
    color: #000
}

.productsCategoty .product-block .view {
    background: #1595d6;
    border-radius: 10px;
    padding: 20px;
    padding: 10px 10px;
    width: 70%;
    margin: 0 auto 0 auto;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.productsCategoty .product-block .view p {
    font-family: 'DINPro-Bold';
    color: #fff
}

.productsCategoty .product-block .view img {
    width: 25px;
    height: 25px
}

.productsCategoty .product-block .view:hover {
    background: #058cca
}

.productsCategoty .product-block .view:hover p {
    color: #fff
}

.productsCategoty .nav-tabs {
    padding: 5px 0;
    border-bottom: none;
    background: #001595
}

.productsCategoty .nav-tabs .active {
    margin: 0
}

.productsCategoty .nav-tabs .active a {
    border: 1px solid #ddd;
    color: #001595
}

.productsCategoty .nav-tabs li a {
    border-radius: 25px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.productsCategoty .nav-tabs li a:hover {
    color: #001595
}

.productsCategoty .nav-subcat {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -50px;
    background: #001595
}

.productsCategoty .sub_cat_products {
    margin-top: 50px
}

.badge {
    width: 60px;
    height: 60px;
    background: #1595d6;
    color: #fff;
    font-family: 'DINPro-Bold';
    border-radius: 50%;
    line-height: 57px;
    font-size: 15px;
    position: absolute;
    left: 25px;
    top: 30px;
    z-index: 10;
    text-transform: uppercase
}

.img-block .badge {
    width: 70px;
    height: 70px;
    left: 50px;
    line-height: 68px;
    top: 25px
}

.product-details .woocommerce {
    padding: 60px 40px
}

@media screen and (max-width: 767px) {
    .product-details .woocommerce {
        padding: 20px 15px
    }
}

.product-details .woocommerce .cart {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center
}

@media screen and (max-width: 767px) {
    .product-details .woocommerce .cart {
        position: relative;
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
}

.product-details .woocommerce .cart .single_add_to_cart_button {
    border: 0;
    box-shadow: none;
    width: 155px;
    height: 52px;
    font-family: 'DINPro-Bold';
    font-size: 16px;
    background: #1595d6;
    color: #fff;
    padding: 5px 10px;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.product-details .woocommerce .cart .single_add_to_cart_button:focus,
.product-details .woocommerce .cart .single_add_to_cart_button:hover,
.product-details .woocommerce .cart .single_add_to_cart_button:active {
    box-shadow: none;
    border: 0;
    outline: 0 !important;
    background: #000;
    color: #fff
}

.product-details .woocommerce .cart .quantity {
    margin-right: 20px !important
}

.product-details .woocommerce .cart .quantity .qty {
    border-radius: 7px;
    border-style: solid;
    border: 1px solid #1595d6;
    padding: 6px;
    font-size: 18px
}

.product-details .woocommerce .related h2 {
    color: #1595d6;
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px
}

.product-details .woocommerce .related .product {
    border: 2px solid #e6e6e6;
    text-align: center;
    border-radius: 8px;
    padding: 36px
}

@media screen and (max-width: 767px) {
    .product-details .woocommerce .related .product {
        width: 100% !important;
        margin: 0 0 20px
    }
}

.product-details .woocommerce .related .product h2 {
    font-size: 14px !important
}

.product-details .woocommerce .related .product img {
   /* max-width: 100px;*/
    margin: auto;
    margin-bottom: 10px
}

.product-details .woocommerce .related .product .add_to_cart_button {
    display: none
}

.product-details .woocommerce .related .product .price {
    position: absolute;
    top: 2px;
    right: 0
}

.product-details .woocommerce .related .product .price .woocommerce-Price-amount {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0
}

.product-details .woocommerce div.product div.images {
    width: 30% !important
}

@media screen and (max-width: 767px) {
    .product-details .woocommerce div.product div.images {
        width: 100% !important
    }
}

.product-details .woocommerce div.product div.summary {
    width: 70% !important;
    position: relative
}

@media screen and (max-width: 767px) {
    .product-details .woocommerce div.product div.summary {
        width: 100% !important
    }
}

.product-details .woocommerce div.product div.summary p {
    font-size: 16px
}

.product-details .woocommerce div.product div.summary .posted_in {
    font-size: 14px
}

.product-details .woocommerce div.product div.summary ul {
    margin: 0;
    padding: 0 0 0 18px
}

.product-details .woocommerce div.product div.summary ul li {
    margin-bottom: 5px
}

.product-details .woocommerce div.product div.summary ul ul {
    margin: 0;
    padding: 0 0 0 18px
}

.product-details .woocommerce div.product div.images .woocommerce-product-gallery__image img,
.product-details .woocommerce div.product div.images .woocommerce-product-gallery_image img {
    max-width: 250px;
    margin: auto;
  /*  max-height: 451px;*/
    height: 100%;
    max-height: 100%;
}

.product-details .woocommerce-product-gallery__trigger {
    display: none
}

.product-details .woocommerce-Price-amount {
    background: #eaeaea;
    padding: 5px 10px;
    border-radius: 6px;
    color: #1595d6;
    font-size: 16px
}

.product-details .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px
}

.product-details .blog-post-title {
    color: #1595d6
}

.product-details .woocommerce-product-gallery__wrapper {
    text-align: center
}

.product-details .woocommerce-product-gallery .mouseover {
    display: block;
    width: 180px;
    margin: 10px auto
}

@media screen and (max-width: 767px) {
    .product-details .woocommerce-product-gallery .mouseover {
        width: 200px
    }
}

.product-details .woocommerce-product-gallery .mouseover p {
    margin-bottom: 0;
    text-align: left;
    color: #000;
    font-size: 14px
}

.product-details .woocommerce-product-gallery .mouseover img {
    max-width: 38px;
    float: left;
    margin-right: 10px
}

.product-details .product_cat-water-range .woocommerce-product-gallery {
    perspective: 1000;
    display: inline-block
}

.product-details .product_cat-water-range .woocommerce-product-gallery:hover .woocommerce-product-gallery__wrapper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

.product-details .product_cat-water-range .woocommerce-product-gallery:hover .woocommerce-product-gallery__wrapper.no-desc {
    transform: none;
    -webkit-transform: none
}

.product-details .product_cat-water-range .woocommerce-product-gallery__wrapper,
.product-details .product_cat-water-range .woocommerce-product-gallery__image,
.product-details .product_cat-water-range .back-des {
    width: 225px;
    height: 385px;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.product-details .product_cat-water-range .woocommerce-product-gallery__wrapper {
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto !important
}

.product-details .product_cat-water-range .woocommerce-product-gallery__image,
.product-details .product_cat-water-range .back-des {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute
}

.product-details .product_cat-water-range .woocommerce-product-gallery__image {
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg)
}

.product-details .product_cat-water-range .back-des {
    z-index: 15;
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

.product-details .pack_detail {
    color: #1595d6
}

.career-inner,
.personalinfo-block {
    padding: 45px 0 60px
}

.career-inner .title-block,
.personalinfo-block .title-block {
    margin: 0 0 20px
}

.career-inner .title-block h2,
.personalinfo-block .title-block h2 {
    font-size: 23px;
    text-transform: inherit;
    margin: 0 0 18px;
    display: block
}

.career-inner .title-block .location,
.personalinfo-block .title-block .location {
    color: #8b8b8b;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    margin: 0
}

.career-inner .title-block .location:before,
.personalinfo-block .title-block .location:before {
    content: '';
    background: url("../images/location-icon.png") no-repeat;
    width: 17px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0
}

.career-inner .banner-waves,
.personalinfo-block .banner-waves {
    float: left;
    width: 100%;
    position: relative
}

.career-inner .banner-waves .canvas,
.personalinfo-block .banner-waves .canvas {
    position: absolute;
    bottom: 0px;
    z-index: 10
}

.career-inner .banner-waves ,
.personalinfo-block .banner-waves .redline {
    position: absolute;
    bottom: 0px;
    z-index: 9
}

.career-inner .content-block,
.personalinfo-block .content-block {
    margin: 0 0 30px
}

.career-inner .content-block p,
.personalinfo-block .content-block p {
    font-size: 15px;
    color: #4e4e4e;
    margin: 0 0 30px;
    font-family: 'DINPro-Light'
}

.career-inner .content-block p:last-child,
.personalinfo-block .content-block p:last-child {
    margin: 0
}

.career-inner .content-block .title-block h3,
.personalinfo-block .content-block .title-block h3 {
    font-family: 'DINPro-Bold';
    font-size: 18px;
    color: #4e4e4e;
    margin: 0 0 25px;
    display: block;
    float: left;
    width: 100%
}

.career-inner .content-block .title-block:after,
.personalinfo-block .content-block .title-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.personalinfo-block {
    padding: 30px 0 100px;
    margin-bottom: -100px;
    position: relative;
    background: #f3f3f3
}

.personalinfo-block:before {
    content: '';
    background: url("../images/personal-bg.png") left top no-repeat;
    background-size: cover;
    width: 100%;
    height: 73px;
    top: -73px;
    left: 0;
    position: absolute
}

.personalinfo-block .form-wrap input {
    background: #fff;
    height: 41px;
    font-size: 15px;
    width: 100%;
    display: block;
    line-height: 1.42857;
    padding: 6px 12px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom: 20px;
}
.personalinfo-block .form-wrap textarea {
	margin-bottom: 20px;
	resize: none;
}
.personalinfo-block .form-wrap input:focus {
    box-shadow: none !important
}

.personalinfo-block .form-wrap .form-group {
    margin: 0 0 10px
}

.personalinfo-block .form-wrap .btn {
    height: 36px;
    width: 175px;
    font-size: 12px;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.personalinfo-block .form-wrap .btn:hover {
    color: #fff;
    background: #1595d6
}

.personalinfo-block .form-wrap .btn-block {
    margin: 0
}

.personalinfo-block .content-block {
    margin: 0
}

.personalinfo-block  ul {
    margin: -15px;
    padding: 0;
    list-style: none
}

.personalinfo-block  ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.personalinfo-block  ul li {
    margin-bottom: 25px;
    width: 50%;
    float: left;
    padding: 0 15px;
    position: relative
}

.personalinfo-block label {
    font-family: 'DINPro-Medium';
    text-align: left;
    display: block;
    font-weight: normal;
	margin-top: 5px;
	
}
.personalinfo-block  select {
	margin-bottom: 30px ;
}
.personalinfo-block  .screen-reader-text {
    position: absolute;
    left: 0;
    bottom: -18px;
    height: auto;
    line-height: normal;
    width: 100%;
    text-align: center
}

.personalinfo-block  .gform_ {
    padding: 20px 0 35px;
    display: block;
    width: 100%;
    clear: both;
    text-align: center
}

.personalinfo-block  .gform_button {
    height: 36px;
    width: 175px;
    font-size: 14px;
    background:  #1595d6 !important;
    color: #fff;
    font-family: 'DINPro-Bold';
    display: inline-block;
    border: 0;
    outline: 0;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    text-shadow: none
}

.personalinfo-block  .gform_button:hover,
.personalinfo-block  .gform_button:focus,
.personalinfo-block  .gform_button:active {
    box-shadow: none;
    color: #fff;
    background: #001595 !important;
}

.personalinfo-block  .ginput_container_fileupload {
    display: block;
    color: #8b8b8b;
    font-family: 'DINPro-Light';
    cursor: pointer;
    height: 41px;
    line-height: 41px;
    text-align: left;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative
}

.personalinfo-block  .ginput_container_fileupload:before {
    content: '';
    background: url("../images/cv-icon.png") no-repeat;
    width: 15px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 15px
}

.personalinfo-block  input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.personalinfo-block  .validation_error {
    float: left;
    width: 100%
}

.personalinfo-block  .validation_message {
    position: absolute;
    left: 15px;
    font-size: 13px;
    top: 66px
}

.file-upload .file-select {
    display: block;
    color: #8b8b8b;
    font-family: 'DINPro-Light';
    cursor: pointer;
    height: 41px;
    line-height: 41px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative
}

.file-upload .file-select:before {
    content: '';
    background: url("../images/cv-icon.png") no-repeat;
    width: 15px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 15px
}

.file-upload .file-select .file-select-name {
    line-height: 41px;
    display: inline-block;
    padding: 0 10px;
    margin-left: 40px
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.file-upload .cover-select:before {
    background: url("../images/letter-icon.png") no-repeat
}

.careersPage .careersBg {
    height: 420px;
    background-size: cover;
    background-position: center;
    position: relative
}

.careersPage .careersBg h1 {
    position: absolute;
    left: 70px;
    top: 20px;
    color: #fff
}

.careersPage .careersBg::before {
    height: 30px;
    width: 100%;
    bottom: 0px;
    content: " ";
    position: absolute;
    background-image: url(../images/wave.png);
    z-index: 20
}

.careers_content {
    margin: 35px 0
}

.careers_content p {
    padding: 0 25px;
    color: #4e4e4e;
    font-size: 16px
}

.career_tabs {
    background: #f3f3f3;
    position: relative;
    margin-top: 85px;
    padding-bottom: 100px;
    margin-bottom: -100px
}

.career_tabs::before {
    height: 96px;
    width: 100%;
    top: -60px;
    content: " ";
    position: absolute;
    background-image: url(../images/career_tap_bg.png);
    z-index: 20
}

.custom_career_tabs {
    border-bottom: 0;
    margin-bottom: 25px;
    padding-top: 40px
}

.custom_career_tabs li {
    margin: 0 15px;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.custom_career_tabs li a {
    margin: 0;
    font-size: 14px;
    font-family: 'DINPro-Medium';
    border-radius: 50px;
    display: block;
    cursor: pointer;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    border: none;
    padding: 10px 20px
}

.custom_career_tabs li:last-child {
    margin-right: 0;
    margin-left: 0
}

.custom_career_tabs .active a {
    background: #1595d6 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 14px
}

.card_apply {
    background: #fff;
    border-radius: 10px;
    padding: 5px 40px;
    margin-bottom: 25px
}

.card_apply h2 {
    font-size: 22px;
    font-weight: 700
}

.card_apply p {
    font-family: DINPro-Light
}

.card_apply .cart_info {
    display: flex;
    justify-content: space-between
}

.card_apply .cart_info span {
    color: #8c8c8c
}

.card_apply .cart_info .map-mark {
    background: url(../images/map_mark.png) no-repeat left center;
    padding-left: 20px
}

.card_apply .cart_info .date-mark {
    background: url(../images/date-mark.png) no-repeat left center;
    padding-left: 20px
}

.card_apply .apply_btn {
    background: #1595d6;
    color: #fff !important;
    border: 0;
    border-radius: 20px;
    line-height: normal;
    margin: 19px 0;
    padding: 10px 20px;
    font-size: 12px;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.card_apply .apply_btn:hover {
    color: #fff !important;
    background: #1595d6 !important
}

.view_more {
    padding: 20px 0
}

.view_more a {
    background: #1595d6;
    color: #fff !important;
    border: 0;
    border-radius: 20px;
    margin: 19px 0;
    padding: 10px 20px;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.view_more a:hover {
    color: #333 !important
}

.entry-title {
    font-size: 23px;
    text-transform: inherit;
    margin: 0 0 18px;
    display: block;
    padding: 40px 0 20px;
    color: #1595d6;
    font-family: 'DINPro-Bold';
    text-align: center
}

.woocommerce-cart-form {
    width: 100%;
    margin-bottom: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden
}

.shop_table {
    width: 100%;
    border-collapse: separate
}

.shop_table th {
    font-family: 'DINPro-Bold';
    background: #e6e6e6;
    padding: 10px;
    color: #1595d6;
    font-weight: normal;
    text-align: center
}

.shop_table th:last-child {
    border-top-right-radius: 15px
}

.shop_table td {
    font-family: 'DINPro-Bold';
    padding: 10px;
    text-align: center;
    font-size: 17px;
    border: 1px solid #e6e6e6;
    border-right: 0;
    border-top: 0
}

.shop_table td:last-child {
    border: 0
}

.shop_table td.product-subtotal {
    border-right: 1px solid #e6e6e6
}

.shop_table td.actions {
    border: 1px solid #e6e6e6;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top: 0
}

.shop_table td.product-thumbnail {
    text-align: right
}

.shop_table td.product-thumbnail img {
    max-width: 70px
}

.shop_table td.product-name {
    border-left: 0;
    text-align: left
}

.shop_table td.product-name a {
    font-family: 'DINPro';
    font-size: 19px
}

.shop_table td a {
    color: #1595d6
}

.shop_table td input {
    font-family: 'DINPro-Bold';
    color: #1595d6;
    border: 1px solid #e6e6e6;
    max-width: 100px;
    min-height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    outline: 0;
    text-align: center
}

.shop_table td.actions {
    padding: 15px;
    text-align: right
}

.shop_table td .button {
    height: 36px;
    width: 140px;
    font-size: 14px;
    background: #1595d6;
    color: #fff;
    font-family: 'DINPro-Bold';
    display: inline-block;
    border: 0;
    outline: 0;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px
}

.shop_table td .button:hover,
.shop_table td .button:focus,
.shop_table td .button:active {
    box-shadow: none;
    color: #fff;
    background: #1595d6
}

.cart-message {
    font-family: 'DINPro-Medium';
    display: block;
    text-align: center;
    font-size: 14px;
    color: #1595d6;
    margin: 0 0 15px
}

.cart-collaterals {
    margin: 0 0 30px
}

.cart-collaterals:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cart-collaterals .shop_table {
    font-size: 18px;
    border-collapse: collapse;
    margin: 0 0 30px
}

.cart-collaterals .shop_table th {
    color: #4e4e4e
}

.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
    background: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: right;
    font-size: 20px;
    font-family: 'DINPro';
    padding: 30px 10px
}

.cart-collaterals .shop_table td {
    padding-right: 0;
    font-family: 'DINPro-Bold';
    width: 20%
}

.cart-collaterals .shop_table tr:last-child th,
.cart-collaterals .shop_table tr:last-child td {
    border-bottom: 0
}

.checkout-button,
.continue-button {
    height: 40px;
    width: 235px;
    font-size: 18px;
    background: #1595d6;
    float: right;
    text-align: center;
    color: #fff;
    font-family: 'DINPro-Bold';
    display: inline-block;
    border: 0;
    outline: 0;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    line-height: 37px
}

.checkout-button:hover,
.checkout-button:focus,
.checkout-button:active,
.continue-button:hover,
.continue-button:focus,
.continue-button:active {
    box-shadow: none;
    color: #fff;
    background: #1595d6
}

.continue-button {
    background: #1595d6;
    float: left
}

.continue-button:hover,
.continue-button:focus,
.continue-button:active {
    box-shadow: none;
    color: #fff;
    background: #1595d6
}

.coupon {
    text-align: right;
    padding: 0 0 30px
}

.coupon label {
    font-size: 20px;
    font-family: 'DINPro';
    color: #4e4e4e;
    font-weight: normal;
    margin-right: 10px
}

.coupon input[type="text"] {
    width: 280px;
    height: 38px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 1px solid #e5e5e5;
    padding: 0 15px
}

.coupon input[type="text"]:focus {
    outline: 0
}

.coupon button[type="submit"],
.coupon .button {
    height: 38px;
    width: 100px;
    font-size: 18px;
    background: #1595d6;
    text-align: center;
    color: #fff;
    font-family: 'DINPro';
    display: inline-block;
    border: 0;
    outline: 0;
    margin-left: 10px;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    line-height: 37px
}

.coupon button[type="submit"]:hover,
.coupon button[type="submit"]:focus,
.coupon button[type="submit"]:active,
.coupon .button:hover,
.coupon .button:focus,
.coupon .button:active {
    box-shadow: none;
    color: #fff;
    background: #1595d6
}

.our-story {
    padding: 45px 0 60px;
     background: #f6f6f6;
}
.our-story .about-us {
       
}
.our-story .title-block {
    margin: 0 0 20px
}

.our-story .title-block h2 {
    font-size: 28px;
    color: #1595d6;
    text-transform: inherit;
    margin: 0 0 25px;
    display: block
}

.our-story .content-block {
    margin: 0 0 30px
}

.our-story .content-block p {
    font-size: 15px;
    color: #4e4e4e;
    margin: 0 0 30px
}

.our-story .content-block p:last-child {
    margin: 0
}

.our-story .content-block .title-block h3 {
    font-family: 'DINPro-Bold';
    font-size: 18px;
    color: #4e4e4e;
    margin: 0 0 25px;
    display: block;
    float: left;
    width: 100%
}

.our-story .content-block .title-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.seperator-block {
    padding: 30px 0 120px;
    margin-bottom: -100px;
    position: relative;
    background: #f3f3f3
}

.seperator-block:before {
    content: '';
    background: url("../images/personal-bg.png") left top no-repeat;
    background-size: cover;
    width: 100%;
    height: 73px;
    top: -73px;
    left: 0;
    position: absolute
}

.seperator-block .title-block {
    margin: 0 0 20px
}

.seperator-block .title-block h2 {
    font-size: 28px;
    color: #1595d6;
    text-transform: inherit;
    margin: 0 0 25px;
    display: block
}

.seperator-block ul {
    color: #4e4e4e;
    font-size: 16px;
    padding: 0 80px 40px;
    margin: 0
}

.seperator-block ul li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 20px
}

.seperator-block ul li:after {
    content: "";
    background: url(../images/ico-bullet.png) left top no-repeat;
    position: absolute;
    left: 5px;
    top: 9px;
    width: 7px;
    height: 6px
}

.seperator-block ul.story-list>li {
    list-style: none;
    padding-left: 60px;
    margin-bottom: 35px
}

.seperator-block ul.story-list>li:last-child {
    margin: 0
}

.seperator-block ul.story-list>li:after {
    content: none
}

.seperator-block ul.story-list>li span {
    color: #fff;
    font-family: 'DINPro-Bold';
    font-size: 14px;
    line-height: 44px;
    left: 5px;
    top: -10px;
    width: 44px;
    height: 44px;
    background: #1595d6;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    line-height: 44px;
    text-align: center
}

.seperator-block ul.story-list>li ul {
    padding: 0
}

.story-block {
    font-size: 16px;
    font-family: 'Dax-Regular';
    padding: 40px 0
}

.story-block .title {
    padding: 0 0 20px
}

.story-block .title h2 {
    font-family: 'Dax-Bold';
    font-size: 40px;
    color: #1595d6;
   margin-right: 0;
    text-transform: uppercase
}

.story-block .content p {
    margin: 0 0 15px
}

.story-block .img-block {
    margin: 0 0 15px
}

.story-block .img-block img {
    width: 100%
}

.story-block .img-block video {
    width: 100%
}

.story-block .img-block.slider-story {
    position: relative;
    z-index: 9
}

.story-block .img-block .owl-nav button {
    background: url("../images/story-arw.png") no-repeat;
    width: 27px;
    height: 48px;
    border: none;
    margin: 0 0 0 10px;
    padding: 0;
    opacity: 0.8;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position: absolute;
    top: 50%;
    z-index: 99
}

.story-block .img-block .owl-nav button:hover {
    opacity: 1
}

.story-block .img-block .owl-nav button span {
    display: none
}

.story-block .img-block .owl-nav button.owl-next {
    right: 0;
    margin: 0 10px 0 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.story-block .img-block .owl-nav button.owl-prev {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.story-block .img-block .owl-nav button.disabled {
    opacity: 0
}

.story-block .img-block .playpause {
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 64px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    cursor: pointer;
    background-size: contain;
    background-position: center
}

.awards-sec {
    margin-bottom: -60px;
    margin-top: -135px;
    position: relative;
    z-index: 100
}

.awards-sec .wave {
   /* background: url(../images/bg-wave-dark.png) center top no-repeat;*/
    background-size: cover;
    width: 100%;
    height: 120px
}

.awards-sec .title {
    padding: 0 0 20px
}

.awards-sec .title h2 {
    font-family: 'Dax-Bold';
    font-size: 40px;
    color: #1595d6;
    margin: 0;
    text-transform: uppercase
}

.awards-sec .slider-wrap {
    padding-bottom: 15px
}

.awards-wrap {
    font-size: 16px;
    font-family: 'Dax-Regular';
    padding: 60px 0 140px;
}

.awards-wrap ul {
    margin: 0;
    padding: 0 0 0 20px
}

.awards-wrap ul li {
    padding: 0 0 15px 10px
}

.awards-wrap .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.awards-wrap .owl-nav button {
    background: url("../images/story-arw.png") no-repeat;
    width: 27px;
    height: 48px;
    border: none;
    margin: 0 0 0 10px;
    padding: 0;
    opacity: 0.8;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.awards-wrap .owl-nav button:hover {
    opacity: 1
}

.awards-wrap .owl-nav button span {
    display: none
}

.awards-wrap .owl-nav button.owl-next {
    float: right;
    margin: 0 10px 0 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.awards-wrap .slider-wrap {
    position: relative
}

.slider-for {
    padding: 0;
    margin: 0
}

.slider-for .slick-slide {
    background: #1595d6;
    padding: 30px;
    border-radius: 25px
}

.slider-for .story-meta {
    width: 49%;
    float: left
}

.slider-for .story-meta:nth-child(even) {
    float: right
}

.slider-for .story-meta p {
    color: #fff
}

.slider-for .story-meta ul {
    padding: 0 0 0 20px;
    margin: 0
}

.slider-for .story-meta ul li {
    color: #fff;
    margin-bottom: 20px
}

.slider-nav {
    margin: 50px auto 0;
    padding: 0;
    position: relative;
    height: 73px
}

.slider-nav .slick-list {
    position: relative;
    padding: 25px 0 30px !important;
    max-width: 90%;
    margin: 0 auto;
    text-align: center
}

.slider-nav .slick-list:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #1595d6;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-nav .slick-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 27px;
    height: 48px;
    border: none;
    text-indent: -9999px;
    background: url("../images/yr-arrow2.png") no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-nav .slick-prev.slick-disabled {
    opacity: 0.5
}

.slider-nav .slick-next {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 27px;
    height: 48px;
    border: none;
    text-indent: -9999px;
    background: url("../images/yr-arrow1.png") no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-nav .slick-next.slick-disabled {
    opacity: 0.5
}

.slider-nav .slick-slide {
    position: relative;
    cursor: pointer;
    outline: none
}

.slider-nav .slick-slide.slick-current {
    position: relative
}

.slider-nav .slick-slide.slick-current:after {
    content: '';
    width: 43px;
    height: 16px;
    background: url("../images/yr-arrow3.png") no-repeat;
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider-nav .slick-slide .yrs {
    position: relative;
    top: 0;
    color: #1595d6;
    font-size: 14px;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.slider-nav .slick-slide .yrs span {
    position: relative;
    top: 25px;
    margin: 0px;
    font-family: 'Dax-Bold'
}

.slider-nav .slick-slide .yrs:before {
    content: '';
    width: 24px;
    height: 24px;
    background: #1595d6;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1
}

.slider-nav .slick-slide.slick-current .yrs:before {
    width: 50px;
    height: 50px
}

.slider-nav .slick-slide.slick-current .yrs span {
    color: #fff;
    top: 0;
    margin: 7px
}

.timeline {
    margin: 140px 0;
    position: relative
}

.year-nav {
    background: #1595d6;
    color: #fff;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    text-align: center;
    outline: none;
    width: 68px;
    float: left;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out
}

.year-nav li {
    padding: 25px 0;
    list-style: none;
    outline: none;
    cursor: pointer
}

.year-nav li span {
    color: #1595d6;
    font-size: 16px;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-family: "Dax-Bold"
}

.year-nav button {
    padding: 0
}

.year-nav .slick-next {
    outline: none;
    border: none;
    text-indent: -9999px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 48px;
    height: 27px;
    background: url("../images/yr-arrow2.png") no-repeat;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.year-nav .slick-prev {
    outline: none;
    border: none;
    text-indent: -9999px;
    position: absolute;
    top: -60px;
    left: 50%;
    width: 48px;
    height: 27px;
    background: url("../images/yr-arrow1.png") no-repeat;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.year-inner {
    outline: none;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 240px
}

.year-inner:last-child {
    padding-bottom: 0
}

.year-inner:after {
    content: "";
    height: 170%;
    width: 1px;
    background: #1595d6;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.year-inner:first-child h2:after {
    display: none
}

.year-inner h2 {
    font-size: 96px;
    line-height: 75px;
    color: #1595d6;
    margin: 0;
    font-family: "Dax-Bold";
    text-align: right;
    position: relative
}

.year-inner h2:after {
    content: "";
    width: 25px;
    height: 25px;
    background: #1595d6;
    position: absolute;
    top: 0;
    right: -59px;
    border-radius: 50%
}

.year-inner .year-content {
    width: 45%;
    background: #1595d6;
    padding: 25px 15px;
    color: #fff;
    border-radius: 5px;
    float: right;
    min-height: 100px
}

.year-inner .year-content p {
    color: #fff;
    font-family: "Dax-Regular";
    margin: 0;
    font-size: 16px
}

.year-inner .year-content.year-date {
    background: transparent;
    padding: 0;
    margin: 0
}

.year-inner .year-content:nth-child(odd) {
    float: left;
    clear: right
}

.year-inner .year-content:nth-child(even) {
    float: right;
    clear: left
}

.year-inner .year-content:nth-child(even) h2 {
    text-align: left
}

.year-inner .year-content:nth-child(even) h2:after {
    right: auto;
    left: -59px
}

.timeline .timeline-nav {
    position: absolute;
    top: 150px;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.timeline .timeline-nav.fixed {
    position: fixed
}

.timeline .timeline-nav.absolute {
    position: absolute;
    bottom: 0;
    top: inherit !important
}

.timeline .timeline-nav ul li.year-reached span {
    color: #1595d6;
    background: #fff
}

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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    display: table;
    content: '';
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

select option {
    background-color: #fff;
}

.form-wrap input, .form-wrap select.custom-multiple {
    height: 120px;
    overflow: auto;
    background-color: #fff;
}
.bg-gray {
        background: #f6f6f6;
}
.mt-15 {
 margin-top: 15px;   
}


/*--------------------------------  5) Header --------------------------------*/

#myCarousel {
	top: 0;
	height: 95vh;
}
#myCarousel img {
	height: 95vh;
}
#myCarousel .carousel-caption {
    position: absolute;
    top: 40vh;
}
#myCarousel .carousel-caption h3 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold;
}
#myCarousel .carousel-caption p {
	font-size: 25px;
	color: #ffffff;
}

.productsCategoty,
.product-section,
.newsPage {
    margin-top: 100px;
}

.related-product img {
    max-height: 300px;
    min-height: 300px;
    min-width: 100%;
}