html{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body{
    background: url(../images/skin/Bg-mobile.jpg) #000 no-repeat center top;
    background-size: 100%;
    padding-bottom: 100px;
}

h2{
    font-weight: 600;
    color: #FFF;
    border-left: 3px solid #ff0000;
}

a, .primary-color{
    color: #ff0000;
}

.primary-bg{
    background: #ff0000;
}

.secondary-color{
    color: #0048b9;
}

.secondary-bg{
    background: #0048b9;
}

header{
    background: url(../images/skin/Bg-header.png) no-repeat center top;
    background-size: 100%;
    width: 100%;
}


    .logo{
        margin: 15px 0 25px 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .logo img{
            max-width: 250px;
            transition: transform .1s
        }
    
            .logo img:hover{
                transform: scale(1.1);
            }

        .login input, .login button, .login-agent{
            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{
            background: #000;
            color: #FFF;
        }

        .login-agent{
            float: left;
            text-align: center;
        }

            .login-agent-mb{
                margin: 20px 0 0 0;
            }

    


.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{
    background-color:rgba(0,0,0,0.5);
    padding: 20px;
    color: #CCC;
}

    .section-products-item img{
        transition: transform .1s
    }

    .section-products-item img:hover{
        transform: scale(1.1);
    }

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .footer-logo{
        background: #000;
        border-top: 5px solid #ff0000;
        padding: 10px 0;
    }

        .footer-logo, .footer-copyright{
            color: #FFF;
        }

    @media only screen and (min-width: 48em) {

        body{
            background: url(../images/skin/Bg.jpg) #000 no-repeat center top;
            background-size: 100%;
            padding-bottom: 0;
        }

        header{
            background-size: auto;
            padding: 15px 0;
        }

            .header-container{
                width: 90%;
                max-width: 1400px;
            }

            .logo{
                background: none;
                padding-top: 0;
                padding-bottom: 0;
                margin: 0;
            }

            .logo img{
                max-width: 100%;
            }

            .login input, .login button, .login-agent{
                line-height: 30px;
            }

            .login-username, .login-password, .login-btn{
                background-color: transparent
            }

            .login-agent{
                background: #333;
                color: #FFF;
            }

        .slider-wrap{
            margin: 15px 0;
            min-height: 400px;
        }

        footer{
            margin: 30px 0 0 0;
            position: relative;
        }

            footer:before{
                content: '';
                position: absolute;
                left: 0;
                top: -40px;
                width: 30%;
                background: url(../images/skin/Bg-footer.png) no-repeat center center;
                background-size: 100%;
                padding: 5% 0;
            }

    }

    @media only screen and (min-width: 62em) {

    }

    @media only screen and (min-width: 75em) {

    }

