/*---Common CSS---*/

* {
	padding:0;
	margin:0;
	border:0;
}

html {overflow-y:scroll;}

html, body {
	background-color:#000;
	height:100%;
}

body {
	background-position: center top;
	background-repeat: no-repeat;
}

/*
Man muss es so machen, dass nur font-weight bold gemacht wird...
body.os_linux.browser_mozilla[style*="font-weight:bold;"] {letter-spacing:-0.9px;}
 */

/*
https://bugzilla.mozilla.org/show_bug.cgi?id=1472637
https://stackoverflow.com/questions/12667926/hide-alt-tag-in-firefox
*/
img:-moz-loading {
    visibility: hidden;
}

/* === Disable Text Selection ===*/
/*https://stackoverflow.com/questions/12315476/how-to-disable-selection-of-text-on-a-web-page*/
body {
  -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}

pre {
    background-color: white;
    white-space: break-spaces;
}

a, button, input {
    /*https://stackoverflow.com/questions/21003535/anyway-to-prevent-the-blue-highlighting-of-elements-in-chrome-when-clicking-quic*/
    -webkit-tap-highlight-color: transparent;
}

/* === Specific Enable Text Selection ===*/
input[type=text], input[type=password], .allowTextSelect, textarea, .chat, .mContent, #messagecontainer, .gb_guild_view_post, #view_gb, .AdminContainer, .AdditionalContainer, pre {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

/* === END Text Selection ===*/



/* hide arrows */

.hideNumberArrows::-webkit-outer-spin-button,
.hideNumberArrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.hideNumberArrows {
    -moz-appearance: textfield;
}

embed {
	height: 0px;
	position: absolute;
}

:focus {
	outline-color:transparent;
	outline-style:none;
	outline-width:0;
}

::-moz-focus-inner {border:0;}
/*on focus text weg (transparent)*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

em {
 font-style:italic;
}

hr {border-bottom:1px solid gray;}

table {
	border-collapse:collapse;
	border-spacing:0px;
}

button {
	background-color:transparent;
	cursor:pointer;
}

textarea {
	padding:2px;
}

.input_txt, .input_pw {
	height:14px;
	padding:1px;
}

#execution_time {
	position: absolute;
	bottom: 0px;
	display: none;
}

.clearBoth 	{clear:both;}
.clearRight {clear:right;}
.clearLeft 	{clear:left;}

.floatLeft {float:left;}
.floatRight {float:right;}

.repeatX {background-repeat: repeat-x !important; width: auto !important;}
.repeatY {background-repeat: repeat-y !important; height: auto !important;}

.inlineIcon {vertical-align: middle; display: inline-block !important;}

.warning {color:#ba1e2c;}
.error {color:#ba1e2c;}
.errorHard {color:red;}

.success {
	color:#51bd51;
	font-weight:bold;
}

.textShine {
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	top: 45px;
	line-height: 180%;
	z-index: 40;
    padding: 0px 20px;
    height: 22px;
    min-width: 150px;
    border-top: 1px solid rgb(183,123,25);
    border-bottom: 1px solid rgb(183,123,25);
    
			/* FF3.6-15 */
			background: -moz-linear-gradient(left,  rgba(183,123,25,0) 0%, rgba(183,123,25,0.7) 10%, rgba(183,123,25,0.9) 18%, rgba(183,123,25,0.9) 50%, rgba(183,123,25,0.9) 82%, rgba(183,123,25,0.7) 90%, rgba(183,123,25,0) 100%);
			/* Chrome10-25,Safari5.1-6 */
			background: -webkit-linear-gradient(left,  rgba(183,123,25,0) 0%,rgba(183,123,25,0.7) 10%,rgba(183,123,25,0.9) 18%,rgba(183,123,25,0.9) 50%,rgba(183,123,25,0.9) 82%,rgba(183,123,25,0.7) 90%,rgba(183,123,25,0) 100%);
			/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			background: linear-gradient(to right,  rgba(183,123,25,0) 0%,rgba(183,123,25,0.7) 10%,rgba(183,123,25,0.9) 18%,rgba(183,123,25,0.9) 50%,rgba(183,123,25,0.9) 82%,rgba(183,123,25,0.7) 90%,rgba(183,123,25,0) 100%);
		}

.goldGradientLeftAndRight {
			/* FF3.6-15 */
			background: -moz-linear-gradient(left,  rgba(183,123,25,0) 0%, rgba(183,123,25,0.7) 10%, rgba(183,123,25,0.9) 18%, rgba(183,123,25,0.9) 50%, rgba(183,123,25,0.9) 82%, rgba(183,123,25,0.7) 90%, rgba(183,123,25,0) 100%);
			/* Chrome10-25,Safari5.1-6 */
			background: -webkit-linear-gradient(left,  rgba(183,123,25,0) 0%,rgba(183,123,25,0.7) 10%,rgba(183,123,25,0.9) 18%,rgba(183,123,25,0.9) 50%,rgba(183,123,25,0.9) 82%,rgba(183,123,25,0.7) 90%,rgba(183,123,25,0) 100%);
			/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			background: linear-gradient(to right,  rgba(183,123,25,0) 0%,rgba(183,123,25,0.7) 10%,rgba(183,123,25,0.9) 18%,rgba(183,123,25,0.9) 50%,rgba(183,123,25,0.9) 82%,rgba(183,123,25,0.7) 90%,rgba(183,123,25,0) 100%);
		}
