html {
    height: 100%;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1.4;
}

textarea:focus, input:focus{
    outline: none !important;
}

body {
    background: hsla(0, 0%, 6%, 1);
    color: white;
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    font-family: 'Verdana', sans-serif;
    font-size: 15px;
    position: relative;
    padding-bottom: 3rem;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 0;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
a {
    display: block;
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #ff4ed8;
}
i:hover {
    color: #ff4ed8;
}
.div-left {
    float: left;
}

.div-left > div, .div-left-header > div {
    float: left;
}
.div-left-header {
    float: left;
    margin-top: 22px;
}
.div-right {
    float: right;
    /*padding-right: 10px;*/
}

h1 {
    font-size: 22px;
    color: #fff;
    margin-top: 0.67em;
    margin-bottom: 20px;
    font-weight: 400;
}
h2 {
    font-size: 21px;
    color: #fff;
    margin-top: 31px;
    margin-bottom: 0px;
    font-weight: 400;
}
h3 {
    font-size: 1.17em;
    color: #fff;
    margin-top: 0.57em;
    margin-bottom: 0.57em;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.header {
    width: 100%;
}
.header-studios {
    background-color: #222326;
}

.header-studios ul li a {
    padding: 5px 0;
    font-weight: normal;
    color: #bbb;
}
.header-studios ul li a:hover {
    color: #ff4ed8;
    /*background-color: #111111;*/
}
.header-content {
    width : 1200px;
    margin: 0 auto;
}

.copyRight {
    display: inline-block;
    width: 49%;
    text-align: left;
}

.footerInfoLinks {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.footerInfoLinks a {
    display: inline-block;
    margin-left: 20px;
    color: gray;
}

.header-content li {
    border-bottom: 2px solid #1a1a1a;
}
.header.second {
    background-color: hsla(0, 0%, 10%, 1);
}
.header-content.second {

}
.header-content.second ul {
    /*border-bottom: 2px solid #fff;*/
}
.header-content.second ul li a {
    padding: 10px 0;
    color: #ff4ed8;
    font-size: 16px;
    font-weight: 400;
}
.header-content.second ul li:hover {
    color: #fff;
    border-bottom: 2px solid #ff4ed8;
    /*background-color: #111111;*/
}
.header-content.second ul li a:hover {
    color: #fff;
}
.header-content {
    width: 1200px;
    min-width: 768px;
    margin: 0 auto;
}
.header-content.second.list-justify ul{
}
.hamburger-menu-btn {
}
.social {
    margin-top: 10px
}
.social a {
    display: inline;
    font-size: 52px;
    color: #fff;;
}
.margin-fix {
    margin-top: 90px;
}
.container {
    display: inline-block;
    cursor: pointer;
    margin: 14px;
}

.header-search {
    height: 100%;
    margin-left: 100px;
}

.header-search form {
    height: 100%;
}

.header-search-input {
    height: 45px;
    width: 635px;
    font-size: 15px;
    float: none;
    padding-left: 15px;
    color: grey;
    border: none;
    border-radius: 3px 0 0 3px;
}

.header-search-submit {
    font-size: 18px;
    color: #fff;
    background-color: #ff4ed8;
    border: none;
    width: 54px;
    height: 45px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    vertical-align: top;
    float: right;
}

.searchIcon {
    width: 18px;
    position: relative;
    left: 1px;
    top: -1px;
}

.nav-categories {
    display: none;
    position: fixed;
    padding: 10px;
    top: 50px;
    left: 0;
    height: 100%;
    width: 250px;
    background: #080808;
    /*transition: width ease .5s;*/
    overflow: auto;
}

.content {
    height: 100%;
    width: 1200px;
    min-width: 768px;
    background-color: transparent;
    margin: 0 auto;
    margin-bottom: 100px;
}
.box.videoSectionFull {
    margin: 30px auto;
    padding: 0 0;
    width: 100%;
}
.box.view-page-studio{
    margin-top:0;
}
.box.videoSectionFull ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;

    /* Обнуляем для родителя*/
    line-height: 0;
    font-size: 1px; /* 1px для Opera */

    /* Лекарство для IE6-7*/
    text-justify: newspaper;
    zoom: 1;

    /* Включаем в работу последнюю строку*/
    text-align-last: justify;
}

.adminImgWrapper {
    width: 42px !important;
}

.single-video-holder {
    width: 100%;
    margin-top: 1em;
}
.box.videoSectionFull.view-page-related {
    width: 215px;
    float: right;
    margin: 5px 0 0;
}
.box.videoSectionFull.studio-page ul,
.box.videoSectionFull.category-page ul{
    font-size: 14px;
    text-align-last: left;
}
.box.videoSectionFull.view-page-studio ul {
    font-size: 0px;
    text-align-last: left;
}

body.open-nav .content {
    /*width: 1300px;*/
    width: 65%;
    transition: width ease .5s;
}

.box.videoSectionFull ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;

}
.topCategories {
    margin-top: 28px;
    margin-bottom: 25px;
}
.topCategories.list-justify ul li{
    width: 185px;
    margin-bottom: 8px;
    border-bottom: none;
}
.box.videoSectionFull ul li {
    width: 215px;
    height: 100%;
    display: inline-block;
    text-align: left;
    text-align-last: left;

    /* Востанавливаем у потомков, кроме последнего*/
    line-height: normal;
    font-size: 14px;

    /* Без него в Opera будет отступ под элементами */
    vertical-align: top;
}
.vrVideoHolderThumbnailImage {
    height: 215px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.summaryPagerHolder {
    position: relative;
}

.list-view .summary {
    display: none;
}

.vrVideoHolderTimecode {
    text-align: right;
    text-align-last: right;
    position: relative;
    bottom: 25px;
    right: 4px;
    padding: 2px 5px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    float: right;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 400;
}

.vrVideoHolderTitle {
    text-align: left;
    position: relative;
    bottom: 20px;
    white-space: normal;
    font-weight: 400;
}
.vrVideoHolderTitle a {
    max-height: 36px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 4px;
    text-transform: capitalize;
}

.vrVideoHolder {
    cursor: pointer;
    height: 275px;
}


.noSelect{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.videoThumbnail {
    height: 100%;
    width: 100%;
}

.seeMore.btn {
    float: right;
    font-size: 14px;
    padding-top: 8px;
}

.seeMore.btn a {
    color: #ff4ed8;
}

.seeMore.btn a i {
    position: relative;
    top: 0px;
    color: #ff4ed8;
}

.seeMore.btn:hover a i {
    color: #fff;
}
.categoryHolder:hover a img {
    filter: brightness(50%);
}
.categoryHolder:hover > p a {
    color: #ff4ed8;
}
.vrStudioTopTitle:hover a img {
    filter: brightness(50%);
}
.vrStudioTopTitle:hover > .studios-info >div > a>h3 {
    color: #ff4ed8;
}
.categoryImage {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.categoryTitle {
    margin: 3px 0 10px;
}
.categoryTitle a{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 400;
}
.categoryTitle span {
    color: grey;
    float: right;
    font-weight: 400;

}

#video-how-to {
    float: left;
    width: 560px;
}

.view-title {
    float: left;
    width: 100%;
}
.view-title h2 {
    margin: 10px 0;
    width: 100%;
    border-bottom: 1px solid #323232;
    text-transform: capitalize;
    display: block;
    padding-bottom: 13px;
}
.view-enter-vr {
    width: 178px;
    float: right;
    margin: 0;
}
.view-enter-vr a {
    background-color: #ff4ed8;
    padding: 8px 30px;
    position: relative;
    top: 1px;
    border-radius: 2px;
}
.view-enter-vr:hover a {
    color: #000;
}
.description {
    margin: 0.67em 0;
}
.description > div {
    float: left;
}

.desktopHidden {
    display: none;
}

.howToLeft {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    margin-right: 4%;
}

.rightImg {
    display: inline-block;
    width: 40%;
    position: relative;
    height: 600px;
}

.circle {
    height: 40px;
    width: 40px;
    border-radius: 30px;
    background-color: #ff4ed8;
    float: left;
    text-align: center;
    margin-right: 0;
}

.vrVideoHolderTitle .ctaLink {
    font-size: 13px;
    color: gray;
    display: inline-block;
    width: 100%;
    margin: 5px auto;
}

.ctaLinkkk {
    margin-top: 9px;
    font-weight: bold;
}
a.ctaLinkkk:hover {
    color: #fff;
}
a.ctaLinkk {
    color: #ff4ed8;
    width: auto;
    float: left;
    margin: 8px 9px;
    font-weight: 400;
}
a.ctaLinkk:hover,a.ctaLink:hover {
    color: #fff;
}

.contact-header a {
    display: inline-block;
}

.two-in-one {
    width: 75%;
    font-size: 13px;
    margin-top: 5px;
}
a.ctaLink {
    color: #ff4ed8;
    display: inline;
}
.category-link-holder  span {
    color: #808080;
}
.view-section-video-descriptor-title {
    color: #808080;
}
.view-section-video-descriptor-title span {
    color: #fff;
}
.view-section-video-descriptor {
    width: 70%;
}
.view-section-video-descriptor > div ,
.view-section-video-descriptor > div > div{
    display: inline;
}
.view-desc {
    margin: 15px 0;
    font-size: 13px;
    color: #ddd;
}
.footer {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    text-align: center;
}
.footer-content ul li a:first-child {
    padding-top: 10px;
    text-align: left;
}

.footer-background {
    background-color: #1a1a1a;
}

.footer-content {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 14px 0 18px;
}

.footer-content a {
    display: inline-block;
    width: 10%;
    font-size: 12px;
}

.footer-footer {
    padding: 0.5em;
    font-size: 13px;
    width: 1200px;
    margin: 0 auto;
    display: block;
    color: gray;
    margin-bottom: 10px;
    margin-top: 5px;
}

.vrStudioTopTitle {
    background-color: #1a1a1a;
    border-radius: 3px;
    overflow: hidden;
}
.studios-info {
    padding: 10px 9px;
    background-color: #1a1a1a;
}

.studios-page.list-justify ul {
    text-align-last: left;
}
.studios-page.list-justify ul li {
    width: 287px;
    margin-bottom: 25px;
}
.box > ul > li > div > div > div.vrStudioTopLeft1 > a > img {
    width: 287px;
    height: 108px;
}

.vrStudioTopLeft1 {
    min-height: 400px;
    min-height: 108px;
}

.boxheadlink {
    margin-bottom: 28px;
}

.vrStudioTopTitle h3 {
    margin-top: 0;
    margin-bottom: 2px;
    font-weight: 400;
}
.vrStudioTopRight {
    text-align-last: left;
    color: #595A5E;
    font-size: 11px;
}
.about-vr-porn-galaxy {
     text-align: center;
    color: #808080;
    font-size: 13px;
    line-height: 1.6;
}

.about-vr-porn-galaxy p {
    margin: 10px 0 25px;
    display: block;
}

.about-vr-porn-galaxy h2 {
    font-size: 17px;
}

.about-vr-porn-galaxy a:hover{
    color:black;
}

.videoThumbnailHolder {
    border-radius: 5px;
    overflow: hidden;
}

.videoThumbnailHolder video {
    height: 215px;
    object-fit: fill;
    position: relative;
}

.about-vr-porn-galaxy a {
    width: 200px;
    margin: 0.8em auto 0;
    padding: 15px 50px;
    background-color: #ff4ed8;
    font-size: 16px;
    border-radius: 3px;

}

.info-pages {
    color: #ddd;
    margin-bottom: 30px;
}

.info-pages h2, h3 {
    margin-bottom: 17px;
    font-weight: 400;
}

.dmca-list {
    color: #ff4ed8;
    margin-left: 20px;
}

.dmca-list li p {
    color: #eee;
}

.MsoNormal {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}
.studio-left-div {
    float: left;
    width: 287px;
    margin-right: 30px;
    background-color: #222327;
}
.studio-left-div > div > a > img {
    width: 100%;
    height: 100%;
}
.studio-second-part {
    padding: 0 15px;
}
.studio-second-part .vrStudioTopRight {
    font-size: 13px;
    margin-bottom: 1em;
}
.studio-right-part {
    width: 73%;
    float: right;
    color: #ddd;
}
.read-review {
    width: 250px;
    text-align: center;
    background-color: #ff4ed8;
    margin: 20px 0;
    float: right;
}
.read-review a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}
.read-review:hover a{
    color: #000;
}
.downloadToggle {
    margin-top: 0.67em;
    padding: 5px;
}

.category-link-holder {
    margin-bottom: 3px;
}

.yiiPager {
    text-align: center !important;
}

.downloadToggle {
    float: right;
    background-color: #2c2c2c;
    width: 190px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    top: -10px;
    border-radius: 3px;
    padding: 0;
}

#downloadToggle {
    padding: 7px 0 9px;
}

.displInlineBlock {
    display: inline-block !important;
}

.viewSectionVideoDownload {
    display: none;
    width: 100%;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    border-top: 1px solid #2f2f2f;
    padding: 10px;
    border-radius: 3px;
    border-bottom: 1px solid #2f2f2f;
    margin-bottom: 2px;
}

.join-studio {
    padding: 0 15px;
    text-align: center;
    background-color: #ff4ed8;
    float: right;
}
.join-studio a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}
.join-studio:hover a{
    color: #000;
}
.studio-second-part > a > h2 {
    font-size: 1em;
    margin-bottom: 0;
}
.studio-page #yw0 > div.videos > div > li:nth-child(5n+1):nth-last-child(-n+5) ~ li {
    margin-left: 26px;
}
.category-page #yw0 > div.videos > div > li:nth-child(5n+1):nth-last-child(-n+5) ~ li {
    margin-left: 14px;
}
.view-page-studio #yw1 > div.videos > div > li:nth-child(5n+1):nth-last-child(-n+5) ~ li {
    margin-left: 19px;
}
.view-page-studio #yw2 > div.videos > div > li:nth-child(5n+1):nth-last-child(-n+5) ~ li {
    margin-left: 19px;
}
.contentt.studios-page.list-justify > div.box > ul {
    text-align-last: left;
}
.contentt.studios-page.list-justify > div.box > ul > li:nth-child(3n+1):nth-last-child(-n+3) ~ li{
    margin-right: 15px;
    float: left;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.list-justify ul  {
    padding: 0;
    list-style: none;
    text-align: justify;

    /* Обнуляем для родителя*/
    line-height: 0;
    font-size: 1px; /* 1px для Opera */

    /* Лекарство для IE6-7*/
    text-justify: newspaper;
    zoom: 1;

    /* Включаем в работу последнюю строку*/
    text-align-last: justify;
    width: 1200px;
    margin: 0 auto;
}

.list-justify ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.list-justify ul li {
    width: auto;
    height: 100%;
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
}

.empty {
    font-size: 14px;
    display: inline-table;
    padding: 29px 542px 25px;
    color: gray;
    background-color: #1a1a1a;
    border-radius: 4px;
}

.header-studios ul li {
    border-bottom: 2px solid #222326;
}

.list-justify ul li a {
    text-align-last:left;
}
.first-child-img ul li:first-child{
    width: 465px;
    height: 100%;
    float: right;
    margin-left: 25px;
}

.first-child-img ul li:first-child video {
    height: 502px;
}

.first-child-img ul li:first-child .vrVideoHolderThumbnailImage {
    width: 480px;
    height: 502px;
}
.list-view .pager {
    margin: 35px 5px 10px;
    text-align: center;
}
.list-justify.search  ul li {
    width: 215px;
}
ul.yiiPager {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
ul.yiiPager .last a,
ul.yiiPager .first a {
    display: none;
}
ul.yiiPager .page a,
ul.yiiPager .next a,
ul.yiiPager .previous a {
    background-color: transparent;
    border: 1px solid #ff4ed8;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    padding: 12px 16px;
    display: block;
    color: #fff;
    border-radius: 3px;
}
ul.yiiPager li {
    margin: 5px 3px;
}
ul.yiiPager li.page {
    display: inline-block;
    width: auto;
}

ul.yiiPager .page a .fa {
    line-height: 0.5em;
}

ul.yiiPager .selected.page a {
    background-color: #000;
    color: #fff;
}

ul.yiiPager li.next, ul.yiiPager li.previous {
    width: auto;
}

ul.yiiPager li.last, ul.yiiPager li.first {
    width: 96px;
    display: none;
}

ul.yiiPager .next a .fa {
    line-height: 0.5em;
    font-size: 15px
}

ul.yiiPager .page a:hover,
ul.yiiPager .next a:hover,
ul.yiiPager .previous a:hover,
ul.yiiPager .last a:hover,
ul.yiiPager .first a:hover {
    background-color: #000;
    color: #fff;
}

ul.yiiPager .selected.next a {
    background-color: #089ED0;
    color: #fff;
}

ul.yiiPager .previous a .fa {
    line-height: 0.5em;
    font-size: 15px;
}

ul.yiiPager .selected.previous a {
    background-color: #089ED0;
    color: #fff;
}

.yiiPager .selected a {
    border-color: #5c5c5c !important;
    color: #989898 !important;
}

.hide {
    display: none;
}

.hide + label ~ div {
    display: none;
    margin-top: -10px;
    /*border-radius: 0 0 5px 5px;*/
}

.hide + label {
    padding: 0;
    color: #ff4ed8;
    cursor: pointer;
    border-bottom: 2px solid #ff4ed8;
}

.demo label h2 {
    font-size: 16px;
    padding: 5px 0;
    color: #ff4ed8;
    margin-bottom: 0.37em;
    margin-top: 0.60em;
    width: 100%;
}

.viewPageInfoLeft .demo {
}

label {
    display: block;
    /*border-radius: 5px;*/

}

label img {
    margin-right: 4px;
    float: right;
    padding-top: 4px;
    /*position: relative;*/
}

.hide:checked + label {
    color: #ff4ed8;
    border-bottom: 0;
}

ol {
    font-weight: bold;
    margin-left: 16px;
    margin: 10px 16px 10px 20px;
}

ol li p {
    font-weight: normal;
}

.hide:checked + label + div {
    display: block;
    padding: 5px 0px 10px;
    color: #fff;
}

.hide:checked + label + div p {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}


.demo {
    width: 50%;
    float: left;
    margin: 0 0;
    margin-left: 40px;
}
.demo label > h2 {
    color: #ff4ed8;
}
.demo label:hover > h2 {
    color: #fff;
}

.terms label > h2 {
    color: #ff4ed8;
}
.terms label:hover > h2 {
    color: #fff;
}

.terms {
    margin: 0 0;
}

.terms b {
    color: #ff4ed8;
}

.start-page .hide + label {
    background-color: #080808;
    border-bottom: 2px solid #ff4ed8;
    border-radius: 0;
    text-transform: uppercase;
}

.start-page .hide + label ~ div {
    background-color: #080808;

}

.need-headset {
    background-color: #232323;
    padding: 15px 40px;
    margin-top: 20px;
    height: 125px;
    color: #fff;
    position: relative;
    top: 30px;
}

.need-headset h2 {
    text-align: center;
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.need-headset b {
    color: #ff4ed8;
}
.need-headset p {
    text-align: center;
}


.launchVRModeButton.belowVideoCTA {
    width: 300px;
    height: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
    margin-top: 30px;
    background-color: #ff4ed8;
    padding: 10px;
    color: #fff;
}
.launchVRModeButton.belowVideoCTA:hover {
    color: #000;
}
.headset-instructions {
    position: relative;
    top: 70px;
}

.headset-instructions h2 {
    margin-bottom: 20px;
    margin-top: 0;
}

.tabs {
    width: 600px;
    padding: 0px;
    margin: 0 auto;
}

/* стили вкладок (табов) */
.tabs label {
    display: table-cell;
    width: 200px;
    height: 50px;
    margin: 0 0 -1px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #000;
    border: 2px solid #ff4ed8;
    border-radius: 0;

}

.tabs label#first-child-label {
    border-right: hidden;
    margin-left: 40px;
}

.tabs label#last-child-label {
    border-left: hidden;
}

/* изменения стиля заголовков вкладок при наведении */
.tabs label:hover {
    color: #ff4ed8;
    cursor: pointer;
}

/* стили для активной вкладки */
.tabs input:checked + label {
    padding-top: 21px;
    color: #fff;
    background: #ff4ed8;
}

.tabs input:checked + label > div:after {
    content: '';
    position: relative;
    width: 0;
    height: 0;
    top: 28px;
    border: 7px solid transparent;
    margin-left: 0px;
    border-top-color: #ff4ed8;
}
/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
    display: block;
    position: relative;
    right: 300px;
    width: 1200px;
}

