/* -------------- デザインサンプルページ -------------- */
a,
label {
	background-color: transparent;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pc-only {
	display: none !important;
}

input {
    display: none;
}

.slide img {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
}


@media screen and (min-width: 1000px) {
	.pc-only {
		display: block !important;
	}
}

h2.h2-page-tit {
	margin: 0 0 25px;
	padding: 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	background: #56b329;
}

@media screen and (min-width: 641px) {
	h2.h2-page-tit {
		font-size: 1.4em;
	}
}

.fade-nav-wrap,
.slide-nav-wrap,
.manual-slide-nav-wrap,
.gallery-nav-wrap {
	width: 100%;
	padding: 20px;
	border: 1px solid #56b329;
}

.fade-nav-wrap {
	margin: 0 0 15px;
}

@media screen and (min-width: 641px) {
	.fade-nav-wrap {
		width: 49%;
		float: left;
		margin: 0;
	}
	.slide-nav-wrap {
		width: 49%;
		float: right;
	}
}

h3.nav-tit {
	margin: 0 0 2px;
	color: #56b329;
    border-bottom: 1px solid #56b329;
}

.manual-slide-nav-wrap ul,
.gallery-nav-wrap ul  {
	display: flex;
    flex-wrap: wrap;
}

.fade-nav-wrap ul li,
.slide-nav-wrap ul li,
.manual-slide-nav-wrap ul li,
.gallery-nav-wrap ul li {
    padding-left: 0.8em;
	text-indent: -0.8em;
	border-bottom: 1px dotted #56b329;
}

.manual-slide-nav-wrap ul li,
.gallery-nav-wrap ul li {
	width: 100%;
}

@media screen and (min-width: 641px) {
	.manual-slide-nav-wrap ul li,
	.gallery-nav-wrap ul li {
		width: 49%;
		margin-right: 2%;
	}
	.manual-slide-nav-wrap ul li:nth-of-type(2n),
	.gallery-nav-wrap ul li:nth-of-type(2n) {
		margin-right: 0;
	}
}

.fade-nav-wrap ul li:last-child,
.slide-nav-wrap ul li:last-child {
	border-bottom: none;
}

.fade-nav-wrap ul li a,
.slide-nav-wrap ul li a,
.manual-slide-nav-wrap ul li a,
.gallery-nav-wrap ul li a {
	padding: 8px 0;
	color: #808080;
	font-size: 0.9em;
	text-decoration: none;
}

.fade-nav-wrap ul li:last-child > a,
.slide-nav-wrap ul li:last-child > a {
	padding: 8px 0 0;
}

.fade-nav-wrap ul li a:hover,
.slide-nav-wrap ul li a:hover,
.manual-slide-nav-wrap ul li a:hover,
.gallery-nav-wrap ul li a:hover {
	color: #56b329;
}

.fade-nav-wrap ul li a span.arrow,
.slide-nav-wrap ul li a span.arrow,
.manual-slide-nav-wrap ul li a span.arrow,
.gallery-nav-wrap ul li a span.arrow {
	color: #56b329;
}

.fade-nav-wrap ul li a span.note,
.slide-nav-wrap ul li a span.note,
.manual-slide-nav-wrap ul li a span.note,
.gallery-nav-wrap ul li a span.note {
	display: block;
    padding-left: 1em;
    font-size: 0.9em;
}

h2.h2-sample,
h3.h3-sample {
	margin: 0 0 15px;
	padding: 2px 0 2px 12px;
	color: #808080;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	border-left: 4px solid #56b329;
}

section{
    margin: 0 auto;
    max-width: 100%;
    width: 1200px;
}



/*
@media only screen and (max-width: 1050px) {

section{
	width:90%;
}

}
*/


@media only screen and (max-width: 590px) {

section{
	width:100%;
}

}



@media screen and (min-width: 641px) {
	h2.h2-sample,
	h3.h3-sample {
		font-size: 1.4em;
	}
	section{
		bottom: 60px;
	}
}


p.p-sample {
	margin: 0 0 15px;
	padding: 6px;
	color: #808080;
	font-size: 0.9em;
	line-height: 1.4em;
	border: 1px dotted #56b329;
}

@media screen and (min-width: 641px) {
	p.p-sample {
		margin: 0 0 20px;
	}
}

p.to-demo {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: right;
}

@media screen and (min-width: 641px) {
	p.to-demo {
		clear: both;
		font-size: 1em;
	}
}

p.to-demo a {
	color: #56b329;
	text-decoration: none;
}

p.to-demo a:hover {
	color: #a2dd86;
}

/* ----------------------------------------
　　　手動スライドショー
---------------------------------------- */


/* ----- #manual-slide06 ----- */

/*
#manual-slider06-wrap i.slide_l,
#manual-slider06-wrap i.slide_r {
	padding: 20px;
}
*/

#manual-slider06-prev i,
#manual-slider06-next i {
	padding: 50px 30px;
    /*margin-right: 30%;*/
}




