@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');

.mouse-hover:hover,
.box-accordion .tit:hover {
    opacity: 0.85;
   -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;        
}


.font2 {
   font-family: pDin;  
}



/* Header Navigation */
#top-nav{
	border-bottom: 1px solid #e1e6dd;
	background: #FFF;
	-webkit-transform: translateZ(0)

}
#top-nav.navbar{
	margin-bottom: 0px;

}
#top-nav.navbar .nav{
	margin: 8px 0px;
}
	
#top-nav.navbar .nav > li > a {
	padding: 6px 12px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 400;

	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
	-o-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}
#top-nav.navbar .nav > li > a.download{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#top-nav.navbar .nav > li > a.download-on{
	background-color: #ff8a3c;
	color: #ffffff;
}
#top-nav.navbar .nav > li > a.download-on:hover{
	color: #ffffff;
	background-color: #ff7920;
}
.btn-navbar span.icon-bar{
	margin-top: 0px;
}

/* Header  */

#header{
	background: #f1f1f1;
	padding: 100px 0 100px;
}
#header h1{
	color: #7fc242;
	margin-bottom: 10px;
	margin-top: 40px;
}
#header h3{
	margin-bottom: 30px;
	width: 400px;
}
#header .btn-success {
	padding: 15px 30px;
	margin-bottom: 5px;
}
#header .logo{
	display: block;
	margin-top:60px;
	float: right
}
img.arrow-down{
	margin: 0 auto;
	display: block;
}
h1{
	margin-top: 80px;
}

pre.pre-show{
	margin: 40px 0px;

}
.tab-content pre.pre-show{
	margin: 0px 0px 0px 0px;
}
.nav-tabs{
	margin-top: 20px;
	margin-bottom: 0px;
	
}
.tab-content{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	
}
/* Content */
.table th, .table td {
padding: 8px 12px;
}

.wrap_title {
    margin-bottom: 70px;
}
.wrap_title h2 {
    color: #2f3d47;
    font-family: pDin;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 40px;
}

.wrap_title .sep {
    text-align: center;
}
.wrap_title .sep .square {
    width: 7px;
    height: 7px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    background-color: #E3032E;
}
.wrap_title .sep .line {
    width: 30%;
    height: 2px;
    display: inline-block;
    background-color: #E3032E;
    position: relative;
    top: -2px;
}
.wrap_title .sep .line.left {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,E3032E+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #E3032E 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#E3032E 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#E3032E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E3032E',GradientType=1 ); /* IE6-9 */

    right: -10px;
}
.wrap_title .sep .line.right {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#E3032E+0,ffffff+100 */
background: #E3032E; /* Old browsers */
background: -moz-linear-gradient(left,  #E3032E 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #E3032E 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #E3032E 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3032E', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    
    left: -10px;
}

.content-section-a .wrap_title .sep .line.left {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#E9E9E9+0,E3032E+100 */
background: #E9E9E9; /* Old browsers */
background: -moz-linear-gradient(left,  #E9E9E9 0%, #E3032E 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #E9E9E9 0%,#E3032E 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #E9E9E9 0%,#E3032E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#E3032E',GradientType=1 ); /* IE6-9 */

    right: -10px;
}
.content-section-a .wrap_title .sep .line.right {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#E3032E+0,E9E9E9+100 */
background: #E3032E; /* Old browsers */
background: -moz-linear-gradient(left,  #E3032E 0%, #E9E9E9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #E3032E 0%,#E9E9E9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #E3032E 0%,#E9E9E9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3032E', endColorstr='#E9E9E9',GradientType=1 ); /* IE6-9 */
    
    left: -10px;
}


.content-section-sos .wrap_title .sep .line.left {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

    right: -10px;
}
.content-section-sos .wrap_title .sep .line.right {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    left: -10px;
}


/*  Owl */
#owl-demo .item{
	margin: 4px;
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}
/* Footer */

#footer{
	padding: 20px 0px;
	background: #f3f3f3;
	text-align: center
}
.twitter-share-button{
	top: 4px;
	position: relative;
}

/* Demo Slides */

#owl-example .item{
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#owl-example .item img{
	width: auto;
	margin: 0 auto;
	display: block;
}
#owl-example .item h3{
	font-size: 28px;
	font-weight: 300;
	margin: 25px 0 0;
}
#owl-example .item h4{
	margin: 5px 0 0;
	font-size: 18px;
}
.item h1{
	margin: inherit;
}

