@font-face {
    font-family: 'SansationRegular';
    src: url('fonts/Sansation_Regular.eot');
    src: url('fonts/Sansation_Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Sansation_Regular.woff') format('woff'),
        url('fonts/Sansation_Regular.ttf') format('truetype'),
        url('fonts/Sansation_Regular.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{
    color:#e1b788;
    text-decoration:none;
    transition:0.5s;
}
a:hover{
    color:#d4cbb3;
    transition:0.5s;
}

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
    background:black;
    font-family: 'SansationRegular';
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.smaller-section,
.smaller-section .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

.background{
    box-shadow:0px -10px 40px rgb(0, 0, 0);
    position:relative;
}
#maintenance{
        background:url('gfx/parallaxbg/1.jpg') no-repeat;
        background-size:cover;
        height:100%;
        text-align:center;
}
#errorpage{
        background:url('gfx/parallaxbg/1.jpg') no-repeat;
        background-size:cover;
        height:100%;
        text-align:center;
}
.divider{
    background:url('gfx/ui/section-border.png') repeat-x;
    height:17px;
    position:relative;
    top:-5px;
}

/* content centering styles */
.content-a {
    display:table;
    width: 80%;
    margin: 0 auto;

}
.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}
h1{
    font-family: 'SansationRegular';
    color:#dac690;
    font-size:30px;
    padding-bottom:15px;
    text-shadow:1px 1px 1px black;
}
p{
    color:#b3b3b3;
    font-weight:300;
    font-size:15px;
}
.column-left, .column-right{
    width:48%;
    float:left;
    position:relative;
}
.styled{
    text-align:justify;
    background:rgba(0,0,0,.6);
    border-bottom:4px solid #E1B784;
    box-shadow:5px 5px 10px rgba(50,50,50,0.5);
    padding:1%;
}

#header{
    background:url('gfx/ui/under-logo.png') no-repeat right center;
    width:624px;
    height:178px;
    position:relative;
    font-family: 'SansationRegular';
}
#fblikebox{
    position:absolute;
    right:0px;
    top:0px;
}
#header h2{
    color:#dcd9ba;
    text-transform:uppercase;
    position:absolute;
    bottom:28px;
    right:10px;
    font-size:17px;
    font-weight:normal;
}

#partners{
    padding:40px 0px;
}

#partners a.show-partners{ font-size:9px; text-transform:uppercase; text-align:center; display:block;}
.hidden-partners{display:none;}

#partners h3, #partners a{
    display:inline-block;
    vertical-align:middle;
}
#partners h3{
    letter-spacing:2px;
    font-size:12px;
    text-transform:uppercase;
}

/* visual styles */
body{
    margin:0;
    line-height:25px;
}
#main_content{
    position:relative;
    margin-top:70px;
}
#container{
    margin:0 auto;
    width:70%;
    background:url('gfx/parallaxbg/topbg.jpg') no-repeat right center;
}
section {
    background:black;
}
.not-fullscreen {
    height:50%;
}
.smaller-section{
    height:20%;
}
.center{
    text-align:center;
}
#topmenu{
    position:fixed;
    padding:5px 0px;
    width:100%;
    top:0px;
    height:40px;
    z-index:99;
    text-align:center;
    background:black;
    -webkit-box-shadow: inset 0px -1px 15px #333333,0px 0px 10px black;
    -moz-box-shadow:inset  0px -1px 15px #333333,0px 0px 10px black;
    box-shadow: inset 0px -1px 15px #333333,0px 0px 10px black;
}
#topbtns,.topmenubtn{
    display:inline-block;
    vertical-align:middle;
}
.topmenubtn a{
    display:block;
    padding:0px 10px;
}

.fog{
    height:250px;
    width:100%;
    background: url(gfx/ui/fog.png) repeat left top;
    position:absolute;
    bottom:0px;
    opacity:0.5;
}
/* CONTENT - VIEW RELATED */

label{
    color:#e1b788;
    text-shadow:2px 2px 3px black;
}

.regform{
    display:none;
}

.inpt{
    padding:3px;
    margin:3px auto;
    width:294px;
    height:18px;
    text-align:center;
    font-size:12px;
    background:transparent;
    color:#e1b788;
    border:0px solid #000000;
    border-bottom:1px solid #A0977D;
    font-family: 'Gudea', sans-serif;
    transition:0.5s;
}

.inpt:focus{
    background:rgba(0,0,0,0.5);
    transition:0.5s;
    box-shadow:inset 0px -5px 10px -5px #A0977D;
}

.form{
    position:relative;
}

.element{
    display:inline-block;
    margin:0px 2px;
    border:1px solid gray;
    width:80px;
    height:72px;
    box-shadow:inset 0px 0px 6px  black;
    transition:0.5s;
    cursor:pointer;
}

.element.inactive{
    opacity:0.4 !important;
    cursor:no-drop;
}

.element.active{
    border:1px solid gray;
    box-shadow:inset 0px 0px 6px lightgray;
    transition:0.5s;
}

.element.color{
    width:20px;
    height:25px;
}

.defbox{
    padding:5px 10px;
    color:#e1b788;
    position:relative;
    overflow: visible !important;
}

.bg-one{
    background: #1d1d1d url(gfx/bgs/bg1.jpg) no-repeat left top;
}

