/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

/* BINOTEL WIDGET */
#bingc-phone-button {
    left: unset !important;
    right: 2% !important;
    bottom: 80px !important;
}

@media (min-width: 992px) {
    .phone .dropdown {
        top: 100% !important;
    }
    .phone .dropdown > .wrap {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    #bingc-phone-button {
        bottom: 7% !important;
    }
}

.bg4{
    background-image: url(/local/templates/aspro-allcorp2/images/bg4.jpg);
    height: 300px;
}
.h3-online{
    width: 450px;
    margin: 80px auto;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 0px 15px #fff;
}

.online{
    width: 110px;
    padding: 10px 10px;
    display: block;
    margin: 0px auto;
    border: 2px solid #fff;
    color: #fff;  
}

.online:hover{
    border: 2px solid #0088cc;
    color: #0088cc;  
}


@media (max-width: 500px) {
        .h3-online{
            width: 300px;
            margin: 80px auto;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-shadow: 0px 0px 15px #fff;
        }
}

