.video-list-small {
	margin: 20px 0 0;
	position: relative;
}

	.video-list-small .zoomitem-cont {
		padding:2px 1px 10px;
		width: 150px;
	}

	h3.title, h4.title {
		text-transform: uppercase;
		padding: 8px 4px;
		font-size: 13px;
		line-height: 8px;
		/* border-bottom: 1px solid #DFDFDF; */
		margin: 10px 0px 10px 0;
		font-weight: bold;
		color: #000 !important;
		font-family: 'Open sans', Arial, serif;
		position: relative;
		box-shadow: 0px 3px 10px -5px #000;
		text-align: left;
		height: 9px;
	}

	h4.title-ad {
		/*   */
		text-align: left;
		color: #B6B6B6 !important;
	}

	h3.title:after, h4.title:after {
		content: "";
		display: block;
		width: 100%;
		height: 25px;
		/*background: url("/img/stripe_blue_white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AQMAAAAAMksxAAAABlBMVEUaa6QiO2EWD3xEAAAAjUlEQVQokd3PsRHCMBBE0fUQODQduAU6cEt0YEqjFEpQSMBw7N9TFUT7RsGXJEmXqhpercYLbMYT7MYDHAars+ob+ODDLsZbf5bRzFw1MzfNzF0zM9SZJeBGQGYFZDZAZgdkDkDmBGQKkAnycCMZkAxIBiQDkgHJgGRA/3+oM0ZnjM4YnTE6Y3TG6EyNH+3x7U8QrJ9jAAAAAElFTkSuQmCC)  repeat scroll 0 0 rgba(0, 0, 0, 0);
		opacity: 0.4;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: -1;
	}

	h4.title-ad:after {
		opacity: 0.1;
	}


	.video-list-small .zoomitem-left {
		width: 16px !important;
		padding-left: 8px;
	}

		.video-list-small .zoomitem-left .viewport {
			background-position: -135px 0;
		}

	.video-list-small .zoomitem-right {
		width: 14px;
		overflow: hidden;
	}

/*video cont*/
.video-cont h1 {
	/*
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #fff !important;
	text-shadow: 2px 2px 2px #742020;
	*/

	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 18px;
	text-shadow: 1px 1px 1px rgb(221, 221, 221);
	font-family: 'Oswald', Arial;
}

.video-cont .cat-link {
	border-radius: 8px 5px 5px 8px;
	-moz-border-radius: 8px 5px 5px 8px;


	color: #000 !important;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 6px;
	border: 1px solid lightgray;
}

.video-cont .cat-link:hover {
	background-color: #1a6ba4;
	border: 1px solid #1a6ba4;
	color: #FFFFFF !important;
	text-decoration: none;
}



#video-flash {
	margin-top: 6px;
	width: 658px;
	border: 1px solid #FFF;
	box-shadow: 1px 1px 4px #000;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

#video-end-cover {
	width: 638px;
	height: 354px;
	background-color: #f1f1f1;
	border: 1px solid #e3e3e3;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 660px;
	transition: left 1s;
	padding: 10px;
}

	#video-end-cover p {
		font-size: 14px;
		font-weight: bold;
		color: #223B61;
		margin: 0;
	}

	#video-end-cover .social-likes {
		/* margin-left: 6px; */
	}

	#video-end-cover .direct-link {
		position: absolute;
		top: 110px;
		left: 10px;
	}

	#video-end-cover .direct-link input {
		width: 200px;
		padding: 7px;
		position: absolute;
		top: 16px;
		left: 0;
	}

	#video-end-cover .qrcode {
		position: absolute;
		top: 12px;
		right: 26px;
	}

	#video-end-cover .qrcode p {

	}

	#video-end-cover .close {
		position: absolute;
		top: 0;
		right: 4px;
		font-size: 24px;
		line-height: 24px;
		color: #A70000;
		text-decoration: none;
	}

	#video-end-cover .close:hover {
		color: #F00808;
	}

	.vec-end {
		left: 0 !important;
	}


#share-on-video {
	display: block;
	width: 0px;
	height: 16px;
	background: url(/img/icons/share_sprite1.png) right -66px no-repeat transparent;
	position: absolute;
	bottom: 40px;
	right: 20px;
	padding-right: 16px;
	overflow: hidden;
	text-decoration: none;
	color: #FFFFFF;
	text-indent: 20px;
	transition: width 1s;
}