.orange{
	background: #ff8a3c;
}
.darkCyan{
	background: #42bdc2;
}
.forestGreen{
	background: #7fc242;
}
.yellow {
	background: #ffd800;
}
.dodgerBlue {
	background: #388bd1;
}
.skyBlue {
	background: #a1def8;
}
.zombieGreen {
	background: #3fbf79;
}
.violet {
	background: #db6ac5;
}
.yellowLight {
	background: #fee664;
}
.steelGray {
	background: #cad3d0;
}

/* More Demo Box */

#example-info h1,
#more h1{
	margin-top: 40px;
}
.demos-row{
	margin-top: 30px;
	margin-bottom: 30px;
}
.demo-page{
	margin-top: 0px;
	margin-bottom: 100px;
}
.demo-box{
	display: block;
	background: #f3f3f3;
	text-align: center;
	font-size: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.demo-box h3{
	padding-bottom:20px;
	margin: 0px;
	color: #869690;
}
.demo-box:hover{
	text-decoration: none;
}
.demo-wrapper{
	padding: 30px 0px 20px 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.demo-slide {
	float: left;
}
.demo-slide .bg{
	background: #aebab6;
	margin-right: 1px;
	height: 100%;
}
.demo-box:hover .demo-slide .bg{
	background: #7fc242;
}
/* Images */
.demo-images .demo-slide{
	height: 40px;
	width: 33.3333333%;
}

/* Full */
.demo-full {
	padding-left: 0px;
	padding-right: 0px;
}
.demo-full .demo-slide{
	height: 40px;
	width: 25%;
}

/* Custom */
.demo-custom .demo-slide{
	height: 40px;
	width: 10%;
}
/* One */
.demo-one .demo-slide{
	height: 40px;
	width: 100%;
}

/* json */

.demo-Json .demo-slide {
	height: 40px;
	width: 20%;
}
.demo-Json-custom .demo-slide{
	height: 40px;
	width: 33.3333333%;
}
/* loading icon */

.demo-lazy .demo-slide{
	height: 40px;
	width: 33.3333333%;
}
.demo-lazy .demo-slide .bg{
background: url('/img/AjaxLoader.gif') no-repeat center center #aebab6;
}

/* Auto Height */
.demo-height .demo-slide{
	height: 40px;
	width: 100%;
}

/* Changelog  */
#changelog{
	margin-bottom: 40px;
}
#changelog .label{
	margin-bottom:10px;
}
#changelog .log{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e6dd;
}
/* Faq */
#faq dt {
	line-height: 26px;
}
#faq dd{
	line-height: 22px;
	margin-bottom: 20px;
}


#contatti {
    border-top: 1px solid #dedede !important;
}



/* Mappa Service Point */

#servicePointMap {
    margin-bottom: 80px;
    margin-top: -20px;
    overflow: hidden;
}
#servicePointMap .store-locator__map-pin {
    color: transparent !important;
}
#storeLocatorInfobox a,
.infobox__body a {
    color: #fff !important;
    text-decoration: underline !important;
}
#ssf_adress_input_box .ssf-panel.shadowed {
    margin: 0 -4px !important;
    top: 18px !important;
    background-color: rgba(255,255,255,0.3);
}




#chi .btn {
    margin-top: 30px;
    padding: 8px 20px 10px;
}


.slick-slide {
    height: auto !important;
}


.dicono-di-noi-slick {
    text-align: center;
}
.dicono-di-noi-slick .box {
    background-color: #e1072e;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3); 
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
    
    border: 3px solid #fff;
    
    max-width: 300px;
    margin: 50px auto 35px;
}
.dicono-di-noi-slick .icona {
    width: 100px;
    height: auto;
    margin: -50px auto 10px;
}
.dicono-di-noi-slick .nome {
    color: #fff;
    font-family: pDin;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}
