.pix_diapo {
	background: #fff;
	/* -moz-box-shadow: 0 3px 6px #000;
	-webkit-box-shadow: 0 3px 6px #000; */
	/* box-shadow: 0 3px 6px #000; */
	height: 90vh;
	overflow: hidden;
	position: relative;
	width: 100%;
/* 	margin-left: 5px; */
}
.slide_image {
  width:100%;
  display: block;
}
.pix_diapo > div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#pix_prev, #pix_next {
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 1001;
}
#pix_prev {
	background: url(images/diapo/prev.png) no-repeat center center / cover;
	left: 10px;
	opacity: 0;
}
#pix_next {
  background: url(images/diapo/next.png) no-repeat center center / cover;
	left: auto!important;
	right: 10px!important;
}
#pix_pag {
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 1002;
}
#pix_commands {
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	margin: 15px 0 0 13px;
	position: relative;
	width: 24px;
}
#pix_play {
	background: url(images/diapo/play.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
#pix_stop {
	background: url(images/diapo/pause.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
#pix_pag_ul {
	/* float: right;
	margin: 0;
	padding: 0; */
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
}
#pix_pag_ul > li {
	cursor: pointer;
	display: block;
	.display: inline-block;
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 20px 8px 0;
	text-align: center;
	text-indent: -9999px;
	width: 16px;
}
#pix_pag_ul > li > span {
	background: url(images/diapo/dot.png)no-repeat center center / cover;
	display: block;
	width: 14px;
	height: 14px;
}
/* #pix_pag_ul > li > span {
	background: #222;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	height: 16px;
	width: 16px;
} */
/* #pix_pag_ul > li:hover > span > span {
	background: #ccc;
} */
/* #pix_pag_ul > li > span > span {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	float: left;
	height: 8px;
	margin: 4px;
	width: 8px;
} */
/* #pix_pag_ul > li.diapocurrent > span > span {
	background: #ff0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
} */
#pix_pag_ul > li.diapocurrent > span > span {
	background: #fff;
	background: url(images/diapo/dot_active.png)no-repeat center center / cover;
	display: block;
	width: 14px;
	height: 14px;
}
#pix_pag_ul > li > .pix_thumb {
	border: 4px solid #f2f2f2;
	.border: 4px solid #e6e6e6;
	border: 4px solid #e6e6e6\9;
	-moz-box-shadow: 0 1px 8px #000;
	-webkit-box-shadow: 0 1px 8px #000;
	box-shadow: 0 1px 8px #000;
	height: 58px;
 	left: -17px;
	position: absolute;
	top: -40px;
	width: 58px;
}
#pix_pag_ul > li > .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid  #e6e6e6;
	top: 26px;
	left: 12px;
	position: absolute;
}
.pix_relativize {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.elemHover {
	position: absolute;
}
.caption {
	background: rgba(0, 0, 0, 0.8);
    .filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)\9;
	bottom: 20px;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 20px;
	width: 900px;
}
.ui-loader {
	display: none;
}


/* original */
/* slider01 04copy*/
.diapo_slider_01 {
	width: 800px!important;
	padding: 35px 45px 35px 200px;
	position: absolute;
	bottom: 30%;
	/*	left: 0; */
	Right: 0;
	line-height: 2.2;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0.800);
	color: #515151;
	display: block;
}

@media screen and (max-width:1500px) {
	.diapo_slider_01 {	
		width: 50%!important;
		padding: 35px 45px 35px 100px;
		bottom: 20%;
	}
}
@media screen and (max-width:1200px) {
	.diapo_slider_01 {	
		padding: 35px 25px 35px 50px;
		bottom: 15%;
		font-size: 14px;
	}
}
@media screen and (max-width: 999px) {
  .diapo_slider_01 {
    width: 55%!important;
    padding: 20px;
    font-size: 14px;
    bottom: auto;
    top: 30%;
    line-height: 1.2;
  }
}
@media screen and (max-width: 650px) {
	.diapo_slider_01 {
		font-size: 12px;
		top: 20%;
	}
}
@media screen and (max-width: 560px) {
	.diapo_slider_01 {
		font-size: 10px;
		padding: 20px 10px 20px 10px;
		top: 10%;
	}
}
@media screen and (max-width: 460px) {
	.diapo_slider_01 {
		padding: 10px 5px;
		top: 10%;
	}
}
/* 

@media screen and (max-width: 425px) {
	.diapo_slider_04 {
	  width: 200px!important;
	}
} */

