/* Video Player */
.VideoPlayer {
    position: relative;
    width: 100%;
    height: auto;
}
.DelightXREmbedWrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.VideoPlayer:after{
    content: "";
    width: 100%;
    min-height: 1px;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
}
.VideoPlayerPreview{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    user-select: none;
}
.VideoPlayerPreviewLoaded{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    background: #dedede;
}
.VideoPlayerPreviewLoaded .VideoPlayerPreviewLoadedImage{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    user-select: none;
    pointer-events: none;
}
.VideoPlayerPreviewQualityLogo{
    position: absolute;
    top: 20px;
    left: 25px;
    display: flex;
    font-size: 21px;
}
.VideoPlayerPreviewQualityLogo div:first-child{
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border-top-left-radius: 6px;
    color: rgb(0, 0, 0);
    padding: 4px;
    font-weight: 600;
    font-size: 21px;
}
.VideoPlayerPreviewQualityLogo div:last-child{
    background: rgba(0, 0, 0, 0.6);
    border-bottom-right-radius: 6px;
    color: rgb(255, 255, 255);
    padding: 4px;
    font-weight: 600;
    font-size: 21px;
}
.btn_radiate.single-video-poster__play-btn{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.btn_radiate.single-video-poster__play-btn svg{
    color: var(--main-color);
}
.btn_radiate.single-video-poster__play-btn:before{
    content: "";
    border: 1px solid;
    width: 150%;
    height: 150%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    animation: 1s linear 0s infinite normal none running videomodule-anim;
    color: var(--main-color);
}
.btn_radiate.single-video-poster__play-btn svg{
    color: var(--main-color);
    width: 100%;
    height: 100%;
}
@keyframes videomodule-anim {
    0% {
        opacity: 1;
        transform: scale(0.68);
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


.VideoPlayer #dl8-content-container {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}
.VideoPlayer.videoFinished {
    #dl8-content-container > div > div > div > div[style*='margin-top']:last-of-type {
        display: none;
    }
    #dl8-content-container > div > div > div > div > i.dl8Icon:before {
        content: "\E90D";
    }
    /*#dl8-content-container > div > div > div > div > i.dl8Icon {*/
    /*    pointer-events: initial;*/
    /*}*/
}
.VideoPlayer #dl8-content-container > div > div > div > div > div > div > .dl8FadeInUp {
    display: none;
}
.VideoPlayer #dl8-content-container > div > div > canvas {
    filter: blur(0) !important;
}

