/* ANNOUNCEMENT */

.anons_title h3{

	text-transform: uppercase;

	border-bottom: 6px solid #058BFD;

    min-width: 215px;

	display: inline-block;

    box-sizing: border-box;

    text-align: center;

	margin-bottom: -2px;

}

.anons_title{

	border-bottom: 2px solid #B9C3D3;

    position: relative;

    min-height: 32px;

}

.anons_spis{

	height: 100%;
}
.anons_spis .all {
	font-size: 150%;
    line-height: 40px;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
}
.anons_wrap {
	width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 260px;
}
.anons_spis .arrow_left,
.anons_spis .arrow_right {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	top: 25px;
}
.anons_spis .arrow_left  { right: 40px;  background: url(../../img/left.svg)  no-repeat; }
.anons_spis .arrow_right { right: 20px; background: url(../../img/right.svg) no-repeat; }

.anons_spis ul{
	max-height: 260px;
	padding-left: 0px;
	padding-top: 10px;
    position: relative;
}

.anons_spis ul li{

	display: inline-block !important;
	max-height: 250px;
	width: 16.3%;
	max-width: 215px;

	vertical-align: top;

	padding-right: 10px;

	font-family: pt_sans_regular;

	font-size: 12pt;

	color: #6c96a8;

}

.anons_spis ul li a{

	color: #6c96a8;

}

.anons_data{

    position: absolute;

    bottom: 0;

	padding-left: 90px;

	font-family: pt_sans_regular;

	font-size: 12pt;
	font-weight: bold;
	color: #6c96a8;

}


/* DEPARTMENTS */

.dept
{
	list-style: none;
}
.dept>.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.dept ul {
	padding: 0;
	clear: both;
}
.dept li
{
	float: left;
	background: #ece6f2;
	margin-right: 5px;
	list-style: none;
	height: auto;
	min-height: 70px;
	width: 32%;
	display: table;
	margin-bottom: 5px;
	overflow: hidden;
}
.dept li a
{
	display: block;
	padding: 8px 7px;
	background: #ece6f2;
	height: 100%;
	width: 100%;
	color: #3d2c4e;
	#display: table-cell;
	display: block;
	vertical-align: middle;
	min-height: 60px;
}

.dept .bottom_line h3.title
{
	color: #222222;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #dcd3f3;
	/*width: 195px;*/
}

.dept .bottom_line h3.title span
{
	color: #222222;
	/*border: 10px solid #ffffff;*/
	padding: 8px 30px;
	border-bottom: 7px solid #058BFD;
	line-height: 55px;
	width: 295px;
	text-transform: uppercase;
	
}

/* k2_tools */

.search_top{
	padding-top: 0px;
	height: 45px;/*не было, добавил на время, для счетчика дней*/
}
.search_form{
	/* padding-top: 40px; */
	height: 45px;/*не было, добавил на время, для счетчика дней*/
	padding-top: 10px
}

/* LANGUAGE */

/* PERSON */

/* SCHEDULE */
.row.tiles-schedule .tile.active .tile-container {
	background-color: #3a88d0 !important;
	color: #fff !important;
}

.schedule-wrapper {

}
.schedule-wrapper iframe {
	padding: 20px;
	width: 100%;
	height: 640px;
	border:none;
}
.schedule-wrapper .warning {
	text-align: center;
}

/* UNIVERSITET-TV */

.videoContainer {
	position: relative;
}
.videoContainer .videoItem {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 210px;
    overflow: hidden;
    padding: 5px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}
.videoContainer .videoItem .preview {
	display: inherit;
}
.videoContainer .videoItem .preview a[data-lightbox=on] {
	display: inherit;
}
.videoContainer .videoItem .title {
	display: inherit;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    padding-top: 5px;
}
.videoContainer .videoItem .date {
	display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0px 4px;
    font-size: 10px;
}