/*
 Theme Name: Last Chaos
 Theme URI: http://gamigo.com
 Description: Theme for Last Chaos
 Author: gamigo
 Version: 1.0
 Template: parent_default
 */

/**************** GLOBAL ****************/

* {
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}
a:link, a:hover, a:visited, a:focus, a:active {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
a {
	text-decoration: none;
}
a img{
	border: none;
}

h1, h1 a {
	font: 22px "Times New Roman", Times, serif normal;
	color: #1F052F !important;
	text-transform: uppercase;
	font-weight: 100;
}
h2, h2 a {
	font: 18px "Times New Roman", Times, serif normal;
	color: #732C9D !important;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 15px 0;
}
h2.news, h2.news a {
	font: 22px "Times New Roman", Times, serif normal;
	color: #1F052F !important;
	text-transform: uppercase;
	font-weight: 100;
}
h3, h3 a {
	font: 18px "Times New Roman", Times, serif normal;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
}
h4, h4 a {
	font: 18px "Times New Roman", Times, serif normal;
	color: #732C9D !important;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 0px;
}
article {
	font: 13px Arial, serif normal;
	color: #939291;
	font-weight: 300;
	padding-bottom: 10px;
}
article strong a {
	font: 14px "Times New Roman", Times, serif normal;
	color: #EBDBC3 !important;
	text-transform: uppercase;
	font-weight: 500;
}
.align_right {
	float: right;
}
body {
	/*background: #000 url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/lc_background.jpg") no-repeat scroll 50% 60px;*/
    background: #000 url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/lc_background_new.jpg") no-repeat scroll 50% 8px;
}
#wrapper {
	position: relative;
    top: 0px;
}
#header {
	position: relative;
	width: 1050px;
    min-height: 300px;
    margin: 0 auto;
}

div#gamigobar_right a.header_button_link{
    width: auto;
}

div#gamigobar_right a.pw_reset{
    margin-top: 14px;
    top:auto;
}

div#gamigobar_right div.pw_box{
    margin-top: 6px;
}

#logo {
	width: 1016px;
	margin: 0 auto;
	text-align: center;
	width: 301px;
	height: 300px;
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/lc_logo.png") no-repeat scroll 0 60px;
    position: relative;
    top: 120px;
    left: -93px;
}
#logo img {
	width: 301px;
}
#subnavigation {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/content_balken_verlauf.png") no-repeat scroll 50% 0 transparent;
	height: 72px;
}
#breadcrumb {
	position: relative;
	width: 1016px;
	text-align: left;
	display: block;
	margin: 0 auto;
	font: 15px "Times New Roman", Times, serif normal;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 0px;
	padding-left: 45px;
	padding-right: 0px;
	padding-top: 15px;
}
#body {
	width: 1016px;
	margin: 0 auto;
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/content_bg_mitte_kachel.jpg") repeat-y scroll 50% 0 transparent;
}
#container_page {
	min-height: 500px;
	margin-top: -27px;
}
#container_top {
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/content_bg_oben.jpg") no-repeat scroll 50% 0 transparent;
	min-height: 542px;
}
#container_bottom {
	padding-bottom: 194px;
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/content_bg_unten.jpg") no-repeat scroll 50% bottom transparent;
}

#page {
	min-height: 350px;
}
.body {
	background: #fff transparent url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/content_bg_mitte_kachel.jpg") 50% 0 repeat-y;
	padding: 9px 0;
	position: relative;
}
.body .body-bot {
	position: relative;
	min-height: 500px;
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/content_bg_unten.jpg") no-repeat bottom center;
	padding-bottom: 70px;
}
.body-top {
	background: transparent url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/content_bg_oben.jpg") 50% 0 no-repeat;
}
.page-body {
	margin: 0 auto;
	overflow: hidden;
}

/**************** END GLOBAL ****************/

/**************** NAVIGATION ****************/

.menu {
	position: relative;
	display: block;
}

