html{
  height:100%;
  font-size: 100%;
}

body{
  min-height:100%;
  position: relative;
}

#frame.frame{
  max-width: 1170px;
  margin: 0 auto;
  background-color: #fff;
}

h1 , .h1{
  font-size: 250%;
}

h2 , .h2{
  font-size: 200%;
}

h3 , .h3{
  font-size: 180%;
}

h4 , .h4{
  font-size: 150%;
}

h5 , .h5{
  font-size: 120%;
}

h6 , .h6{
  font-size: 100%;
}

body.tmpl {
  padding-top: 0;
}

header {
  margin: 10px 0;
}

footer {
  margin: 30px 0 0;
}

.toolbar {
  font-size: 75%;
  padding: 5px 0;
}

nav {
  margin: 30px 0 0 0;
}

.navbar {
  margin-bottom: 0;
}

main{
  display:block;
  padding-bottom: 30px;
}

footer, .breadcrumb{
  font-size: 87.5%;
}

img{
  max-width: 100%;
  height: auto;
}

p{
  margin-bottom: 20px;
  line-height: 1.8;
}

fieldset{
  margin-bottom: 15px;
}

label{
  font-size: 85%;
}

.container{
  position: relative;
}

.ie7{
  text-align:center;
  margin-top:100px;
  font-size:46px;
}

.browsehappy{
  text-align:center;
  font-size:36px;
  background-color:#FFF;
  margin-top:100px;
}

.table-responsive {
  padding-top: 15px;
}

/* Logo */
.fds-logo a{
  vertical-align: middle;
}

.fds-logo a:hover{
  text-decoration: none;
}

.fds-logo .site-title{
  font-size: 160%;
}

/* Helper Classes */
.margin-top{
  margin-top: 30px;
}

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

.bold{
  font-weight: bold !important;
}

.block{
  display: block !important;
}

.inline {
  display: inline-block !important;
}

.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.align-middle{
  vertical-align: middle;
}

.noscroll{
  overflow: hidden;
}

/* Form elements */
input[type="search"], input[type="text"], input[type="password"], input[type="email"], select, textarea {
  display: block;
  width: 100%;
  height: 39px;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #6f6f6f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Custom filter PRO */
.cf_flt_wrapper .form-horizontal{
  display: flex;
  align-items: center;
}

/* Cookie law */
#cookie-law {
  background-color: #333;
  font-size: 80%;
  color: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display:none;
  z-index: 100;
  padding: 5px 0;
}

#cookie-law a:hover{
  text-decoration: none;
}

#cookie-law p{
  margin-bottom: 0;
}

#cookie-x .glyphicon{
  vertical-align: middle;
  font-size: 180%;
}

/* Modules */
.moduletable ul{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.plain .border{
  padding: 0;
}

.box .border{
  border: 1px solid #DDD;
}

.color .border{
  background-color: #F5F5F5;
}

.border {
  word-wrap: break-word;
  position: relative;
  padding: 20px;
}

#fds-toolbar .border{
  padding: 5px 0;
}

.border > h3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px;
}

.top-a > div:nth-child(5n+5),
.top-b > div:nth-child(5n+5),
.top-c > div:nth-child(5n+5),
.bottom-a > div:nth-child(5n+5),
.bottom-b > div:nth-child(5n+5),
.bottom-c > div:nth-child(5n+5){
  clear: left;
}

aside .moduletable, .innerbottom .moduletable, .innertop .moduletable {
  margin-bottom: 30px;
}

aside .moduletable:last-child, .innerbottom .moduletable:last-child {
  margin-bottom: 0;
}

.innerbottom {
  margin-top: 30px;
}

/* Bootstrap resets */
.hero-unit{
  border-radius: 0 !important;
}

.page-header {
  margin: 20px 0;
}

/*.well {
  border-radius: 0;
  box-shadow: none;
  background-color: #F5F5F5;
  border-color: #DDD;
}*/

.tab-content {
  padding: 0 10px;
  margin-bottom: 30px;
}

.carousel, .carousel p{
  margin-bottom: 0;
}

.carousel-control{
  width: 10%;
}

.carousel-control:hover, .carousel-control:focus {
  color: #333;
  opacity: 0.9;
  text-decoration: none;
}

