

/***  tmp\compass\reset  ***/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}




/***  app\assets\stylesheets\css\animate-custom  ***/

/*

Animate.css - http://daneden.me/animate

LICENSED UNDER THE  MIT LICENSE (MIT)



Copyright (c) 2012 Dan Eden



Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:



The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.



THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

*/

/*main_menu unclickable*/


.acti-animated {

	-webkit-animation-fill-mode: both;

	-moz-animation-fill-mode: both;

	-ms-animation-fill-mode: both;

	-o-animation-fill-mode: both;

	animation-fill-mode: both;

	-webkit-animation-duration: 1s;

	-moz-animation-duration: 1s;

	-ms-animation-duration: 1s;

	-o-animation-duration: 1s;

	animation-duration: 1s;

}



@-webkit-keyframes fadeIn {

	0% {opacity: 0;

		}	

	100% {

		

		opacity: 1;}

}



@-moz-keyframes fadeIn {

	0% {opacity: 0;

		}

	100% {

		opacity: 1;}

}



@-o-keyframes fadeIn {

	0% {opacity: 0;

		}	

	100% {

		opacity: 1;}

}



@keyframes fadeIn {

	0% {opacity: 0;

		}	

	100% {

		opacity: 1;}

}



.fadeIn {

	-webkit-animation-name: fadeIn;

	-moz-animation-name: fadeIn;

	-o-animation-name: fadeIn;

	animation-name: fadeIn;

}

@-webkit-keyframes fadeInUp {

	0% {

		opacity: 0;

		-webkit-transform: translateY(20px);

	}

	

	100% {

		opacity: 1;

		-webkit-transform: translateY(0);

	}

}



@-moz-keyframes fadeInUp {

	0% {

		opacity: 0;

		-moz-transform: translateY(20px);

	}

	

	100% {

		opacity: 1;

		-moz-transform: translateY(0);

	}

}



@-o-keyframes fadeInUp {

	0% {

		opacity: 0;

		-o-transform: translateY(20px);

	}

	

	100% {

		opacity: 1;

		-o-transform: translateY(0);

	}

}



@keyframes fadeInUp {

	0% {

		opacity: 0;

		transform: translateY(20px);

	}

	

	100% {

		opacity: 1;

		transform: translateY(0);

	}

}



.fadeInUp {

	-webkit-animation-name: fadeInUp;

	-moz-animation-name: fadeInUp;

	-o-animation-name: fadeInUp;

	animation-name: fadeInUp;

}

@-webkit-keyframes fadeInDown {

	0% {

		opacity: 0;

		-webkit-transform: translateY(-20px);

	}

	

	100% {

		opacity: 1;

		-webkit-transform: translateY(0);

	}

}



@-moz-keyframes fadeInDown {

	0% {

		opacity: 0;

		-moz-transform: translateY(-20px);

	}

	

	100% {

		opacity: 1;

		-moz-transform: translateY(0);

	}

}



@-o-keyframes fadeInDown {

	0% {

		opacity: 0;

		-ms-transform: translateY(-20px);

	}

	

	100% {

		opacity: 1;

		-ms-transform: translateY(0);

	}

}



@keyframes fadeInDown {

	0% {

		opacity: 0;

		transform: translateY(-20px);

	}

	

	100% {

		opacity: 1;

		transform: translateY(0);

	}

}



.fadeInDown {

	-webkit-animation-name: fadeInDown;

	-moz-animation-name: fadeInDown;

	-o-animation-name: fadeInDown;

	animation-name: fadeInDown;

}

@-webkit-keyframes fadeInLeft {

	0% {

		opacity: 0;

		-webkit-transform: translateX(-20px);

	}

	

	100% {

		opacity: 1;

		-webkit-transform: translateX(0);

	}

}



@-moz-keyframes fadeInLeft {

	0% {

		opacity: 0;

		

		-moz-transform: translateX(-20px);

	}

	

	100% {

		opacity: 1;

		-moz-transform: translateX(0);

	}

}



