@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")
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    h1 {
        font-size: 32px
    }
    h2 {
        font-size: 26px
    }
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 18px
    }
    blockquote {
        font-size: 20px
    }
    p {
        font-size: 14px
    }
    .hide-mobile {
        display: none
    }
    .show-mobile {
        display: block
    }
    main {
        padding-bottom: 356px;
        margin-bottom: -357px;
        position: relative
    }
    main:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        z-index: 1000
    }
    main.home:after {
        bottom: 260px
    }
    .navbar {
        padding: 0;
        min-height: 33px
    }
    .navbar .navbar-header {
        margin: 0
    }
    .navbar .navbar-brand {
        max-width: 98px;
        position: relative;
        z-index: 10
    }
    .navbar .navbar-brand img {
        max-width: 100%
    }
    .navbar .navbar-collapse {
        background: #FFF;
        position: fixed;
        left: 0;
        top: 0;
        margin: 0;
        margin-top: -270px;
        padding: 10px;
        width: 100%;
        height: auto;
        max-height: inherit !important;
        text-align: center;
        display: table;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease
    }
    .navbar-toggle {
        margin: 15px 0;
        z-index: 1008
    }
    .fixed-header .navbar .navbar-brand img {
        max-width: 100%
    }
    .fixed-header .nav-right {
        margin: 15px 0
    }
    .navbar-nav {
        padding: 10px 0;
        display: table-cell;
        vertical-align: middle
    }
    .navbar-nav>li {
        padding: 0
    }
    .navbar-nav>li ul {
        padding: 0;
        z-index: 99;
        position: static;
        top: 40px;
        left: 50%;
        background: transparent;
        display: none;
        -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:hover ul {
        display: block
    }
    .nav-active {
        overflow: hidden;
        position: relative
    }
    .nav-active main:after {
        height: 100%;
        background: #1595d6;
        opacity: 1;
        z-index: 1000
    }
    .nav-active .navbar-collapse {
        height: 100%;
        margin-top: 0;
        opacity: 1;
        z-index: 1005
    }
    .nav-right {
        float: none;
        display: block;
        position: absolute;
        top: 0px;
        text-align: center;
        width: 100%;
        margin: 15px 0
    }
    .get-in-touch {
        display: inline-block;
        float: none;
        max-width: 80.5px;
        padding: 0
    }
    .lang {
        margin: 0 0 0 10px;
        float: none;
        font-size: 14px;
        display: inline-block
    }
    .lang a {
        padding-right: 20px
    }
    .lang a:after {
        background-size: 100% auto;
        width: 13.5px;
        height: 12.5px;
        top: 2px
    }
    .fixed-header .navbar-nav {
        background: none
    }
    .banner-sec .content {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .banner-sec .content h1 {
        font-size: 16px;
        margin: 0
    }
    .banner-sec .content p {
        font-size: 12px;
        line-height: normal;
        margin: 0 0 5px
    }
    .banner-sec .content .btn {
        font-size: 14px;
        width: auto;
        height: 34px;
        line-height: 24px;
        padding: 5px 15px;
        margin-top: 0
    }
    .banner-sec .banner-img {
        min-height: 220px;
        padding-bottom: 0
    }
    .banner-sec .arrow {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75)
    }
    .banner-sec .pop-tag a {
        font-size: 16px
    }
    .banner-sec .pop-tag .close {
        top: 10%
    }
    .product-slider-sec {
        padding: 20px 0;
        margin-top: -110px
    }
    .title-block {
        margin: 0 0 15px
    }
    .title-block h2 {
        font-size: 22px
    }
    .title-block p {
        font-size: 14px
    }
    .product-carousel .content {
        width: 150px;
        left: 15px;
        top: 22%;
        right: inherit
    }
    .product-carousel .owl-nav .owl-prev {
        left: 10px
    }
    .product-carousel .owl-nav .owl-next {
        right: 10px
    }
    .engage-sec {
        padding: 80px 0
    }
    .engage-sec:after {
        bottom: -50px;
        height: 100px
    }
    .grid .grid-item {
        width: 50%;
        text-align: center;
        max-height: 90px
    }
    .grid .grid-item img {
        max-width: 275px
    }
    .whatson-sec {
        padding: 50px 0 70px;
        background-color: #1f788c
    }
    .whatson-sec .home-tabs li {
        padding: 0 0 0 5px;
        margin: 0 0 0 3px
    }
    .whatson-sec .home-tabs li a {
        font-size: 13px
    }
    .nav-tabs {
        padding: 0 0 10px;
        margin: 0 0 15px
    }
    footer {
        margin-top: 0;
        padding: 15px 0 0;
        height: auto;
        font-size: 14px
    }
    footer:after {
        height: 26px;
        top: -20px
    }
    footer .title {
        margin-bottom: 10px
    }
    footer p {
        font-size: 14px
    }
    footer .col-xs-12 {
        text-align: center
    }
    footer .col-xs-12 .title {
        padding-top: 5px
    }
    footer .col-xs-12 .content {
        display: inline-block
    }
    .redline {
        max-height: 65px
    }
    .banner-sec .banner-waves {
        bottom: 5px
    }
    .banner-sec .canvas {
        max-height: 50px;
        bottom: -5px
    }
    .products-sec {
        padding-bottom: 50px;
        background-position: 100% -35px;
        background-size: cover
    }
    .products-sec:after {
        bottom: -25px;
        height: 100px
    }
    .red_bar {
        padding: 0
    }
    .red_bar li {
        width: 50%;
        margin: 0
    }
    .red_bar li a {
        border: 0;
        margin: 0;
        text-align: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .red_bar li.active a {
        border: 0
    }
    .red_bar li.active a:focus,
    .red_bar li.active a:hover {
        border: 0
    }
    .red_bar .nav-tabs {
        margin: 0 -15px;
        padding: 0
    }
    .drop_list li {
        width: 100%
    }
    .product_container {
        margin: 0 0
    }
    .product_container .product-block {
        min-height: 180px
    }
    .product_container .nav-tabs {
        padding: 5px;
        margin: 0px;
        border-bottom: none;
        background: #001595;
    }
    .product_container .nav-tabs .active {
        margin: 0
    }
    .product_container .nav-tabs li {
        width: 50%;
        margin: 0
    }
    .product_container .nav-tabs li a {
        border-radius: 0
    }
    .product_container .nav-subcat {
        position: static;
        margin-top: 0px
    }
    .product_container .nav-subcat .container {
        margin: 0 -15px
    }
    .product_container .sub_cat_products {
        margin-top: 50px
    }
    .product-desc {
        margin: 0 0 20px 0;
        display: block;
        padding-top: 35px
    }
    .animated-section {
        min-height: unset;
        display: block
    }
    .animated-section .floating-row {
        min-height: 175px;
        position: relative
    }
    .animated-section .floating-text {
        left: 20px;
        width: 215px;
        text-align: left
    }
    .animated-section .floating-text .line {
        position: absolute;
        right: -5px;
        top: 20px
    }
    @keyframes increase {
        100% {
            width: 60px
        }
    }
    @keyframes increase-2 {
        100% {
            width: 165px
        }
    }
    .animated-section .floating-text .line-3 {
        right: -200px !important
    }
    @keyframes increase-3 {
        100% {
            width: 180px
        }
    }
    .animated-section .floating-text .line-4 {
        left: -35px !important
    }
    @keyframes increase-4 {
        100% {
            width: 120px
        }
    }
    .animated-section .floating-text .line-5 {
        right: -65px !important
    }
    @keyframes increase-5 {
        100% {
            width: 135px
        }
    }
    .animated-section .floating-text .line-6 {
        left: 0px !important
    }
    @keyframes increase-6 {
        100% {
            width: 150px
        }
    }
    .animated-section .floating-text.bottle-item3 {
        top: 10px;
        width: auto
    }
    .animated-section .floating-text.bottle-item3 h4 {
        text-align: left
    }
    .animated-section .floating-text.bottle-item4 {
        top: 0px
    }
    .animated-section .floating-text.bottle-item5 {
        top: -100px
    }
    .animated-section .floating-text.bottle-item6 {
        top: -60px
    }
    .animated-section .floating-right {
        right: 20px;
        left: initial;
        text-align: right
    }
    .animated-section .floating-right .line {
        right: initial;
        left: -65px
    }
    .animated-section h4 {
        font-size: 14px
    }
    .animated-section p {
        font-size: 14px
    }
    .newsPage .news-info h2 {
        font-size: 20px
    }
    .newsPage .news-body p {
        font-size: 14px
    }
    .newsPage .news-body .social-share h4 {
        font-size: 16px
    }
    .newsPage .related-news {
        padding: 20px 15px 5px
    }
    .newsPage .related-news h3 {
        margin: 0 0 10px
    }
    .newsPage .related-news .related-widget {
        margin: 20px 0;
        padding-bottom: 20px
    }
    .newsPage .related-news .related-widget h2 {
        font-size: 18px
    }
    .popup-block {
        padding: 15px
    }
    .popup-block .title {
        padding: 10px 0 15px
    }
    .popup-block .title h2 {
        font-size: 18px
    }
    .popup-block .title .actions p {
        font-size: 14px
    }
    .popup-block .form-wrap .form-group {
        margin: 0 0 15px
    }
    .popup-block .form-wrap input,
    .popup-block .form-wrap select {
        height: 40px;
        font-size: 14px
    }
    .popup-block .form-wrap input.date-control,
    .popup-block .form-wrap select.date-control {
        background-size: 18px;
        background-position: 95% 11px
    }
    .popup-block .form-wrap input.drop-control,
    .popup-block .form-wrap select.drop-control {
        background-size: 12px;
        background-position: 95% 18px
    }
    .popup-block .form-wrap input[type="checkbox"] {
        height: normal
    }
    .popup-block .form-wrap .forget-password {
        font-size: 14px
    }
    .popup-block .form-wrap .btn-block {
        margin: 0 0 15px
    }
    .popup-block .form-wrap .btn {
        height: 40px;
        font-size: 14px;
        width: 100%
    }
    .popup-block .form-wrap .guest-link {
        font-size: 15px
    }
    .popup-block .signup-content .checkbox-lbl {
        font-size: 14px;
        padding-left: 25px
    }
    .popup-block .signup-content [type="checkbox"]:not(:checked)+label:before,
    .popup-block .signup-content [type="checkbox"]:checked+label:before {
        width: 20px;
        height: 21px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px
    }
    .popup-block .signup-content [type="checkbox"]:not(:checked)+label:after,
    .popup-block .signup-content [type="checkbox"]:checked+label:after {
        top: 9px;
        left: 5px;
        background-size: 10px
    }
    .custom_career_tabs {
        border-bottom: 0;
        margin-bottom: 25px;
        padding-top: 40px
    }
    .custom_career_tabs li {
        width: 100%;
        margin: 5px 0;
        text-align: center
    }
    .custom_career_tabs .active a {
        background: #1595d6 !important;
        border: 0 !important;
        color: #fff !important;
        padding: 10px 20px
    }
    .career-inner,
    .personalinfo-block {
        padding: 15px 0 30px
    }
    .career-inner .title-block,
    .personalinfo-block .title-block {
        margin: 0 0 15px
    }
    .career-inner .title-block h2,
    .personalinfo-block .title-block h2 {
        font-size: 19px;
        margin: 0 0 10px
    }
    .career-inner .title-block .location,
    .personalinfo-block .title-block .location {
        padding-left: 18px
    }
    .career-inner .title-block .location:before,
    .personalinfo-block .title-block .location:before {
        background-size: 13px
    }
    .career-inner .content-block,
    .personalinfo-block .content-block {
        margin: 0 0 15px
    }
    .career-inner .content-block p,
    .personalinfo-block .content-block p {
        margin: 0 0 15px
    }
    .career-inner .content-block .title-block h3,
    .personalinfo-block .content-block .title-block h3 {
        font-size: 16px;
        margin: 0 0 15px
    }
    .personalinfo-block {
        padding: 10px 0 90px
    }
    .personalinfo-block:before {
        height: 43px;
        top: -43px
    }
    .personalinfo-block .form-wrap .form-group {
        margin: 0 0 15px
    }
    .personalinfo-block .form-wrap .btn {
        width: 100%
    }
    .personalinfo-block .gform_wrapper ul li {
        width: 100%
    }
    .personalinfo-block .gform_wrapper .validation_message {
        font-size: 12px
    }
    .personalinfo-block .gform_footer {
        padding-bottom: 50px
    }
    .footer-wave {
        margin-top: -110px;
        margin-bottom: -50px
    }
    .card_apply {
        padding: 5px 20px
    }
    .view_more {
        padding-top: 0
    }
    .view_more a {
        margin: 0
    }
    .careersPage .careersBg {
        height: 250px
    }
    .careersPage .careersBg h1 {
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 20px
    }
    .career_tabs {
        margin-bottom: -100px;
        padding-bottom: 100px
    }
    .whatson-sec .content {
        margin-bottom: 20px
    }
    .personalinfo-block .form-wrap .btn-block {
        margin-bottom: 50px
    }
    .woocommerce-cart-form {
        border: 1px solid #e6e6e6
    }
    .shop_table {
        border-collapse: collapse
    }
    .shop_table th {
        display: none
    }
    .shop_table td {
        display: block;
        border: 1px solid #e6e6e6;
        text-align: right;
        font-size: 12px;
        border-bottom: 0;
        border-left: 0;
        border-right: 0
    }
    .shop_table td.product-thumbnail {
        border-top: 0
    }
    .shop_table td.product-subtotal {
        border-right: 0
    }
    .shop_table td.product-remove {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }
    .shop_table td.product-name {
        text-align: right;
        border: 0;
        padding-top: 0
    }
    .shop_table td.product-name a {
        font-size: 12px
    }
    .shop_table td.product-name a br {
        display: none
    }
    .shop_table td.actions {
        border: 0
    }
    .shop_table td:before {
        content: attr(data-th);
        display: inline-block;
        float: left;
        font-size: 12px
    }
    .shop_table td .button {
        height: 35px;
        width: 100%
    }
    .gform_confirmation_message {
        font-size: 18px
    }
    .entry-title {
        margin: 0;
        font-size: 16px;
        padding: 20px 0
    }
    .cart-collaterals {
        margin: 0 0 15px
    }
    .cart-collaterals .shop_table {
        margin: 0 0 15px
    }
    .cart-collaterals .shop_table th,
    .cart-collaterals .shop_table td {
        font-size: 16px;
        padding: 10px;
        width: 100%;
        display: table-cell
    }
    .checkout-button,
    .continue-button {
        height: 35px;
        width: auto;
        padding: 0 15px;
        font-size: 12px
    }
    .coupon {
        text-align: center;
        padding: 0 0 20px
    }
    .coupon label {
        font-size: 16px;
        margin: 0 0 15px
    }
    .coupon input[type="text"],
    .coupon button[type="submit"] {
        width: 100%;
        height: 35px
    }
    .coupon button[type="submit"] {
        margin: 15px 0 0;
        font-size: 14px;
        line-height: 10px
    }
    .our-story {
        padding: 15px 0 30px
    }
    .our-story .title-block h2 {
        font-size: 19px;
        margin: 0 0 10px
    }
    .our-story .content-block p {
        margin: 0 0 15px
    }
    .seperator-block {
        padding: 10px 0 60px
    }
    .seperator-block .title-block h2 {
        font-size: 19px;
        margin: 0 0 10px
    }
    .seperator-block:before {
        height: 43px;
        top: -43px
    }
    .seperator-block ul {
        font-size: 15px;
        padding: 0 0 15px
    }
    .banner-waves .canvas {
        max-height: 65px
    }
    .tab-content {
        margin-bottom: 20px
    }
    .tab-content .vat-info.home {
        padding: 10px
    }
    .footer-wave canvas {
        max-height: 65px;
        bottom: 50px
    }
    #redline2,
    #redline3 {
        max-height: 65px
    }
    #canvas2,
    #canvas3 {
        max-height: 65px
    }
    .slider-for .story-meta {
        width: 100%
    }
    .awards-wrap {
        padding: 30px 0 50px;
        font-size: 14px
    }
    .awards-wrap ul li {
        padding-left: 0
    }
    .awards-wrap .owl-nav button {
        width: 20px;
        height: 36px;
        background-size: cover
    }
    .awards-sec .wave {
        height: 35px
    }
    .awards-sec .pull-right {
        float: none !important
    }
    .story-block {
        padding: 20px 0
    }
    .slider-nav {
        margin-top: 25px
    }
    .slider-nav .slick-next {
        width: 20px;
        height: 34px;
        background-size: cover;
        padding: 0
    }
    .slider-nav .slick-prev {
        width: 20px;
        height: 34px;
        background-size: cover;
        padding: 0
    }
    .slider-nav .slick-list {
        max-width: 80%
    }
    .story-block .title h2,
    .awards-sec .title h2 {
        font-size: 26px
    }
    .awards-sec {
        margin-bottom: 0;
        margin-top: 0px
    }
    .order-btn {
        position: absolute;
        top: 2%
    }
    .order-pop.popup-block {
        margin: 30px auto
    }
    .order-pop .call-wrap {
        height: auto;
        margin: 10% 0
    }
    .order-pop .call-wrap #calltoorder img {
        max-width: 75%
    }
    .order-pop .call-wrap .contact {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75)
    }
    .order-form .cart-btn {
        max-width: 60px;
        display: none
    }
    .order-form .cart-btn-m {
        display: block;
        max-width: 60px
    }
    .order-form .order-btn {
        display: none
    }
    .timeline .timeline-nav {
        display: none
    }
    .year-inner {
        padding-bottom: 0;
        float: right;
        width: 85%
    }
    .year-inner:after {
        left: 10px
    }
    .year-inner h2 {
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        padding-left: 20px
    }
    .year-inner h2:after {
        right: auto;
        left: 2px;
        width: 15px;
        height: 15px;
        top: 3px
    }
    .year-inner .year-content {
        width: 100%;
        min-height: inherit;
        text-align: center;
        margin-bottom: 20px;
        padding: 20px
    }
    .year-inner .year-content p {
        font-size: 14px
    }
    .year-inner .year-content:nth-child(odd) {
        float: right;
        clear: none
    }
    .year-inner .year-content:nth-child(even) {
        float: right;
        clear: none
    }
    .year-inner .year-content:nth-child(even) h2 {
        text-align: left
    }
    .year-inner .year-content:nth-child(even) h2:after {
        right: auto;
        left: -59px
    }
    .year-inner .year-content.year-date {
        margin-bottom: 15px
    }
    .timeline {
        margin: 20px 0
    }
    .story-slider {
        float: none !important
    }
    .story-slider iframe {
        max-height: 300px
    }
    .product-details .woocommerce div.product div.summary p {
        font-size: 14px
    }
}

