/* 
Full Screen Gallery Slider CSS
Version: 0.1
*/
.fs_gallery_container {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.fs_gallery_container.fade {
	opacity: 1!important;
}
.fs_gallery_container.fade li,
.fs_gallery_container li {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;	
	opacity: 0;
	background-position:center!important;

	transition: opacity 1500ms;
	-webkit-transition: opacity 1500ms;
}
.fs_gallery_container.fade li.current-slide,
.fs_gallery_container li.current-slide {
	opacity: 1;
}
.fs_gallery_container li a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
	left:0;
	top:0;
	z-index:-9;
}
.fs_gallery_container li.current-slide a {
	z-index:99;
}

.fs_gallery_container.zoom li {
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);

	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.zoom li.current-slide {
	opacity: 1;

	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.fs_gallery_container.slide_left li {
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);

	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.slide_right li {
	-ms-transform: translate(50%, 0);
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);

	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

.fs_gallery_container.slide_top li {
	-ms-transform: translate(0, -100%);
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);

	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.slide_bottom li {
	-ms-transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);

	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

.fs_gallery_container.slide_top li.current-slide,
.fs_gallery_container.slide_bottom li.current-slide,
.fs_gallery_container.slide_left li.current-slide,
.fs_gallery_container.slide_right li.current-slide {
	opacity: 1;

	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);

	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

/*Footer 
---------*/
footer {
        position:fixed;
        bottom:0px; 
        width:100%;
	  
        background-color:transparent!important;
}

footer .copyright {  
        position:fixed;      
	left:0;
	display:inline-block;
	padding:12px 0 0 0;
	color:#FFFFFF;   
        font-size:12px;	     
        font-weight:900;
        font-family:'Open Sans', sans-serif!important;
	text-transform:none;
        margin-left:30px;   
         
               	
}
footer .socials {        
	float:right;
	display:inline-block;
        margin-bottom:10px;                 
       
}

.socials_list li {
	display:inline-block;
	float:left;
	width:25px;
	height:25px;
	margin-left:3px; 
               
}
.socials_list li a {
	width:40px;
	height:40px;
	display:block;
	opacity: 1;        
}
.socials_list li a:hover {
	opacity: 0.5;        
}
.socials_list li a.ico_social-delicious {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -520px -0px;
}
.socials_list li a.ico_social-dribbble {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -560px -0px;
}
.socials_list li a.ico_social-facebook {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -0px -40px;
}
.socials_list li a.ico_social-flickr {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -40px -40px;
}
.socials_list li a.ico_social-gplus {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -80px -40px;
}
.socials_list li a.ico_social-instagram {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -120px -40px;
}
.socials_list li a.ico_social-linked {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -160px -40px;
}
.socials_list li a.ico_social-pinterest {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -200px -40px;
}
.socials_list li a.ico_social-tumblr {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -240px -40px;
}
.socials_list li a.ico_social-twitter {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -280px -40px;
}
.socials_list li a.ico_social-vimeo {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -320px -40px;
}
.socials_list li a.ico_social-youtube {
	background:url(../img/frame_icons_nocerchio.png) no-repeat -360px -40px;
}
.socials_list li a.ico_social_blogspot {
		background:url(../img/frame_icons_nocerchio.png) -520px -40px;
}
/*Buttons*/
.fs_slider_prev,
.fs_slider_next {
	width:60px;
	height:60px;
	display:block;
	position:fixed;
	top:50%;
	margin-top:-113px;
	z-index:99;
	opacity: 0;

	transition:opacity 400ms;
	-webkit-transition:opacity 400ms;
}
.header2top .fs_slider_prev,
.header2top .fs_slider_next {
	margin-top:-40px!important;
}
.fs_gallery_wrapper:hover .fs_slider_prev,
.fs_gallery_wrapper:hover .fs_slider_next {
	opacity: 0.4;
}
.fs_slider_prev {
	left:50px;
	background:url(../img/frame_buttons.png) no-repeat -200px 0;
}
.fs_slider_next {
	right:50px;
	background:url(../img/frame_buttons.png) no-repeat -260px 0;
}
.fs_gallery_wrapper:hover .fs_slider_prev:hover,
.fs_gallery_wrapper:hover .fs_slider_next:hover {
	opacity:0.7;
}

/*Caption*/
.fs_title_wrapper {
	position:fixed;
	bottom:100px;      
	<!-- ho tolto width:20% larghezza barra inferiore descrizione -->	
        left:0;
	padding:5px 20px 18px 20px;      <!-- altezza barra inferiore descrizione -->
	border-right:8px solid;
        margin-left: 30px;             
	
	transition: left 400ms;
	-webkit-transition: left 400ms;
}
.header2top .fs_title_wrapper {
	bottom:100px;                     
}
.fs_title_wrapper.change {
	left:0;
}
.fs_title_wrapper h1 {
	font-size:20px;
	line-height:20px;
	font-weight:900;
	text-transform:uppercase;
	margin:0;
	font-family:'Open Sans', sans-serif!important;
	text-align:left;        
}
.fs_title_wrapper h6 {
	margin:-1px 0 -10px 0;
	font-weight:normal;
	text-transform:none;
	font-size:12px;
	line-height:18px;
	font-family:'Open Sans', sans-serif!important;	
	text-align:left;
}

/*thmb*/
.fs_thmb_viewport {
	position:fixed;
	display:none;
	bottom:0px;
	right:0;
	width:100%;
	height:88px;
	overflow-x:hidden;
	z-index:99;

	transition:margin-bottom 400ms;
	-webkit-transition:margin-bottom 400ms;
}
.header2top .fs_thmb_viewport {
	bottom:0px;
}
.fs_thmb_wrapper {
	position:relative;
	overflow:hidden;
	height:88px;
	display:block;
}

.fs_thmb_viewport .fs_thmb_list {
	position:absolute;
	left:0;
	top:0;
	height:88px;
}

.fs_thmb_viewport .fs_thmb_list li {
	display:inline-block;
	float:left;
	width:88px;
	height:88px;
	cursor:pointer;
	position:relative;
}
.fs_thmb_viewport .fs_thmb_list li  .fs_thmb_fadder {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	opacity: 0;

	transition:opacity 400ms;
	-webkit-transition:opacity 400ms;
}
.fs_thmb_viewport .fs_thmb_list li.current-slide .fs_thmb_fadder {
	opacity: 0.3;
}
.fs_thmb_viewport .fs_thmb_list li:hover .fs_thmb_fadder {
	opacity: 0.5;
}



.fs_title_wrapper.fs_hide {
	left:-458px!important;
}
.fs_thmb_viewport.fs_hide {
	margin-bottom:-167px!important;
}
.header2top .fs_thmb_viewport.fs_hide {
	margin-bottom:-88px!important;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
        footer .socials {
		float:right;
	        display:inline-block;
	}
        footer .copyright {        
	          	
        }
}

@media only screen and (min-width: 760px) and (max-width: 959px) {
        footer .socials {
                float:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}	
}
@media only screen and (max-width: 760px) {
	.fs_thmb_viewport {
		display:none;
	}
	.fs_title_wrapper {
		bottom:0px!important;
	}	
        footer .socials {
		float:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}		
}
@media only screen and (min-width: 460px) and (max-width: 760px) {
	.fs_title_wrapper { 
		width:432px;
                display:none;
	}
        footer .socials {
		float:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}	
}
@media only screen and (max-width: 459px) {
	.fs_title_wrapper { 
		width:272px;
                display:none;
	}
	.fs_title_wrapper h1 {
		font-size:28px;
		line-height:30px;
	}
	.fs_title_wrapper h6 {
		font-size:13px;
		line-height:15px;	
	}
        footer .socials {
		float:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
}
/* Portrait and Landscape iphone 6 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) { 
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
}
/* Portrait iphone 6 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
}
/* Landscape iphone 6 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
}
/* Portrait and Landscape iphone 6plus */
@media only screen   and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) { 
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
}
/* Portrait iphone 6 plus */ 
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { 
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
}
/* Landscape iphone 6 plus */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}        
}
/* Portrait and Landscape iphone 4 e 4s */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
}
/* Portrait iphone 4 e 4s */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
}
/* Landscape iphone 4 e 4s */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
}
/* Portrait and Landscape iphone 5 e 5s */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
}
/* Portrait iphone 5 e 5s */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
}
/* Landscape iphone 5 e 5s */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}        
}
/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}                         
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}               
         
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
        footer .socials {
		float:right;
                
		display:inline-block;
	}
        footer .copyright {
		display:inline-block;
	}
        
}
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}        
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
        header a.menu_toggler {
		display:block;
		width:40px;
		height:40px;
		background:url(../img/mobile_menu.png) no-repeat center;
		position:absolute;
		top:15px;
		right:0px;                  <!-- sposto simbolo menu mobile a destra e sinistra  -->
	}
        header nav { 
		display:none!important;
	}        
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
        footer .socials {
		float:right;
                
		display:inline-block;
	}
        footer .copyright {
		display:inline-block;
	}         
}
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
                
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
        footer .socials {
		float:none;
                text-align:center;
		display:inline-block;
	}
        footer .copyright {
		display:none;
	}
        header a.menu_toggler {
		display:block;
		width:40px;
		height:40px;
		background:url(../img/mobile_menu.png) no-repeat center;
		position:absolute;
		top:15px;
		right:0px;                  <!-- sposto simbolo menu mobile a destra e sinistra  -->
	}
        header nav { 
		display:none!important;
	}        
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
        footer .socials {
		float:right;
                
		display:inline-block;
	}
        footer .copyright {
		display:inline-block;
	}             
}