/*
* Brooklyn 1.3.6
* Copyright 2013, UNITED THEMES
* www.unitedthemes.com
*/

/* Table of Content
==================================================
	#General
	#Typography
	#Links
	#Lists
	#Images
	#Header Section
	#Hero Section
	#About Section
	#Service Section
	#Team Section
	#CTA Section
	#Portfolio Section
	#Testimonial Section
	#Contact Section
	#Social Network Section
	#Parallax
	#Counter Section
	#Client Section
	#Footer Section
	#Buttons
	#Forms
	#Misc 
	#Media Queries
	#Grid */


/* #General
================================================== */
	
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background: #000;
	font: 15px/23px "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888888;
	-webkit-font-smoothing: auto; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

.iubenda-cs-content{ padding: 10px !important;}
.iubenda-cs-close-btn{ padding: 4px 15px; background: #28919C; }
.iubenda-banner-content{display: inline-block; width: 92%;}
.iubenda-banner-content p{ margin: 0px;}

.wrap {
	position:relative;
	z-index:500;
}
.content-section {
	padding-top:50px;
	padding-bottom:100px;
	background:#FFFFFF;
}

.black-input{
	background:#dddddd !important;
	color:#28919C !important;
}

.pink{
	background: #28919C !important;
}

.stickytooltip{
box-shadow: 5px 5px 0px rgba(0,0,0,0.5); /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
display:none;
position:absolute;
display:none;
background:rgba(0,0,0,0.85);
z-index:3000000;
}

.stickytooltip p{
color: #fff;
font-size: 11px;
padding: 5px;

}

.wrong{box-shadow: 0px 0px 5px #f00;}

.my_popup_open{background: none; color: #28919C; text-transform: lowercase; letter-spacing: 0; margin: 0; padding: 0;}
.my_popup_open:hover{background: none; color: #888;} 
#my_popup{ background: #fff; margin: 4%; width: 92%;}
#my_popup p{ padding: 20px; margin: 0px;}
#my_popup button.my_popup_close{  margin: 0px 20px 20px;}

.preventivo{
	background: #fff;
	padding: 90px 5%;
	width: 90%;
}

.ha-header nav a.visit{color:#28919C; border-bottom: 1px solid #28919C;}
.ha-header2 nav a.visit{color:#28919C;}

.sharebtn{
	margin: -3px 2px 0px 0px;
	display: inline-block;
	float: left;
}
#twitter-follow-bt {
	float: left;
    height: 21px;
    position: relative;
    width: 21px;
    margin: 0px 1px 0px 2px;
	background: url(../images/icon-share-tw.png) no-repeat;
}
#twitter-follow-bt * {
    opacity: 0;
    filter:alpha(opacity=0); /* IE 8 fix */
}
iframe.twitter-share-button{
    width: 21px !important;
}

.lavora-section .select2-container{
	width: 100% !important;
}

.select2-container .select2-selection--single{
	height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 33px !important;
}


.preheader-right a.login-btn{
    color: #28919C;
    background-color: #ffffff;
    border: 1px solid #28919C;
    border-radius: 3px;
    padding: 5px 8px 3px;
    text-align: center;
    font-size: 11px !important;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.4;
	display: inline-block;
	transition: background-color 0.2s, color 0.2s;
}

.preheader-right a.login-btn:hover{
    background-color: #28919C;
    color: #ffffff;
    border-color: #28919C;
}

.ha-header nav a.signin-btn{
	border: 2px solid #28919D;
    color: #28919D;
    padding: 10px 10px 8px;
    text-align: center;
    font-size: 12px !important;
}

.ha-header nav a.signin-btn:hover{
	border: 2px solid #fff;
    color: #fff;
}

.ha-header nav a.quote-btn{
	border: 2px solid #28919D;
	background: #28919D;
    color: #fff;
    padding: 10px 10px 8px;
    text-align: center;
    font-size: 12px !important;
}

.ha-header nav a.quote-btn:hover{
	border: 2px solid #fff;
	background: #fff;
    color: #28919D;
}


.accedi-btn{
	border: 2px solid #28919D;
    color: #28919D;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 150px;
}

.accedi-btn:hover{
	border: 2px solid #28919D;
    color: #28919D;
    background: #28919D;
    color: #fff;
}



/* #Typography
================================================== */

h1, h2 { color: #333333; font-family: 'Josefin Sans', Helvetica, Arial, sans-serif; font-weight: 700; line-height:120%; margin-bottom:20px; margin-top:0; text-rendering: optimizelegibility; }
h3, h4, h5, h6 { color: #333333; font-family: 'Josefin Sans', Helvetica, Arial, sans-serif; font-weight: 700; line-height:130%; margin-bottom:20px; margin-top:0; text-rendering: optimizelegibility; }
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
p { margin: 0 0 20px 0; color: #888888; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777777;  }
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

/*	Blockquotes  */

blockquote, blockquote p { font-size: 17px; line-height: 24px; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #DDDDDD; }
blockquote cite { display: block; font-size: 12px; color: #999999; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a { color: #999999; }

hr { border: solid #DDDDDD; border-width: 1px 0 0; clear: both; margin: 20px 0 40px; height: 0; }

/* #Links
================================================== */

a { 
	text-decoration: none; 
	outline: 0;
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s color linear;
		-moz-transition:0.2s color linear;
			transition:0.2s color linear;
}
a:hover { color: #555555; }

.share{ text-align: center; margin: 0px;}

.share p{ float:left; margin:0px 10px 15px 0px;}
.share .addthis_sharing_toolbox{display: inline-block;}
.share .at-share-tbx-element{float: right;}
.share a{ text-align: center; }

/* #Lists
================================================== */

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin-left: 30px; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 0 }

/* #Images
================================================== */

img {
	max-width: 100%;
	height: auto; 
}
#map-canvas img{ max-width:inherit !important;}

@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

/* #Header Section
================================================== */

/* Preheader (home) */
.preheader-bar {
	background: #555;
	color: #ccc;
	font-size: 15px;
	line-height: 38px;
	height: 38px;
	position: relative;
	z-index: 1002;
}
.header-home-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}
.header-home-wrapper .ha-header {
	position: relative;
	top: auto;
}
.preheader-bar .grid-container,
#header-section .grid-container {
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.preheader-inner {
	display: block;
	height: 38px;
}
.preheader-left {
	text-align: left;
	float: left;
	width: 50%;
	height: 38px;
}
.preheader-right {
	text-align: right;
	float: right;
	width: 50%;
	height: 38px;
}
.preheader-link {
	color: #ccc;
	text-decoration: none;
}
.preheader-link:hover {
	color: #fff;
}
.preheader-sep {
	margin: 0 10px;
	opacity: 0.6;
}
.preheader-social {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	padding-top: 1px;
	height: 36px;
}
.preheader-social a {
	color: #ffffff;
	margin: 0 15px;
	font-size: 14px;
}
.preheader-social a:hover {
	color: #288494;
}
.preheader-lang {
	display: inline-block;
	vertical-align: middle;
}

.ha-header nav.login-menu{
	text-align: right;
}

.preheader-lang-btn {
	display: inline-block;
	margin-left: 6px;
	padding: 7px 7px 3px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ccc;
	border: 1px solid #ccc;
	line-height: 1.2;
	vertical-align: middle;
}
.preheader-lang-btn:hover {
	color: #fff;
	border-color: #fff;
}
.preheader-lang-btn.active {
	color: #000;
	background: #fff;
	border-color: #fff;
}
.preheader-spacer {
	display: block;
	height: 118px;
}
.preheader-social-mobile {
	display: none;
}
.header-mobile-buttons {
	display: none;
}


/* Nasconde il preheader destro sotto i 1024px */
@media screen and (max-width: 1024px) {
	.preheader-right .preheader-sep, .preheader-right .preheader-lang, .preheader-right .preheader-social {
		display: none;
	}
	.ha-header .lingue-menu {
		display:block !important;
	}
	.ha-header nav.login-menu-mobile{
		display: flex !important;
		background: none !important;
		justify-content: right;
	}
	.ha-header nav.login-menu-mobile .quote-btn, .ha-header nav.login-menu-mobile .signin-btn{
		padding: 0px;
		text-align: center;
		font-size: 12px !important;
		letter-spacing: 1;
		width: 45%;
		max-width: 200px;
		float: left;
	}
	.ha-header nav.login-menu-mobile .quote-btn{
		margin: 10px 5px 10px 0px;
	}
	.ha-header nav.login-menu-mobile .signin-btn{
		margin: 10px 0px 10px 5px;
	}
	.ha-header nav.login-menu .quote-btn, .ha-header nav.login-menu .signin-btn{
		display: none !important;
	}
	.preheader-spacer { height: 93px; }

}

@media screen and (min-width: 1024px) {
	.preheader-right .preheader-sep, .preheader-right .preheader-lang, .preheader-right .preheader-social {
		display: inline-block;
	}
	.ha-header nav.social-menu {
		display:none !important;
	}
	.ha-header .lingue-menu {
		display:none !important;
	}
	.ha-header nav.login-menu-mobile{
		display: none !important;
	}
	.ha-header nav.login-menu .quote-btn, .ha-header nav.login-menu .signin-btn{
		display: inline !important;
	}
}

@media (max-width: 768px) {
	.preheader-bar { font-size: 11px !important; line-height: 34px; height: 34px; }
	.preheader-inner { height: 34px; }
	.preheader-spacer { height: 87px; }
	.preheader-sep{ margin: 0 5px; }
	.ha-header .preheader-social-mobile {
		display: block;
		margin-top: 5px;
		text-align: center;
	}
	.ha-header .preheader-social-mobile a {
		color: #ffffff;
		margin: 0 8px;
		display: inline-block;
		width: auto;
	}
	.ha-header-front {
		align-items: center;
	}
	.ha-header-front .logo {
		margin: 0;
	}
	.header-mobile-buttons {
		display: flex;
		gap: 6px;
		margin-left: 10px;
	}
	.header-mobile-btn {
		display: inline-block;
		padding: 4px 6px;
		font-size: 11px;
		text-transform: uppercase;
		color: #ffffff;
		border: 1px solid #ffffff;
	}
	.header-mobile-btn:hover {
		background: #ffffff;
		color: #000000;
	}
	.preheader-bar .grid-container,
	#header-section .grid-container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.preheader-left, .preheader-right {
		padding: 0 6px;
		height: 34px;
	}
	.preheader-left.mobile-grid-70, .preheader-right.mobile-grid-30 {
		width: auto;
	}
	.preheader-right a.login-btn{
		padding: 5px 8px 3px;
		text-align: center;
		font-size: 10px !important;
		letter-spacing: 0.7px;
	}
	.ha-header nav.login-menu-mobile{
		display: flex !important;
		background: none !important;
		justify-content: center;
	}
	.ha-header nav.login-menu-mobile .quote-btn, .ha-header nav.login-menu-mobile .signin-btn{
		padding: 0px;
		text-align: center;
		font-size: 8px !important;
		letter-spacing: 0.8;
		width: 45%;
		max-width: 140px;
		float: left;
	}

}

#header-section {
	line-height:80px;
}

#header-section2  {
	line-height:120%;
}

.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 1001;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.90);
	box-shadow:0 1px 10px rgba(31, 50, 63, 0.25);
}

.ha-header2 {
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 1000;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background:rgb(230,230,230);
	background:rgba(230,230,230,0.9);
	border-bottom: 1px solid #ccc;
}


.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}
.ha-header-perspective > div {
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ha-header-front {
	z-index: 3;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.ha-header-front2 {
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.logo {
	text-align:left;
	margin:0;
	line-height:76px;
	color:#1d1d1d;
	text-transform:uppercase;
}
.logo img {
	max-height:55px;
	vertical-align:middle;
}

.conferma-email, .conferma-media{
	text-align: center;
	color: #fff;	
	padding: 0px;
	margin: 10px;
}

.conferma-email li, .conferma-media li {	
}


.conferma-email li p, .conferma-media p, .profilo-sospeso li p{	
	color: #555557;
	margin: 0px;
}
.conferma-email li a, .conferma-media li.avanti, .profilo-sospeso li a{	
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
.conferma-email li a:hover, .conferma-media li.avanti:hover, .profilo-sospeso li a:hover{	
	color: #fff;
	text-decoration: underline;
}

.conferma-media-stato li.avanti{
	cursor: pointer;
	color: #28919C;
	text-decoration: underline;
}


.ha-header nav, .ha-header2 nav {
	height: 100%;
	text-align:center;
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	display:inline-block;
	font-weight: 700;
}

.ha-header nav{
	padding: 0px;
}

.ha-header nav a {
	display: inline;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:12px;
    cursor: pointer;
    color: #ffffff;
    outline: none;
    text-decoration: none;
	margin:0px 14px;
	position:relative;
}

/* Header: dimensione font menu tra 1024px e 1200px */
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .ha-header nav a{
        font-size:10px;
		margin:0px 10px;
    }
	.ha-header nav a.signin-btn{
		padding: 9px 10px 8px;
		font-size: 10px !important;
	}
	
	.ha-header nav a.quote-btn{
		padding: 9px 10px 8px;
		font-size: 10px !important;
	}
}


.ha-header nav.social-menu a {
	margin:0px 6px;
	font-size:11px;
}

.ha-header nav.login-menu a{
	margin:0px 7px;
}


.ha-header nav a.preventivo-menu {
	display: none;
}

.ha-header2 nav a {
	display: inline-block;
	font-size:12px;
    cursor: pointer;
    color: #000;
    outline: none;
    text-decoration: none;
	padding:10px 10px 0px;
	position:relative;
	font-weight: normal;

}

.ha-header2 nav a.pull-left {
	width: 148px;
	text-align: left;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.ha-header2 nav a.pull-right {
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
}


.ha-header2 nav a.category-menu {
	position: relative;
	left: -74px;
}

/*
.ha-header2 nav a:after {
	content:'|';
	display: inline-block;
	font-size:12px;
    cursor: pointer;
    color: #888;
    outline: none;
    text-decoration: none;
	padding:0px 2px 0px 5px;
	position:relative;
}
.ha-header2 nav a:last-child:after {
	content:'';
	display: inline-block;
	font-size:12px;
    cursor: pointer;
    color: #888;
    outline: none;
    text-decoration: none;
	padding:0px 2px;
	position:relative;
}
*/

.ha-header2 nav p{
	float: left;
	display: inline-block;
	font-size:10px;
    color: #888;
    outline: none;
    text-decoration: none;
	padding:7px 2px 0 4px;
	margin: 0px;
	position:relative;
}

.ha-header nav:last-child{
	text-align: right;
} 


.ha-header .attiva-nav{
	background:url(../images/logo-directory.png) no-repeat;
	background-position:0px 0px;
	height:30px;
	width:30px;
	display:inline-block;
	margin:25px 10px;
	cursor:pointer;
	float:right;
	display:none;
}

.ha-header .attiva-nav:hover{
	background:url(../images/logo-directory.png) no-repeat;
	background-position:0px -28px;
}

.ha-header2 .attiva-nav-news{
	margin:25px 0px;
	cursor:pointer;
	display:none;
	text-align: center;
	width: 100%;
}


/*.ha-header nav a:after {
	content:'·';
	font-size:20px;
	position:absolute;
	top:0;
	color:#999999;
	font-weight:bold;
	left:10px;
}
.ha-header nav a:first-child:after {
    display: none;
}*/
.ha-header-small {
	height: 80px;
}
.ha-header-hide {
	height: 80px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ha-header-show {
	height: 80px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.section-header {
	text-align:center;
	padding-bottom:10px;
}
.section-header h1{
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
}
.section-header h1:after {
    border-top: 1px solid #28919C;
    content: " ";
    display: block;
    margin: 15px auto;
    width: 46px;
}

.section-header h2{
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
}
.section-header h2:after {
    border-top: 1px solid #28919C;
    content: " ";
    display: block;
    margin: 15px auto;
    width: 46px;
}

.contact-page-section .section-header h2:after {
    border-top: none;
    content: " ";
    display: block;
    margin: 15px auto;
    width: 46px;
}


.section-header h2.section-subtitle{
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
}
.section-header h2.section-subtitle:after {
    border-top: none !important;
    content: " ";
    display: block;
    margin: 10px auto;
    width: 46px;
}

.section-header h1.second {
    margin: 10px 0px 0px;
}

.section-header h1.second:after {
    border-top: none !important;
    content: " ";
    display: block;
    margin: 10px auto;
    width: 46px;
}

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

#portfolio-item-header .section-title span{
	font-size:26px;
	padding: 0;
}


.section-title span {
/* 	padding:0 35px; */
}

.section-title.second span {
	background:#FFFFFF;
	padding:10px;
	font-size: 18px;
}

.section-slogan {
	font-size:20px !important;
	line-height:140%;
}

.section-content{
	display: inline-block;
}

.section-content li{
	float: left;
	width: 46%;
	margin: 5px 2%;
	text-align: left;	
}

/*
.js .section-title,
.js .section-slogan,
.js .section-content {
	opacity:0;
}
*/

.lingue-menu-mobile{
	display: none !important;	
}

.lingue-menu{
	display: inline-block !important;	
}

.user-menu-mobile{
	display: none !important;	
}

.user-menu{
	display: inline-block !important;	
}

#primary_nav_wrap
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0
}

#primary_nav_wrap a
{
	display:block;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	padding:0px;
}

#primary_nav_wrap li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap li:hover
{
	
}

#primary_nav_wrap ul
{
	display:none;
	position:absolute;
	top:100%;
	right:0;
	background:#555;
	padding:5px;
	margin: 0px;
}

#primary_nav_wrap ul li
{
	float:none;
	text-align: right;
}

#primary_nav_wrap ul a
{
	line-height:120%;
	padding:5px;
	font-size: 15px;
}

#primary_nav_wrap ul a:hover
{
	color:#28919C;
}

#primary_nav_wrap ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap li:hover > ul
{
	display:block
}


/*  tabella cookie */

table#cookie-tab { 
width: 100%; 
border-collapse: collapse; 
text-align: center; 
}
table#cookie-tab th { 
background: rgba(0,0,0, 0.3);; 
color: white; 
font-weight: bold; 
}
table#cookie-tab td, table#cookie-tab th { 
padding: 10px; 
border: 1px solid #fff; 
}
table#cookie-tab tr:nth-of-type(odd){				/*  Righe giallo scuro dispari */
background:rgba(0,0,0, 0.1);
}
table#cookie-tab tr:nth-of-type(even){					/*  Righe giallo chiaro pari */
background:rgba(0,0,0, 0.2);
}
table#cookie-tab a{
text-decoration:none;
color:#36F;
line-height:50px;
}

/*********		MEDIA QUERY  	**********/	
@media only screen and (min-width: 481px) and (max-width: 767px){
		
table#cookie-tab, table#cookie-tab thead, table#cookie-tab tbody, table#cookie-tab th, table#cookie-tab td, table#cookie-tab tr { 			/* Forza la tabella a non essere più una tabella */
display: block; 
}
		
table#cookie-tab thead tr { 						/* Nascondiamo l'intestazione della tabella thead */
position: absolute;
top: -9999px;
left: -9999px;
}
table#cookie-tab tr { border: 1px solid #666; }
		
