* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, ../sass/style.scss */
body {
/*  font-size: 15px;
  line-height: 25px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  background-color:#16A085;*/
}

/* line 19, ../sass/style.scss */
.verticalCarousel {

}

.verticalCarouselHeader {
	width: 100%;
	margin-top: 10px;
	color: #6d6d6f;
	font-size: 50px !important;
	padding-bottom: 15px;
}
.reviews_blockquote{
		width: 60%;
		float: left;
	}
.vc_container {
	width: 100%;
	float: left;
}
.general_score {
	width: 100%;
	float: left;
}
@media only screen and (min-width : 100px) and (max-width : 419px){
blockquote {
	display: block;
	border-width: 4px;
	border-style: solid;
	border-color: #baa085;
	position: relative;
	padding-left: 60px;
	font-size: 25px;
	font-weight: 500;
}
blockquote::before {
	content: '\201C';
	position: absolute;
	top: 3px;
	left: -1%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 2rem;
	height: 3rem;
	font: 4em/1.08em 'PT Sans', sans-serif;
	text-align: center;
	color: #baa085;
}
blockquote::after {
	content: '\201D';
	position: absolute;
	bottom: -26px;
	left: 100%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 2rem;
	height: 41px;
	font: 4em/1.08em 'PT Sans', sans-serif;
	text-align: center;
	color: #baa085;
}	
}
@media only screen and (min-width : 420px) and (max-width : 959px){
blockquote {
	display: block;
	border-width: 4px;
	border-style: solid;
	border-color: #baa085;
	position: relative;
	padding-left: 60px;
	font-size: 33px;
	font-weight: 500;
}
blockquote::before {
	content: '\201C';
	position: absolute;
	top: -12px;
	left: 0%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 3rem;
	height: 4rem;
	font: 4em/1.08em 'PT Sans', sans-serif;
	text-align: center;
	color: #baa085;
}
blockquote::after {
	content: '\201D';
	position: absolute;
	bottom: -61px;
	left: 99%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 3rem;
	height: 4rem;
	font: 4em/1.08em 'PT Sans', sans-serif;
	text-align: center;
	color: #baa085;
}
}
@media (min-width: 960px) {
	blockquote {
	display: block;
	border-width: 4px;
	border-style: solid;
	border-color: #baa085;
	position: relative;
	padding-left: 60px;
	font-size: 33px;
	font-weight: 500;
}
blockquote::before {
	content: '\201C';
	position: absolute;
	top: 5px;
	left: 0%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 4rem;
	height: 4rem;
	font: 4em/1.08em 'PT Sans', sans-serif;
	text-align: center;
	color: #baa085;
}
blockquote::after {
	content: '\201D';
	position: absolute;
	bottom: -51px;
	left: 100%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 4rem;
	height: 4rem;
	font: 4em/1.08em 'PT Sans', sans-serif;
	text-align: center;
	color: #baa085;
}
}
.reviews_buttons {
	width: 40%;
	float: left;
}
/* line 27, ../sass/style.scss */
.verticalCarouselHeader:after {
  content: "";
  display: block;
  clear: both;
}
/* line 32, ../sass/style.scss */
.verticalCarouselHeader h3 {
  float: left;
  margin: 0px;
}
/* line 36, ../sass/style.scss */
.verticalCarouselHeader .vc_goUp, .verticalCarouselHeader .vc_goDown {
  float: right;
  display: block;
  width: 39px;
  height: 39px;
/*  background: #fff;*/
  text-align: center;
  color: #000;
  margin-left: 5px;
}
/* line 45, ../sass/style.scss */
.verticalCarouselHeader .vc_goUp:active, .verticalCarouselHeader .vc_goDown:active {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

/* line 52, ../sass/style.scss */
.verticalCarouselGroup.vc_list > li {
  margin: 15px;
  border-width: 0px;
  border-style: solid;
  padding: 15px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 57, ../sass/style.scss */
.verticalCarouselGroup.vc_list > li h4 {
  margin: 0px 0px 15px;
}
/* line 60, ../sass/style.scss */
.verticalCarouselGroup.vc_list > li p {
  margin: 0px 0px 0px;
}
.vc_goUp {
	background-image: url(../../../images/arrow_left.png) !important;
	width: 34px !important;
	height: 54px !important;
	margin-top: 10px !important;
	margin-right: 10px;
}
.vc_goDown {
	background-image: url(../../../images/arrow_right.png) !important;
	width: 34px !important;
	height: 54px !important;
	margin-top: 10px !important;
}
.reviewswrapper {

    float: left;
    padding: 2%;
    width: 100%;
    background-color: white;
}
/*.reviewswrapper:nth-of-type(odd) {
    border-bottom: 1px solid black;
    float: left; 
	padding: 2%;
    width: 100%;
    background-color: white;
}*/
.reviewsname{
	width: 100%;
	float: left;
	padding: 5px;
}
.circle {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background: #baa085;
	border: 3px solid #4d4d4d;
	padding-left: 6px;
	padding-top: 36px;
}
.reviewscountry{
	width: 100%;
	float: left;
	padding: 5px;
}
.reviewsdate{
	width: 100%;
	float: left;
	padding: 5px;
}

.reviewtitle {
    float: left;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 38px;
    padding: 5px;
    text-decoration: underline;
    width: 100%;
}
.reviewtitle .reviewsbullets2 {
	margin-top: 8px;
}
.reviewtitle1 {
    float: left;
    margin-left: 5px;
    width: auto;
	margin-right: 20px;
}
.reviewdata {
    float: left;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 5px;
    text-align: justify;
    width: 100%;
}
.reviewsstars {
    float: right;
    font-size: 14px;
    margin-bottom: -7px;
    margin-top: -7px;
    width: 90px;
}
.reviews {
    float: left;
    font-size: 12px;
    line-height: 20px;
    width: auto;
}
.reviews a:link{
	color: black;
	text-decoration: none;
}
.reviews a:visited{
	color: black;
	text-decoration: none;
}
.wrapperreviewsbullets13 {
	width: 100%;
	float: left;
}
.reviewsbullets13 {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
/* For medium devices (e.g. tablets) */
@media (min-width: 420px) {
.reviewsbullets13 {
	width: 33.3%;
	float: left;
	margin-bottom: 10px;
}
}
.reviewsbullets{
    background-image: url("/images/reviews-blue.png");
	background-repeat: no-repeat;
    background-position: 0 -96px;
    float: left;
    height: 20px;
    width: 90px;
}
.reviewvalue {
    float: left;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.reviewscore {
    float: left;
    font-size: 10px;
    text-align: center;
    width: 100%;
}
.reviewsbullets1{
    float: left;
    line-height: 37px;
    padding-left: 5px;
    width: 185px;
}

/*.reviewsbullets2 {
    background-image: url("/images/reviews-blue.png");
    background-position: 0 -96px;
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: 90px;
}*/
.reviewsbullets2 {
	background-image: url("/images/new_site/star_empty_gold.png");
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 112px;
}
.reviewstype {
    float: left;
    margin-right: 2px;
    width: 70px;
}