﻿
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/*
font-family: 'Work Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

html, body {
    font: 100% 'Work Sans', sans-serif; /*16px*/
    font-weight: normal;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    margin: 0;
    color: #262627;
}


body {
	background-color:#ffffff;	
    height:100%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding:0;
}
.row {
	padding:0;
	margin:0;	
}
div, section, p, a, table, ul, ol, li, h1, h2, h3, input, select, textarea { 
	box-sizing:border-box;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

div, p, a, table, ul, ol	{	
	font-size:1em; 
	color:#454545; 
}
ul, li	{	
	list-style:none; 
	margin:0;
}

h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #262627;
}
h1 {
    font-size:2.2em;
    margin-top:40px;
    margin-bottom:20px;
}
h2 {
    font-size:1.5em;
    padding-top:8px;
    padding-bottom: 12px;
}
h3 {
    font-size:1.1em;
}
a	{	
    color:#EB6D42;
    font-weight:700;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover		{	
	text-decoration:none;
	color:#383838;
}
p a	{	
	text-decoration:underline; 
 	color:#EB6D42;
    font-weight:700;
 }
p a:hover	{	
  	color:#383838;
  }
 
p.text {	
	padding:20px 15px;
	text-align:left;
	line-height:1.6em;
}
p.text span { 
	font-weight:700;
	color:#f55b83;
}
.invisibile { 
    display:none;	
}
.titlePage {
    padding-bottom:16px;
    margin-bottom:30px;
}
.titleInfo {
    padding:24px 0 12px 0;
}
.errore-msg, span.errore {
    display:inline-block;
    clear:both;
    font-weight:700;
    color:#d40000;
    margin-bottom:5px;
    font-size:0.9em;
}
strong {
    font-weight:700;
}

.font-size-note {
    font-size:0.85em;
    font-style: italic;
}
.font-size-sottotitolo {
    font-size:1.4em;
    text-transform: uppercase;
}
.font-size-slogan {
    font-size: 2em;
}

.font-size-text-plus {
    font-size:1.16em;
}
.font-size-title {
    font-size: 2.2em;
}
.font-size-big {
    font-size:3.1em;
}
@media (max-width:600px) {
    .font-size-big {
        font-size: 2.5em;
    }
}

.font-weight-medium {
    font-weight: 400;
}
.font-weight-semibold {
    font-weight:500;
}
    .font-weight-bold {
        font-weight: 600;

    }
.text-white {
    color:#ffffff !important;
}
.text-black {
    color:#262627 !important;
}
.text-orange {
    color: #EB6D42 !important;
}

.btn-large {
    padding: 18px 28px !important;
}

.bg-black {
    background-color: #262627 !important;
}
.bg-info {
    background-color: #EB6D42 !important;
}


    /*classi ------------------------------------------------------------------------------------------------------------------------------------------- */
    .clear, .clearfix {
        clear: both !important;
        display:block;
        width:100%;
        padding:0;
        margin:0;
    }
.clearing												{	height:auto !important; min-height:10px; height:1px;
}
.clearing:after											{	content:"."; clear:both; display:block; visibility:hidden; height:0;
}
.hide,
.hidden {
    display: none !important;
}
.fixed {	
	position:fixed;
	top:0;
	z-index:200;
	width:100%;
	max-width:996px;
}
.fixed-menu {	
	position:fixed;
	top:108px; /* annulla il margin-top di 2 pixel del menu */
	z-index:200;
	width:100%;
	max-width:996px;
}
.visible {
	display:block !important;	
}
.center {	
	text-align:center !important;
}


#tagsCloud {    
    display:none;
    text-align:center;
    padding-bottom:20px;
}
#tagsCloud a {  
    font-size:0.7em;
    line-height:0.9em;
    padding:0 6px;
    color:#727272;
    text-transform:uppercase;
}
#tagsCloud a:hover {    
    color:#232323;
}
p.titleTags {   
    text-align:center;
    font-weight:700;
    color:#323232;
    font-size:1.5em;
}


table.tabella {
    width:100%;
    margin-bottom:30px;
}
table.tabella th, table.tabella td {
    padding:14px 20px;
    border-bottom:1px solid #ebebeb;
}
table.tabella th {
    background-color:#202020;
    font-weight:700;
    color:#fff;
}
p.nota-form-home {
    color:#787878;
    padding-bottom:12px;
}





.msgAlert2 {
    font-weight:700;
}



/* Struttura */

.background-home {
    background:#ffffff;
    
}

.container {
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding:0;	
}


#top {
    background: #EB6D42;
    padding: 8px;
    margin-bottom: 15px;
}
#top p	{	
    font-size:0.8em;  
    color:#ffffff; 
    text-align:center; 
    text-transform:uppercase; 
    font-weight:600; 
    letter-spacing:3px;
    margin:0;
    padding:0;
}

#navigazioneHeader {

}

/* Menu Principale */
.navbar {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 1px;
    padding: 0;
    background: #ffffff;
    border-radius: 0;
}

.navbar-nav > li > a {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.86em;
    display: block;
    padding: 16px 14px;
    color: #262627;
    font-family: 'Work Sans', sans-serif;
}


.navbar-nav > li.ultima > a {
	border:none;	
}
.navbar-nav > li > a:hover {
    color: #EB6D42;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:visited, .navbar-nav > li > a:active {
    color: #EB6D42;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #EB6D42;
}
.navbar .navbar-toggler .icon-open {
    display: block;
    height: 24px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding:0;
    margin-top:2px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color:#f5f5f5;
    border:none;
    border:none;
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-left: 6px solid #f5f5f5;
    padding: 16px 20px;
    text-transform: uppercase;
    font-size: 0.82em;
    color: #262627;
}
.dropdown-item:hover,
.dropdown-item:focus {
    text-decoration: none;
    color: #EB6D42;
    background-color: #ffffff;
    border-left: 6px solid #232323;
}


#header {   
    padding:15px 0;
}
#section-form-home {
}
.link-preventivo-completo {
    display:block;
    margin-bottom:15px;
    text-align:center;
    font-size:1.1em;
    font-weight:400;
}
.link-preventivo-completo:hover {
    color:#ffffff;
}
.link_login {
    font-size:0.9em;
    color:#646464;
}
.link_login span {
    display:inline-block;
    padding:10px;
    padding-top: 8px;
    font-size: 1em;
    line-height: 1.2em;
}
.icona-ys {
    max-width: 40px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
 


}
@media (max-width: 991px) {
    .navbar-nav > li > a {
        text-align:left;
    }
    .nav-item {
        padding-left:12px;
        padding-right: 12px;
        font-size:120%;
    }
}
/* ---- pannello di LOGIN ---- */
#panel_login {
    padding: 24px;
    background: #fff;
    position: absolute;
    top: 61px;
    left: auto;
    right: 0;
    z-index: 50000;
    border: 1px solid #d7d7d7;
    min-width: 215%;
}
    #panel_login p.recuperoPassword {
        display: block;
        padding: 0;
        padding-bottom: 11px;
        color: #575757;
        font-size: 13px;
        line-height: 14px;
        text-align: left;
        font-weight: 400;
    }
