.flowplayer {
	width: 100%;
	overflow: hidden;
}
.flowplayer .info {
	position: absolute;
	bottom: 20px;
	left: 0;
	display: none;
	z-index: 100;
	background: #000;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	height: 49px;
	padding: 4px 0;
	opacity: 0.8;
}
.flowplayer .info a {
	display: inline-block;
	width: 31%;
}
.flowplayer .info a.link_twitter {
	border: 1px solid #4f4f4f;
	border-width: 0 1px;
	width: 31%;
	padding: 0 1%;
}
.flowplayer .info a img {
	display: block;
	width: 100%;
	max-height: 49px;
	max-width: 150px;
	margin: 0 auto;
}
.cue0 .info {
	display: block;
	transition: opacity .5s;
}
.flowplayer .share_buttons {
	display: none;
	position: absolute;
	top: 20px;
	right: 2%;
	width: 8%;
	max-width: 55px;
	z-index: 100;
}
.flowplayer .share_buttons img {
	display: block;
	margin-bottom:10%;
	width: 100%;
}
.flowplayer:hover .share_buttons {display: block}
.flowplayer .fp-embed {
	top: 0;
	left: 0;
}
.flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-close {
	top: 0;
	right: 0;
}
.flowplayer .fp-volumeslider {
	width: 70px;
}
.flowplayer .fp-remaining, .flowplayer .fp-duration {
	right: 90px;
}
.flowplayer .fp-timeline {
	margin-right: 133px !important;
}
.embed_code {
	position: relative;
}
.flowplayer .embed_code .fp-embed-code {
	left: auto;
	top: 10%;
	right: 115%;
	width: 700%;
}
.flowplayer .embed_code .fp-embed-code textarea {
	width: 100%;
	white-space: normal;
	height: 46px;
}
.flowplayer .embed_code .fp-embed-code:before {
	left: auto;
	right: -10px;
	top: 5px;
	border: 5px solid transparent;
	border-left-color: #333;
}
@media only screen and (min-width : 240px) and (max-width : 480px) {
	.flowplayer .embed_code .fp-embed-code {
		top: 5%;
		right: 120%;
		width: 900%;
	}
	.flowplayer .embed_code .fp-embed-code label {
		font-size: 9px;
	}
	.flowplayer .embed_code .fp-embed-code textarea {
		font-size: 9px;
	}
}
@media only screen and (min-width : 480px) and (max-width : 600px) {
	.flowplayer .embed_code .fp-embed-code {
		width: 1000%;
	}
	.flowplayer .embed_code .fp-embed-code label {
		font-size: 11px;
	}
	.flowplayer .embed_code .fp-embed-code textarea {
		font-size: 11px;
	}
}
@media only screen and (min-width : 600px) and (max-width : 680px) {
	.flowplayer .embed_code .fp-embed-code {
		width: 800%;
	}
	.flowplayer .embed_code .fp-embed-code label {
		font-size: 11px;
	}
	.flowplayer .embed_code .fp-embed-code textarea {
		font-size: 11px;
	}
}
@media only screen and (min-width : 240px) and (max-width : 300px) {
	.flowplayer .embed_code .fp-embed-code {
		top: -30%;
		right: 120%;
		width: 1000%;
	}
	.flowplayer .embed_code .fp-embed-code:before {
		top: 12px;
	}
}

.flowplayer .fp-time.is-inverted .fp-remaining {
	white-space: nowrap;
	width: 40px;
}

.fullpage {
    height: 100%;
    overflow: hidden;
}
.video_teaser {
	font-family: Tahoma,sans-serif;
	background: url('../../../../static/r32/img/bg/5.jpg') repeat;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}
.fullpage .video_teaser {
	height: 100%;
	margin-bottom: 0;
}
.video_teaser .teaser {
	padding: 15px 20px;
	box-shadow: 0 8px 6px -6px #333;
	-moz-box-shadow: 0 8px 6px -6px #333;
	-webkit-box-shadow: 0 8px 6px -6px #333;
	background: #fff;
	border: 1px solid #ddd;
}
.fullpage .video_teaser .teaser {
	max-width: 630px;
	margin: 0 auto;
	overflow: hidden;
}
.video_teaser .preview {
	width: 100%;
	margin-bottom: 15px;
}
.video_teaser .preview h2 {
	font: bold 15px/17px Tahoma,sans-serif;
	color: #333;
	margin: 0 0 10px;
}
.video_teaser .preview h2 a {
	color: #333;
	text-decoration: none;
}
.video_teaser .preview h2 a:hover {text-decoration: underline}
.video_teaser .preview .holder {
	width: 100%;
}
.video_teaser .preview .photo {
	float: left;
	position: relative;
	width: 40%;
}
.video_teaser .preview .photo img {
	display: block;
	max-width: 100%;
}
.video_teaser .preview .photo .replay {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -30px;
	background: url('../../../../static/r32/img/sprite-btns.png') no-repeat -10px -61px;
	padding-top: 24px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	width: 60px;
	text-decoration: none;
	text-align: center;
}
.video_teaser .preview .photo .replay:hover {text-decoration: underline}
.video_teaser .preview .sharebox {
	text-align: center;
	padding-top: 10px;
}
.video_teaser .sharebox li {position: relative}
.video_teaser .sharebox .fp-splash-embed-code {
	position: absolute;
	font-size: 11px;
	line-height: 14px;
	color: #ccc;
	top: 62px;
	padding: 5px;
	left: -263px;
	width: 300px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d82f01;
	text-align: left;
}
.video_teaser .sharebox .fp-splash-embed-code label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #313131;
}
.video_teaser .sharebox .fp-splash-embed-code textarea {
	font-size: 11px;
	line-height: 14px;
	height: 62px;
	color: #313131;
	width: 300px;
	overflow: auto;
	background: none;
	border: none;
}
.video_teaser .sharebox .fp-splash-embed-code .arrow {
	position: absolute;
	top: -5px;
	left: 286px;
	width: 0;
	vertical-align: top;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #d82f01;
}