.slide_1_text {
	display: block;
	font-weight: bold;
	white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .diapo_slider_01 span {
  font-weight: normal;
  }
}
@media screen and (max-width: 450px) {
	.diapo_slider_01>span {
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 355px) {
	.diapo_slider_01>span {
		transform: scale(0.7);
		transform-origin: 0 0;
	}
}

.slide_1_title {
	display: table;
	position: relative;
	color: #080808;
	margin-top: 20px;
	border-bottom: 1px solid #313131;
	margin-bottom: 20px;
	font-weight: bold;
}
@media screen and (max-width: 450px) {
	.slide_1_title {
		margin-bottom: 10px;
	}
}
.slide_1_title_strong {
	color: #9a3232;
	font-weight: bold;
	padding-top: 20px;
	display: inline-block;
	white-space: nowrap;
}
@media screen and (max-width: 450px) {
	.slide_1_title_strong  {
		padding-top: 10px;
	}
}

/* slider02 04copy*/
.diapo_slider_02 {
	width: 800px!important;
	padding: 35px 45px 35px 200px;
	position: absolute;
	bottom: 30%;
	/*	left: 0; */
	Right: 0;
	line-height: 2.2;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0.400);
	color: #515151;
	display: block;
}

@media screen and (max-width:1500px) {
	.diapo_slider_02 {	
		width: 50%!important;
		padding: 35px 45px 35px 100px;
		bottom: 20%;
	}
}
@media screen and (max-width:1200px) {
	.diapo_slider_02 {	
		padding: 35px 25px 35px 50px;
		bottom: 15%;
		font-size: 14px;
	}
}
@media screen and (max-width: 999px) {
  .diapo_slider_02 {
    width: 55%!important;
    padding: 20px;
    font-size: 14px;
    bottom: auto;
    top: 30%;
    line-height: 1.2;
  }
}
@media screen and (max-width: 650px) {
	.diapo_slider_02 {
		font-size: 12px;
		top: 20%;
	}
}
@media screen and (max-width: 560px) {
	.diapo_slider_02 {
		font-size: 10px;
		padding: 20px 10px 20px 10px;
		top: 10%;
	}
}
@media screen and (max-width: 460px) {
	.diapo_slider_02 {
		padding: 10px 5px;
		top: 10%;
	}
}
/* 

@media screen and (max-width: 425px) {
	.diapo_slider_04 {
	  width: 200px!important;
	}
} */

.slide_2_text {
	display: block;
	font-weight: bold;
	white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .diapo_slider_02 span {
  font-weight: normal;
  }
}
@media screen and (max-width: 450px) {
	.diapo_slider_02>span {
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 355px) {
	.diapo_slider_02>span {
		transform: scale(0.7);
		transform-origin: 0 0;
	}
}

.slide_2_title {
	display: table;
	position: relative;
	color: #080808;
	border-bottom: 1px solid #313131;
	margin-bottom: 20px;
	font-weight: bold;
}
@media screen and (max-width: 450px) {
	.slide_2_title {
		margin-bottom: 10px;
	}
}
.slide_2_title_strong {
	color: #9a3232;
	font-weight: bold;
	padding-top: 20px;
	display: inline-block;
	white-space: nowrap;
}
@media screen and (max-width: 450px) {
	.slide_2_title_strong  {
		padding-top: 10px;
	}
}

/* slider03 04copy*/
.diapo_slider_03 {
	width: 800px!important;
	padding: 35px 45px 35px 200px;
	position: absolute;
	bottom: 30%;
	/*	left: 0; */
	Right: 0;
	line-height: 2.2;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0.800);
	color: #515151;
	display: block;
}

