div.Result{
	min-height: 400px;	
}
div.thes_suggestie{
	width: 200px;
	float: Left;
}
div.ResultHolder{
	float: left;
	width: 450px;
	border: 1px #dfc000 dotted;
	border-top-color: #fff; 
	border-left: 0px;
	border-right: 0px;
	text-align: left;
}

div.ResultHolder em{
	font-style: normal;
	font-weight: bold;
	color: #c7a11e;
}	

em.found { color: #B50008; }

/* Open close */
div.OpenCloseHolder{
	float: left;
	height: 40px;
	width: 20px;
}
div.OpenCloseHolder div.OpenClose{
	float: left;
	display: inline;
	margin: 5px 4px;
	height: 11px;
	width: 11px;
}
div.OpenCloseHolder div.OpenClose a{
	display: block;
	height: 11px;
	width: 11px;
	outline: none;
	cursor: pointer;
	background: url('../../img/plus.jpg') no-repeat;
}
div.OpenCloseHolder div.OpenClose a:hover{
	display: block;
	height: 11px;
	width: 11px;
	background: url('../../img/plus_hover.jpg') no-repeat;
}

/* header result */
div.HeaderResults_nopop{
		float: left;
		width: 430px;
}
div.thumb{
		display: block; 
		float: right;
		z-index: 4;
		cursor: pointer;
		padding-bottom: 10px;
}
div.thumb img{
		box-shadow: 0 0 15px #e0e0e0;
		border: 1px #fff solid;
		margin-left: 10px;
		-webkit-transform:scale(0.9); /*Webkit: Scale down image to 0.8x original size*/
		-moz-transform:scale(0.9); /*Mozilla scale version*/
		transform:scale(0.9);
		-o-transform:scale(0.9); /*Opera scale version*/
		-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
		-moz-transition-duration: 0.5s; /*Mozilla duration version*/
		-o-transition-duration: 0.5s; /*Opera duration version*/	
}
div.thumb img:hover{
	-webkit-transform:scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.2); /*Mozilla scale version*/
	-o-transform:scale(1.2); /*Opera scale version*/
	transform:scale(1.2);
	opacity: 1;
}
div.HeaderResults_nopop a{
		color: #59291f;
		display: block;
		line-height: 20px;
		width: 430px;
		font-weight: bold;
		cursor: pointer;
}
div.HeaderResults_nopop a.tlink{
		color: #000000;
		display: inline;
		font-weight: normal;
		text-decoration: underline;
}
div.HeaderResults_nopop a.tlink:hover{
		color: #9D261D;
}
object.fp-engine{
	box-shadow: 5px 0 25px #696969;
	border: 1px #fff solid;
}
/* header result */
div.HeaderResults{
		float: left;
		width: 430px;
}
div.HeaderResults a{
		color: #59291f;
		display: block;
		line-height: 20px;
		width: 430px;
		font-weight: bold;
		cursor: pointer;
}
div.HeaderResults a:hover{
	color: #9d261d;
	
}
div.HeaderResults p{
	margin: 2px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	float: left;
	display: block;
	line-height: 13px;
	border: 1px #454744 solid;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
div.HeaderResults p._p{
	border-right: 0px;
}


/*  google result */
div.GoogleResults{
	float: left;
	margin-left: 26px;
	display: inline;
	line-height: 20px;
	width: 404px;
}

/* more result */
div.ResultHolder div.MoreResults{
	float: left;
	width: 430px;
	display: none;
	margin-left: 20px;
}
div.ResultTabelHolder{
	float: left;
	width: 430px;
	background: #fff;
}
div.ResultTabelHolder em.found{
	color: #00a2b5;
	font-weight: 100;
}

div.ResultHolder div.MoreResults table{
	border-collapse: collapse; 
	width: 430px; 
	margin: 0px;

}
div.ResultHolder div.MoreResults table tr td{
	/*color: #646464;
	vertical-align: text-top;*/
	vertical-align: top; 
	width: 33%; 
	color: #646464; 
	line-height: 20px;
	
}
div.Container div.ResultHolder div.MoreResults table tr td{
	/*color: #646464;
	vertical-align: text-top;*/
	vertical-align: top; 
	width: 33%; 
	color: #646464; 
	line-height: 20px;
	text-align: center;
}
div.Container div.ResultHolder div.MoreResults table tr td.cont {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}

div.Container div.ResultHolder div.MoreResults table tr td.desc {
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div.ResultHolder div.MoreResults table tr th{
	/*color: #646464;
	vertical-align: text-top;*/
	vertical-align: top; 
	width: 33%; 
	color: #646464; 
	line-height: 20px;
}

/*td { padding: 5px 10px; }*/

div.ResultHolder div.MoreResults table tr td.t_style_1 {
	font-weight:bold;
}

div.ResultHolder div.MoreResults table tr td a{
	text-decoration: underline;
	color: #646464;
}
div.ResultHolder div.MoreResults table tr td a:hover{
	/*color: #00a2b5;*/
	color: #9d261d;
	cursor: pointer;
}
div.ResultHolder div.MoreResults table tr td.center{
	text-align: center;

}

.arrow_left { background: url('../../images/arrow_right.png') no-repeat left center; }
.arrow_right {background: url('../../images/arrow_right.png') no-repeat right center; }
.arrow_right_center {text-align: center; background: url('../../images/arrow_right.png') no-repeat right center; }
.arrow_top { 
	background: url('../../images/arrow_bottom.png') no-repeat center bottom; 
	height: 12px;
}
.arrow_bottom { 
	background: url('../../images/arrow_bottom.png') no-repeat center bottom; 
	height: 12px;
}

div.ResultHolder div.MoreResults table tr th{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px 5px; 
	/*background: #f8f8f8;*/
	vertical-align: middle;
}

div.ResultHolder div.MoreResults table tr th.term { 
	border: 0; 
	border-top: 
	0px dashed #ccc; 
	/*background: #f0f0f0; */
	padding: 0px 0; 
	color: #008C9D; 
	font-size: 12px; 
}
div.ResultHolder div.MoreResults table tr th.term a{ 
	/*color: #008C9D; */
	
	
	/*text-decoration: underline;*/
}
div.ResultHolder div.MoreResults table tr th.term a:hover{ 
	cursor: pointer;
	/*text-decoration: underline;*/
}

.center {text-align: center;}
div.ResultHolder div.MoreResults table tr td.Search_Extra_header_0{
/*	background: url('../../img/cart.png') no-repeat 0px 6px;*/
	height: 30px;
	width: 133px; 
}
div.ResultHolder div.MoreResults table tr td.Search_Extra_header_1{
	background: url('../../img/cart.png') no-repeat 0px 6px;
	height: 30px;
	width: 133px; 
}
div.ResultHolder div.MoreResults table tr td.Search_Extra_header_2{
	background: url('../../img/online.png') no-repeat 0px 6px;
	width: 133px; 
}
div.ResultHolder div.MoreResults table tr td.Search_Extra_header_3{
	background: url('../../img/star.png') no-repeat 0px 6px;
}
div.ResultHolder div.MoreResults div.ResultTabelHolder table tr td.Search_Extra{
	background-color: #fff;
}
div.ResultHolder div.MoreResults div.ResultTabelHolder table tr td.Search_Extra a{
	color: #747D81;
	text-decoration: none;
	padding-left: 11px;
	background-image: url("../../images/icons/arrow-gray.png");
	background-position: left center;
	background-repeat: no-repeat;
}
div.ResultHolder div.MoreResults div.ResultTabelHolder table tr td.Search_Extra a:hover{
	text-decoration: underline;
}
/* popup  */
div#shadow{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	display: none;
	background: #000;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	display: none;
}
div#popupHolder{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	display: none;
}
div#popupHolder div#Popup{
	margin: 40px auto 0px auto;
	background: #fff;
	width: 600px;
}
div#popupHolder div#Popup div#Close{
	float: right;
	line-height: 20px;
	margin-bottom: 3px;
}
div#popupHolder div#Popup div#Close a{
	float: right;
	display: block;
	width: 60px;
	line-height: 15px;
	text-decoration: none;
	color: #8b8b8b; 
	text-align: left;
	cursor: pointer;
	background: url('../../img/close.jpg') no-repeat 42px 4px;
}
div#popupHolder div#Popup div#Close a:hover{
	text-decoration: underline;
	background: url('../../img/close_hover.jpg') no-repeat 42px 4px; 
}

