@import url('reset.css');
body{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
a{
    color: #ddd;
    text-decoration: none;
}
.clr{
    clear: both;
}
/* Top Bar */
.eg-top{
/*	background: rgba(255, 255, 255, .4); */
	overflow: hidden;
	top: 0px;
	right: 0px;
	width: 100%;
	z-index: 10;
	min-height: 40px;
}
.eg-top h1{
    color: #333;
    font-size: 20px;
    line-height: 40px;
    padding: 0 10px;
    float:left;
}
.eg-top h1 span{
    color: #555;
    font-size: 12px;
}
.eg-top span.eg-nav{
    min-height:40px;
    line-height:40px;
    float:left;
    margin-top: 2px;
}
.eg-top span.eg-nav a{
    height:20px;
    display: block;
    float: left;
    color: black;
    padding: 2px 4px;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.5);
}
.eg-main-wrapper{
     width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    outline: none;
    /*height dynamic*/
}
.eg-main{
	display: block;   /* Allow the centering to work */
	margin: 0 auto;
	overflow: visible;
}
.eg-main a{
    float: left;
    width: 230px;
    height: 230px;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 2px 2px;
    background: #fff url(../images/thumb_bg.jpg) no-repeat center center;
    background-size: 110% 110%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.eg-main a.eg-loading,
.eg-main a.eg-loading:hover{
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
    background-size: 31px 31px;
}
.eg-main a.eg-loading img,
.eg-main a.eg-loading:hover img{
    opacity: 0.5;
}
.eg-main > a.eg-loading > span,
.eg-main a.eg-loading > span{
    display: none;
}
.eg-main a img{
    opacity: 0.95;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.eg-main > a > span{
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    bottom: -20px;
    left: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.eg-main a:hover > span{
    bottom: 0px;
}
.eg-main a:hover img{
    opacity: 0.8;
}
.eg-main a:hover{
    background-size: 100% 100%;
}

/* .eg-content, .eg-link{
    background: #f9f9f9;
} */

.eg-content{
    background: none;
}



.eg-content .eg-title, .eg-link .eg-title{
    text-align: center;
    background: #333;
 /*   width: 100%; */
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.eg-video-preview{
    position: absolute;
    top: 44px;
    left: 0px;
    background: #000;
    width: 100%;
    height: 630px; /*dynamic*/
    display: none;
}
.eg-video{
    text-align: center;
    background: #333;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.eg-title {
    margin-left:25px;
}


.eg-title h2{
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    padding-top: 30%;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.eg-title h2 span{
    text-transform: none;
    font-size: 16px;
    font-family: Georgia, serif;
    font-style: italic;
    display: block;
}
.eg-content .eg-title:hover, .eg-link .eg-title:hover{
    background: #000;
}
.eg-content-preview{
	position: absolute;
	top: 44px;
	left: 0px;
	width: 100%;
	height: auto; /*dynamic*/
	display: none;
	background-color: #FEB811;
	overflow-y:auto;
}
.eg-content-preview .eg-title h2{
    font-size: 50px;
    padding: 25px 40px 2px 20px;
}
.eg-content-preview .eg-title span{
    padding: 20px 0px 0px 5px;
    font-size: 22px;
}
.eg-content-full{
	font-family: 'Oswald';
	text-transform: none;
	line-height: 19px;
	margin: 0px 40px;
	border-top: 1px solid #333;
	padding: 20px 0px;
	font-size: 14px;
}
.eg-content-full p{
	padding: 5px 0px;
}
.eg-preview{
    overflow: hidden;
    position: absolute;
    top: 40px;
    display: none;
}
.eg-video-full{
    text-transform: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
.eg-preview{
    overflow: hidden;
    position: absolute;
    top: 40px;
    display: none;
}
.eg-preview-descr{
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 999;
    font-size: 50px;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.eg-preview img{
	position: absolute;
}
.eg-nav span{
	width: 53px;
	height: 87px;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	cursor: pointer;
    text-indent: -9000px;
	opacity: 0.6;
	z-index: 999;
    background: transparent url(/images/nav.png) no-repeat top right;
	right: 10px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.eg-nav span.eg-nav-prev{
	background-position: top left;
	left: 10px;
    right: auto;
}
.eg-close{
	top: 25px;
    right: 25px;
	background: url('/images/close.png') no-repeat scroll center center #FFF;
	position: absolute;
	width: 48px;
    height: 48px;
	cursor: pointer;
	opacity: 0.7;
	z-index: 999;
    text-indent: -9000px;
} 

.eg-nav span:hover, .eg-close:hover{
	opacity: 1;
}
.eg-loading-large{
    text-indent: -9000px;
    width: 60px;
    height: 60px;
    background: #fff url(/images/ajax-loader.gif) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    z-index: 999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    opacity: 0.9;
}
.eg-main > a > span.eg-video-icon{
    width:30px;
    height:30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px 30px 30px 30px;
    left:90px;
    top:90px;
    opacity:0.5;
    display:block;
    position:absolute;
    background: black url(/images/video.png) no-repeat center center;

} 


.clear {
	clear: both;

} 


/*.sfondopagina {
	background-image: url(immagini/foto-big-sfondo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-position: center center;
	height: 100%;
	width: 100%;
}*/