@media only screen and (min-width: 300px) and (max-width: 600px) {
    .animated-section .bottle-animated {
        transform: translate(0px, 0px) rotate(0deg) scaleX(0.7) scaleY(0.7);
        -webkit-transform: translate(0px, 0px) rotate(0deg) scaleX(0.7) scaleY(0.7)
    }
    @keyframes bottle-animation {
        0% {
            transform: translate(0px, -200px) rotate(0deg) scaleX(0.1) scaleY(0.1)
        }
        50% {
            transform: translate(0px, 0px) rotate(0deg) scaleX(0.8) scaleY(0.8)
        }
        100% {
            transform: translate(0px, 0px) rotate(0deg) scaleX(0.7) scaleY(0.7)
        }
    }
    @-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(0.8) scaleY(0.8)
        }
        100% {
            -moz-transform: translate(0px, 0px) rotate(0deg) scaleX(0.7) scaleY(0.7)
        }
    }
    @-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(0.8) scaleY(0.8)
        }
        100% {
            -webkit-transform: translate(0px, 0px) rotate(0deg) scaleX(0.7) scaleY(0.7)
        }
    }
    @-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(0.8) scaleY(0.8)
        }
        100% {
            -o-transform: translate(0px, 0px) rotate(0deg) scaleX(0.7) scaleY(0.7)
        }
    }
    @-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(0.8) scaleY(0.8)
        }
        100% {
            -ms-transform: translate(0px, 0px) rotate(0deg) scaleX(0.7) scaleY(0.7)
        }
    }
    .animated-section .floating-row {
        min-height: 200px;
        position: relative
    }
    .animated-section .floating-text {
        width: 115px
    }
    .animated-section .floating-text p {
        display: none
    }
    .animated-section .floating-right {
        right: 20px;
        left: initial;
        text-align: right
    }
    .animated-section .floating-text.bottle-item6 {
        top: -100px
    }
    .animated-section .floating-text.bottle-item4 {
        top: -30px
    }
    .animated-section .floating-text.bottle-item3 {
        top: -30px
    }
}