#manual-slider06 {
	position: relative;
	margin: 0 auto;
}

#manual-slider06 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	/*background: #ffffff;*/
}

#manual-slider06-1:checked ~ #manual-slider06-wrap .inner {
	margin-left:0;
}

#manual-slider06-2:checked ~ #manual-slider06-wrap .inner {
	margin-left:-100%;
}

#manual-slider06-3:checked ~ #manual-slider06-wrap .inner {
	margin-left:-200%;
}

#manual-slider06-4:checked ~ #manual-slider06-wrap .inner {
	margin-left:-300%;
}

#manual-slider06-5:checked ~ #manual-slider06-wrap .inner {
	margin-left:-400%;
}

#manual-slider06-6:checked ~ #manual-slider06-wrap .inner {
	margin-left:-500%;
}

#manual-slider06-7:checked ~ #manual-slider06-wrap .inner {
	margin-left:-600%;
}

#manual-slider06-8:checked ~ #manual-slider06-wrap .inner {
	margin-left:-700%;
}

#manual-slider06-9:checked ~ #manual-slider06-wrap .inner {
	margin-left:-800%;
}

#manual-slider06-10:checked ~ #manual-slider06-wrap .inner {
	margin-left:-900%;
}

#manual-slider06-overflow {
    width: 100%;
    overflow: hidden;
}

#manual-slider06-wrap .inner {
    width: 1000%;
}

#manual-slider06-wrap .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;
    -moz-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
    -ms-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
     -o-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
        transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;

    -webkit-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -moz-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -ms-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
     -o-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
        transition-timing-function: cubic-bezier(.65,.05,.36,1);
}

#manual-slider06-wrap .slide {
	position: relative;
    width: 10%;
    float: left;
}

#manual-slider06-wrap .slide .tit-base {
	position: absolute;
	margin: 10px;
	height: auto;
	background-color: rgba(7, 159, 206, 0.6);
	opacity: 0;
	transform: translateX(-170px);
}

@media screen and (min-width: 641px) {
	#manual-slider06-wrap .slide .tit-base {
		margin: 20px;
		width: 150px;
		height: 150px;
		border-radius: 50%;
	}
}

#manual-slider06-wrap .slide h3.slide-tit {
	margin: 0;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 641px) {
	#manual-slider06-wrap .slide h3.slide-tit {
		margin-top: 45px;
		padding: 0;
		font-size: 1.2em;
	}
}

#manual-slider06-1:checked ~ #manual-slider06-wrap .slide:nth-of-type(1) .tit-base,
#manual-slider06-2:checked ~ #manual-slider06-wrap .slide:nth-of-type(2) .tit-base,
#manual-slider06-3:checked ~ #manual-slider06-wrap .slide:nth-of-type(3) .tit-base,
#manual-slider06-4:checked ~ #manual-slider06-wrap .slide:nth-of-type(4) .tit-base,
#manual-slider06-5:checked ~ #manual-slider06-wrap .slide:nth-of-type(5) .tit-base,
#manual-slider06-6:checked ~ #manual-slider06-wrap .slide:nth-of-type(6) .tit-base,
#manual-slider06-7:checked ~ #manual-slider06-wrap .slide:nth-of-type(7) .tit-base,
#manual-slider06-8:checked ~ #manual-slider06-wrap .slide:nth-of-type(8) .tit-base,
#manual-slider06-9:checked ~ #manual-slider06-wrap .slide:nth-of-type(9) .tit-base,
#manual-slider06-10:checked ~ #manual-slider06-wrap .slide:nth-of-type(10) .tit-base{
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
	transform: translateX(0);
}

