/* Minification failed. Returning unminified contents.
(286,31): run-time error CSS1046: Expect comma, found '255'
(286,39): run-time error CSS1046: Expect comma, found '/'
 */
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #f6f6f6;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #585858; /*181818*/
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #f6f6f6; border-width: 6px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited {  outline: 0; }
	a:hover, a:focus { color:#0C2B39; }
	p a, p a:visited { line-height: inherit; }

    .listaord:hover{
        background-color: #ededed;
        border-radius: 2px;
        color: #73b632;
    }

    .listaord:hover h6 {
        color: #73b632;
    }

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */
/*
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: transparent; 
		border:0;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: normal;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 100%;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		color: #73b632;
		}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		color: #73b632;
		 }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
    */

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 60%;
	    max-width: 100% !important;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }



/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/*@import url(/Content/fundera/http:/fonts.googleapis.com/css?family=Lato:400,300,100,100italic,300italic,400italic,700,700italic,900,900italic|Montserrat:400,700);*/

 img{max-width: 100%;}

.blue{background: #31383d;}
.newnav{background: white;z-index:1000}
.white{background: #fff;}
.grey{background: #f6f6f6;}
.darkgrey {background: #3F484E;}
.darkgreyOP {background-color:rgba(63, 72, 78, 0.4);}
.darkgreyOPMAX {background-color:rgba(63, 72, 78, 0.5);}
.darkgreyOPHeader {background-color:rgba(63, 72, 78, 0.2);}
.darkgreyOPHeaderLight {background-color: rgba(255, 255, 255, 0.5)}
.lightgreenOPHeader {
    background-color: rgb(195 255 219 / 49%)
}
.margin4navbar {
    margin-top: 64px;
}

@media(max-width:1024px) {
    .margin4navbar {
        margin-top:0px;
    }
}

.fixed4desktop {
}

@media(min-width:1024px) {
    .fixed4desktop {
        position:fixed;
        top:0;
        width:100%;
        z-index:1000;
    }
}

span, a, div {
    font-family:Montserrat;
}

.container2 {
     position: relative; width: 95%; margin: 0 auto; padding: 0;
}

@media(max-width: 768px) {
    .container2 {
        height: 110px;
    }
}


.logo{
	margin-top:10px;
	padding: 0 0 0 20px;
    display: inline;
}

@media(max-width: 768px) {
    .logo {
        margin-top: 5px;
    }
}

nav{
	margin:25px 0px 0px 0px;
	text-align: right;
	float: left;
}

@media(max-width:990px) 
{
    nav{
	    margin:20px 0px 0px 0px;
	    text-align: right;
	    float: left;
    }
}

nav ul li{
	display: inline-block;
    padding-left:20px !important;
	margin: 0px;
}
nav ul li a{
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	letter-spacing:1px;
}
.nav-in li{
	display: inline-block;
	border-right: 1px solid #31383d;
	margin:0 5px 0 0;
	padding: 0 6px 0 0;
}
.nav-in li:last-child{
	border: 0;
}
.nav-in li a{
	color: #31383d;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}
ul li{
	/*display: inline-block;*/
	margin: 0 0 0 20px;
}

#full-width-slider {
    width: 100%;
    height: 400px;
}
#fundera{padding: 20px 0 30px 0;}
#progetti{padding: 20px 0 30px 0;}
#siamo{padding: 20px 0 60px 0;}
#crowdfunding{padding: 20px 0 60px 0;}
#contatti{padding: 20px 0 60px 0;}

.list-icons {margin:20px 0 20px 0;}
.list-icons li{
	height: 50px;
	line-height: 50px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}
.list-icons li img{
	float: left;
	margin: 0 12px 0 0;
	width: 50px;
} 
.logo-in{
	/*margin:0px 0 0 20px;*/
	width: 90%;
}
.siamo{
}
.section{
	margin-top:30px;
}
.section h1{
	font-family: 'Montserrat', sans-serif;
	margin-top:20px;
}
.section h2{
	font-family: 'Montserrat', sans-serif;
	margin-top:15px;
}
.section h3{
	font-family: 'Montserrat', sans-serif;
	margin-top:10px;
}
.section h4{
	font-family: 'Montserrat', sans-serif;
	margin-top:6px;
}
.section p{
	font-size: 17px;
	line-height: 23px;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#000;
    text-align: justify;
}
li{
    font-size: 17px;
    line-height: 23px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
}
.section p a{
	font-size: 17px;
	line-height: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #fff;
    background-color: #42B4B7;
	text-decoration: none;
    padding: 10px;
	margin: 15px 0 0 0;
}
.section p a:hover, .legalr p a:hover{
	color:black;
}

.btn-Investi-small {
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
    background-color:#72B631;
    color:white;
    /*font-weight:bold;*/
    font-size:25px;
    border-radius:3px
}

.btn-Investi {
    border-radius:3px;
    background-color:#72B631;
    padding:10px;
    width:260px;
    color:white;
    font-size:30px;
}

.btn-Investi-Freezing {
    border-radius: 3px;
    background-color: #00E5FF;
    padding: 10px;
    width: 260px;
    color: white;
    font-size: 30px;
}

.btn-InvestiDonation {
    border-radius: 3px;
    background-color: #FD1B71;
    padding: 10px;
    width: 260px;
    color: white;
    font-size: 30px;
}

.btn-Investi-off {
    border-radius:3px;
    background-color:lightgrey;
    padding:10px;
    width:260px;
    color:white;
    font-size:30px;
}

.btn-Investi-Chiuso {
    border-radius:3px;
    background-color:lightgrey;
    padding:10px;
    width:285px;
    color:white;
    font-size:30px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-Investi-Comingsoon-opening {
    border-radius:3px;
    background-color:#ff7e1c;
    padding:10px;
    width:260px;
    color:white;
    font-size:30px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.btn-Investi-Comingsoon {
    border-radius:3px;
    background-color:#FFD200;
    padding:10px;
    width:260px;
    color:white;
    font-size:30px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-Investi:hover, .btn-Investi-off:hover, .btn-Investi-Freezing:hover {
        color:white;
        text-decoration:none;
}

.btn.btn-Investi-Chiuso > h3:hover {
    text-decoration: none;
    cursor: pointer;
}

.btn-Investi-Comingsoon:hover, .btn-Investi-Comingsoon-opening:hover {
        color:white;
        text-decoration:none;
        cursor:pointer;
}

.cosa p a{
	font-size: 12px;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #fff;
    background-color: #318a9c;
	text-decoration: none;
    padding: 5px;
	margin: 10px 0 0 0;
}
.cosa p a:hover{
	background-color: #73b632;
}

.margin-top-s{
	margin-top:120px;
}
.cosa{
	text-align: left;
	margin-top:50px;
}
.cosa h2{
	font-family: 'Montserrat', sans-serif;
	margin:45px 0 0 0;
	line-height: 30px;
	font-size: 25px;
	float: left;
}
.cosa img{
	width: 35%;
	float: left;
	margin-right: 20px
}

@media(max-width: 768px) {
    .cosa img{
	margin-right: 5px
}
}

.cosa p{
	font-size: 14px;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: justify;
	margin:23px 0 0 0;
	color: #000;
}
#daca .text{
	float: left;
}
#daca .submit{
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}
.legal p{
	margin:10px 0 20px 0;
	font-size: 13px;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}
.legalr p{
	text-align: right;
	margin:10px 0 20px 0;
	font-size: 13px;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}
.legalr p a{
	color: #fff;
	text-decoration: none;
}
.padding-bottom{
	padding-bottom:60px;
}
.home-txt{
	position: absolute;
	z-index: 99999;
	margin: 100px 0 0 0;
}
.home-txt h1{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 55px;
	line-height: 60px;
	color: #fff;
}
.home-txt h2{
	font-family: 'Lato', sans-serif;
	line-height: 40px;
	color: #fff;
}
.home-txt p{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 26px;
	color: #fff;
}
.home-txt a{
	background: #73b632;
	padding: 10px;
	margin: 15px 0 0 0;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-decoration: none;
}
.home-txt a:hover{
	background:#b6ab7d;
}

.nascosto{
    display: none;
    padding : 5px;
}
.espandi {
    cursor: pointer;
}

.titolo01 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; 
    line-height: 24px;
    /*letter-spacing: 2px;*/
    text-align: justify;
    word-spacing: 2px;
}

.titoloH {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    word-spacing: 2px;
}

.titoloHcenter {
    font-family: 'Montserrat, sans-serif';
    text-align: center;
    word-spacing: 2px;
}

.H2Spacing6 {
    word-spacing: 6px !important;
}

.btngio {
    font-size: 25px !important;
    line-height: 23px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #73b632 !important;
    text-decoration: none !important;
    padding: 20px 25px !important;
    margin: 15px 0 0 0 !important;
    border: none !important;
    border-radius: 5px;
}

.btngio:hover {
    background-color: #73b632 !important;
}
.btngio:disabled{
        cursor: not-allowed !important;
        pointer-events: none !important;

        /*Button disabled - CSS color class*/
        color: white !important;
        background-color: darkgray !important;

}

a.back-to-top {
	display: none;
    position: fixed;
	z-index: 999;
	width: 55px;
	height: 55px;
	text-indent: 4px;
    vertical-align:middle;
    right: 20px;
	bottom: 20px;
	background-color: #31383D;
    color: white;
    /*background-image: url(/Images/);*/ 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* test drop down bootstrap*/
/*.dropdown-menu{
    background-color: #32748F !important;
}
.dropdown-menu:hover{
    color: #32748F !important;
}
.dropdown-menu > li > a {
    color: #fff !important;
    background-color: #32748F !important;
  
}*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  /*color: #0C2B39 !important;
  text-decoration: underline;*/
  /*background-color: rgba(49, 56, 61, 0.4) !important;*/
}


/*.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}*/

.underline {
    text-decoration: underline;
}


.size10{ font-size: 10px; }
.size11{ font-size: 11px; }
.size12{ font-size: 12px; }
.size13{ font-size: 13px; }
.size14{ font-size: 14px; }
.size16{ font-size: 16px; }
.size18{ font-size: 18px; }
.size20{ font-size: 20px; }
.size24{ font-size: 24px; }
.size30{ font-size: 30px; }
.size36{ font-size: 36px; }
.size48{ font-size: 48px; }
.size60{ font-size: 60px; }
.size72{ font-size: 72px; }
.size90{ font-size: 90px; }




/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*Responsive*/

.hamburger{
  background:none;
  position:absolute;
  line-height:0px;
  padding:10px 0px 10px 0px;
  margin-top: -65px;
  color:#999;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:99;
}
.cross{
  background:none;
  position:absolute;
  padding: 10px 0px 10px 0px;
  margin-top: -65px;
  color:#999;
  border:0;
  font-size:3em;
  line-height:25px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:99;
}

/*Menu mobile*/
.menum
{
    margin-top: 1px;
    z-index:999;
    font-weight:bold; 
    font-size:0.8em; 
    width:100%; 
    background:#f1f1f1; 
    position:absolute; 
    text-align:center; 
    font-size:12px;
}

.menum ul 
{
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    list-style-image: none;
}

.menum li 
{
    display: block;   
    padding:15px 0 15px 0; 
    border-bottom:#dddddd 1px solid;
}

.menum li:hover
{
    display: block;    
    background:#ffffff; 
    padding:15px 0 15px 0; 
    border-bottom:#dddddd 1px solid;
}

.menum ul li a 
{ 
    text-decoration:none; 
    margin: 0px; 
    color:#666;
}

.menum ul li a:hover 
{  
    color: #666; 
    text-decoration:none;
}

.menum a
{
    text-decoration:none; 
    color:#666;
}

.menum a:hover
{
    text-decoration:none; 
    color:#666;
}

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}




/*Barra Wizard Investimento - DP*/

.barra-wizard-inv {
    width:100%;
    min-height:65px;
    margin-top:50px;
}

#bar-wizard-inv-1 {
    width:100%;
    border-radius:10px;
    height:20px;
    background-color:lightgrey;
    text-align:center;
    z-index:90;
}

.bar-wizard-inv-half {
    background: linear-gradient(to right, #72B631,#72B631,#72B631,lightgrey,lightgrey,lightgrey,lightgrey);
}

.bar-wizard-inv-full {
    background: linear-gradient(to right, #72B631,#72B631);
}

#ball-1{
    border-radius:100px;
    background:radial-gradient(#999999,#727272,black);
    float:left;
    margin-top:-14px;
}

#ball-2{
    border-radius:100px;
    background:radial-gradient(#999999,#727272,black);
    display:inline-block;
    margin:0 auto;
    margin-top:-20px;
}

#ball-3{
    border-radius:80px;
    background:radial-gradient(#999999,#727272,black);
    float:right;
    margin-top:-15px;
}

#ball-1, #ball-2, #ball-3 {
    padding:13px 20px;
    color:white;
    z-index:100;
    font-weight:bold
}

#ball-1.doing, #ball-2.doing, #ball-3.doing {
    background:radial-gradient(#ffe100,#e2c800,black);
    color:black;
}

#ball-1.done, #ball-2.done, #ball-3.done {
    background:radial-gradient(#72B631,#578c24,black);
}

.actionlink-footer {
    color:white;
    font-weight:bold;
}

.circle {
  display: inline-block;
  border-radius: 500px;
  background-color: #ddd;
  vertical-align: baseline;
}


@-webkit-keyframes mymove1 {
    25% {
        border-right:2px solid green;
    }
    50% {
        border-bottom:2px solid green;
    }
    75% {
        border-left: 2px solid green;
    }
    100% {
        border-top:2px solid green;
    }
}

@keyframes mymove1 {
    15% {
        border-right:3px solid #38923D;
    }
    40% {
        border-bottom:3px solid #48BDD8;
    }
    65% {
        border-left: 3px solid #745428;
    }
    80% {
        border-top:3px solid #F6A00E;
    }
}

.img-team {
    width:128px;
    border-radius: 50%;
    border:3px solid #ffffff;
    -webkit-animation: mymove1 6s infinite;
    animation: mymove1 6s infinite;
}

@media(min-width:1800px)
{
    .Banner-hp {
        height:250px;
    }   
}

@media(min-width:1920px) 
{
    .Banner-hp {
        height:350px;
    }   
}

.Banner-hp-mobile {
    width:100%;
}

.image-join-hands
{
    max-height:200px;
    vertical-align:middle
}

.parallax-team {
    /* The image used */
    background-image: url(/Content/img/teamwork-index.jpg);

    /* Set a specific height */
    height: 450px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-covid {
    /* The image used */
    background-color: rgba(0, 15, 51, 0.8);
    /* Set a specific height */
    /*height: 1000px;*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    padding-bottom: 50px;
    margin-top: 50px
}

.parallax {
    /* The image used */
    background-image: url(/Content/img/background-white2.jpg);

    /* Set a specific height */
    height: 150px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-leo {
    /* The image used */
    background-image: url(/Content/img/background-white2.jpg);

    /* Set a specific height */
    height: 350px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    /* The image used */
    background-image: url(/Content/img/MediaAziende/parallax-1113.jpg);

    /* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 {
    /* The image used */
    background-image: url(/Content/img/MediaAziende/parallax-15.jpg);

    /* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax4 {
    /* The image used */
    background-image: url(/Content/img/MediaAziende/parallax-15896.jpg);

    /* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width:768px) {
    .parallax-team, .parallax, .parallax2, .parallax3, .parallax4 {
        height: 160px;
    }
}


.background-header-home {
    background-image: url(/Content/img/Banner-crowd.jpg);
    background-size: 100%;
    height: 1050px
}

.background-header-home-repeat {
    background-image: url(/Content/img/Banner-crowd.jpg);
    background-size: unset;
    background-repeat: repeat-y;
}

.background-header {
    background-image: url(/Content/img/Banner-crowd.jpg);
    background-size: 100%;
    height:900px
}

.background-header-CrowdFunding {
    background-image: url(/Content/img/Banner-indexcrowd.jpg);
    background-size: 100%;
    height:790px
}

.background-header-Esg {
    background-image: url(/Content/img/background-white.jpg);
    background-size: 100%;
    height: 790px
}

.background-header-Donation {
    background-image: url(/Content/img/Banner-Donation.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    min-height:800px
}

@media(max-width:1024px) {
    .background-header-home, .background-header-home-repeat {
        background-size: unset;
        height: 1800px;
        /*height:246px;*/
        background-repeat: repeat-y;
    }

    .background-header {
        background-size:unset;
        height:1210px;
        /*height:246px;*/
        background-repeat: repeat-x
    }

    .background-header-CrowdFunding {
        background-size:unset;
        height:920px;
        background-repeat: repeat-x
    }

    .background-header-Esg {
        background-size: unset;
        height: 920px;
        background-repeat: repeat-x
    }

    .background-header-Donation {
        background-size: cover;
        /*height:680px;*/
        background-repeat: no-repeat;
        /*background-position: right;*/
        /*height:246px;*/
    }
}

.background-banner1 {
    background-image: url(/Content/img/3d.jpg);
    background-position:center;
    background-size: auto 100%;
    height:900px
}

.background-banner1Mob {
    background-image: url(/Content/img/3dMobile2.jpg);
    background-size: cover;
    background-position:center;
    height:735px;
    /*height:246px;*/
}

.background-banner1-crowd {
    background-image: url(/Content/img/3d-grey.jpg);
    background-position:center;
    background-size: auto 100%;
    height:700px
}

.background-banner1Mob-crowd {
    background-image: url(/Content/img/3dMobile2-green.jpg);
    background-size: cover;
    background-position:center;
    height:735px;
    /*height:246px;*/
}

.background-banner2 {
    background-image: url(/Content/img/parabola.jpg);
    height:670px;
    background-size:cover;
    background-position:center;
}

.background-banner2-Donation {
    background-image: url(/Content/img/parabola-Donation2.jpg);
    height:670px;
    background-size:cover;
    background-position:center;
}

@media(max-width:768px) {
    .background-banner2 {
        background-image: url(/Content/img/parabola-mobile2.jpg);
        background-size:auto 100%;
        background-position:center;
        height:875px;
        /*height:246px;*/
    }

    .background-banner2-Donation {
        background-image: url(/Content/img/parabola-Donation-mobile2.jpg);
        background-size:auto 100%;
        background-position:center;
        height:875px;
    }
}

#gradient {
    z-index: 9;
    padding: 25px;
    background: -webkit-linear-gradient(bottom, rgba(89, 89, 89, 0.8), rgba(89, 89, 89, 0.5)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(89, 89, 89, 0.8), rgba(89, 89, 89, 0.5)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(89, 89, 89, 0.8), rgba(89, 89, 89, 0.5)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(89, 89, 89, 0.8), rgba(89, 89, 89, 0.5)); /* Standard syntax (must be last) */
    
}

.termsx {
    overflow-y: scroll;
    height: 200px;
    width: 100%;
    border: 1px solid #DDD;
    padding: 10px;
}

.secpatrimonio {
    margin-top: 60px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 14px lightgrey;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    /*min-height: 50vh;*/
}

.patrimoniodato {
    margin-top:25px;
}

.patrimoniodichiarazione {
    /*background-color:#f6f6f6;*/
    border-radius:5px;
    margin-bottom:25px;
    margin-top:25px;
    padding:25px;
}

.patrimoniotitle {
    text-align:center;
    margin-top:25px
}

.patrimoniocalcola {
    margin-top: 0px;
    /* text-align: center; */
    /* float: left; */
    width: 100%;
    position: fixed;
    /* bottom: 150px; */
    right: 0px;
    top: 150px;
}

.wizsempl {
    margin-top: 0px;
    /* text-align: center; */
    /* float: left; */
    width: 100%;
    position: fixed;
    /* bottom: 150px; */
    right: 0px;
    top: 150px;
}

.wizass {
    margin-top: 0px;
    /* text-align: center; */
    /* float: left; */
    width: 100%;
    position: fixed;
    /* bottom: 150px; */
    right: 0px;
    top: 250px;
}

.bt-blue, .bt-white, .bt-green {
    padding: 15px 60px;
    font-size: 20px;
    width:320px;
}

.bt-green {
    margin-top:130px;
}
