@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
********************************  End Reset ********************************
*/

body {
	font-family:Muli, Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:0.02em;
	color:#FFFFFF;
	background:#c61501 url('../img/bg.png') no-repeat top center;
}

body.jp{
    font-weight: bold;
}

li {
	margin-bottom:0.25em;
}

h1{
    background-color: #51d1e9;
    font-size:2em;
    padding:24px 30px 24px;
}



h2{
    position: relative;
    margin-top: -2px;
    background-color: #51d1e9;
    font-size:2em;
    padding:24px 30px 24px;
}


h3{
	color:#ffffff;
	font-size:0.8em;
}

h5{
    margin-top:3px;
    font-size: 0.8em;
}

h6{
    margin-top:8px;
    font-size: 0.7em;
    opacity:0.8;
}

img {
	max-width:100%;
}

p {
    font-size:1.25em;
    background-color: #ff8700;
    padding:24px;
    padding-left: 30px;
}

p.right{

}

strong{
	font-weight:bold;
}

a{
	text-decoration:none;
}



#page {
	padding: 2.8%;
	margin: auto;
    padding: 0px;
	max-width:960px;
	text-align:left;
}


#header{
	width:100%;
}

#header-content {
	text-align:center;
	font-size:1.25em;
	margin: auto;
	max-width:960px;
}

/* Format block*/
.format-info{
    text-align:center;
    position: relative;
    margin-top: -3px;
    background-color:#51d1e9;
    width:100%;
    padding:20px 10px 20px 10px;
    box-sizing: border-box;
}

.format-info img{
    width:142px;
}

.widget{
    display: block;
    width:700px;
    height:177px;
    max-width:90%;
    margin:auto;
    margin-bottom:20px;
}

.bottom-info{
    padding-top: 15px;
}

.format-text{
    font-size:1.5em;
    position: relative;
    top: -8px;
}

@media (min-width:480px)
{
    .format-text{
        left: -10px;
    }
}

/* */
#image-row1{
    position: relative;
    width:100%;
}

#image-row1 > .left-image{
    width:9.375%;
}

#image-row1 > .main-image{
    width:50%;
}

#image-row1 > .right-image{
    width:40.625%;
}

#image-row2{
    position: relative;
    width:100%;
}

#image-row2 > .left-image{
    width:40.625%;
}

#image-row2 > .main-image{
    width:50%;
}

#image-row2 > .right-image{
    width:9.375%;
}


#footer {
	margin: auto;
	max-width:960px;
    width:100%;

    background-color:#3d3534;
    position: relative;
}

#footer-content {
    padding: 30px ;
}

#footer a{
	color:#ffffff;
	font-size:16px;
}

#badgerhammer-logo{
    position: relative;
    margin-left:50%;
    left:-70px;
}


@media (max-width:479px)
{
    #follow{
        text-align:center;
    }
    #follow img{
        width: 25px;
        margin-right:5px;
    }
}


@media (min-width:480px)
{
    #follow{
        float: right;
    }
}



#contact{
    float: left;
}
@media (max-width:479px){
    .contact{
       text-align:center;
    }

    .contact h3{
        margin:20px 0 5px;
    }
}


#copyright{
    display: inline-block;
    margin:auto;
    color: #727272;
}
@media (max-width:479px){
    #copyright{
        width:100%;
        text-align:center;
    }
}

#video-image-container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#video-container img{
	width:100%;
}

/* Responsive youtube from: http://avexdesigns.com/responsive-youtube-embed/ */
#video-container {
    position: relative;
    padding-bottom: 56%;
	height: 0; 
	overflow: hidden;
}

#video-container iframe,
#video-container object,
#video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:9996;
}
/* End Responsive youtube */


#stores{
    background: url('../img/store-bg.jpg') #ff8700 bottom center ;
    min-height: 200px;
}



.emphasised-link {
	color:#ffffff;
}

.non-emphasised-link {
	color:#cccccc;
}





@media all and (min-width:520px){
	.thick_rounded_box
	{
		padding:1em;
	}
	.thumb{
		width:40%;
	}
	
	#video-play-button
	{
		visibility:hidden;
	}
	
	#header {

		text-align:left;
	}
	#header-logo{
		margin-top:-0.5em;
		float:left;
		width:233px;
	}
	#header-links{
		margin:30px 2.8% 0 0 ;
		float:right;
	}
    #badgerhammer-logo{
        margin-top: -70px;
    }
}

.format-text{
    padding-top: 15px;
    display: block;
}

@media all and (min-width:480px)
{
    .format-text{
        padding-top: 0px;
        display: inline;
    }

    p.right{
        text-align: right;
        padding-right: 30px;
    }

    h2{
        text-align: right;
    }
}

@media all and (min-width:800px){
	.left_block{
		width:55%;
		
	}
	
	.right_block{
		width:35%;
		margin-left:1%;
	}
	
	.no-title-block{
		margin-top:46px;
	}

}

@media all and (min-width:1024px){
	.left_block{
		margin-left:2.8%;
	}
	.indented-title{
		margin-left:2.8%;
	}
	#video_rounded_box{
		margin: 1% 2.8% 0 2.8%;
	}
	.thumb{
		width:30%;
	}
}

.link--press-kit{
    color:white;
    text-decoration: underline;
}

.link--greenlight{
    text-decoration: none;
    color:white;
}


.press {
    text-align: center;
    color: white;
    text-decoration: underline;
}
.link--greenlight:hover{
    text-decoration: underline;
}

.link--greenlight img{
    height: 25px;
    position: relative;
    top: 6px;
    margin-right: 7px;

}

.greenlight p{
    box-sizing: border-box;
    padding: 8px 0 15px;
    font-size: 15px;
    text-align: center;
}

/* Language selector */

.language__container{
    background:#51d1e9;
    position:absolute;
    display: inline-block;
    width:auto;
    left:50%;
    padding:6px 20px 6px 20px;
    border-radius: 30px;
    margin-top: -50px;
    margin-left: -70px;
    text-align: center;
}

.language__container a{
    display: inline-block;
    color:white;
    font-size: 15px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin: 0 4px;
    border-bottom: 1px solid #51d1e9;
    padding-bottom: 2px;
   
}
.language__container a:hover{
    border-bottom: 1px solid white;
    
}
.language__container img{
    height:15px;
    position:relative;
    top:2px;
    margin:0 4px;
}

@media (max-width:767px ){

    .format-text{
        width:100%;
        text-align: center;
        display: block;
        margin-bottom:10px;
    }

    .format-info img{
        display: block;
        margin:0 auto 10px;
    }

    .language__container a{
        border-color:#51d1e9;
    }

     .title-image{
        width: 111%;
        margin-left: -5%;
        max-width:none;
     }

     .title-image__container{
        overflow: hidden;
     }
}