.carousel-indicators > li{
  margin-left: 5px;
  margin-right: 5px;
}

.label, .badge{
  font-weight: normal;
}

.form-control{
  box-shadow: none;
}

.thumbnail{
  border-radius: 0;
}

.dropdown-menu{
  margin-top: 5px;
}

.dl-horizontal dt{
  width: 50%;
}

.dl-horizontal dd{
  width: 50%;
  float: left;
  margin-left: 0;
  padding-left: 10px;
}

.jumbotron {
  background-color: #f5f5f5;
}

/* Mobile menu */

h3.mbmenu{
  display: inline-block;
  margin: 0;
}

.navbar-inner > i {
  margin-top: 5px;
  margin-left: 10px;
}

/* Menu */

nav .container{
  margin-top: 0;
}

.navbar .nav{
  margin:0;
}

.navbar .nav > li{
  position:relative;
}

.navbar .nav > li.parent > a:after,
.navbar .nav > li.parent > span:after {
  content: "\e259";
  font-family: 'Glyphicons Halflings';
  margin-left:5px;
  line-height: 1em;
  font-size: 70%;
}

.navbar .nav > li >a,
.navbar .nav > li > span{
  float:none;
  font-size: 100%;
  line-height: inherit;
  padding: 10px;
	padding-bottom: 2px;
}
div#fds-navbar li {
    margin: 0 5px;
}

/*.navbar .nav>li:hover{
  background-color: #DDD;
}*/

.navbar .nav>li>a,
.navbar .nav>li>span{
  display:block;
  line-height: 24px;
}

/*.navbar .nav>li.active>a,
.navbar .nav>li.active>span {
  background-color: #DDD;
}*/

.navbar-inner{
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  position: static;
}

.navbar li.parent:hover .dropdown-menu {
  display: block;
}

/*.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > li > span:hover,
.dropdown-menu > li > span:focus,
.dropdown-submenu:hover > span,
.dropdown-submenu:focus > span {
  background-color: #f5f5f5;
  background-image: none;
  filter: none;
}*/


/*.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > span,
.dropdown-menu > .active > span:hover,
.dropdown-menu > .active > span:focus,
.flyout-menu > li.active > a,
.flyout-menu > li.active > span {
  background-color: #0081c2;
  background-image: none;
  color: #fff;
  text-decoration: none;
  filter: none;
}*/

nav .dropdown-menu > li,
.flyout-menu > li {
  position: relative;
}

nav .dropdown-menu > li.parent:after,
.flyout-menu > li.parent:after {
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 7px;
  top: 12px;
  font-size: 70%;
}

nav .dropdown-menu,
nav .flyout-menu {
  min-width: 220px;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0,0,0,0.5);
}

nav .dropdown-menu > li:hover > .flyout-menu,
.flyout-menu > li:hover > .flyout-menu {
  display: block;
}

nav .dropdown-menu > li a,
nav .dropdown-menu > li span,
.flyout-menu > li a,
.flyout-menu > li span:not(.glyphicon) {
  padding: 10px 20px;
  display: block;
}

.flyout-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  float: left;
  font-size: 90%;
  left: 0;
  list-style: none outside none;
  margin: 0;
  min-width: 220px;
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}

.flyout-menu > li > a {
  color: #333;
}

.flyout-menu .flyout-menu > li > a, .flyout-menu .flyout-menu > li > span{
  padding-left: 35px
}

.flyout-menu > li > a:hover,
.flyout-menu > li > a:focus,
.flyout-menu > li > span:hover,
.flyout-menu > li > span:focus {
  background-color: #0081c2;
  background-image: none;
  color: #FFF;
  text-decoration: none;
}

.nav > li > a > img {
  vertical-align: top;
  margin-right: 3px;
}

span.image-title {
  padding: 0 !important;
}

.separator > img,
.flyout-menu img {
  float: left;
  margin-right: 3px;
}

/* System messages */

.alert-notice {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-message{
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

#system-message p {
  font-size: 85%;
  margin-bottom: 10px;
}


/* To top*/
#totop-scroller{
  position: fixed;
  right: 10px;
  bottom: 30px;
  font-size: 190%;
  display: none;
  z-index: 2;
}

#totop-scroller:hover, #totop-scroller:focus{
  text-decoration: none;
}

