#testimonial h2 {
	margin-top: 0px;
}
#testimonial .column-avatar{
	width: 15%;
}
#testimonial .column-avatar img.img-responsive {
	margin:0 auto;
}
.s-thumbnail img, .s-thumbnail-info img {
	margin-bottom: 5px;
	margin-right: 5px;
}
.s-thumbnail a:last-child img, .s-thumbnail-info a:last-child img {
	margin-right: 0px;
}
#testimonial iframe {
	margin: 5px;
}
@media (max-width: 478px) {
	#testimonial iframe {
		width: 100%;
		height: auto;
		margin-left:0;
		margin-right:0;
	}
}
.testimonial-alert {
	color: #ffffff;
	background-color: #a94442;
	border-color: #a94442;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	text-align: center;
	border-width: 0 0 1px 0;
	border-radius: 0;
	font-size:16px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.testimonial-alert.alert.alert-success {
	background-color: #c4ce8a;
	color:#333
}
.testimonial-alert.alert.alert-danger .close {
	position:static;
	width: 20px;
	height: 20px;
	/* right: 30px; */
	margin-right: 0px;
	/* top: 13px; */
	/* position: absolute; */
	cursor: pointer !important;
	display: inline-flex;
	/* float: right; */
	font-size: 0px;
	background: url(/image/catalog/design/close/close.svg) center / 20px no-repeat;
	line-height: 1;
	opacity: 1;
	margin-top: -3px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.testimonial-alert.alert.alert-success .close {
	position:static;
	width: 20px;
	height: 20px;
	/* right: 30px; */
	margin-right: 0px;
	/* top: 13px; */
	/* position: absolute; */
	cursor: pointer !important;
	display: inline-flex;
	/* float: right; */
	font-size: 0px;
	background: url(/image/catalog/design/close/close-grey-black.svg) center / 20px no-repeat;
	line-height: 1;
	opacity: 1;
	margin-top: -3px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#form-testimonial .wysibb .wysibb-text-editor {
	min-height: 200px !important;
}
#form-testimonial .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn .fonticon {
	   font-family: 'WysiBBiconFont' !important;
}
@media (max-width: 991px) {
	#form-testimonial .wysibb .wysibb-text-editor, #form-testimonial .wysibb .wysibb-toolbar {
		min-height: 352px !important;
	}
}
#form-testimonial .rating span {
	cursor: pointer;
	display: inline-block;
	width: 24px;
	height: 24px;
}
#form-testimonial .rating i {
	cursor: pointer;
}
#form-testimonial .rating .fa-stack {
	font-size: 16px !important;
}
#form-testimonial .rating .fa-star-o {
	color: #999;
	font-size: 30px !important;
}
#form-testimonial .rating .fa-star {
	color: #FC0;
	font-size: 30px !important;
	z-index: 1;
}
#form-testimonial .rating .fa-star + .fa-star-o  {
	color: #E69500;
}
#form-testimonial .image-row {
	margin-bottom: 15px;
}
#form-testimonial .image-row label.btn > span {
	display: inline !important;
}
#image-list input, #button-clear {
	display: none;
}
@media (max-width: 400px) {
	#testimonial-total > span:last-child > span:first-child{
		display: none;
	}
}
@media (max-width: 1199px) {
	#testimonial-total button{
		width: 100%;
	}
}
#testimonial-total > span {
	display: inline-block;
	height: 30px;
    padding: 6px 0px 6px 0px;
	margin-bottom: 15px;
}
#testimonial-total > span + span {
	margin-left: 10px;
}
.smile {
	margin: 0 1px;
}

#form-testimonial .rating .fa-stack {
	margin: 0px 3px;
}
#testimonial_attantion {
	margin-top:50px;
}