/* scroll */

::-webkit-scrollbar {
	width: 1rem;
}

a {
	transition: all 0.2s linear;
}

a:hover {
	transition-delay: 0.2s;
}

::-webkit-scrollbar-track {
	background: #262127;
}

::-webkit-scrollbar-thumb {
	background: #e96d71;
}



/* header */

#branding {
	height: 30rem;
	line-height: 30rem;
	background: url({resource="junkydesign/branding.png" app="core" location="playarena2020"});
}

.ipsNavBar_primary {
	z-index: 9999;
}

#junky-stiri {
	height: 31rem;
	width: 75%;
	display: table;
	margin: 0;
	position: relative;
	background: url({resource="junkydesign/reclama.png" app="core" location="admin"});
	background-size: cover;
	font-weight: 900;
	display: inline-block;
}
#junky-reclame {
	height: 310px;
	width: calc(25% - 4px);
	display: table;
	margin: 0;
	position: relative;
	background: url({resource="junkydesign/reclama.png" app="core" location="admin"});
	background-size: cover;
	font-weight: 900;
	display: inline-block;
}
#junky-utilizator {
	height: 310px;
	width: calc(25% - 4px);
	margin: 0;
	position: relative;
	display: inline-block;
	background: #2b282c url({resource="junkydesign/reclama.png" app="core" location="admin"});
	background-size: cover;
}

.junky-header-panel {
	position: absolute;
	top: 10px;
	height: 35px;
	left: 10px;
	width: calc(100% - 20px);
	right: 15px;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	line-height: 35px;
	cursor: default;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
}

.junky-header-element {
	position: absolute;
	top: 60px;
	height: 35px;
	width: calc(50% - 10px);
	right: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	line-height: 35px;
	font-size: 11px;
	cursor: default;
	color: #5a515d;
	text-transform: uppercase;
	font-weight: 400;
}

.junky-header-element span {
	color: #8e8192;
}

.junky-header-element:nth-child(2) {
	top: 110px;
}

.junky-header-element:nth-child(3) {
	top: 160px;
}

.junky-header-element:nth-child(4) {
	top: 210px;
}

.junky-header-footer A {
	position: absolute;
	bottom: 10px;
	height: 35px;
	width: calc(50% - 20px);
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	line-height: 35px;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
}

.junky-header-avatar {
	position: absolute;
	top: 60px;
	height: 35px;
	left: 10px;
	width: calc(100% - 20px);
	right: 15px;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
}

.junky-header-avatar img {
	max-height: 185px;
	max-width: 111px;
}

.junky-butoane-user {
	position: absolute;
	top: 60px;
	width: 72px !important;
	height: 185px;
	left: 131px;
	background: rgba(0, 0, 0, 0.1);
	width: calc(100% - 20px);
	right: 15px;
	color: white;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.junky-butoane-user a {
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 40px;
}

.junky-butoane-user i {
	width: 40px;
	height: 40px;
	margin: 11px 0px;
	line-height: 40px;
	border-radius: 999px;
	color: white;
	background: rgba(0, 0, 0, 0.15);
}

li.userLink-avatar img {
	max-height: 34px;
	max-width: 34px;
}

.junky-stire-continut {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 50px;
    height: calc(100% - 100px);
    position: absolute;
}

.junky-stire-continut p {
	text-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
	color: white;
	font-size: 16px;
	display: inline-block;
	padding: 10px 10px;
	margin: 0 !important;
	font-size: 16px;
	font-weight: 400;
}

.junky-stire-continut h1 {
	color: white;
	display: inline-block;
	font-weight: 400;
	margin: 0 !important;
	margin-bottom: 5px !important;
	padding: 10px 10px;
}

.junky-stire-panou {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 24px;
    text-align: center;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    height: 100px;
}

.junky-stire-panou i {
    color: white;
}


/* admin */

.adminbar {
	height: 50px;
	background: #1a1a1a;
}

.modcp {
	float: left;
	margin-left: 100px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px;
}

.admincp {
	float: right;
	margin-right: 100px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px;
}

.junky-header-footer a:first-of-type {
	left: 10px !important;
	font-weight: bold;
	right: unset !important;
}

.junky-header-footer a:nth-of-type(2) {
	width: calc(25% - 10px);
	right: 10px !important;
	left: unset !important;
}

.junky-header-footer a:nth-of-type(3) {
	width: calc(25% - 10px);
	right: calc(25% + 10px) !important;
	left: unset !important;
}


/* Slideshow container */

.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}


/* Hide the images by default */

.mySlides {
	display: none;
}


/* Next & previous buttons */

.prev,
.next {
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}