.tit-base,.tit-base h3 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#manual-slider06-prev {
	position: absolute;
	top: 35%;
	left: -15px;
}

@media screen and (min-width: 641px) {
	#manual-slider06-prev {
		left: -40px;
	}
}

#manual-slider06-prev label {
	display: none;
	position: absolute;
	/*top: -70%;*/
	left: -50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider06-prev label {
		/*top: -100%;
		left: -30px;*/
		width: 100px;
		height: 150px;
	}
}

#manual-slider06-1:checked ~ #manual-slider06-prev label:nth-of-type(10),
#manual-slider06-2:checked ~ #manual-slider06-prev label:nth-of-type(1),
#manual-slider06-3:checked ~ #manual-slider06-prev label:nth-of-type(2),
#manual-slider06-4:checked ~ #manual-slider06-prev label:nth-of-type(3),
#manual-slider06-5:checked ~ #manual-slider06-prev label:nth-of-type(4),
#manual-slider06-6:checked ~ #manual-slider06-prev label:nth-of-type(5),
#manual-slider06-7:checked ~ #manual-slider06-prev label:nth-of-type(6),
#manual-slider06-8:checked ~ #manual-slider06-prev label:nth-of-type(7),
#manual-slider06-9:checked ~ #manual-slider06-prev label:nth-of-type(8),
#manual-slider06-10:checked ~ #manual-slider06-prev label:nth-of-type(9){
	display: block;
}

#manual-slider06-next {
	position: absolute;
	top: 35%;
	right: 15px;
}

@media screen and (min-width: 641px) {
	#manual-slider06-next {
		right: -40px;
	}
}

#manual-slider06-next label {
	display: none;
	position: absolute;
	/*top: -70%;*/
	right: -50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider06-next label {
		/*top: -100%;
		right: -30px;*/
		width: 100px;
		height: 150px;
	}
}

#manual-slider06-1:checked ~ #manual-slider06-next label:nth-of-type(2), 
#manual-slider06-2:checked ~ #manual-slider06-next label:nth-of-type(3), 
#manual-slider06-3:checked ~ #manual-slider06-next label:nth-of-type(4),
#manual-slider06-4:checked ~ #manual-slider06-next label:nth-of-type(5),
#manual-slider06-5:checked ~ #manual-slider06-next label:nth-of-type(6), 
#manual-slider06-6:checked ~ #manual-slider06-next label:nth-of-type(7),
#manual-slider06-7:checked ~ #manual-slider06-next label:nth-of-type(8),
#manual-slider06-8:checked ~ #manual-slider06-next label:nth-of-type(9),
#manual-slider06-9:checked ~ #manual-slider06-next label:nth-of-type(10),
#manual-slider06-10:checked ~ #manual-slider06-next label:nth-of-type(1){
	display: block;
}

#manual-slider06-prev i,
#manual-slider06-next i,
#manual-slider06-wrap i.slide_l,
#manual-slider06-wrap i.slide_r {
	display: block !important;
	/*padding: 0;*/
	color: #0094bd;
	font-size: 40px;
	/*text-shadow: 0 0 2px rgba(0, 0, 0, 0.3),0 0 5px rgba(0, 0, 0, 0.3),0 0 8px rgba(0, 0, 0, 0.3);*/
}

#manual-slider06-wrap i.slide_l {
    position: absolute;
    top: 43%;
    left: -5%;
    z-index: 1;
}

#manual-slider06-wrap i.slide_r {
    position: absolute;
    top: 43%;
    right: -5%;
    z-index: 1;
}



@media screen and (min-width: 641px) {
	#manual-slider06-prev i,
	#manual-slider06-next i,
	#manual-slider06-wrap i.slide_l,
	#manual-slider06-wrap i.slide_r{
		font-size: 3em;
	}
}










@media only screen and (max-width: 1400px) {
	
.slide img {
	max-width: 90%;
}
	
#manual-slider06-prev label {
	left: 0;
}
	
#manual-slider06-next label {
	right: 0;
}
	
}


@media only screen and (max-width: 1300px) {
#manual-slider06-overflow {
    /*width: 95%;*/
    margin: auto;
}
	
