/*
	SpecificSections.css
	TemplateName: Fox
	Copyright (c) 2018, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
.content.col-xs-12 {
	padding: 0;
}

.utility.col-md-3 {
	padding-left: 0;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h1,
.section-title h2 {
    margin-bottom: 0;
    text-align: center;
    color: #292929;
    font-weight: 600;
}

.section-title  h3.section-subtitle {
	margin-top: 0;
	text-align: center;
	font-weight: 300;
	font-variant: small-caps;
	font-size: 22px;
}

.utility .section-title {
    margin-bottom: 0;
}

.section-title span.h2 {
    font-variant: small-caps;
    font-size: 22px;
    color: #292929;
    margin-bottom: 10px;
}

.evidence {
    text-align: center;
    line-height: 25px;
    letter-spacing: 1.2px;
}

.section {
	margin-bottom: 80px !important;
}

.section.no-margin {
	margin-bottom: 0 !important;
}

.utility .section {
    margin-bottom: 40px !important;
}

.utility .section:last-child {
    margin-bottom: 80px !important;
}

body.toggle-menu {
	padding-top: 56px;
}

@media(max-width:991px) {
	.utility.col-md-3,
	.content.col-md-9 {
		padding: 0;
	}
	.utility .section:last-child {
		margin-bottom: 20px !important;
	}
}

@media(max-width:767px){
	.section {
		margin-bottom: 40px !important;
	}
	.section-title h3.section-subtitle {
		font-size: 18px;
	}
	.section-title h1, 
	.section-title h2 {
		font-size: 25px;
	}
	.form-control {
		padding: 10px;
	}
}

.articles div.section-body li.articles-list-item img.article-thumbnail {
	height: 200px;
}
/* ---------------------------------------------------------------------------------------------- */




/* Header
------------------------------------------------------------------------------------------------- */
/*Fascia top*/
header #header-top {
    background-color: #32AD6A;
    padding: 5px 0;
    font-size: 12px;
}

header #header-top .section {
    margin-bottom: 0 !important;
    display: inline-block;
}

header #header-top .section.links a {
    color: #FFF;
    display: inline-block;
}

header #header-top .section.links a + a::before {
    margin-left: 6px;
    padding-right: 6px;
    content: "|";
    color: #FFF;
}

header #header-top .section.links a.active {
    font-weight: bold;
}

header #header-top .section.links a:hover {
    color: #292929;
}

header #header-top .section.languageswitcher {
    float: right;
    text-align: right;
}

.navbar-header {
    background-color: #f2f5f7;
}

/*Contatti*/
.header-contact {
    float: right;
    padding: 33px 0;
}

.header-contact .section {
    margin-bottom: 0 !important;
}

.header-contact .item {
    display: inline-block;
    position: relative;
    padding-left: 63px;
    color: #292929;
    margin-left: 50px;
}

.header-contact .item i {
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
    color: #238BD2;
}

.header-contact .item span {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 5px;
}

.header-contact .item a {
    color: #292929;
    font-weight: 600;
}

.header-contact .item a:hover {
    color: #32AD6A;;
}

/*Menu*/
.header-menu {
    background-color: #32AD6A;
	transition: all 0.4s ease 0s;
}

.header-menu.shrink {
    box-shadow: 0px 10px 15px rgba(76,76,76,0.5);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.section.menu {
	margin-bottom: 0 !important;
}

.navbar-default .navbar-nav > li:last-child > a {
	display: none;
}

@media(max-width:991px){
	.nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-contact .item {
		margin-left: 20px;
	}

	.navbar-brand > img {
		max-width: 120px;
		margin-top: 15px;
	}
}

@media(max-width:767px){
	.header-contact {
		display: none;
	}
	header #header-top .section {
	  display: inline-block;
	  text-align: center;
	}
	#google_translate_element {
		display: none;
	}
	header #header-top .section.language-switcher {
	  float: none;
	  margin-top: 5px;
	  padding-top: 5px;
	  border-top: 1px solid rgba(255,255,255,0.3);
	}
	.navbar-brand {
	  padding: 10px 0;
	}
	.navbar-brand > img {
	  max-width: 100px;
	}
	body.toggle-menu {
	  padding-top: 77px;
	}
	.nav > li > a {
		text-align: center;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
	  border-color: transparent;
	}
	.navbar-header.shrink {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
	}
	.header-menu.shrink {
		top: 77px;
	}

	.navbar-default .navbar-nav > li:last-child > a {
		display: block;
		background-color: #238BD2;
	}
}

