/* Copyright (c) CuckooThemes
* Author: CuckooThemes
* Url: http://cuckoothemes.com
* Version: 1.0.0
* Create: 2013.01.31
*/

#cuckoo-lightbox {  
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 8010; 
}
#cuckoo-lightbox-wrap {  
	background: rgba(0, 0, 0, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000)";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2; 
	width:100%;
	height:100%;
}

#cuckoo-lightbox-container{
	position:absolute;
	top:50%;
	left:50%;
	height:50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	z-index:2;
	/*
	background: none repeat scroll 0 0 #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.6);
	padding:5px;
	*/
}

li.img-container .img-title {
	display:none;
	z-index: 10;
}

li.img-container .img-title.stnd-title {
	padding: 5px 5px 10px;
	position:relative;
}

li.img-container .img-title.ins-title{
	bottom: 4px;
    padding: 5px;
    position: absolute;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000)";
}

li.img-container .img-title.outs-title{
    margin:10px auto 0;
    position: absolute;
	padding: 0 5px;
	color: #fff;
	background: transparent;
	text-align:center;
}

li.img-container .img-title.outs-title span{
	/*
	background: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
	border:3px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
	*/
	padding: 5px 10px;
	display: inline-block; 
}

li.img-container .img-title.slide-title{
	position: absolute;
	top: 10px;
	left:10px;
	font-size:25px;
	color:#fff;
	overflow:hidden;
}
li.img-container .img-title.slide-title span{
	display:table-cell;
	position:relative;
}
li.img-container .img-title.slide-title span.middle{
	vertical-align:middle;
}
li.img-container .img-title.slide-title span.top{
	vertical-align:top;
}
li.img-container .img-title.slide-title span.bottom{
	vertical-align:bottom;
}

ul#cuckoo-image-content{
    margin: 0;
    padding: 0;
    position: relative;
}

ul#cuckoo-image-content li.img-container .img-single{
	position:relative;
	z-index:1;
	display: none;
	width:auto;
	height:auto;
}

li.img-container { 
	list-style: none outside none; 
	position: absolute;
}

div.cuckoo-navigation, div.cuckoo-another-elements{

}

/* buttons */

.cuckoo-navigation.player  {
	width:148px;
	height:40px;
	top:-38px;
	left:50%;
	margin-left:-74px;
	position: absolute;
}
.cuckoo-navigation.player .cuckoo-player {
	background:url(https://f2fenglish.jp/wp-content/themes/cuckoobizz/images/img/play.png) 0 0 no-repeat;
	width:34px;
	height:34px;
	top:0;
	left:38px;
	cursor:pointer;
	position: absolute;
	z-index:10000;
	display:none;
}
.cuckoo-navigation.player .cuckoo-player.paused {
	background:url(https://f2fenglish.jp/wp-content/themes/cuckoobizz/images/img/pause.png) 0 0 no-repeat;
	width:34px;
	height:34px;
	top:0;
	right:38px;
	cursor:pointer;
	position: absolute;
	z-index:10000;
	display:none;
}
.cuckoo-navigation.player .cuckoo-next {
	background:url(https://f2fenglish.jp/wp-content/themes/cuckoobizz/images/img/forward.png) 0 0 no-repeat;
	width:34px;
	height:34px;
	top:0;
	right:38px;
	cursor:pointer;
	position: absolute;
	z-index:10000;
	display:none;
}
.cuckoo-navigation.player .cuckoo-previous {
	background:url(https://f2fenglish.jp/wp-content/themes/cuckoobizz/images/img/rewind.png) 0 0 no-repeat;
	width:34px;
	height:34px;
	top:0;
	left:0;
	cursor:pointer;
	position: absolute;
	z-index:10000;
	display:none;
}

.cuckoo-navigation.player .close-lightbox {
	display:none;
	position:absolute;
	top:0;
	right:0;
	z-index:10000;
	background: url(https://f2fenglish.jp/wp-content/themes/cuckoobizz/images/img/close-play.png) no-repeat;
	width:34px;
	height:34px;
	cursor:pointer;
}

.cuckoo-navigation.single .cuckoo-next {
	z-index:10000;
	display:none;
	background: url(../images/arrow-right-blog.png) no-repeat 54% 50%; 
	cursor:pointer; 
	width:60px; 
	height:60px; 
	position:absolute; 
	top:50%; 
	right:0; 
	margin-top:-30px;
	opacity: 0;
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}
.cuckoo-navigation.single .cuckoo-previous {
	background: url(../images/arrow-left-blog.png) no-repeat 42% 50%;
	z-index:10000;
	display:none;
	cursor:pointer; 
	width:60px; 
	height:60px; 
	position:absolute; 
	top:50%; 
	left:0; 
	margin-top:-30px;
	opacity: 0;
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
	opacity: 0; 
	-webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

#cuckoo-lightbox-container:hover .cuckoo-navigation.single .cuckoo-previous,
#cuckoo-lightbox-container:hover .cuckoo-navigation.single .cuckoo-next { 
	opacity: 0.6;
	-khtml-opacity: 0.6; 
	-moz-opacity: 0.6; 
	opacity: 0.6; 
}

#cuckoo-lightbox-container:hover .cuckoo-navigation.single .cuckoo-next:hover, 
#cuckoo-lightbox-container:hover .cuckoo-navigation.single .cuckoo-previous:hover { 
	opacity: 1;
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
	opacity: 1; }

.close-lightbox {
	display:none;
	position:absolute;
	top:-30px;
	right:0;
	z-index:10000;
	background: url(../images/img/close.png) no-repeat;
	width:18px;
	height:18px;
	cursor:pointer;
}

/* Preloader *
.cuckoo-another-elements  .cuckooLoading {
	background:url(../images/img/loading.png) no-repeat 0 0 transparent; 
	background-size:60px 60px; 
	display: block;  
	height: 60px; 
	left: 50%; 
	margin: -30px 0 0 -30px; 
	position: absolute; 
	top: 50%; 
	width: 60px;
	z-index: 100;
}
*/