.menu-bar{
	width: 1016px;
	margin: 0 auto;
}

.menu-header{
	float: left;
}

#search{
	float: right;
}

#searchform {
	margin-top: 15px;
	margin-right: 40px;
}

#navigation {
	width: 100%;
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/lc_navigation.png") no-repeat scroll 50% 0 transparent;
	height: 59px;
	clear: both;
	display: block;
	z-index: 20;
    margin-top: 125px;
}

#navigation ul {
	font-size: 13px;
	list-style: none;
	padding-left: 0;
	position: relative;
	height: 43px;
	top: 0;
	z-index: 9990;
}
#navigation li {
	float: left;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
}

#navigation li a{
	
}

#navigation li a:before{
	padding-right: 1.1125em;
	content: "";
}

#navigation li a:after {
	color:#9c50ce;
	content: "|";
	padding-left: 1.1125em;
}

#navigation li:last-child a:after {
	content: "";
	padding-left: 1.1125em;
}

#navigation .sub-menu a:before{
	padding: 0;
}

#navigation .sub-menu a:after{
	content:"";
	padding: 0;
}

li+li a:after {  }

#navigation .sub-menu li {
	height: 40px;
	z-index: 20;
	border-right: none;
}
#navigation a {
	color: #FFF;
	display: block;
	line-height: 3.333em;
	text-decoration: none;
}
#navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 43px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#navigation ul ul ul {
	left: 100%;
	top: 0;
}
#navigation ul ul a {
	background: #000;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.6em;
	padding: 8px 10px;
	width: 180px;
}
.sub-menu .menu-item:last-child {
	border-bottom: none;
}
#navigation li:hover > a, #navigation ul ul :hover > a, #navigation a:focus, #navigation li:hover > a, #navigation a:focus {
	background-color: #444; /* Show a solid color for older browsers */
	background-color: -moz-linear-gradient(#444, #000);
	background-color: -o-linear-gradient(#444, #000);
	background-color: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#000)); /* Older webkit syntax */
	background-color: -webkit-linear-gradient(#444, #000);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000')"; /* IE8 */
	color: #6A368B;
}
#navigation .menu-header ul li:hover > ul {
	display: block;
}
#navigation .current-menu-item > a, #navigation .current-menu-ancestor > a, #navigation .current_page_item > a, #navigation .current_page_ancestor > a {
	font-weight: bold;
	color: #33ccff;
}
#navigation .current-menu-item>a, #navigation .current-menu-ancestor>a, #navigation .current_page_item>a, #navigation .current_page_ancestor>a {
	color: #908fac;
	font-weight: normal;
}

#navigation li:hover>a, #navigation ul ul :hover>a, #navigation a:focus, #navigation li:hover>a, #navigation a:focus {
	background: transparent;
	color: #908FAC;
}
#navigation li a {
	font-weight: normal;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.01);
	-webkit-text-stroke-width: 0.3px;
}
#navigation ul ul {
	top: 44px;
	min-width: 210px;
	width: auto;
}
#navigation ul ul a {
	font-size: 12px;
	padding-top: 12px;
	padding-left: 20px;
}
#navigation ul li ul li a:last-child {
	border-bottom: none;
}
#navigation .sub-menu .current-menu-item a {
	font-size: 12px;
}
#navigation .sub-menu li {
	min-height: 38px;
	height: auto;
	border-left: 1px #545454 solid;
	border-right: 1px #545454 solid;
}

#navigation .sub-menu li:last-child {
	border-bottom: 1px #545454 solid;
}

#navigation ul li ul li a {
	background: rgba(0,0,0,0.9);
	color: #FFFFFF;
	font-size: 14px;
	font-wight: bold;
}
#navigation ul li ul li:hover>a {
	background: rgba(0,0,0,0.9);
	color: #6A368B;
}

/**************** END NAVIGATION ****************/

/**************** CONTENT ****************/

