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


/* PROJECT CONTENT */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {overflow-x: hidden;}

#project-wrap {


background-color: black;
overflow: hidden;



}

#project-area{
	
	background-color: black;
	height:auto;
	position: relative;
	overflow: auto;
	max-width: 1734px;
	margin:0px auto;
	margin-bottom: 0px;
	padding: 0 50px 0 50px;
	
}








.p100 {
	
		width: 100%;
		clear: both;
		padding:5px 5px 7px 5px;
	
	
	
}



#resizefix {

width: 100%;
overflow: hidden;

}

#resizefix img { 


margin-left: 0;


}


#resizefix-scroll {

width: 100%;


}

#resizefix-scroll img { 


margin-left: 0;


}




.p50 {
	
	


	margin-top: -3px;
	padding: 5px;
	
}











#pblurb { 
    padding: 30px 50px 50px 50px;
    color: #AAA !important;
    font-family: minion;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
   
    line-height: 1.6;
    max-width: 800px;
}

#pblurb h1{  letter-spacing: -1px;
	font-size:40px; margin-top: -20px; margin-bottom: -5px;
}
 

#welcome { margin-top: 80px; }



.up{

position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin: -25px 0 0 -25px;
background-image: url("../images/updown.jpg");
background-size: cover;
background-color: white;



}

.bgfix {
 

}



#upbutton{

position: relative;
width: 100%;
height: 80px;
background-color: black;
padding: 15px 0 100px 0;

}


.loader {display: none;}

.load {color: white;}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

.stopmoving   {
      overflow-x: hidden;
    overflow-y: scroll !important;
        }

}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
#resizefix-scroll {overflow-x: scroll;}
#resizefix-scroll img {width: 100%;}
#resizefix img {width: 100%;}
.p50 {width: 100%;}

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
#resizefix-scroll {overflow-x: scroll;}
#resizefix-scroll img {width: 100%;}
#resizefix img {width: 100%;}
.p50 {width: 100%;}

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
#resizefix-scroll {overflow-x: scroll;}
#resizefix-scroll img {width: 100%;}
#resizefix img {width: 100%;}
.p50 {width: 100%;}

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-width : 800px) {
#resizefix-scroll {overflow-x: hidden;}
#resizefix-scroll img {width: 100%;}
#resizefix img {width: 100%; margin-left: 0;}
.p50 {width: 50%; float: left;}

}


/* Small Screens ----------- */
@media only screen 
and (min-width : 800px) {
#resizefix-scroll {overflow-x: hidden;}
#resizefix-scroll img {width: 100%;}
#resizefix img {width: 100%; margin-left: 0;}
.p50 {width: 50%; float: left;}

}


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
#resizefix-scroll {overflow-x: hidden;}
#resizefix-scroll img {width: 100%;}
#resizefix img {width: 100%; margin-left: 0;}
.p50 {width: 50%; float: left; margin-bottom: 50px;}

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
#resizefix-scroll {overflow-x: hidden;}
#resizefix-scroll img {width: 100%;}
#resizefix img {width: 100%; margin-left: 0;}
.p50 {width: 50%; float: left; margin-bottom: 50px;}

}