#panel_login a.recuperoPassword							{	display:block; padding-top:10px; font-size:0.9em; white-space:nowrap;  
}
#panel_login a.recuperoPassword:hover					{	color:#cccccc;  
}
#panel_login a.registrati								{	display:block; padding-top:10px; font-size:1.2em; font-weight:700;
}
#panel_login a.registrati:hover							{	color:#cccccc;
}
#bottoneLogin, 
#bottoneRecuperoPassword					{	
    display:block; 
    padding:12px; 
    background:#EB6D42; 
    color:#ffffff; 
    font-size:14px; 
    text-align:center; 
    text-transform:uppercase;
    font-weight:700;
}
#bottoneLogin p											{	color:#f8f8f8; font-size:13px; font-weight:500; 
}

#vocePannelloDiControllo a.logofflink                   {   color:#262627; font-weight:700; padding:0; padding-top:12px;
}
#vocePannelloDiControllo a.logofflink:hover             {   color:#989898;
}

.navbar__panel .row > div {
    border-left: 1px solid #323232;
}
.navbar__panel .link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    height: 100%;
}
    .navbar__panel .link > span:first-child {
        display: block;
        text-transform: uppercase;
        font-size: 0.8125rem;
        font-weight: 600;
        padding-bottom: 0.625rem;
    }
    .navbar__panel .link > span:last-child {
        margin-top: auto;
    }
    .navbar__panel .link:hover > span {
        color:#ffffff;
    }


    input[type="text"], 
    select, 
    .form-control,
    input[type="email"], 
    input[type="password"] {
        border-radius: 9px;
        padding: 15px;
        background: #fff;
        border: 1px solid #8f8f8f;
        font-size: 0.95em;
        font-weight: 400;
        width: 100%;
        height: auto !important;
        line-height: inherit;
        max-height: 47px;
        margin-bottom: 6px;
        color: #575757;
    }
input[type="submit"] {
    color:#fff;
    text-transform:uppercase;
    font-size:1em;
    background:none;
    border:none;
    border-radius:0;
    -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
}
select,
.form-control {    
    background:url(../images/comuni/arrow.png) right no-repeat #fff;
    cursor:pointer;
}
span.Login { 
    padding-top:9px; 
    color:#242424;
}
p.Logoff {
    font-weight: 300;
    font-size: 12px;
    color: #999999;
    line-height: 11px;
}

input[type="checkbox"], input[type="radio"] {
    width:16px;
    height:16px;
    background:#fff;
    border:1px solid #cacaca;
    margin-right:8px;
    margin-left:0;
}
input[type="checkbox"]:checked {
    background-color:#EB6D42;
}
input[type="radio"] {
    border-radius:16px;
}
input[type="radio"]:checked {
    background-color:#EB6D42;
}





#menuHeader {
    padding: 7px;
    text-align: right;
}
#menuHeader ul											{	list-style:none; 
}
#menuHeader ul li										{	display: inline-block;
}
#menuHeader ul li a										{	padding-left:12px; white-space:nowrap; font-size:15px; color:#5c5c5c; font-weight:500;
}
#menuHeader ul li a:hover								{	color:#999999; 
}

#social {
    padding-top: 6px;
    text-align: right;
    width: auto !important;
}
    #social a {
        color: #827E7A;
        font-weight: 400;
        font-size: 0.84em;
        display: flex;
        align-items: center;
    }
 #social a i {
    color: #1877f2;
    font-size:2.2em;
}


/* BANNER ONE */
#bannerOne {
    text-align: center;
    background: #212121;
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: center;
}
    #bannerOne h2 {
        color: #EB6D42;
        font-size: 2em;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
#bannerOne h2 span {
    font-size:1.3em;
    line-height:1.2em;
}
    #bannerOne h3 {
        color: #ffffff;
        font-size: 1.25em;
        padding-top: 16px;
        font-weight: 400;
        
    }

/* SLIDER HOME */
#sliderHome .carousel-inner {
    background: #101111;
}


/* Gallery Carousel */
.gallery-carousel {
    background-image: url("../images/home/bg-gallery.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#gallery-carousel .carousel-inner {
    background: transparent;
}
#gallery-carousel .carousel-inner .card {
    background: transparent;
    border: none; 
    padding:0;
}
#gallery-carousel .carousel-control-prev {
    left: 36%;
    top: auto;
    bottom:0;
    height: 100px;
}
#gallery-carousel .carousel-control-next {
    right: 36%;
    top: auto;
    bottom:0;
    height: 100px;
}
@media (max-width:767px) {
    .gallery-item {
        border-top: 1px solid #ffffff;
    }
    #gallery-carousel {
        width: 100% !important;
    }
    .gallery-carousel {
        background-size: 338%;
        background-position: center top;
        background-repeat: repeat-y;
    }
}


/* FORM */
#section-form-home {
    
}
#formHome {
    text-align:center;
}
#section-form-home p {
    text-align:center;
}
#section-form-home h1 {
    color:#f15a22;
    margin-bottom:20px;

}



#section-form-home h3 {
    color:#262627;
    margin-bottom:15px;
    text-transform:uppercase;
    font-size:0.80em;
}

.form-home-item {
    /* padding:10px;
    padding-bottom: 0;*/
}

#bottoneSpedisciHome {
    text-align:center;
    margin-top:20px;
}
.bottone {
    text-align:center;
}

.bottone-light {
    text-align:left;
}

.bottone-light a    {
    margin-top:15px;
    padding:10px 20px;
    font-size:0.85em;
}
.bottone span {
    padding-left:10px;
}

#bottoneSpedisciHome a {
    font-size:1.8em;
    border-radius:6px;
}
#bottoneAggiungiContatto {
    margin-bottom:30px;
}
input.bottone-generico.bottone-elimina[type="submit"] {
    background-color:#ca0000;
}
input.bottone-generico.bottone-elimina[type="submit"]:hover {
    background-color:#202020;
}



.btn,
.bottone-generico,
input[type="submit"].bottone-generico,
.bottone a {
    display: inline-block;
    padding: 10px 15px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background: #EB6D42;
    border-radius: 30px;
    border: 2px solid #fff;
    font-size: 0.95em;
}
    .bottone-generico:hover,
    input[type="submit"].bottone-generico:hover,
    .bottone a:hover {
        background: #2F3031;
        color: #fff;
    }
    .btn-big {
        font-size:1.2em !important;
        padding: 15px 20px !important;
        border-radius:50px !important;
    }

.form-container {
    background:#212121;
    padding:10px 15px 0 15px;
}