/* Next Videos Player */
.DelightXREmbedWrap #dl8-content-container{
    font-family: inherit!important;
}
.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-inner {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
    pointer-events: all;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    --indentX: 80px;
    --indentY: 20px;
}
.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-link{
    text-decoration: none;
    line-height: 1;
    vertical-align: bottom;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:hover .vr-player__next-video-poster {
    filter: brightness(1);
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(1) {
    transform: translate(calc(-100% - var(--indentX)), calc(-100% - var(--indentY)));
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(2) {
    transform: translate(calc(var(--indentX)), calc(-100% - var(--indentY)));
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(3) {
    transform: translate(calc(-100% - var(--indentX)), calc(var(--indentY)));
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(4) {
    transform: translate(calc(var(--indentX)), calc(var(--indentY)));
}

@media (max-width: 1023px) {
    .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
        --indentX: 20px;
        --indentY: 0.651041666666667vw;
    }
}

@media (orientation: landscape) {
    @media (max-width: 844px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
            --indentX: 9.478672985781991vw;
            --indentY: 0px;
            width: 264px;
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(1) {
            transform: translate(calc(-100% - var(--indentX)), calc(-50% - var(--indentY)));
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(2) {
            transform: translate(calc(var(--indentX)), calc(-50% - var(--indentY)));
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(3),
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(4) {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
            width: 224px;
        }
    }
}

@media (orientation: portrait) {
    @media (max-width: 767px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
            --indentX: 2.607561929595828vw;
            --indentY: 0px;
            width: 264px;
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(1) {
            transform: translate(calc(-100% - var(--indentX)), calc(-50% - var(--indentY)));
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(2) {
            transform: translate(calc(var(--indentX)), calc(-50% - var(--indentY)));
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(3),
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(4) {
            display: none;
        }
    }

    @media (max-width: 564px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
            width: 220px;
        }
    }

    @media (max-width: 464px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(1) {
            transform: translate(calc(-50%), calc(-50%));
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(2) {
            display: none;
        }
    }

    @media (max-width: 375px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-poster-wrapper {
            padding-top: 50px;
        }
    }
}
.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-poster-wrapper {
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    cursor: pointer;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-poster-wrapper.no-thumb {
    padding-top: 50px;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-poster-wrapper .vr-player__next-video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    pointer-events: none;
    filter: brightness(0.75);
    transition: all 0.2s linear;
    border-radius: 6px;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-info {
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #000, transparent);
    padding: 14px;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
    pointer-events: none;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-info.no-thumb {
    background: linear-gradient(90deg, #3f0c61 0%, #82014c 100%);
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-info .vr-player__next-video-duration,
.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-info .vr-player__next-video-title {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-info .vr-player__next-video-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 6px;
    flex: 1;
}

.list-view-loading
{
	background:url(57aa6937/listview/loading.gif) no-repeat;
}

.list-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .sorter
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.list-view .sorter
{
	font-size: 0.9em;
}

.list-view .sorter ul
{
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.list-view .sorter li
{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}

.list-view .sorter a.asc
{
	background:url(57aa6937/listview/up.gif) right center no-repeat;
	padding-right: 10px;
}

.list-view .sorter a.desc
{
	background:url(57aa6937/listview/down.gif) right center no-repeat;
	padding-right: 10px;
}


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

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

.thumbnail-image {
    position: relative;
}

.thumbnail-image video {
    position: absolute;
    object-fit: fill;
    top: 0px;
    left: 0px;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    background: #080808;
    color: #eee;
    min-height: 100%;
    width: 100%;
    font-family: 'Verdana', sans-serif;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 3rem;
}

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

h1 {
    line-height: 1.25;
}

.h1toh2{
    font-size: 18px;
    color: #fff;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    line-height: 1.2;
}

textarea {
    resize: vertical;
}

a {
    display: block;
    color: #eee;
    text-decoration: none;
}

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

a:hover {
    color: #DD08AE;
}

.viewTitle{
    text-transform: capitalize;
}

.videoInfo {
    display: inline-block;
    font-size: 12px;
    margin-right: 9%;
    margin-top: 5px;
}

.viewVideoInformation {
    font-size: 0px;
}

h2 {
    font-size: 18px;
    color: #fff;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    line-height: 1.2;
}

.div-left {
    float: left;
}

.div-left > div {
    float: left;
}

.div-right {
    float: right;
    /*padding-right: 10px;*/
}

.header {
    width: 100%;
}
.header-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    margin: 11px 0 5px;
}

.header-logo a img {
    height: 50px;
}
.hamburger-menu-btn {
    margin-right:5px;
}
.container, .menuBtnContainer {
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 8px 0;
}

.top-categories-list {
    display: none;
    margin-bottom: 20px;
}

.top-categories-list ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 5px;
}

.top-categories-list ul li {
    text-align: center;
    font-weight: bold;
    border: 2px solid #DD08AE ;
    border-bottom: none;
}

.top-categories-list ul li:last-child {
    border-bottom: 2px solid #DD08AE  ;
}

.top-categories-list ul li :hover {
    color: #DD08AE;
}

.top-categories-list ul li a {
    color: #eee;
    text-decoration: none;
    display: block;
    padding: 15px 14px;
    font-weight: 500;
    font-size: 15px;
}

.top-categories-list .filter-drop-down {
    padding: 5px 15px;
}

.top-categories-list .filter-drop-down select {
    background-color: transparent;
    color: #eee;
    display: block;
    width: 100%;
    border: 0;
    font-size: 16px;
    border-bottom: 2px solid #eee;
    padding: 5px;
    outline: none;
}

.top-categories-list .filter-drop-down select option {
    color: #DD08AE;
}

.header-search {
    height: 100%;
    position: relative;
    margin-bottom: 10px;
}

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

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

.header-search-submit {
    font-size: 18px;
    color: #eee;
    background-color: #DD08AE;
    border: none;
    width: 15%;
    height: 45px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    position: absolute;
    right: 0px;
    top: 0px;
}

.page-content {
    height: 100%;
    margin-bottom: 220px;
}

#video {
    height: 200px;
}

#mobileInPagePlayerContainer {
    min-height: 400px;
    height: auto;
    position: relative;
    margin-top: 5px;
}

.viewDesc {
    line-height: 16px;
    overflow: hidden;
    padding: 10px 0 0px;
    height: 56px;
    font-size: 12px;
}

.viewSectionVideoDownloadOptionHolder , .viewSectionVideoDownloadOptionHolderAlt {
    text-align: center;
    margin: 8px 0;
}

#show-more {
    text-align: left;
    margin-top: 3px;
    margin-bottom: 0.3em;
    cursor: pointer;
    width: 100%;
    color: #DD08AE;
    font-size: 12px;
}

.videoDetails {
    margin-bottom: 25px;
}

.viewVideoDownloadToggle {
    width: 100%;
    background-color: rgba(255,255,255,0.15);
    text-align: center;
    margin: 10px 0;
    padding: 6px 0 12px;
    border-radius: 3px;
}
.viewVideoDownloadToggle a {
    padding: 5px 0 0 0;
    text-transform: uppercase;
    color: white;
    border: none;
}

.viewSectionVideoDownload {
    display: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #565656;
    margin-bottom: 5px;
    padding-top: 3px;
}
.viewSection2 {
    padding-top: 5px;
}

.viewVideoCategory {
}

.viewVideoProducer {
    padding: 7px 0 20px 0;
    font-size: 18px;
}

.viewVideoProducer a {
    color: #DD08AE;
}

.viewVideoCategory {
    font-size: 13px;
    color: #808080;
}

.viewVideoCategory a {
    color: #DD08AE;
}

.viewVideoCategory span {
    color: grey;
    float: left;
    padding-right: 1px;
}

body > div.page-content > div:nth-child(1) > div.viewSection1 > div > table {
    height: 20px;
    vertical-align: top;
    border: none;
}

body > div.page-content > div:nth-child(1) > div.viewSection1 > div > table td {
    vertical-align: top;
}

.circle {
    height: 35px;
    width: 35px;
    border-radius: 30px;
    background-color: #DD08AE;
    float: left;
    text-align: center;
    margin-right: 8px;
    margin-top: 2px;
}

a.ctaLink {
    display: inline;
}
.ctaLinkk {
    margin-top: 9px;
    font-weight: bold;
}

.viewVideoInformation {
    font-size: 13px;
    padding: 5px 0;
    line-height: 20px;
}

.viewVideoInformation span {
    color: grey;
}

.videoSection {
    margin: 10px auto 10px;
    padding: 0 0;
    width: 100%;
}

.enterVR, .videoViewCTAWrapper {
    width: 100%;
    background-color: #000;
    text-align: center;
    margin: 10px 0;
    border: 2px solid #DD08AE;
    border-radius: 4px;
}

.enterVR a, .videoViewCTAWrapper a {
    padding: .8em 0;
}

.enterVR a:hover {
    color: #000;
}

.belowVideoCTA {
    background-color: #dd25ae;
}

.singleStudioWrap .vrStudioSection {
    width: 100%;
    margin: 0;
}

.singleStudioWrap .vrStudioSection img {
    border: 1px solid #333333;
}

.videoViewCTAWrapper a:hover {
    color: #000;
}

.videoSection ul {
    margin: 0;
    padding: 0;
    list-style: none;

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

.studioBrowseCTA {
    margin-bottom: 17px;
    margin-top: -4px;
}

.videoSection.studio-page ul,
.videoSection.category-page ul {
    font-size: 14px;
}

.videoSection.view-page-studio ul {
    font-size: 14px;
}

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

}

.videoSection ul li {
    width: 45%;
    height: 100%;
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 14px;
    vertical-align: top;
    margin: 0 2.48%;

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

    /* Без него в Opera будет отступ под элементами */
    vertical-align: top;
}

.topCategories.list-justify ul li {
    width: 47%;
    margin: 0 1.5%;
}

.categoryImage {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
}

.categoryTitle a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.topCategories {
    margin: 0;
}

.categoriesWrapper {
    font-size: 0;
    margin: 0 .5% 20px;
}

.categoryTitle span {
    float: right;
    font-weight: normal;
    font-size: 13px;
    margin-top: 3px;
    color: #ff59d5;
}

.vrStudioSection {
    width: 46%;
    display: inline-block;
    margin: 2%;
}

.thumbnail-image img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
}

.thumbnail-image video {
    border-radius: 3px;
}

.thumbnail-image {
    positon: relative
}

.information-layer .head {
    display: none;
}

.title-info {
    /*padding: 18px 7px 50px;*/
    vertical-align: bottom;
    font-size: 0;
    font-weight: 700;
    position: relative;
    bottom: 27px;
    float: right;
    margin-right: 4px;
}

.title-info .play-time {
    font-size: 14px;
    color: #eee;
    background-color: rgba(0,0,0,0.3);
    width: 40px;
    padding: 3px 5px 3px 2px;
    margin: 0;
    display: inline;
    position: relative;
    left: 0px;
    border-radius: 0 3px 3px 0;
    font-weight: 400;
}

.searchIcon {
    width: 20px;
    top: 2px;
    position: relative;
    left: 1px;
}

.title-info .fov {
    font-size: 14px;
    color: #eee;
    background-color: rgba(0,0,0,0.3);
    width: 30px;
    padding: 3px 4px;
    margin: 0 0;
    display: inline;
    border-radius: 3px 0 0 3px;
    font-weight: 400;
}

.iconPlay {
    margin-right: 0px !important;
}

.iconVR {
    margin-right: 9px !important;
    margin-left: 5px;
}

#vrPlayerContainer a.launchVRModeButton span {
    margin-top: 10px !important;
    margin-right: 5px !important;
}

.inlineIcon {
    left: -1px;
}

#enterVrBtn, #exitVrBtn {
    padding: 6px 5px 4px 34px;
}

.title {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    position: relative;
    bottom: 18px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.vrStudioAllTopTitle a img {
    width: 100%;
    height: 100%;
    margin-bottom: 3px;
    border-radius: 2px;
}

.browse-studio {
    margin-bottom: 10px;
}

.viewAll.btn {
    text-align: center;
    border: 2px solid #DD08AE ;
    padding: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.viewAll.btn a {
    text-transform: uppercase;
}

.viewAll.btn i:before {
    color: #DD08AE;
}

.vrStudioTopRight {
    padding: 3px 5% 15px;
    display: block;
    background-color: #222327;
}

.empty {
    font-size: 14px !important;
    display: inline-block;
    width: 100%;
    text-align-last: center;
    padding: 25px 5%;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #474747;
}

.description {
    padding-top: 1em;
    padding-bottom: 1.5em;
    border-bottom: 2px solid #DD08AE  ;
}

.vrStudioTopRight p {
    margin-top: 3px;
    color: #595961;
    font-size: 14px;
}

.studio-img a img {
    width: 100%;
    height: 100%;
}

.studio-img a {
    background-color: #222327;
}

/*.title {*/
/*height: 36px;*/
/*text-overflow: ellipsis;*/
/*font-size: 13px;*/
/*font-weight: 700;*/
/*position: relative;*/
/*bottom: 5px;*/

/*}*/

/*.thumbnail-single .information-layer .title a {*/
/*color: #000;*/
/*}*/

/*.thumbnail-single .information-layer .title-info .play-time {*/
/*font-size: 14px;*/
/*color: #eee;*/
/*background-color: #000;*/
/*width: 40px;*/
/*padding: 2px 4px 4px;*/
/*margin: 0 0;*/
/*display: inline;*/
/*position: relative;*/
/*left: -4px;*/
/*}*/

/*.thumbnail-single .information-layer .title-info .fov {*/
/*font-size: 14px;*/
/*color: #eee;*/
/*background-color: #DD08AE*/
/*width: 30px;*/
/*padding: 2px 4px 4px;*/
/*margin: 0 0;*/
/*display: inline;*/
/*}*/
.noSelect{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.start-page {
    margin-bottom: 100px;
}

.info-pages h2, h3 {
    margin-top: 1em;
    margin-bottom: 0.67em;
}

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

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

.MsoNormal {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.footer {
    width: 100%;
    background-color: #232323;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem 5%;
    text-align: center;
}

.foot a {
    color: grey;
    padding-right: 10px;
    display: inline;
}

.footer span {
    color: #7c7c7c;
    font-size: 13px;
}

.footer-content {
    text-align: left;
}

.footer-content ul li {
    width: 48%;
    text-align: left;
    text-align-last: left;
    color: gray;

}

.footer-content ul li a {
    color: #eee;
    font-weight: normal;
    margin-top: 6px;
    FONT-SIZE: 12PX;
}

.footer-content ul li.social a i {
    padding-top: 15px;
    float: left;
    font-size: 64px;
    padding-right: 14px;
}

.footer-footer {
    padding: 5px 5px 0;
    padding-top: 15px;
}

.color-black {
    color: #eee;
}

.hide {
    display: none;
}

.hide + label ~ div {
    display: none;
    background-color: #232323;
    margin-top: -10px;
    border-radius: 0 0 5px 5px;
}

.hide + label {
    padding: 0;
    color: #DD08AE;
    cursor: pointer;
    background-color: #232323;
}

.demo label h2 {
    font-size: 15px;
    padding: 5px 0;
    color: white;
    margin-bottom: 0.37em;
    margin-top: 0.60em;
    width: 100%;
    font-weight: 400;
    padding: 5px 0 9px;
}

.viewPageInfoLeft .demo {
}

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

}

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

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

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

ol li p {
    font-weight: normal;
}

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

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

.demo {
    width: 100%;
    padding-top: 1px;
    margin-bottom: 25px;
}

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

.terms {
    margin: 0 0;
}

.terms b {
    color: #DD08AE;
}

.start-page .hide + label {
    background-color: #080808;
    border-bottom: 1px solid #787878;
    border-radius: 0;
}

.start-page .hide + label ~ div {
    background-color: #080808;
    border-bottom: 1px solid #787878;
    padding-left: 1px;
    padding-bottom: 17px;
    font-size: 13px;
    line-height: 1.5;
}

.need-headset {
    background-color: #242224;
    padding: 1px 10px 15px;
    margin-top: 20px;
}

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

.need-headset p {
    text-align: center;
}

.start-page .launchVRModeButton {
    background-color: #DD08AE ;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.tabs {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 30px;
}

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

.tutVideo {
    margin: 20px auto;
 }

.tabs label#first-child-label {
    border-right: hidden;
}

.admin-toolbar-box {
    margin-left: -5% !important;
}

.adminImgWrapper {
    width: 42px !important;
}

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

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

.tabs input:checked + label > div:after {
    content: '';
    position: relative;
    width: 0;
    height: 0;
    top: 26px;
    border: 7px solid transparent;
    margin-left: 0px;
    border-top-color: #DD08AE ;
}

/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
    display: block;
}

/* стили секций с содержанием */
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%;
    margin-top: 6px;
}

.headsetHolder .headsetHolderItem {
    margin-bottom: 12px;
    padding: 15px 10px;
    background-color: #FFFEFF;
    border-radius: 2px;
}

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

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

.headsetHolder .headsetHolderItemRight h5 {
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;
    line-height: 1.3;
}

.headset-pages {
    margin-bottom: 100px;
    color: #eee;
}

.headset-pages img {
    width: 100%;
    height: auto;
}

img.imgHeadset {
    width: 79%;
    margin: 0 10%;
    border-radius: 5px;
}

.headset-pages h1 {
    font-size: 21px;
    color: #fff;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.headset-pages h2 {
    color: white;
    font-weight: 400;
}

.headset-pages a {
    display: inline;
}

.headset-pages li {
    color: white;
    font-weight: 400;
    margin-top: 10px;
}

.instructionList li p {
    color: #eee;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 13px;
}

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

.videos {
    margin: auto -2%;
}

.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;
    width: 100%;
}

div.ps4CTAHolder {
    font-size: 13px;
    border: none;
    background-color: #4f1843;
    padding-top: 5px;
    width: 100%;
    margin: 15px 0 10px;
}

div.ps4CTAHolder h3 {
    font-size: 15px;
    width: 85%;
    margin: 10px auto;
}

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

.instructionList li a {
    color: #DD08AE;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.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;
    

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

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

    /* Включаем в работу последнюю строку*/
    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: 12px;
    font-weight: bold;
    /* Без него в Opera будет отступ под элементами */
    vertical-align: top;
}

.list-justify ul li a {
    text-align-last: left;
}

.first-child-img ul li:first-child {
    width: 488px;
    float: right;
    margin-left: 20px;
}

.list-view .pager {
    margin: 10px 0;
    text-align: center;
}

.videoSectionHeading.list-justify ul li {
    width: 47%;
    height: 100%;
}

.categoryTitle a {
    color: white;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 2px;
}

.bot-categories-list.list-justify ul li {
    width: 31%;
    height: 100%;
    margin: 0 1%;
}

.bot-categories-list.list-justify ul li:last-child {
    margin-left: 5px;
}

.bot-categories-list.list-justify ul {
    text-align-last: auto;
}

.bot-categories-list p.categoryTitle span {
    display: none;
}

.videoHolder .ctaLink {
    position: relative;
    top: -15px;
    font-size: 13px;
    color: gray;
    display: inline-block;
}

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

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 {
    border: 2px solid #DD08AE ;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 600;
    padding: 8px;
    display: block;
    color: #eee;
    border-radius: 3px;
}

ul.yiiPager li {
    margin: 5px 0px;
}

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: #eee;
}

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

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

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

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: #eee;
}

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

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

}

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

.paginationHolder {
    text-align: center;
}

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

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

.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;
}

.aa-dataset-1 div {
    padding: 10px 10px;
    border-bottom: 1px solid black;
    width: 100%;
    cursor: pointer;
    font-size: 16px !important;
}

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

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

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

#searchForm {
    position: relative;
    display: inline-block;
    width: 100%;
}

