

#openingAnimation{
    width:100%;
    height:94%;
    /*position:fixed;
    top:63px;
    z-index:200;*/
}
.circle1Frame{
	height:100%;
	width:100%;
	background:#ff4d00;
	position:absolute;
	z-index:200;
	top:0%;
}
.circle2Frame{
	height:100%;
	width:100%;
	background:black;
	position:absolute;
	z-index:300;
	top:0%;
    pointer-events: none;
}
#main-content{
    position:absolute;
    top:2300px;
    width:100%;
    z-index:100;
}
#allcomments{
    
}
.cinematic{
    width:100%;
}

@media (max-width:400px){
    #slideShow1Div{
	   margin-bottom: 0px;
	   height: 620px;
    }
    #slideShow2Div{
	   margin-bottom: 0px;
	   height: 620px;
    }
}
@media (min-width:401px) and (max-width:640px){
    #slideShow1Div{
	   margin-bottom: 40px;
	   height: 650px;
    }
    #slideShow2Div{
	   margin-bottom: 40px;
	   height: 650px;
    }
}
@media (min-width:641px){
    #slideShow1Div{
	   margin-bottom: 40px;
	   height: 760px;
    }
    #slideShow2Div{
	   margin-bottom: 40px;
	   height: 760px;
    }
}

#scrollArrow
{
	position:fixed;
	-ms-transform: scale(.5); /* IE 9 */
	-webkit-transform: scale(.5); /* Chrome, Safari, Opera */
	transform: scale(.5);
	bottom:-2%;
	margin: 0 auto;
	left:0;
	right:0;
	z-index: 5000;
    cursor:pointer;
}
@media (max-width: 827px){
    #circle1-img{
        content: url('../images/misc/opener1_mobile.png');
        margin:auto;
        top:0;
        bottom:0;
        left:0;
        right:0;
        position:absolute;
    }
    #circle2-img{
        content: url('../images/misc/opener2_mobile.png');
        margin:auto;
        top:0;
        bottom:0;
        left:0;
        right:0;
        position:absolute;
    }
}
@media (min-width: 828px){
    #circle1-img{
        content: url('../images/misc/opener1.png');
        margin:auto;
        top:0;
        bottom:0;
        left:0;
        right:0;
        position:absolute;
    }
    #circle2-img{
        content: url('../images/misc/opener2.png');
        margin:auto;
        top:0;
        bottom:0;
        left:0;
        right:0;
        position:absolute;
    }
}
@media (max-width: 640px) {
    #reams{
        content: url('../images/reams_640.jpg');
    }
}
@media (min-width: 641px) and (max-width: 1536px) {
    #reams{
        content: url('../images/reams_1536.jpg');
    }
}
@media (min-width: 1537px) {
    #reams{
        content: url('../images/reams_2048.jpg');
    }
}

@media (max-width:768px){
    #gallery_iowa{
        content: url('../images/gallery_tease_iowa_640.jpg');
        width:100%;
    }
    #gallery_houston{
        content: url('../images/gallery_tease_houston_640.jpg');
        width:100%;
    }
    #gallery_newyork{
        content: url('../images/gallery_tease_newyork_640.jpg');
        width:100%;
    }
    .mobile{
    	display:block;
    }
    .web{
    	display:none;
    }
    #usa_map{
        content: url('../images/USA_map_mobile.png');
        max-width:400px;
        width:100%;
    }
    #houston_map{
        content: url('../images/Houston_map_mobile.png');
        max-width:400px;
        width:100%;
    }
    #graphic1{
        content: url('../images/Graphic1_mobile.png');
        max-width:400px;
        width:100%;
    }
    #graphic2{
        content: url('../images/Graphic2_mobile.png');
        max-width:400px;
        width:100%;
    }
}

@media (min-width:769px){
    #gallery-tease{
        width:100%;
        /*padding:0;*/
    }
    #gallery-img1{
        content: url('../images/slideShow/images_1536/iowa1_1536.jpg');
        width:100%;
    }
    #gallery-img2{
        content: url('../images/slideShow/images_1536/houston1_1536.jpg');
        width:100%;
    }
    #gallery-img3{
        content: url('../images/slideShow/images_1536/newyork1_1536.jpg');
        width:100%;
    }
    #gallery_triple{
        content: url('../images/gallery_tease_2048.jpg');
        width:100%;
    }
    .mobile{
    	display:none;
    }
    .web{
    	display:block;
    }
    #usa_map{
        content: url('../images/USA_map_web2.png');
        max-width:1024px;
        width:100%;
    }
    #houston_map{
        content: url('../images/Houston_map_web.png');
        width:100%;
    }
    #graphic1{
        content: url('../images/Graphic1_web.png');
        width:100%;
    }
    #graphic2{
        content: url('../images/Graphic2_web.png');
        width:100%;
    }
}
.gallery-tease-cell{
    width:33%;
    vertical-align:top;
}
.gallery-tease-img{
    position:relative;
}
.gallery-tease-img-overlay{
    position:absolute;
    top:0;
    bottom:4px;
    left:0;
    right:0;
    background:rgba(0,0,0, .6);
	color: #ff4d00;
    display:none;
    text-align:center;
    font-family:'Helvetica Neue',Helvetica,Arial,'Nimbus Sans L',sans-serif;
    font-weight:700;
    margin:0;
    padding:0;
}
.overlay-txt{
    margin-top:25%;
    font-size:33px;
}

