/*html,body {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
}

.transition-fast {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.transition,.floating-elements:after {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.transition-slow {
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.centred,.newsletter-banner form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%)translateY(-50%);
	-moz-transform: translateX(-50%)translateY(-50%);
	transform: translateX(-50%)translateY(-50%);
}

.clear {
	clear: both;
}

p#logo img {
    height: 60px;
    margin: 0;
}

div#inner-header {
    display: flex;
    padding: 0 10%;
}

#inner-header nav {
    flex-grow: 1;
    text-align: right;
}

.nav .current-menu-item a {
    color: #FF3B61;
}

.home-header {
    background: url(../images/home-bg.png) no-repeat center / cover;
    height: 100vh;
    padding: 0 10%;
    position: relative;
}

.home-header:after {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(37, 51, 74, 0.6);}

.header-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}

.header-text h1 {
    margin: 0 0 80px;
    color: #fff;
    font-weight: 500;
    font-size: 2.5em;
    opacity: 0;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    position: relative;
    top: 50px;
}

.header-text h1.animated {
    margin: 0 0 30px;
    opacity: 1;
    top: 0;
}

.header-text .button {
    opacity: 0;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    transition-delay: .8s;
}

.header-text .button.animated {
    opacity: 1;
}

.button {
    line-height: 36px;
    background: #F93B6C;
    display: inline-block;
    padding: 0 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 5px 15px rgba(249, 59, 96, 0.3);
    font-size: .9em;
    border: none;
}

a,a:visited,a:hover,a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

.section {
    height: 650px;
    position: relative;
}

.section.chi-siamo {
    background: #FBFEFF;
}

.box-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 60%;
}

.box-img {
    width: 100%;
    height: 380px;
    background: #406ce2;
    box-shadow: 0 50px 80px rgba(32,44,63,0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.box-text {
    margin-top: -130px;
    width: 50%;
    position: relative;
}

.box-text-inner {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 20px 50px rgba(32,44,63,0.1);
    text-align: justify;
}

.box-centred .box-text {
    left: 40%;
}

.box-text-inner p {
    margin: 0 0 20px;
    line-height: 1.8em;
}

.box-text-inner .button {
    background: #406CE2;
    box-shadow: 0 5px 15px rgba(64, 108, 226, 0.3);
}

.box-text h3 {
    color: #fff;
    font-size: 2em;
    line-height: 1em;
    margin: 0 0 20px 20px;
    font-weight: 300;
}

.box-left .box-img,.box-right .box-img {
    width: 50%;
    display: inline-block;
}

.box-container.box-left {
    text-align: right;
}

.box-container.box-right {
    text-align: left;
}

.box-left .box-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    text-align: left;
    width: 60%;
}

.box-right .box-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    text-align: left;
    width: 60%;
    right: 0;
}

.box-left .box-text h3 {
    color: #406ce2;
}

.box-right .box-text h3 {
    color: #406ce2;
    left: 20%;
    position: relative;
    margin: 0 0 20px;
}

.section.progetto,.section.formazione {
    background: #E5EEF2;
}

.section.bandi {
    background: #fbfeff;
    height: auto;
    padding: 150px 20%;
}

.bandi h3 {
    color: #406ce2;
    font-size: 2em;
    margin: 0 0 10px;
    line-height: 1em;
}

.bandi h4 {
    color: #333;
    font-weight: 500;
    margin: 0 0 50px;
}

.bandi-home-container {
    display: flex;
    width: 100%;
}

.bandi-item {
    flex-grow: 1;
    text-align: center;
    flex-basis: 31%;
    margin: 0;
    background-color: #6c97c7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 50px 80px rgba(32, 44, 63, 0.1);
    height: 250px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.bandi-item.bandi-europei {
    background-image: url(../images/bandi-01.png);
}

.bandi-item.bandi-nazionali {
    background-image: url(../images/bandi-02.png);
}

.bandi-item.bandi-regionali {
    background-image: url(../images/bandi-03.png);
}

.bandi-home-container a {
    flex-grow: 1;
}

.bandi-home-container a:nth-child(2) .bandi-item {
    margin: 0 30px;
}

.bandi-item span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 50px;
    background: #fff;
    font-weight: 500;
}

.newsletter-banner {
    height: 500px;
    position: relative;
    background: url(../images/newsletter.png) no-repeat center / cover;
}

.newsletter-banner form {
    position: absolute;
    left: 50%;
    top: 50%;
}

.newsletter-banner h3 {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1em;
}

.newsletter-banner h4 {
    font-weight: 500;
    color: #fff;
    opacity: .6;
    text-align: center;
    line-height: 1em;
    margin: 0 0 50px;
}

.inner-form {
    display: flex;
}

.inner-form input {
    margin: 0 10px;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    width: 350px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: inherit;
    font-size: 1em;
    background: #fff;
}

.inner-form input.button {
    width: auto;
    background: #f93b60;
} */

html,body {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
}

.transition-fast,.post-l-container article {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.transition {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.transition-slow {
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.centred,.newsletter-banner form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%)translateY(-50%);
	-moz-transform: translateX(-50%)translateY(-50%);
	transform: translateX(-50%)translateY(-50%);
}

p {
    text-align: justify;
    hyphens: none;
}

.clear {
	clear: both;
}

p#logo img {
    height: 80px;
    margin: 0;
}

div#inner-header {
    display: flex;
    padding: 0 10%;
    background: rgba(9,22,31,0.5);
    background: -moz-linear-gradient(top, rgba(9,22,31,0.5) 0%, rgba(9,22,31,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,22,31,0.5)), color-stop(100%, rgba(9,22,31,0)));
    background: -webkit-linear-gradient(top, rgba(9,22,31,0.5) 0%, rgba(9,22,31,0) 100%);
}

#inner-header nav {
    flex-grow: 1;
    text-align: right;
}

.nav .current-menu-item a,.nav .current-post-ancestor a {
    color: #FF3B61;
}

.home-header {
    background: url(../images/home-bg.png) no-repeat center / cover;
    height: 100vh;
    padding: 0 10%;
    position: relative;
}

.home-header:after {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(37, 51, 74, 0.6);}

.header-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}

.header-text h1 {
    position: relative;
    z-index: 100;
    color: #fff;
    margin-bottom: 150px;
    font-size: 1.5em;
    text-align: center;
    display: block;
    width: 100%;
}

.home-header h1 {
    position: relative;
    top: 150px;
    text-align: center;
    font-size: 1.8em;
    color: #fff;
    z-index: 1;
    margin: 0;
}

.header-text h2 {
    margin: 0 0 80px;
    color: #fff;
    font-weight: 500;
    font-size: 2.5em;
    opacity: 0;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    position: relative;
    top: 50px;
}

