

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


div.wrap {
    transform: scale(1);
    transform-origin: 50% 10%;    

}


html {
    overflow: hidden;
}

body {
    font-family: 'Montserrat' !important;
    width: 1920px;
    position: relative;
}

.wrap a {
	
	font-size: 22px;
	
}

header {
    position: relative;
    background: #0a3058;
    height:130px;  
    width: 100%;  
}

header img.logo {
    position: absolute;
    width: 230px;
    padding: 20px 190px;
}

header h1 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 40px;
}





div.wrap {
	position: relative;
	width: 1920px;
	height: 1080px;
	background-image: url(images/background.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: auto;    
}

div.wrap>img {
	position: absolute;
}

div.wrap img.hilit {
    opacity: 0;    
    transition: all 0.3s;
}

div.wrap img.hilit.active {
    opacity: 1;
}

div.wrap video.initial {
	position: absolute;
	width:100%;
	height:100%;
	z-index: 1;
}

div.wrap .skipinitial {
    position: absolute;
    z-index: 2;
    padding: 4px;
}

.item {
	position: absolute;
	z-index: 1;
}

.item .label {
	z-index: 1;
}

.item .label:hover {
	
}

.item .preview {
	opacity: 0;
	transition: all 0.3s;
	width: 400px;
	height: 226px;	
	pointer-events: none;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.preview .link-overlay {
    width:400px;
    height:226px;
    opacity: 0;
    background: url(images/play-overlay.png);
    transition: all 0.3s;
    position: absolute;
}



.active .preview.hovered .link-overlay {    
    opacity: 1;
}

.item.active .preview {
	opacity: 1;
	pointer-events: all;
}

.label {
	height: 50px;
	line-height: 50px;
	background: transparent;
	position: relative;
	display: block;
	padding: 0 10px;
	color: transparent;
}

.label a:hover {
	color: transparent;
}

a {
	text-decoration: none;
	color: #0a3058;
}

a:hover {	
	
}

/*.item .preview a {	
	padding: 6px 13px;
	box-shadow: 0 0 6px #202020;
	position: absolute;
	top: 60px;
	background: white;
	transition: all 0.3s;
}

.item .preview a:hover {
	background: #0a3058;
	color: white;
}*/

.wrap a.close-overlay {
	display: inline-block;
	top: 0;
	right: 0;
	font-size: 40px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	position: absolute;
}

.preview a.playvid {
	left: 10px;
}

.preview a.read {
	right: 10px;
}

.item .preview a:hover {	
}

.overlay {
	position: absolute;
	width:100%;
	height:100%;
	opacity: 1;
	background: rgba(0,0,0,0.6);
	display: none;
	z-index: 100;
}

.overlay video {
	
	width: 1920px;
	height: 1080px;
	
	margin: auto;
	left: 0; right: 0; top: 0; bottom: 0;
	position: absolute;
	
}

#bdds { left: 190px; top: 180px; }
#vhv {	left: 190px; top: 470px; }
#sege { left: 190px; top: 750px; }

#rhv { left: 1320px; top: 180px; }
#khv { left: 1320px; top: 470px; }
#bds { left: 1320px; top: 750px; }


.button-play, .button-read {
    display: block;
    width: 50px; height: 50px;
    padding: 0; margin: 0;
    position: absolute;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
}

.preview-toolbar {
    position: absolute;
    top: -7px;
    right: -76px;
    width: 100px;
    height: 50px;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;    
    z-index: 100;
}
.item.active .preview-toolbar {
    opacity: 1;
    pointer-events: all;
}
.button-play {
    background-image: url('images/play.png');   
}

.button-read {
    background-image: url('images/read.png');
    left: 50px;
}

.button-close {
    background-image: url('images/close.png');
    height: 50px; width: 50px;
    display: block;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
        
}

#bdds .preview-toolbar,
#vhv .preview-toolbar,
#sege .preview-toolbar {
    
}

#rhv .preview-toolbar,
#khv .preview-toolbar,
#bds .preview-toolbar {
    right:none;
    left: -74px;
}

.texts {
        
}

.wrap.text-mode {
    background-image: none;
}

.wrap.text-mode>img {
    display: none;    
}

.wrap.text-mode a.label {
    pointer-events: none;
}

.wrap .texts {
    display: none;
}

.wrap.text-mode .texts {
    display: block;
}

.wrap .texts section {
    display: none;    
    margin: auto;
    width: 480px;
    position: relative;
}

.wrap .texts section.current {
    display: block;    
}

.texts h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 100px;
    color: #0a3058;
}

.texts p {
    font-size: 19px;
    font-weight: 300;
    color: #0a3058;
    margin: 2em 0;
}

img.text-detail {
    margin: 40px auto;
    display: block;
}

.texts .button-close {
    position: absolute;
    top: 0;
    right: -50px;
}

div.wrap>.imgcaption {
    position:absolute;
    display:block;
    z-index: 0;
    color: #0a3058;
    font-size: 27px;
}