.review-overview .place-review{
	background:#fff;
	padding:30px;
	margin-bottom: 25px;
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 2px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 3px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 2px rgba(0,0,0,0.15);
    box-shadow: 0 3px 2px rgba(0,0,0,0.15);
     border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


.review-overview .place-review .review-title span{
	color:#73738f;
}
.review-btn{
	padding: 9px 30px;
    background: #00b67a;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 10px 0;
    text-decoration: none !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #fff;
    cursor:pointer;
    border:none;
}

.review-overview .review{
	background:#fff;
	padding:30px;
	margin-bottom: 25px;
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 2px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 3px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 2px rgba(0,0,0,0.15);
    box-shadow: 0 3px 2px rgba(0,0,0,0.15);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.review-overview .review .review-head{
	display: flex;
    margin-bottom: 15px;
    border-bottom: solid 1px #efecec;
    padding-bottom: 15px;
}
.review-overview .review .review-head .name{
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

.review-overview .review .review-head .date{
	font-size: 12px;
	margin-left:auto;
	color:#929292;
}

.review-overview .review .review-content .review-desc{
  white-space: pre-line;
}

.review-overview .review .review-content ul{
    list-style: none;
    display: flex;
    padding-left: 0;
    font-size: 22px;
}

.review-overview .review .review-content ul .positive{
	color:#00b67a;
}

.review-overview .review .review-content ul .negative{
	color:#bdbdbd;
}

.review-overview .review .review-content ul li{
	margin-left:5px;
}

.review-overview .review .review-content ul li:first-child{
	margin-left:0;
}

/* review summary score*/
.rating-summary{
  padding-top: 15px 0;
}
.rating-summary .rating-count-bar-wrap{
  padding:6px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.rating-summary .rating-count-bar-wrap .label{
  margin-right: 20px;
  flex: 125px;
}

.rating-summary .rating-count-bar-wrap .score{
  margin-left: 20px;
  flex: 45px;
}

.rating-summary .rating-count-bar-wrap .rating-bar{
    display: block;
    height: 18px;
    width: 100%;
    background: #f2f2f5;
    flex: auto;
}

.rating-summary .rating-count-bar-wrap .rating-bar-inner{
    height: 100%;
    background: #00b67a;
}

/*form*/

#reviewModal form .form-group label{
    text-transform: uppercase;
    font-size: 0.8em;
    display: block;
    width: 100%;
    margin-top: 10px;
}
#reviewModal form .form-group input, #reviewModal form .form-group textarea{
	display: block;
	width: 100%;
    border: solid 1px #d4cfcf;
    padding: 7px 10px;
    border-radius: 3px;
}

#reviewModal form .form-group textarea{
	min-height: 150px;
}

#reviewModal form .form-group select{
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    border: solid 1px #d4cfcf;
    border-radius: 3px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-size: 17px;
}


#reviewModal .message-holder {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    display: none;
}

#reviewModal .message-holder.error{
	background:#e24848;
	display: block;
}
#reviewModal .message-holder.success{
	background: #00b67a;
	display: block;
}

#reviewModal .modal-content{
	border: none;
}

/*rating stars*/

.rating-label{
    text-transform: uppercase;
    font-size: 0.8em;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.rating-stars {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
}

.rating-stars label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating-stars label:last-child {
  position: static;
}

.rating-stars label:nth-child(1) {
  z-index: 5;
}

.rating-stars label:nth-child(2) {
  z-index: 4;
}

.rating-stars label:nth-child(3) {
  z-index: 3;
}

.rating-stars label:nth-child(4) {
  z-index: 2;
}

.rating-stars label:nth-child(5) {
  z-index: 1;
}

.rating-stars label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating-stars label .icon {
  float: left;
  color: transparent;
  margin-left:4px;
}

.rating-stars label:last-child .icon {
  color: #000;
}

.rating-stars:not(:hover) label input:checked ~ .icon,
.rating-stars:hover label:hover input ~ .icon {
  color: #00b67a;
}

.rating-stars label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #00b67a;
}



/*loader*/
.lds-ring {
	display: none;
	position: relative;
	width: 25px;	
	height: 21px;
	margin-left: 15px;
}
.lds-ring div {
	box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 6px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #00b67a transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading .lds-ring{
	display: inline-block;
}