.slide img {
	width: 100%;
	max-width: 90%;
	vertical-align: top;
}
	
#manual-slider06-prev label {
	left: 20px;
}
	
#manual-slider06-next label {
	right: 20px;
}
	
}




@media only screen and (max-width: 1000px) {
	
#manual-slider06-prev label {
	left: 5px;
	top: -25px;
}
	
#manual-slider06-next label {
	right: 5px;
	top: -25px;
}
	
}





@media only screen and (max-width: 750px) {

.slide img {
    max-width: 100%;

}
	
#manual-slider06-prev label {
	left: 30px;
}
	
#manual-slider06-next label {
	right: 30px;
}

}

	

#manual-slider06-active {
	margin: 10px 0 0;
	text-align: center;
}

@media screen and (min-width: 641px) {
	#manual-slider06-active {
		margin: 0;
	}
	
	
}

#manual-slider06-active label {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #bbb;
	border-radius: 50%;
	margin: 20px 8px;
}

#manual-slider06-active label:hover {
	cursor:pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider06-active label {
		width: 20px;
    	height: 20px;
		border-radius: 10px;
	}
}

#manual-slider06-1:checked ~ #manual-slider06-active label:nth-child(1),
#manual-slider06-2:checked ~ #manual-slider06-active label:nth-child(2),
#manual-slider06-3:checked ~ #manual-slider06-active label:nth-child(3),
#manual-slider06-4:checked ~ #manual-slider06-active label:nth-child(4),
#manual-slider06-5:checked ~ #manual-slider06-active label:nth-child(5),
#manual-slider06-6:checked ~ #manual-slider06-active label:nth-child(6),
#manual-slider06-7:checked ~ #manual-slider06-active label:nth-child(7),
#manual-slider06-8:checked ~ #manual-slider06-active label:nth-child(8),
#manual-slider06-9:checked ~ #manual-slider06-active label:nth-child(9),
#manual-slider06-10:checked ~ #manual-slider06-active label:nth-child(10){
    background: #0094bd;
    border-color: #0094bd !important;
}

#manual-slider06-wrap, #manual-slider06-active, #manual-slider06-active label {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/*
#manual-slider06-wrap {
    box-shadow: 1px 2px 3px 2px #dce4e1;
}
*/


/*
@media only screen and (max-width: 650px) {

#manual-slider06-prev label {
	left: 0;
}
	
#manual-slider06-next label {
	right: 0;
}
	
}
*/

@media only screen and (max-width: 640px) {


#manual-slider06-prev label {
	left: 0;
}
	
#manual-slider06-next label {
	right: 0;
}
	
#manual-slider06-prev {
	left: -10px;
}
	
#manual-slider06-next {
    right: 25px;
}
}




@media only screen and (max-width: 590px) {

#manual-slider06-wrap {
    box-shadow: none;
}


}




@media only screen and (max-width: 590px) {
#manual-slider06-active label {
	margin: 20px 3px;
}
}


@media only screen and (max-width: 500px) {
	
#manual-slider06-prev label {
	top: -30px;
}
	
#manual-slider06-next label {
	top: -30px;
}
	
}



/* ----- #manual-slide07 ----- */


#manual-slider07-prev i,
#manual-slider07-next i {
	padding: 50px 30px;
    /*margin-right: 30%;*/
}


#manual-slider07 {
	position: relative;
	margin: 0 auto;
}

#manual-slider07 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	/*background: #ffffff;*/
}

#manual-slider07-1:checked ~ #manual-slider07-wrap .inner {
	margin-left:0;
}

#manual-slider07-2:checked ~ #manual-slider07-wrap .inner {
	margin-left:-100%;
}

#manual-slider07-3:checked ~ #manual-slider07-wrap .inner {
	margin-left:-200%;
}

#manual-slider07-4:checked ~ #manual-slider07-wrap .inner {
	margin-left:-300%;
}

#manual-slider07-5:checked ~ #manual-slider07-wrap .inner {
	margin-left:-400%;
}

#manual-slider07-6:checked ~ #manual-slider07-wrap .inner {
	margin-left:-500%;
}

#manual-slider07-7:checked ~ #manual-slider07-wrap .inner {
	margin-left:-600%;
}