/* Position the "next button" to the right */

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	width: 100%;
	text-align: center;
}


/* Fading animation */

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

.junky-butoane-user .ipsNotificationCount {
	color: white;
	border-radius: 9999px;
	border: 2px solid #292928;
	background: linear-gradient(to right, rgba(76, 76, 76, 0.8), rgba(76, 76, 76, 0.8)), url({resource="junkydesign/reclama.png" app="core" location="admin"});
	background: -webkit-linear-gradient(to right, rgba(76, 76, 76, 0.8), rgba(76, 76, 76, 0.8)), url({resource="junkydesign/reclama.png" app="core" location="admin"});
	background: linear-gradient(to right, rgba(76, 76, 76, 0.8), rgba(76, 76, 76, 0.8)), url({resource="junkydesign/reclama.png" app="core" location="admin"});
	background-size: cover;
}
::selection {
  background: transparent;
  color: #e96d71;
}
.menuHeader {
	height: 100px;
	width: 100%;
	display: inline-block;
	background: #2b282c url({resource="junkydesign/background.png" app="core" location="admin"});
	line-height: 100px;
}

.menuHeader a {
	padding: 0 15px;
	color: #857a88;
  	transition: all 0.2s linear;
	font-size: 12px;
	font-weight: 700;
}

.menuHeader a:hover {
	color: #fff;
  	transition-delay: 0.2s;
}

.junky-dreapta {
	float: right;
}

.junky-dropdown {
	position: relative;
	display: inline-block;
}

