header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #101010;
    font-family: 'Lato', sans-serif;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    display: block;
}

textarea {
    outline: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
form,
input {
    margin: 0px;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

input[type="submit"] {
    -webkit-appearance: none;
    /*-webkit-border-radius:0px;*/
}

a,
.sendMessage,
.social a:after,
.subscribeBtn,
.cSubmit {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.none {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
}

::-moz-placeholder {
    color: #4f4f4f;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
}

:-moz-placeholder {
    color: #4f4f4f;
    opacity: 1;
}

@font-face {
    font-family: 'gilroylight';
    src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroyheavy';
    src: url('../fonts/gilroy-heavy-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroy-mediumuploaded_file';
    src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
font-family:'Open Sans', sans-serif;
font-family:'Lato', sans-serif;
*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

/* Responsive menu */
a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: right;
    top: 8px;
    width: 180px;
    right: 10px;
    position: absolute;
    padding: 4px 0;
    min-height: 42px;
    z-index: 1
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 18px;
    padding: 7px 8px 10px;
    position: absolute;
    top: 8px;
    right: 0px !important;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-color: #d21e1f;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: right;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    margin: 61px 0px 0 0;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul ul {
    background-color: rgba(0, 0, 0, 0.5);
}

.mean-container .mean-nav ul li {
    position: relative;
    float: none;
    width: 100%;
    font-size: 14px;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: none;
    width: 86%;
    padding: 10px 7%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #000;
    text-decoration: none;
    height: auto;
    line-height: 16px;
}

.mean-container .mean-nav ul li li a {
    width: 88%;
    padding: 12px 6%;
    border-bottom: 1px solid #000;
    /*opacity:.75;filter:alpha(opacity=75);*/
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #d21e1f;
    color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: auto;
    border: 0 !important;
    padding: 0 6px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 2;
    font-weight: 700
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: 0
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
    display: none;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.joinMLink a {
    background-color: #bb0a0a;
    color: #fff;
}

.joinMLink a:hover {
    background-color: #fff;
    color: #bb0a0a;
}

/* Dropdown CSS Start */
.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border-radius: 0;
    background: #171717;
    position: relative;
    overflow: hidden
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 18px 0 0px;
    font-size: 15px;
    color: #9a9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 49px;
    padding-left: 14px;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    width: 18px;
    text-align: center;
    height: 21px;
    text-indent: -9999px;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 12px;
    right: 17px;
    margin: auto;
    width: 12px;
    height: 8px;
    background: url(../images/downArrow.png) no-repeat right top / 12px;
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 2
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
    opacity: 0;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #171717;
    /*border:1px solid #fff;*/
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    min-height: 14px
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #9a9999;
    cursor: pointer
}

.selectric-items li.selected {
    background: #d21e1f;
    color: #fff
}

.selectric-items li.highlighted {
    background: #d21e1f;
    color: #fff
}

.selectric-items li:hover {
    background: #d21e1f;
    color: #fff
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

/* Dropdown CSS Close */


.centerwrap {
    width: 1714px;
    margin: auto;
}

header {
    position: relative;
    z-index: 5;
}

.logo {
    float: left;
    margin-left: -2px;
    padding-top: 19px;
}

nav {
    float: right;
    padding: 28px 0;
}

nav li {
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-size: 17px;
    letter-spacing: 0.01em;
    margin-right: 10px;
}

nav li:last-child {
    margin-right: 0px;
}

nav li a {
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
    display: block;
}

nav li a.active,
nav li a:hover {
    background-color: #d21e1f;
}

.bodyArea {
    background: url(../images/bg.jpg) repeat;
}

.welcomeArea {
    background-color: #181818;
    margin-top: 114px;
    padding-right: 48px;
    padding-top: 46px;
    padding-bottom: 23%;
    margin-bottom: 76px;
    position: relative;
    width: calc(100% - 200px);
    float: right;
}

.welcomeR {
    width: 1002px;
    float: right;
    position: relative;
    padding-left: 40px;
}

.title {
    background-color: #040404;
    line-height: 95px;
    padding-left: 48px;
}

.welcomeArea .title {
    margin-bottom: 38px;
}

.title h1,
.title h2 {
    font-family: 'gilroylight';
    font-size: 63px;
    letter-spacing: 0.01em;
    color: #ffffff;
    text-transform: uppercase;
}

.title h1 span,
.title h2 span {
    font-family: 'gilroyheavy';
}

i.crown {
    background: url(../images/crown.png) no-repeat;
    width: 84px;
    height: 56px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 28px;
}

.welcomeContent p {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 24px;
    letter-spacing: 0.01em;
}

.welcomeModel {
    position: absolute;
    left: -272px;
    bottom: -76px;
}

.iVideos {
    background-color: #181818;
    padding: 46px 48px;
    clear: both;
    margin-bottom: 90px;
}

.iVideos .title {
    margin-bottom: 34px;
}

.videoBlock {
    border: 3px solid #000;
    float: left;
    width: 388px;
    margin-right: 22px;
    margin-bottom: 25px;
    position: relative;
    /*opacity:0*/
}

.videoBlock:nth-child(4n) {
    margin-right: 0px;
}

.videoTitle {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.84);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.01em;
    width: 100%;
    padding: 10px;
}

.videoTitle span {
    background: url(../images/crown.png) no-repeat left center;
    background-size: 20px;
    padding-left: 27px;
}

.videoTitle a {
    color: #fff;
}

.videoTitle a:hover {
    color: #d21e1f;
}

.viewVideos {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 38px;
}

.viewVideos a {
    font-family: 'gilroylight';
    font-size: 48px;
    letter-spacing: 0.01em;
    color: #fff;
    background-color: #010000;
    line-height: 78px;
    min-width: 608px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

.viewVideos a:hover {
    background-color: #d21e1f;
}

.iMagazine {
    background-color: #181818;
    padding: 46px 48px;
    margin-bottom: 76px;
    position: relative;
    width: calc(100% - 200px);
}

.magazineModel {
    position: absolute;
    right: -276px;
    bottom: -76px;
}

.iMagazine .title {
    margin-bottom: 48px;
}

.magazines {
    width: 1178px;
    position: relative;
}

.magazine {
    float: left;
    margin-right: 33px;
    margin-bottom: 35px;
    /*opacity:0;*/
}

.magazine:nth-child(3n) {
    margin-right: 0px;
}

.iDominatrix {
    background-color: #181818;
    padding: 46px 48px 18px;
    margin-bottom: 106px;
}

.sortL h2 {
    float: left;
}

.sort {
    float: right;
    padding-top: 23px;
    padding-right: 24px;
}

.sort li {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-right: 14px;
}

.sort li:last-child {
    margin-right: 0px;
}

.sort li a {
    line-height: 49px;
    display: block;
    padding: 0 32px;
    color: #fff;
}

.sort li a.active,
.sort li a:hover {
    background-color: #d21e1f;
}

.iDominatrixC {
    text-align: center;
    padding: 22px 100px 32px;
}

.iDominatrixC p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.dominatrix {
    border: 3px solid #000;
    float: left;
    width: 213px;
    margin-right: 21px;
    margin-bottom: 27px;
    position: relative;
    /*opacity:0*/
}

.dominatrix img {
    width: 100%;
}

.dominatrix:nth-child(7n) {
    margin-right: 0px;
}

.dominatrixT {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.84);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.01em;
    width: 100%;
    padding: 10px;
}

.dominatrixT span {
    background: url(../images/crown.png) no-repeat left center;
    background-size: 20px;
    padding-left: 27px;
}

.dominatrixT a {
    color: #fff;
}

.dominatrixT a:hover {
    color: #d21e1f;
}

.iNews {
    background-color: #181818;
    padding: 46px 48px 60px;
    float: right;
    width: calc(100% - 250px);
    margin-bottom: 83px;
    position: relative;
}

.lNewsModel {
    position: absolute;
    bottom: -83px;
    left: -348px;
}

.iNews .title {
    margin-bottom: 38px;
}

.iNewsR {
    float: right;
    width: 1028px;
}

.iNewsS {
    float: right;
    width: 1050px;
}

.iNewsBlock .iNewsR .owl-carousel {
    margin: 0 -8px;
}

.newsBlock {
    background-color: #010000;
    padding: 14px;
}

.newsBlock h4 {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.01em;
    padding-bottom: 3px;
}

.newsBlock h4 a {
    color: #fff;
}

.newsBlock h4 a:hover {
    color: #d21e1f;
}

.newsDate {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.01em;
    color: #d21e1f;
    padding-bottom: 12px;
}

.newsPic {
    border: 3px solid #232323;
    margin-bottom: 8px;
}

.newsBlock p {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #8b8989;
    font-family: 'Lato', sans-serif;
}

.owl-pagination {
    text-align: center;
    padding-top: 50px;
}

.owl-page {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.owl-page .owl-numbers {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-indent: -9999px;
    background-color: #010000;
}

.owl-page.active .owl-numbers {
    background-color: #d21e1f;
}

.iNewsS .item {
    margin-left: 15px;
    width: 508px;
}

.testiCon {
    clear: both;
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}

.testimonials {
    width: 838px;
    background-color: #181818;
    padding: 46px 48px;
}

.testimonials .title {
    padding-left: 68px;
}

.testimonialsArea {}

.testiBlock {
    text-align: center;
    position: relative;
    padding-left: 90px;
    padding-right: 90px;
    margin-top: 48px;
}

.testiBlock p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.testiBlock p.client {
    color: #d21e1f;
    padding-top: 48px;
}

.testiBlock:before {
    background: url(../images/leftQuote.png) no-repeat;
    width: 81px;
    height: 52px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
}

.testiBlock:after {
    background: url(../images/rightQuote.png) no-repeat;
    width: 81px;
    height: 52px;
    content: '';
    position: absolute;
    right: 0px;
    bottom: 28px;
}

.contactUs {
    width: 838px;
    background-color: #181818;
    padding: 46px 48px;
}

.contactUs .title {
    padding-left: 110px;
    margin-bottom: 44px;
}

.contactBox {
    background-color: #000;
    height: 52px;
    border: none;
    width: 100%;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    padding: 0 25px;
}

.cfLeft {
    width: 49%;
    float: left;
    margin-bottom: 14px;
}

.cfRight {
    width: 49%;
    float: right;
    margin-bottom: 14px;
}

.cfFull {
    clear: both;
    margin-bottom: 14px;
}

.contactForm textarea {
    background-color: #000;
    height: 117px;
    resize: none;
    border: none;
    width: 100%;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    padding: 10px 25px;
}

.sendMessage {
    float: right;
    background-color: #303030;
    height: 46px;
    border: none;
    padding: 0 22px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.sendMessage:hover {
    background-color: #d21e1f;
}

.testimonialsArea .owl-carousel .owl-wrapper-outer {
    height: 280px;
}

.footerBanner {
    border-top: 8px solid #101010;
    position: relative;
    background: url(../images/footerBanner.jpg) no-repeat center center;
    height: 405px;
    background-size: cover;
}

.footerBanner:before {
    background: url(../images/fBannerB.png) repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
}

.social {
    float: right;
    position: relative;
    padding-top: 78px;
}

.social a {
    float: left;
    width: 112px;
    height: 104px;
    background-color: #d21e1f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 25px;
}

.social a:last-child {
    margin-right: 0px;
}

.social a:after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
}

.social a:hover:after {
    transform: scale(1.1);
}

.twitter:after {
    background: url(../images/twitter.png) no-repeat center center;
}

.youtube:after {
    background: url(../images/youtube.png) no-repeat center center;
}

.instagram:after {
    background: url(../images/instagram.png) no-repeat center center;
}

.newsLettterA {
    background-color: #000000;
}

.newsLettterA .centerwrap {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 26px;
    align-items: center;
    padding-right: 152px;
    padding-left: 104px;
}

.nLetterT {
    font-family: 'gilroylight';
    font-size: 63px;
    letter-spacing: 0.01em;
    color: #ffffff;
    text-transform: uppercase;
}

.nLetterT span {
    font-family: 'gilroyheavy';
}

.subLetter {
    text-align: center;
}

.subLetter p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    letter-spacing: 0.01em;
    padding-bottom: 12px;
}

.subscribeBlock {
    width: 590px;
    display: flex;
}

.subscribeBox {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    letter-spacing: 0.01em;
    height: 45px;
    background-color: #181818;
    border: none;
    width: 432px;
    padding: 0 20px;
}

.subscribeBox::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.subscribeBox::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.subscribeBox:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.subscribeBox:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.subscribeBtn {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    letter-spacing: 0.01em;
    height: 45px;
    background-color: #d21e1f;
    border: none;
    cursor: pointer;
    width: 158px;
    text-transform: uppercase;
}

.subscribeBtn:hover {
    background-color: #303030;
}

footer {
    background-color: #101010;
}

.fLogo {
    float: left;
    margin-left: -12px;
    padding-top: 24px;
    padding-bottom: 17px;
}

.footerRight {
    float: right;
    text-align: center;
    padding-top: 22px;
}

.footerRight ul {
    padding-bottom: 12px;
}

.footerRight ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 54px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.01em;
}

.footerRight ul li:last-child {
    margin-right: 0px;
}

.footerRight ul li a {
    color: #fff;
}

.footerRight ul li a:hover {
    color: #d21e1f;
}

.footerRight p {
    font-size: 13px;
    color: #9e9c9c;
    font-family: 'Lato', sans-serif;
    line-height: 18px;
}

.footerRight p a {
    color: #9e9c9c;
}

.footerRight p a:hover {
    color: #d21e1f;
}

/* Videos */
.innerSpace {
    padding-top: 80px;
}

.pagination {
    text-align: center;
    font-size: 0px;
    padding-top: 56px;
    padding-bottom: 47px;
}

.pagination a {
    background-color: #e0dfdf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    min-width: 46px;
    line-height: 44px;
    margin: 0 4px;
    font-weight: 900;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #585858;
    display: inline-block;
    font-size: 19px;
    vertical-align: top;
}

.pagination a.prev,
.pagination a.next {
    width: 46px;
    height: 44px;
}

a.prev i {
    background: url(../images/prevArrow.png) no-repeat left top;
    width: 8px;
    height: 12px;
    display: inline-block
}

a.next i {
    background: url(../images/nextArrow.png) no-repeat left top;
    width: 8px;
    height: 12px;
    display: inline-block
}

.pagination a.active,
.pagination a:hover {
    background-color: #d21e1f;
    color: #fff;
}

.pagination a:hover.prev i {
    background-position: left bottom;
    color: transparent;
}

.pagination a:hover.next i {
    background-position: left bottom;
    color: transparent;
}

/* Magazine */
.magazineArea {}

.magazineBox {
    background-color: #181818;
    padding: 46px 48px;
    clear: both;
    margin-bottom: 100px;
}

.magazineBlock {
    overflow: hidden;
    height: 97%;
}

.magazineBlock:nth-child(4n) {
    margin-right: 0px;
}

.midContent {
    text-align: center;
    padding-top: 46px;
    padding-bottom: 26px;
}

.midContent p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #fff;
    padding-bottom: 25px;
}

/* News */
.newsBox {
    background-color: #181818;
    padding: 46px 48px;
    clear: both;
    margin-bottom: 100px;
}

.newsArea {
    padding-top: 56px;
}

.newsTitle {
    height: 72px;
}

.newsABlock {
    background-color: #010000;
    padding: 14px;
    float: left;
    width: 506px;
    margin-right: 50px;
    margin-bottom: 48px;
}

.newsABlock:nth-child(3n) {
    margin-right: 0px;
}

.newsABlock h4 {
    font-size: 15px;
    line-height: 20px;
    c letter-spacing: 0.01em;
    padding-bottom: 3px;
}

.newsABlock h4 a {
    color: #fff;
}

.newsABlock h4 a:hover {
    color: #d21e1f;
}

.newsABlock p {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #8b8989;
    font-family: 'Lato', sans-serif;
}

.newsBox .pagination {
    padding-top: 16px;
    padding-bottom: 28px;
}

/* News Inner */
.newsSinglePost {
    background-color: #010000;
    padding: 25px 34px 40px;
    margin-top: 38px;
}

.newsSinglePost h3 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.01em;
    font-weight: 400;
    padding-bottom: 8px;
}

.postDate {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #d21e1f;
    border-bottom: 1px solid #252525;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.postDate span {
    padding: 0 8px;
}

.postDate em {
    font-style: normal;
}

.postDate span:first-child {
    padding-left: 0px;
}

.postDate a {
    text-decoration: underline;
    color: #d21e1f;
}

.postDate a:hover {
    text-decoration: none;
    color: #fff;
}

.newsContent {
    padding-bottom: 100px;
}

.newsContent img {
    border: 3px solid #232323;
    float: left;
    margin-right: 25px;
    margin-top: 4px;
    margin-bottom: 20px;
}

.newsContent p {
    font-size: 15px;
    line-height: 21px;
    color: #8b8989;
    padding-bottom: 21px;
}

.lComment h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.01em;
    padding-bottom: 30px;
}