.video_teaser .preview .title {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #d82f01;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.video_teaser .preview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.video_teaser .preview ul li {
	display: inline-block;
	padding: 0 2px;
	width: 9%;
}
* +html .video_teaser .preview ul li {display: inline}
.video_teaser .preview ul img {
	display: block;
	width: 100%;
}
.video_teaser .more_video {
	width: 100%;
}
.video_teaser .more_video .heading {
	margin: 0 -20px 15px;
	padding: 10px 20px;
	background: #eeecec;
	border: 1px dotted #dedfde;
	border-width: 1px 0;
	text-align: center;
	overflow: hidden;
}
.video_teaser .more_video .heading h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #d82f01;
	margin: 0;
	text-transform: uppercase;
}
.video_teaser .more_video .holder {
	overflow: hidden;
	padding: 0 20px;
	max-height: 150px;
}
.video_teaser .more_video .btn_prev,
.video_teaser .more_video .btn_next {
	float: left;
	background: url('../../../../static/r32/img/sprite-btns.png') no-repeat -78px -56px;
	width: 18px;
	height: 29px;
	margin-top: 40px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
}
.video_teaser .more_video .btn_prev {
	margin-left: -20px;
}
.video_teaser .more_video .btn_next {
	float: right;
	margin-right: -20px;
	background-position: -98px -56px;
}
.video_teaser .more_video .info {
	float: left;
	width: 100%;
	overflow: hidden;
}
.video_teaser .more_video .item {
	float: left;
	width: 23%;
	padding: 0 1%;
	text-align: center;
	height: 150px;
}
.video_teaser .more_video .photo {
	display: block;
	max-width: 94px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 3px solid #656565;
	margin: 0 auto 5px;
}
.video_teaser .more_video .photo img {
	display: block;
	width: 100%;
	margin: -1px 0;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.video_teaser .more_video h4 {
	font: bold 13px/16px Tahoma,sans-serif;
	color: #333;
	margin: 0;
}
.video_teaser .more_video h4 a {
	color: #333;
	text-decoration: none;
}
.video_teaser .more_video h4 a:hover {text-decoration: underline}

@media only screen and (min-width : 500px) and (max-width : 600px) {
	.video_teaser .more_video .item {
		width: 31%;
	}
	.video_teaser .preview h2 {
		font-size: 14px;
		line-height: 16px;
	}
	.video_teaser .more_video .heading h3 {
		font-size: 13px;
	}
	.video_teaser .more_video .photo {
		max-width: 90px;
	}
}
@media only screen and (min-width : 400px) and (max-width : 500px) {
	.fullpage .video_teaser .teaser {
		padding: 10px 15px;
	}
	.video_teaser .more_video .item {
		width: 31%;
	}
	.video_teaser .preview h2 {
		font-size: 14px;
		line-height: 16px;
	}
	.video_teaser .preview {margin-bottom: 10px}
	.video_teaser .more_video .heading {
		padding: 5px 10px;
		margin: 0 -15px 7px;
	}
	.video_teaser .more_video .heading h3 {
		font-size: 13px;
	}
	.video_teaser .preview .title {
		font-size: 11px;
		line-height: 14px;
	}
	.video_teaser .more_video .photo {
		max-width: 84px;
	}
	.video_teaser .more_video h4 {
		font-size: 11px;
		line-height: 13px;
	}
	.video_teaser .more_video .btn_prev,
	.video_teaser .more_video .btn_next {
		margin-top: 30px;
	}
}
@media only screen and (min-width : 240px) and (max-width : 400px) {
	.fullpage .video_teaser .teaser {
		padding: 10px;
	}
	.video_teaser .more_video .holder {
		max-height: 135px;
	}
	.video_teaser .more_video .item {
		width: 47%;
		height: 135px;
	}
	.video_teaser .preview .sharebox {
		padding-top: 5px;
	}
	.video_teaser .preview h2 {
		font-size: 12px;
		line-height: 14px;
	}
	.video_teaser .preview {margin-bottom: 10px}
	.video_teaser .more_video .heading {
		padding: 5px;
		margin: 0 -10px 5px;
	}
	.video_teaser .more_video .heading h3 {
		font-size: 13px;
	}
	.video_teaser .preview .title {
		font-size: 11px;
		line-height: 14px;
	}
	.video_teaser .more_video .photo {
		max-width: 60px;
	}
	.video_teaser .more_video h4 {
		font-size: 11px;
		line-height: 13px;
	}
	.video_teaser .more_video .btn_prev,
	.video_teaser .more_video .btn_next {
		margin-top: 20px;
		height: 20px;
	}
	.video_teaser .more_video .btn_prev {background-position: -78px -60px}
	.video_teaser .more_video .btn_next {background-position: -98px -60px}
}