/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
	
/* font-family: "Roboto", sans-serif; */
	
	
	
	
/* font-family: "Roboto", sans-serif; */
/* regular: 400 */
/* bold: 700 */
/* black: 900 */

@font-face{
    font-family: "VAG Rounded Std Bold";
    src: url("../fonts/VAG-Rounded-Std-Bold.eot");
    src: url("../fonts/VAG-Rounded-Std-Bold.eot?#iefix")format("embedded-opentype"),
         url("../fonts/VAG-Rounded-Std-Bold.woff")format("woff"),
         url("../fonts/VAG-Rounded-Std-Bold.woff2")format("woff2"),
         url("../fonts/VAG-Rounded-Std-Bold.ttf")format("truetype"),
         url("../fonts/VAG-Rounded-Std-Bold.svg#VAG Rounded Std Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}




.parallax-window {
    min-height: 550px;
    background: transparent;
}

.file-drop-zone-title {
    color: #706F6F;
    font-size: 1.0em;
	line-height: 1.2em;
    text-align: center;
    padding: 10px;
    cursor: default;
}


.file-footer-caption  {
line-height: 1.2em;
}

.file-drop-zone {
	min-height: 90px;
}

.input-group .form-control:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	
}	
.input-group-btn:last-child > .btn, .input-group-addon:last-child {
		border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}


	
.input-lg {border-radius: 0px !important;}	

footer {
	padding: 100px 15px;
	background-color: #232120;
	color: #fff;
}

label {
	font-weight:400;
	font-size:15px;
	

	}


/* SECTION */
#intro {
	background-color:#fff;
	}


.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #E30615;
  outline: 0;
}


.spacer-xs {
	display:block;
	height:20px;
	}

.spacer-md {
	display:block;
	height:50px;
	}
	
.spacer-lg {
	display:block;
	height:100px;
	}



.zoom {
    transition: all .4s; /* Animation */
  }

.zoom:hover {
    transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
-webkit-box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.29);
box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.29);
}

.testo-piccolo {
	font-size: 0.6em; 
	margin-top:-50px;
}


@media (max-width: 991px) {
.testo-piccolo {	
	font-size: 0.6em; 
	margin-top:0px;
}
}


.sfondo-logo-header {
	background-color:#ffffff;
	margin-top:-0px;
	}
@media (max-width: 991px) {
.sfondo-logo-header {
	background-color:#ffffff;
	margin-top:0px;
	}
	}
	
	

.sfondo-logo-optigrill {
	background-color:#323e48;
	}



/* btn-select INIZIO */
.btn-select {
	border-radius:0px;
	color: #555;
	background-color: #ffffff;
	border-color: #ccc;
	padding: 10px 16px;
  	font-size: 18px;
  	line-height: 1.3333333;
	
}

.btn-select:focus,
.btn-select.focus {
	color: #555 ;
	background-color: #ffffff;
	border-color: #ccc;
}
.btn-select:hover {
	color: #000;
	background-color: #fff;
	border-color: #ccc;
}





/* btn-select FINE */




/* btn-invia INIZIO*/

.btn-invia {
	border-radius:0px;
	padding: 10px 30px;	
	color: #ffffff;
	background-color: #E30615;
	border-color: #E30615;	
  transition: 0.3s;
}

.btn-invia:focus,
.btn-invia.focus {
	color: #ffffff ;
	background-color: #000000;
	border-color: #000000;
}
.btn-invia:hover {
	color: #ffffff;
	background-color: #000;
	border-color: #000;
}

/* btn-invia FINE*/


/* btn ka INIZIO */

.btn-file-data {
  color: #ffffff;
  background-color: #E30615;
  border-color: #E30615;
	  transition: 0.3s;
}
.btn-file-data:focus,
.btn-file-data.focus {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.btn-file-data:hover {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.btn-file-data:active,
.btn-file-data.active,
.open > .dropdown-toggle.btn-file-data {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-file-data:active:hover,
.btn-file-data.active:hover,
.open > .dropdown-toggle.btn-file-data:hover,
.btn-file-data:active:focus,
.btn-file-data.active:focus,
.open > .dropdown-toggle.btn-file-data:focus,
.btn-file-data:active.focus,
.btn-file-data.active.focus,
.open > .dropdown-toggle.btn-file-data.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-file-data:active,
.btn-file-data.active,
.open > .dropdown-toggle.btn-file-data {
  background-image: none;
}
.btn-file-data.disabled:hover,
.btn-file-data[disabled]:hover,
fieldset[disabled] .btn-file-data:hover,
.btn-file-data.disabled:focus,
.btn-file-data[disabled]:focus,
fieldset[disabled] .btn-file-data:focus,
.btn-file-data.disabled.focus,
.btn-file-data[disabled].focus,
fieldset[disabled] .btn-file-data.focus {
  background-color: #1E191B;
  border-color: #E30615;
}
.btn-file-data .badge {
  color: #E30615;
  background-color: #fff;
}

/* btn ka FINE */

.txt-shadow {
	text-shadow: -1px  1px 2px rgba(0,0,0,0.5);
	
	
	
}


.numerone {
	font-family: "VAG Rounded Std Bold", "Arial";
	font-weight:700;
	font-size: 5em;
	color: #ffffff;
	line-height: 1.0em;
	margin: 0;
text-shadow: -2px  2px 4px rgba(0,0,0,0.5);
	}
@media (max-width: 767px) {
	
	.numerone {
		text-align:center;
		}
	
	
	
	}




.numerone2 {
	font-weight: 900;
	font-size: 2em;
	color: #ffffff;
	line-height: 1.0em;
	margin: 0;
text-shadow: -2px  2px 4px rgba(0,0,0,0.5);
	}
@media (max-width: 767px) {
	
	.numerone2 {
		text-align:center;
		}
	
	
	
	}



.vcenter {
 display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 767px) {
.vcenter {
 display: block;
 text-align:center;
}

}

.paddingtop { 
	margin-top:15px;
	}
	
	
.padding0 { 
	padding-left:0px;
	padding-right:0px;
	}
	
	
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #E30615;
}







.header_logo {
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
	color: undefined;

	
	}



.selectwidth {
	
	display:inline-block;
	
	}
.selectwidth-modello {
	
	display:inline-block;
	max-width: 500px;
	
	}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #D7D7D7;
	opacity: 1;
}

.banner {
          background-color:#20232b; 
		  background-image: url(../images/sfondo_donna.jpg); 
		  background-position:center left; 
		  background-repeat:no-repeat; 
		  background-size:cover;
	}
	
	
@media (max-width: 991px)  {
  .banner {
	  background-color:#20232b; 
		  background-image: none; 
		  background-position:center left; 
		  background-repeat:no-repeat; 
		  background-size:cover;
    
  }
}	
	

body {
	/*background-image:url(../images/sfondo_2018.jpg);
	background-position: center 80px;
	background-repeat:no-repeat;
	background-size:contain;*/
	
	
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	color: #2a2622;
	background-color: #ffffff;	/*text-shadow: -1px 1px 1px rgba(0,0,0,0.5);*/
	}
	
	

.txt_evidenziato {
	color: #E30615;
	}
.txt_bianco {
	color: #ffffff;
	}
.txt_nero {
	color: #000000;
	}

#rimborso {
	font-size: 2.0em;
	font-weight: 700;
	color: #E30615;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.80);
	}