.areaText {
    max-width:1170px;
    margin-left:auto;
    margin-right:auto;
}
@media (min-width: 768px) {
    .areaText {
        padding-left:0;
        padding-right:0;
    }
}
.areaText p {
    line-height:1.5em;
}

.areaText h2, .areaText h3 {
    display:block;
    text-align:left;
    padding-bottom:8px;
}
.areaText h2 {
}
.areaText h3 {
    margin-top:30px;
}


.areaText ul.listMain li, 
.areaText ul li {
    list-style-type:disc;
    padding:10px 0;
}

.text-landing {
    max-width:640px;
    margin:0 auto;
}
.areaText.text-landing ul {
    padding-left:0;
    
}
.areaText.text-landing ul li {
    list-style-position:inside;
}
.areaText.text-landing p span,
.areaText.text-landing ul li span {
    font-size:1.1em;
    color:#EB6D42;
}
.img-landing {
    padding:0 40px;
}


.dubbio {
    text-align:center;
   
}
    .dubbio p {
        display: inline-block;
        /*background: #019CBD;*/
        background: #ffae00;
        padding: 12px 20px;
        margin-top: 20px;
        color: #262627;
        border: 1px solid #fff;
    }
    .dubbio a {
        color: #262627;
    }
.pannelloPrenota .dubbio a {
    color:#EB6D42;
}
.dubbio a:hover {
    color:#1d1d1d;
}


.main-content-area {
    /* padding-top:40px; */
    padding-bottom: 20px;
}



/* BANNEr EasyMODAL avviso in Home Page */
/* ******** EASY MODAL ********** */
.easy-modal-animated {
	width: 40%;
	padding: 50px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	background-color:#fff;
}
div#modal-avviso h2	{	
	font-size:2.8em;
	font-weight:400;
	text-transform:uppercase;
	line-height:0.9em;
	padding-bottom:18px;
	border-bottom:1px solid #ebebeb;
}
div#modal-avviso p	{	
	padding-top:16px;
	font-size:1.30em;
	line-height:1.3em;
	color:#575757;
	font-weight:400;
    text-align:center;
}
div#modal-avviso .checkbox label span {
    font-weight:700;
    text-transform:uppercase;
    font-size:0,75em;
    line-height:25px;
    display:inline-block;
    padding-left:6px;
 }
div#modal-avviso .checkbox {
    display:inline-block;
    margin-top:30px;
    float:right;
}
/* Bottone CHIUDI */
button.animated-close	{
	display:block;	
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	width:16px;
	height:16px;
	background:url(../Images/easyModal/close.png) center no-repeat;
	border:none !important;
}










/* AREA BANNERS */
#bannersPromozioni {
    padding-top:30px;
    border-top:1px solid #d7d7d7;
}
#bannersPromozioni .item-banners { 
 margin-bottom:12px;
}


#bannersPromozioni .item-banners-content { 
	display:block;
	text-align:center;
	color:#fff;
}
#bannersPromozioni .item-banners-content a { 
	display:block;
	min-height:206px;
	width:98%;
	margin:0 auto;
	box-sizing:border-box;
	padding:20px;
	color:#fff;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#bannersPromozioni .item-banners-content a:hover {
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.60);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.60);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.60);
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#bannersPromozioni .item-banners-content a#banner-europa {
	background-color:#0c368a;	
}
#bannersPromozioni .item-banners-content a#banner-america {
	background-color:#1d1d1d;	
}
#bannersPromozioni .item-banners-content a#banner-asia {
	background-color:#EB6D42;	
}
#bannersPromozioni .item-banners-content a#banner-australia {
	background-color:#EB6D42;	
}
#bannersPromozioni h2 { 
	color:#fff;
	font-size:2em !important;
	font-weight:500;
	padding-top:12px;
    padding-bottom:10px;
}
#bannersPromozioni h3 { 
	color:#ebebeb;
	font-weight:500;
	font-size:1em !important;
	line-height:1.2em;
}
#bannersPromozioni .item-banners-content a#banner-asia h3 {
	font-size:0.9em !important;	
}
#bannersPromozioni p.titolo-prezzo {
	color:#cfa460;
	font-weight:700;
	font-size:2em !important;
}
#bannersPromozioni .item-banners-content a#banner-australia p.titolo-prezzo {
	color:#530000;
}
#bannersPromozioni p.titolo-prezzo span {
    font-size:0.6em !important;
}
#bannersPromozioni p.nota-banner { 
	color:#fff;
	font-size:0.7em !important;
	font-style:italic;
}

p a.bottone-info {
    display:inline-block;
    padding:0 4px;
    text-decoration:none;
    margin-left:6px;

}

.fancybox-skin {
    position: relative;
    background: #ffffff;
    color: #575757;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}





#bannerSlogan {
    margin-top:40px;
}

#bannerSlogan a {
    display:block;
    background:url(../Images/home/cliente-affezionato-banner.png) left no-repeat #ebebeb;
    height:200px;
    padding:32px;
    padding-left:32%;
}
#bannerSlogan h1 {
    color:#EB6D42;
    font-size:3.2em;
    text-align:left;
    padding-bottom:5px;
    margin:0;
}
#bannerSlogan h3 {
    color:#202020;
    font-size:2.2em;
    text-align:left;
}
#bannerSlogan img {
    padding-top:12px;
    
}




/* ****** ITEM SPOT ******* */
.spot-area {
    margin-top: 30px;
}
.item-spot {
    margin-bottom:15px;
}
.item-spot-container {
    text-align:center;
    padding:20px;
}
.item-spot h2 {
    color:#202020;
    font-weight:700;
    margin-bottom:5px;
    margin-top:20px;
}
.item-spot p {
    color:#323232;
}
.item-spot-container img {
    width:60%;
    margin:0 auto;
}
.item-spot a {
    display:block;
}
.item-spot-container a.bottone {
    display:inline-block;
    background-color:#202020;
    color:#fff;
    text-align:center;
    padding:6px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:0.8em;
    text-transform:uppercase;
}





/* TRACKING */
#spotTracking {
    padding: 30px 0;
    margin: 0;
    background-color: #262627;
}
    #spotTracking h2 {
        text-transform: uppercase;
        font-size: 2em;
        padding-bottom: 12px;
        color: #EB6D42;
    }
#spotTracking p {
    text-align:center;
    color:#ffffff;
    font-weight: 400;
}
#spotTracking fieldset {
    margin:0 auto;
    float:none;
    text-align:center;
}
#spotTracking input[type="text"] {
    text-align:center;
    font-weight:400;
    font-size:1em;
    color:#575757;
}


