#feedbacks-title {
    font-family: MyriadProSemiBold;
    text-transform: uppercase;
	padding-top: 1px;
	position: relative;
	z-index: 0;
	width: 50%;
	margin: 30px auto;
}

#feedbacks-title h3 {
    color: #FBEA83;
    margin-top: 9px;
	font-size: 17px;
	text-align: center;
	line-height: normal;
}

#feedbacks-title::after {
    border-color: #533970 transparent;
}

.feedback-item {
	background: url("/catalog/view/theme/sakura/image/feedback_bg.png") repeat-x scroll left top;
	margin-bottom: 20px;
	padding: 30px 20px;
	height: 150px;
	overflow: hidden;
}

.feedback-item span {
	display: block;
	color: #533970;
	font-family: MyriadProSemiBoldItalic;
	font-size: 15px;
	line-height: 14px;
}

.feedback-author {
	margin-top: 15px;
	text-align: right;
}

#feedback-btn {
	background: url("/catalog/view/theme/sakura/image/feedback_btn.png") no-repeat scroll center center;
	border: none;
	height: 74px;
	width: 204px;
	cursor: pointer;
	outline: none;
	margin: 30px auto;
	display: block;
}

.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}

.modal-open[style] {
padding-right: 0px !important;
}

#feedbackModal .modal-dialog {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 450px;
	margin-left: -6%;
}

#feedbackModal .modal-header {
    background-color: #533a70;
}

#feedbackModal .modal-header h4 {
	color: #FBEA83;
	font-size: 25px;
}

#feedbackModal .modal-content {
    border-color: #533a70;
}

#feedbackModal .modal-body {
	min-height: 200px;
}

#feedbackModal .modal-body .form {
    margin: 20px auto;
    width: 270px;
}

#input-fb-text {
    resize: none;
    border: none;
    box-shadow: none;
	outline: none;
	width: 320px;
	margin-left: -25px;
	background: url("/catalog/view/theme/sakura/image/feedback_txt_bg.png") repeat scroll left 30px;
	line-height: 32px;
	height: 94px;
}

#feedbackModal .modal-body .form .btn-primary {
	background-color: #533a70;
	border-color: #533a70;
	font-size: 16px;
	width: 100%;
}

@media (max-width: 480px) {
	#feedbacks-title {
		width: 100%;
	}

	#feedbackModal .modal-dialog {
		position: relative;
		bottom: 0;
		left: unset;
		width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}