table#cookie-tab td { 
position: relative;		/* Creiamo lo spazio per l'intestazione  */
padding-left: 50%; 
border:0;
}
		
table#cookie-tab td:before { 	
position: absolute;			/* Creiamo le altre celle per la descrizione */
top: 8px;
left: 20px;
width: 40%;  
font-weight:bold;
}
		
table#cookie-tab td:nth-of-type(1):before { content: "Nome"; }				/*  inseriamo l'etichetta per ciascuna cella con il selettore nth-of-type  */
table#cookie-tab td:nth-of-type(2):before { content: "Fornitore"; }
table#cookie-tab td:nth-of-type(3):before { content: "Scopo"; }
table#cookie-tab td:nth-of-type(4):before { content: "Scadenza"; }
	
}	

@media only screen and (min-width: 320px) and (max-width: 480px){	

table#cookie-tab table, table#cookie-tab thead, table#cookie-tab tbody, table#cookie-tab th, table#cookie-tab td, table#cookie-tab tr { 			/* Forza la tabella a non essere più una tabella */
display: block; 
}
		
table#cookie-tab thead tr { 						/* Nascondiamo l'intestazione della tabella thead */
position: absolute;
top: -9999px;
left: -9999px;
}
table#cookie-tab tr { 
border: 1px solid #666; 
padding-top:20px;}
		