.dicono-di-noi-slick .stelle {
    margin: 10px auto 15px;
}
.dicono-di-noi-slick .stelle img {
    width: 18px;
    height: auto;
    display: inline-block;
}
.dicono-di-noi-slick p {
    color: #fff; 
    text-align: center;
    font-family: pDin;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 24px;
}
.dicono-di-noi-slick .virgolette-su,
.dicono-di-noi-slick .virgolette-giu {
    width: 22px;
    position: relative;
}
.dicono-di-noi-slick .virgolette-su {
    margin-left: 30px;
}
.dicono-di-noi-slick .virgolette-giu {
    float: right;
    margin-right: 30px;
}
.dicono-di-noi-slick .clear {
    margin-bottom: 20px;
} 
.dicono-di-noi-slick .triangle {
    width: 0;
    position: absolute;
    margin: 0px 40px;
    height: 0;
    border-style: solid;
    border-width: 18px 22px 0 0;
    border-color: #e1072e transparent transparent transparent;
}


#sectionBannerHome {
    padding: 40px 0 32px;
}


#call-center {
    border-bottom: 1px solid #dedede;
}

#imgCallCenter {
    max-width: 433px;
        width: 90%; 
    height: auto;
}

#caricature {
    text-align: center;
    margin: 70px 0;
    padding: 0;
}

#caricature2 {
    text-align: center;
    margin: 30px 0;
    padding: 0;
}
#titAutority {
    font-family: pDin;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin: 15px auto;
}
#autority .container {
    max-width: 500px;
    margin: 0 auto; 
}
.row-caricature h4 {
    font-family: pDin;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
    margin: 0;
}

.caricatura {
    width: 160px;
    height: auto;
    margin: 0 auto;
}
.row-caricature {
    margin: 0;
    padding: 0;
}



#lavoraConNoiHead {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0.45+0,0.11+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.45) 0%, rgba(0,0,0,0.11) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.45) 0%,rgba(0,0,0,0.11) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.45) 0%,rgba(0,0,0,0.11) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ffffff', endColorstr='#1c000000',GradientType=0 ); /* IE6-9 */

    padding-bottom: 0;
}
#lavoraConNoiHead .imm {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 700px;
}
#lavoraConNoiHead .btn {
    margin: 30px auto -25px;
    font-size: 18px;
    padding: 12px 40px 14px;
}
#lavoraConNoiHead .btn img {
    width: 24px;
    height: auto;
    margin-left: 10px;
}

#lavoraConNoiBody {
    padding: 80px 0;
}
#lavoraConNoiBody p {
    font-size: 15px;
}

#posizioniAperte .box {
    padding-left: 50px;
}
#posizioniAperte h3 {
    font-weight: 300;
    font-family: pDin;
    font-size: 26px;
    text-transform: uppercase;
    color: #E3032E;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 3px;
}


.box-accordion .tit,
.box-accordion .txt {
    margin-bottom: 2px;
    padding: 13px 25px 15px;
}
.box-accordion .tit {
    background-color: #e0e0e0;
    font-weight: bold;
    cursor: pointer;
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url(/img/open-group.png);
}
.box-accordion .active .tit {
    background-image: url(/img/close-group.png);
}

/*
.box-accordion.only-one .active .tit {
    background-image: none !important;
}
*/

.box-accordion .txt {
    background-color: #efefef;
    display: none;
}
#gruppo1 .txt {
    display: block;
}
.box-accordion .txt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    text-align: left;
}




#percorso {
    background-image: url(/img/percorso-sos.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 750px;
    background-size: auto 750px;
    margin-top: -25px;
}
#percorso img {
    display: none;
}


#bottomBar {
    display: none;
    background-color: #393939;
    border-top: 5px solid #e1072e;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 10;
    
    box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.45);
}
#bottomBar .row {
    margin-left: 0;
    margin-right: 0;
}
#bottomBar h5 {
    color: #fff;
    text-align: center;
    font-family: pDin;
    margin: 0 auto;
    font-size: 28px;
}
#bottomBar p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    line-height: 24px;
}
#bottomBar img.call-center-sos {
    width: 180px;
    height: auto;
    position: absolute;
    bottom: 6px;
}
#bottomBar img.num-verde {
    max-width: 150px;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 1px;
}





#modalIntro {}
#modalIntro p {
    margin: 30px;
    line-height: 26px;
    font-size: 15px;
}
#modalIntro p strong,
#modalIntro .hashtag span {
    color: #E52232;
    font-weight: 700 !important;
}

#modalIntro .hashtag span {
    font-size: 28px;
    margin-right: 40px;
}

#modalIntro .logo-modal {
    width: 100px;
    height: auto;
    display: block;
    margin: -20px auto 0;
}