div#main div#content div#container div#slides div.slides_container div.slides_control{
	height: 200px !important;
}

.content {
	padding: 10px 25px;
	font: 14px Arial, serif normal;
	color: #181718;
	font-weight: 100;
}

.content a:link, .content a:hover, .content a:visited, .content a:focus, .content a:active {
	color: rgb(115, 44, 157);
	text-decoration: none;
}

.content p {
	padding-bottom: 20px;
}
.content ul {
	margin-left: 30px;
}
.content ul li {
	padding-bottom: 2px;
	font: 14px Arial, serif normal;
}

.content-section {
	position: relative;
	margin: 0 auto;
	max-width: 1160px;
}
.content-section.raised {
	background: transparent url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/card-background.png") 50% 0;
	height: 500px;
	max-width: 1500px;
}
.content_header {
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/lc_headlines_links_kurz.jpg") 50% 0;
	height: 48px;
	padding: 5px 30px 0px;
	font-size: 18px;
	clear: both;
}
.content_left {
	width: 686px;
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/lc_content_hell_kachel.jpg") repeat-y 0 0;
	margin-left: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	margin-bottom: -150px;
}

.content_right {
	width: 300px;
	float: right;
	margin-right: 7px;
	margin-bottom: -150px;
}

.text{
	z-index:9999;
	color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	width:auto;
	text-shadow:2px 2px 2px #000;
	padding: 230px 0 0 30px;
	line-height:30px;
}

.text h2{
	font-size: 30px;
	padding-bottom: 5px;
	color: #fff !important;
}

.textunten{
	width:200px;
}

.title1{
	font-size:24px;
	width:200px;
}

.title1{
	color:#c0bfd9;
}

h3.widget-title{
	display:none;
}

/**************** END CONTENT ****************/

/**************** SIDEBAR ****************/

.sidebar_headline {
	background: transparent url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/lc_sidebar_headlines.jpg") 0 0 no-repeat;
	height: 37px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 17px;
	color: #fff;
	padding: 4px 0px 0px 10px;
}
.sidebar_content {
	color: #fff;
	padding: 20px;
}
#sidebar-sub-menu li{
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#sidebar-sub-menu li a{
	display: block;
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/submenu_button.png") no-repeat scroll 0px 0px transparent;
	height: 12px;	
	line-height: 12px;
	padding-left: 20px;
	font: 13px "Arial",serif;
	color: rgb(147, 146, 145);
}

#sidebar-sub-menu li a:hover{
	background-position: 0 bottom;
	color: rgb(255, 255, 255);
}
#eu_mark {
	position: absolute;
	right: 190px;
	top: 40px;
	display:none;
}
#sidebar .news_box ul {
	padding-top: 10px;
	margin-bottom: 10px;
}
#sidebar .news_box ul li {
	margin-top: 0;
	margin-left: 20px;
	padding-bottom: 4px;
}
#sidebar .news_box {
	margin-bottom: 10px;
}
.sidebar_headline_box {
	padding-bottom: 0;
	padding-top: 15px;
}

.sidebar_textbox {
	line-height: 26px;
}

.lc-hilfe{
	position: relative;
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/lc-hilfe-sidebar.jpg") top left no-repeat;
	width: 300px;
	height: 305px;
}

.h-igh{
	position: absolute;
	top: 45px;
	left: 95px;	
}

.h-ach{
	position: absolute;
	top: 126px;
	left: 95px;
}

.h-faq{
	position: absolute;
	top: 207px;
	left: 95px;
}

.h-igh a,
.h-ach a,
.h-faq a{
	display: block;
	width: 174px;
	height: 65px;
}

.h-igh .de{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/igh_de.jpg") top left no-repeat;
}

.h-ach .de{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/ach_de.jpg") top left no-repeat;
}

.h-faq .de{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/faq_de.jpg") top left no-repeat;
}

.h-igh .pl{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/igh_pl.jpg") top left no-repeat;
}

