@charset "utf-8";

/*
 * TODO: RUN THROUGH PREFIXR
 */

 
/* =========== Fonts =========== */
@font-face {
	font-family:'olney';
	src:url('../../../fonts/olney/olney.otf');
	src:url('../../../fonts/olney/olney.otf?#iefix') format('embedded-opentype'),
		url('../../../fonts/olney/olney.otf') format('otf'),
		url('../../../fonts/olney/olney.otf') format('truetype'),
		url('../../../fonts/olney/olney.otf#olney') format('otf');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'olney';
	src:url('../../../fonts/olney/olney.otf');
	src:url('../../../fonts/olney/olney.otf?#iefix') format('embedded-opentype'),
		url('../../../fonts/olney/olney.otf') format('otf'),
		url('../../../fonts/olney/olney.otf') format('truetype'),
		url('../../../fonts/olney/olney.otf#olney') format('otf');
	font-weight:normal;
	font-style:normal;
}

/* =========== General =========== */
body {
	font-family:olney, Arial, Helvetica, Sans-seif;
	font-size:12px;
	color:#676869;
	background-image:url(../images/lower_bg.jpg), url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center, top center;
	background-color:#000000;
	text-shadow:1px 1px 0px #000;
}

*, ul, li, h1, h2, p, b {
	font-weight:normal;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:1.5;
}

*:focus {
	outline:none;
}

.clear {
	clear:both;
}

input, select, textarea {
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

a {
	text-decoration:none;
	color:#626364;
}

a:hover {
	color:#A07332;
}

a img {
	border:none;
}

#left #left_menu li a, #top_menu li a, footer #logo {
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-ms-transition:0.3s all;
	-o-transition:0.3s all;
}

/* =========== Main =========== */
#fenixmenu {
   background-image:url(../images/fenix_menu.png);
   position:absolute;
   height:70px;
   width:92px;
   margin-left:0px;
   z-index:3;
}

#hand {
	background-image:url(../images/hand_cut.png);
	position:absolute;
	height:16px;
	width:1020px;
	margin-left:0px;
	z-index:3;
}

#rama {
	position:realtive;
	margin-top: 17px;
	margin-left: 18px;
	margin-bottom: 12px;
	z-index:98;
}

#fenix {
	background-image:url(../images/fenix.png);
	position:absolute;
	height:145px;
	width:30px;
	margin-left:0px;
	z-index:3;
}

.toppvp_character {
font-size:11px !important;
}

#bottom_bg {
	position:absolute;
	background-image:url(../images/lower_bg.jpg);
	height:913px;
	width:1650px;
	left:50%;
	margin-left:-825px;
	z-index:1;
}

#wrapper {
	width:1020px;
	margin-top:0px;
	margin-bottom:119px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/body_bg.png);
}

#main {
	min-height:1700px;
}

/* =========== Top menu =========== */
#logo {
	height:263px;
	background-image:url(../images/logo.jpg);
}

#heart 
{ 
    padding-top:180px; 
    padding-left:580px; 
} 

#wrapper #top_menu {
	height:70px;
	background-image:url(../images/menu.png);
}


#top_menu li {
	float:left;
}

#top_menu li a {
	display:block;
	font-family:olney;
	font-size:16px;
	color:#cf9139;
	padding:22px 20px;
	border-right:1px solid rgba(14,24,32,0.5);
	border-left:1px solid rgba(7,7,7,0.5);
}

#top_menu li a:hover {
	color:#ffddad;
	background-color:rgba(20,26,30,0.3);
}

/* We don't want half borders on the first and last ones */
#top_menu li:first-child a {
	border-left:none;
}

#top_menu li:last-child a {
	border-right:none;
}

/* Move the first link away from the panda's hand */
#top_menu li:first-child {
	margin-left:50px;
}

/* =========== Left =========== */
#left {
	width:285px;
	float:left;
}

