body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	background: transparent;

	font-family: halcom, sans-serif;
	/*font-family: 'Open Sans', sans-serif;
	font-family: 'EB Garamond', serif;
	font-family: 'Roboto', sans-serif;*/
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: black;
	letter-spacing: 0px;
	line-height: 14px;
	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: 100%;
		margin: 0px auto;
	}

	/* OTHER PAGES */
	.main-inner-content-2 {
		width: 100%;
	}
	
	.main-inner-content-3 {
		width: 100%;
		margin: 0px;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	.main-inner-content {
		width: calc(100% - 240px);
		margin: 0px auto 0px 240px;
	}

	/* OTHER PAGES */
	.main-inner-content-2 {
		width: calc(100% - 160px);
	}
	
	.main-inner-content-3 {
		width: calc(100% - 240px - 240px);
		margin: 0px 240px;
	}
}

/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	.main-inner-content {
		width: calc(100% - 240px);
		margin: 0px auto 0px 240px;
	}

	/* OTHER PAGES */
	.main-inner-content-2 {
		width: calc(100% - 160px);
	}
	
	.main-inner-content-3 {
		width: calc(100% - 240px - 240px);
		margin: 0px 240px;
	}
}


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

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

.main-inner-content {
	position: relative;
	top: 0px;
	left: 0px;
}

/* OTHER PAGES */
.main-inner-content-2 {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
}

.main-inner-content-3 {
	position: relative;
	top: 0px;
	left: 0px;
}

#main-promotion-bar-spacing {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 29px;
	margin: 0px;
	background: black;
}
#main-promotion-bar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	margin: 0px;
	background: black;
	
	z-index: 100199;
}


/*********************************************************** COMMON */
.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%);
}

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

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vidFrame{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.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-70 {
	position:relative;
	width:100%;
	height:70px;
}

.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;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: left;
	line-height: 20px;
	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;
}