.commentBox {
    font-size: 15px;
    letter-spacing: 0.01em;
    padding: 0 18px;
    height: 48px;
    width: 100%;
    background-color: #171717;
    border: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.commentBox::-webkit-input-placeholder {
    color: #8b8989;
    opacity: 1;
}

.commentBox::-moz-placeholder {
    color: #8b8989;
    opacity: 1;
}

.commentBox:-ms-input-placeholder {
    color: #8b8989;
    opacity: 1;
}

.commentBox:-moz-placeholder {
    color: #8b8989;
    opacity: 1;
}

.cBox {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 26px;
    float: left;
}

.cBox:nth-child(4) {
    margin-right: 0px;
}

.cFBox {
    clear: both;
    margin-bottom: 22px;
}

.lComment textarea {
    font-size: 15px;
    letter-spacing: 0.01em;
    padding: 12px 18px;
    height: 178px;
    width: 100%;
    background-color: #171717;
    border: none;
    resize: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.cSubmit {
    height: 40px;
    background-color: #d21e1f;
    float: right;
    border: none;
    color: #fff;
    padding: 0 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    cursor: pointer;
}

.cSubmit:hover {
    background-color: #333;
}

/* Index */
.warningBlock {
    position: relative;
}

.warningModel {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    
}

.warningModel img {
    max-width:90% !important;
}

.warningLogo {
    float: right;
    margin-top: 40px;
    margin-right: 246px;
    margin-bottom: 34px;
}

.warningArea {
    background-color: #181818;
    padding: 47px 45px;
    clear: both;
    margin-bottom: 120px;
    width: calc(100% - 400px);
    float: right;
}

.adultRead {
    background-color: #040404;
    margin-bottom: 40px;
}

.warningRight {
    width: 1110px;
    float: right;
    position: relative;
    z-index: 1
}

.adultOnly {
    font-family: 'gilroylight';
    padding-top: 8px;
    font-size: 63px;
    letter-spacing: 0.01em;
    color: #d21e1f;
    text-transform: uppercase;
    float: left;
    padding-left: 122px;
}

.adultOnly span {
    font-family: 'gilroyheavy';
    color: #fff;
}

.agreeTerms {
    float: right;
    font-family: 'gilroylight';
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    padding-right: 18px;
    padding-bottom: 18px;
}

.warningRight p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 20px;
    letter-spacing: 0.01em;
    text-align: center;
}

.enter {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 108px;
}

.enter a {
    font-family: 'gilroyheavy';
    color: #fff;
    font-size: 63px;
    line-height: 118px;
    background-color: #d21e1f;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 60px;
}

.enter a:hover {
    color: #d21e1f;
    background-color: #fff;
}

.exit {
    font-family: 'gilroylight';
    font-size: 30px;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 58px;
}

.exit a {
    color: #fff;
    text-decoration: underline;
}

.exit a:hover {
    color: #d21e1f;
    text-decoration: none;
}

/* jQuery Slider */
ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
    position: absolute;
    width: 78px;
    height: 81px;
    text-indent: -9999px;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
    background: rgba(0, 0, 0, 0.68) url(../images/rightArrow.png) no-repeat center center;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
    background: rgba(0, 0, 0, 0.68) url(../images/leftArrow.png) no-repeat center center;
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
}