/* SPOT ERASMUS */
#spotErasmus	{	
    padding:0 30px;
    margin-bottom:15px;
}
#spotErasmus .content-spotErasmus {
    background:url(../Images/comuni/bgSpotErasmus-02.jpg) center -20px no-repeat #1d86d4; 
    background-size:cover;
    height:216px;
    padding:16px 24px;
    text-align:right;
}
#spotErasmus h2	{	
    font-size:2.4em;
    text-align:right;
    padding-bottom:12px;
    
}
#spotErasmus p	{	
    color:#fff;
    font-weight:700;
    font-size:1.2em;
    float:right;
}
#spotErasmus .bottone {
    float:none;
    display:inline-block;
    margin-top:12px;
}
/* NEWSLETER */
#spotNewsletter {
    padding:0 30px;
    margin-bottom:15px;
}
#spotNewsletter .content-spotNewsletter {
    text-align:center;
}
#spotNewsletter h2 {
    padding-bottom:10px;
    font-size:2em;
    color:#EB6D42;
}
.boxPrivacyNewsletter {
    margin-bottom:10px;
}
.iscrizioneNewsletterOk {
    display:block;
    clear:both;
    padding-top:6px;
    color:#00a166;
    font-weight:700;
}


/* AREA FOCUS */
#areaFocusGenerica {
    margin-bottom: 30px;
}
#assistenzaDirettaGenerica	{	 
    /* padding:15px 30px; */
    padding: 0;
    
}
.content-assistenzaGenerica {
    min-height:128px; 
    background:url(../Images/generica/bgAssistenzaGenerica2.jpg) right no-repeat #fff;
    background-size:cover;
    padding:20px 8px 20px 15px;
    border-bottom:3px solid #EB6D42;

}
#assistenzaDirettaGenerica h2 {
    text-align:left;
    font-size:2em;
}
#assistenzaDirettaGenerica p {
    padding-top:10px;
    font-size:1.1em;
    font-weight:700;
}
#assistenzaDirettaGenerica a {
    display:inline-block;
    padding:6px 0;
    font-size:1.4em;
    color:#EB6D42;
    margin-top:10px;
    margin-bottom:10px;
}
    #assistenzaDirettaGenerica a:hover {
        color:#313131;
    }

    /* SPEDIZIONE */
    .mainSpedisci {
        padding: 4px 0;
    }
#lineaStep	{	
    padding:10px 0 10px 0;
    margin-bottom:20px;
    background-color:#ebebeb;
}
.titleStep {
    font-size: 33px;
    font-weight: 400;
    color: #232323;
    padding-bottom: 10px;
    font-weight: 600;
}

ul#vociLineaStep	{	
    list-style:none; 
    display:block;
    text-align:center;
    padding:0;
}
ul#vociLineaStep li	{	
    display:inline-block;
    margin-right:20px;
    color:#767676;
}
ul#vociLineaStep li a   {	
}
ul#vociLineaStep li a:hover		{	
}
ul#vociLineaStep li.daFareUltimaVoce	{	
}
ul#vociLineaStep li.daFareUltimaVocePrev	{	
}
ul#vociLineaStep li.fatto	{	
}
ul#vociLineaStep li.fatto02		{	
}
ul#vociLineaStep li.inCorso		{	
    font-size:1.2em; 
    font-weight:700; 
    color:#037d5f;
    border-bottom:1px solid #037d5f;
}
ul#vociLineaStep li.inCorsoUltimaVoce   {	
}

.section-form {
    padding:20px 0;
    margin-bottom:25px;
    text-align:center;
}
.section-pacco-multiplo {
    border-top:2px dotted #cacaca;
    margin-top:20px;
}
span.radioSelezione {
    padding:10px;
}

/* STEP 2 */
h2.title-h2-step {
    font-size:2.2em;
    margin-top:40px;
    margin-bottom:20px;

}
.selezioneTipoPacco {
    padding-top:10px;
    padding-bottom:30px;
}
.section-form h3 {
    color: #454545;
    margin-top:12px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 0.9em;
    min-height: 0;
}
ul.ul-verifica-dati {
    padding:0;
}
ul.ul-verifica-dati li {

    padding:10px 0;

}
input[type="button"].btn-mostra, 
input[type="button"].btn-nascondi {
    border: 1px solid #656565;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 26px;
    padding-bottom: 8px;
    max-height: 47px;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    background-color: #262627;
    margin-top: 18px;
    border-radius: 30px;
}
    input[type="button"].btn-mostra:visited,
    input[type="button"].btn-nascondi:visited {
        outline:none !important;
    }

    /* COLLI MULTIPLI */
    div.contenitoreDimensioniMulti {
        padding-top: 20px;
        padding-bottom: 24px;
    }
div.rigaDimensioniMultiTitle								{	padding:0; margin-bottom:8px; border-bottom:1px solid #ebebeb;	
}
div.rigaDimensioniMulti										{	padding-bottom:16px; margin-top:16px; border-bottom:1px solid #ebebeb;	
}
.rigaDimensioniMulti h4 {
    font-size:1em;
    text-transform:uppercase;
    display:inline-block;
    padding:4px 8px;
    border:1px solid #cacaca;
    margin-bottom:6px;
    margin-top:12px;
}
div.voceDimensioniMulti										{	padding-right:6px; padding-bottom:6px; margin-bottom:10px; border-right:1px solid #ebebeb;
}
div.voceDimensioniMulti	h3									{	padding:0; margin:0; padding-left:6px;
}
div.rigaDimensioniMulti .voceDimensioni    					{   display:block; padding-right:6px;   
}
.inputDimensioni											{	display:block; background:#ffffff; border:1px solid #d9d9d9; font-size:12px; padding:0 6px; color:#323232; font-weight:bold; 
}
.inputPeso													{	
}

.costi-accessori {  
    margin-top:25px;
    float:none;
    margin:0 auto;
}



/* step1spedizione */
h4.notaForm {
    padding-top:20px;
    color:#454545;
    font-size:1.2em;
}
.form-block {
    padding:12px 16px;
    margin-top:20px;
    background-color:#f4f4f4;
    min-height: 796px;
}
.form-block-destinatario {
    background-color:#ebebeb;
}
#form-inerno {
    margin-bottom:30px;
}
#form-inerno h3 {
    color:#545454;
    margin-bottom:10px;
    text-transform:uppercase;
    font-size:0.9em;
}









/* PANNELLO DI CONTROLLO */
#pannelloDiControllo	{	
    border-bottom: 3px solid #EB6D42;
    margin-bottom: 3px;
}

ul#vociPannelloDiControllo		{	
    padding:0; 
    display:block;
}
ul#vociPannelloDiControllo li {	
    border-right:1px solid #595959; 
    border-left:1px solid #232323;
    background:#232323;
    margin-bottom:1px;
    height:85px; 
}
ul#vociPannelloDiControllo li img {	
    display:inline-block;
    padding-left:12px;
    padding-top:4px;
}
ul#vociPannelloDiControllo li a		{	
    display:block; 
    text-align:center;
    color:#c4c4c4; 
    font-weight:700; 
    padding:12px 17px; 
    font-size:0.84em;
    line-height:0.9em;
    text-transform:uppercase; 
    height:85px; 
    
}
ul#vociPannelloDiControllo li a:hover {
    background-color:#323232;
}

