
/* CSS clear based on http://meyerweb.com/eric/tools/css/reset/ */

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 {
	padding: 0; margin: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers and specific declarations */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none;
}

table {
	border-spacing: 0; border-collapse: collapse;
}


/* Main definitions */

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	padding: 0; margin: 0;
	position: relative;
	background: #2c2c2c url('../images/bgd.png');
}

body, td, p  {
	color: #f0f0f0;
	font-family: "Roboto Condensed", sans-serif; font-size: 14px; line-height: 20px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: #9ac928;
	text-decoration: none;
	transition: color 0.35s, background 0.35s;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
	transition: color 0.35s, background 0.35s;
}

p {
	text-align: justify;
}

hr {
	height: 1px; display: block; clear: both;
	padding: 0; margin: 15px 0;
	background: #333; border: none;
}

h1 {
	font-family: "Roboto Condensed", sans-serif; font-size: 35px; line-height: 1.6em; font-weight: bold; letter-spacing: -1px; text-align: left;
}

h2 {
	font-family: "Roboto Condensed", sans-serif; font-size: 36px; line-height: 40px; font-weight: 700; letter-spacing: -1px; text-align: center;
}

h3 {
	font-family: "Roboto Condensed", sans-serif; font-size: 30px; line-height: 32px; font-weight: 700; text-align: center;
}

h4 {
	font-family: "Roboto Condensed", sans-serif; font-size: 19px; line-height: 23px; font-weight: 700; text-align: center;
}

h5 {
	font-family: "Roboto Condensed", sans-serif; font-size: 18px; line-height: 22px; font-weight: 400; text-align: center;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
}


/* Site header */

.site-header {
	background: #000;
}

.top-bar {
	padding: 10px 0;
	background: #1d1d1d; border-top: 1px solid #2f2f2f;
	font-size: 18px; line-height: 22px; text-align: center;
}

.top-bar span {
	display: inline-block;
}

.top-bar a {
	display: inline-block;
	text-decoration: underline;
}

.menu {
	height: 60px;
	margin-bottom: 3px;
	box-shadow: 0 1px 0 #4c4c4c;
	font-size: 0; line-height: 0; text-align: center;
}

.menu a {
	width: 120px; height: 60px; display: inline-block;
	padding: 0 2px;
	box-shadow: 0 1px 0 #000; color: #fff;
	font-size: 24px; line-height: 60px; font-weight: 300; text-align: center;
}

.menu a:hover,
.menu a:active {
	color: #9ac928;
}

.menu a span {
	width: 100%; height: 60px; display: block; position: relative;
	box-shadow: 0 1px 0 #4c4c4c;
}

.menu a.signup span {
	box-shadow: 0 1px 0 #9ac928;
	font-weight: 700;
}

.menu a span:before {
	width: 8px; height: 1px; display: block; content: '';
	position: absolute; top: 0; left: 50%;
	margin-left: -4px;
	background: #4c4c4c;
}

.menu a span:after {
	width: 8px; height: 1px; display: block; content: '';
	position: absolute; bottom: 3px; left: 50%;
	margin-left: -4px;
	background: #4c4c4c;
}

.header {
	height: 400px; position: relative;
	background: url('../images/header.jpg') center center repeat-x;
	border-top: 1px dashed #4c4c4c; border-bottom: 1px dashed #4c4c4c;
}

.header-content {
	height: 330px;
	padding-top: 1px;
	background: url('../images/header-content.png') center top no-repeat;
	background-size: auto 100%;
}

.header .logo img {
	display: block;
	margin: 20px auto 0 auto;
}

.header .button {
	width: 340px; max-width: 90%; height: 60px; display: block;
	padding-top: 10px; margin: 32px auto 0 auto;
	background: url('../images/header-button.png') center center no-repeat;
	background-size: 100% 100%;
	color: #fcff28;
	font-size: 34px; line-height: 50px; font-weight: 700; letter-spacing: -1px; text-align: center;
}

.header .button:hover,
.header .button:active {
	color: #fff;
}

