/**************************************************/
/*                  G E N E R A L                 */
/**************************************************/
.clear{
	clear: both;
}
.test_box{
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	padding:15px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.test_box img{
	float:left;
	margin-right:10px;
	border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	width:115px;
}
.test_box span{
	font:italic 16px 'Lucida Console',status-bar,sans-serif;
	color:#666;
	text-align:right;
	display:block;
}
.test_box span.testi_email a{
	text-decoration:none;
	font: 13px 'Lucida Console',status-bar,sans-serif;
}
.test_box span.testi_email a:hover{
	color:rgb(23, 51, 101);
}
.test_box span.testi_web a{
	text-decoration:none;
	font: 13px 'Lucida Console',status-bar,sans-serif;
}
.test_box span.testi_web a:hover{
	color:rgb(23, 51, 101);
}
.wl-testimonial{
}
.wl-testimonial li{
	list-style:none;
	margin:0;
	padding:0;
}
.wl-testimonial li img{
	width:70px;
	float:left;
	margin-right:10px;
}
.wl-testimonial li p{
	line-height:17px !important;
	margin-bottom:15px !important;
}
.wl-testimonial li span{
	font:italic 13px 'Lucida Console',status-bar,sans-serif;
	color:#666;
	text-align:right;
	display:block;
}
.wl-testimonial li strong{
	color:rgb(247, 115, 34);
}
.wl-testimonial li small{
	color:rgb(21, 163, 235);
}
.test_box.colum-4 {
	width:31%;
    float: left;
    margin-right: 3.5%;
    padding: 15px;
}
.test_box.colum-4:nth-child( 3n ) {
	margin-right: 0;   
}
.test_box.colum-4:first-child {
	margin-right: 3.5%;
}
.test_box.colum-4 p {
	padding: 0;
    text-align: center;
}
.test_box.colum-4 h3 {
	background: #222;
    font-size: 18px;
    line-height:35px;
    text-align: center;
    display: block;
}
.test_box.colum-4 small {
    font-size: 13px;
    font-style: italic;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}
.test_box.colum-4 ul{
	margin: 0;
    padding: 0;
}
.test_box.colum-4 ul li{
	list-style: none;
    line-height: 36px;
    padding-left: 35px;
    margin: 0 0 5px 0;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.test_box.colum-4 ul li span{
    text-align: left;
}
.test_box.colum-4 ul li.email {
	background : #fff url( images/email.png ) no-repeat 5px center;
}
.test_box.colum-4 ul li.web {
	background : #fff url( images/web.png ) no-repeat 5px center;
}
.test_box.colum-4 ul li.email a:hover,
.test_box.colum-4 ul li.web a:hover {
    text-decoration: none;
}
.test_box.colum-4 ul li.web {
	background : #fff url( images/web.png ) no-repeat 5px center;
}
@media (max-width: 767px) {
	.test_box.colum-4 {
    	width: 100%;
     }
}
@media (min-width: 768px) and (max-width: 991px) {
	.test_box.colum-4 {
    	width: 46%;
     }
     .test_box.colum-4:nth-child(2n+1) {
        margin-right: 3.5%;
    }
}