#logo img {
	padding: 5px;
}
a {
	cursor: pointer;
}
#primary-menu.style-2 > div #login {
	margin-top: 20px;
	margin-bottom: 20px;
}

#login {
	float: right;
	margin: 40px 0 40px 15px;
}
#login a {
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #333;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
#login a { z-index: 11; }

#login a i {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#login {
	-webkit-transition: margin .4s ease, opacity .3s ease;
	-o-transition: margin .4s ease, opacity .3s ease;
	transition: margin .4s ease, opacity .3s ease;
}

#header.sticky-header:not(.static-sticky) #login {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}


.dark #header-wrap:not(.not-dark) #login a,
.dark #header-wrap:not(.not-dark) #login a:hover {
	color: #EEE;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
	#login { margin: 0 !important; }

	#login a {
		position: absolute;
		top: 0;
		left: auto;
		right: 20px;
		margin: 25px 0;
		-webkit-transition: margin .4s ease;
		-o-transition: margin .4s ease;
		transition: margin .4s ease;
	}

	#primary-menu > div > #login a { margin: 20px 0 !important; }

	.sticky-responsive-menu.device-touch #login a {
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
	
	.responsive-sticky-header #login a { margin: 20px 0; }
}

@media (max-width: 479px) {
	#login a { right: 15px; }
}






.slider {
	position: absolute;
	bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 1185px;
	z-index: 10;
}
/*.slider img {
	vertical-align: bottom;
}
.slider img:hover {
	filter: drop-shadow(0px 0px 30px rgba(0,0,0,0.8));
}*/







.arrow_box {
	position: relative;
	background: #ffffff;
	top: 50px;
}

.arrow_box:before {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 30px;
	margin-left: -30px;
}

@media (min-width: 992px) {
	.games-margin {
		margin-bottom: 100px !important;
	}
}
.center img {
	opacity: 0.5;
	transition: all 300ms ease;
}
.center .slick-center img {
	opacity: 1;
	transform: scale(1.1);
}

.heading-block {
	margin-bottom: 20px;
}
.heading-block h3 {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0px;
}
.heading-block:after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 100%;
	border-top: 1px solid #777;
}







#section-info {
	display: none;
}
#newsEdit {
	color: #EEE;
}
#newsEdit:hover {
	color: #CCC;
}
.team, .game-image {
	position: relative;
	transition: all 1s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
	-moz-transition: all 0.5s ease-in-out; /** Firefox **/
	-o-transition: all 0.5s ease-in-out; /** Opera **/
}
.team:hover .game-image {
	transform: translate(0, -20px); 
	-webkit-transform: translate(0, -20px);
	-moz-transform: translate(0, -20px);
	-o-transform: translate(0, -20px);
}
.game-image > a,
.game-image img {
	display: block;
	width: 100%;
}






#newerNews a {
	font-size: 18px;
	color: #555;
}    
#newerNews a:hover {
	color: #568e73;
}
#newerNews i {
	font-size: 32px;
}
#olderNews a {
	font-size: 18px;
	color: #555;
}    
#olderNews a:hover {
	color: #568e73;
}
#olderNews i {
	font-size: 32px;
}





#section-newsDetail {
	display: none;
}






.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}






.a-icon {
	background-image: url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x-6e2545fc659f5e7805f1f41f651e7dff8fdfe655._V2_.png);
	background-size: 400px 700px;
	width: 80px;
	height: 18px;
	display: inline-block;
	vertical-align: text-top;
}
.a-icon-alt {
	overflow: hidden;
	display: block;
	left: auto;
	width: 100%;
	height: 100%;
	font-size: inherit;
	line-height: normal;
	opacity: 0;
}

.a-icon-text {
	color: #000;
	font-size: 16px;
	padding-left: 5px;
	font-weight: bold;
}
.a-icon-text:hover {
	color: #568e73;
}

.a-star-5 {
	background-position: -5px -368px;
}
.a-star-4 {
	background-position: -21px -368px;
}
.a-star-3 {
	background-position: -37px -368px;
}
.a-star-2 {
	background-position: -53px -368px;
}
.a-star-1 {
	background-position: -69px -368px;
}



.one-page-menu li a:hover div {
	color: #568e73;
}
.one-page-menu li.current a div {
	color: #568e73;
}
.button {
	background-color: #568e73 !important;
}

.row .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #568e73;
}

.col_full .button.button-3d:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime):hover {
	background-color: #568e73 !important;
}

.slider2 {
	height: 290px !important;
	line-height: 290px;
}

#skillSlider img {
	vertical-align: bottom;
	margin-bottom: 15px;
}
#skillSlider a:hover img {
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.8));
}
#skillSlider a:active img {
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
}

.skillSelected {
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.8));
}

.centerSlide {
	display:flex;
	justify-content:center;
	align-items:flex-end;
}
.test123  {
	position: absolute;
	top: 400px;
	z-index: 100;
}

#gotoTop:hover {
	background-color: #568e73;
}









.outerSkill {
	
	position: absolute;
	top: 45px;
	right: 0;
	
	background: #f0c14b;
	border-color: #a88734 #9c7e31 #846a29;
	color: #111;
	
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	text-align: center;
	text-decoration: none!important;
	vertical-align: middle;
	
	width: 262px;
}

.activateSkill {
	display: block;
	position: relative;
	overflow: hidden;
	height: 29px;
	width: 260px;
	background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
	box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;
	border-radius: 2px;
}

.activateSkill a {
	background-color: transparent;
	border: 0;
	display: block;
	font-size: 13px;
	line-height: 29px;
	margin: 0;
	outline: 0;
	padding: 0 10px 0 11px;
	text-align: center;
	white-space: nowrap;
	font-family: "Amazon Ember",Arial,sans-serif;
	font-weight: normal;
}

.activateSkill a:hover {
	color: #222;
}

.lSAction > a {
	/*background-color: rgba(255,255,255,0) !important;*/
	background-image: none;
}