/* Tooltips */
div.tooltip {
  background-color: transparent !important ;
  border: none !important;
}

.tip-wrap {
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 80%;
  z-index: 100;
}

/* Base Styling */
.invalid{
  border-color: red !important;
}

#fds-toolbar{
  background-color: #F5F5F5;
  border-radius: 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

/* Joomla */

.hidden-print {
  position: absolute;
  right: 10px;
  top: 0;
}

/* User */
.login-description, .logout-description {
margin-bottom: 15px;
}

#jform_params_helpsite{
  margin-bottom: 15px;
}


/* Articles */
dl.article-info {
  font-size: 80%;
}

.article-info-term{
  display: none;
}

.article-info dd {
  display: inline-block;
  margin-right: 5px;
}

.element-invisible{
  display: none !important;
}

.item-page .content_rating {
  margin-top: 5px;
}

.content_rating + form {
  margin-bottom: 20px;
}

.item-image {
  max-width: 100%;
}

.pull-left.item-image {
  margin-right: 20px;
}

.pull-right.item-image {
  margin-left: 20px;
}

.tags span {
  margin-right: 5px;
}

.content-links {
  margin-top: 20px;
}

.actions li {
  float: left;
  margin-left: 5px;
}

.edit ul.nav-tabs{
  margin-bottom: 20px;
}

.edit .btn-toolbar{
  padding: 5px;
}

.calendar table{
  width: 100%;
}

.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}

/* Mail to */
#mailto-window{
  position: relative;
}

#mailto-window h2{
  font-size: 150%;
}

#mailto-window p{
  margin-top: 15px;
}

.mailto-close{
  position: absolute;
  top: 5px;
  right: 0;
}

/* Archived Article */


/* Categories */
.category-desc {
  margin-bottom: 15px;
}

.categories-list dt{
  text-align: left;
  width: 120px;
}

.categories-list dd{
  margin-left: 0;
}

.categories-list > ul > li {
border-bottom: 1px solid #DDD;
margin-bottom: 15px;
}

.categories-list img, .category-desc img{
  margin-bottom: 15px;
}

.item-title .badge{
  vertical-align: middle;
}

.categories-list > ul {
  list-style: none;
  margin-left: 0;
}

/* Blog - Featured */
.blog .category-desc, .blog-featured .category-desc{
  border-bottom: 1px solid #EEE;
}

/* Weblinks */
.weblink-category a.category{
  margin-left: 5px;
}

.weblink-category .list-title {
  margin-bottom: 15px;
}

/* Smart Search */
#search-results .search-pagination, #search-results div.pagination, #search-results .search-pages-counter {
  margin-top: 30px
}

/* Configuration Manager */
.config-manager input[type="radio"]{
  margin: 0 5px;
}

/* Login Module */
#form-login-remember > label {
  display: inline-block;
}

.welcome {
  padding: 5px 0;
}

.toolbar-r .welcome {
  float: right;
}

.toolbar-r form.logout {
  text-align: right;
  margin-top: 5px;
}

/* Breadcrumbs */
.breadcrumbs {
  margin-bottom: 15px;
}

.breadcrumb > li{
  white-space: nowrap;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  border: none;
  margin: 15px 0 0;
}

span.divider {
  display: none;
}

/* Language Switcher */
.toolbar-r .lang-inline, .sidebar-b .lang-inline{
  text-align: right;
}

/* Weblinks Module */
.weblinks > li {
  margin-top: 10px;
}

/* Fancybox */
#fancybox-wrap{
  overflow: hidden;
}

#fancybox-outer > div {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

#fancybox-content{
  border: none !important;
  width: 100% !important;
}

#fancybox-content > div{
  padding: 20px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

#fancybox-content h4, #fancybox-content > div > h4 + div{
  text-align: center;
}

.fancybox-title-inside {
  width: auto !important;
}

#fancybox-content .product-related-products .product-field {
  max-width: 150px;
  font-size: 12px;
}

#fancybox-content .product-related-products .product-field:last-child{
  margin-right: 0;
}

#sbox-content > iframe {
  max-width: 100%;
  height: 100%;
}

/* Editing */
.chzn-container, .chzn-drop {
  width: 220px !important;
}

/* Preloader */
#preloader {
  bottom: 0;
  color: #fff;
  font-size: 25px;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