.header .slogan {
	width: 340px; max-width: 90%; display: block;
	margin: 15px auto 0 auto;
	color: #000; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.header .slogan:hover,
.header .slogan:active {
	color: #202020;
}

.header .slogan .large {
	display: block;
	font-size: 38px; line-height: 36px; font-weight: 700; letter-spacing: -2px; text-align: center;
}

.header .slogan .small {
	display: block;
	font-size: 27px; line-height: 26px; font-weight: 700; letter-spacing: -1px; text-align: center;
}

.header.header-sub {
	height: 224px; overflow: hidden;
}

.header.header-sub .slogan {
	display: none;
}

.header.header-join {
	height: 144px; overflow: hidden;
}



/* Site intro */

.site-intro {
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.5); border-top: 10px solid rgba(0, 0, 0, 0.5); border-bottom: 10px solid rgba(0, 0, 0, 0.5);
}

.site-intro .points {
	width: 50%; display: block; float: left;
}

.site-intro .points li {
	display: block;
	padding-left: 35px; margin-bottom: 20px;
	background-position: left center; background-repeat: no-repeat; color: #9ac928;
	font-size: 24px; line-height: 24px; font-weight: 700;
}

.site-intro .points li.point-photo {
	background-image: url('../images/intro-point-photo.png');
}

.site-intro .points li.point-video {
	background-image: url('../images/intro-point-video.png');
}

.site-intro .points li.point-model {
	background-image: url('../images/intro-point-model.png');
}

.site-intro .points li span {
	display: block;
	padding-left: 10px;
	border-left: 1px solid #9ac928;
}

.site-intro p {
	width: 50%; display: block; float: right;
	font-size: 17px; line-height: 23px; font-weight: 300;
}


/* Latest episodes */

.latest .heading {
	margin: 20px 0;
}

.latest .heading h3 {
	position: relative;
	padding-bottom: 10px;
	color: #9ac928;
}

.latest .heading h3:after {
	width: 40%; height: 1px; display: block; content: '';
	position: absolute; left: 30%; bottom: 0;
	background: #9ac928;
}

.latest .heading h3:before {
	width: 2%; height: 1px; display: block; content: '';
	position: absolute; left: 49%; bottom: 4px;
	background: #9ac928;
}

.latest .episodes {
	margin: 20px 0;
}

.latest .episode {
	width: 49%; display: block; float: left; position: relative;
	margin-right: 2%;
	background: #000; border-bottom: 1px solid #9ac928;
}

.latest .episode:last-child {
	margin-right: 0;
}

.latest .episode .episode-left {
	width: 100%; display: block; float: left;
	padding: 10px;
}

.latest .episode .episode-left .title {
	height: 80px;
	padding: 15px 10px; margin-bottom: 10px;
	background:
	url('../images/latest-title-left.png') left center no-repeat,
	url('../images/latest-title-right.png') right center no-repeat;
}

.latest .episode .episode-left .title h5 {
	display: block; overflow: hidden;
	color: #9ac928;
	font-size: 22px; line-height: 25px; font-weight: 300; text-align: center; text-transform: uppercase;
}
.latest .episode .episode-left .thumbs {
	text-align: center;
}
.latest .episode .episode-left .thumbs img {
	max-width: 324px; width: 100%; height: auto;
}

.latest .episode .episode-right {
	width: 38%; height: 100%; display: block; float: right; position: absolute;
	top: 0; right: 0;
	padding: 10px;
	font-size: 16px; line-height: 24px; font-weight: 300;
}
.latest .episode .stats  {
	text-align: center;
}
.latest .episode .stats span {
	color: #9ac928;
	font-weight: bold;
}

.latest .episode .episode-left .desc,
.latest .episode .episode-left .desc {
	position: absolute; bottom: 10px; right: 10px;
}

.latest .episode .episode-left .desc p,
.latest .episode .episode-left .desc p {
	max-height: 128px; overflow: hidden;
	font-size: 13px; line-height: 18px;
}


/* Promo */

.promo-cover {
	height: 300px; position: relative;
	padding: 20px 0;
	background: #181818 url('../images/promo-cover.jpg') center center repeat-x;
	background-size: auto 100%;
}

.promo-cover .top {
	width: 848px; max-width: 100%; height: 150px; display: block;
	margin: 0 auto;
	opacity: 0.9;
	background: url('../images/promo-cover-top.png') center center no-repeat;
	background-size: auto 100%;
	transition: all 0.35s;
}

