@font-face {
    font-family: "ring";
    src: url('/fonts/ringbear.ttf');
}

html {
    background: url("imgs/home/sfondo.jpg") center center no-repeat #0a0e11;
    background-size: cover;
    min-height:100%;
}

body {
    margin: 0;
    padding: 0;
    min-height:100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #422e25;
}



label { line-height: 30px; }
input[type=text], input[type=number], input[type=email], input[type=password]{
    background: transparent;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: all 0.2s linear;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: #222222;
    position: relative;
    height: 30px;
    margin-bottom: 2px; 

&::-webkit-input-placeholder {
     color: #999999;
 }

&:-moz-placeholder {
     color: #999999;
 }

&:focus{
     box-shadow: 0 1px 0 #422e25 inset, 0 -1px 0 #422e25 inset, 1px 0 0 #422e25 inset, -1px 0 0 #422e25 inset, 0 0 4px rgba(66,46,37,0.5);
     outline: none;
     background: transparent;
 }
}

label {
    position: relative;
    float: left; width: 50%; text-align: right; padding-right: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic;
}

label[for=accettazione_1] { width:70%; font-size: 10px; text-align: left; line-height: 12px; }
label[for=accettazione_2] { width:70%; font-size: 10px; text-align: left; line-height: 12px; }
label[for=accettazione_3] { width:70%; font-size: 10px; text-align: left; line-height: 12px; }
label[for=accettazione_4] { width:70%; font-size: 10px; text-align: left; line-height: 12px; }

h1, h2, h3, h4 {
    font-family: "ring";
    text-align: center;
    color: #422e25;
    font-size: 1.1em;
    font-weight: lighter;
}

.top {
    position: absolute;
    width: 100%;
    height: 44px;
    top: 16px;
    background: url("imgs/home/travelegnosup.png") repeat-x;
}

.top_menu {
    position: relative;
    height: 21px;
    margin: 4px auto;
    text-align: center;
}

.container {
}
/*
.logo {
    position: relative;
    width: 528px;
    height: 163px;
    margin: auto;
    top: 40px;
    background: url("imgs/home/AnnoMille.png");
    display: none;
}
*/
.bottom {
    position: absolute;
    width: 100%;
    height: 28px;
    bottom: 0;
    background: url("imgs/home/texture%20legno%20sotto.png") repeat-x;
}

.top_menu .pulsante {
     position: relative;
    display: inline-block;
    height: 21px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: top left;
}

.news {
    width: 49px;
    background-image: url("imgs/home/menu/news.png");
    
}

.ambientazione {
    width: 119px;
    background-image: url("imgs/home/menu/ambientazione.png");
}

.razze {
    width: 52px;
    background-image: url("imgs/home/menu/razze.png");
}

.disclaimer {
    width: 89px;
    background-image: url("imgs/home/menu/disclaimer.png");
}

.credits {
    width: 63px;
    background-image: url("imgs/home/menu/credits.png");
}

.regolamento {
    width: 114px;
    background-image: url("imgs/home/menu/regolamento.png");
}

.registrati {
    width: 86px;
    background-image: url("imgs/home/menu/registrati.png");
}

.entra, .entra-2 {
    position: absolute;
    width: 148px;
    height: 59px;
    top: -1px;
    right: 25px;
    background: url("imgs/home/banner.png");
    cursor: pointer;
    z-index: 1;
}

.entra_text {
    position: relative;
    width: 70px;
    height: 33px;
    margin: auto;
    top: 5px;
    background: url("imgs/home/menu/entra.jpg");
}

.entra_box {
    position: absolute;
    top: 56px;
    right: 5px;
    width: 204px;
    height: 0;
    background: url("imgs/home/box_entra.jpg");
    display: none;
    z-index: 0;
}

.box {
    position: absolute;
    background: url("imgs/home/popup.png");
    width: 804px;
    height: 443px;
    left: 50%;
    margin-left: -402px;
    top: 170px;
    display: none;
    z-index: 1;
}

.close_box {
    position: absolute;
    width: 21px;
    height: 24px;
    top: 10px;
    right: 10px;
    background: url("imgs/home/X.png");
    cursor: pointer;
}

.content_box {
    position:relative;
    width: 774px;
    left: 20px;
    height: 390px;
    top: 36px;
    overflow-y: auto;
    padding-right: 10px;
    text-align: justify;
}

.entra_div {
    position: relative;
    width: 102px;
    height: 56px;
    top: 27px;
    margin: auto;
}


.error_404_box { display: inherit !important;}


.tts_pass_recovery_link {
    display: block;
    margin-top: 41px;
    text-align: center;
    font-size: 10px;
}


.classe-titoli, .tts_user_name label, .tts_password label {
  font-family: Georgia;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #422e25;
}

.registrati_box .content_box { left: 15px; top: 20px; }



.content_box_redirect {
    background: url("imgs/home/popup_login_logout.png");
}

.contenuto_box_login_logout {
    margin: 0 auto;
    text-align: center;
    width: 390px;
    padding: 0 10px;
}
    