ol.bjqs-markers.h-centered {
    text-align: center;
}

ol.bjqs-markers li {
    display: inline;
}

ol.bjqs-markers li a {
    display: inline-block;
}

p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}

/* Manor */
.manorArea {
    background-color: #181818;
    padding: 46px 48px;
    clear: both;
    margin-bottom: 100px;
}

.manorContent {
    padding-top: 36px;
}

.manorContent h4 {
    font-size: 17px;
    line-height: 24px;
    color: #d21e1f;
    padding-bottom: 24px;
    letter-spacing: 0.01em;
    padding-top: 24px;
}

.manorContent h4:first-child {
    padding-top: 0px;
}

.manorContent p {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 24px;
    letter-spacing: 0.01em;
}

.scenes {
    padding-bottom: 48px;
    position: relative;
    z-index: 2;
}

.scenes ul {
    column-count: 4;
}

.scenes li {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.01em;
}

.sliderModel {
    position: relative;
}

#modelSlider {
    margin-bottom: 58px;
    background-color: #181818;
}

.manorModel {
    position: absolute;
    right: -118px;
    bottom: -262px;
}

.customize {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 24px;
}

.bookingForm {
    background-color: #040404;
    padding: 28px;
}

.note {
    font-size: 17px;
    letter-spacing: 0.01em;
    color: #ffffff;
    padding-bottom: 30px;
    line-height: 24px;
}