.h-ach .pl{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/ach_pl.jpg") top left no-repeat;
}

.h-faq .pl{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/faq_pl.jpg") top left no-repeat;
}

.h-igh .es{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/igh_es.jpg") top left no-repeat;
}

.h-ach .es{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/ach_es.jpg") top left no-repeat;
}

.h-faq .es{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/faq_es.jpg") top left no-repeat;
}

.h-igh .it{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/igh_it.jpg") top left no-repeat;
}

.h-ach .it{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/ach_it.jpg") top left no-repeat;
}

.h-faq .it{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/faq_it.jpg") top left no-repeat;
}

.h-igh .fr{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/igh_fr.jpg") top left no-repeat;
}

.h-ach .fr{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/ach_fr.jpg") top left no-repeat;
}

.h-faq .fr{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/faq_fr.jpg") top left no-repeat;
}

.h-igh .br{
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/igh_br.jpg") top left no-repeat;
}

.h-ach .br{
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/ach_br.jpg") top left no-repeat;
}

.h-faq .br{
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/faq_br.jpg") top left no-repeat;
}

.h-igh .mx{
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/igh_es.jpg") top left no-repeat;
}

.h-ach .mx{
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/ach_es.jpg") top left no-repeat;
}

.h-faq .mx{
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/faq_es.jpg") top left no-repeat;
}

.h-igh .us{
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/igh_en.jpg") top left no-repeat;
}

.h-ach .us{
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/ach_en.jpg") top left no-repeat;
}

.h-faq .us{
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/support/faq_en.jpg") top left no-repeat;
}

.h-igh a:hover{
	background-position: bottom left;
}

.h-ach a:hover{
	background-position: bottom left;
}

.h-faq a:hover{
	background-position: bottom left;
}

_4s7c{
	border: 0 !important;
}

fb-like-box{
	margin-left: -16px;
}

/**************** END SIDEBAR *****************/

/******************* SLIDER ****************/

div.slider {
width: 687px;
height: 353px;
background-size: 687px 353px;
}

a.slideshowlink{
	display:none;
}

#slides{
	left:4px;
	z-index:100;
	width:687px;
	height:353px;
	margin-top: -36px;
}

.slider{
	width:700px;
	height:200px;
}

.slides_container{
	width:687px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container a{
	width:687px;
	height:353px;
}

.slides_container a img{
}

#lastchaos_slider{
	width: 687px;
	height: 353px;
}

.slidecontent {
	position: relative;
	overflow: hidden;
	margin-top: -40px;
}

/******************* END SLIDER ****************/

/******************* BREADCRUMB ******************/

.pagination{
	width:auto;
	z-index:8000;
	margin-top:-25px;
	position:absolute;
	right:0px;
	margin-right:15px;
	z-index:10;
}

.pagination li{
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a{
	width:14px;
	height:0;
	padding-top:16px;
	background-image:url(https://assets.cdn.gamigo.com/cms_dev/snippets/images/dots.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a{
	background-position:0 -16px;
}

/******************* END BREADCRUMB ******************/

/******************* NEWS ****************/

.news_box {
	background-color: #5b5b5b;
	background-color: rgba(91, 91, 91, 0.5);
	margin-left: 17px;
	margin-right: 17px;
	padding-bottom: 10px;
	padding-right: 15px;
}

.news_normal,
.news_event,
.news_patchnotes{
	width: 150px;
	height: 150px;
	float: left;
}

.news_patchnotes{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/news_patchnotes.jpg") no-repeat 0 0;
}
.news_event{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/news_event.jpg") no-repeat 0 0;
}

.news_normal{
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/news_normal.jpg") no-repeat 0 0;
}

.divider{
	width: 650px;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #4B4B4B;
	clear: both;
}

/******************* END NEWS ****************/

/******************* FOOTER ****************/

#footer_wrapper {
	/* background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/lc_footer.jpg") no-repeat scroll 50% 0 transparent; */
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/lc_footer_new.jpg") no-repeat scroll 50% 0 transparent;
	height: 837px;
	width: 100%;
}
#footer {
	width: 1016px;
	margin: 0 auto;
	clear: both;
}
.footer_box {
	float: left;
	margin: 40px 16px 15px 14px;
	overflow: hidden;
	position: relative;
	width: 224px;
}
.footer_headline_box {
	margin-left: 0px;
}
.footer_headline_box {
	float: left;
	margin: 10px 10px 2px;
	overflow: hidden;
	position: relative;
	width: 184px;
	font-size: 11px;
	padding: 10px;
}

