body {
    background: #100F0E;
    color: #fff;
    font-size: 16px;
}

#page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    background-color: #141414;
    background-repeat: no-repeat;
}

.width {
    max-width: 1130px;
    width: 100%;
}

a,
a:visited {
    color: #E2D194;
    font-weight: 500;
}

.right {
    float: right;
}

.centered {
    text-align: center;
}

strong,
b {
    font-weight: 700;
}

.button {
    cursor: pointer;
    color: #E7D698 !important;
    background: none !important;
    border-radius: 6px;
    border: 2px solid #E7D698 !important;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    transform-style: preserve-3d;
    z-index: 10;
    white-space: nowrap;
    line-height: 100%;
}

.button:hover {
    border: 2px solid #E7D698 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.button.red,
.button.color {
    color: #EC3535 !important;
    border-color: #EC3535 !important;
}

.button.white,
.button.gray {
    color: #fff !important;
    border-color: #bbb !important;
}

.button::after,
.button.red::after,
.button.color::after,
.button.white::after,
.button.gray::after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(43, 34, 23);
    transition: opacity .4s ease;
    border-radius: 6px;
    opacity: 0;
    box-shadow: 0 0 15px 2px rgba(231, 214, 152, 0.2);
    transform: translateZ(-1px);
    z-index: -1;
}

.button.red::after,
.button.color::after {
    background: rgba(58, 13, 13, 1);
    box-shadow: 0 0 15px 2px rgba(236, 53, 53, 0.6);
}

.button.white::after,
.button.gray::after {
    background: #333;
    box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.3);
}

.button:hover::after,
.button.red:hover::after,
.button.color:hover::after,
.button.white:hover::after,
.button.gray:hover::after {
    opacity: 1 !important;
}


/* home */

#bigheader,
#smallheader {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

#smallheader {
    background-position: bottom center;
}

#bigheader video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#smallheader {
    height: 150px;
}

#ratio {
    width: 100%;
    display: block;
}

#overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
}

#textbg,
#headerbg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

#headerbg {
    bottom: auto;
    top: 0;
    transform: rotate(180deg);
}

#hcontent {
    position: absolute;
    z-index: 10;
}

#header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    background: none;
    border: 0;
}

h1 {
    padding: 30px 0 0 30px;
    position: relative;
    z-index: 100;
}

h1 img {
    width: 300px;
    vertical-align: middle;
}


/* navigation */

#nav {
    text-align: right;
    position: absolute;
    top: 0;
    right: 255px;
    width: 60%;
    box-sizing: border-box;
    line-height: 100%;
    z-index: 100;
}

#nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px;
    position: relative;
    white-space: nowrap;
    z-index: 10;
}

#nav a::after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: opacity .4s ease, transform .6s ease;
    transform: translateY(10px);
    opacity: 0;
}

#nav a.active::after,
#nav a:hover::after {
    transform: translateY(5px);
    opacity: .4;
}

#nav a:hover,
#nav a.active {
    text-shadow: none;
    border-bottom: none;
}

#nav a,
#nav a:visited {
    display: inline-block;
    font-size: 125%;
    font-weight: bold;
}

#mubtn {
    display: inline-block;
    padding: 30px 15px 10px 15px;
    margin-right: 15px;
}

#mubtna {
    margin: 0 !important;
}

#mubtn:hover #mubtna {
    background: none !important;
    border: 0 !important;
    transform: translateY(1px) !important;
}

#mulayer {
    display: none;
    background: rgba(0, 0, 0, .9);
    width: 930px;
    height: 315px;
    position: absolute;
    top: 66px;
    right: -530px;
    z-index: 200;
    border: 1px solid #444;
    padding: 5px;
    font-size: 13px !important;
    line-height: 14px;
    text-align: left;
}

@media only screen and (min-width: 1024px) {
    #mubtn:hover #mulayer {
        display: block;
    }

    #mubtna {
        position: relative;
        z-index: 999;
    }

    #mubtn:hover {
        background: rgba(255, 255, 255, .2);
        background: linear-gradient(0deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 40%);
    }

}

@media only screen and (max-width: 1023px) {
    #mulayer {
        display: none !important;
    }
}

#mulayer .movietype {
    text-align: center;
    margin: 0px auto 7px auto;
    display: table;
    font-size: 17px;
    width: auto;
    height: auto;
    max-width: 960px;
}

