.main_bottom_widget{
    float: left;
    width: 303px;
    height: 286px;
    margin: 10px;
    position: relative;
}
.main_bottom_widget a{
    color: black;
}
.a_background .title{
    margin:10px 17px;
    font: normal 31px Arial;
    color: black;
}
.a_background.active .title{
    color: white;
}
.a_background .text{
    margin: 80px 10px 0 10px;
    color: white;
    font: normal 14px Arial;
    display: none;
}
.a_background.active .text{
    display: block;
}
.main_bottom_widget .main_bottom_widget_link{
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    width: 303px;
    height: 45px;
}
.main_bottom_widget.a_background .main_bottom_widget_link{
    height: 286px;
}
.main_bottom_widget .content{
    margin-top:90px;
    padding: 10px;
    height:149px;
    overflow: hidden;
    font-size: 14px;
}
.main_bottom_widget .content .date{
    color: #11aae2;
    margin-bottom:5px;
}
.menu_tabs .content>ul.nice-menu>li.first{
    margin-left: 30px;
}