.promo-cover .top:hover {
	opacity: 1;
	transition: all 0.35s;
}

.promo-cover .top .large {
	display: block;
	padding: 0 50px; margin-top: 6px;
	color: #000; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.35);
	font-size: 50px; line-height: 48px; font-weight: 700; letter-spacing: -2px; text-align: center;
}

.promo-cover .top .small {
	display: block; position: relative;
	padding: 0 100px; margin-top: 10px;
	color: #fff;
	font-size: 28px; line-height: 26px; font-weight: 300; letter-spacing: -1px; text-align: center;
}

.promo-cover .top .small:before {
	width: 100px; height: 1px; display: block; content: '';
	position: absolute; left: 50%; top: -10px;
	margin-left: -50px;
	background: #000;
}

.promo-cover .button {
	width: 526px; max-width: 100%; height: 93px; display: block;
	padding-top: 15px; margin: 20px auto 0 auto;
	opacity: 0.9;
	background: url('../images/promo-cover-button.png') center center no-repeat; background-size: auto 100%; color: #fff;
	font-size: 50px; line-height: 78px; font-weight: 700; letter-spacing: -2px; text-align: center;
	transition: all 0.35s;
}

.promo-cover .button:hover {
	opacity: 1;
	color: #9ac928;
	transition: all 0.35s;
}

.promo-framed {
	height: 238px; position: relative;
	padding: 20px 0;
	background: #181818 url('../images/promo-framed.png') center center repeat-x;
	background-size: auto 100%;
}

.promo-framed .top {
	width: 1016px; max-width: 100%; height: 93px; display: block;
	margin: 0 auto;
	opacity: 0.9;
	background: url('../images/promo-framed-top.png') center center no-repeat;
	background-size: auto 100%;
	transition: all 0.35s;
}

.promo-framed .top:hover {
	opacity: 1;
	transition: all 0.35s;
}

.promo-framed .top .large {
	display: block;
	padding: 0 50px; margin-top: 6px;
	color: #000; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.35);
	font-size: 34px; line-height: 32px; font-weight: 700; letter-spacing: -2px; text-align: center;
}

.promo-framed .top .small {
	display: block; position: relative;
	padding: 0 100px; margin-top: 10px;
	color: #fff;
	font-size: 22px; line-height: 20px; font-weight: 300; letter-spacing: -1px; text-align: center;
}

.promo-framed .top .small:before {
	width: 100px; height: 1px; display: block; content: '';
	position: absolute; left: 50%; top: -10px;
	margin-left: -50px;
	background: #000;
}

.promo-framed .button {
	width: 927px; max-width: 100%; height: 93px; display: block;
	padding-top: 15px; margin: 20px auto 0 auto;
	opacity: 0.9;
	background: url('../images/promo-framed-button.png') center center no-repeat; background-size: auto 100%; color: #fff;
	font-size: 50px; line-height: 78px; font-weight: 700; letter-spacing: -2px; text-align: center;
	transition: all 0.35s;
}

.promo-framed .button:hover {
	opacity: 1;
	color: #9ac928;
	transition: all 0.35s;
}

.promo-bottom {
	height: 400px; position: relative;
	padding-top: 90px;
	background: #181818 url('../images/promo-bottom.jpg') center center repeat-x;
	background-size: auto 100%;
}

.promo-bottom .points {
	width: 30%; display: block; float: left;
	margin-left: 15%;
}

.promo-bottom .points li {
	display: block;
	padding-left: 28px; margin-bottom: 20px;
	background: url('../images/promo-bottom-point.png') left center no-repeat; color: #9ac928;
	font-size: 24px; line-height: 24px; font-weight: 700;
}

.promo-bottom .points li span {
	display: block;
	padding-left: 10px;
	border-left: 1px solid #9ac928;
}

.promo-bottom p {
	width: 40%; display: block; float: right;
	margin-right: 15%;
	font-size: 17px; line-height: 23px;
}

.promo-bottom .button {
	width: 1208px; max-width: 100%; height: 107px; display: block;
	position: absolute; left: 50%; bottom: 0;
	padding-top: 27px; margin-left: -604px;
	opacity: 0.9;
	background: url('../images/promo-bottom-button.png') center center no-repeat; background-size: auto 100%; color: #000;
	font-size: 55px; line-height: 53px; font-weight: 700; letter-spacing: -2px; text-align: center; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.35);
	transition: all 0.35s;
}

