/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19.10.2016, 14:05:53
    Author     : StrangeDev
*/
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic';
/*BK*/
.vidget {
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;
    margin:10px 0 0 5px;
    text-decoration:none;

}

.vidget_cont {
    min-height:71px;
    margin:0 0 0 0;
}

.vidget img {
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border:1px solid #FFF;*/
    width:100px;
    height:64px;
    float:left;
}

.vidget_text {
    margin: 0 0 0 112px;
    font-size:11px;
    color:#014563;
}

.vidget_date {
    font-size: 10px;
    color: #999;
    font-family:Tahoma, Geneva, sans-serif;
    margin: 0 0 0 9px;
}

.vidget a {
    text-decoration:none;
    color:#000000;
}
/*end BK*/

/*misto*/
.vidget_misto {
    font-family:'Roboto Condensed', sans-serif;
    font-size:17px;
    margin:0 0 0 0;
    text-decoration:none;
    padding:0 10px 10px 0;
}

.vidget_cont_misto {
    min-height:20px;
    margin:0 0 0 7px;
    font-family:'Roboto Condensed', sans-serif;
    font-size:17px;
}

.vidget_misto img {
    box-shadow: 0 0 5px rgba(0,0,0,0.3); /* Параметры тени */
    border:8px solid #FFF;
    width:126px;
    height:86px;
    float:left;
    margin:0 0 0 5px;
}

.vidget_text_misto {
    margin: 0 0 0 0;
    font-size:17px;
    font-weight:bold;
    color:#2e2e2e;
    text-decoration:none;
    padding:10px 10px 5px 0px;
    line-height:22px;
    letter-spacing:0.4px;
}

.vidget_date_misto {
    font-size: 10px;
    color: #999;
    font-family:Tahoma, Geneva, sans-serif;
    margin: 0 0 0 0;
}

.vidget_misto a {
    text-decoration:none;
    color:#000000;
}
/*end misto*/

.no-right-padding {
    padding-right: 0;
}
.no-left-padding {
    padding-left: 0;
}

a:focus, a:visited, a:focus-within {
    color: #fff !important;
}