*{
       -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.tags-url {
    border-top: 1px solid #dadada;
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.tags-url a {
    font: 400 14px Arial;
    color: #999999;
    text-align: center;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    margin-bottom: 10px;
}
.tags-url a:hover {
    color: #333333;
    background-color: #f3f3f3;
    cursor: pointer;
}
.tags-url .item-tag {
    padding: 15px;
    border: 1px solid #dadada;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
}
.video-blocks {
    width: 100%;
    height: auto;
    display: block;
    float: none;
}
.video-blocks .video-item .last_act_info .last_act_info_text {
	padding-left: 10px;
	color: #333;
}
.video-blocks .video-item:hover .last_act_info .last_act_info_text {
	padding-left: 10px;
	color:inherit;
}
.video-blocks .video-item {
    border-radius: 5px;
    border: 1px solid #dadada;
    width: 49%;
    height: 170px;
    display: block;
    float: left;
    margin-bottom: 30px;
     -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.video-blocks .last-v{
    width: 451px;
}
.video-blocks .last-v .text-content{
    display: none
}
a.video-item {
	text-decoration: none;
}
.video-blocks .video-item:nth-of-type(even) {
    float: right;
}

.video-blocks .video-item .video-prew {
    height: 100%;
    width: 170px;
    position: relative;
    background: none;
    float: left;
}
.video-blocks .video-item:hover {
    cursor: pointer;
}
.video-blocks .video-item .video-prew img {
    width: 100%;
    height: 100%;
}
.video-blocks .video-item .video-prew:before {
    content: " ";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/svg/play_blue.svg") no-repeat;
    z-index: 1;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.video-blocks .video-item:hover .video-prew:before{
    background: url("../img/svg/play_green.svg") no-repeat;
}

.video-blocks .video-item .text {
    width: 62%;
    height: 100%;
    float: left;
    overflow: hidden;
    padding: 24px;
    display: block;
}
.video-blocks .video-item .text .title {
    font: 700 16px/20px Arial;
    color: #333333;
    text-align: left;
    padding-bottom: 13px;
}
.video-blocks .video-item:hover .text .title{
    color: #00a8ea;
}

.video-blocks .video-item .text .text-content {
    font: 400 14px/20px Arial;
    color: #333333;
    text-align: left;
}
