@import url('reset.css');
@import url('base.css');

body {
    font-family: Arial, Helvetica, sans-serif!important;
}


.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

#fancybox-wrap {
box-sizing: content-box !important;
}

#fancybox-content {
box-sizing: content-box !important;
}

.container {
	padding-top:0;	
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size:15px !important;
}

h1 {
	position:absolute;
	top:-5000px;	
}

h2{
	color:#262626;
	width:100%;
	height:auto;
	display:block;
	float:left;
	font-size:1.2em !important;
	padding-top:0.2em;
	padding-bottom:1em;
	font-style:italic;
}

#testo_in {
	background:#f2f2f3;	
	padding:2em;
}

#titolo_mobile_out {
	display:none;	
}

.row img {
	width:100%;
	height:auto;	
}

.top {
	margin-top:2em;	
}

#header_titolo {
	position:absolute;
	top:340px;
	left:40px;	
}

#header_titolo_1 {
	color:#fff;
	font-size:3em;	
}

#header_titolo_riga {
	display:block;
	height:2px;
	width:240px;
	background-color:#a4cc45;
}

#header_titolo_2 {
	color:#fff;
	font-size:1.3em;
	font-style:italic;	
	font-weight:normal !important;
}


#modulo_contatti {
	background-color:#f2f2f3;
	padding:1em;
	padding-bottom:3em;	
}

#modulo_contatti span{
	color:#262626;
	width:100%;
	height:auto;
	display:block;
	float:left;
	font-size:1.3em;
	padding-top:0.2em;
	padding-bottom:1em;
	font-style:italic;
}

#modulo_contatti label{
	font-weight:normal !important;
	color:#262626;
	text-align:left !important;
}

#modulo_contatti label a{
	text-decoration:underline !important;
	color:#262626 !important;
}

#invia_richiesta {
	border:0px !important;
	background: rgba(1,97,152,1);
background: -moz-linear-gradient(left, rgba(1,97,152,1) 0%, rgba(30,52,90,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,97,152,1)), color-stop(100%, rgba(30,52,90,1)));
background: -webkit-linear-gradient(left, rgba(1,97,152,1) 0%, rgba(30,52,90,1) 100%);
background: -o-linear-gradient(left, rgba(1,97,152,1) 0%, rgba(30,52,90,1) 100%);
background: -ms-linear-gradient(left, rgba(1,97,152,1) 0%, rgba(30,52,90,1) 100%);
background: linear-gradient(to right, rgba(1,97,152,1) 0%, rgba(30,52,90,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016198', endColorstr='#1e345a', GradientType=1 );	
	text-transform:uppercase;
	float:right;
	color:#ffffff !important;
	width:180px;
}

#invia_richiesta:link, 
#invia_richiesta:visited, 
#invia_richiesta:hover, 
#invia_richiesta:focus, 
#invia_richiesta:active{
    color:#ffffff !important;
	border:0px !important;
	background: rgba(30,52,90,1);
background: -moz-linear-gradient(left, rgba(30,52,90,1) 0%, rgba(1,97,152,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,52,90,1)), color-stop(100%, rgba(1,97,152,1)));
background: -webkit-linear-gradient(left, rgba(30,52,90,1) 0%, rgba(1,97,152,1) 100%);
background: -o-linear-gradient(left, rgba(30,52,90,1) 0%, rgba(1,97,152,1) 100%);
background: -ms-linear-gradient(left, rgba(30,52,90,1) 0%, rgba(1,97,152,1) 100%);
background: linear-gradient(to right, rgba(30,52,90,1) 0%, rgba(1,97,152,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e345a', endColorstr='#016198', GradientType=1 );
}

.alert-success {
	display:none;	
}

.alert-danger {
	display:none;	
}

.bg-success {
	padding:1em;
	margin-top:1em;	
}

.bg-danger {
	padding:1em;
	margin-top:1em;	
}

.checkbox {
	font-size:0.8em;
	text-align:right;
}

.checkbox a{
	text-decoration:underline;
	color:#262626;
}

.checkbox a:focus,
.checkbox a:hover,
.checkbox a:focus,
.checkbox a:focus {
	text-decoration:underline;
	color:#262626;
}

#footer {
	font-size:0.8em;
	color:#262626;	
	text-align:center;
	display:block;
	width:100%;
	padding:2em;
	background-color:#fcdc26;
}

#footer a{
	text-decoration:underline;
	color:#262626;	
}


@media (min-width: 1200px) {

#sfondo_small {
	display:none !important;	
}

#sfondo_big {
	display:block !important;	
}

#titolo_mobile_out {
	display:none;	
}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
#titolo_mobile_out {
	display:none;	
}

#titolo_mobile_in {
	display:none;	
}
	
#sfondo_small {
	display:none !important;	
}

#sfondo_big {
	display:block !important;	
}

.btn {
	white-space:inherit !important;	
}

#header_titolo {
    font-size: 0.9em;
    top: 290px;
	left:30px;
}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	#sfondo_small {
	display:block !important;	
}

#sfondo_big {
	display:none;	
}

.btn {
	white-space:inherit !important;	
}

#header_titolo {
	display:none;
}

#titolo_mobile_out {
	display:block;	
}

#titolo_mobile_in {
	background:#fcdc26;
	width:100%;
	height:auto;
	color:#262626;
	font-size:1.5em;
	text-align:center;
	padding:0.5em;
	padding-bottom:1.5em;
}

#titolo_mobile_in span{
	font-style:italic;
	font-size:0.8em;
}
	
}

@media (max-width: 767px) {

#sfondo_small {
	display:block !important;	
}

#sfondo_big {
	display:none;	
}

#header_titolo {
	display:none;
}

#titolo_mobile_out {
	display:block;	
}

#titolo_mobile_in {
	background:#fcdc26;
	width:100%;
	height:auto;
	color:#262626;
	font-size:1.3em;
	text-align:center;
	padding:0.5em;
	padding-bottom:1.5em;
}

#titolo_mobile_in span{
	font-style:italic;
	font-size:0.8em;
}

}