/* text popup elementen */
div#popupHolder div#Popup div#textPopup{
	font-size: 12px;
	float: left;
	text-align: left;
	margin: 0px 10px 10px 10px;
	color:#424842;
/*	background: url('../../gfx/iiav/bg_aletta.png') no-repeat 100px 100px;

	background: url('../../gfx/iiav/WatermerkA.gif') no-repeat right bottom;*/
}

div#textPopup p {
	font:1.2em;
	color:#424842;
	margin:0;
	padding-left: 20px;
	padding-bottom: 17px;
}

div#textPopup h3, .info h4 {
	font:1em /*Georgia, serif*/;
	color:#666;
	margin:0;
	padding-bottom: 17px;
	font-weight: bold;
}

div#textPopup h1{
/*	font:1.2em Georgia, serif;
	color:#666;
	margin:0;
	padding-bottom: 17px;*/
}

div#textPopup .PopupTitle {
	font:1.6em Georgia, serif;
	color:#666;
	margin:0;
	padding-bottom: 17px;
	width: 560px;
}

div#textPopup h2{
/*	font-size:1em;
	color:#b50008;
	margin:0;
	font-weight: bold;
	padding: 10px 0px;
*/}
div#textPopup h2 a{
	color:#b50008;
	text-decoration:none;
}
div#textPopup h2 a:hover{ text-decoration:underline;}

