/* 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: #2a2a2a url('../images/bgd.png');
}

body,
td,
p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 23px;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

a,
a:visited {
    color: #f34812;
    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: "Montserrat", sans-serif;
    font-size: 35px;
    line-height: 1.6em;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: left;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}

h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
}

h5 {
    font-family: "Montserrat", 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: #3c3c3c url('../images/header-bgd.png') center top repeat-x;
}

.top-bar {
    height: 28px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}

.top-bar .color-red {
    color: #f34812;
}

.top-bar .color-white {
    color: #fff;
}

.menu-buttons .logo {
    width: 226px;
}

.menu-buttons .logo img {
    width: 100%;
}

.menu-buttons {
    display: flex;
    justify-content: center;
}

.menu-buttons a.menu-item-login,
.menu-buttons a.menu-item-register {
    width: 240px;
    height: 47px;
    font-size: 26px;
    line-height: 46px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
}

.menu-buttons a.menu-item-login {
    background-image: url('../images/menu-item-login.png');
}

.menu-buttons a.menu-item-register {
    margin-left: 16px;
    background-image: url('../images/menu-item-register.png');
}

.menu-buttons a:link,
.menu-buttons a:visited {
    color: #fff;
}

.menu-buttons a:hover,
.menu-buttons a:active {
    color: #f34812;
}

.menu-slogan {
    margin-top: 25px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

.header {
    height: 280px;
    position: relative;
    background: url('../images/header.jpg') center center repeat-x;
    display: flex;
    justify-content: center;
    align-content: end;
    flex-wrap: wrap;
}

.header .button {
    width: 400px;
    height: 80px;
    display: block;
    margin-bottom: -30px;
    background-image: url('../images/header-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 32px;
    line-height: 78px;
    font-weight: 700;
    text-align: center;
}

.header .button:link,
.header .button:visited {
    color: #fff;
}

.header .button:hover,
.header .button:active {
    color: #000;
}


/* Site intro */

.site-intro {
    padding: 10px;
    margin-top: 40px;
    background: #1c1c1c;
    border-radius: 10px;
}