.rubrica	{	background:url(../Images/pannello_di_controllo/rubrica.png) center bottom no-repeat;
}
.storicoFatture	    {	background:url(../Images/pannello_di_controllo/fatture.png) center bottom no-repeat;
}
.storicoSpedizioni		{	background:url(../Images/pannello_di_controllo/spedizioni.png) center bottom no-repeat;
}
.storicoRitiri		{	background:url(../Images/pannello_di_controllo/ritiri.png) center bottom no-repeat;
}
.profilo		{	background:url(../Images/pannello_di_controllo/profilo.png) center bottom no-repeat;
}

.moduloFiltri .form-item {
    margin-top:0;
}

.moduloFiltri .inputFormData h3 {
    text-align:left;
    padding:0 0 10px 10px;
}
.moduloFiltri label {
    padding-left:10px;
}
.moduloFiltri h2 {
    text-align: left;
    font-size: 1.2em;
}
.filtroFatture {
    margin-bottom:30px;    
}


.form-item input[type="radio"] {
    width: 16px;
    height:16px;
    float: left;
    margin:0;
    margin-right:10px;
    line-height:2em;
}



.paginatore {
    background:#f5f5f5;
    padding:2px 0;
}
.paginatore a, .paginatore span {
    display:inline-block;
    padding:10px;
}







/* indicatori */
ul#vociPannelloDiControllo li.indicatore	{
    height:auto !important;
    padding:15px;	
    text-align:center;
    background-color:#202020;
    border:none;
    margin-bottom: 0;
}
h3.titleIndicatore	{
    color:#fff;	
}


/* NO TRACKING page */
#no_tracking {

}
#no_tracking h3 {
    padding-bottom:20px;
    font-size:1.5em;
    color:#EB6D42;
}
#no_tracking h4 {
    color:#313131;
    text-transform:uppercase;
    padding-bottom:10px;
    padding-top:10px;
    font-size:1.1em;
    font-weight:700;
}
#no_tracking p {
    text-align:center;
    padding-bottom:10px;
}
#no_tracking p span {

    display:inline-block;
    border:3px solid #232323;
    padding:10px 14px;
    font-weight:700;
    color:#434343;
    background:#fff;
}
/* TRANCKING PAGE*/
.tracking_number												{   font-size:150%; margin-bottom:30px; font-weight:700; }
.tracking_detail h3		   										{ 	display: block; height: auto !important; background: #600C6E; padding: 8px 20px 0 20px; border-left: 1px solid #3C0545; border-right: 1px solid #7F1890; cursor:pointer; color:#FFF; text-transform:uppercase;	}

.tracking_detail div											{   margin-bottom:10px; }

.tracking_detail table											{   display:none; table-layout:fixed; }
.tracking_detail table  th										{   font-weight:bold; text-align:left; padding:3px; }
.tracking_detail table  td										{   text-align:left; padding:3px; }


div.tracking_header                                             {   padding:2px; border:1px solid #ebebeb; width:60%; max-width:580px; float:left; background:#ffffff; height:auto !important; min-height:250px;
}
div.tracking_header h3                                          {   border:none; padding:12px; font-weight:700; font-size:18px; color:#fff;
}
div.tracking_header ul                                          {   border:none; padding:12px; list-style:none;
}
div.tracking_header ul li                                       {   padding-bottom:10px;
}
div.tracking_header ul li strong                                {   color:#232323; font-size:16px; font-weight:500;
}
h3.status_D                                                     {   background:url(../images/comuni/spunta.png) no-repeat right #599117;
}
h3.status_I                                                     {   background-color:#599117;
}
h3.status_X                                                     {   background:url(../images/comuni/exception.png) no-repeat right #ff2400;
}
h3.status_X1                                                    {   background:#ffc000;
}
h3.status_X2                                                    {   background:#ffa200;
}
h3.status_X3                                                    {   background:#ff6c00;
}
h3.status_P, status_M, status_MV                                {   background-color:#599117;
}


/*
			case "X1": return "First Attemp";
            case "X2": return "Second Attempt";
            case "X3": return "Third Attempt";
            case "X": return "Exception";
            case "I": return "In Transit";
            case "D": return "Delivered";
            case "P": return "Pickup";
            case "M": return "Billing Information Received";
            case "MV": return "Billing Information Voided";
            case "RS": return "Returned to Shipper";

*/


div.shipping_information                                             {   padding:2px; border:1px solid #ebebeb; width:36%; max-width:380px; float:right; background:#ffffff;
}
div.shipping_information h3                                          {   border:none; padding:12px; font-weight:700; font-size:14px; color:#fff; background-color:#232323;
}
div.shipping_information p                                           {   border:none; padding:12px; font-weight:500; font-size:13px; color:#434343;
}

div.shipped_by                                                       {   padding:2px; border:1px solid #ebebeb; width:380px; float:right; background:#ffffff;
}
div.shipped_by h3                                                    {   border:none; padding:12px; font-weight:700; font-size:14px; color:#fff; background-color:#232323;
}
div.shipped_by p                                                     {   border:none; padding:12px; font-weight:500; font-size:13px; color:#434343;
}

/*Progresso Spedizione */
div.shipment_progress                                               {   padding:2px; border:1px solid #ebebeb; width:100%; background:#ffffff; 
}
div.shipment_progress h3                                            {   border:none; padding:12px; font-weight:700; font-size:15px; color:#fff; background-color:#232323;
}

div.tableArea                                                       {   border:none !important; margin:0; padding:0; padding:8px;
}

table#table_shipment_progress                                       {   background:#ffffff; border:1px solid #ebebeb; width:100%;
}

table#table_shipment_progress td                                    {   padding:8px; vertical-align:middle; 
}

table#table_shipment_progress thead                                 {   background:#d4d4d4; font-size:14px; color:#232323;                                                                    
}
table#table_shipment_progress thead th                              {   height:40px; vertical-align:middle; padding:8px;                                                                    
}



/* Pacchi della spedizione */

div.shipment_packages                                               {   padding:2px; border:1px solid #ebebeb; width:100%; background:#ffffff;
}
div.shipment_packages h3                                            {   border:none; padding:12px; font-weight:700; font-size:15px; color:#fff; background-color:#232323;
}

div.tableArea                                                       {   border:none !important; margin:0; padding:0; padding:8px;
}

table#table_packages                                                {   background:#ffffff; border:1px solid #ebebeb; width:100%;
}

table#table_packages td                                             {   padding:8px; vertical-align:middle;
}

table#table_packages thead                                          {   background:#d4d4d4; font-size:14px; color:#232323;                                                                    
}
table#table_packages thead th                                       {   height:40px; vertical-align:middle; padding:8px;                                                                    
}

/* freccia open */
h3.open                                                               {   background:url(../images/comuni/arrow.png) no-repeat right;
}