table#cookie-tab td { 
position: relative;		/* Creiamo lo spazio per l'intestazione  */ 
line-height:50px;
border:0;
}
		
table#cookie-tab td:before { 	
position: absolute;			/* Creiamo le altre celle per la descrizione */
top: 0px;
left: 0px;
width: 100%;  
font-weight:bold;
line-height:0px;
top:5px;

}
		
table#cookie-tab td:nth-of-type(1):before { content: "Nome"; }				/*  inseriamo l'etichetta per ciascuna cella con il selettore nth-of-type  */
table#cookie-tab td:nth-of-type(2):before { content: "Fornitore"; }
table#cookie-tab td:nth-of-type(3):before { content: "Scopo"; }
table#cookie-tab td:nth-of-type(4):before { content: "Scadenza"; }
	
}


/* #Hero Section
================================================== */

table#cookie-tab { 
width: 100%; 
border-collapse: collapse; 
text-align: center; 
}
table#cookie-tab th { 
background: rgba(0,0,0, 0.3);; 
color: white; 
font-weight: bold; 
}
table#cookie-tab td, table#cookie-tab th { 
padding: 10px; 
border: 1px solid #fff; 
}
table#cookie-tab tr:nth-of-type(odd){				/*  Righe giallo scuro dispari */
background:rgba(0,0,0, 0.1);
}
table#cookie-tab tr:nth-of-type(even){					/*  Righe giallo chiaro pari */
background:rgba(0,0,0, 0.2);
}
table#cookie-tab a{
text-decoration:none;
color:#36F;
line-height:50px;
}

/*********		MEDIA QUERY  	**********/	
@media only screen and (min-width: 481px) and (max-width: 767px){
		
table#cookie-tab, table#cookie-tab thead, table#cookie-tab tbody, table#cookie-tab th, table#cookie-tab td, table#cookie-tab tr { 			/* Forza la tabella a non essere più una tabella */
display: block; 
}
		
table#cookie-tab thead tr { 						/* Nascondiamo l'intestazione della tabella thead */
position: absolute;
top: -9999px;
left: -9999px;
}
table#cookie-tab tr { border: 1px solid #666; }
		
table#cookie-tab td { 
position: relative;		/* Creiamo lo spazio per l'intestazione  */
padding-left: 50%; 
border:0;
}
		
table#cookie-tab td:before { 	
position: absolute;			/* Creiamo le altre celle per la descrizione */
top: 8px;
left: 20px;
width: 40%;  
font-weight:bold;
}
		
table#cookie-tab td:nth-of-type(1):before { content: "Nome"; }				/*  inseriamo l'etichetta per ciascuna cella con il selettore nth-of-type  */
table#cookie-tab td:nth-of-type(2):before { content: "Fornitore"; }
table#cookie-tab td:nth-of-type(3):before { content: "Scopo"; }
table#cookie-tab td:nth-of-type(4):before { content: "Scadenza"; }
	
}	

@media only screen and (min-width: 320px) and (max-width: 480px){	

table#cookie-tab table, table#cookie-tab thead, table#cookie-tab tbody, table#cookie-tab th, table#cookie-tab td, table#cookie-tab tr { 			/* Forza la tabella a non essere più una tabella */
display: block; 
}
		
table#cookie-tab thead tr { 						/* Nascondiamo l'intestazione della tabella thead */
position: absolute;
top: -9999px;
left: -9999px;
}
table#cookie-tab tr { 
border: 1px solid #666; 
padding-top:20px;}
		
table#cookie-tab td { 
position: relative;		/* Creiamo lo spazio per l'intestazione  */ 
line-height:50px;
border:0;
}
		
table#cookie-tab td:before { 	
position: absolute;			/* Creiamo le altre celle per la descrizione */
top: 0px;
left: 0px;
width: 100%;  
font-weight:bold;
line-height:0px;
top:5px;

}
		
table#cookie-tab td:nth-of-type(1):before { content: "Nome"; }				/*  inseriamo l'etichetta per ciascuna cella con il selettore nth-of-type  */
table#cookie-tab td:nth-of-type(2):before { content: "Fornitore"; }
table#cookie-tab td:nth-of-type(3):before { content: "Scopo"; }
table#cookie-tab td:nth-of-type(4):before { content: "Scadenza"; }
	
}



/* #Hero Section
================================================== */

.hero {
	height:100%;
	min-height:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
	z-index:750;
}
.hero .hero-holder {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:820px;
	max-width:100%;
}
.js .hero .hero-holder {
	opacity:1;
}
.hero-title-holder {
	background-attachment: scroll;
	/*background-image: url('../images/divider1.png'); DELETE */
	background-repeat: repeat-x;
	background-position: top center;
	display:inline-block;
}
.hero-title-holder img{
	width:160px;
	display:block;
	left: 50%;
    margin-left: -80px;
    position: relative;
}

.hero-title-holder .hero-title:after {
	border-top: 1px solid #28919C;
    content: " ";
    display: block;
    margin: 15px auto;
    width: 46px;
}

.hero-title {
	font-size: 34px;
    letter-spacing: 6px;
    line-height: 130%;
	font-family:"ralewaybold",Helvetica,Arial,sans-serif;
	margin-bottom:20px;
	text-align:center;
	display:inline-block;
	color:#FFFFFF;
	padding-top:20px;
}
.hero-title-holder p {
	font-size: 20px;
	color: #fff;
}
.hero-description {
	color:#FFFFFF;
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
	text-align:center;
	margin:0 auto;
	text-transform:uppercase;
	display:block;
	text-rendering: optimizelegibility;
}
.btn-holder {
	display:block;
	font-size: 30px;
}

/*.hero-btn {
	background:transparent;
	color:#FFFFFF;
	border:2px solid rgba(255, 255, 255, 0.15);
	padding:10px 15px;
	font-size:12px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	display:inline-block;
	text-rendering: optimizelegibility;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
}
.hero-btn:hover {
	color:#FFFFFF;
	background:rgba(255, 255, 255, 0.15);
} DELETE */

.hero-btn {
	background:url('../images/arrow-scroll-down.png') no-repeat;
	background-position:0px 0px;
	background-size:48px;
	height:48px;
	width:48px;
	overflow:hidden;
	cursor:pointer;
	display:inline-block;
}
.hero-btn:hover {
	background:url('../images/arrow-scroll-down.png') no-repeat;
	background-position:0px -48px;
	background-size:48px;
}

.hero-poster-image {
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	z-index:0 !important;
	backface-visibility:hidden;
	background-position:center center;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  transition: 0.4s ease;
  background: #fff;
}

.prev i, .next i {
}

/* Position the "next button" to the right */
.next {
  right: 10px;
  border-radius: 50%;
  padding: 3px 12px 3px 14px;
}

.prev {
  left: 10px;
  border-radius: 50%;
  padding: 3px 14px 3px 12px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,162,202,0.5);
  color: #fff;
}


/* The dots/bullets/indicators */

.dot-container{
	position: absolute;
	bottom: 10px;
	z-index: 999;
	left: 50%;
    margin: 0px -50% ;
    width: 100%;
}
.dot {
  cursor:pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  color: #28919C;
}

.dot.active {
  background: #28919C;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.icon-angle-down{
	 color: #eee;
	 transition: color 0.6s ease;
	 cursor: pointer;
}

/* #About Section
================================================== */

.about-section {
	padding-bottom:30px;
}
.about-box {
	overflow:hidden;
	margin-bottom:20px;
	text-align:center;
	padding: 0 20px;
	min-height:200px;
	max-height:290px;
}

.about-box h3{
	font-size:15px;
	color:#28919C;
	text-transform: uppercase;
}


.hi-icon {
	font-size: 0px;
	cursor: initial;
	margin: 7px 30px 20px ;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #28919C;
}
.hi-icon img{
	width:74px;
	margin:10px 10px 20px;
}

/*.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;


.hi-icon-effect .hi-icon {
	background: rgba(229,26,147,1);
}

.hi-icon-effect .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #28919C;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 1;
}*/



.js .about-box {
	opacity:0;
}
.about-icon {
	margin:0px 20px 20px -30px;
	overflow:hidden;
	width:60px;
	position:relative;
	left:50%;
	height:60px;
	text-align:center;
	line-height:60px;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}
.about-icon img {
	max-width:30px;
}

/* portfolio Section
================================================== */

.portfolio-section.odd {
	background: #f8f8f8;
}

.portfolio-section, .service-section {
	padding:30px 0px;
}

.portfolio-section header, .service-section header{
	margin: 20px 0px 0px;
}

.portfolio-section header p, .service-section header p{
	text-align: left; 
	font-size: 16px;
}

.portfolio-section header p img, .portfolio-section header img, .service-section header p img, .service-section header img{
	width: 100%;
}

.service-section img{
	margin-bottom: 30px;
}

.portfolio-section h2, .service-section h2{
	text-align: inherit;
}



.portfolio-section h2:after, .service-section h2:after{
	border: none;
}
.portfolio-section h6, .service-section h6{ text-align: center; display: block; font-size: 13px; font-style: italic; }

.img-servizi{ margin-bottom: 25px;}
.img-servizi img{ width: 100%; margin-bottom: 5px;}
.img-servizi p{ text-align: center; margin: 0px;}
/*.img-servizi p.didascalia{ text-align: center; display: block; font-size: 13px; font-style: italic; }*/


.js .box-fade {
	opacity:0;
}

#news-releted-section .news-content{
}

#news_loader{
}

#news_load_more{
	text-align: center;
}


/* Book Section
================================================== */


.service-other-header-section, .lavoraconnoi-header-section {
	padding:10px 0px 0px;
}
.service-other-section, .lavoraconnoi-section {
	padding:50px 0px;
}
.service-other-section header h1, .service-other-section header p, .lavoraconnoi-section header h1, .lavoraconnoi-section header p{
	text-align: left !important;
}