/*Ricerca*/
header #header-top .product-search {
  padding: 0 0 0 15px;
  background-color: transparent;
  border-left: 2px solid #FFF;
  margin-left: 15px;
  margin-top: 5px;
}

header #header-top .product-search .form-group {
  display: inline-block;
  margin-bottom: 0;
  float: left;
}

header #header-top .product-search.search .search-button {
  display: inline-block;
  margin-top: 0;
  margin-left: 5px;
  padding: 7px 15px;
}

header #header-top .product-search.search .search-button:hover {
    background-color: #FFF;
    color: #32AD6A;
}
/* ---------------------------------------------------------------------------------------------- */



/* Titolo header
------------------------------------------------------------------------------------------------- */
.header-title {
    padding: 40px 0;
    background-color: #f2f5f7;
}

.header-title h1 {
    margin-top: 0;
    font-variant: small-caps;
    color: #292929;
    margin-bottom: 0;
    font-weight: 600;
}

.header-title h3 {
    margin-top: 0;
    color: #292929;
    font-weight: 300;
    font-size: 20px;
}

@media(max-width:767px){
	.header-title {
		border-top: 1px solid #32AD6A;
		padding: 15px 0;
	}
	.header-title h1 {
		font-size: 25px;
	}
	.header-title h3 {
		font-size: 16px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
    background-color: #292929;
	color: #BABABA;
}

footer .footer-contact {
    background-color: #32AD6A;
    color: #FFF;
    padding: 30px 15px;
    font-size: 20px;
    font-variant: small-caps;
}

footer .section {
    margin-bottom: 0 !important;
}

footer .footer-contact p:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

footer .footer-contact p {
    line-height: 50px;
	margin-bottom: 0;
}

footer .footer-contact a {
    float: right;
    background-color: #292929;
    color: #FFF;
    display: inline-block;
    padding: 0 30px;
}

footer .footer-contact a:hover {
    background-color: #238BD2;
}

footer .footer-contact a i {
    animation-name: ctaIcon;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes ctaIcon {
    0% {
        transform: translateX(-3px);
    }
    35% {
        transform: translateX(3px);    
    }
    100% {
        transform: translateX(-3px);
    }
}

.footer-section {
    padding: 80px 0;
    font-size: 14px;
}

footer .section-title h2 {
    color: #FFF;
    font-size: 20px;
    font-variant: small-caps;
    margin-top: 0;
    margin-bottom: 5px;
	text-align: left;
}

footer .section-title {
    margin-bottom: 5px;
}

.footer-section .links-group a {
    display: block;
    color: #BABABA;
    position: relative;
    padding-left: 15px;
}

.footer-section .links-group a::before {
    content: "-";
    left: 0;
    position: absolute;
}

.contact-reference .item span {
    color: #FFF;
    font-variant: small-caps;
    font-weight: 600;
}

.contact-reference .item a {
    color: #32AD6A;
}

#footer-copyright {
    background-color: #333;
    padding: 30px 0;
    font-size: 12px;
    text-align: center;
}

#footer-copyright a {
    color: #BABABA;
}

#footer-copyright a:hover,
.contact-reference .item a:hover,
.footer-section .links-group a:hover {
    color: #32AD6A;
}

@media(max-width:991px){
	footer .footer-contact {
	  padding: 15px 0;
	}
	footer .footer-contact p {
	  text-align: center;
	}
	footer .footer-contact a {
	  float: none;
	  display: block;
	  text-align: center;
	}
	.footer-section {
		padding: 40px 0;
	}
	.footer-section .section:first-child {
		margin-bottom: 30px !important;
	}
}

