
@media (max-width: 1000px) {	

#up_btn {
	width: 40px;
	height: 40px;
	bottom:10px;
	right:10px;	
}

#up_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

#down_btn {
	width: 40px;
	height: 40px;
	bottom: 10px;
	right:10px;	
}
	
#sundance_logo2 {
	z-index:200;
	width: 294px;
	height: 40px;
	top: 5px;
	left: 5px;
	position:fixed;
    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 {
	width: 100%;
	height:60%;
	top: 50px;
}

#home {
	width: 100%;
	height:60%;
	top: 50px;
}

.title {
	width: 90%;
	height: auto;
	left: 5%;
	bottom: 20px;
}

.title h1 {
	font-size: 14pt;
}

.title h2 {
	font-size: 18pt;
}

.title p {
	font-size: 9pt;
}

.container {
	padding:40px 0 70px 0;
}

.container_text {
    width: auto;
	padding:0 5px 0 5px;
}

#container {
	top: calc(60% + 50px);
}

.container h1 {
	font-size: 16pt;
}

.container h2 {
	font-size: 12pt;
}

.container p {
	font-size: 10pt;
	line-height:20px;
}

#map_canvas {
	width:100%;
	height:500px;
}


/***************************************************
			        popup
***************************************************/

#close_btn {
	width: 40px;
	height: 40px;	
}

#vr_exhibition {
	background-image:url(../images/exhibition2.jpg);
}
/***************************************************
			        Contact
***************************************************/
.map_btn{
	width:110px;
	height:25px;
}

.map_btn a{
	line-height:25px;
	font-size:10pt;
}

.google_icon{
	width:25px;
	height:25px;
}

.waze_icon{
	width:25px;
	height:25px;
}

#waze1{
	width:0;
	height:0;
}

#waze2{
	width:110px;
	height:auto;
}
/***************************************************
			        List
***************************************************/
.top_iframe {
	width:100%;
	height:250px;
}
	
.top_list {
	width:100%;
	height:250px;
	margin:0 0 10px 0;
}

.big_list,
.big_list3 {
	width:auto;
	height:auto;
	padding:0 5px 0 5px;
	margin:10px 0 10px 0;
}

.list {
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}

.list2 {
	width:100%;
	height:300px;
}

.list_text {
	font-size: 12pt;
}

.list_text2 {
	font-size: 10pt;
}

.play_btn{
	width:60px;
	height:60px;
    top: calc(50% - 30px);
    right: calc(50% - 30px);
}

.link_btn {
	padding:5px 10px 5px 10px;
	margin:10px auto 5px;
	font-size: 10pt;
	font-weight: 300;
    border: solid 1px #1c1f20;
}

/***************************************************
			        Footer
***************************************************/
#footer {
	padding:10px 0 10px 0;
}

#copyright {
	font-size: 9pt;
}

}