#preloader img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
}

/* Offcanvas */
#offcanvas {
  bottom: 0;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  position: fixed;
  z-index: 10000;
  background-color: rgba(0,0,0,0.8);
  background-image: none;
  filter: none;
  display: none;
}

.off-canvas-wrapper{
  position: relative;
  left: -280px;
}

#offcanvas .navbar-nav{
  margin: 0;
  float: none;
  width: 280px;
}

#offcanvas li {
  float: none;
  border-bottom: 1px solid #EEE;
}

#offcanvas > ul > li{
  background-color: #222;
}

#offcanvas li:last-child{
  border-bottom: none;
}

#offcanvas .dropdown-menu, #offcanvas .flyout-menu{
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 0;
  float: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

#offcanvas .dropdown-menu > li > a, #offcanvas .dropdown-menu > li > span{
  padding: 10px 20px;
  display: block;
  font-size: 100%;
}

#offcanvas .flyout-menu > li.parent::after{
  content: none;
}

#offcanvas .flyout-menu > li > a:before, #offcanvas .flyout-menu > li > span:before{
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  margin-right: 5px
}

#offcanvas .dropdown-menu > li.parent, #offcanvas .flyout-menu > li{
  padding: 0;
}

#offcanvas .navbar-nav > li > a, #offcanvas .navbar-nav > li > span {
  color: #fff;
}

#offcanvas > span{
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100000;
  color: #CCC;
  display: none;
}

#offcanvas > span:hover{
  cursor: pointer;
  color: #DDD;
}

.navbar-toggle{
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-toggle .glyphicon{
  font-size: 240%;
  vertical-align: middle;
}

.off-canvas-wrapper {
  background-color: #222;
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: auto;
}

#offcanvas .glyphicon-remove{
  font-size: 30px;
}

/* Sticky menu */
.fixedmenu{
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 1000;
}

/* Mega menu */
.navbar .nav > li {
  white-space: nowrap;
}

.mega + ul{
  box-shadow: 0 6px 12px rgba(0,0,0,0.5);
}

.mega:hover + ul{
  display: table;
}

.mega + ul > li{
  display: table-cell;
  min-width: 220px;
}

.mega + ul > li.parent::after{
  content: "";
}

.mega + ul .flyout-menu{
  position: static;
  float: none;
  display: block;
  box-shadow: none;
}

.mega-left + ul {
  right: 0;
  left: auto;
}

#offcanvas .mega + ul > li{
  display: block;
  min-width: 100%;
}

#offcanvas .mega + ul{
  border-top: none;
}

#offcanvas .mega + ul > li > a, .mega + ul > li > span {
  font-weight: normal !important;
  border-bottom: none;
  position: relative
}
/* Recaptcha */
#jform_captcha > div {
  margin: 0 auto
}

@media (max-width: 992px){
    body{
      padding-top: 45px;
    }

    .navbar{
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      margin-top: 0;
      z-index: 1000;
    }

    .container{
      width: 100%;
    }

    footer, #fds-toolbar{
      padding-left: 10px;
      padding-right: 10px;
    }

    #totop-scroller{
     position: fixed;
     right: 20px;
     top: 90%;
     bottom: auto;
    }

    .sidebar-a, .sidebar-b{
      margin-top: 30px;
    }

    .moduletable, aside .moduletable:last-child, .innerbottom .moduletable:last-child {
      margin-bottom: 15px;
    }

    .navbar-toggle{
      display: block;
    }

    #fds-navbar {
      display: none !important;
    }

}

@media (max-width: 800px){
  .fds-logo{
   text-align: center;
  }

}

@media (min-width: 768px){
 .toolbar	#j-login-mod{
    margin-left: -50% !important;
    left: 0px;
    right: 0px;
    width: 100%;
    position: relative;
  }

}

@media (max-width: 767px){
  .navbar-toggle{
    margin-right: 20px;
  }

}

@media (max-width: 640px){
  .dl-horizontal dd{
    padding-left: 0;
  }

  .fds-logo{
    margin-bottom: 15px;
  }

  .toolbar #j-login-mod-button{
    /*margin: 5px auto 0; */
    display: block;
  }

  .toolbar-l, .toolbar-r {
    text-align: center !important;
    padding: 5px;
  }

}

