.button {
	opacity: 1 !important;
}
.itembox.news {
	box-shadow: none !important;
	border: 2px solid #eee;
}

/*
--------------------
Reviews
-------------------- */
.smallrating sup {
	position: relative;
	top:-5px;
}
.review-rating {
	float: left;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.review-rating.tiny {
	margin-bottom: 0;
}

/* Number */
.review-rating-number {
	display: flex;
	align-items: center;
	color: #1f223d;
	position: relative;
	top:-2px;
}
.review-rating-number span:first-child {
	font-size:2.6rem;
	font-weight: 700;
	line-height: 1;
/* 	color: #F2923B; */
	margin-right: 5px;
}


/* Stars */
.review-rating-stars {
	display: flex;
	align-content: space-around;
	align-items: center;
	margin-left:10px;
}
.review-rating-stars div {

	position: relative;
	color: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	border-radius: 100px;
	background: #e3dedb;
	overflow: hidden;
	margin: 0 3px;
	box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.03);

}
.review-rating-stars div:after {
	position: absolute;
	top:50%;
	left:50%;
	width: 100%;
	height: 100%;
	content: '';
/* 	content: '★'; */
	border-radius: 100px;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: 50% 40%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKIDxnPgogIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4KICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBpZD0ic3ZnXzMiIGQ9Im05LjM2Miw5LjE1OGMwLDAgLTMuMTYsMC4zNSAtNS4yNjgwMDEsMC41ODRjLTAuMTksMC4wMjMwMDEgLTAuMzU4LDAuMTUwMDAxIC0wLjQyMSwwLjM0M3MwLDAuMzk0IDAuMTQsMC41MjFjMS41NjYsMS40MjkgMy45MTksMy41NjkgMy45MTksMy41NjljLTAuMDAyLDAgLTAuNjQ2LDMuMTEzIC0xLjA3NCw1LjE5Yy0wLjAzNiwwLjE4OCAwLjAzMiwwLjM4NzAwMSAwLjE5NiwwLjUwNjAwMWMwLjE2MywwLjExODk5OSAwLjM3MywwLjEyMSAwLjUzOCwwLjAyOGMxLjg0NCwtMS4wNDggNC42MDYsLTIuNjI0MDAxIDQuNjA2LC0yLjYyNDAwMXMyLjc2MywxLjU3NiA0LjYwMzk5OSwyLjYyNWMwLjE2ODAwMSwwLjA5MjAwMSAwLjM3OCwwLjA5IDAuNTQxLC0wLjAyODk5OWMwLjE2NCwtMC4xMTg5OTkgMC4yMzIsLTAuMzE4MDAxIDAuMTk1LC0wLjUwNTAwMWMtMC40Mjc5OTksLTIuMDc3OTk5IC0xLjA3MDk5OSwtNS4xOTA5OTkgLTEuMDcwOTk5LC01LjE5MDk5OXMyLjM1MzAwMSwtMi4xNCAzLjkxOTAwMSwtMy41NjZjMC4xMzk5OTksLTAuMTMxMDAxIDAuMjAyLC0wLjMzMiAwLjEzOTk5OSwtMC41MjRzLTAuMjMsLTAuMzE5IC0wLjQyLC0wLjM0MWMtMi4xMDgsLTAuMjM2IC01LjI2OSwtMC41ODYgLTUuMjY5LC0wLjU4NnMtMS4zMSwtMi44OTggLTIuMTgzLC00LjgzYy0wLjA4MjAwMSwtMC4xNzMgLTAuMjU0MDAxLC0wLjI5NCAtMC40NTYsLTAuMjk0cy0wLjM3NSwwLjEyMiAtMC40NTMsMC4yOTRjLTAuODc0MDAxLDEuOTMyIC0yLjE4Myw0LjgzIC0yLjE4Myw0LjgzeiIvPgogPC9nPgo8L3N2Zz4=');
	background-size: 28px auto;
	z-index: 2;
	box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.05);
}


