/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.9;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    padding: 40px 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.mfp-content {
    position: relative;
    margin: auto;
    text-align: left;
    width: 100%;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.no-touchevents .mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

#support_code{
    width: 50%;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    position: fixed;
    top: 15px;
    right: 35px;
    /*width: 44px;*/
    /*height: 44px;*/
    line-height: 2.75rem;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 1.125rem 0.625rem;
    color: #fff;
    font-style: normal;
    /*font-size: 1.75rem;*/
    font-size: 50px;
    font-family: Arial, Baskerville, monospace;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.no-touchevents .mfp-close:hover,
.no-touchevents .mfp-close:focus {
    opacity: 1;
}

/*.mfp-close:active {
    top: 1px;
}*/

.mfp-close-btn-in .mfp-close {
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.field_required {
    font-size: 12px;
    color: #eb0000;
    margin-top: 8px;
}

.field_required + #support_code{
    border: 1px solid #eb0000;
}

.field_required + #textarea{
    border: 1px solid #eb0000;
}

@media (min-width: 1025px) {
    .mfp-close-btn-in .mfp-close:hover {
        color: #9e79c5;
    }
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 0.75rem;
    line-height: 1.125rem;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.no-touchevents .mfp-arrow:hover,
.no-touchevents .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding: 0.625rem;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 700px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 90%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5rem 0 2.5rem;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 0.75rem;
    line-height: 0.875rem;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 1.125rem;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/*.mfp-zoom-out .mfp-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    z-index: -1;
}

.mfp-zoom-out .mfp-preloader::after,
.mfp-zoom-out .mfp-preloader::before {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    content: '';
}

.mfp-zoom-out .mfp-preloader::before {
    background: #37bf91;
    height: 16px;
    width: 16px;
    top: 9px;
    left: 9px;
    -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.mfp-zoom-out .mfp-preloader::after {
    width: 34px;
    height: 34px;
    background: 0 0;
    border: 2px solid;
    border-color: rgba(255, 255, 255, 0.7) transparent;
    -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}*/

/*====== Zoom-out effect ======*/
.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-out .mfp-with-anim,
.mfp-zoom-out .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
        transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim,
.mfp-zoom-out.mfp-ready .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform: scale(1);
        transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim,
.mfp-zoom-out.mfp-removing .mfp-iframe-scaler {
    -webkit-transform: scale(1.3);
        transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg,
.mfp-zoom-out.mfp-removing .mfp-close {
    opacity: 0;
}

@media (max-width: 479px) {
    .mfp-container{
        padding: 10px;
    }
    .mfp-close{
        right: 10px;
        right: 10px;
    }
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus{
	outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
	color: rgb(167, 167, 167);
}
input:-moz-placeholder,
textarea:-moz-placeholder
{
	opacity: 1;
	color: #000;
}
input::-moz-placeholder,
textarea::-moz-placeholder
{
	opacity: 1;
	color: #000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
	color: #000;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder
{
	color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder
{
	color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder
{
	color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder
{
	color: transparent;
}
input.placeholder,
textarea.placeholder
{
	color: #000 !important;
}
html{
	-webkit-text-size-adjust: 100%;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	min-width: 320px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@font-face {
  font-display: swap;
  font-family: 'icomoon';
  src:  url('https://d1.xxxpornde.com/fonts/icomoon.eot?23qm6n');
  src:  url('https://d1.xxxpornde.com/fonts/icomoon.eot?23qm6n#iefix') format('embedded-opentype'),
    url('https://d1.xxxpornde.com/fonts/icomoon.ttf?23qm6n') format('truetype'),
    url('https://d1.xxxpornde.com/fonts/icomoon.woff?23qm6n') format('woff'),
    url('https://d1.xxxpornde.com/fonts/icomoon.svg?23qm6n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-eye3:before {
  content: "\e90b";
}
.icon-arrow-down:before {
  content: "\e90c";
}
.icon-network:before {
  content: "\e90d";
}
.icon-people:before {
  content: "\e900";
}
.icon-video-camera:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e902";
}
.icon-search2:before {
  content: "\e903";
}
.icon-menu2:before {
  content: "\e904";
}
.icon-cross:before {
  content: "\e905";
}
.icon-chevron-left:before {
  content: "\e906";
}
.icon-info:before {
  content: "\e907";
}
.icon-like:before {
  content: "\e908";
}
.icon-chevron-right:before {
  content: "\e909";
}
.icon-6:before {
  content: "\e90a";
}
.icon-video-camera2:before {
  content: "\e914";
}
.icon-folder:before {
  content: "\e92f";
}
.icon-price-tag:before {
  content: "\e935";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-display:before {
  content: "\e956";
}
.icon-search:before {
  content: "\e986";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-eye2:before {
  content: "\e9cf";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-flag:before {
  content: "\f024";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-comment:before {
  content: "\f075";
}
.icon-comment2:before {
  content: "\f076";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-info2:before {
  content: "\ea0c";
}


.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wrapper {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    flex-direction: column;
	height: 100vh;
}
body{
	background: #141519;
	font: 13px/1 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
}
.container{
	max-width: 1548px;/*1548px*/
	padding: 0 10px;
	margin: 0 auto;
}
header, footer {
	-ms-flex-negative: 0;
	        flex-shrink: 0;
}
.fixed {
	position: fixed;
	z-index: 3;
	width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.top-wrap-header{
	position: relative;
	padding-top: 5px;
	-webkit-box-shadow: 0px 13px 31px -13px rgba(0,0,0,0.75);
	        box-shadow: 0px 13px 31px -13px rgba(0,0,0,0.75);
	background: #1a1d24;
	z-index: 3;
}
.fixed .top-wrap-header{
	position: relative;
	padding-top: 0;
	-webkit-box-shadow: 0px 13px 31px -13px rgba(0,0,0,0.75);
	        box-shadow: 0px 13px 31px -13px rgba(0,0,0,0.75);
	background: #1a1d24;
	z-index: 3;
}

.header {
	height: 68px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
header .registration-links{
	float: right;
}
header .wrap-nav-top{
	background: #262626;
}
header .registration-links li{
	float: left;
}
header .registration-links li a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #5609a7;
	z-index: 1;
	-webkit-transition: height .2s;
	transition: height .2s;
}
header .registration-links>li>a:hover,
header .registration-links>li.active>a {
	color: #fff;
}
header .registration-links li a:hover:before,
header .registration-links li.active a:before {
	height: 100%;
}
header .registration-links li a{
	display: block;
	position: relative;
	height: 52px;
	padding: 0 28px;
	line-height: 52px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(255,255,255,0.4);
	text-transform: capitalize;
	-webkit-transition: color .2s;
	transition: color .2s;
}
header .registration-links li a>* {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
}
header .registration-links li:not(.user) a {
	background: #313131;
}
/*.header-wrap{
	background: rgba(28,20,43,1);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,20,43,1)), color-stop(100%, rgba(37,19,35,1)));
	background: linear-gradient(to bottom, rgba(28,20,43,1) 0%, rgba(37,19,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c142b', endColorstr='#251323', GradientType=0 );
}*/


.header-holder .logo{
	float: left;
	margin: 35px 85px 24px -15px;
}

.fixed .logo {
	float: left;
	margin: 13px 65px 10px -15px;
	z-index: 9;
    position: relative;
}

.header-holder .logo img{
	display: block;
	width: 100%;
	height: auto;
}
.header-holder .menu{
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.fixed .menu{
	overflow: visible;
}
.header-holder .main-menu{
	float: right;
	font-size: 0;
	margin-left: 65px;
}
.header-holder .main-menu li>a{
	display: block;
	height: 112px;
	padding: 45px 0 40px;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #eee;
	-webkit-transition: background .3s,color .3s;
	transition: background .3s,color .3s;
}
.fixed .main-menu li>a{
	display: block;
	height: 72px;
	padding: 25px 0 10px;
	font: 700 14px/20px 'Montserrat', sans-serif;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
	color: #eee;
	-webkit-transition: background .3s,color .3s;
	transition: background .3s,color .3s;
}

.fixed .main-menu li>a:hover {
	color: #9e79c5;
}

.fixed .main-menu li .inner i {
	font-size: 6px;
	display: inline-block;
	margin: 0 10px 0 -5px;
	vertical-align: middle;
}

.fixed .main-menu li a .stick {
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
}

.fixed .main-menu li a .stick span {
    font-size: 8px;

    line-height: 13px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #9e79c5;
}

.fixed .main-menu ul {
	float: left;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.fixed .main-menu .icon {
	float: right;
	padding: 16px 0 0;
}
@media screen and (min-width: 1025px){
	.main-menu li:before,
	.main-menu li:after {
		display: table;
		content: "";
	}
	.main-menu li:after {
		clear: both;
	}
	.dropable {
	    position: absolute;
	    top: 100%;
	    right: 0;
	    left: 0;
	    visibility: hidden;
	    padding: 10px 0;
	    -webkit-transition: -webkit-transform .3s, opacity .3s, visibility .3s;
	    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	    transition: transform .3s, opacity .3s, visibility .3s;
	    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
	    -webkit-transform: translateY(110%);
	    transform: translateY(110%);
	    opacity: 0;
	    border-bottom-right-radius: 4px;
	    border-bottom-left-radius: 4px;
	    background: #1a1d24;
	    float: none;
	   	will-change: transform;
	   	-webkit-backface-visibility: hidden;
	   	        backface-visibility: hidden;
	}
	.main-menu .item:hover .dropable {
	    visibility: visible;
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	    opacity: 1;
	    width: 100%;
	    -webkit-backface-visibility: hidden;
	            backface-visibility: hidden;
	}
	
	.main-menu .item:hover .dropable.video {
		width: 129%;
		left: -16px;
	}

	.fixed .main-menu ul .item:hover .text, 
	.fixed .main-menu ul .item:hover .text + i {
		color: #9e79c5;
	}
	.fixed .dropable .drop-item {
	    font-size: 14px;
	
	    position: relative;
	    text-align: center;
	    display: block;
	}
	.fixed .dropable .drop-item:hover {
		background: #9e79c5;
	}
	.fixed .dropable .drop-item:hover a {
		color: #fff;
	}
	.fixed .dropable .drop-item a {
		font-size: 12px;
		height: auto;
		position: relative;
		z-index: 2;
		display: block;
		padding: 6px 0;
		-webkit-transition: color .2s, background .2s;
		transition: color .2s, background .2s;
		color: white;
	}
	.fixed .dropable .drop-item a span {
		font-weight: 700;
	}
	.nav_items .inner {
	    font-size: 0;
	    position: relative;
	    display: block;
	    padding: 0 12px;
	    -webkit-transition: color .3s;
	    transition: color .3s;
	    color: #fff;
	}
	.main-menu li.active>a .text:before {
		bottom: -41px;
		background: #9e79c5;
	}

	.fixed .main-menu li.active>a .text:before {
		bottom: -26px;
		background: rgba(0, 0, 0, 0);
	}

	.main-menu li>a .text:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 5px;
		left: 0;
		bottom: -5px;
		-webkit-transition: background .2s,bottom .2s;
		transition: background .2s,bottom .2s;
	}
	.fixed .main-menu li>a .text:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 5px;
		left: 0;
		bottom: -5px;
		-webkit-transition: background .2s,bottom .2s;
		transition: background .2s,bottom .2s;
	}
	.main-menu li:not(.active)>a:hover .text:before,
	.main-menu li.open:not(.active)>a .text:before {
		bottom: -41px;
		background: #c7c7c7;
	}

	.fixed .main-menu li:not(.active)>a:hover .text:before,
	.fixed .main-menu li.open:not(.active)>a .text:before {
		bottom: -26px;
		background: rgba(0, 0, 0, 0);
	}
}
.main-menu li{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.main-menu .item {
	position: relative;
}
.main-menu li.mobile-link{
	display: none;
}
.main-menu li>a .text{
	padding: 0 25px;
	position: relative;
	display: inline-block;
	z-index: 2;
}
.fixed .main-menu li>a .text{
	padding: 0 10px;
	position: relative;
	display: inline-block;
	z-index: 2;
	vertical-align: middle;
	font-weight: 700;
}
.fixed .main-menu .active>a .text,
.fixed .main-menu .active>a i {
	color: #9e79c5;
}
.menu .search-form{
	position: relative;
	overflow: hidden;
	margin: 30px 0;
}
.fixed .menu .search-form{
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 0 0;
}
.search-form .search-text {
	width: 100%;
	height: 52px;
	border: none;
	padding: 5px 47px 5px 12px;
	background: #31343b;
	font-size: 15px;
	color: rgb(167, 167, 167);
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.fixed .search-form .search-text {
	width: 100%;
	height: 52px;
	border: 1px solid #48494e;
	border-radius: 3px;
	padding: 5px 47px 5px 12px;
	background: #31343b;
	font-size: 15px;
	color: rgb(167, 167, 167);
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.search-form .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	height: 52px;
	width: 52px;
	cursor: pointer;
	padding: 0;
	border: none;
	background: none;
}
.fixed .search-form .search-btn {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 1;
	height: 52px;
	width: 52px;
	cursor: pointer;
	padding: 0;
	border: 1px solid #48494e;
	background: #000;
	border-radius: 0 3px 3px 0;
}
.search-form .search-btn i{
	font-size: 24px;
	color: #9e79c5;
	display: inline-block;
	transition: -webkit-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.fixed .search-form .search-btn i{
	font-size: 24px;
	color: #fff;
	display: inline-block;
	transition: -webkit-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.search-form .search-btn:hover i{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.top-spot{
	text-align: center;
	padding: 10px 0 0;
	display: none;
}
.top-spot .adv{
	display: inline-block;
	vertical-align: middle;
}
.top-spot .adv img{
	display: block;
	width: 100%;
	height: auto;
}
.main{
	-ms-flex: 1 0 auto;
	    -webkit-box-flex: 1;
	    flex: 1 0 auto;
	background: #141519;
}
.main-holder{
	padding-bottom: 15px;
}
.headline{
	margin: 10px 0 10px 0;
/*	text-align: justify;
	text-justify: newspaper;
	font-size: 0;*/
	position: relative;
	font-family: 'Roboto', sans-serif;
}

@media (min-width: 1024px) {
	.headline{
		margin: 20px 0 15px;
	}
}

@media (max-width: 1024px) {
	.headline {
		margin: 0.9375rem 0;
	}
}



/*.headline:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 100%;
}*/
.headline .title{
	float: left;
	font-size: 16px;
	color: #eee;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 24px;
	width: 60%;
}

.headline .title span{
	font-size: 18px;
}
.headline i{
	margin-right: 10px;
}
.headline i,
.headline span{
	display: inline-block;
	vertical-align: bottom;
}
.headline span{
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
    padding-bottom: 0;
}
.headline .sort{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.headline .sorting {
	float: right;
	font-size: 14px;
	cursor: pointer;
	background: #0e0e11;
	padding: 0 10px;
	color: #eee;
	-webkit-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
	position: relative;
	border-radius: 3px;
	min-width: 150px;
}
.headline .sorting span {
	width: auto;
	line-height: 23px;
}
.headline .sorting .drop {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #0e0e11;
	border-radius: 0 0 3px 3px;
	z-index: 2;
	overflow: hidden;
}
@media screen and (min-width: 1025px){
	.headline .sorting:hover .drop {
		display: block;
	}
}
.headline .sorting a {
	display: block;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	line-height: 22px;
}
.headline .sorting i{
	display: block;
	line-height: 21px;
	font-size: 12px;
	float: right;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin: 0 0 0 5px;
}
@media screen and (min-width: 1025px){
	.headline .sorting a:hover,
	.headline .sorting:hover {
		background: #9e79c5;
		color: #eee;
	}
	.headline .sorting:hover{
		border-radius: 3px 3px 0 0;
	}
}
.thumbs-holder,
.categories,
.cs-holder{
	text-align: left;
	font-size: 0;
	margin: -7px 0 0 -7px;
}
.adv-right{
	float: right;
	width: 300px;
	margin: 7px 0 0 7px;
}
.adv-right .spot{
	margin-bottom: 24px;
	position: relative;
}
.adv-right .spot:last-child{
	margin-bottom: 0;
}
.adv-right .spot:before{
	content: "ad";
	position: absolute;
	left: 0;
	top:0;
	font-size: 13px;
	color: #fff;
	background: #929292;
	padding:5px 10px;
}
.adv-right img,
.cs-thumb img{
	width: 100%;
	height: auto;
	display: block;
}
.thumbs-holder .thumb-wrap,
.categories .cat-wrap,
.cs-holder .cs-wrap{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 7px 0 0 7px;
	font-size: 12px; 
}

.thumbs-holder .thumb-wrap.new {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 7px 0 0 7px;
	font-size: 12px;
}

.cs-holder .cs-thumb,
.categories .cat,
.thumbs-holder .thumb{
	display: block;
	position: relative;
	-webkit-transition: -webkit-box-shadow .2s linear;
	transition: -webkit-box-shadow .2s linear;
	transition: box-shadow .2s linear;
	transition: box-shadow .2s linear, -webkit-box-shadow .2s linear;
	overflow: hidden;
	/*border-radius: 3px;*/
}
.thumb:hover .img-holder .rating{
	right: 0;
}
/* .cs-holder .cs-thumb:hover,
.categories .cat:hover,
.thumbs-holder .thumb:hover{
	-webkit-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
	        box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
} */
.thumbs-holder .thumb:hover .title{
	background: #0e0e11;
}
.thumbs-holder .thumb:hover .title span{
	color: #9e79c5;
}
.cs-thumb img,
.cat img,
.thumb img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%; /*change auto*/
}
.cat-wrap{
	position: relative;
}
.cs-wrap .img-holder,
.cat .img-holder{
	padding-bottom: 56%;
	display: block;
	position: relative;
}
.thumb .img-holder{
	padding-bottom: 56%;
	display: block;
	position: relative;
}

.thumb .img-holder .info-holder {
	position: absolute;
    top: 5px;
    background: rgba(26, 29, 36, 0.7);
    color: #fff;
    padding: 0 5px;
	left: 5px;
	line-height: 18px;
	font-size: 12px;

}

.thumb .img-holder .info-holder.rating-img {
	left: auto;
	right: 5px;
}

.thumb .img-holder i{
	font-size: 12px;
	margin-right: 5px;
}
.thumb .img-holder .rating{
	position: absolute;
	right: -60px;
	top: 10px;
	background: rgba(158, 121, 197, 0.8);
	color: #fff;
	padding: 5px 10px;
	-webkit-transition: right .2s linear;
	transition: right .2s linear;
}
.thumb .img-holder .time{
	position: absolute;
	top: 10px;
	left: 0;
	background: rgba(0, 0, 0, .55);
	color:#eee;
	padding: 5px 10px;
	-webkit-transition: top .2s linear;
	transition: top .2s linear;
}

.thumb-wrap.new .thumb-rating-holder {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #12121a;
    font-size: 11px;
    font-weight: 500;
}

.thumb-wrap.new .thumb-rating {
    width: 47px;
    height: 47px;
}

.thumb-wrap.new .thumb-rating > svg {
    width: 100%;
    display: block;
}

.thumb-wrap.new .thumb-rating-holder .progressbar-text {
    color: #12121a!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    opacity: 0.9;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
}

.thumb .title {
	padding: 5px 10px;
	background: #0e0e11;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}
.thumb .title span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 16px;
	color: #ffffff;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	font-size: 12px;

}
.thumb .title .statistic{
	overflow: hidden;
	margin: 5px 0 0 0;
	color: rgb(167, 167, 167);
	font-size: 12px;
	line-height: 16px;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;

}
.thumb .title .views{
	float: left;
}
.thumb .title .time {
	float: left;
	margin: 0 0 0 5px;
}

.thumb .title .date{
	float: right;
}
.thumb .title .statistic i{
	margin: 0 5px 0 0;
}
.pagination{
	text-align: center;
	padding: 15px 0 0;
	font-size: 0;
}
.pagination li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: #0e0e11;
	/*border-radius: 3px;*/
	overflow: hidden;
	-webkit-transition: background .3s;
	transition: background .3s;
	position: relative;
	z-index: 1;
}
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a{
	line-height: 40px;
	display: block;
	min-width: 48px;
	color: #eee;
	text-transform: uppercase;
	font-size: 12px;

	z-index: 3;
	position: relative;
}
.pagination .active a{
	background: #7229cd;
}
.pagination li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    content: '';
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.5,1);
    transform: scale(.5,1);
    background: #9e79c5;
    z-index: 2;
}
.pagination li:not(.active):hover::before {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.pagination .active span{
	line-height: 40px;
	display: table-cell;
	vertical-align: middle;
	min-width: 48px;
	background: #9e79c5;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;

}
.cs-thumb:hover .title,
.cat:hover .title{
	/*background: #7229cd;*/
	color: #9e79c5;
}
.cs-thumb .title,
.cat .title{
	padding: 5px 10px;
    background: #0e0e11;
    -webkit-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 16px;
    color: #ffffff;

}
/*.cs-thumb .title{
	background: rgba(22, 24, 26, .7);
	padding: 0 65px 0 10px;
	color: #fff;
	text-align: left;
	webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
	position: relative;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}*/
.cs-thumb .videos,
.cat .videos{
	float: right;
}
/*.cs-thumb .videos{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	width: 62px;
	text-align: center;
	font-size: 11px;
	color: #eee;
	webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}*/
.cat .videos i,
.cs-thumb .videos i{
	margin-right: 5px;
}
.cs-thumb:hover .title,
.cat:hover .title{
	bottom: -30px;
}
/*.cs-thumb:hover  .title{
	background:#9e79c5;
	color: #fff;
}
.cs-thumb:hover .videos{
	background: #94005b;
	color: #fff;
}*/
.more-btn-wrap{
	text-align: center;
	padding: 15px 0 0;
	cursor: pointer;
}
.more-btn{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #1a1d24;
	/*border-radius: 3px;*/
	line-height: 43px;
	font-size: 12px;
	color: #eee;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	webkit-transition: background .3s;
	-webkit-transition: background .3s;
	transition: background .3s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.more-btn strong{
	z-index: 3;
	position: relative;
}
.more-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    content: '';
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.5,1);
    transform: scale(.5,1);
    background: #9e79c5;
    z-index: 2;
}
.more-btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.top-searches{
	font-size: 0;
	text-align: justify;
}
.top-searches li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
.top-searches li:after{
	content: ",";
	font-size: 14px;
	color:#888a93;
}
.top-searches li:last-child:after{
	content: ".";
	font-size: 14px;
	color:#888a93;
}
.top-searches a{
	font-size: 14px;
	color:#888a93;
	line-height: 30px;
	webkit-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.top-searches a:hover{
	color: #fff;
	text-decoration: underline;
}
.top-list ul{
	width: 20%;
	float: left;
	padding: 0 2px 2px 0;
}
/*.top-list ul:last-child{
	padding-right: 0;
}*/
.top-list li{
	display: block;
	margin-bottom: 2px;
}
.top-list li:last-child{
	margin-bottom: 0;
}
.top-list li a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #0e0e11;
	/*border: 1px solid rgba(44, 30, 51, 0.23);*/
	overflow: hidden;
	font-size: 14px;

	webkit-transition: color .3s, background .3s, border .3s;
	-webkit-transition: color .3s, background .3s, border .3s;
	transition: color .3s, background .3s, border .3s;
	line-height: 44px;
	padding-right: 5px;
	color: #8e8996;
}
.top-list a span{
	width: 50px;
	display: block;
	float: left;
	text-align: center;
	color: #494c4e;
	margin-right: 5px;
	webkit-transition: color .3s, background .3s;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}
.top-list a:hover{
	color: #eee;
	background: #9e79c5;
	/*border: 1px solid rgb(17, 5, 37);*/
}
.top-list a:hover span{
	color: #fff;
	background: #1a1d24;
}
.main-holder .about{
	font-size: 12px;
	color: rgb(167, 167, 167);
	line-height: 20px;
	text-align: justify;
	padding: 0 0 0 0;

}
.main-holder .about .popup {
	color: #fff;
}
.main-holder .about .popup:hover {
	text-decoration: underline;
}
.about .row{
	margin-bottom: 10px;
}
.about .row:last-child{
	margin-bottom: 0;
}
.exo-bottom{
	font-size: 0;
	text-align: center;
    padding-top: 15px;
	padding-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.exo-bottom .spot{
	display: inline-block;
	vertical-align: middle;
	margin: 2px;
}
.spot img{
	display: block;
	height: auto;
	width: 100%;
}
footer{
	background: #1a1d24;
	-webkit-box-shadow: 0px -8px 34px -8px rgba(0,0,0,0.75);
	        box-shadow: 0px -8px 34px -8px rgba(0,0,0,0.75);
	z-index: 3;
}
.footer-holder{
	padding: 20px 0;
}
.bottom-holder .logo{
	float: left;
	margin: 0 15px 0 -7px;
}
.bottom-wrap{
	overflow: hidden;
}
.bottom-holder .bottom-nav{
	text-align: right;
	font-size: 0;
	padding: 5px 0 0 0;
}
.bottom-nav li{
	display: inline-block;
	vertical-align: middle;
}
.bottom-nav li{
	margin-right: 5px;
}
.bottom-nav li:after{
	content: "|";
	font-size: 13px;
	color: rgb(167, 167, 167);
	margin: 0 0 0 5px;
}
.bottom-nav li:last-child{
	margin: 0;
}
.bottom-nav li:last-child:after{
	display: none;
}
.bottom-nav li a{
	font-size: 12px;
	color: rgb(167, 167, 167);

}
.bottom-nav li a:hover{
	color: #e4e4e4;
	text-decoration:underline;
}
.bottom-wrap .text{
	font-size: 10px;
	color: rgb(136, 135, 135);
	display: block;
	line-height: 14px;
	margin-top: 15px;
	text-align: right;

}
.m-menu{
	position: absolute;
	right: 1;
	top:20px;
	font-size: 27px;
	color: #dddddd;
	display: none;
}
.m-search{
	position: absolute;
	right: 12px;
	top: 29px;
	font-size: 23px;
	color: #dddddd;
	display: none; 
}
.fixed .m-search{
	position: absolute;
	right: 12px;
	top: 21px;
	font-size: 23px;
	color: #dddddd; 
}
.m-sort{
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 20px;
	color: #eee;
	display: none;
}
.m-sort i{
	margin-right: 0;
}
.active{
	color: #9e79c5;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
	max-width: 500px!important;
	width: 100%!important;
}
.mfp-content h1{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}
.mfp-content p{
	margin-bottom: 15px;
}
.mfp-content input,
.mfp-content textarea{
	display: block;
	width: 100%;
	height: 25px;
	border: none;
	background: #e4e4e4;
	font-size: 12px;
	/* color: #797884; */
	color: #000;
	padding: 5px 10px;
	font-family: 'Montserrat', sans-serif;
}
.mfp-content textarea{
	height: 80px;
	font-family: 'Montserrat', sans-serif;
}
.mfp-content li{
	margin-bottom: 10px;
}
.mfp-content label{
	margin-bottom: 5px;
	display: block;
}
.btn-wrap{
	text-align: right;
}
.btn-wrap button{
	border: 0;
	background: none;
}
.btn-wrap .send{
	background: #9e79c5;
	color: #fff;
	padding: 10px 30px;
	cursor: pointer;
	margin-top: 80px;
	overflow: hidden;
	-webkit-transition: background .3s;
	transition: background .3s;
}
.btn-wrap .send:hover {
	opacity: 0.8;
}
.btn-wrap .captcha-control{
	/* float: left; */
}
.btn-wrap .captcha-control img{
	margin: 0 0 5px 0;
}
.headline .sort .sort-item.hidden{
	display: none;
}
.mfp-close-btn-in .mfp-close{
	color: #fff!important;
}

@media screen and (max-width: 640px){
	.mfp-close-btn-in .mfp-close {
		position: absolute;
		right: 0;
		bottom: 100%;
		top: auto;
	}
}

.video-holder .headline .title{
	display: block;
	text-align: left;
}
.video-holder .headline span{
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 99%;
}
.video-holder{
	overflow:hidden;
}
.video-holder.columns{
	display: table;
	width: 100%;
	margin-top: 4px;
}
.video-holder .column{
	display: table-cell;
	vertical-align: top;
}
.video-holder .second{
	width: 1%;
	white-space: nowrap;
}
.video-holder .first{
	width: 16.8%;
}
.video-holder .thumb-wrap{
	display: block;
	width: 100%;
}
.video-holder .related-player{
	padding: 0 7px 0 0;
}
.video-holder .related-player .thumb .title span{
	white-space: inherit;
	height: 17px;
	position: relative;
}
.video-holder .video{
	overflow: hidden;
}
.video img{
	display: block;
	width: 100%;
	height: auto;
}
.video-holder .adv{
	width: 307px;
	padding: 0 0 0 7px;
}
.player-holder{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.player-holder .player-adv-holder{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 615px;
	height: 290px;
	font-size: 0;
	padding: 5px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #141519;
	z-index: 1000;
}
.player-holder .player-adv .spot{
	display: inline-block;
	vertical-align: middle;
}
.player-holder .player-adv .spot:first-child{
	margin-right: 5px;
}
.player-holder .player-adv .btn{
	height: 25px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	background: #0e0e11;
}
.player-holder .player-adv .btn:hover{
	background: #9e79c5;
}
.player-holder .cross{
	position: absolute;
	top: -20px;
	right: -20px;
}
.adv .adv-title{
	margin: 10px 0 7px;
	background: #94005b;
	display: block;
	padding: 10px;
	font-size: 13px;
	text-align: center;

}
.adv .spot{
	margin-bottom: 7px;
}
.adv .spot:last-child{
	margin-bottom: 0;
}
.headline .report{
	display: inline-block;
	vertical-align: middle;
	background: #1e1831;
	padding: 10px;
	min-width: 100px;
	color: #c5afd7;
	font-size: 13px;

	webkit-transition: background .3s, color .3s;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	text-align: center;
	margin-right: 0;
}
.headline .report:hover{
	background: #b46fff;
	color: #f2f2f2;
}
.video .toolbox-holder{
	background: #0e0e11;
	padding:7px;
}
.toolbox-holder .download{
	background: #9e79c5;
	padding: 16px;
	font-size: 20px;
	text-align: center;
	display: block;
	color: #fff;

	text-transform: uppercase;
	webkit-transition: background .3s, box-shadow .3s;
	-webkit-transition: background .3s, -webkit-box-shadow .3s;
	transition: background .3s, -webkit-box-shadow .3s;
	transition: background .3s, box-shadow .3s;
	transition: background .3s, box-shadow .3s, -webkit-box-shadow .3s;
}
.toolbox-holder .download span{
	font-weight: 700;
}
.toolbox-holder .download:hover{
	background:#0e0e11;
	-webkit-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
	        box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
}
.toolbox-holder .download-holder{
	margin-bottom: 15px;
}
/* .toolbox-holder .tools-holder{
	border: 1px solid #141519;
} */
.tools .rating-container,
.tools .video-tech,
.tools .tabs-menu{
	width: 33.333%;
	float: left;
	position: relative;
}
/*.toolbox-holder .tools{
	display: table;
	table-layout: fixed;
	width: 100%;
}*/
/*.tools .btn,
.tools .progress{
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	padding: 1px 2px 7px;
}*/
.tools .progress{
	padding: 0;
	width: 50%;
	float: left;
	text-align: center;
	height: 50px;
	padding: 5px 10px;
	/* border-right: 1px solid #141519; */
}
.tools div.btn span{
	display: block;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	line-height: 21px;
	margin-top: 5px;
}

.tools div.btn span + span {
	color: rgb(167, 167, 167);
	line-height: 15px;
}
.tools div.btn i{
	color: rgb(167, 167, 167);
	display: block;
	font-size: 17px;
}
.tools i{
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
}
.tools .like{
	color: #11ba56;
	webkit-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s;
	width: 25%;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	/* border-right: 1px solid #141519; */
}
@media (min-width: 1025px){
	.like.btn:hover .svg-icon {
		color: #269a5b !important;
	}
}
.tools .dislike i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tools .dislike{
	color: #e8006d;
	webkit-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s;
	width: 25%;
	float: right;
	height: 50px;
	line-height: 50px;
	text-align: center;
	/* border-right: 1px solid #141519; */
}
@media (min-width: 1025px){
.dislike.btn:hover .svg-icon {
    color: #ec1f1f !important;
}
}
.tools .rating-holder{
	background: #9e79c5;
	display: block;
	font-size: 0;
	height: 6px;
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius: 4px;
}
.tools .progress span{
    margin-bottom: 5px;

    display: block;
    color: #fff;
    font-size: 18px;
}
.tools .progress span:last-child{
	font-size: 11px;
	font-weight: 300;
	margin-top: 5px;
	display: block;
	margin-bottom: 0;
	color: rgb(167, 167, 167);
}
.tools .rating-holder .rating{
	position: absolute;
	top: 0;
	height: 6px;
	left: 0;
	width: 56%;
	background: #11ba56;
}
.video-tech .btn{
    float: left;
    margin-right: 15px;
}
.video-tech .btn i {
	color: #8a96a0;
}

.tabs-menu .tab{
	float: left;
	width: 25%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #141519;
}
.tabs-menu .tab:last-child{
	border-right: none;
}
.tools .tab{
	color: rgb(167, 167, 167);
	webkit-transition: color .3s, background .3s;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}
.tools .tab:hover,
.tools .active{
    color: #9e79c5;
	background: rgba(20, 21, 25, 0.55);
}
.toolbox-holder .desc,
.toolbox-holder .items-holder{
	line-height: 18px;
	padding-bottom: 5px;
}
.toolbox-holder .items-holder{
	border-bottom: none;
}
.toolbox-holder .desc{
	color: #eee;
}
.toolbox-holder .desc span{

	margin-right: 5px;
	color: #9e79c5;
}
.items-holder .row{
	margin-bottom: 10px;
	font-size: 0;
}
.items-holder .row:last-child{
	margin-bottom: 0;
}
.items-holder span{

	margin-right: 5px;
	color: #eee;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}
.items-holder a{
	display: inline-block;
	vertical-align: middle;
 /* border-radius: 4px; */
	border: 1px solid #9e79c5;
	padding: 5px 10px;
	color: #9e79c5;
	font-size: 12px;

	line-height: 12px;
	margin: 2px 5px 2px 0;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}
.items-holder a:last-child{
	margin-right: 0;
}
.items-holder a:hover{
	background: #9e79c5;
	color: #eee;
}
.share img{
	width: 175px;
}
.share .row{
	margin-bottom: 5px;
}
.share .row:last-chils{
	margin-bottom: 0;
}
.com-box{
	color: #eee;
}
.com-box .error{
	line-height: 23px;
}
.share .title,
.comment .title{
	display: block;
	margin-bottom: 12px;

	color: #eee;
}
.name-holder .name {
	background: #31343b;
	height: 45px;
	margin-bottom: 8px;
	display: block;
	width: 100%;
	padding: 7px;
	border: 0;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	width: 60%;
	color: rgb(167, 167, 167);
}
.share textarea,
.share input{
	width: 100%;
	resize: none;
	background: #31343b;
	border: none;
	padding: 7px;
	font-family: 'Montserrat', sans-serif;
	color: rgb(167, 167, 167);
}
.comment .more-btn{
	margin: 0 0 10px 0;
}
.comment .side-wrap{
	text-align: justify;
	text-justify: newspaper;
	font-size: 0;
}
.comment .side-wrap:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.comment .side {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.comment a.side {
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	background: #1e1831;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.comment a.side:hover,
.comment a.side.active {
	background: #b46fff;
	color: #f2f2f2;
}
/*.comment.open .com-box{
	display: block;
}*/
.comment-wrap .form-holder{
	overflow: hidden;
	font-size: 0;
	
}

@media (min-width: 479px){
.comment-wrap .form-holder {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}
.comment-wrap .form-holder .captcha-holder{
	float: left;
}
.comment-wrap .form-holder .title{
	font-size: 13px;
}
.comment-wrap .form-holder .captcha-holder input{
	background: #e4e4e4;
	height: 31px;
	max-width: 120px;
	display: inline-block;
	vertical-align: middle;
	padding: 7px;
	border: 0;
	float: left;
	border-radius: 0;
}
.comment-wrap .form-holder .captcha-holder img{
	max-width: 120px;
	margin: 0 5px 0 0;
	float: left;
}
.comment-wrap .form-holder .captcha-holder .control{
	float: left;
}
.comment textarea{
	width: 100%;
	border: none;
	resize: none;
	height: 100px;
	padding: 7px;
	font-family: 'Montserrat', sans-serif;
	background: #31343b;
	border-radius: 0;
	margin: 0 0 8px 0;
	font-weight: 300;
	color: rgb(167, 167, 167);
}
.comment button{
	display: inline-block;
	vertical-align: middle;
	border:none;
	background: none;
	padding: 0;
}
.comment .btn-holder{
	float: right;
}
.comment .btn{
	display: block;
	background: #1a1d24;
	padding: 0 30px;
	color: #fff;
	font-size: 12px;

	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	height: 50px;
	margin: 0 0 0 10px;
}
.comment .btn:hover{
	background: #9e79c5;
}
.comments .item{
	margin-bottom: 20px;
}
.comments .name{
	font-weight: 600;
	margin-right: 5px;
	color: #9e79c5;
}
.comments .time{
	font-size: 11px;
	float: right;
    color: #eee;
}
.comments .text{
	margin-top: 5px;
    color: #eee;
}
#share,
#comments,
#sponsors,
#report{
	display: none;
}
.tab-container .share,
.tab-container .comment-wrap,
.tab-container .info,
.tab-container .report{
	border-bottom: 1px dashed #333;
	padding: 5px;
	margin: 5px 0 0 0;
	color: #eee;
}
/*.related{
	padding: 40px 0 10px 0;
}*/
.related .headline .title .active{
	color: #cbb2dc;
}
.related .headline .title i{
	font-size: 20px;
}
.related-btn{
	margin-right: 10px;
	border-right: 2px solid #481433;
	padding-right: 10px;
}
.related-btn,
.sponsors-btn{
	display: inline-block;
	vertical-align: bottom;
	font-size: 20px;
	color: #755c86;
	font-weight: 300;
}
.panel-holder{
	background: #0e0e11;
	padding: 15px;
}
.panel-holder img{
	display: block;
	width: 100%;
	height: auto;
}
.panel-holder .logo{
	float: left;
	margin-right: 15px;
	width: 300px;
}
.panel-holder .rating{
	float: right;
	margin-left: 15px;
}
.rating .rating-cs{
	display: block;
	text-align: center;
	color: #fff;
	height: 118px;
	line-height: 118px;
	margin: 0 0 6px;
	font-size: 70px;

	width: 202px;
	background: #1a1d24;
}
.rating .btn{
	display: inline-block;
	vertical-align: middle;
	background: #9e79c5;
	line-height: 45px;
	font-size: 12px;
	color: #fff;

	width: 100%;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background .3s;
	transition: background .3s;
}
.rating .btn:hover{
	background: #1a1d24;
}
.panel-holder .desc{
	overflow: hidden;
}
.cs-list li{
	overflow: hidden;
	padding: 7px 0;
}
.cs-list li:first-child{
	padding-top: 0;
}
.cs-list .name{
	float: left;
	width: 130px;
	margin: 0 5px 0 0;

	color: #eee;
}
.cs-list .rate{
	padding: 3px 0 0;
	overflow: hidden;
}
.rate .span:last-child{
	margin-right: 0;
}
.rate span{
	float: left;
	width: 9%;
	height: 9px;
	background: #31343b;
	margin: 0 7px 0 0;
}
.rate .full{
	background: #9e79c5;
}
.desc .about{
	 margin-top: 5px;
}
.tags-holder .col{
	float: left;
	width: 20%;
	padding-right: 10px;
}
.tags-holder li a{
	position: relative;
	z-index: 1;
	display: block;
	-webkit-transition: color .4s;
	transition: color .4s;
	color: #8e8996;
	font-size: 14px;
	padding: 0 10px;

}
.tags-holder .col li a:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	content: '';
	-webkit-transition: width .5s;
	transition: width .5s;
	background: #9e79c5;
}
.tags-holder .col li a:hover:after{
	width: 100%;
}
.tags-holder .col li a:hover{
	color: #eee;
}
.tags-holder .col li a:hover strong{
	color: #eee;
}
.tags-holder li{
	line-height: 35px;
}
.tags-holder li strong{
	margin-left: 10px;

	color: #989898;
	-webkit-transition: color .4s;
	transition: color .4s;
}
.tags-holder li.title{
	display: block;
	margin: 5px 0;
	border-bottom: 2px solid #1a1d24;
	font-size: 20px;

	color: #9e79c5;
}
.report .radio-wrap{
	float: left;
	padding-right: 15px;
}
.radio-wrap span,
.reason span{
	display: block;
	margin-bottom: 5px;

	color: #eee;
}
.radio-wrap .row{
	margin-bottom: 10px;
}
.radio-wrap .row:last-child{
	margin-bottom: 0;
}
.radio-wrap input{
	margin:0;
	display: inline-block;
	vertical-align: middle;
	border: none;
	font-family: 'Montserrat', sans-serif;
}
.radio-wrap label{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	color: #eee;
}
.reason{
	overflow: hidden;
}
.reason textarea{
	width: 100%;
	border: none;
	resize: none;
	height: 100%;
	padding: 7px 115px 7px 7px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 0;
	margin: 0;
	background: #31343b;
	color: rgb(167, 167, 167);
}
.reason .form-holder{
	text-align: right;
	position: relative;
	height: 56%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.reason button{
	margin: 0;
	border: none;
}
.reason .btn{
	display: inline-block;
	vertical-align: middle;
	background: #1a1d24;
	color: #eee;
	font-size: 12px;

	/* position: absolute; */
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
    padding: 15px 30px;
    margin-left: 10px;
}
.reason .btn:hover{
	background: #9e79c5;
}
.m-spot{
	display: none;
}
.hidden{
	display: none;
}
.player-holder #kt_player, .player-holder #kt_player_internal {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 1861px){
	.exo-bottom .spot:nth-child(6){
		display: none;
	}
}
@media screen and (max-width: 1560px){
	.exo-bottom .spot:nth-child(5){
		display: none;
	}
}
@media screen and (max-width: 1475px){
	.rate span{
		width: 8%;
		margin-right: 5px;
	}
}
@media screen and (max-width: 1440px){
	.header-holder .logo{
		margin: 35px 55px 24px -15px;
	}
	.fixed .logo{
		margin: 13px 20px 10px -15px;
	}
	.header-holder .main-menu{
		margin-left: 20px;
	}
	.main-menu li>a .text{
		padding: 0 15px;
	}
}
@media screen and (max-width: 1300px){
	.video-holder .column.first{
		display: none;
	}
	.fixed .main-menu li>a {
		font-size: 13px;
	}

	.fixed .dropable .drop-item a {
		font-size: 11px;
	}
}
@media screen and (max-width: 1255px){
	.exo-bottom .spot:nth-child(4){
		display: none;
	}
	.fixed .main-menu li>a .text {
		padding: 0 5px;
	}
}
@media screen and (max-width: 1170px){
	.thumbs-holder .thumb-wrap.new {
		width: 25%;
	}
	.main-menu li>a .text{
		padding: 0 10px;
	}
	.header-holder .logo{
		margin: 35px 40px 24px -15px;
	}
	.fixed .logo{
		margin: 13px 2px 10px -15px;
	}
	.header-holder .main-menu{
		margin-left: 30px;
	}
	.fixed .header-holder .main-menu{
		margin-left: 5px;
	}
	.main-menu li>a .text{
		padding: 0 5px;
	}
	.top-list ul,
	.tags-holder .col{
		width: 33.333%;
	}
	.fixed .main-menu .icon {
		display: none;
	}
}
@media screen and (max-width: 1024px){
    .top-spot {
        display: block;
    }	
    .header-holder .menu{
		padding: 0;
		background: #1a1d24;
		position: absolute; 
		width: 100%;
		right: 0;

	}
	.top-wrap-header{
		min-height: 63px;
		z-index: 3
	}
	.m-search,
	.m-menu{
		display: block;
	}
	.header-holder{
		text-align: center;
		padding: 5px 0;
	}
	.header-holder .logo{
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		float: none;
		margin: 2px 0 0 -8px;
		padding: 10px 60px;
        width: 305px;
	}
	.fixed .logo{
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		float: none;
		margin: 2px 0 0 -8px;
		padding: 10px 60px;
        width: 305px;
	}
	.menu .search-form,
	.header-holder .menu .share,
	.header-holder .menu .main-menu{
		display: none;
	}
	.menu .search-form{
		margin: 5px 0 0 0;
		padding: 10px;
	}
	.fixed .menu .search-form{
		margin: 5px 0 0 0;
		padding: 10px;
	}
	.header-holder .menu .main-menu{
		float: none;
		width: auto;
		margin: 5px 0 0 0;
	}
	.header-holder .main-menu li>a{
		height: auto;
		padding: 5px 0;
	}
	.main-menu li{
		display: block;
	}
	.headline .sort{
		display: none;
		margin-top: 10px;
	}
	.headline .sort .sort-item{
		display: block;
		margin-right: 0;
		padding: 15px 0;
	}
	.headline .sort .sort-item-drop{
		display: none;
	}
	.headline .sort .sort-item.hidden{
		display: block;
	}
	/* .m-sort{
		display: inline-block;
		vertical-align: middle;
	} */
	.panel-holder .logo{
		width: 300px;
		float: none;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.thumbs-holder .thumb-wrap, .categories .cat-wrap, .cs-holder .cs-wrap{
		width: 33.333%;
	}

	.thumbs-holder .thumb-wrap.new {
	    width: 33.3333%;
	}
	.main-menu li.mobile-link{
		display: block;
	}
	header .wrap-nav-top{
		display: none;
	}
	/* .headline .sorting{
		display: none;
		margin-top: 7px;
		padding: 0;
		border: none;
		float: none;
	} */
	.headline .title{
		/* float: none; */
		width: calc(100% - 155px);
		line-height: 20px;
	}
	.video .headline .title{
		/* float: none; */
		width: calc(100% - 0px);
		line-height: 20px;
	}
	/* .headline .sorting .drop{
		display: block;
		position: inherit;
		margin:0;
	}
	.headline .sorting strong{
		padding: 0;
	}
	.headline .sorting i{
		display: none;
	}
	.headline .sorting{
		text-align: center;
	}
	.headline .sorting span{
		display: block;
		background: #9e79c5;
	} */

	.headline .sorting {
		padding: 0;
	}

	.headline .sorting div.select {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 7px 5px 7px 10px;
		/* text-align: left; */
		border: 1px solid #1a1d24;
		color: #eee;
	}
	.headline .sorting .drop a {
		display: block;
		padding: 7px 10px;
		text-align: left;
		color: #8f8f9d;
		-webkit-transition: background .3s;
		transition: background .3s;
	}

	.headline .sorting .drop a.select {
		display: none;
	}

	.headline .sorting.open div.select {
		background: #9e79c5;
	}

	.headline .sorting div.select i {
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.headline .sorting.open div.select i {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
		color: #fff;
	}

	.headline .sorting.open .drop {
		display: block;
	}
}
@media screen and (max-width: 950px){
	.adv-right{
		display: none;
	}
	.top-list ul:last-child{
		padding-right: 2px;
	}
	.top-list li:last-child{
		margin-bottom: 2px;
	}
/*	.video-holder .adv{
		display: none;
	}*/
	.video-holder.columns{
		display: block;
	}
	.video-holder .column.second{
		display: none;
	}
	.video-holder .column{
		display: block;
	}
	.exo-bottom .spot:nth-child(3){
		display: none;
	}

}
@media screen and (max-width: 767px){
	.thumbs-holder .thumb-wrap, .categories .cat-wrap, .cs-holder .cs-wrap{
		width: 50%;
	}
	.thumbs-holder .thumb-wrap.new {
	    width: 50%;
	}
	.bottom-holder{
		text-align: center;
	}
	.bottom-holder .logo{
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-right: 0;
	}
	.bottom-holder .bottom-nav{
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}
	.player-holder .player-adv .spot{
		display: none;
	}
	.player-holder .player-adv .spot:first-child{
		display: inline-block;
		margin-right: 0;
	}
	.player-holder .player-adv-holder{
		width: 310px;
		height: 290px;
        z-index: 1000;
	}
	.panel-holder .rating{
		float: none;
		margin-left: 0;
		padding-bottom: 15px;
	}
	.rating .rating-cs{
		width: 100%;
		height: 60px;
		line-height: 60px;
		font-size: 39px;
	}
	.tools .rating-container, .tools .video-tech, .tools .tabs-menu{
		float: none;
		margin: 0 5px 0 0;
		width: 100%;
	}
	.tools .progress,
	.tools .dislike,
	.tools .like{
		width: 33.333%;
	}
	.tabs-menu .tab{
		width: 25%;
	}
	.tools .rating-container,
	.tools .video-tech{
		border-bottom: 1px solid #141519;
	}
	.top-list ul,
	.tags-holder .col{
		width: 50%;
	}
	.container{
		padding: 0 5px;
	}
	.headline .report{
		display: block;
		margin-top: 10px;
		font-size: 12px;
		padding: 8px;
	}
	.tools div.btn span{
		font-size: 13px;
	}
	.headline{
		text-align: inherit;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.tools .dislike,
	.video-tech .btn:last-child{
		border-right: none;
	}
	.main-holder .about{
		font-size: 14px;
		line-height: 19px;
		padding: 0;
	}
	.bottom-wrap .text{
		text-align: center;
	}
}
@media screen and (max-width: 680px){
	.player-holder .player-adv .spot:first-child{
		display: none;
	}
	.player-adv-holder .m-spot{
		display: block;
	}
	.player-holder .player-adv-holder{
		height: 90px;
        z-index: 1000;
	}
	.report .radio-wrap{
		float: none;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 640px){
	.exo-bottom .spot:nth-child(2){
		display: none;
	}
}
@media screen and (max-width: 480px){
	
	.thumbs-holder .thumb-wrap.new {
	 /* width: 100%; */
	    padding:  5px 0 0 2px;
	}

	.thumbs-holder, .categories, .cs-holder{
		margin: -2px 0 0 -2px;
	}
	.thumbs-holder .thumb-wrap, .categories .cat-wrap, .cs-holder .cs-wrap{
		padding: 2px 0 0 2px;
	}
	.thumb .title{
		font-size: 11px;
		padding: 3px 5px;
	}
	.thumb .title .statistic{
		font-size: 9px;
		line-height: 10px;
	}
	.thumb .img-holder .time,
	.thumb .img-holder .rating{
		font-size: 11px;
	}
	.top-list li a{
		font-size: 12px;
		line-height: 40px;
	}
	.top-list a span{
		width: 30px;
		margin-right: 2px;
	}
	.pagination li{
		display: none;
	}
	.pagination li:first-child,
	.pagination li:last-child,
	.pagination .active{
		display: inline-block;
		vertical-align: middle;
	}
	.top-searches{
		text-align: left;
	}
	.footer-holder .adv .spot{
		display: none;
	}
	.footer-holder .adv .spot:first-child{
		display: inline-block;
		vertical-align: middle;
	}
	.toolbox-holder .download{
		font-size: 14px;
		padding: 10px;
	}
	.toolbox-holder .tools{
		display: block;
		text-align: center;
		overflow: hidden;
	}
	.related-btn,
	.sponsors-btn,
	.headline .title,
	.related .headline .title i{
		font-size: 17px;
	}
	.cs-list .name{
		float: none;
		margin-bottom: 3px;
		display: block;
	}
	.panel-holder .logo{
		width: 100%;
	}
	.tools .progress{
		height:50px;
	}
	.rating .rating-cs{
		height: 45px;
		line-height: 45px;
		font-size: 26px;
	}
	.tags-holder li a{
		padding: 0 5px;
		font-size: 12px;
	}
	.tags-holder .col{
		padding-right: 5px;
	}
	.cat .title{
		font-size: 11px;
		padding: 6px;
	}
	.comment-wrap .form-holder .captcha-holder{
		float: none;
		overflow: hidden;
	}
	.comment-wrap .form-holder .captcha-holder img{
		width: 50%;
		margin: 0;
		padding: 0 5px 0 0;
		height: 50px;
		max-width: 100%;
	}
	.comment-wrap .form-holder .captcha-holder .control{
		width: 50%;
	}
	.comment-wrap .form-holder .captcha-holder input{
		max-width: 100%;
		width: 100%;
	}
	.comment .btn-holder{
		float: none;
		margin: 5px 0 0 0;
	}
	.comment .btn{
		width: 100%;
	}

	.comment .btn {

		margin: 0;
	}
}

/* 
body {
    overflow-x: hidden;
} */
html, body, .wrapper {
    height: 100%;
    min-height: 100%;
}

.sendwich {
    -moz-appearance: none;
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: none;
    font-size: 0;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    -webkit-transition: background 0.2s ease 0s;
    transition: background 0.2s ease 0s;
    width: 50px;
}
.sendwich span {
    background: #dddddd none repeat scroll 0 0;
    display: block;
    height: 3px;
    left: 11px;
    margin-top: -2px;
    position: absolute;
    right: 8px;
    top: 49.5%;
    -webkit-backface-visibility: hidden;
	  	backface-visibility: hidden;
}
.sendwich span::before, 
.sendwich span::after {
    background-color: #dddddd;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
	  	backface-visibility: hidden;
}
.sendwich span::before {
    top: -10px;
}
.sendwich span::after {
    bottom: -10px;
}
.sendwich span, 
.sendwich span::before, 
.sendwich span::after {
    -webkit-transition: transform .2s;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    border-radius: 3px;
}

.sendwich.active span::before, .sendwich.active span::after {
    background: #f05 none repeat scroll 0 0;
}
.sendwich.active span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
}
.sendwich.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
	  	transform: rotate(45deg);
}
.sendwich.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
	  	transform: rotate(-45deg);
}
@media (min-width: 1025px) {
.sendwich:hover span, .sendwich:hover span::before, .sendwich:hover span::after {
    background: #f05 none repeat scroll 0 0;
}
}
.wrapper.expanded {
	overflow: hidden;
}
.nav ul li.nav-dropdown>ul {
    display: none;
}
.sendwich span::before {
    top: -8px;
}
.sendwich span::after {
    bottom: -8px;
}

.main {
    overflow-x: hidden;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
body.modal-open .main {
    overflow-x: hidden;
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
}
@media (max-width: 380px) {
/*.logo {
    padding: 10px 60px;
    width: 305px;
}*/
}
.navbar-collapse {
    position: relative;
}
@media (min-width: 1025px) {
.navbar-collapse {
    height: auto;
    display: none;
}
}
.nav {
    float: right;
    overflow: inherit;
    position: relative;
}
@media (min-width: 1025px) {
.nav {
    height: auto;
}
}
.nav li {
    float: left;
    text-align: left;
}
.nav li:not(.active) > a:hover::before, .nav li.open:not(.active) > a::before {
    background: #ebebeb none repeat scroll 0 0;
    left: 0;
}
@media (min-width: 1025px) {
.nav li {
    text-align: center;
}
}
.responsive-menu {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    padding: 75px 0 15px;
    position: relative;
    -webkit-transition: left 0.2s ease 0s, margin 0.2s ease 0s;
    transition: left 0.2s ease 0s, margin 0.2s ease 0s;
    z-index: 3;
}

.header .responsive-menu {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    padding: 68px 0 0;
    position: relative;
    -webkit-transition: left 0.2s ease 0s, margin 0.2s ease 0s;
    transition: left 0.2s ease 0s, margin 0.2s ease 0s;
    z-index: 3;
}
@media (min-width: 1025px) {
.responsive-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    bottom: auto;
    left: auto;
    margin-top: 0;
    min-width: auto;
    opacity: 1;
    overflow-y: inherit;
    padding: 0;
    position: static;
    top: auto;
    -webkit-transition: none 0s ease 0s ;
    transition: none 0s ease 0s ;
    visibility: visible;
    width: auto;
    z-index: 1;
}
}
.nav li > a {
    color: rgba(255, 255, 255, 0.4);
    display: block;
    font-size: 18px;
    font-weight: normal;
    height: 151px;
    line-height: 26px;
    padding: 82px 0 43px;
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.nav li > a span {
    display: inline-block;
    padding: 0 27px;
    position: relative;
    z-index: 2;
}
.nav li > a span::before {
    bottom: -5px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    -webkit-transition: background 0.2s ease 0s, bottom 0.2s ease 0s;
    transition: background 0.2s ease 0s, bottom 0.2s ease 0s;
    width: 100%;
}
.nav li:not(.active) > a:hover span::before {
    background: #ebebeb none repeat scroll 0 0;
    bottom: -43px;
}
.nav li.active > a span::before {
    background: #f05 none repeat scroll 0 0;
    bottom: -43px;
}
.nav ul li::before, .nav ul li::after {
    content: "";
    display: table;
}
.nav ul li::after {
    clear: both;
}
.nav ul li.nav-dropdown > ul {
    display: block;
}
.nav ul li.nav-dropdown > .caret {
    display: none;
}
.nav ul li.nav-dropdown ul li a span {
    padding: 0 10px;
}
.nav li > a .fa {
    display: none;
}
.menu-btn, .search-btn {
    display: block;
    height: 50px;
    left: auto;
    margin: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 50px;
    z-index: 3;
}
.menu-btn {
    left: 0;
    margin: 18px 0 0 0;
}

.header .menu-btn {
    left: 0;
    margin: 12px 0 0 0;
}
@media (max-width: 1024px) {
.menu-btn {
    font-size: 30px;
    height: 46px;
    line-height: 46px;
    width: 46px;
}
.header .menu-btn {
    font-size: 30px;
    height: 46px;
    line-height: 46px;
    width: 46px;
    position: fixed;
}
}

.nav .nav-categories {
    display: none;
}
@media (min-width: 1025px) {
.menu-btn {
    display: none;
    margin: 20px 0 0 15px;
}
}
@media only screen and (max-width: 1080px) {
.nav li > a {
    font-size: 16px;
    height: 151px;
    padding: 82px 0 43px;
}

.header .nav li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.nav li > a span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.nav li > a span::before {
    height: 4px;
}
}
@media screen and (max-width: 1024px) {
.search-form .search-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	height: 52px;
	width: 52px;
	cursor: pointer;
	padding: 0;
	border: none;
	background: none;
}
.fixed .search-form .search-btn {
	right: 10px;
	top: 10px;
}
.header .container {
    padding: 0;
}
.header .navbar-collapse.clearfix::before, 
.header .navbar-collapse.clearfix::after {
    content: none;
}
.navbar-collapse {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    bottom: 0;
    float: none;
    height: 100%;
    left: 0;
    max-height: 100%;
    min-width: 270px;
    overflow-x: visible;
    overflow-y: auto;
    padding-top: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    width: 270px;
    z-index: 2;
}
.header .navbar-collapse {
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    float: none;
    height: 100%;
    left: 0;
    max-height: 100%;
    min-width: 270px;
    overflow-x: visible;
    overflow-y: auto;
    padding-top: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    width: 270px;
    z-index: 2;
}

.navbar-collapse .icon-text {
	background: #111520;
	text-align: center;
	margin: 0 0 -15px;
	border-top: 1px solid #48494e;
}

.navbar-collapse .icon {
	padding: 20px 0 15px;
}

.navbar-collapse .icon-text .text p {
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	font: 9px/14px 'Montserrat', sans-serif;
}

.wrapper.expanded .navbar-collapse {
    min-width: 270px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
.nav {
    float: none;
    overflow: hidden;
}
.nav ul, 
.nav ul li {
    float: none;
    width: 100%;
}
.header .nav .main-menu {
    border-top: 1px solid rgba(47, 42, 51, 0.75);
}

.header .nav .main-menu li a {
	border-bottom: 1px solid rgba(47, 42, 51, 0.75);
}

.header .nav .main-menu li a:hover {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.header .nav .main-menu li ul a {
	border-bottom: 1px solid rgba(47, 42, 51, 0.75);
}

.nav ul li > a {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    position: relative;
}
.header .nav ul li > a {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    position: relative;
    background: rgba(19, 18, 19, 0.55);
}
.nav ul li.active > a {
    color: #fff;
}
.header .nav ul li.active > a {
    color: #fff;
    background: #9e79c5 !important;
}
.nav li > a span {
    padding: 0 10px;
}
.nav li > a .fa {
    display: inline-block;
    padding-left: 5px;
    padding-right: 0;
}
.nav li > a span::before {
    display: none;
}
.nav li > a::after, .nav li > a::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: background 0.2s linear 0s, left 0.2s linear 0s, right 0.2s linear 0s;
    transition: background 0.2s linear 0s, left 0.2s linear 0s, right 0.2s linear 0s;
    width: 4px;
    z-index: 1;
} 
.header .nav li > a::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: background 0.2s linear 0s, left 0.2s linear 0s, right 0.2s linear 0s;
    transition: background 0.2s linear 0s, left 0.2s linear 0s, right 0.2s linear 0s;
    width: 4px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
}

.header .nav li > a::before {
	width: 0;
}
.nav li > a::after {
    right: 0;
}
.nav li > a::before {
    left: 0;
}
.nav li > a:hover, .nav li > a:focus {
    background: rgba(255, 255, 255, 0.07) none repeat scroll 0 0;
}
.nav li:not(.active) > a:hover::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    right: 0;
}
.nav li:not(.active) > a:hover::before {
    background: #ebebeb none repeat scroll 0 0;
    left: 0;
}
.nav li.active > a::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    right: 0;
}
.nav li.active > a::before {
    background: #9e79c5 none repeat scroll 0 0;
    left: 0;
}

.header .nav li.active > a::before {
	background: rgba(0, 0, 0, 0); none repeat scroll 0 0;
    left: 0;
}
.nav ul li.nav-dropdown {
    position: relative;
}

.nav ul li.nav-dropdown:active ul,
.nav ul li.nav-dropdown:focus ul {
    display: block;
}
.nav ul li.nav-dropdown a {
    padding: 0 40px 0 10px;
    z-index: 3;
}
.nav ul li.nav-dropdown ul::before, 
.nav ul li.nav-dropdown ul::after {
    content: "";
    display: table;
}
.nav ul li.nav-dropdown ul::after {
    clear: both;
}
.nav ul li.nav-dropdown > ul {
    background: rgba(255, 255, 255, 0.024) none repeat scroll 0 0;
    display: none;
}

.nav ul li.nav-dropdown > .caret {
    cursor: pointer;
    display: block;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 9;
}

.nav ul li.nav-dropdown > .caret::before {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 0;
}

body.modal-open .nav ul li.open > .caret::before {
	   border-style: solid;
    border-color: transparent transparent #fff;
    border-width: 0 5px 6px;
}

.nav ul li.nav-dropdown ul li a {
    padding: 0 10px 0 20px;
}
.nav ul li.nav-dropdown ul li a {
    padding: 0 10px 0 20px;
}
.nav ul li.nav-dropdown ul li a span {
    padding: 0 10px;
}
.nav .nav-categories {
    border-top: 1px solid #303030;
    display: block;
    margin-top: 20px;
    padding-top: 20px;
}
.nav .nav-categories li a {
    padding-right: 0;
    position: relative;
}
.nav .nav-categories li a em {
    background-color: #9e79c5;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    padding: 3px 6px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.nav ul li.nav-dropdown.open>ul {
    position: relative;
    display: block;
}

.nav ul li.nav-dropdown>ul {
    display: none;
    background: rgba(255,255,255,0.025);
}
.mask {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

body.modal-open .mask {
    display: block;
}
}
.headline-test{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.headline-test:after{
	content: none;
}
.headline-test .report-test{
	float: right;
	color: rgb(167, 167, 167);
    webkit-transition: color .3s, background .3s;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    /*width: 5%;*/
    /*height: 50px;
    line-height: 50px;*/
    text-align: center;
    border-right: 1px solid #141519;
}
.headline-test .report-test:hover{
	color: #9e79c5;
    background: rgba(20, 21, 25, 0.55);
}
.headline-test .report-test i{
	font-size: 25px;
    display: inline-block;
    vertical-align: middle;
}
.report-pop-up{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    margin: 0 auto;
}    
.report-pop-up .content-report{
	max-width: 450px;
	background: #000;
	margin: 0 auto;
}    

.video-holder.new .tabs-menu .tab {
	width: 33.33%;
}

.video-holder.new .report {
    font-size: 16px;
    min-width: auto;
    padding: 0;
    background: rgba(0,0,0,0);
    /* position: absolute; */
    right: 0;
	top: 0;
	display: block !important;
}
@media (min-width: 768px){
.video-holder.new .report {
    top: 9px !important;
}
}
.video-holder.new .report .btn.tab {
	color: #eee;
}

.video-holder.new .report .btn.tab:hover {
	color: #9e79c5;
}

.video-holder.new .report .btn.tab i {
	margin: 0;
}

.video-holder.new .report-none {
	display: none;
}

@media screen and (max-width: 767px){
	.video-holder.new .report {
		margin: 0;
	}
}


.mfp-content .radio-wrap label {
	color: #fff;
}

.mfp-content .report.tab-content.clearfix {
	display: block !important;
}

.mfp-content .radio-wrap span, 
.mfp-content .reason span,
.mfp-content .title {
	color: #fff;
	font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

.mfp-content .report {
	min-height: 40px;
}

.mfp-content .report .radio-wrap {
	float: none;
	padding: 0;
}

.mfp-content .radio-wrap input {
	height: auto;
	width: 13px;
	margin-bottom: 5px;
}

.mfp-content .reason .form-holder,
.mfp-content .reason .btn {
	position: -webkit-sticky;
	position: sticky;
	height: auto;
}

.mfp-content .reason .btn {
    background: #9e79c5;
	color: #fff;
	position: static !important;
    padding: 10px 30px;
    cursor: pointer;
    margin-top: 13px;
    overflow: hidden;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.mfp-content .reason .btn:hover {
    background: #121212;
}

.mfp-content .reason textarea {
	padding: 5px 10px;
	height: 80px;
}

.mfp-content .reason {
	overflow: visible;
	position: relative;
}

.mfp-content .form-holder .button {
	bottom: -47px;
	right: 0;
}

.mfp-content .msg-report .title {
	font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}

@media screen and (min-width: 1024px){
	.headline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.headline .title {
		width: calc(100% - 340px);
	}
	.headline .sorting {
		display: block !important;
		padding: 0;
		background: transparent;
		right: -5px;
	}

	.headline .sorting:hover {
		background: transparent;
	}

	.headline .sorting .select {
		display: none;
	}

	.headline .sorting .drop,
	.headline .sorting:hover .drop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: inherit;
		    -ms-flex-align: inherit;
		        align-items: inherit;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		position: -webkit-sticky;
		position: sticky;
		background: transparent;
	}

	.headline .sorting .drop a {
		display: inline-block;
		margin: 0 3px;
		position: relative;
		z-index: 1;
		padding: 7px 10px;
		text-align: left;
		color: rgb(167, 167, 167);
		-webkit-transition: background .3s, color .3s;
		transition: background .3s, color .3s;
		background: rgb(26, 29, 36);
	
	}

	.headline .sorting .drop a.select {
		padding: 7px 10px 8px;
		margin-right: 3px;
		background-color: #9e79c5;
		color: #fff;
	}

	.headline .sorting .drop a:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: -1;
		background: #9e79c5;
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: scale(0.5, 1);
		transform: scale(0.5, 1);
	}

	.headline .sorting .drop a:hover {
		color: #fff;
	}

	.headline .sorting .drop a:hover:before {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@media screen and (max-width: 1024px){
	.headline .sorting {
		right: 0px;
	}
}

@media screen and (max-width: 767px){
	.headline .sorting {
		right: -5px;
	}
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
	max-width: 620px!important;
	width: 100%!important;
}
.mfp-content .mfp-with-anim{
    background: #1a1d24;
	padding: 40px;
}
.captcha-hint{
    margin-bottom: 10px;
    color: #8f8f9d;
}
.mfp-content h1{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-bottom: 15px;
    position: absolute;
    left: 0;
    bottom: 100%;
}
.mfp-content p{
	margin-bottom: 15px;
}
.mfp-content input,
.mfp-content textarea{
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid transparent;
	background: #fff;
	border-radius: 3px;
	font-size: 12px;
	color: #000;
	padding: 0 20px;
	font-family: 'Roboto', Arial;
	-webkit-transition: border .5s;
    transition: border .5s;
}
.mfp-content textarea{
	padding: 20px;
	height: 100px;
	font-family: 'Roboto', Arial;
	resize: none;
}
.mfp-content input:focus, 
.mfp-content textarea:focus{
    border: 1px solid #9e79c5;
}
.mfp-content li{
	margin-bottom: 15px;
}
.mfp-content label{
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}
.btn-wrap{
	text-align: right;
}
.captcha-control img{
    margin-bottom: 8px;
}
.btn-wrap button{
	border: 0;
	background: none;
}
.btn-wrap .send{
	background: #9e79c5;
	color: #fff;
	padding: 13px 23px;
	cursor: pointer;
	margin-top: 7px;
	font-size: 12px;
	overflow: hidden;
	border-radius: 3px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.btn-wrap .send:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
.btn-wrap .send:hover:before {
	 opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.js-success .btn-wrap{
	text-align: left;
}
.btn-wrap .captcha-control{
	text-align: left;
}

button.mfp-close {
    position: fixed;
    /* top: 15px; */
    right: 35px;
    /* width: 44px; */
    /* height: 44px; */
    line-height: 2.75rem;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 1.125rem 0.625rem;
    color: #fff;
    font-style: normal;
    /* font-size: 1.75rem; */
    font-size: 50px;
    font-family: Arial, Baskerville, monospace;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

button.mfp-close:hover {
    color: #9e79c5 !important;
}

.js-success.form-none.active-success {
    display: none !important;
}

.static .headline .title {
	line-height: 0;
}

@media (min-width: 768px) {
.rating-container {
    width: 210px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: none;
    padding: 10px 0;
    border-right: 1px dashed #333;
}
}

@media (min-width: 768px) {
.tools .like {
    margin-right: 3px;
}
} 
.tools .like {
    color: #11ba56;
    webkit-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
    width: 25%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    width: 46px;
    height: 46px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	background-color: #dde3e7;
    justify-content: center;
}


@media (min-width: 768px) {
.tools .dislike {
    float: none !important;
}
}
.tools .dislike {
    color: #e8006d;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    webkit-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
    width: 25%;
    float: right;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    width: 46px;
	height: 46px;
	background-color: #dde3e7;
}

.tools .progress {
    width: 90px;
    left: 105px;
    top: 0;
    position: absolute;
    text-align: center;
    padding: 10px 0;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


@media (min-width: 768px){
.video-tech {
    width: 82% !important;
    padding: 10px 0 10px 10px !important;
    border: none !important;
    margin-top: 0 !important;
}
}

.report-btn {
    width: 46px;
    height: 46px;
    border-radius: 3px;
    margin-right: 0 !important;
    position: static !important;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-align-items: center;
	background-color: #dde3e7 !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.tools {
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
}

.tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tab-container, .tabs-menu {
    display: none;
}

.show-block-holder {
    padding: 15px 0 8px;
}

.show-block-btn {
    outline: none;
    border: none;
    background-color: transparent;
    color: #d8d4dc;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    cursor: pointer;
	font: 13px/1 'Montserrat', sans-serif;
}

.show-block-holder .icon-chevron-right {
    font-size: 8px;
    width: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin: 4px;
}

.toolbox-holder.open .show-block-holder .icon-chevron-right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.toolbox-holder.open .tab-container {
    display: block;
}

.toolbox-holder.open #share, .toolbox-holder.open #comments, .toolbox-holder.open #sponsors, .toolbox-holder.open #report {
    display: block;
}

.toolbox-holder.open #comments input,
.toolbox-holder.open #comments textarea {
	background: #31343b;
	color: rgb(167, 167, 167);
}
.comment-title {
    margin: 0 0 10px;
}

.video-holder.new .report-none {
	display: none;
}

.video-holder.new .toolbox-holder.active .report-none {
    display: block;
}

.video-tech.clearfix .report {
	position: absolute;
}

.report#report_wind {
    padding: 5px;
    border-bottom: 1px dashed #333;
}

#block_id {
    margin-top: 10px;
}

#block_id .block-fl {
	font-size: 13px;
}
@media (min-width: 768px){
#block_id .block-fl {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
}

@media (min-width: 768px){
.radio-wrap {
    width: 220px;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
}

@media (min-width: 768px){
.reason {
    width: 100%;
}
}
.reason {
    overflow: hidden;
}

.radio-wrap label {
    display: inline-block; 
    vertical-align: middle;
	cursor: pointer;
	font-size: 13px;
}
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.radio-wrap label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.radio-wrap label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-radio input {
    position: absolute;
    opacity: 0;
}

.radio-wrap span, .reason span {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}
.radio-wrap span, .reason span {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}
.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #8a96a0;
    border-radius: 50%;
    margin-bottom: 0 !important;
}

.container-radio input:checked ~ .checkmark:after {
    display: block;
    background: #8a96a0;
}
.container-radio .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


@media screen and (max-width: 640px){
	.tools .progress{
		width: 63%;
		left: 53px;
	}
}

@media (max-width: 768px) {
	.tools {
		padding: 10px 0;
	}
}

@media (max-width: 570px) {
	.tools {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.tools .rating-container.clearfix {
		margin: 0 0 10px;
	}
	.tools .progress {
		width: 77%;
		left: 60px;
	}
}

@media (max-width: 500px) {
.tools .progress {
    width: 75%;
    left: 60px;
}
}

@media (max-width: 460px) {
	.tools .progress {
		width: 71%;
		left: 60px;
	}
}

@media (max-width: 390px) {
	.tools .progress {
		width: 67%;
		left: 60px;
	}
}

@media (max-width: 360px) {
	.tools .progress {
		width: 63%;
		left: 60px;
	}
}

@media (max-width: 330px) {
	.tools .progress {
		width: 60%;
		left: 60px;
	}
}

.btn.report-btn i{
	-webkit-transition: color .3s;
	transition: color .3s;
	font-size: 30px;
}

.btn.report-btn:hover i{
	color: #9e79c5;
}

.msg-report div {
	font-size: 13px;
}

.like.btn .svg-icon, .dislike.btn .svg-icon {
    font-size: 32px;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #8a96a0;
}
.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

@media (min-width: 1025px) {
	.show-block-btn:hover,
	.show-block-btn:hover .icon-chevron-right{
		color: #9e79c5;
	}
}

.comment-title, .comment-hint {
    margin: 0 0 10px;
}
.add_comment,
.field_error {
	color: #9e79c5;
}

.webcamitems {
 overflow:hidden;
 position:relative;
 text-align:center;
}
.webcamitems div {
 display: inline-block;
 vertical-align: top;
 width: 100%;
 overflow: hidden;
 margin: 0 0 0 -8px;
 max-width: 1325px;
}
.webcamitems iframe {
 display: block;
 width: 100% !important;
 margin: -10px 0 -1px 8px;
}

@media screen and (max-width:1400px) {
 .webcamitems div {
  max-width: 1135px;
 }
}
@media screen and (max-width:1200px) {
 .webcamitems div {
  max-width: 946px;
 }
}
@media screen and (max-width:1000px) {
 .webcamitems div {
  max-width: 758px;
 }
}
@media screen and (max-width:800px) {
 .webcamitems div {
  max-width: 568px;
 }
}
@media screen and (max-width:610px) {
 .webcamitems div {
  max-width: 380px;
 }
}
@media screen and (max-width:420px) {
 .webcamitems div {
  max-width: 380px;
 }
}
@media screen and (max-width:387px) {
 .webcamitems div {
  max-width: 190px;
 }
}