.service-other-section .section-header h1:after, .lavoraconnoi-section .section-header h1:after{
	margin: 15px 0px;
}

.service-other-header-section header, .lavoraconnoi-header-section header, .lavoraconnoi-section header{
	margin: 30px 0px 0px;
}

.service-other-section header{
	margin: 0px;
}

.service-other-header-section header p, .service-other-section header p, .lavoraconnoi-header-section header p, .lavoraconnoi-section header p{
	text-align: center; 
	font-size: 16px;
}

.service-other-section img{
	margin-bottom: 30px;
}



.js .box-fade {
	opacity:0;
}


.gallery-servizi{
	padding: 0px;
}

.gallery-servizi .gallery-item{
	width: 23.6%;
    padding-bottom: 23.6%;
    margin: 0.7%;
    cursor: pointer;
    background-position: center center !important;
    float: left;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.gallery-servizi .gallery-item{
		width: 31%;
	    padding-bottom: 31%;
	    margin: 1.1%;
	}
}

@media screen and (min-width: 400px) and (max-width: 768px) {
	.gallery-servizi .gallery-item{
		width: 47.6%;
		padding-bottom: 47.6%;
		margin: 0.8% 1%;
	}
}

@media screen and (max-width: 400px) {
	.gallery-servizi .gallery-item{
		width: 98%;
		padding-bottom: 98%;
		margin: 1.5% 1%; 
	}
}




#gallery-portfolio{
	padding: 50px 0px;
}

#gallery-portfolio .gallery-item{
	width: 23%;
    padding-bottom: 23%;
    margin: 1%;
    cursor: pointer;
    background-position: center center !important;
    float: left;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#gallery-portfolio .gallery-item{
		width: 31%;
	    padding-bottom: 31%;
	    margin: 1.1%;
	}
}

@media screen and (max-width: 768px) {
	#gallery-portfolio .gallery-item{
		width: 47.6%;
		padding-bottom: 47.6%;
		margin: 0.8% 1%;
	}
}



.gallery-effect{
	background-color: rgba(40,145,156,0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.gallery-effect:hover{
	opacity: 1;
}

.gallery-effect{
	display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100%;
}

.gallery-content{
	display: inline-block;
}

.gallery-effect .gallery-content h3{
	color: #fff;
	font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}
.gallery-effect .gallery-content p{
	color: #fff;
	font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.gallery-effect .gallery-content span{
	color: #fff;
	font-size: 11px;
    font-weight: normal;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.gallery-effect .gallery-content a{
	border: 1px solid #fff;
	background: none;
	color: #fff;
	cursor: pointer;
	padding: 8px 15px 5px;
	margin: 10px 0px 0px;
}
.gallery-effect .gallery-content a:hover{
	border: 1px solid #fff;
	background: #fff;
	color: #28919C;
}


.portfolio-filter span{
	margin: 0px 10px;
	color: #a4a4a4;
}

.portfolio-filter span:hover{
	color: #28919C;
}


/* #Team Section
================================================== */

.team-section {
	padding-bottom:90px;
}
.member-box {
	overflow:hidden;
	margin-bottom:20px;
}
.js .member-box {
	opacity:0;
}
.member-box h3 {
	margin-bottom:0;
	margin-top:15px;
	font-size:15px;
}
.member-box span {
	color:#8F989F;
	margin-bottom:20px;
	display:block;
	font-size:10px;
	letter-spacing:1px;
	line-height:120%;
	text-transform:uppercase;
	margin-top:5px;
}
.member-photo {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:60px;
	height:60px;
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}
.member-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}
.member-photo.alternative {
	width:100%;
	height:auto;
	
	margin:0 auto;
	float:none;
	display:block;
}
.member-photo.alternative img {
	
	margin:0 auto;
	float:none;
	display:block;
}

/* Team Single Page */

.team-bio .member-box {
	text-align:center;
}
.team-bio .member-box h3 {
	margin-top:0;
}
.team-bio .member-photo {
	float:none;
	width:100%;
	height:auto;
	border:none;
	margin-right:0;	
}
.team-bio .member-photo img {
	border:4px solid #F1F4F5;
}
.bio-desc h3 {
	color:#222222;
}

/* #CTA
================================================== */

.cta-section {
	position:relative;
	text-align:center;
	padding:50px 0;
	color:#FFFFFF;
}
.cta-btn {
	font-family:'Josefin Sans',Helvetica,Arial,sans-serif;
	font-weight: 700;
}
.cta-btn a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.4em;
}
.cta-btn a:hover,
.cta-btn a:focus {
	outline: none;
	color:#FFFFFF;
}
/* Effect 18: cross */
.cl-effect-18 {
	position: relative;
	z-index: 1;
}
.cl-effect-18 a {
	padding: 0 5px;
	color: #FFFFFF;
	font-weight: 700;
	-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
			transition: color 0.3s;
}
.cl-effect-18 a::before,
.cl-effect-18 a::after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	background: #FFFFFF;
	content: '';
	z-index: -1;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		-moz-transition: -moz-transform 0.3s, opacity 0.3s;
			transition: transform 0.3s, opacity 0.3s;
}
.cl-effect-18 a::before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
.cl-effect-18 a::after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}
.cl-effect-18 a:hover,
.cl-effect-18 a:focus {
	color: #FFFFFF;
}
.cl-effect-18 a:hover::before,
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::before,
.cl-effect-18 a:focus::after {
	opacity: 0.7;
}
.cl-effect-18 a:hover::before,
.cl-effect-18 a:focus::before {
	-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
			transform: rotate(45deg);
}
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::after {
	-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
}


/* #lavora Section
================================================== */

.lavora-section .section-header{
	padding: 0;
}

.lavora-section{
	padding:100px 0px 130px;
}

#lavora-section-step6{
	background: #28919C !important;
	min-height:200px;
	margin-top: 0px;
}

#lavora-section-step6 .section-subtitle span{
	color:#fff;
	margin:20px 0px;
	text-transform:none !important;
	width:100%;
	display:inline-block;
}

.lavora-section .step-lavora, .lavora-section .register-menu {
	position: relative;
	padding: 0 20px 0px 0px;
}


.register-menu li, step-lavora li{
	cursor: pointer;
}

.register-menu li:hover, step-lavora li:hover{
	background: #28919C !important;
}



.lavora-section .step-lavora span.base{
	background: #ccc;
	z-index: 1;
	position: absolute;
	width: 10px;
	height: 150px;
	top: 25px;
	left: 25px;
}
.lavora-section .step-lavora span.step{
	background: #28a745;
	z-index: 2;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 25px;
	left: 25px;
}

.lavora-section .step-lavora span.step.step1{
	height: 50px;
}
.lavora-section .step-lavora span.step.step2{
	height: 100px;
}
.lavora-section .step-lavora span.step.step3{
	height: 150px;
}
.lavora-section .step-lavora span.step.step4{
	height: 150px;
}
.lavora-section .step-lavora span.step.step5{
	height: 150px;
}

.lavora-section .step-lavora li, .lavora-section .register-menu li {
	background: #ccc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
    height: 40px;
    margin: 10px 10px 0px 10px;
    padding: 10px;
    width: 90%;
    z-index: 3;
    position: relative;
}


.lavora-section .step-lavora.step-lavora1 li {
	background: #ccc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
    height: 20px;
    margin: 10px 10px 0px 10px;
    padding: 10px;
    width: 20px;
    z-index: 3;
    position: relative;
	
}

.lavora-section .step-lavora li.verified, .lavora-section .register-menu li.verified{
	background: #28919C;	
}

.lavora-section .step-lavora li.verified.check, .lavora-section .register-menu li.verified.check{
	background: #28a745;	
}

.lavora-section .step-lavora li p, .lavora-section .register-menu li p{
	color:#fff;
	margin: 0;	
	position: relative;
	top:-1px;
	left: 5px;
	padding: 0px;
}

.lavora-section .step-lavora li p small, .lavora-section .register-menu li p small{
	color:#fff;
	margin: 0;	
	padding: 10px;
	text-transform: uppercase;
}

.lavora-section input[type="radio"]{
	margin: 12px 5px 8px 0px;
	float: left;
}

.lavora-section input[type="radio"] + p{
	margin-right: 20px;
	float: left;
	margin-top: 8px;
}

.lavora-section .select2-container{
	margin-bottom: 20px;
}

.lavora-section .contact-form ul legend {
	color: #000;
    font-weight: bold;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.lavora-section .contact-form ul legend span {
	font-size: 12px;
	text-transform: capitalize;
	font-weight: normal;
}

.lavora-section .section-subtitle{
	text-transform: uppercase;
	margin: 20px;
}



.lavora-section #giorno.grid-33, .lavora-section #mese.grid-33, .lavora-section #anno.grid-33{
	width: 33.3333% !important;
}

.wrongField input, .wrongField select, .wrongField input:first-child, .wrongField .select2-container, .upload-msg.wrongField {border: 2px solid red!important;}

.upload h2 { margin: 20px 10px 0; }
.upload h2 span{ font-size: 20px;}

.upload-msg .icon-user{
	left: -16px;
}

.file-btn:hover{
	background: #288494;
}

/* .service-home-section
================================================== */

.service-home-section {
	padding-top:30px;
}

.service-home-section.odd{
	background: #f8f8f8;
}



/* #Service
================================================== */


.service-other-section.odd {
	background: #f8f8f8;
}

.service-home-popup {
	text-align: center;
}

.service-home-popup h2{
	margin-bottom: 10px;
	font-size: 22px;
}

.service-home-popup p{
	margin: 0px 0px 50px;
	font-size: 16px;
}

.service-home-popup:hover h2{
	color: #28919C;
}

