.reviewcontten{
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.reviewten{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.reviewblockpunctten{
	width: 36px;
	height: 36px;
	margin: 0 auto;
}

.reviewblockpunctimgten{
	width: 80%;
	height: 80%;
	margin: 10%;
	object-fit: contain;
	object-position: center;
}

.reviewblocktextten{
	  font-family: Roboto;

  font-size: 24px;

  font-weight: 500;

  font-style: italic;

  font-stretch: normal;

  line-height: 1.54;

  letter-spacing: -0.2px;

  text-align: center;

  color: #fff;
}

.reviewblockwhereten{
	  font-family: Roboto;

  font-size: 18px;

  font-weight: 300;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;

  color: #fff;
}

.reviewblocksocialten{
	width: 36px;
	height: 36px;
	margin: 0 auto;
}

.reviewblocksocialimgten{
	width: 90%;
	height: 90%;
	object-fit: contain;
	object-position: center;
	margin: 5%;
}

.reviewblockten .slick-arrow{
	width: 47px;
	height: 47px;
	background-color: transparent;
	border: none;
	outline: none;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
	opacity: .9;
	cursor: pointer;
	transition: .2s;
}

.reviewblockten .slick-arrow:hover{
	opacity: 1;
}

.reviewblockten .slick-arrow:active{
	opacity: .7;
}

.reviewblockten .kraytslickarrow{
	width: 15px;
	height: 15px;
	margin-left: 10px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}

.reviewblockten .slick-prev{
	top: calc(50% - 24px);
	left: 0px;
}

.reviewblockten .slick-next{
	top: calc(50% - 24px);
	right: 0px;
	transform: rotate(180deg);
}

.reviewblockslideten{
	cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
} 

/* Large desktops and laptops */
@media (min-width: 1400px) {
		.reviewblockslideten{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.reviewblocktextten{
		padding-top: 21px;
	}
	.reviewblockwhereten{
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
	.reviewblockslideten{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.reviewblocktextten{
		padding-top: 21px;
	}
	.reviewblockwhereten{
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.reviewblockslideten{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.reviewblocktextten{
		padding-top: 17px;
	}
	.reviewblockwhereten{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.reviewblockslideten{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.reviewblocktextten{
		padding-top: 15px;
	}
	.reviewblockwhereten{
		padding-top: 27px;
		padding-bottom: 27px;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.reviewblockslideten{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.reviewblocktextten{
		padding-top: 10px;
	}
	.reviewblockwhereten{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.reviewblockslideten{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.reviewblocktextten{
		padding-top: 10px;
	}
	.reviewblockwhereten{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}	