#mulayer .movietype span {
    display: table-cell;
    position: relative;
    top: 4px;
    width: 50%;
}

#mulayer .movietype div {
    display: table-cell;
    padding: 0 10px 0 10px;
    white-space: nowrap;
}

#mulayer .movietype hr {
    height: 1px;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    border: 0;
    margin: 8px 0;
}

#mulayer a {
    display: block;
    color: white;
    text-transform: uppercase;
    padding: 5px;
    border-bottom: 0;
    margin: 0 0 2px 0;
    white-space: normal !important;
    font-size: 13px !important;
}

#mulayer a::after {
    display: none !important;
}

#mulayer a:hover {
    background: rgba(255, 255, 255, .2);
    border-bottom: 0;
}

#mulayer a span {
    text-transform: none;
    font-weight: normal;
    font-size: 80%;
    color: #c3c3c3;
}

#mulayer #femsub,
#mulayer #femdom {
    width: 455px;
    float: left;
    padding: 5px;
}

#mulayer .c1,
#mulayer .c2 {
    width: 50%;
    float: left;
}

#mulayer .c1 a:last-child,
#mulayer .c2 a:last-child {
    margin-top: 20px;
}

#separator {
    position: absolute;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    bottom: 56px;
    left: 0;
}

#memberscont {
    position: absolute;
    top: 23px;
    right: 30px;
    width: 225px;
    z-index: 200;
}

#title {
    position: absolute;
    left: 30px;
    bottom: 23px;
    width: 60%;
}

#title .type {
    color: silver;
    text-transform: uppercase;
    font-size: 18px;
}

#title .titletext {
    font-size: 50px;
    font-weight: 700;
    position: relative;
    left: -3px;
}

#title .description {
    color: silver;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
}

h1 {
    width: auto;
    height: auto;
    background: none;
    margin: 0;
    position: relative;
    top: auto;
}

h1 a {
    display: block;
    width: auto;
    height: auto;
    text-indent: 0;
}

#buttons {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 350px;
}

#buttons a {
    font-weight: normal !important;
    line-height: 23px !important;
    color: #fff !important;
    font-size: 15px !important;
    padding-top: 12px;
    text-shadow: none !important;
    ;
}

#join2020,
#bc2020,
#passport2020 {
    width: 100%;
    margin-bottom: 10px;

}

#join2020 a::first-line,
#passport2020 a::first-line {
    font-size: 24px !important;
}

#join2020 a::first-line {
    color: #EC3535 !important;
}

#passport2020 a::first-line {
    color: #E7D698 !important;
}

#passport2020 a,
#passport2020 a:hover {
    background: none !important;
    border: 2px solid #E7D698 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

#bc2020 a {
    font-size: 17px !important;
    font-weight: bold !important;
    padding-top: 8px;
}

#bc2020 a span {
    color: orange;
}

#bc2020 a img {
    top: 1px !important;
    margin-right: 3px !important;
    width: 16px;
    position: relative;
}

#femsub_sites,
.contgray {
    border: 0 !important;
    background: linear-gradient(120deg, rgb(20, 20, 20) 0%, rgb(1, 1, 1) 100%) !important;
    position: relative;
    padding-top: 2px !important;
}

.contgray {
    background: linear-gradient(120deg, rgb(1, 1, 1) 0%, rgb(20, 20, 20) 100%) !important;
    padding: 20px !important;
}

#header,
.contgray,
.contblack {
    border: 0 !important;
}

.contgray,
.contblack {
    padding: 40px 0;
}

.update {
    border: 0 !important;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

#femsub_sites::before,
.contgray::before,
.contgray::after,
.update::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(163, 163, 163);
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(163, 163, 163) 50%, rgb(0, 0, 0) 100%);
    top: 0px;
    left: 0;
    opacity: .5;
}

.contgray::after,
.update::before {
    top: auto;
    bottom: 0px;
}

.prevpage span,
.nextpage span {
    top: 5px !important;
}

.searchform .button {
    top: -2px !important;
    margin-left: 8px !important;
}

.pager {
    top: -3px !important;
    margin-left: -130px;
    width: 260px;
}

.text {
    width: 460px !important;
}

.joinb,
.trailerb {
    font-size: 30px !important;
    position: absolute !important;
    bottom: 0;
    width: 460px;
    padding: 13px !important;
    height: auto !important;
    box-sizing: border-box;
}

