html,
body {
	font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Apple Color Emoji", "Arial", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	height: 100%;
	font-size: 14px;
}

.fa,
.far,
.fas,
.fal {
	font-family: "Font Awesome 5 Pro" !important;
}

body {
	background: #0c0d0f;
	background-attachment: fixed;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	overflow-x: hidden;
	color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
	font-weight: 400;
}

a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}


.invert {
	-webkit-filter: invert(100%);
}

p {
	line-height: 1.61em;
}

.sthin {
	font-weight: 200;
}

.thin {
	font-weight: 300;
}

.bold {
	font-weight: 500;
}

.sbold {
	font-weight: 600;
}

.xbold {
	font-weight: 700;
}

.xlbold {
	font-weight: 900;
}

.pa-0 {
	padding: 0px;
}

.pa-05 {
	padding: 5px;
}

.pa-1 {
	padding: 10px;
}

.pa-2 {
	padding: 20px;
}

.pa-3 {
	padding: 30px;
}

.pab-3 {
	padding-bottom: 30px;
}

.pa-4 {
	padding: 40px;
}

.pa-5 {
	padding: 50px;
}

.pab-5 {
	padding-bottom: 50px;
}

.pa-6 {
	padding: 60px;
}

.pa-7 {
	padding: 70px;
}

.pa-8 {
	padding: 80px;
}

.pa-9 {
	padding: 90px;
}

.pa-10 {
	padding: 100px;
}

.pat-10 {
	padding-top: 100px;
}

.pa-12 {
	padding: 120px;
}


.mat-0-im {
	margin-top: 0px !important;
}

.ma-0 {
	margin: 0px;
}

.ma-04 {
	margin: 4px;
}

.ma-1 {
	margin: 10px;
}

.ma-2 {
	margin: 20px;
}


.to_left {
	left: 250px;
	transition: 0.3s;
}

.to_left.inn {
	left: 250px;
	position: relative;
	margin-left: 0px;
	transition: 0.3s;
}

.fixed_w {
	max-width: 1400px;
	margin: 0 auto;
}

.fixed_w_s {
	max-width: 1000px;
	margin: 0 auto;
}

.fixed_w h2 {
	margin-bottom: 58px;
	font-size: 36px;
	color: #191a22;
}

.sidebar {
	background: rgba(0, 0, 0, 0.2);
	min-height: 100%;
	position: relative;
	padding: 0px;
}

body.inner_page {
	position: relative;
}

.header {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 9;
	height: 56px;
	padding-top: 4px;
	z-index: 99;
	line-height: 56px;
}


.navbar {
	padding-bottom: 0px;
	z-index: 9;
	margin-bottom: 0px;
	border: 0px;
}

.inner_page .header {
	box-shadow: none;
}

.header-a {
	font-size: 14px !important;
}

/*////////////////////////Side menu//////////////////////*/

.btn {
	background-clip: padding-box;
	border-width: 0;
	box-sizing: border-box;
	color: #fff;
	background: none;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	outline: 0;
	padding: 0 20px;
	border-radius: 4px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
}

.btn:active {
	box-shadow: 0 5px 23px rgba(0, 0, 0, 0.30) !important;
	opacity: 0.5;
}

.btn-success {
	color: white !important;
	/*background: -webkit-linear-gradient(-45deg, #3AA9F8 0%,  #5D82EE 100%) !important;*/
	background: #1BABFB;
}


.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background: #1BABFB;
	border: 0px;
}

.btn-success i {
	color: white !important;
}

.btn-success:hover {
	color: white !important;
	/* opacity: 0.7 !important; */
	background: #1BABFB;
	filter: brightness(1.13);
}


.btn-primary {
	color: white !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	background: -webkit-linear-gradient(-45deg, #29d69a 0%, #1D976C 100%) !important;

}

.btn-primary:hover {
	color: white !important;
	opacity: 0.8 !important;
}

.label-secondary {
	color: white !important;
	background: -webkit-linear-gradient(-45deg, #9A5CE3 0%, #1BABFB 100%) !important;
}


.label-big {
	font-size: 15px;
}


/* START TOOLTIP STYLES */
[tooltip] {
	position: relative;
	/* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
	text-transform: none;
	/* opinion 2 */
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0;
	font-size: 13px;
	font-weight: 500;
}

[tooltip]::before {
	content: '';
	border: 5px solid transparent;
	/* opinion 4 */
	z-index: 999999999;
	/* absurdity 1 */
}

[tooltip]::after {
	content: attr(tooltip);
	text-align: center;
	min-width: 3em;
	max-width: 21em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1ch 1.5ch;
	border-radius: 4px;
	background: #fff;
	color: #000;
	z-index: 99999999;
	/* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
	display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
	display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
	bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
	left: 50%;
	-webkit-transform: translate(-50%, -.5em);
	transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::after {
	top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
	left: 50%;
	-webkit-transform: translate(-50%, .5em);
	transform: translate(-50%, .5em);
}

/* FLOW: LEFT */

[tooltip][flow^="left"]::after {
	top: 50%;
	right: calc(100% + 5px);
	-webkit-transform: translate(-.5em, -50%);
	transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::after {
	top: 50%;
	left: calc(100% + 5px);
	-webkit-transform: translate(.5em, -50%);
	transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
	to {
		opacity: .9;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@keyframes tooltips-vert {
	to {
		opacity: .9;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@-webkit-keyframes tooltips-horz {
	to {
		opacity: .9;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

@keyframes tooltips-horz {
	to {
		opacity: .9;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
	-webkit-animation: tooltips-vert 0ms ease-out forwards;
	animation: tooltips-vert 0ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
	-webkit-animation: tooltips-horz 0ms ease-out forwards;
	animation: tooltips-horz 0ms ease-out forwards;
}

.globalSearchBox {
	position: absolute;
	left: 0px;
	top: 55px;
	width: 100%;
	display: none;
	margin-top: -1px;
	border-top: 0px;
	padding: 20px;
	background-color: rgba(24, 24, 24, 0.95);
	color: white;
	border-radius: 16px;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 50px 60px 10px rgba(50, 50, 50, 0.05);
}



.globalSearchElement {
	padding: 20px;
	font-size: 17px;
	color: white;
	height: 150px;
}


#cont-not {
	z-index: 99999999;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 50px;
	width: 100%;
	line-height: 50px;
	color: white;
}

.float-left {
	float: left;
}

.padding-left-0 {
	padding-left: 0;
}

.padding-right-0 {
	padding-right: 0;
}

.padding-0 {
	padding: 0px !important;
}

.margin-right-30 {
	margin-right: 30px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-5 {
	margin-right: 5px;
}

.margin-bot-15 {
	margin-bottom: 15px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-25 {
	margin-top: 25px;
}

.line-height-0 {
	line-height: 0;
}

.margin-sub-20 {
	margin-top: -20px;
}

.margin-left-5 {
	margin-left: 5px;
}

.margin-top-0 {
	margin-top: 0px;
}

.switch-style {
	float: left;
	margin-top: 20px;
}

.btn-exit-cat {
	float: right;
}




.break-word {
	word-break: break-word;
}

/* .inline-input{
  width: 20%;
  display: inline-block;
  float: left;
}
 */
.tab-header {
	background: #efefef;
	padding: 0 15px;
	color: #383838;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(194, 194, 194, 1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(194, 194, 194, 1);
	box-shadow: 0px 3px 5px 0px rgba(194, 194, 194, 1);
}


.white {
	color: white;
}

.white08 {
	color: rgba(255, 255, 255, .8);
}

.tab-content.white-bg-tabs {
	padding: 15px;
}

.tab-content.white-bg-tabs .tab-pane {
	max-width: 960px;
	margin: 0 auto;
	background: #383838;
	padding: 10px;
	text-align: center;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	color: #ddd;
}

.action-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #383838;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-align: center;
	line-height: 50px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(135, 133, 133, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(135, 133, 133, 1);
	box-shadow: 0px 0px 10px 0px rgba(135, 133, 133, 1);
}

.action-button a {
	color: black;
}

.profileCard {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.profileCard__imageWrap {
	background-size: cover;
	height: 100px;
	width: 100%;
	position: relative;
	-webkit-transition: height .3s ease-in;
	transition: height .3s ease-in;
	will-change: height;
	z-index: 1;
}

.profileCard__imageWrap:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.25);
	z-index: 0;
}

.profileCard__location {
	color: #fff;
	z-index: 20;
	position: absolute;
	top: 5px;
	right: 5px;
}

.profileCard__header {
	text-align: left;
	padding-left: 140px;
	position: absolute;
	bottom: -28px;
	left: 0;
	color: #fff;
	padding-left: 140px;
	z-index: 20;
	-webkit-transition: -webkit-transform .3s ease-in;
	transition: transform .3s ease-in;
	will-change: transform;
}

.profileCard__title {
	margin: 0;
	color: #fff;
	font-size: 1.125em;
	font-weight: 400;
	font-weight: 400;
	z-index: 10;
	position: relative;
	padding-bottom: 6px;
}

.profileCard__subTitle {
	color: #999;
	font-size: 0.875em;
	padding-top: 12px;
	-webkit-transition: -webkit-transform .3s ease-in;
	transition: transform .3s ease-in;
	will-change: transform;
}

.profileCard__thumbWrap {
	width: 110px;
	height: 110px;
	background-color: #fff;
	border-radius: 5px;
	padding: 3px;
	position: absolute;
	bottom: -55px;
	left: 15px;
	border-radius: 110px;
	z-index: 10;
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	will-change: transform;
}

.profileCard__thumb {
	width: 104px;
	height: 104px;
	display: block;
	border-radius: 84px;
}

.profileCard__contentWrap {
	padding-bottom: 0px;
	min-height: 50px;
	position: relative;
}

.profileCard__contentWrap::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	z-index: 20;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: -webkit-transform .3s ease-in;
	transition: transform .3s ease-in;
	margin-left: -10px;
}

.profileCard__content {
	padding: 20px 20px 0;
	text-align: left;
	line-height: 1.3;
	font-size: 1em;
	font-size: 0.875em;
	color: #666;
	max-height: 0;
	overflow: hidden;
	-webkit-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
	-webkit-transition: max-height .3s ease-in, opacity .3s ease-in;
	transition: max-height .3s ease-in, opacity .3s ease-in;
	will-change: transform, opacity;
	opacity: 0;
	visibility: hidden;
}

.profileCard__content p {
	margin: 0;
}

.profileCard__social {
	position: absolute;
	bottom: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

.profileCard__socialItem {
	display: table-cell;
	text-align: center;
}

.profileCard__socialLink {
	color: #999;
}

.profileCard:hover .profileCard__imageWrap {
	height: 150px;
}

.profileCard:hover .profileCard__contentWrap:after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.profileCard:hover .profileCard__content {
	max-height: 200px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: max-height .3s ease-in, opacity .3s ease-in;
	transition: max-height .3s ease-in, opacity .3s ease-in;
}

.profileCard:hover .profileCard__thumbWrap {
	-webkit-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
}

.profileCard:hover .profileCard__header {
	-webkit-transform: translateY(-110%);
	-ms-transform: translateY(-110%);
	transform: translateY(-110%);
}

.profileCard:hover .profileCard__subTitle {
	color: #fff;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}



[data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	z-index: 999999;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}














.avatar {

	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	border: 0px solid gray;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}




.btn_not {
	display: inline-block;
	border-radius: 10px;
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	font-size: 1rem;
	color: #323334;
	position: relative;
	margin: 0 0px;
	-webkit-transition: all ease 300ms;
	transition: all ease 300ms;
	-webkit-animation: appear 300ms;
	animation: appear 300ms;
}

.btn_not:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.btn_not {
	position: absolute;
	top: -5px;
	right: -5px;
}

.notification-label {
	position: absolute;
	display: inline-block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: -20px;
	margin-left: 0px;
	font-weight: bold;
	background: #1BABFB;
	background-clip: border-box;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	-webkit-animation: bounceIn 700ms;
	animation: bounceIn 700ms;
}

.btn-send-teyuto {
	background: -webkit-linear-gradient(-45deg, #9A5CE3 0%, #1BABFB 64%, #00E5CE 100%);
	color: white;
	text-transform: uppercase;
}

.btn-send-teyuto:hover {
	color: white;
	opacity: .8;
}

@-webkit-keyframes appear {
	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes appear {
	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}













#notificationContainer {
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	overflow: visible;
	position: absolute;
	top: 50px;
	margin-left: -170px;
	width: 350px;
	z-index: -1;
	display: none;
	line-height: 15px;
}

#notificationContainer:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	margin-left: 188px;
}

#notificationsBody {
	padding: 0px 0px 0px 0px !important;
	min-height: 300px;
}

#notificationsBody::-webkit-scrollbar {
	width: 2px;
}

#notificationsBody::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
}

#notificationsBody::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.1);
	outline: 1px solid slategrey;
}

#notificationFooter {
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 12px;
	color: white;
	border-top: 1px solid #383838;
}



.left-inner-addon {
	position: relative;
}

.left-inner-addon input {
	padding-left: 80px;
}

.left-inner-addon i {
	position: absolute;
	padding: 10px 12px;
	pointer-events: none;
	font-style: normal;
}

.right-inner-addon {
	position: relative;
}

.right-inner-addon input {
	padding-right: 60px;
}

.right-inner-addon i {
	position: absolute;
	right: 0px;
	padding: 10px 12px;
	pointer-events: none;
}









* {
	margin: 0px;
	padding: 0px
}

#timelineContainer {
	width: 100%;
	position: relative
}

#timelineBackground {
	height: 315px;
	position: relative;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	margin-top: -20px;
	overflow: hidden;
	background-color: #ffffff;
}

#timelineProfilePic {
	width: 170px;
	height: 170px;
	border: 1px solid #666666;
	background-color: #ffffff;
	position: absolute;
	margin-top: -145px;
	margin-left: 20px;
	z-index: 1000;
	overflow: hidden;
}

#timelineTitle {
	color: #ffffff;
	font-size: 24px;
	margin-top: -45px;
	position: absolute;
	margin-left: 206px;
	font-weight: bold;
	text-rendering: optimizelegibility;
	text-shadow: 0 0 3px rgba(0, 0, 0, .8);
	z-index: 999;
	text-transform: capitalize;
}

#timelineShade {
	min-height: 95px;
	position: absolute;
	margin-top: -95px;
	width: 100%;
	background: url(images/timeline_shade.png);
}

.timelineUploadBG {
	position: absolute;
	margin-top: 50px;
	margin-left: 813px;
	height: 32px;
	width: 32px;
}

#timelineNav {
	border: 0px solid #d6d7da;
	background-color: #ffffff;
	min-height: 43px;
	margin-bottom: 10px;
	position: relative;
}








div.upvote {
	text-align: center;
}

div.upvote a.upvote-enabled {
	cursor: pointer;
}

div.upvote a {
	color: transparent;
	background-image: url('../img/sprites-stackoverflow.png?v=1');
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	width: 41px;
	height: 25px;
	cursor: pointer;
}



div.upvote span.count {
	display: block;
	font-size: 24px;
	color: #555;
	text-align: center;
	line-height: 1;
}

div.upvote a.upvote {
	background-position: 0px -265px;
}

div.upvote a.upvote.upvote-on {
	background-position: 0px -230px;
}

div.upvote a.downvote {
	background-position: 0px -300px;
}

div.upvote a.downvote.downvote-on {
	background-position: 0px -330px;
}

div.upvote a.star {
	width: 33px;
	height: 31px;
	background-position: 0px -150px;
}

div.upvote a.star.star-on {
	background-position: 0px -190px;
}

div.upvote-serverfault a {
	background-image: url('images/sprites-serverfault.png?v=1');
}

div.upvote-meta-stackoverflow a {
	background-image: url('images/sprites-meta-stackoverflow.png?v=1');
}

div.upvote-superuser a {
	background-image: url('images/sprites-superuser.png?v=1');
}

div.upvote-unix a {
	background-image: url('images/sprites-unix.png?v=1');
	width: 42px;
	height: 27px;
}

div.upvote-unix a.upvote {
	background-position: 0px -237px;
}

div.upvote-unix a.upvote.upvote-on {
	background-position: 0px -198px;
}

div.upvote-unix a.downvote {
	background-position: 0px -281px;
}

div.upvote-unix a.downvote.downvote-on {
	background-position: 0px -319px;
}

div.upvote-unix a.star {
	width: 42px;
	height: 30px;
	background-position: 0px -126px;
}

div.upvote-unix a.star.star-on {
	background-position: 0px -164px;
}

div.upvote-unix span.count {
	color: #333;
	line-height: 15px;
	padding: 9px 0;
	text-shadow: 1px 1px 0 #ffffff;
	font-weight: bold;
	margin: 0;
	border: 0;
	vertical-align: baseline;
}

div.upvote-programmers a {
	background-image: url('images/sprites-programmers.png?v=1');
	width: 42px;
	height: 20px;
}

div.upvote-programmers a.upvote {
	background-position: 5px -248px;
}

div.upvote-programmers a.upvote.upvote-on {
	background-position: 5px -211px;
}

div.upvote-programmers a.downvote {
	background-position: 5px -282px;
}

div.upvote-programmers a.downvote.downvote-on {
	background-position: 5px -320px;
}

div.upvote-programmers a.star {
	width: 42px;
	height: 30px;
	background-position: 6px -128px;
}

div.upvote-programmers a.star.star-on {
	background-position: 6px -166px;
}

div.upvote-programmers span.count {
	color: #333;
	line-height: 15px;
	padding: 5px 0 7px;
	font-size: 20px;
	font-weight: bold;
}















.profileBac {
	width: 350px;
	height: 120px;
	margin: 0px -50px;
	position: relative;
	margin-left: 50px;
	margin-bottom: 20px;
}

.profileBac figure,
.profileBac figure img,
.profileBac figure .back,
.profileBac figure .front,
.profileBac figure .back span {
	width: 90px;
	height: 90px;
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.profileBac figure {
	position: absolute;
	z-index: 3;
	left: -50px;
	top: 10px;
	background: transparent;
	padding: 5px;
	border-right: solid 0px #bdc6e7;
}

.profileBac figure img {
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.profileBac figure .front,
.profileBac figure .back {
	position: absolute;
	top: 5px;
	left: 5px;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.profileBac figure .front {
	z-index: 1;
}

.profileBac figure .back {
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.profileBac figure .back span {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	text-align: center;
	color: #ffffff;
	line-height: 88px;
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.profileBac figure .back span:active {
	-moz-box-shadow: 0 0 25px 20px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 0 25px 20px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 25px 20px rgba(0, 0, 0, 0.1) inset;
}

.profileBac figure:hover .front {
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.profileBac figure:hover .back {
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.profileBac article {
	position: absolute;
	padding: 5px 10px 5px 60px;
	background: #fff;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.1) inset;
	width: 280px;
	height: 115px;
}

.profileBac .info {
	z-index: 2;
}

.profileBac .info .name {
	font-size: 23px;
	margin-bottom: 5px;
	color: #36c;
}

.profileBac .info .job {
	font-size: 13px;
	color: #505050;
}

.profileBac .info .stats {
	width: 280px;
	height: 50px;
	margin-top: 10px;
	padding-top: 6px;
	border-top: solid 1px #ddd;
}

.profileBac .info .stats li {
	float: left;
	font-size: 22px;
	width: 33.3%;
	color: #353535;
}

.profileBac .info .stats li label {
	font-size: 13px;
	display: block;
	color: #757575;
}

.profileBac .contact {
	top: 10px;
	left: 10px;
}

.profileBac .contact ul {
	margin-top: 5px;
}

.profileBac .contact li {
	margin-bottom: 8px;
	clear: both;
}

.profileBac .contact li label {
	width: 90px;
	float: left;
	display: block;
	line-height: 17px;
}

.profileBac .contact li label img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float: left;
}

.profileBac .contact li label:after {
	content: ":";
}

.profileBac .contact li a {
	color: #36c;
	text-decoration: none;
}

.profileBac .contact li a:hover {
	text-decoration: underline;
}

.profileBac .otherLabel {
	position: absolute;
	z-index: 5;
	right: -15px;
	top: -5px;
	cursor: pointer;
	background: #1e78e8;
	padding: 2px 5px;
	color: #ffffff;
	text-decoration: underline;
}

.profileBac .otherLabel.infoLabel {
	display: none;
}

.profileBac input[type=radio] {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.profileBac #contactBtn:checked~.contact {
	animation: second 500ms both ease;
}

.profileBac #contactBtn:checked~.info {
	animation: first 500ms both ease;
}

.profileBac #contactBtn:checked~.contactLabel {
	display: none;
}

.profileBac #contactBtn:checked~.infoLabel {
	display: block;
}

.profileBac #infoBtn:checked~.info {
	animation: second 500ms both ease;
}

.profileBac #infoBtn:checked~.contact {
	animation: first 500ms both ease;
}

.profileBac #infoBtn:checked~.infoLabel {
	display: none;
}

.profileBac #infoBtn:checked~.contactLabel {
	display: block;
}

