/*** testimonial styles ***/
#testimonial-box {
	width: 100%;
	/*padding: 20px;*/padding: 20px 20px 30px 20px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background-image: linear-gradient(to right, rgba(255,255,255,0.7), rgba(255,255,255,0.8), rgba(255,255,255,1.0), rgba(255,255,255,1.0), rgba(255,255,255,0.8) , rgba(255,255,255,0.7));
	position: relative;
	transition: all 0.5s ease-in-out;
}
.test-text {
	width: 100%;
	text-align: center;
	font-size: 16px;
	display: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000;
	transition: all 1.0s ease-in-out;
}
#test1 {display: block;}
#test2 {display: none;}
#test3 {display: none;}
#test4 {display: none;}

.iblock-left {display: inline-block; text-align: left;}
	
#test-dot-nav {
	position: absolute;
	left: 50%;
	/*margin-left: -44px;*/margin-left: -57px;
	bottom: 20px;
}
.test-dot {
	width: 14px;
	height: 14px;
	/*margin-left: 7px;*/margin: 0 6px;
	border-radius: 7px;
	border: 1.5px solid #000;
	display: inline-block;
	cursor: pointer;
}
#test-dot1 {background-color: #8bafc4;}
#test-dot2 {background-color: transparent;}
#test-dot3 {background-color: transparent;}
#test-dot4 {background-color: transparent;}

@media screen and (min-width: 600px) {
	#testimonial-box {
		/*padding: 20px 20%;*/padding: 20px 20% 30px 20%;
		background-image: linear-gradient(to right, rgba(255,255,255,0.0), rgba(255,255,255,0.8), rgba(255,255,255,1.0), rgba(255,255,255,1.0), rgba(255,255,255,0.8) , rgba(255,255,255,0.0));
	}
}
/*** end testimonial styles ***/
