.navbar-toggle{
    margin-top: 5px !important;
}
.navbar-collapse.collapse.in{
    background-color: black;
    width: 100%;
}
.col-sm-6{
    width: 40%;
}
@media screen and (max-width:760px) {
    .sticky-wrapper{
        height: 60px;
    }
    .navbar-brand{
        padding-top: 5px;
        height: 0px;
    }
    .navbar-toggle{
        margin-top: 5px;
    }
    .navbar{
        height: 60px;
    }
    .navbar-header{
        height: 60px;
    }
    .navbar-default{
        height: 60px;
    }
    .text50{
        font-size: 30px;
    }
    .text40{
        font-size: 20px;
    }
    .btn.btn-default{
        width: 200px;
    }
    .slider-main{
        height: 60px;
    }
    .navbar-nav{
        margin-left: 0px;
    }
    .col-sm-6{
        width: 100%;
        height: auto;
    }
    .colsmlist{
        width: 100%;
        height: auto;
        clear: both;
    }
    .tab-pane{
        width: 100%;
    }
    /*.row{*/
        /*height: auto;*/
        /*clear: both;*/
    /*}*/
    .man-smile-img{
        display: none;
    }
}

.errorCalc{
    color: red;
}

.resultCalc{
    color: black;
    font-size: 30px;
}