.aa-dropdown-menu {
    position: relative !important;
    float: left !important;
    display: inline-block !important; 
    width: 100%;
}

/* ==========================================================================
   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 screen and (max-width: 1200px) and (min-width: 426px) {

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

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        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;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

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

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

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

#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: #DD08AE !important;
    margin: 6px;
}

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

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

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

.previewLoading {
     height: 2px;
     width: 100%;
     overflow: hidden;
     background-color: transparent;
     position: absolute;
     top: 0;
     margin-left:2px;
}
.previewLoading:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 2px;
    background-color: #DD08AE;
    animation: previewLoading 1s linear infinite;
}

@keyframes previewLoading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

@media screen and (min-width:600px) {
    .videos .items li {
        width: 28.333%;
    }
    
    .topCategories.list-justify ul li {
        width: 30.3%;
    }
    
    .vrStudioSection {
        width: 29.333%;
    }
}

.mainError h2{
    font-size:14px;
    text-align:center !important;
    margin-top:10px;
}
.mainError p{
    text-align:center !important;
    font-size:12px;
}
.siteTopper {
    text-align: center;
    font-size: 14px;
    background: #DD08AE;
    color: white;
    padding: 10px;
}
.siteTopper a{
    color:#fff;
}

/*! jQuery UI - v1.12.1 - 2018-04-15
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}

/*! jQuery UI - v1.12.1 - 2018-04-15
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:16px}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("../themes/vrporngalaxy/assets/css/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("../themes/vrporngalaxy/assets/css/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("../themes/vrporngalaxy/assets/css/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("../themes/vrporngalaxy/assets/css/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("../themes/vrporngalaxy/assets/css/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("../themes/vrporngalaxy/assets/css/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("../themes/vrporngalaxy/assets/css/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}

/* Age gate*/
body.show-age-gate{
    overflow: hidden;
}
#age-gate-holder{}
.age-wrapper{
    background-image: url("/css/images/age-gate-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    padding: 20px 25px;
    box-sizing: border-box;

    @media (max-width: 1000px){
        padding: 20px 20px;
    }
}
.age-wrapper *{
    box-sizing: border-box;
}
.age-header{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}
.age-header-logo{
    position: relative;
    width: auto;
    max-width: 100%;
}
.age-header-logo a{
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
}
.age-header-logo svg{
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
    width: 120px;
    height: 32px;
    max-width: 100%;
}
.age-form-wrap{
    position: absolute;
    left: 50%;
    top: calc(50% + 20px);
    transform: translate(-50%, -50%);
    width: 714px;
    max-width: calc(100% - 20px - 20px);
    height: auto;
    max-height: calc(100svh - 80px);
    background: transparent;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
}
.age-form-inner{
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 56px 56px 30px 56px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    @media (max-width: 1000px){
        padding: 30px 20px 30px 20px;
    }
}
.age-form-header{
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    flex: 0 0 auto;
    flex-shrink: 0;
    @media (max-width: 1000px){
        margin-bottom: 20px;
    }
}
.age-form-bottom{
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    flex-shrink: 0;
}
.age-form-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin: 0;
}
.age-form-content{
    position: relative;
    width: 100%;
    overflow-y: auto;
    padding: 0 10px;
    height: auto;
    flex: 1;
    flex-grow: 1;
}
.age-form-content::-webkit-scrollbar {
    width: 2px;
}
.age-form-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}
.age-form-content::-webkit-scrollbar-thumb {
    background: #fff;
}
.age-form-content::-webkit-scrollbar-thumb:hover {
    background: #fff;
}
@-moz-document url-prefix() {
    .age-form-content{
        scrollbar-width: thin;
        scrollbar-color:  #fff rgba(255, 255, 255, 0.2);
    }
}
.age-content-text,
.age-content-text p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.age-form-content p{
    margin-bottom: 16px;
}
.age-form-content a{
    transition: all .1s ease;
    text-decoration: underline;
}
.age-form-content a:hover{
    color: #fff!important;
    transition: all .1s ease;
}
.color-light-white{
    color: #FFFFFF99!important;
}
.color-light-white a{
    color: #FFFFFF99!important;
}
.fw-500 {
    font-weight: 500!important;
}
.mt-16{
    margin-top: 16px!important;
}
.mb-0{
    margin-bottom: 0!important;
}
.age-form-ul{
    position: relative;
    width: 100%;
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    padding-right: 0;
}
.age-form-ul li{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    list-style-image: none;
    padding-left: 3px;
    padding-bottom: 0;
}
.age-gate-form{
    position: relative;
    width: 100%;
    margin-top: 30px;
    @media (max-width: 1000px){
        margin-top: 20px;
    }
}
.age-form-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
    @media (max-width: 1000px){
        margin-top: 20px;
    }
}
.age-form-buttons input[type=submit]{
    background: #272727;
    color: #fff;
    border-radius: 6px;
    border: 0 none;
    cursor: pointer;
    padding: 8px 24px 8px 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    width: auto;
    min-width: 130px;
    line-height: 24px;
    display: inline-block;
    margin-top: 0px;
    -webkit-appearance: button;
    transition: all .1s ease;
}
.age-form-buttons input[type=submit].highlight{
    background: #FF00AA;
}
.age-form-buttons input[type=submit]:hover{
    transition: all .1s ease;
    box-shadow: 0 0 10px -5px rgb(255 255 255 / 10%);
}
.age-form-buttons input[type=submit]:focus{
    outline: 1px solid #fff!important;
}