@media only screen and (min-width: 300px) and (max-width: 568px) {
    .animated-section {
        max-width: 320px;
        margin: 0 auto;
        float: none
    }
    .animated-section h4 {
        font-size: 10px
    }
    .animated-section .bottle-animated {
        transform: translate(0px, 0px) rotate(0deg) scaleX(0.5) scaleY(0.5);
        -webkit-transform: translate(0px, 0px) rotate(0deg) scaleX(0.5) scaleY(0.5)
    }
    @keyframes bottle-animation {
        0% {
            transform: translate(0px, -200px) rotate(0deg) scaleX(0.1) scaleY(0.1)
        }
        50% {
            transform: translate(0px, 0px) rotate(0deg) scaleX(0.8) scaleY(0.8)
        }
        100% {
            transform: translate(0px, 0px) rotate(0deg) scaleX(0.5) scaleY(0.5)
        }
    }
    @-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(0.8) scaleY(0.8)
        }
        100% {
            -moz-transform: translate(0px, 0px) rotate(0deg) scaleX(0.5) scaleY(0.5)
        }
    }
    @-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(0.8) scaleY(0.8)
        }
        100% {
            -webkit-transform: translate(0px, 0px) rotate(0deg) scaleX(0.5) scaleY(0.5)
        }
    }
    @-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(0.8) scaleY(0.8)
        }
        100% {
            -o-transform: translate(0px, 0px) rotate(0deg) scaleX(0.5) scaleY(0.5)
        }
    }
    @-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(0.8) scaleY(0.8)
        }
        100% {
            -ms-transform: translate(0px, 0px) rotate(0deg) scaleX(0.5) scaleY(0.5)
        }
    }
    .animated-section .floating-row {
        min-height: 150px;
        position: relative;
        clear: both
    }
    .animated-section .floating-text {
        width: 24%;
        top: 65px
    }
    .animated-section .floating-text .line {
        display: block;
        top: 30px
    }
    .animated-section .floating-text .line-1 {
        right: -50px;
        top: 28px
    }
    .animated-section .floating-text .line-2 {
        right: initial;
        left: -40px
    }
    .animated-section .floating-text .line-3 {
        right: -48px !important;
        left: initial;
        top: 17px
    }
    .animated-section .floating-text .line-4 {
        left: -30px !important
    }
    .animated-section .floating-text .line-5 {
        right: -30px !important;
        left: initial;
        top: 30px
    }
    .animated-section .floating-text .line-6 {
        left: -26px !important;
        top: 16px
    }
    @keyframes increase-2 {
        100% {
            width: 75%
        }
    }
    @keyframes increase-6 {
        100% {
            width: 65%
        }
    }
    @keyframes increase-3 {
        100% {
            width: 65%
        }
    }
    @keyframes increase-4 {
        100% {
            width: 65%
        }
    }
    @keyframes increase-5 {
        100% {
            width: 65%
        }
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-carousel .content {
        right: -85px
    }
    .grid .grid-item {
        max-width: 274px;
        max-height: 166px
    }
    .animated-section .floating-text {
        left: 0;
        width: 300px
    }
    .animated-section .floating-text .line {
        right: -90px
    }
    @keyframes increase {
        100% {
            width: 205px
        }
    }
    @keyframes increase-2 {
        100% {
            width: 110px
        }
    }
    .animated-section .floating-text .line-3 {
        right: -235px !important
    }
    @keyframes increase-3 {
        100% {
            width: 200px
        }
    }
    .animated-section .floating-text .line-4 {
        left: -125px !important
    }
    @keyframes increase-4 {
        100% {
            width: 110px
        }
    }
    .animated-section .floating-text.bottle-item3 {
        width: 200px
    }
    .animated-section .floating-right {
        right: 0;
        left: auto
    }
    .animated-section .floating-right .line {
        left: -150px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-sec {
        padding: 0
    }
    .banner-sec .banner-img iframe {
        height: 100%
    }
    .banner-sec .canvas {
        max-height: 100px;
        bottom: 0
    }
    .banner-sec .content h1 {
        font-size: 34px
    }
    .banner-sec .content .btn {
        margin-top: 5%
    }
    .careersPage .careersBg {
        height: 250px
    }
    .custom_career_tabs {
        text-align: center
    }
    .custom_career_tabs li {
        float: none;
        display: inline-block
    }
    footer:after {
        top: -90px;
        height: 90px;
        background-position: center
    }
    .social li {
        padding: 0 0 0 10px
    }
    .personalinfo-block .form-wrap .btn-block {
        margin-bottom: 25px
    }
    .owl-carousel .owl-item img {
        padding-top: 2%
    }
    .products-sec {
        background-size: cover;
        background-position: 100% -35px
    }
    .year-inner h2:after {
        right: -51px
    }
}
@media (max-width: 768px) {
    .banner-sec {
         max-height: 315px;
    }
    #myCarousel .carousel-caption {
    position: absolute;
    top: 10vh;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    main.home:after {
        bottom: 175px
    }
    .navbar {
        padding: 15px 0 0
    }
    .fixed-header .navbar-nav {
        margin-top: 0;
        padding: 0
    }
    .fixed-header .navbar {
        padding: 15px 0 0
    }
    .fixed-header .navbar .navbar-brand img {
        max-width: 150px
    }
    .fixed-header .nav-right {
        margin-top: 15px
    }
    .navbar-header {
        margin-top: -10px
    }
    .get-in-touch {
        margin-top: -15px
    }
    .lang {
        margin-top: -15px;
        float: right
    }
    .navbar .navbar-brand img {
        max-width: 150px
    }
    .nav-right {
        margin-top: 15px
    }
    .navbar-nav {
        margin-right: -15px;
        margin-top: 0;
        padding: 0
    }
    .animated-section {
        min-height: 360px
    }
    .animated-section .floating-row {
        min-height: 160px
    }
    .animated-section .floating-text {
        left: 0;
        width: 275px;
        top: 30px
    }
    .animated-section .floating-text .line {
        right: -45px
    }
    @keyframes increase {
        100% {
            width: 145px
        }
    }
    @keyframes increase-2 {
        100% {
            width: 50px
        }
    }
    .animated-section .floating-text .line-3 {
        right: -60px !important
    }
    @keyframes increase-3 {
        100% {
            width: 220px
        }
    }
    .animated-section .floating-text .line-4 {
        left: -53px !important
    }
    @keyframes increase-4 {
        100% {
            width: 40px
        }
    }
    .animated-section .floating-text .line-5 {
        right: -65px !important
    }
    .animated-section .floating-text .line-6 {
        left: -40px !important
    }
    @keyframes increase-6 {
        100% {
            width: 30px
        }
    }
    @keyframes increase-5 {
        100% {
            width: 180px
        }
    }
    .animated-section .floating-text.bottle-item3 {
        width: 275px;
        top: 0
    }
    .animated-section .floating-text.bottle-item3 h4 {
        text-align: left
    }
    .animated-section .floating-text.bottle-item5 {
        top: -80px
    }
    .animated-section .floating-text.bottle-item4 {
        top: -20px
    }
    .animated-section .floating-text.bottle-item6 {
        top: -65px
    }
    .animated-section .floating-right {
        right: 0;
        left: auto
    }
    .animated-section .floating-right .line {
        right: initial;
        left: -75px
    }
    .animated-section h4 {
        color: #fff;
        font-family: 'DINPro-Bold';
        font-size: 16px
    }
    .animated-section p {
        font-family: 'DIN-Regular';
        font-size: 16px;
        color: #fff
    }
    .banner-sec canvas {
        max-height: 100px;
        bottom: -5px
    }
    .product-desc {
        margin: 0;
        padding-top: 35px;
        min-height: auto
    }
    .bottle-animated {
        transform: translate(0px, 0px) rotate(-10deg) scaleX(0.8) scaleY(0.8);
        -webkit-transform: translate(0px, 0px) rotate(-10deg) scaleX(0.8) scaleY(0.8)
    }
    .grid .grid-item {
        max-width: 179px;
        max-height: 125px
    }
    .products-sec:after {
        height: 120px
    }
    .engage-sec {
        padding: 80px 0
    }
    .engage-sec:after {
        height: 130px
    }
    .whatson-sec {
        padding: 100px 0;
        background-color: #1f788c
    }
    @keyframes bottle-animation {
        0% {
            transform: translate(0px, -200px) rotate(0deg) scaleX(0.1) scaleY(0.1)
        }
        50% {
            transform: translate(0px, 0px) rotate(0deg) scaleX(0.4) scaleY(0.4)
        }
        100% {
            transform: translate(0px, 0px) rotate(-10deg) scaleX(0.8) scaleY(0.8)
        }
    }
    @-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(0.4) scaleY(0.4)
        }
        100% {
            -moz-transform: translate(0px, 0px) rotate(-10deg) scaleX(0.8) scaleY(0.8)
        }
    }
    @-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(0.4) scaleY(0.4)
        }
        100% {
            -webkit-transform: translate(0px, 0px) rotate(-10deg) scaleX(0.8) scaleY(0.8)
        }
    }
    @-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(0.4) scaleY(0.4)
        }
        100% {
            -o-transform: translate(0px, 0px) rotate(-10deg) scaleX(0.8) scaleY(0.8)
        }
    }
    @-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(0.4) scaleY(0.4)
        }
        100% {
            -ms-transform: translate(0px, 0px) rotate(-10deg) scaleX(0.8) scaleY(0.8)
        }
    }
    .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: 170px;
        height: 300px
    }
    .our-story {
        padding: 30px 0
    }
    .story-block {
        padding: 0
    }
    .awards-sec .wave {
        height: 70px
    }
    .awards-wrap {
        padding: 30px 0 120px
    }
    .order-btn {
        position: absolute;
        top: 5%
    }
    .order-pop .call-wrap {
        height: auto;
        margin: 10% 0
    }
    .awards-sec .pull-right {
        float: none !important
    }
    .year-inner {
        float: right;
        width: 85%;
        padding-bottom: 80px
    }
    .year-inner h2 {
        font-size: 60px;
        line-height: 50px
    }
    .year-inner h2:after {
        right: -43px
    }
    .story-slider {
        float: none !important
    }
}

@media only screen and (max-width: 991px) {
    .banner-sec .banner-img iframe {
        height: 100%
    }
    .product-carousel .content {
        width: 150px;
        right: -85px;
        padding: 10px;
        z-index: 20
    }
    .product-carousel .content h2 {
        font-size: 20px
    }
    .product-carousel .content p {
        font-size: 14px
    }
    .whatson-sec .content-block .details {
        padding: 15px
    }
    .whatson-sec .content-block h2 {
        font-size: 16px
    }
}


/*# sourceMappingURL=responsive.css.map */