/* CSS Document */

body{
	background: #fff;
}

#main{ padding-bottom: 0; }

@media only screen and (min-width: 1024px) {
    #main{ padding-bottom: 0px; }
}

@media only screen and (min-width: 1224px) {
    #main{
        padding-bottom: 0px;
    }
}

#header{
    border: none !important;
}

/* *******************************************
// hero
******************************************* */

.halbergTitle 
{
    margin-top: 25%;
    }



/*
// Hero
*/

.hero {
	position: relative;
	min-height: 1px;
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.hero__nav{
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	z-index: 5;
	font-size: 14px;
	border: none;

    cursor: pointer;
}



.hero__nav--prev {
	left: auto;
	right: 41px;
}

.hero__nav--next {
	left: auto;
	right: 10px;
}

.hero__nav .sprite{
	display: block;
	padding: 0;
	height: 30px;
	line-height: 30px;
	width: 30px;
	color: #000;
	opacity: .6;
	text-decoration: none;
    border: none;
    text-align: left;
    text-indent: -9000px;

    -webkit-transition: opacity .25s;
       -moz-transition: opacity .25s;
         -o-transition: opacity .25s;
            transition: opacity .25s;

    
}


.hero__nav:hover .sprite { opacity: 1; }

.hero__nav--prev .sprite{
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	background-position: -40px -195px;
}

.hero__nav--next .sprite{
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	background-position: -5px -195px;
}

@media only screen and (min-width: 600px) {
	
.halbergTitle {
    margin-top: 15%;
    }
	
	.hero__nav {
		top: 0;
		bottom: 0;
		width: 40px;
	}
	
	.hero__nav--prev {
        left: 0;
        right: auto;
        background: url(hero.prev.png) repeat-y right 0;
	}
	.hero__nav--next {
        left: auto;
        right: 0;
        background: url(hero.next.png) repeat-y 0 0;
	}
	
	.hero__nav .sprite{ 
		font-size: 24px; 
		height: 70px; 
		width: 35px; 
		padding: 0;
		position: absolute;
		top: 45%;	
	}	
		
	.hero__nav--prev .sprite{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		left: 15px;
		background-position: -115px -195px; 
	}
	
	.hero__nav--next .sprite{
		right: 15px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background-position: -75px -195px; 
	}
	
	
}

@media only screen and (min-width: 1024px) {	
	.hero__nav { width: 75px; }
}

@media only screen and (min-width: 1224px) {	
	.hero__nav { width: 100px; }	
	.hero__nav--next{ right: 25%;}
}

.hero__nav[disabled] {
    opacity: 0 !important;
    cursor: default;
}

/*
// panorama
*/


.panorama .article{
	position: absolute;
	top: 0;
    right: 0;
	bottom: 0;
    left: 0;
	
	display: block;
	text-decoration: none;
	border: none;   
    
    color: #fff;
}

.panorama .article [data-colgroup="true"]{
	position: relative; 
	height: 200px;
	padding: 50px 0px 50px 0px;
}

.panorama .content{ 	
	position: absolute;
	left: 0;
	bottom: 50px;
}



.panorama h1{
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0;
    padding: 0;
	color: #fff;
	font-size: 60px;
	line-height: .9;	
	text-transform: uppercase;
	letter-spacing: -2px;
}


.panorama h1 .sml{ letter-spacing: 0; }


.panorama .subhead{
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    margin: .5em 0;
}

.panorama .content .gph{ 
    font-size: .75em; top: -.10em; position: relative;
    opacity: .75;

     -webkit-transition: opacity .25s ease-out;
	    -moz-transition: opacity .25s ease-out;
	      -o-transition: opacity .25s ease-out;
	         transition: opacity .25s ease-out;
}

.panorama .content:hover .gph{ 
    opacity: 1;
}

@media only screen and (min-width: 600px) {    
    .panorama { height: 475px; }
    .panorama .article [data-colgroup="true"] { height: 375px; }    
    .panorama .content{ top: 20%; }
    .panorama h1 {
        font-size: 90px;
        letter-spacing: -4px;
    }
    

	.panorama .subhead{
        font-size: 26px;
        max-width: 550px;
    }
}


@media only screen and (min-width: 1224px) {    
    .panorama .content{ 
        top: 15%;    
    }
    
	.panorama h1{ 
		position: relative; 
		font-size: 130px;
		letter-spacing: -6px;
	}

	
	.panorama .subhead{
        font-size: 32px;
        max-width: 550px;
    }
}





/** Testing **/

.panorama {
    position: relative;    
}

.panorama ul, .panorama li {
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;    
    }

.panorama {
            overflow: hidden;
            /*width:80%;*/
            /*margin: 0 auto;*/           
            -webkit-backface-visibility: hidden;
            -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
            -webkit-transform-style: preserve-3d;
        }

        .panorama ul.animate {
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .panorama ul {
            transform: translate3d(0%,0,0) scale3d(1,1,1);
            -o-transform: translate3d(0%,0,0) scale3d(1,1,1);
            -ms-transform: translate3d(0%,0,0) scale3d(1,1,1);
            -moz-transform: translate3d(0%,0,0) scale3d(1,1,1);
            -webkit-transform: translate3d(0%,0,0) scale3d(1,1,1);            
            -webkit-backface-visibility: hidden;
            -webkit-transform-style: preserve-3d;
        }

        .panorama ul {
            position: relative;
        }

        .panorama li {
            float: left;
            -webkit-transform-style: preserve-3d;
            -webkit-transform: translate3d(0,0,0);
        }

        .panorama img {
        	-webkit-user-select: none;
        	-webkit-user-drag: none;
        	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }



/** Custom Slides **/

#espnf1 h1 {
    font-size: 44px;
    margin-bottom: 1em;
    line-height: 1.1em;
    text-transform:none;
    letter-spacing:0;
}
#espnf1 .subhead {
    margin:-1.5em 0;
}
#espnf1 h1 span {
    display:block;
}