/* Info Pages */
.infoSectionContainer {
    width: 1557px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}
@media screen and (min-width: 2040px) {
    .infoSectionContainer {
        width: 1976px;
    }
}
@media screen and (min-width: 1780px) and (max-width: 2039px) {
    .infoSectionContainer {
        width: 1694px;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1779px) {
    .infoSectionContainer {
        width: 1411px;
    }
}
@media screen and (min-width: 1px) and (max-width: 1499px) {
    .infoSectionContainer, .wholeContainer {
        width: 1168px;
    }
}
@media screen and (min-width: 0px) and (max-width: 0px) {
    .infoSectionContainer {
        width: 330px;
        position: relative;
        margin-bottom: 20px;
    }
}
.infoSectionContainer p {
    padding: 0!important;
    margin: 0!important;
    margin-bottom: 15px!important;
    line-height: 1.5;
    font-size: 16px;
    color: inherit;
}

body.itIsMobile .infoSectionContainer p {
    padding: 0!important;
    margin: 0!important;
    margin-bottom: 15px!important;
    line-height: 1.5;
    font-size: 13px;
    color: inherit;
}

.infoLegalText {
    width: calc(1000px + 15px + 15px);
    max-width: 100%;
    padding: 0 15px;
    margin: auto;
    font-size: 16px;
    box-sizing: border-box;
}
.infoLegalTextInner{
    margin-top: 35px;
}

.infoLegalText b {
    font-weight: bold;
    color: antiquewhite;
}

.infoLegalText a {
    display: initial;
}

.infoLegalText table {
    padding: 5px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
body.itIsMobile .infoLegalText table{
    font-size: 13px;
    line-height: 1.5;
}

.infoLegalText th {
    border: 1px solid #2c2c2c;
    padding: 5px;
    text-align: center;
}
.infoLegalText td {
    border: 1px solid #2c2c2c;
    padding: 5px;
    text-align: center;
}
.infoLegalText h1, .infoLegalText h2, .infoLegalText h3, .infoLegalText h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.infoLegalText h1 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.infoLegalText h2 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.infoLegalText h3 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
.infoLegalText h4 {
    font-size: 21px;
    margin: 0;
}
.infoLegalText h5 {
    font-size: 16px;
    margin: 0;
}
.infoLegalText h6 {
    font-size: 16px;
    margin: 0;
}
body.itIsMobile .infoLegalText h5{
    font-size: 14px;
}
body.itIsMobile .infoLegalText h6{
    font-size: 14px;
}
    /* Info Pages - END */

.infoLegalText ul, .infoLegalText ol {
    margin: 0!important;
    margin-top: 15px!important;
    padding: 0!important;
    padding-left: 25px!important;
    font-weight: 400;
    position: relative;
}
body.itIsMobile .infoLegalText ul, body.itIsMobile .infoLegalText ol{
    margin: 0!important;
    margin-top: 15px!important;
    padding: 0!important;
    padding-left: 20px!important;
}


.infoLegalText li {
    font-size: 16px;
    line-height: 1.5;
    list-style-image: none;
    margin: 0!important;
    margin-bottom: 15px!important;
    padding: 0!important;
    padding-left: 40px!important;
}
body.itIsMobile .infoLegalText li {
    font-size: 13px;
    line-height: 1.5;
    margin: 0!important;
    margin-bottom: 15px!important;
    padding: 0!important;
    padding-left: 20px!important;
}
.infoLegalText ul > li {
    list-style: disc;
}
.infoLegalText ol > li {
    list-style: decimal;
}

.infoLegalText ol.list-style-none{
    list-style: none;
    padding-left: 0!important;
}
body.itIsMobile .infoLegalText ol.list-style-none{
    padding-left: 0!important;
}
.infoLegalText ol.list-style-none > li{
    list-style: none;
}

/* ol counter (a) (b) (c) */
.infoLegalText ol.letter-counter {
    list-style-type: none;
    counter-reset: letter-counter;
}
.infoLegalText ol.letter-counter > li{
    list-style-type: none;
}
.infoLegalText ol.letter-counter > li::before {
    position: absolute;
    line-height: 1.2;
    left: 0;
    counter-increment: letter-counter;
    content: "(" counter(letter-counter, lower-alpha) ")";
}

/* ol counter (a) (b) (c) */
.infoLegalText ol.roman-counter {
    list-style-type: none;
    counter-reset: roman-counter;
}
.infoLegalText ol.roman-counter > li{
    list-style-type: none;
}
.infoLegalText ol.roman-counter > li::before {
    position: absolute;
    line-height: 1.2;
    left: 0;
    counter-increment: roman-counter;
    content: "(" counter(roman-counter, lower-roman) ")";
}

/* ol counter #.# */
.infoLegalText ol[class^="counter-"] {
    list-style: none;
}
.infoLegalText ol[class^="counter-"] > li{
    list-style: none;
}
.infoLegalText ol[class^="counter-"] > li::before {
    line-height: 1.4;
}

.infoLegalText ol.counter-1 {
    counter-reset: counter1;
}
.infoLegalText ol.counter-1 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter1;
    content: "1." counters(counter1, ".") " ";
}

.infoLegalText ol.counter-2 {
    counter-reset: counter2;
}
.infoLegalText ol.counter-2 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter2;
    content: "2." counters(counter2, ".") " ";
}