/* RIEPILOGO DATI SPEDIZIONE */
#boxRiepilogo {
    padding-bottom:30px;
}
.blocco-riepilogo {
    border: 1px solid #ebebeb;
    padding: 32px;
    background-color: #ffffff;
}
.blocco-riepilogo-col {
    padding-right:15px;
}
.bloccoDati-container {
    padding:6px;
}
#blocco_servizi {
    margin-top:20px;
}
h2.title-riepilogo {
    font-size:1.8em;
    text-transform:uppercase;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #ebebeb;
    color:#454545;
}
h2.title-servizi {
    text-transform:uppercase;
    padding-bottom:10px;
}
p.datiSpedizioneTitolo {
    margin-bottom:0;
    font-size:0.85em;
}
p.datiSpedizioneValore {
    font-weight:700;
}
p span.reloading {
    font-weight:700;
}
p span.nome-servizio {
    color:#EB6D42;
    font-weight:700;
    font-size:1.2em;
}
p.subTotale {
    padding-top:10px;
    margin-top:16px;
    border-top:1px solid #EB6D42;
    font-weight:700;
}
p.valoreSubTotale {
    font-size: 1.2em;
    font-weight: 700;
    color: #EB6D42;
}



/* Spedizione STEP 3 */
.area-selezione-ritiro {
    margin-bottom:30px;
    padding-bottom:20px;
    border-bottom:2px dotted #cacaca;
    text-align:center;
}
.boxPagamento {
    margin-bottom:50px;
    padding-bottom:57px;
    border-bottom:2px dotted #cacaca;
    text-align:center;
}
.boxPagamento p {
    font-weight:700;
    padding:15px;
    border:1px solid #c4c4c4;
    display:inline-block;
    margin-top:2px;
}
.boxCondizioni {
    margin-bottom:15px;
    padding-bottom:15px;
    padding-top:15px;
    text-align:center;
}
#bottoneSpedisci a {
    font-size:1.6em;
    margin-bottom:40px;
    border-radius:6px;
}
.area-selezione-ritiro label {
    padding-bottom:30px;
    line-height:1.6em;
    font-weight:400;
    font-size: 1.1em;
}
.area-selezione-ritiro label span {
    font-size:0.85em;
    display:inline-block;
    padding-top:8px;
}
.area-selezione-ritiro label strong {
    font-weight:700;
}
.area-selezione-ritiro input[type="radio"] {
    vertical-align:top;
}
span.radioCreaRitiro {
    display:block;
}
#bottoneSpedisci {
    margin-top:40px;
}

.errore-ritiro-content {
    padding:30px;
    border:6px solid #ebebeb;
    margin:0 auto;
    margin-bottom:40px;
    max-width:700px;
}
h2.title-ritiro {
    font-size:1.4em;
    text-transform:uppercase;
}
.errore-ritiro span {
    text-transform:none;
    line-height:1.7em;
    font-weight:400;
    color:#323232;
    font-size:1.2em;
}
.errore-ritiro span span {
    font-size:1.6em;
    font-weight:700;
    color:#EB6D42;
}
p.subtitle-02 {
    padding-top:10px;
    color:#434343;
    font-weight:500;
    font-size:0.9em;
    text-align:center;
}


.cta__left {
    height: 100%;
    background-image: url("../images/home/customer-support-box.jpg");
    background-color: #e9f5f3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

.cta__right {
    height: 100%;
    background-image: url("../images/home/newsletter-box-02.jpg");
    background-color: #b9dae1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
@media (max-width: 576px) {

    .cta__left,
    .cta__right {
        padding-left:20px;
        padding-right: 20px;
    }
    .cta__left > div {
        max-width: 60%;
    }

}


.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-radio, .custom-checkbox {
    height: 20px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    height: 58px;
}



/* BOXES HOME */

.boxes-home-item {
    background-color: #1d1d1d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 33% center;
    padding: 3rem;
    padding-top:5rem;
}
@media (min-width:1280px) {
    .boxes-home-item {
        min-height: 340px; 
    }
}

.boxes-home-item .wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    
}
.wrap-dark {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.06486344537815125) 9%, rgba(19,19,19,0.5) 49%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.06486344537815125) 9%, rgba(19,19,19,0.5) 49%);
    background: linear-gradient(90deg, rgba(0,0,0,0.06486344537815125) 9%, rgba(19,19,19,0.5) 49%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#202020",GradientType=1);
}
.wrap-light {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 27%, rgba(243,243,243,1) 57%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 27%, rgba(243,243,243,1) 57%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 27%, rgba(243,243,243,1) 57%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f3f3f3",GradientType=1);
}

    .box-vantaggi {
    background-image: url("../images/home/Vantaggi-YS-Aziende.jpg");
}
.box-spedizioni {
    background-image: url("../images/home/spedizioni-YS.jpg");
}
.box-ecom {
    background-image: url("../images/home/ecommerce-YS.jpg");
}
.box-abbonamenti {
    background-image: url("../images/home/abbonamenti-YS.jpg");
}
.box-tariffespot {
    background-image: url("../images/home/tariffe-spot-YS.jpg");
}
.box-online {
    background-image: url("../images/home/spedizioni-online-YS.jpg");
}
.box-oversize {
    background-image: url("../images/home/spedizioni-oversize.jpg");
}
.box-studenti {
    background-image: url("../images/home/studenti-estero-f3f3f3-icons-YS.jpg");
    background-size: contain;
    background-position: left center;
    background-color: #f3f3f3;
}
@media (max-width:891px) {
    .box-studenti {
        background-size: cover;
        background-position: center center;
    }
}