.grayGradientLeftAndRight {
			/* FF3.6-15 */
			background: -moz-linear-gradient(left,  rgba(95,95,95,0) 0%, rgba(95,95,95,0.7) 10%, rgba(95,95,95,0.9) 18%, rgba(95,95,95,0.9) 50%, rgba(95,95,95,0.9) 82%, rgba(95,95,95,0.7) 90%, rgba(95,95,95,0) 100%);
			/* Chrome10-25,Safari5.1-6 */
			background: -webkit-linear-gradient(left,  rgba(95,95,95,0) 0%,rgba(95,95,95,0.7) 10%,rgba(95,95,95,0.9) 18%,rgba(95,95,95,0.9) 50%,rgba(95,95,95,0.9) 82%,rgba(95,95,95,0.7) 90%,rgba(95,95,95,0) 100%);
			/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			background: linear-gradient(to right,  rgba(95,95,95,0) 0%,rgba(95,95,95,0.7) 10%,rgba(95,95,95,0.9) 18%,rgba(95,95,95,0.9) 50%,rgba(95,95,95,0.9) 82%,rgba(95,95,95,0.7) 90%,rgba(95,95,95,0) 100%);
		}
.darkredGradientLeftAndRight {
			/* FF3.6-15 */
			background: -moz-linear-gradient(left,  rgba(153,11,0,0) 0%, rgba(153,11,0,0.7) 10%, rgba(153,11,0,0.9) 18%, rgba(153,11,0,0.9) 50%, rgba(153,11,0,0.9) 82%, rgba(153,11,0,0.7) 90%, rgba(153,11,0,0) 100%);
			/* Chrome10-25,Safari5.1-6 */
			background: -webkit-linear-gradient(left,  rgba(153,11,0,0) 0%,rgba(153,11,0,0.7) 10%,rgba(153,11,0,0.9) 18%,rgba(153,11,0,0.9) 50%,rgba(153,11,0,0.9) 82%,rgba(153,11,0,0.7) 90%,rgba(153,11,0,0) 100%);
			/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			background: linear-gradient(to right,  rgba(153,11,0,0) 0%,rgba(153,11,0,0.7) 10%,rgba(153,11,0,0.9) 18%,rgba(153,11,0,0.9) 50%,rgba(153,11,0,0.9) 82%,rgba(153,11,0,0.7) 90%,rgba(153,11,0,0) 100%);
		}
.redGradientLeftAndRight {
			/* FF3.6-15 */
			background: -moz-linear-gradient(left,  rgba(210,0,0,0) 0%, rgba(210,0,0,0.7) 10%, rgba(210,0,0,0.9) 18%, rgba(210,0,0,0.9) 50%, rgba(210,0,0,0.9) 82%, rgba(210,0,0,0.7) 90%, rgba(210,0,0,0) 100%);
			/* Chrome10-25,Safari5.1-6 */
			background: -webkit-linear-gradient(left,  rgba(210,0,0,0) 0%,rgba(210,0,0,0.7) 10%,rgba(210,0,0,0.9) 18%,rgba(210,0,0,0.9) 50%,rgba(210,0,0,0.9) 82%,rgba(210,0,0,0.7) 90%,rgba(210,0,0,0) 100%);
			/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			background: linear-gradient(to right,  rgba(210,0,0,0) 0%,rgba(210,0,0,0.7) 10%,rgba(210,0,0,0.9) 18%,rgba(210,0,0,0.9) 50%,rgba(210,0,0,0.9) 82%,rgba(210,0,0,0.7) 90%,rgba(210,0,0,0) 100%);
		}

/* nicht ".textShine *" verwenden, würde inner color classes überschreiben */
.textShine, .textShine a {
	color:white;
}

@keyframes blink {
    0% {opacity: 0}
    25%{opacity: 0.5}
    50% {opacity: 1}
    75% {opacity: 0.5}
    100%{opacity: 0}
}

.blink {animation: blink 1.5s infinite;}

#message {
	visibility: hidden;
	z-index:110;
}

#message .error {
    text-shadow: 1px 1px 2px black, 1px 1px 2px black, 1px 1px 2px black;
    color:#ff1515;
    font-size: 14px;
}


#palace.withPalaceSelector #message, #palace.withPalaceSelector #nextTick {
    top:82px;
}

#message, #nextTick {
    z-index:20;
    text-shadow: 1px 1px 2px black
}

fieldset {
	border: 1px solid gray;
	padding:10px;
}

fieldset legend {font-weight:bold;}

/*overDiv*/

#overDiv .hint {
	position:absolute;
	top:auto;
	margin-left:auto;
}

.niceBox {
	border-radius:5px;
	border:2px outset #EDA33F;
	color: #EDA33F;
	box-shadow:1px 2px 10px 3px #000000b3;
	background-color:rgba(44,0,2,0.9);
}
/*niceBoxRound*/
.niceBox.nBRound {
	border-radius: 100px;
}

#overDiv {
	margin-left:17px;
	margin-top:5px;
	z-index:2300 !important;
	max-width:600px;
	font-size:13px;
}

#overDiv .popup1 {
	width:auto;
}

#overDiv .popup1 .popup tr td {
	padding:5px;
	white-space: normal !important;
}

#overDiv .popup1 .popup .popup2 tr td {
	padding:2px;
}

/*dynamicTabs*/

.dynamicTabs {
  width:100%;
  position:relative;
}

.dynamicTabs tr td table tr td {
	padding:0px !important;
}

.dynamicTabs a {
  width:100%;
  height:34px;
  display:block;
  font-weight:bold;
  font-size:13px;
  text-align:center;
  float:left;
    font-family: cinzel, serif;
    text-shadow: 1px 1px 2px black;
}

.dynamicTabs a * {
  cursor:pointer;
}

.dynamicTabs a .btnMidd {
  width:100%;
  height:34px;
}

/*
.dynamicTabs a.firstBtn_selected, .dynamicTabs a.normBtn_selected, .dynamicTabs a.lastBtn_selected {
	color:#FFF !important;
}*/

.dynamicTabs .spacer {
  width:6px;
  height:34px;
}