.footer_headline_box h3 {
	font: 16px "Times New Roman", Times, serif normal;
	color: #A88FB7;
	text-transform: uppercase;
}

.main_textbox_small {
	font: 14px "Times New Roman", Times, serif normal;
	color: #EAEAEA;
	margin-left: 10px;
}
#footer_box_big {
	width: 100%;
	text-align: center;
	float: left;
	color: #fff;
}
#footer ul li {
	list-style-type: none;
	padding-left: 11px;
}

.footer_box:first-child {
	padding-left: 30px;
}

/******************* END FOOTER ****************/

/******************* REGISTER OVERLAYER ****************/

.header_register_overlay_image_de {
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/register/DE_Overlayer_SG.png") no-repeat scroll left top transparent;
}
.header_register_overlay_image_es {
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/register/ES_Overlayer_SG.png") no-repeat scroll left top transparent;
}
.header_register_overlay_image_fr {
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/register/FR_Overlayer_SG.png") no-repeat scroll left top transparent;
}
.header_register_overlay_image_it {
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/register/IT_Overlayer_SG.png") no-repeat scroll left top transparent;
}
.header_register_overlay_image_pl {
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/register/PL_Overlayer_SG.png") no-repeat scroll left top transparent;
}
.header_register_overlay_image_tr {
	background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/TR_Overlayer_SG.jpg") no-repeat scroll left top transparent;
}
.header_register_overlay_image_br {
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/register/BR_Overlayer_SG.jpg") no-repeat scroll left top transparent;
}
.header_register_overlay_image_mx {
    background: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/register/ES_Overlayer_SG.jpg") no-repeat scroll left top transparent;
}
/******************* END REGISTER OVERLAYER ****************/

/**************** RANKING *********************/

.content_box_ranking h2 {
	padding-left: 25px;
}
.box_ranking div.box_text {
	margin: 10px 0 0 28px !important;
	width: 560px;
	overflow: hidden;
}
.ranking_server {
	color: black;
	width: 500px;
}
.box_ranking div.box_text hr {
	display: none;
}
.box_ranking table.display td {
	padding: 3px 3px;
}
#petranking_iframe {
	height: 3970px;
	width: 595px;
	overflow: hidden;
}
.petranking_content {
	margin: 0 auto;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	width: 500px;
	float: left;
	padding-left: 7px;
}
.header_petranking {
	background: url("http://assets.cdn.gamigo.com/snippets/games/lc-de/images/boxes/ranking_header_618.jpg") no-repeat scroll center top transparent;
}
.ui-tabs {
	margin-right: 0px;
	margin-left: 5px !important;
}
div.ranking_server {
	margin: 10px 10px 10px 10px;
	font-size: 13px;
}
div.ranking_server li {
	width: 99px;
	position: relativ;
	float: left;
	list-style-type: none;
}
.pet_active {
	float: left;
	border-right: 1px solid white;
	width: 120px;
	text-align: left;
	text-decoration: underline !important;
}
.pet_passive {
	float: left;
	border-right: 1px solid white;
	width: 120px;
	text-align: left;
}
.ranking_links {
	float: left;
	position: relative;
	height: 20px;
	width: 350px;
	padding: 10px 0px 0px 10px;
}
a.rankingselection {
	color: #20628E;
}
.ranking_links li {
	position: relative;
	float: left;
	list-style-type: none;
}
.rankingselection {
	width: auto !important;
	padding-right: 10px;
	margin-right: 10px;
}
.ranking_user_guild {
	width: auto !important;
}
.petserver:link, .petserver:visited {
	text-decoration: none !important;
}
.petserver:active {
	text-decoration: underline !important;
}
.petserver {
	float: left;
	width: 120px;
	text-align: left;
}
.europe_ranking {
	width: 118px;
	height: 40px;
	background-image: url("http://assets.cdn.gamigo.com/cms/snippets/lc/images/europe_ranking.png");
	position: relative;
	float: right;
	margin-right: 10px;
	margin-bottom: 30px;
}
.count_selection select {
	margin-right: 10px;
	float: right;
}
div.passive .europe_ranking {
	top: -10px;
}
.dataTables_length {
	margin-left: 8px;
}
.boxes_inner {
/*position: relative;
	float: left;
	width: 683px;
	padding-left: 17px;*/
}
.ranking_user_guild {
	margin: 0 0 10px 10px;
	width: 220px;
	padding-left: 10px;
	float: left;
}
.ranking_user_guild .active {
	text-decoration: underline;
	color: #20628E;
}
.ranking_user_guild .passive {
	color: #20628E;
}
a.petranking {
	color: #20628E;
}

