.information-testimonial h1 {
	font-size: 36px;
	margin: 0 0 20px 0;
}
#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 {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	text-align: center;
	border-width: 0 0 1px 0;
	border-radius: 0;
}
#testimonial_form {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
	color: #777;
	border: 0px;
	width: 100%;
	margin: 15px 0 10px;
	background: #f5f5f5;
	border-radius: 4px;
	overflow: hidden;
	padding: 0 20px;
	box-shadow: 1px 1px 3px #00000057;
}
#testimonial_form h2 {
	margin: 30px 15px 10px !important;
	font-size: 32px;
}
#testimonial_form .form-horizontal .form-group {
	margin: 0 0 16px 0;
}
#testimonial_form .form-horizontal .form-group::before,
#testimonial_form .form-horizontal .form-group::after {
    display: none;
    content: unset; 
}
#testimonial_form .col-sm-12,
#testimonial_form .col-md-2,
#testimonial_form .col-md-10 {
	padding-right: 15px;
	padding-left: 15px;
	float: none;
}
#testimonial_form .form-horizontal .control-label {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 4px;
	padding-top: 0;
}
#testimonial_form .form-control {
	font-size: 16px;
	font-weight: 400;
	height: 38px;
	line-height: 24px;
	color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#testimonial_form textarea.form-control {
	height: auto;
}
#testimonial_form .btn-primary {
    font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-transform: unset;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	border-radius: 3px;
	padding: 8px 12px;
	margin-bottom: 8px
}
#testimonial_form .btn-danger {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin: 0px;
	padding: 4px 8px;
	border-radius: 3px;
	margin-bottom: 8px;
}
#testimonial_form .btn-link-review {
	padding: 0 5px;
	color: #4d74b2;
	font-size: 12px;
}
#testimonial_form .media-add-button-icon {
	display: block;
	width: 36px;
	height: 36px;
	fill: currentColor;
	cursor: pointer;
}
#testimonial_form .buttons.clearfix {
	margin-bottom: 20px;
}

#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;
	width: 30px;
	height: 30px;
	display: inline-block;
}
#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;
}
#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;
}