@-o-keyframes fadeInLeft {

	0% {

		opacity: 0;

		-o-transform: translateX(-20px);

	}

	

	100% {

		opacity: 1;

		-o-transform: translateX(0);

	}

}



@keyframes fadeInLeft {

	0% {

		opacity: 0;

		transform: translateX(-20px);

	}

	

	100% {

		opacity: 1;

		transform: translateX(0);

	}

}



.fadeInLeft {

	-webkit-animation-name: fadeInLeft;

	-moz-animation-name: fadeInLeft;

	-o-animation-name: fadeInLeft;

	animation-name: fadeInLeft;

}

@-webkit-keyframes fadeInRight {

	0% {

		opacity: 0;

		-webkit-transform: translateX(20px);

	}

	

	100% {

		opacity: 1;

		-webkit-transform: translateX(0);

	}

}



@-moz-keyframes fadeInRight {

	0% {

		opacity: 0;

		-moz-transform: translateX(20px);

	}

	

	100% {



		opacity: 1;

		-moz-transform: translateX(0);

	}

}



@-o-keyframes fadeInRight {

	0% {

		opacity: 0;

		-o-transform: translateX(20px);

	}

	

	100% {

		opacity: 1;

		-o-transform: translateX(0);

	}

}



@keyframes fadeInRight {

	0% {

		opacity: 0;

		

		transform: translateX(20px);

	}

	

	100% {

		

		

		opacity: 1;

		transform: translateX(0);

	}

}



.fadeInRight {

	-webkit-animation-name: fadeInRight;

	-moz-animation-name: fadeInRight;

	-o-animation-name: fadeInRight;

	animation-name: fadeInRight;

}

@-webkit-keyframes fadeOut {

	0% {

		opacity: 1;}

	100% {opacity: 0;

		}

}



@-moz-keyframes fadeOut {

	0% {

		

		opacity: 1;}

	100% {opacity: 0;

		}

}



@-o-keyframes fadeOut {

	0% {

		

		opacity: 1;}

	100% {opacity: 0;

		}

}



@keyframes fadeOut {

	0% {

		opacity: 1;}

	100% {opacity: 0;

		}

}



.fadeOut {

	-webkit-animation-name: fadeOut;

	-moz-animation-name: fadeOut;

	-o-animation-name: fadeOut;

	animation-name: fadeOut;

}

@-webkit-keyframes fadeOutDown {

	0% {

		

		

		opacity: 1;

		-webkit-transform: translateY(0);

	}

	

	100% {

		opacity: 0;

		-webkit-transform: translateY(20px);

	}

}



@-moz-keyframes fadeOutDown {

	0% {

		

		

		opacity: 1;

		-moz-transform: translateY(0);

	}

	

	100% {

		opacity: 0;

		

		-moz-transform: translateY(20px);

	}

}



@-o-keyframes fadeOutDown {

	0% {

		

		

		opacity: 1;

		-o-transform: translateY(0);

	}

	

	100% {

		opacity: 0;

		

		-o-transform: translateY(20px);

	}

}



@keyframes fadeOutDown {

	0% {

		

		

		opacity: 1;

		transform: translateY(0);

	}

	

	100% {

		opacity: 0;

		

		transform: translateY(20px);

	}

}



.fadeOutDown {

	-webkit-animation-name: fadeOutDown;

	-moz-animation-name: fadeOutDown;

	-o-animation-name: fadeOutDown;

	animation-name: fadeOutDown;

}



@-webkit-keyframes fadeOutUp {

	0% {

		opacity: 1;

		-webkit-transform: translateY(0);

	}

	

	100% {

		opacity: 0;

		-webkit-transform: translateY(-20px);

	}

}



@-moz-keyframes fadeOutUp {

	0% {

		

		

		opacity: 1;

		-moz-transform: translateY(0);

	}

	

	100% {

		opacity: 0;

		

		-moz-transform: translateY(-20px);

	}

}



