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

.map1 {
  width:100%
}

.title {
	font-size:2.0em;
	font-family: "Times New Roman", Times, serif;
    position: absolute;
    float: left
    z-index: -1;
}


.h1 {
  background: linear-gradient(to right, #00F3FF 0%, #FF0A7A 20%, #FFC800 30%);  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.map2 {
  width:100%
}



.cube-0 {
	width: 100%;
	    float: left;
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 120px;
}



.cube-1 {
	width: 100%;
	min-width: 399px;
		padding: 0px 0px 0px 0px;
		
}

.cube-2 {
	width: 100%;
				padding: 200px 0px 0px 0px;
}

.cube-3 {
	width: 100%;
				padding: 0px 0px 0px 0px;
}


.cube-4 {
	width: 100%;
				padding: 0px 0px 100px 0px;
}


.cube-5 {
	position:relative;
	max-width: 1200px;
	min-width: 399px;
		padding-bottom: 90px;
	float: left;
}

.cube-5a {
	position:relative;
	width: 100%;
	height: 0px;
	background-color:#FFFFFF;	
	float:left;
	padding-right: 0px;
	padding-left: 20px;
}

.cube-5b {
	position:relative;
	width: 100%;
	float: left;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
    z-index: 100;
	}


.cube-6 {
	position:relative;
	width: 100%;
	font-size: 70%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 60px;

}


h2 { 
   position: absolute; 
   top: 200px; 
   left: 0; 
   width: 100%; 
   	font-size:2.0em;
}




.footer {
	position: inherit;
	float: left;
	width: 100%;
}





.vlightbox {
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
position:relative;
vertical-align:top;
margin:3px;
width:160px;
font-family:Trebuchet,Tahoma,Arial,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
text-align:center;
opacity:0.87;
}









a.lightbox img {
margin: 0px 0px 0px 0px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
 
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
  
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
  overflow:scroll;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0;
}
