/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for oldr browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style:none outside none;
}

input, button {
		-webkit-appearance: none;
		-webkit-border-radius:0;
		border-radius: 0;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}

.container {
		max-width: 1500px;
		width: 90%;
		margin: 0 auto;
		display: block;
		position: relative;
		padding: 0;
}

body {
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		color: #596178;
		margin: 0;
		padding: 0;
		font-size: inherit;
		line-height: inherit;
		background: #fff;
		width: 100%;
}

.cover, .modal {
	display:none;
}

.opening {
		width:100%;
		display:block;
		background:#f5f5f5;
		padding:50px 0 0;
}

.opening .container {
		display:flex;
		flex-flow:row wrap;
		justify-content:center;
		align-items:center;
		max-width:1200px;
}

.opening .container .left {
		width:45%;
		max-width:550px;
}

.opening .container .left img {
		width:auto;
		height:auto;
		max-width:100%;
		max-height:80vh;
		left:50%;
		position:relative;
		transform:translateX(-50%);
}

.opening .container .right {
		width:50%;
		text-align:left;
		color:#000;
		margin-left:5%;
}

.opening .container .right h1 {
		font-weight:900;
		font-size:90px;
		text-transform:uppercase;
		letter-spacing:-1px;
		line-height:100px;
}

.opening .container .right h3 {
	font-size:40px;
	line-height:55px;
	font-weight:400;
	padding-bottom:10px;
}

.opening .container .right p {
		font-weight:300;
		font-size:25px;
		line-height:35px;
}

.reviews {	
		padding:50px 0;
		width:100%;
		display:block;
}

.reviews .featured {
		width:100%;
		max-width:1000px;
		position:relative;
		display:block;
		margin:0 auto 50px;
}

.reviews .others {
		display:flex;
		flex-flow:row wrap;
		justify-content:space-between;
		align-items:stretch;
		width:100%;
}

.reviews .card {
		overflow:hidden;
		width:48%;
		border-radius:10px;
		text-align:left;
		margin-bottom:30px;
}

.reviews .featured .card {
		width:100%;
}

.reviews .card .heading {
		background:#1E818E;
		width:100%;
		border-bottom:2px solid #3DE4D0;
		padding:15px 5%;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:3px;
		color:#fff;
}

.reviews .card .review-body {
		width:100%;
		box-sizing:border-box;
		padding:30px 40px;
		text-align:left;
		font-size:16px;
		line-height:28px;
		color:#596178;
		font-weight:300;
		border:1px solid #E1E3E7;
		border-radius:0 0 10px 10px;
		background:#f5f5f5;
}

.reviews .card .review-body p {
		padding-bottom:20px;
}

.you-too {
		width:100%;
		text-align:center;
		color:#596178;
		font-size:20px;
		font-weight:400;
}

.you-too a {
	color:#FA8521;
	text-decoration:none;
}

.audio {
		position:fixed;
		width:300px;
		bottom:15px;
		right:30px;
}

.audio .close {
		font-size: 12px;
		color: #fff;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		box-sizing: border-box;
		padding-top: 4px;
		margin-left: 97.5%;
		margin-top: -16px;
		position: absolute;
		text-align: center;
		background: #393939;
		display: block;
		cursor: pointer;
}

.audio .iframe-container {
		width:100%;
		height:0;
		padding-bottom:56.25%;
		position:relative;
}

.audio .iframe-container iframe {
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
}

.audio audio {
	width:100%;
}

@media only screen and (max-width:1099px) {
		.opening .container .right {
			width:40%;
			margin-left:5%;
		}
		
		.opening .container .right h1 span {
			font-size:60px;
		}
}

@media only screen and (max-width:999px) {
		.opening .container {
			flex-flow:column-reverse nowrap;
			justify-content:center;
		}
		
		.opening .container .left, .opening .container .right {
			width:100%;
			max-width:100%;
		}
		
		.opening .container .right {
			padding-bottom:15px;
			text-align:center;
			margin:0;
		}
		
		.reviews .others {
			flex-flow:column nowrap;
			justify-content:center;
		}
		
		.reviews .card {
			width:100%;
		}
		
		.audio {
			position:relative;
			margin:10px auto;
			display:block;
			max-width:90%;
			right:auto;
		}
}

@media only screen and (max-width:399px) {
		.opening .container .right h1 {
			font-size:75px;
			line-height:65px;
		}
		
		.opening .container .right h1 span {
			font-size:45px;
		}
		
		.reviews .card .review-body {
			padding:15px 5%;
		}
		
		.you-too {
			font-size:16px;
			line-height:24px;
		}
}