/***************************************
* FONTS
***************************************/

@font-face {
    font-family: 'Optima-Black';
    src: url('../fonts/Optima-ExtraBlack.eot');
    src: url('../fonts/Optima-ExtraBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Optima-ExtraBlack.woff2') format('woff2'),
        url('../fonts/Optima-ExtraBlack.woff') format('woff'),
        url('../fonts/Optima-ExtraBlack.ttf') format('truetype'),
        url('../fonts/Optima-ExtraBlack.svg#Optima-ExtraBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima-Bold-Italic';
    src: url('../fonts/Optima-BoldItalic.eot');
    src: url('../fonts/Optima-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Optima-BoldItalic.woff2') format('woff2'),
        url('../fonts/Optima-BoldItalic.woff') format('woff'),
        url('../fonts/Optima-BoldItalic.ttf') format('truetype'),
        url('../fonts/Optima-BoldItalic.svg#Optima-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Optima-Bold';
    src: url('../fonts/Optima-Bold.eot');
    src: url('../fonts/Optima-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Optima-Bold.woff2') format('woff2'),
        url('../fonts/Optima-Bold.woff') format('woff'),
        url('../fonts/Optima-Bold.ttf') format('truetype'),
        url('../fonts/Optima-Bold.svg#Optima-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima-Italic';
    src: url('../fonts/Optima-Italic.eot');
    src: url('../fonts/Optima-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Optima-Italic.woff2') format('woff2'),
        url('../fonts/Optima-Italic.woff') format('woff'),
        url('../fonts/Optima-Italic.ttf') format('truetype'),
        url('../fonts/Optima-Italic.svg#Optima-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('../fonts/Optima-Regular.eot');
    src: url('../fonts/Optima-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Optima-Regular.woff2') format('woff2'),
        url('../fonts/Optima-Regular.woff') format('woff'),
        url('../fonts/Optima-Regular.ttf') format('truetype'),
        url('../fonts/Optima-Regular.svg#Optima-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/***************************************
* GENERIC DEFINITIONS
***************************************/

body {
	font-family: Verdana, non-serif;
	background: #000;
}

#content {
	width: 100%;
	height: 100%;
	background: #efefef;
	position: absolute;
}

#content #mainVideoWrapper {
	width: 100%;
	height: 100%;
	background: #222;
}

#content #mainVideoWrapper video {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

#content #overlayWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 570px;
	display: none;
}
#content .playOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: rgba(253, 0, 0, 0);
	z-index: 9;
}
#content .choiceOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: rgba(50,50,50,.9);
	display: none;
	z-index: 10;
	background-image: url("../images/Back-ByH.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#content #choiceOverlayCounter {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 6px 8px;
	z-index: 11;
	width: 20px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: rgba(100,100,100,.5);
	display: none;
}

#content .otherOverlay {
	position: absolute;
}

#content .otherOverlay iframe {
	border: none;
	background: #fff;
}

/***************************************
* CUSTOM OVERLAYS, WEBSITES, ETC.
***************************************/

/* Decision Overlay 1 */
.choiceOverlay#choice1 .action1 {
	margin: 50px;
	padding: 10px 20px;
	color: #fff;
	background: #779977;
}

.choiceOverlay#choice1 .action1:hover {
	background: #444;
	cursor: pointer;
}

.choiceOverlay#choice1 .action2 {
	margin: 50px;
	padding: 10px 20px;
	color: #fff;
	background: #777799;
}

.choiceOverlay#choice1 .action2:hover {
	background: #444;
	cursor: pointer;
}

/* Decision Overlay 2 (with background image) */

.choiceOverlay#choice2 {
	background-image: url("../images/placeholder.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.choiceOverlay#choice2 .action1 {
	margin: 50px;
	padding: 10px 20px;
	color: #fff;
	background: #997777;
}

.choiceOverlay#choice2 .action1:hover {
	background: #444;
	cursor: pointer;
}

.choiceOverlay#choice2 .action2 {
	margin: 50px;
	padding: 10px 20px;
	color: #fff;
	background: #777799;
}

.choiceOverlay#choice2 .action2:hover {
	background: #444;
	cursor: pointer;
}

/* Decision Overlay 3 */
.choiceOverlay#choice3 .action1 {
	margin: 50px;
	padding: 10px 20px;
	color: #fff;
	background: #997777;
}

.choiceOverlay#choice3 .action1:hover {
	background: #444;
	cursor: pointer;
}

.choiceOverlay#choice3 .action2 {
	margin: 50px;
	padding: 10px 20px;
	color: #fff;
	background: #779977;
}

.choiceOverlay#choice3 .action2:hover {
	background: #444;
	cursor: pointer;
}

/* Website Overlay Positions */

#exampleWebsite1 {
	top: 5%;
	left: 10%;
	width: 40%;
	height: 60%;
}

#exampleWebsite2 {
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}

/*CUSTOM*/
h1{
	font-size: 3.5rem;
}
.optima{
	font-family: 'Optima';
}
.optima-italic{
	font-family: 'Optima-Italic';
}
.optima-italic-bold{
	font-family: 'Optima-Italic-Bold';
}
.optima-bold{
	font-family: 'Optima-Bold';
}
.optima-black{
	font-family: 'Optima-Black';
}
video::-webkit-media-controls-fullscreen-button
{
        display: none !important;
}
.min-height-100{
	min-height: 100vh;
}
.fs-0{
	font-size: 4em;
}
.top-40{
	top:40% !important;
}
.h-40{
	height: 40%!important;
}
.text-green{
	color:#A2D427;
}
.text-white{
	color:#fff;
}
.btn-info{
	border-radius: 50px;
    padding: 20px 50px;
}
.btn-black{
	background-color: #707070;
    border-color: #707070;
	border-radius: 50px;
    padding: 10px 50px;
	font-size:1.2em;
}
.rating .stars li{
	width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
	margin:10px;
	background: url(../images/HyB_estrella.png) no-repeat;
    background-size: contain;
}
.rating .stars li::before{
	content: ' ';
}
.rating .stars li.on{
	background: url(../images/HyB_estrella-hover.png) no-repeat;
    background-size: contain;
}