﻿
.star-rating {
	text-align: center;
	color: #3763eb;
	font-size: 1.2rem;
	margin-top: 0.5rem;
	font-family: "abril-display", serif;
}

.header {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 30px;
	font-family: "abril-display", serif;
}

	.header h3 {
		font-style: italic;
		color: #0056b3;
		font-size: 20px;
		font-family: "abril-display", serif;
	}

	.header h1 {
		color: #003580;
		font-weight: bold;
		margin-top: 20px;
		font-size: 36px;
		font-family: "abril-display", serif;
	}

.testimonial {
	background-color: #ffffff;
	padding: 25px 30px;
	margin: 20px auto;
	border-radius: 12px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
	max-width: 800px;
	font-family: "abril-display", serif;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

	.testimonial:hover {
		transform: translateY(-3px);
		box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
		font-family: "abril-display", serif;
	}

	.testimonial p {
		font-size: 22px;
		line-height: 26px;
		display: block;
		height: auto;
		margin: 0 0 35px 25px;
		top: 15px;
		position: relative;
		background: url(images/textline.png) repeat-y;
		font-family: "abril-display", serif;
		color: #373737;
	}

.testimonial-footer {
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	color: #003580;
	font-family: "abril-display", serif;
}

.star-rating {
	text-align: center;
	margin-top: 20px;
	color: #f5c518;
	font-size: 22px;
}

.footer-note {
	text-align: center;
	margin-top: 60px;
	font-style: italic;
	color: #777;
	font-size: 16px;
}


.checked {
	color: orange;
}

blockquote > em {
	font-size: 26px;
	line-height: 31px;
	display: block;
	height: auto;
	margin: 0 0 35px 25px;
	top: 15px;
	position: relative;
	background: url(images/textline.png) repeat-y;
	font-family: "abril-display", serif;
	color: #373737;
}

blockquote.quote {
	position: relative;
	text-align: left;
	padding: 1rem 1.2rem;
	width: 100%; /* create space for the quotes */
	color: #484748;
	margin: 1rem auto 2rem;
}

blockquote.EN {
	background: linear-gradient(to right, #039be5 4px, transparent 4px) 0 100%, linear-gradient(to left, #039be5 4px, transparent 4px) 100% 0, linear-gradient(to bottom, #039be5 4px, transparent 4px) 100% 0, linear-gradient(to top, #039be5 4px, transparent 4px) 0 100%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

blockquote.quote:before,
blockquote.quote:after {
	font-family: FontAwesome;
	position: absolute;
	color: #039be5;
	font-size: 34px;
}

blockquote.EN:before {
	content: "\f10d";
	top: -12px;
	margin-right: -20px;
	right: 100%;
}

blockquote.EN:after {
	content: "\f10e";
	margin-left: -20px;
	left: 100%;
	top: auto;
	bottom: -20px;
}



.snip1515 {
	font-family: "abril-display", serif;
	position: relative;
	margin: 10px;
	min-width: 230px;
	max-width: 315px;
	width: 100%;
	color: #000000;
	text-align: center;
	line-height: 1.4em;
	font-size: 14px;
	box-shadow: none !important;
}

	.snip1515 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.snip1515 .profile-image {
		display: inline-block;
		width: 80%;
		z-index: 1;
		position: relative;
		padding: 10px;
		border: 2px solid #039be5;
	}

		.snip1515 .profile-image img {
			max-width: 100%;
			vertical-align: top;
		}

	.snip1515 figcaption {
		width: 100%;
		background-color: #F2F2F2;
		color: #555;
		padding: 125px 25px 25px;
		margin-top: -100px;
		display: inline-block;
	}

	.snip1515 h3,
	.snip1515 h4,
	.snip1515 p {
		margin: 0 0 5px;
		font-family: "abril-display", serif;
	}

	.snip1515 h3 {
		font-weight: 600;
		font-size: 1.5em;
		font-family: "abril-display", serif;
	}

	.snip1515 h4 {
		color: #8c8c8c;
		font-weight: 400;
		letter-spacing: 2px;
		font-family: "abril-display", serif;
	}

	.snip1515 p {
		font-size: 0.9em;
		letter-spacing: 1px;
		opacity: 0.9;
		font-family: "abril-display", serif;
	}

	.snip1515 .icons {
		text-align: center;
		width: 100%;
		font-family: "abril-display", serif;
	}

	.snip1515 i {
		padding: 10px 2px;
		display: inline-block;
		font-size: 18px;
		font-weight: normal;
		color: #039be5;
		opacity: 0.75;
		font-family: "abril-display", serif;
	}

		.snip1515 i:hover {
			opacity: 1;
			-webkit-transition: all 0.35s ease;
			transition: all 0.35s ease;
			font-family: "abril-display", serif;
		}