/*first*/

.dynamicTabs .firstBtn .btnStart {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) left -102px;
}

.dynamicTabs .firstBtn_selected .btnStart {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) left -68px;
}

.dynamicTabs .firstBtn .btnMidd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) -6px -102px;
}

.dynamicTabs .firstBtn_selected .btnMidd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) -6px -68px;
}

.dynamicTabs .firstBtn .btnEnd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) right -102px;
}

.dynamicTabs .firstBtn_selected .btnEnd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) right -68px;
}

/*norm*/

.dynamicTabs .normBtn .btnStart {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) left -34px;
}

.dynamicTabs .normBtn_selected .btnStart {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) left top;
}

.dynamicTabs .normBtn .btnMidd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) -6px -34px;
}

.dynamicTabs .normBtn_selected .btnMidd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) -6px top;
}

.dynamicTabs .normBtn .btnEnd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) right -102px;
}

.dynamicTabs .normBtn_selected .btnEnd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) right -68px;
}

/*last*/

.dynamicTabs .lastBtn .btnStart {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) left -34px;
}

.dynamicTabs .lastBtn_selected .btnStart {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) left top;
}

.dynamicTabs .lastBtn .btnMidd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) -6px -34px;
}

.dynamicTabs .lastBtn_selected .btnMidd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) -6px top;
}

.dynamicTabs .lastBtn .btnEnd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) right -34px;
}

.dynamicTabs .lastBtn_selected .btnEnd {
  background:url(/game/gfx/images/tabs_sprite.1750705589.png) right top;
}

/*-standardSubmitBtn-*/

.simpleInput {
    background-color: transparent !important;
    border:0px !important;
    border-bottom: 1px dashed gray !important;
    color:#CCC !important;
}

.inputTextBig {
    display: inline-block;
    width:327px;
    height:48px;
    background:url(/game/gfx/images/inputBig.png) transparent no-repeat;
}

.inputTextBig input {
    text-align: center;
    border-radius: 15px;
    width: 270px;
    height: 30px;
    font-size: 18px;
    margin-top: 9px;
    background-color: transparent;
}

input.stSubmitBtn, button.stSubmitBtn {
	height:18px !important;
}

a.stSubmitBtn, div.stSubmitBtn {
	display:block;
	float:left;
	padding:0px 13px !important;
}

.stSubmitBtn {
    cursor: pointer;
    border: 1px solid #a06b13 !important;
    height: 16px !important;
    padding: 0 10px !important;
    background-image: url(/game/gfx/images/standardButton.1750705589.png);
    background-repeat: repeat-x;
    color: #ddaa45 !important;
    text-align: center;
    font-weight: normal !important;
    font-size: 13px;
    overflow: visible;
    background-color: #a51c1f;
    border-radius: 2px;
    line-height: 130%;
    text-shadow: 1px 1px 2px black;
}

.stSubmitBtn.disabled, .stSubmitBtn[disabled] {
    filter: grayscale(100%);
}

a.stSubmitBtn.fixWidth, div.stSubmitBtn.fixWidth {
	width:60px;
}

input.stSubmitBtn.fixWidth, button.stSubmitBtn.fixWidth {
	width:82px;
}

.stSubmitBtn.short {
	padding:0px 2px !important;
	min-width:25px !important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.stSubmitBtn:focus {
	border:1px solid #777;
}

.stSubmitBtn:hover, .stSubmitBtn.hovered {
	filter:brightness(130%);
}

.stSubmitBtn.disabled:hover, .stSubmitBtn[disabled].hovered {
    filter: grayscale(100%);
}

.premiumtimer{
	text-align:center;
	font-weight: bold;

}

.globalWarning .textContainer {
	background: #FFFFBF none repeat scroll 0% 0%;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	z-index: 20;
	width: 100%;
	border-bottom: 2px solid black;
	padding:3px 0px;
	color:red !important;
	font-family: verdana, sans-serif;
	position: relative;
}

#browserNotSupported {
	display: none;
}

.stSubmitBtnMedium {
	background:url(/game/gfx/images/main-sprites.png) left -40px;
	width: 153px !important;
	color:black !important;
}

.stSubmitBtnMedium:hover, .stSubmitBtnMedium.hovered {
	background-position:-153px -40px !important;
}

input.stSubmitBtnMedium, button.stSubmitBtnMedium {
	height:25px !important;
}

a.stSubmitBtnMedium, div.stSubmitBtnMedium {
	display:block !important;
	float:left !important;
	padding:6px 0px !important;
	height: 13px !important;
}
/*---IE Hacks---*/

/*
 * - "* html" gilt nur für IE6
 * - "*+html" gilt nur für IE7
*/


/*stSubmitBtn*/

* html .stSubmitBtn {
	overflow:auto;	
}

/*ajax-loading*/

* html #ajax-loading {
  position:absolute;
  top:200px;
}

/*message_box*/

* html #message {
  position:absolute;
  top:100px;
}

/*overlay*/

* html #dialog_overlay {
	position:absolute !important;
}

/*message*/

* html div#history {
	height: 200px;
}

/*accept_sidechange and accept_dialog*/

* html .dialogBoo {
	position:absolute !important;
	top:150px !important;
}

/*map*/

* html #map_sidebar_body {
	position:absolute;
	top:24px;
	height:340px;
}

* html #map_detail_div {
	height:253px;
	width:169px;
}

* html #map_detail_head {
	position:absolute;
	top:28px;	
}

* html #show_with_reactivation {
  margin-bottom:0px !important; 
}

* html #form_add_favorite {
	margin-top:0px;
}

/*loginBox*/

* html .loginBox .input_txt, * html .loginBox .input_pw {
	margin-top:0px;
}

* html .loginBox .input_txt {
	margin-bottom:2px;
}

