﻿
html { background-color: #F0F0F0; }

body { background-image: url(images/noise.png); font-size: 14px; font-family: Georgia, Geneva, Cambria, Times New Roman, Calibri, Arial, Tahoma, Verdana; background-color: transparent; }
#headerPane, #topPane { background-image: url(images/noise-white.png); }

label {    min-width: 150px;}

h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; }
.bs-footer { padding-top: 40px; padding-bottom: 40px; margin-top: 100px; color: #777; background-color: #fafafa; }

.top-title { background-image: url("Images/bg_title.png"); background-repeat: no-repeat; background-position: center center; font-size: 2em; color: #414141; text-align: center; padding-top: 7px; height: 50px; }

.mobile-footer { position: fixed; right: 0; bottom: 0; left: 0; background-color: #930303; padding: 4px 10px; text-align: center; }
    .mobile-footer a { font-size: 1.5em; color: #fff; padding: 0; margin: 0; line-height: 1em; }

.evidenza-container { padding-top:15px;}

.language { float:right;}
a { color: #900; }

.navbar-brand { float: none; padding: 15px 15px; }
.navbar a { font-family: Georgia, Geneva, Cambria, Times New Roman, Calibri, Arial, Tahoma, Verdana; font-size: 1.6em; }
.navbar-collapse { box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.25); text-align: center; }
.navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; color: #414141; }
.navbar-nav > li.active > a { color: #900; }
.navbar-nav { display: inline-block; float: none; }

.titoloContainer { background-image: url(/146/images/titolo_bg.gif); background-repeat: no-repeat; height: 57px; margin: 0; border: none; text-align: center; padding-top: 30px; font-size: 28px; font-weight: bold; color: #666; }

.block { position: relative; vertical-align: text-top; vertical-align: top; background-color: #FFF; -webkit-box-shadow: 0 0 4px 0 #CCC; -moz-box-shadow: 0 0 4px 0 #ccc; box-shadow: 0 0 4px 0 #CCC; overflow: hidden; padding: 15px; margin-bottom: 30px; }

    .block h3 { font-size: 1.3em; color: #900; font-weight: bold; line-height: 140%; }
    .block h4 { font-size: 1.1em; color: #999; font-weight: bold; }
    .block .descrizione { font-size: .9em; line-height: 140%; margin-top: 5px; }

    .block .img-container { width: 100%; overflow: hidden; position: relative; display: block; margin-bottom: 10px; }
        .block .img-container img { width: 100%; position: absolute; top: -100%; right: -100%; bottom: -100%; left: -100%; margin: auto; }
    .block .moreinfo { display: block; padding: 3px; background-color: #333; color: #FFF; position: absolute; bottom: 0; right: 0; width: 90px; text-align: center; }
        .block .moreinfo a { color: #fff; }
    .block .mq { display: inline-block; }
.pprice { display: block; color: #333; position: absolute; bottom: 11px; left: 21px; font-size: 34px; font-weight: bold; font-style: normal; font-family: Times New Roman, Arial,Helvetica; }
.micro { font-size: 20px; }

.box {
    padding: 50px;
    font-size: 18px;
    line-height: 130%;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 4px 0 #CCC;
    -moz-box-shadow: 0 0 4px 0 #ccc;
    box-shadow: 0 0 4px 0 #CCC;
    margin-top:25px;
}

    .box ul { padding:0;margin:0;}

.box ul li {
    list-style-image: none;
    list-style-position: inherit;
    background: url(images/Arrow_icon.png) no-repeat;
    background-position: left 0;
    display: block;
    padding: 2px 0;
    padding-left: 35px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    margin-bottom: 10px;
}
.thumbnail {padding:15px;}

.btn-info {
    color: #FFF;
    background-color: #900;
    border-color: #930303;
}

.btn-info:hover, .btn-info:focus {
    color: #FFF;
    background-color: #333;
    border-color: #666;
}

.indice { height: auto; }
    .indice ul { margin: 0; padding: 0; overflow:auto; }
        .indice ul li { height: 55px; width: 33%; border: 0 solid #CCC; list-style: none; 
                        padding: 0; margin: 0; float: left; text-align: center; font-size: 30px; font-weight: normal; }
    .indice a { color: #900; text-decoration: none; border-radius: 5px; padding: 4px 10px; }
        .indice a.selected { color: #900; text-decoration: none; }
        .indice a:hover { background: #F0F0F0; }
        .indice a.selected:hover { background: none; }

/* styles for removing the background from form */
.no-color { background-color: white; border-style: none; }


/*form contatti*/
.formContainer { margin-top: 25px; padding: 50px; line-height: 130%; background-color: #FFF; -webkit-box-shadow: 0 0 4px 0 #CCC; -moz-box-shadow: 0 0 4px 0 #ccc; box-shadow: 0 0 4px 0 #CCC; }
    .formContainer ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 8px; text-align: left; }
        .formContainer ul li { list-style-image: none; list-style-position: inherit; display: block; padding: 6px 0; height: auto !important; margin-bottom: 1px; }
.formLabel { display: inline-block; }
.formContainer .formTextBox { border-right: #D3D3D3 1px solid; border-top: #D3D3D3 1px solid; font-weight: bold; border-left: #D3D3D3 1px solid; border-bottom: #D3D3D3 1px solid; background-color: #F5F5F5; padding: 8px; text-align: left; }

#searchCopy label { color:#CCC;font-weight:normal;font-size:1em;}

.form-search { margin-bottom:5px;}

.NormalTextBoxMini {
    background-color: #CCC;
    padding: 3px;
    color: #FFF;
    width: 80px;
    text-align: center;
    cursor: pointer;
    display:inline-block;
    text-decoration:none;
}
.NormalTextBoxMini:hover,.NormalTextBoxMini:focus  {
    background-color: #900;
    color: #FFF;    text-decoration:none;
}

@media (min-width: 1200px) {
    .img-container { height: 240px; }
    .pprice { bottom: -6px; }
    .block { height: 460px; }
}

@media (min-width: 992px) and (max-width:1199px) {
    .img-container { height: 200px; }
    .block { height: 430px; }
}

@media (min-width: 768px) and (max-width:991px) {
    .img-container { height: 140px; }
    .block { height: 410px; }
    .pprice { bottom: 25px; font-size: 1.5em; right: 5px; text-align: right; }
}

@media (max-width:767px) {
    .img-container { height: 180px; }
    .block { height: auto; }
    .pprice { bottom: 0; font-size: 1.5em; }
    .indice a { font-size:.8em;}
    .top-title { font-size:1.8em;padding-top:15px;}
}
@media (max-width:600px) {
        .indice a { font-size:.8em;}
    .indice img { display:none;}
}
@media (max-width: 991px) and (min-width: 1px) {
    .container { padding-right: 0; padding-left: 0; overflow: hidden; }
}
