@font-face {
    font-family: "Oxygen Light"; 
    src:url("../fonts/Oxygen_Light.eot"), /*IE*/
        url("../fonts/Oxygen_Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Oxygen_Light.woff") format("woff"),
        url("../fonts/Oxygen_Light.ttf") format("truetype"), /*Non-IE*/
        url("../fonts/Oxygen_Light.svg#Oxygen Light") format("svg");
}

html {
	overflow-x: hidden;
    overscroll-behavior-x: none;
}

body {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
    overscroll-behavior-x: none;
}

iframe {
	z-index:100;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	position: absolute;
}


h1, h2, p, a, ul {
	padding:0;
	margin:0;
}

#up_btn {
	z-index: 1000;
	width: 50px;
	height: 50px;
	bottom:15px;
	right:15px;
	position: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/up_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
	display: none;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#up_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

#down_btn {
	z-index: 1000;
	width: 50px;
	height: 50px;
	bottom: 15px;
	right:15px;
	position: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/down_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#down_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

#sundance_logo {
	z-index:200;
	width: 441px;
	height: 60px;
	top: 15px;
	left: 15px;
	position:absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image: url(../images/sundance_logo.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#hdr {
	z-index:0;
	width: 100%;
	height:100%;
	padding:0;
	margin:0;
	left: 0;
	top: 0;
	position:absolute;
	overflow: hidden;
}

#home {
	z-index:0;
	width: 100%;
	height:100%;
	padding:0;
	margin:0;
	left: 0;
	top: 0;
	position:absolute;
}

#home_BG {
	z-index:0;
	width: 100%;
	height:100%;
	padding:0;
	margin:auto;
	position:relative;
	overflow: hidden;
}

.black_BG {
	z-index:10;
	width: 100%;
	height: 100%;
	top:0;
	position: absolute;
	background-color: rgba(0,0,0,0.7);
}

.title {
	z-index:200;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 100px;
	position:absolute;
	text-align:center;
}

.title h1 {
	font-family: "Oxygen Light";
	font-size: 22pt;
	font-weight: 300;
	color: #ffffff;
}

.title h2 {
	text-transform:uppercase;
	font-family: "Oxygen Light";
	font-size: 36pt;
	font-weight: 300;
	color: #ffffff;
}

.title p {
	font-family: "Oxygen Light";
	font-size: 15pt;
	font-weight: 300;
	color: #ffffff;
}

#container {
	z-index: 50;
	width: 100%;
	height: auto;
	top: 100%;
	position: absolute;
	background-color: #ffffff;
	overflow: hidden;
}

.container {
	z-index: 5;
    width: 100%;
	height: auto;
	padding:60px 0 100px 0;
	margin:auto;
	float:left;
	position:relative;
	text-align:center;
}

.container_logo {
    width: 100%;
    height: 150px;
    padding: 0;
	margin: 20px auto 30px;
	float: left;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.container_text {
	z-index: 5;
    width: 1000px;
	height: auto;
	padding:0;
	margin:auto;
	position:relative;
}

.container h1 {
	margin: 20px auto 30px;
	font-family: "Oxygen Light";
	font-size: 20pt;
	font-weight: 600;
	color: #1c1f20;
}

.container h2 {
	text-transform:uppercase;
	font-family: "Oxygen Light";
	font-size: 16pt;
	font-weight: 300;
	color: #1c1f20;
}

.container p{
	font-family: "Oxygen Light";
	font-size: 14pt;
	font-weight: 300;
	line-height:25px;
	color: #1c1f20;
}

.container p a{
	color: #aaaaaa;
}

.container p a:hover{
	color: #1c1f20;
	
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

#map_canvas {
	width:100%;
	height:800px;
	box-shadow: 0px 0px 5px #aaaaaa;
}


/***************************************************
			        popup
***************************************************/

#popup {
	z-index:2000;
    width: 100%;
	height: 100%;
	position:fixed;
	overflow: hidden;
}

#popup_BG {
	z-index:500;
	width: 100%;
	height: 100%;
	position:absolute;
	background: rgba(0,0,0,0.7);
}

#popup_content {
	z-index:800;
    width: 90%;
	height: 90%;
	top: 5%;
	margin: auto;
	position:relative;
    overflow: hidden;
}

.popup_iframe {
    width: 100%;
    height: 100%;
}

#close_btn {
	z-index: 1000;
	width: 50px;
	height: 50px;
	top:0;
	right:0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/close_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#close_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

#vr_exhibition {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image:url(../images/exhibition.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/***************************************************
			        Contact
***************************************************/

