/* All default css style Default layout*/
.testimonial-style1.testimonial-tab  .bx-wrapper {
	padding-top: 140px;
}

.testimonial-style1.testimonial-tab .cshero-pager {
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.testimonial-style1.testimonial-tab .cshero-pager.text-center {
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}

.testimonial-style1.testimonial-tab .cshero-pager.text-left {
	left: 0;
}

.testimonial-style1.testimonial-tab .cshero-pager.text-right {
	right: 0;
	left: auto;
}

.testimonial-style1.testimonial-tab .cshero-pager a {
	border: none;
	border-radius: 50% !important;
	display: inline-block;
	text-align: center;
	position: relative;	
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	line-height: 12px;
	padding: 10px;
	border-color: transparent;
}

.testimonial-style1.testimonial-tab .cshero-pager a img {
	width: 100px !important;
	height: 100px !important;
	border-radius: 50% !important;
	text-align: center;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}

.testimonial-style1.testimonial-tab .cshero-pager a:hover {
	border: 10px solid rgba(255, 255, 255, 0.1);
	padding: 0;
}

.testimonial-style1.testimonial-tab .cshero-pager a:hover img {
	height: 120px !important; 
	width: 120px !important;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.testimonial-style1.testimonial-tab .cshero-testimonial-title:before {
	content: '-';
	padding-left: 5px;
}

.testimonial-style1.testimonial-tab .cshero-testimonial-title:after {
	content: '-';
	padding-right: 5px;
}

.testimonial-style1.testimonial-tab .cshero-testimonial-category {
	font-size: 15px;
	font-weight: 300;
}

.testimonial-style1.testimonial-tab .cshero-testimonial-description {
	margin-top: 15px;
	line-height: 1.5;
	font-weight: 400;
}

@media only screen and (max-width: 500px) {
	.testimonial-style1.testimonial-tab  .bx-wrapper {
		padding-top: 65px;
	}	

	.testimonial-style1.testimonial-tab .cshero-pager a,
	.testimonial-style1.testimonial-tab .cshero-pager a:hover {
		width: 50px !important;
		height: 50px !important;
		padding: 0;
		margin: 0 3px !important;
		border: none;
	}

	.testimonial-style1.testimonial-tab .cshero-pager a img,
	.testimonial-style1.testimonial-tab .cshero-pager a:hover img {
		width: 50px !important;
		height: 50px !important;
		max-width: auto;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}