@-o-keyframes fadeOutUp {

	0% {

		

		

		opacity: 1;

		-o-transform: translateY(0);

	}

	

	100% {

		opacity: 0;

		

		-o-transform: translateY(-20px);

	}

}



@keyframes fadeOutUp {

	0% {

		

		

		opacity: 1;

		transform: translateY(0);

	}

	

	100% {

		opacity: 0;

		

		transform: translateY(-20px);

	}

}



.fadeOutUp {

	-webkit-animation-name: fadeOutUp;

	-moz-animation-name: fadeOutUp;

	-o-animation-name: fadeOutUp;

	animation-name: fadeOutUp;

}



@-webkit-keyframes fadeOutLeft {

	0% {

		

		

		opacity: 1;

		-webkit-transform: translateX(0);

	}

	

	100% {

		opacity: 0;

		

		-webkit-transform: translateX(-20px);

	}

}



@-moz-keyframes fadeOutLeft {

	0% {

		

		

		opacity: 1;

		-moz-transform: translateX(0);

	}

	

	100% {

		opacity: 0;

		

		-moz-transform: translateX(-20px);

	}

}



@-o-keyframes fadeOutLeft {

	0% {

		

		

		opacity: 1;

		-o-transform: translateX(0);

	}

	

	100% {

		opacity: 0;

		

		-o-transform: translateX(-20px);

	}

}



@keyframes fadeOutLeft {

	0% {

		

		

		opacity: 1;

		transform: translateX(0);

	}

	

	100% {

		opacity: 0;

		

		transform: translateX(-20px);

	}

}



.fadeOutLeft {

	-webkit-animation-name: fadeOutLeft;

	-moz-animation-name: fadeOutLeft;

	-o-animation-name: fadeOutLeft;

	animation-name: fadeOutLeft;

}

@-webkit-keyframes fadeOutRight {

	0% {

		

		

		opacity: 1;

		-webkit-transform: translateX(0);

	}

	

	100% {

		opacity: 0;

		

		-webkit-transform: translateX(20px);

	}

}



@-moz-keyframes fadeOutRight {

	0% {

		

		

		opacity: 1;

		-moz-transform: translateX(0);

	}

	

	100% {

		opacity: 0;

		

		-moz-transform: translateX(20px);

	}

}



@-o-keyframes fadeOutRight {

	0% {

		

		

		opacity: 1;

		-o-transform: translateX(0);

	}

	

	100% {

		opacity: 0;

		

		-o-transform: translateX(20px);

	}

}



@keyframes fadeOutRight {

	0% {

		opacity: 1;

		transform: translateX(0);

	}

	

	100% {

		opacity: 0;

		transform: translateX(20px);

	}

}



.fadeOutRight {

	-webkit-animation-name: fadeOutRight;

	-moz-animation-name: fadeOutRight;

	-o-animation-name: fadeOutRight;

	animation-name: fadeOutRight;

}



.reflect{

    -webkit-transform: scaleX(-1);

    -o-transform: scaleX(-1);

    -moz-transform: scaleX(-1);

    transform: scaleX(-1);

    filter: FlipH;

    -ms-filter: "FlipH";

}






/***  app\assets\stylesheets\css\mediaelementplayer  ***/