.note span {
    color: #d21e1f;
}

.row {
    clear: both;
    margin-bottom: 24px;
}

.leftBox {
    float: left;
    width: 502px;
    margin-right: 23px;
}

.centerBox {
    float: left;
    width: 502px;
    margin-right: 23px;
}

.rightBox {
    float: left;
    width: 502px;
}

.lTitle {
    font-size: 15px;
    color: #9a9999;
    letter-spacing: 0.01em;
    font-weight: 400;
    padding-bottom: 7px;
    display: block;
}

.lTitle span {
    color: #d21e1f;
    font-size: 17px;
}

.textbox {
    background-color: #171717;
    height: 49px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #9a9999;
    padding: 0 14px;
    border: none;
    width: 100%;
}

.textbox::-webkit-input-placeholder {
    color: #9a9999;
    opacity: 1;
}

.textbox::-moz-placeholder {
    color: #9a9999;
    opacity: 1;
}

.textbox:-ms-input-placeholder {
    color: #9a9999;
    opacity: 1;
}

.textbox:-moz-placeholder {
    color: #9a9999;
    opacity: 1;
}

.bookingForm hr {
    border: 0px;
    height: 1px;
    background-color: #171717;
    margin-top: 50px;
    margin-bottom: 38px;
}

.instruments {
    font-size: 17px;
    letter-spacing: 0.01em;
    color: #ffffff;
    padding-bottom: 30px;
    line-height: 32px;
}