*+html .loginBox .input_txt, *+html .loginBox .input_pw {
	margin-top:0px;
}

*+html .loginBox .input_txt {
	margin-bottom:2px;
}

/*registration*/

* html .registration .input_txt, * html .registration .input_pw {
	margin-bottom:-2px;	 
}

*+html .registration .input_txt, *+html .registration .input_pw {
	margin-bottom:-2px;	 
}



/* glue: 0.13 hash: 44da3a09c6 */
        .sprite-feelTheWar-contentFrame,
.sprite-feelTheWar-btnBig,
.sprite-feelTheWar-inputBig1,
.sprite-feelTheWar-loginBox,
.sprite-feelTheWar-inputMedium,
.sprite-feelTheWar-btnMedium,
.sprite-feelTheWar-inputPassword,
.sprite-feelTheWar-inputBetaKey,
.sprite-feelTheWar-inputMail {
            background-image: url('../../images/feelTheWar/feelTheWar.png?44da3a09c6');
            background-repeat: no-repeat;
        }
        
        .sprite-feelTheWar-contentFrame {
            background-position: 0 0;
            width: 372px;
            height: 480px;
        }
        
        .sprite-feelTheWar-btnBig {
            background-position: -372px 0;
            width: 392px;
            height: 118px;
        }
        
        .sprite-feelTheWar-inputBig1 {
            background-position: -372px -118px;
            width: 327px;
            height: 48px;
        }
        
        .sprite-feelTheWar-loginBox {
            background-position: -372px -166px;
            width: 278px;
            height: 259px;
        }
        
        .sprite-feelTheWar-inputMedium {
            background-position: -372px -425px;
            width: 204px;
            height: 37px;
        }
        
        .sprite-feelTheWar-btnMedium {
            background-position: 0 -480px;
            width: 204px;
            height: 80px;
        }
        
        .sprite-feelTheWar-inputPassword {
            background-position: -699px -118px;
            width: 39px;
            height: 42px;
        }
        
        .sprite-feelTheWar-inputBetaKey {
            background-position: -650px -166px;
            width: 39px;
            height: 42px;
        }
        
        .sprite-feelTheWar-inputMail {
            background-position: -689px -166px;
            width: 38px;
            height: 31px;
        }
        
        @media screen and (-webkit-min-device-pixel-ratio: 1.0), screen and (min--moz-device-pixel-ratio: 1.0), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1.0), screen and (min-resolution: 1.0dppx) {
            .sprite-feelTheWar-contentFrame,
    .sprite-feelTheWar-btnBig,
    .sprite-feelTheWar-inputBig1,
    .sprite-feelTheWar-loginBox,
    .sprite-feelTheWar-inputMedium,
    .sprite-feelTheWar-btnMedium,
    .sprite-feelTheWar-inputPassword,
    .sprite-feelTheWar-inputBetaKey,
    .sprite-feelTheWar-inputMail {
                background-image: url('../../images/feelTheWar/feelTheWar.png?44da3a09c6');
                -webkit-background-size: 764px 560px;
                -moz-background-size: 764px 560px;
                background-size: 764px 560px;
            }
        }
        
/*
 dieses file wurde zum teil mit gulue generiert, unten sind aber noch weitere css klassen.
 das ist so, weil es auf site und game verwändert wird.
 Man kann in /scripts/glueSite.sh falls neue Welten dazu kommen, das Sprite neu erstellen lassen
 und den Inhalt hier reinkopieren. DER LINK MUSS DANN ABER ANGEPASST WERDEN!!!!
 */

 /* glue: 0.13 hash: a24e4bb436 */
        .sprite-worldButtons-shadow,
