
#openingAnimation{
    width:100%;
    height:94%;
    /*position:fixed;
    top:63px;
    z-index:200;*/
}
.circle1Frame{
	height:100%;
	width:100%;
	background:#b30000;
	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:2500px;
    width:100%;
    z-index:100;
}
#allcomments{
    
}
.cinematic{
    width:100%;
}

@media (max-width:400px){
    .slideShowDiv{
	   margin-bottom: 0px;
	   height: 620px;
    }
    
}
@media (min-width:401px) and (max-width:640px){
    .slideShowDiv{
	   margin-bottom: 40px;
	   height: 650px;
    }
    
}
@media (min-width:641px){
    .slideShowDiv{
	   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:768px){
    .mobile{
    	display:block;
    }
    .web{
    	display:none;
    }
}

@media (min-width:769px){
    .mobile{
    	display:none;
    }
    .web{
    	display:block;
    }
}



.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);
}
.modal-holder .modal-back{
    width:100%;
    height:100%;
    background:black;
}
.slideShowDiv{
    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;
    cursor:pointer;
    
}
#prevFeatureDiv:hover{
    opacity:1;
    text-decoration: none;
}
#nextFeatureDiv:hover{
    opacity:1;
    text-decoration: none;
}
#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;
    
}



#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;
}

#commentIcon{
   cursor:pointer;
}
.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;
}


@media (max-width:640px) {
    #img1{
        content: url('../images/img1_640.jpg');
    }
    #img2{
        content: url('../images/img2_640.jpg');
    }
    #img3{
        content: url('../images/img3_640.jpg');
    }
    #img4{
        content: url('../images/img4_640.jpg');
    }
    #img5{
        content: url('../images/img5_640.jpg');
    }
    #img6{
        content: url('../images/img6_640.jpg');
    }
	#meat-map{
        content: url('../images/meat_map_mobile.png');
        max-width: 400px;
	}
	#meat-numbers{
        content: url('../images/graphic_numbers_mobile.png');
        max-width: 400px;
	}
}

@media (min-width:641px) and (max-width:1536px) {
    #img1{
        content: url('../images/img1_1536.jpg');
    }
    #img2{
        content: url('../images/img2_1536.jpg');
    }
    #img3{
        content: url('../images/img3_1536.jpg');
    }
    #img4{
        content: url('../images/img4_1536.jpg');
    }
    #img5{
        content: url('../images/img5_1536.jpg');
    }
    #img6{
        content: url('../images/img6_1536.jpg');
    }
	#meat-map{
        content: url('../images/meat_map_web.png');
	}
	#meat-numbers{
        content: url('../images/graphic_numbers_web.png');
	}
}

@media (min-width:1537) {
    #img1{
        content: url('../images/img1_2048.jpg');
    }
    #img2{
        content: url('../images/img2_2048.jpg');
    }
    #img3{
        content: url('../images/img3_2048.jpg');
    }
    #img4{
        content: url('../images/img4_2048.jpg');
    }
    #img5{
        content: url('../images/img5_1536.jpg');
    }
    #img6{
        content: url('../images/img6_1536.jpg');
    }
	#meat-map{
        content: url('../images/meat_map_web.png');
	}
	#meat-numbers{
        content: url('../images/graphic_numbers_web.png');
	}
}


#graphic_tease{
	width:100%;
    max-width:1280px;
	margin:auto;
	text-align:center;
    display:block;
}

#whitebg{
	background-color:white;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom:70px;
}
.slideShow-icon{
    cursor:pointer;
    margin-left:10px;
}
.pointer{
    cursor:pointer;
}

.sidebarwrap{
	float:right;
	width:260px;
	margin-left: 60px;
	padding:20px;
}

@media (max-width:540px){
	.sidebarwrap{
		margin:auto;
		float:none;
	}
}
		
.sidebar-rule{
	  border-top: 1px solid black;
}		