.bg-two{
    background: #1d1d1d url(gfx/bgs/bg2.jpg) no-repeat left top;
}

.bg-three{
    background: #1d1d1d url(gfx/bgs/bg3.jpg) no-repeat left top;
}


.btn{
    display:block;
    width:310px;
    height:33px;
    color:#e1b788;
    background: url(gfx/splash/button.png) no-repeat center top;
    text-align:center;
    cursor:pointer;
    margin:4px auto;
    text-transform:uppercase;
    font-family: 'SansationRegular';
    border:0px;
    transition:1s;
}

.btn:hover{
    box-shadow:inset 0px -25px 25px -25px #A0977D;
    transition:1s;
}

.topframe{
    font-weight:bold;
    color:#e1b788;
    cursor:pointer;
}

#items,#hero-type{
    padding:10px 0px;
    transition:1s;
}

.hero{
    display:inline-block;
    width:15%;
        vertical-align:top;
}
.icon{
    width:150px;
    display:inline-block;
    text-align:center;
        cursor:pointer;
}


.hero.active .icon{
width:auto;
}
.hero.disabled{
 display:none;
}
.hero.active .desc-hero{
display:inline-block;
}
.hero .desc-hero{
    width:0%;
    display:inline-block;
    vertical-align:top;
    background:rgba(0,0,0,0.4);
    position:relative;
    text-align:left;
    border-bottom:2px solid #E1B784;
}
.hero .desc-hero div{
    display:none;
    padding:10px;
}
.hero span{
      color:#dcd9ba;
    text-transform:uppercase;
}
.close{
    position:absolute;
    top:0px;
    right:-25px;
    background:black;
    padding:5px;
    cursor:pointer;
}


.itemeq{
    position:relative;
    color:white;
    margin:3px 4px;
    vertical-align:middle;
    background:rgba(0,0,0,.3);
    transition:0.4s;
}

.itemeq.mode_craft {
    text-align: center;
    display:inline-block;
    height: auto;
    width:120px;
    margin:10px 20px;
    background: transparent none repeat scroll 0% 0%;
}


.itemlabel{
    padding:5px 10px;
    margin-bottom:3px;
    display:block;
}
.common{
    font-weight:bold;
    color:white;
    background:url('gfx/ui/common.png') no-repeat center bottom;
}

.unique{
    font-weight:bold;
    color:rgb(231, 124, 101)  !important;  
    background:url('gfx/ui/unique.png') no-repeat center bottom;
}

.uncommon{
    font-weight:bold;
    color:rgb(31, 164, 11) !important;
    background:url('gfx/ui/uncommon.png') no-repeat center bottom;
}

.rare{
    font-weight:bold;
    color:rgb(61, 137, 222)  !important;
    background:url('gfx/ui/rare.png') no-repeat center bottom;
}
.artifact
{
    font-weight:bold;
    color:rgb(162, 79, 212)  !important;
    background:url('gfx/ui/artifact.png') no-repeat center bottom;
}


.requirments{
    padding:7px 0px; border-top:1px dotted gray;
    margin-top:5px;
}

.valueitem{
    padding:2px 10px;
    border-top:1px dotted gray;
    font-size:11px;
    text-align:left;
}
.valueitem img{
    width:15px;
}

.imgframe.craft {
    width: 120px;
    height: 120px;
    box-shadow: 0px 0px 20px #000;
    padding: 6px;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
    border: 4px solid #000;
    margin: 1px;
    transition: all 0.4s ease 0s;
    text-align: left;
    display: inline-block;
    border-radius: 5px;
    color: white;
    font-size:13px;
    position: relative;
    font-family: "Exo 2",sans-serif;
    cursor: pointer;
}
.imgframe.craft p{
    color:white;
    font-size:13px;
}
.imgframe.craft .imgpic {
    width: 120px;
    height: 120px;
    display: inline-block;
    filter: sepia(45);
    -webkit-filter: sepia(45);
    transition:1s;
}
.imgframe.equipment > span, .imgframe.mainequipment > span {
    width: auto;
    min-width: 160px;
    white-space: nowrap;
    padding: 2px 10px;
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
    text-align: center;
    line-height: 20px;
}
.hoverbox > span {
    display: none;
}
.hoverbox{
    opacity:0.7;
    transition:1s;
}
.hoverbox.hovered{
    opacity:1;
    transition:1s;
}
.hoverbox.hovered .imgpic {
    transition:1s;
    filter: sepia(0); 
    -webkit-filter: sepia(0);
}

.hoverbox.hovered > span {
    position: absolute;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
    color: #FFF;
    border: 2px solid #695829;
    box-shadow: 2px 2px 25px #000 inset, 0px 3px 7px #000;
    display: block;
    z-index: 99;
}


.fallingLeaf{opacity:0.5; position:absolute;background-color:transparent;background-image:url(gfx/ui/leaves.png);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}

@media (max-width: 1200px) {
    .content-a {
        width:100%;
    }
}
@media (max-width: 930px) {
    .column-left,.column-right{
        width:98%;
        display:none;
    }
    .styled{
        display:block;
    }


}
@media (max-width: 450px) {
    p{
        font-size:13px;
    }

}
