.logo-title{
    color: #FB8C00;
    margin-top: 12px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
.navbar-brand{
    padding: 5px 15px;
}
.navbar-brand > img {   
    height: 40px;
    margin-top: 0px;
}
.dash-row{
    width: 90%;
    margin: 40px auto;   
}
.dash-title-icon{
    font-size: 55px;
    color: #ddd;
}
.dash-row .panel{
    height: 250px;
}
.dash-row .panel:hover{
    cursor: pointer;
    -webkit-box-shadow: 9px 8px 13px -7px rgba(130,108,130,0.56);
    -moz-box-shadow: 9px 8px 13px -7px rgba(130,108,130,0.56);
    box-shadow: 9px 8px 13px -7px rgba(130,108,130,0.56);
}

.white{
    color: white !important;
}

.icon-facebook2{
    color: #2e67a3;
}
.icon-youtube3{
    color: #c50000;
}
.icon-envelop3{
    color: #cda61e;
}
.fa-vk{
    color: #235f84;
}

.white-text{
    color: white !important;
}

.text-16{
    font-size: 16px;
}

.bold{
    font-weight: bold;
}