#manual-slider07-overflow {
    width: 100%;
    overflow: hidden;
}

#manual-slider07-wrap .inner {
    width: 700%;
}

#manual-slider07-wrap .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;
    -moz-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
    -ms-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
     -o-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
        transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;

    -webkit-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -moz-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -ms-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
     -o-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
        transition-timing-function: cubic-bezier(.65,.05,.36,1);
}

#manual-slider07-wrap .slide {
	position: relative;
    width: 14.2858%;
    float: left;
}

#manual-slider07-wrap .slide .tit-base {
	position: absolute;
	margin: 10px;
	height: auto;
	background-color: rgba(7, 159, 206, 0.6);
	opacity: 0;
	transform: translateX(-170px);
}

@media screen and (min-width: 641px) {
	#manual-slider07-wrap .slide .tit-base {
		margin: 20px;
		width: 150px;
		height: 150px;
		border-radius: 50%;
	}
}

#manual-slider07-wrap .slide h3.slide-tit {
	margin: 0;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 641px) {
	#manual-slider07-wrap .slide h3.slide-tit {
		margin-top: 45px;
		padding: 0;
		font-size: 1.2em;
	}
}

#manual-slider07-1:checked ~ #manual-slider07-wrap .slide:nth-of-type(1) .tit-base,
#manual-slider07-2:checked ~ #manual-slider07-wrap .slide:nth-of-type(2) .tit-base,
#manual-slider07-3:checked ~ #manual-slider07-wrap .slide:nth-of-type(3) .tit-base,
#manual-slider07-4:checked ~ #manual-slider07-wrap .slide:nth-of-type(4) .tit-base,
#manual-slider07-5:checked ~ #manual-slider07-wrap .slide:nth-of-type(5) .tit-base,
#manual-slider07-6:checked ~ #manual-slider07-wrap .slide:nth-of-type(6) .tit-base,
#manual-slider07-7:checked ~ #manual-slider07-wrap .slide:nth-of-type(7) .tit-base,
{
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
	transform: translateX(0);
}

.tit-base,.tit-base h3 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#manual-slider07-prev {
	position: absolute;
	top: 35%;
	left: -15px;
}

@media screen and (min-width: 641px) {
	#manual-slider07-prev {
		left: -40px;
	}
}

#manual-slider07-prev label {
	display: none;
	position: absolute;
	/*top: -70%;*/
	left: -50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider07-prev label {
		/*top: -100%;
		left: -30px;*/
		width: 100px;
		height: 150px;
	}
}

#manual-slider07-1:checked ~ #manual-slider07-prev label:nth-of-type(7),
#manual-slider07-2:checked ~ #manual-slider07-prev label:nth-of-type(1),
#manual-slider07-3:checked ~ #manual-slider07-prev label:nth-of-type(2),
#manual-slider07-4:checked ~ #manual-slider07-prev label:nth-of-type(3),
#manual-slider07-5:checked ~ #manual-slider07-prev label:nth-of-type(4),
#manual-slider07-6:checked ~ #manual-slider07-prev label:nth-of-type(5),
#manual-slider07-7:checked ~ #manual-slider07-prev label:nth-of-type(6){
	display: block;
}

#manual-slider07-next {
	position: absolute;
	top: 35%;
	right: 15px;
}

@media screen and (min-width: 641px) {
	#manual-slider07-next {
		right: -40px;
	}
}

#manual-slider07-next label {
	display: none;
	position: absolute;
	/*top: -70%;*/
	right: -50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider07-next label {
		/*top: -100%;
		right: -30px;*/
		width: 100px;
		height: 150px;
	}
}

#manual-slider07-1:checked ~ #manual-slider07-next label:nth-of-type(2), 
#manual-slider07-2:checked ~ #manual-slider07-next label:nth-of-type(3), 
#manual-slider07-3:checked ~ #manual-slider07-next label:nth-of-type(4),
#manual-slider07-4:checked ~ #manual-slider07-next label:nth-of-type(5),
#manual-slider07-5:checked ~ #manual-slider07-next label:nth-of-type(6), 
#manual-slider07-6:checked ~ #manual-slider07-next label:nth-of-type(7),
#manual-slider07-7:checked ~ #manual-slider07-next label:nth-of-type(1){
	display: block;
}