/* h3 */

div#textPopup h3 a{
	color:#424542;
	text-decoration:none;
}
div#textPopup h3 a:hover{ text-decoration:underline;}

div#textPopup a{
	color:brown;
	text-decoration:none;
}
div#textPopup a:hover{ text-decoration:underline;}

div#textPopup .info {
	padding-left: 5px;
}

div#textPopup .info p{ 
	padding-bottom:0;
	padding-left:0;
}

div#textPopup .info h2{
/*	display: block;
	font-size: 14px;*/
	margin:8.5px 0px 2px 0px;
}

div#textPopup .info h4{
	display: block;
	font-size: 12px;
	font-weight: bold;
}

div#textPopup .info ul {
	list-style: disc;
	padding-left: 10px;
}
div#textPopup ul {/*
	color: #00a2b5;*/
	list-style: none;
}
div#textPopup ol {
	color: #008c9d;
}

div#textPopup ul li a{
	display:block;
	line-height: 22px;
	text-indent: 11px;
	width: 500px;
	color: #008C9D;
	background: url('../../img/news-list-bullet.gif') no-repeat 2px 8px;
}
div#textPopup ul li a.histlijst{
	display:inline;
	line-height: 22px;
	text-indent: 11px;
	width: 400px;
	color: #008C9D;
	background: none;
}

div#textPopup ul li a.delete{
	float: right;
	padding-left: 2 px;
	line-height: 22px;
	text-indent: 11px;
	width: 50px;
	color: #008C9D;
	background: url('../../images/delete.gif') no-repeat 0px 8px;
}