.sprite-worldButtons-speed,
.sprite-worldButtons-phoenix,
.sprite-worldButtons-pegasus,
.sprite-worldButtons-moxc,
.sprite-worldButtons-gryphon,
.sprite-worldButtons-default,
.sprite-worldButtons-forge,
.sprite-worldButtons-bloodalp,
.sprite-worldButtons-cyclops,
.sprite-worldButtons-speed_small,
.sprite-worldButtons-phoenix_small,
.sprite-worldButtons-pegasus_small,
.sprite-worldButtons-superspeed_small, .superspeed_small,
.sprite-worldButtons-moxc_small, .moxc_small,
.sprite-worldButtons-gryphon_small,
.sprite-worldButtons-default_small,
.sprite-worldButtons-forge_small,
.sprite-worldButtons-bloodalp_small,
.sprite-worldButtons-cyclops_small {
            background-image: url('/site/images/feelTheWar/worldButtons.png?a24e4bb436');
            background-repeat: no-repeat;
        }
        
        .sprite-worldButtons-shadow {
            background-position: 0 0;
            width: 294px;
            height: 53px;
        }
        
        .sprite-worldButtons-speed {
            background-position: 0 -53px;
            width: 90px;
            height: 90px;
        }
        
        .sprite-worldButtons-phoenix {
            background-position: -90px -53px;
            width: 90px;
            height: 90px;
        }


        .sprite-worldButtons-bloodalp {
            background-position: 0px -233px;
            width: 90px;
            height: 90px;
        }

        .sprite-worldButtons-pegasus {
            background-position: -180px -53px;
            width: 90px;
            height: 90px;
        }
        
        .sprite-worldButtons-moxc {
            background-position: 0 -143px;
            width: 90px;
            height: 90px;
        }
        
        .sprite-worldButtons-gryphon {
            background-position: -90px -143px;
            width: 90px;
            height: 90px;
        }
        
        .sprite-worldButtons-default {
            background-position: -180px -143px;
            width: 90px;
            height: 90px;
        }

        .sprite-worldButtons-forge {
            background-position: -273px -143px;
            width: 90px;
            height: 90px;
        }
        
        .sprite-worldButtons-cyclops {
            background-position: -294px 0;
            width: 90px;
            height: 90px;
        }
        
        .sprite-worldButtons-speed_small {
            background-position: -294px -90px;
            width: 18px;
            height: 18px;
        }
        
        .sprite-worldButtons-phoenix_small {
            background-position: -312px -90px;
            width: 18px;
            height: 18px;
        }

        .sprite-worldButtons-bloodalp_small {
            background-position: -348px -108px;
            width: 18px;
            height: 18px;
        }
        
        .sprite-worldButtons-pegasus_small {
            background-position: -330px -90px;
            width: 18px;
            height: 18px;
        }

        .sprite-worldButtons-superspeed_small, .superspeed_small {
            background-position: -330px -90px;
            width: 18px;
            height: 18px;
        }
        
        .sprite-worldButtons-moxc_small, .moxc_small {
            background-position: -348px -90px;
            width: 18px;
            height: 18px;
        }
        
        .sprite-worldButtons-gryphon_small {
            background-position: -366px -90px;
            width: 18px;
            height: 18px;
        }
        
        .sprite-worldButtons-default_small {
            background-position: -294px -108px;
            width: 18px;
            height: 18px;
        }

        .sprite-worldButtons-forge_small {
            background-position: -330px -108px;
            width: 18px;
            height: 18px;
        }

        .sprite-worldButtons-bloodalp_small {
            background-position: -348px -108px;
            width: 18px;
            height: 18px;
        }
        
        .sprite-worldButtons-cyclops_small {
            background-position: -312px -108px;
            width: 18px;
            height: 18px;
        }
        
        @media screen and (-webkit-min-device-pixel-ratio: 1.0), screen and (min--moz-device-pixel-ratio: 1.0), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1.0), screen and (min-resolution: 1.0dppx) {
            .sprite-worldButtons-shadow,
    .sprite-worldButtons-speed,
    .sprite-worldButtons-phoenix,
    .sprite-worldButtons-pegasus,
    .sprite-worldButtons-moxc,
    .sprite-worldButtons-gryphon,
    .sprite-worldButtons-default,
    .sprite-worldButtons-forge,
    .sprite-worldButtons-bloodalp,
    .sprite-worldButtons-cyclops,
    .sprite-worldButtons-speed_small,
    .sprite-worldButtons-phoenix_small,
    .sprite-worldButtons-pegasus_small,
    .sprite-worldButtons-superspeed_small, .superspeed_small,
    .sprite-worldButtons-moxc_small, .moxc_small,
    .sprite-worldButtons-gryphon_small,
    .sprite-worldButtons-default_small,
    .sprite-worldButtons-forge_small,
    .sprite-worldButtons-bloodalp_small,
    .sprite-worldButtons-cyclops_small {
                background-image: url('/site/images/feelTheWar/worldButtons.png?a24e4bb436');
                -webkit-background-size: 384px 323px;
                -moz-background-size: 384px 323px;
                background-size: 384px 323px;
            }
        }
        

/* WORLD SELECT */
.world_buttons .world {
    display: block;
    text-align: left;
    color: #EEE !important;
    margin: auto;
    margin-top: 25px;
    width: 324px;
    font-family: Cinzel, serif;
    font-weight: bold;
    font-size: 16px;
}

.world_buttons .world:hover {
    filter: brightness(120%);
}

.world_buttons .world .icon {
    z-index: 1;
    position: relative;
    float: left;
    margin-right: -60px;
    margin-top: -19px;
}

.world_buttons .world .text {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 70px;
    padding-top: 10px;
    line-height: 110%;
}

.world_buttons .world .details {
    font-family: arial, sans-serif;
    font-size: 11px;
}

.world_buttons .world .details strong {color:#AAA;}

.world_buttons .world .newTag {
    position: absolute;
    margin-top: -27px;
    font-size: 13px;
    color: #EDA33F}
/*
#content .other_world h1 {
    margin-bottom: 5px;
}

#content .other_world .innerContent {
    height: 395px !important;
}*/

/*---New Site CSS---*/

.fbLogin
{
	position:absolute;
	display: inline-block;
	text-align:center;
	-webkit-border-radius: 2px;
	background-color:#4b69a8;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 -1px 0 #354c8c;
	border-radius:4px;
	border:1px solid rgba(0,0,0,0.2);
	z-index:	110;
}
.fbLogin, .fbLogin a {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff !important;
	font-size: 13px !important;
}
.fbLogin:hover 
{
	background-color:#3d5383 !important;
	border-color:rgba(0,0,0,0.2);
	color: #fff !important;
}
.fbLogin i.fab {
	padding:2px 7px;
	font-size:24px;
	color:white;
}

select, textarea, .input_txt, .input_pw {
    border:1px solid #9d9d9d;
    background-color:white;
}

select:focus, textarea:focus, .input_txt:focus, .input_pw:focus {
    background-color:beige;
}

.loginBox .fbLogin {
	overflow: hidden;
	bottom: -7px;
    left: 30px;
}

.loginBox .fbLink {
	float: left;
}

.loginBox #fbAGCContainer {
	width: 200px;
	font-size: 12px;
	display: block;
}

.loginBox #fbAGCEffectContainer {
	width: 24px;
	overflow: visible !important;
}

/*-cursor-*/

html, body {
	background-color:#000;
}

#overallWrapper {
	cursor:	url('/game/gfx/icons/cursor/default.cur'), default !important;
	background-image:url('/site/images/feelTheWar/dragonBackground.1762511531.jpg');
	background-position: center top;
	background-repeat: no-repeat;
    width: 100%;
	min-height: 1280px;
	color:#DEB18A;
    position:relative;
}

body, a, button,input,textarea,select,option {
	font-family: 'Cinzel', serif;
}

