/* seven.mhf bootstrap-style adapter */
/* copyright 2016/20 */

/* ==========================================================================
x. styleswitcher
========================================================================== */
#StyleSwitcher {
    top: 100px;
    left: -200px;
    width: 200px;
    height: 250px;
    z-index: 9999;
    position: fixed;
    background-color: #f6f7f9;
    padding: 15px 10px 15px 15px;

    -webkit-border: 1px solid #f1f1f1;
    -moz-border: 1px solid #f1f1f1;
    -o-border: 1px solid #f1f1f1;
    border: 1px solid #f1f1f1;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#StyleSwitcher.open { left: -1px; }
.switcher-btn img {margin-left: auto; margin-right: auto;}
#StyleSwitcher a.switcher-btn {
    top: 30px;
    width: 50px;
    height: 67px;
    right: -50px;
    font-size: 30px;
    cursor: pointer;
    line-height: 47px;
    position: absolute;
    text-align: center;
    background-color: #f6f7f9;

    -webkit-border: 1px solid #f1f1f1;
    -moz-border: 1px solid #f1f1f1;
    -o-border: 1px solid #f1f1f1;
    border: 1px solid #f1f1f1;

    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
/* PUSHCARD OVERLAY */
#ptext {
    position: relative;
    height: 61%;
    margin-top: 8px;
    text-align: left;
    font-size: 13px;
    margin-bottom: 16px;
    word-wrap: break-word;
    overflow: auto;
}
#ptitle {
    text-align: center;
    margin-left: -8px;
}
#pscad {
    font-size: 11px;
}
.eventi{overflow-x:auto;background: #F8F8F8;}
.eventi-title{margin-bottom: 50px;margin-top: 20px;}
#example tbody tr {
    font-size: 14px;
}
#example tbody tr td {
    padding: 5px;
}
.evdes {
    width: 500px;
}
.ev-div {padding:14px!important;}



/* fix head tool */
.nav-container
    { position: fixed; width: 100%; }
    
nav.fixed2
    { position: absolute; top:0; left:0; right:0; z-index:9999; }
    
nav.fixed
    {
    visibility: visible; 
    z-index: 10; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); /* IE 5-7 */
    -moz-opacity: .9; /* Netscape */
    -khtml-opacity: .9; /* Safari 1.x */
    opacity: .9; /* Good browsers */
    }
    
nav
    {
    background: transparent;
        -webkit-transition: opacity .80s ease-in-out;
           -moz-transition: opacity .80s ease-in-out;
            -ms-transition: opacity .80s ease-in-out;
             -o-transition: opacity .80s ease-in-out;
                transition: opacity .80s ease-in-out;        
    top:0;
    left:0;
    }
    
.nav-bar
    {
    background: rgba(255,255,255,.9);
    width: 100%;
    border-bottom:1px solid white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
       -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
            box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    }




@media all and (max-width: 767px) 
	{
	.image-slider.height-70 .v-align-transform {
		top: 55%!important;
		transform: translate3d(0, 55%, 0)!important;
		-webkit-transform: translate3d(0, 55%, 0)!important;
		}
	
		
	.mhf-mh-200
		{
		min-height: 200px;	
		}	


		.parallax > .background-image-holder, .parallax .slides li > .background-image-holder
		{
		height: 100% !important;
		}
		
			
	
	}



	#resize .parallax > .background-image-holder, .parallax .slides li > .background-image-holder
		{
		height: 100% !important;
		}


	
	
.menu > li ul
	{
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	background-color: #fafafa;
	
	}

.menu > li ul li a 
	{
	color:#292929!important;
	}	
	
.pt-0 {padding-top: 0;}
.pt-20 { padding-top: 20px;  }
.pl-20 { padding-left: 20px; }

.fix-h-100 { height: 100px;  }
.fix-h-120 { height: 120px;  }
.fix-h-130 { height: 130px;  }
.fix-h-140 { height: 140px;  }
.fix-h-160 { height: 160px;  }

/** Nice Scroll */
.nicescroll-slim
	{
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	}
	
.ms-partialview-template .ms-slide-info,
.ms-slide-info
	{
	/** display: none !important;*/
	}
		