/* стили секций с содержанием */
section {
    display: none;
    padding: 15px 0;
}

.tabs input {
    display: none;
}

.headsetHolder {
}

.headsetHolder h4 {
    padding-left: 15px;
}
.headsetHolder a {
    color: #000;
}

.headsetHolder img {
    max-width: 100%;
}

.headsetHolder .headsetHolderItem {
    width: calc(50% - 23px);
    height: 188px;
    margin: 10px 10px 15px;
    padding: 15px 20px;
    background-color: #FFFEFF;
    display: inline-block;
    border-radius: 5px;
}

.headsetHolder .headsetHolderItem:last-child {
    margin-right:0;
}

.headsetHolder .headsetHolderItemLeft {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.headsetHolder .headsetHolderItemRight {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 13px;
    line-height: 1.4em;
    color: gray;
    margin-top: 33px;
    margin-left: 35px;
}

.headsetHolder .headsetHolderItemRight h5 {
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #000;
}

.headsetHolderItem:hover h5{
    color: #ff4ed8;
}

.headsetImg {
    float: right;
    width: 30%;
}

.headset-pages {
    margin-bottom: 40px;
    color: #eee;
    font-size: 15px;
}

.headset-pages h1 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
    width: 60%;
    display: inline-block;
    margin-top: 28px;
}