.promo-bottom .button:hover {
	opacity: 1;
	color: #9ac928;
	transition: all 0.35s;
}


/* Listings */

.listing-wrapper {
	margin: 20px 0;
}

.listing {
	max-width: 1800px;
	margin: 0 auto;
	font-size: 0; text-align: center;
}

.listing .item {
	width: 16%; display: inline-block;
	padding: 1px; margin: 0.3%;
	background: #000;
}

.listing .item .title {
	height: 57px;
	padding: 10px; margin-bottom: 1px;
	background:
	url('../images/item-title-left.png') left center no-repeat,
	url('../images/item-title-right.png') right center no-repeat;
}

.listing .item .title a:link,
.listing .item .title a:visited {
	height: 36px; display: block; overflow: hidden;
	font-size: 17px; line-height: 18px; font-weight: 700; text-align: center;
}

.listing .item .thumb {
	width: 100%; height: 0; display: block; position: relative;
	padding-bottom: 64%;
}

.listing .item .thumb img {
	width: 100%; height: 100%; display: block;
	position: absolute; top: 0; left: 0;
}


/* Footer */

.site-footer {
	padding: 20px 0;
	background: #000;
	font-size: 14px; line-height: 18px; font-weight: 300; text-align: center;
}

.site-footer-inside {
	padding: 20px 0;
	border-bottom: 1px solid #485f13;
}

.site-footer .wrapper > div {
	display: inline-block;
	margin: 0 5px;
}

/* Episode */

.episode-content {
	position: relative;
	margin: 20px 0;
	background: #000;
}

.episode-content .episode-player {
	width: 70%; float: left; position: relative;
	padding: 1px; padding-bottom:10px;
}

.episode-content .episode-player .player {
	width: 100%; height: 0; position: relative;
	padding: 56.25% 0 0 0;
	display:inline-block;
}

.episode-content .episode-player .player embed,
.episode-content .episode-player .player iframe,
.episode-content .episode-player .player video,
.episode-content .episode-player .player .video-js {
	width: 100% !important; height: 100% !important; display: block !important; position: absolute !important;
	top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important;
	border: 0 !important;
}

.episode-content .episode-text {
	width: 30%; float: right; position: relative;
	padding: 10px;
}

.episode-content .episode-text .title {
	height: 80px;
	padding: 15px 10px; margin-bottom: 10px;
	background:
	url('../images/latest-title-left.png') left center no-repeat,
	url('../images/latest-title-right.png') right center no-repeat;
}

.episode-content .episode-text .title h1 {
	height: 50px; display: block; overflow: hidden;
	color: #9ac928;
	font-size: 22px; line-height: 25px; font-weight: 300; text-align: center; text-transform: uppercase;
}

.episode-content .episode-text .stats {
	margin-top: 10px;
	font-size: 18px; line-height: 24px;
}

.episode-content .episode-text .stats span {
	color: #9ac928;
	font-weight: bold;
}

.episode-content .episode-text .thumbs {
	margin-top: 30px;
	font-size: 0; line-height: 0; text-align: center;
}

.episode-content .episode-text .thumbs .item {
	width: 32%; height: auto; display: block; float: left;
	margin-right: 2%; margin-bottom: 2%;
}

.episode-content .episode-text .thumbs .item:nth-child(3n) {
	margin-right: 0;
}

.episode-content .episode-text .thumbs .item img {
	width: 100%; height: auto; display: block;
	border: 1px solid #000;
}

.episode-link {
	margin: 20px 0;
	text-align: center;
}

.episode-link .link {
	display: inline-block;
	padding: 10px 0;
	font-size: 30px; line-height: 30px; font-weight: 700; text-decoration: underline;
}

.episode-link .button {
	display: inline-block;
	padding: 10px 20px; margin-left: 20px;
	background: #7fa425; border-radius: 4px; color: #fff;
	font-size: 30px; line-height: 30px; font-weight: 700;
}

.episode-link .button:hover,
.episode-link .button:active {
	background: #fff; color: #7fa425;
}



/* Join */

.join-area{
	margin-top: 30px;
	margin-bottom: 30px;
}

.half-col{
	width: 49%; float: left;
	background: #000; border: 8px;
}