.service-home-box {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.js .service-home-popup {
	opacity:0;
}
.service-home-box:hover .portfolio-caption {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}
.portfolio-image {
	margin:0;
}
.portfolio-image img {
	display: block;
    width: 100%;
	box-shadow:0 0 0 0 #000000;
}
.portfolio-caption:before, 
.portfolio-title {
    display: inline-block;
    vertical-align: middle;
}
.portfolio-caption:before {
    content: "";
    height: 100%;
}
.portfolio-caption {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s all linear;
		-moz-transition:0.2s all linear;
			transition:0.2s all linear;
			backface-visibility:hidden;
}
.portfolio-title {
	color:#FFFFFF;
	margin:0;
	font-size:15px;
	text-transform:uppercase;
	padding:0 10px;
}
.portfolio-category {
	display:block;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:5px;
}

figure.effect {
	background-color: #000;
}

figure.effect img{
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect:hover img {
	opacity: 0.4;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect h2{
	color:#000;
	position:absolute;
	bottom:10px;
	left:0;
	z-index:10;
	-webkit-transition: color 0.35s;
	transition: color 0.35s;
	width:100%;
	text-align:center;
	display:inline-block;
	margin:0 0 10px 0px;
	font-family:'Josefin Sans',Helvetica,Arial,sans-serif;
	font-size:16px;
}

figure.effect:hover h2{
	color:#fff;	
}


figure.effect .arrow-left{
	opacity: 0;
	transform: rotate(-90deg);         /* Standard */
 	-ms-transform: rotate(-90deg);     /* Internet Explorer */
 	-moz-transform: rotate(-90deg);    /* Firefox */
 	-webkit-transform: rotate(-90deg); /* Safari e Chrome */
 	-o-transform: rotate(-90deg);      /* Opera */
}

figure.effect:hover .arrow-left{
background:url('../images/arrow-scroll-down.png') no-repeat;
	background-position:0px 0px;
	background-size:48px;
	height:48px;
	width:48px;
	overflow:hidden;
	cursor:pointer;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-24px;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	opacity: 1;
}


figure.effect figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: auto;
	bottom: 0px;
	height: 50px;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect:hover figcaption {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

/* #Testimonial Section
================================================== */

.ut-testimonials {
	position:relative;
	overflow:hidden;
}
.js .ut-testimonials {
	opacity:0;
}
.ut-quote-name {
	margin:5px 0 0 0;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.ut-quote-comment {
	font-size:16px;
	display:block;
}
.ut-rotate-avatar .slides > li,
.ut-rotate-quote .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
} 
.ut-rotate-avatar,
.ut-rotate-quote {
    position: relative;
    zoom: 1;
}
.ut-rotate-avatar .slides,
.ut-rotate-quote .slides {
    zoom: 1;
}
.ut-rotate-quote .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.ut-rotate-quote {
	position:relative;
	text-align:center;
}
.ut-rotate-avatar {
	height: 200px;
	margin: 0 auto 40px auto;
	overflow: hidden;
	width: 200px;
}
.ut-rotate-avatar .slides {
	list-style:none;
	margin: 0px !important;
}
.ut-rotate-avatar img {
	border-radius: 50% 50% 50% 50%;
	display: block;
	width: 100%;
}
.ut-rotate-avatar ul.slides,
.ut-rotate-quote ul.slides {
	list-style:none;
}
.ut-rotate-quote .slides {
	list-style:none;
	margin:0px !important;
}
.ut-rotate-quote .flex-direction-nav {*height: 0; list-style:none;}
.ut-rotate-quote .flex-direction-nav a  { display: block; text-indent:-9999px; width: 40px; height: 40px; margin: -110px 0 0; position: absolute; top: -50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(255,255,255,0.9); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.ut-rotate-quote .flex-direction-nav .flex-prev { left: -50px; background-image:url(../images/arrow-left-black.png); background-repeat:no-repeat; }
.ut-rotate-quote .flex-direction-nav .flex-next { right: -50px; background-image:url(../images/arrow-right-black.png); background-repeat:no-repeat;  }
.ut-testimonials:hover .ut-rotate-quote .flex-prev { opacity: 0.7; left: 10px; }
.ut-testimonials:hover .ut-rotate-quote .flex-next { opacity: 0.7; right: 10px; }
.ut-testimonials:hover .ut-rotate-quote .flex-next:hover, 
.ut-testimonials:hover .ut-rotate-quote .flex-prev:hover { opacity: 1; }
.ut-rotate-quote .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* #Contact Section
================================================== */

.contact-section {
	position:relative;
	padding-bottom:150px;
	background: #fff;
}
.contact-section .section-header {
	padding-bottom:10px !important;
	margin-top: 40px;
}
.contact-section .section-title span {
	background:#F1F4F5;
}
.contact-wrap {
	color:#FFFFFF;
}
.js .contact-wrap {
	opacity:0;
}
.contact-message {
	padding:20px 20px 10px;
	font-size:12px;
	letter-spacing:1px;
	background:rgba(255, 255, 255, 0.15);
}
.contact-message ul li {
	margin-bottom:10px;
}
.contact-form-holder {
	padding:20px 0px 0px;
	background:rgba(255, 255, 255, 0);
}

.contact-form legend a{float: right;}
.contact-form ul{
	margin: 0px;
}

.contact-form select{
	width: 100%;
	padding: 8px;
	border: 1px solid #999;
	margin-bottom: 30px;
	height: 36px;
	background: #fff;
}

.contact-form select.data-nascita{
	padding: 8px;
	font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	border: 1px solid rgba(0, 0, 0, 0.30);
	font-size: 12px;
    letter-spacing: 1px;
    height: 35px;
}

.contact-form #giorno{
	margin-right: 10px;
}

.contact-form #mese{
	margin-right: 10px;
}

.contact-form.from-mail{
	opacity: 1;	
}

.contact-form p{
	color:#000;
	margin: 0;
}

.contact-form a.registrati{
	border: 2px solid #000;
    color: #000;
    display: inline-block;
    left: 50%;
    margin: 30px -75px 10px -81px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 150px;
    text-transform: uppercase;
}

.contact-form a.registrati:hover{
	border: 2px solid #28919C;
    color: #28919C;
}

.contact-form a.prosegui{
	border: 2px solid #000;
    color: #000;
    display: inline-block;
    left: 50%;
    margin: 10px -100px 10px -100px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 200px;
    text-transform: uppercase;
}

.contact-form a.prosegui:hover{
	border: 2px solid #28919C;
    color: #28919C;
}

.contact-form a.avanti{
	border: 2px solid #000;
    color: #000;
    display: inline-block;
    margin: 30px 0px 0px;
    padding: 5px 0;
    text-align: center;
    width: 100px;
    float: right;
    cursor: pointer;
}

.contact-form a.avanti:hover{
	border: 2px solid #28919C;
    color: #28919C;
    cursor: pointer;
}

.contact-form a.avanti i{
	font-size: 10px;
}


.contact-form a.cancella{
	border: 2px solid red;
    color: red;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 80px;
    font-size: 10px;
}

.contact-form a.cancella:hover{
	border: 2px solid red;
    color: red;
}


.contact-form a.indietro{
	border: 2px solid #000;
    color: #000;
    display: inline-block;
    margin: 30px 0px 0px;
    padding: 5px 0;
    text-align: center;
    width: 100px;
    float: left;
}

.contact-form a.indietro i{
	font-size: 10px;
}

.contact-form a.indietro:hover{
	border: 2px solid #28919C;
    color: #28919C;
}

.contact-form a.aggiungi{
	display: inline-block;
    margin: 7px;
}

.contact-form ul:last-child{
	padding: 0px 10px 0px 0px !important;
}

.contact-form ul li {
	margin: 0px;
	padding: 0px 10px 0px 0px;

}

.contact-form ul.registration-form:last-child{
	padding: 0px !important;
}

.contact-form ul.registration-form input{
	margin-bottom: 20px !important;
}

.contact-form ul.registration-form li {
	margin: 0px;
	padding: 0px;

}

.contact-form ul legend {
	padding: 0px 0px 5px 0px;
	color: #000;

}

.contact-form .send-btn{
float: right;
margin-right: 10px;
background: #000;

}
.contact-form .send-btn:hover{
background: #28919C;

}

.contact-form .captcha{
float: right;
width: 100%;
}

.contact-form .captcha img{
width: 150px;
}

.contact-form .privacy{}
.contact-form .privacy p{margin:0px 0px 20px; font-size: 12px;}
.contact-form .privacy input{float: left; margin-right: 10px;}

.contact-form .preferenze{
	margin-bottom:10px;
}


.contact-form .preferenze input{
	float: left;
	margin-right: 10px;
}

/* #Contact-page Section
================================================== */

.contact-page-section {
	position:relative;
	padding-bottom:0px;
	background: #fff;
	padding-top: 0px;
}

.contact-page-section p{
	text-align: left;
	margin-top: 30px;
}

.contact-page-section .contact-form ul{
	padding: 0px;
}

.contact-page-section .contact-form{
	margin-bottom: 20px;
}

.contact-page-section .map{
	height: 550px;
}

.contact-page-section .section-header {
	padding-bottom:10px !important;
	padding-top: 60px;
}
.contact-page-section .section-title span {
	background:none;
}
.contact-page-wrap {
	color:#FFFFFF;
}
.js .contact-page-wrap {
	opacity:0;
}

@media (min-width: 1024px) {
    .contact-page-section .contact-section-quote, .lavoraconnoi-header-section .contact-section-lavora-con-noi-sx{
        border-right:1px solid #ccc;
		padding-right: 80px;
    }
}
@media (max-width: 1024px) {
    .contact-page-section .contact-section-quote, .lavoraconnoi-header-section .contact-section-lavora-con-noi-sx{
        border-bottom:1px solid #ccc;
		margin-bottom: 80px;
    }
}

@media (min-width: 1024px) {
    .contact-page-section .contact-section-quote, .lavoraconnoi-header-section .contact-section-lavora-con-noi-dx{
		padding-right: 80px;
    }
}
@media (max-width: 1024px) {
    .contact-page-section .contact-section-quote, .lavoraconnoi-header-section .contact-section-lavora-con-noi-dx{
		margin-bottom: 80px;
    }
}


span.reverse {
	unicode-bidi: bidi-override;
	direction: rtl;
  }
/* Nasconde il form inizialmente */
#contact-form-book {
    display: none;
    margin-top: 20px;
}

/* Stile per il pulsante "Richiedi Preventivo" */
.btn-mostra-form {
    background-color: #000; /* Usa il colore del tuo brand */
    color: #fff;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.btn-mostra-form:hover {
    background-color: #333;
}

.btn-lavora-con-noi {
    background-color: #28919D; /* Usa il colore del tuo brand */
    color: #fff;
    padding: 10px 25px 8px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.btn-lavora-con-noi:hover {
    background-color: #333;
	color: #fff;
}
/* #Social Newtwork Section
================================================== */

.social-section .parallax-header {
	padding-bottom:70px !important;
}
.social-section {
	padding-bottom:110px;
}
.social-network {
	list-style:none;
	margin:0;
	text-align:center;
}
.social-network li {
	text-align:center;
}
.social-link {
	margin-bottom:40px;
	display:block;
}
.js .social-link {
	opacity:0;
}
.social-link,
.social-link:visited,
.social-link:hover,
.social-link:active {
	color:#FFFFFF;
}
.social-icon {
	display:block;
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	margin:0 auto 20px auto;
	background:rgba(255, 255, 255, 0.15);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
}
.social-icon i {	
	line-height:100px;
}
.social-title,
.social-info {
	display:block;
}
.social-title {
	margin-bottom:0;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:10px;
}
.social-info {
	font-size:15px;	
}

.faq-accordion {
	margin-top: 20px;
	margin-bottom: 100px;
}
.faq-item {
	margin-bottom: 0;
}
.faq-question {
	width: 100%;
	text-align: left;
	font-size: 20px;
	padding: 20px 0;
	border: 0;
	border-bottom: 1px solid #dddddd;
	background: none;
	color: #888888;
	cursor: pointer;
	position: relative;
	margin: 0px;
	text-transform: initial;
	letter-spacing: normal;
	font-family: 'Josefin Sans';
}
.faq-question:hover {
	color: #28919C;
	background: none !important;
}
.faq-question:after {
	content: "\f107"; /* caret-down */
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #888888;
}
.faq-item.open .faq-question {
	color: #28919C;
	border-bottom: none !important;
}
.faq-item.open .faq-question:after {
	content: "\f106"; /* caret-up */
	color: #28919C;
}
.faq-answer {
	display: none;
	padding: 10px 0 15px 0;
	font-size: 18px;
	border-bottom: 1px solid #dddddd;
	text-align: left;
}
/* #Parallax
================================================== */

.parallax-section {
	position:relative;
	overflow:hidden;
	width:100%;
}
.parallax-header {
	position:relative;
	text-align:center;
}
.parallax-title {
	font-size:40px;
	margin-bottom:20px;
	color:#FFFFFF;
	padding-top:20px;
	display:inline-block;
	text-transform:uppercase;
	position:relative;
	z-index:10;
}

.parallax-section-5 .parallax-title {
	
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	text-transform: inherit
	
}

.parallax-title:after {
	border-top: 1px solid #fff;
    content: " ";
    display: block;
    margin: 10px auto;
    width: 43px;
}
.parallax-title span {
}
.parallax-slogan {
	font-size:20px;
	line-height:140%;
	margin:0;
	z-index:10;
	position:relative;
}
.js .parallax-title,
.js .parallax-slogan {
	opacity:1;
}
#comparsa{opacity:0;}
.parallax-content {
	color:#FFFFFF;
	position:relative;
}
.parallax-content .parallax-header {
	padding:250px 0;
}

.parallax-content-4 {
	color:#FFFFFF;
	position:relative;
	margin: 150px 0px;
}
.parallax-content-4:first-child {
	background: #000;
	display: inline-block;
	width: 100%;
	margin: 400px 0px 0px;
}
.parallax-content-4 .parallax-header .parallax-slogan{
	padding:40px 0;
	
}

.parallax-content-4 .parallax-header .parallax-content, .parallax-content-6 .parallax-header .parallax-content{
	background: none;
	border: 2px solid #fff;
	padding: 10px;
	display: inline-block;
	width: 200px;
	
}
.parallax-content-4 .parallax-header .parallax-content h3, .parallax-content-6 .parallax-header .parallax-content h3{
	font-size: 25px;
	color: #fff;
	
}
.parallax-content-4 .parallax-header .parallax-content h3:after, .parallax-content-6 .parallax-header .parallax-content h3:after{
    border-top: 1px solid #fff;
    content: " ";
    display: block;
    margin: 10px auto;
    width: 43px;
}
.parallax-content-4 .parallax-header .parallax-content h2, .parallax-content-6 .parallax-header .parallax-content h2{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
}

.parallax-background {
	background-position:center center;
	-webkit-background-size: cover !important; 
    -moz-background-size: cover !important;  
    -o-background-size: cover !important; 
    background-size: cover !important;
	background-repeat:repeat-y;
}
.parallax-background.fixed {
	background-attachment: fixed !important;
}
/*.parallax-banner-1 { background:url('../data-test/cover/cover-01.jpg'); background-position: center center; }*/
.parallax-banner-2 { background:url('../images/bg-home-01.jpg'); background-position: center center; }
.parallax-banner-3 { background:url('../images/bg-home-02.jpg'); }
.parallax-banner-4 { background:url('../images/bg-book-01.jpg'); }
.parallax-banner-5 { background:url('../images/bg-book-02.jpg'); }
.parallax-banner-6 { background:url('../images/bg-book-03.jpg'); }
.parallax-banner-7 { background:url('../images/404.jpg'); }


/*.parallax-overlay-1 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-2 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-3 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-4 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-5 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-6 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-7 { background-image: url('../images/overlay-pattern.png'); }

.parallax-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:repeat;
	background-attachment: scroll;
}*/


.fascia-conferma {
	color:#FFFFFF;
	position:relative;
	margin: -50px 0px 0px 0px;
	top:50%;
	background: #000;
	display: inline-block;
	width: 100%;
}

.fascia-conferma .parallax-slogan{
	padding:30px 0px 30px 0;
	font-size: 18px;
}
.fascia-conferma .parallax-slogan a{
	font-size: 14px;
}

/* #Counter Section
================================================== */

.counter-section {
	padding-bottom:0px;
	background:#000;
}

.counter-box {
	text-align:center;
	padding:20px;
}
.counter-details {
	color:#FFFFFF;
	margin:0;
}
.count {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 60px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 20px;
	display:block;
	text-transform: uppercase;
}

.counter-section .count:after {
    border-top: 1px solid #28919C;
    content: " ";
    display: block;
    margin: 10px auto 20px;
    width: 46px;
}

js .counter-box {
	opacity:0;
}

/* #Client Section
================================================== */

.client-section {
	padding:40px 0 100px !important;
}

.client-section h2 span{
	color:#fff;
	background:none;
}


.client-logo img {
	margin:0 auto;
	display:block;
}
.js .client-logo {
	opacity:0;
	margin: 10px 0px;
}

/* #news Section
================================================== */
.portfolio-item-header{
	width: 100%;
	padding:150px 0 0;
	background: #fff;
}

.portfolio-item-header .section-header{
	padding:0;
}

.news-releted-section {
	padding:40px 0 100px;
}

.portfolio-item-section{
	
}

.portfolio-item-section header{
	padding:0px;
}

.portfolio-item-section header strong{
	color:#666;
}


.portfolio-item-section{
	padding-top: 20px;
}

.portfolio-item-section .section-header img{
	float: left;
	width: 50%;
	margin-right: 10px;
	
}

@media screen and (max-width: 767px) {
	.portfolio-item-section .section-header img{
		float: left;
		width: 100%;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}

.portfolio-item-section .section-header p{
	float: left;
	text-align: left;
	
}

.portfolio-item-section header p a{
	text-decoration: underline;
}
.news-releted-section h2 span{
	color:#fff;
	background:none;
}

.portfolio-item-section h2{
	
}

.portfolio-item-section h2:after{
	border: none;
}

.portfolio-item-section header p img, .portfolio-item-section header img{
	width: 100%;
	
}

.portfolio-item-section h6{ text-align: center; display: block; font-size: 13px; margin-top: 5px; font-style: italic; }

.news-releted img {
	margin:0 auto;
	display:block;
}
.js .news-box {
	opacity:0;
	background: #fff;
	padding: 20px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.img-news{ margin: 20px 0px 0px 0px;}
.img-news img{ width: 100%; margin-bottom: 5px;}
.img-news p.didascalia{ text-align: center; display: block; font-size: 13px; margin-top: 5px; font-style: italic; }
.news-box img{
	float: left;
	width: 100%;
	margin:0px 20px 20px 0px;
}

.news-box .news-image{
	padding: 0px !important;
}

.news-link p{
	font-size: 15px;
	text-align: center;
	margin: 0px;
}

.news-link a{
	font-size: 13px;
	text-align: center;	
    display: block;
    text-transform: uppercase;
    margin-bottom: 50px;
}


.news-link a:after{
	border-top: 1px solid #ccc;
    content: " ";
    display: block;
    margin: 10px auto;
    width: 46px;
}

.news-dati{
	display: inline-block;
	margin-bottom: 7px;
}
.news-dati h4{
	float: left;
	font-size: 13px;
	font-size: bold;
	margin-bottom: 0px;
}

.news-dati  h4:after{
	content: "|";
	color:#28919C; 
	margin: 0px 5px
}

.news-dati  h4:last-child:after{
	content: "";
}



.news-content h3{
	font-size: 18px;
	margin-top: 0px;
}

.news-content p{
	font-size: 13px;
	line-height: 120%
}

.news-content a{
	font-size: 13px;
}

/* #Footer
================================================== */

.footer{
	padding: 30px 0;
	text-align:center;
	background:#000;
	position:relative;	
}

.footer nav{
	float:left;
}
.footer nav a{
	color:#666;
	text-transform:uppercase;
	font-size:12px;
	text-align:left;
	float:left;
}

.footer nav a:after{
	content:'/';
	padding:0px 10px;
}

.footer nav a:last-child:after{
	content:'';
}

.footer nav a:hover{
	color:#28919C;
}


.toTop {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #000;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	-webkit-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s all linear;
		-moz-transition:0.2s all linear;
			transition:0.2s all linear;
}
.toTop:hover {
	-webkit-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
}
.footer h3 {
	text-transform:none;
	margin:0;
	position:relative;
}
.copyright { 
	padding:0; 
	margin:0;
	letter-spacing:1px; 
	font-size:12px; 
	color:#666;
	text-align:right;
	float:right;
}
.copyright span{
	font-size:10px; 
	line-height: 100%;
}

.footer.black .copyright { 
	color:#fff;
}
.copyright a {
	color:#333333;
	text-transform:uppercase;
}

/* #Buttons
================================================== */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  	border: none;
	display: inline-block;
	text-align:center;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	color: #FFFFFF;
	padding:10px 15px;
	font-size:12px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
		  border-radius: 3px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-background-clip: padding;
		-moz-background-clip: padding;
			background-clip: padding-box;
	-webkit-appearance: none;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #111111;
}
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #FFFFFF;
	background: #111111;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

/* #Forms
================================================== */



form { margin:0; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	font-family:"Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.30);
	padding: 10px;
	outline: none;
	color: #666;
	margin: 0;
	width:100%;
	max-width:100%;
	display: block;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	margin-bottom: 30px;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-background-clip: padding;
		-moz-background-clip: padding;
			background-clip: padding-box;
	background:#fff;
	-webkit-border-radius:0;
		-moz-border-radius:0;
			border-radius: 0;
			-webkit-appearance: none;	
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	resize: vertical;
	min-height:151px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border: 1px solid transparent;
	color: #FFFFFF;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.85);
}
.success-message,
.alert-message,
.error-message {
	display:none;
	font-size:12px;
	letter-spacing:1px;
}
.success-message{
	color: #228b22;
}
.alert-message,
.error-message {
	color: #f00;
}


.contact-form.from-mail input[type="text"], .contact-form.from-mail input[type="email"], .contact-form.from-mail input[type="password"], .contact-form.from-mail input[type="tel"], .contact-form.from-mail textarea{
	font-family:"Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:17px;
	letter-spacing:1px;
	border: none;
	border-bottom: 1px solid #28919C;
	padding: 14px;
	outline: none;
	color: #666;
	margin: 0;
	width:100%;
	max-width:100%;
	display: block;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	margin-bottom: 20px;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-background-clip: padding;
		-moz-background-clip: padding;
			background-clip: padding-box;
	background:#f4f4f4;
	-webkit-border-radius:0;
		-moz-border-radius:0;
			border-radius: 0;
			-webkit-appearance: none;	

}
/* #Misc
================================================== */

.no-js .section-title,
.no-js .section-slogan,
.no-js .section-content,
.no-js .hero .hero-holder,
.no-js .about-box,
.no-js .box-fade,
.no-js .member-box,
.no-js .service-home-box,
.no-js .ut-testimonials,
.no-js .contact-wrap,
.no-js .social-link,
.no-js .parallax-title,
.no-js .parallax-slogan,
.no-js .client-logo,
.no-js .news-dati, 
.no-js .news-box {
	opacity:1;
}
.slider,
.slides,
.flex-viewport,
.main-slider {
	position:relative;
	height:100%;
	width:100%;
}
.slides li {
	height:100%;
	width:100%;
	display:block;
	-webkit-background-size: cover !important ;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height:100% !important;
	position:relative;
	width:100% !important;
	background-position:center center !important;
}
.main-slider .flex-direction-nav {
	display:none;
}
.slider .parallax-overlay,
.slider .hero-holder {
	z-index:500;
}
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
	
.newsCorrelate{opacity: 1 !important;}




.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.grid-container:before, .clearfix:before,
.grid-container:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.grid-container:after, .clearfix:after {
  clear: both;
}

.grid-container, .clearfix {
  /* <IE7> */
  *zoom: 1;
  /* </IE7> */
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  /* <IE7> */
  *padding-left: 0;
  *padding-right: 0;
  /* </IE7> */
}

.portfolio-item-section .grid-100, .portfolio-section .grid-100, .service-section .grid-100 {margin: 0px; padding: 0px;}

.grid-5 > *, .mobile-grid-5 > *, .grid-10 > *, .mobile-grid-10 > *, .grid-15 > *, .mobile-grid-15 > *, .grid-20 > *, .mobile-grid-20 > *, .grid-25 > *, .mobile-grid-25 > *, .grid-30 > *, .mobile-grid-30 > *, .grid-35 > *, .mobile-grid-35 > *, .grid-40 > *, .mobile-grid-40 > *, .grid-45 > *, .mobile-grid-45 > *, .grid-50 > *, .mobile-grid-50 > *, .grid-55 > *, .mobile-grid-55 > *, .grid-60 > *, .mobile-grid-60 > *, .grid-65 > *, .mobile-grid-65 > *, .grid-70 > *, .mobile-grid-70 > *, .grid-75 > *, .mobile-grid-75 > *, .grid-80 > *, .mobile-grid-80 > *, .grid-85 > *, .mobile-grid-85 > *, .grid-90 > *, .mobile-grid-90 > *, .grid-95 > *, .mobile-grid-95 > *, .grid-100 > *, .mobile-grid-100 > *, .grid-33 > *, .mobile-grid-33 > *, .grid-66 > *, .mobile-grid-66 > * {
  /* <IE7> */
  *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
  *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
  /* </IE7> */
}

.grid-parent {
  padding-left: 0;
  padding-right: 0;
}



.blink {
  animation:2s blinker linear infinite;
  -webkit-animation:2s blinker linear infinite;
  -moz-animation:2s blinker linear infinite;
}

.blink p{
	
}

@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


.altre-lingue{
	display: flex;
}





#login-error-msg-holder {
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
}

/* Error message. By default it's transparent, but the opacity is controlled
by JavaScript */

#login-error-msg, #forget-msg {
  text-align: center;
  margin: 0 0 10px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #8a0000;
  border: 1px solid #8a0000;
  background-color: #e58f8f;
  opacity: 1;
}

#error-msg-second-line {
  display: block;
}

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

/* Adjust the positioning of the login form inside the last row of the
main grid */

#login-form {
  align-self: flex-start;
  display: inline-block;
  justify-items: center;
  align-items: center;
}