.header-text h2.animated {
    margin: 0 0 10px;
    opacity: 1;
    top: 0;
}

.header-text .button {
    opacity: 0;
    color: #fff;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    font-weight: 800;
}

.header-text .button.animated {
    opacity: 1;
}

.button:focus {
    outline: none;
}

a.button:hover {
    color: rgba(255, 255, 255, 0.5);
}

.button,.page-id-12 .wpcf7 input.button {
    line-height: 36px;
    background: #F93B6C;
    display: inline-block;
    padding: 0 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 5px 15px rgba(249, 59, 96, 0.3);
    font-size: .9em;
    border: none;
    margin: 0;
}

a,a:visited,a:hover,a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

.section {
    height: 650px;
    position: relative;
}

.section.chi-siamo {
    background: #FBFEFF;
}

.box-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 60%;
}

.box-img {
    width: 100%;
    height: 380px;
    background: #406ce2;
    box-shadow: 0 50px 80px rgba(32,44,63,0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    overflow: hidden;
}

.box-text {
    margin-top: -130px;
    width: 50%;
    position: relative;
}

.box-text-inner {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 20px 50px rgba(32,44,63,0.1);
    text-align: justify;
}

.box-centred .box-text {
    left: 40%;
}

.box-text-inner p {
    margin: 0 0 20px;
    line-height: 1.8em;
}

.box-text-inner .button {
    background: #406CE2;
    box-shadow: 0 5px 15px rgba(64, 108, 226, 0.3);
    color: #fff;
}

.box-text h3 {
    color: #fff;
    font-size: 2em;
    line-height: 1em;
    margin: 0 0 20px 20px;
    font-weight: 300;
}

.box-left .box-img,.box-right .box-img {
    width: 50%;
    display: inline-block;
}

.box-container.box-left {
    text-align: right;
}

.box-container.box-right {
    text-align: left;
}

.box-left .box-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    text-align: left;
    width: 60%;
}

.box-right .box-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    text-align: left;
    width: 60%;
    right: 0;
}

.box-left .box-text h3 {
    color: #406ce2;
}

.box-right .box-text h3 {
    color: #406ce2;
    left: 20%;
    position: relative;
    margin: 0 0 20px;
}

.section.progetto,.section.formazione {
    background: #E5EEF2;
}

.section.bandi {
    background: #fbfeff;
    height: auto;
    padding: 150px 20%;
}

.bandi h3 {
    color: #406ce2;
    font-size: 2em;
    margin: 0 0 10px;
    line-height: 1em;
}

.bandi h4 {
    color: #333;
    font-weight: 500;
    margin: 0 0 50px;
}

.bandi-home-container {
    display: flex;
    width: 100%;
}

.bandi-item {
    flex-grow: 1;
    text-align: center;
    flex-basis: 31%;
    margin: 0;
    background-color: #6c97c7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 50px 80px rgba(32, 44, 63, 0.1);
    height: 250px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.bandi-item:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.bandi-item.bandi-europei {
    background-image: url(../images/bandi-01.png);
}

.bandi-item.bandi-nazionali {
    background-image: url(../images/bandi-02.png);
}

.bandi-item.bandi-regionali {
    background-image: url(../images/bandi-03.png);
}

.bandi-home-container a {
    flex-grow: 1;
}

.bandi-home-container a:nth-child(2) .bandi-item {
    margin: 0 30px;
}

.bandi-item span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 50px;
    background: #fff;
    font-weight: 500;
}

.newsletter-banner {
    height: 500px;
    position: relative;
    background: url(../images/newsletter.png) no-repeat center / cover;
}

.newsletter-banner form {
    position: absolute;
    left: 50%;
    top: 50%;
}

.newsletter-banner h3 {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1em;
}

.newsletter-banner h4 {
    font-weight: 500;
    color: #fff;
    opacity: .6;
    text-align: center;
    line-height: 1em;
    margin: 0 0 50px;
}

.inner-form {
    display: flex;
}

.inner-form input {
    margin: 0 10px;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    width: 350px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: inherit;
    font-size: .9em;
    background: #fff;
    color: #333;
}

.inner-form input.button {
    width: auto;
    background: #f93b60;
    color: #fff;
}

.inner-form input:focus {
    outline: none;
}
.section:before {content: "section";position: absolute;font-size: 10em;font-family: inherit;font-weight: 800;opacity: .2;line-height: 1em;color: #fff;text-transform: uppercase;letter-spacing: 12px;}

.section.chi-siamo:before {
    right: 10%;
    bottom: 50px;
    content: "mission";
}

.section.progetto:before {
    left: 5%;
    bottom: 100px;
    content: "progetti";
}

.section.bandi:before {
    right: 10%;
    top: 25%;
    content: "bandi";
}

.section.formazione:before {
    right: 10%;
    bottom: 50px;
    content: "mission";
}

.header.left {
    width: 25%;
    height: 100%;
    text-align: left;
    background-size: cover;
    background-position: center;
}

.header.left #inner-header {
    padding: 30px;
    text-align: left;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.header.left #inner-header nav {
    flex-wrap: wrap;
    text-align: left;
    flex-basis: 100%;
    margin-top: 20px;
}

.header.left .nav li {
    float: none;
}

.header.left .nav {
    text-align: left;
}

.header.left .nav li a {
    line-height: 3em;
    padding: 0;
    position: relative;
}

.header.left p#logo img {
    height: 100px;
}

.header.left:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #10255f;
    top: 0;
    left: 0;
    opacity: .8;
}

div#content.right, .newsletter-banner.right,footer.right {
    position: relative;
    width: 75%;
    left: 25%;
}

.archive-container,.post-container {
    padding: 100px;
}

h1.page-title,h1.single-title {
    color: #406CE2;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 2em;
    margin: 0 0 50px;
    position: relative;
    line-height: 1em;
}

