@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-Cn';
	src: url('/fonts/HelveticaNeueLTStd-Cn.eot');
	src: local('&#1043;&#1118;&#1051;&#1114;&#1042;&#1108;'), 
	url('/fonts/HelveticaNeueLTStd-Cn.woff') format('woff'),
	url('/fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype'),
	url('/fonts/HelveticaNeueLTStd-Cn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-BdCn';
	src: url('/fonts/HelveticaNeueLTStd-BdCn.eot');
	src: local('&#1043;&#1118;&#1051;&#1114;&#1042;&#1108;'), 
	url('/fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'),
	url('/fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'),
	url('/fonts/HelveticaNeueLTStd-BdCn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body{
	margin: 0;
	padding: 0;
	max-width: 100%;
	overflow-x: hidden;
	background-color: #f4f4f4;
	text-align:center;
	font-family: "Conv_HelveticaNeueLTStd-Cn";
}

h1{
	font-size: 2vw;
	font-family: "Conv_HelveticaNeueLTStd-BdCn";
}

.container{
	width: 97.7vw;
	height: auto;
	text-align: center;
	margin-left: 1.3vw;
	position: relative;
        overflow: hidden;
	font-size: 0px;
}

.header{
	width: 100%;
	height: 20vw;
	background-color: black;
	background-size: 100%;
	text-align: left;
	position: relative;
	margin-bottom: 1vw;
	display:  none;
}

.tile{
	width: 30vw;	
	height: 10.5vw;
	margin: 1.2vw;
	background-size: 30vw;
	background-repeat: no-repeat;
	position: relative;
    display: inline-block;
	background-color: white;
	outline-style:none;
	border-color:transparent;
	cursor:pointer;
}

.tiletop{
	width: 30vw;	
	height: 10.5vw;
	background-color: white;
	background-size: 30vw;
	background-repeat: no-repeat;
	opacity: 1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.tile:focus .zoomed{
	opacity: 1;
}

.zoomed {
    position: fixed;
    background-color: white;
    background-size: 62.4vw;
    width: 62.4vw;
    height: 21.5vw;
    top: 2.5vw;
    left: 2.5vw;
    box-shadow: 0 0 2vw rgba(0,0,0,0.2);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.tile:focus ~ .zoomedBlank{
	opacity: 1;
	pointer-events: all;
}

.zoomedBlank {
    position: fixed;
    background-color: white;
    background-size: 62.4vw;
    width: 62.4vw;
    height: 21.5vw;
    top: 2.5vw;
    left: 2.5vw;
    box-shadow: 0 0 2vw rgba(0,0,0,0.2);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
	outline-style:none;
	border-color:transparent;
	cursor:pointer;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

/*.tiletop:hover, .tiletop:active + {
	opacity: 0;
}*/

.championshipWIP{
	width: 22vw;	
	height: 22vw;
	margin: 1vw;
	background-color: white;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
    display: inline-block;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.championship{
	width: 22vw;	
	height: 22vw;
	margin: 1vw;
	margin-bottom: 2vw;
	background-color: white;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
    display: inline-block;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.championship:hover, .championship:active{
	opacity: 0.5;
}

.championship2018{
	width: 46vw;
	height: 22vw;
	margin: 1vw;
	background-color: white;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.5s;



	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.championship2018:hover, .championship2018:active{
	opacity: 0.5;
}

.button{
	width: auto;
	height: auto;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0 -2px;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	color: white;
	position: relative;
	display: inline-block;
	background-color: #232323;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-ms-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}

.button:hover{
	cursor: pointer;
	background:#dc7b14;
}

.menubar{
	width: 94.8vw;
	height: 49px;
	padding-left: 2.6vw;
	padding-right: 2.6vw;
	margin-bottom: 0.5vw;
	position: relative;
	display: inline-block;
	background-color: #232323;
	border-bottom: 2px solid #dc7b14;
}

.infoboxholder{
	width:100vw;
	height:400vw;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	overflow:hidden;
	top:0;
}

.infobox{
	width:32vw;
	height: 4vw;
	padding:3vw;
	line-height:2vw;
	text-align: center;
	font-size:1.2vw;
	background-color: white;
	/* box-shadow: 0px 0px 0px 50vw rgba(0,0,0,0.8); */
	position: absolute;
	margin-left:31vw;
	margin-top:40vh;
}

.infoboxbutton{
	width:2vw;
	height:2vw;
	position:absolute;	
	top:1vw;
	right:1vw;
	line-height:2vw;
	text-align: center;
	font-size:1.2vw;
	color:black;
	z-index: 3;
	outline-style:none;
	border-color:transparent;
    pointer-events: all;
	cursor:pointer;
/*	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s; */
}
/*	
.infoboxbutton:hover{
	cursor: pointer;
	opacity: 0.5;
}*/

.footer{
	width: 94.6vw;	
	height: 1.5vw;
	margin: 1.05vw;
	margin-bottom: 2.05vw;
	background-color: white;
	position: relative;
    display: inline-block;
}

.anchor{
	top: 60vw;
	position: absolute;
}

