.video-list-box {
	display:inline-block;
	width:100%;
	max-width: calc(100% / 2 - 22px);
	border: 1px solid #ddd;
	padding:5px;
	vertical-align: top;
	margin-bottom:10px;
	margin-right: 8px;
	background-color: #fff;
}

.video-list-box .image img {
	width:100%;
}

.video-list-box .title {
	font-family: Oswald;
	font-size:20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	min-height: 35px;
}

.video-list-box .title img, section .rightside .content .video-pre .info .video-title img {
	vertical-align: middle;
	margin-top:-3px;
	padding-left:5px;
	height:18px;
}

.video-list-box .title a {
	color:#000;
}

.video-list-box .image {
	position: relative;
	margin-bottom: 5px;
}


.video-list-box .image .play {
    width: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 15px);
}

.video-list-box .image .play img {
	animation: none;
}

.video-list-box .info p {
    margin:0px 0px 3px 0px;
    font-family: 'Open Sans';
    font-size:13px;
}

.video-list-box .see {
	display: block;
	color:#fff;
	background: #493B38;
	font-family: Oswald;
	font-size: 16px;
	text-transform: uppercase;
	padding:6px 5px 6px 5px;
	text-align: center;
	border-radius: 5px;
}

#video h1 {
    color:#000;
    font-size:18px;
    font-weight:normal;
    margin: 18px 0px 0px 0px;
    display: block;
    width:calc(100% - 220px);
    float: left;
	border-bottom: none;
	text-transform: none;
	font-weight: normal;
}

#video h3 {
    margin:0px 0px 10px 0px;
    font-weight:normal;
    font-family: 'Open Sans';
    font-size:14px;
    padding-bottom: 6px;
    border-bottom:1px solid #E2DFDA;
    color:#493B38;
    font-weight:bold;
}

#video #rating {
    text-align: right;
}

#video .rating-content {
    float: right;
    text-align: center;
	color:#444;
	font-size:13px;
}

.br-wrapper {
    margin:20px 0px 0px 0px;
}

#video .description {
    font-size:14px;
}

.flowplayer {
    max-height: 466px !important;
	margin-top:30px;
}



.stickers span {
	padding:3px 6px 3px 6px;
	background: #493B38;
	border-radius: 5px;
	margin-right:5px;
	min-width:60px;
	display: inline;
	font-size:14px;	
}

.stickers span a {
	color:#fff;
}

.video-content {
	background: #fff;
	padding:10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}


select {
    border: 1px solid #CACACA;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2px;
    border-radius: 5px;
    color: #333;
    width: calc(100% - 20px);
    max-width: 277px;
	outline: none;
}

div#player a:nth-child(3) {
/*    display: none !important;*/
     visibility: hidden !important;
}
div.player a:nth-child(3) {
/*    display: none !important;*/
     visibility: hidden !important;
}

.post-video .flowplayer {
	margin-top:0px;
	margin-bottom: 20px;
}

.post-video-select {
    width: 136px;
    padding-right: 0px;
	font-size:12px !important;
	border-radius: 20px;
	height: 32px !important;
	border: 1px solid #E2DFDA;
}