.headset-pages h2 {
    margin: 5px 0 20px;
    font-size: 18px;
    color: #9d9d9d;
}

.headset-pages a {
    display: inline;
}

.headset-pages li {
    color: #ff4ed8;
}

.headset-pages li p {
    color: #eee;
    margin-top: 3px;
    margin-bottom: 3px;
}

.headset-pages li p a {
    color: #ff4ed8;
}

.linkFeedStyle {
    display: inline-block;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #4f1843;
    border-radius: 4px;
    width: 280px;
    text-align: center;
    border: none;
    color: white;
    margin: 10px 0px;
}

div.ps4CTAHolder {
    font-size: 13px;
    border: none;
    background-color: #4f1843;
    padding-top: 5px;
}

div.ps4CTAHolder .button-ctaButton {
    background-color: #ff4ed8;
    display: inline-block;
    font-size: 15px;
    padding: 15px 30px;
    border-radius: 4px;
    color: white;
}

.headset-pages p {
    margin-top: 3px;
    margin-bottom: 3px;
}

.headset-header {
    height: 420px;
    font-size: 18px;
    border-bottom: 1px solid #3f3f3f;
    margin-bottom: 50px;
}

.headset-header h1 {
    font-size: 42px;
    margin-top: 125px;
    line-height: 1.2;
}