div#textPopup ul li.ead a{
	display:block;
	line-height: 22px;
	text-indent: 11px;
	width: 200px;
	color: #008C9D;
	background: url('../../img/news-list-bullet.gif') no-repeat 2px 8px;
}
div#textPopup ul li.ead_sub a{
	display:block;
	margin-left: 10px;
	line-height: 22px;
	text-indent: 11px;
	width: 190px;
	color: #008C9D;
	background: url('../../img/news-list-bullet.gif') no-repeat 2px 8px;
}


div#textPopup img{
	padding-bottom:5px;
	display:block;
}


/* einde tekst elementen voor popup */

div#popupHolder div#Popup div.scroll{
	overflow: auto;
	margin: 0px 10px 10px 10px;
/*	scrollbar-arrow-color: #fff;
	scrollbar-face-color: #8b8b8b;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #fff;
*/	height: 670px;
	width: 670px;
}


/* Loading  */
div.Loading{
	width: 100%;
	margin: 40%;
}



/* more-box */
div.more-box h4#sel1{
	display: block;
	width: 100%;
	line-height: 25px;
	background: url('../../img/favorite-icon.gif') no-repeat right;
}
div.more-box h4#mijn_bestelling{
	display: block;
	width: 100%;
	line-height: 25px;
	background: url('../../img/basket-icon.gif') no-repeat right;
}
div#menuPopupLeft{
	float: left;
	width: 205px;
	margin-right: 10px;
	padding-top: 40px;
}

div#menuPopupContent{
	float: left;
	width: 450px;
}
div#menuPopupContent div#headPopup{
	height: 40px;
	width: 450px;
	padding-bottom: 5px;
}
div#menuPopupContent div#headPopup h3{
	font-size: 12px;
	color: #008C9D;
	padding-bottom: 0px;
}
div#contentMenuPopup div{
	width: 430px;
}
div#menuPopupContent div#contentMenuPopup{
	padding: 5px;
	float: right;
	height: 500px;
	width: 450px;
	border: 2px #008C9D solid;
	border-left: 0px;
	border-right: 0px;
	border-bottom:  1px #008C9D solid;
	background: #F0F0F0;
	overflow: auto;
/*	scrollbar-arrow-color: #fff;
	scrollbar-face-color: #8b8b8b;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #F0F0F0;
*/}
div#menuPopupContent div#box1{
	float: left;
	width: 225px;
	padding-top: 20px;
	background: url('../../img/online.png') no-repeat;
}
div#menuPopupContent div#box1 a{
	display:block;
	line-height: 22px;
	width: 225px;
	text-indent: 11px;
	color: #008C9D;
	background: url('../../img/news-list-bullet.gif') no-repeat 2px 8px;
}