@keyframes second {
	0% {
		z-index: 1;
		top: 10px;
		left: 10px;
	}

	50% {
		top: 150px;
		left: 10px;
	}

	100% {
		top: 0;
		left: 0px;
		z-index: 2;
	}
}

@keyframes first {
	from {
		top: 0;
		left: 0;
		z-index: 2;
	}

	to {
		top: 10px;
		left: 10px;
		z-index: 1;
	}
}

.info_locazione {
	display: none;
}


img.img_parlano_noi {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}

img.img_parlano_noi:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}




.btn-x {
	color: #fff;
	background-color: #ff3333;
}

.btn-x:hover {
	color: #fff;
	background-color: #e60000;
}



.img-round {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	overflow: hidden;
}


.img-round-big {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
}






























.img-responsiveSlide {
	background-size: 100% auto;
	background: linear-gradient(rgba(0, 22, 63, 0.5), rgba(0, 0, 0, 0.9)), center repeat;
	border-top: solid 6px #333;
	margin-top: -10px;
	height: 40.3vh;
	margin-bottom: -10px;
	border-bottom: solid 0px #fff;
	display: block;
	opacity: 1;
}

.img-responsiveSlide:hover {
	background: linear-gradient(rgba(0, 22, 63, 0.3), rgba(0, 0, 0, 0.6)), center repeat;
}

.image-overlaySlide-text {
	color: #fff;
	position: relative;
	top: 17vh;
	margin: auto;
	transform: translateY(-50%);
	line-height: 1.0;
	text-align: center;
	font-size: 4.8em;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 100%;
	padding: 0px 25px;
	opacity: 1;

}

.headerSlide-line {
	width: 100px;
	border: solid 1px #fff;
}

.image-overlaySlide-subtitle {
	display: block;
	color: #fff;
	font-style: normal;
	padding: 8px 20px;
	font-size: 0.25em;
	position: relative;
	z-index: 1;
	overflow: hidden;
	line-height: 1.4;
}








.material-icons.md-12 {
	font-size: 12px;
}

.material-icons.md-14 {
	font-size: 14px;
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}


.fas.md-12 {
	font-size: 12px;
}

.fas.md-14 {
	font-size: 14px;
}

.fas.md-18 {
	font-size: 18px;
}

.fas.md-24 {
	font-size: 24px;
}

.fas.md-36 {
	font-size: 36px;
}

.fas.md-48 {
	font-size: 48px;
}


.gray {
	color: #ddd;
}







/* centered columns styles */
.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}

.col-fixed {
	/* custom width */
	width: 320px;
}

.col-min {
	/* custom min width */
	min-width: 320px;
}

.col-max {
	/* custom max width */
	max-width: 320px;
}















#membre_profilpopUpReg {
	margin: 20px auto;
	width: 100%;
}

#membre_profilpopUpReg #cardpopUpReg #backgroundpopUpReg {
	height: 170px;
	background-color: #eee;
	margin: -10px -20px 0px;
	background-image: url("../img/popUpRegTopHeader.png");
	background-size: 100%;
	background-size: cover;
	background-position: center center;
}

#cardpopUpReg #backgroundpopUpReg .middlepopUpReg {
	padding: 10px 20px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 13px;
	transition: all ease .2s;
	color: rgba(0, 0, 0, 0);
	color: transparent;
}

#cardpopUpReg #backgroundpopUpReg .middlepopUpReg:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
}

#membre_profilpopUpReg #cardpopUpReg #avatarpopUpReg {
	width: 50px;
	height: 50px;
	margin: -25px auto 0;
	border-radius: 50%;
	overflow: hidden;
	background-color: #eee;
}

#membre_profilpopUpReg #cardpopUpReg #detailspopUpReg {
	text-align: center;
}

#cardpopUpReg #detailspopUpReg #nompopUpReg {
	margin-top: 5px;
	font-weight: 600;
	color: #444;
}

#cardpopUpReg #detailspopUpReg #pseudopopUpReg {
	font-size: 14px;
	line-height: 14px;
	color: #a2a2a2;
	margin-bottom: 10px;
}

#cardpopUpReg #detailspopUpReg .counterpopUpReg {
	color: #444;
	font-weight: 300;
}

#detailspopUpReg .counterpopUpReg b {
	font-weight: 400
}






.disp_inf_box {
	font-size: 11px;
	color: #808080;
}


.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}






.btn-social {
	opacity: 1;
}

.btn-social:hover {
	opacity: 0.8;
}