.mejs-offscreen{
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
	position: absolute !important;
	top: -10000px;
	left: -10000px;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.mejs-container:focus { 
	outline: none; 
}

.me-plugin {
	position: absolute;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(../img/bigplay.png) no-repeat;
}

.no-svg .mejs-overlay-button {
	background-image: url(../img/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px ;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(../img/background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(../img/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(../img/background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(../img/controls.png) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
	background-image: url(../img/controls.png);
}

	/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 10px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
	background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(../img/background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
	height: 26px;
	width: 56px;
	position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -51px;
	width: 85px;
	height: 100px;
	background: url(../img/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 55px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(../img/background.png);
	background: rgba(20, 20, 20, 0.5);
	white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(../img/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */


/* Start: Speed */
div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	display: none;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(../img/background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	display: block;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: rgba(33, 248, 248, 1);
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin: 0 0 6px 0;
	padding: 0 10px;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: rgb(200, 200, 200) !important;
	background-color: rgba(255,255,255,.4) !important;
}
/* End: Speed */

/* Start: Jump Forward */

.mejs-controls .mejs-button.mejs-jump-forward-button {
	background: transparent url(../img/jumpforward.png) no-repeat;
	background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-jump-forward-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #ffffff;
}

/* End: Jump Forward */

/* Start: Skip Back */

.mejs-controls .mejs-button.mejs-skip-back-button {
	background: transparent url(../img/skipback.png) no-repeat;
	background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #ffffff;
}

/* End: Skip Back */




/***  tmp\compass\desktop  ***/

@charset "UTF-8";html,button,input,select,textarea{color:#222}body{font-size:1em;line-height:1.4}::-moz-selection,::selection{background:transparent;text-shadow:none}:-webkit-full-screen body,:-moz-full-screen body{width:100%;height:100%}hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc}img{vertical-align:middle}fieldset{margin:0;padding:0;border:0}textarea{resize:vertical}.ir{overflow:hidden;border:0;background-color:transparent;*text-indent:-9999px}.ir:before{display:block;width:0;height:100%;content:""}.hidden{display:none !important;visibility:hidden}.visuallyhidden{position:absolute;overflow:hidden;clip:rect(0, 0, 0, 0);margin:-1px;padding:0;width:1px;height:1px;border:0}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{position:static;overflow:visible;clip:auto;margin:0;width:auto;height:auto}.invisible{visibility:hidden}.clearfix{*zoom:1}.clearfix:before{display:table;content:" "}.clearfix:after{display:table;content:" ";clear:both}.w10{width:10%}.w20{width:20%}.w30{width:30%}.w40{width:40%}.w50{width:50%}.w60{width:60%}.w70{width:70%}.w80{width:80%}.w90{width:90%}.w100{width:100%}.ml10{margin-left:10px}.ml20{margin-left:20px}.ml30{margin-left:30px}.ml40{margin-left:40px}.ml50{margin-left:50px}.ml60{margin-left:60px}.ml70{margin-left:70px}.ml80{margin-left:80px}.ml90{margin-left:90px}.mr10{margin-right:10px}.mr20{margin-right:20px}.mr30{margin-right:30px}.mr40{margin-right:40px}.mr50{margin-right:50px}.mr60{margin-right:60px}.mr70{margin-right:70px}.mr80{margin-right:80px}.mr90{margin-right:90px}input,select,textarea,input{font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",Osaka,"MS P Gothic",sans-serif;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;color:#555;display:inline-block;font-size:13px;line-height:18px;padding:4px;min-height:18px;-webkit-transition:border linear,box-shadow linear;-webkit-transition-delay:0.2s,0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input:focus,textarea:focus{border-color:rgba(82,168,236,0.8);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset,0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset,0 0 8px rgba(82,168,236,0.6);box-shadow:0 1px 3px rgba(0,0,0,0.1) inset,0 0 8px rgba(82,168,236,0.6);color:#333;outline:0 none}.acti-btn{font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",Osaka,"MS P Gothic",sans-serif;font-size:13px;color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);text-decoration:none;cursor:pointer;display:inline-block;padding:4px 14px;line-height:23px;background-repeat:no-repeat;background-image:-webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);background-image:-moz-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);background-image:-o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);background-image:linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);background-color:#e6e6e6;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 0px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 0px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 0px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all}.acti-btn:hover{background-position:0px -30px;color:#333;text-decoration:none}.acti-sprite,.acti-icon.acti-few,.acti-icon.acti-few_last,.acti-icon.acti-rew,.acti-icon.acti-rew-last,.acti-icon.acti-zoom_in,.acti-icon.acti-zoom_out,.acti-icon.acti-help,.acti-icon.acti-menu,.acti-icon.acti-list{background-image:url('../img/sprites/acti-sc80a586624.png');background-repeat:no-repeat}.mobile-sprite,.mobile-closer-active,.mobile-closer-deactive,.mobile-opener-deactive,.mobile-search-active,.mobile-search-deactive,.mobile-section-titles-active,.mobile-section-titles-deactive,.mobile-thumbnail-active,.mobile-thumbnail-deactive{background-image:url('../img/sprites/mobile-s82e837cdcc.png');background-repeat:no-repeat}.triangle-sprite,.acti-arrow,.acti-arrow:hover,.acti-arrow.active,.acti-arrow.active:hover{background-image:url('../img/sprites/triangle-sed9b882df8.png');background-repeat:no-repeat}.plusminus-sprite{background-image:url('../img/sprites/plusminus-s4012a03e56.png');background-repeat:no-repeat}.acti-sprite,.acti-icon.acti-few,.acti-icon.acti-few_last,.acti-icon.acti-rew,.acti-icon.acti-rew-last,.acti-icon.acti-zoom_in,.acti-icon.acti-zoom_out,.acti-icon.acti-help,.acti-icon.acti-menu,.acti-icon.acti-list{background-size:36px 324px}.acti-icon{display:block;width:36px;height:36px;text-indent:-999em}.acti-icon.acti-few{background-position:0 0}.acti-icon.acti-few_last{background-position:0 -36px}.acti-icon.acti-rew{background-position:0 -180px}.acti-icon.acti-rew-last{background-position:0 -216px}.acti-icon.acti-zoom_in{background-position:0 -252px}.acti-icon.acti-zoom_out{background-position:0 -288px}.acti-icon.acti-help{background-position:0 -72px}.acti-icon.acti-menu{background-position:0 -144px}.acti-icon.acti-list{background-position:0 -108px}.mobile-closer-active{background-position:0 0}.mobile-closer-deactive{background-position:0 -30px}.mobile-opener-deactive{background-position:0 -60px}.mobile-search-active{background-position:0 -90px}.mobile-search-deactive{background-position:0 -120px}.mobile-section-titles-active{background-position:0 -150px}.mobile-section-titles-deactive{background-position:0 -180px}.mobile-thumbnail-active{background-position:0 -210px}.mobile-thumbnail-deactive{background-position:0 -240px}.acti-header-container{position:absolute;top:0px;left:0px;width:100%;background:rgba(0,0,0,0.5);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}h1.acti-title{margin:0px;padding:5px;color:#fff;text-align:center;text-shadow:none;font-size:1em}.acti-global-nav01{position:relative;width:980px;line-height:1em;margin:0 auto}.acti-global-nav01 ul{margin:0 auto;padding:0;width:auto;list-style:none;text-align:center}.acti-global-nav01 ul li{display:inline-block;text-indent:-999em;padding:1em 0em;text-align:center}.acti-global-nav01 ul li a{margin:0 auto;color:#333;text-decoration:none;font-size:14px}.acti-global-nav01 ul li:hover{text-decoration:underline}.acti-menu-main{width:100%;margin:0 auto}.acti-menu-main li{margin-right:1em}.acti-global-nav01 a{display:block}.acti-global-nav01 a:active{opacity:0.5}.acti-footer-container{position:absolute;bottom:0;left:0;width:100%;height:auto;background-color:rgba(0,0,0,0.5);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.menu_others{position:absolute;top:0px;right:0px;width:200px}.menu_others ul{float:right;margin:0em 1em}.acti-sideblock{position:fixed;top:50px;bottom:86px;left:0;width:300px;margin-left:-300px;z-index:10000}.acti-sideblock *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.acti-sidewrap>div{height:100%}.acti-sidewrap{width:100%;height:100%;position:relative}.acti-sidewrap.open{margin-left:0px}.acti-sidewrap .acti-opener{width:30px;height:100px;position:absolute;right:-30px;top:0;background-color:rgba(0,0,0,0.2);border-radius:0px 5px 5px 0px}.acti-sidewrap .acti-opener:active{opacity:0.5}.acti-sidewrap .acti-opener a{width:30px;height:100px;border-radius:0px 5px 5px 0px;display:block;padding-top:12px}.acti-sidewrap-inner{height:100%;margin:0 auto;padding:1em 0.5em;background-color:rgba(0,0,0,0.5);background-image:url(../img/noise_bg.png);text-align:center}ul.acti-button-bar{position:relative;top:0;left:0;display:inline-block;margin:0 0 10px;padding:0;border:0 none;background:none repeat scroll 0 center transparent;font-size:0}ul.acti-button-bar li{position:relative;top:0;left:0;display:inline-block;margin:0 -1px 0 0;padding:0;width:33%;background:url(../img/gradient_mat.png) repeat-x top;font-size:0;line-height:100%}ul.acti-button-bar li:first-of-type,ul.acti-button-bar li:first-of-type a{-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;border-left:0}ul.acti-button-bar li:last-of-type,ul.acti-button-bar li:last-of-type a{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box}ul.acti-button-bar li.acti-tabs-selected a,ul.acti-button-bar li.acti-tabs-selected a:hover{background-color:#544c4b;color:#fff;text-shadow:none;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.9) inset;-moz-box-shadow:0 2px 4px rgba(0,0,0,0.9) inset;box-shadow:0 2px 4px rgba(0,0,0,0.9) inset}ul.acti-button-bar li a{position:relative;top:0;left:0;display:inline-block;margin:0;padding:10px 0px;width:100%;color:#666;vertical-align:middle;text-decoration:none;text-shadow:0 1px 0 #fff;font-weight:normal;font-size:15px;line-height:100%;border-left:solid 1px #ccc}ul.acti-button-bar li a:active{background-color:#bbb;-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.2) inset,0 -10px 20px rgba(0,0,0,0.07) inset;-moz-box-shadow:0 3px 5px rgba(0,0,0,0.2) inset,0 -10px 20px rgba(0,0,0,0.07) inset;box-shadow:0 3px 5px rgba(0,0,0,0.2) inset,0 -10px 20px rgba(0,0,0,0.07) inset;color:#fff}ul.acti-button-bar li a .icon{position:relative;top:-1px;left:0;margin:-5px 0}.acti-thumbnails{position:relative;font-size:0}.acti-thumbnails .acti-thumbox{margin:24px 0;clear:both;overflow:hidden;*zoom:1}.acti-thumbnails .acti-thumbox:first-of-type{margin-top:0}.acti-thumbnails .acti-thumbox:last-of-type{margin-bottom:0}.acti-thumbnails .acti-thumbox article.page{display:inline-block;width:50%;min-height:30px}.acti-thumbnails .acti-thumbox img{max-height:150px}.acti-thumbnails.acti-direction-ltr .acti-thumbox article:first-of-type{float:left;text-align:right}.acti-thumbnails.acti-direction-ltr .acti-thumbox article:last-of-type{float:right;text-align:left}.acti-thumbnails.acti-direction-rtl .acti-thumbox article:first-of-type{float:right;text-align:left}.acti-thumbnails.acti-direction-rtl .acti-thumbox article:last-of-type{float:left;text-align:right}.acti-tabs{height:100%}.acti-tabs .acti-tab-content-pane{position:relative}.acti-tabs .acti-tab-content-pane .acti-tab{position:absolute;top:0;width:100%;height:100%;visibility:hidden}.acti-tabs .acti-tab-content-pane .acti-tab>*{height:100%}.acti-tabs .acti-tab-content-pane .acti-tab.acti-tab-show{visibility:visible}.acti-arrow{background-position:0 -15px;cursor:pointer;display:block;float:left;height:15px;margin-top:11px;width:15px}.acti-arrow:hover{background-position:0 0}.acti-arrow.active{background-position:0 -45px}.acti-arrow.active:hover{background-position:0 -30px}.acti-list-view{margin:0px 0px;padding:0;color:#fff;list-style:none;text-align:left;display:block}.acti-list-view.collapsed{display:none}.acti-list-view ul{list-style:none outside none;padding-left:20px}.acti-list-view li{clear:both;overflow:hidden;*zoom:1}.acti-list-view li>a,.acti-list-view li>span{padding:10px 0px;margin-left:15px;display:block;border-top:solid 1px #a5a5a5;-webkit-box-shadow:inset 0px 1px 0 #333;-moz-box-shadow:inset 0px 1px 0 #333;box-shadow:inset 0px 1px 0 #333}.acti-list-view li>a{color:#fff;text-decoration:none;word-break:break-all;word-wrap:break-word}.acti-list-view:not(.acti-nested)>li:first-of-type>a,.acti-list-view:not(.acti-nested)>li:first-of-type span{border-top:hidden;-webkit-box-shadow:0px 0px 5px transparent;-moz-box-shadow:0px 0px 5px transparent;box-shadow:0px 0px 5px transparent}.acti-search-box{padding:5px 0px 10px 2px;width:100%;text-align:left;white-space:nowrap}.acti-search-box>*{vertical-align:middle;line-height:16px;height:30px}.acti-search-box .acti-btn{margin:0px;font-size:16px;text-align:center}.acti-search-box .acti-btn:disabled{color:#888;text-decoration:none;background-image:none}.acti-search-box .acti-search-keyword{width:70%}.acti-match-span{background-color:#06c}.acti-matched-marks mark.acti-matched{position:absolute;display:block;background-color:green;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);opacity:0.2}.acti-matched-marks mark.acti-matched.acti-selected{background-color:red}.spin-search{width:100%}.acti-scroll-pane{width:100%;clear:both}.acti-scroll-pane .viewport{width:90%;height:100%;overflow:hidden;position:relative}.acti-scroll-pane .overview{list-style:none;position:absolute;left:0;top:0;width:100%}.acti-scroll-pane .thumb .end,.acti-scroll-pane .thumb{background-color:#f65b40}.acti-scroll-pane .scrollbar{position:relative;float:right;width:15px}.acti-scroll-pane .track{background-color:#aaa;height:100%;width:13px;position:relative;padding:0 1px}.acti-scroll-pane .thumb{height:20px;width:13px;cursor:pointer;overflow:hidden;position:absolute;top:0}.acti-scroll-pane .thumb .end{overflow:hidden;height:5px;width:13px}.acti-scroll-pane .disable{display:none}.noSelect{-moz-user-select:-moz-none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.tipsy{padding:5px;font-size:18px;position:absolute;z-index:100000}.tipsy-inner{padding:5px 8px 4px;background-color:#000;color:#fff;max-width:200px;text-align:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.tipsy-arrow{position:absolute;background:url("../img/tipsy.gif") no-repeat top left;width:9px;height:5px}.tipsy-n .tipsy-arrow{top:0;left:50%;margin-left:-4px}.tipsy-nw .tipsy-arrow{top:0;left:10px}.tipsy-ne .tipsy-arrow{top:0;right:10px}.tipsy-s .tipsy-arrow{bottom:0;left:50%;margin-left:-4px;background-position:bottom left}.tipsy-sw .tipsy-arrow{bottom:0;left:10px;background-position:bottom left}.tipsy-se .tipsy-arrow{bottom:0;right:10px;background-position:bottom left}.tipsy-e .tipsy-arrow{top:50%;margin-top:-4px;right:0;width:5px;height:9px;background-position:top right}.tipsy-w .tipsy-arrow{top:50%;margin-top:-4px;left:0;width:5px;height:9px}html{height:100%}body{height:100%;width:100%;min-height:100%;background-color:#efefef}body *{-moz-user-select:-moz-none;-webkit-user-select:none;-ms-user-select:none;user-select:none}body input{-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}body>.ember-view{width:100%;height:100%}#acti-main-contents{width:100%;height:100%}#actibook{width:100%;height:100%}#actibook .book{margin:0;font-size:100%;overflow:hidden}#actibook .book-wrapper{width:100%;height:100%;font-size:30px}.link-group div{position:absolute;opacity:0.2}.link-group a{display:block;width:100%;height:100%}.acti-overlay-bar{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;z-index:-1}.acti-overlay-bar.animated.fadeInUp,.acti-overlay-bar.animated.fadeInDown{z-index:10000}.acti-overlay-bar.acti-opened{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;z-index:10000}.link-div{display:none;position:absolute}.link-all{position:absolute;top:0;left:0}.audio-play{display:none;position:absolute;text-align:center;height:30px;bottom:10px;z-index:9518}.audio-div{display:inline-block;margin:0 auto}.audio-play .close-button{cursor:pointer;background:linear-gradient(#1e1e1e,#070707);box-sizing:border-box;display:inline-block;width:30px;height:30px;vertical-align:top}.audio-play .close-button img{display:block;width:14px;height:14px;margin:8px}#acti-main-contents nav{display:none;top:0;position:fixed;width:50px;height:100%;background-color:gray;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}#acti-main-contents nav.to-left{left:0}#acti-main-contents nav.to-right{right:0}#acti-main-contents nav a{display:block;width:100%;height:100%}#acti-main-contents nav span{display:none;position:absolute;width:36px;height:36px;top:50%;left:50%;margin:-16px 0 0 -16px}#acti-main-contents.zoom nav:not(.disabled){display:block}#acti-main-contents.zoom nav:not(.disabled):hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);opacity:0.2}#acti-main-contents.zoom nav:not(.disabled):hover span{display:block}.acti-viewport{width:100%;height:100%;overflow:hidden}.loading-initapp{position:absolute;top:50%;left:50%;margin-top:-45px;margin-left:-45px;z-index:99999;width:90px;height:90px}.circle{border:5px solid rgba(96,230,140,0.9);opacity:0.9;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0);border-radius:50px;width:50px;height:50px;margin:0 auto;-moz-animation:spinPulse 1s infinite ease-in-out;-webkit-animation:spinPulse 1s infinite linear}.circle1{border:5px solid rgba(96,230,140,0.9);opacity:0.9;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-radius:50px;width:30px;height:30px;margin:0 auto;position:relative;top:-50px;-moz-animation:spinoffPulse 1s infinite linear;-webkit-animation:spinoffPulse 1s infinite linear}@-moz-keyframes spinPulse{0%{-moz-transform:rotate(160deg);opacity:0}50%{-moz-transform:rotate(145deg);opacity:1}100%{-moz-transform:rotate(-320deg);opacity:0}}@-moz-keyframes spinoffPulse{0%{-moz-transform:rotate(0deg);opacity:1}100%{-moz-transform:rotate(360deg);opacity:0}}@-webkit-keyframes spinPulse{0%{-webkit-transform:rotate(160deg);opacity:0}50%{-webkit-transform:rotate(145deg);opacity:1}100%{-webkit-transform:rotate(-320deg);opacity:0}}@-webkit-keyframes spinoffPulse{0%{-webkit-transform:rotate(0deg);opacity:1}100%{-webkit-transform:rotate(360deg);opacity:0}}body{font-family:"メイリオ",Meiryo,"MS Pゴシック","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;background:#efefef}:-webkit-full-screen body{width:100%;height:100%}:-moz-full-screen body{width:100%;height:100%}.chromeframe{margin:0.2em 0;padding:0.2em 0;background:#ccc;color:#000}div.img-cover{width:100%;height:100%;opacity:0.5;background-color:#fff;position:absolute}img.p-tmp{height:100%;width:100%;-webkit-transform:matrix(-1, 0, 0, 1, 0, 0);-moz-transform:matrix(-1, 0, 0, 1, 0, 0);transform:matrix(-1, 0, 0, 1, 0, 0)}




/***  app\assets\stylesheets\css\application  ***/

/**








 */
 /*10606*/

.acti-thumbnails a.acti-current img {
border: solid 2px #f43d10;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