#left article {
	border-right:1px solid #141b21;
	box-shadow:1px 1px 0px #020508;
	-ms-box-shadow:1px 1px 0px #020508;
	-o-box-shadow:1px 1px 0px #020508;
	-moz-box-shadow:1px 1px 0px #020508;
	-webkit-box-shadow:1px 1px 0px #020508;
	background-color:rgba(0,0,0,0.2);
}

#left article:last-child {
	border-bottom:1px solid #141b21;
	border-bottom-right-radius:3px;
}

#left article .top {
	background-image:url(../images/side_top.png);
	height:34px;
	width:284px;
	padding-top:13px;
	text-align:center;
	color:#cf9139;
	font-size:14px;
	font-family:olney;
}

#left article .body {
	padding:15px;
}

#left #left_menu li:nth-child(even) a {
	background-color:rgba(10,16,22,0.3);
}

#left #left_menu li a {
	display:block;
	padding:10px;
	font-size:14px;
	color:#676869;
	padding-left:20px;
}

#left #left_menu a img {
	margin-right:15px;
}

#left #left_menu li a:hover {
	color:#cf9139;
	padding-left:40px;
}

#left .side_divider {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/side_divider.png);
	height:25px;
	width:258px;
	margin-top:15px;
}

/* =========== Right =========== */
#right {
	width:734px;
	float:right;
	margin-right:1px;
}

#right article {
	box-shadow:1px 1px 0px #020508;
	-webkit-box-shadow:1px 1px 0px #020508;
	-o-box-shadow:1px 1px 0px #020508;
	-ms-box-shadow:1px 1px 0px #020508;
	-moz-box-shadow:1px 1px 0px #020508;
	background-color:#02060a;
}

#right article:last-child {
	border-bottom:1px solid #141b21;
	margin-bottom:20px;
}

#right article .top {
	background-image:url(../images/main_top.png);
	height:37px;
	width:734px;
	padding-top:10px;
	text-align:center;
	color:#cf9139;
	font-size:18px;
	font-family:olney;
	display:block;
}

#right article .body {
	padding:15px;
}

#right article .divider {
	background-image:url(../images/divider.png);
	background-position:center;
	height:32px;
	margin-top:15px;
}

#right article .news_bottom {
	margin-top:15px;
}

#right article .news_bottom a {
	color:#a07332;
}

#right article .news_bottom a:hover {
	color:#fff;
}

#right article .comments_button {
	float:right;
	display:block;
}

.avatar {
	float:left;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:5px;
}

/* =========== Footer =========== */
footer {
	background-image:url(../images/footer.png);
	height:75px;
	color:#223d5a;
	font-size:14px;
}

footer p {
	display:block;
	padding:24px;
}




/* =========== CMS: general =========== */
#slider_bg {
	background-color:#000;
	padding:15px;
}

#slider {
	width:704px;
	height:201px;
}

/* =========== CMS: general =========== */
.nice_button, input[type="submit"] {
	background-image:url(../images/button_bg.png);
	height:18px;
	border:1px solid #090f15;
	border-top-color:#111f2a;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:center;
	padding:8px;
	font-size:12px;
	color:#616c72;
	box-shadow:1px 1px 0px #020508;
	-webkit-box-shadow:1px 1px 0px #020508;
	-ms-box-shadow:1px 1px 0px #020508;
	-o-box-shadow:1px 1px 0px #020508;
	-moz-box-shadow:1px 1px 0px #020508;
	text-shadow:1px 1px 0px #000;
	font-family:MuseoSans;
	margin-top:10px;
	background-position:middle;
}

.nice_button:hover, .nice_active, input[type="submit"]:hover {
	background-position:0px 37px;
	color:#A07332;
}

.nice_button:active, input[type="submit"]:active {
	box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	-webkit-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	-moz-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	-ms-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	-o-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
}

#facebook {
position: relative;
left: 103px;
top: -132px;
z-index: 1;
width: 45px;
height: 38px;
}

/* =========== SOCIAL SLIDER =========== */

