section#panel01{background:#0d69a3}
section#panelMobile{display:none}

#bannerAssistenza{clear:both;position:relative;top:170px;background:#d2d2d2;text-align:center;overflow:hidden;padding-top:18px}
#bannerAssistenza img{margin:0 auto}


.Testo{color:#0d69a3;font:22px/29px robotocond,arial;text-align:center}

.Titolo{text-align:center;}

.SottoTitolo{  
    font: 2.7em robotolight,arial !important;
}









	
#indirizzi{padding:24px;clear:both;position:relative;top:130px;background:#0d69a3;
    color: #fff;
    font: 2.4em robotolight;text-align:center
}

#contatti{position:relative;top:160px;background:#9da5ad;padding:30px 24px 40px 24px;height:340px;    color: #fff;
    font: 1.8em robotolight;}
	#contatti a{ color: #fff;}
	#contatti a:hover{ color: #26323d;}
	
	.boxCont{clear:both;padding-top:20px;}
	
	.txtCont{margin-top:20px}
	
	#contact{margin-top:40px}
	
.imgCont{ 
    border:1px solid #fff;
    border-radius: 500px;
    color:#fff;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    width: 90px;
	transition: all 0.3s ease 0s;text-align:center;float:left;margin-right:3%}
	
	

	.imgCont:hover{transition: all 0.3s ease 0s;}
	
	.cols{  width: 47%;float:left}
	.cols:last-child{margin-left:6%;}
	
	
	#percorso{ color: #0d69a3;border-bottom: 1px solid #0d69a3;
   font: 2.8em/1.1em robotocond;text-transform:uppercase;margin:0 auto;padding: 220px 0 5px 0;text-align:center;margin-bottom:35px}
	#formContattaci{position:relative;top:130px;background:#fff;height:730px;padding:24px;}
	
	#formContatti{width:60%;margin:50px auto}
	.urfdiscaccept{font: 1em roboto;text-align:left}



.pull-left{margin-top:18px;}

.pull-left input {
    cursor: pointer;
    background: #0d69a3;
    border-radius: 20px;
    border: 0;
    padding: 6px 0 7px 0;
    width: 128px;text-transform:uppercase;
    font: 1.1em robotocond;
    color: #fff;transition: all 0.3s ease 0s;
}

.pull-left input:hover{background:#ffca23;color:#4a4c4e;
    transition: all 0.3s ease 0s;cursor:pointer;}
	
	
	
	
#footer{position:relative;top:112px;margin-top:20px}


/* FORM */


textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }


     


/* We use this to get basic styling on all basic form elements */
#contact input[type="text"],
#contact input[type="password"],
#contact input[type="date"],
#contact input[type="datetime"],
#contact input[type="datetime-local"],
#contact input[type="month"],
#contact input[type="week"],
#contact input[type="email"],
#contact input[type="number"],
#contact input[type="search"],
#contact input[type="tel"],
#contact input[type="time"],
#contact input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.95);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  #contact input[type="text"]:focus,
  #contact input[type="password"]:focus,
  #contact input[type="date"]:focus,
  #contact input[type="datetime"]:focus,
  #contact input[type="datetime-local"]:focus,
  #contact input[type="month"]:focus,
  #contact input[type="week"]:focus,
  #contact input[type="email"]:focus,
  #contact input[type="number"]:focus,
  #contact input[type="search"]:focus,
  #contact input[type="tel"]:focus,
  #contact input[type="time"]:focus,
  #contact input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  #contact input[type="text"][disabled],
  #contact input[type="password"][disabled],
  #contact input[type="date"][disabled],
  #contact input[type="datetime"][disabled],
  #contact input[type="datetime-local"][disabled],
  #contact input[type="month"][disabled],
  #contact input[type="week"][disabled],
  #contact input[type="email"][disabled],
  #contact input[type="number"][disabled],
  #contact input[type="search"][disabled],
  #contact input[type="tel"][disabled],
  #contact input[type="time"][disabled],
  #contact input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error #contact input,
#contact input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error #contact input:focus,
  #contact input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #c60f13; }

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

