html{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body{
    background: #000;
}

h2{
    font-weight: 600;
    color: #FFF;
    border-left: 3px solid #ff0000;
    font-size: 1.5em;
}

a, .primary-color{
    color: #ff0000;
}

.primary-bg{
    background: #ff0000;
}

.secondary-color{
    color: #0048b9;
}

.secondary-bg{
    background: #0048b9;
}


        .logo img{
            transition: transform .1s
        }
    
            .logo img:hover{
                transform: scale(1.1);
            }

        .login{
            position: fixed;
            width: 80%;
            top: 0;
            right: 0;
            height: 100%;
            padding-top: 10%;
            background-color:rgba(0,0,0,0.8);
            z-index: 9;
            max-width: 600px;
            display: none;
        }

            .login-close{
                position: absolute;
                right: 2%;
                top: 2%;
                text-align: center;
                vertical-align: middle;
                background: #ff0000;
                color: #FFF;
                font-size: 20px;
                font-weight: bold;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                line-height: 50px;
                width: 50px;
                height: 50px;
            }

        .login input, .login button, .login-agent, .login-open{
            width: 95%;
            line-height: 40px;
            border-radius: 0px 10px 10px 10px;
            -webkit-border-radius: 0px 10px 10px 10px;
            -moz-border-radius: 0px 10px 10px 10px;
            background: rgb(204,204,204);
            background: linear-gradient(180deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); 
            border: 1px solid #333;
            padding: 1% 2%;
            margin: 10px 0;
        }

        .login input{
            border-left: 2px solid #ff0000;
        }

        .login button, .login-open{
            background: #ff0000;
            color: #FFF;
        }

        .login-agent{
            text-align: center;
            float: left;
            margin-top: 10%;
        }

        .login-open{
            text-align: center;
        }

            .login-agent-mb{
                margin: 20px 0 0 0;
            }

        .login button, .login-open, .login-agent, .login-close{
            cursor: pointer;
        }


.slider-wrap{
    margin: 15px;
    position: relative;
    cursor: -webkit-grab; cursor: grab;
    min-height: 140px;
    width: 100%;
    display: inline-block;
}

    .slider-wrap img{
        width: 100%;
    }

    .bx-controls{
        display: none;
    }

.section-products{
    padding: 200px 0 20px 0;
    color: #CCC;
    position: relative;
}

    .payments{
        background: url(../images/skin/Banner-pm.png) no-repeat top right;
        background-size: 600px;
        position: absolute;
        left: 0;
        top: -20px;
        height: 80px;
        width: 80%;
    }

    .section-products-item img{
        transition: transform .1s
    }

    .section-products-item img:hover{
        transform: scale(1.1);
    }

    .bg-video{
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: .3;
    }

    .footer-logo{
        background: #333;
    }

        .footer-logo, .footer-copyright{
            color: #FFF;
        }

    @media only screen and (min-width: 48em) {

        .section-products{
            padding: 150px 0 20px 0;
        }


            .header-container{
                width: 90%;
                max-width: 1400px;
            }

            .logo img{
                max-width: 100%;
            }

        footer{
            margin: 30px 0 0 0;
        }

        h2{
            font-size: 2em;
        }

        .bg-video{
            top: -145px;
        }

        .payments{
            background-size: 100%;
            width: 60%;
        }

        .section-products2{
            margin: 100px 0 0 0;
        }

    }

    @media only screen and (min-width: 62em) {
        .slider-wrap{
            margin: 15px 0;
            min-height: 400px;
        }
    }

    @media only screen and (min-width: 75em) {

    }