#modalIntroBtn {
    visibility: hidden;
    position: absolute;
    bottom: 0;
}


.modal-backdrop.fade {
    opacity: 0.7 !important;
}




#modalBodyVideo h3 {
    color: #303d47;
    font-size: 40px;
    margin: -20px auto;
    font-weight: 100;
}
#modalBodyVideo h3 strong {
    color: #e3032e;
}
#modalBodyVideo p {
    text-align: center;
    color: #303d47;
    font-size: 21px;
    margin-bottom: 16px;
    display: block;
}
#modalBodyVideo .img-modal-intro {
    margin: 30px auto 20px;
}






@media (max-width: 767px) {
    #modalIntro p {
        margin: 30px 0;
        line-height: 24px;
        font-size: 14px;
    }
    #modalIntro .hashtag span {
        font-size: 24px;
    }    
    
    #modalBodyVideo h3 {
        font-size: 24px;
        margin: 0 auto -25px;
    }
    #modalBodyVideo .img-modal-intro {
        margin: -10px auto 0;
    }
    
}


/* Responsive Stuff */


@media (max-width: 1200px) {
        
    #percorso {
        min-height: auto;
        background-image: none;
    }
    #percorso img {
        display: block;
    }
    
    #bottomBar h5 {
        font-size: 25px;
    }
    #bottomBar p {
        font-size: 13px;
    }


}

@media (max-width: 991px) {

    #posizioniAperte .box {
        padding-left: 0;
    }
    #posizioniAperte h3 {
        margin-top: 40px;
    }
    #lavoraConNoiHead .btn {
        font-size: 16px;
        padding: 12px 25px 14px;
    }
    
    
    
    #bottomBar {
        padding: 0;
    }
    #bottomBar h5, #bottomBar p {
        display: none;
    }
    #bottomBar img.call-center-sos {
        width: 120px;
        height: auto;
        position: relative;
        bottom: 0;
        margin: -5px 0;
        margin-left: 50;
        top: -20px;
    }
    #bottomBar img.num-verde {
        max-width: 110px;
        height: auto;
        position: absolute;
        right: auto;
        left: -55px;
        margin-left: 50%;
        bottom: 12px;
    }
    
}


@media (max-width: 979px) {
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding: 0px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	}
}
@media (max-width: 768px) {
	.navbar.navbar-fixed-top{
		position: static;
	}
	.btn.btn-navbar{
		margin: 9px 20px 9px 8px;
		padding: 10px 10px;
	}
	.nav-collapse .nav > li{
		border-top: 1px solid #e1e6dd;
		text-align: center
	}
	#header .logo{
		margin-top:40px;
		margin: 20px auto 0px;
		float: none;
		height: 150px;
	}
	#header {
		text-align: center;
		padding: 60px 0px 30px;
	}
	#header h1{
		margin: 10px 0;
	}
	#header h3{
	margin-bottom: 10px;
	width: auto;
	padding: 0px 20px;
	}
	h1 {
		font-size: 38px;
		margin: 20px 0;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 13px;
	}
	h6 {
		font-size: 12px;
	}
    
    
    #servicePointMap {
        margin: -30px auto 60px auto;
    }
    #ssf_adress_input_box .ssf-panel.shadowed {
        margin: 9px 5px !important;
        top: 0 !important;
    }

    
    
}


@media (max-width: 480px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
	position: static;
	}
	#header {
		text-align: center;
		padding: 20px 0px 20px;
	}
	#header .logo{
		margin-top:0px;
	}

    #bottomBar img.call-center-sos {
        visibility: hidden;
    }
}

/*
NO MORE TABLES!! ;)
*/
@media (max-width: 767px) {

	.hp-table table, .hp-table thead, .hp-table .hp-table tbody, .hp-table th, .hp-table td, .hp-table tr { 
		display: block; 
	}
	.hp-table thead tr { 
		display: none;
	}
	.hp-table tr { border: 0px solid #ccc; margin-bottom: 10px; }
	
	.hp-table td:before { 
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.hp-table td:nth-of-type(2):before { 
		content: "Default:";
		font-weight: bold;
	}
	.hp-table td:nth-of-type(3):before { 
		content: "Type:";
		font-weight: bold;
	}
	.hp-table td:nth-of-type(4):before { 
		content: "Description:";
		font-weight: bold;
	}
}