h1.page-title:after,h1.single-title:after {content: "";position: absolute;width: 50px;height: 3px;background: #f83c62;top: 100%;left: 0;margin-top: 22px;}

.post-l-container article {
    background: #fff;
    border: none;
    flex-basis: 32%;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(32, 44, 63, 0.1);
    margin: 0 0 30px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.post-l-container article:hover {
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.post-l-container article:nth-child(3n+2) {
    margin: 0 2% 30px;
}

.post-container .post-l-container article header {
    padding: 20px;
    border: none;
    background: #fff;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.post-l-container {
    display: flex;
    flex-wrap: wrap;
}

section.post-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.type-post header h3,.post-l-container article header h3 {
    font-size: 1.5em;
    line-height: 1em;
    padding: 10px;
}

.type-post header .byline {
    line-height: 1em;
    font-size: .9em;
}

.post-container article {
    background: transparent;
    padding: 0;
    border: none;
    margin: 0 0 30px;
}

.post-container article header,.post-container article section,.post-container article footer {
    border: none;
    padding: 0;
    position: relative;
}

.post-container article .byline {
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
}

.header.left .nav .current-menu-item a:before, .header.left .nav .current-post-ancestor a:before {content: "";position: absolute;width: 30px;height: 2px;background: #f83c62;right: 100%;top: 50%;margin-top: -1px;margin-right: 10px;}

.post-container article h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 3px;
    color: #333;
    margin: 0 0 20px;
}

.floating-elements {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 9;
    width: 50%;
    text-align: right;
    opacity: 0;
}

.floating-elements.animated {
    opacity: 1;
}

.floating-elements img {
    width: 40%;
}

.floating-elements:after {content: "";position: absolute;width: 0%;height: 2px;background: rgba(180, 221, 243, 0.43);right: 45%;top: 50%;opacity: 0;}

.floating-elements.animated:after {
    width: 55%;
    opacity: 0;
}

.corso-info {
    display: flex;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.corso-info-left {
    flex-basis: 60%;
    margin-right: 50px;
    text-align: justify;
}

.corso-info-right {
    flex-basis: 60%;
    z-index: 1;
    position: relative;
}

.corso-info-left ul li p {
    margin: 5px 0 0;
}

.corso-info-left ul li {
    margin-bottom: 20px;
}

.corso-info-left ul li label {
    font-weight: 600;
    display: block;
    color: #f93b6c;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.corso-info-right form {
    box-shadow: 0 20px 50px rgba(32, 44, 63, 0.1);
    border-radius: 3px;
    overflow: hidden;
}

.corso-info-right form label {
    font-weight: 600;
    font-size: .9em;
    display: block;
    text-align: left;
}

.corso-info-right form label textarea {
    min-height: 80px;
}

.corso-info-right form label input,.corso-info-right form label textarea {
    width: 100%;
    margin: 0;
    background: transparent;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    padding: 0;
    font-family: inherit;
    font-size: 1.5em;
    color: #406ce2;
    resize: none;
    text-align: left;
}

.corso-info-right form p {
    margin: 0 0 20px;
}

.corso-info-right form label input:focus, .corso-info-right form label textarea:focus {
    border-bottom: 2px solid #406ce2;
    background: transparent;
    outline: none;
}

.corso-info-right form p.privacy-check {
    margin: 30px 0 20px;
}

p.privacy-check input {
    margin: 0 10px 0 0;
}

.corso-info-right form p {
    text-align: center;
    padding: 0 20px;
}

.corso-info-right form h3 {
    background: #E5EEF2;
    padding: 20px;
    margin: 0 0 20px;
    font-size: 1.2em;
    line-height: 1.4em;
}

h2.page-subtitle {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 0 50px;
    line-height: 1.4em;
}

.header.left .project-cta {
    margin: 10px 0;
}

.project-cta {
    line-height: 36px;
    background: #F93B6C;
    display: inline-block;
    padding: 0 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 5px 15px rgba(249, 59, 96, 0.3);
    font-size: .9em;
    border: none;
    line-height: 36px;
    height: 36px;
    margin: 12px 0 12px 10px;
}

li.project-cta a {
    line-height: 36px;
    padding: 0;
}

.loading-bar {
    width: 100%;
    height: 12px;
    background: rgb(209, 227, 232);
    border-radius: 10px;
    position: relative;
}

.container-inner {
    display: flex;
    padding: 10px 0;
}

span.single-step {
    flex-grow: 1;
    text-align: left;
    padding: 0 20px;
}

span.single-step:last-child {
    text-align: right;
    padding: 0;
}

span.single-step:first-child {
    text-align: left;
    padding: 0 20px 0 0;
}

.container-agemed .loading-bar:after,.container-eu .loading-bar:after {
    content:"";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #333;
    left: 4px;
    top: 4px;
    z-index: 2;
    border-radius: 5px;
    opacity: 0;
    margin-left: -8px;
}

/* CONTAINER AGEMED */

.container-agemed {
    margin-bottom: 30px;
}

.container-agemed .single-step {
    flex-basis: 25%;
}

.container-agemed .loading-bar:before {
    content: "";
    position: absolute;
    height: 100%;
    min-width: 14px;
    background: #0defb4;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    opacity: 0;
}

.container-agemed.step-1 .loading-bar:before {
    width: 5%;
    opacity: 1;
}

.container-agemed.step-2 .loading-bar:before {
    width: 28.5%;
    opacity: 1;
}

.container-agemed.step-3 .loading-bar:before {
    width: 53.5%;
    opacity: 1;
}

.container-agemed.step-4 .loading-bar:before,.container-agemed.other-step .loading-bar:before {
    width: 100%;
    opacity: 1;
}

.container-agemed.step-1 .loading-bar:after {
    opacity: 1;
    left: 5%;
}

.container-agemed.step-2 .loading-bar:after {
    opacity: 1;
    left: 28.5%;
}

.container-agemed.step-3 .loading-bar:after {
    opacity: 1;
    left: 53.5%;
}

.container-agemed.step-4 .loading-bar:after,.container-agemed.other-step .loading-bar:after {
    opacity: 0;
    left: 100%;
}

/* CONTAINER EU */

.container-eu .single-step {
    flex-basis: 20%;
}

.container-eu .loading-bar:before {
    content: "";
    position: absolute;
    height: 100%;
    min-width: 14px;
    background: #406ce2;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    opacity: 0;
}

.container-eu.step-5 .loading-bar:before {
    width: 5%;
    opacity: 1;
}

.container-eu.step-6 .loading-bar:before {
    width: 24%;
    opacity: 1;
}

.container-eu.step-7 .loading-bar:before {
    width: 44%;
    opacity: 1;
}

.container-eu.step-8 .loading-bar:before {
    width: 64%;
    opacity: 1;
}

.container-eu.step-9 .loading-bar:before {
    width: 100%;
    opacity: 1;
}

.container-eu.step-5 .loading-bar:after {
    opacity: 1;
    left: 5%;
}

.container-eu.step-6 .loading-bar:after {
    opacity: 1;
    left: 24%;
}

.container-eu.step-7 .loading-bar:after {
    opacity: 1;
    left: 44%;
}

.container-eu.step-8 .loading-bar:after {
    opacity: 1;
    left: 64%;
}

.container-eu.step-9 .loading-bar:after {
    opacity: 1;
    left: 100%;
}

/* STEP POSITION */

span.step-position {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 2px solid #333;
    z-index: 1;
    margin-top: -7px;
    border-radius: 15px;
    -webkit-animation: 2s position infinite;
    transform: translate(0)scale(1.2);
    margin-left: -19px;
}

@-webkit-keyframes 'position' {
    0% {opacity:1;transform: scale(0)}
    70% {opacity: 1}
    100% {opacity: 0; transform: scale(1.2)}
}

.container-agemed span.step-position {
    border: 2px solid #0defb4;
}

.container-eu span.step-position {
    border: 2px solid #406ce2;
}

.container-agemed.step-1 span.step-position {
    left: 5%;
}

.container-agemed.step-2 span.step-position {
    left: 28.5%;
}

.container-agemed.step-3 span.step-position {
    left: 53.5%;
}

.container-agemed.step-4 span.step-position {
    left: 100%;
}

.container-agemed.other-step span.step-position {
    display: none;
}

.container-eu.step-5 span.step-position {
    left: 5%;
}

.container-eu.step-6 span.step-position {
    left: 24%;
}

.container-eu.step-7 span.step-position {
    left: 44%;
}

.container-eu.step-8 span.step-position {
    left: 64%;
}

.container-eu.step-9 span.step-position {
    left: 100%;
}

.container-eu.other-step span.step-position {
    display: none;
}

span.step-name {
    font-weight: 500;
    color: #919ca7;
    margin-bottom: 5px;
    display: block;
}

.active span.step-name {
    font-weight: 600;
    color: #333;
}

span.current-step {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .8em;
    display: block;
    opacity: .2;
    letter-spacing: 2px;
}

.pratica-info {
    display: flex;
    margin-bottom: 50px;
}

.info-inner {
    flex-basis: 50%;
}

article .info-inner h2 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 1em;
    margin: 10px 0;
}

.info-inner:last-child {
    background: rgb(243, 245, 249);
    padding: 10px 20px;
    border-radius: 3px;
    flex-basis: 48%;
    margin-left: 2%;
}

article .steps-main-container h2 {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
}

.info-inner span {
    display: block;
}

.info-inner span a {
    color: #f01d4f;
}

li.file-attached {
	padding: 3px;
	margin-bottom: 10px;
	border-radius: 3px;
}

li.file-attached:hover {
	background-color: #dfe4ea;
}

li.file-attached img {
    width: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

span.step-data {
    display: block;
    font-size: .9em;
    opacity: .5;
    font-weight: 600;
}

span.step-note {
    font-size: .9em;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

.header-text h3 {
    color: #fff;
    font-weight: 400;
    font-style: italic;
    font-size: 1.3em;
    margin: 30px 0 40px;
    opacity: 0;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
}

.header-text h3.animated {
    opacity: .8;
    margin: 0 0 20px;
}

.post-container article h2.subtitle {
    text-transform: none;
    letter-spacing: 0;
}

.um-header.no-cover .um-profile-photo {
    display: inline-block;
    text-align: left;
    width: auto !important;
    margin-right: 50px !important;
}

.um-header.no-cover .um-profile-meta {
    display: inline-block;
    vertical-align: top;
    text-align: left !important;
}

.um-profile-nav {
    background: #f2f2f2;
    padding: 10px;
    border: none;
    text-align: left;
}

.um-header {
    border-bottom: 2px solid #eee;
}

.um-profile-nav-item a {
    color: #333 !important;
    margin-left: 20px;
}

.um-profile-nav-item.um-profile-nav-submitnew a:hover {
    background: #2687bd;
}

.um-profile-nav-item a:hover {
    background: #f2f2f2;
}

.um-profile-nav-item:first-child
 a {
    margin: 0;
}

.um-profile .um-profile-body {
    margin: 0;a/*html,body {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
}

.transition-fast {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.transition,.floating-elements:after {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.transition-slow {
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.centred,.newsletter-banner form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%)translateY(-50%);
	-moz-transform: translateX(-50%)translateY(-50%);
	transform: translateX(-50%)translateY(-50%);
}

.clear {
	clear: both;
}

p#logo img {
    height: 60px;
    margin: 0;
}

div#inner-header {
    display: flex;
    padding: 0 10%;
}

#inner-header nav {
    flex-grow: 1;
    text-align: right;
}

.nav .current-menu-item a {
    color: #FF3B61;
}

.home-header {
    background: url(../images/home-bg.png) no-repeat center / cover;
    height: 100vh;
    padding: 0 10%;
    position: relative;
}

.home-header:after {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(37, 51, 74, 0.6);}

.header-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}

.header-text h1 {
    margin: 0 0 80px;
    color: #fff;
    font-weight: 500;
    font-size: 2.5em;
    opacity: 0;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    position: relative;
    top: 50px;
}

.header-text h1.animated {
    margin: 0 0 30px;
    opacity: 1;
    top: 0;
}

.header-text .button {
    opacity: 0;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    transition-delay: .8s;
}

.header-text .button.animated {
    opacity: 1;
}

.button {
    line-height: 36px;
    background: #F93B6C;
    display: inline-block;
    padding: 0 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 5px 15px rgba(249, 59, 96, 0.3);
    font-size: .9em;
    border: none;
}

a,a:visited,a:hover,a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

.section {
    height: 650px;
    position: relative;
}

.section.chi-siamo {
    background: #FBFEFF;
}

.box-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 60%;
}

.box-img {
    width: 100%;
    height: 380px;
    background: #406ce2;
    box-shadow: 0 50px 80px rgba(32,44,63,0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.box-text {
    margin-top: -130px;
    width: 50%;
    position: relative;
}

.box-text-inner {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 20px 50px rgba(32,44,63,0.1);
    text-align: justify;
}

.box-centred .box-text {
    left: 40%;
}

.box-text-inner p {
    margin: 0 0 20px;
    line-height: 1.8em;
}

.box-text-inner .button {
    background: #406CE2;
    box-shadow: 0 5px 15px rgba(64, 108, 226, 0.3);
}

.box-text h3 {
    color: #fff;
    font-size: 2em;
    line-height: 1em;
    margin: 0 0 20px 20px;
    font-weight: 300;
}

.box-left .box-img,.box-right .box-img {
    width: 50%;
    display: inline-block;
}

.box-container.box-left {
    text-align: right;
}

.box-container.box-right {
    text-align: left;
}

.box-left .box-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    text-align: left;
    width: 60%;
}

.box-right .box-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    text-align: left;
    width: 60%;
    right: 0;
}

.box-left .box-text h3 {
    color: #406ce2;
}

.box-right .box-text h3 {
    color: #406ce2;
    left: 20%;
    position: relative;
    margin: 0 0 20px;
}

.section.progetto,.section.formazione {
    background: #E5EEF2;
}

.section.bandi {
    background: #fbfeff;
    height: auto;
    padding: 150px 20%;
}

.bandi h3 {
    color: #406ce2;
    font-size: 2em;
    margin: 0 0 10px;
    line-height: 1em;
}

.bandi h4 {
    color: #333;
    font-weight: 500;
    margin: 0 0 50px;
}

.bandi-home-container {
    display: flex;
    width: 100%;
}

.bandi-item {
    flex-grow: 1;
    text-align: center;
    flex-basis: 31%;
    margin: 0;
    background-color: #6c97c7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 50px 80px rgba(32, 44, 63, 0.1);
    height: 250px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.bandi-item.bandi-europei {
    background-image: url(../images/bandi-01.png);
}

.bandi-item.bandi-nazionali {
    background-image: url(../images/bandi-02.png);
}

.bandi-item.bandi-regionali {
    background-image: url(../images/bandi-03.png);
}

.bandi-home-container a {
    flex-grow: 1;
}

.bandi-home-container a:nth-child(2) .bandi-item {
    margin: 0 30px;
}

.bandi-item span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 50px;
    background: #fff;
    font-weight: 500;
}

.newsletter-banner {
    height: 500px;
    position: relative;
    background: url(../images/newsletter.png) no-repeat center / cover;
}

.newsletter-banner form {
    position: absolute;
    left: 50%;
    top: 50%;
}

.newsletter-banner h3 {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1em;
}

.newsletter-banner h4 {
    font-weight: 500;
    color: #fff;
    opacity: .6;
    text-align: center;
    line-height: 1em;
    margin: 0 0 50px;
}

.inner-form {
    display: flex;
}

.inner-form input {
    margin: 0 10px;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    width: 350px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: inherit;
    font-size: 1em;
    background: #fff;
}

.inner-form input.button {
    width: auto;
    background: #f93b60;
} */

html,body {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
}

.transition-fast {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.transition {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.transition-slow {
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function:ease-out;
}

.centred,.newsletter-banner form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%)translateY(-50%);
	-moz-transform: translateX(-50%)translateY(-50%);
	transform: translateX(-50%)translateY(-50%);
}

.clear {
	clear: both;
}

p#logo img {
    height: 60px;
    margin: 0;
}

div#inner-header {
    display: flex;
    padding: 0 10%;
}

#inner-header nav {
    flex-grow: 1;
    text-align: right;
}

.nav .current-menu-item a,.nav .current-post-ancestor a {
    color: #FF3B61;
}

.home-header {
    background: url(../images/home-bg.png) no-repeat center / cover;
    height: 100vh;
    padding: 0 10%;
    position: relative;
}

.home-header:after {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(37, 51, 74, 0.6);}

.header-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}

.header-text h1 {
    margin: 0 0 80px;
    color: #fff;
    font-weight: 500;
    font-size: 2.5em;
    opacity: 0;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    position: relative;
    top: 50px;
}

.header-text h1.animated {
    margin: 0 0 10px;
    opacity: 1;
    top: 0;
}

.header-text .button {
    opacity: 0;
    color: #fff;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
}

.header-text .button.animated {
    opacity: 1;
}

.button:focus {
    outline: none;
}

a.button:hover {
    color: rgba(255, 255, 255, 0.5);
}

.button {
    line-height: 36px;
    background: #F93B6C;
    display: inline-block;
    padding: 0 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 5px 15px rgba(249, 59, 96, 0.3);
    font-size: .9em;
    border: none;
}

a,a:visited,a:hover,a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

.section {
    height: 650px;
    position: relative;
}

.section.chi-siamo {
    background: #FBFEFF;
}

.box-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 60%;
}

.box-img {
    width: 100%;
    height: 380px;
    background: #406ce2;
    box-shadow: 0 50px 80px rgba(32,44,63,0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.box-text {
    margin-top: -130px;
    width: 50%;
    position: relative;
}

.box-text-inner {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 20px 50px rgba(32,44,63,0.1);
    text-align: justify;
}

.box-centred .box-text {
    left: 40%;
}

.box-text-inner p {
    margin: 0 0 20px;
    line-height: 1.8em;
}

.box-text-inner .button {
    background: #406CE2;
    box-shadow: 0 5px 15px rgba(64, 108, 226, 0.3);
    color: #fff;
}

.box-text h3 {
    color: #fff;
    font-size: 2em;
    line-height: 1em;
    margin: 0 0 20px 20px;
    font-weight: 300;
}

.box-left .box-img,.box-right .box-img {
    width: 50%;
    display: inline-block;
}

.box-container.box-left {
    text-align: right;
}

.box-container.box-right {
    text-align: left;
}

.box-left .box-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    text-align: left;
    width: 60%;
}

.box-right .box-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    text-align: left;
    width: 60%;
    right: 0;
}

.box-left .box-text h3 {
    color: #406ce2;
}

.box-right .box-text h3 {
    color: #406ce2;
    left: 20%;
    position: relative;
    margin: 0 0 20px;
}

.section.progetto,.section.formazione {
    background: #E5EEF2;
}

.section.bandi {
    background: #fbfeff;
    height: auto;
    padding: 150px 20%;
}

.bandi h3 {
    color: #406ce2;
    font-size: 2em;
    margin: 0 0 10px;
    line-height: 1em;
}

.bandi h4 {
    color: #333;
    font-weight: 500;
    margin: 0 0 50px;
}

.bandi-home-container {
    display: flex;
    width: 100%;
}

.bandi-item {
    flex-grow: 1;
    text-align: center;
    flex-basis: 31%;
    margin: 0;
    background-color: #6c97c7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 50px 80px rgba(32, 44, 63, 0.1);
    height: 250px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.bandi-item:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.bandi-item.bandi-europei {
    background-image: url(../images/bandi-01.png);
}

.bandi-item.bandi-nazionali {
    background-image: url(../images/bandi-02.png);
}

.bandi-item.bandi-regionali {
    background-image: url(../images/bandi-03.png);
}

.bandi-home-container a {
    flex-grow: 1;
}

.bandi-home-container a:nth-child(2) .bandi-item {
    margin: 0 30px;
}

.bandi-item span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 50px;
    background: #fff;
    font-weight: 500;
}

.newsletter-banner {
    height: 500px;
    position: relative;
    background: url(../images/newsletter.png) no-repeat center / cover;
}

.newsletter-banner form {
    position: absolute;
    left: 50%;
    top: 50%;
}

.newsletter-banner h3 {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1em;
}

.newsletter-banner h4 {
    font-weight: 500;
    color: #fff;
    opacity: .6;
    text-align: center;
    line-height: 1em;
    margin: 0 0 50px;
}

.inner-form {
    display: flex;
}

.inner-form input {
    margin: 0 10px;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    width: 350px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: inherit;
    font-size: .9em;
    background: #fff;
    color: #333;
}

.inner-form input.button {
    width: auto;
    background: #f93b60;
    color: #fff;
}

.inner-form input:focus {
    outline: none;
}
.section:before {content: "section";position: absolute;font-size: 10em;font-family: inherit;font-weight: 800;opacity: .02;line-height: 1em;}

.section.chi-siamo:before {
    right: 10%;
    bottom: 50px;
    content: "mission";
}

.section.progetto:before {
    left: 5%;
    bottom: 100px;
    content: "progetti";
}

.section.bandi:before {
    right: 10%;
    top: 25%;
    content: "bandi";
}

.section.formazione:before {
    right: 10%;
    bottom: 50px;
    content: "mission";
}

.header.left {
    width: 25%;
    height: 100%;
    text-align: left;
    background-size: cover;
    background-position: center;
}

.header.left #inner-header {
    padding: 30px;
    text-align: left;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.header.left #inner-header nav {
    flex-wrap: wrap;
    text-align: left;
    flex-basis: 100%;
    margin-top: 20px;
}