select,option {
	font-size: 12px;
}

input:not([type="submit"]),textarea {
	color:#666;
	font-weight: bold;
    font-family: 'Hind', arial, sans-serif;
}

.sprite-feelTheWar-inputMedium {
	margin: auto;
}

.sprite-feelTheWar-inputMedium input {
	text-align: center;
	border-radius: 15px;
	width: 160px;
	height: 22px;
	font-size: 14px;
	margin-top: 8px;
	background-color: transparent;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color:#666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#666;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#666;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#666;
}

a, input[type=submit], input[type=button], button {color:rgb(255, 168, 51); background-color: transparent;}
a:hover, input[type=submit]:hover, input[type=button]:hover, button:hover {color:rgb(255, 188, 100);}


input[type=submit], input[type=button], input[type=radio], input[type=checkbox], .sliderContainer .sliderTrack, .hint_icon, select, button, a, .dynamicTabs a table *, .bazar .middle_tr, .dialogBox div.abortbutton, .dialogBox .submit, div.autocomplete ul li:hover, #crystal_amount_slider .one_left, #crystal_amount_slider .one_right, #units_right_table .one_left, #units_right_table .one_right, #hero_status .settings label, #hero_status .upgrade div table, #hero_status .upgrade .raise table, .scriptLink_one_left, .scriptLink_all_left, .scriptLink_one_right, .scriptLink_all_right, .lnk_move_left, .lnk_move_right {
	cursor: url('/game/gfx/icons/cursor/pointer.cur'), pointer !important;
}

input[type=text], textarea, input[type=password] {
	cursor:	url('/game/gfx/icons/cursor/text.cur'), text !important;
}

/*sprite modified*/

.sprite-feelTheWar-btnMedium {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px black;
}

.sprite-feelTheWar-btnMedium:hover {
    filter: brightness(120%);
}

a.sprite-feelTheWar-btnMedium {
	display: inline-block;
	text-decoration: none;
	color: black;
	text-shadow: 0 0;
	line-height: 492%;
}

a.sprite-feelTheWar-btnMedium:hover{
	color: black;
}

.sprite-feelTheWar-btnBig {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 5px black;
}

.sprite-feelTheWar-btnBig:hover {
    filter: brightness(120%);
}

a.sprite-feelTheWar-btnBig {
	display: inline-block;
	text-decoration: none;
	line-height: 200%;

}

a.sprite-feelTheWar-btnBig:hover{
	color: black;
}

#main-back {
	min-height: 1100px;
}

#main {
	position:relative;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.rules {
	text-align: left;
    font-size: 14px;
}

.rules .innerContent h1 {display:none;}

.error_message {
	white-space: nowrap;
	padding: 5px 10px;
	position: absolute;
	background-color: #a00;
	border: 1px solid #aaa;
	color: #fff;
	box-shadow: 0px 0px 2px 0 rgba(0,0,0,1);
	text-shadow:0 0;
	font-size: 14px;
	z-index: 2;
}

.error_message .pointer {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	background-color: #a00;
}

.error_message.left {
	text-align: left;
}

.error_message.left .pointer {
	left: -6px;
	border-left: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

.error_message.right {
	text-align: right;
}

.error_message.right .pointer {
	right: -6px;
	border-right: solid 1px #aaa;
	border-top: solid 1px #aaa;
}

#message {
    font-size: 14px !important;
    position: fixed;
    width: 300px;
    text-align: center;
    top: 214px;
    left: 50%;
    margin-left: -170px;
}

#trackingPixel {display:none;}

.loginContainer {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 20px;
}

.loginContainer .startLogin {
	position: absolute;
	top: 10px;
	left: 20px;
}

/*
extra minus top bisschen mehr wie die loginbox eig hoch ist,
weil die box sonst in die globalWarnings reinragen würde...
*/
.loginBox {
	position: absolute;
	left: -15px;
	top: -240px;
	font-size: 12px;
}

.loginBox.loginBoxToggled {top:0px;}

.loginBox .loggedIn {
	width: 100%;
	position: absolute;
	top: 70px;
	text-align: center;
	line-height: 150%;
    font-size: 15px;
}

.loginBox .error_message {
	top: 14px;
	left: 271px;
}

.loginBox .pw_send a {
	font-size: 11px;
}

.loginButtons {
	position: relative;
	margin-top: 7px;
}

.loginFields div {
	display: inline-block;
	margin-top: 10px;
}

.loginFooter {
	display: none;
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 33px;
	left: 0px;
}

.logo {
	display: block;
	position: absolute;
	left: 50%;
	top:10px;
	margin-left: -254px;
    margin-left: -312px;
	font-size: 120px;
	text-decoration: none;
}

.preRegTimerContainer {
    text-decoration:none;
    display: block;
    position: relative;
    top:225px;
    height:74px;
    background:url('/site/images/feelTheWar/bannerBlack.1750705590.png') center top no-repeat;
    box-sizing: border-box;
    padding-top:12px;
    color:#FECE3D;
}

#preRegTimer {color:#F7C68C;}
.preRegStart {font-size:24px;}

.preRegWrapper #content {
    top:300px;
}

#content {
	position: absolute;
	left: 50%;
	top: 230px;
	margin-left: -186px;
}

#content h1 {
    margin-top: -51px;
    margin-bottom: 25px;
    height: 46px;
    line-height: 200%;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: rgb(255, 168, 51);
    text-shadow: 0px 0px 2px black, 0px 0px 2px black;
    overflow: hidden;
}

#content h1.twoLine {
    line-height: 120%;
    font-size:20px;
}

#content .paddingContent {
	margin: 66px 20px;
}