.infoLegalText ol.counter-3 {
    counter-reset: counter3;
}
.infoLegalText ol.counter-3 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter3;
    content: "3." counters(counter3, ".") " ";
}

.infoLegalText ol.counter-4 {
    counter-reset: counter4;
}
.infoLegalText ol.counter-4 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter4;
    content: "4." counters(counter4, ".") " ";
}

.infoLegalText ol.counter-5 {
    counter-reset: counter5;
}
.infoLegalText ol.counter-5 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter5;
    content: "5." counters(counter5, ".") " ";
}

.infoLegalText ol.counter-6 {
    counter-reset: counter6;
}
.infoLegalText ol.counter-6 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter6;
    content: "6." counters(counter6, ".") " ";
}

.infoLegalText ol.counter-7 {
    counter-reset: counter7;
}
.infoLegalText ol.counter-7 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter7;
    content: "7." counters(counter7, ".") " ";
}

.infoLegalText ol.counter-8 {
    counter-reset: counter8;
}
.infoLegalText ol.counter-8 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter8;
    content: "8." counters(counter8, ".") " ";
}

.infoLegalText ol.counter-9 {
    counter-reset: counter9;
}
.infoLegalText ol.counter-9 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter9;
    content: "9." counters(counter9, ".") " ";
}

