/*************************************************************
**		        FrontBack 1.0
**
**		Copyright Alessandro Zuppichini
/************************************************************/

/* Deborah Troian */

@import url(http://fonts.googleapis.com/css?family=Rock+Salt);

#cookies_policy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px 0;
    background-color: #d90000;
    border-top: 5px solid #fff;
    z-index: 10000;
    font-size: 16px;
    color: #fff;
}
#cookies_policy span {
    display: inline-block;
    padding: 5px;
}
#cookies_policy a {
    display: inline-block;
    padding: 5px;
    color: #c5e7b8;
    text-decoration: underline;
}
#cookies_policy a:hover {
    color: #e6f4df;
}
#cookies_policy_button {
    margin-top: 5px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;    
}
.cookies_policy p {
    padding: 5px 0;
}

body {
    background-attachment: fixed;
    background-image: url('../img/Depth21.jpg');
    color: #eee;
    font-size: 14px;
}

b {
    font-weight: bold;
}

h1.brand a {
    font-family: 'Rock Salt', cursive !important;
    font-size: 50px;
    color: #d90000;
}

.thumbnails .thumbnail .testo1 {
  padding: 27px 0px 23px 21px;
  background: url(../img/thumbnail-caption.png) 0 0 repeat-x #161618;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
}

#powered_by {
    color: #777;
    text-decoration: none;
}

#powered_by:hover {
    text-decoration: underline;
}

.thumbnails_3 > div {
    margin-bottom: 50px;
}

.gallery {
    width: inherit;
}

.gallery a {
    display: inline-block;
    width: inherit;
    text-align: center;
}

.gallery img {
    max-height: 150px;
}

/* /Deborah Troian */

#language .active {
    color: #7fb24d;
}

#language li {
    float: right;
    margin-left: 5px;
    list-style: none;
}

#language a {
    display: block;
    width: 22px;
    height: 16px;
    cursor: pointer;
}

#language a img {
    max-width: 200%;
    width: 22px;
    height: 16px;
}

#input_newsletter {
    max-width: 194px;
}

.highlight {
    background: #D90000; 
    font-weight: bold;
}

.thumb {
    display: inline-block;
    margin: 5px;
}

.hr_verde {
    border-color: #7fb24d;
}

.testo_troncato {
    max-height: 104px;
    overflow: hidden;    
}

/* RICERCA */
.trovato {
    height: 55px;
    overflow: hidden;
}

#risultati_ricerca {
    background: none;
    border: none;
}

#risultati_ricerca h1 {
    font-size: 23px;
    letter-spacing: -2px;
}
/* RICERCA */

.disattivato {
    opacity: 0.5;
}

.disattivato:hover {
    opacity: 0.7;
}