.box-caption {
    width:54%;
    z-index: 2;
}
.box-full .box-caption {
    width: 48%;
}
.box-caption h2 {
    text-align: left;
    color: #ffffff;
}
.box-caption p {
    font-weight: 500;
    color:#ffffff;
}

    @media (max-width:600px) {
        .box-caption {
            width: 60%;
        }
        .box-full .box-caption {
            width: 60%;
        }

}

    /* ----------- FOOTER ---------------- */
    #footer {
        padding-top: 40px;
        background: #202020;
        padding-bottom: 50px;
    }

    #footerLeft {
        line-height: 1.3em;
    }

    #footerCenter {
        padding: 5px 20px;
        border-right: 1px solid #434343;
        border-left: 1px solid #434343;
    }

    #footerRight {
    }

    #assistenza-clienti {
        padding-bottom: 26px;
    }

    #footer p {
        color: #d4d4d4;
        font-size: 0.8em;
    }

    #footerCenter h2 {
        font-size: 18px;
        color: #fff;
        padding: 0;
        padding-bottom: 10px;
        text-align: left;
    }

    #footerCenter p {
        display: block;
        padding-bottom: 4px;
        font-weight: 300;
        font-size: 14px;
        line-height: 1.2em;
    }

    #footerCenter a {
        color: #fff;
        font-size: 12px; /*font-weight:500;*/
        font-weight: 300;
        text-decoration: underline;
    }

        #footerCenter a:hover {
            color: #EB6D42;
        }

    #footerCenter ul {
        list-style: inside;
        padding-bottom: 16px;
        font-weight: normal;
        padding-left: 0;
    }

        #footerCenter ul li {
            padding-bottom: 8px;
            line-height: 0.70em;
        }

            #footerCenter ul li a {
                display: inline;
                color: #cacaca;
                padding: 0;
                padding-top: 5px;
                font-size: 12px;
                font-weight: 300;
                line-height: 1.2em;
            }

    #footerCenterLeft {
        width: 237px;
        float: left;
    }

    #footerCenterRight {
        width: 174px;
        float: right;
    }



    #menuFooter {
        min-height: 200px;
    }

        #menuFooter a {
            display: block;
            height: 25px;
            clear: both;
            text-align: right;
            font-size: 13px;
            color: #f1f1f1;
        }

            #menuFooter a:hover {
                color: #ffffff;
            }

    #credits {
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: #6b6b6b;
        text-align: right;
    }

        #credits a {
            font-size: 12px;
            color: #676767;
        }

            #credits a:hover {
                color: #ffffff;
            }



    .caret {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 2px;
        vertical-align: middle;
        border: none;
        background: url(../Images/comuni/arrow-menu.png) center no-repeat;
    }




    /* LOGIN */
    #form_login {
        padding-top: 50px;
    }

    .form-login-container {
        margin: 0 auto;
        float: none;
    }

    a.recuperoPassword {
        display: block;
        padding: 10px 0 4px 0;
        float: none;
        text-align: center;
    }

    a.registratiBanner {
        font-size: 1.3em;
        color: #EB6D42;
        text-align: center;
        display: block;
    }

    .form-item input, .form-item select {
        width: 95%;
        float: none;
        /*margin:0 auto;*/
        display: block;
    }

        .form-item input[type="checkbox"] {
            float: left;
            width: 16px;
            height: 16px;
            margin: 0;
            margin-right: 10px;
        }

    .form-item textarea {
        float: none;
        width: 98%;
        border: 1px solid #c4c4c4;
        font-size: 0.85em;
        background: #fff;
        padding: 15px;
        resize: vertical;
    }

    .form-item {
        margin: 20px 0;
    }

    #bottoneLoginInterno {
        text-align: center;
    }

    /* REGISTRAZIONE */
    input[type="checkbox"] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .check-fatturazione {
        margin-top: 32px;
        padding-top: 6px;
        padding-bottom: 3px;
        background-color: #ebebeb;
    }

    .form-item-mail-pw input {
        border: 3px solid #EB6D42;
    }

    .blocco-mail-pw {
        background: #ebebeb;
        padding: 20px;
        margin-bottom: 10px;
    }

    .boxPrivacy-item {
        margin-top: 20px;
        text-align: center;
    }

    h4.title-nota {
        margin-top: 16px;
        color: #787878;
        font-size: 1.1em;
    }

    /* RUBRICA */
    .form-rubrica h3, .formRegistrazione h3 {
        text-align: left;
        padding-bottom: 10px;
    }

    .form-rubrica .form-item input, .formRegistrazione .form-item input {
        margin-left: 0;
    }



    /*  PAGINA SPEDIZIONE COMPLETATA */
    .messaggio-spedizione-completata {
        max-width: 960px;
        border: 1px solid #cacaca;
        padding: 2px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    h2.title-success {
        display: block;
        padding: 20px;
        background-color: #EB6D42;
        color: #fff;
        margin-bottom: 20px;
    }

    .success-content {
        padding: 20px;
    }

        .success-content h3 {
            padding: 0;
            text-align: left;
            margin-bottom: 20px;
        }

    .bottone-lettera-di-vettura {
        display: block;
        padding-left: 70px;
        margin: 0 auto;
        margin-bottom: 20px;
        background: url(../images/comuni/ico-lv.png) 15px center no-repeat #EB6D42;
    }

        .bottone-lettera-di-vettura:hover {
            background: url(../images/comuni/ico-lv.png) 15px center no-repeat #580e7f;
        }

    .messaggio-2-spedizione-completata {
        margin-top: 30px;
        display: inline-block;
        padding: 20px;
        background: #202020;
        color: #fff;
    }

    h2.title-h2-sezione-form {
        font-size: 2.2em;
        margin-top: 40px;
        margin-bottom: 20px;
        border-top: 1px solid #ebebeb;
        padding-top: 20px;
    }


    /* Panel tanckyou Landing Page */
    .panel_thankyou {
        text-align: center;
        padding: 40px;
    }

        .panel_thankyou p {
            font-weight: 700;
            font-size: 1.9em;
            color: #EB6D42;
        }



    #form_recupero_password_inpage {
        margin-top: 40px;
        padding: 20px 30px;
        padding-top: 0;
        text-align: center;
    }

        #form_recupero_password_inpage > legend {
            font-size: 1.3em;
            text-transform: uppercase;
            background: none;
            padding: 10px;
            margin-bottom: 20px;
        }

        #form_recupero_password_inpage h4 {
            padding-bottom: 14px;
        }

        #form_recupero_password_inpage input[type=text] {
            max-width: 300px;
        }


    #messaggio_recupero_password_inpage {
        margin-bottom: 15px;
        margin-top: 10px;
        display: inline-block;
        font-weight: 700;
        color: #28943b;
    }


    /* RESPONSIVE */
    @media (max-width:991px) {
        .container {
            padding: 0 10px;
        }

        #section-form-home h3 {
            min-height: inherit;
        }
    }


    @media (max-width:1024px) {

        #bannerSlogan a {
            padding: 22px;
            padding-left: 33%;
        }

        #bannerSlogan h3 {
            font-size: 2em;
        }

        .easy-modal-animated {
            width: 60%;
            padding: 40px;
        }
    }


    @media (max-width:768px) {

        #navigazioneHeader {
            float: none;
            text-align: center;
            border-top: 1px solid #d7d7d7;
            margin-top: 12px;
            padding-top: 8px;
            justify-content: space-between;
            width: 100%;
        }

        #menuHeader {
            float: left;
            display: block;
            text-align: left;
        }

            #menuHeader ul {
                text-align: left;
                padding: 0;
            }

                #menuHeader ul li {
                    display: inline-block;
                    float: none;
                }


        #vocePannelloDiControllo {
            float: right;
            width: auto !important;
            display: inline-block;
            text-align: right;
        }

        .link-login {
            flex-direction: row;
            align-items: center;
        }


        input[type="text"], select, input[type="email"], input[type="password"] {
            max-height: 60px;
        }

        #spotErasmus h2 {
            color: #fff;
        }

        #spotErasmus .content-spotErasmus {
            background: url(../Images/comuni/bgSpotErasmus-02.jpg) center top no-repeat #1d86d4;
            background-size: inherit;
            height: 246px;
        }

        #footerCenterRight {
            width: 90%;
            float: left;
            margin-top: 20px;
        }

        #tagsCloud {
            width: 90%;
            margin: 0 auto;
        }

        p.Logoff {
            width: inherit;
        }

        #bannerSlogan h1 {
            font-size: 2.6em;
        }

        #bannerSlogan h3 {
            font-size: 1.8em;
        }

        .easy-modal-animated {
            width: 75%;
            padding: 50px;
        }

        div#modal-avviso h2 {
            font-size: 2.5em;
        }
        #menuFooter a  {
            text-align:center;
        }
        #menuFooter {
            margin-top:30px;
        }
        #footerCenter {
            padding: 5px 0;
            border: none;
        }
    }

    @media (max-width:580px) {
        #vocePannelloDiControllo {
            max-width: 200px;
        }

        .link_login span {
            max-width: 160px;
        }

        #spotErasmus {
            display: none;
        }

        .content-assistenzaGenerica {
            min-height: 0;
            height: auto !important;
            background: none;
            text-align: center;
        }

        #assistenzaDirettaGenerica h2 {
            text-align: center;
        }

        #assistenzaDirettaGenerica .link-mail-assistenza {
            padding: 20px 0 16px 0;
        }

        input[type="text"], select, input[type="email"], input[type="password"] {
            max-height: none;
        }

        #bannerSlogan a {
            padding: 15px;
            padding-left: 35%;
            background-position: -38px 0;
        }

        #bannerSlogan h1 {
            font-size: 2em;
        }

        #bannerSlogan h3 {
            font-size: 1.1em;
        }

        #bannerSlogan img {
            margin-top: 12px;
            padding: 4px 10px;
            background-color: rgba(255,255,255,0.80);
        }

        .img-landing {
            padding: 20px 60px 60px 60px;
        }

        #sliderHome {
            display: none;
        }
        #menuFooter a {
            text-align: left;
        }
        #menuFooter {
            margin-top: 30px;
        }
    }

    @media (max-width:460px) {

        #top {
            display: none;
        }

        #logo img {
            max-width: 210px;
        }

        #vocePannelloDiControllo {
            max-width: 140px;
        }

        .link_login span {
            max-width: 100px;
        }

        #section-form-home h1 {
            font-size: 1.6em;
        }

        #assistenzaDirettaGenerica .link-mail-assistenza a {
            font-size: 1.1em;
        }

        #footerCenter {
            padding: 15px 0;
            border: none;
        }

        #footerRight {
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #454545;
            text-align: center;
        }

        #footerLeft {
            text-align: center;
        }

        #footerCenterLeft {
            width: 100%;
            text-align: center;
        }

        #footerCenterRight {
            width: 100%;
            margin-top: 20px;
            text-align: center;
        }

        #menuFooter a {
            text-align: center;
        }

        #menuFooter {
            min-height: 0;
            padding-bottom: 20px;
        }

        #credits {
            text-align: center;
        }

        #footer h2,
        #footer p {
            text-align: center;
        }

        .item-spot {
            border-bottom: 2px solid #ebebeb;
        }

        .easy-modal-animated {
            width: 90%;
            padding: 40px;
        }

        div#modal-avviso h2 {
            font-size: 2.2em;
        }
        #social a span {
            display: none;
        }
        #menuHeader ul li a {
            padding-left: 9px;
        }
     }

    @media (max-width:414px) {
        #vocePannelloDiControllo {
            max-width: 110px;
        }

        .link_login span {
            max-width: 80px;
            font-size: 0.78em;
        }

        .icona-ys {
            max-width: 30px;
        }
    }

    @media (max-width:400px) {


        #bannerSlogan h1 {
            font-size: 2em;
            background: rgba(255,255,255,0.80);
        }

        #bannerSlogan h3 {
            font-size: 1.1em;
            background: rgba(255,255,255,0.80);
        }

        #bannerSlogan img {
            max-width: 180px;
            margin-top: 12px;
            padding: 4px 10px;
            background-size: contain;
        }

        #assistenzaDirettaGenerica a {
            display: inline-block;
            padding: 6px 10px;
            border: 1px solid #EB6D42;
            font-size: 1em;
            color: #EB6D42;
            background: #fff;
            margin-top: 10px;
            margin-bottom: 10px;
        }
    }



    @media screen and (-webkit-min-device-pixel-ratio:0) {
        html, body {
            font: 95% 'Work Sans', sans-serif; /*16px*/
        }

        select {
            padding: 13px;
        }
    }


    h3.alert-success {
        color: #228b35;
        display: block;
        text-align: center;
        font-size: 2em;
    }