.infoLegalText ol.counter-10 {
    counter-reset: counter10;
}
.infoLegalText ol.counter-10 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter10;
    content: "10." counters(counter10, ".") " ";
}

.infoLegalText ol.counter-11 {
    counter-reset: counter11;
}
.infoLegalText ol.counter-11 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter11;
    content: "11." counters(counter11, ".") " ";
}

.infoLegalText ol.counter-12 {
    counter-reset: counter12;
}
.infoLegalText ol.counter-12 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter12;
    content: "12." counters(counter12, ".") " ";
}

.infoLegalText ol.counter-13 {
    counter-reset: counter13;
}
.infoLegalText ol.counter-13 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter13;
    content: "13." counters(counter13, ".") " ";
}

.infoLegalText ol.counter-14 {
    counter-reset: counter14;
}
.infoLegalText ol.counter-14 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter14;
    content: "14." counters(counter14, ".") " ";
}

.infoLegalText ol.counter-15 {
    counter-reset: counter15;
}
.infoLegalText ol.counter-15 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter15;
    content: "15." counters(counter15, ".") " ";
}

.infoLegalText ol.counter-16 {
    counter-reset: counter16;
}
.infoLegalText ol.counter-16 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter16;
    content: "16." counters(counter16, ".") " ";
}