@media(max-width:991px){
	.footer-section {
		padding: 30px 0 0;
	}
	footer .footer-contact {
	  padding: 15px 0;
	}
	footer .footer-contact p {
		line-height: 20px;
	}
	footer .footer-contact a {
		margin-top: 15px;
		padding: 10px 5px;
	}
	.footer-section .section {
		margin-bottom: 30px !important;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Links colonna 
------------------------------------------------------------------------------------------------- */
.section.download-pdf {
	margin-bottom: 10px !important;
}

.download-pdf a {
    display: table;
    background-color: #f2f5f7;
    color: #636363;
    padding: 5px 20px 5px 55px;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 55px;
	margin-bottom: 10px;
}

.download-pdf a:after {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    margin-top: -10px;
    top: 50%;
    right: 10px;
}

.download-pdf a.active,
.download-pdf a:hover {
	background-color: #238BD2;
	color: #FFF;
}

.download-pdf a i {
    background-color: #FFF;
    color: #292929;
    padding: 10px;
    font-size: 25px;
    border-radius: 3px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.download-pdf a span {
    display: table-cell;
    vertical-align: middle;
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
/*Slider*/
.home-wide-container {
	height: 700px;
}

#slides .overlay {
    background-color: #141f22;
    opacity: 0.1;
}

#slides .text-container {
    margin-top: -175px !important;
}

#slides .text-container .text {
    padding-left: 0;
    text-align: left;
}

#slides .text-container .text .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 52px;
    border-bottom: none;
    margin-bottom: 20px;
}

#slides .text-container .text .title span {
    color: #238BD2;
}

#slides .text-container .text .description {
    text-transform: uppercase;
    font-size: 17px;
}

#slides .text-container .text a {
    background-color: #32AD6A;
    display: inline-block;
    padding: 10px 30px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
}

#slides .text-container .text a:hover {
    background-color: #238BD2;
}

#slides .text-container .image {
    padding-right: 0;
}

#slides .text-container .image img {
    margin: 0 auto;
    max-width: 500px;
    border: 5px solid #FFF;
}

/*Paginatore*/
.slides-pagination {
    width: auto !important;
    background-color: #141f22 !important;
    bottom: 0 !important;
    padding: 2px 20px 2px !important;
    margin-left: -48px;
    left: 50%;
}

.slides-pagination:after {
    content: "";
    position: absolute;
    left: -9px;
    width: 0;
    height: 0;
    border-top: 2.48rem solid transparent;
    border-right: 0.9475rem solid #141f22;
}

.slides-pagination:before {
    content: "";
    position: absolute;
    right: -9px;
    width: 0;
    height: 0;
    border-top: 2.48rem solid transparent;
    border-left: 0.9475rem solid #141f22;
}

.slides-pagination a {
    background-color: transparent !important;
    border: 1px solid #32AD6A !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    color: transparent !important;
}

.slides-pagination a.current {
    background: #32AD6A none repeat scroll 0 0 !important;
    color: #32AD6A !important;
}

.slider-text-bottom {
    background-color: #141f22;
    text-align: center;
    color: #FFF;
    padding: 20px 15px;
}

.slider-text-bottom p {
    border: 1px solid #32AD6A;
    display: inline-block;
    padding: 10px;
    font-variant: small-caps;
    font-size: 16px;
}

.slider-text-bottom p a {
    display: inline-block;
    background-color: #32AD6A;
    color: #FFF;
    font-weight: 600;
    padding: 10px 30px;
    margin-left: 30px;
}

.slider-text-bottom p a:hover {
    background-color: #238BD2;
    color: #FFF;
}

@media(max-width:991px){
	.home-wide-container {
		height: 500px;
	}
	#slides .text-container .image {
		display: none;
	}
	#slides .text-container .text {
		padding-right: 0;
	}
}

@media(max-width:767px){
	.home-wide-container {
		height: 300px;
	}
	#slides .overlay {
	  opacity: 0.5;
	}
	#slides .text-container {
		margin-top: 0 !important;
		top: 40px;
	}
	#slides .text-container .text {
	  text-align: center;
	}
	#slides .text-container .text .title {
	  font-size: 30px;
	  line-height: 35px;
	  margin-bottom: 0;
	}
	#slides .text-container .text .description {
	  display: none;
	}
	.slider-text-bottom p a {
	  margin-left: 0;
	  display: block;
	  margin-top: 10px;
	}	
}

/*Fascia Video*/
.gray-band {
    background-color: #f2f5f7;
    padding: 100px 15px;
}

