@font-face {
	font-family: "OptimaNormal";
	src: url(assets/fonts/LTe50019.woff);
}

@font-face {
	font-family: 'OptimaBold';
	src: url(assets/fonts/LTe50021.woff);
}
body, html {
	height: 100%;
	width: 100%;
	
	margin: 0px;
	background: rgb(45, 77, 88);
	
	/*font-family: "OptimaNormal", sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: black;
	letter-spacing: 0px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	
	-webkit-text-size-adjust: none;
}
a {
	color: rgb(0, 0, 0);
	text-decoration: none;
	/*border-bottom: 1px dotted #FFF;*/
}
a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
	/*border-bottom: 1px solid #FFF;*/
}

/*html {
	filter: invert(0);
}*/

.h1-hide {
	position: relative;
	top: 0px;
	left: 0px;
    width: 1px;
    height: 0px;
	overflow: hidden;
}

.h1-hide-text {
	font-size: 2px;
	color: white;
}


/*********************************************************** SMALL SCREEN */
	.main-inner-content {
		width: calc(100% - 40px);
	}
	
	.main-inner-content-2 {
		width: calc(100% - 40px - 0px);
	}
	
	.main-inner-content-3 {
		width: calc(100% - 40px - 0px);
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	.main-inner-content {
		width: calc(100% - 80px);
	}
	
	.main-inner-content-2 {
		width: calc(100% - 80px - 160px);
	}
	
	.main-inner-content-3 {
		width: calc(100% - 80px - 320px);
	}
}

/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	.main-inner-content {
		width: calc(100% - 80px);
	}
	
	.main-inner-content-2 {
		width: calc(100% - 80px - 160px);
	}
	
	.main-inner-content-3 {
		width: calc(100% - 80px - 320px);
	}
}


/*********************************************************** BODY */
.main-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	background: transparent;
}

.main-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 1380px;
	
	margin: 0px auto;
	background: transparent;
}

.main-inner-content {
	position: relative;
	margin: 0px auto;
	background: transparent;
}

.main-inner-content-2 {
	position: relative;
	min-height: 20px;
	margin: 0px auto;
	background: transparent;
}

.main-inner-content-3 {
	position: relative;
	min-height: 20px;
	margin: 0px auto;
	background: transparent;
}

#main-top-nav-placeholder {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
}

#main-top-notification-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: yellow;
	display: none;
}

.main-banner-title-image {
	width: calc(25px * (400 / 30));
	height: 25px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	margin: 0px;
}


/*********************************************************** COMMON */
.main-center-content {
	position: absolute;
	top: 50%;
    left: 50%;

	-moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.main-center-content-vertical {
	position: absolute;
	top: 50%;

	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.main-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-video-frame{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-floating-image-holder {
	position: absolute;
	top: -50px;
	left: 0px;
	width: 100%;
	height: calc(100% + 100px);
	
	margin: 0px;
	
	/*transform: scale(1.25);*/
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.spacing-5 {
	position: relative;
	width: 100%;
	height: 5px;
}

.spacing-10 {
	position: relative;
	width: 100%;
	height: 10px;
}

.spacing-15 {
	position: relative;
	width: 100%;
	height: 15px;
}

.spacing-20 {
	position: relative;
	width: 100%;
	height: 20px;
}

.spacing-30 {
	position: relative;
	width: 100%;
	height: 30px;
}

.spacing-40 {
	position: relative;
	width: 100%;
	height: 40px;
}

.spacing-50 {
	position: relative;
	width: 100%;
	height: 50px;
}

.spacing-60 {
	position: relative;
	width: 100%;
	height: 60px;
}

.spacing-80 {
	position: relative;
	width: 100%;
	height: 80px;
}

.spacing-90 {
	position: relative;
	width: 100%;
	height: 90px;
}

.spacing-100 {
	position: relative;
	width: 100%;
	height: 100px;
}


/*********************************************************** DEBUG */
#debug-wrapper {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	
	text-align: left;
	line-height: 20px;
	
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
.debug-font {
	font-family: "arial", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	-webkit-text-size-adjust: none;
}
.debug-font a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.debug-font a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
