/* Widget */

.rc_swt_widget_testimonials {
	
}

.rc_swt_widget_title {
	margin-bottom: 15px;	
}

.rc_swt_widget_testimonial_content {
	margin-bottom: 10px;
}

.rc_swt_widget_rating {
	width: 100%;
	display: block;
}

.rc_swt_widget_rating img{
	border: none !important;
	box-shadow: none !important;
}

img.rc_swt_client_picture_small {
	max-width: 50px;
	max-height: 50px;
	float: left;
	margin: 0 3% 3% 0;
	border: 2px solid #FFFFFF;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.4);
	
	/* transition */
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

img.rc_swt_client_picture_small:hover {
	-webkit-transform: rotate(4deg) scale(1.25);
	-moz-transform: rotate(4deg) scale(1.25);
	position: relative;
	z-index: 5;
}

/* Alerts */

.success {
	border-color: #C6D880 !important;
	background: #E6EFC2 !important;
	color: #264409 !important;
}

.error {
	border-color: #FBC2C4 !important;
	background: #FBE3E4 !important;
	color: #8A1F11 !important;
}

.error, .success  {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #DDD;
	border-left-width: 5px;
	display: block;
}

.rc_swt_testimonials_form label {
	display: block;
	width: 100%;
}

.rc_swt_testimonials_form input, .rc_swt_testimonials_form textarea, .rc_swt_testimonials_form select {
	margin-bottom: 10px;
}

.rc_swt_testimonials_form button {
	display: block;
	margin: 10px 0 10px 0;
}

.rc_swt_testimonial_box {
	text-align: justify;
	padding-left: 15%;
	background: url(../images/quote_icon.png) no-repeat top left;
	margin-bottom: 20px;
	border-bottom: #EFEFEF 1px solid;
}

h3.rc_swt_testimonial_title {
	width: 80% !important;
	float: left;
}

.rc_swt_testimonial_quote {
	clear: both;
	width: 100%;
	min-height: 110px;
}

.rc_swt_testimonial_quote blockquote {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.rc_swt_testimonial_author {
	overflow: auto;
	padding: 0.5em;
	margin-bottom: 20px;
	border: #EFEFEF 1px solid;
	background-color: whiteSmoke;
}

.rc_swt_testimonial_client_logo {
	min-width: 50px;
	margin-right: 10px;
	float: left;
}

.rc_swt_testimonial_author_text {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	text-align: right;
}

.rc_swt_testimonial_client_name {

}

.rc_swt_testimonial_client_profile {
	display: block;
	font-size: 80%;
}

img.rc_swt_client_picture {
	max-width: 100px;
	max-height: 100px;
	float: left;
	margin: 0 5% 5% 0;
	border: 5px solid #FFFFFF;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.4);
	
	/* transition */
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

img.rc_swt_client_picture:hover {
	-webkit-transform: rotate(4deg) scale(1.25);
	-moz-transform: rotate(4deg) scale(1.25);
	position: relative;
	z-index: 5;
}

span.rc_swt_testimonial_youtube a {
	display: block;
	float: left; 
	margin-right: 10px;
	margin-top: 4px;
	text-indent:-9999px;
	width: 42px;
	height: 19px;
	background: url(../images/youtube.png) no-repeat top left;
}

.rc_swt_testimonial_rating {
	text-align: right;
	width: 20% !important;
	float: left;
	margin-top: 6px;
	box-shadow: none !important;
}

.rc_swt_testimonial_rating img {
	box-shadow: none !important;
}

.rc_swt_testimonial_usp {
	font-size: 14px;
	font-style: italic;
	width: 100%;
	display: block;
}

/* Pagination */

.navigation { list-style:none; font-size:12px; }
.navigation li{ display:inline; }
.navigation li a{ display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; }
.navigation li span.current { display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; background-color:#f5f5f5;  }	
.navigation li span.dots { display:block; float:left; padding:4px 9px; margin-right:7px;  }

/* Firefox */
@-moz-document url-prefix() {
	.rc_swt_testimonial_quote {
		min-height: 130px;
	}
}