.selectItems {
    padding-bottom: 60px;
}

.selectItems ul {
    column-count: 4;
}

.selectItems li {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.01em;
}

.selectItems li input {
    margin-right: 15px;
}

.additional textarea {
    background-color: #171717;
    border: none;
    resize: none;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #8b8989;
    padding: 16px;
    height: 280px;
    width: 100%;
    margin-bottom: 24px;
}

.pScenes {
    font-size: 17px;
    letter-spacing: 0.01em;
    color: #ca1d1e;
    padding-bottom: 30px;
    line-height: 24px;
    clear: both;
}

.sceneListing {}

.sceneListing ul {
    column-count: 3;
    padding-bottom: 20px;
}

.sceneListing ul li {
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.sceneListing ul:nth-child(2) {
    column-count: auto;
}

/* About */
.aboutArea {
    background-color: #181818;
    padding: 46px 48px;
    clear: both;
    margin-bottom: 100px;
    position: relative;
    padding-bottom: 52%;
}

.aboutRight {
    float: right;
    width: 998px;
}

.aboutC {
    padding-top: 62px;
}

.aboutC p {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.01em;
    padding-bottom: 24px;
    position: relative;
}

.aboutModel {
    position: absolute;
    left: -25px;
    bottom: -100px;
}

/* Awards */
.awardsArea {
    background-color: #181818;
    padding: 46px 48px;
    clear: both;
    margin-bottom: 76px;
}

.dominaOTYear {
    background-color: #010000;
    padding: 40px 33px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.dOTY {
    padding-bottom: 42px;
}

.dOTYTitle {
    float: left;
}

.dOTYTitle h3 {
    font-family: 'gilroyheavy';
    font-size: 54px;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
    color: #ffffff;
    text-transform: uppercase;
}

.dOTYTitle h3 i {
    background-size: 68px;
    width: 68px;
    margin-right: 15px;
    height: 46px;
    top: 4px;
}

.dOTYTitle p {
    font-size: 51px;
    color: #d21e1f;
    font-family: 'gilroy-mediumuploaded_file';
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
}

.awardsRank {
    float: right;
}

.rank {
    background-color: #181818;
    padding: 20px;
    text-align: center;
    min-height: 210px;
    float: left;
    width: 330px;
    margin-right: 25px;
}

.rank:nth-child(3n) {
    margin-right: 0px;
}

.rank h4 {
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 0.01em;
    background-color: #010000;
    line-height: 62px;
    color: #fff;
    text-transform: uppercase;
}

.rank h4 span {
    background: url(../images/award.png) no-repeat center left;
    padding-left: 47px;
    display: inline-block;
}

.rank ul {
    padding: 20px 25px 0;
    text-align: left;
}

.rank ul li {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #fff;
    background: url(../images/star.png) no-repeat left center;
    padding-left: 25px;
}

.nominees {
    padding-top: 35px;
    border-top: 1px solid #393939;
}

.nominees h3 {
    font-size: 17px;
    letter-spacing: 0.01em;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.nDominatrix {
    border: 3px solid #000;
    float: left;
    width: 213px;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
}

.nDominatrix img {
    width: 100%;
}

.nDominatrix:nth-child(7n) {
    margin-right: 0px;
}

.winnerBlock {
    background-color: #010000;
    padding: 32px 32px 17px;
    float: left;
    margin-right: 54px;
    width: 500px;
    text-align: center;
}

.winnerBlock:nth-child(3n) {
    margin-right: 0px;
}

.winnerBlock h3 {
    font-family: 'gilroyheavy';
    font-size: 54px;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
}

.winnerBlock h3 i {
    background-size: 68px;
    width: 68px;
    margin-right: 15px;
    height: 46px;
    top: 4px;
}

.winnerBlock p {
    font-size: 51px;
    color: #d21e1f;
    font-family: 'gilroy-mediumuploaded_file';
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
}

.moreInfo {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 14px;
    min-height: 42px;
}

.wRank {
    background-color: #181818;
    padding: 22px 32px;
    text-align: center;
    width: 100%;
}

.wRank h4 {
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 0.01em;
    background-color: #010000;
    line-height: 62px;
    color: #fff;
    text-transform: uppercase;
}

.wRank h4 span {
    background: url(../images/award.png) no-repeat center left;
    padding-left: 47px;
    display: inline-block;
}

.wRank ul {
    padding: 18px 15px 0;
    text-align: center;
}

.wRank ul li {
    font-size: 19px;
    line-height: 30px;
    display: inline-block;
    letter-spacing: 0.01em;
    color: #fff;
    background: url(../images/star.png) no-repeat left center;
    padding-left: 25px;
}

.nomineesArea {
    padding-top: 54px;
}

.nomineesArea h4 {
    font-size: 17px;
    letter-spacing: 0.01em;
    color: #fff;
    padding-bottom: 34px;
    text-transform: uppercase;
    text-align: left;
}

.nomineesBlock {
    border: 3px solid #000;
    float: left;
    width: 213px;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
}

.nomineesBlock img {
    width: 100%;
}

.nomineesBlock:nth-child(2n) {
    margin-right: 0px;
}

.information {
    background-color: #181818;
    padding: 46px 48px 26px;
    clear: both;
    margin-bottom: 85px;
}

.info {
    padding-top: 60px;
}

.info p {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 24px;
    padding-bottom: 24px;
    color: #fff;
}

.sponsorsArea {
    background-color: #181818;
    padding: 46px 48px 6px;
    clear: both;
    margin-bottom: 65px;
}

.sponsors {
    padding-top: 45px;
}

.sponsorLogo {
    float: left;
    width: 371px;
    margin-right: 44px;
    margin-bottom: 46px;
}

.sponsorLogo:nth-child(4n) {
    margin-right: 0px;
}

/*new code*/
.text-center p {
    text-align: left;
}

a.link_white {
    color: #fff;
    text-decoration: underline;
}

ul#box-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 442px;
margin-left: auto;
}

li.box a.swipebox img {
    max-height: 150px;
    height: 100%;
    width: 100%;
    max-width: 150px;

}
.magazineArea.clear{
    display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-column-gap: 20px;
}
.magazineArea.clear::before{
    display: none;
}
.newsSinglePost{
    display: grid;
}
.gallery{
    display: grid;
grid-template-columns: 1fr 1fr 1fr;
max-width: 800px;
margin: auto;
}

.gallery img.gallery-img{
    margin: 0;
}
.newsContent a{
    color: #8b8989;
    text-decoration: underline;
}
p.message-sucess{
    font-size: 20px;
    color: #95ff95;
    font-weight: inherit;
    text-transform: uppercase;
}

small.text-small-white{
    color: #fff;
    font-size: 12px;
}
div.newsPic a img{
    width: 100% !important;
height: 200px !important;
object-fit: cover !important;
object-position: top !important;
}

#mc_embed_signup form {
    text-align: center;
    padding: 0 !important;
}

.info ul li,.info strong{
    color: #fff;
}

.magazine {
    width: initial;
}
.magazineBlocks.clear{
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.magazineBlocks.clear::before{
    display: none;
}
.nDominatrixs.clear{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
.nDominatrixs.clear::before{
    display: none;
}
@media screen and (max-width:560px){
    .magazineBlocks.clear{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .nDominatrixs.clear{
        display: grid;
        grid-template-columns: 50% 50%;
    }
}
/*end new code*/