/* Custom Checkbox and Radio #contact inputs */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #cccccc;
  background: white; }
  form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  form.custom .custom.checkbox:before {
    content: "";
    display: block;
    line-height: 0.8;
    height: 14px;
    width: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff; }
  form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222222;
    position: relative;
    top: 3px;
    left: 3px; }
  form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222222; }

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom #contact input, disabled */ }
  form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top; }
    form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: 200px; }
    form.custom .custom.dropdown .current {
      cursor: default;
      white-space: nowrap;
      line-height: 2.25em;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 0.5em;
      margin-right: 2.3125em; }
    form.custom .custom.dropdown .selector {
      cursor: default;
      position: absolute;
      width: 2.5em;
      height: 2.3125em;
      display: block;
      right: 0;
      top: 0; }
      form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: #aaaaaa transparent transparent transparent;
        position: absolute;
        left: 0.9375em;
        top: 50%;
        margin-top: -3px; }
    form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 5px;
      border-color: #222222 transparent transparent transparent; }
    form.custom .custom.dropdown .disabled {
      color: #888888; }
      form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888888; }
        form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    form.custom .custom.dropdown.small {
      max-width: 134px; }
    form.custom .custom.dropdown.medium {
      max-width: 254px; }
    form.custom .custom.dropdown.large {
      max-width: 434px; }
    form.custom .custom.dropdown.expand {
      width: 100% !important; }
    form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.medium ul {
      min-width: 254px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px; }
    form.custom .custom.dropdown ul li {
      color: #555555;
      font-size: 0.875em;
      cursor: default;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      padding-left: 0.375em;
      padding-right: 2.375em;
      min-height: 1.5em;
      line-height: 1.5em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: black; }
      form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: black; }
      form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: default;
        color: black; }
    form.custom .custom.dropdown ul.show {
      display: block; }
  form.custom .custom.disabled {
    background-color: #dddddd; }

/* Button Groups */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > * {
    margin: 0 0 0 -1px;
    float: left; }
    .button-group > *:first-child {
      margin-left: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
 }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
 }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li .button {
      width: 100%; }

.button-bar {
  *zoom: 1; }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.625em; }
    .button-bar .button-group div {
      overflow: hidden; }








#contact input:focus::-webkit-#contact input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
#contact input:focus:-moz-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
#contact input:focus::-moz-placeholder {
  color: #000;
}
:-ms-#contact input-placeholder {
  color: #000;
}
#contact input:focus:-ms-#contact input-placeholder {
  color: #000;
}





#contact input[type=text],#contact input[type=email],
textarea, select {
  font-family: Roboto;color:#red;
  font-size: 14px;
  line-height: 1.2em;
  /*background-color: #c3c3c3;*/
  padding: 1em;
  height: auto;
}
#contact input[type=text]:focus,#contact input[type=email]:focus,
textarea:focus {
  background-color: #e1e1e1;
}
#contact input[type=text]:hover:focus,#contact input[type=email]:hover:focus,
textarea:hover:focus {
  background-color: #e1e1e1;
}
#contact input[type=text]:hover,#contact input[type=email]:hover,
textarea:hover {
  background-color: #e1e1e1;
}
#contact input[type=text].error,#contact input[type=email].error,
textarea.error {
  background-color: #fccdd5;
}
#contact input[type=submit] {

}
#contact input[type=submit].alt {
  padding: 1.5em 3em;
  color: #003d86 ;
  background-color: rgba(235, 234, 233, 0.9);
  border: 1px solid #003d86 ;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}


#messageConf{margin-top:20px;font:16px roboto;text-align:center;color:red}


#regformdisclaimerarea {
  font: 14px roboto;
  color: #5f6062;;
}

#regformdisclaimerarea a {
  color: #333233;
  font-weight: bold;
}



@media (max-width: 1280px){
#bannerAssistenza{top:168px;}
	#content {
    margin-top: 0px;
}

	section#panel01{display:none}
section#panelMobile{background:#0d69a3;display:block;margin-bottom:0px;height:300px;overflow:hidden;clear:both;position:relative;top:-51px;text-align:center}

#panelMobile img{position:relative;bottom:210px;margin:0 auto}
#panelMobile #titoloCont {margin-top:0px}

.titoloCont{font:1em/0.95em roboto;margin-top:20px}
.txtCont{  
    font: 0.9em robotolight;
}

	.imgCont{width:70px;height:70px;}
#contatti{font:1.6em robotolight;}

.txtPanel {
    width: 100% !important;
margin:0 auto  !important;
position:static  !important;

    text-align: center !important;

    top: 0 !important; 

	 color: #fff !important; 
    font: 3.3em/1.2em robotolight, arial !important;

}

}
	
	
@media (max-width: 1023px){
#bannerAssistenza{top:30px;}
#bannerAssistenza img{width:100%}
	#maincontarea{width:98%;margin-left:1%;margin-bottom:30px}
	#percorso{ padding: 40px 0 5px 0;}

section#panelMobile{top:0px;margin-bottom:28px}
#panelMobile img{width:100%;bottom:200px}
.titoloCont{margin-top:20px}
	
#formContatti{width:80%}
#indirizzi{font:2em robotolight}

.cols{float:none;margin:0 auto;width:96%}
.cols:last-child{margin:0}
#contatti{font:1.6em robotolight;height:auto}
	}
	
	
	
@media (max-width: 880px){
#formContatti{width:98%;margin:0px auto}
.imgCont{width:50px;height:50px;}

	}
	
	
	@media (max-width: 680px){	
#bannerAssistenza{top:20px;height:22vh;padding-top:4px}
#bannerAssistenza img{margin-top:3.5%}
				#percorso{ padding: 30px 0 0 0;   font: 1.75em/1em robotocond;}
section#panelMobile{height:200px;}
#panelMobile img{width:135%;bottom:125px;margin-left:-14%}

.titoloCont{margin-top:10px}

.Testo {

    font: 14px robotocond,arial !important;
}


	}