.site-intro .heading {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.site-intro .heading h2 {
    color: #fff;
}

.site-intro .heading h4 {
    color: #f34812;
    text-transform: uppercase;
}

.site-intro .heading:after {
    width: 30%;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    left: 35%;
    top: 100%;
    background: #f34812;
}

.site-intro .content {
    margin-top: 20px;
}

.site-intro .content .image {
    width: 38%;
    display: block;
    float: left;
}

.site-intro .content .image img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.site-intro .content .desc {
    width: 60%;
    display: block;
    float: right;
    text-align: center;
}

.site-intro .button {
    width: 520px;
    max-width: 100%;
    height: 105px;
    padding: 0 10px;
    display: inline-block;
    background-image: url('../images/site-intro-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.site-intro .button .size-large {
    display: inline-block;
    margin-top: 18px;
    color: #f34812;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    transition: all 0.35s;
}

.site-intro .size-large:hover,
.site-intro .size-large:active {
    color: #d32802;
    transition: all 0.35s;
}

.site-intro .button .size-small {
    display: inline-block;
    color: #202020;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    transition: all 0.35s;
}

.site-intro .size-small:hover,
.site-intro .size-small:active {
    color: #000;
    transition: all 0.35s;
}


/* Latest episodes */

.latest {
    padding: 20px 0;
    margin: 20px 0 0 0;
    background: rgba(0, 0, 0, 0.4);
}

.latest .heading h3 {
    color: #f34812;
}

.latest .episodes {
    margin: 20px 0;
}

.latest .episode-photo {
    width: 49%;
    display: block;
    float: left;
    position: relative;
    padding: 10px;
    margin-right: 2%;
    background: #f34812;
    border-radius: 8px;
}

.latest .episode-photo:last-child {
    margin-right: 0;
}

.latest .episode-photo .thumbs {
    width: 60%;
    display: block;
    float: left;
}

.latest .episode-photo .thumbs img {
    width: 50%;
    display: block;
    float: left;
}

.latest .episode-video {
    width: 49%;
    display: block;
    float: left;
    position: relative;
    padding: 10px;
    margin-right: 2%;
    background: #f34812;
    border-radius: 8px;
}

.latest .episode-video:last-child {
    margin-right: 0;
}

.latest .episode-video .thumbs {
    width: 60%;
    display: block;
    float: left;
}

.latest .episode-video .thumbs img {
    width: 100%;
    display: block;
    float: left;
}

.latest .episode-photo .text,
.latest .episode-video .text {
    width: 40%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}

.latest .episode-photo .text h5,
.latest .episode-video .text h5 {
    height: 22px;
    overflow: hidden;
    text-align: left;
}

.latest .episode-photo .text .desc,
.latest .episode-video .text .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.latest .episode-photo .text .desc p,
.latest .episode-video .text .desc p {
    max-height: 128px;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
}


/* Site trailer */

.site-trailer,
.site-sec {
    max-width: 1366px;
    margin: auto;
}

.site-trailer-heading {
    padding-bottom: 15px;
    margin: 20px 0;
    background: url('../images/trailer-heading.png') center bottom no-repeat;
}

.site-trailer-heading .heading {
    position: relative;
    padding-bottom: 15px;
}

.site-trailer-heading .heading h2 {
    color: #fff;
}

.site-trailer-heading .heading h4 {
    color: #f34812;
    text-transform: uppercase;
}

.mb-20 {
    margin-bottom: 20px;
}

.site-trailer .video .video-holder #rtstrailer {
    background: transparent !important;
}

.site-trailer .video .video-holder img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.site-trailer .text {
    display: block;
    padding: 10px;
    background: #f34812;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 5px;
}

.site-trailer .text .heading h2 {
    color: #fff;
}

.site-trailer .text .heading h4 {
    color: #292929;
}

.site-trailer .text .items {
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.site-trailer .text .items>div {
    min-height: 62px;
    padding-top: 15px;
    padding-left: 80px;
    margin-top: 5px;
    background-position: left center;
    background-repeat: no-repeat;
}

.site-trailer .text .items>div.item-photos {
    background-image: url('../images/trailer-icon-photos.png');
}

.site-trailer .text .items>div.item-videos {
    background-image: url('../images/trailer-icon-videos.png');
}

.site-trailer .text .items>div.item-features {
    background-image: url('../images/trailer-icon-features.png');
}

.site-trailer .text .items>div .size-large {
    display: block;
    color: #292929;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: left;
}

.site-trailer .text .items>div .size-small {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-align: left;
}

.site-trailer .text .button {
    width: 290px;
    max-width: 100%;
    height: 105px;
    display: inline-block;
    padding-top: 18px;
    background-image: url('../images/trailer-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 38px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    transition: all 0.35s;
}

.site-trailer .text .button:hover,
.site-trailer .text .button:active {
    color: #f34812;
    transition: all 0.35s;
}


/* Monthly shoots */

.monthly-shoots {
    margin: 50px 0 20px 0;
}

.monthly-shoots .photos-left {
    width: 35%;
    display: block;
    float: left;
    text-align: left;
}

.monthly-shoots .photos-right {
    width: 35%;
    display: block;
    float: right;
    text-align: right;
}

.monthly-shoots .photos-left img,
.monthly-shoots .photos-right img {
    max-width: 100%;
}

.monthly-shoots .text {
    width: 28%;
    display: block;
    float: left;
    padding: 10px;
    margin: 0 1%;
    background: #f34812;
    border-radius: 8px;
    text-align: center;
}

.monthly-shoots .text .heading h2 {
    color: #fff;
}

.monthly-shoots .text .heading h4 {
    color: #292929;
}

.monthly-shoots .text .desc {
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.monthly-shoots .text .desc p {
    font-size: 14px;
    line-height: 21px;
    text-align-last: center;
}

.monthly-shoots .text .items {
    margin: 15px 0;
    text-align: center;
}

.monthly-shoots .text .items>div {
    min-height: 62px;
    display: inline-block;
    padding-top: 12px;
    padding-left: 80px;
    margin-top: 5px;
    background-position: left center;
    background-repeat: no-repeat;
}

.monthly-shoots .text .items>div.item-photos {
    background-image: url('../images/trailer-icon-photos.png');
}

.monthly-shoots .text .items>div .size-large {
    display: block;
    color: #292929;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: left;
}

.monthly-shoots .text .items>div .size-small {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    text-align: left;
}

.monthly-shoots .text .button {
    width: 290px;
    max-width: 100%;
    height: 105px;
    display: inline-block;
    padding-top: 18px;
    background-image: url('../images/trailer-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 38px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    transition: all 0.35s;
}

.monthly-shoots .text .button:hover,
.monthly-shoots .text .button:active {
    color: #f34812;
    transition: all 0.35s;
}


/* Weekly webcam */

.weekly-webcam-heading {
    padding-bottom: 15px;
    margin: 20px 0;
    background: url('../images/trailer-heading.png') center bottom no-repeat;
}

.weekly-webcam-heading .heading {
    position: relative;
    padding-bottom: 15px;
}

.weekly-webcam-heading .heading h2 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}

.weekly-webcam-button {
    width: 100%;
    max-width: 100%;
    height: 133px;
    display: block;
    background-image: url('../images/weekly-webcam-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.weekly-webcam-button .slogan {
    width: 24%;
    display: block;
    float: left;
    padding-top: 30px;
    color: #fff;
    font-size: 38px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    transition: all 0.35s;
}

.weekly-webcam-button .slogan:hover,
.weekly-webcam-button .slogan:active {
    color: #f34812;
    transition: all 0.35s;
}

.weekly-webcam-button .desc {
    width: 75%;
    display: block;
    float: right;
    padding-top: 30px;
    transition: all 0.35s;
}

.weekly-webcam-photo {
    height: 261px;
    margin: 10px 0 20px 0;
    background: url('../images/weekly-webcam-photo.png') center center repeat-x;
}


/* Members blowjob */

.members-blowjob-heading {
    padding-bottom: 15px;
    margin: 50px 0 20px 0;
    background: url('../images/trailer-heading.png') center bottom no-repeat;
}

.members-blowjob-heading .heading {
    position: relative;
    padding-bottom: 15px;
}

.members-blowjob-heading .heading h2 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}

.members-blowjob-button {
    width: 100%;
    max-width: 100%;
    height: 133px;
    display: block;
    background-image: url('../images/members-blowjob-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.members-blowjob-button .slogan {
    width: 24%;
    display: block;
    float: right;
    padding-top: 30px;
    padding-right: 20px;
    color: #000;
    font-size: 38px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    transition: all 0.35s;
}

.members-blowjob-button .slogan:hover,
.members-blowjob-button .slogan:active {
    color: #fff;
    transition: all 0.35s;
}

.members-blowjob-button .desc {
    width: 75%;
    display: block;
    float: left;
    padding-top: 30px;
    padding-left: 40px;
    color: #fff;
    transition: all 0.35s;
}

.members-blowjob-photo {
    height: 261px;
    margin: 10px 0 20px 0;
    background: url('../images/members-blowjob-photo.png') center center repeat-x;
}


/* Longtext promo */

.longtext-promo-heading {
    padding-bottom: 15px;
    margin: 20px 0;
    background: url('../images/trailer-heading.png') center bottom no-repeat;
}

.longtext-promo-heading .heading {
    position: relative;
    padding-bottom: 15px;
}

.longtext-promo-heading .heading h2 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}

.longtext-promo-heading .heading h4 {
    color: #ff3d00;
}

.longtext-promo-button {
    width: 100%;
    max-width: 100%;
    height: 186px;
    display: block;
    background-image: url('../images/longtext-promo-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.longtext-promo-button .slogan {
    width: 24%;
    display: block;
    float: left;
    padding-top: 36px;
    color: #fff;
    font-size: 60px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    transition: all 0.35s;
}

.longtext-promo-button .slogan:hover,
.longtext-promo-button .slogan:active {
    color: #f34812;
    transition: all 0.35s;
}

.longtext-promo-button .desc {
    width: 75%;
    display: block;
    float: right;
    padding-top: 20px;
    padding-right: 20px;
    color: #fff;
    transition: all 0.35s;
}

.longtext-promo-button .desc:hover,
.longtext-promo-button .desc:active {
    color: #ff3d00;
}


/* Categories */

.categories {
    margin-top: -20px;
}

.categories>div {
    width: 16.666%;
    display: block;
    float: left;
    position: relative;
}

.categories .thumb {
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    padding-bottom: 80%;
}

.categories .thumb img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.categories .button {
    width: 230px;
    max-width: 100%;
    height: 46px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -115px;
    background-image: url('../images/category-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}

.categories .button:link,
.categories .button:visited {
    color: #fff;
}

.categories .button:hover,
.categories .button:active {
    color: #000;
}


/* Promo */

.promo {
    position: relative;
    margin: 0;
    background: #181818 url('../images/promo-top.png') center top no-repeat;
}

.promo-top {
    padding: 20px 0 30px 0;
    font-size: 60px;
    line-height: 58px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}

.promo-top.promo-top-smaller {
    font-size: 26px;
    line-height: 24px;
}

.promo-top.promo-top-smaller span {
    display: inline-block;
}

.promo-top a:link,
.promo-top a:visited {
    color: #fff;
}

.promo-top a:hover,
.promo-top a:active {
    color: #f34812;
}

.promo-top-massive .heading {
    padding: 20px 0 30px 0;
    font-size: 46px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}

.promo-top-massive .heading span {
    display: inline-block;
}

.promo-top-massive .heading .color-white {
    color: #fff;
    transition: all 0.35s;
}

.promo-top-massive .heading .color-orange {
    color: #f34812;
    transition: all 0.35s;
}

.promo-top-massive .heading:hover .color-white {
    color: #f34812;
    transition: all 0.35s;
}

.promo-top-massive .heading:hover .color-orange {
    color: #fff;
    transition: all 0.35s;
}

.promo-top-massive .text {
    padding-bottom: 40px;
}

.promo-top-massive .text .desc {
    width: 40%;
    display: block;
    float: left;
}

.promo-top-massive .text .desc p {
    font-size: 14px;
    line-height: 20px;
}

.promo-top-massive .text .desc span {
    color: #f34812;
}

.promo-top-massive .text .photo {
    width: 58%;
    display: block;
    float: right;
    text-align: center;
}

.promo-top-massive .text .photo img {
    max-width: 100%;
}

.promo-bottom {
    padding: 25px 0 12px 0;
    background: #f1f1f1 url('../images/promo-bottom.png') center top repeat-x;
    border-bottom: 10px solid #f34812;
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
}

.promo-bottom .left {
    width: 40%;
    display: block;
    float: left;
}

.promo-bottom .right {
    width: 40%;
    display: block;
    float: right;
}

.promo-bottom a:link,
.promo-bottom a:visited {
    color: #f34812;
}

.promo-bottom a:hover,
.promo-bottom a:active {
    color: #000;
}

.promo .button {
    width: 340px;
    max-width: 100%;
    height: 122px;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    padding-top: 22px;
    margin-left: -170px;
    background-image: url('../images/promo-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 42px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}

.promo .button:link,
.promo .button:visited {
    color: #fff;
}

.promo .button:hover,
.promo .button:active {
    color: #000;
}


/* Listings */

.listing-wrapper {
    padding: 50px 0 15px 0;
    margin: -20px 0 20px 0;
}

.color-reddish {
    background: rgba(255, 90, 30, 0.30);
}

.listing-wrapper.color-lighter {
    background: rgba(255, 255, 255, 0.12);
}

.listing {
    max-width: 1800px;
    margin: 0 auto;
    text-align: center;
}

.listing .item {
    width: 16%;
    display: inline-block;
    padding: 0 1px 6px 1px;
    margin: 0.3%;
    background: #1a1a1a;
    border-radius: 5px;
}

.listing .item .title {
    height: 38px;
    padding: 10px 0;
}

.listing .item .title a:link,
.listing .item .title a:visited {
    height: 18px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.listing .item .thumb {
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    padding-bottom: 64%;
}

.listing .item .thumb img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


/* model listing
 ----------------------------------------. */

.model {
    padding: 50px 0 5px;
}

.model .row {
    margin-left: -5px;
    margin-right: -5px;
}

.model [class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.model-item {
    background: #1a1a1a;
    display: block;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid;
    overflow: hidden;
}

.model-item .m-title {
    padding: 5px;
    height: 40px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-item .model-pic img {
    width: 100%;
    height: auto;
    display: block;
}


/* Bottom teaser */

.bottom-teaser {
    height: 368px;
    background: url('../images/bottom-teaser.jpg') center center repeat-x;
}

.bottom-teaser .button {
    width: 428px;
    max-width: 100%;
    height: 155px;
    display: block;
    padding-top: 25px;
    margin: 20px auto 0 auto;
    background-image: url('../images/bottom-teaser-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 60px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}

.bottom-teaser .button:link,
.bottom-teaser .button:visited {
    color: #fff;
}

.bottom-teaser .button:hover,
.bottom-teaser .button:active {
    color: #000;
}

.bottom-teaser .slogan {
    display: block;
    margin-top: 20px;
    font-size: 60px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}

.bottom-teaser .slogan:link,
.bottom-teaser .slogan:visited {
    color: #fff;
}

.bottom-teaser .slogan:hover,
.bottom-teaser .slogan:active {
    color: #f34812;
}

.bottom-teaser .points {
    margin-top: 20px;
    text-align: center;
}

.bottom-teaser .points>div {
    min-height: 62px;
    display: inline-block;
    padding-top: 15px;
    padding-left: 80px;
    margin: 5px;
    background-image: url('../images/bottom-teaser-point.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.bottom-teaser .points>div .size-large {
    display: block;
    color: #f34812;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: left;
}

.bottom-teaser .points>div .size-small {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-align: left;
}


/* Continue */

.continue .button {
    width: 400px;
    max-width: 100%;
    height: 80px;
    display: block;
    margin: 50px auto 40px auto;
    background-image: url('../images/continue-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 32px;
    line-height: 78px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}

.continue .button:link,
.continue .button:visited {
    color: #fff;
}

.continue .button:hover,
.continue .button:active {
    color: #f34812;
}


/* Footer */

.site-footer {
    padding: 25px 0;
    background: #000;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.site-footer .wrapper>div {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
}


/* Join */

.join-form-intro {
    margin-top: 10px;
    margin-bottom: -10px;
    text-align: center;
    color: #666;
}

.join-form-error {
    display: inline-block;
    width: 100%;
    color: red;
}

.join-area {
    margin-top: 30px;
    margin-bottom: 30px;
}

.half-col {
    width: 50%;
    float: left;
}

.left-half-col {
    padding-right: 15px;
}

.right-half-col {
    background: #fff;
    border-radius: 7px;
}

.join-heading {
    padding-bottom: 15px;
    background: url('../images/join-heading.png') center bottom no-repeat;
}

.join-heading .size-large {
    display: block;
    color: #f34812;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -2px;
    text-align: center;
}

.join-heading .size-small {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
}

.join-image {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.join-image img {
    max-width: 100%;
}

.join-teaser {
    padding: 18px 10px;
    background: #f34812;
    border-radius: 8px;
}

.join-teaser-heading {
    padding-bottom: 15px;
    background: url('../images/join-heading.png') center bottom no-repeat;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.join-teaser ul li {
    padding-left: 32px;
    margin-top: 15px;
    background: url('../images/join-item.png') left top no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.join-form {
    display: block;
    padding: 0 3px;
}

.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: #ff2d00;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
    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-top: 1px solid #ff8b8b;
    border-left: 1px solid #ff8b8b;
    border-right: 1px solid #6b2929;
    border-bottom: 1px solid #6b2929;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Signika', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
}

.form-section input[type=submit]:hover {
    background: #c92806;
}

.form-section i {
    font-weight: 400;
    color: #2a3a4f;
    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: #2a3a4f;
    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 #dadada;
}

.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: #d22323;
    font-weight: 400;
}


/* Media queries */

@media(min-width: 1200px) and (max-width: 1400px) {
    .listing .item {
        width: 24%;
        display: inline-block;
        padding: 0 1px 6px 1px;
        margin: 0.5%;
        background: #1a1a1a;
        border-radius: 5px;
    }
    .categories>div {
        width: 33.333%;
    }
}

@media(min-width: 990px) and (max-width: 1199px) {
    .wrapper {
        width: 970px;
    }
    /* Site intro 970 */
    .site-intro .content .image {
        width: 48%;
    }
    .site-intro .content .desc {
        width: 50%;
    }
    /* Site trailer 970 */
    .site-trailer .video,
    .site-trailer .text {
        height: auto;
    }
    .site-trailer .text .heading h2 {
        font-size: 28px;
        line-height: 26px;
    }
    .site-trailer .text .items>div .size-large {
        font-size: 17px;
        line-height: 20px;
    }
    /* Monthly shoots 970 */
    .monthly-shoots .photos-left {
        width: 31%;
    }
    .monthly-shoots .photos-right {
        width: 31%;
    }
    .monthly-shoots .text {
        width: 35%;
        margin: 0 1.5%;
    }
    /* Weekly webcam 970 */
    .weekly-webcam-heading .heading h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .weekly-webcam-button .slogan {
        width: 26%;
    }
    .weekly-webcam-button .desc {
        width: 73%;
    }
    /* Members blowjob 970 */
    .members-blowjob-heading .heading h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .members-blowjob-button .slogan {
        width: 26%;
    }
    .members-blowjob-button .desc {
        width: 73%;
    }
    /* Longtext promo 970 */
    .longtext-promo-heading .heading h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .longtext-promo-button .slogan {
        width: 26%;
    }
    .longtext-promo-button .desc {
        width: 73%;
        font-size: 15px;
        line-height: 21px;
    }
    /* Categories 970 */
    .categories>div {
        width: 33.333%;
    }
    /* Promo 970 */
    .promo-top {
        font-size: 54px;
        line-height: 52px;
    }
    .promo-top-massive .heading {
        font-size: 40px;
        line-height: 40px;
    }
    .promo-bottom .left {
        text-align: left;
    }
    .promo-bottom .right {
        text-align: right;
    }
    /* Listings 970 */
    .listing .item {
        width: 24%;
        display: inline-block;
        padding: 0 1px 6px 1px;
        margin: 0.5%;
        background: #1a1a1a;
        border-radius: 5px;
    }
}

@media(min-width: 768px) and (max-width: 989px) {
    .wrapper {
        width: 750px;
    }
    /* Site intro 750 */
    .site-intro .content .image {
        width: 100%;
    }
    .site-intro .content .desc {
        width: 100%;
        margin-top: 15px;
    }
    /* Latest episodes 750 */
    .latest .episode-photo {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 3%;
    }
    .latest .episode-photo .thumbs {
        width: 100%;
    }
    .latest .episode-photo .thumbs img {
        width: 25%;
    }
    .latest .episode-video .thumbs {
        width: 100%;
    }
    .latest .episode-video .thumbs img {
        width: 100%;
    }
    .latest .episode-photo .text,
    .latest .episode-video .text {
        width: 100%;
        height: auto;
        display: block;
        float: left;
        position: relative;
        padding: 0;
        margin-top: 6px;
    }
    .latest .episode-photo .text .desc,
    .latest .episode-video .text .desc {
        position: relative;
        padding: 0;
        margin-top: 3px;
    }
    /* Site trailer 750 */
    .site-trailer .video {
        width: 100%;
    }
    .site-trailer .text .items>div {
        width: 33.333%;
        display: block;
        float: left;
    }
    .site-trailer .text .items>div .size-large {
        font-size: 17px;
        line-height: 22px;
    }
    /* Monthly shoots 750 */
    .monthly-shoots .photos-left {
        width: 48%;
        float: left;
    }
    .monthly-shoots .photos-right {
        display: none;
    }
    .monthly-shoots .text {
        width: 50%;
        float: right;
        margin: 0;
    }
    /* Weekly webcam 750 */
    .weekly-webcam-heading .heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .weekly-webcam-button .slogan {
        width: 36%;
    }
    .weekly-webcam-button .desc {
        width: 64%;
        padding-top: 26px;
        font-size: 14px;
        line-height: 20px;
    }
    /* Members blowjob 750 */
    .members-blowjob-heading .heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .members-blowjob-button .slogan {
        width: 36%;
    }
    .members-blowjob-button .desc {
        width: 64%;
        padding-top: 26px;
        font-size: 13px;
        line-height: 19px;
    }
    /* Longtext promo 750 */
    .longtext-promo-heading .heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .longtext-promo-button {
        height: auto;
        background: #000;
        border-radius: 10px;
    }
    .longtext-promo-button .slogan {
        width: 36%;
        padding-top: 20px;
    }
    .longtext-promo-button .desc {
        width: 64%;
        padding: 14px 0;
        font-size: 14px;
        line-height: 20px;
    }
    /* Categories 750 */
    .categories>div {
        width: 33.333%;
    }
    /* Promo 750 */
    .promo-top {
        font-size: 54px;
        line-height: 52px;
    }
    .promo-top.promo-top-smaller {
        font-size: 21px;
        line-height: 24px;
    }
    .promo-top-massive .heading {
        font-size: 32px;
        line-height: 32px;
    }
    .promo-top-massive .text .desc {
        width: 100%;
    }
    .promo-top-massive .text .photo {
        width: 100%;
        margin-top: 10px;
    }
    .promo-bottom {
        min-height: 75px;
    }
    .promo-bottom .left {
        display: none;
    }
    .promo-bottom .right {
        display: none;
    }
    /* Listings 750 */
    .listing .item {
        width: 31.8%;
        display: inline-block;
        padding: 0 1px 6px 1px;
        margin: 0.7%;
        background: #1a1a1a;
        border-radius: 5px;
    }
    .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 */
    .top-bar .color-white {
        display: none;
    }
    .menu-buttons a {
        width: 220px;
    }
    /* Site intro 460 */
    .site-intro .content .image {
        width: 100%;
    }
    .site-intro .content .desc {
        width: 100%;
        margin-top: 15px;
    }
    /* Latest episodes 460 */
    .latest .episode-photo {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 5%;
    }
    .latest .episode-photo .thumbs {
        width: 100%;
    }
    .latest .episode-photo .thumbs img {
        width: 25%;
    }
    .latest .episode-video .thumbs {
        width: 100%;
    }
    .latest .episode-video .thumbs img {
        width: 100%;
    }
    .latest .episode-photo .text,
    .latest .episode-video .text {
        width: 100%;
        height: auto;
        display: block;
        float: left;
        position: relative;
        padding: 0;
        margin-top: 6px;
    }
    .latest .episode-photo .text .desc,
    .latest .episode-video .text .desc {
        position: relative;
        padding: 0;
        margin-top: 3px;
    }
    /* Site trailer 460 */
    .site-trailer .video {
        width: 100%;
    }
    /* Monthly shoots 460 */
    .monthly-shoots .photos-left {
        width: 49%;
    }
    .monthly-shoots .photos-right {
        width: 49%;
    }
    .monthly-shoots .text {
        width: 100%;
        margin: 20px 0 0 0;
    }
    /* Weekly webcam 460 */
    .weekly-webcam-heading .heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .weekly-webcam-button {
        height: auto;
        background: #000;
        border-radius: 8px;
        text-align: center;
    }
    .weekly-webcam-button .slogan {
        width: 100%;
        padding: 10px 0;
    }
    .weekly-webcam-button .desc {
        width: 100%;
        padding: 0 10px 10px 10px;
        text-align: justify;
    }
    /* Members blowjob 460 */
    .members-blowjob-heading .heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .members-blowjob-button {
        height: auto;
        background: #f34812;
        border-radius: 8px;
        text-align: center;
    }
    .members-blowjob-button .slogan {
        width: 100%;
        padding: 10px 0;
    }
    .members-blowjob-button .desc {
        width: 100%;
        padding: 0 10px 10px 10px;
        text-align: justify;
    }
    /* Longtext promo 460 */
    .longtext-promo-heading .heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .longtext-promo-button {
        height: auto;
        background: #000;
        border-radius: 8px;
        text-align: center;
    }
    .longtext-promo-button .slogan {
        width: 100%;
        padding: 10px 0;
    }
    .longtext-promo-button .desc {
        width: 100%;
        padding: 0 10px 10px 10px;
        text-align: justify;
    }
    /* Categories 460 */
    .categories>div {
        width: 50%;
    }
    /* Promo 460 */
    .promo-top {
        font-size: 44px;
        line-height: 42px;
    }
    .promo-top.promo-top-smaller {
        font-size: 20px;
        line-height: 24px;
    }
    .promo-top.promo-top-smaller span:first-child {
        padding-bottom: 5px;
        margin-bottom: 7px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .promo-top-massive .heading {
        font-size: 32px;
        line-height: 32px;
    }
    .promo-top-massive .text .desc {
        width: 100%;
    }
    .promo-top-massive .text .photo {
        width: 100%;
        margin-top: 10px;
    }
    .promo-bottom {
        min-height: 75px;
    }
    .promo-bottom .left {
        display: none;
    }
    .promo-bottom .right {
        display: none;
    }
    /* Listings 460 */
    .listing .item {
        width: 48%;
        display: inline-block;
        padding: 0 1px 6px 1px;
        margin: 1%;
        background: #1a1a1a;
        border-radius: 5px;
    }
    /* Bottom teaser 460 */
    .bottom-teaser .slogan {
        display: none;
    }
    .bottom-teaser .points>div {
        min-height: 0;
        display: block;
        padding: 0;
        margin: 5px 0;
        background: none;
        text-align: center;
    }
    .bottom-teaser .points>div .size-large,
    .bottom-teaser .points>div .size-small {
        text-align: center;
    }
    .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:991px) and (max-width: 1080px) {
    .video-holder .jwplayer {
        height: 400px !important;
    }
}

@media (max-width: 812px) {
    .video-holder .jwplayer {
        height: 421px !important;
    }
}

@media (min-width: 479px) and (max-width: 721px) {
    .video-holder .jwplayer {
        height: 370px !important;
    }
    .site-trailer .text .items {
        display: flex;
    }
}

@media(min-width: 280px) and (max-width: 719px) {
    .menu-buttons {
        display: block;
        text-align: center;
    }
    .menu-buttons .logo {
        display: block;
        margin: 12px auto 0;
        width: 150px;
    }
    .menu-buttons a.menu-item-login,
    .menu-buttons a.menu-item-register {
        display: inline-block;
        width: 160px;
        height: 31px;
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .header {
        height: 100px;
        background-size: cover;
    }
    .header .button {
        width: 250px;
        font-size: 20px;
    }
}

@media(max-width: 479px) {
    .video-holder .jwplayer {
        height: 240px !important;
    }
}

@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: 100%;
        min-width: 280px;
    }
    .top-bar {
        font-size: 15px;
    }
    .top-bar .color-white {
        display: none;
    }
    .menu-buttons a {
        width: 140px;
    }
    .menu-buttons a span {
        display: none;
    }
    .site-intro {
        margin-top: 20px;
    }
    .site-intro .content .image {
        width: 100%;
    }
    .site-intro .button .size-large {
        margin-top: 15px;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -2px;
    }
    /* Latest episodes 300 */
    .latest .episode-photo {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 6%;
    }
    .latest .episode-photo .thumbs {
        width: 100%;
    }
    .latest .episode-photo .thumbs img {
        width: 50%;
    }
    .latest .episode-video {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 6%;
    }
    .latest .episode-video .thumbs {
        width: 100%;
    }
    .latest .episode-video .thumbs img {
        width: 100%;
    }
    .latest .episode-photo .text,
    .latest .episode-video .text {
        width: 100%;
        height: auto;
        display: block;
        float: left;
        position: relative;
        padding: 0;
        margin-top: 6px;
    }
    .latest .episode-photo .text .desc,
    .latest .episode-video .text .desc {
        position: relative;
        padding: 0;
        margin-top: 3px;
    }
    /* Site trailer 300 */
    .video-holder .jwplayer {
        height: 200px !important;
    }
    /* Monthly shoots 300 */
    .monthly-shoots .photos-left {
        width: 100%;
    }
    .monthly-shoots .photos-right {
        display: none;
    }
    .monthly-shoots .text {
        width: 100%;
        margin: 20px 0 0 0;
    }
    /* Weekly webcam 300 */
    .weekly-webcam-heading .heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .weekly-webcam-button {
        height: auto;
        background: #000;
        border-radius: 8px;
        text-align: center;
    }
    .weekly-webcam-button .slogan {
        width: 100%;
        padding: 10px 0;
    }
    .weekly-webcam-button .desc {
        width: 100%;
        padding: 0 10px 10px 10px;
        text-align: justify;
    }
    /* Members blowjob 300 */
    .members-blowjob-heading .heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .members-blowjob-button {
        height: auto;
        background: #f34812;
        border-radius: 8px;
        text-align: center;
    }
    .members-blowjob-button .slogan {
        width: 100%;
        padding: 10px 0;
    }
    .members-blowjob-button .desc {
        width: 100%;
        padding: 0 10px 10px 10px;
        text-align: justify;
    }
    /* Longtext promo 300 */
    .longtext-promo-heading .heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .longtext-promo-button {
        height: auto;
        background: #000;
        border-radius: 8px;
        text-align: center;
    }
    .longtext-promo-button .slogan {
        width: 100%;
        padding: 10px 0;
    }
    .longtext-promo-button .desc {
        width: 100%;
        padding: 0 10px 10px 10px;
        text-align: justify;
    }
    /* Categories 460 */
    .categories>div {
        width: 100%;
    }
    /* Promo 300 */
    .promo-top {
        font-size: 38px;
        line-height: 36px;
    }
    .promo-top.promo-top-smaller {
        font-size: 20px;
        line-height: 24px;
    }
    .promo-top.promo-top-smaller span:first-child {
        padding-bottom: 5px;
        margin-bottom: 7px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .promo-top-massive .heading {
        font-size: 32px;
        line-height: 32px;
    }
    .promo-top-massive .text .desc {
        width: 100%;
    }
    .promo-top-massive .text .photo {
        width: 100%;
        margin-top: 10px;
    }
    .promo-bottom {
        min-height: 75px;
    }
    .promo-bottom .left {
        display: none;
    }
    .promo-bottom .right {
        display: none;
    }
    /* Listings 300 */
    .listing .item {
        width: 48%;
        display: inline-block;
        padding: 0 1px 6px 1px;
        margin: 1%;
        background: #1a1a1a;
        border-radius: 5px;
    }
    /* Bottom teaser 300 */
    .bottom-teaser .button {
        height: 120px;
        font-size: 40px;
        line-height: 40px;
    }
    .bottom-teaser .slogan {
        display: none;
    }
    .bottom-teaser .points>div {
        min-height: 0;
        display: block;
        padding: 0;
        margin: 5px 0;
        background: none;
        text-align: center;
    }
    .bottom-teaser .points>div .size-large,
    .bottom-teaser .points>div .size-small {
        text-align: center;
    }
    .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;
    }
}