.header.left .nav li {
    float: none;
}

.header.left .nav {
    text-align: left;
}

.header.left .nav li a {
    line-height: 3em;
    padding: 0;
    position: relative;
}

.header.left p#logo img {
    height: 50px;
}

.header.left:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #10255f;
    top: 0;
    left: 0;
    opacity: .8;
}

div#content.right, .newsletter-banner.right,footer.right {
    position: relative;
    width: 75%;
    left: 25%;
}

.archive-container,.post-container {
    padding: 100px;
}

h1.page-title,h1.single-title {
    color: #406CE2;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 2em;
    margin: 0 0 50px;
    position: relative;
    line-height: 1em;
}

h1.page-title:after,h1.single-title:after {content: "";position: absolute;width: 50px;height: 3px;background: #f83c62;top: 100%;left: 0;margin-top: 22px;}

.post-l-container article {
    background: #fff;
    border: none;
    flex-basis: 33%;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(32, 44, 63, 0.1);
    margin: 0 0 30px;
}

.post-l-container article:nth-child(3n+2) {
    margin: 0 30px 30px;
}

.post-l-container article header {
    padding: 20px;
    border: none;
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: 0;
}

.post-l-container {
    display: flex;
}

section.post-image {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.type-post header h3 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 10px;
}

.type-post header .byline {
    line-height: 1em;
    font-size: .9em;
}

.post-container article {
    background: transparent;
    padding: 0;
    border: none;
}

.post-container article header,.post-container article section,.post-container article footer {
    border: none;
    padding: 0;
    position: relative;
}

.post-container article .byline {
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
}

.header.left .nav .current-menu-item a:before, .header.left .nav .current-post-ancestor a:before {content: "";position: absolute;width: 30px;height: 2px;background: #f83c62;right: 100%;top: 50%;margin-top: -1px;margin-right: 10px;}

.post-container article h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 3px;
    color: #333;
    margin: 0 0 20px;
}

.floating-elements {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 10;
    width: 50%;
    text-align: right;
    opacity: 0;
}

.floating-elements.animated {
    opacity: 1;
}

.floating-elements img {
    width: 40%;
}

.floating-elements:after {content: "";position: absolute;width: 0%;height: 2px;background: rgba(180, 221, 243, 0.43);right: 45%;top: 50%;opacity: 0;}

.floating-elements.animated:after {
    width: 55%;
    opacity: 0;
}

.corso-info {
    display: flex;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.corso-info-left {
    flex-basis: 60%;
    margin-right: 50px;
}

.corso-info-right {
    flex-basis: 40%;
}

.corso-info-left ul li {
    margin-bottom: 10px;
}

.corso-info-left ul li label {
    font-weight: 600;
    display: block;
}

.corso-info-right form {
    box-shadow: 0 20px 50px rgba(32, 44, 63, 0.1);
    border-radius: 3px;
    overflow: hidden;
}

.corso-info-right form label {
    font-weight: 600;
    font-size: .9em;
    display: block;
    text-align: left;
}

.corso-info-right form label textarea {
    min-height: 80px;
}

.corso-info-right form label input,.corso-info-right form label textarea {
    width: 100%;
    margin: 0;
    background: transparent;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    padding: 0;
    font-family: inherit;
    font-size: 1.5em;
    color: #406ce2;
    resize: none;
    text-align: left;
}

.corso-info-right form p {
    margin: 0 0 20px;
}

.corso-info-right form label input:focus, .corso-info-right form label textarea:focus {
    border-bottom: 2px solid #406ce2;
    background: transparent;
    outline: none;
}

.corso-info-right form p.privacy-check {
    margin: 30px 0 20px;
}

p.privacy-check input {
    margin: 0 10px 0 0;
}

.corso-info-right form p {
    text-align: center;
    padding: 0 20px;
}

.corso-info-right form h3 {
    background: #E5EEF2;
    padding: 20px;
    margin: 0 0 20px;
}

h2.page-subtitle {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 0 50px;
    line-height: 1.4em;
}

.header.left .project-cta {
    margin: 10px 0;
}

.project-cta {
    line-height: 36px;
    background: #F93B6C;
    display: inline-block;
    padding: 0 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 5px 15px rgba(249, 59, 96, 0.3);
    font-size: .9em;
    border: none;
    line-height: 36px;
    height: 36px;
    margin: 12px 0 12px 10px;
}

li.project-cta a {
    line-height: 36px;
    padding: 0;
}

.loading-bar {
    width: 100%;
    height: 12px;
    background: rgb(209, 227, 232);
    border-radius: 10px;
    position: relative;
}

.container-inner {
    display: flex;
    padding: 10px 0;
}

span.single-step {
    flex-grow: 1;
    text-align: left;
    padding: 0 20px;
}

span.single-step:last-child {
    text-align: right;
    padding: 0;
}

span.single-step:first-child {
    text-align: left;
    padding: 0 20px 0 0;
}

.container-agemed .loading-bar:after,.container-eu .loading-bar:after {
    content:"";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #333;
    left: 4px;
    top: 4px;
    z-index: 2;
    border-radius: 5px;
    opacity: 0;
    margin-left: -8px;
}

/* CONTAINER AGEMED */

.container-agemed {
    margin-bottom: 30px;
}

.container-agemed .single-step {
    flex-basis: 25%;
}

.container-agemed .loading-bar:before {
    content: "";
    position: absolute;
    height: 100%;
    min-width: 14px;
    background: #0defb4;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    opacity: 0;
}

.container-agemed.step-1 .loading-bar:before {
    width: 5%;
    opacity: 1;
}

.container-agemed.step-2 .loading-bar:before {
    width: 28.5%;
    opacity: 1;
}

.container-agemed.step-3 .loading-bar:before {
    width: 53.5%;
    opacity: 1;
}

.container-agemed.step-4 .loading-bar:before,.container-agemed.other-step .loading-bar:before {
    width: 100%;
    opacity: 1;
}

.container-agemed.step-1 .loading-bar:after {
    opacity: 1;
    left: 5%;
}

.container-agemed.step-2 .loading-bar:after {
    opacity: 1;
    left: 28.5%;
}

.container-agemed.step-3 .loading-bar:after {
    opacity: 1;
    left: 53.5%;
}

.container-agemed.step-4 .loading-bar:after,.container-agemed.other-step .loading-bar:after {
    opacity: 0;
    left: 100%;
}

/* CONTAINER EU */

.container-eu .single-step {
    flex-basis: 20%;
}

.container-eu .loading-bar:before {
    content: "";
    position: absolute;
    height: 100%;
    min-width: 14px;
    background: #406ce2;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    opacity: 0;
}

.container-eu.step-5 .loading-bar:before {
    width: 5%;
    opacity: 1;
}

.container-eu.step-6 .loading-bar:before {
    width: 24%;
    opacity: 1;
}

.container-eu.step-7 .loading-bar:before {
    width: 44%;
    opacity: 1;
}

.container-eu.step-8 .loading-bar:before {
    width: 64%;
    opacity: 1;
}

.container-eu.step-9 .loading-bar:before {
    width: 100%;
    opacity: 1;
}

.container-eu.step-5 .loading-bar:after {
    opacity: 1;
    left: 5%;
}

.container-eu.step-6 .loading-bar:after {
    opacity: 1;
    left: 24%;
}

.container-eu.step-7 .loading-bar:after {
    opacity: 1;
    left: 44%;
}

.container-eu.step-8 .loading-bar:after {
    opacity: 1;
    left: 64%;
}

.container-eu.step-9 .loading-bar:after {
    opacity: 1;
    left: 100%;
}

/* STEP POSITION */

span.step-position {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 2px solid #333;
    z-index: 1;
    margin-top: -7px;
    border-radius: 15px;
    -webkit-animation: 2s position infinite;
    transform: translate(0)scale(1.2);
    margin-left: -19px;
}

@-webkit-keyframes 'position' {
    0% {opacity:1;transform: scale(0)}
    70% {opacity: 1}
    100% {opacity: 0; transform: scale(1.2)}
}

.container-agemed span.step-position {
    border: 2px solid #0defb4;
}

.container-eu span.step-position {
    border: 2px solid #406ce2;
}

.container-agemed.step-1 span.step-position {
    left: 5%;
}

.container-agemed.step-2 span.step-position {
    left: 28.5%;
}

.container-agemed.step-3 span.step-position {
    left: 53.5%;
}

.container-agemed.step-4 span.step-position {
    left: 100%;
}

.container-agemed.other-step span.step-position {
    display: none;
}

.container-eu.step-5 span.step-position {
    left: 5%;
}

.container-eu.step-6 span.step-position {
    left: 24%;
}

.container-eu.step-7 span.step-position {
    left: 44%;
}

.container-eu.step-8 span.step-position {
    left: 64%;
}

.container-eu.step-9 span.step-position {
    left: 100%;
}

.container-eu.other-step span.step-position {
    display: none;
}

span.step-name {
    font-weight: 500;
    color: #919ca7;
    margin-bottom: 5px;
    display: block;
}

.active span.step-name {
    font-weight: 600;
    color: #333;
}

span.current-step {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .8em;
    display: block;
    opacity: .2;
    letter-spacing: 2px;
}

.pratica-info {
    display: flex;
    margin-bottom: 50px;
}

.info-inner {
    flex-basis: 50%;
}

article .info-inner h2 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 1em;
    margin: 10px 0;
}

.info-inner:last-child {
    background: rgb(243, 245, 249);
    padding: 10px 20px;
    border-radius: 3px;
    flex-basis: 48%;
    margin-left: 2%;
}

article .steps-main-container h2 {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
}

.info-inner span {
    display: block;
}

.info-inner span a {
    color: #f01d4f;
}

li.file-attached {
	padding: 3px;
	margin-bottom: 10px;
	border-radius: 3px;
}

li.file-attached:hover {
	background-color: #dfe4ea;
}

li.file-attached img {
    width: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

span.step-data {
    display: block;
    font-size: .9em;
    opacity: .5;
    font-weight: 600;
}

span.step-note {
    font-size: .9em;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

.header-text h2 {
    color: #fff;
    font-weight: 400;
    font-style: italic;
    font-size: 1.3em;
    margin: 30px 0 40px;
    opacity: 0;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
}

.header-text h2.animated {
    opacity: .8;
    margin: 0 0 20px;
}

.post-container article h2.subtitle {
    text-transform: none;
    letter-spacing: 0;
}

.um-header.no-cover .um-profile-photo {
    display: inline-block;
    text-align: left;
    width: auto !important;
    margin-right: 50px !important;
}

.um-header.no-cover .um-profile-meta {
    display: inline-block;
    vertical-align: top;
    text-align: left !important;
}

.um-profile-nav {
    background: transparent;
    padding: 20px 0 0;
    border: none;
}

.um-header {
    border-bottom: 2px solid #eee;
}

.um-profile-nav-item a {
    color: #333 !important;
    margin-left: 20px;
}

.um-profile-nav-item a:hover {
    background: #f2f2f2;
}

.um-profile-nav-item:first-child
 a {
    margin: 0;
}

.um-profile .um-profile-body {
    margin: 0;
}

.un-item .acf-button {
    background: red;
}

.um-item .acf-actions .acf-button {
    background: #333;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: none;
    color: #fff;
}

.um-item .acf-file-uploader .button {
    box-shadow: none;
    background: transparent;
    color: #333;
    border: 2px solid;
    border-radius: 3px;
    padding: 0 10px;
    line-height: 26px;
    font-size: .8em;
    margin-left: 20px;
}

.um-item .acf-file-uploader .button:hover {
    background: #333;
    color: #fff;
    border: 2px solid #333;
}
}

.un-item .acf-button {
    background: red;
}

.um-item .acf-actions .acf-button {
    background: #333;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: none;
    color: #fff;
}

.um-item .acf-file-uploader .button {
    box-shadow: none;
    background: transparent;
    color: #333;
    border: 2px solid;
    border-radius: 3px;
    padding: 0 10px;
    line-height: 26px;
    font-size: .8em;
    margin-left: 20px;
}

.um-item .acf-file-uploader .button:hover {
    background: #333;
    color: #fff;
    border: 2px solid #333;
}

.corso-info-left ul {
    margin: 0;
}

.page-id-12 .wpcf7 {
    width: auto;
    display: inline-block;
    padding: 30px;
    width: 50%;
    background: #fff;
}

.page-id-12 .wpcf7 input,.page-id-12 .wpcf7 textarea {margin: 10px 0 20px;background: transparent;border-bottom: 2px solid #ccc;border-radius: 0;padding: 0;font-family: inherit;resize: none;font-weight: 500;font-size: 1.5em;color: #333;}

.page-id-12 .wpcf7 input:focus, .page-id-12 .wpcf7 textarea:focus {
    border-bottom: 2px solid #406ce2;
    outline: none;
}

div#inner-footer {
    padding: 30px;
    text-align: center;
}

* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 25px;
  position: absolute;
  margin: 0;
  top: 25px;
  right: 30px;
  z-index: 11;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

.um-173.um.um-login {
    float: left;
}

.nav li.cta-menu a, .header.left .nav li.cta-menu a, .nav li.cta-menu.current-menu-item a,.button-editor {
    background: #f93b6c;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(249, 59, 96, 0.3);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .9em;
    color: #fff;
}

.nav li.cta-menu {
    padding: 10px 0 10px 10px;
}

.home .nav li.cta-menu {
    display: none;
}

.header.left .nav li.cta-menu {
    padding: 10px 0 0 0;
}

.header.left .nav li.cta-menu a {
    padding: 0 20px;
}

.post-container .post-l-container article .byline {
    position: relative;
    margin: 0;
}

.nav li.cta-menu a:before {
    display: none;
}

.cont-page-img {
    flex-grow: 1;
    background: url(../images/cont-page-img.jpg) no-repeat center / cover;
}

.cont-page-form {
    display: flex;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 20px 50px rgba(32, 44, 63, 0.18);
    overflow: hidden;
}

.corso-info-left li ul {
    list-style-type: disc;
    padding: 10px 0 10px 30px;
}

.corso-info-left ul li ul li {
    margin-bottom: 10px;
}

.page-id-7 ul {
    list-style: none;
}

.page-id-7 ul li {
    margin-bottom: 20px;
}

.home p#logo img {
    height: 100px;
}

h1.corso-title {
    font-size: 1.6em;
    width: 80%;
    line-height: 1.3em;
    letter-spacing: 0;
    text-transform: inherit;
}

.post-type-archive-formazione .post-l-container article header h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0;
    font-weight: 500;
}