.junky-dropdown-content {
	display: none;
	position: absolute;
	line-height: 1;
	left: 0;
	width: 200px;
	top: 100px;
	background: #2b282c url({resource="junkydesign/background.png" app="core" location="admin"});
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.junky-dropdown-content span {
	line-height: 1 !important;
	padding: 25px 15px;
	width: 100%;
	text-align: left;
	display: inline-block;
}

.junky-nelogat {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}

.junky-nelogat-mesaj {
	display: table-cell;
	font-size: 16px;
	color: white;
	vertical-align: middle;
}

.junky-dropdown:hover .junky-dropdown-content {
	display: inline-block;
}

.junky-dropdown:hover .junky-dropdown-link {
	color: #fff;
  	transition-delay: 0.2s;
}

.cAnnouncementIcon {
	background: #1c1a1d;
	border: 5px solid #1a181b;
}

.junky-ua {
	color: white;
	background: #ffffff21;
	padding: 15px 15px;
	border-radius: 5px;
	position: relative;
	transition: all 0.2s linear;
}

.junky-rol {
	margin-top: 10%;
}

.junky-ua:hover {
	color: white;
}

span.junky-descriere {
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	color: #857a88;
}

span.junky-descriere p a {
	color: #fff !important;
	text-decoration: none;
}

.ipsApp .cForumRow .ipsDataItem_subList {
	padding: 0 !important;
	background-image: none !important;
	display: grid;
	grid-template-columns: repeat(3, 33%);
}

.ipsApp .cForumRow .ipsDataItem_subList li:after {
	content: '';
	/* aici pui ce vrei sa apara inainte de un subforum */
}

.ipsApp .cForumRow .ipsDataItem_subList li.ipsDataItem_unread:after {
	/* aici pui ce vrei sa apara inainte de un subforum necitit */
}

.ipsDataItem_subList li a:after {
	content: '';
}

.ipsApp .cForumRow[data-forumid="1030"] .ipsDataItem_subList,
.ipsApp .cForumRow[data-forumid="3365"] .ipsDataItem_subList,
.ipsApp .cForumRow[data-forumid="11"] .ipsDataItem_subList,
.ipsApp .cForumRow[data-forumid="17057"] .ipsDataItem_subList,
.ipsApp .cForumRow[data-forumid="7872"] .ipsDataItem_subList,
.ipsApp .cForumRow[data-forumid="17356"] .ipsDataItem_subList,
.ipsApp .cForumRow[data-forumid="16701"] .ipsDataItem_subList {
	padding: 0 !important;
	background-image: none !important;
	display: grid;
	grid-template-columns: repeat(4, 25%)
}

.ipsApp .cForumRow[data-forumid="1013"] .ipsDataItem_subList {
	padding: 0 !important;
	background-image: none !important;
	display: grid;
	grid-template-columns: repeat(5, 20%)
}

[data-forumid="1030"] .ipsDataItem_stats.ipsDataItem_statsLarge,
[data-forumid="1030"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto,
[data-forumid="1013"] .ipsDataItem_stats.ipsDataItem_statsLarge,
[data-forumid="1013"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto,
[data-forumid="3365"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto,
[data-forumid="3365"] .ipsDataItem_stats.ipsDataItem_statsLarge,
[data-forumid="16701"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto,
[data-forumid="16701"] .ipsDataItem_stats.ipsDataItem_statsLarge,
[data-forumid="7872"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto,
[data-forumid="7872"] .ipsDataItem_stats.ipsDataItem_statsLarge,
[data-forumid="17057"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto,
[data-forumid="17057"] .ipsDataItem_stats.ipsDataItem_statsLarge,
[data-forumid="17356"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto,
[data-forumid="17356"] .ipsDataItem_stats.ipsDataItem_statsLarge,
[data-forumid="11"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto,
[data-forumid="11"] .ipsDataItem_stats.ipsDataItem_statsLarge {
	display: none !important;
}


/* RECLAME */

.butonDownload {
	display: block;
	float: right;
	padding: 10px 30px 20px 30px;
	color: rgba(255, 255, 255, 0.16);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	box-shadow: inset 0 0 #e9493b;
	transition: all .2s ease-in-out;
	position: relative;
	letter-spacing: 2px;
	color: #EEF1F5;
}

.butonDownload:hover {
	box-shadow: inset 0 -70px #e9493b;
	color: white;
}

.butonDownload>i {
	display: block;
	float: left;
	font-weight: 100;
	font-size: 25px;
	position: relative;
	top: 7px;
	margin-right: 20px;
}

.butonDownload>.littleText {
	font-size: 10px;
	font-weight: 300;
	text-transform: lowercase;
	position: absolute;
	right: 30px;
}

.reclamaCS {
	background: #201d21;
	margin-top: 30px;
	overflow: hidden;
}

.left {
	float: left;
	padding: 12px;
}

.cAuthorPane_photo img {
	max-width: 170px;
	width: auto;
}

.rockstar {
	background: #F2994A;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #e96d71, #F2994A);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #167eff, #28cdff);
	/* 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;
	/*text-shadow: 0 0 5px #c8378d; */
	font-weight: 700;
}

.junky-stire-continut a {
	color: white;
	text-decoration: underline;
}

#elSearch input[type="search"] {
	background: rgba(255,255,255,0.02);
}

.material-icons {
	line-height: unset;
}

.ipsDataItem_subList a:before {
	color: #635c67;
}

h2.ipsType_sectionTitle.ipsType_reset.cForumTitle {
	text-transform: uppercase;
	position: relative;
}

h2.ipsType_sectionTitle.ipsType_reset.cForumTitle a {
	margin-left: 70px;
}

h2.ipsType_sectionTitle.ipsType_reset.cForumTitle span .ipsType_richText.ipsDataItem_meta.ipsContained p {
	margin-left: 70px !important;
}

.ipsPad_half.ipsType_center.ipsAreaBackground_light a {
	color: white;
	text-transform: uppercase;
	font-size: 10px;
}

.junky-category-icon,
.junky-sidebar-icon {
	display: block;
	height: 50px;
	text-align: center;
	background: #1c1a1d;
	box-shadow: 0px 0px 0px 1px #38333a;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: calc(25% + 5px);
	left: 20px;
	line-height: 50px;
	border-radius: 5px;
	width: 50px;
}
.junky-category-icon {
	top: calc(25% + 5px) !important;
}
span.junky-descriere p {
	margin: 0px 0px 0px 50px !important
}
.junky-border-reclama-primary {
    position: absolute;
    height: calc(30% - 20px);
    width: calc(100% - 40px);
    margin: 0;
    top: 20px;
    left: 20px;
    display: table;
  	transition: all 0.2s linear;
  	text-transform: uppercase;
    text-align: center;
    border: 1px solid #5a515d;
}
.junky-border-reclama-primary:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}
.junky-border-reclama-primary:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}
.junky-border-reclama-secondary:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}
.junky-border-reclama-secondary {
    display: table-cell;
    vertical-align: middle;
}
.junky-border-reclama-secondary:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}
a:hover .junky-border-reclama-primary .junky-border-reclama-secondary:after, a:hover .junky-border-reclama-primary .junky-border-reclama-secondary:before, a:hover .junky-border-reclama-primary:before, a:hover .junky-border-reclama-primary:after {
    border-color: white;
  	transition-delay: 0.2s;
}
a .junky-border-reclama-primary .junky-border-reclama-secondary:after, a .junky-border-reclama-primary .junky-border-reclama-secondary:before, a .junky-border-reclama-primary:before, a .junky-border-reclama-primary:after {
  transition: all 0.2s linear;
}
.junky-border-reclama-primary:hover {
    border-color: transparent;
    transition-delay: 0.2s;
    background: #201d2147;
}
/* butoane slider */
.junky-buton-exterior {
    position: relative;
    height: 50px;
    width: 50px;
    margin: 25px calc(25% - 27px);
    line-height: 50px;
    display: inline-block;
    transition: all 0.2s linear;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #5a515d;
}
.junky-buton-exterior:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
  	transition: all 0.2s linear;
    left: -1px;
    border-top: 1px solid #5a515d;
    border-left: 1px solid #5a515d;
}
a:hover .junky-buton-exterior:before {
 top: -10px;
  	transition-delay: 0.2s;
  left: -10px;
}
a:hover .junky-buton-exterior:after {
	top: -10px;
  	transition-delay: 0.2s;
  	right: -10px;
}
a:hover .junky-buton-interior:before {
	bottom: -10px;
  	transition-delay: 0.2s;
  	left: -10px;
}
a:hover .junky-buton-interior:after {
	bottom: -10px;
  	transition-delay: 0.2s;
  	right: -10px;
}
.junky-buton-exterior:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
  	transition: all 0.2s linear;
    right: -1px;
    border-top: 1px solid #5a515d;
    border-right: 1px solid #5a515d;
}
.junky-buton-interior:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  	transition: all 0.2s linear;
    bottom: -1px;
    left: -1px;
    border-bottom: 1px solid #5a515d;
    border-left: 1px solid #5a515d;
}

.junky-buton-interior:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  	transition: all 0.2s linear;
    bottom: -1px;
    right: -1px;
    border-bottom: 1px solid #5a515d;
    border-right: 1px solid #5a515d;
}