@media (max-width: 480px){
  body{
    font-size: 90%;
  }

  .toolbar-l, .toolbar-r{
    text-align: center;
    padding: 5px;
  }

}

@media (max-width: 320px) {
  body{
    padding-left: 0;
    padding-right: 0;
  }

}

@media print{
  *{
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-bottom-color: #000 !important;
  }

  a[href^="/"]:after{
    content:"";
  }
}

/* Tests*/
#offcanvas .dropdown-menu, #offcanvas .flyout-menu, #offcanvas .mega + ul {
  display: none;
}
.open-submenu {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 16px;
  color: #000 !important;
  z-index: 1111111;
}
.open-submenu:hover, .open-submenu:focus{
  text-decoration: none;
  font-weight: bold;
}
#offcanvas li.active > a {
  font-weight: bold;
}

@media (min-width: 993px) {
	.col-sm-4.search {
		width: calc(100% - 300px);
		
	}
.menu_bot {
    
    vertical-align: bottom;
}
	div#fds-navbar {
    float: none;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}
.col-sm-4.fds-logo {
    width: 300px;}	
.custom.numero-top h3 {
    margin-top: 5px;}
	
}
@media (min-width: 768px) {
	.col-sm-4.search {
		width: calc(100% - 350px);}
}
@media (max-width: 993px) {
.custom.numero-top span {
	display: block;}
}

body.home div#fds-slider {
    min-height: calc(100vh - 140px) !important;
    background: #fff url(../images/sfo-home.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	justify-content: center;
    align-items: center;
    display: flex;
}

.custom.numero-top a {
    text-decoration: none;
}

.navbar .nav > li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff0000;
    transition: width .5s;
}

.navbar .nav > li:hover::after {
    width: 100%;
    
}
.navbar .nav > li.active::after{
	content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ff0000;
}

.testata_home h2 {
    color: #fff;
    text-shadow: 2px 2px 4px black;
    text-transform: uppercase;
    font-weight: 400;
}
.logo-testo-home {
    max-width: 400px;
	margin-right: auto;
    margin-left: auto;
}


body.home div#fds-top-a1 .container {width:100%; padding-left: 0; padding-right: 0;}
body.home div#fds-top-a1 .container .row {margin-left: 0; margin-right: 0;}
body.home div#fds-top-a1 .container .row .col-md-12 { padding-left: 0; padding-right: 0;}
body.home div#fds-top-a1 .container .border { padding: 0;}
body.home div#fds-top-a1 { 
   
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	justify-content: center;
    align-items: center;
    display: flex;
}

body.home div#fds-top-b1 .container {width:100%; padding-left: 0; padding-right: 0;}
body.home div#fds-top-b1 .container .row {margin-left: 0; margin-right: 0;}
body.home div#fds-top-b1 .container .row .col-md-12 { padding-left: 0; padding-right: 0;}
body.home div#fds-top-b1 .container .border { padding: 0;}
body.home div#fds-top-b1 { 
   
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	justify-content: center;
    align-items: center;
    display: flex;
}
body.home div#fds-top-b2 .container {width:100%; padding-left: 0; padding-right: 0;}
body.home div#fds-top-b2 .container .row {margin-left: 0; margin-right: 0;}
body.home div#fds-top-b2 .container .row .col-md-12 { padding-left: 0; padding-right: 0;}
body.home div#fds-top-b2 .container .border { padding: 0;}
body.home div#fds-top-b2 { 
   
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	justify-content: center;
    align-items: center;
    display: flex;
}

.ass-testo button.btn {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
	padding: 8px 20px;
}
.ass-testo {
    
    justify-content: center;
    align-items: center;
    
    background: #0065DB;
    color: #fff;
    padding: 10px 80px;
}


@media (min-width: 993px) {
	body.home div#fds-top-a1 { 
		background: #fff url(../images/assistenza.jpg);
		background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	}
	
	body.home div#fds-top-b1 { 
		background: #fff url(../images/vendita.jpg);
		background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	}
	
	body.home div#fds-top-b2 { 
		background: #fff url(../images/vendita-ricambi.jpg);
		background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	}
	
	.assistenzah {
    display: flex;
	min-height: calc(100vh - 250px)
}

