/* style_part1.css
   Source: style.css
   Lines: 1-549 of 2743 (inclusive)
   Keep order: 1 → 5 in your HTML to preserve cascade */

@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');

/* 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: url(../images/bg-gray.png);
}

body, td, p  {
    color: #fff;
    font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; line-height: 1.6em;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

a{
    transition: color .3s ease;
}

a, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    color: #df0000;
    text-decoration: none;
}

p {
    margin-bottom: 1em;
    text-align: justify;
}

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

h1 {
    margin: 15px 0;
    font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 35px; line-height: 1.6em; font-weight: bold; letter-spacing: -1px; text-align: left;
}

h2 {
    margin: 15px 0;
    font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 30px; line-height: 1.6em; font-weight: bold; letter-spacing: -1px; text-align: left;
}

h3 {
    margin: 15px 0;
    font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 25px; line-height: 1.6em; font-weight: bold; letter-spacing: -1px; text-align: left;
}

.clear {
    clear: both;
}

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

.cf:after {
    clear: both;
}

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

.col-half{
    width: 50%;
    float: left;
}

.title-lg{
    width: 100%;
    font-size: 3.7vw;
    line-height: 3.2vw;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.btn-white,
a.btn-white{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 2vw;
    text-transform: uppercase;
    padding: 1vw;
    border: 3px solid #fff;
    font-weight: bold;
    padding-right: 65px;
    color: #fff;
    transition: all .4s ease;
}

.btn-white:hover,
a.btn-white:hover{
    border: 3px solid #df0000;
    background: #df0000;

}

.btn-white:after,
a.btn-white:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    display: inline-block;
    width: 33px;
    height: 4px;
    content: '';
    background: #df0000;
    transition: all .4s ease;
}

.btn-white:hover::after,
a.btn-white:hover::after{
    background: #fff;
}

.btn-red,
a.btn-red{
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 2vw;
    text-transform: uppercase;
    padding: 1vw;
    border: 3px solid #df0000;
    font-weight: bold;
    padding-right: 65px;
    color: #df0000;
    transition: all .4s ease;
}

.btn-red:hover,
a.btn-red:hover{
    border: 3px solid #fff;
    background: #fff;
}

.btn-red:after,
a.btn-red:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    display: inline-block;
    width: 33px;
    height: 4px;
    content: '';
    background: #fff;
    transition: all .4s ease;
}

.btn-red:hover::after,
a.btn-red:hover::after{
    background: #df0000;
}

.btn-white-2{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.8vw;
    text-transform: uppercase;
    padding: 1vw;
    border: 3px solid #df0000;
    font-weight: bold;
    padding-right: 65px;
    color: #fff;
    transition: all .4s ease;
}

.btn-white-2:hover{
    border: 3px solid #df0000;
    background: #df0000;
}

.btn-white-2:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    display: inline-block;
    width: 33px;
    height: 4px;
    content: '';
    background: #df0000;
    transition: all .4s ease;
}

.btn-white-2:hover::after{
    background: #fff;
}

.mejs-controls{
    display: none !important;
}

.page-header{
    background: url(../images/bg-header.png);
}

.page-header:before{
    display: block;
    width: 100%;
    content: '';
    height: 10px;
    background: rgba(23,23,23,0.54);
}

.header-top{
    min-height: 73px;
    background: url(../images/bg-header-2.png);
}

.header-top .logo{
    display: block;
    float: left;
    margin-top: -10px;
}

.header-top .info{
    display: block;
    float: right;
    padding-right: 50px;
    font-size: 18px;
    color: #878787;
    line-height: 20px;
    font-weight: 300;
    margin: 12px 0;
    position: relative;
}

.header-top .info.info-red{
    text-transform: uppercase;
    color: #e70000;
}

.header-top .info:after{
    position: absolute;
    display: inline-block;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 36px;
    border: 1px solid #6d1c1c;
    background: url(../images/ico-cum.png) no-repeat center center;
}

.header-top .info a{
    color: #ccc;
    text-decoration: underline;
    font-weight: 700;
}

.header-top .info a:hover{
    color: #df0000;
}

.page-nav{
    position: relative;
    border-bottom: 1px solid #343434;
}

.page-nav .wrapper{
    background: url(../images/bg-header.png);
}

/*.page-nav .wrapper:before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #4b4b4b;
    left: calc(100% + 10px);
}

.page-nav .wrapper:after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #4b4b4b;
    right: calc(100% + 10px);
}*/





.page-nav ul li{
    display: block;
}

/* .page-nav ul li{
    float: left;
    width: 25%;
    padding-right: 10px;
} */

.page-nav.members-nav ul li{
    width: 16.66%;
}

.page-nav ul li:last-child{
    padding-right: 0;
}

.page-nav a{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0 20px 30px;
}

.page-nav a:hover{
    color: #df0000;
}

.page-nav a:before{
    display: inline-block;
    content: '';
    background: #4b4b4b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    height: 1px;
}

.page-nav a.home-page{
    background: url(../images/ico-home-page.png) no-repeat left center;
}

.page-nav a.home-page:after{
    display: inline-block;
    content: '';
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.page-nav a.more-episodes{
    background: url(../images/ico-more-episodes.png) no-repeat left center;
}

.page-nav a.more-episodes:after{
    display: inline-block;
    content: '';
    background: #2f0c0c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.page-nav a.members-entry{
    background: url(../images/ico-members-entry.png) no-repeat left center;
}

.page-nav a.members-entry:after{
    display: inline-block;
    content: '';
    background: #151515;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.page-nav a.join-us{
    font-size: 32px;
    font-weight: 700;
    line-height: 16px;
    background: url(../images/ico-join-us.png) no-repeat left center;
}

.page-nav a.join-us:after{
    display: inline-block;
    content: '';
    background: #831119;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.page-nav a.photos{
    background: url(../images/ico-nav-photos.png) no-repeat left center;
}

.page-nav a.photos:after{
    display: inline-block;
    content: '';
    background: #2f0c0c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.page-nav a.videos{
    background: url(../images/ico-nav-videos.png) no-repeat left center;
}

.page-nav a.videos:after{
    display: inline-block;
    content: '';
    background: #151515;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.page-nav a.cool-links{
    background: url(../images/ico-cool-links.png) no-repeat left center;
}

.page-nav a.cool-links:after{
    display: inline-block;
    content: '';
    background: #151515;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.page-nav a.support{
    background: url(../images/ico-support.png) no-repeat left center;
}

.page-nav a.support:after{
    display: inline-block;
    content: '';
    background: #2f0c0c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.header-video{
    position: relative;
    text-align: center;
}

.header-video:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    display: inline-block;
    height: 7px;
    background: rgba(0,0,0,0.28);
    z-index: 1;
}

.header-video:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: inline-block;
    height: 7px;
    background: rgba(0,0,0,0.28);
}
