/*
Author: Bootstrapthemes
Author URI: http://www.xpeedstudio.com
*/

/* Portrait tablets and medium desktops */
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 1rem;
    }




}



/* Portrait tablets and small desktops */
/*@media (max-width: 992px) {

}*/


/* Portrait tablets and small desktops */
@media (max-width: 991px) {

    .sm-text-center {
        text-align: center !important;
    }

    .sm-pull-none {
        float: none !important;
    }

    .sm-m-top-10 {
        margin-top: 10px;
    }

    .sm-m-top-20 {
        margin-top: 20px;
    }

    .sm-m-top-30 {
        margin-top: 30px;
    }

    .sm-m-top-40 {
        margin-top: 40px;
    }

    .sm-m-top-50 {
        margin-top: 50px;
    }

    .item_img i {
        right: 0%;
    }



}



/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
    h2 {
        font-size: 2rem;
    }

    p {
        font-size: 90%;
        line-height: 1.6rem;
    }

    .xs-pull-none {
        float: none !important;
    }

    .xs-text-center {
        text-align: center !important;
    }

    .xs-m-top-10 {
        margin-top: 10px;
    }

    .xs-m-top-30 {
        margin-top: 30px;
    }

    .xs-m-bottom-10 {
        margin-bottom: 10px;
    }

    .xs-m-bottom-20 {
        margin-bottom: 20px;
    }


    .main_home .home_text h2 {
        font-size: 24px;
    }

    .main_home .home_text h1 {
        font-size: 32px;
    }

    .main_home .home_text h3 {
        font-size: 18px;
    }

    .main_product .carousel-control {
        display: none;
    }

}




/* Landscape phones and smaller */
@media (max-width: 479px) {
    html {
        font-size: 85%;
    }

    .main_home .home_text h1 {
        font-size: 28px;
    }

    .main_home .home_text h3 {
        font-size: 17px;
    }

    .index {
        padding: 45% 0;
    }

    .navbar-brand>img {
        width: 140px;
    }

    .header {
        height: 100px;
    }

    nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: none !important;
        margin: 0 !important;
    }

    .navbar-brand {
        padding: 48px 0;
        height: 100px;
    }

    .navbar-weclome {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding: 10px;
        text-align: right;
        font-size: 12px;
        background: #eee;
    }

    .navbar-top {
        left: 0;
        top: 0;
        width: 100%;
        padding: 10px;
        text-align: right;
        background: #eee;
        font-size: 12px;
    }

    .attr-nav {
        right: 30px;
        top: 55px;
    }

    .attr-nav>ul>li>a {
        padding: 0;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        border-radius: 100%;
        background: none;
        color: #333;
    }


    .login-navbar {
        height: 80px;
    }

    .login-navbar .logo {
        margin-top: 10px;
        width: 140px
    }

    .login-weclome {
        position: absolute;
        right: 10px;
        top: 25px;
        font-size: 12px;
    }

    .footer {
        text-align: center;
        font-size: 12px;
    }

    .footer .f-logo {
        height: 50px;
    }

    .footer .copyright {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-logo img {
        max-width: 150px;
    }

    #register {
        padding: 0;
    }

    .login-right {
        float: none;
        width: 100%;
        padding: 20px 20px 40px 20px;
    }

    .foregt-container {
        width: 100%;
    }

    .forget-form {
        width: 100%;
    }

    .step-plan {
        width: 100%;
    }

    .register-form {
        float: none;
        margin: 10px 0;
        width: 100%;
    }

    .main-nav,
    .page-nav {
        position: relative;
        z-index: 1000;
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }

    .main-nav h4,
    .page-nav .right-subtitle {
        cursor: pointer;
    }

    .main-nav h4:after,
    .page-nav .right-subtitle:after {
        content: '\e772';
        float: right;
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
    }

    .main-nav>ul,
    .page-nav>ul {
        display: none;
        position: absolute;
        left: 0;
        top: 42px;
        background: #f4f4f4;
        width: 100%;
    }

    .main-right,
    .member_left {
        float: none;
        width: 100%;
    }

    .product-box,
    .member_container,
    .order_container {
        float: none;
        width: 100%;
    }

    .member_container {
        padding: 10px;
    }

    .page-nav>ul>li:after {
        left: -100%;
    }

    .member_title h3 {
        font-size: 16px;
    }

    .member_container {
        border: 0;
        padding: 0;
    }


.product {
    margin:0 auto;
    padding: 20px;
    width:100%;
}

.product-content {
    padding: 20px 0;
}

.product a {
    color: #012042;
}

.product .product-item{
    float: left;
    width:300px;
}

.product .product-item:nth-child(odd){
    margin-right: 130px;
}





}

@media (max-width: 400px) {}

@media (max-width: 320px) {
    html {
        font-size: 60.5%;
    }




}