.ass-testo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background: #0000009e;
    color: #fff;
    padding: 10px 80px;
}

.servizi_img {width: 50%; }
div#fds-top-b1 .servizi_img {order: 2}
.assistenzah .servizi_img img {
    display: none;
}	
	
}
@media (max-width: 700px) {
	.ass-testo {padding: 10px 20px;}
	.ass-testo h2 {font-size: 140%;}
}


/* MENU MARCHI HOME*/

.moduletable.menu-marchi-img span.image-title {
    display: none;
}

.moduletable.menu-marchi-img {}



.moduletable.menu-marchi-img li {
    width: 20%;
    float: left;
}
.moduletable.menu-marchi-img li img {
    width: 100%;
	box-shadow: 0 0 10px #ccc;
}
.moduletable.menu-marchi-img li a img{
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	
}


.moduletable.menu-marchi-img li a:hover img {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}


.moduletable.menu-marchi-img>.border>h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
@media (max-width: 700px) {
  .moduletable.menu-marchi-img li {
	  width: 33.333%;}
}


/* MENU MARCHI HOME FINE*/


body.pag-assistenza div#fds-slider {
    min-height: calc(100vh - 180px) !important;
    background: #fff url(../images/assistenza.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	justify-content: center;
    align-items: center;
    display: flex;
}

/*Lista Assistenza*/

.inpag-assistenza {
    
}

.assistenza-test {display: flex;justify-content: center;align-items: center;font-weight: 600; margin-bottom: 50px;}
.assistenza-test h4 {font-weight: 400;}

.assistenza-img {
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}




body.pag-assistenza div#fds-top-a1>.container {width:100%; padding-left: 0; padding-right: 0;}
body.pag-assistenza div#fds-top-a1 .container .row {margin-left: 0; margin-right: 0;}
body.pag-assistenza div#fds-top-a1 .container .row .col-md-12 { padding-left: 0; padding-right: 0;}
body.pag-assistenza div#fds-top-a1 .container .border { padding: 0;}

