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

/* GENERALI */

h2 {
	text-align: left;
}

.txt-body-survey input {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}

.submit-body-survey input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.txt-body-survey {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	max-width: auto;
	font-size: 1.2em;
	text-align: justify;
	padding-right: 0px;
	padding-left: 0px;
	color: #B1B1B1;
	overflow: auto;
}

.txt-body-survey p {
	padding-right: 20px;
	padding-left: 20px;
}	

.image-survey {
	margin: 20px auto 20px auto;
	width: auto;
	height: auto;
	background-image: url("../images/survery/survey-img-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color:#F4EFEF;
	font-size: 70px;
	padding: 140px 20px 140px 20px;
	text-align: center;
	text-transform:uppercase;
	text-shadow:  3px 3px 4px rgba(0,0,0,0.8);
}
.image-survey img {
}

/* TABLET */
@media (max-width:1244px) and (min-width:700px) {
	
	h2 {
	text-align: center;
}
		
	
.txt-body-survey {
	padding-right: 0px;
	padding-left: 0px;
	max-width: 1200px;
	font-size: 1.2em;
	text-align: center;
}
	
.txt-body-survey p {
	padding-right: 20px;
	padding-left: 20px;
}	
	
.image-survey {
	margin: 20px auto 20px auto;
	width: auto;
	height: auto;
	background-image: url("../images/survery/survey-img-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 50px;
	padding: 90px 20px 90px 20px;
}
.image-survey img {
}	
}	

/*SMARTPHONE */
@media only screen and (max-width: 699px) {
	
	h2 {
	text-align: center;
}
	
.txt-body-survey  {
	padding-right: 0px;
	padding-left: 0px;
	max-width: 1200px;
	font-size: 1.2em;
	text-align: center;
}	

	.txt-body-survey  p {
	padding-right: 20px;
	padding-left: 20px;
}	
	
.image-survey {
	margin: 20px auto 0px auto;
	width: auto;
	height: auto;
	background-image: url("../images/survery/survey-img-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 35px;
	text-align: center;
	padding: 40px 20px 40px 20px;
}
.image-survey img {
}
}	