.avviso {
    padding: 20px 32px;
    background-color: #ff510d;
}

    .avviso.avviso-2 {
        background-color: #202020;
    }

    .avviso p {
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
    }

    .avviso.avviso-2 p {
        font-size: 15px;
        margin: 0;
    }

    .avviso p a {
        color: #ffffff;
        text-decoration: underline;
    }

#top {
    margin-bottom: 0;
}

/* Responsive Table */
table.responsive {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table.responsive caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table.responsive tr {
        background-color: #ffffff;
        border: 1px solid #323232;
        padding: .35em;
    }

    table.responsive thead tr {
        padding: 0.6em .35em;
        background-color: #323232;
        color: #ffffff;
    }

    table.responsive th,
    table.responsive td {
        padding: .625em;
        text-align: center;
    }

    table.responsive th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

@media screen and (max-width: 600px) {
    table.responsive {
        border: 0;
    }

        table.responsive caption {
            font-size: 1.3em;
        }

        table.responsive thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table.responsive tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table.responsive td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table.responsive td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table.responsive td:last-child {
                border-bottom: 0;
            }
}


.divider-title {
    display: block;
    background-color: #EB6D42;
    height: 3px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 20px;
}

/* Custom CSS x TABS e Accordion COSTI AGGIUNTIVI */
.nav-tabs .nav-link {
    font-size: 1.4em;
    font-weight: 600;
    margin-right: 4px;
    color: #454545; 
}
@media screen and (max-width: 600px) {
    .nav-tabs .nav-link {
        font-size: 1em;
        margin-right: 3px;
        color: #454545;
    }
}
    .card {
        border: none;
        box-shadow: none;
        background: none;
    }

    .card-header {
        border: none;
        background: none;
    }

        .card-header h2 {
            font-size: 1.2em;
            text-align: left;
        }

        .card-header a {
            cursor: pointer;
            color: #2f3031;
        }

            .card-header a i.fa {
                transform: rotate(45deg);
                font-size: 0.9em;
                color: #eb6d42;
                transition: all 0.3s ease;
            }

            .card-header a.collapsed i.fa {
                transform: rotate(0);
            }
	