.btn-facebook {
	background-color: #3b5897;
	color: white !important;
}

.btn-twitter {
	background-color: #383838;
	color: white !important;
}

.btn-linkedin {
	background-color: #00a1db;
	color: white !important;
}

.btn-whatsapp {
	background-color: #25D366;
	color: white !important;
}

.list-group {
	list-style-type: none !important;
	border-radius: 20px !important;
	background: transparent;
}

.list-group-item {
	border-radius: 20px !important;
	padding: 15px;
}

.badge {
	margin-left: -100px;
	position: relative;
	color: #383838;
	font-size: 15px;
	background: transparent;
}


.label {
	font-size: 13px;
	font-weight: 500;
	border-radius: .25em;
}

.label-gold {
	background: #a57c51;
	background: -webkit-linear-gradient(-45deg, #a57c51, #cd9850);
	background: -o-linear-gradient(-45deg, #a57c51, #cd9850);
	background: -moz-linear-gradient(-45deg, #a57c51, #cd9850);
	background: linear-gradient(-45deg, #a57c51, #cd9850);
}


.label-teyuto {
	background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 50px 60px 10px rgba(50, 50, 50, 0.05)
}

.label-dark {
	background: rgba(0, 0, 0, 0.3);
}


.label-light {
	background: rgba(255, 255, 255, 0.2);
}





.btn-gold {
	background: #a57c51;
	background: -webkit-linear-gradient(-45deg, #a57c51, #cd9850);
	background: -o-linear-gradient(-45deg, #a57c51, #cd9850);
	background: -moz-linear-gradient(-45deg, #a57c51, #cd9850);
	background: linear-gradient(-45deg, #a57c51, #cd9850);
	font-weight: 600;
	color: white;
}


.btn-gold:hover {
	font-weight: 600;
	color: white;
	opacity: 0.8;
}




.btn-gold2:hover {
	opacity: 0.8;
}




h5 {
	color: #383838;
}

.user-profile-content {
	color: grey;
}









.table-disp {
	height: 150px;
}

.table-disp .ft {
	background: transparent;
	color: grey;
}

.table-disp .day {
	background: transparent;
	color: grey;
	border: 0px;
}

.table-disp .fa {
	color: grey;
	margin-top: 10px;
}

.table-disp td {}


.disp_profilo_tab_dot-ok {
	background: #2ECC71;
	color: white;
	padding: 5px;
	border-radius: 20px;
}


.disp_profilo_tab_dot-no {
	background: #DC143C;
	color: white;
	padding: 5px;
	border-radius: 20px;
}


.btn-remove {
	color: #ED213A !important;
	background-color: rgba(236, 44, 69, 0.2);
}

.btn-remove:hover {
	color: #ED213A !important;
	border: 1px solid #ED213A !important;
}


.btn-round-remove-small {
	color: #383838;
	border: 0px !important;
	box-shadow: 0 5px 23px rgba(0, 0, 0, 0.20) !important;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, .1);
}

.btn-round-remove-small:hover {
	background-color: rgba(255, 255, 255, .3);
}




.btn-danger {
	color: white !important;
	font-size: 13px !important;
	font-weight: bold !important;
	background: -webkit-linear-gradient(-45deg, #232526 0%, #414345 100%) !important;

}

.btn-danger:hover {
	color: white !important;
	opacity: 0.8 !important;
}


.btn-add-token:hover {
	background: rgb(250, 255, 140);
	color: #383838;
}


.btn-add-token:hover {
	background: rgb(250, 255, 140);
	color: #383838;
}


.btn-pay-token {
	background: transparent;
	color: rgba(225, 225, 225, 0.8);
	border: 1px solid rgba(225, 225, 225, 0.5);
	font-size: 17px;
}

.btn-pay-token:hover {
	background: rgba(225, 225, 225, 0.1);
	color: white;
	border: 1px solid rgba(225, 225, 225, 0.8);
}



.btn-gray {
	color: white !important;
	font-weight: bold !important;
	background: #BDBBBE;

}

.btn-gray:hover {
	color: white !important;
	opacity: 0.8 !important;
}

.label-primary {
	background: #3AA9F8 !important;
}

.label-default {
	background: #BDBBBE 0% !important;
}







#info_live {
	position: absolute;
	left: 0px;
	top: 0px;
	background: black;
	width: 100%;
	height: 100%;
	z-index: 9999;
}



.material-icons {
	vertical-align: middle;
}



.avatar_bg {
	background-image: url("/img/no_img_profile_u.png");
	background-size: cover;
	background-color: gray;
	text-indent: -10000px;
}

.image-profile-general {
    object-fit: cover;
    object-position: center;
}

.textColorTeyutoPlatinum {
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	background: linear-gradient(90deg, #000, #fff, #000);
	background-repeat: no-repeat;
	background-size: 80%;
	animation: textColorTeyutoPlatinumAnimate 3s linear infinite;
	-webkit-background-clip: text;
	font-weight: 900;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.5);
}


@keyframes textColorTeyutoPlatinumAnimate {
	0% {
		background-position: -500%;
	}

	100% {
		background-position: 500%;
	}
}

.group_bg {
	background-image: url("/img/no_group.svg");
	background-size: cover;
	text-indent: -10000px;
}

.live_bg {
	background-image: url("/img/no_live_preview.jpg");
	background-size: cover;
	text-indent: -10000px;
	border-radius: 6px;
}

.series_bg {
	background-image: url("/img/no_live_preview.jpg");
	background-size: cover;
	width: 150px;
	height: 90px;
	overflow: hidden;
	border-radius: 6px;
}

.marketing_header_bg {
	background-image: url("/img/landingHeaderBg.jpg");
	background-size: cover;
	text-indent: -10000px;
}

.counter-video-series {
	z-index: 99;
	font-size: 12px;
	padding: 5px;
	font-weight: 600;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 7px;
	color: white !important;
	position: absolute;
	top: 3px;
	left: 3px;
}

.counter-video-series i {
	color: white !important;
}



.table-responsive {
	border: 0px !important;
}



.table-responsive th {
	/*background: white;*/
	color: rgba(255, 255, 255, .4);
	font-size: 14px;
	font-weight: bold;

}

.table-responsive th:hover {
	background: black;
}

.table-responsive {
	color: rgba(255, 255, 255, .4);
	/*background: white;*/
	font-size: 14px;
}


.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.1) !important;
	border-radius: 12px !important;
	overflow: hidden !important;


}




.banna {
	cursor: pointer;
}


.div_chat_list {
	position: fixed;
	height: 300px;
	width: 200px;
	right: 0px;
	bottom: 50px;
	background: rgba(000, 000, 000, 0.9);
	z-index: 9999999999999;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: white;
	font-size: 12px;
	padding: 20px;
	display: none;
	overflow-y: scroll;
}

.div_chat_list p {
	cursor: pointer;
}

.div_chat_list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: rgba(225, 225, 225, 0.1);
}

.div_chat_list::-webkit-scrollbar {
	width: 6px;
	background-color: rgba(225, 225, 225, 0.1);
}

.div_chat_list::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: rgba(225, 225, 225, 0.1);
}


.div_contact_box {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
	width: 200px;
	height: 50px;
	line-height: 50px;
	z-index: 999;
	color: white;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

.div_contact_box:hover {
	background: rgba(0, 0, 0, 0.9);
}


/* .form-control {
  border: 1px solid rgba(39, 38, 67, 0.1);
  background: white;
  padding: 16px 19px;
  border-radius: 6px;
} */

.form-control {
	border: 1px solid rgba(255, 255, 255, 0.1);
	/* background: transparent; */
	background: hsla(0, 0%, 98%, .1);
	backdrop-filter: blur(50px);
	padding: 16px 19px !important;
	border-radius: 4px;
	color: white;
	box-shadow: none;
}

.form-control:hover {
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.1);
}

.form-control:focus {
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.1);
	outline: 2px solid rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.4);
	color: white;
}

.form-control::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}


[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transform: translate(60px, 0);
	transform: translate(60px, 0);
	opacity: 0;
}


.carousel .thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 0;
	border: none;
	opacity: 0.6;
	background-color: transparent;

}

.carousel .carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none;
}

.carousel .carousel-control.left {
	background-image: none;
}

.carousel .carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
}

.carousel .carousel-control {
	width: 5%;
}




#info_live {
	background: rgba(27, 30, 49, 0.9);
	position: absolute;
	z-index: 99999;
	color: white;
	width: 100%;
	height: 100%;
	margin-top: 50px;
	text-align: center;
}

#info_live p {
	font-size: 20px;
	color: white;
	font-weight: 400;
	text-align: center;
	margin-top: 100px;
}

#info_live #getting-started {
	font-size: 50px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
}








.spinner {
	width: 40px;
	height: 40px;
	margin: 100px auto;
	background-color: rgba(255, 255, 255, 0.7);

	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

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

	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}




.material-switch>input[type="checkbox"] {
	display: none;
}

.material-switch>label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

.material-switch>label::before {
	background: lightgray !important;
	border-radius: 40px;
	content: '';
	height: 24px;
	margin-top: -10px;
	position: absolute;
	opacity: 0.3;
	width: 40px;
}

.material-switch>label::after {
	background: lightgray;
	border-radius: 20px;
	content: '';
	height: 20px;
	left: 3px;
	margin-top: -8px;
	position: absolute;
	top: 0px;
	width: 20px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
	background: inherit !important;
	opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
	background: inherit;
	left: 18px;
}

.grandientblack {
	text-shadow: 0px 0px 10px black;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
	margin-left: 15px;
	margin-top: 90px;
	position: absolute;
	padding-left: 20px;
	opacity: 1;
	width: 250px;
	font-size: 18px;
	z-index: 999999999999;
	height: 50px;
}


.grandientblackLiveCardInvert {
	background-image: linear-gradient(to bottom, rgba(27, 30, 49, 0.9) 0%, rgba(27, 30, 49, 0.5) 70%, transparent 100%);
}

.grandientblackLiveCard {
	background-image: linear-gradient(to top, rgba(27, 30, 49, 1) 0%, rgba(27, 30, 49, 0.8) 70%, transparent 100%);
}

.grandientbackTitleLive {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 80px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);
}

#loaderPage {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#loaderPage .spinner {
	margin-top: 250px;
}


#loaderPage .paymentOk {
	margin-top: 250px;
	color: white;
	font-size: 20px;
	text-align: center;
}





#sel_lang .lang {
	width: 200px;
	background: transparent;
	color: white;
	line-height: 25px;
	font-size: 14px;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
	margin: 20px 0 0;
}

#sel_lang .lang:after {
	content: '\2193';
	position: absolute;
	right: 10px;
}

#sel_lang ul.select {
	margin: 0;
	padding: 0;
	display: none;
}

#sel_lang ul.select>li {
	width: 200px;
	background: transparent;
	line-height: 25px;
	font-size: 14px;
	color: white;
	padding: 0 10px;
	cursor: pointer;
	list-style-type: none;
}

#sel_lang ul.select>li:hover,
ul.select>li.active {
	background: rgba(255, 255, 255, 0.2);
}

select option:checked.form-control {
	color: #fff;
}

select.form-control:before {
	color: #383838;
}



.scroll-nav-tab-horizontal .nav-tabs {
	overflow-x: auto;
	overflow-y: hidden;
	display: -webkit-box;
	display: -moz-box;
}

.scroll-nav-tab-horizontal .nav-tabs>li {
	float: none;
}

.scroll-horizontal {
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
}

.card {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.card3 {
	box-shadow: 0 4px 12px #0000001f;
}

.card2-br {
	background: #fff;
	border-radius: 20px !important;
	box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.3);
	padding: 20px;
}

.txt-light {
	color: white;
}

.txt-dark {
	color: #383838;
}

.bg-white {
	background: white;
}

.bg-green {
	background: #00C23B;
}

.bg-blue {
	background: #218DEA;
}


.btn-float {
	/*   bottom: 20px;
  right: 40px;
  position: fixed !important; */
	left: 20px;
	margin-top: 15px;
}

.btn-floating {
	display: inline-block;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	background-color: #00C23B;
	border-radius: 50%;
	transition: .3s;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}

.btn-floating:hover {
	background: #00992f;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}


.btn-floating i {
	width: inherit;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	line-height: 45px;
}






.nav-tabs {
	border-bottom: 0px;
}

.nav_on_white li {
	background: transparent;
}

.nav_on_white li:hover {
	background: #efefef;
}

.nav_on_white .active {
	background: #efefef;
}













.button-sel-cat {
	width: 180px;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.6);
	padding: 20px 32px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	background: transparent;
	-webkit-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
	transition: border-color 0.5s, background-color 0.5s, color 0.5s;
}

.button-sel-cat:hover {
	background-color: #fff;
	border-color: transparent;
	color: #444;
}