.color-assistenza:nth-child(7) { background: #7a7a7a;}
.color-assistenza:nth-child(6) { background: #969696;}
.color-assistenza:nth-child(5) {background: #b6b6b6;}
.color-assistenza:nth-child(4) {background: #cccccc;}
.color-assistenza:nth-child(3) {background: #dedede;}
.color-assistenza:nth-child(2) {background: #f0f0f0;}
.color-assistenza:nth-child(1) {background: #fcfcfc;}


.assistenza-img img {
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #ccc;
    margin: 40px 0
}
.assistenza-test button.btn {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 8px 20px;
	border: solid 1px #000;
}
.assistenza-test button.btn:hover {
    background: #e2e2e2;
}
@media (min-width: 992px) {
	.inpag-assistenza { display: flex;}
	.assistenza-img {width: 40%; }
	.color-assistenza:nth-child(odd) .assistenza-img {order: 2;}
	.assistenza-test {width: 60%;margin-bottom: 0 }
}
body.pag-condizionatori div#fds-slider {background: #fff url(../images/testata-assistenza-condizionatori.jpg);}
body.pag-lavatrici div#fds-slider {background: #fff url(../images/testata-assistenza-lavatrici.jpg);}
body.pag-asciugatrici div#fds-slider {background: #fff url(../images/testata-assistenza-asciugatrici.jpg);}
body.pag-lavastoviglie div#fds-slider {background: #fff url(../images/testata-assistenza-lavastoviglie.jpg);}
body.pag-frigoriferi div#fds-slider {background: #fff url(../images/testata-assistenza-frigoriferi.jpg);}
body.pag-piani-cottura div#fds-slider {background: #fff url(../images/testata-assistenza-piani-cottura.jpg);} 
body.pag-forni div#fds-slider {background: #fff url(../images/testata-assistenza-forni.jpg);}


body.pag-condizionatori div#fds-slider, body.pag-lavatrici div#fds-slider, body.pag-asciugatrici div#fds-slider, body.pag-lavastoviglie div#fds-slider,
body.pag-frigoriferi div#fds-slider, body.pag-piani-cottura div#fds-slider, body.pag-forni div#fds-slider{
    min-height: calc(100vh - 200px) !important;
    
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	justify-content: center;
    align-items: center;
    display: flex;
}

.ri-ass-dove {
    background: #daf1ff;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}
body.pag-marchi div#fds-slider {background: #fff url(../images/testata-marchi.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover}

body.pag-marchi.m-Electrolux div#fds-slider{background: #fff url(../images/marchi/testa-elettrolux.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-aeg div#fds-slider{background: #fff url(../images/marchi/testa-aeg.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-zanussi div#fds-slider{background: #fff url(../images/marchi/testa-zanussi.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-ariston div#fds-slider{background: #fff url(../images/marchi/testa-ariston.jpg);
background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-bauknecht div#fds-slider{background: #fff url(../images/marchi/testa-bauknecht.jpg);
background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-beko div#fds-slider{background: #fff url(../images/marchi/testa-beko.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-candy div#fds-slider{background: #fff url(../images/marchi/testa-candy.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-franke div#fds-slider{background: #fff url(../images/marchi/testa-franke.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-haier div#fds-slider{background: #fff url(../images/marchi/testa-haier.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-ignis div#fds-slider{background: #fff url(../images/marchi/testa-ignis.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-indesit div#fds-slider{background: #fff url(../images/marchi/testa-indesit.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-lg div#fds-slider{background: #fff url(../images/marchi/testa-lg.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-philco div#fds-slider{background: #fff url(../images/marchi/testa-philco.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-sangiorgio div#fds-slider{background: #fff url(../images/marchi/testa-sangiorgio.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-sharp div#fds-slider{background: #fff url(../images/marchi/testa-sharp.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-whirlpool div#fds-slider{background: #fff url(../images/marchi/testa-whirlpool.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
body.pag-marchi.m-bosch div#fds-slider{background: #fff url(../images/marchi/testa-Bosch.jpg);
background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}





body.pag-marchi div#fds-slider {
    min-height: calc(100vh - 200px) !important;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	justify-content: center;
    align-items: center;
    display: flex;
}


/*CONTATTI BOTTON*/

div#fds-bottom-b {
	background-color: #333;
    background-image: url(../images/tecnico.png);
	background-repeat: no-repeat;
    background-position: right bottom;
    margin-top: 5px;
	color: #fff;
}

@media (max-width: 900px){
div#fds-bottom-b .container:before{
	content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	opacity: 0.6;
	background-image: url(../images/tecnico.png);
	background-repeat: no-repeat;
    background-position: right bottom;
   }

	div#fds-bottom-b {background-image: none; }	
	
}
	
.row.bottom-b a {color: #fff; }

.bottonei_contatti {
    width: 100%;
    text-align: center;
}
.bottoni_contatti {
    margin-top: 80px;
}
body.pag-contatti div#fds-bottom-b {background-image: none;}


@media (min-width: 800px){
	.bottonei_contatti {width: 32%;display: inline-grid;}}

.whatsApp-bottone a {
    display: inline-grid;
    text-align: center;
}
.whatsApp-bottone a span {
	margin-bottom: 20px;
}
.moduletable.contatti-whatsapp {
    text-align: center;
}
/*FINE CONTATTI BOTTON*/

.moduletable.indirizzo-bot {
    }

body.pag-vendita div#fds-slider {
    min-height: calc(100vh - 180px) !important;
    background: #fff url(../images/vendita.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	justify-content: center;
    align-items: center;
    display: flex;
}

/******** SCACCHI VENDITA**********/
body.pag-vendita div#fds-top-a1 .container {
    width: 100%;
}

body.pag-vendita div#fds-top-a1 {
    background: #011e41;
    
}

@media (min-width: 992px){

.impaginazione_vendita_d, .impaginazione_vendita_p {
    display: flex; 
}

.vendita_testo {
    width: 50%;
    padding: 15px;
	text-align: center;
}
.vendita_testo h3 {color: #fff;}
	
.vendita_img {
    width: 50%;
}

.vendita_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;}

.impaginazione_vendita_d .vendita_testo { order: 1;display: flex;
    justify-content: center;
    align-items: center;}
.impaginazione_vendita_d .vendita_img { order: 2;}

.impaginazione_vendita_p .vendita_img { order: 1;}
.impaginazione_vendita_p .vendita_testo { order: 2;display: flex;
    justify-content: center;
    align-items: center;}
}
.vendita_img {text-align: center}
@media (max-width: 991px){
.impaginazione_vendita_d .vendita_testo, .impaginazione_vendita_p .vendita_testo {margin-top: 100px;margin-bottom: 80px;}
}

.vendita_testo h3 {color: #fff;} 
.vendita_testo {text-align: center;}


/******** FINE SCACCHI VENDITA**********/

body.pag-vendita .moduletable.menu-marchi-img a, body.pag-ricambi .moduletable.menu-marchi-img a {
	pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
 

body.pag-ricambi div#fds-slider {
    min-height: calc(100vh - 180px) !important;
    background: #fff url(../images/vendita-ricambi.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	justify-content: center;
    align-items: center;
    display: flex;
}

/* PAG CONTATTI*/
@media (min-width: 992px){

body.pag-contatti div#fds-main .col-md-3 {
    width: 50%;
}
body.pag-contatti div#fds-main .col-md-9 {
	width: 50%;}
}