.has-error .form-control
	{
	border: 1px solid;
	border-color: #a94442;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	}
	
.form-group
	{
	position: relative;
	}
	
.error-message
	{
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	}
	

	.switcher-btn-call{
		
		position: absolute;
	padding-top: 12px;	
	padding-left: 7px;
    top: 110px;
    width: 50px;
    height: 67px;
    right: -50px;
    font-size: 30px;
    cursor: pointer;
    line-height: 47px;
    position: absolute;
    text-align: center;
    background-color: #f6f7f9;
    -webkit-border: 1px solid #f1f1f1;
    -moz-border: 1px solid #f1f1f1;
    -o-border: 1px solid #f1f1f1;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;

	}


	.switcher-btn-call img{
		
		display: auto;
	}

	.wrapper-mobile{

		top: 10% !important;
	}

.logo
	{
	max-height: 70%;
	}

.pagination li a
	{
	margin: 0;
	}
	
.eventi
	{
	padding-bottom: 30px;
	}
	
.calendar-day-box
	{
	padding: 20px;
    background-color: white;
    border-radius: 1px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
	}
	
.calendar-day
	{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #ccc;
    /*
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	*/
	overflow: hidden;
	width: 90px;
	margin: 0 auto;
	}
	
.eventi h4
	{
	margin-bottom: 4px;
	}
	
.event-footer
	{
	color: #555;
	font-style: italic;
	}
.calendar-day p:FIRST-CHILD
	{
	background-color: #fff;
	color:#333;
	font-weight: bold;
	font-size: 30px;
	padding-top: 15px;
	margin-bottom:0;
	padding-bottom: 15px;
	}	

.calendar-day p:LAST-CHILD
	{
	padding: 0;
	margin: 0;
	color:white;
	font-size:10px;
	background-color: #1864b6;
	}
	
.text-up-25
	{
	font-size: 25px;
	line-height: 40px;
	}
	
.text-up-25 p
	{
	font-size: 25px !important;
	line-height: 40px !important;
	}

#box-push .swiper-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

#box-push .swiper-slide 
	{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  /*
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
   */
   }   
   
.transition 
	{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
.transition-slow1
	{
	-webkit-transition: all 340ms ease-in-out;
	-moz-transition: all 340ms ease-in-out;
	-ms-transition: all 340ms ease-in-out;
	-o-transition: all 340ms ease-in-out;
	transition: all 340ms ease-in-out;
	}	
	
	
/* pushcards */

.box-push-action
	{
	position: fixed;
	top: 130px;
	z-index: 10;
	background-color: white;
	padding: 5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	left: 0;
	}
	
.box-push
	{
	width			: 200px;
	overflow		: hidden;
	position		: fixed;
	top				: 100px;
	z-index			: 15;
	left 			: -220px;
	height			: 270px;
	}
	

.box-push-action.in
	{
	left: 200px !important;
	}

.box-push.in
	{
	left: 0px !important;
	}	
	
#box-push .swiper-push 
	{
    margin: 10px auto;
    padding: 0 !important;
   	}
   	
#box-push .swiper-pagination
	{
	bottom: 1px !important;
	}

#box-push .swiper-push  .swiper-slide
	{
	border-radius: 20px;
	height: 250px;
	position: relative;
	} 

.push-head p 
	{
	margin-bottom: 0;
	font-weight: bold;
	}	
	
.push-head
	{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	}
	
.push-body
	{
	font-size: 12px;
	position: absolute;
	top: 45px;
	left: 15px;
	right: 15px;
	bottom: 60px;
	overflow: hidden;
	overflow-y: auto;
	text-align: left;
	}

.push-footer p
	{ margin-bottom: 0; }
	
	
.push-footer small
	{
	font-size: 9.5px;
	text-transform: uppercase;	
	}
	
.push-footer span
	{
	font-size: 12px;
	}
		
.push-footer
	{
	line-height:12px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;	
	}

/* Dinamic */

.filter-button
	{
	padding: 20px;
	font-size: 15px;
	}
	
.port-image
	{
    width: 100%;
	}

.col-md-3
{
    margin-bottom:20px;
}

.each-item
{
    position:relative;
    overflow:hidden;
}

.each-item:hover .cap2, .each-item:hover .cap1
{
    left:0px;
}

.cap1
{
    position:absolute;
    width:100%;
    height:70%;
    background:rgba(255, 255, 255, 0.5);
    top:0px;
    left:-100%;
    padding:10px;
    
    transition: all .5s;
}

.cap2
{
    position:absolute;
    width:100%;
    height:30%;
    background:rgba(0, 178, 255, 0.5);
    bottom:0px;
    left:100%;
    padding:10px;
    
    transition: all .5s;
}

#box-push .swiper-container 
 		{
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
  	}
  	
 #box-push  .swiper-slide 
  	{
      position: relative;
      background-position: center;
      background-size: cover;
      height: 300px;
       display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}



	

.fade-out-o
	{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  	/* IE 5-7 */
  	filter: alpha(opacity=0);

  	/* Netscape */
  	-moz-opacity: 0;

  	/* Safari 1.x */
  	-khtml-opacity: 0;

  	/* Good browsers */
  	opacity: 0;
	}
	
.fade-in-o
	{
	}
	
	
.parallax 
	{
	min-height: 400px;
	}

/* fix head tool */
.nav-container
	{ position: fixed; width: 100%; z-index: 9999; }
	
nav.fixed2
	{ position: absolute; top:0; left:0; right:0; z-index:9999; }
	
nav.fixed
	{
	visibility: visible; 
	z-index: 10; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  	filter: alpha(opacity=90); /* IE 5-7 */
  	-moz-opacity: .9; /* Netscape */
  	-khtml-opacity: .9; /* Safari 1.x */
  	opacity: .9; /* Good browsers */
	}
	
nav
	{
	background: transparent;
    	-webkit-transition: opacity .80s ease-in-out;
    	   -moz-transition: opacity .80s ease-in-out;
    		-ms-transition: opacity .80s ease-in-out;
    		 -o-transition: opacity .80s ease-in-out;
    			transition: opacity .80s ease-in-out;        
    top:0;
    left:0;
	}
	
.nav-bar
	{
	background: rgba(255,255,255,1);
	width: 100%;
	border-bottom:1px solid white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
			box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	}
	
	
	

#listaeventi,
.cc_message,
.eventi
	{
	color:#000;
	}							


	.arrow-up{

		width: 40px;
		height: 40px;

		position:fixed;
		bottom: 20px;
		right: 20px;
		background-color: rgba(255,255,255,0.6);
		border-radius: 50px;
		padding: 5px; 
		font-size: 30px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);

	}


#box-push .swiper-slide
	{
	padding-top: 0px !important; 
    padding-bottom: 0px !important; 
	}
	
.error
	{	
	color: darkorange !important;
	}