#content .innerContent {
	height: 360px;
	overflow: hidden;
}
/*wenn der content, z.B. die error_messages beim reg über den rand gehen, dann */
.registration .slimScrollDiv {
	position: static !important;
}

#content .registration .innerContent {
	overflow: visible;
}

.landingPageMessage {
	background-image:url('/site/images/feelTheWar/messageFrame.1750705590.png');
	width: 406px;
	height: 272px;
	margin-top: 213px;
	margin-right: -47px;
	float: left;
	color:white;
	opacity: 0.9;
	line-height: 150%;
	font-size: 20px;
}

.landingPageMessage .paddingContainer {
	padding:30px;
}

.landingPageMessage h2 {
	font-size: 27px;
	margin-bottom: 10px;
}

.landingPageMessage ul {
	list-style: none;
}

.registration {
	text-align: center;
	position: relative;
}

.registration .fbLogin i.fa {font-size: 17px;}

/*
#language select {
	position: absolute;
	top: 0px;
	right: -10px;
}

#language select {
	border: 0;
	background-color: transparent;
	position: absolute;
	top: 2px;
	right: 45px;
}*/

#language {
    width: 50px;
    overflow: hidden;
    position: absolute;
    top: 45px;
    right: 0px;
}

#language #user_lang {
    border: 0;
    background-color: transparent;
    width: 64px;
    position: relative;
    z-index: 1;
    color: white;
}

#language option {
	background-color: #EBDFCC;
	padding-right: 5px;
    color:black;
}

#language #flagIcon {
	position: absolute;
	top: 6px;
	left: 26px;
}

.registration .sprite-feelTheWar-inputBig1, .registration .sprite-feelTheWar-inputBig2 {
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 90px;
    box-sizing: border-box;
    text-align: left;
}

.registration input[type=text], .registration input[type=email], .registration input[type=password] {
    width: 210px;
    height: 28px;
    font-size: 16px;
    margin-top: 11px;
    background-color: transparent;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.registration .inputIcon {
    position: absolute;
    margin-left: -45px;
}

.registration .inputEmail .inputIcon {margin-top:10px;}
.registration .inputPassword .inputIcon {margin-top:5px;}

.registration .error_message {
  	right: 368px;
}

.registration .error_message.email_error,
.registration .error_message.pw_error,
.registration .error_message.friend_error,
.registration .error_message.pww_error,
.registration .error_message.invalidBetaKey {
	margin-top: -49px;
}

.registration .sex, .registration .tos, .registration .regAlternative {
	padding: 5px 0;
	font-weight: bold;
	font-size: 14px;
}

.registration .sex input, .registration .tos input {
	vertical-align: middle;
	margin-right: 5px;
}

.registration .regAlternative {
	font-size: 13px;
	margin-top: 5px;
}

.regAlternative .fbLogin {
	margin-top: -2px;
}

.registration .error_message.sex_error,
.registration .error_message.agc_error {
	margin-top: -30px;
}

.registration .sprite-feelTheWar-btnBig {
    font-size: 28px;
    margin-left: -31px;
}

.chooseWorld h2 {
    margin-bottom: -10px;
    margin-top: 5px;
    color: rgb(255, 168, 51);
    text-shadow: 0px 0px 2px black, 0px 0px 2px black;
}

#footer {
	position: absolute;
	top: 930px;
	text-align: center;
	width: 100%;
}

#footer a {
	text-decoration: none;
}

.screenshots .floatLeft, .screenshots .floatRight {
	margin-bottom: 24px;
	width: 403px;
} 

.screenshots a {
	display: block;
	float: left;
	text-align: left;
	margin: 0 9px;
	position: relative;
}

.screenshots a img {
	width: 160px;
	height: 96px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.screenshots a div {
	position: relative;
	z-index: 1;
}

#footer .links {
    display:inline-block;
    margin:auto;
	margin-bottom:20px;
    height:auto;
    text-align: center;
    padding:0px 70px;
}

#footer .links a {
	font-size: 15px;
	text-shadow: 2px 2px 2px black;
    padding:0 10px;
}

#footer .sprite-feelTheWar-trollLogo {
	display: inline-block;
	margin:auto;
	position: relative;
	right: -19px;
	margin-bottom: 10px;
}

.copyright {
	font-size: 16px;
	text-shadow: 0px 0px 5px black, 0px 0px 5px black;
    color: #F2C17C;
}

.flags a {
	margin:0px 10px;
}

.flags {
	margin-top: 20px;
}

.media a {
	text-align: left;
	width:113px;
	height:55px;
	display:block;
	padding: 10px 15px 35px 62px;
	color:black;
	font-family: verdana;
	text-shadow:0 0;
	text-decoration: none;
	font-size: 14px;
	margin:auto;
}

.media a.xhodon_zip {
	background:url(/site/images/origin/presse/presse_sprite.png) -4px -4px;
}

.media a.xhodon_zip:hover {
	background:url(/site/images/origin/presse/presse_sprite.png) -4px -109px;
	color:black !important;
}

.media a.trollgames_zip {
	background:url(/site/images/origin/presse/presse_sprite.png) -212px -4px;
}

.media a.trollgames_zip:hover {
	background:url(/site/images/origin/presse/presse_sprite.png) -212px -109px;
	color:black !important;
}

/*ask4Restore*/

.ask4Restore .restoreBtn {
	display: block;
	margin: 10px auto;
}

/* globalOutputContainer */

.globalOutput {
	height:0px;
}

.globalOutput div:first_child {height:0px;}

#outgrayClose {
	 position:relative;
	 top:100px;
	 font-weight: bold;
	 text-align: center;
	 color: green !important;
	 margin: auto;
	 float: none !important;
}

.outgrayOverlay {
	display:none;
	position:fixed;
	z-index:99;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	top:0px;
	left:0px;
}