.post-type-archive-formazione .hentry header {
    border: none;
}

article#post-not-found {
    box-shadow: none;
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    background: #f5f5f5;
}

a.button-editor {
    display: inline-block;
    color: #fff;
}

a.button-editor:hover {
    color: #fff;
}

.attivita-cta {
    padding: 30px 30px 10px;
    border: 1px solid #ccc;
    margin-top: 30px;
    border-radius: 5px;
    background: #f5f5f5;
}

.um-form .profile_title input {
    border: none !important;
    border-bottom: 2px solid #ccc !important;
    border-radius: 0 !important;
    /* background: #f5f5f5 !important; */
    padding: 0 !important;
    font-size: 1.5em !important;
    line-height: 2em !important;
    height: auto !important;
}

.um-profile-nav-item {
    display: inline-block;
}

.um-profile-nav-item.um-profile-nav-submitnew {
    float: right;
    background: #3ba1da;
    border-radius: 3px;
}

.um-profile-nav-item.um-profile-nav-submitnew a {margin: 0;padding: 6px 10px;border-radius: 3px;color: #fff !important;}

a.abs-doc {
    padding: 5px 10px;
    background: #e0eaef;
    color: #333;
    border-bottom: 2px solid #b7cdd8;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}

.um-profile-nav-item.active a {
    background: #aaa !important;
}

a.profile-logout {
    text-align: right;
    display: block;
}

.post-l-container.bandi-container article header h3 {
    margin-bottom: 10px;
    padding: 0;
}

.post-l-container article p {
    padding: 10px 0 0;
    margin: 0 10px;
    border-top: 1px solid #eee;
}

.post-l-container article table td {
    padding: 20px;
}

.post-l-container article table {
    margin-top: 20px;
}

.page-template-page-attivita .post-l-container {align-items: baseline;}

.page-template-page-attivita article a.button-editor {
    margin-top: 20px;
}

.item-card {
    padding: 10px 20px;
    background: #406be2;
    border-radius: 20px;
    flex-basis: 21%;
    margin: 0 20px 20px 0;
    display: inline-block;
    color: #fff;
}

.support-cards {
    margin-top: 20px;
    border-top:  1px solid #eee;
    padding-top: 30px;
}

.partner-container li img {
    max-width: 80px;
    max-height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.partner-container h3 {
    font-size: 1.8em;
    color: #f93b5f;
    margin: 0 0 20px;
}

.partner-container ul li a:hover {
    color: #f93b5f;
}

.page-template-page-partner section.entry-content.cf {
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.page-template-page-partner section.entry-content.cf p {
    margin: 0;
}

.partner-container ul li a i {
    vertical-align: middle;
    margin-left: 10px;
    color: #ccc;
    margin-top: -2px;
    opacity: 0;
}

.partner-container ul li a:hover i {
    opacity: 1;
}

.partner-container hr {
    margin: 30px 0;
    background: #eee;
    border: 2px solid #eee;
    width: 50px;
}

.news-item-home {
    display: inline-block;
    width: 30%;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
    border-radius: 3px;
}

.news-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.news-item-text {
    z-index: 1;
    position: absolute;
    bottom: 0;
    padding: 100px 20px 20px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.news-item-text h3 {
    color: #fff;
    font-size: 1.3em;
}

.news-item-text p {
    color: #fff;
    text-align: left;
}

.news-home-container {
    height: 300px;
    position: relative;
    margin: 0 -10px;
}

.slick-track,.slick-list {
    height: 100%;
}

.slick-prev:before, .slick-next:before {
    color: #ccc;
    font-size: 40px;
}

.slick-prev {
    left: -40px;
    width: 40px;
    height: 40px;
}

.slick-next {
    right: -40px;
    width: 40px;
    height: 40px;
}

.page-template-page-attivita article header a.button-editor {
    background: transparent;
    box-shadow: none;
    padding: 20px 10px 0;
    line-height: 1em;
    color: #f93b5f;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    display: block;
    border-top: 1px solid #e2e2e2;
    border-radius: 0;
}

.page-template-page-attivita .post-container article a:hover {
    color: #616f84;
}

.page-id-1078 article a {
    color: #f93b5f;
    text-decoration: underline;
}

.page-id-1078 article ul {
    list-style-type: disc;
    padding-left: 20px;
}

.page-id-1078 article ul li {
    margin: 5px 0;
}