div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}


.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0;
	margin-bottom: 5px;
	position: relative;
}
.form-checkboxes label {
    padding: 0;
    font-size: 14px;
    line-height: 25px;
	color: #000000;
	cursor: pointer;
	padding-left: 30px;
    position: relative;
}
.t-radio__indicator {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    border-radius: 0;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	opacity: 1;
	cursor: pointer;
	left: 0;
    top: 2px;
}
.t-radio__indicator:after {
	content: '';
    background: #000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA6SURBVHgBjcvBCQAwCENRR+tmcfOUUg8iQpKjvh9hjuRx7cPgn44aznmEheuR9YDEWyTxEmk8Ig87u2d4bJUeZELEAAAAAElFTkSuQmCC);
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-repeat: no-repeat;
    background-position: center;
}
.form-checkbox:checked~.t-radio__indicator:after {
    opacity: 1;
}
input.form-checkbox, input.form-radio {
    vertical-align: middle;
    display: none;
}
.late .event__image, .late .teaser-city-list, .late .time-inner:not(.text-late), .late .slide-down-truncate, .late .teaser-mesto-list {
	filter: grayscale(1);
	opacity: .5;
}
.time-inner {
    display: inline-block;
    width: 49%;
}
.text-late{
	color:red;
}

.time-inner {
    display: inline-block;
    width: 49%;
}
.text-late{
	color:red;
}
.late-event{
	padding:5px;
	background-color:red;
	color:#fff;
	text-align:center;
	border-radius:8px;
}
