@charset "utf-8";
/* CSS Document */

.ideaboxTestimonials {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.2;
	font-weight: normal;
	font-size: 100%;
}

/*STYLE 2---------------------------*/
.it-style2>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: block;
	height: auto;
}
.it-style2>ul>li {
	width: 100%;
	position: absolute;	
}
.it-style2>ul>li>.it-content {
	width: 100%;
	height: auto;
	display: block;
	background: #f54b56; font-family:"OpenSansRegular"; font-size:13px; line-height:18px;
	border-bottom: solid 6px #c74046;
	padding: 10px 20px 40px 20px; text-align:justify;
	position: relative;
	box-sizing: border-box;
	color: #FFF;
}
.it-style2>ul>li>.it-content>.it-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #f54b56 transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: 30px;
}
.it-style2>ul>li>.it-info {
	width: 100%;
	margin-top: 20px;
	min-height: 50px;
	position: relative;
}
.it-style2>ul>li>.it-info>h4 {
	width: 60px;
	height: 60px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 3px;
	background: #f54b56;
	box-sizing: border-box;
}
.it-style2>ul>li>.it-info>h4>img {
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.it-style2>ul>li>.it-info>.it-name {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 10px 80px;
	color: #FFF;
}
.it-style2>ul>li>.it-info>.it-name>h3 {
	padding: 0;
	margin: 0;
}
.it-style2>ul>li>.it-info>.it-name>em {
	opacity: 0.6;
}
.it-style2>ul>li>.it-info>.it-navi {
	position: absolute;
	right: 0;
	top: 10px;
}
.it-style2>ul>li>.it-info>.it-navi>button {
	width: 0;
	background: none;
	height: 0;
	border-style: solid;
	outline: none;
	cursor: pointer;
}
.it-style2>ul>li>.it-info>.it-navi>button:first-child {
	border-width: 10px 17.3px 10px 0;
	border-color: transparent #f54b56 transparent transparent;
	margin-right: 10px;
}
.it-style2>ul>li>.it-info>.it-navi>button:last-child {
	border-width: 10px 0 10px 17.3px;
	border-color: transparent transparent transparent #f54b56;
}

.it-style2 h3 { font-size:14px; color:#373435;}

.ideaboxTestimonials .it-content .view-more { text-align:right; font-size:12px;}
.ideaboxTestimonials .it-content .view-more a { margin:10px 0 20px 0; text-decoration:none; float:right; color:#ffffff;}
.ideaboxTestimonials .it-content .view-more a:hover { color:#ffffff!important; opacity:0.8; text-decoration:none;}