.cel-contatti {
    border: solid 1px #333;
    border-radius: 10px;
    margin-bottom: 15px;
        padding: 18px 8px;
}

body.pag-contatti .sscf-form .sscf-input, body.pag-contatti input:focus, textarea:focus {
    border: solid 1px #333!important;
}

.m-contatti input#send126, .m-contatti input#send149  {
    background: #10a900;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
}
.tabe-contatti {
    display: inline-block;
    width: 45%;
	text-align: center;
}
.whatsApp-bottone-contatti a {
    color: #333;
}
/* PAG CONTATTI FINE*/

body.pag-contatti div#fds-slider {
    min-height: calc(100vh - 180px) !important;
    background: #fff url(../images/contatti.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
	justify-content: center;
    align-items: center;
    display: flex;
}

/***MENU***/

#offcanvas .navbar-nav {
	width: 400px;
    max-width: 100%;
	text-align: center;
	margin-right: auto;
    margin-left: auto;
	margin-top: 20px;
}

.off-canvas-wrapper {
	left: -100vw;
	width: 100vw;
}
div#offcanvas {}

#offcanvas .navbar-nav li a {
	font-size: 25px;
    line-height: unset;
    text-transform: uppercase;
}
#offcanvas .navbar-nav>.active>a, #offcanvas .navbar-nav a:focus, #offcanvas .navbar-nav a:hover {
	color:#838383;
	background-color:transparent;
}
#offcanvas .dropdown-menu > li > a {color: #375f4c;}

#offcanvas .dropdown-menu {
    background-color:#ecfff0;
}
#offcanvas .dropdown-menu>.active>a {
	color:#7dad89;
}
#offcanvas .navbar-nav .dropdown-menu > li a {
	font-size: 17px;}


a#cookie-x {
    color: #fff;
}
.accept-cookie {background-color: #308E01; }
.accept-cookie_no {background-color: #909090; }
.accept-cookie, .accept-cookie_no{
    margin-left: 10px;
        padding: 10px 0;
    font-size: 13px;
    text-transform: uppercase;
    width: 120px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
}
div#cookie-law  .col-md-11 {font-size: 12px}

@media (min-width: 992px){
div#cookie-law .col-md-1.text-center {
	width: 400px;}
	
	div#cookie-law  .col-md-11{width: calc(100% - 400px) !important; text-align: left; }
}
#cookie-x .glyphicon {
    text-align: left;
	width: 80px;}
@media (max-width: 400px){
	div#cookie-law .col-md-1.text-center {width: 100%;}
	#cookie-x .glyphicon {width: auto;}
	.accept-cookie, .accept-cookie_no {width: 100px;font-size: 11px;}
	div#cookie-law  .col-md-11 {font-size: 9px}
}



body.pag_cokie div#fds-top-a {margin: 0}
body.pag_cokie div#fds-top-a .container {width:100%; padding-left: 0; padding-right: 0;}
body.pag_cokie div#fds-top-a .container .row {margin-left: 0; margin-right: 0;}
body.pag_cokie div#fds-top-a .container .row .col-md-12 { padding-left: 0; padding-right: 0;}
body.pag_cokie div#fds-top-a .moduletable {width: 100%; padding: 0;}

.moduletable.mod_privacy iframe {
	height: 100vh;}