div#menuPopupContent div#box2{
	float: left;
	width: 225px;
	padding-top: 20px;
	background: url('../../img/star.png') no-repeat;
}
div#menuPopupContent div#box2 a{
	display:block;
	line-height: 22px;
	width: 225px;
	color: #008C9D;
	text-indent: 11px;
	background: url('../../img/news-list-bullet.gif') no-repeat 2px 8px;
}
div#menuPopupContent div#contentMenuPopup em{
	font-weight: bold;
	font-style: normal;
}
a.online_available{
	display: inline;
	color: rgb(255, 150, 0);
	font-weight: bold;
	text-decoration: none;
}
a.online_available:hover{
	text-decoration: underline;
}	
.rtmpt {
	width: 440px;
	height: 248px;
	
}
/* Flowplayer css */
.flowplayer{position:relative;width:100%;text-align:left;background-size:contain;background-repeat:no-repeat;background-position:center center;display:inline-block;}
.flowplayer *{font-weight:inherit;font-family:inherit;font-style:inherit;text-decoration:inherit;font-size:100%;padding:0;border:0;margin:0;list-style-type:none}
.flowplayer a:focus{outline:0}
.flowplayer video{width:100%}
.flowplayer.is-ipad video{-webkit-transform:translateX(-2048px);}
.is-ready.flowplayer.is-ipad video{-webkit-transform:translateX(0)}
.flowplayer .fp-engine,.flowplayer .fp-ui,.flowplayer .fp-message{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:1}
.flowplayer .fp-message{display:none;text-align:center;padding-top:5%;cursor:default;}
.flowplayer .fp-message h2{font-size:120%;margin-bottom:1em}
.flowplayer .fp-message p{color:#666;font-size:95%}
.flowplayer .fp-controls{position:absolute;bottom:0;width:100%;}
.no-background.flowplayer .fp-controls{background-color:transparent !important;background-color:transparent;background-image:-moz-linear-gradient(transparent,transparent) !important;background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent)) !important}
.is-fullscreen.flowplayer .fp-controls{bottom:3px}
.is-mouseover.flowplayer .fp-controls{bottom:0}
.flowplayer .fp-waiting{display:none;margin:19% auto;text-align:center;}
.flowplayer .fp-waiting *{-webkit-box-shadow:0 0 5px #333;-moz-box-shadow:0 0 5px #333;box-shadow:0 0 5px #333}
.flowplayer .fp-waiting em{width:1em;height:1em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;background-color:rgba(255,255,255,0.8);display:inline-block;-webkit-animation:pulse .6s infinite;-moz-animation:pulse .6s infinite;animation:pulse .6s infinite;margin:.3em;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.flowplayer .fp-waiting em:nth-child(1){-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}
.flowplayer .fp-waiting em:nth-child(2){-webkit-animation-delay:.45s;-moz-animation-delay:.45s;animation-delay:.45s}
.flowplayer .fp-waiting em:nth-child(3){-webkit-animation-delay:.6s;-moz-animation-delay:.6s;animation-delay:.6s}
.flowplayer .fp-waiting p{color:#ccc;font-weight:bold}
.flowplayer .fp-speed{font-size:30px;background-color:#333;background-color:rgba(51,51,51,0.8);color:#eee;margin:0 auto;text-align:center;width:120px;padding:.1em 0 0;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;transition:opacity .5s;}
.flowplayer .fp-speed.fp-hilite{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help{position:absolute;top:0;left:-9999em;z-index:100;background-color:#333;background-color:rgba(51,51,51,0.9);width:100%;height:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s;text-align:center;}
.is-help.flowplayer .fp-help{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help .fp-help-section{margin:3%}
.flowplayer .fp-help .fp-help-basics{margin-top:6%}
.flowplayer .fp-help p{color:#eee;margin:.5em 0;font-size:14px;line-height:1.5;display:inline-block;margin:1% 2%}
.flowplayer .fp-help em{background:#eee;-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;margin-right:.4em;padding:.3em .6em;color:#333}
.flowplayer .fp-help small{font-size:90%;color:#aaa}
.flowplayer .fp-help .fp-close{display:block}
@media (max-width: 600px){.flowplayer .fp-help p{font-size:9px}
}.flowplayer .fp-subtitle{position:absolute;bottom:40px;left:-99999em;z-index:10;text-align:center;width:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s;}
.flowplayer .fp-subtitle p{display:inline;background-color:#333;background-color:rgba(51,51,51,0.9);color:#eee;padding:.1em .4em;font-size:16px;line-height:1.6;}
.flowplayer .fp-subtitle p:after{content:'';clear:both}
.flowplayer .fp-subtitle.fp-active{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close{background-image:url(http://www.atria-kennisinstituut.nl/atria/css/zoek/img/white.png);background-size:37px 300px;}
.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close{background-image:url(http://www.atria-kennisinstituut.nl/atria/css/zoek/img/black.png);}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close{background-image:url(http://www.atria-kennisinstituut.nl/atria/css/zoek/img/black@x2.png)}
}@media (-webkit-min-device-pixel-ratio: 2){.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close{background-image:url(http://www.atria-kennisinstituut.nl/atria/css/zoek/img/white@x2.png)}
}.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(http://www.atria-kennisinstituut.nl/atria/css/zoek/img/play_white.png) center no-repeat;background-size:12%;}
@media (-webkit-min-device-pixel-ratio: 2){.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(http://www.atria-kennisinstituut.nl/atria/css/zoek/img/play_white@x2.png) center no-repeat;background-size:12%}
}.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(http://www.atria-kennisinstituut.nl/atria/css/zoek/img/play_black.png)}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(http://www.atria-kennisinstituut.nl/atria/css/zoek/img/play_black@x2.png)}
}.is-fullscreen.flowplayer .fp-ui{background-size:auto}
.is-seeking.flowplayer .fp-ui,.is-loading.flowplayer .fp-ui{background-image:none}
.flowplayer .fp-logo{position:absolute;top:auto;left:5px;bottom:25px;cursor:pointer;display:none;z-index:100;}
.flowplayer .fp-logo img{width:100%}
.is-embedded.flowplayer .fp-logo{display:block}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close{position:absolute;top:5px;left:auto;right:5px;display:block;width:30px;height:23px;background-position:12px -197px;cursor:pointer}
.flowplayer .fp-unload,.flowplayer .fp-close{background-position:14px -175px;display:none}
.flowplayer.is-ready.is-closeable .fp-unload{display:block}
.flowplayer.is-ready.is-closeable .fp-fullscreen{display:none}
.flowplayer.is-fullscreen .fp-fullscreen{background-position:10px -217px;display:block !important}
.flowplayer.is-fullscreen .fp-unload,.flowplayer.is-fullscreen .fp-close{display:none !important}
.flowplayer .fp-timeline{height:3px;position:relative;overflow:hidden}
.flowplayer .fp-buffer,.flowplayer .fp-progress{position:absolute;top:0;left:auto;height:100%;cursor:col-resize}
.flowplayer .fp-volume{position:absolute;top:7.5px;right:5px}
.flowplayer .fp-mute{width:10px;height:15px;float:left;position:relative;top:-5px;left:;cursor:pointer;background-position:-2px -99px;}
.no-mute.flowplayer .fp-mute{display:none}
.flowplayer .fp-volumeslider{width:90px;height:5px;cursor:col-resize;float:left;}
.no-volume.flowplayer .fp-volumeslider{display:none}
.flowplayer .fp-volumelevel{height:100%}
.flowplayer .fp-time{text-shadow:0 0 1px #000;font-weight:bold;font-size:12px;color:#fff;width:100%;}
.flowplayer .fp-time.is-inverted .fp-duration{display:none}
.flowplayer .fp-time.is-inverted .fp-remaining{display:inline}
.flowplayer .fp-time em{width:35px;height:10px;line-height:10px;text-align:center;position:absolute;bottom:5px;font-style:normal}
.no-time.flowplayer .fp-time{display:none}
.flowplayer.is-long .fp-time em{width:50px}
.flowplayer .fp-elapsed{left:5px}
.flowplayer .fp-remaining,.flowplayer .fp-duration{right:110px;color:#bbb;}
.no-mute.flowplayer .fp-remaining,.no-mute.flowplayer .fp-duration{right:5px}
.flowplayer .fp-remaining{display:none}
.flowplayer.color-light .fp-time{color:#222;text-shadow:0 0 1px #fff}
.flowplayer.color-light .fp-remaining,.flowplayer.color-light .fp-duration{color:#666}
.flowplayer.aside-time .fp-time{position:absolute;top:5px;left:5px;bottom:auto !important;width:200px;}
.flowplayer.aside-time .fp-time strong,.flowplayer.aside-time .fp-time em{position:static}
.flowplayer.aside-time .fp-time .fp-elapsed{margin-right:5px}
.flowplayer.is-splash,.flowplayer.is-poster{cursor:pointer;}
.flowplayer.is-splash .fp-controls,.flowplayer.is-poster .fp-controls,.flowplayer.is-splash .fp-fullscreen,.flowplayer.is-poster .fp-fullscreen,.flowplayer.is-splash .fp-unload,.flowplayer.is-poster .fp-unload,.flowplayer.is-splash .fp-time,.flowplayer.is-poster .fp-time,.flowplayer.is-splash .fp-embed,.flowplayer.is-poster .fp-embed{display:none !important}
.flowplayer.is-poster .fp-engine{top:-9999em}
.flowplayer.is-loading .fp-waiting{display:block}
.flowplayer.is-loading .fp-controls,.flowplayer.is-loading .fp-time{display:none}
.flowplayer.is-loading .fp-ui{background-position:-9999em}
.flowplayer.is-seeking .fp-waiting{display:block}
.flowplayer.is-fullscreen{position:fixed !important;top:0 !important;left:0 !important;border:0 !important;margin:0 !important;width:100% !important;height:100% !important;z-index:99999 !important;-webkit-box-shadow:0 !important;-moz-box-shadow:0 !important;box-shadow:0 !important;background-image:none !important;background-color:#333}
.flowplayer.is-error{border:1px solid #909090;background:#fdfdfd !important;}
.flowplayer.is-error h2{font-weight:bold;font-size:large;margin-top:10%}
.flowplayer.is-error .fp-message{display:block}
.flowplayer.is-error object,.flowplayer.is-error video,.flowplayer.is-error .fp-controls,.flowplayer.is-error .fp-time,.flowplayer.is-error .fp-subtitle{display:none}
.flowplayer.is-ready.is-muted .fp-mute{opacity:.5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50)}
.flowplayer.is-mouseout .fp-controls{height:0;-webkit-transition:height .15s .3s;-moz-transition:height .15s .3s;transition:height .15s .3s}
.flowplayer.is-mouseout .fp-timeline{-webkit-transition:height .15s .3s,top .15s .3s,margin .15s .3s;-moz-transition:height .15s .3s,top .15s .3s,margin .15s .3s;transition:height .15s .3s,top .15s .3s,margin .15s .3s;top:0}
.flowplayer.is-mouseout .fp-fullscreen,.flowplayer.is-mouseout .fp-unload,.flowplayer.is-mouseout .fp-elapsed,.flowplayer.is-mouseout .fp-remaining,.flowplayer.is-mouseout .fp-duration,.flowplayer.is-mouseout .fp-embed,.flowplayer.is-mouseout .fp-logo,.flowplayer.is-mouseout .fp-volume{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .15s .3s;-moz-transition:opacity .15s .3s;transition:opacity .15s .3s}
.flowplayer.is-mouseover .fp-controls,.flowplayer.fixed-controls .fp-controls{height:20px}
.flowplayer.is-mouseover .fp-fullscreen,.flowplayer.fixed-controls .fp-fullscreen,.flowplayer.is-mouseover .fp-unload,.flowplayer.fixed-controls .fp-unload,.flowplayer.is-mouseover .fp-elapsed,.flowplayer.fixed-controls .fp-elapsed,.flowplayer.is-mouseover .fp-remaining,.flowplayer.fixed-controls .fp-remaining,.flowplayer.is-mouseover .fp-duration,.flowplayer.fixed-controls .fp-duration,.flowplayer.is-mouseover .fp-embed,.flowplayer.fixed-controls .fp-embed,.flowplayer.is-mouseover .fp-logo,.flowplayer.fixed-controls .fp-logo,.flowplayer.is-mouseover .fp-volume,.flowplayer.fixed-controls .fp-volume{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.is-mouseover .fp-timeline,.flowplayer.fixed-controls .fp-timeline{top:5px;height:10px;margin:0 150px 0 45px;}
.no-volume.flowplayer.is-mouseover .fp-timeline,.no-volume.flowplayer.fixed-controls .fp-timeline{margin-right:20px}
.no-mute.flowplayer.is-mouseover .fp-timeline,.no-mute.flowplayer.fixed-controls .fp-timeline{margin-right:45px}
.aside-time.flowplayer.is-mouseover .fp-timeline,.aside-time.flowplayer.fixed-controls .fp-timeline,.no-time.flowplayer.is-mouseover .fp-timeline,.no-time.flowplayer.fixed-controls .fp-timeline{margin:0 110px 0 5px}
.aside-time.no-mute.flowplayer.is-mouseover .fp-timeline,.aside-time.no-mute.flowplayer.fixed-controls .fp-timeline{margin-right:5px}
.flowplayer.is-mouseover.is-long .fp-timeline,.flowplayer.fixed-controls.is-long .fp-timeline{margin:0 165px 0 60px;}
.no-mute.flowplayer.is-mouseover.is-long .fp-timeline,.no-mute.flowplayer.fixed-controls.is-long .fp-timeline{margin-right:60px}
.flowplayer.fixed-controls .fp-volume{display:block}
.flowplayer.fixed-controls .fp-controls{bottom:-20px;}
.is-fullscreen.flowplayer.fixed-controls .fp-controls{bottom:0}
.flowplayer.fixed-controls .fp-time em{bottom:-15px;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.is-fullscreen.flowplayer.fixed-controls .fp-time em{bottom:5px}
.flowplayer.is-disabled .fp-progress{background-color:#999}
.flowplayer .fp-embed{position:absolute;top:6px;left:5px;display:block;width:25px;height:20px;background-position:3px -236px}
.flowplayer .fp-embed-code{position:absolute;display:none;top:10px;left:40px;background-color:#333;padding:3px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 3px #ccc;-moz-box-shadow:0 0 3px #ccc;box-shadow:0 0 3px #ccc;font-size:12px;}
.flowplayer .fp-embed-code:before{content:'';width:0;height:0;position:absolute;top:2px;left:-10px;border:5px solid transparent;border-right-color:#333}
.flowplayer .fp-embed-code textarea{width:400px;height:16px;font-family:monaco,"courier new",verdana;color:#777;white-space:nowrap;resize:none;overflow:hidden;border:0;outline:0;background-color:transparent;color:#ccc}
.flowplayer .fp-embed-code label{display:block;color:#999}
.flowplayer.is-embedding .fp-embed,.flowplayer.is-embedding .fp-embed-code{display:block;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.aside-time .fp-embed{left:90px}
.flowplayer.aside-time .fp-embed-code{left:120px}
.flowplayer.aside-time.is-embedding .fp-time{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
@-moz-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-webkit-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-o-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-ms-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@keyframes pulse{0%{opacity:0}
100%{opacity:1}
}.flowplayer .fp-controls{background-color:#333;background-color:rgba(51,51,51,0.6)}
.flowplayer.fixed-controls .fp-controls{background-color:#333}
.flowplayer .fp-timeline{background-color:#666}
.flowplayer .fp-buffer{background-color:#eee}
.flowplayer .fp-progress{background-color:#00a7c8}
.flowplayer .fp-volumeslider{background-color:#000}
.flowplayer .fp-volumelevel{background-color:#fff}
.flowplayer.color-light .fp-controls{background-color:rgba(255,255,255,0.6)}
.flowplayer.color-light.fixed-controls .fp-controls{background-color:#fff}
.flowplayer.color-light .fp-volumeslider{background-color:#ddd}
.flowplayer.color-light .fp-volumelevel{background-color:#222}
.flowplayer.color-alt .fp-progress{background-color:#fff}
.flowplayer.color-alt .fp-buffer{background-color:#999}
.flowplayer.color-alt2 .fp-progress{background-color:#900}
.player {margin-bottom: 60px;}
.fp-playlist{position: absolute; bottom: -55px;}
.fp-playlist a {color: #59291F; font-weight: bold; text-decoration: none; padding-left: 15px; background: url("../../img/plus.jpg") no-repeat left center;}