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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
body {
    font: 13px sans-serif;
    *font-size: small;
    *font: x-small;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
:hover,
:focus,
:active {
    outline: 0
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}
blockquote,
q {
    quotes: "" ""
}
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
}
input[type="radio"] {
    vertical-align: text-bottom
}
input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}
.ie6 input {
    vertical-align: text-bottom
}
label,
input[type=button],
input[type=submit],
button {
    cursor: pointer
}
.left {
    float: left
}
.right {
    float: right
}
.clear {
    margin: 0;
    line-height: 1;
    clear: both;
}
@media screen and (max-device-width: 480px) { 
	html {
	    -webkit-text-size-adjust: none;
	    -ms-text-size-adjust: none;
	}
}
/*
Typography
----------
*/
body {
    font: 15px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
.xxl {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px;
}
h2,
.xl {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
}
h3,
.l {
    font-size: 25px;
    line-height: 32px;
}
h4,
.m {
    font-size: 20px;
    line-height: 25px;
}
small,
.s {
    font-size: 10px;
    line-height: 15px;
}
::selection {
    background: rgb(36,152,207)
}
::-moz-selection {
    background: rgb(36,152,207)
}
img::selection {
    background: transparent
}
img::-moz-selection {
    background: transparent
}
body {
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

body {
	background-repeat: no-repeat;
	background: url(background.jpg) no-repeat #304e74;
    background-position:center center;
}
body:before {
    display: none;
}
#wrapper {
    padding-bottom: 20px;
}
/*
Header
------
*/
a.logo,
a.logo:visited {
    margin: 20px 0 0 10px;
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
    color: rgb(255,255,255);
    width: 270px;
    height: 29px;
   /* background: url(../images/logo.png) no-repeat; 
    display: block;
    letter-spacing: -1px;
       text-indent: -9999px;
    */
    float: left;
}
/*
a.logo:hover {
    background-position-y: -49px;
    border-color: rgba(255,255,255,1);
}
*/
.navigation {
    margin-right: 20px;
	padding: 20px 0 0 0;
    font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255,255,255,.8);
    float: right;
}
.navigation li {
    float: left
}
.navigation li a.twitter,
.navigation li a.twitter:visited {
    margin: -4px 0 0 0;
    width: 39px;
    height: 39px;
    background: url(../images/twitter_icon.png) no-repeat;
    display: block;
}
.navigation li a.twitter:hover {
    background-position-y: -39px
}
.navigation li a.facebook,
.navigation li a.facebook:visited {
    margin: -4px 0 0 5px;
    width: 39px;
    height: 39px;
    background: url(../images/facebook_icon.png) no-repeat;
    display: block;
}
.navigation li a.facebook:hover {
    background-position-y: -39px
}
.navigation li a:hover,
.navigation li a.current {
    color: rgb(255,255,255)
}
.navigation-mobile {
    display: none
}
/*
Video
-----
*/
#video {
    margin-bottom: 30px;
    padding-top: 10px;
    min-height: 567px;
}
#a,
#b,
#c,
#d,
#e {
    display: none
}
.container {
    margin: 0 auto;
    width: 800px;
    position: relative;
}
.video {
    margin-bottom: 25px;
    width: 800px;
    height: 345px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 30px rgb(0,0,0);
    -moz-box-shadow: 0 5px 30px rgb(0,0,0);
    box-shadow: 0 5px 30px rgb(0,0,0);
}


