div.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

div.rateit div.rateit-range {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(/images/star.png);
    height: 32px;
	padding: 0px;
}

/* for IE 6 */
* html div.rateit, * html div.rateit div.rateit-range {
    display: inline;
}

/* for IE 7 */
* + html div.rateit, * + html div.rateit div.rateit-range {
    display: inline;
}

div.rateit div.rateit-hover, div.rateit div.rateit-selected {
    position: absolute;
    left: 0px;
}

div.rateit div.rateit-hover-rtl, div.rateit div.rateit-selected-rtl {
    left: auto;
    right: 0px;
}

div.rateit div.rateit-hover {
    background: url(/images/star.png) left -32px;
}

div.rateit div.rateit-hover-rtl {
    background-position: right -32px;
}

div.rateit div.rateit-selected {
    background: url(/images/star.png) left -16px;
}

div.rateit div.rateit-selected-rtl {
    background-position: right -16px;
}

div.rateit div.rateit-preset {
    background: url(/images/star.png) left -48px;
}

div.rateit div.rateit-preset-rtl {
    background: url(/images/star.png) left -48px;
}

div.rateit div.rateit-reset {
/*    background: url(/images/delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left; */
	display: none;
}

div.rateit div.rateit-reset:hover {
/*    background-position: 0 -16px; */
	display: none;
}

/* =============================================
----------------- Custom Styles  ------------------
==============================================*/

.feedback-container .feedback_entry {
	border: 1px solid #dee0e4;
	border-radius: 0;
	margin-bottom: 20px;
	padding: 15px;
}

.feedback_line1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.description-review-wrapper .feedback_line1 {
	padding-top: 10px;
}

@media only screen and (max-width: 575px) {
	.feedback_left {
		flex: 1 100%; } }

.feedback_right {
	margin-left: auto;
	margin-right: 0; }
	@media only screen and (max-width: 575px) {
		.feedback_right {
    		margin-left: 0;
			margin-right: auto; } }

.feedback_line1 .feedback_left .feedback_name {
	font-size: 16px;
	margin: 0;
	line-height: 1;
	font-weight: 500;
}

.feedback_line2 {
	padding: 5px 0 0 15px;
	width: 84%; }
	@media only screen and (max-width: 767px) {
		.feedback_line2 {
			width: 100%; } }

hr.style-two {
	border: 0 none;
	height: 1px;
	color: #d7d7d7;
	background-color: #d7d7d7;
}
	
hr {
	margin-bottom: 0;
	margin-top: 10px;
}
	
#page_wrapper {
	clear: both;
	margin: 25px 0;
}

#page_wrapper a:link {
	color: #818181;
	text-decoration: none;
	font-size: 14px;
}

#page_wrapper a:visited {
	color: #818181;
	text-decoration: none;
}

#page_wrapper a:hover {
	color: #94C53D;
	text-decoration: none;
	color:#fff;
	background: #7bae23;
	border-color: #7bae23;
}

#p_prev,
#p_next {
	width: auto;
	height: 20px;
	display: block;
	padding-top:0px;
}

#p_prev,
#p_next,
#page_numbers {
	float: left;
}

#page_numbers {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -6px
}

#page_numbers a, #page_numbers2 a {
	padding: 0 1px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f8;
	border: 1px solid #dee0e4;
	margin: 0 2px;
}

#page_numbers a span {
   width: 100px;
}

.page_selected {
    padding: 0 6px !important;
	width: 36px;
	height: 36px;
	color: #fff !important;
	background: #7bae23 !important;
	border-color: #7bae23 !important;
}

.green_box {
    padding: 7px 15px !important ;
	border: 1px solid #7bae23;
	color: #fff;
	background-color: #7bae23;
}
	    
/* hide mobile pagination by default */

/*mobile pagination */
#page_wrapper2 {
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}

#page_wrapper2 a:link {
	color: #818181;
	text-decoration: none;
	font-size: 14px;
}

#page_wrapper2 a:visited {
	color: #818181;
	text-decoration: none;
}

#page_wrapper2 a:hover {
	color: #94C53D;
	text-decoration: none;
	color:#fff;
	background: #7bae23;
	border-color: #7bae23;
}

#page_numbers2 a.page_selected {
	background-color: #7bae23;
    color: #fff !important;
    padding: 0 3px !important;
}

#page_prev,
#page_next,
#page_prev2,
#page_next2 {
	border-color: #7bae23 !important;
	border-color: #e4e2e2;
	color: #fff !important;
}

#p_prev2,
#p_next2 {
	margin: 0 12px;
}

#p_prev2 {
	float: none;
}

#p_next2 {
	float: none;
}

#page_numbers2 {
/*	text-align: center; */
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 0.8em;
	font-weight: 400;
}

/* #page_numbers2 a {
	min-width: 14px;
	display: inline-block;
} */

#page_numbers2 a span {
	display: inline-block;
	width: initial;
}

/* #page_controls2 {
	padding-bottom: 15px;
	min-width: 153px;
} */

/* hide mobile pagination by default */
#mobile-pagination {
	display: none;
}

/* display the mobile version */
@media (max-width: 991px) {

	#mobile-pagination {
	display: block;
	}
  
	#page_wrapper{
	display: none;
	}

}