.map_btn{
	z-index:100;
	width:155px;
	height:40px;
	margin: auto;
	position: relative;
	
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.map_btn a{
	font-family: "Oxygen Light";
	font-size: 14pt;
	font-weight: 300;
	line-height:40px;
	text-align: left;
	float:left;
	position: relative;
	color: #aaaaaa;
}

.map_btn a:hover{
	color: #1c1f20;
	
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.google_icon{
	z-index:100;
	width:40px;
	height:40px;
	margin-right:5px;
	float:left;
	position: relative;
	background-image: url(../images/google_icon.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.waze_icon{
	z-index:100;
	width:40px;
	height:40px;
	margin-right:5px;
	float:left;
	position: relative;
	background-image: url(../images/waze_icon.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#waze1{
	z-index:100;
	width:155px;
	height:auto;
	overflow:hidden;
}

#waze2{
	z-index:100;
	width:0;
	height:0;
	overflow:hidden;
}

/***************************************************
			        List
***************************************************/

.top_iframe {
	width:1280px;
	height:720px;
	padding: 0;
	margin: 0;
}

.top_list {
	z-index:0;
	width:1280px;
	height:720px;
	margin:0 auto 20px;
	position:relative;
	overflow:hidden;
}

.big_list {
	z-index:0;
	width:1280px;
	height:auto;
	padding:0;
	margin:auto;
	position:relative;
}

.big_list3 {
	z-index:0;
	width:960px;
	height:auto;
	padding:0;
	margin: auto;
	position:relative;
}

.list {
	z-index:0;
	width:300px;
	height:auto;
	margin:0 10px 20px 10px;
	float:left;
	position:relative;
	overflow: hidden;
}

.list2 {
	z-index:0;
	width:300px;
	height:300px;
	float:left;
	position:relative;
	overflow: hidden;
}

.list_background {
	z-index:0;
	width:100%;
	height:100%;
	position:absolute;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: hidden;
	
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
	
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    -o-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
}

.list2:hover>.list_background {
    -webkit-transform: scale(1.10, 1.10);
    -moz-transform: scale(1.10, 1.10);
    -ms-transform: scale(1.10, 1.10);
    -o-transform: scale(1.10, 1.10);
    transform: scale(1.10, 1.10);
}

.list2:hover>.list_black {;
	background-color:rgba(0,0,0,0.7);
}

.list2:hover>.list_black .list_logo1 {
	width:225px;
	height:150px;
}

.list2:hover>.list_black .list_logo2 {
	width:120px;
	height:90px;
}

.list_black {
	z-index:10;
	width:100%;
	height:100%;
	bottom:0;
	position:absolute;
	background-color:rgba(0,0,0,0);
	
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.list_text {
	width:100%;
	height:auto;
	margin: 5px 0 0 0;
	font-family: "Oxygen Light";
	font-size: 16pt;
	font-weight: 600;
	text-align:center;
	color: #1c1f20;
	float: left;
	position: relative;
}

.list_text2 {
	width:100%;
	height:auto;
	font-family: "Oxygen Light";
	font-size: 12pt;
	font-weight: 300;
	text-align:center;
	color: #1c1f20;
	float: left;
	position: relative;
}

.list_logo1 {
	width:0;
	height:0;
	margin:auto;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.list_logo2 {
	width:0;
	height:0;
	bottom:5px;
	right:5px;
	position:absolute;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.play_btn{
	z-index:100;
	width:80px;
	height:80px;
    top: calc(50% - 40px);
    right: calc(50% - 40px);
	position:absolute;
	background-image: url(../images/play_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity:1;
}

a:hover~.black_BG {
	opacity:0;
	
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.link_btn {
	width: auto;
	height: auto;
	padding:10px 20px 10px 20px;
	margin:20px auto 0;
	position:relative;
	font-family: "Oxygen Light";
	font-size: 12pt;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
    border: solid 2px #1c1f20;
	background:#1c1f20;
	display:inline-block; 
	cursor:pointer;
	
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.link_btn:hover {
	color: #1c1f20;
	background:none;
}
/***************************************************
			        Footer
***************************************************/
#footer {
	z-index:100;
	width: 100%;
	height: auto;
	padding:20px 0 20px 0;
	margin:auto;
	float:left;
	position:relative;
    background: #1c1f20;
    box-shadow: 0px 0px 5px #aaaaaa;
}

#copyright {
	width: 100%;
	height: auto;
	margin:auto;
	position:relative;
	font-family: "Oxygen Light";
	font-size: 10pt;
	font-weight: 300;
	line-height:20px;
	text-align:center;
	color: #ffffff;
}