#espn h1{ font-family:'UniversLTW01-67BoldCn', Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; color:#010101; }
#espn .subhead{ font-family:'UniversLTW01-47LightCn', Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; color:#010101; }
#espn .content {
    bottom:10px;
}

#boosted h1 {
    font-size: 30px;
    color: #000;
    letter-spacing: normal;
    line-height: 0.9em;
    margin-bottom: 0.1em;
}
#boosted h1 br {
	display: block;
}
#boosted h2 {
    color: #ff4920;
    text-transform: none;
    margin-top: 0;
    font-size: 14px;
}

#boosted .subhead,
#espnf1 .subhead {
	font-size: 15px;
}
#boosted .content {
    top: 45%;
}


#highstreet .content{
    text-align:center;
    top: 5%;
}

#highstreet h1{
    font-size:60px;
    text-transform:uppercase;
    letter-spacing:0px;
    color:#222222;
}

#highstreet h2{
    font-size:35px;
    text-transform:uppercase;
    font-family:'Univers LT W01 45 Light', Helvetica, Arial, sans-serif; 
    margin-top:20px;
    color:#222222;
}

#highstreet .introduction{
    font-family:'Univers LT W01 55 Roman', Helvetica, Arial, sans-serif; 
    font-size:20px;
    margin-top:20px;
    text-shadow:1px 1px 5px rgba(255,255,255,1);
    color:#222222;
    padding:0 10%;

}

@media only screen and (min-width: 600px) {
    #espn .subhead{ font-size:20px; width:80%;margin-left:10px; }
	#boosted h1 { font-size: 40px}
	#boosted h1 br {display: block;}
	#boosted h2 { font-size: 18px; width: auto;}
	#boosted .subhead { width: 250px; font-size: 18px;}
	#boosted .content { top: 25%; }
    #highstreet .content {
        padding:30px 0;
    }
    #espnf1 h1 {
        margin-bottom:2em;
    }
    #espnf1 h1 span {
        display:inline;
    }
    #espnf1 .subhead{ font-size:20px; width:80%; }

}

@media only screen and (min-width: 1000px) { 
	#boosted h1 { font-size: 56px}
	#boosted h1 br {display: block;}
	#boosted h2 { font-size: 26px; width: auto;}
	#boosted .subhead { width: 350px; font-size: 18px;}
	#boosted .content { top: 20%; }
}

@media only screen and (min-width: 1224px) {  
    #espn .content {
        margin-top:15%;
    }
    #espn .subhead{ font-size: 30px; width:80%;margin-left:10px; }
	#boosted h1 { font-size: 74px}
	#boosted h1 br {display: block;}
	#boosted h2 { font-size: 35px; width: auto;}
	#boosted .subhead { width: auto; font-size: 18px;}
	#boosted .content { top: 55%; }
    #highstreet .content{top: 10%;}

    #highstreet .introduction {
        padding-top: 85px;
    }
    #espnf1 h1 {
        margin-bottom:1em;
    }
}

#nzcricket{
    background-position:center;
    background-image:url(../work/nzcricket-app/mobile-home-background.jpg); 
    background-size:100%;
}

#nzcricket h1{
    font-size:30px;
    letter-spacing:0;
}


#nzcricket .subhead{
    font-size:18px;
}

#nzcricket .content{
    top:60px;
}

@media all and (min-width:400px) {
    #nzcricket{
        background-image:url(../work/nzcricket-app/home-cover.jpg); 
        background-position:center left;
        background-size:cover;
    }
}


@media all and (min-width:1100px) {

    
    #nzcricket h1 {
        font-size: 40px;
        letter-spacing: 0;
    }


    #nzcricket .subhead {
        font-size: 22px;
    }

    
}

@media all and (min-width:1400px) {
    
    #nzcricket .content{
        top:100px;
    }

    #nzcricket h1 {
        font-size: 60px;
        letter-spacing: 0;
    }


    #nzcricket .subhead {
        font-size: 28px;
    }
}

#nzcricket [data-colgroup]{
    margin:0 5%;
}

#nzcricket .app-stores img{
    margin:5px 0;
    display:inline-block
}

#nzcricket .content .gph{
    font-size: 0.65em;
}

#bbccoolwall {
    background-position:center top;
}

@media(min-width:1224px) {
    #bbccoolwall,
    #bbcgoodfood,
    #bbcearthwonders {
        right:25%;
    }
}