/* Style the login form fields' placeholders */

.login-form-field::placeholder {
  color: #3a3a3a;
}

/* Style the login form fields (email and password) */

.login-form-field {
  border: none;
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 10px;
  border-radius: 3px;
  outline: none;
  padding: 0px 0px 5px 5px;
}

/* Style the login button */

#login-form-submit, #forget-form-submit {
  width: 100%;
  padding: 7px;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  background-color: #3a3a3a;
  cursor: pointer;
  outline: none;
}

.clausole{
	text-align: left;
	margin: 10px 0px 30px !important;
}

.clausole li{
	margin: 10px 0px !important;
	display: flex;
}

.clausole li input{
	float: left;
}

.clausole li p{
	font-size: 12px;
    margin: 3px 0px 0px 5px;
    float: left;
    line-height: 140%;
}

.step-lavora .icon-ok{
	float: right;
    margin: 5px 10px;
    font-size: 12px;
}

.elimina-profilo-psw{
	
}

.elimina-profilo-psw h3{
	margin-top: 20px; 
	padding-top: 50px; 
	border-top:1px solid #ddd;
}

.elimina-profilo-psw p{
	text-align: center; 
	margin: 20px 0px;
	color: #888888;
}

.elimina-profilo-psw-btn{
	border: 2px solid red;
    color: red;
    padding: 10px 0px 8px;
    text-align: center;
    font-size: 12px !important;
    cursor: pointer;
}

