@font-face {
	font-family: 'Eras';
	src: url("fonts/ERASMD.TTF");
	font-weight: normal;
	font-style: normal;
}

.divider-60{
    height: 60px;
}

#footer p{
    color: #FEFEFE;
}
#footer p strong{
    color: #B1B1B1;
}

#footer.on-content{
    margin-top: 0px;
    z-index: 99;
}

.thumb-info-icon{
    bottom: 5px;
    left: 8px;
    position: absolute;
}

ul.languages li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url(../img/language-sprites.png);
    background-repeat: no-repeat;
    background-position: 0 100px;
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

ul.languages li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
}

ul.languages li a:hover {
    text-decoration: none;
}

ul.languages li a i[class^="icon-"] {
    color: #444;
    font-style: 16px;
    position: relative;
    top: 3px;
}

ul.languages li a:active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.3);
}

ul.languages li[class] a {
    text-indent: -9999px;
}

ul.languages li:active, ul.languages li a:active {
    border-radius: 100%;
}

ul.languages li.ita {
    background-position: 0 0;
}

ul.languages li.ita:hover {
    background-position: 0 -30px;
}

ul.languages li.eng {
    background-position: 0 -60px;
}

ul.languages li.eng:hover {
    background-position: 0 -90px;
}

ul.languages li.fr {
    background-position: 0 -120px;
}

ul.languages li.fr:hover {
    background-position: 0 -150px;
}