.trailerb {
    bottom: 74px;
    font-size: 20px !important;
    padding: 10px !important;
}

.text h2 {
    font-size: 150%;
    letter-spacing: 1px;
}

.text .details {
    font-size: 90%;
    line-height: 130%;
}

.scene,
.bigscene,
.hdbadge {
    border: 1px solid rgba(255, 255, 255, .5);
    font-size: 12px;
}

.bigscene {
    font-size: 20px;
}

#footer {
    padding: 10px 30px;
}

#footer h3 {
    background-image: url(images/eci_2020.png);
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    #nav {
        right: 230px;
    }

    #nav a,
    #nav a:visited {
        font-size: 100%;
    }

    .button {
        font-size: 18px;
    }

    #memberscont {
        width: 200px;
    }

    #title .titletext {
        font-size: 40px;
    }

    #femsub_sites {
        padding-left: 30px;
        padding-right: 30px;
    }

    .text {
        width: 34% !important;
        float: left;
        padding-left: 20px;
    }

    .text .date {
        padding-right: 30px;
    }

    .joinb,
    .trailerb {
        width: 320px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    h1 img {
        width: 250px;
    }

    #nav {
        right: auto;
        left: -11px;
        top: 65px;
    }

    #nav a {
        margin: 10px;
    }

    #nav a,
    #nav a:visited {
        font-size: 100%;
    }

    .button {
        font-size: 18px;
    }

    #memberscont {
        width: 200px;
    }

    #title {
        width: 40%;
    }

    #title .titletext {
        font-size: 26px;
    }

    #title .description {
        font-size: 15px;
    }

    #buttons {
        width: 300px;
    }

    #buttons a {
        font-size: 13px !important;
    }


    #femsub_sites {
        padding-left: 30px;
        padding-right: 30px;
    }

    .images {
        float: none;
        margin: 0 auto;
    }

    .text {
        float: none;
        margin: 0 auto;
        padding-top: 20px;
    }

    #footer {
        height: 300px;
        background-size: cover;
    }

    #footer .width {
        height: 100%;
    }

    #footer ul:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        padding: 10px 0 0 10px;
    }

    h1 img {
        width: 200px;
    }

    .width {
        overflow: hidden;
    }

    #nav {
        right: auto;
        left: 5px;
        top: 60px;
        width: 95%;
        text-align: left;
    }

    #nav a {
        margin: 10px;
    }

    #nav a,
    #nav a:visited {
        font-size: 85%;
    }

    #mubtn {
        padding: 0;
    }
	
	#buttons {
		right: 0 !important;
		left: 0 !important;
		margin: 0 auto;
	}
	
	#bc2020, #passport2020 {
		display: none;
	}

    .button {
        font-size: 18px;
        padding: 4px 5px;
    }

    #memberscont {
        width: 150px;
        top: 10px;
        right: 10px;
    }
	#memberscont a {
		font-size: 14px !important;
	}

    #title {
        display: none;
    }

    #buttons {
        width: 300px;
        right: 10px;
        bottom: 0;
    }

    #buttons a {
        font-size: 13px !important;
        line-height: 18px !important;
        padding-top: 6px;
    }

    #join2020 a::first-line,
    #passport2020 a::first-line {
        font-size: 20px !important;
    }

    #bc2020 a {
        padding-top: 4px;
    }

    #bc2020 a img {
        top: 2px !important;
        width: 14px;
    }

    .contgray,
    .contblack {
        padding: 10px !important;
    }

    #femsub_sites {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sortbyform,
    .pager,
    .searchform {
        position: relative;
        top: auto !important;
        left: auto;
        text-align: center;
        margin: 0 !important;
        width: 100%;
        padding: 5px;
    }

    .images {
        float: none;
        margin: 0 auto;
        overflow: scroll;
        width: 100%;
    }

    .text {
        float: none;
        margin: 0 auto;
        padding-top: 20px;
        width: 100% !important;
        height: auto;
    }

    .joinb,
    .trailerb {
        width: 100%;
        position: relative !important;
        bottom: auto;
        margin: 10px auto;
    }

    #footer {
        height: 200px;
        background-size: cover;
        padding: 10px;
    }

    #footer .width {
        height: 100%;
    }

    #footer ul:nth-child(2),
    #footer ul:nth-child(3),
    #footer ul:nth-child(4) {
        display: none;
    }

}