.video-text-band .video {
    padding-left: 0;
}

.video-text-band .text {
    padding-right: 0;
}

.video-text-band .text h2 {
    color: #292929;
    font-weight: 600;
    font-variant: small-caps;
    margin-top: 0;
}

.video-text-band .text .links {
    margin-top: 30px;
}

.video-text-band .text .links a {
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    background-color: #32AD6A;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.video-text-band .text .links a:last-child {
    background-color: #238BD2;
}

.video-text-band .text .links a:hover,
.video-text-band .text .links a:last-child:hover {
	background-color: #292929;
}

@media(max-width:767px){
	.gray-band {
		padding: 40px 0;
	}
	.video-text-band .video,
	.video-text-band .text {
		padding: 0;
	}
	.video-text-band .text h2 {
		font-size: 25px;
	}
	.video-text-band .text .links a {
		display: block;
		margin-top: 10px;
	}
	.video-text-band .text h2 {
		margin-top: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Società
------------------------------------------------------------------------------------------------- */
.text-image-grid .text h2 {
    margin-top: 20px;
    color: #292929;
    font-variant: small-caps;
    font-weight: 600;
}

.text-image-grid .text .description {
    line-height: 25px;
    letter-spacing: 1.2px;
}

@media(max-width:767px){
	.text-image-grid .text h2 {
		font-size: 25px;
	}
}

/*Certificazioni*/
.image-text-band .image {
    padding-left: 0;
}

.image-text-band .text {
    padding-right: 0;
}

.image-text-band .text h2 {
    color: #292929;
    font-weight: 600;
    font-variant: small-caps;
}

.image-text-band .download {
	margin-top: 20px;
}

.image-text-band .download a {
    display: inline-block;
    background-color: #238BD2;
    color: #FFF;
    padding: 5px 25px 5px 55px;
    font-size: 14px;
    border-radius: 5px;
    min-width: 300px;
    margin-bottom: 10px;
    position: relative;
    line-height: 45px;
}

.image-text-band .download a::after {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

.image-text-band .download  a:hover {
	background-color: #32AD6A;
}

.image-text-band .download a i {
	background-color: #FFF;
	color: #292929;
	padding: 10px;
	margin-right: 5px;
	font-size: 25px;
	border-radius: 3px;
	position: absolute;
	left: 5px;
}

@media(max-width:991px){
	.image-text-band .image, 
	.image-text-band .text {
		padding: 0;
	}
	.image-text-band .download a {
		display: block;
		min-width: auto;
	}
}

@media(max-width:767px){
	.image-text-band .text h2 {
		font-size: 25px;
	}
}

/*Caratteristiche*/
.text-grid  {
    margin-bottom: -30px;
}

.text-grid .item {
    line-height: 28px;
    border: 1px solid #e9e9e9;
    padding: 25px 20px 20px;
    position: relative;
    display: block;
    color: #636363;
    margin-bottom: 30px;
	transition: all 0.4s ease 0s;
}

.text-grid.society .item {
    min-height: 330px;
}

.text-grid .item:after {
    background: #32AD6A none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: -2px;
    position: absolute;
    top: 19px;
    width: 3px;
}

.text-grid .item:hover {
    box-shadow: 2px 3px 6px #EAEAEA;
}

.text-grid .item:hover:after {
    background-color: #238BD2;
}

.text-grid .item > div {
    min-height: 115px;
}

.text-grid .item h4 {
    margin-top: 0;
    color: #292929;
    font-variant: small-caps;
    font-weight: 600;
}

.text-grid .item .more {
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    background-color: #238BD2;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
	margin-top: 20px;
	transition: all 0.4s ease 0s;
}

.text-grid .item:hover .more {
    background-color: #32AD6A;
}

@media(max-width:1200px){
	.text-grid.society .item {
		min-height: 415px;
	}
}

@media(max-width:991px){
	.text-grid .item > div,
	.text-grid.society .item {
		min-height: auto;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Form
------------------------------------------------------------------------------------------------- */
.input-div .input-type-textarea, 
.input-div input.input-type-text, 
.input-div .input-type-dropdownlist, 
.input-div input.input-type-email,
.input-div input,
input[type="text"],
.form-control {
	max-width: 100% !important;
	height: auto !important;
}

.inputbox label.validation-error-label {
    font-weight: normal !important;
    position: absolute !important;
    font-size: 11px !important;
    font-variant: small-caps !important;
    background-image: none !important;
    padding-left: 0 !important;
	color: #BE0000 !important;
}

.inputbox .validation-highlight {
    border-color: #BE0000 !important;
    background-image: none !important;
    background-color: rgba(190,0,0,0.2) !important;
}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.header-feedback {
    margin-bottom: 50px;
}

.modal.saved-info .confirm {
    font-weight: bold;
    text-align: center;
    margin: 50px 0;
}

.contact-band  {
    background-color: #f2f5f7;
    padding: 60px 0;
}

.contact-band .item {
    position: relative;
    padding-left: 85px;
}

.contact-band .item .icon {
    position: absolute;
    left: 5px;
    top: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    color: #fff;
}

.contact-band .item .icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #292929;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-band .item .icon i {
    position: relative;
    z-index: 3;
}

.contact-band .item span {
    display: block;
    color: #292929;
    font-weight: 600;
    font-variant: small-caps;
    font-size: 25px;
}

.contact-band .item a {
    color: #636363;
}

.contact-band .item a:hover {
    color: #32AD6A;
}

@media(max-width:767px){
	.contact-band {
		padding: 40px 0;
	}
	.contact-band .item {
		padding-left: 50px;
		margin-bottom: 20px;
	}
	.contact-band .item .icon {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Video
------------------------------------------------------------------------------------------------- */
#video-grid .item {
    margin-bottom: 30px;
}

#video-grid .item a {
	display: block;
    transition: all 0.4s ease 0s;
	position: relative;
}

#video-grid .item a :after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#video-grid .item a:hover {
	box-shadow: 2px 3px 6px #EAEAEA;
}

#video-grid image {
    position: relative;
}

#video-grid .image i {
    background-color: rgba(35, 139, 210, 0.5);
    border: 1px solid #238BD2;
    color: #FFF;
    font-size: 30px;
    left: 50%;
    margin-left: -40px;
    margin-top: -25px;
    padding: 10px 30px;
    position: absolute;
    top: 50%;
	transition: all 0.4s ease 0s;
}

#video-grid .image:hover i {
    background-color: rgba(50, 173, 106, 0.8);
    border: 1px solid #32AD6A;
}

