.bold{font-weight:bold;}

#amministratore {

font-size:12px;
color: #333;
margin: 0px 0px 30px 0px;
padding: 5px;
border:1px solid #cccccc; 
background:#F0F499;
}

#amministratore img {
float:left;
border:0px;
margin: -30px 5px 0 5px;
}

#amministratore p {
margin: 0px 10px 0px 20px;
padding: 5px;
}

#amministratore legend{
color:#000000;
font-weight:bold;
margin: 0 0 0 105px;
}





/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 14, 2014 */

.hidden { display: none !important; }
.showed { display:block !important; }
.display-none { display: none; opacity: 0; }





.subscribe-success,.subscribe-fail  {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
	
.subscribe-success { display: none; }


.error {
	opacity: 1;
	display:block !important;
	color:#ff0000 !important;
}




@font-face {
    font-family: 'jembohandsregular';
    src: url('../font/jembohands-webfont.eot');
    src: url('../font/jembohands-webfont%EF%B9%96.eot#iefix') format('embedded-opentype'),
         url('../font/jembohands-webfont.woff') format('woff'),
         url('../font/jembohands-webfont.ttf') format('truetype'),
         url('../font/jembohands-webfont.svg#jembohandsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* STYLE */
body { 
	background: url('../immagini/layout/bg-pattern2.png') top left repeat; 
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
}

a { 
	color: #111; 
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a:hover { color: #; }
a, a:hover, a:active { text-decoration: none; }

strong { text-transform: none; }

/* LIST OR NO LIST */
.languages, .navigation, .dropdown {
	list-style: none;
	padding: 0;
	margin: 0;
}
.languages li, .navigation li, .dropdown li {
	float: left;
	padding: 0;
}

.list-letters { list-style: none; text-transform: uppercase; }
.list-letters .red:first-child { font-size: 20px; text-transform: lowercase; }
.list-letters li { margin-bottom: 20px; }


.languages { 
	position: absolute; 
	top: 0px;
	right: 10px;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

li.it a, li.en a { 
	display: block; 
	color: #FFF; 
	float: left; 
	width: 32px; 
	height: 26px; 
	line-height: 26px; 
	margin: 0 3px; 
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
	cursor: pointer;
}
.it { background: url('../immagini/layout/bg-ita.png') center center no-repeat; }
.en { background: url('../immagini/layout/bg-eng.png') center center no-repeat; }

#header { 
	margin: 10px auto 20px auto;
	z-index: 999;
}

#header-inner {
	width: 88%;
	margin: auto;
	text-align: center;
}

.bg-mole {
	float: left;
	display: block;
	background: url('../immagini/layout/bg-mole.png') center center no-repeat;
	width: 20%;
	height: 310px;
	margin-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
	background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.mole {
	float: left;
	display: block;
	background: url('../immagini/layout/mole.png') center center no-repeat;
	/* background-image: url('../immagini/layout/mole.svg'), none; */
	background-size: auto 100%;
	width: 98%;
	height: 98%;
}

/*
.mole {
	float: left;
	display: block;
	background: url('../immagini/layout/mole.png') center center no-repeat;
	background-image: url('../immagini/layout/mole.svg'), none;
	background-size: 100% 100%;
	width: 130px;
	height: 310px;
	cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
*/

#title {
    font-weight: 700;
    line-height: 1;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    margin: 15px auto;
    text-shadow: 4px 4px 0px #FFF, -4px -4px 0px #FFF, -4px 4px 0px #FFF, 4px -4px 0px #FFF, 0px 4px 0px #FFF, 4px 0px 0px #FFF, 3px 3px 0px #FFF, -3px -3px 0px #FFF, -3px 3px 0px #FFF, 3px -3px 0px #FFF;
}

#title-inner { margin: auto; text-align: center; }
#title-inner div { display: inline-block; margin: 2px 6px 30px 6px;}

/*.title-turquoise { color: #007986; font-size: 48px; margin-top: 50px !important; }
.title-green { color: #C6D217; font-size: 36px; margin-top: 20px !important; }
.title-blue { clear: left; color: #0076AC; vertical-align: top; }
.title-purple { color: #E6335D; font-size: 46px; vertical-align: bottom; }*/



.title-turquoise {
    color: #43909F;
    font-size: 45px;
    margin-top: 50px !important;
}
.title-green {
    color: #A9B852;
    font-size: 48px;
    margin-top: 20px !important;
}
.title-blue {
    font-size: 48px;
    clear: left;
    color: #E4817D;
    vertical-align: top;
}
.title-purple {
    color: #F1BB49;
    font-size: 56px;
    vertical-align: bottom;
}


.bg-header {
    line-height: 30px;
    float: right;
    margin: 20px 0px 0px 0px !important;
    background: url('../immagini/layout/bg-header.png') center center no-repeat;
    background-size: 100% 100%;
    padding: 0px 8% 5% 8%;
}

.navigation {
	float: right;
	background: url('../immagini/layout/bg-menu.png') center center no-repeat;
	background-size: 100% 100%;
	max-width: 660px;
	width: 80%;
	height: 85px;
	margin-top: 10px;
	z-index: 999;
}

.navigation li { 
	max-width: 134px;
	width: 18%;
	padding: 0 0.5%;
	height: 38px;
	line-height: 38px;
	margin: 28px 0px 0px 0px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	background: transparent center center no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.navigation li:first-child { margin-left: 25px; margin-top: 31px; }
.navigation li:nth-child(even) {
	margin-top: 30px;
	    -webkit-transform: rotate(-3deg);
	       -moz-transform: rotate(-3deg);
	        -ms-transform: rotate(-3deg);
	         -o-transform: rotate(-3deg);
	            transform: rotate(-3deg);
}

.navigation li a { 
	display: block; 
	height: 100%; 
	color: #FFF; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navigation .li-dropdown a { 
	margin-right: 25%; 
	/*text-indent: 10%; */
	font-size: 13px; 
}
.navigation li.active a  { color: #111!important; }
.navigation li:hover a,.navigation li:hover a.active  { color: #111; }

.navigation li:hover, .navigation li.active { 
	background-image: url('../immagini/layout/bg-menu-item.png');
	    -webkit-transform: rotate(-3deg);
	       -moz-transform: rotate(-3deg);
	        -ms-transform: rotate(-3deg);
	         -o-transform: rotate(-3deg);
	            transform: rotate(-3deg);
				
}
.navigation li:nth-child(even):hover, .navigation li:nth-child(even).active {
	    -webkit-transform: rotate(2deg);
	       -moz-transform: rotate(2deg);
	        -ms-transform: rotate(2deg);
	         -o-transform: rotate(2deg);
	            transform: rotate(2deg);
}

.dropdown { 
	/* display: none; */
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 2;
}
.dropdown li {
	background-image: url('../immagini/layout/bg-menu-item.png');
	float: left !important;
	width: 100% !important;
	height: 0;
	line-height: 38px;
	margin: 0 !important;
	margin-left: -5px !important;
	padding: 0px 5px !important;
	color: #000;
	color: rgba(0,0,0,0.5);
	font-size: inherit !important;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
	z-index: 3;
	opacity: 0;
	
}
.dropdown li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-indent: 0 !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.navigation li:hover .dropdown { display: block; }
.navigation li:hover .dropdown li { height: 35px; margin-top: 8px !important; opacity: 1; }

/* SLIDER */
#slider {
	margin-bottom: 20px;
	z-index: 0;
}

.flexslider .slides img, .flexslider .video-js { width: 100% !important; height: auto !important; min-height: 138px; max-height:360px; }
.flexslider .video-js { min-height: 360px; }

/* MAIN-LEFT */
#main-left {
	float: left;
	width: 60%;
	margin: 0 0 30px 2%;
	z-index: 1;
}

#main-right {
	float: right;
	width: 36%;
}

/* MAIN-LEFT ELEMENTS */
.bg-blue { background: url('../immagini/layout/bg-blue.png') top left no-repeat; }
.bg-turquoise { background: url('../immagini/layout/bg-turquoise.png') top left no-repeat; }

.header-title {
	float: left;
	clear: both;
	background-size: 100% 100%;
	width: 100%;
	min-height: 115px;
	position: relative;
	margin-left: -2%;
	position: relative;
	z-index: 2;
}

.header-title h2 {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 35px;
    margin-left: 135px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.header-title-inner {
	margin-top: -10px;
	/*font-family: 'jembohandsregular';*/
        font-family: 'Alegreya Sans', sans-serif;
	font-size: 34px;
	color: #0F7178;
	text-transform:uppercase;
}

.img-pencil2 { margin-left: -20px; margin-right: 10px; width: 47%; }

.section-text { z-index: 1; padding: 35px 2% 10px 2%; background: #FFF; margin-top: -5px; margin-bottom: 40px; width: 96%; margin-left: -2%; }

/* MAIN-RIGHT ELEMENTS */


.box-blue2 {
	float: left;
	background: url('../immagini/layout/bg-blue-alto.png') top left no-repeat;
	background-size: 100% 100%;
	min-height: 272px;
	width: 100%;
	max-width: 370px;
	margin-bottom: 50px;
	position: relative;
	text-align: left;
	/*font-family: 'jembohandsregular';*/
       font-family: 'Alegreya Sans', sans-serif;
           font-weight: 500;
	text-transform: uppercase;
	font-size: 28px;
	color: #FFF;
	cursor:pointer;
}

.box-blue2 p{
	text-align: center;
	margin: 50px 0 0 -20px;
}


.box-blue2 p span.bigger{
	font-size:41px;
}


.box-regaliamole {
	float: left;
	background: url('../immagini/layout/regaliamole.png') top left no-repeat;
	background-size: 100% 100%;
	min-height: 247px;
	width: 100%;
	max-width: 370px;
	margin-bottom: 50px;
	position: relative;
	text-align: left;
	font-family: 'jembohandsregular';
	text-transform: uppercase;
	font-size: 22px;
	color: #FFF;
}


.box-purple {
	float: left;
	background: url('../immagini/layout/bg-purple.png') top left no-repeat;
	background-size: 100% 100%;
	min-height: 173px;
	width: 100%;
	max-width: 370px;
	margin-bottom: 50px;
	position: relative;
	text-align: left;
	font-family: 'jembohandsregular';
	text-transform: uppercase;
	font-size: 22px;
	color: #FFF;
}

.box-yellow {
	float: left;
	background: url('../immagini/layout/bg-yellow.png') top left no-repeat;
	background-size: 100% 100%;
	min-height: 220px;
	width: 100%;
	max-width: 360px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}


.box-yellow-2015 {
	float: left;
	background: url('../immagini/layout/bg_torino_2015.png') top left no-repeat;
	background-size: 100% 100%;
	min-height: 220px;
	width: 100%;
	max-width: 360px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}


.box-purple p {
	margin: 45px 0 0 43%;
}

.text-pencil, .text-envelope {
	margin: 105px 20px 0 20px;
	text-transform: uppercase;
	font-size: 20px;
}

/* IMMAGINI */


.imgfloat{
	float:left;
}


.maxhmed{
	
	max-width:100px;
}

.blockleft{ display:block; margin: 0 10px 0 0; clear:both;}


.img-win {
	position: absolute;
	top: -20px;
	left: -35px;
}


.img-mole {
	position: absolute;
	top: -20px;
	left: -25px;
}



.img-chi {
	position: absolute;
	top: -10px;
	left: -5px;
}

.img-giu {
	position: absolute;
	top: -15px;
	left: -25px;
}

.img-part {
	position: absolute;
	top: 10px;
	left: -25px;
}

.img-cont {
	position: absolute;
	top: -10px;
	left: -30px;
}


.img-supp {
	position: absolute;
	top: 0px;
	left: -30px;
}


.img-press {
	position: absolute;
	top: 5px;
	left: -10px;

}


.img-news {
	position: absolute;
	top: -15px;
	left: -0px;
}


.img-bell {
	position: absolute;
	top: 15px;
	left: -5px;
}

.img-hand {
	position: absolute;
	top: 15px;
	left: -30px;
}

.img-watch {
	position: absolute;
	top: -5px;
	left: 7%;
	width: 35%;
}

.img-pencil {  
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 130%;
}

.img-envelope {  
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 90%;
}

.auto-center {
	margin: auto;
	text-align: center;
}

.pdf {
	display: inline-block;
	margin: 10px 25px;
	background: url('../immagini/layout/icon-pdf.png') center top no-repeat;
	padding-top: 70px;
	/*width: 70px;*/
}


.zip {
	display: inline-block;
	margin: 10px 25px;
	background: url('../immagini/layout/box_zip.png') center top no-repeat;
	padding-top: 48px;
	/*width: 48px;*/
}





/* BUTTONS */
.btn {
	background: url('../immagini/layout/bg-btn.png') center center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin: 12px auto;
	max-width: 237px;
	padding: 0 15px;
	height: 50px;
	line-height: 55px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 34px;
	border: 0;
	outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
button:hover, .btn:hover, .pdf:hover, .btn-input-append:hover, .ita:hover, .eng:hover { 
    -webkit-transform: rotate(4deg);
       -moz-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
         -o-transform: rotate(4deg);
            transform: rotate(4deg);
}
button:active, .btn:active, .pdf:active, .navigation li a:active, .btn-input-append:active, .ita:active, .eng:active, .mole:active { opacity: 0.7; }

.bg-mole:hover /*, .mole:hover */ { 
    -webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
            transform: rotate(-4deg);
}

.btn-input-append {
	background: url('../immagini/layout/bg-btn-input-append.png') center center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin: 10px;
	max-width: 44px;
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	border: 0;
	outline: 0;
	position: absolute;
	top: 15px;
	right: 13%;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

/* FORM */
input[type='text'], input[type='password'], input[type='email'], select, textarea { text-align: left; }

label { display: block; float: left; line-height: 38px; width: 50%; height: 38px; margin: 10px 0; font-size: 14px; font-weight: 300; }
label.inline { display: inline-block; margin: 10px 10px 10px 5px; width: auto !important; clear: none !important; }

label.rows { line-height: 125%; }

input, select, textarea {
	float: left;
	width: 50%;
	width: 200px;
	margin: 10px auto;
	padding: 10px 0;
	background-color: #F1F1F1;
	color: #666;
	text-align: left;
	font-size: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	outline: 1px solid transparent;
	line-height: 18px;
	text-indent: 10px;
    webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
       -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
           transition: all 0.4s ease;
}

textarea {
	max-width: 100%;
	webkit-transition: none;
      -moz-transition: none;
       -ms-transition: none;
        -o-transition: none;
           transition: none;
}

select {
	background-image: url('../immagini/layout/arrow-down.png');
	background-image: url('../immagini/layout/arrow-down.svg'), none;
	background-position: right 8px center;
	background-repeat: no-repeat;
	line-height: 18px;
}

input:hover, select:hover, textarea:hover { outline-color: #CCC; }

select.day, select.month { width: 55px; margin-right: 10px; }
select.year { width: 70px; }

input[type='checkbox'], input[type='radio'] {
	-moz-appearance: checkbox;
	float: left;
	text-align: left;
	text-indent: 0;
	display: block;
	padding: 0;
	width: 20px !important;
	min-width: 20px;
	height: 20px !important;
	min-height: 20px;
	position: relative;
	outline: 0;
	white-space: normal;
	overflow: visible;
	opacity: 1;
	cursor: pointer;
	margin-top: 19px;
	margin-bottom: 19px;
}

input[type='checkbox']:before, input[type='radio']:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

input[type='checkbox']:after, input[type='radio']:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: "•";
	width: 10px;
	height: 10px;
	font-size: 23px;
	line-height: 11px;
	background: #0F7178;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	speak: none;
	margin: 4px;
	text-align: center;
	color: #0F7178;
	position: absolute;
	top: 1px;
	left: 1px;
}

input[type='checkbox']:hover:after, input[type='radio']:hover:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

input[type='checkbox']:checked:after, input[type='radio']:checked:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.upload-elaborati {
	margin: 10px;
	background: #F1F1F1;
	border: 0;
	margin: 0;
	padding: 10px;
	width: auto;
	min-width: 18%;
	position:relative;
}
.upload-elaborati h2 { font-weight: bold; font-size: 16px; line-height: 125%; margin: 5px 0px; }

button { 
	float: left;
	display: block;
	border: 0;
	outline: 0;
	height: 38px; 
	line-height: 38px; 
	font-size: 12px;
	font-weight: 400;
	margin: 10px; 
	padding: 0 10px; 
	background: #000; 
	color: #FFF; 
	text-transform: uppercase; 
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

button.turquoise { background: #0F7178; }
button.fuxia { background: #E0385D; }









  
 


.form-in-box { position: relative; margin: auto; }
.form-in-box input {
	float: none;
	background: url('../immagini/layout/bg-btn.png') center center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin: 12px auto;
	max-width: 237px;
	width: 70%;
	padding: 0 15px;
	height: 50px;
	line-height: 55px;
	text-align: left;
	font-size: 12px;
	font-weight: 300;
	border: 0;
	outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}



input.smallerinput{
	max-width: 127px;
}

input.smallestinput{
	max-width: 50px;
}

.smallerbutton{
	max-width: 50px;
}


/* FACEBOOK WIDGET */
.fb-widget {
	float: right;
	background: #FFF;
	padding: 10px;
	min-height: 110px;
	max-width: 330px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	width: 90%;
	overflow: hidden;
}

/* FOOTER */
#footer p { text-align: center; font-size: 12px; }

.footer {
	float: left;
	width: 100%;
	text-align: center;
	background: url('../immagini/layout/bg-footer.png') top left no-repeat;
	background-size: 100% 100%;
	padding: 25px 0;
	margin-bottom: 20px;
	vertical-align: middle;
}
.footer strong { font-weight: 400; font-size: 15px; text-transform: uppercase; display: inline-block; margin-bottom: 0px; }
.footer img { vertical-align: middle; display: inline-block; margin: 0px 20px; }

.footer .col-6:last-child { border-left: 2px solid #DEDEDE; margin-left: -2px; }

.logos { float: left; width: 100%; vertical-align: middle; }
.logos_promosso { float: left; width: 100%; vertical-align: middle; margin-top:0px;  border-right: 0px solid #ccc !important; }

.logos img{ max-height:99px; /*max-width:130px; */}
.logos_promosso img { max-height:120px; /*max-width:150px;*/}

.red { color: #F00; }
.green { color: #007986; }
.fright { float: right; }
.purple{color: #E6335D;}
.blu{color:#3172AF;}
.giallo{color:#FAE800;}
.verde{color:#C3D600;}

.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file]{
	
    cursor: inherit;
     display: block;
     font-size: 999px;
     filter: alpha(opacity=0);
     min-height: 100%;
     min-width: 100%;
     opacity: 0;
     position: absolute;
     right: 0;
     text-align: right;
     top: 0;
	  
	 
}



.fileContainer {
   background: #0F7178; 
    float: left;
	font-weight:400;
	 color:#fff;
	 width:auto;
	    float:left;
		margin: 10px; 
		padding: 0 10px; 
		text-transform: uppercase; 
	    -webkit-transition: all 0.2s ease-in-out;
	       -moz-transition: all 0.2s ease-in-out;
	         -o-transition: all 0.2s ease-in-out;
	            transition: all 0.2s ease-in-out;
				
}

.fileContainer [type=file] {
    cursor: pointer;
}





.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 100%;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 0.9;
    left: 0;
	z-index: 10;
}
.popup{
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: -9999;
}

 .popup-giuria {
    position: fixed;
    top: 5%;
    left: 50%;
    z-index: -9999;
}

.popup-giuria p.bio{
	    font-family: 'Alegreya Sans', sans-serif !important;
font-weight: 300 !important;
font-size:14px !important;
}




.popup .popup-body, .popup-giuria .popup-body {
    background: #ffffff;
    opacity: 0;
    min-height: 150px;
    width: 500px;
    margin-left: -200px;
    padding: 20px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    -webkit-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    text-align: center;
    border: 1px solid #e9e9e9;
}


.popup-giuria .popup-body {
	max-height: 550px;
}


.popup.visible, .popup.transitioning, .popup-giuria.transitioning, .popup-giuria.visible {
    z-index: 9999;
}
.popup.visible .popup-body, .popup-giuria.visible .popup-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup .popup-exit, .popup-giuria .popup-exit {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
	z-index:1000000000;
	text-transform:uppercase;
	font-size:12px;
 
}
.popup .popup-content, .popup-giuria .popup-content  {
    overflow-y: auto;
	position:relative;
}
.popup-content .popup-title {
    font-size: 24px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
.popup-content p {
    font-size: 13px;
    text-align: justify;
}

.error_list{color:#E0385D;}
.error_input{border:1px solid #E0385D;}



#big-map{width:100%; height:300px; margin: -40px 0 0 0;}

.data_cont span{line-height:20px; margin: 10px 0 30px 0;}
.label-form{text-transform:uppercase;}
.left_side{float:left; margin: 0 auto; width:50%;}
.right_side{float:right; margin: 0 auto; width:50%;}








/*giuria*/


.heightfixed{
	max-height:250px;
	/*height:250px;*/
}

.imggiu{
	
	width:150px;
	height:186px;
}


.imgwin{
	
	width:150px;
	
}


.box{
	position:relative;
	width:28%;
	border:1px solid #ccc;
	float:left;
	margin: 0 2% 5% 0;
	padding:6px;
}



.boxmenz{
		position:relative;
	width:45%;
	border:1px solid #ccc;
	float:left;
	margin: 0 2% 5% 0;
	padding:6px;
	height: 100%;
	display: table;
}



.boxsel{
		position:relative;
	width:25%;
	border:1px solid #ccc;
	float:left;
	margin: 0 2% 5% 0;
	padding:6px;
	height: 100%;
	display: table;
}


.box2x{
	position:relative;
	width:97%;
	border:1px solid #ccc;
	float:left;
	margin: 0 2% 5% 0;
	padding:6px;
	height: 100%;
	display: table;
}


.box img{
	position:relative;
	width:100%;
	border:0px solid #f2f2f2;
	float:left;
}


.boxmenz img{
	position:relative;
	width:100%;
	border:0px solid #f2f2f2;
	float:left;
}


.box2x img{
	position:relative;
	width:100%;
	border:0px solid #f2f2f2;
	float:left;
}



.nome{
	display:block;
		clear:both;
		font-weight:400;
}

.box span{

}

/*supporters*/

.supporters img{
	
	width:23%;
	margin: 0 -1% 0 0;
}

.supporters .big{ width: 30%;}
.supporters .small{ width: 15%;}

h6{text-transform:uppercase; font-weight:400; }



/*gallery*/

.gallery img{
	
	width:22%;
	margin: 0 2% 0 0;
}

.supporters .big{ width: 30%;}
.supporters .small{ width: 15%;}

h6{text-transform:uppercase; font-weight:400; }

.imgpress{width:100%; margin: -30px 0 20px 0;}


.toggle {
	position:absolute; 
	right: 0;
	top: 0;
	display:block;
	cursor:pointer;
	background: url('../immagini/layout/drop.png') 27% center  no-repeat;
	z-index:2;
	width: 25%;
	height: 100%;
}

.navigation li:hover .toggle, .navigation li.active .toggle { background-image: url('../immagini/layout/drop-black.png'); }


.smalltitle{font-size:15px; position:absolute; top:40px; right:20px;}

.section-text ul li {list-style-image: url('../immagini/layout/favicon.gif');}

.imgcenter{text-align:center;margin: 0 auto;display:block;}

.juryman{width:200px; padding:5px;}

.bioit, .bioen {display: none;}

ul.press_room li{
	margin: 5px 0 0 0;
}

ul.gallery{
	padding: 0 0 0 0px;
}

ul.gallery li{
	list-style: none;
	padding: 5px;
	border:1px solid #ccc;
	width:120px;
	display: inline-block;
	height:120px;
	/*margin: 5px 5px 5px 0px;*/
	
	 
}


ul.gallery li img{
	width:100%;
	opacity: 1;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

ul.gallery li img:hover{
	 opacity: 0.8;
}

#pag{
	text-align: center;
}

#pag a{
	display: inline-block;
padding: 3px 5px 3px 5px;
border: 1px solid #333;
background: #007986;


}

#pag a.selectedpaging{
background: #C6D217;
}

.titolo_fotovideo{

	font-size:15px;
	margin: 0 0 15px 0;
}


.img-camera{
position: absolute;
top: -17px;
left: -17px;
}

.width100{width:100%;}


.edizione2015{

right: 50px;
z-index: 10000000000000000;
top: 200px;
position: absolute;
width: 65px;
display: block;
background: url('../immagini/layout/2015.png');
height: 43px;
}

.edizione2016{

right: 50px;
z-index: 10000000000000000;
top: 200px;
position: absolute;
width: 68px;
display: block;
background: url('../immagini/layout/2016.png');
height: 43px;
}

.edizione2017{

right: 50px;
z-index: 10000000000000000;
top: 200px;
position: absolute;
width: 68px;
display: block;
background: url('../immagini/layout/2017.png');
height: 43px;
}


.edizione2018{

right: 210px;
z-index: 10000000000000000;
top: 212px;
position: absolute;
width: 68px;
display: block;
background: url('../immagini/layout/2018.png');
height: 43px;
}


.edizione5_it{

right: 234px;
z-index: 10000000000000000;
top: 216px;
position: absolute;
width: 300px;
display: block;

background: url('../immagini/layout/5edizione_it.png') no-repeat;
height: 35px;
}


.edizione5_en{

right: 234px;
z-index: 10000000000000000;
top: 216px;
position: absolute;
width: 300px;
display: block;

background: url('../immagini/layout/5edizione_en.png') no-repeat;
height: 35px;
}


a.pulsantiedizioni:hover {
   
    transform: rotate(-5deg);
}


a.pulsantiedizioni {
	display: inline-block;
  /*  max-width: 134px;*/
   /* width: 16%;*/
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
       padding: 0px 7px 0 7px;
    margin: 28px 3px 0px;
    background: 50% 50% / 100% 100% no-repeat transparent;
     background-image: url("../immagini/layout/bg-menu-item.png");
    transition: all 0.3s ease-in-out;
}


a.greyhover{
    color:#888;
}

a.greyhover:hover{
    color:#333;
}


.pagamentopp{
    cursor: pointer !important;
    background: none !important;
    width: 100% !important;

}


.pagamentopp:hover{
  background:#7BBFCD !important;
  border:0px solid #E2285B !important;
}









.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    max-width:300px;
    background-color: #E4817D;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 20px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -200px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size:16px;
    line-height: 20px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #E4817D transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


 .iubenda{
    position: relative;
    width: 100%;
    clear: both;
    margin: 20px auto;
    display: block;
        text-align: center;
}

.iubenda p {

    display: inline-block;
    float:left;
}


.hoverunderline:hover{
    text-decoration: underline !important;
}
