/* =================================
	Carousel CSS
================================= */

div.mainCarousel {
	position:relative;
	cursor:pointer;
}
div.mainCarousel div.outer {
	position:relative;
	overflow:hidden;
	-webkit-transform: translateZ(0);
	background-color:#fff;
}
div.mainCarousel div.outer ul {
	position:absolute;
	display:table;
}
div.mainCarousel div.outer ul.inner li {
	display:table-cell;
	padding-right:0;
}
div.mainCarousel div.outer ul.inner li > span,
div.mainCarousel div.outer ul.inner li > span > a > span,
div.mainCarousel div.outer ul.inner li > span > a,
div.mainCarousel div.outer ul.inner li > span > a img {
	display:block;
}
div.mainCarousel div.outer ul.inner li > span {
	position:relative;
	overflow:hidden;
}
div.mainCarousel div.outer ul.inner li > span > a,
div.mainCarousel div.outer ul.inner li > span > a.thumb > span {
	position:absolute;
}
div.mainCarousel div.outer ul.inner li > span > a {
	text-decoration: none;
}
div.mainCarousel div.outer ul.inner li > span > a.thumb {
	left:0;
	top:0;
	background-position:center center;
	-webkit-touch-callout: none;
	touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag:none;
}
div.mainCarousel div.outer ul.inner li > span > a.thumb img {
	pointer-events: none;
}
div.mainCarousel div.outer ul.inner li > span > a.btnPlayer,
div.mainCarousel div.outer ul.inner li > span > a > span.caption {
	-webkit-animation-duration: 500ms;
	transition-duration: 500ms;
	-webkit-animation-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
div.mainCarousel div.outer ul.inner li > span > a.btnPlayer {
	-webkit-transition-property: bottom;
	transition-property: bottom;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	background-color:#ffec66;
	background-image:-moz-linear-gradient(transparent 50%, #ffe000 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#ffe000),to(#ffe000));
	background-image:-ms-linear-gradient(transparent 50%, #ffe000 50%);
	background-image:linear-gradient(transparent 50%, #ffe000 50%);
	-webkit-box-shadow: hsla(0,0%,0%,1) 0px 0px 5px 1px;
	box-shadow: hsla(0,0%,0%,1) 0px 0px 5px 1px;
}
div.mainCarousel div.outer ul.inner li > span > a > span.caption {
	-webkit-transition-property: bottom;
	transition-property: bottom;
	font-weight:bold;
	color:#fff;
	background-color:hsla(0,0%,0%,0.7);
	width:100%;
	bottom:-30%;
	line-height:1.25;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.mainCarousel div.outer ul.inner li.yes > span > a > span.caption {
	bottom:0;
}


@media all and (min-width: 768px) {

div.mainCarousel {
	width: 980px;
	margin: 0 auto;
}
div.onerror {
	margin: 0 auto 30px;
}
div.mainCarousel div.outer {
	height:360px;
	-webkit-box-shadow: 0 0 10px 1px hsla(207,100%,12%,0.3);
	-moz-box-shadow: 0 0 10px 1px hsla(207,100%,12%,0.3);
	-ms-box-shadow: 0 0 10px 1px hsla(207,100%,12%,0.3);
	box-shadow: 0 0 10px 1px hsla(207,100%,12%,0.3);
}
div.mainCarousel div.outer ul.inner li > span,
div.mainCarousel div.outer ul.inner li > span > a.thumb,
div.mainCarousel div.outer ul.inner li > span > a.thumb img {
	width:640px;
	height:360px;
}
div.mainCarousel div.outer ul.inner li > span > a.btnPlayer,
div.mainCarousel div.outer ul.inner li > span > a > span.caption {
	font-size:83%;
}
div.mainCarousel div.outer ul.inner li > span > a.btnPlayer:hover {
}
div.mainCarousel div.outer ul.inner li > span > a.btnPlayer {
	right:10px;
	bottom:-100px;
	border-radius:16px;
	padding:0 10px 0 4px;
}
div.mainCarousel div.outer ul.inner li.yes > span > a.btnPlayer {
	bottom:6px;
}
div.mainCarousel div.outer ul.inner li > span > a.btnPlayer > span {
	line-height:32px;
	height:32px;
	letter-spacing:1px;
	text-shadow: 0px 0px 3px #b27233;
}
div.mainCarousel div.outer ul.inner li > span > a.btnPlayer > span:before {
	content:"";
	display:block;
	width:26px;
	height:26px;
	float:left;
	background-color:#000;
	margin-top:3px;
	margin-right:8px;
	border-radius:13px;
	background-image:url(/um/v7/img/di2_carousel.svg);
	background-repeat:no-repeat;
	background-position:1px -138px;
}
div.mainCarousel div.outer ul.inner li > span > a > span.caption {
	padding:10px;
}
div.mainCarousel div.outer ul.inner li > span > a:not(:last-child) > span.caption {
	padding-right:125px;
}
}

@media all and (max-width: 767px) {

div.mainCarousel {
}
div.mainCarousel div.outer {
	height:180px;
}

div.mainCarousel div.outer ul.inner li {
	padding-right:0;
}

div.mainCarousel div.outer ul.inner li > span,
div.mainCarousel div.outer ul.inner li > span > a.thumb,
div.mainCarousel div.outer ul.inner li > span > a.thumb img {
	width:320px;
	height:180px;
}

div.mainCarousel div.outer ul.inner li > span > a.thumb {
	background-size:cover;
}

div.mainCarousel div.outer ul.inner li > span > a.btnPlayer,
div.mainCarousel div.outer ul.inner li > span > a > span.caption {
	font-size:75%;
}

div.mainCarousel div.outer ul.inner li > span > a.btnPlayer {
	right:6px;
	bottom:-80px;
	border-radius:16px;
}
div.mainCarousel div.outer ul.inner li.yes > span > a.btnPlayer {
	bottom:5px;
}
div.mainCarousel div.outer ul.inner li > span > a.btnPlayer > span {
	width:32px;
	height:32px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-image:url(/um/v7/img/di2_carousel.svg);
	background-repeat:no-repeat;
	background-position:0 -170px;
}
div.mainCarousel div.outer ul.inner li > span > a > span.caption {
	padding:6px;
}
div.mainCarousel div.outer ul.inner li > span > a:not(:last-child) > span.caption {
	padding-right:54px;
}

}



/*	disc
============================== */

div.mainCarousel ul.ctrl-disc {
	text-align:center;
	/* background-color:hsla(0,0%,100%,0.5); */
}
div.mainCarousel ul.ctrl-disc li {
	display:inline-block;
	width:24px;
}
div.mainCarousel ul.ctrl-disc li a {
	display:inline-block;
	text-decoration:none;
	width:16px;
	height:16px;
	background-color:hsla(0,0%,100%,0.8);
	border-radius:8px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.mainCarousel ul.ctrl-disc li a:hover {
	background-color:#c9f4ff;
}
div.mainCarousel ul.ctrl-disc li a.now {
	background-color:#0073cf;
}
@media all and (min-width: 768px) {
div.mainCarousel ul.ctrl-disc {
	height:56px;
}
div.mainCarousel ul.ctrl-disc li {
	padding-top:20px;
}
}
@media all and (max-width: 767px) {
div.mainCarousel ul.ctrl-disc {
	height:36px;
}
div.mainCarousel ul.ctrl-disc li {
	padding-top:10px;
}
}


/*	arrow
============================== */

div.mainCarousel ul.ctrl-arrow {
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
div.mainCarousel ul.ctrl-arrow li {
	position:absolute;
	top:0;
}
div.mainCarousel ul.ctrl-arrow li.ctrl-lef {
	left:0;
	background-image:-moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background-image:-ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(254,254,254,0)),to(rgba(255,255,255,1)));
	background-image: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1 );	/* IE6-9 */
}
div.mainCarousel ul.ctrl-arrow li.ctrl-rig {
	right:0;
	background-image:-moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background-image:-ms-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(254,254,254,0)),to(rgba(255,255,255,1)));
	background-image: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);	/* IE6-9 */
}
div.mainCarousel ul.ctrl-arrow li a {
	display:block;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
@media all and (min-width: 768px) {

div.mainCarousel ul.ctrl-arrow li {
	width:170px;
}
div.mainCarousel ul.ctrl-arrow li a {
	background-image: url(/um/v7/img/idx/carousel/top2.svg);
	background-repeat:no-repeat;
	background-size: 170px 2261px;
	height:360px;
}
div.mainCarousel ul.ctrl-arrow li.ctrl-lef a {
	background-position: 0 -360px;
}
div.mainCarousel ul.ctrl-arrow li.ctrl-rig a {
	background-size: 170px 2261px;
}
div.mainCarousel ul.ctrl-arrow li.ctrl-lef a:hover {
	background-position: 0 -1080px;
}
div.mainCarousel ul.ctrl-arrow li.ctrl-rig a:hover {
	background-position: 0 -720px;
}

}
@media all and (max-width: 767px) {

div.mainCarousel ul.ctrl-arrow li {
	width:20px;
}
div.mainCarousel ul.ctrl-arrow li a {
	height:180px;
}

}

/*	noscript
============================== */
.noscriptBox span, .noscriptBox span img {
	display: block;
}
.noscriptBox span {
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center center;
	margin:0 auto;
}
@media all and (min-width: 768px) {
.noscriptBox span, .noscriptBox span img {
	width:640px;
	height:360px;
}
}
@media all and (max-width: 767px) {
.noscriptBox span, .noscriptBox span img {
	width:320px;
	height:180px;
}
}


/*	Animation
============================== */

.lazy-done {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
