@import url("fonts.css");

::-moz-selection {
    color: #FFF;
    background: #CE050B;
}

::selection {
    color: #FFF;
    background: #CE050B;
}

.custom-container {
    position: relative;
    width: 1020px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.nav.nav-tabs {
    margin-bottom: 20px;
    border: 0;
}

    .nav.nav-tabs .nav-item {
        margin-right: 2px;
    }

        .nav.nav-tabs .nav-item .nav-link {
            padding: 12px 20px;
            border-radius: 2px;
            border: 0;
            color: #a3a3a3;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
        }

            .nav.nav-tabs .nav-item .nav-link:hover {
                background-color: #02a5f4;
                color: #FFF;
            }

            .nav.nav-tabs .nav-item .nav-link.active {
                background-color: #02a5f4;
                color: #FFF;
            }

.modal .modal-dialog .modal-content {
    border-radius: 0;
}

.form label {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.form .form-control {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .form .form-control:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form .form-control.disabled {
        border-color: #868686;
    }

    .form .form-control:focus {
        outline: 0;
    }

.wpanimation {
    opacity: 0;
}

    .wpanimation.animated {
        opacity: 1;
    }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/loader.gif) center no-repeat #FFF;
    background-size: 120px 120px;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    overflow: hidden;
}

a {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    a:hover {
        text-decoration: none;
    }

    a:active, a:focus {
        outline: 0;
    }

.social .nav-item {
    margin: 0 5px;
}

.social .nav-link {
    width: 32px !important;
    height: 32px !important;
    padding: 0;
    background: #FFF;
    border-radius: 50%;
    color: #CE050B !important;
    line-height: 32px;
    text-align: center;
}

    .social .nav-link i {
        vertical-align: middle;
    }

    .social .nav-link.facebook-f:hover {
        color: #FFF !important;
        background: #3b5999 !important;
    }

    .social .nav-link.twitter:hover {
        color: #FFF !important;
        background: #55acee !important;
    }

    .social .nav-link.instagram:hover {
        color: #FFF !important;
        background: #e4405f !important;
    }

    .social .nav-link.youtube:hover {
        color: #FFF !important;
        background: #cd201f !important;
    }

    .social .nav-link.linkedin-in:hover {
        color: #FFF !important;
        background: #0077B5 !important;
    }

.btnPrimary {
    display: inline-block;
    height: auto;
    width: auto;
    min-width: 120px;
    padding: 15px 30px;
    margin: 0 5px;
    background: #CE050B;
    border: 0;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .btnPrimary.gray {
        background: #404040;
    }

    .btnPrimary.red {
        background: #D8232A;
    }

    .btnPrimary img {
        display: block;
        margin: 10px auto;
    }

    .btnPrimary:hover {
        background: #9c0408;
    }

    .btnPrimary:focus, .btnPrimary:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        outline: 0 !important;
    }

    .btnPrimary:disabled {
        background: #9b9b9b;
        cursor: not-allowed;
    }

        .btnPrimary:disabled:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.cookie-disclaimer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(1, 1, 1, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.cookie-disclaimer_content {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}

    .cookie-disclaimer_content a {
        text-decoration: underline;
    }

    .cookie-disclaimer_content .btn {
        display: inline-block;
        margin: 0 auto;
        border: 0;
        padding: 10px 40px;
        border-radius: 0;
        background: #CE050B;
        font-size: 14px;
        text-transform: uppercase;
    }

        .cookie-disclaimer_content .btn:hover {
            background: #9c0408;
        }

        .cookie-disclaimer_content .btn:focus, .cookie-disclaimer_content .btn:active {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            background: #9c0408 !important;
            border: 0;
            outline: 0;
        }

.sidenav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 40%;
    max-width: 100%;
    height: 100vh;
    background: #c1303d;
    -webkit-box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    z-index: 9999;
    -webkit-transition: all 300ms cubic-bezier(0.43, 0.18, 0, 0.85);
    transition: all 300ms cubic-bezier(0.43, 0.18, 0, 0.85);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}

    .sidenav-wrapper.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sidenav-wrapper .center-block {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }

    .sidenav-wrapper .nav .nav-item .nav-link {
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 3.3px;
        text-transform: uppercase;
    }

        .sidenav-wrapper .nav .nav-item .nav-link:hover {
            color: #FFF;
        }

    .sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu {
        position: relative !important;
        margin: 0 !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        border-radius: 0;
    }

.sidenavactive {
    overflow-y: hidden;
}

header {
    position: fixed;
    width: 100%;
    z-index: 2;
}

    header.scrolling{
        background:#fff;
    }

    header .top-header {
        background: #CE050B;
        padding: 0;
    }

        header .top-header .nav.links {
            margin-right: 15px;
        }

            header .top-header .nav.links .nav-item {
                border-right: 1px solid rgba(255, 255, 255, 0.3);
            }

                header .top-header .nav.links .nav-item:last-child {
                    border-right: 0;
                }

                header .top-header .nav.links .nav-item .nav-link img {
                    margin-right: 10px;
                    height: 32px;
                    width: auto;
                }

                header .top-header .nav.links .nav-item:first-child {
                    padding-left: 0;
                }

        header .top-header .nav.langs .nav-item {
            padding: .5rem 0;
        }

            header .top-header .nav.langs .nav-item .nav-link {
                width: 30px;
                height: 30px;
                padding: 0;
                border: 2px solid transparent;
                border-radius: 50%;
            }

                header .top-header .nav.langs .nav-item .nav-link img {
                    width: 100%;
                }

                header .top-header .nav.langs .nav-item .nav-link.active, header .top-header .nav.langs .nav-item .nav-link:hover {
                    border-color: #FFF;
                }

        header .top-header .nav.social .nav-item {
            padding: 0;
        }

        header .top-header .nav .nav-item {
            padding: 10px 15px;
        }

            header .top-header .nav .nav-item .nav-link {
                display: -webkit-box;
                display: flex;
                display: -ms-flexbox;
                display: -webkit-flex;
                -webkit-box-align: center;
                align-items: center;
                -ms-flex-align: center !important;
                -webkit-box-pack: center;
                justify-content: center;
                -ms-flex-pack: center !important;
                padding: 0;
                height: 100%;
                color: #fff;
            }

    header .navbar {
        padding: 0;
        min-height: 87px;
    }

    header .navbar-toggler {
        background: none;
        border: 0;
        border-radius: 0;
        z-index: 99999;
    }

        header .navbar-toggler.collapsed .icon:nth-of-type(1), header .navbar-toggler.collapsed .icon:nth-of-type(3) {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        header .navbar-toggler.collapsed .icon:nth-of-type(2) {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        header .navbar-toggler:focus {
            outline: 0;
        }

        header .navbar-toggler:hover {
            background: none !important;
        }

        header .navbar-toggler .icon {
            position: relative;
            display: block;
            height: 1px;
            width: 29px;
            margin: 7px 0;
            background: #c1303d;
            opacity: 1;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

            header .navbar-toggler .icon:nth-of-type(1) {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transform-origin: 10% 10%;
                transform-origin: 10% 10%;
            }

            header .navbar-toggler .icon:nth-of-type(2) {
                opacity: 0;
                filter: alpha(opacity=0);
            }

            header .navbar-toggler .icon:nth-of-type(3) {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 10% 90%;
                transform-origin: 10% 90%;
            }

    header .navbar-nav {
        margin: 0;
        padding: 0;
    }

        header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
            border: 0;
            display: none;
        }

        header .navbar-nav .nav-item.dropdown:hover > a {
            color: #CE050B;
        }

        header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
            display: block;
            visibility: visible;
            opacity: 1;
            top: 98%;
            z-index: 99;
        }

        header .navbar-nav .nav-item.dropdown .dropdown-menu {
            display: block;
            visibility: hidden;
            opacity: 0;
            top: 125%;
            z-index: -1;
            min-width: 265px;
            padding: 20px 0;
            -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            background: #CE050B;
            border: 0;
            border-radius: 3px;
            -webkit-box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
            box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
        }

            header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
                display: block;
                padding: 6px 28px;
                color: #FFF;
                font-weight: 500;
                -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
                transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            }

                header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item::before {
                    display: inline-block;
                    width: 0;
                    height: 4px;
                    margin-right: 0;
                    background: #CE050B;
                    border-radius: 25px;
                    content: '';
                    vertical-align: middle;
                    visibility: hidden;
                    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
                    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
                }

                header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
                    background: none;
                }

                    header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active::before, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus::before, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover::before {
                        width: 12px;
                        margin-right: 10px;
                        visibility: visible;
                    }

        header .navbar-nav .nav-item.active .nav-link {
            border-bottom: 3px solid #C1303D;
        }


        header .navbar-nav .nav-item {
            position: relative;
            margin-right: 12px;
        }

            header .navbar-nav .nav-item.language-nav {
                margin-left: 30px;
            }

                header .navbar-nav .nav-item.language-nav::before {
                    content: "| ";
                    position: absolute;
                    font-size: 25px;
                    left: -15px;
                    top: 0;
                    color: #828282;
                }

            header .navbar-nav .nav-item .nav-link {
                font-style: normal;
                font-weight: bold;
                font-size: 14px;
                line-height: 18px;
                color: #333333;
                padding-bottom: .3rem;
            }

                header .navbar-nav .nav-item .nav-link:hover {
                    color: #CE050B;
                }

    header .navbar-search .nav .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    header .navbar-search-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        z-index: 999999;
        opacity: 0;
        padding: 0 15px;
        background: #CE050B;
        overflow: hidden;
        -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        header .navbar-search-wrapper.active {
            left: 0;
            width: 100%;
            opacity: 1;
        }

        header .navbar-search-wrapper .search-input {
            width: 90%;
            height: 100%;
        }

            header .navbar-search-wrapper .search-input input {
                width: 100%;
                height: 100%;
                background: none;
                border: 0;
                color: #FFF;
                font-size: 24px;
            }

                header .navbar-search-wrapper .search-input input:focus {
                    outline: 0;
                }

                header .navbar-search-wrapper .search-input input::-webkit-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input:-ms-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input::-ms-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input::placeholder {
                    color: #FFF;
                }

        header .navbar-search-wrapper .search-btn {
            height: 100%;
            min-width: 10%;
        }

            header .navbar-search-wrapper .search-btn .btn {
                display: inline-block;
                height: 100%;
                width: 50%;
                border: 0;
                background: none;
                border-radius: 0;
                text-align: center;
            }

                header .navbar-search-wrapper .search-btn .btn:hover {
                    background: #9c0408;
                }

                header .navbar-search-wrapper .search-btn .btn:focus {
                    outline: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                header .navbar-search-wrapper .search-btn .btn img {
                    width: 32px;
                    max-width: 100%;
                }

.gp-main-title {
    color: #373535;
    font-size: 28px;
    font-weight: 500;
}

    .gp-main-title span {
        display: block;
        margin-top: 23px;
        color: #CE050B;
        font-size: 18px;
        font-weight: 400;
    }

    .gp-main-title::after {
        display: block;
        width: 72px;
        height: 2px;
        margin: 30px 0;
        background: #CE050B;
        content: "";
    }

    .gp-main-title.center {
        text-align: center;
    }

        .gp-main-title.center::after {
            margin: 30px auto;
        }



.gp-page-header {
    position: relative;
}

    .gp-page-header img {
        width: 100%;
        max-width: 100%;
        min-height: 200px;
        z-index: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gp-page-header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .gp-page-header .page-header-content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        z-index: 2;
    }

        .gp-page-header .page-header-content .breadcrumb {
            background: none;
        }

        .gp-page-header .page-header-content .breadcrumb-item::before {
            color: #FFF;
        }

        .gp-page-header .page-header-content .breadcrumb-item:last-child a {
            color: #CE050B;
        }

        .gp-page-header .page-header-content .breadcrumb-item a {
            color: #fff;
        }


footer {
    padding: 40px 0;
    background: #000239;
}

    footer .footer-contact {
        padding: 10px 0;
        color: #FFF;
        font-family: Montserrat-Regular;
        font-size: 14px;
    }

        footer .footer-contact a {
            color: #FFF;
        }

        footer .footer-contact img {
            margin-right: 15px;
        }

.copyright {
    padding: 10px 0;
}

footer .subscribe {
    margin: 0 auto 50px auto;
}

    footer .subscribe .title {
        color: #FFFFFF;
        font-family: "RedHatDisplay-Bold";
        font-size: 24px;
        display: block;
    }

    footer .subscribe .description {
        color: #A0A0A0;
        font-family: "Montserrat-Light";
        font-size: 12px;
    }

    footer .subscribe .form-group {
        position: relative;
    }

        footer .subscribe .form-group input {
            background: transparent;
            border: 0;
            border-bottom: 1px solid #C4C4C4;
            border-radius: 0;
            color: #A0A0A0;
            padding-right: 50px;
        }

            footer .subscribe .form-group input:focus {
                box-shadow: none;
            }

        footer .subscribe .form-group img {
            position: absolute;
            right: 8px;
            top: 20px;
        }


/*# sourceMappingURL=layout.css.map */

.language-nav .dropdown-menu {
    min-width: 75px;
}

.section-slider {
    height: 100vh;
    width: 100%;
    background: url('../../images/arce-bg.png');
}

    .section-slider .custom-container {
        height: 100%;
    }

    .section-slider .slider-content {
        position: absolute;
        top: 25%;
        transform: translateY(-25%);
        width: 100%;
        text-align: center;
    }

        .section-slider .slider-content h1 {
            /*font-weight: bold;*/
            font-size: 50px;
            line-height: 50px;
            /*text-transform: uppercase;*/
            color: #333;
            margin-right: 20px;
            font-family:FuturaPT-DemiOblique;
        }

        .section-slider .slider-content p {
            font-weight: normal;
            font-size: 24px;
            line-height: 30px;
            text-align: center;
            color: #F2F2F2;
        }

    .section-slider .slider-item {
        position: absolute;
        bottom: 0;
        padding: 0 12px;
        padding-bottom: 30px;
        -webkit-animation: expand 3s;
    }

        .section-slider .slider-item .content {
            position: absolute;
            width: 90%;
            height: 100%;
            bottom: -1000%;
            -webkit-animation: slide-bottom 1s forwards;
            -webkit-animation-delay: 3s;
            animation: slide-bottom 1s forwards;
            animation-delay: 3s;
        }

    .section-slider .slider-item1 {
        width: 282px;
        background: url(../../images/01.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 460px;
    }

        .section-slider .slider-item1 img.about-img {
            margin-top: 35px;
            margin-bottom: 0;
        }

    .section-slider .slider-item2 {
        width: 411.5px;
        left: 315px;
        background: url(../../images/02.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 460px;
    }

        .section-slider .slider-item2 .content {
            width: 94%;
        }

        .section-slider .slider-item2 .product-gallery {
            text-align: right;
        }

        .section-slider .slider-item2 h4 {
            margin-top: 65px;
        }

        .section-slider .slider-item2 ul {
            list-style-type: none;
            padding-left: 0;
        }

            .section-slider .slider-item2 ul li {
                text-align: left;
            }

                .section-slider .slider-item2 ul li a {
                    font-weight: normal;
                    font-size: 12px;
                    line-height: 15px;
                    text-align: justify;
                    color: #FFFFFF;
                }

    .section-slider .slider-item3 {
        width: 282px;
        left: 741px;
        background: url(../../images/03.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 460px;
    }

        .section-slider .slider-item3 h4 {
            margin-top: 65px;
        }

    .section-slider .slider-item .top {
        text-align: center;
    }

        .section-slider .slider-item .top a {
            float: right;
            font-weight: bold;
            font-size: 10px;
            line-height: 13px;
            color: #FFFFFF;
            margin-top: 10px;
        }

            .section-slider .slider-item .top a img {
                display: block;
                margin-left: 25px;
            }

    .section-slider .slider-item h4 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .section-slider .slider-item p {
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        text-align: justify;
        color: #FFFFFF;
    }

@-webkit-keyframes expand {
    0% {
        height: 0px;
    }

    100% {
        height: 460px;
    }
}

@-webkit-keyframes slide-bottom {
    100% {
        bottom: 0;
    }
}

.section-about {
    height:calc(100vh - 40px);
    width: 100%;
    background: url('../../images/01-bg.svg');
    padding-top: 150px;
}

h3.title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 30px;
}

.description p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    color: #000000;
}

.button-div {
    position: absolute;
    bottom: 0;
    width: 545px;
}

.footer-height .button-div {
    bottom: 40px;
}

    .button-div .top {
        width: 230px;
    }

        .button-div .top a {
            float: right;
            font-weight: bold;
            font-size: 10px;
            line-height: 13px;
            color: #FFFFFF;
            margin-top: 10px;
        }

            .button-div .top a img {
                display: block;
            }

    .button-div h4 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
        margin: 50px;
    }

.right-button {
    right: 0;
    background-size: cover !important;
}

.left-button {
    left: 0;
    text-align: right;
}

    .left-button .top {
        float: right;
    }

        .left-button .top a {
            float: left;
        }

            .left-button .top a img {
                /*margin-left: -15px;*/
            }


.button-two-right {
    background: url('../../images/02-button-right.png');
}

.button-one-left {
    background: url('../../images/01-button-left.png');
    background-position: right;
    background-size: cover;
}

.button-two-left {
    background: url('../../images/02-button-left.png');
    background-position: right;
    background-size: cover;
}

.button-four-right {
    background: url('../../images/04-button-right.png');
}

.button-three-right {
    background: url('../../images/03-button-right.png');
}

.section-contact {
    height: 100vh;
    width: 100%;
    background: url(../../images/contact.png);
    padding-top: 150px;
}

    .section-contact .contact-detail {
        margin-top: 60px;
    }

        .section-contact .contact-detail .item {
            margin-bottom: 30px;
        }

            .section-contact .contact-detail .item img {
                width: 19px;
                margin-right: 25px;
                float: left;
                margin-bottom: 30px;
                margin-top: 5px;
            }

            .section-contact .contact-detail .item a {
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #fff !important;
                cursor: pointer;
            }

    .section-contact .contact-form .rows {
        margin-bottom: 15px;
    }

    .section-contact .contact-form input {
        border-radius: 0;
        border: 0;
        height: 55px;
        font-weight: 300;
        font-size: 16px;
        line-height: 18px;
        color: #4F4F4F;
    }

    .section-contact .contact-form textarea {
        border-radius: 0;
        border: 0;
        height: 180px;
        font-weight: 300;
        font-size: 16px;
        line-height: 18px;
        color: #4F4F4F;
        resize: none;
    }

    .section-contact .contact-form a.button {
        float: right;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        cursor: pointer;
        color: #C1303D;
        margin-right: 20px;
    }

        .section-contact .contact-form a.button img {
            display: block;
            margin-right: -20px;
        }

    .section-contact .map {
        margin-top: 30px;
    }

.section-sustainability {
    height: calc(100vh - 40px);
    width: 100%;
    background: url(../../images/03-bg.svg);
    padding-top: 150px;
}

    .section-sustainability h3, .Products h3 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        color: #333333;
        margin-bottom: 30px;
    }

    .section-sustainability .img-content img {
        margin-top: 60px;
    }

.section-product {
    height: calc(100vh - 40px);
    width: 100%;
    background: url(../../images/02-bg.svg);
    padding-top: 150px;
}

    .section-product .product-list-menu {
        list-style-type: none;
        padding: 0;
    }

        .section-product .product-list-menu li {
            border-top: 1px solid #828282;
            padding: 5px 0;
        }

            .section-product .product-list-menu li:last-child {
                border-bottom: 1px solid #828282;
            }

            .section-product .product-list-menu li:active {
                border-bottom: 0;
            }

            .section-product .product-list-menu li a {
                font-size: 14px;
                line-height: 18px;
                color: #333333;
                padding: 0 5px;
            }

            .section-product .product-list-menu li i {
                float: right;
                cursor: pointer;
            }

            .section-product .product-list-menu li ul {
                list-style-type: none;
                padding: 0;
                padding-left: 20px;
                display: none;
            }

            .section-product .product-list-menu li ul {
                list-style-type: none;
                padding: 0;
                padding-left: 20px;
            }

                .section-product .product-list-menu li ul li {
                    border-top: 0;
                    border-bottom: 0 !important;
                    padding: 3px 0;
                }

    .section-product .product-content {
        float: left;
        width: 100%;
        padding: 0 20px;
    }

.category-img {
    width: 250px;
    margin-right: 20px;
    float: left;
}

    .category-img .photo {
        width: 250px;
        height: 250px;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-color: #cecece !important;
    }

.category-content {
    width: calc(100% - 270px);
    float: left;
}

.product-gallery {
    list-style-type: none;
    padding-left: 0;
}

    .product-gallery li {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        .product-gallery li .product-gallery-img {
            width: 90px;
            height: 90px;
            background-size: contain !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
            background-color: #cecece !important;
        }

.section-footer {
    height: 40px;
    background: #f2f2f2;
    padding-top:5px;
}

    .section-footer a.text {
        font-size: 12px;
        line-height: 15px;
        color: #333333;
        margin-left:10px;
    }

@media(min-width:1440px) {
    .product-gallery li .product-gallery-img {
        width: 120px;
        height: 120px;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-color: #cecece !important;
    }
}

@media (min-width:1366px) and (max-width:1440px) {
    .section-slider .slider-content {
        top: 20%;
    }

    .section-slider .slider-item1 {
        height: 435px;
    }

    .section-slider .slider-item2 {
        height: 435px;
    }

    .section-slider .slider-item3 {
        height: 435px;
    }

    .section-sustainability h3, .Products h3 {
        margin-bottom: 10px;
    }

    .section-sustainability h3 {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 20px;
    }

    .section-sustainability .img-content img {
        margin-top: 25px;
    }

    .button-div h4 {
        margin-bottom: 25px;
    }

    .section-sustainability, .section-about, .section-product, .section-contact {
        padding-top: 120px;
    }

    .product-gallery li .product-gallery-img {
        width: 120px;
        height: 120px;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-color: #cecece !important;
    }

    .section-product{
        padding-top:100px;
    }
}

@media (max-width: 1365px) {
    .section-slider .slider-content {
        display: none;
    }

    .section-product{
        padding-top:100px;
    }
}

@media (max-width: 1200px) {
    header .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .gp-main-slider .item img {
        min-height: 475px;
    }

    .gp-main-slider .item .slider-content .title {
        font-size: 28px;
    }

    .gp-main-slider .item .slider-content .desc {
        font-size: 20px;
    }

    .gp-main-about .about-box-wrapper .box-item .head .title {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    header .top-header .nav .nav-item .nav-link {
        font-size: 12px;
    }

    header .navbar-brand img {
        width: 150px;
    }

    header .navbar-nav .nav-item .nav-link {
        padding-left: .3rem;
        padding-right: .3rem;
        font-size: 13px;
    }

    footer .footer-contact {
        font-size: 14px;
    }

    .gp-main-slider .item img {
        min-height: 475px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gp-main-slider .item .slider-content .title {
        font-size: 28px;
    }

    .gp-main-slider .item .slider-content .desc {
        font-size: 20px;
    }

    .gp-main-about .about-box-wrapper .box-item .head .title {
        font-size: 12px;
    }
}

@media (min-width:575px) and (max-width:1024px) {
    .section-slider .slider-item2 h4, .section-slider .slider-item1 img.about-img {
        display: none;
    }
}

@media (max-width: 991px) {
    .section-product {
        padding-top: 150px;
    }

    header .top-header .nav.social {
        display: none;
    }

    footer {
        padding: 20px 0;
    }

    .gp-main-about .about-box-wrapper .box-item .head .title {
        font-size: 16px;
    }

    .section-slider .slider-content {
        display: none;
    }

    .section-slider .slider-item1 {
        background: url(../../images/responsive/anasayfa-01-1020x1080.png);
        height: 215px;
    }

    .section-slider .slider-item2 {
        background: url(../../images/responsive/anasayfa-02-1020x1080.png);
        height: 270px;
    }

    .section-slider .slider-item3 {
        background: url(../../images/responsive/anasayfa-03-1020x1080.png);
        height: 270px;
    }

    .section-slider .slider-item {
        position: relative;
        left: 0;
        -webkit-animation: none;
        width: 100%;
        margin-bottom: 15px;
    }

        .section-slider .slider-item:last-child {
            margin-bottom: 0;
        }

        .section-slider .slider-item .content {
            position: relative;
            left: 0;
            bottom: 0;
            -webkit-animation: none;
            position: relative;
            width: 100%;
            height: auto;
            animation: none;
        }

    .section-slider {
        padding-top: 95px;
    }

        .section-slider .slider-item1 img.about-img, .section-slider .slider-item1 h4, .section-slider .slider-item1 p {
            float: left;
            padding-left: 15px;
        }

        .section-slider .slider-item1 p {
            width: calc(100% - 300px);
        }

        .section-slider .slider-item2 .product-gallery {
            text-align: left;
        }

        .section-slider .slider-item2 .mt-5 {
            margin-top: 1.5rem !important;
        }

        .section-slider .slider-item2 h4, .section-slider .slider-item1 img.about-img {
            margin-top: 0;
        }

        .section-slider .slider-item2 .product-gallery img {
            max-width: 140px;
        }

    body {
        overflow-y: auto;
    }

    .section-slider .slider-item3 h4 {
        width: 100%;
    }

    .section-slider .slider-item3 p {
        width: 40%;
        float: left;
    }

    .section-slider .slider-item3 img {
        width: 60%;
        float: left;
        max-width: 215px;
        max-height: 160px;
        margin-left: 35px;
    }

    .section-slider .slider-item3 h4 {
        margin-top: 15px;
    }

    .section-slider {
        height: auto;
    }

    header.scrolling {
        background: #fff;
        border-bottom: 3px solid #000239;
    }

    .section-about {
        background: url('../../images/responsive/bg-01-1020x1080.png');
        padding-top: 100px;
    }

        .section-about img {
            max-width: 100%;
        }

    .button-div h4 {
        margin-bottom: 20px;
    }

    h3.title {
        margin-bottom: 15px;
    }

    .section-about .description p {
        font-size: 14px;
        line-height: 16px;
    }

    .button-div {
        width: 315px;
        display: none;
    }

    .section-product {
        background: url('../../images/responsive/bg-02-1020x10000.png');
        padding-top: 100px;
    }

        .section-product .product-content {
            padding-left: 0;
            width: 100%;
        }
        
            

    .section-sustainability .img-content img {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .section-sustainability {
        background: url('../../images/responsive/bg-03-1020x10000.png');
        height: auto;
    }


    .langs {
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .langs ul {
            display: inline-block;
            list-style-type: none;
        }

            .langs ul li {
                float: left;
            }

                .langs ul li a {
                    color: #fff;
                }

                .langs ul li:after {
                    content: "|";
                    padding: 0 5px;
                    color: #fff;
                    font-size: 16px;
                }

                .langs ul li:last-child:after {
                    content: "";
                }
}

@media (max-width: 767px) {
    header .top-header .nav.links .nav-item .nav-link img {
        height: 22px;
    }

    header .top-header .nav.langs .nav-item .nav-link {
        height: 22px;
        width: 22px;
    }

    .gp-page-header .page-header-content h1 {
        font-size: 24px;
    }

    .gp-page-content {
        padding: 50px 0;
    }

    .copyright {
        text-align: center;
    }

        .copyright .copy {
            margin-bottom: 10px;
        }

    .column-two .text-center{
        text-align:left !important;
    }

    .column-two img {
        width: 12px;
        height: 14px;
    }

    .column-two a {
        font-size: 11px !important;
        margin-left: 5px !important;
    }
}

@media (max-width: 675px) {
    header .top-header .nav.links .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

        header .top-header .nav.links .nav-item .nav-link img {
            margin-right: 0;
        }

        header .top-header .nav.links .nav-item .nav-link span {
            display: none;
        }
}

@media (max-width: 575px) {
    header .navbar-search .nav .nav-item .nav-link img {
        width: 42px;
    }

    .section-slider .slider-item1 {
        float: left;
        height: auto;
    }

    .section-slider .slider-item2 {
        float: left;
        height: auto;
    }

    .section-slider .slider-item3 {
        float: left;
        height: auto;
    }

    .section-slider {
        float: left;
    }

        .section-slider .slider-item1 img.about-img, .section-slider .slider-item1 h4, .section-slider .slider-item1 p {
            float: none;
        }

        .section-slider .slider-item1 p {
            width: 100%;
        }

        .section-slider .slider-item3 h4 {
        }

        .section-slider .slider-item3 p {
            width: 100%;
            float: none;
        }

        .section-slider .slider-item3 img {
            float: none;
            margin-left: 0;
        }

        .about-img, .section-slider .slider-item3 p + img, .section-slider .slider-item2 .product-gallery img {
            display: none;
        }

        .section-slider .slider-item1 h4 {
            margin-top: 15px;
        }

        .section-slider .slider-item2 ul {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
        }

    .section-slider {
        height: 100vh;
    }

        .section-slider .custom-container {
            padding: 0;
        }

    .section-product, .section-about {
        height: auto;
    }

    .right-button {
        position: relative;
        display: block;
        float: right;
    }

    .category-img {
        width: 250px;
        margin-right: 0;
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .category-img .photo {
            width: 250px;
            height: 250px;
            background-size: contain !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
            background-color: #cecece !important;
        }

    .category-content {
        width: 100%;
        float: none;
    }

    .footer-height .button-div{
        bottom:0;
    }

    .section-footer{
        height:auto;
        text-align:center !important;
    }

        .section-footer .column-two {
            margin: 15px 0;
        }

    .column-two .text-center {
        text-align: center !important;
        margin-bottom:15px;
    }

    .section-footer .text-right{
        text-align:center !important;
    }

    .section-footer .column-three {
        margin-bottom: 15px;
    }

    .section-slider .slider-item{
        padding-bottom:0;
    }

    .section-contact {
        height: auto;
    }
}

img {
    max-width: 100%;
}

.selectproduct {
    cursor: pointer;
}

.slidertext {
    color: #ab4a54;
}

@media (min-height:500px) and (max-height:767px){
    body{
        overflow:auto;
    }

    .section-about, .section-product, .section-sustainability, .section-contact {
        height: auto;
    }

    .footer-height .button-div {
        position: relative;
        bottom: 0;
        margin-top: 40px;
    }

    .right-button {
       float:right;
    }

    .left-button {
        float:left;
    }
}
.cookie-disclaimer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(1, 1, 1, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.cookie-disclaimer_content {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}

    .cookie-disclaimer_content a {
        text-decoration: underline;
    }

    .cookie-disclaimer_content .btn {
        display: inline-block;
        margin: 0 auto;
        border: 0;
        padding: 10px 40px;
        border-radius: 0;
        background: #CE050B;
        font-size: 14px;
        text-transform: uppercase;
    }

        .cookie-disclaimer_content .btn:hover {
            background: #9c0408;
        }

        .cookie-disclaimer_content .btn:focus, .cookie-disclaimer_content .btn:active {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            background: #9c0408 !important;
            border: 0;
            outline: 0;
        }
.section-cookie {
    margin: 100px 0;
}
.cookieBar {
    font-size: 13px;
    color: #fff;
    background: #000000a8;
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    letter-spacing: .3px;
    min-height: 62px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1001;
    border-top: 2px solid;
}

    .cookieBar .cookieBar__text {
        display: inline-block;
        max-width: 70%;
    }

    .cookieBar .cookieBar__line {
        display: block;
        line-height: 15px;
    }

    .cookieBar .cookieBar__cookiePolicyLink, .cookieBar .cookieBar__cookiePolicyLink.hover, .cookieBar .cookieBar__cookiePolicyLink:hover, .cookieBar .cookieBar__cookiePolicyLink:visited {
        color: #999;
    }

    .cookieBar .cookieBar__cookiePolicyLink {
        text-decoration: underline !important;
    }

    .cookieBar .cookieBar_button {
        height: 32px;
        width: 140px;
        background-color: #fff;
        border: .5px solid #8c8c8c;
        cursor: pointer;
        display: inline-block;
        margin-left: 12px;
        vertical-align: top;
    }

    .cookieBar .cookieBar_button_label {
        font-size: 12px;
        color: #121314;
        line-height: 32px;
    }
.paymenttext {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-top: 52px;
}

.paymenttitle {
    margin-top: 40px;
}
.paymentbutton {
    margin-top:20px;
    width:120px;
    text-align:left;
}
.paymentrow {
    margin-top: 30px;
    margin-bottom:15px;
}
.navbar-brand{
    max-width:150px;
}