#rankingTable {
	color: #fff;
}
/**************** END RANKING *********************/

/**************** TEMP *********************/

#tmp_buttons {
}
#tmp_tiled > a {
	float: left;
}
.tmp_download_de {
	background: url(http://assets.cdn.gamigo.com/cms/snippets/lc/images/download/lc_download_button_DE.jpg) left top;
	height: 92px;
	width: 243px;
	margin: 24px;
}
.tmp_download_de:hover,
.tmp_download_pl:hover,
.tmp_download_it:hover,
.tmp_download_es:hover,
.tmp_download_fr:hover {
	background-position: left -92px;
}
.tmp_download_tr {
	background: url(http://assets.cdn.gamigo.com/snippets/games/lc-tr/images/buttons/download_button.jpg) left top;
	height: 92px;
	width: 243px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.tmp_download_pl {
	background: url(http://assets.cdn.gamigo.com/cms/snippets/lc/images/download/lc_download_button_PL.jpg) left top;
	height: 92px;
	width: 243px;
	margin: 24px;
}
.tmp_download_es {
	background: url(http://assets.cdn.gamigo.com/cms/snippets/lc/images/download/lc_download_button_ES.jpg) left top;
	height: 92px;
	width: 243px;
	margin: 24px;
}
.tmp_download_it {
	background: url(http://assets.cdn.gamigo.com/cms/snippets/lc/images/download/lc_download_button_IT.jpg) left top;
	height: 92px;
	width: 243px;
	margin: 24px;
}
.tmp_download_fr {
	background: url(http://assets.cdn.gamigo.com/cms/snippets/lc/images/download/lc_download_button_FR.jpg) left top;
	height: 92px;
	width: 243px;
	margin: 24px;
}
.tmp_download_mx {
    background: url(http://assets.cdn.gamigo.com/cms/snippets/lc/images/download/lc_download_button_ES.jpg) left top;
    height: 92px;
    width: 243px;
    margin: 24px;
}
.tmp_download_br {
    background: url(http://assets.cdn.gamigo.com/cms/snippets/lc/images/download/lc_download_button_BR.jpg) left top;
    height: 92px;
    width: 243px;
    margin: 24px;
}
.tmp_download_ru {
    background: url(http://assets.cdn.gamigo.com/cms/snippets/lc/images/download/lc_download_button_RU.jpg) 0px 1px;
    height: 92px;
    width: 243px;
    margin: 24px;
}
.tmp_download_ru:hover {
    background-position: 0px 91px;
}
.tmp_kalydo {
	background: url(http://assets.cdn.gamigo.com/snippets/games/lc-de/images/buttons/spielstarten_beta_de.png) no-repeat;
	margin: 0 auto;
	height: 135px;
	width: 136px;
	cursor: pointer;
	float: left;
	margin-top: 16px;
}
.tmp_kalydo:hover {
	background-position: 0 -135px;
}
.tmp_ranking_de {
	width: 278px;
	height: 97px;
	background-image: url('http://assets.cdn.gamigo.com/snippets/games/lc-de/images/buttons/Ranking_de_new.png');
	margin-left: 19px;
	margin-bottom: 10px;
	display: none;
}
.tmp_ranking_de:hover {
	background-position: 0 -97px;
}
.tmp_ranking_fr {
	width: 282px;
	height: 109px;
	background-image: url(http://assets.cdn.gamigo.com/snippets/games/lc-fr/images/buttons/ranking_fr.png);
	margin-left: 15px;
	margin-bottom: 10px;
}
.tmp_ranking_es {
	width: 282px;
	height: 109px;
	background-image: url(http://assets.cdn.gamigo.com/snippets/games/lc-es/images/buttons/ranking_es.png);
	margin-left: 15px;
	margin-bottom: 10px;
}
.tmp_ranking_tr {
	width: 282px;
	height: 109px;
	background-image: url(http://assets.cdn.gamigo.com/snippets/games/lc-tr/images/buttons/ranking_tr.png);
	margin-left: 15px;
	margin-bottom: 10px;
}
.tmp_ranking_pl {
	width: 282px;
	height: 109px;
	background-image: url(http://assets.cdn.gamigo.com/snippets/games/lc-pl/images/buttons/ranking_pl.png);
	margin-left: 15px;
	margin-bottom: 10px;
}
.tmp_ranking_it {
	width: 282px;
	height: 109px;
	background-image: url(http://assets.cdn.gamigo.com/snippets/games/lc-it/images/buttons/ranking_it.png);
	margin-left: 15px;
	margin-bottom: 10px;
}
.tmp_ranking_mx {
    width: 282px;
    height: 109px;
    background-image: url(http://assets.cdn.gamigo.com/snippets/games/lc-es/images/buttons/ranking_es.png);
    margin-left: 15px;
    margin-bottom: 10px;
}
.tmp_ranking_br {
    width: 282px;
    height: 109px;
    background-image: url(http://assets.cdn.gamigo.com/snippets/games/lc-br/images/buttons/ranking_br.png);
    margin-left: 15px;
    margin-bottom: 10px;
}
.slideshowlink {
	display: none;
}
.ngg-gallery-thumbnail {
	margin-right: 0 !important;
}
.really_simple_share {
	margin-top: 10px;
}
.ngg-widget, .ngg-widget-slideshow {
	text-align: center !important;
	background-color: rgba(91, 91, 91, 0.5);
	padding: 20px 23px !important;
}

/**************** END TEMP *********************/

/********************* FANCY BOX ********************/

.fancybox-iframe {
	height: 330px;
	left: 218px;
	position: absolute;
	top: 155px;
	width: 290px;
}

.fancybox-inner {
	overflow: hidden !important;
}

.fancybox-skin {
	background: transparent;
}

.fancybox-opened {
    z-index: 9999 !important;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none !important;
}

.fancybox-close {
    position: absolute;
    top: 14px !important;
    right: 168px !important;
}
/**************** FANCY BOX END  ******************/


div.fiesta_registeriframe_box div#register_headline{

    text-shadow: 0 0 5px #4b4b4b;
    -webkit-text-stroke-width: 0.3px;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    color: #4b4b4b;
    text-rendering:optimizeLegibility;
    text-align: center;
}

.fiesta_registeriframe_box{
    height: 280px;
    width: 300px;
    position: absolute;
    top: 140px;
    right: 55px;
    border: none;
}

.fiesta_registeriframe{
    height: 285px;
    border: none;
    width: 295px;
    margin-left: 13px;
}