#manual-slider07-prev i,
#manual-slider07-next i,
#manual-slider07-wrap i.slide_l,
#manual-slider07-wrap i.slide_r {
	display: block !important;
	/*padding: 0;*/
	color: #0094bd;
	font-size: 40px;
	/*text-shadow: 0 0 2px rgba(0, 0, 0, 0.3),0 0 5px rgba(0, 0, 0, 0.3),0 0 8px rgba(0, 0, 0, 0.3);*/
}

#manual-slider07-wrap i.slide_l {
    position: absolute;
    top: 43%;
    left: -5%;
    z-index: 1;
}

#manual-slider07-wrap i.slide_r {
    position: absolute;
    top: 43%;
    right: -5%;
    z-index: 1;
}



@media screen and (min-width: 641px) {
	#manual-slider07-prev i,
	#manual-slider07-next i,
	#manual-slider07-wrap i.slide_l,
	#manual-slider07-wrap i.slide_r{
		font-size: 3em;
	}
}










@media only screen and (max-width: 1400px) {
	
.slide img {
	max-width: 90%;
}
	
#manual-slider07-prev label {
	left: 0;
}
	
#manual-slider07-next label {
	right: 0;
}
	
}


@media only screen and (max-width: 1300px) {
#manual-slider07-overflow {
    /*width: 95%;*/
    margin: auto;
}
	
.slide img {
	width: 100%;
	max-width: 90%;
	vertical-align: top;
}
	
#manual-slider07-prev label {
	left: 20px;
}
	
#manual-slider07-next label {
	right: 20px;
}
	
}




@media only screen and (max-width: 1000px) {
	
#manual-slider07-prev label {
	left: 5px;
	top: -25px;
}
	
#manual-slider07-next label {
	right: 5px;
	top: -25px;
}
	
}





@media only screen and (max-width: 750px) {

.slide img {
    max-width: 100%;

}
	
#manual-slider07-prev label {
	left: 30px;
}
	
#manual-slider07-next label {
	right: 30px;
}

}

	

#manual-slider07-active {
	margin: 10px 0 0;
	text-align: center;
}

@media screen and (min-width: 641px) {
	#manual-slider07-active {
		margin: 0;
	}
	
	
}

#manual-slider07-active label {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #bbb;
	border-radius: 50%;
	margin: 20px 8px;
}

#manual-slider07-active label:hover {
	cursor:pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider07-active label {
		width: 20px;
    	height: 20px;
		border-radius: 10px;
	}
}

#manual-slider07-1:checked ~ #manual-slider07-active label:nth-child(1),
#manual-slider07-2:checked ~ #manual-slider07-active label:nth-child(2),
#manual-slider07-3:checked ~ #manual-slider07-active label:nth-child(3),
#manual-slider07-4:checked ~ #manual-slider07-active label:nth-child(4),
#manual-slider07-5:checked ~ #manual-slider07-active label:nth-child(5),
#manual-slider07-6:checked ~ #manual-slider07-active label:nth-child(6),
#manual-slider07-7:checked ~ #manual-slider07-active label:nth-child(7){
    background: #0094bd;
    border-color: #0094bd !important;
}

#manual-slider07-wrap, #manual-slider07-active, #manual-slider07-active label {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/*
#manual-slider07-wrap {
    box-shadow: 1px 2px 3px 2px #dce4e1;
}
*/


/*
@media only screen and (max-width: 650px) {

#manual-slider07-prev label {
	left: 0;
}
	
#manual-slider07-next label {
	right: 0;
}
	
}
*/

@media only screen and (max-width: 640px) {


#manual-slider07-prev label {
	left: 0;
}
	
#manual-slider07-next label {
	right: 0;
}
	
#manual-slider07-prev {
	left: -10px;
}
	
#manual-slider07-next {
    right: 25px;
}
}




@media only screen and (max-width: 590px) {

#manual-slider07-wrap {
    box-shadow: none;
}


}




@media only screen and (max-width: 590px) {
#manual-slider07-active label {
	margin: 20px 3px;
}
}


@media only screen and (max-width: 500px) {
	
#manual-slider07-prev label {
	top: -30px;
}
	
#manual-slider07-next label {
	top: -30px;
}
	
}






