/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 1rem;
    }
    .home-shadow img {
        width: 65%;
    }
    .about_content .head_right {
        top: -50px;
    }
    .portfolio_content .head_right {
        top: -110px;
    }
    .choose_item .head_right {
        top: -60px;
    }
    .contact_content .head_right {
        top: -80px;
    }
}

@media(max-width:1199px) {
    .home {
        background-position: center center;
    }
}


/* 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-50 {
        margin-top: 50px;
    }
    .about_content .head_right {
        top: -224px;
    }
    .portfolio_content .head_right {
        top: -240px;
    }
    .choose_item .head_right {
        top: -230px;
    }
    .contact_content .head_right {
        top: -205px;
    }
    .home_text h1 {
        font-size: 5rem;
        line-height: 3.5rem;
    }
    .home-shadow img {
        width: 85%;
    }
}


/* Landscape phones and portrait tablets */

@media (max-width: 768px) {
    h2 {
        font-size: 2rem;
    }
    p {
        font-size: 90%;
        line-height: 2rem;
    }
    .xs-pull-none {
        float: none !important;
    }
    .xs-text-center {
        text-align: center !important;
    }
    .xs-m-top-40 {
        margin-top: 40px;
    }
    .xs-m-top-10 {
        margin-top: 10px;
    }
    .xs-m-bottom-10 {
        margin-bottom: 10px;
    }
    .xs-m-bottom-20 {
        margin-bottom: 20px;
    }
    .culmn {
        /*overflow: scroll;*/
        height: 100%;
    }
    html,
    body {
       /* overflow: scroll*/
    }
    .culmn {
       /* overflow: scroll;*/
    }
    .home_btns .btn-primary {
        padding: 5px;
    }
    
      nav.navbar.bootsnav.navbar-fixed {
        position: absolute;
        display: block;
        width: 100%;
        background: transparent !important;
        border: 0 !important;
        top: 0;
    }
}

@media(max-width:670px) {
    .home {
        background-position: center center;
    }
    nav.navbar.bootsnav.navbar-fixed {
        position: absolute;
        display: block;
        width: 100%;
        background: transparent !important;
        border: 0 !important;
        top: 0;
    }
    .active-number{
        bottom: 0px; 
    }
    
    .welcome .active-number a {
	font-size: 39px;

}
}

@media(max-width:480px) {
    .culmn {
        height: 100%;
    }
}

@media(max-width:420px) {
    .login-btn, .active-number {
        width: 100%;
    }
     
    
}