
html,body { 
	background:#fff url(../images/bg.jpg) no-repeat top center; 
	padding:0; 
	margin:0; 
	height: 100%; 
	font-family: Tahoma; 
	font-size: 12px;
}



.top {
	width: 100%;
	position: relative;

}

.top img{
	width: 100%;
}

#centered {
	margin: 0 auto;
	max-width: 1200px;
}

#header {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
}


#logo {
	width: 440px;
	height: 230px;
	position: relative;
	top: 110px; 
	z-index: 20;
}

#logo a{
	display: block;
	width: 440px;
	height: 230px;
}

#logo-mobile {
	display: none;
}

.logo:hover {
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-o-filter: brightness(1.0);
	filter: brightness(1.0);
}
.hvr-icon-float-away {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.logo {
	position: absolute;
	display: block;
	width: 440px;
	height: 230px;
	background: url(../images/logo.png) no-repeat center;
}

.hvr-icon-float-away:hover:before {
	-webkit-transform: scale(1.5) translateZ(0);
	transform: scale(1.5) translateZ(0);
	opacity: 0;
	visibility: visible;
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

.hvr-icon-float-away:before {
	content: "";
	position: absolute;
}

.hvr-icon-float-away:before, .hvr-icon-float-away:after {
	-webkit-transform: scale(1.5) translateZ(0);
	transform: scale(1.5) translateZ(0);
	position: absolute;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.logo:before, .logo:after {
	background: url(../images/logo.png) no-repeat center;
	width: 440px;
	height: 230px;
	visibility: hidden;
}

.servers, .forum {
	background-image: url(../images/dark-bg.png);
	background-size: cover;
	min-height: 371px;
	position: relative;
	z-index: 20;
}

.slider-cp, .news {
	min-height: 300px;
	position: relative;
	z-index: 300;
}

#menu nav {
	max-width: 1200px;
	margin:  0 auto;
	height: 94px;
}

#menu {
	background: url(../images/top-menu.png) no-repeat center top;
	width: 100%;
	height: 94px;
	position: absolute;
	z-index: 10;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	font-family: Georgia, sans-serif;
	font-weight: 100;
	padding: 0px 200px 0px 0px;
	
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li > a {
	padding: 35px 17px 35px 17px;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #cecece;
	font-weight: 100;
	text-transform: uppercase;
	transition: 0.5s;
}
#cssmenu > ul > li:hover > a {
	color: #45df8a;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 38px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 35px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}


#register a{
	display: block;
	color: #45df8a;
	float: right;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	margin: 18px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #45df8a;
	z-index: 30;
	position: relative;
	transition: 0.5s;
}

#register a:hover{
	color: rgba(241, 196, 15,1.0);
	border: 1px solid rgba(241, 196, 15,1.0);
	transition: 0.5s;
	background: rgba(241, 196, 15,0.1);
}

#servers-statuses {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#table {
	width: 100%;
	display: table;
}

.server {
	display: inline-block;
	width: 30%;
	display: table-cell;
	vertical-align: top;
	padding: 50px 20px 50px 20px;
}

h2 {
	display: block;
	color: #fff47b;
	font-weight: 100;
}

.server span{
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	padding: 0px 20px 0px 20px;
}

.server a {
	display: inline-block;
	color: #8c9193;
	font-size: 18px;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
	transition: 0.5s;
}

.server a:hover {
	color: rgba(241, 196, 15,1.0);
	transition: 0.5s;
}

.footer {
	background: url(../images/bottom.png) no-repeat center top;
	height: 262px;
	width: 100%;
	margin: -50px 0px 0px 0px;
}


#footer-in {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.copy {
	color: #1a1a1b;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	padding: 90px 0px 0px 0px;
	font-weight: 500;
}

.social-icon {
	display: inline-block;
	margin: 20px 3px 0px 3px;
}

.social-icon img{
	opacity: 0.7;
	transition: 0.5s;
}

.social-icon img:hover{
	opacity: 1;
}

.scrollTop{ 
	display:block; 
	width:81px; 
	height:79px;  
	background:url(../images/to-top.png) no-repeat top center;
	opacity: 0.7;
}  
.scrollTop:hover{ 
	background:url(../images/to-top.png) no-repeat top center; 
	opacity: 1;
}

#scroll-top {
	width:81px; 
	height:79px; 
	position: absolute;
	margin: 0px 0px 0px 0px;
	right: 30px;
	top: 110px;
}

#news-in, #forum-in {
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0px 30px 0px;
}

#slider-in {
	padding: 0px 0px 40px 0px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -70px;
}

#news-in .owl-theme .owl-dots, #forum-in .owl-theme .owl-dots {
	display: none;
}

#news-item {
	background: #fff;
	margin: 0px 10px 0px 10px;
	display: table;
}

.nws {
	display: table-cell;
	vertical-align: top;	
}

.news-text {
	padding: 20px 25px 20px 25px;
	font-size: 16px;
	text-align: justify;
	color: #525252;
	line-height: 25px;	
}

#readmore {
	display: block;
	width: 100%;
	text-align: center;
	margin: 30px 0px 0px 0px;
}