h2 {
    margin-bottom: 10px;
    font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: rgb(255,255,255);
}
h2 span {
    font-weight: normal;
    color: rgba(255,255,255,.4);
}
#video p {
    color: rgba(255,255,255,.6);
    width: 800px;
}
p a,
p a:visited {
    text-decoration: none;
    font-weight: bold;
    color: rgba(255,255,255,.9);
}
p a:hover {
    text-decoration: underline
}
.social {
    margin-top: 7px;
    padding: 3px 0 0 8px;
    text-align: right;
    width: 285px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: block;
    position: absolute;
    top: 473px;
    right: 0;
}
.social:hover {
    margin-top: 3px;
    padding: 7px 0 1px 8px;
    background: rgba(255,255,255,.9);
}
.social ul {
    display: none
}
.social:hover ul {
    display: block
}
.social li {
    padding: 0 6px 0 0;
    display: block;
    float: left;
}
a.share,
a.share:visited {
    padding: 11px 14px 9px 14px;
    font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: rgb(255,255,255);
    background: rgba(36,152,207,.8);
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
a.share:hover,
.social:hover a.share,
.social:hover a.share:visited {
    color: rgb(36,152,207);
    background: none;
}

div.thumb_box{
	margin:40px auto;
	width:800px;
	height:180px;
	background-color: rgba(256,256,256,0.23);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 30px rgb(0,0,0);
    -moz-box-shadow: 0 5px 30px rgb(0,0,0);
    box-shadow: 0 5px 30px rgb(0,0,0);
}
div.thumb_box .thumb_wrapper {
	padding-left:16px
}
div.thumb_box h3{
	font-size: 19px;
	font-weight: bold;
	margin-left: 12px;
	padding-top: 6px;
}
div.thumb_box a, div.thumb_box a:link, div.thumb_box a:visited {
	display:block;
	width:110px;
	text-align:center;
	border:none;
	text-decoration:none;
	color:none;
	color: white;
	float:left;
	margin-left:35px;
}

div.thumb_box a span{
	text-align:center;
	width:110px;
}

#article {
    padding: 40px 0 60px 0
}
h1 {
    margin-bottom: 10px;
    font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: rgb(255,255,255);
}
h3 {
    margin-bottom: 10px;
    font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(255,255,255);
}
#article h4 {
    margin-bottom: 30px;
    font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(255,255,255,.6);
    width: 500px;
}
#article p {
    margin: 10px 0 20px 0;
    color: rgba(255,255,255,.6);
    max-width: 500px;
}
#article p b {
    color: rgba(255,255,255,.8)
}
#article blockquote {
    margin: 0 20px 15px -100px;
    font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(255,255,255);
    width: 250px;
    float: left;
}
#article .step-1 {
    margin: 30px 0 0 0;
    width: 225px;
    float: left;
}
h3 .step {
    margin: 0 15px 0 -60px;
    padding: 4px 11px 4px 11px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 5px solid rgb(255,255,255);
}
#article p.action {
    margin: 50px 0 20px 0
}
a.producer-slot,
a.producer-slot:visited {
    margin-left: -10px;
    padding: 11px 25px 12px 25px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: rgb(255,255,255);
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    background: rgb(35,152,207);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(53,190,255)), color-stop(100%,rgb(35,152,207)));
    background: -webkit-linear-gradient(top, rgb(53,190,255) 0%,rgb(35,152,207) 100%);
    background: -moz-linear-gradient(top, rgb(53,190,255) 0%, rgb(35,152,207) 100%);
    background: -o-linear-gradient(top, rgb(53,190,255) 0%,rgb(35,152,207) 100%);
    background: -ms-linear-gradient(top, rgb(53,190,255) 0%,rgb(35,152,207) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35beff', endColorstr='#2398cf',GradientType=0 );
    background: linear-gradient(top, rgb(53,190,255) 0%,rgb(35,152,207) 100%);
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}
a.producer-slot:hover {
    text-decoration: none;
    background: rgb(35,152,207);
}
a.producer-slot:active {
    background: rgb(35,152,207);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5) inset;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.5) inset;
    box-shadow: 0 0 10px rgba(0,0,0,.5) inset;
}
#article p.s {
    font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(255,255,255,.2);
}
#article .illustration-video {
    margin-top: 30px;
    width: 525px;
    height: 375px;
    background: rgb(255,255,255);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: right;
}
#article .step-2 {
    margin: 50px 0 40px 275px;
    width: 500px;
    float: left;
}
.section {
    border-top: 5px solid rgba(255,255,255,.07)
}
a.top,
a:visited.top {
    margin-top: 60px;
    font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: rgba(255,255,255,.2);
    float: right;
}
a:hover.top {
    color: rgba(255,255,255,.6)
}

a.buttons:hover {
    background-color: rgba(255,255,255,.9)
}
a.buttons:active {
    margin-top: 4px
}
.buttons.disable {
    display: none
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
	body {
	    width: 991px
	}
}

@media only screen and (max-width: 767px) { 
	body {
	    width: 100%
	}
	#wrapper {
	    padding: 35px 0 25px 0;
	    min-height: 0;
	    /* background: url(/images/background-philiprosedale-2@2x.jpg) top center no-repeat #000; */
	    -webkit-background-size: auto;
	    -moz-background-size: auto;
	    -o-background-size: auto;
	    background-size: auto;
	}
	a.logo,
	a.logo:visited {
	    margin: 0 auto;
	    background: url(../images/logo.png) no-repeat;
	    float: none;
	}
	.navigation {
	    display: none
	}
	.navigation-mobile {
	    padding-top: 30px;
	    display: block;
	}
	.navigation-mobile li {
	    padding: 0 20px;
	    text-align: center;
	    color: rgba(255,255,255,.4);
	    display: block;
	}
	.navigation-mobile li p {
	    padding: 15px 20px 50px 20px
	}
	.navigation-mobile li p a,
	.navigation-mobile li p a:visited {
	    text-decoration: none;
	    font-weight: bold;
	    color: rgba(255,255,255,.4);
	}
	.navigation-mobile li p a:active {
	    color: rgba(255,255,255,.8)
	}
	a.button,
	a:visited.button {
	    padding: 17px 60px 17px 60px;
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	    text-decoration: none;
	    font-size: 18px;
	    line-height: 18px;
	    font-weight: bold;
	    color: rgba(0,0,0,.8);
	    text-shadow: 0 1px 0 rgba(255,255,255,.5);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#8d8d8d));
	    -webkit-border-radius: 25px;
	    display: block;
	}
	a:active.button {
	    background: #8d8d8d;
	    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5) inset;
	    box-shadow: 0 0 10px rgba(0,0,0,.5) inset;
	}
	/*#video {
	    display: none
	}*/
	#scrollbar,
	#episodes {
	    display: none
	}
	#subscribe {
	    padding: 20px 0 20px 0
	}
	#subscribe .container {
	    width: 100%
	}
	#subscribe .column {
	    text-align: center;
	    width: 100%;
	    float: none;
	}
	#subscribe h3,
	#subscribe input,
	#subscribe .button,
	#subscribe p {
	    display: none
	}
	#subscribe p.s {
	    margin: 0;
	    padding: 0;
	    font-family: Helvetica, Arial, sans-serif;
	    width: auto;
	    display: block;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	a.logo,
	a.logo:visited {
	    margin: 0 auto;
	    background: url(/images/logo@2x.png) no-repeat;
	    background-size: 250px 29px;
	    float: none;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) { 
	body {

	}
}


.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
	width: 300px;
}