.elimina-profilo-psw-btn:hover{
	border: 2px solid red;
    color: #fff;
    background: red;
    padding: 10px 0px 8px;
    text-align: center;
    font-size: 12px !important;
    cursor: pointer;
}


#contact-form1 .error input, #contact-form1 .error select, #contact-form1 .error p{
	/*background-color: red!important;*/
	border: 2px solid red!important;
	border-radius: 5px;
}


#contact-form1 .submit-button{
	text-align: center;
	margin-top: 20px;
}

.error-radio.wrongField{
	display: inline-block;
	border: 2px solid red!important;
}


#tiles{
	list-style-type: none;
	position: relative; /** Needed to ensure items are laid out relative to this container **/
	margin: 0;
	padding: 0;
}



#tiles li{
	width: 160px;
	background-color: #ffffff;
	border: 1px solid #dedede;
    border-radius: 2px;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: none; /** Hide items initially to avoid a flicker effect **/
	cursor: pointer;
	padding: 4px;;
}
#tiles li.inactive {
  	visibility: hidden;
  	opacity: 0;
}
#tiles li img{  
	display: block; margin-bottom:10px; width: 290px;
}

#preview #tiles .year{
	margin: 0px 56px;
}

#preview #tiles li .delete i{
	color: red;
	font-size: 20px;
}

#preview #tiles li .rotate-left i{
	font-size: 18px;
}

#preview #tiles li .rotate-right i{
	font-size: 18px;
}


#tiles{ margin: 30px 0px; width: 100%; height: 100%; }
#tiles li{ float: left; list-style: none;}
#tiles li img{ width: 100%;}
#tiles li .delete{display: inline-block; float: right; margin: 0px 0px 0px 0px;}
#tiles li .rotate-left{display: inline-block; float: left; margin: 2px 3px 0px 2px;}
#tiles li .rotate-right{display: inline-block; float: left; margin: 2px 2px 0px 3px;}
#tiles li .star{display: inline-block; float: left;}
#tiles li .dida, #tiles li .dida_en{ display: inline-block; float: left;}
#tiles li .urlImage{display:inline-block; margin: 10px 0px 0px 5px;}
#tiles #bookmarked{
	background:rgba(229,26,146,0.5);
}

#tiles #bookmarked .star .fa,  #tiles #bookmarked .delete .fa, #tiles #bookmarked .dida a, #tiles #bookmarked .dida_en a, #tiles #bookmarked li .star:after{
	color :#fff;
}

#tiles #bookmarked .star .fa:hover, #tiles #bookmarked .dida a:hover, #tiles #bookmarked .dida_en a:hover{
	color :#428bca;
}
#tiles #bookmarked .delete .fa:hover{
	color :#df5032;
}

#preview_curriculum{
	display: inline-block;
}

#preview_curriculum #tiles_curriculum li {
	list-style: none;
	padding: 10px;
}
#preview_curriculum #tiles_curriculum li .delete {
	float: left;
}

#preview_curriculum #tiles_curriculum li .delete i{
	color: red;
	margin-right: 20px;
	font-size: 20px;
}

#preview_curriculum #tiles_curriculum li .urlImage {
	float: left;
}

