@charset "utf-8";
/* CSS Document */

.imgpartecipa {
	margin:auto;
	display: block;
	width: 100%;
    height: auto;
    max-width: 1000px;
	margin-bottom:40px;
}
.contento {
	max-width:900px;
}
.punto {
	font-size: 24px;
    line-height: 1.2em;
    width: 100%;
    padding: 20px 20% 50px 30%;
    color: #fff;
    overflow: hidden;
    background: rgba(207,91,69,1);
    background-repeat: no-repeat;
    background-position: 15% 0;
    background-size: 12%;
}
.puntointerno {
	max-width:1200px;
	width:100%;
	overflow:hidden;
	margin: auto;
}
.punto.p1 {
    background-image: url(gfx/step1.gif);
}
.punto.p2 {
	background-color: #B59E8A;
    background-image: url(gfx/step2.gif);
}
.punto.p3 {
    display:none;
	background-image: url(gfx/step3.gif);
}
.punto.p4 {
	background-color: #B59E8A;
}
.punto h3 {
	font-weight:700;
	text-transform:uppercase;
}
.punto a {
	color:#fff;
	text-decoration:underline;
}
.punto.p1 img {
	float:right;
	max-width: 50%;
}
.punto.p3 .fa {
	color: rgba(207,91,69,1);
    background: #fff;
    width: 50px;
    text-align: center;
    padding: 10px;
    font-size: 30px;
    margin-top: 20px;
}
.punto.p3 .fa:hover {
	background: rgba(255,255,255,0.7);
}
#ioconlafricaupload {
	border:none;
	font-size:20px;
}
#ioconlafricaupload fieldset.fld label {
	display:block;
	float:none;
}
#ioconlafricaupload fieldset.fld input, #ioconlafricaupload fieldset.fld select, #ioconlafricaupload fieldset.fld textarea {
	width:100%;
	background:#E9E2DC;
	border:none;
}
#ioconlafricaupload fieldset {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}
#ioconlafricaupload button {
	background: rgba(207,91,69,1);
    font-size: 24px;
    font-weight: 700;
}

#FileUpload {
	width: 300px;
	height: 300px;
	background-color: #E9E2DC;
	background-image:url(gfx/clicca2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-right:20px;
}
#FileUpload:afterXYZ {
	content: "Clicca qui o trascina la tua foto";
	color:#B59E8A;
	font-size: 30px;
	text-transform: uppercase;
	padding: 20px;
	display: block;
	font-weight: bold;
	line-height:1.5em;		
}
#FileUpload input {
	position: absolute;
	width: 100% !important;
	background: rgba(255,255,255,0);
	margin-top: -20%;
	padding-bottom: 120% !important;
	cursor:pointer;
}
#output_image {
	position: absolute;
}
#output_image.horizontal {
	width:auto;
	height:100%;
}
#output_image.vertical {
	width:100%;
	height:auto;
}
#output_image.o6 {
    -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#hidden_image {
	visibility:hidden;
}
.progress {
	display: block !important;
	text-align: center;
	width: 0;
	height: 20px;
	background: red;
	transition: width .3s;
}
.progress.hide {
	opacity: 0;
	transition: opacity 1.3s;
}
#ajaxloader {
	display:none;
}
#ajaxloader img {
	margin-right:20px;
}
fieldset.liberatoria, fieldset.privacy {
	font-size:14px;
	line-height:1.1em;
}
div.fields {
	width:50%;
	float:left;
}

/* Customize the label (the boxxo) */
.boxxo {
  display: block;
  position: relative;
  padding: 2px 0 0 30px;
  margin: 5px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.boxxo input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(207,91,69,1);
}

/* On mouse-over, add a grey background color */
.boxxo:hover input ~ .checkmark {
  background-color: rgba(207,91,69,1);
}

/* When the checkbox is checked, add a blue background */
.boxxo input:checked ~ .checkmark {
  background-color: rgba(207,91,69,1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.boxxo input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.boxxo .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
