.clear	{ clear:both;}
.floatleft			{ float:left;}
.floatright			{ float:right;}

/* Common Testimonial
==================================================== */

#testimonial_full			{ width:auto; }

.sys_tm1 {
	position: relative;
	font-size:12px; 
}

.sys_tm1 .testimonial {
	position:relative; 
	padding:20px 20px 20px 80px; 
	background:transparent URL('../images/quote_icon.png') 20px 20px no-repeat; 
	background-color: #ffffff;
	margin-bottom:10px;
	border-bottom: 1px solid #dddddd;
}

.sys_tm1 .testimonial:after,
.sys_tm1 .testimonial:before {
	clear: both;
	content: '';
	display: block;
}

.sys_tm1 .feedback {
	font-size:13px;
}
.sys_tm1 .title {
	font-size:14px;
	font-weight: bold; 
	margin:0 0 10px 0; 
}

.sys_tm1 .client-info .iva-avatar {
	display: inline-block;
	float:left; 
	border:1px solid #dddddd; 
	padding:2px; 
	margin-right:10px;
	/* Border Radius*/
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.sys_tm1 .client-meta-data { overflow: hidden; line-height: normal; }
.sys_tm1 .client-meta-data strong { display: block; }

/* Fade Testimonial
==================================================== */
.fadereview { position:relative; }
.lists { display:none;}

.fadereview .lists:first-child {
	display:block;
}
#fadereview	.feedback {
	font-size:12px;
	margin:0 0 15px 0;
}
#fadereview	.title {
	font-size:14px;
	font-weight: bold;
	margin:5px 0 5px 0;
}
#fadereview	.iva-avatar {
	display: inline-block;
	float:left; 
	border:1px solid #dddddd; 
	padding:2px; 
	margin-right:10px;
	/* Border Radius*/
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#fadereview .client-meta-data { overflow: hidden; line-height: normal; }
#fadereview .client-meta-data strong { display: block; }

#fadereview	{
	overflow:hidden;
	height:100%;
	padding-bottom: 15px;
}

#fadeblock	{ padding:10px; }

#fadeblock .nav {
	padding:10px 0px;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
	text-align:right;
}


/* --- */
.client-info .ratings	{ border:none;}


.iva-pagination { position: relative; }
.iva-pagination a { 
	border-radius: 100px;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 3px;
	padding: 0;
	text-align: center;
	width: 30px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.iva-pagination a:hover,
.iva-pagination .current { 
	background-color: #666666;
	color: #ffffff;
}

/* Testimonials v4.0 */
/* ========================================== */

.iva_atm_list { position: relative; }


.testimonial-box {
	position: relative;
	margin: 20px auto;
	/* padding: 30px; */
	background-color: #ffffff;
	/* border-bottom: 1px solid #dddddd; */ 
}

.testimonials li:last-child .testimonial-box { border: none;}

.tc-content {
	position: relative;
	overflow: hidden;
}

.tc-content p {
	margin-bottom:0px;
	font-size: 100%;
	position: relative;
	padding: 0 40px;
}

.tc-content .tc-title {
	font-weight: bold;
	padding: 0 40px;
}

.tc-content > p:before {
    content: "\201C";
    font-size: 60px;
    font-style: italic;
    line-height: 60px;
    margin-left: -30px;
    position: absolute;
	opacity: 0.3;
	color: #22222b;
}

.tc-content > p:after {
    content: "\201D";
    font-size: 60px;
    font-style: italic;
    line-height: 0;
    position: relative;
	opacity: 0.3;
	bottom: -30px;
	color: #22222b;
}

.tc-details { float: left; /*width: 100px;*/}
.tc-companyname a { color: inherit; opacity: 0.7; text-decoration: none; }
.tc-companyname a:hover { opacity: 1; text-decoration: underline; }
.tc-client-image  {
	position: relative;
	margin: 0 auto;
	display: table;
}

.tc-client-image  img {
	max-width: 100%;
	height: auto;
	width: 150px;
	/* width: 100px;*/
	display: block;
	/* border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;*/
}

.tc-client-meta {
	margin: 0px 0 0 40px;
	position: relative;
	line-height:normal;
	font-size: 86%;
}

.tc-client-name,
.tc-client-date,
.tc-client-ratings { display: block; }


/* Pagination */

.iva_pagination{
	margin: 0 auto;
	padding: 20px 0;
	font-size: 12px;
	list-style-type:none;	
	text-align: center;
}

.iva_pagination li.details{
    padding: 0 20px 0 0;
}

.iva_pagination li.dot { padding: 3px 0; }

.iva_pagination li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	line-height: 30px;
}

.iva_pagination li.details{
   color:#888888;
}

.iva_pagination li a {
	display: inline-block;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #444444;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
	min-width: 30px;
	min-height: 30px;
}

.iva_pagination li a:hover {
	background: none repeat scroll 0 0 #27aae1;
    color: #ffffff;
}

.iva_pagination li a.current
{
	background: none repeat scroll 0 0 #27aae1;
    color: #ffffff;
}


@media (max-width: 768px) {
	.tc-content{
		clear: left;	
	}	
	.tc-client-meta {
		margin: 0px;
	}
	
}



/* Norman und Seb ratings begin GLYPHICONS */
.testimonials{
	list-style-type: none;
}

.verified{
	color: #f09300;
}
.titleOfReview{
	font-weight: bold;
	font-size: 1.5em;
}
.commentOfReview,.dateOfReview,.author{
	font-size: 1.5em;
}
.center{
	text-align: center;
}

.avg-stars{
	font-size:3em;
}
.star-rating {
  clear: both;
  position: relative;
  text-align: left;
  margin-top: 15px;
}
.star-rating .stars_container {
  display: inline-block;
  text-align: center;
  position: relative;
}
.star-rating .stars_container .star_box,
.star-rating .stars_container .star_bg {
  color: #f09300;
  margin: 0 0;
  top: 0;
}
.star-rating .stars_container .star_box .glyphicon,
.star-rating .stars_container .star_bg .glyphicon {
  display: table-cell;
  padding: 0 0 0 2px;
}
.star-rating .stars_container .star_box {
  z-index: 2;
  position: absolute;
}
.star-rating .stars_container .star_box .star_limiter {
  overflow: hidden;
  position: relative;
}
.star-rating .stars_container .star_bg {
  color: #c2cbd1;
}
.star-rating .star-container {
  display: inline-block;
  height: 25px;
  width: 125px;
}
.star-rating .stars {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.star-rating .ratespan {
  font-weight: 400;
  display: inline-block;
}

/* Norman und Seb ratings end GLYPHICONS */


