@charset "utf-8";
/* CSS Document */
#testimonials-list {
position: relative;
max-width: 100%;
width: 100%;
}
#testimonials-list img,#testimonial-details img {
border-radius:100%;
max-width:75%;
}
#testimonials-list .white-panel,#testimonial-details .white-panel {
position: absolute;
background: white;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
padding: 10px;
text-align:center;
color:#555;
}
#testimonial-details .white-panel{position:relative; padding-bottom:50px; box-shadow:none;}
#testimonials-list .white-panel h1,#testimonial-details .white-panel h1 {
font-size:18px; text-transform:uppercase; text-align:center;
}
#testimonials-list .white-panel p,#testimonial-details .white-panel p {
text-align:justify; margin-top:10px;
}
#testimonials-list .white-panel h3,#testimonial-details .white-panel h3 {
font-size:17px; text-align:justify;;
}
#testimonial-details .white-panel h3 {text-align:center; padding-top:30px;}
#testimonials-list .white-panel a {
background:#c4944c; color:#fff; display:block; padding:10px; font-family:qcr; text-align:center; width:75%; margin:auto; border:outset 1px #c4944c; border-radius:10px; margin-top:20px;
}
#testimonials-list .white-panel:hover {
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
margin-top: -5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#testimonial-details>p{padding:15px; background:#d7d5d6; color:#333; margin-bottom:50px;}