figure.subcat_selector {
	cursor: pointer;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	background: #161825;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: white;
	font-size: 17px;
	font-weight: bold;
}

figure.subcat_selector * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

figure.subcat_selector img {
	max-width: 100%;
	vertical-align: top;
}

figure.subcat_selector i {
	position: absolute;
	top: 80%;
	left: 50%;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #00DD43;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

figure.subcat_selector a {
	left: 0;
	right: 0;
	top: 45%;
	bottom: 0;
	position: absolute;
}

figure.subcat_selector.blue {
	background-color: #161825;
}

figure.subcat_selector.blue i {
	color: #161825;
}

figure.subcat_selector.red {
	background-color: #ab3326;
}

figure.subcat_selector.red i {
	color: #962d22;
}

figure.subcat_selector.yellow {
	background-color: #e08e0b;
}

figure.subcat_selector.yellow i {
	color: #c87f0a;
}

figure.subcat_selector.green {
	background-color: #229955;
}

figure.subcat_selector.green i {
	color: #1e8449;
}

figure.subcat_selector.orange {
	background-color: #d67118;
}

figure.subcat_selector.orange i {
	color: #bf6516;
}

figure.subcat_selector.navy {
	background-color: #2b3c4e;
}

figure.subcat_selector.navy i {
	color: #222f3d;
}

figure.subcat_selector:hover img,
figure.subcat_selector.hover img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

figure.subcat_selector:hover i,
figure.subcat_selector.hover i {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}




/* VIDEO CARD */
.row__inner {
	-webkit-transition: 250ms -webkit-transform;
	transition: 250ms -webkit-transform;
	transition: 250ms transform;
	transition: 250ms transform, 250ms -webkit-transform;
	font-size: 0;
	white-space: nowrap;
	margin: 70.3125px 0;
	padding-bottom: 10px;
}

.tile {
	position: relative;
	display: inline-block;
	margin-right: 50px;
	font-size: 20px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: 250ms all;
	transition: 250ms all;
	-webkit-transform-origin: center left;
	transform-origin: center left;

}



.tileDisable {
	pointer-events: none !important;
	cursor: default !important;
	opacity: 0.8;
}

.tile_details_opacity {
	opacity: 0.7 !important;
}

.tile__box {
	background: #1C1C1C;
	/* padding-top: 56.25%; */
	aspect-ratio: 16/9;
	width: 100%;
	/* height: 100%; */
	/* z-index: 1; */
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index: 0;
}


.extra__info {
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
	font-size: 14px;
}

.tile__box_vertical {
	aspect-ratio: 2 / 3;
}

.vertical_tile__title {
	height: 50px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	cursor: pointer;
	word-break: break-word;
	overflow: hidden;
}

.tile__media {
	overflow: hidden;
}

.tile__media .thumbs_video {
	z-index: -1;
}

.tile__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -2;
}

.tile__media_vertical img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 0;
}

/*VIDEO MANAGER*/
#inserisci_evento {
	margin: 15px;
}

.btn-assessment {
	background-color: black;
	margin-right: 10px;
}

/* Media series */
@media screen and (max-width: 1350px) {

	.tile__title {
		font-size: 15px !important;
		word-wrap: break-word
	}


	.label_teyuto_price {
		display: none;
	}
}



.top_n_number_tile {
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: -20px;
	margin-top: 7px;
	position: relative;
	z-index: 2;
}

.top_n_number_tile span {
	font-size: 30px;
	background: black;
	color: white;
	padding: 10px 18px;
	border-radius: 100px;
	position: relative;
	font-weight: 500;
}

.tile__additionaActions {
	display: none;
}



.tile__start_watch {
	width: 70%;
	margin-bottom: 5px;
	padding-left: 10px;
}

.tile__reminder {
	width: 15%;
}

.tile__info {
	width: 15%;
}

.thumb_content_preview_trailer>.tile__additionaActions {
	display: flex;
}

.tile_play_now {
	background: white !important;
	transition: 0.2s;
}

.tile_play_now i {
	color: black;
}

.tile_play_now:hover {
	transition: 0.2s;
	background: white;
	transform: scale(1.05);
}

.tile__start_watch .watch_now_span {
	font-size: 16px;
	font-weight: 500;
	margin-left: 10px;
	/* color:white; */
}

.tile_reminder_block {
	position: absolute;
	right: 10px;
	margin-top: -45px;
}

.tile_lock {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 16px;
	color: white;
}

/*new*/

/* Media series */


.detailsTypeVideo {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 3px;
	color: white;
	font-weight: 500;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
}

.detailsTypeVideoLiveInLive {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 3px;
	color: white;
	font-weight: 500;
	font-size: 14px;
	border-radius: 3px;
}

.detailsTypeVideo span {
	color: white !important;
}


@media screen and (max-width: 470px) {

	.tile__title {
		font-size: 13px !important;
	}

	.detailsTypeVideo {
		display: none;
	}
}





.tile__details {
	/*   background: #151515 !important; */
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	font-size: 10px;
	opacity: 0.8;
	-webkit-transition: 450ms opacity;
	transition: 450ms opacity;
	border-radius: 4px;
	/* 	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
	overflow: hidden;
	z-index: 0;
}

.tile__details:after,
.tile__details:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: #000;
	opacity: 0;
}

.thumb_content_preview {
	transition: 0.1s ease-out;
}


.thumb_content_preview:hover {
	opacity: 1;
	/* transform: scale(1.05) !important; */
	border-radius: 7px;
	transition: 0.1s ease-in;
}


.thumb_content_preview_trailer.itemNearLeft {
	/* background-color: red !important; */
	margin-left: 20px !important;
}

.thumb_content_preview_trailer.itemNearRight {
	/* position: absolute; */
	margin-left: -120px !important;
	/* background-color: red !important; */
}

.thumb_content_preview_trailer.thumb_content_preview_vertical.itemNearLeft {
	/* background-color: red !important; */
	margin-left: 20px !important;
}

.thumb_content_preview_trailer.thumb_content_preview_vertical.itemNearRight {
	/* position: absolute; */
	margin-left: -250px !important;
	/* background-color: red !important; */
}



.thumb_content_preview_trailer.thumb_content_preview_vertical {
	width: 550px !important;
	max-height: 450px !important;
	/* width: 300px !important;
	max-height: 450px !important; */
}


.thumb_content_preview_trailer.thumb_content_preview_vertical[aria-hidden="true"] {
	opacity: 0.3;
}

.thumb_content_preview_trailer .tile__box_vertical {
	aspect-ratio: 16/9;
}

.thumb_content_preview_trailer {
	position: relative;
	transition: 0.1s !important;
	/* transform: scale(1.2) !important; */
	width: 350px !important;
	background: #161616;
	z-index: 9;
	padding: 0 !important;
	/* transform: scale(1.3) !important; */
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
	min-height: 395px !important;
	border-radius: 10px;
}

.thumb_content_preview_trailer .tile__contentDetails {
	padding-left: 10px;
	padding-right: 10px;
}

.thumb_content_preview_trailer .tile__description {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.thumb_content_preview_trailer .tile__title {
	visibility: visible;
}

.thumb_content_preview_trailer .extra__info {
	display: block;
}




.controlTrailerThumbs {
	display: none;
}

.thumb_content_preview_trailer .controlTrailerThumbs {
	display: block;
}


/*.thumb_content_preview:hover .tile__details{
  min-height:310px;
  background: linear-gradient(#2C2C2C, transparent);
}*/

.liveHorizontalListVideo {
	padding-top: 15px;
	padding-bottom: 20px;
}


.horizontalBrowserAll i {
	margin-left: 5px;
}

.horizontalBrowserAll:hover i {
	margin-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
}

.tile__description {
	color: gray;
	font-size: 14px;
	font-weight: 500;
	display: block;
	line-height: 15px;
	margin-top: 6px;
	margin-bottom: 0px;
	display: none;
}

/* .thumb_content_preview:hover .tile__description {
	display: block !important;
} */

.tile__video__preview {
	position: absolute;
	top: 0px;
	left: 0px;
}




.tile__title {
	position: inherit;
	bottom: 0;
	padding-top: 7px;
	color: white;
	font-size: 16px;
	font-weight: 500;
	opacity: 1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	cursor: pointer;
	word-break: break-word;
	overflow: hidden;
}


#mainLiveAll .tile__title {
	height: 90px;
}


.row__inner .reminder_block {
	display: none;
}

.tile:hover .reminder_block {
	display: block;
}



/*****/



.scroll-horizontal::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.scroll-horizontal::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
}

.scroll-horizontal::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.5);
}





.button-overlay {
	z-index: 999;
	position: absolute;
	height: 200px;
	width: 45px;
	color: #fff;
	font-size: 4em;
	align-items: center;
	display: flex;
	cursor: pointer;
	margin-top: -275px;
}








.animation {
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
}

.animation--infinite {
	animation-iteration-count: infinite;
}

.animation--up-down {
	animation-name: upDown;
}

@keyframes upDown {
	0% {
		transform: translateY(-15px);
	}

	50% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-15px);
	}
}

.button--scroll {
	bottom: 2rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 999;
}





.site-search {
	position: relative;
	margin-top: -5px;
}

.site-search__icon {
	position: relative;
	cursor: pointer;
	margin-left: -30px;
	display: ruby;
	vertical-align: middle;
	font-size: 17px;
	color: white;
	margin-bottom: 8px;
}

.site-search__input {
	margin-top: 15px;
	float: left;
	background: transparent;
	border: none;
	cursor: pointer;
	height: 36px;
	padding-left: 15px;
	text-indent: -9999px;
	width: 36px;
	border-radius: 7px;
	color: white;
	outline: none;
	-webkit-transition: width 0.2s cubic-bezier(0, 1.2, 0.4, 1.1);
	transition: width 0.2s cubic-bezier(0, 1.2, 0.4, 1.1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
}

.site-search__input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4);
}

.site-search__input:-moz-placeholder {
	color: rgba(255, 255, 255, .4);
}

.site-search__input::-moz-placeholder {
	color: rgba(255, 255, 255, .4);
}

.site-search__input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .4);
}

.site-search__input:focus::-webkit-input-placeholder {
	opacity: .5;
}

.site-search__input:focus:-moz-placeholder {
	opacity: .5;
}

.site-search__input:focus::-moz-placeholder {
	opacity: .5;
}

.site-search__input:focus:-ms-input-placeholder {
	opacity: .5;
}

.site-search:hover .site-search__input {
	background: rgba(255, 255, 255, 0.05);
	text-indent: 0;
	width: 100%;
	padding-left: 15px;
	font-size: 15px;
	color: white;
}

.siteSearchHover {
	background: rgba(255, 255, 255, 0.05);
	text-indent: 0;
	width: 100%;
	padding-left: 15px;
	font-size: 15px;
	color: white;
}

.site-search__submit {
	display: none;
}




.siteSearchDirectory {
	background: rgba(255, 255, 255, 0.05) !important;
	text-indent: 0;
	width: 97%;
	padding-left: 15px;
	font-size: 15px;
	padding: 15px;
	height: 36px;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 7px;
	box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}



.siteSearchDirectory:hover {
	background: rgba(255, 255, 255, 0.15) !important;
	color: white !important;
	-webkit-transition: all 0.3s ease-in-out;

}


.siteSearchDirectory::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .3);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}









.label-circle {
	padding: 10px;
	border-radius: 60px;
}




.avatarCirclePulse {
	-webkit-transition: all .3s cubic-bezier(.37, .26, .35, 1);
	transition: all .3s cubic-bezier(.37, .26, .35, 1);
	-webkit-animation: circleAnSmallFirst 3s infinite;
	animation: circleAnSmallFirst 3s infinite;
	width: 140px;
	height: 140px;
	margin: auto;
	background: url('/img/no_img_profile_u.png');
	background-size: cover;
	background-position: center center;
	border-radius: 100%;
	box-shadow: 0px 30px 30px -25px rgba(0, 0, 0, 0.6);
}

.avatarCirclePulse:hover {
	-webkit-transform: scale(1.35);
	-ms-transform: scale(1.35);
	transform: scale(1.35);
	-webkit-transition: all .3s cubic-bezier(.37, .26, .35, 1);
	transition: all .3s cubic-bezier(.37, .26, .35, 1);
	-webkit-animation: circleAnSmall 3s infinite;
	animation: circleAnSmall 3s infinite;
}

@-webkit-keyframes circleAnSmall {
	0% {
		box-shadow:
			0px 5px 5px -4px rgba(0, 0, 0, 0.6),
			0px 0px 0px 0px rgba(67, 52, 109, 1),
			0px 0px 0px 0px rgba(67, 52, 109, .7),
			0px 0px 0px 0px rgba(67, 52, 109, .5);
	}

	100% {
		box-shadow:
			0px 5px 5px -4px rgba(0, 0, 0, 0.6),
			0px 0px 0px 10px rgba(67, 52, 109, 0),
			0px 0px 0px 30px rgba(67, 52, 109, 0),
			0px 0px 0px 40px rgba(67, 52, 109, 0);
	}
}