.slideout-widget {
	position: fixed;
	right: -15em;
	top: 50%;
	transition: right .9s;
	width: 15em;
	z-index: 10;
}

.slideout-widget:hover {
	right: 0;
}

.slideout-widget-handler,
.slideout-widget-content {
	background: #eee;
	border: 1px solid #ddd;
	padding: 1em .10em;
}

.slideout-widget-handler {
	border-right: none;
	left: -3em;
	position: absolute;
	text-align: center;
	width: 3em;
}
.slideout-widget-content {
	border-width: 1px 0;
	overflow: hidden;
	width: 100%;
	z-index: 11;
}
.slideout-big {
	right: -20em;
	width: 20em;
}
@media (max-width: 768px) {
	.slideout-widget {
		display: none;
	}
}
/* =========== FACEBOK SOCIAL SLIDER =========== */
.widget-facebook .slideout-widget-handler,
.widget-facebook .slideout-widget-content {
	background: #3c5b9b;
	border: none;
}

.widget-facebook,
.widget-facebook a {
	color: #fff;
}
/* =========== TWITTER SOCIAL SLIDER =========== */
.widget-twitter .slideout-widget-handler,
.widget-twitter .slideout-widget-content {
	background: #19bfe5;
	border: none;
}

.widget-twitter,
.widget-twitter a {
	color: #fff;
}
/* =========== YOUTUBE SOCIAL SLIDER =========== */
.widget-youtube .slideout-widget-handler,
.widget-youtube .slideout-widget-content {
	background: #eb2429;
	border: none;
}

.widget-youtube,
.widget-youtube a {
	color: #fff;
}
/* =========== STEAM SOCIAL SLIDER =========== */
.widget-steam .slideout-widget-handler,
.widget-steam .slideout-widget-content {
	background: #000000;
	border: none;
}

.widget-steam,
.widget-steam a {
	color: #fff;
}
/* SOCIAL SLIDER UMIEJSCOWIENIE */
.widget-facebook {
	top: 65%;
}

.widget-twitter {
	top: 65%;
	margin-top: 4em;
}

.widget-youtube {
	margin-top: 8em;
	top: 65%;
	z-index: 11;
}

.widget-steam {
	margin-top: 12em;
	top: 65%;
	z-index: 11;
}
/* FONT IKONEK */
@font-face {
	font-family: 'icomoon';
	src:url('https://hellground.net/fonts_social/icomoon.eot');
	src:url('https://hellground.net/fonts_social/icomoon.eot?#iefix') format('embedded-opentype'),
		url('https://hellground.net/fonts_social/icomoon.woff') format('woff'),
		url('https://hellground.net/fonts_social/icomoon.ttf') format('truetype'),
		url('https://hellground.net/fonts_social/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-facebook, .icon-twitter, .icon-youtube, .icon-steam {
	font-family: 'icomoon';
	speak: none;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-facebook:before {
	content: "\e604";
}
.icon-twitter:before {
	content: "\e607";
}
.icon-youtube:before {
	content: "\e60d";
}
.icon-steam:before {
	content: "\e60f";
}



/**
 * DropDown menu
 */
#menuTopAddons {
	/*display:none;*/
	position:relative;
}
#menuTopAddons ul {    
	background-image: url("https://hellground.net/img/icon_arrow_right.png");
    background-position: 110px center;
    background-repeat: no-repeat;
    display: none;
    position: relative;
}

#menuTopAddons a.expander {
    background: url("../images/icon_arrow_down.png") no-repeat scroll right center;
}

#menuTopAddons ul li {
	margin: 0 3px !important;
    padding: 0;
    width: 175px;
    background: url("../images/icon_arrow_right.png") no-repeat scroll 5px center #020407;
    border-bottom: 1px solid #111;
}


#menuTopAddons ul li a	 {
	padding: 10px 20px;
}

#menuTopAddons ul.open {
    display: block;
    position: absolute;
    top: 60px;
    left:-5px;
    z-index: 999;
}