@media (max-width:1080px) {
    .overlay-txt{
        margin-top:25%;
        font-size: 27px;
    }
}

@media (min-width: 1081px) and (max-width:1280px) {
    .overlay-txt{
        margin-top:25%;
        font-size: 32px;
    }
}

@media (min-width: 1281px) and (max-width:1536px) {
    .overlay-txt{
        margin-top:25%;
        font-size: 40px;
    }
}

@media (min-width: 1537px) {
    .overlay-txt{
        margin-top:25%;
        font-size: 48px;
    }
}

.gallery-tease-img{
    cursor:pointer;
}
/*.gallery-tease-img:hover .gallery-tease-img-overlay{
    display:block;
}*/
.arrow-up-holder{
    position:absolute;
    bottom:0;
    width:100%;
}
.arrow-up{
	width: 0; 
	height: 0; 
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-bottom: 45px solid #f3f3f3;
    margin:0 auto;
}
.modal-holder{
    display:none;
    position:fixed;
    z-index:6000;
    width:100%;
    height:94%;
    top:63px;
    /*background:rgba(0,0,0, .8);*/
}
.modal-back{
    width:100%;
    height:100%;
    background:rgba(0,0,0, .8);
}
#slideShow-modal .modal-back{
    width:100%;
    height:100%;
    background:black;
}
#slideShow1Div{
    position:absolute;
    height:100%;
    width:100%;
    margin:auto;
    left:0;
    right:0;
    top:0;
}
.modal-close-X{
    top:10px;
    right:10px;
    position:absolute;
    -ms-transform: scale(.5); /* IE 9 */
	-webkit-transform: scale(.5); /* Chrome, Safari, Opera */
	transform: scale(.5);
    z-index:1000;
    cursor:pointer;
}
#portrait-gallery-icon{
    cursor:pointer;
}
#africa-gallery-icon{
    cursor:pointer;
}
#circle1-img{
    cursor:pointer;
}
#circle2-img{
    cursor:pointer;
}

#prevFeature{
    color:white;

}
#prevFeatureDiv{
    position:absolute;
    top:0;
    bottom:0;
    left:20px;
    margin:auto;
    height:100px;
    opacity:.8;
    text-align:left;
    display:block;
    color:white;
    
}
#prevFeatureDiv:hover{
    opacity:1;
}

#nextFeature{
    color:white;
}
#nextFeatureDiv{
    position:absolute;
    top:0;
    bottom:0;
    right:20px;
    margin:auto;
    height:100px;
    opacity:.8;
    text-align:right;
    display:block;

}
#nextFeatureDiv:hover{
    opacity:1;
}
a{
    text-decoration: none;
}

#prevNextArrow{
    font-family:'icongs';
    font-size:36px;
    line-height:18px;
    color:white;
    display:inline-block;
    margin-bottom:10px;
}
.prevNext{
    font-family:'Helvetica Neue',Helvetica,Arial,'Nimbus Sans L',sans-serif;
    font-size:15px;
    line-height:18px;
    color:white;
    display:inline-block;
}
.prevNextLabel{
    font-family:'Helvetica Neue',Helvetica,Arial,'Nimbus Sans L',sans-serif;
    font-size:12px;
    line-height:12px;
    color:white;
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:-10px;
    
}

.hungertease{
    font-family:'Helvetica Neue',Helvetica,Arial,'Nimbus Sans L',sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #ff4d00;
	text-align: center;
	width:auto;
	padding-bottom:60px;
	font-weight:700;
    padding-left:20px;
    padding-right:20px;	
}

td.hunger{
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	width:33%;
}
	
#hungerintro{
	width:75%;
	margin:auto;
	margin-bottom:60px;
	margin-top:300px;
}

.hungerbyline{
	        font-family: 'Minion W08 Caption', 'Minion Pro', 'Minion', serif;
        font-weight: 800;
        font-size: 13px;
        font-weight:800;
        font-family: 'Neue Helvetica W01',Helvetica,Arial;
        line-height: 15px;
        text-transform:uppercase;
        color: #021122;
}

.shorttease{
	background-color:black;
	background-image:url('../images/short_tease.png');
	background-position: right -30px bottom -35px;
	background-size: 65%;
	background-repeat:no-repeat;
	width:100%;
	height: 300px;
	color:#ff4d00;
}
.shorttease:hover{
	background-color:#ff4d00;
	background-image:url('../images/short_tease2.png');
	color:white;

}
.tendollar{
    font-family:'Helvetica Neue',Helvetica,Arial,'Nimbus Sans L',sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	text-align:left;
	position:relative;
	top:20%;
	left:20px;
	width: 33%;
	z-index:999;
}

@media (max-width:748px){
.tendollar{
	font-size:26px;
	line-height:26px;
	top:15%;
	}
.shorttease{
	height:200px;
	background-color:#ff4d00;
	background-image:url('../images/short_tease2.png');
	color:white;
	}
}

#short{
    font-size: 13px;
    font-weight:800;
	text-transform:uppercase;
	color:white;
}

#videoPlayer1 {
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    max-width: 4000%;
    max-height: 4000%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    top: 0px;
}

#player {
	margin: 40px 0;
}

.inline {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.inline  iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.hunger-caption{
	font-size:17px;
    line-height:24px;
    margin-top:40px;
    margin-bottom:0px;
    font-family:"Minion W08";
    font-style:italic;
    color: #021122;
    font-weight:400;
}

.inline-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.inline-video  iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#commentIcon{
   cursor:pointer;
}