/* Demo Styles */
.device, .device * {
	box-sizing: border-box;
}

.device {
	background:url(../images/testi-bg.jpg) no-repeat center top #fff;
	width: 100%;
	min-width:1120px;
	position: relative;
	margin: 10px auto;
	/*height: 250px;*/
	padding: 10px 0;
	overflow: visible !important;/*  background: #000;
  border:3px solid #fff;
  box-shadow: 0px 0px 5px #000;*/
}

#ttSlider{margin:-20px auto 0;}
.swiper-container {
	width: 100%;
	height:510px;
	color: #fff;
	/*background: #222;*/
	text-align: center;
	padding: 250px 0 0;
}

.swiper-slide{
	position: relative;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.swiper-slide-visible{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.75);
}

.swiper-slide-active{
	top: 0;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}

.swiper-slide .title{
	font-style: italic;
	font-size: 42px;
	margin-top: 80px;
	margin-bottom: 0;
	line-height: 45px;
}

.pagination{
	position: absolute;
	z-index: 20;
	left: 0px;
	width: 100%;
	text-align: center;
	bottom: 5px;
}

.swiper-pagination-switch{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background: #aaa;
	margin-right: 8px;
	cursor: pointer;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	opacity: 0;
	position: relative;
	top: -50px;
}

.swiper-visible-switch{
	opacity: 1;
	top: 0;
	background: #aaa;
}

.swiper-active-switch{
	background: #fff;
}

.swiper-slide.swiper-slide-active .thumb{
	width: 200px;
	height: 200px !important;
}

.swiper-slide .thumb{
	width: 200px;
	height: 200px;
	max-width: 180px;
	max-height: 180px;
	margin: 0 auto;
	overflow: hidden;/* outline:1px red solid;*/
	-moz-border-radius: 400px;
	-webkit-border-radius: 400px;
	border-radius: 400px;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.swiper-slide .thumb img{
	width: 100% !important;
	height: 100% !important;
}

.swiper-slide-active .thumb{
	-moz-box-shadow:0 2px 5px rgba(241,71,20,0.5);
	-webkit-box-shadow:0 2px 5px rgba(241,71,20,0.5);
	box-shadow:0 2px 10px 5px rgba(241,71,20,0.5);
}

.swiper-slide .clTestimonial{
	background: #fff;
	width: 800px;
	/* height: 110px; */
	color: #333;

	font-size: 11px;
	line-height:normal;

	padding: 10px 10px 15px;
	/*display:none;*/
	opacity:0;
	position: absolute;
	top: -130px;
	left: -288px;
	z-index:600;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	transition:all 0.3s ease-in-out;
}

@media only screen  and (min-width:1920px){

	.swiper-slide .clTestimonial{left:-240px !important;}

}

.swiper-slide .clTestimonial:after{
	background: url(../images/white-downArrow.png) no-repeat; content:''; width:100px; height:37px;
	position:absolute; bottom:-36px; left:48%; z-index:999;
}


.swiper-slide.swiper-slide-active  .clTestimonial{/*display:block;*/ opacity:1;}


.swiper-slide .clName{background:#F14714; width:70%; font-size:16px; padding:5px; position:absolute; left:15%; bottom:10px;
-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.5); -webkit-box-shadow:0 2px 5px rgba(0,0,0,0.5); box-shadow:0 2px 5px rgba(0,0,0,0.5);
}


.arrow-left, .arrow-right{background:url(../images/clsliderNav.png) no-repeat; width:30px; height:30px; color:transparent; font-size:0%; padding:10px; position:absolute; top:40%; z-index:999;}
.arrow-left{background-position:0 0; left:38%;}
.arrow-right{background-position:-29px 0; right:38%;}