@keyframes circleAnSmall {
	0% {
		box-shadow:
			0px 5px 5px -4px rgba(0, 0, 0, 0.6),
			0px 0px 0px 0px rgba(67, 52, 109, 1),
			0px 0px 0px 0px rgba(67, 52, 109, .7),
			0px 0px 0px 0px rgba(67, 52, 109, .5);
	}

	100% {
		box-shadow:
			0px 5px 5px -4px rgba(0, 0, 0, 0.6),
			0px 0px 0px 10px rgba(67, 52, 109, 0),
			0px 0px 0px 30px rgba(67, 52, 109, 0),
			0px 0px 0px 40px rgba(67, 52, 109, 0);
	}
}

@-webkit-keyframes circleAnSmallFirst {
	0% {
		box-shadow:
			0px 2px 2px -1px rgba(0, 0, 0, 0.6),
			0px 0px 0px 0px rgba(67, 52, 109, 1),
			0px 0px 0px 0px rgba(67, 52, 109, .7),
			0px 0px 0px 0px rgba(67, 52, 109, .5);
	}

	100% {
		box-shadow:
			0px 2px 2px -1px rgba(0, 0, 0, 0.6),
			0px 0px 0px 10px rgba(67, 52, 109, 0),
			0px 0px 0px 30px rgba(67, 52, 109, 0),
			0px 0px 0px 40px rgba(67, 52, 109, 0);
	}
}

@keyframes circleAnSmallFirst {
	0% {
		box-shadow:
			0px 2px 2px -1px rgba(0, 0, 0, 0.6),
			0px 0px 0px 0px rgba(67, 52, 109, 1),
			0px 0px 0px 0px rgba(67, 52, 109, .7),
			0px 0px 0px 0px rgba(67, 52, 109, .5);
	}

	100% {
		box-shadow:
			0px 2px 2px -1px rgba(0, 0, 0, 0.6),
			0px 0px 0px 5px rgba(67, 52, 109, 0),
			0px 0px 0px 10px rgba(67, 52, 109, 0),
			0px 0px 0px 20px rgba(67, 52, 109, 0);
	}
}

.row__innerAvatarCirclePulse {
	white-space: nowrap;
	margin: 70.3125px 0;
}




.reminder_block {
	position: absolute !important;
	z-index: 99;
	bottom: 4px;
	right: 4px;
	opacity: 0;
}



.tile__box:hover .reminder_block {
	opacity: 1;
}

.box-like-views {
	color: white;
	font-size: 12px;
	text-align: right;
    opacity: .7;
	/* padding-right: 7px; */
}


.box-like-viewsLiveinLive2 {
	color: white;
    opacity: .7;
	font-size: 12px;
}

.likes-label, .comments-total-label {
	margin-left: 5px;
	margin-bottom: 0px !important;
	cursor: pointer;
	font-size: 12px;
}

.div-likes {
	cursor: pointer;
	display: inline-block;
}

.div-views {
	display: inline-block;
	margin-left: 10px;
}

.btn-null {
	background: transparent;
	box-shadow: transparent !important;
}

.btn-dark {
	background: rgba(0, 0, 0, 0.5);
	color: white;
}

.btn-dark:hover {
	background: rgba(0, 0, 0, 0.8);
	color: white;
}

.btn-void {
	background: rgba(255, 255, 255, 0.1);
	color: white;
}

.btn-void:hover {
	background: rgba(255, 255, 255, 0.2);
	color: white;
}

.btn-void:focus {
	background: rgba(255, 255, 255, 0.2);
	color: white;
}

.btn-subscribe {
	background-color: #e1d10a;
}


.btn-np {
	background: transparent !important;
	color: #1BABFB !important;
	border: 2px solid #1BABFB !important;
}

.btn-np:hover {
	background: #1BABFB !important;
	color: white !important;
}


.btn-subscribe:hover {
	color: white;
}

.btn-teyuto {
	color: white;
	font-size: 14px;
	font-weight: bold;
	background: -webkit-linear-gradient(-45deg, #3AA9F8 0%, #5D82EE 100%);

}

.btn-teyuto:hover {
	color: white;
	opacity: 0.8;
}

.transition-zoom {
	-webkit-transition: all .3s cubic-bezier(.37, .26, .35, 1);
	transition: all .3s cubic-bezier(.37, .26, .35, 1);
}

.transition-zoom:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all .3s cubic-bezier(.37, .26, .35, 1);
	transition: all .3s cubic-bezier(.37, .26, .35, 1);
	z-index: 99999;

}



.transition-zoom-sx {
	-webkit-transition: all .3s cubic-bezier(.37, .26, .35, 1);
	transition: all .3s cubic-bezier(.37, .26, .35, 1);
}

.transition-zoom-sx:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);

}

.transition-zoom-ssx {
	-webkit-transition: all .1s cubic-bezier(.37, .26, .35, 1);
	transition: all .1s cubic-bezier(.37, .26, .35, 1);
}

.transition-zoom-ssx:hover {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);

}