.infoLegalText ol.counter-17 {
    counter-reset: counter17;
}
.infoLegalText ol.counter-17 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter17;
    content: "17." counters(counter17, ".") " ";
}
.infoLegalText ol.counter-18 {
    counter-reset: counter18;
}
.infoLegalText ol.counter-18 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter18;
    content: "18." counters(counter18, ".") " ";
}

.infoLegalText ol.counter-19 {
    counter-reset: counter19;
}
.infoLegalText ol.counter-19 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter19;
    content: "19." counters(counter19, ".") " ";
}

.infoLegalText ol.counter-20 {
    counter-reset: counter20;
}
.infoLegalText ol.counter-20 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter20;
    content: "20." counters(counter20, ".") " ";
}

.infoLegalText ol.counter-21 {
    counter-reset: counter21;
}
.infoLegalText ol.counter-21 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter21;
    content: "21." counters(counter21, ".") " ";
}

.infoLegalText ol.counter-22 {
    counter-reset: counter22;
}
.infoLegalText ol.counter-22 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter22;
    content: "22." counters(counter22, ".") " ";
}

.infoLegalText ol.counter-23 {
    counter-reset: counter23;
}
.infoLegalText ol.counter-23 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter23;
    content: "23." counters(counter23, ".") " ";
}