#video-grid .caption {
    background-color: #238BD2;
    padding: 10px 15px;
    font-weight: bold;
    font-variant: small-caps;
    position: absolute;
    bottom: 10px;
    color: #FFF;
    min-width: 250px;
	transition: all 0.4s ease 0s;
}

#video-grid .item a:hover .caption {
    background-color: #32AD6A;
}
/* ---------------------------------------------------------------------------------------------- */



/* Programma di calcolo - Download
------------------------------------------------------------------------------------------------- */
.download-reserved > p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.download-reserved .alert-message {
  background-color: #AD0000;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}

.download-reserved input {
  margin-bottom: 30px;
}

.download-reserved .form-control[disabled] {
	background-color: #FFF;
}

.download-reserved .download-link {
  text-align: center;
  background-color: #32AD6A;
  color: #FFF;
  padding: 30px;
}

.download-reserved .download-link p {
  font-weight: bold;
  text-transform: uppercase;
}

.download-reserved .download-link a:hover {
  border-color: #238BD2;
}
/* ---------------------------------------------------------------------------------------------- */



/* Programma di calcolo - Richiesta download
------------------------------------------------------------------------------------------------- */
.program-request .header-html {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.program-request .fields-container {
  max-width: 600px;
  margin: 0 auto;
}

.program-request .footer-html {
    max-width: 600px;
    margin: 50px auto 0;
    font-size: 12px;
}

.program-request .saved-info .modal-body {
  padding: 50px 15px;
  text-align: center;
  font-size: 18px;
}

.program-request .saved-info .modal-footer {
  text-align: center;
  border-top: none;
  padding-top: 0;
}
/* ---------------------------------------------------------------------------------------------- */



/* Links in colonna di sinistra
------------------------------------------------------------------------------------------------- */
.utility .links-group a {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    border-left: 3px solid #e6e6e6;
	display: block;
}

.utility .links-group a span {
    display: block;
    padding: 15px 15px;
    font-size: 14px;
    border-bottom: none;
    background-color: #fafafa;
    color: #636363;
}

.utility .links-group a:hover,
.utility .links-group a.active {
    background-color: #f2f5f7;
    color: #292929;
}

.utility .links-group a.active::before, 
.utility .links-group a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-top: 4px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #32AD6A;
}

.utility .links-group a.active::after, 
.utility .links-group a:hover::after {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #32AD6A;
}
/* ---------------------------------------------------------------------------------------------- */



/* Multimedia
------------------------------------------------------------------------------------------------- */
.text-grid.multimedia .item img {
    margin: 20px 0;
}

/*Galleria fotograifca*/
#animatedAlbums.justified-gallery .album-caption {
    background-color: #238BD2 !important;
    bottom: 10px !important;
    color: #FFF !important;
    left: 0 !important;
    padding: 10px 15px !important;
    font-variant: small-caps;
    min-width: 250px;
    transition: all 0.4s ease 0s;
}

