.header_txt_1 {
	margin:0;
	padding:0;
	line-height:1.2em;
	text-align:center;	
}

.header_txt_2 {
	margin:0;
	padding:0;
	line-height:1.2em;
	text-align:center;	
}

.header_line {
	margin:0.5em auto;
	height:2px;
	width:10%;
	background-color:#000000;	
}

[data-color="1"] .header_line {
	background-color:#ffffff;	
}


.header_img_2 .header_h1 {
    display:block;
    text-align:center;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.2;
    margin:0;
}

.header_img_2 .header_note {
    text-align:center;
    font-size: 18px;
    margin:0;
    line-height: 1.6;
    letter-spacing:1px;
}

.header_img_2 p:last-child {
    margin-bottom:0;
}

.header_img_2 p:first-child {
    margin-top:0;
}

.header_img_2 .row + .row {
    margin:40px 0 0 0;
}

.headers .inlineblock {
	box-sizing:border-box;
	overflow:hidden;
	max-width:100vw;
	cursor:pointer;
}

/*JUMP ARROW*/
.header_jump {
	height:70px;
}

.header_jump_td {
	vertical-align:middle;
	text-align:center;
}

.header_jump a {
	display:inline-block;
	height:70px;
	width:70px;
	text-decoration:none;
	position:relative;
	font-size:50px;
	overflow:hidden;
}

.header_jump a span {
	display:block;
	width:70px;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	animation: scdown 1.5s infinite;
	-moz-animation: scdown 1.5s infinite;
	-webkit-animation: scdown 1.5s infinite;
}

.header_jump a span:before {
	display:inline-block;
	content:'\e818';
	font-family: "snark";
	font-style: normal;
	font-weight: normal;
	speak: none;
	line-height:1em;
	text-decoration: inherit;
}

@-webkit-keyframes scdown {
    0% {top:0;}
    50% {top:20px;}
    100% {top:0;}
}

@-moz-keyframes scdown {
    0% {top:0;}
    50% {top:20px;}
    100% {top:0;}
}

@keyframes scdown {
    0% {top:0;}
    50% {top:20px;}
    100% {top:0;}
}


/*COLORS*/
[data-color="0"] .header_jump a, 
[data-color="0"] .header_img_2 .header_h1, 
[data-color="0"] .header_img_2 .header_note {
	color:#000000;	
}

[data-color="1"] .header_jump a, 
[data-color="1"] .header_img_2 .header_h1, 
[data-color="1"] .header_img_2 .header_note {
	color:#ffffff;	
}

.headers [data-module="videoheadernew"] div.data-mobile {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
}

.headers [data-module="videoheadernew"] img.data-mobile {
	position:relative;
	display:block;
	width:100%;
	display:none;
}

@media screen and (max-width:1024px) and (orientation:portrait){
	.headers [data-module="videoheadernew"] .data-mobile[data-mobile-poster-portrait] {
		display:block;
	}	
}

@media screen and (max-width:1024px) and (orientation:landscape){
	.headers [data-module="videoheadernew"] .data-mobile[data-mobile-poster-landscape] {
		display:block;
	}	
}