@-webkit-keyframes flip {
	to {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes flip {
	to {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}



.live_chat_messaggio {
	max-width: 400px;
	word-wrap: break-word;
}




.table-disp td {
	width: 50px;
}

.disponibilita {
	color: #ddd;
	text-align: center;
}






.cardUser {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	height: 250px;
	background-color: transparent;
	cursor: pointer;
}

.card__background,
.card__shadow,
.card__info,
.card__follow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cardUser.hover .card__background,
.cardUser:hover .card__background {
	-webkit-filter: blur(2px);
	filter: blur(2px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.card__background {
	background-size: cover;
	background-position: center;
	opacity: 0.95;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-filter 0.2s ease;
	transition: -webkit-transform 0.2s ease-in-out, -webkit-filter 0.2s ease;
	transition: transform 0.2s ease-in-out, filter 0.2s ease;
	transition: transform 0.2s ease-in-out, filter 0.2s ease, -webkit-transform 0.2s ease-in-out, -webkit-filter 0.2s ease;
}

.cardUser.hover .card__shadow,
.cardUser:hover .card__shadow {
	opacity: 0.95;
}

.card__shadow {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, #000 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0, #000 100%);
	opacity: 0.6;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.cardUser.hover .card__info,
.cardUser:hover .card__info {
	-webkit-transform: translateY(-37px);
	transform: translateY(-37px);
}

.card__info {
	top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	padding: 15px 10px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.card__name {
	text-transform: capitalize;
	font-size: 28px;
	line-height: 30px;
	font-weight: 300;
	margin-right: 50%;
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.95);
}

.card__name:after {
	content: '';
	display: block;
	width: 20%;
	height: 2px;
	background-color: #ddd;
	margin: 5px 0 3px;
}

.card__about,
.card__description {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 8px;
}

.card__about {
	-ms-flex-item-align: start;
	align-self: flex-start;
	line-height: 14px;
}

.card__about .country {
	text-transform: capitalize;
}

.cardUser.hover .card__description,
.cardUser:hover .card__description {
	max-height: 400px;
	opacity: 1;
}

.card__description {
	max-height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease, max-height 0.2s;
	transition: opacity 0.3s ease, max-height 0.2s;
}

.cardUser.hover .card__follow,
.cardUser:hover .card__follow {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.card__follow {
	top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 37px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	background-color: #ddd;
	-webkit-transform: translateY(37px);
	transform: translateY(37px);
	-webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease-in-out;
	transition: background-color 0.2s ease, -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, background-color 0.2s ease;
	transition: transform 0.2s ease-in-out, background-color 0.2s ease, -webkit-transform 0.2s ease-in-out;
}

.card__follow:hover {
	background-color: #01D440;
}






.pulseGreen {
	-webkit-animation: pulseBtnAnimGreen 1.5s infinite;
}

@-webkit-keyframes pulseBtnAnimGreen {
	0% {
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		transform: scale(0.95);

	}

	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 30px rgba(0, 194, 59, 0.05);
	}

	100% {
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 194, 59, 0);
	}
}

.btn-bord {
	background: transparent;
	border: 1px solid white;
	color: white;
	border-radius: 5px;
}

.btn-xs {
	height: 35px !important;
	min-width: 35px !important;
	line-height: 35px;
	font-size: 11px !important;
	font-weight: 700;
}

.span_extra_info {
	font-weight: 400;
	opacity: 0.7;
}


.btn-lg {
	height: 75px;
	line-height: 75px;
	font-size: 25px !important;
	padding: 0px 35px;
	font-weight: 700;
}


.btn-xxs {
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 700;
	padding: 0 5px;
}

.btn-round {
	border-radius: 50px !important;
	height: 40px;
	width: 40px;
	margin: 0px;
	padding: 0px;
}


.btn-round i {
	font-size: 15px;
	color: white;
	opacity: 1;
	margin-right: 0px;
	position: relative;
	top: 0px;
}

.progressBar {
	width: 100%;
	height: 50px;
}

.progressBar .progress-wrap {
	background: white;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.progressBar .progress-wrap .progress-bar {
	background: #ddd;
	left: 0;
	position: absolute;
	top: 0;
}






/** TOAST NOTIFICATIONS **/
.toast_notification-container {
	width: 90%;
	max-width: 330px;
	margin: 0 auto;
	z-index: 999999999999999999999999999999 !important;
}

[class*="toast_notification-pos-"] {
	position: fixed;
	padding: 10px;
	z-index: 999999999999999999999999999999 !important;
}

.toast_notification-pos-top {
	top: 0;
}

.toast_notification-pos-right {
	right: 0;
}

.toast_notification-pos-bottom {
	bottom: 0;
}

.toast_notification-pos-left {
	left: 0;
}

.toast_notification {
	display: none;
	padding: 20px;
	margin: 20px 0;
}

.toast_notification-trigger {
	color: #ffffff;
}

.toast_notification {
	background: rgba(000, 000, 000, .5);
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 7px;
	border: 1px solid rgba(255, 255, 255, .2);
}

/** END TOAST NOTIFICATION **/




.btn-round-big {
	border-width: 1px;
	border-radius: 30px !important;
	padding: 11px 23px;
}




.boxCurrentAnswer {
	display: none;
	z-index: 999;
	position: absolute;
	top: 38px;
	left: 0px;
	background: rgba(0, 0, 0, 0.95);
	width: 100%;
	height: 150px;
	color: white;
	text-align: center;
}

.boxCurrentAnswerMessage {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;

}

.boxCurrentAnswerClose {
	position: absolute;
	right: 10px;
	top: 5px;
	color: white;
	cursor: pointer;
	font-size: 12px;
}

.boxCurrentAnswerHint {
	margin-top: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

.boxCurrentAnswerButton {
	margin-top: 20px;
}




/* LIVE HORIZONTAL SERIES CARD */



/* SERIES CARD */





.label_teyuto_price {
	position: absolute;
	right: 0;
	top: 0px;
	background: rgba(0, 0, 0, .9);
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 0px;
	letter-spacing: 1px;
	z-index: 99;
	color: white;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom-left-radius: 10px;
}



/*end*/



.footer_block {
	padding: 50px;
	background: black;
}

.footer_first {
	padding-bottom: 70px;
}

.footer_last {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 10px;
}

.footer_block .infosoc {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 12px;
}

.footer_block .infolink {
	text-align: center;
}

.footer_block .infolink a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

.footer_block .infolink a:hover {
	color: rgba(255, 255, 255, 1);
}

.footer_block .sociallink {
	margin-top: 11px;
	text-align: left;
	padding-top: 0px;
}

.footer_block span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

.footer_block .sociallink a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	padding-left: 10px;
}

.footer_block .sociallink a:hover {
	color: rgba(255, 255, 255, 1);
}

.footer_block .madeinfo {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	text-align: right;
	padding-top: 15px;
}

@media screen and (max-width: 770px) {
	.footer_first {
		text-align: center;
	}

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

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

	.infolink {
		padding-top: 20px;
	}

}


.text-color-teyuto {

	/*background: -webkit-linear-gradient(-45deg, #9A5CE3 0%, #1BABFB 64%, #00E5CE 100%);*/
	background: -webkit-linear-gradient(-45deg, #33c2da 0%, #067fcb 100%);

	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.bg-teyuto {
	background: -webkit-linear-gradient(-45deg, #33c2da 0%, #067fcb 100%);
}

.welcome-card:hover {
	background: -webkit-linear-gradient(-45deg, #33c2da 0%, #067fcb 100%) !important;
	opacity: 1 !important;
}

.welcome-card {
	margin: 5px;
	/* cursor: pointer; */
}

.text-color-danger {
	background: #FF416C;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FF4B2B, #FF416C);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: red;
	position: absolute;
	right: 10px;
	top: 25px;
	line-height: 1.5;
}


.text-color-success {
	background: #56ab2f;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #a8e063, #56ab2f);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.circleCanCreateVideos {
	width: 13px;
	height: 13px;
	background-color: #08AEEA;
	background-image: linear-gradient(250deg, #08AEEA 0%, #2AF598 100%);
	border-radius: 40px;
	float: left;
	margin-top: 4px;
}

.circleNotCanCreateVideos {
	width: 13px;
	height: 13px;
	background-color: #FFE53B;
	background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
	border-radius: 40px;
	float: left;
	margin-top: 4px;
}



.hoverVideo {
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999999999999999999999999;
	text-align: center;
	padding: 0px;
}

.hoverVideo a {
	position: fixed;
	right: 13px;
	top: 30px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px;
	border-radius: 12px;
}

.hoverVideo i {
	font-size: 30px;
}

.playTrailerBtn {
	cursor: pointer;
	opacity: .7;
}

.playTrailerBtn:hover {
	opacity: 1;

}

.modal-content h3 {
	color: white;
	font-weight: 600;
}

.modal-backdrop {
	position: fixed;
	bottom: 0;
	height: auto !important;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.35;
	background: black;
}


.modal-content {
	/*background-color: rgba(32,37,43,0.95);*/
	background-color: #161616;
	/*background:-webkit-linear-gradient(-90deg, rgba(255,255,255,.06) 0%, transparent 100%)*/
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	border-radius: 7px !important;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 15px;
	border: 0px solid transparent !important;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 50px 60px 10px rgba(50, 50, 50, 0.05);
}

.modal-content-absolute {
	position: absolute !important;
	overflow-y: auto !important;
}


.modal-header .close {
	position: absolute;
	top: 20px;
	right: 11px;
	font-size: 32px;
	margin-top: -11px;
	font-weight: 300;
	text-shadow: none;
	opacity: 0.7;
	color: white !important;
	height: 35px;
	background: rgba(0, 0, 0, .6);
	border-radius: 50px;
	width: 35px;
	z-index: 9999999999999999999;
	padding-bottom: 10px;
}

.modal-header .close:hover {
	opacity: 1;
}

.btn-alpha {
	background: rgba(255, 255, 255, .07);
	border: 0px;
	font-weight: 900;
	color: rgba(255, 255, 255, .8);
	font-size: 13px;
	padding-left: 26px;
	padding-right: 26px;
}

.btn-alpha:hover {
	background: rgba(255, 255, 255, .1);
	color: white;
}

.btn-alpha-pricing {
	background: rgba(255, 255, 255, .07);
	border: 0px;
	font-weight: 300;
	color: rgba(255, 255, 255, .8);
	margin-left: 5px;
	margin-right: 5px;
}

.btn-alpha-pricing:hover {
	background: rgba(255, 255, 255, .1);
	color: white;
}

.alpha-pricing-bold {
	font-weight: 800;
	font-size: 20px;
}

.alpha-pricing-normal {
	font-weight: 800;
	font-size: 15px;
	text-transform: none;
}

.btn-alpha-big {
	background: rgba(255, 255, 255, .07);
	border: 0px;
	font-weight: 900;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	padding-left: 26px;
	padding-right: 26px;
}

.btn-alpha-big:hover {
	background: rgba(255, 255, 255, .1);
	border: 0px;
	color: white;
}

.btn-alpha-blue-big {
	background: rgba(93, 130, 238, 0.2);
	border: 0px;
	font-weight: 900;
	color: white;
	font-size: 16px;
	padding-left: 26px;
	padding-right: 26px;
}

.btn-alpha-blue-big:hover {
	background: rgba(93, 130, 238, 0.3);
	border: 0px;
	font-weight: 600;
	color: white;
}


.btn-alpha-yellow-big {
	background: rgba(238, 238, 0, 0.2);
	border: 0px;
	font-weight: 900;
	color: white;
	font-size: 16px;
	padding-left: 26px;
	padding-right: 26px;
}

.btn-alpha-yellow-big:hover {
	background: rgba(238, 238, 0, 0.3);
	border: 0px;
	font-weight: 600;
	color: white;
}

.btn-transparent {
	background: transparent;
	border: 0px !important;
	font-weight: 600;
	color: white;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	opacity: 0.8;
}

.btn-transparent i {
	color: white;
}

.btn-transparent:hover {
	background: transparent;
	border: 0px !important;
	font-weight: 600;
	color: white;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	opacity: 1;
}

.btn-remember-psw {
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	user-select: none;
	transition: 0.3s;
}

.btn-remember-psw:hover {
	color: white;
	text-decoration: none !important;
}



.headerImageBack {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-position: center;
	position: absolute;
	background-repeat: no-repeat;
}

.box-element-video {
	padding: 30px;
	cursor: pointer;
	border-radius: 8px;
}

.box-element-video:hover {
	background: rgba(255, 255, 255, .1) !important;
	transition-duration: 0.2s;
}

.box-description-video {
	font-size: 17px;
	text-overflow: ellipsis;
}

.box-title-video {
	font-size: 18px;
}

@media (max-width: 995px) {
	.box-description-video {
		font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
	}

	.box-title-video {
		font-size: 16px;
	}
}

.percentVideoProgress {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 5px;
	background-color: red;
	opacity: 1;
	z-index: 999;
	margin: 5px;
	border-radius: 7px;
}

.preloadVideoBox {
	width: 100%;
	height: 200px;
	-webkit-animation: flashpreloadVideoBox linear 1s infinite;
	animation: flash linear 1s infinite;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
}

@-webkit-keyframes flashpreloadVideoBox {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flashpreloadVideoBox {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .1;
	}

	100% {
		opacity: 1;
	}
}





.flashit {
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
	background: rgba(255, 255, 255, .25);
}

@-webkit-keyframes flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .1;
	}

	100% {
		opacity: 1;
	}
}


.bg-dark {
	background: rgba(255, 255, 255, .02);
	border-radius: 6px;
}


.bg-dark.tile_details_opacity {
	background: rgba(255, 255, 255, .07) !important;
}

.bg-dark-card {
	background: rgba(255, 255, 255, .04) !important;
}


.bg-dark-gd {
	background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, .06) 0%, transparent 100%);
}


.bg-dark-ln {
	background: rgba(255, 255, 255, .01) !important;
	border: 1px solid rgba(255, 255, 255, .04) !important;
}




.datepicker {
	border-radius: 12px !important;
	direction: ltr;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 50px 60px 10px rgba(50, 50, 50, 0.05);
}

.datepicker th {
	color: white !important;
}

.datepicker table tr td,
.datepicker table tr th {
	background: black;
	font-size: 13px !important;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
	color: rgb(255, 255, 255, .3) !important;
}

.datepicker table tr td,
.datepicker table tr th {
	border-radius: 16px !important;
	background: transparent !important;
}

.datepicker table tr td:hover {
	background: rgb(255, 255, 255, .2) !important;
}

.datepicker table tr td .active {
	background: rgb(255, 255, 255, .2) !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
	color: #fff;
	background: rgba(255, 255, 255, .6) !important;
}


.datepicker-dropdown:after {
	display: none !important;
}


.datepicker .datepicker-switch {
	width: 145px;
	font-size: 13px !important;
	font-weight: 600 !important;
}




.cardDark {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.01) !important;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
	border-radius: 12px;
	box-shadow: 0px 11px 54px 0px rgba(0, 0, 0, 0.33);
}







.form-control option {
	color: #383838;
}

.description_control {
	color: rgba(255, 255, 255, .4) !important;
	padding-left: 10px;
	width: 80%;
	font-size: small;
}



.childVideos .chosen-container-multi .chosen-choices li.search-choice {
	list-style: decimal-leading-zero;
	margin-left: 30px;
}

.childSeries .chosen-container-multi .chosen-choices li.search-choice {
	list-style: decimal-leading-zero;
	margin-left: 30px;
	cursor: pointer;
}





.modal {
	z-index: 99999;
}


.modal-body {
	overflow-y: auto;
	min-height: 115px !important;
	max-height: 100%;
}



.flipElement {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph;
	/*IE*/
	filter: fliph;
	/*IE*/
}


.flipElementVertical {
	transform: rotateX(180deg);

}



.title-last-media,
.serie_title_main {
	color: white;
	font-size: clamp(17px, 2vw, 23px);
	font-weight: 600;
	/* margin-left: 15px; */
	margin-bottom: 15px;
	margin-top: 35px;
}

.title-last-media {
	margin-left: 5px;
}

h4::first-letter {
	text-transform: capitalize !important;
}



.slick-prev {
	left: 0 !important;
	z-index: 999;
	/* margin-left:-35px; */
}

.slick-next {
	right: 0 !important;
	z-index: 999;
	/* margin-right:35px; */
}


.horizontalVideoGrid {
	display: none;
	/*padding-top:4%;*/
}



.horizontalBrowserAll {
	margin-left: 25px;
	color: rgba(255, 255, 255, .5);
	font-size: calc(12px + 0.3vw);
	cursor: pointer;
	font-weight: 500;
}

.horizontalBrowserAll span {
	color: rgba(255, 255, 255, .5);
}


.pa-b-30 {
	padding-bottom: 30px;
}





.pageContainer {
	display: none;
	margin-top: 100px;
	min-height: 100vh;
}

.pageContainerVisibile {
	margin-top: 100px;
	min-height: 100vh;
}

.resultsSearchTxt {
	font-size: 20px;
	/*color:white;*/
	padding-left: 20px;
	/* font-weight: 200; */
	margin-bottom: 20px;
	line-height: 38px;
}

.homeInputSearchTxt {
	font-weight: 500;
}


#next_video {
	bottom: 50px;
	position: absolute;
	right: 5px;
}

#btn_next_video {
	z-index: 1;
}

#container-trailer-registration {
	margin-top: 290px !important;
	font-size: 14px;
}


#container {
	min-height: 100vh;
}


.slick-arrow,
.slick-prev,
.slick-next {
	top: 35% !important;
}

.slick-prev:before,
.slick-next:before {
	color: white;
	opacity: 1;
}

.slick-arrow {
	display: block;
	/* margin: 0 10px; */
	background: rgba(255, 255, 255, .05) !important;
	width: 40px;
	height: 40px;
	backdrop-filter: blur(15px);
	border-radius: 50px
}

.slick-arrow:hover {
	/*background: rgba(0,0,0,.8);*/
	background: rgba(255, 255, 255, .1) !important;

	opacity: 1;
}







.containerTh {
	margin-top: 100px;
	min-height: 100vh;
	padding: 0;
	/* width: 100%; errore!*/
}







.filesUploadDrag input {
	cursor: pointer;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
	padding: 65px 0px 75px 35%;
	text-align: center !important;
	margin: 0;
	width: 100% !important;
	background: rgba(255, 255, 255, .02) !important;
}

.filesUploadDrag input:focus {
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
	background: rgba(255, 255, 255, .08) !important;

}

.filesUploadDrag {
	position: relative
}

.filesUploadDrag:after {
	pointer-events: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 50px;
	right: 0;
	height: 56px;
	content: "";
	display: block;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
}

.filesUploadDrag:before {
	position: absolute;
	bottom: 10px;
	left: 0;
	pointer-events: none;
	width: 100%;
	right: 0;
	height: 30px;
	display: block;
	margin: 0 auto;
	color: gray;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}




.fontCode {
	font-family: 'Fira Code', monospace !important;

}

.inputCode {
	border: 0px;
	font-size: 12px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 5px;
	width: 100%;
}

.copyThis {
	cursor: pointer;
	word-break: break-word;
	padding: 5px 0;
}





.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.styled-checkbox+label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	/* border:1px solid rgba(255, 255, 255, 0.7); */
}

.styled-checkbox:hover+label:before {
	background: rgba(255, 255, 255, 0.4);
	opacity: 0.6;
}

.styled-checkbox:focus+label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
	background: rgba(255, 255, 255, 0.5);
	color: black;
}

.styled-checkbox:disabled+label {
	color: #000;
	cursor: auto;
}

.styled-checkbox:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

.styled-checkbox:checked+label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
	color: red;
}

.title_privacy {
	text-align: justify;
	font-weight: bold;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 0px 0px;
	margin-top: 11px;
	margin-right: 15px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
	color: white;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 28px;
}

.navbar-toggle i {
	font-size: 20px;
}

.navbar-header {
	padding-left: 3%;
}

.navbar-brand {
	margin: 0px 0px;
	margin-right: 30px;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 180px;
}

.navbar li a {
	border-radius: 6px;
}

/*@media screen and (max-width: 450px){

  .navbar-brand {
    width:70%;
  }

}*/
@media screen and (min-width: 796px) {
	.navbar-collapse {
		padding-right: 3%;
	}
}

