/*
 * jQuery Nivo Gallery v0.7.1
 * http://dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * October 2011
 */

.gallery_wrap {
		width: 816px;
		margin-bottom: 40px;
		overflow: hidden;
}
.nivoGallery {
    position:relative;
    background:#000 url(images/loading.gif) no-repeat 50% 50%;
    width:100%; /* Width can be fixed px or dynamic % value */
    height:465px; /* Height must be fixed px value */
    margin-bottom:10px;
}
.nivoGallery.loaded {
    background:#000; /* Remove the loading gif */
}
.nivoGallery ul {
    list-style:none;
    margin:0;
    padding:0;
}
.nivoGallery ul li {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    font: 14px/1.6em arial,sans-serif;
    color:#fff;
}
.nivoGallery ul img {
    display:none;
    max-width:100%;
    max-height:100%;
    position:absolute; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0;
	margin:auto;
    -ms-interpolation-mode:bicubic;
}

.nivoGallery-slides {
    position:relative;
    height:100%;
    overflow:hidden;
}

.nivoGallery-htmlwrap {
    padding:20px;
    height:100%;
    overflow:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivoGallery-videowrap video,
.nivoGallery-videowrap iframe,  
.nivoGallery-videowrap object,  
.nivoGallery-videowrap embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*.nivoGallery-directionNav a {
    position:absolute;
    top:45%;
    cursor:pointer;
    display:block;
	width:32px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
    opacity:0;
    z-index:5;
    -webkit-transition:opacity 150ms ease-in-out;
    -moz-transition:opacity 150ms ease-in-out;
    -o-transition:opacity 150ms ease-in-out;
    transition:opacity 150ms ease-in-out;
}*/
.nivoGallery-directionNav .nivoGallery-prev {
    left:10px;
}
.nivoGallery-directionNav .nivoGallery-next {
    right:10px;
    background-position:-32px 0;
}
.nivoGallery:hover .nivoGallery-directionNav a {
    opacity:0.7;
}
.nivoGallery:hover .nivoGallery-directionNav a:hover {
    opacity:1;
}

.nivoGallery-bar {
    position:absolute;
    bottom:-28px;
    left:0;
    height:28px;
    width:100%;
    font: 11px/28px arial,sans-serif;
    background: #515151;
    background: -moz-linear-gradient(top, #515151 0%, #0e0e0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#0e0e0e));
    background: -webkit-linear-gradient(top, #515151 0%,#0e0e0e 100%);
    background: -o-linear-gradient(top, #515151 0%,#0e0e0e 100%);
    background: -ms-linear-gradient(top, #515151 0%,#0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#0e0e0e',GradientType=0 );
    background: linear-gradient(top, #515151 0%,#0e0e0e 100%);
    border-top:1px solid #222;
    z-index:5;
}
/*.nivoGallery-play {
    display:inline-block;
    width:32px;
    height:28px;
    border:0;
    background:url(images/playpause.png) no-repeat 50% 8px;
    cursor:pointer;
    border-right:1px solid rgba(0,0,0,0.3);
}*/
.nivoGallery-play.playing {
    background-position:50% -92px;
}
.nivoGallery-count {
    display:inline-block;
    vertical-align:top;
    height:28px;
    padding:0 8px;
    color:#aaa;
    border-left:1px solid rgba(255,255,255,0.2);
    border-right:1px solid rgba(0,0,0,0.3);
    text-shadow:0 1px 0 #000;
}
.nivoGallery-caption {
    display:inline-block;
    vertical-align:top;
    height:28px;
    border-left:1px solid rgba(255,255,255,0.2);
    padding:0 15px;
    overflow:hidden;
    color:#aaa;
    text-shadow:0 1px 0 #000;
}
.nivoGallery-captionTitle {
    color:#fff;
    font-weight:bold;
    margin-right:5px;
}
/*.nivoGallery-fullscreen {
    float:right;
    display:inline-block;
    width:32px;
    height:28px;
    border:0;
    background:url(images/fullscreen.png) no-repeat 50% 5px;
    cursor:pointer;
    border-left:1px solid rgba(0,0,0,0.3);
}*/

.nivoGallery-progress {
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    opacity:0.5;
    width:100%;
    height:2px;
    z-index:5;
}

.nivoGallery.fullscreen {
    position:fixed;
    top:0px;
    left:0px;
    width:100% !important;
    max-width:100%;
    height:100% !important;
    z-index:10000;
}
.nivoGallery.fullscreen .nivoGallery-caption {
    position:fixed;
    top:0;
    left:0;
    display:block;
    width:100%;
    background:#000;
    padding:20px;
    opacity:0.8;
}
.nivoGallery.fullscreen .nivoGallery-play {
    position:fixed;
    top:20px;
    right:45px;
    z-index:6;
}
.nivoGallery.fullscreen .nivoGallery-fullscreen {
    position:fixed;
    top:20px;
    right:20px;
}
.nivoGallery.fullscreen .nivoGallery-htmlwrap {
    padding:90px 20px 20px 20px;
}
.pager a {
	border: 0;
	outline: 0;
	width: 108px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 18px;
	text-decoration: none;
	line-height: 1.2em;
	text-align: center;
}
.pager a:hover {
	color: #000;
}
.pager a:nth-child(7n+7) {
	margin-right: 0;
}
.pager a div {
	width: 108px;
	height: 108px;
	position: absolute;
	top: 0; left: 0;
	background: url(../images/video_icon.png) no-repeat center center rgba(0,0,0,.7);
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: opacity .2s ease; 
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.pager a:hover div {
	opacity: .2;
	filter:alpha(opacity=20);
}
.pager a.active div {
	opacity: .2;
	filter:alpha(opacity=20);
}
.pager a:after {
	margin: 116px 0 0;
	display: block;
}


/*CLIMATE REALITY PROJECT VIDEOS
******************************************************************/
.climate a[data-slide="0"] { background: url(../images/climate_thumb1.jpg) no-repeat center top; }
.climate a[data-slide="0"]:after { content: "24 Hours of Reality Case Study"; }

.climate a[data-slide="1"] { background: url(../images/climate_thumb2.jpg) no-repeat center top; }
.climate a[data-slide="1"]:after { content: "Reality: Behind the Scenes"; }

.climate a[data-slide="2"] { background: url(../images/climate_thumb3.jpg) no-repeat center top; }
.climate a[data-slide="2"]:after { content: "Reality: Denial Hits the Fan"; }

.climate a[data-slide="3"] { background: url(../images/climate_thumb4.jpg) no-repeat center top; }
.climate a[data-slide="3"]:after { content: "Reality: The Fat Lady Sings"; }

.climate a[data-slide="4"] { background: url(../images/climate_thumb5.jpg) no-repeat center top; }
.climate a[data-slide="4"]:after { content: "Reality: Climate 101"; }

.climate a[data-slide="5"] { background: url(../images/climate_thumb6.jpg) no-repeat center top; }
.climate a[data-slide="5"]:after { content: "Reality: Doubt"; }

.climate a[data-slide="6"] { background: url(../images/climate_thumb7.jpg) no-repeat center top; }
.climate a[data-slide="6"]:after { content: "Reality: Grassroots"; }


/*JOSH NUSSBAUM VIDEOS
******************************************************************/
.josh a[data-slide="0"] { background: url(../images/glasss.jpg) no-repeat center top; }
.josh a[data-slide="0"]:after { content: "Explorer Story: Andrew Vanden Heuvel [through Glass]"; }

.josh a[data-slide="1"] { background: url(../images/climate_thumb3.jpg) no-repeat center top; }
.josh a[data-slide="1"]:after { content: "Reality: Denial Hits the Fan"; }

.josh a[data-slide="2"] { background: url(../images/josh_thumb10.jpg) no-repeat center top; }
.josh a[data-slide="2"]:after { content: "Citi200: On Progress"; }

.josh a[data-slide="3"] { background: url(../images/josh_thumb9.jpg) no-repeat center top; }
.josh a[data-slide="3"]:after { content: "Levi's: WaterLess"; }

.josh a[data-slide="4"] { background: url(../images/josh_thumb8.jpg) no-repeat center top; }
.josh a[data-slide="4"]:after { content: "GE: GE Capital & Jet Blue"; }

.josh a[data-slide="5"] { background: url(../images/josh_thumb7.jpg) no-repeat center top; }
.josh a[data-slide="5"]:after { content: "Copenhagen Metro: Briefcase"; }

.josh a[data-slide="6"] { background: url(../images/josh_thumb6.jpg) no-repeat center top; }
.josh a[data-slide="6"]:after { content: "TED: Behind the TED Talk 2010"; }

.josh a[data-slide="7"] { background: url(../images/josh_thumb5.jpg) no-repeat center top; }
.josh a[data-slide="7"]:after { content: "GE: The Story of Light"; }

.josh a[data-slide="8"] { background: url(../images/josh_thumb4.jpg) no-repeat center top; }
.josh a[data-slide="8"]:after { content: "Reality: The Fat Lady Sings"; }

.josh a[data-slide="9"] { background: url(../images/josh_thumb2.jpg) no-repeat center top; }
.josh a[data-slide="9"]:after { content: "The Bay (Feature): Trailer"; }

.josh a[data-slide="10"] { background: url(../images/josh_thumb1.jpg) no-repeat center top; }
.josh a[data-slide="10"]:after { content: "Toyota: Ideas for Good NASCAR"; }

.josh a[data-slide="11"] { background: url(../images/climate_thumb2.jpg) no-repeat center top; }
.josh a[data-slide="11"]:after { content: "Reality: Behind the Scenes"; }



/*SAM FLEISCHNER VIDEOS
******************************************************************/
.sam a[data-slide="0"] { background: url(../images/sam_thumb1.jpg) no-repeat center top; }
.sam a[data-slide="0"]:after { content: "American Express: Twitter Sync"; }

.sam a[data-slide="1"] { background: url(../images/sam_thumb3.jpg) no-repeat center top; }
.sam a[data-slide="1"]:after { content: "American Express: Katie's Krops"; }

.sam a[data-slide="2"] { background: url(../images/sam_thumb4.jpg) no-repeat center top; }
.sam a[data-slide="2"]:after { content: "Intel Visual Life: Michael Wolff"; }

.sam a[data-slide="3"] { background: url(../images/sam_thumb5.jpg) no-repeat center top; }
.sam a[data-slide="3"]:after { content: "Panda Bear: Surfer's Hymn"; }

.sam a[data-slide="4"] { background: url(../images/sam_thumb6.jpg) no-repeat center top; }
.sam a[data-slide="4"]:after { content: "Samsung: Galaxy Note"; }

.sam a[data-slide="5"] { background: url(../images/sam_thumb7.jpg) no-repeat center top; }
.sam a[data-slide="5"]:after { content: "Matthew Dear: Black City Live"; }

.sam a[data-slide="6"] { background: url(../images/sam_thumb8.jpg) no-repeat center top; }
.sam a[data-slide="6"]:after { content: "Stand Clear of the Closing Doors"; }

.sam a[data-slide="7"] { background: url(../images/sam_thumb9.jpg) no-repeat center top; }
.sam a[data-slide="7"]:after { content: "Teen: Electric"; }

.sam a[data-slide="8"] { background: url(../images/santi.jpg) no-repeat center top; }
.sam a[data-slide="8"]:after { content: "Santigold: Disparate Youth"; }

.sam a[data-slide="9"] { background: url(../images/puma.jpg) no-repeat center top; }
.sam a[data-slide="9"]:after { content: "Puma: World Cup"; }

.sam a[data-slide="10"] { background: url(../images/sam_thumb2.jpg) no-repeat center top; }
.sam a[data-slide="10"]:after { content: "Wah Do Dem (Feature): Trailer"; }

/*DARK IGLOO VIDEOS
******************************************************************/
.igloo a[data-slide="0"] { background: url(../images/smartdog.jpg) no-repeat center top; }
.igloo a[data-slide="0"]:after { content: "Smart Car: unfiction series Alin Dubuc"; }

.igloo a[data-slide="1"] { background: url(../images/iglooregiie.jpg) no-repeat center top; }
.igloo a[data-slide="1"]:after { content: "Climate Reality: The Price of Carbon"; }

.igloo a[data-slide="2"] { background: url(../images/igloo_thumb9.jpg) no-repeat center top; }
.igloo a[data-slide="2"]:after { content: "The Pump: Sans Crap"; }

.igloo a[data-slide="3"] { background: url(../images/igloo_thumb8.jpg) no-repeat center top; }
.igloo a[data-slide="3"]:after { content: "Pro-Keds: Spring 2011 Lookbook"; }

.igloo a[data-slide="4"] { background: url(../images/igloo_thumb5.jpg) no-repeat center top; }
.igloo a[data-slide="4"]:after { content: "Bonnaroo: 2012 Identity"; }

.igloo a[data-slide="5"] { background: url(../images/igloo_thumb3.jpg) no-repeat center top; }
.igloo a[data-slide="5"]:after { content: "Reality: Climate 101"; }



/*JORDAN FISH VIDEOS
******************************************************************/
#jordan_gallery { margin-top: 40px; }
.jordan a[data-slide="0"] { background: url(../images/jordan_thumb1.jpg) no-repeat center top; }
.jordan a[data-slide="0"]:after { content: "Chairlift: Met Before Case Study"; }

.jordan a[data-slide="1"] { background: url(../images/jordan_thumb2.jpg) no-repeat center top; }
.jordan a[data-slide="1"]:after { content: "Pop!Tech: 2010 Speaker Slates"; }

.jordan a[data-slide="2"] { background: url(../images/jordan_thumb3.jpg) no-repeat center top; }
.jordan a[data-slide="2"]:after { content: "Chairlift: Something Teaser"; }

.jordan a[data-slide="3"] { background: url(../images/mgmt.png) no-repeat center top; }
.jordan a[data-slide="3"]:after { content: "MGMT: Promo Short"; }

.jordan a[data-slide="4"] { background: url(../images/das.png) no-repeat center top; }
.jordan a[data-slide="4"]:after { content: "Das Racist: Rainbow in the Dark"; }

/*RAY TINTORI VIDEOS
******************************************************************/
#tintori_gallery { margin-top: 40px; }
.tintori a[data-slide="0"] { background: url(../images/beatsf.png) no-repeat center top; }
.tintori a[data-slide="0"]:after { content: "Beasts of Southern Wild: Aurochs Reel "; }

.tintori a[data-slide="1"] { background: url(../images/timef.png) no-repeat center top; }
.tintori a[data-slide="1"]:after { content: "MGMT: Time to Pretend"; }

.tintori a[data-slide="2"] { background: url(../images/kidsf.png) no-repeat center top; }
.tintori a[data-slide="2"]:after { content: "MGMT: Kids"; }

.tintori a[data-slide="3"] { background: url(../images/chairf.png) no-repeat center top; }
.tintori a[data-slide="3"]:after { content: "Chairlift: Evident Utensil"; }

.tintori a[data-slide="4"] { background: url(../images/tinman.png) no-repeat center top; }
.tintori a[data-slide="4"]:after { content: "Death to the Tinman"; }

/*ANDREW NEEL VIDEOS
******************************************************************/
.andrew a[data-slide="0"] { background: url(../images/ana.jpg) no-repeat center top; }
.andrew a[data-slide="0"]:after { content: "Avant Garde Diaries: Ana Kras"; }

.andrew a[data-slide="1"] { background: url(../images/andrew_thumb1.jpg) no-repeat center top; }
.andrew a[data-slide="1"]:after { content: "King Kelly (Feature): Trailer"; }

.andrew a[data-slide="2"] { background: url(../images/andrew_thumb5.jpg) no-repeat center top; }
.andrew a[data-slide="2"]:after { content: "Darkon (Feature): Trailer"; }

.andrew a[data-slide="3"] { background: url(../images/andrew_thumb2.jpg) no-repeat center top; }
.andrew a[data-slide="3"]:after { content: "Alice Neel (Feature): Trailer"; }

.andrew a[data-slide="4"] { background: url(../images/andrew_thumb3.jpg) no-repeat center top; }
.andrew a[data-slide="4"]:after { content: "Jose Cuervo: Tradicional"; }

.andrew a[data-slide="5"] { background: url(../images/andrew_thumb4.jpg) no-repeat center top; }
.andrew a[data-slide="5"]:after { content: "New World Order (Feature): Trailer"; }



/*GE CAPITAL VIDEOS
******************************************************************/
.ge_capital a[data-slide="0"] { background: url(../images/ge_capital_thumb1.jpg) no-repeat center top; }
.ge_capital a[data-slide="0"]:after { content: "GE Capital + Taylor Guitars"; }

.ge_capital a[data-slide="1"] { background: url(../images/ge_capital_thumb2.jpg) no-repeat center top; }
.ge_capital a[data-slide="1"]:after { content: "GE Capital + Polaris"; }

.ge_capital a[data-slide="2"] { background: url(../images/ge_capital_thumb3.jpg) no-repeat center top; }
.ge_capital a[data-slide="2"]:after { content: "GE Capital + Jet Blue"; }


/*COOL HUNTING VIDEOS
******************************************************************/
.cool_hunting a[data-slide="0"] { background: url(../images/cool_hunting_thumb1.jpg) no-repeat center top; }
.cool_hunting a[data-slide="0"]:after { content: "Cool Hunting Video"; }

.cool_hunting a[data-slide="1"] { background: url(../images/cool_hunting_thumb2.jpg) no-repeat center top; }
.cool_hunting a[data-slide="1"]:after { content: "Cool Hunting Video: Okamoto Studio"; }