#readmore a{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	background: #303030;
	color: #fff;
	padding: 8px 20px 8px 20px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	transition: 0.5s;
}

#readmore a:hover{
	background: rgba(26, 188, 156,1.0);
	transition: 0.5s;
}

h1 {
	text-align: center;
	font-weight: 100;
	font-size: 18px;
	color: #2f2f2f;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #2f2f2f;
}

#date {
	color: #a4a4a4;
	font-size: 18px;
}

#date p{
	display: inline;
	font-size: 20px;
}

#forum-item {
	margin: 0px 20px 0px 20px;
}

.owl-prev:before {
	content: "\f053";
	font-family: fontawesome;
	position: relative;
	top: 15px;
	right: 3px;
}

.owl-next:before {
	content: "\f054";
	font-family: fontawesome;
	position: relative;
	top: 15px;
	right: 0px;
}

#servers {
	background-image: url(../images/status.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 420px;
	min-height: 150px;
	position: absolute;
	bottom: 100px;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

.serv {
	display: inline-block;
	width: 30%;
	margin: 0px 10px 0px 0px;
}

.serv h2 {
	color: #f3e38b;
	font-size: 28px;
	font-weight: 100;
	text-align: right;
	display: block;
	margin: 20px 0px 5px 0px;
}

.status-s {
	display: block;
	text-align: right;
	font-size: 16px;
}

.online {
	color: #45df8a;
}

.offline {
	color: #ed5d3a;
}

.serv p{
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 0px 0px 0px 20px;
}

.server-st .progress {
	background: #4f5156;
    width: 110px;
    height: 15px;
    position: absolute;
    margin: 0px 0px 0px 0px;
}

.server-st .progress > div {
    width: 0;
}

.server-st {
    margin: 10px 0px 10px 0px;
    float: right;
}



.server-st .progress .progress {
    background: #45df8a;
    height: 15px;
}

.server-st .box-1 {
    width: 110px;
    height: 15px;
    padding: 0px 0px 0px 0px;
    position: relative;
    margin-top: 0px;
}







.coll{
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

#slider-right {
	width: 33%;
	padding: 0px 0px 0px 5px;
	position: relative;
}


#slider-left {
	width: 65%;
	position: relative;
}

#slider-left .top{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}

#slider-left .top img{
	width: 100%;
}

#slider-left .btm{
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

#slider-left .btm img{
	width: 100%;
}

#slider-left .owl-dots {
	position: relative;
	z-index: 120;
	margin-top: -20px;
	top: -70px;
}

.owl-theme .owl-dots .owl-dot span:before {

}

#slider-item {
	position: relative;
}

#slider-item #header-text {
	top: 70px;
	position: absolute;
	font-size: 28px;
	color: #4fd5d8;
	margin: 0px 0px 0px 0px;
	z-index: 20;
	padding: 0px 15% 0px 15%;
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px;
	text-shadow: #000 2px 0px, #000 2px 2px, #000 0px 2px, #000 -2px 2px, #000 -2px 0px, #000 -2px -2px, #000 0px -2px, #000 2px -2px;
}

#slider-item #header-text span{
	color: #fff;
}

#start-game a {
	display: block;
	text-align: center;
	background: #ed5d3a;
	padding: 30px 0px 30px 0px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 900;
	width: 100%;
}

#cp-block {
	background: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	min-height: 380px;
	margin: 10px 0px 0px 0px;
}

#forum-item {
	background: #161616;
	padding: 20px 15px 20px 15px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 17px;
}

#forum-item a{
	color: #fff;
	text-decoration: none;
}

#user-date {
	color: #8f8f8f;
	margin: 10px 0px 10px 0px;
	font-style: oblique;
}

#user-date a{
	color: #45df8a;
	text-decoration: underline;
}

#user-date a:hover{
	color: rgba(241, 196, 15,1.0);
}

#forum-avatar {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -70px;
	margin-bottom: 20px;

}

.owl-dots .active:before {
	color: #fff !important;
}

.owl-dot:nth-child(-n+20):before {
	position: absolute;
	color: #8b8b8b;
	margin: 17px 0px 0px -6px;
	font-size: 18px;
}

.owl-dot:nth-child(1):before {content: "1";}
.owl-dot:nth-child(2):before {content: "2";}
.owl-dot:nth-child(3):before {content: "3";}
.owl-dot:nth-child(4):before {content: "4";}
.owl-dot:nth-child(5):before {content: "5";}
.owl-dot:nth-child(6):before {content: "6";}
.owl-dot:nth-child(7):before {content: "7";}
.owl-dot:nth-child(8):before {content: "8";}
.owl-dot:nth-child(9):before {content: "9";}

#text-block-in {
	font-size: 16px;
	color: #2f2f2f;
	padding: 10px;
	margin: -60px 0px 0px 0px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: justify;
}

#text-block-in a{
	    color: rgba(22, 160, 133,1.0);
}

#text-block-in a:hover{
	        color: rgba(230, 126, 34,1.0);
}

#text-block-in h1{
	text-align: left;
	font-size: 26px;
}