#preview_video{
	display: inline-block;
}

#preview_video #tiles_video li {
	list-style: none;
	padding: 10px;
}
#preview_video #tiles_video li .delete {
	float: left;
}

#preview_video #tiles_video li .urlImage {
	float: left;
}

.top-menu .navbar-nav > li.dropdown-user .dropdown-toggle{
	color: #fff;
	  padding: 14px 10px;
}

.top-menu .navbar-nav > li.dropdown{
	height: 50px;
}

.top-menu .navbar-nav > li.dropdown-user .dropdown-toggle:hover, .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle{
	background: #5dbf6c;
}

.redirect-login{
	background: #ccc;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.redirect-login .redirect-img{
	
}

.redirect-login  .redirect-img img{
	width: 60px;
	padding: 20px 10px 5px;
}

.redirect-login p{
	padding: 5px 10px 20px;
	margin: 0px;
	color: #fff;
}

.redirect-login i{
	color: #fff;
	font-size: 20px;
	padding: 10px;
	position: relative;
	top: 10px;
}

.avvisi-profilo{
	background: #fff;
}

.avvisi-profilo p.data-casting{
	float: left;
    margin: 20px 10px 10px;
    font-size: 12px;
}

.avvisi-profilo .conferma-email{
	background: #ffd946;
	clear: both;
	padding: 10px;
}

.avvisi-profilo .conferma-media{
	background: #ffd946;
	clear: both;
	padding: 10px;
}

.avvisi-profilo .profilo-sospeso, .avvisi-profilo .profilo-attivo{
	float: right;
	margin: 20px 10px 10px;
	font-size: 12px;
}


.avvisi-profilo .profilo-sospeso i{
	color: #ffd946;
	margin-left: 5px;
	font-size: 10px;
}
.avvisi-profilo .profilo-attivo i{
	color: #289c70;
	margin-left: 5px;
	font-size: 10px;
}

.address_select{
	position: relative;
}

.address_select .address_suggest{
	position: absolute;
    z-index: 10000;
    background: #aaa;
    width: 79%;
    top: 63px;
}

.address_select .address_suggest li{
	color: #fff;
	padding: 10px;
	cursor: pointer;
}

.address_select .address_suggest li:hover{
	background: #555;
}

.addresses_input{
	width: 80% !important;
    float: left;
}


.search_address{
	margin: 0px 0px 0px 2%;
    height: 34px;
    width: 18%;
    letter-spacing: 0.1em;
}




/* #Media Queries
================================================== */


/* Phone & Small Tablets */
@media screen and (max-width: 1024px) {

/*#header-section {
	display:none;
}*/

.ha-header .lingue-menu-mobile{
	display: block !important;	
	text-align:center;
	margin: 20px 0px 10px;
}

.ha-header .lingue-menu-mobile a{
	display: inline-block;
	width: auto;
	line-height: 140%;
	margin: 10px 22px 6px;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 10px 9px 8px;
}

.ha-header .user-menu-mobile{
	display: inline-block !important;
	line-height: 0px;
}

.ha-header .user-menu-mobile a{
	display: inline-block;
	width: auto;
	line-height: 140%;
	margin: 10px 12px 6px;
	font-size: 14px;
}
	/* Forza l'hamburger sempre allineato a destra, ignorando la griglia */
	.ha-header .attiva-nav{
		float: right;
		width: 30px;
		height: 30px;
		display: block;
		margin: 25px 10px 0 0;
	}

.lavora-section .step-lavora li {
    width: 100%;
    height: 30px;
    margin: 8px 5px 0px 5px;
    padding: 5px;
    text-align: center;
}


 .lavora-section .register-menu{
	display: inline-block;
    padding: 0px;
    margin: 0px 0px 5px;
    width: 100%
}

 .lavora-section .register-menu li {
    float: left;
    height: 30px;
    padding: 5px;
    text-align: center;
    width: 49%;
    margin: 8px 1% 0px 0px;
}

.lavora-section .step-lavora span.base {
    height: 110px;
    left: 50%;
}

.lavora-section .step-lavora span.step {
    height: 10px;
    left: 50%;
}

.lavora-section .step-lavora span.step.step2 {
    height: 70px;
}
.lavora-section .step-lavora span.step.step4 {
    height: 110px;
}
.lavora-section .step-lavora span.step.step5{
	height: 110px;
}



.lingue-menu{
	display: none !important;	
}
.user-menu{
	display: none !important;	
}
.ha-header nav.lingue-menu{
	display: none !important;
}

.contact-form a.prosegui{
	border: 2px solid #000;
    color: #000;
    display: inline-block;
    margin: 10px 0px 30px ;
    padding: 10px 0;
    text-align: center;
    width: 150px;
    position: relative;
    left: 0;
    text-transform: uppercase;
}


.ha-header nav a.preventivo-menu {
	display: inline-block;
}


/* .grid-container{ padding:0px !important;} */
.ha-header-small, #header-section{height: 55px;}
.ha-header .attiva-nav{ display:inline-block ; margin: 13px 10px 0px;}
.ha-header2 .attiva-nav-news{ padding: 4px 0px; margin: 0px; display: inline-block; font-size: 13px; }
.ha-header2 .attiva-nav-news.active{color: #fff;}
.ha-header nav{ display:none; background:rgba(0, 0, 0, 0.9);}
.ha-header2 nav{ display:none; }

.ha-header nav a{
	width:100%;
	display:block;
	padding:7px 0;
	margin:6px 0;
	font-size:13px;
}

.ha-header nav .lingue-menu a{
	display:inline;
	padding: 10px 8px 7px;
}


.ha-header nav:last-child{text-align: center; padding: 0px 0px 10px;}

.ha-header nav.social-menu a{float: left; width: 5%; line-height: 120%; margin: 10px 2% 10px; font-size: 25px;}
.ha-header nav.social-menu a:first-child {margin-left:43%;}
.ha-header nav.social-menu a:last-child{margin-right:16%;}

.ha-header2 {
	top: 55px;
}
.ha-header2 nav a {
	font-size:11px;
	padding:6px 0px 3px;
}
#primary_nav_wrap
{
	float:none;
}

#primary_nav_wrap a
{
	width: 20px;
}
#primary_nav_wrap ul
{
	width: 100px;
}

#primary_nav_wrap ul li
{
	text-align: center;
}



.portfolio-item-header{
	padding:105px 0 0;
}

#header-section{line-height:30px;}

.logo {
	margin:0;
	padding: 0px 7px;
	line-height:50px;
	color:#1d1d1d;
	text-transform:uppercase;
}
.logo img {
	height:40px;
	vertical-align:middle;
}

.hero-title-holder img{
	width:100px;
    margin-left: -50px;
}
.hero-title {
	font-size: 20px;
    line-height: 120%;
	padding-top:20px;
}

.hero-title-holder {
	background-image: none !important;
}	
.hero-description {
	display:none;
}
.section-title {
	background-image: none !important;
	font-size:25px;
}



.parallax-title {
	font-size:25px;
}
.parallax-slogan,
.section-slogan {
	font-size:15px;
}
.section-title span {
	background:transparent;
	padding:0;
}	
.member-photo {
	float:none;
	margin:0 auto;
}
.member-box {
	text-align: center;
}
.social-info {
	display:none;
}
.parallax-background {
	background-position:center center !important;
}
.icon-box { 
	float:none;
	margin-right:0;
}
.arrow-right {
	display:none;
}
.info {
	text-align:center;
	margin-top:20px;
}
.about-box {
	margin-bottom:10px;
}
.section-header {
	padding-bottom:30px;
}
.lavora-section {
	padding-top:60px;
	padding-bottom:20px;
}
.parallax-content .parallax-header {
	padding-top:150px;
	padding-bottom:150px !important;
}
.counter-section,
.portfolio-section, .service-section {
	padding-bottom:30px;
	padding-top: 20px;
}
.count {
	font-size: 40px;
}

.testimonial-section,
.contact-section,
.cta-section {
	padding-bottom:50px;
}
.counter-box {
	margin-bottom:20px;
}
.social-section {
	padding-bottom:10px;
}
.about-section,
.team-section {
	padding-bottom:0;
}
.portfolio-category,
.portfolio-title {
	font-size:10px;
	letter-spacing:1px;
}
.member-box {
	margin-bottom:10px;
}
.js .section-title,
.js .section-slogan,
.js .section-content,
.js .hero .hero-holder,
.js .about-box,
.js .box-fade,
.js .member-box,
.js .service-home-box,
.js .ut-testimonials,
.js .contact-wrap,
.js .social-link,
.js .parallax-title,
.js .parallax-slogan,
.js .client-logo,
.js .news-dati,
.js .news-box {
	opacity:1;
}


.contact-form ul li:last-child{
	margin-bottom: 20px;
}

.section-content li{
	width: 96%;	
}



.copyright{
	float: left;
	text-align: left;
	margin: 10px;
}

.news-dati h4{
	font-size: 11px;
}

.avvisi-profilo{
    padding: 10px 0px 0px;
}

.avvisi-profilo p.data-casting{
	float: left;
    margin: 0px;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.avvisi-profilo p.profilo-sospeso, .avvisi-profilo .profilo-attivo{
	float: left;
    margin: 0px;
    font-size: 12px;
    text-align: center;
    width: 100%;
}


/* Tablet Landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) {

.logo img {
	height:40px;
	vertical-align:middle;
}
.ha-header nav{
	padding:0px;
}


.portfolio-item-header{
	padding:170px 0 0;
}

.section-title {
	background-image: none !important;
}
.section-title span {
	background:transparent;
	padding:0;
}		
.parallax-background {
	background-position:center center !important;
}
.js .section-title,
.js .section-slogan,
.js .section-content,
.js .hero .hero-holder,
.js .about-box,
.js .box-fade,
.js .member-box,
.js .service-home-box,
.js .ut-testimonials,
.js .contact-wrap,
.js .social-link,
.js .parallax-title,
.js .parallax-slogan,
.js .client-logo,
.js .news-dati,
.js .news-box {
	opacity:1;
}

.contact-form ul li input{
	margin-bottom: 20px;
}

}



/* #Grid
================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}

}

.cropped-img img{
	border-radius: 75px !important;
}