/* Starter Package */
.starterPackage {
	display:none;
	z-index: 100; 
	position: absolute; 
	top: 50px;
	width: 630px;
	left:50%;
	margin-left: -315px;
}	

.starterPackage .playButton {
	background: transparent url("/game/gfx/images/StarterPackage/play.png") repeat scroll 0% 0%;
	width: 300px;
	height: 95px;
	position: relative;
	bottom: 155px;
	display: inline-block;
	left: 171px;
	cursor: url("/game/gfx/icons/cursor/pointer.cur"), default !important;
}

.starterPackage .playButton:hover {
	background:url(/game/gfx/images/StarterPackage/play_hover.png)
}

.playButton .buttonText {
    position: relative;
    font-family: cardamon;
    font-weight: 500;
    color: black;
    font-size: 29px;
    left: 12px;
    top: 24px;
    width: 262px;
    text-align: center;
}


/* Cookie notice */
#cookieOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: #00000061;
    display: none;
}

#cookie-notice {
    display: table !important; /* hidden is now on the outgray*/
    position: fixed;
    z-index: 100000;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: sans-serif;
    width: 40%;
    left: 50%;
    margin-left: -20%;
    top: 10%;
    height: fit-content;
    min-width: 210px;
    border-radius: 5px;
    filter: drop-shadow(1px 1px 2px black);
}

#cookie-notice .button.bootstrap,#cookie-notice .button.wp-default {
    font-family: sans-serif;
    display: inline-block;
    font-style: normal;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    text-decoration: none;
    outline: 0
}

.cookie-notice-container {
    padding: 15px;
    text-align: center
}

.cn-top {
    top: 0
}

.cn-bottom {
    bottom: 0
}

#cookie-notice .button {
    margin-left: 10px;
    width: 150px;
    height: unset;
}

#cookie-notice .button.wp-default {
    padding: 12px 12px 12px 12px;
    background: linear-gradient(to bottom,#FEFEFE,#F4F4F4) #F3F3F3;
    border-color: #BBB;
    color: #333;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    white-space: nowrap;
    margin-top: 21px;
    margin-bottom: 10px;
    font-weight: bold;
}

#cookie-notice .button.wp-default:focus,#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus,#cookie-notice .button.wp-default:active {
    background: linear-gradient(to bottom,#FFF,#F3F3F3) #F3F3F3;
    border-color: #999;
    color: #222
}
#cookie-notice #cn-accept-cookie {
    background: linear-gradient(to bottom,#a4f766,#4cc500) #4cc500;
}
#cookie-notice #cn-reject-cookie {
    color: lightgray;
    font-size: 13px;
    display: inline-block;
}

#cn-notice-text2 {
    display: none;
}
@media (max-width: 1200px) {
    #message {
        top: 113px;
    }

    .loginContainer {
        left:50%;
    }

    .loginContainer .loginBox {
        box-sizing: border-box;
        margin-left: -171px;
        height:120px;
        width:372px;
        background:url('/site/images/feelTheWar/feelTheWar/contentFrame.1750705590.png') no-repeat center bottom;
    }

    .loginContainer .startLogin {
        left:-101px;

    }

    .loginBox .loggedIn {top: 20px;}

    .loginContainer .loginFields div {
        transform: scale(0.8);
        margin: 0px -20px;
    }

    .loginContainer .pw_send {
        width: 165px;
        position: absolute;
        margin-left: 20px;
        z-index: 1;
    }

    .loginContainer .pw_send a {
        font-size:11px;
    }

    .loginContainer .loginBtn {
        transform: scale(0.8);
        position: absolute;
        margin-left: -15px;
        margin-top: -20px;
    }

    .loginContainer .fbLoginContainer {
        text-align: left;
        margin-top:7px;
    }

    .loginContainer .fbNote {
        text-indent: 65px;
        display: inline-block;
        letter-spacing: -0.8px;
    }

    .loginBox .error_message {
        top: 4px;
        left: 371px;
    }

    .logo {
        top:85px;
        transform:scale(0.6);
    }

    .preRegWrapper .logo {top:35px;}
    .preRegWrapper .preRegStart {font-size:19px;}

    #content {
        top:265px;
    }

    .loginBox .error_message,
    .registration .error_message.email_error,
    .registration .error_message.pw_error,
    .registration .error_message.friend_error,
    .registration .error_message.pww_error,
    .registration .error_message.invalidBetaKey,
    .registration .error_message.agc_error {
        position: static;
        text-align: center;
        background: none;
        border: 0;
        color: red;
        font-size: 11px;
        margin-top: -13px;
        margin-bottom: -5px;
        box-shadow:none;
    }

    .loginBox .error_message .pointer,
    .registration .error_message.email_error .pointer,
    .registration .error_message.pw_error .pointer,
    .registration .error_message.friend_error .pointer,
    .registration .error_message.pww_error .pointer,
    .registration .error_message.invalidBetaKey .pointer,
    .registration .error_message.agc_error .pointer {
        display:none;
    }

    .loginBox .error_message {
        position: relative;
        left: 0px;
        top: 33px;
        text-shadow: 0px 0px 3px black;
    }
}

@media (max-width: 950px) {
    #footer .links {
        padding:0px 30px;
    }
}

@media (max-width: 385px) {
    .loginContainer, #content {
        transform: scale(0.9);
    }

    #content {
        top:210px;
    }

    .logo {
        transform: scale(0.5);
        top:75px;
    }
}
/* Preload images */
body:after {
  content: url(/site/javascript/lightbox/img/close.png) url(/site/javascript/lightbox/img/loading.gif) url(/site/javascript/lightbox/img/prev.png) url(/site/javascript/lightbox/img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/site/javascript/lightbox/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/site/javascript/lightbox/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/site/javascript/lightbox/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/site/javascript/lightbox/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

