5/* M A I N */
@font-face {
    font-family: 'Bryant';
    src: url('../fonts/bryant-light.eot');
    src: url('fonts/CaviarDreams_BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bryant-light.woff') format('woff'),
         url('../fonts/bryant-light.ttf') format('truetype'),


}
@font-face {
    font-family: Bryant;
    src: url(../fonts/bryant-light.ttf);
}
body {
	font-family: "Bryant", sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background: #000000;
	color: #6c6c6c;
	text-transform: uppercase;
}
h1 {
    color: #ffffff;
    font-size: 37px;
    margin-bottom: 20px;
        font-family: Bryant;

}
input:focus {
	outline: none !important;
}
button:focus {
	outline: none !important;
}
textarea:focus {
	outline: none !important;
}
button:focus {
	outline: none !important;
}
a {
	color: #6c6c6c;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
.active {
	color: #ffffff;
}
/* L A Y O U T */
.pagecontainer {
	text-align: center;
	width: 80vw;
	height: 79vh;
	margin: 10vh auto;
}
.textcontainer {
	display: inline-block;
	width: auto;
	vertical-align: top;
	text-align: center;
	margin: 0 2%;
}
.resumed {
	display: none;
}
.sv-container {
	display: inline-block;
	vertical-align: top;
	width: 58vw;
	height: 38vw;
	margin-top: 10px;
	/*overflow: hidden;*/
}
.fa-pause, .fa-play {
	margin: 0 15%;
	 width: 20px;
}
.adapt {
	height: auto;
	width: 100%;
	margin: 0 auto;
}
.lineheight {
	line-height: 25px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.controls {
	margin: 15px 0;
}
.controls .fa:hover {
	color: white;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 320px) {

.pagecontainer {
	margin: 3vh auto;
	width: 100%;
	height: 100%;
	text-align: center;
}
.sv-container { 
	width: 90vw;
	height: auto;
	margin: 0 auto;
	float: none;
}
.lineheight {
	line-height: 100%;
}
}
@media only screen and (min-width : 330px) and (max-width: 480px) {

	body {
		font-size: 10px;
	}
	.pagecontainer {
	margin: 10vh auto;
	width: 100%;
	height: 100%;
	text-align: center;
}
.textcontainer {
	float: none;
	margin: 0 auto;
}
h1 {
	font-size: 23px;
}
.sv-container {
	width: 55vw;
	margin-top: 0px;
	float: none;
	margin: 0 auto;
}
}

.slide {
    margin-top: 3px;
}

.fa.fa-play.resumed {
    width: 23.5px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top:0;
	height: 0;
	margin-top:3px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}