@media screen and (max-width: 796px) {
	.navbar-collapse {
		background: rgba(0, 0, 0, 1);
		-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		opacity: 1;
		border-radius: 4px;
	}

	.navbar-collapse .dropdown-menu {
		position: relative;
		width: 100%;
	}
}

/* .dropdown-menu {} */

/* @media only screen and (min-width: 790px) { */

@media only screen and (min-width: 796px) {
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

/* } */

.dropdown a {
	cursor: pointer;
}


.dropdown-menu {
	background: rgba(0, 0, 0, 1);
	color: white;
	border: 0px;
	/*min-width: 200px;*/
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 4px;
}

.dropdown-menu.columns-2 {
	min-width: 400px;
}

.dropdown-menu.columns-3 {
	min-width: 600px;
}

.dropdown-menu li a {
	padding: 5px 15px;
}

.multi-column-dropdown {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}

.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
}

/* @media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
} */


/* NAV STYLE */
.nav-tabs>li>a {
	border: 0px;
	background: transparent;
	color: gray;
	font-weight: bold;
}

.nav-tabs>li>a:hover {
	border: 0px;
	background: transparent;
	color: white;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	background: transparent;
	border: 0px;
	border-bottom: 0px solid white;
	background: rgba(255, 255, 255, 0.1);
	color: white;
	border-radius: 4px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: transparent;
}


.dropdown-menu>li>a {
	color: white;
	/* padding: 5px !important;
	margin-left: 10px;
	margin-right:10px; */
}

.dropdown-menu>li>a:hover {
	color: white;
	background: transparent !important;
}

.dropdown-menu>li:hover {
	background: rgba(0, 0, 0, .2);
	color: white;
}

/* NAV STYLE  END*/



#video_manage_close_insert {
	position: relative;
	z-index: 10;
	margin: 10px;
}

.modal_file {
	float: left;
	width: 50%;
	font-weight: 200;
	margin-bottom: 10px;
}

.assAlreadyUp,
.assAlreadyUploaded {
	float: left;
	margin-right: 10px;
	line-height: 2.5;
}

.padding-20 {
	padding: 20px;
}

.padding-10 {
	padding: 10px;
}

.span-groupmembers {
	font-size: 11px;
	margin-left: 3px;
}


.hero-area {
	min-height: 550px;
	z-index: 1;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.hero-area::before {
	background: rgba(0, 0, 0, 0.3);
	opacity: 1;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
}









/*C SLIDER HOME*/





.c-slide {

	align-items: center;
	width: 100%;
	/* height: 500px !important; */
	background-position: center;
	background-size: cover;
	will-change: background-size;
	position: relative;
	transition: 1s ease;
	transition-delay: .4s;
}

.c-slide:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, .55), transparent) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#9c000000", GradientType=0);
}

.c-slide-content {
	padding: 2rem;
	margin: 0 auto;
	width: 100%;
	z-index: 2;
	max-width: 1200px;
}

.c-slide__title {
	font-size: 4em;
	text-transform: uppercase;
	letter-spacing: 20px;
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	opacity: 0;
	transition: 0.8s ease;
	will-change: opacity, transform;
}

.c-slide__title--large,
.c-slide__title--medium {
	display: block;
	font-size: 2.5em;
	line-height: 110px;
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	will-change: transform;
	transition-delay: 0.4s;
	position: relative;
	transition: 1s ease;
}

.c-slide__title--medium {
	font-size: 1.6em;
	line-height: 100px;
}

.c-slide__subtitle {
	text-transform: uppercase;
	letter-spacing: 3px;
}

.c-slide__body {
	margin-top: 0.7rem;
	opacity: 0;
	line-height: 27px;
}

.c-slide__info {
	-webkit-transform: translateY(-150px);
	transform: translateY(-150px);
	transition: 0.8s ease;
}

.c-wrap {
	padding: 2rem 0;
	overflow: hidden;
}

.c-wrap--small {
	max-width: 30%;
}

.c-wrap--line {
	position: relative;
}

.c-wrap--line:after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background-color: white;
	bottom: 0;
	transition: 0.9s ease;
	transition-delay: 0.4s;
}

.slick-list {
	overflow: visible !important;
}

.animateIn .c-slide__title--large,
.animateIn .c-slide__title--medium,
.animateIn .c-slide__info,
.animateIn .c-slide__title,
.animateIn .c-slide__body,
.initialAnimation .c-slide__title--large,
.initialAnimation .c-slide__title--medium,
.initialAnimation .c-slide__info,
.initialAnimation .c-slide__title,
.initialAnimation .c-slide__body {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.animateIn .c-wrap--line:after,
.initialAnimation .c-wrap--line:after {
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
}

.slick-list {
	transition: 0.5s ease;
}

.u-scale-out {}

.u-scale-in {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media only screen and (max-width: 1300px) {
	.c-slide__title {
		font-size: 3em;
	}

	.c-slide__title--large {
		font-size: 2em;
	}

	.c-wrap--small {
		max-width: 50%;
	}
}

@media only screen and (max-width: 1100px) {
	.c-navigation {
		display: none;
	}

	.c-header {
		justify-content: space-between;
	}
}

@media only screen and (max-width: 800px) {
	.c-slide__title--medium {
		font-size: 1.3em;
	}

	.c-slide__title {
		font-size: 2.5em;
	}

	.c-slide__title--large {
		font-size: 1.5em;
	}

	.c-wrap--small {
		max-width: 80%;
	}
}

/* #htmlDescription{
	color:white;
	font-size: 15px;
	margin-top: 20px;
	font-weight: normal;
	max-height: 140px;
	max-width: 100%;
	overflow-y:hidden;
	padding-right: 5px;
}

@media screen and (max-width: 900px) {
	#htmlDescription {
	 margin-right: 40%;
  }
}
@media screen and (max-width: 992px) {
  #htmlDescription{
    margin-right: 10%;
    font-size: 13px;
  }
}
*/

.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	border-radius: 5px;
}

.styled-checkbox2 {
	position: relative;
}

.styled-checkbox2 label {
	padding-left: 30px;
	font-weight: normal;
	cursor: pointer;
}

.styled-checkbox2 label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 17px;
	height: 17px;
	transition: transform 0.28s ease;
	border-radius: 3px;
	border: 2px solid #fff;
	opacity: 0.3;
}

.styled-checkbox2 label:after {
	content: '';
	display: block;
	width: 10px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg) scale(0);
	transition: transform ease 0.25s;
	position: absolute;
	top: 9px;
	left: 8px;
}

.styled-checkbox2 input[type="checkbox"] {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0;
	margin-left: -20px;
}

.styled-checkbox2 input[type="checkbox"]:checked~label:before {
	border: 2px solid #fff;
	opacity: 1;
}

.styled-checkbox2 input[type="checkbox"]:checked~label:after {
	transform: rotate(-45deg) scale(1);
}

.styled-checkbox2 input[type="checkbox"]:focus+label::before {
	outline: 0;
}


.likes-icon-video {
	position: absolute !important;
	right: 25px !important;
	margin-top: 25px !important;
	cursor: pointer;
}

.likes-icon-serie,
.likes-icon-serie:hover {
	position: absolute !important;
	right: 5px !important;
	margin-top: 25px !important;
	cursor: auto !important;
}

.views-icon,
.views-icon:hover {
	position: absolute;
	left: 5px;
	margin-top: 25px;
	cursor: pointer;
}



#infoEditor {
	position: absolute;
	top: 0;
	height: 30px;
	width: 100%;
	left: 0px;
	background: black;
	color: #fff;
	font-weight: 600px;
	font-size: 17px;
	padding: 7px;
}

#editorJs,
#editorCss {
	position: inherit;
	top: 30px;
	height: 500px;
}


.sellSelectionBox {
	margin-top: 40px;
	opacity: .14;
	pointer-events: none;
}

.select_by_order {
	width: fit-content;
	float: right;
}

.order_dropdown_elem {
	width: 150px;
	float: right;
	font-size: 12px;
}

.select_by_search {
	max-width: 50%;
}

.select_by_order {
	margin-right: 0px;
}

@media screen and (max-width: 980px) {
	.select_by_search {
		max-width: 200px;
	}

	.select_by_order {
		margin-right: -30px;
	}

}

.wait-answer-span {
	color: darkgray !important;
	font-style: oblique;
}

.font-size-10 {
	font-size: 10px !important;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-15 {
	font-size: 15px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-20 {
	font-size: 20px;
}







.sectionContainer {
	min-height: 100vh;
}

.link-element-standard {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-notification {
	display: inline-flex;
}

#show_more {
	display: none;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}

.slick-slider {
	/* overflow: hidden; FIX */
}


.course-progress-icon {
	position: absolute;
	top: 5px;
	margin-left: 10px;
	z-index: 9;
	font-size: 14px;
	color: white !important;
}

.course-progress-iconLiL2 {
	position: absolute;
	bottom: 10px;
	right: 40px;
	z-index: 9;
	font-size: 14px;
	color: white !important;
}

.course-progress-icon i,
.course-progress-iconLiL2 i {
	color: red !important;
}

#modal_popup_lc .modal-dialog {
	width: 870px;
	max-width: 95%;
	min-height: 100px;
	margin-top: -20px;
}

#modal_popup_lc .modal-body {
	padding: 0px;
}

#modal_popup_lc .modal-header {
	min-height: 0px;
	padding: 0px;
}







/*effect toggle*/

/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 2px;
	width: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.35s ease-out;
	transform-origin: center left;
}


/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}

/**
* Animate collapse into X.
*/

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -33%) rotate(45deg);
}

/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}

/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 33%) rotate(-45deg);
}


/**
* Animate collapse open into hamburger menu
*/

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
	transform: translate(0%, 0%) rotate(0deg);
}

/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
	opacity: 1;
}

/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
	transform: translate(0%, 0%) rotate(0deg);
}

/*effect close*/





.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #d3d3d31f;
}





/*SLICK REDESIGN*/

.sliderSlideshow .slick-dots li button:before {
	opacity: 0;
}

.slick-dots li button:before {
	opacity: 1;
	color: rgba(255, 255, 255, 0.2);
	font-size: 10px;
}

.slick-dots li .slick-active button:before {
	color: rgba(255, 255, 255, 0.6);
}

.brandsItems .slick-dots {
	display: none;
}

/*END SLICK */

.controlTrailerPreviewVideoRefresh,
.controlTrailerPreviewVideoVolume,
.controlSetLikeSerie {
	/* background: rgba(255, 255, 255, .08); */
}
















.circularLoading {
	position: absolute;
	width: 50px;
	height: 50px;
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;

}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


.circularLoading .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
	stroke: #fff;
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}



.container {
	width: 100% !important;
	padding: 5.6vw;
}

@media only screen and (max-width: 768px) {
	.container {
		padding: 10vw 5vw;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.container {
		padding: 10vw 5vw;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.container {
		padding: 10vw 5vw;
	}
}






#categorySearchHeaderStyle {
	position: relative;
	width: 100%;
	z-index: -1;
	height: 45vh;
	text-align: center;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}















/*emoji popup*/
:root {
	--e-color-border: #e1e1e1;
	--e-color-emoji-text: #666;
	--e-color-border-emoji-hover: #e1e1e1;
	--e-color-bg: #252627;
	--e-bg-emoji-hover: #f8f8f8;
	--e-size-emoji-text: 16px;
	--e-width-emoji-img: 20px;
	--e-height-emoji-img: 20px;
	--e-max-width: 288px
}

.emoji-wrap {
	display: none;
	position: absolute;
	padding: 8px;
	max-width: var(--e-max-width);
	background-color: var(--e-color-bg);
	border: 1px solid var(--e-color-border);
	border-radius: 4px;
	z-index: 3
}

.emoji-wrap::after,
.emoji-wrap::before {
	position: absolute;
	content: "";
	margin: 0;
	width: 0;
	height: 0
}

.emoji-wrap:after {
	top: -9px;
	left: 14px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid var(--e-color-border)
}

.emoji-wrap::before {
	top: -8px;
	left: 14px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid var(--e-color-bg);
	z-index: 1
}

.emoji-list {
	height: 200px;
	overflow: auto;
	display: flex;
	flex-wrap: wrap
}

.emoji-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 6px;
	color: var(--e-color-emoji-text);
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 4px;
	user-select: none
}

.emoji-item:hover {
	background: var(--e-bg-emoji-hover);
	border-color: var(--e-color-border-emoji-hover)
}

.emoji-item:hover>.emoji-text {
	transform: scale(1.2);
	transition: transform .15s cubic-bezier(.2, 0, .13, 2)
}

.emoji-text {
	font-size: var(--e-size-emoji-text);
	font-weight: 500;
	line-height: 1.2em;
	white-space: nowrap
}

.emoji-img {
	width: var(--e-width-emoji-img);
	height: var(--e-height-emoji-img)
}