.headset-header-text {
    width: 50%;
    display: inline-block;
    font-weight: 400;
}

.headset-header img {
    margin-top: 45px;
    width: 45%;
    vertical-align: top;
    float: right;
}

.wideImg {
    width: 100%;
    border-radius: 5px;
}

.noTitleVideos h2 {
    display: none;
}

h2.noTitleHeader {
    margin-top: 50px;
}

.admin-toolbar-box.inactive .admin-toolbar-content {
    display: none;
}

.admin-toolbar-box.inactive {
    width: auto;
    height: auto;
}

.studios-page.list-justify ul {
    text-align-last: left;
}

.vrVideoWatch {
    width: 100%;
    height: 100%;
    background: #ccc;
}

#vrPlayerContainer {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.launchVRModeButton {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 6px 6px 6px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #fff !important;
    background: #ff4ed8 !important;
    margin: 6px;
}

.vrNotSupportPopup .centerContainer h2, .vrNotSupportPopup .centerContainer p {
    font-size: 3em;
}

#vrPlayerContainer .launchVRModeButton span {
    margin-top: 14px !important;
}

.playerIcon:hover {
    color: white;
}

.playerBtn {
    margin-top: -5px;
}

#enterVrBtn, #exitVrBtn {
    background-color: #ff4ed8;
}

.items {
    margin: auto -15px;
}

.items li {
    width: 215px;
    height: 100%;
    display: inline-block;
    text-align: left;
    text-align-last: left;
    line-height: normal;
    font-size: 14px;
    vertical-align: top;
    margin: 10px 13px 0;
}

.aa-dropdown-menu div {
    text-align: left;
    background-color: #3d002f;
}

.aa-dataset-1 {
    padding: 0;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #3d002f;
    margin-top: 27px;
}

.aa-dataset-1 div {
    padding: 10px 14px;
    border-bottom: 1px solid black;
    width: 634px;
    cursor: pointer
}

.aa-dataset-1 div:last-child {
    border-bottom: none !important;
}

.aa-cursor {
    background-color: #ff4ed8 !important;
    color: white !important;
}

.algolia-autocomplete {
    display: inline !important;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.previewSpinner {
    width: 40px;
    height: 40px;
    background-color: #C60ED9;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
          opacity: 0;
      }
}

.siteTopper {
    text-align: center;
    font-size: 14px;
    background: #DD08AE;
    color: white;
    padding: 20px;
}
.siteTopper a{
    color:#fff;
}

