/* Epsilon Framework Styles*/

.disabled{
    display:none;
}

#header-fixed{
    opacity:1;
    position:fixed;
    width:100%;
    height:60px;
    background-color:transparent;
		/*background-image:url(../images/pictures/tovaglietta.jpg);
    background-size:cover;*/
    z-index:99999;
}

/*Put content under header, adjust for fullscren pages*/
.cover-screen, .map-fullscreen{
    margin-top:-80px;
}

#footer-fixed{
    opacity:1;
    position:fixed;
    width:100%;
    height:15px;
    background-color:#d9d9d9;
    z-index:999999;
    bottom:0px;
}

.not-active{
    opacity:0!important;
    pointer-events: none!important;
}

.header-style-1{
    border-top:solid 1px rgba(0,0,0,0.1);
    border-bottom:solid 1px rgba(0,0,0,0.1);
}

.header-style-1 .header-1{
    color:#000000;
    opacity:1;
    float:left;
    width:60px;
    height:60px;
    background-color:#d9d9d9;
    border-right:dashed 1px rgba(0,0,0,0.1);
}

.header-style-1 .header-1 i{
    color:#000000;
    height:60px;
    width:60px;
    text-align:center;
    line-height:57px;
}

.header-style-1 .header-logo{
    position:absolute;
    left:50%;
    margin-left:-90px;
}

.header-style-1 .header-logo img{
    width:180px;
    margin-top:10px;
}

.header-style-1 .header-2{
    color:#1f1f1f;
    float:right;
    width:60px;
    height:55px;
    border-left:dashed 1px rgba(0,0,0,0.1);
}

.header-style-1 .header-2 i{
    width:60px;
    height:55px;
    line-height:57px;
    text-align:center;
}

.header-clear{
    height:60px;
}

.header-clear-large{
    height:90px;
}

.image-column-left{margin-bottom:30px; padding-right:30px;}
.image-column-left:after{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.image-column-left img{
    width:115px;
    height:115px;
    /*border-top-left-radius:0px;
    border-top-right-radius:100px;
    border-bottom-right-radius:100px;
    border-bottom-left-radius:0px;*/
    margin-left:-0px;
    float:left;
    margin-right:20px;
}

.image-column-left strong{
		font-family: 'Lightfoot Wide Expanded Regular';
    display:block; 
    width:100%;
    font-size:15px;
}

.image-column-left em{
    font-size:14px;
    font-style:normal;
}

.image-column-right{margin-bottom:30px; padding-left:30px;}
.image-column-right:after{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.image-column-right img{
    width:115px;
    height:115px;
    /*border-top-left-radius:100px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:100px;*/
    float:right;
    margin-left:20px;
    margin-right:-0px;
}

.image-column-right strong{
		font-family: 'Lightfoot Wide Expanded Regular';
    display:block; 
    width:100%;
    font-size:15px;
}

.image-column-right em{
    font-size:14px;
    font-style:normal;
}

.footer-icons{
    width:265px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
}

.footer-icons a{
    width:40px;
    height:40px;
    line-height:40px;
    margin-left:5px;
    margin-right:5px;
}

.footer-icons a i{
    width:40px;
    height:40px;
    line-height:40px;
    font-size:12px;
}

.footer p{
    margin-bottom:15px;
}