.infoLegalText ol.counter-24 {
    counter-reset: counter24;
}
.infoLegalText ol.counter-24 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter24;
    content: "24." counters(counter24, ".") " ";
}

.infoLegalText ol.counter-25 {
    counter-reset: counter25;
}
.infoLegalText ol.counter-25 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter25;
    content: "25." counters(counter25, ".") " ";
}

.infoLegalText ol.counter-26 {
    counter-reset: counter26;
}
.infoLegalText ol.counter-26 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter26;
    content: "26." counters(counter26, ".") " ";
}

.infoLegalText ol.counter-27 {
    counter-reset: counter27;
}
.infoLegalText ol.counter-27 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter27;
    content: "27." counters(counter27, ".") " ";
}

.infoLegalText ol.counter-28 {
    counter-reset: counter28;
}
.infoLegalText ol.counter-28 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter28;
    content: "28." counters(counter28, ".") " ";
}

.infoLegalText ol.counter-29 {
    counter-reset: counter29;
}
.infoLegalText ol.counter-29 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter29;
    content: "29." counters(counter29, ".") " ";
}

.infoLegalText ol.counter-30 {
    counter-reset: counter30;
}
.infoLegalText ol.counter-30 > li::before {
    position: absolute;
    left: 0;
    counter-increment: counter30;
    content: "30." counters(counter30, ".") " ";
}