.left-half-col{
}

.right-half-col{
	float: right;
}

.join-heading {
	height: 80px;
	padding: 15px 10px; margin-bottom: 10px;
	background:
	url('../images/latest-title-left.png') left center no-repeat,
	url('../images/latest-title-right.png') right center no-repeat;
}

.join-heading h5 {
	height: 50px; display: block; overflow: hidden;
	color: #9ac928;
	font-size: 22px; line-height: 25px; font-weight: 300; text-align: center; text-transform: uppercase;
}

.join-image {
	margin-top: 15px; margin-bottom: 15px;
	text-align: center;
}

.join-image img {
	width: 100%; height: auto;
}

.join-teaser {
	padding: 10px 30px;
}

.join-teaser li {
	padding-left: 34px; margin: 15px 0;
	background: url('../images/join-point.png') left top no-repeat;
	color: #fff;
	font-size: 16px; line-height: 20px; font-weight: 300; text-align: left;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.join-form{
    display: block;
    padding: 0 3px;
    color: #e0e0e0;
}

.form-section{
    padding: 25px;
}

.form-section.centered {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.form-section input[type=submit]{
    width: 100%;
    max-width: 380px;
    background: #9ac928;
    color: #000;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
    font-weight: 300;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    padding: 10px 0;
    border: 0;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 5px;
    font-family: 'Roboto Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px; font-weight: 700;
}

.form-section input[type=submit]:hover{
    background: #fff;
    color: #9ac928;
}

.form-section i{
    font-weight: 400;
    color: #e0e0e0;
    font-size: 16px;
}

.form-section i.info-center{
    display: block;
    text-align: center;
    font-style: normal;
}

.bottom-join-form{
    padding: 0 25px 15px 25px;
}

.bottom-join-form input[type=submit]{
    margin-top: 15px;
}

.bottom-join-form i{
    margin-top: 15px
}

.form-section label{
    display: block;
    width: 120px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #9ac928;
    padding-top: 10px;
    text-align: right;
}

.form-section .input-holder label{
    width: auto;
    text-align: left;
    display: inline;
    font-weight: 400;
}

.form-section.text-inputs{
    padding-bottom: 0;
    border-bottom: 1px solid #303030;
}

.form-section .input-holder{
    padding-left: 130px;
    float: none;
}

.form-section.text-inputs .input-holder input{
    width: 100%;
    height: 40px;
    background: #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: inset 4px 5px 0px 0px rgba(220,220,220,1);
    -moz-box-shadow: inset 4px 5px 0px 0px rgba(220,220,220,1);
    box-shadow: inset 4px 5px 0px 0px rgba(220,220,220,1);
    padding: 11px;
}

.form-section.text-inputs .input-holder{
    margin-bottom: 20px;
}

.form-section i.info-italic{
    font-style: italic;
    font-weight: 400;
    margin: 15px 0;
    display: block;
}

.ratio-option{
    margin-bottom: 6px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.form-section.ratio-inputs{
    padding-top: 15px;
    padding-bottom: 0;
}

.form-section.ratio-inputs label{
    padding-top: 0;
    padding-bottom: 20px;
}

.form-section.ratio-inputs .ratio-option label{
    padding-bottom: 0
}

.form-section input[type=checkbox]:not(old),
.form-section input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  position: absolute;
}

.form-section input[type=checkbox]:not(old) + label,
.form-section input[type=radio   ]:not(old) + label{
  display      : inline-block;
  padding-left : 28px;
  padding-top: 0;
  background   : url('../images/checks.png') no-repeat 0 -48px;
  line-height  : 22px;
}

.form-section input[type=checkbox]:not(old):checked + label{
  background-position : 0 0;
}

.form-section input[type=radio]:not(old):checked + label{
  background-position : 0 0;
  color: #e0e0e0;
  font-weight: 400;
}

.networkwrapper {
	padding: 10px 0; margin: 20px 0;
	background: rgba(0, 0, 0, 0.3);
}

.network-title {
	padding: 14px !important; margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.1); border-radius: 6px;
	font-size: 25px !important; line-height: 28px !important; font-weight: 300 !important; text-align: center !important; text-transform: uppercase !important;
}



/* Media queries */

@media(min-width: 1200px) and (max-width: 1400px) {

	.listing .item {
		width: 24%;
		margin: 0.5%;
	}

	.categories > div {
		width: 33.333%;
	}

	.promo-bottom .button {
		width: 100%; height: auto;
		padding: 20px 0; left: 0; margin-left: 0;
		background: rgba(134, 187, 29, 0.85);
	}

}


@media(min-width: 990px) and (max-width: 1199px) {

	.wrapper {
		width: 970px;
	}

	/* Site intro 970 */

	.site-intro .points {
		width: 55%;
	}

	.site-intro p {
		width: 45%;
	}

	/* Listings 970 */

	.listing .item {
		width: 24%;
		margin: 0.5%;
	}

	/* Promo 970 */

	.promo-bottom .button {
		width: 100%; height: auto;
		padding: 20px 0; left: 0; margin-left: 0;
		background: rgba(134, 187, 29, 0.85);
	}

	.promo-bottom .points {
		width: 35%;
		margin-left: 10%;
	}

	.promo-bottom p {
		width: 45%;
		margin-right: 10%;
	}

	/* Episode 970 */

	.episode-link .button {
		margin-left: 0;
	}

}


@media(min-width: 768px) and (max-width: 989px) {

	.wrapper {
		width: 750px;
	}

	/* Latest episodes 750 */

	.latest .episode .episode-left {
		width: 100%;
	}

	.latest .episode .episode-right {
		width: 100%; height: auto; position: relative;
	}

	.latest .episode .episode-right .desc,
	.latest .episode .episode-right .desc {
		position: relative; bottom: 0; right: 0;
	}

	/* Promo 750 */

	.promo-cover {
		height: auto;
	}

	.promo-cover .top {
		width: 100%; height: auto;
		padding: 12px 0 18px 0;
		background: rgba(134, 187, 29, 0.85); border-bottom: 15px solid rgba(0, 0, 0, 0.2);
	}

	.promo-framed {
		height: auto;
		background-image: url('../images/promo-framed-mobile.png');
		background-size: auto auto; background-repeat: repeat;
	}

	.promo-framed .top {
		width: 100%; height: auto;
		padding: 12px 0 18px 0;
		background: rgba(134, 187, 29, 0.85); border-bottom: 15px solid rgba(0, 0, 0, 0.2);
	}

	.promo-framed .button {
		width: 100%; height: auto;
		padding: 15px;
		background: rgba(0, 0, 0, 0.75); border-top: 15px solid rgba(0, 0, 0, 0.5);
		line-height: 48px;
	}

	.promo-bottom .points {
		width: 45%;
		margin-left: 0;
	}

	.promo-bottom p {
		width: 55%;
		margin-right: 0;
	}

	.promo-bottom .button {
		width: 100%; height: auto;
		padding: 20px 0; left: 0; margin-left: 0;
		background: rgba(134, 187, 29, 0.85);
		font-size: 42px; line-height: 40px;
	}

	/* Listings 750 */

	.listing .item {
		width: 31.8%;
		margin: 0.7%;
	}


	/* Episode 750 */

	.episode-content .episode-player {
		width: 100%;
	}

	.episode-content .episode-text {
		width: 100%;
	}

	.episode-content .episode-text .thumbs a {
		width: 15.8333%;
		margin-right: 1%; margin-bottom: 0;
	}

	.episode-content .episode-text .thumbs a:nth-child(2n) {
		margin-right: 1%;
	}

	.episode-content .episode-text .thumbs a:last-child {
		margin-right: 0;
	}

	.episode-link .link {
		font-size: 26px; line-height: 26px;
	}

	.episode-link .button {
		margin-left: 0;
	}

    .half-col{
        width: 100%;
    }

	.left-half-col{
		padding-right: 0;
		margin-bottom: 15px;
	}

    .form-section label,
    .form-section .input-holder{
        width: 100%;
        padding: 0;
        text-align: left;
    }

}


@media(min-width: 480px) and (max-width: 767px) {

	body, td, p  {
		font-size: 13px; line-height: 22px;
	}

	h2 {
		font-size: 32px; line-height: 33px;
	}

	h4 {
		font-size: 15px; line-height: 19px;
	}

	.wrapper {
		width: 460px;
	}

	/* Site header 460 */

	.header-content {
		height: 280px;
	}

	.header .logo img {
		width: 350px; max-width: 90%;
		margin-top: 25px;
	}

	.header .button {
		width: 290px; height: 51px;
		margin-top: 20px;
		font-size: 28px; line-height: 40px;
	}

	.header .slogan .large {
		font-size: 34px; line-height: 32px;
	}

	.header .slogan .small {
		font-size: 24px; line-height: 22px;
	}

	.header.header-sub {
		height: 194px;
	}

	/* Site intro 460 */

	.site-intro .points {
		width: 100%;
	}

	.site-intro .points li {
		margin-bottom: 12px;
		font-size: 20px;
	}

	.site-intro p {
		width: 100%;
	}

	/* Latest episodes 460 */

	.latest .episode {
		width: 100%; margin-right: 0%; margin-bottom: 5%;
	}

	.latest .episode .episode-left {
		width: 100%;
	}

	.latest .episode .episode-right {
		width: 100%; height: auto; position: relative;
	}

	.latest .episode .episode-right .desc,
	.latest .episode .episode-right .desc {
		position: relative; bottom: 0; right: 0;
	}

	/* Promo 460 */

	.promo-cover {
		height: auto;
	}

	.promo-cover .top {
		width: 100%; height: auto;
		padding: 12px 0 18px 0;
		background: rgba(134, 187, 29, 0.85); border-bottom: 15px solid rgba(0, 0, 0, 0.2);
	}

	.promo-cover .top .large {
		padding: 0 20px;
	}

	.promo-cover .top .small {
		padding: 0 20px;
		font-size: 25px; line-height: 25px;
	}

	.promo-framed {
		height: auto;
		background-image: url('../images/promo-framed-mobile.png');
		background-size: auto auto; background-repeat: repeat;
	}

	.promo-framed .top {
		width: 100%; height: auto;
		padding: 12px 0 18px 0;
		background: rgba(134, 187, 29, 0.85); border-bottom: 15px solid rgba(0, 0, 0, 0.2);
	}

	.promo-framed .top .large {
		padding: 0 20px;
	}

	.promo-framed .top .small {
		padding: 0 20px;
		font-size: 25px; line-height: 25px;
	}

	.promo-framed .button {
		width: 100%; height: auto;
		padding: 15px;
		background: rgba(0, 0, 0, 0.75); border-top: 15px solid rgba(0, 0, 0, 0.5);
		line-height: 48px;
	}

	.promo-bottom {
		height: auto;
		padding-top: 40px;
		padding-bottom: 150px;
	}

	.promo-bottom .points {
		width: 100%;
		margin-left: 0;
	}

	.promo-bottom p {
		width: 100%;
		margin-right: 0;
	}

	.promo-bottom .button {
		width: 100%; height: auto;
		padding: 20px 0; left: 0; margin-left: 0;
		background: rgba(134, 187, 29, 0.85);
		font-size: 42px; line-height: 40px;
	}

	/* Listings 460 */

	.listing .item {
		width: 48%;
		margin: 1%;
	}

	/* Episode 460 */

	.episode-content .episode-player {
		width: 100%;
	}

	.episode-content .episode-text {
		width: 100%;
	}

	.episode-content .episode-text .thumbs a {
		width: 15.8333%;
		margin-right: 1%; margin-bottom: 0;
	}

	.episode-content .episode-text .thumbs a:nth-child(2n) {
		margin-right: 1%;
	}

	.episode-content .episode-text .thumbs a:last-child {
		margin-right: 0;
	}

	.episode-link .link {
		font-size: 26px; line-height: 26px;
	}

	.episode-link .button {
		margin-left: 0;
	}


    .half-col{
        width: 100%;
    }

	.left-half-col{
		padding-right: 0;
		margin-bottom: 15px;
	}

    .form-section label,
    .form-section .input-holder{
        width: 100%;
        padding: 0;
        text-align: left;
    }

}


@media(max-width: 479px) {
	body, td, p  {
		font-size: 12px; line-height: 20px;
	}

	h2 {
		font-size: 28px; line-height: 28px;
	}

	h4 {
		font-size: 14px; line-height: 18px;
	}

	.wrapper {
		width: 300px; min-width: 300px;
	}

	/* Site header 300 */

	.top-bar {
		font-size: 15px;
	}

	.menu a {
		width: 100px;
		font-size: 20px;
	}

	.header-content {
		height: 240px;
	}

	.header .logo img {
		width: 300px;
	}

	.header .button {
		width: 244px; height: 43px;
		margin-top: 20px;
		font-size: 26px; line-height: 33px;
	}

	.header .slogan {
		margin-top: 8px;
	}

	.header .slogan .large {
		font-size: 30px; line-height: 28px;
	}

	.header .slogan .small {
		font-size: 20px; line-height: 18px;
	}

	.header.header-sub {
		height: 170px;
	}


	/* Site intro 300 */

	.site-intro .points {
		width: 100%;
	}

	.site-intro .points li {
		margin-bottom: 12px;
		font-size: 20px;
	}

	.site-intro p {
		width: 100%;
	}

	/* Latest episodes 300 */

	.latest .episode {
		width: 100%; margin-right: 0%; margin-bottom: 6%;
	}

	.latest .episode .episode-left {
		width: 100%;
	}

	.latest .episode .episode-right {
		width: 100%; height: auto; position: relative;
	}

	.latest .episode .episode-right .desc,
	.latest .episode .episode-right .desc {
		position: relative; bottom: 0; right: 0;
	}

	/* Promo 300 */

	.promo-cover {
		height: auto;
	}

	.promo-cover .top {
		width: 100%; height: auto;
		padding: 15px;
		background: rgba(134, 187, 29, 0.85); border-bottom: 15px solid rgba(0, 0, 0, 0.2);
	}

	.promo-cover .top .large {
		padding: 0 20px;
	}

	.promo-cover .top .small {
		padding: 0 20px;
		font-size: 25px; line-height: 25px;
	}

	.promo-cover .button {
		width: 100%; height: auto;
		padding: 15px;
		background: rgba(0, 0, 0, 0.35); border-top: 15px solid rgba(0, 0, 0, 0.2);
		line-height: 48px;
	}

	.promo-framed {
		height: auto;
		background-image: url('../images/promo-framed-mobile.png');
		background-size: auto auto; background-repeat: repeat;
	}

	.promo-framed .top {
		width: 100%; height: auto;
		padding: 12px 0 18px 0;
		background: rgba(134, 187, 29, 0.85); border-bottom: 15px solid rgba(0, 0, 0, 0.2);
	}

	.promo-framed .top .large {
		padding: 0 20px;
	}

	.promo-framed .top .small {
		padding: 0 20px;
		font-size: 25px; line-height: 25px;
	}

	.promo-framed .button {
		width: 100%; height: auto;
		padding: 15px;
		background: rgba(0, 0, 0, 0.75); border-top: 15px solid rgba(0, 0, 0, 0.5);
		line-height: 48px;
	}

	.promo-bottom {
		height: auto;
		padding-top: 40px;
		padding-bottom: 200px;
	}

	.promo-bottom .points {
		width: 100%;
		margin-left: 0;
	}

	.promo-bottom p {
		width: 100%;
		margin-right: 0;
	}

	.promo-bottom .button {
		width: 100%; height: auto;
		padding: 20px 0; left: 0; margin-left: 0;
		background: rgba(134, 187, 29, 0.85);
		font-size: 45px; line-height: 43px;
	}

	/* Listings 300 */

	.listing .item {
		width: 48%;
		margin: 1%;
	}

	/* Episode 300 */

	.episode-content .episode-player {
		width: 100%;
	}

	.episode-content .episode-text {
		width: 100%;
	}

	.episode-content .episode-text .thumbs a {
		width: 15.8333%;
		margin-right: 1%; margin-bottom: 0;
	}

	.episode-content .episode-text .thumbs a:nth-child(2n) {
		margin-right: 1%;
	}

	.episode-content .episode-text .thumbs a:last-child {
		margin-right: 0;
	}

	.episode-link .link {
		font-size: 26px; line-height: 26px;
	}

	.episode-link .button {
		margin-left: 0;
	}

    .half-col{
        width: 100%;
    }

	.left-half-col{
		padding-right: 0;
		margin-bottom: 15px;
	}

    .form-section label,
    .form-section .input-holder{
        width: 100%;
        padding: 0;
        text-align: left;
    }

}