#animatedAlbums.justified-gallery a:hover .album-caption {
    background-color: #32AD6A !important;
}
/* ---------------------------------------------------------------------------------------------- */



/* Area Riservata
------------------------------------------------------------------------------------------------- */
/*Pagina Login*/
form.login {
    background-color: #f2f5f7;
}

.login.panel {
	margin: 100px 0;
}

.login.panel .info {
    display: block;
    margin: 30px 0;
    letter-spacing: 1px;
    font-size: 22px;
    color: #292929;
}

.login.panel .button-secondary {
    color: #636363;
    text-decoration: underline;
    font-size: 12px;
}

/*UserInfo*/
.userinfo {
  background-color: #f2f5f7;
  padding: 15px;
}

.userinfo .section-title .h2 {
  margin-top: 0;
}

.userinfo .user-name {
    margin-bottom: 15px;
    text-align: center;
    background-color: #FFF;
    padding: 20px 10px;
}

.userinfo .user-name span {
    display: block;
}

.userinfo .user-name span.user {
    font-weight: bold;
    color: #32AD6A;
}

/*File da scaricare*/
.reserved-download .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}

.reserved-download .item .title {
  position: relative;
  color: #292929;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 20px;
  padding-left: 40px;
  min-height: 30px;
  margin-bottom: 15px;
}

.reserved-download .item .title i {
  background-color: #32AD6A;
  display: block;
  color: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.reserved-download .item .description {
  margin-bottom: 15px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Istruzioni
------------------------------------------------------------------------------------------------- */
.instructions .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}

.instructions .item .title {
  position: relative;
  color: #292929;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 20px;
  padding-left: 40px;
  min-height: 30px;
  margin-bottom: 15px;
}

.instructions .item .title i {
  background-color: #32AD6A;
  display: block;
  color: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.instructions .item .description {
  margin-bottom: 15px;
}

.instructions .item .more-file {
  background-color: #f2f5f7;
  padding: 10px;
  margin-top: 15px;
}

.instructions .item .more-file > div {
  font-variant: small-caps;
  font-weight: bold;
  color: #292929;
}

.instructions .item .more-file a {
  display: block;
  color: #32AD6A;
}

.instructions .item .more-file a:hover {
  color: #238BD2;
}
/* ---------------------------------------------------------------------------------------------- */



/* Lavora con noi
------------------------------------------------------------------------------------------------- */
.work-with-us-section .header-html input[disabled] {
    float: left;
    margin-right: 15px;
    height: 45px !important;
    margin-top: 5px;
}

.work-with-us-section .inputbox .legend {
	display: none;
}

.work-with-us-section .upload-link-container a,
.work-with-us-section .remove-link-container a{
	display: inline-block;
	margin-top: 2px;
	color: #32AD6A;
	z-index: 999999;
	position: relative;
}

.work-with-us-section .upload-link-container div {
	width: 500px !Important;
}

.work-with-us-section .upload-link-container .validation-excluded {
	margin-left: -10px !Important;
    z-index: 9999999999;
}


/* ---------------------------------------------------------------------------------------------- */