.emoji-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	cursor: default;
	content: " ";
	background: 0 0;
	z-index: -1
}

.anim-scale-in {
	animation-name: scale-in;
	animation-duration: .15s;
	animation-timing-function: cubic-bezier(.2, 0, .13, 1.5)
}

@keyframes scale-in {
	0% {
		opacity: 0;
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		transform: scale(1)
	}
}

.emoji-wrap-3 {
	--e-color-border: blue;
	--e-color-emoji-text: #666;
	--e-color-border-emoji-hover: #e1e1e1;
	--e-color-bg: #fff;
	--e-bg-emoji-hover: #f8f8f8;
	--e-size-emoji-text: 16px;
	--e-width-emoji-img: 60px;
	--e-height-emoji-img: 60px;
	--e-max-width: 288px
}

/*end emoji*/


.underline {
	text-decoration: underline;
}





.button-primary {
	display: inline-block;
	padding: 14px 24px;
	/* line-height: 0.55; */
	text-decoration: none;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	color: white;
	background-color: #1BABFB;
	position: relative;
	font-size: 18px;
	cursor: pointer;
	border: 0px;
	text-decoration: none;
}

.button-primary:hover {
	filter: brightness(85%);
}

.button-full {
	width: 100%;
}

.button-secondary {
	display: inline-block;
	padding: 14px 24px;
	/* line-height: 0.55; */
	text-decoration: none;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	color: white;
	background-color: rgba(255, 255, 255, .1);
	position: relative;
	font-size: 18px;
	cursor: pointer;
	border: 0px;
	text-decoration: none;
}

.button-xs{
	padding: 7px 14px !important;
	font-size: 15px;
}

.button-secondary:hover {
	filter: brightness(85%);
	text-decoration: none;
}



.button-void {
	display: inline-block;
	padding: 14px 24px;
	/* line-height: 0.55; */
	text-decoration: none;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	color: white;
	background-color: transparent;
	text-decoration: none;
	position: relative;
	font-size: 18px;
	cursor: pointer;
	border: 0px;
}

.button-void:hover {
	filter: brightness(85%);
	text-decoration: none;
}

.button-round {
	display: inline-block;
	min-width: 45px;
	padding: 0px 13px;
	min-height: 45px;
	line-height: 40px;
	text-decoration: none;
	border-radius: 45px;
	box-sizing: border-box;
	text-align: center;
	color: white;
	background-color: rgba(255, 255, 255, .1);
	position: relative;
	font-size: 18px;
	cursor: pointer;
	border: 0px;
	-webkit-transition: all .1s cubic-bezier(.37, .26, .35, 1);
	transition: all .1s cubic-bezier(.37, .26, .35, 1);
}

.button-round:hover {
	filter: brightness(85%);
	-webkit-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
	background-color: rgba(255, 255, 255, 1);
	color: black !important;
}


.slick-slide {
	padding-left: 12px;
	padding-right: 12px;
}





.loaderSmallThumbPreview {
	position: absolute;
	top: 3px;
	right: 13px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	z-index: 99999999;
}

/*
  Set the color of the icon
*/
.loaderSmallThumbPreview svg path,
.loaderSmallThumbPreview svg rect {
	fill: #fff;
}






.box-element-video-play-icon {
	opacity: 0;
	font-size: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	transform: translate3d(-50%, -50%, 0) !important;
	position: absolute;
	color: white;
	z-index: 9999;
	text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3)
}

.box-element-video:hover .box-element-video-play-icon {
	opacity: 1 !important;
	transition-duration: 0.4s;
}


.box-element-video .reminder_blockLiveinLive2 {
	opacity: 0;
	position: absolute;
	right: 4px;
	bottom: 4px;
	z-index: 99999;
}


.box-element-video:hover .reminder_blockLiveinLive2 {
	opacity: 1 !important;
	transition-duration: 0.4s;
}



.img-container-vertical-list-video {
	border-radius: 7px;
}




.tile:hover .top_n_number_tile {
	opacity: 0 !important;
}

/* 
.tile_numbered{
	-webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1), transparent 100%);
} */


#loading_results_spinner {
	min-height: 100px;
}





/*slider settings*/

@media screen and (min-width: 0px) {
	.swiffy-slider.responsive-slide-movie-featured.slider-item-vertical {
		--swiffy-slider-item-count: 2;
	}

	.swiffy-slider.responsive-slide-movie-featured {
		--swiffy-slider-item-count: 1;
	}
}

@media screen and (min-width: 950px) {
	.swiffy-slider.responsive-slide-movie-featured.slider-item-vertical {
		--swiffy-slider-item-count: 3;
	}

	.swiffy-slider.responsive-slide-movie-featured {
		--swiffy-slider-item-count: 2;
	}
}

@media screen and (min-width: 1350px) {
	.swiffy-slider.responsive-slide-movie-featured.slider-item-vertical {
		--swiffy-slider-item-count: 4;
	}

	.swiffy-slider.responsive-slide-movie-featured {
		--swiffy-slider-item-count: 3;
	}
}


@media screen and (min-width: 0px) {
	.swiffy-slider.responsive-slide-movie {
		--swiffy-slider-item-count: 2;
	}
}

@media screen and (min-width: 750px) {
	.swiffy-slider.responsive-slide-movie {
		--swiffy-slider-item-count: 3;
	}
}

@media screen and (min-width: 950px) {
	.swiffy-slider.responsive-slide-movie {
		--swiffy-slider-item-count: 4;
	}
}

@media screen and (min-width: 1350px) {
	.swiffy-slider.responsive-slide-movie {
		--swiffy-slider-item-count: 5;
	}
}



.slider-container {
	overflow-y: hidden !important;
}


.liveHorizontalListVideo .slider-container,
.sectionHomeListCategories .slider-container,
.imagesItems .slider-container,
.sliderSlideshow .slider-container {
	padding-left: 3%;
	padding-right: 3%;
}

.serie_title_main {
	margin-left: 3%;
}

.liveHorizontalListVideo .slider-container,
.sectionHomeListCategories .slider-container {
	scroll-padding-inline-start: 3%;
}

/*end slider settings*/




.label-tag {
	line-height: normal;
	color: white;
	cursor: pointer;
	font-size: 15px;
	text-decoration: underline;
}

.label-tag:hover {
	cursor: pointer;
	/* background: rgba(255,255,255,0.3); */
}

.box_video_tags {
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}



.channelStyle.nav-tabs>li>a {
	font-size: 18px;
}

.channelStyle.nav-tabs>li.active>a {
	background-color: transparent;
	border-bottom: 2px solid white !important;
	transition: 0s !important;
	border-radius: 0px !important;
}


.currentVideoStyleInVideo {
	background: rgba(255, 255, 255, .1);
	border-radius: 10px;
	padding: 10px;
}



.live-horizontal-livenow-label {
	background-color: red;
	font-size: 12px;
	color: white;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	border-radius: 5px;
}

.live-vertical-livenow-label {
	background-color: red;
	font-size: 12px;
	color: white;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 1;
	border-radius: 5px;
}





.read-more {
	--line-clamp: 3;
	display: flex;
	flex-direction: column;
	align-items: start;
	cursor: pointer;
}

.read-more__text {
	display: -webkit-box;
	-webkit-line-clamp: var(--line-clamp);
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.read-more__checkbox {
	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.read-more__checkbox~.read-more__label {
	cursor: pointer;
	font-size: 0.75em;
	font-weight: 700;
	text-decoration: underline;
	pointer-events: none;
	display: none;
}

/* Don't forget focus and hover styles for accessibility! */
.read-more__checkbox:focus~.read-more__label {
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.read-more__checkbox:hover~.read-more__label {
	text-decoration: none;
}

.read-more__checkbox~.read-more__label::before {
	content: attr(data-read-more);
}

.read-more__checkbox:checked~.read-more__label::before {
	content: attr(data-read-less);
}

.read-more__checkbox:checked~.read-more__text {
	--line-clamp: none;
	-webkit-line-clamp: var(--line-clamp);
}

/* End read more component styles */



@media (min-width: 768px) {
	.flex-row {
		display: flex;
		flex-wrap: wrap;
	}
}

.flex-col {
	flex: 1 0 auto;

}


.itemPricing {
	max-width: 400px;
	margin: 0 auto;
}

.itemPricingContent {
	padding: 7%;
	margin: 5px;
	border-radius: 10px;
	/* border: 2px solid rgba(255,255,255,.3); */
	background-color: rgba(255, 255, 255, .1);
}

.itemPricingFeatured {
	border: 4px solid white;
}

.image-wrapper-responsive {
	position: relative;
	padding-bottom: 56.2%;
}

.image-wrapper-responsive img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.premiumContents {
	padding-top: 20px;
}

.title-section-premium-pack {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	overflow: hidden;
}

.description-premium-pack {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	overflow: hidden;
}

.full-description-premium-pack {
	display: none;
}


.collectionDescription-hs {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


#divNotification {
	display: block;
	position: fixed;
	background-color: black;
	right: 0px;
	height: 100%;
	top: 0px;
	max-width: 100%;
	width: 350px;
	z-index: 999999;
	overflow-y: scroll;
}

#divNotification .list-notification {
	padding: 20px;
}

#divNotification .list-notification .notification-item {
	padding: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#divNotification .list-notification .notification-item .comment-notification {
	opacity: .8;
}

#divNotification .close-notification {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

#divNotification .close-notification i {
	font-size: 18px;
}


.d-flex {
	display: flex;
}

.d-column {
	flex-direction: column;
}




/*fix x twitter icon*/
.fa-brands,
.fab.fa-twitter,
.mec-fa-twitter {
	font-family: 'Font Awesome 6 Brands';
	font-style: normal;
	font-weight: 400;
}

.fa-twitter::before,
.mec-fa-twitter::before {
	content: "\e61b" !important;
}

/*fix*/


/*spinner savestate*/
.fx-spin {
	display: inline-block;
	animation: rotationSpinner infinite 2s linear;
}

@keyframes rotationSpinner {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

/*spinner savestate*/




.mod-custom-options {
	display: flex;
	flex-direction: column;
}

.mod-custom-option {
	position: relative;
	padding: 10px 25px;
	margin: 4px 0px;
	cursor: pointer;
	border-radius: 7px;
	list-style: none;
	white-space: nowrap;         /* Impedisce il wrapping del testo */
	overflow: hidden;            /* Nasconde il testo che eccede la larghezza dell'elemento */
	text-overflow: ellipsis;     /* Aggiunge i puntini di sospensione (...) */
}

.mod-custom-option:hover {
	background: rgba(255, 255, 255, 0.05);
}

.mod-custom-option.selected {
	background: rgba(255, 255, 255, 0.2);
}

#mainPlaylist {
	/* height: 100vh; */
	overflow-y: auto;
}


.button-soft {
	width: 100%;
	display: flex;
	padding: 15px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 700;
}

.button-soft:hover {
	background-color: rgba(255, 255, 255, .1);
}

.button-soft .icon {
	width: 5%;
	text-align: left;
}

.button-soft.button-soft2 .icon {
	width: 0%;
}

.button-soft .text {
	width: 90%;
	text-align: left;
}

.button-soft.button-soft2 .text {
	width: 95%;
}

.button-soft .arrow {
	width: 5%;
	text-align: right;
}

.s-divider {
	height: 1px;
	width: 100%;
	background-color: white;
	opacity: 0.1;
}

/*shorts*/
.shortsSection {
	display: none;
}

.liveHorizontalListVideoShorts .tile__box {
	aspect-ratio: 3/5;
}

.liveHorizontalListVideoShorts .tile__title {
	-webkit-line-clamp: 1;
	font-size: 12px !important;
}

@media screen and (min-width: 0px) {
	.liveHorizontalListVideoShorts .swiffy-slider.responsive-slide-movie {
		--swiffy-slider-item-count: 3;
	}
}

@media screen and (min-width: 750px) {
	.liveHorizontalListVideoShorts .swiffy-slider.responsive-slide-movie {
		--swiffy-slider-item-count: 5;
	}
}

@media screen and (min-width: 950px) {
	.liveHorizontalListVideoShorts .swiffy-slider.responsive-slide-movie {
		--swiffy-slider-item-count: 7;
	}
}

@media screen and (min-width: 1350px) {
	.liveHorizontalListVideoShorts .swiffy-slider.responsive-slide-movie {
		--swiffy-slider-item-count: 9;
	}
}

.liveHorizontalListVideoShorts .detailsTypeVideo{
	display: none;
}

/* .liveHorizontalListVideoShorts .tile:hover{
	border: 3px solid transparent;
} */

/*shorts*/

.input-transparent{
	background: transparent;
    border: 0px;
}

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

#playlistCurrentTitleValue{
	font-size: 22px;
	margin-right: 30px;
}