.junky-forum-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 10px;
    color: #857a88;
  	margin-left: 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-right: 2px solid #413d44;
}
.junky-forum-icon i {
    font-size: 24px;
}

@media screen and (max-width: 1378px) {
  .ipsApp .cForumRow .ipsDataItem_subList {
	padding: 0 !important;
	background-image: none !important;
	display: grid;
	grid-template-columns: repeat(2, 50%);
}

.ipsApp .cForumRow .ipsDataItem_subList li:after {
	content: '';
	/* aici pui ce vrei sa apara inainte de un subforum */
}

.ipsApp .cForumRow .ipsDataItem_subList li.ipsDataItem_unread:after {
	/* aici pui ce vrei sa apara inainte de un subforum necitit */
}

.ipsDataItem_subList li a:after {
	content: '';
}

.ipsApp .cForumRow[data-forumid="1030"] .ipsDataItem_subList,
.ipsApp .cForumRow[data-forumid="3365"] .ipsDataItem_subList,
.ipsApp .cForumRow[data-forumid="11"] .ipsDataItem_subList,
.ipsApp .cForumRow[data-forumid="17057"] .ipsDataItem_subList,
.ipsApp .cForumRow[data-forumid="16701"] .ipsDataItem_subList {
	padding: 0 !important;
	background-image: none !important;
	display: grid;
	grid-template-columns: repeat(2, 50%)
}

.ipsApp .cForumRow[data-forumid="1013"] .ipsDataItem_subList {
	padding: 0 !important;
	background-image: none !important;
	display: grid;
	grid-template-columns: repeat(2, 50%)
}
}
span.ipsType_light.ipsType_medium {
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: lowercase;
}

.IconL {
float: left;
margin: 4px;
cursor: pointer;
background: #1d1b1f;
border: 2px solid #1d1b1f;
height: 55px;
line-height: 55px;
width: 55px;
position:relative;
transition: all 0.6s;
}

.io1::after {
content: "message";
font-family: 'Material Icons';
font-size: 26px;
color: grey;
}

.io2::after {
content: "chat_bubble";
font-family: 'Material Icons';
font-size: 26px;
color: grey;
}

.io3::after {
content: "person";
font-family: 'Material Icons';
font-size: 26px;
color: grey;
}

.io4::after {
content: "people";
font-family: 'Material Icons';
font-size: 26px;
color: grey;
}

.io5::after {
content: "person_add";
font-family: 'Material Icons';
font-size: 26px;
color: grey;
}

.alignleft {
 position: relative;
 top: 4px;
}

/** Warning Email in Profile **/
.warning_Email {
    color: #fbff00;
    font-size: 26px;
    padding-top: 7px;
    padding-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 38px;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #ff6d18;
}

.WEmail_bottom {
    padding-top: 5px;
}
.WEmail_Text0 {
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgb(249, 196, 2);
    color: #202225;
}
.WEmail_Text2 {
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgb(28, 28, 28);
    color: #202225;
}
.WEmail_Text {
    font-size: 12px;
}
/** Warning Email in Profile the end **/