h1, h2, h3, h4, h5, h6 {
    font-family: "VAG Rounded Std Bold"; 
	font-weight:700;
	
	}

.titolo {
	}

.titolo:before {
	
	/*display: block;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ffed00;
    content: "";
    background-color: #ffed00;
    margin-top: 10px;*/
	
	}
	
	
	

    
#wrapper {
	/*background-image:url(../images/header_sfondo.jpg); 
	background-position: top left; 
	background-size: contain; 
	background-repeat:no-repeat;
	background-color: #ffffff;
	color: #000000;*/
}

.txt_shadow {
	text-shadow: -1px 1px 2px rgba(0,0,0,0.50);
	}	
	
a {
	color: #E30615;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000000;
	text-decoration: underline;
}

.form-control:focus {
	border-color: rgba(2,115,183,1.00);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px 0px rgba(255,255,255,0.08),0 0 8px rgba(2,115,183,0.50);
	box-shadow: inset 0 1px 1px 0px rgba(255,255,255,0.08),0 0 8px rgba(2,115,183,0.50);
}



.well_rosso {
	background-color: #E30615;
	border: 0;
	border-radius: 0px;
	
-webkit-box-shadow: -12px 10px 12px -5px rgba(0,0,0,0.29);
-moz-box-shadow: -12px 10px 12px -5px rgba(0,0,0,0.29);
box-shadow: -12px 10px 12px -5px rgba(0,0,0,0.29);
	}
	
	

.errore_validazione {
	color: #ffffff;
	font-weight: 700;
	display: block;
	padding: 5px;
	margin-top: 5px;
	border-radius: 5px;
	border: 2px solid #E30615;
	background-color: #E30615;
}


#cashon .errore_validazione h4  {
	
	text-shadow:none;
}

.separatore {
	margin-top: 15px;
	margin-bottom: 15px;
}





/* nav bar */


.navbar-brand {
    float: left;
    height: 0px;
    padding: 0px 0px; 
    
    
}

@media (min-width: 769px) {
.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
}

.navbar-custom {

	border-bottom: 1px solid rgba(230, 230, 230, 0.9);
	font-family: "Roboto", sans-serif;
	background-color: rgba(255,255,255,0.85);
	text-align: center;
}
.navbar-custom .navbar-toggle {
  color: #ffffff;
  background-color: #E30615;
  font-size: 12px;
  text-transform:uppercase;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
	 color: #fff;
  outline: none;
   background-color: #E30615;
}
.navbar-custom .navbar-brand {
  
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
	color: #000;
	
}


.margin-nav {
	margin-right:20px;}

.navbar-custom .nav li a {
	text-align:center;
	font-family: "Roboto", sans-serif;
	font-size:20px;
 	color: #2a2622;
	background-color: transparent;
	border-color: #ffffff;
	font-weight:normal;
	-webkit-transition: background-color 300ms ease-out 0s;
  	-moz-transition:  	background-color 300ms ease-out 0s;
  	transition:  		background-color 300ms ease-out 0s;
  	transition: color 300ms ease-out 0s;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	margin-top: 18px;
  
}
.navbar-custom .nav li a:hover {
	color: #E30615;
	outline: none;
	background-color:transparent !important;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
	color: #E30615;
	outline: none;
	background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
	color: #E30615;
	background-color: transparent;
}
.navbar-custom .nav li.active a:hover {
	color: #E30615;
	background-color: transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (max-width: 768px) {
	.navbar-fixed-top {
	margin: 0;
	}
.margin-nav {
	margin-right:0px;}


	
.container > .navbar-collapse {
	
	background-color: #E30615;	
	
  }
	
  .navbar-collapse .nav li a {
	width: 100%;
	color: #ffffff;
	background-color: #E30615;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	padding-bottom:20px;
}
	
.navbar-custom .nav li.active a  {
	color: #ffffff !important;
	
}

.navbar-custom .nav li.active a:hover  {
	color: #E30615 !important;
	
}	
	
	
.navbar-custom .nav li.active a:active ,
.navbar-custom .nav li.active a:focus {
	color: #E30615 !important;
	
}	
	
	

}