#share-on-video:hover {
	background-position: right 0;
	width: 50px;
	text-indent: 0;
}




.video-metainfo {
	background-color: #F3F1ED;
	border: 2px solid #E5E4E1;
	float: right !important;
	height:66px;
	margin-top:4px;
	width: 634px;
}

.video-user-buttons {
	background-color: #FDF457;
	border: 2px solid #E3DC5A;
	float: right !important;
	height: 26px;
	margin-top: 4px;
	vertical-align: middle;
	width: 634px;
}

.video-user-buttons p {
	margin-bottom: 0px;
}



/* description */
.descr {
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;

	border-top-right-radius: 0px;
	border-top-left-radius: 0px;

	background-color: #FCEADA;
	border: 2px solid #FBDEC5;
	border-top: none;
	margin-bottom: 6px !important;
	margin-left: 10px;
	padding: 4px !important;
	/*width: 630px;*/
	height: 46px;
	display: table;
	overflow: hidden;
	#position: relative;
	margin-top: 3px;
}

.descr-helper {
	display: table-cell;
	vertical-align: middle;
	#position: absolute;
	#top: 50%;
}

.descr-helper2 {
	#position: relative;
	#top: -50%;
}

.descr h2 {
	font-size: 14px;
	font-family: Georgia !important;
	line-height: 16px;
	margin-bottom: 0px !important;
}

.nodesc {
	height: 0;
}

.nodesc .descr-helper {
	display: none;
}

.box-with-title {
	position: relative;
/*	border: 2px solid #B1C6ED;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
*/
	padding-bottom: 4px;
	padding-top: 12px;
	margin:22px 0 0;
}

.box-with-title .title {

	position: absolute;
	top: -8px;
	left: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 12px;
	padding: 0px 4px;
	margin: 0px;
	background-color: white;
	border: none;
}

.share-box {
	position: relative;
}


.share-box .fb, .share-box .gp, .share-box .tw, .share-box .ig {
	text-align: center;
	width: 60px;
	margin-left: 14px;
	float: left;
}

.share-box .fb {
	margin-left: 24px;
}

.share-box .ig {
	width: 104px;
	padding-top: 43px;
}

.addthis_toolbox {
	margin-left: 10px;
	margin-top: 28px;
}

/* navigation */
.buttons-cont {
	overflow:hidden;
	width:350px;
	float: right !important;
}

.navigation {
	position: relative;
	float: right;
	/*width: 660px;*/
}

.navigation .fb-box {
	float: left;
	margin-top: 3px;
	width: 200px;
}

.nav-thumb {

}

.nav-thumb img {
	width: 200px;
	height: 120px;
}

.nav-thumb h3 a {
	color: black;
	text-decoration: none;
	font-size: 11px;
}

.navigation .social-likes-wrap {
	width: 270px;
}

.navigation .button-next {
	float: right;
	/* margin-left: 30px; */

}

/* video categories */
.video-cat {
	margin-top: 10px;
}


/* fb comments */

.comments-box-fb {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	border: 2px solid #E4E4E4;
	margin-top: 22px !important;
	padding: 10px;
	width: 638px;
	position: relative;
}

.comments-box-fb h3
{
    position: absolute;
	top: -8px;
	background-color: white;
	padding: 0px 4px;
	font-size: 14px;
	line-height: 12px;
	border: none;
	margin: 0px;
	font-weight: bold;
	color: #8C928C !important;

}

/* END: fb comments */

.comment-list-cont
{
	/*
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;

	border: 2px solid #B1C6ED;
	*/
	padding: 4px;
	width: 312px;
	position: relative;
	margin-top: 22px;
}

.comment-list-cont h3 {
	font-weight: bold;
	position: absolute;
	top: -8px;
	left: 10px;
	background-color: white;
	padding: 0px 4px;
	font-size: 14px;
	line-height: 12px;
	border: none;
	margin: 0px;
	font-weight: bold;
	color: #1a6ba4 !important;
}

/*
button style: http://mailchimp.com/features/social-sharing/

*/

.button:active {
	position: static;
	top: auto;
}