.review-rating-stars span {
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	background: rgb(97,208,100);
	background: -moz-linear-gradient(left,  rgba(97,208,100,1) 0%, rgba(40,199,70,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(97,208,100,1) 0%,rgba(40,199,70,1) 100%);
	background: linear-gradient(to right,  rgba(97,208,100,1) 0%,rgba(40,199,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d064', endColorstr='#28c746',GradientType=1 );
	z-index: 1;
}
.review-count {
	display: inline-block;
	color: #1f223d;
	margin-top: 8px;
	margin-left: 10px;
}

	@media (max-width: 500px) {
		.review-rating {
			float: none;
			display: flex;
			align-items: center;
		}
		.review-rating-stars div {
			position: relative;
			color: #fff;
			width: 30px;
			height: 30px;
			line-height: 30px;
		}
		.review-count {
			width: 100%;
			display: block;
			color: #1f223d;
			margin-top: 5px;
			margin-left: 0px;
		}

	}


.review-date {
	position: relative;
	top: 3px;
	display: inline-block;
	color: #1f223d;
	margin-left: 10px;
	font-size: 0.9em;
	color: #b5b7a6;
}


	@media (max-width: 500px) {
		.review-date {
			left: -8px;
		}
	}

.review-place {

}

/*
---------
Smaller
--------- */


/* Number */
.smaller .review-rating-number {
	top: -1px;
}
.smaller .review-rating-number span:first-child {
	font-size:2rem;
	font-weight: 700;
	line-height: 1;
	color: #F2923B;
	margin-right: 5px;
}
.smaller .review-rating-stars div {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
}
.smaller .review-rating-stars div:after {
	background-size: 20px auto;
}

label small {
	text-transform: none;
}


/* Progress
-------------------- */
.review-progress {
	box-sizing: border-box;
	width: 100%;
	margin-top: 2rem;
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, 0.106);
	border-radius: 20px;
}
.review-progress.wide .progress-value {
	width: 90px;
}

.progress-item {
	width: 100%;
	display: flex;
	align-content: space-around;
	align-items: baseline;
	font-size: 15px;
}
.progress-value {
	width: 70px;
}
.progress-bar {
	flex-grow: 2;
	background-color: #e9e5e3;
	height: 10px;
	border: 0px solid white;
	padding: 0rem;
	margin: 0 10px;
	border-radius: 10px;
}
.progress-bar .meter {
	background: rgb(97,208,100);
	background: -moz-linear-gradient(left,  rgba(97,208,100,1) 0%, rgba(40,199,70,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(97,208,100,1) 0%,rgba(40,199,70,1) 100%);
	background: linear-gradient(to right,  rgba(97,208,100,1) 0%,rgba(40,199,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d064', endColorstr='#28c746',GradientType=1 );
	height: 100%;
	display: block;
	border-radius: 10px;
}
.progress-amount {
	width: 25px;
	text-align: right;
}


.text-wrapper.reviews hr {

	border-width: 1px;
	border-color: #e1dfe0;
	max-width: 100%;
	width: 100%;
	margin-top: 20px
}
.text-wrapper.reviews .button {
	width: 100%;
}




/* Review Box
-------------------- */

.review-box {
	background: #fff;
	border-radius: 20px;
	padding: 2rem;
	margin-bottom: 1rem;
	min-height: 176px;
}

	.review-box .image-container {
		position: relative;
		height: 250px;
		overflow: hidden;
	}

		.review-box .image-box {
			display:table-cell;
			text-align:center;
			vertical-align: middle;
			height: 250px;
			position: relative;
		}

		.review-box .image-container .fancybox-button img {
			display:inline-block;
			margin: 0 auto;
			position: relative ;
			border-radius: 10px;
		}

.review-content {
	position: relative;
	display: block;
	padding-right: 2rem;
}
.review-content p {
	margin:0;

}
.review-content .extra {
	display: none;
}
.review-content.active .extra {
	display: block;
}

.review-share-button {
	position: absolute;
	top:0;
	right: 1rem;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	background-color: #f2f2f2;
	z-index: 4;
}
.review-share-button i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #b3aba8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.review-share-button:hover i {
	color: #968a87;
}
.review-info {
	margin-top: 15px;
	display: block;

}
.review-info dl {
	display: flex;
	align-content: space-around;
	font-family: inherit;
	font-size: 0.96rem;
	line-height: 1.6;
	list-style-position: outside;
	margin: 0;
	margin-bottom: 0rem;
	border-bottom: 1px solid #eee;
	padding: 0.2rem 0;
}
.review-info dl dt {
	width: 80%;
	margin-bottom: 0rem;
	font-weight: normal
}
.review-info dl dd {
	margin-bottom: 0;
	font-weight: bold
}
.review-info dl:last-child {
	border:0;
}
.review-info-tooltip.has-tip {
	outline: 0;
	border:0 !important;

}
.review-info-tooltip i {
	color: #c8c2be;
}
.review-info-tooltip:hover i {
	color: #F2923B;
}

	@media (max-width: 500px) {
		.review-box {
			background: #fff;
			border-radius: 10px;
			padding: 1rem;
			margin-bottom: 1rem;
		}
		.review-content {
			position: relative;
			display: block;
			padding-right: 0rem;
			padding-bottom: 1rem;
		}
		.review-info dl {
			font-size: 0.86rem;

		}
		.review-info dl dt {
			width: 75%;
			margin-bottom: 0rem;
			font-weight: normal
		}

	}



/*
--------------------
Reviews Form
-------------------- */


.white-popup.medium {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-bottom: 40px;
	max-width: 800px;
}

/* Title + Text */
.questions-head {
	margin:auto;
	/*max-width: 620px;*/
	padding-bottom: 2rem;
}
.questions-title {
	font-size: 2rem;
	font-weight: 700;
}
.questions-subtitle {
	font-size: 1.4rem;
	font-weight: 400;
}
.questions-lead {
	margin-top: 1rem;
}
.questions-lead p {
	font-weight: 600;
}

.questions-form {

}

.question-box {
	background: #fff;
	border-radius: 10px;
	padding: 2rem;
	margin-bottom: 1rem;
	overflow: hidden;
}

.question-box.message {
	display: none;
	background-color:#F2923B;
	color: white;
	text-align: center;
}
.question-box.message.bottom {
	background-color:#292b3d;
}

.question-box.message a {
	color: black;
	text-decoration: underline;
}

.question-box.message p {
	font-size: 1.3em;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}

.question-box.error label {
	color: #4d4d4d !important;
}

.question-box .error {
	color: #EE1E2D;
}

.questions-form label.question-title {
	font-size: 22px;
	font-weight: bold;
}
.questions-form label.question-title.margin-bottom-15 {
	margin-bottom: 15px;
}
.question-box.website {
	display: none;
}


.questions-form input[type="text"],
.questions-form textarea {
	width: 100%;
	box-shadow: none !important;
	border:0;
	border-bottom: 2px solid #eee;
	padding-left: 0;
	font-size:1rem;
	color: #485062;
	padding-top: 0.7rem;
}
.questions-form input[type="text"]:focus,
.questions-form textarea:focus {
	border-color: #ff7d29;
}

.questions-form .description {
	padding: 20px;
	margin: 2rem -2rem -2rem -2rem;
	/* border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; */
	font-size: 85%;
	font-weight: 600;
	background: #00829E;
	color: rgba(255, 255, 255, 0.85);
}

/* Form Radio buttons / Checkboxes / Etc. */
.control-group {
  display: inline-block;
  vertical-align: top;
  text-align: left;
	padding: 10px 0;
	position: relative;
}
.question-box .control-group {
	display: block;
}
.control-group.fill-row  {
 width: 100%;
}
.control-group.vertical  {

}

.control-group-title {
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin-top: 10px;
	color: #7c828f;
}

.control {

  display: inline-block;
  position: relative;
  padding: 0 0px 44px;
  margin-bottom: 15px;
  margin-left: -5px;
  width: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight:bold;
  text-align: center;

}
.fill-row .control {
  width: 10%;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);

  height: 40px;
  width: 40px;
  background: #fff;
  border: 2px solid #e9e5e3;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {

  border-color: #cdc8c6;
}
.control input:checked ~ .control__indicator {

  border-color: #cdc8c6;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {

}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: rgb(97,208,100);
	background: -moz-linear-gradient(left,  rgba(97,208,100,1) 0%, rgba(40,199,70,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(97,208,100,1) 0%,rgba(40,199,70,1) 100%);
	background: linear-gradient(to right,  rgba(97,208,100,1) 0%,rgba(40,199,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d064', endColorstr='#28c746',GradientType=1 );

	box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.05);
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

/* Boxed */
.control-group.boxed {
  display: flex;
	align-content: space-around;
	flex-wrap: wrap;
  vertical-align: top;
  text-align: left;
	padding: 10px 0 0;
	width: 100%;
}
.boxed .control {

  display: inline-block;
  position: relative;
  padding: 0 0px 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 5px;
  width: 24%;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight:bold;
}
.boxed .control span {
	width: 100%;
	display: block;
	position: absolute;
	top: 42%;
	text-align: center;
  transform: translateY(-50%);
  line-height: 1;
  z-index: 3;
}
.boxed .control input:checked ~ span {
  color: #fff;
}

.boxed .control__indicator {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);

  height: 44px;
  width: 100%;
  background: transparent;
  border: 2px solid #eee;
  z-index: 1;
}

.boxed .control--radio .control__indicator {
  border-radius: 5px;
}
.boxed .control--radio .control__indicator:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 32px;
  width: calc(100% - 8px);
  border-radius: 2px;
	z-index: 1;
}
.boxed.primary .control--radio .control__indicator:after {
  background: rgb(255,137,51);
	background: -moz-linear-gradient(left,  rgba(255,137,51,1) 0%, rgba(255,125,41,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,137,51,1) 0%,rgba(255,125,41,1) 100%);
	background: linear-gradient(to right,  rgba(255,137,51,1) 0%,rgba(255,125,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8933', endColorstr='#ff7d29',GradientType=1 );

	box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.05);
	z-index: 1;
}
.boxed .control--radio .control__indicator.excellent:after {
  background: rgb(48,174,52);
	background: -moz-linear-gradient(left,  rgba(48,174,52,1) 0%, rgba(15,157,42,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(48,174,52,1) 0%,rgba(15,157,42,1) 100%);
	background: linear-gradient(to right,  rgba(48,174,52,1) 0%,rgba(15,157,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ae34', endColorstr='#0f9d2a',GradientType=1 );


	box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.05);
	z-index: 1;
}

.boxed .control--radio .control__indicator.average:after {
  background: rgb(205,223,50);
	background: -moz-linear-gradient(left,  rgba(205,223,50,1) 0%, rgba(193,212,35,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(205,223,50,1) 0%,rgba(193,212,35,1) 100%);
	background: linear-gradient(to right,  rgba(205,223,50,1) 0%,rgba(193,212,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cddf32', endColorstr='#c1d423',GradientType=1 );

	box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.05);
	z-index: 1;
}
.boxed .control--radio .control__indicator.bad:after {
  background: rgb(241,28,68);
background: -moz-linear-gradient(left,  rgba(241,28,68,1) 0%, rgba(229,28,66,1) 100%);
background: -webkit-linear-gradient(left,  rgba(241,28,68,1) 0%,rgba(229,28,66,1) 100%);
background: linear-gradient(to right,  rgba(241,28,68,1) 0%,rgba(229,28,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f11c44', endColorstr='#e51c42',GradientType=1 );


	box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.05);
	z-index: 1;
}


/* Vertical */
.vertical .control {
	display: block;
	width: auto;
	padding-bottom: 0;
	padding-left: 50px;
	padding-top: 6px;
	text-align: left;
}
.vertical .control__indicator {
  position: absolute;
  top:0;
  bottom: auto;
  left: 0;
  transform: translateX(0%);

  height: 40px;
  width: 40px;
  background: transparent;
  border: 2px solid #eee;
  z-index: 1;
}
.vertical .control span {
	width: 100%;
	display: block;
	position: relative;
	top: auto;
	text-align: left;
  transform: translateY(0%);
  line-height: 1;
  z-index: 3;
}

/* Info */
.control-group-info {
	position: absolute;
	bottom:0;
	left:0;
	font-size: 0.86rem;
	font-weight: 700;
	opacity: 0.6;
}
.control-group-info:last-child {
	left: auto;
	right:1rem;
	text-align: right;
}

.select {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 96%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  height: auto;
  outline: 0;
  border: 0;
  border-radius: 0px;
  background: #fff;
  border-bottom: 2px solid #e9e5e3;
  color: #485062;
  font-size: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #fff;
  border-color: #cdc8c6
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #485062 transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/* Button */

.questions-form .button {
	margin: 0 0 0rem;
}



	@media (max-width: 500px) {
		.white-popup.medium {
			margin-top: 5px;
			margin-bottom: 1px;
			padding-bottom: 40px;
			max-width: 800px;
		}

		/* Title + Text */
		.questions-head {
			margin:auto;
			max-width: 620px;
			padding: 0 1rem 2rem;
		}
		.questions-title {
			font-size: 1.6rem;
			font-weight: 700;
		}
		.questions-subtitle {
			font-size: 1.2rem;
			font-weight: 400;
		}
		.questions-lead {
			margin-top: 1rem;
		}
		.questions-lead p {
			font-weight: 600;
		}

		.questions-form {

		}

		.question-box {
			background: #fff;
			border-radius: 0px;
			padding: 1rem 1rem;
			margin-bottom: 1rem;
		}

		.questions-form label.question-title {
			font-size: 18px;
			font-weight: bold;
		}

		.fill-row .control {
		  width: 10%;
		  margin-right: 1px;
		}

		.fill-row .control .control__indicator {
		  position: absolute;
		  bottom: 2px;
		  left: 50%;
		  transform: translateX(-50%);

		  height: 32px;
		  width: 32px;
		  background: #fff;
		  border: 2px solid #e9e5e3;
		}

		.boxed .control {
			display: inline-block;
		  position: relative;
		  padding: 0 0px 0px;
		  margin-bottom: 10px;
		  margin-left: 0px;
		  margin-right: 5px;
		  width: 23%;
		  height: 40px;
		  cursor: pointer;
		  font-size: 16px;
		  font-weight:bold;
		}
		.boxed .control span {
			font-size: 13px;
		}

	}


/* Section Reviews */

#reviews .review-wrap {
	margin-top: 2rem;
	padding-left: 1rem;
}

.review-overall ul.pagination li {
	font-size: 1.0em;
	height: 29px;
	line-height: 29px;
}
.review-overall ul.pagination li.page {
	background-color: white;
	border-radius: 4px;
	font-weight: 700;
}
.review-overall ul.pagination li.page.current {
	background-color: #292b3d;
	color: white;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;

}

.popup-layer {
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 100%;
	height: 10px;
	background-color: rgba(255, 255, 255, 0);
}


.f-dropdown.drop-top.right:after {
	display: none;
}
.f-dropdown.drop-top.right:before {
	display: none;
}

.revquest{

	font-size: 14px;
	line-height: 13px !important;
	color: rgba(10, 17, 92, 0.6);
	margin: 0 0 0;
}
/*

@media (max-width: 374px) {
.revquest{
	font-size: 9.5px;
	letter-spacing: -0.2px;
}
}
 */


 .gr-button{
	min-width:320px;
	padding:14px 20px;
	background:transparent !important;
	color:#1f223d;
	text-decoration:none;
	border-radius: 10px;
	display:inline-flex;
	align-items:center;
	/* border-bottom:2px solid #26293c; */
	cursor:pointer;
	transition:background-color .2s,border-bottom-color .2s
}
.gr-button:hover{ color:#1f223d}
.gr-button .gr-image{margin-right:10px}
.gr-button .gr-image img{width:32px}
.gr-button .gr-title{font-size:12px;margin-bottom:-3px}
.gr-button .gr-title br { display: none;}
.gr-button .gr-subtitle{
	position: relative;
	display: inline-block;
	font-size: 10px;
	top: -1px;
}
.gr-stars{display: inline-flex; align-items: center; line-height:1;color:#f79b4d;font-weight:600}
.gr-star,.gr-star-filled,.gr-star-half-filled{position: relative; top: -2px;display:inline-block;vertical-align:middle;width:16px;height:17px}
.gr-star-filled:first-child,.gr-star-half-filled:first-child,.gr-star:first-child{margin-left:5px}
.gr-star{ background:center bottom/16px 16px no-repeat url("./gr/star.svg")}
.gr-star-filled{ background:center bottom/16px 16px no-repeat url("./gr/star_filled.svg")}
.gr-star-half-filled{ background:center bottom/16px 16px no-repeat url("./gr/star_half_filled.svg")}

#topbar .gr-button {
	padding: 0;
	padding-left: 0;
	transform-origin: left;
	transform: scale(0.8);
}
#topbar .gr-button .gr-image img{width:25px} 

@media (max-width: 640px) {
	.gr-button{
		min-width:180px;
		padding:20px 20px;
		padding-left: 0;
	}
}


/*
--------------------
CSS DIE NOG OVERGEZET MOET WORDEN NAAR UIKIT CSS FILE
-------------------- */


/* Toegevoegd omdat er anders links van de quote soms nog een kort woordje uit de tekst zweefde en de quotes te breed werden voor mobiel (horizontale scrollbar) */
@media (max-width: 639px) {
	 .uk-width-3-4\@m .textblock-content blockquote, .uk-width-3-4\@m .section-text blockquote, .section-text blockquote {
		width: 90%;
		margin-right: 3%;
		margin-left: 7%;
	}
	
	.section-text blockquote:after{
		top: -45px;
		right: -30px;
		width: 50px;
		height: 50px;
		background-size: 20px auto;
	}
}


/* Toegevoegd omdat er achter elke 'zoek uw boot' button nog een wit vlak zat */
@media (max-width: 639px) {
  .page-inhoud.page-front-no .section-wrapper.section-filters {
		background-color: #F9F4EF;
    }
}    

/* Toegevoegd omdat de overlays in slideshows op mobiel zo groot waren dat je de foto bijna niet meer zag */
@media (max-width: 639px) {
	.uk-slideshow-items .uk-overlay {
		padding: 8px 8px;
		font-size: 13px;
	}
}	


.textblock.review a.objectitem {
  background: linear-gradient(to right, rgba(242, 146, 59, 0.4), rgba(242, 146, 59, 0.4)), linear-gradient(to right, #F2923B, #F2923B, #F2923B);
  background-size: 100% 0.096em, 0 0.096em;
  background-position: 100% 90%, 0 90%;
  background-repeat: no-repeat;
  transition: background-size 200ms;
  font-weight: bold;
}
.textblock.review a.objectitem:hover {
  background-size: 0 0.096em, 100% 0.096em;
}

.compare-scrollbar{
	z-index: 999;
}

.socialist{
	z-index: 999;
	position: relative;
}

.video-container iframe{
	height: 100% !important;
}

.hoofdnav .uk-navbar-dropdown-nav > li > a {
	padding-top: 8px;
	padding-bottom: 6px;
}

.hoofdnav .uk-navbar-dropdown-nav {
	font-size: 14px;
}

.hoofdnav .menu-item.menu-18863{
	display: none;
	visibility: hidden;
}

.hoofdnav .menu-item.menu-20081{
	display: none;
	visibility: hidden;
}