@media screen and (max-width:1500px) {
	.diapo_slider_03 {	
		width: 50%!important;
		padding: 35px 45px 35px 100px;
		bottom: 20%;
	}
}
@media screen and (max-width:1200px) {
	.diapo_slider_03 {	
		padding: 35px 25px 35px 50px;
		bottom: 15%;
		font-size: 14px;
	}
}
@media screen and (max-width: 999px) {
  .diapo_slider_03 {
    width: 55%!important;
    padding: 20px;
    font-size: 14px;
    bottom: auto;
    top: 30%;
    line-height: 1.2;
  }
}
@media screen and (max-width: 650px) {
	.diapo_slider_03 {
		font-size: 12px;
		top: 20%;
	}
}
@media screen and (max-width: 560px) {
	.diapo_slider_03 {
		font-size: 10px;
		padding: 20px 10px 20px 10px;
		top: 10%;
	}
}
@media screen and (max-width: 460px) {
	.diapo_slider_03 {
		padding: 10px 5px;
		top: 10%;
	}
}
/* 

@media screen and (max-width: 425px) {
	.diapo_slider_04 {
	  width: 200px!important;
	}
} */

.slide_3_text {
	display: block;
	font-weight: bold;
	white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .diapo_slider_03 span {
  font-weight: normal;
  }
}
@media screen and (max-width: 450px) {
	.diapo_slider_03>span {
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 355px) {
	.diapo_slider_03>span {
		transform: scale(0.7);
		transform-origin: 0 0;
	}
}

.slide_3_title {
	display: table;
	position: relative;
	color: #080808;
	border-bottom: 1px solid #313131;
	margin-bottom: 20px;
	font-weight: bold;
}
@media screen and (max-width: 450px) {
	.slide_3_title {
		margin-bottom: 10px;
	}
}
.slide_3_title_strong {
	color: #9a3232;
	font-weight: bold;
	padding-top: 20px;
	display: inline-block;
	white-space: nowrap;
}
@media screen and (max-width: 450px) {
	.slide_3_title_strong  {
		padding-top: 10px;
	}
}

/* slider04 */
.diapo_slider_04 {
	width: 800px!important;
	padding: 35px 45px 35px 200px;
	position: absolute;
	bottom: 30%;
	left: 0;
	line-height: 2.2;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0.800);
	color: #515151;
	display: block;
}

@media screen and (max-width:1500px) {
	.diapo_slider_04 {	
		width: 50%!important;
		padding: 35px 45px 35px 100px;
		bottom: 20%;
	}
}
@media screen and (max-width:1200px) {
	.diapo_slider_04 {	
		padding: 35px 25px 35px 50px;
		bottom: 15%;
		font-size: 14px;
	}
}
@media screen and (max-width: 999px) {
  .diapo_slider_04 {
    width: 55%!important;
    padding: 20px;
    font-size: 14px;
    bottom: auto;
    top: 30%;
    line-height: 1.2;
  }
}
@media screen and (max-width: 650px) {
	.diapo_slider_04 {
		font-size: 12px;
		top: 20%;
	}
}
@media screen and (max-width: 560px) {
	.diapo_slider_04 {
		font-size: 10px;
		padding: 20px 10px 20px 10px;
		top: 10%;
	}
}
@media screen and (max-width: 460px) {
	.diapo_slider_04 {
		padding: 10px 5px;
		top: 10%;
	}
}
/* 

@media screen and (max-width: 425px) {
	.diapo_slider_04 {
	  width: 200px!important;
	}
} */

.slide_4_text {
	display: block;
	font-weight: bold;
	white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .diapo_slider_04 span {
  font-weight: normal;
  }
}
@media screen and (max-width: 450px) {
	.diapo_slider_04>span {
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 355px) {
	.diapo_slider_04>span {
		transform: scale(0.7);
		transform-origin: 0 0;
	}
}

.slide_4_title {
	display: table;
	position: relative;
	color: #080808;
	border-bottom: 1px solid #313131;
	margin-bottom: 20px;
	font-weight: bold;
}
@media screen and (max-width: 450px) {
	.slide_4_title {
		margin-bottom: 10px;
	}
}
.slide_4_title_strong {
	color: #9a3232;
	font-weight: bold;
	padding-top: 20px;
	display: inline-block;
	white-space: nowrap;
}
@media screen and (max-width: 450px) {
	.slide_4_title_strong  {
		padding-top: 10px;
	}
}





.pix_diapo .caption {
	display: block;
	opacity: 0;
}
.pix_diapo #movie_box {
	opacity: 0;
	transition: .4s;
}