@font-face {
  font-family: "Flaticon";
  src: url("flaticon.eot");
  src: url("flaticon.eot#iefix") format("embedded-opentype"),
  url("flaticon.woff") format("woff"),
  url("flaticon.ttf") format("truetype"),
  url("flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 80px;
  font-style: normal;
  margin-left: 0px;
}.flaticon-flowers14:before {
  content: "\e000";
}
.flaticon-livingroom:before {
  content: "\e001";
}
.flaticon-location74:before {
  content: "\e002";
}
.flaticon-notify:before {
  content: "\e003";
}
.flaticon-wedding14:before {
  content: "\e004";
}
.round-box {
  border: 1px solid #ebebeb;
  border-radius: 100%;
  
}
/*dashboard user*/
/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #abdd26;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #abdd26;
  background-image: #abdd26;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #abdd26;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  
  padding-top: 10px;
  float: left;
  width: 100%;
  height: auto;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
/*---*/
.list-group-flush > .list-group-item {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 0px 15px;
}

.list-group-item {
  text-decoration: none;
}
.list-group.info-utili > .list-group-item{
    font-size: 1.5em;
    color: #abdd26;
}
.list-group.info-utili >.list-group-item:hover{
    background-color: #abdd26;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #abdd26;
  text-decoration: none;
}
.list-icons > div > div > h6 > i {
    font-size:1.5em;
    margin-right: 20px;
}
.list-icons > div > div > img {
    width:12.25px;
}
.list-icons > div > div > h6 > strong {
    font-size:0.9em;
    color: darkgreen;
    padding-right: 5px;
}
.list-icons > div > div > h6 > span {
    font-size:0.9em;
}
.list-icons > div  {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom-color: rgb(221, 221, 221);
    border-style:solid;    
    border-bottom-width: 1px;
}
.list-icons > div > div > h6 {
    margin-bottom:0px;
    
}
ul.disc > li {
    list-style-type:disc;
    font-size:1.5em;
    color:#abdd26;
}
ul.disc > li > span {
    font-size:0.8em;
    color:rgba(0,0,0,0.8);
}

ol > li:before {
    color: #747474
}

.col-center{
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.contact-fiera {
    background-color:#ed4532;
    border-style: solid;
    border-width: 4px;
    border-color: #bc3223;
}

.contact-fiera > .titoli-sezioni {
    font-size:2em;
    color:#fff;
}

.contact-fiera > .sottotitoli-sezioni {
    font-size:1.2em;
    margin:0;
    text-align:center; 
    color:#fff;
}

form > .form-group > input, 
form > .form-group > textarea, 
form > .form-group > button {
    margin:10px 1%;
    color: rgba(0,0,0,0.8);
}

input:focus, textarea:focus, select:focus {
    outline-color: #abdd26;
}


/*.form-control::-webkit-input-placeholder {  
  color: rgba(0,0,0,0.8)!important;
  text-shadow: 1px 1px 1px #bc3526;
}

.form-control::-moz-placeholder {  
  color: rgba(0,0,0,0.8)!important;
  text-shadow: 1px 1px 1px #bc3526;
}
.form-control:-ms-input-placeholder { 
  color: rgba(0,0,0,0.8)!important;
  text-shadow: 1px 1px 1px #bc3526;
}
.form-control:-moz-placeholder {  
  color: rgba(0,0,0,0.8)!important;
  text-shadow: 1px 1px 1px #bc3526;
}*/

form > .form-group > .col-xs-3 {
    width:31.3333%;
}
form > .form-group > .col-xs-6 {
    width:48%;
}
form > .form-group > .col-xs-12 {
    width:98%;
}

form > .form-group > textarea {
    min-height:150px !important;
    min-width:10%!important;
}

form > .form-group > button {
    float:right;
    margin-bottom:20px;
    background-color:#fff;
}

.ui-datepicker-header{
    background-color: #abdd26;
}

.ui-datepicker-calendar td{
    background-color: #abdd26;
}

.ui-datepicker-calendar td a, .ui-datepicker-header, .ui-datepicker-calendar th, .ui-datepicker-header>a{
    color:#fff;
}

.contatti-container a.tel{
    color: black;
}

.contatti-container a.web{
    color: #005880;
}

.contatti-container a.email{
    color: #62b6dd;
}

.contatti-container i{
    color: #abdd26;
}

.contatti-container strong{
    margin-right: 5px;
}

.round-box-agenda {
  border: 1px solid #ebebeb;
  border-radius: 100%;
  
}
.round-box p{
  padding: 35px 10px;
  text-align: center;
  position: relative;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}
.round-box-agenda p{
  padding: 35px 10px;
  text-align: center;
  position: relative;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .round-box p {
    line-height: 120%;
  }
}
@media only screen and (max-width: 640px) {
  .round-box p {
    padding: 40px 10px;
    text-align: center;
    position: relative;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    color: #fff;
  }
}
@media only screen and (max-width: 480px) {
  .round-box p {
    padding: 40px 10px;
    text-align: center;
    position: relative;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    color: #fff;
  }
  .round-box-agenda p {
    padding: 20px 10px;
    text-align: center;
    position: relative;
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    color: #fff;
  }
  }
.titoli-sezioni {
  text-align: center;
  padding:10px 0 0 0;
  color: #1C83BA;
  font-weight: bold;
}
.sottotitoli-sezioni {
  text-align: center;
  padding:10px 0 0 0;
  color: #1C83BA;
}
.subtitoli-sezioni {
  width: 88%;
  margin:0 6%;
  text-align: center;
  padding: 10px 0;
  color: rgba(0,0,0,0.8);
  font-size: 1.2em;
  line-height: 180%;
}

.subtitoli-logo {
    line-height: 20.5px;
    text-align: inherit; 
    font-size:1.3em;
    padding:0;
    margin:0;
}



.outline, .dropdown>a:hover.outline{
    outline: 1px solid #86979194; 
    outline-offset: 5px;
    padding-bottom: 5px;
    outline-offset: -2px;
}

.dropdown>.outline, .dropdown>a:hover.outline{
    outline-offset: 9px;
}

.double-border{
    border-style: solid;
    border-color: #D37026;
    border-width: 3px;
    outline-style: solid;
    outline-color: #86979194;
    outline-width: 1px;
    outline-offset: 10px;
}

.sezione-amici {
    border-color: #9c0337;
    border-style: dashed;
    border-width: 1px;
}

.defile{
    background-repeat:no-repeat;
    background-size: cover;
    height: 250px;
    width:100%;
    display:inlineblock;
    border-width: 5px;
    border-color:#abdd26;
    border-style: solid;
    border-radius: 20px;
}

@media(min-width:1600px){
    .banner-header{
        float: right;
    }
}

.img-header{
    padding-right: 0px;
}

.img-header > img{
    padding-right: 0px;
    border-radius: 20px;
    height: 300px;
    width: 99%;
    border: 5px;
    border-color: #F2B44C;
    border-style: solid;
}

.img-banner-header{
    max-height:125px;
}

.accordion-item-title {
  font-size:1.2em;
}
.accordion-item.active .accordion-item-inner {
  background-color: transparent;
}

.ui-autocomplete {
    z-index: 250
}

ul.ui-autocomplete > li:before{
    display:none;
}



.globalSearch {
    width:190px!important;
    border-radius:none!important;
    float:left!important;
    height:35px!important;
    padding-left:50px!important;
    background-image:url(../img/marker.png)!important;
    background-repeat:no-repeat!important; 
    background-position:5px!important; 
    background-size:contain!important; 
    color:#666!important;
    box-shadow:none!important;
    border:none!important;
    border-radius:0!important;
    font-weight:bold!important;
}

.globalSearch-container{
    padding-left: 4%
}

@media (max-width: 767px){
    .globalSearch {
        width:160px!important;
    }
    .globalSearch-container {
        margin-top: 25px;
    }
}

@media (width: 1024px){
    .globalSearch {
        width:160px!important;
    }
}

/*nuovo header*/
.navbar-inverse {
  background-color: #f1f1f1;
  border-radius: 0;
  border-color: #f1f1f1;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #f0f0f0;
  color: #fff !important;
}
.navbar-inverse .navbar-nav>li>a {
  text-align: center !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: black;
}
/*@media(min-width:768px){
    .menu-site > ul:first-child {
        width:70%
    }
    .menu-site > ul:nth-child(2) > li:first-child {
        margin-top:4px
    }
    @media(max-width:1280px){
        .menu-site > ul:first-child {
            width:70%
        }
    }
}*/
@media(min-width:720px){
    li .menu-ecommerce-first {
        margin-left:0px
    }
}
@media(min-width:1281px){
    li .menu-ecommerce-first {
        margin-left:30px
    }
}
@media(width:1024px){
    li .menu-ecommerce-first {
        margin-left:0px
    }
}
.menu-site > ul {
    margin: 0;
    padding: 0
}
.font-rosso, .panel-group.font-rosso .panel-heading {
    color:#ed4532;
    text-shadow: 1px 1px 1px #890331;
}
.panel-group.font-rosso .panel {
    border-color:#ed4532;
}
.panel-group.font-rosso .icon_holder.border_round{
    background-color:  #ed4532;
}
.font-rosa, .panel-group.font-rosa .panel-heading {
    text-shadow: 1px 1px 1px #9c0337;
    color: #eb7e8f!important;
}
.panel-group.font-rosa .panel {
    border-color:#eb7e8f;
}
.panel-group.font-rosa .icon_holder.border_round{
    background-color:  #eb7e8f;
}

.font-titty, .panel-group.font-titty .panel-heading {
    text-shadow: 1px 1px 1px #d77b16;
    color: #f9d523!important;
}
.panel-group.font-titty .panel {
    border-color:#f9d523;
}
.panel-group.font-titty .icon_holder.border_round{
    background-color:  #f9d523;
}
.font-mela{
    color: #abdd26;
}
.font-mela-shadow{
    color: #abdd26;
    text-shadow: 2px 2px 2px #242619;
}
.font-tiffany,  .panel-group.font-tiffany .panel-heading{
    text-shadow: 1px 1px 1px #2d6553;
    color: #44977c;
}
.panel-group.font-tiffany .panel {
    border-color:#44977c;
}
.panel-group.font-tiffany .icon_holder.border_round{
    background-color:  #44977c;
}
.font-blu,  .panel-group.font-blu .panel-heading{
    text-shadow: 1px 1px 1px #44977c;
    color: #34abe2;
}
.panel-group.font-blu .panel {
    border-color:#34abe2;
}
.panel-group.font-blu .icon_holder.border_round{
    background-color:  #34abe2;
}

.font-celeste{
    text-shadow: 1px 1px 1px #34abe2;
    color: #6cbade;
}

.font-grey{
    color: #b4b8aa;
}
.font-marrone,  .panel-group.font-marrone .panel-heading{
    text-shadow: 1px 1px 1px #4a270f;
    color: #934e1d;
}
.panel-group.font-marrone .panel{
    border-color: #934e1d;
}
.panel-group.font-marrone .icon_holder.border_round{
    background-color: #934e1d;
}
.font-nero, .navbar-nav>li>a.font-nero, .navbar-inverse .navbar-nav>li>a:hover, .nav-tabs li a.font-nero,
.nav-tabs li a.font-nero:focus{
    color: #000;
}
.font-arancione,  .panel-group.font-arancione .panel-heading{
    text-shadow: 1px 1px 1px #d77b16;
    color: #ee4a32;
}
.panel-group.font-arancione .panel {
    border-color:#ee4a32;
}
.panel-group.font-arancione .icon_holder.border_round{
    background-color:  #ee4a32;
}
.font-arancione-p,  .panel-group.font-arancione-p .panel-heading{
    text-shadow: 1px 1px 1px #ee4a32;
    color: #f59335;
}
.panel-group.font-arancione-p .panel {
    border-color:#f59335;
}
.panel-group.font-arancione-p .icon_holder.border_round{
    background-color:  #f59335;
}
.font-verde, .panel-group.font-verde .panel-heading{
    text-shadow: 1px 1px 1px #4a7a10;
    color: #1C83BA;
}
.panel-group.font-verde .panel {
    border-color:#1C83BA;
}
.panel-group.font-verde .icon_holder.border_round{
    background-color:  #1C83BA;
}
.font-fucsia, .panel-group.font-fucsia .panel-heading{
    color: #e5489e;
    text-shadow: 1px 1px 1px #d8127f;
}
.panel-group.font-fucsia .panel {
    border-color:#e5489e;
}
.panel-group.font-fucsia .icon_holder.border_round{
    background-color:  #e5489e;
}

ul > li > ul > li:before {
    color: #eb7e8f;
}

.media-heading {
    font-weight: bold;
}

.media-body a {
    color: #1C83BA;
}

.nav-main {

width:100%;
margin-top: 20px;
color:#777;
}
.nav-main li {
  width: auto !important;
  display: table !important;
  float: left !important;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
  padding: 8px 15px;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 8px;
  border-radius: 100%;
  float: left;
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #abdd26;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
  border-color: #abdd26;
  background-color: #abdd26;
}
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
  border-color: #abdd26;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.navbar-top {
  min-height: 30px;
}
.navbar-top li {
  padding:0;
}
.nav-top li.dropdown {
  margin: 0 4px;
}
.nav-top li.dropdown.open {
  background-color: #f0f0f0;
  margin:4px 0;
}
.nav-top li.dropdown.open a:hover {
/*  color: #333 !important;*/
}
.nav-top li a {
  padding:5px 10px;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
}
.navbar-right li a {
  padding:5px 10px;
  font-weight: 500;
  text-align: center;
}
.font-rosso {
    color:#ed4532!important;
    text-shadow: 1px 1px 1px #890331;
}
.font-bianco {
    color:#fff!important;
    text-shadow: 1px 1px 1px #063b86;
}
navbar-right
@media only screen and (max-width: 1024px) {
  .nav-main li {
    padding-left: 20px;
  }
  .nav-main li a{
    font-size: 14px  !important;
    font-weight: normal;
  }
  }
@media (min-width: 1200px){
    div#box-left {
        margin-left: 20px;
    }
}
@media (min-width: 992px){
    .col-md-6.smaller {
        width: 48%;
    }
    .col-md-12.smaller {
        width: 97%;
        padding-left: 30px;
    }
    div#box-left > .box {
        padding: 30px
    }
}
div#box-left > .box {
    padding-right: 10px
}
@media only screen and (max-width: 768px) {
  .navbar-nav .open .dropdown-menu>li>a {
    padding:5px 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    line-height: 180%;
    font-weight: normal;
    text-align: center;
    font-size: 13px;

  }
  .nav-main li {
    padding-left: 20px;
  }
  .nav-main li a{
    font-size: 14px  !important;
    font-weight: normal;
  }
}
@media only screen and (max-width: 600px) {
  .nav-main li {
    padding-left: 0px;
    width: 33.3333333% !important;
  }
   .nav-main li a{
    font-size: 13px  !important;
    font-weight: normal;
    padding-top:3px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-main li {
    padding-left: 0px;
    width: 33.3333333% !important;
  }
   .nav-main li a{
    font-size: 13px  !important;
    font-weight: normal;
    padding-top:3px;
    padding-bottom:3px;
  }
}
.nav-pills > li::before{
    content: '';
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus{
    background-color: #abdd26;
}
.nav-pills>li>a{
    background-color: white;
    text-decoration: none;
    text-align:center;
}
.nav-pills>li>a:hover {
    background-color:#91bc21;
    margin-top: -5px;
    padding-bottom: 15px;
}
.nav-pills>li.active>a:hover {
    background-color:#91bc21;
}
.nav-pills>li{
    padding: 0;
}
.breadcrumb{
    padding:15px;    
    background-color: #fad738;
    font-size:16px;
    color:white;
}
.breadcrumb > li::before{
    content: '';
}
.breadcrumb .breadcrumb-item.active{
    color:white;
}
.breadcrumb>.section-title{
    margin:15px; 
    font-size: 30px;
}
.widget {
  border-top: 5px solid #abdd26;
}
.panel-body>ul{
    margin-bottom: 0;
}
.panel-body{
    padding-bottom: 0;
    padding-left:0;
}
.panel-body>p{
    margin:0 0 10px;
}
.panel-body>.links>li{
    padding: 0 0 0 10px;
}
.panel-group .panel-heading{
    padding: 0px;
    font-size:18px;
    cursor: pointer;
}
.panel-group h5.panel-heading{
    font-size:18px;
}
.panel-group .panel-heading.faq{
    text-transform: uppercase;
    color:blue;
}
.panel-group .panel-heading > .panel-title:before{
    font-family: FontAwesome;
    content: '\f107';
    text-decoration: none;
}
.panel-group .panel-heading:hover{
    text-decoration: underline;
}

.panel-group .panel-collapse{
    padding-top:15px;
}

.panel-group button{
    margin: auto;
    display:block;
}

.panel-group button.show-collapse:after{
    content:'Mostra Tutto';
}

.panel-group button.hide-collapse:after{
    content:'Nascondi Tutto';
}

.icon_holder.border_round{
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 4px;
    margin-right: 19px;
    border-radius: 50%;
    background-color: #1C83BA;
}

.icon_bg.border_round{
    border: 1px dashed rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.icon_bg.border_round>em{
    color: #fff;
    font-size: 18px;
    padding-top: 7px;
}

.panel-group .media-body{
    color: #474948;
    text-shadow: none;
}


/*-----------------*/
.header-login .header-form {
  left: -125px;
  width: 300px;
  top: 38px;
}
li.active > div, .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
border: none;
background-color: #abdd26;
color: #ffffff;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  color: #fff;
  background-color: #abdd26;
}.pagination>li>a, .pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #abdd26;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.btn-primary {
background-color: #abdd26;
}
#box-ricerca {
  width: 1140px;
  margin-top: 7px;
}
#box-ricerca ul li{
  font-size: 10px !important;
  color: #abdd26 !important;
}
#box-ricerca ul li a{
  padding:3px 0;
  font-size:10px;
  font-weight: 700;
}
.eventi {
  max-width: 19% !important;
  width: 100%;
  margin: 10px 0.5%;
}

.pulsante-consigli {
position: relative;
width: 100px;
left: 50%;
padding: 10px;
margin: 20px;
margin-left: -50px;
background: #abdd26;
color: #fff;
display: block;
font-size: 16px;
float: left;
text-align: center;
text-decoration: none !important;
border:1px solid #abdd26;
}
.pulsante {
position: relative;
width: 200px;
left: 50%;
padding: 10px;
margin: 20px;
margin-left: -100px;
background: #abdd26;
color: #fff;
display: block;
font-size: 16px;
float: left;
text-align: center;
text-decoration: none !important;
border:1px solid #abdd26;
}
.pulsante:hover {
  font-size: 16px;
  background: #fff;
  color:  #abdd26;
  display: block;
  text-align: center;
  border: 1px solid #abdd26 !important;
  text-decoration: none;
}
/*header*/
    .rowntf {
      border: 1px solid rgb(226, 226, 226);
}
    .header_menu{

    }
    .header_menu>div{
        float:left;
        padding:10px 20px;
        border-right:1px solid rgba(0, 0, 0, 0.1);;
        cursor:pointer;
        text-align:center;
        background-color:#FFF;
        overflow:auto;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #2c322d;
    }
    #sidr>.header_menu>div{
        float:none;
        padding:10px 0px;
        border:none;
        border-bottom:1px solid rgba(0, 0, 0, 0.1);
        cursor:pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header_menu>div:hover{
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color:#abdd26;
        color:#FFF!important;
        border-radius:2px;
    }
    .header_menu>div:active{
        background-color:#CCC;
    }
    .header_menu>div:last-child {
        border-right:none;
    }
    .header_menu>span{
        background-color:#FFF;
        display:none;
        position:absolute;
        padding: 10px;
        border:1px solid #CCC;
        left:0px;
        text-align:center;
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    #sidr>.header_menu>span{
        position: static;
        border:0;
        background-color:transparent;
        padding:0px;
        webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px 0px inset;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px 0px inset;
        background-color: rgba(0, 0, 0, 0.02);
        border-radius: 0;  
    }
    #sidr>.header_menu>span>div{
        border-bottom:1px solid rgba(0, 0, 0, 0.1);
        cursor:pointer;
    }
    #sidr>.header_menu>span>div:hover{
        background-color:#E5E5E5;
    }

    .header_menu>span>div{
        display:block;
        width:100%;
        padding:10px 20px;
        cursor:pointer;
    }
    .header_menu>span>div:hover{
        background-color:#E5E5E5;
    }
    .promozioni-img:hover {
   -webkit-filter: brightness(0.6) !important;
   -webkit-transition: All 0.5s ease-in !important;
  }
  .ricerca-img:hover {
     -webkit-filter: brightness(0.6) !important;
     filter: brightness(0.6) !important;
     -webkit-transition: All 0.5s ease-in !important;
     transition: All 0.5s ease-in !important;
  }
@media only screen and (max-width : 997px) {
        #collapse_menu{display:none!important;}
        #sidr_btn{display:block!important;color:#abdd26;font-size: 40px;}
    }



.header {
  position: relative;
  z-index: 250;
}
.header a {
  color: inherit;
  font-weight: 500;

  text-decoration: none;
  font-size: 17px;
}
.header .top {
  position: relative;
  z-index: 10;
  background-color: #abdd26;
  height: auto;
  font-size: 12px;
  line-height: 32px;
  color: #ffffff;
}
.header .top p,
.header .top ul {
  margin-bottom: 0;
  list-style-type: none;
}
.header .top a {
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  padding: 10px 2px;
}
.header .top a:hover {
  text-decoration: none;
  color: rgba(255,255,255,1);
}

/*----------NAVBARCOLLAPSE*/

.navbar-default {
    background: linear-gradient(90deg, #E51B46 697px, #1C83BA 0px);
    border: none;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

@media (min-width: 1281px){
    .navbar-default {
        background: linear-gradient(90deg, #E51B46 713px, #1C83BA 0px);
    }
}

.navbar a, .navbar-default a {
  text-decoration: none;
  font-weight: 300;
}
@media(min-width: 768px){
    .navbar li {
      margin-left: 10px;
    }
}
.nav .open > a, .nav .open > a:hover {
  border-color: #abdd26;
}
.navbar-default .navbar-nav > li >a {
  color:white !important;
  text-align: center;
}
.navbar-default .navbar-nav > li >a:hover  {
  color: #fff !important;
  background-color: #abdd26;
}
a.navbar-brand:hover {
  background-color: #abdd26;
  color: #fff;
}
.dropdown-menu {
  z-index: 1000;
  margin-left: 0px;
}
.dropdown {
  padding-left: 0;
}
.dropdown-menu li{
  padding-left: 0 !important;
  font-size: 16px;
  margin:10px 0 !important;
  
}
.dropdown-menu li a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  color:rgb(37, 56, 89);
  font-weight:400 !important;
}
.dropdown-menu li a:hover {
  background-color: #abdd26;
  color: #fff;
}
@media(min-width:768px){
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #abdd26;
  color: #fff;
}

.navbar-default .navbar-nav > li.background-mela >a:hover,
.navbar-default .navbar-nav > li.background-mela >ul,
.navbar-default .navbar-nav > li:hover.dropdown.background-mela{
    background-color: #abdd26;
}

.navbar-default .navbar-nav > li.background-mela > a > span{
    color: #abdd26
}

.navbar-default .navbar-nav > .open.background-titty > a,
.navbar-default .navbar-nav > .open.background-titty > a:focus ,
.navbar-default .navbar-nav > li.background-titty >a:hover,
.navbar-inverse .navbar-nav>.open.background-titty>a,
.navbar-default .navbar-nav > li.background-titty > ul,
.background-titty > ul,
.navbar-default .navbar-nav > li:hover.dropdown.background-titty{
    background-color: #f9d638;
}

.navbar-default .navbar-nav > li.background-titty > a > span{
    color: #f9d638
}

.navbar-default .navbar-nav > li.background-celeste >a:hover,
.navbar-default .navbar-nav > li.background-celeste >ul{
    background-color: #b0dcdc;
}

.navbar-default .navbar-nav > li.background-celeste > a > span{
    color: #b0dcdc
}

.navbar-default .navbar-nav > li.background-rosa >a:hover,
.navbar-default .navbar-nav > li.background-rosa >ul,
.background-rosa > ul{
    background-color: #eb7e8f;
}

.navbar-default .navbar-nav > li.background-rosa > a > span{
    color: #eb7e8f
}

.navbar-default .navbar-nav > li.background-verde >a:hover,
.navbar-default .navbar-nav > li.background-verde >ul{
    background-color: #9aaf2e;
}

.navbar-default .navbar-nav > li.background-verde > a > span{
    color: #9aaf2e
}


.navbar-default .navbar-nav > li.background-lilla >a:hover,
.navbar-default .navbar-nav > li.background-lilla >ul{
    background-color: #a252ab;
}

.navbar-default .navbar-nav > li.background-lilla > a > span{
    color: #a252ab
}

.menu-principale{
    padding:0px!important;
    padding-right: 7px!important;
    padding-top:7px!important;
    padding-bottom:5px!important;
    font-size:1em!important
}

/*
.menu-principale-first{
     padding-top:11px!important;
}
*/

.menu-ecommerce{
    color: #000000!important;
    padding:5px;
}

.border-dashed{
     border-style: dashed;
     border-width: 1px;
     border-color: #fff;
}

.spacing{
    margin-right: 20px;
}

.double-spacing{
    margin-right: 40px;
}

.rowntf {
  padding:10px 0;
  background-color: #abdd26;
}
/*------*/

.search .qs_s #query {
  webkit-border-radius: 0;
  border-radius: none;
  width: 100%;
}

.navigation-first {
	float: left;
	list-style: none;
	display: inline;
	margin-top: 15px;
	margin-bottom: 0;
}
.navigation-first li {
	float: left;
	padding: 20px 0;
}
.navigation-first a {
	text-decoration: none;
	color: rgba(0,0,0,0.6);
	font-size: 16px;
}
.navigation-first a:hover {
	color: #abdd26;
}
/*---
| NAVIGATION
---*/
nav.navigation {
  background-color: #fbfbf9;
  position: relative;
  z-index: 240;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  /*color: @arguments;*/
}
/*------------ricerca------------*/
.dropdown-menu-right ul li a {
  text-decoration: none;
}
.nav-tabs.nav-justified>li {
  padding-left: 0;
}
@media only screen and (max-width: 1920px) {
  
  .search .qs_s #query {
  width: 100% !important;
 }
 #box-ricerca {
  max-width: 1140px !important;
  width: 100%;
  margin-top: 7px;
}
.eventi {
  width: 19%;
  float: left;
  margin: 10px 0.5%;
}
  }

@media only screen and (max-width: 979px) {
  nav.navigation .container .row .span9 {
    width: auto;
    float: none;
  }
}
.main-menu {
  margin: 0;
  height: auto;
  /*zoom: 1;*/
}
.main-menu:before {
  content: '';
  display: block;
}
.main-menu:after {
  content: '';
  display: table;
  clear: both;
}
.main-menu li {
  list-style: none;
}
.main-menu a {
  text-decoration: none;
  font-size: 16px;
  display: block;
}
.main-menu li {
  position: relative;
}
.main-menu li ul {
  display: none;
  position: absolute;
  border-top: 5px solid #abdd26;
  background-color: #ffffff;
  /*overflow: hidden;*/
  margin: 0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  /*color: @arguments;*/
  z-index: 1000;
  min-width: 200px;
}
.main-menu li ul li {
  padding-left: 0;
  }
.main-menu li ul li a {
  padding: 15px 20px;
  border-top: 1px solid #f0f0f0;
  color: #474948;
}
.main-menu li ul li.menu-item-has-children > a:before {
  font-family: fontAwesome;
  content: "\f0da";
  float: right;
  color: #474948;
}
.main-menu li ul li:first-child a {
  border-top: none;
}
.main-menu li ul li ul {
  left: 190px;
  top: 10px;
}
.main-menu li:hover > a {
  background-color: #abdd26;
  color: #ffffff;
}
.main-menu li:hover.menu-item-has-children > a:before {
  color: #ffffff;
}
.main-menu li:hover > ul {
  display: block;
}
.main-menu > li {
  float: left;
  padding: 10px 0;
}
.main-menu > li > ul {
  left: -9999px;
  top: -9999px;
}
.main-menu > li > a {
  padding: 15px 30px 15px 0;
  color: rgba(0,0,0,0.6);
  text-transform: uppercase;
}
.main-menu > li:hover > a,
.main-menu > li > a:hover {
  color: #abdd26;
  background: none;
}
.main-menu > li ul li ul li > ul {
  left: auto;
  right: 190px;
}
.main-menu > li ul li ul li > ul li ul {
  right: auto;
  left: 190px;
}
.main-menu .megamenu-parent {
  position: static;
}
.main-menu .megamenu-sub-menu {
  /*margin-left: 0px !important;*/
  padding: 20px;
  padding-top: 0px;
}
.main-menu .megamenu-sub-menu ul {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  min-width: 0px;
}
.main-menu .megamenu-sub-menu li:hover ul {
  left: auto;
  top: auto;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu {
  width: 100%;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu > li {
  display: block;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu > li a {
  display: block;
  background: none;
  color: #474948;
  padding: 5px;
  margin: 0px;
  border: 0px;
  font-size: 12px;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu > li a:before {
  content: "\f105";
  color: #abdd26;
  font-family: FontAwesome;
  margin-right: 5px;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu > li a:hover {
  color: #abdd26;
}
.main-menu .megamenu-sub-menu .megamenu-column {
  float: left;
  padding-right: 20px;
}
.main-menu .megamenu-sub-menu .megamenu-column ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*color: @arguments;*/
  border: 0px;
  padding: 0px;
}
.main-menu .megamenu-sub-menu .megamenu-column a {
  color: #abdd26;
}
.main-menu .megamenu-sub-menu .megamenu-column a:before {
  content: "";
}
.main-menu .megamenu-sub-menu .megamenu-column a:hover {
  color: #474948;
}
.main-menu .megamenu-sub-menu .megamenu-content {
  /*padding-top: 20px;*/
  font-size: 12px;
}
.main-menu .megamenu-sub-menu .megamenu-content .map-canvas,
.main-menu .megamenu-sub-menu .megamenu-content img,
.main-menu .megamenu-sub-menu .megamenu-content iframe {
  margin: 0px;
  padding: 0px;
  display: block;
}
.main-menu .megamenu-sub-menu .megamenu-content .map-canvas {
  margin-bottom: 20px;
}
.main-menu .megamenu-sub-menu .megamenu-content [class*="span"] {
  width: 100%;
}
.main-menu .megamenu-sub-menu .megamenu-content ul {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*color: @arguments;*/
  border: 0px;
  list-style: disc;
}
.main-menu .megamenu-sub-menu .megamenu-content ul li {
  border: 0px;
  list-style: disc;
}
.main-menu .megamenu-sub-menu .megamenu-content ul li a {
  border: 0px;
  background: none;
  color: #474948;
}
.main-menu .megamenu-sub-menu .megamenu-content ul li a:hover {
  color: #abdd26;
  background: none;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading,
.main-menu .megamenu-sub-menu .megamenu-heading {
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
  left: auto;
  right: auto;
  clear: both;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading a:hover,
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading:hover a,
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading a,
.main-menu .megamenu-sub-menu .megamenu-heading a:hover,
.main-menu .megamenu-sub-menu .megamenu-heading:hover a,
.main-menu .megamenu-sub-menu .megamenu-heading a {
  background: none;
  margin: 0px;
  padding: 0px;
  color: #474948;
  font-weight: bold;
  font-size: 16px;
  cursor: text;
  margin-bottom: 20px;
  display: block;
  border: 0px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading a:hover:before,
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading:hover a:before,
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading a:before,
.main-menu .megamenu-sub-menu .megamenu-heading a:hover:before,
.main-menu .megamenu-sub-menu .megamenu-heading:hover a:before,
.main-menu .megamenu-sub-menu .megamenu-heading a:before {
  display: none;
}
.main-menu .megamenu-sub-menu input[type="text"],
.main-menu .megamenu-sub-menu input[type="password"],
.main-menu .megamenu-sub-menu input[type="date"],
.main-menu .megamenu-sub-menu input[type="datetime"],
.main-menu .megamenu-sub-menu input[type="email"],
.main-menu .megamenu-sub-menu input[type="number"],
.main-menu .megamenu-sub-menu input[type="search"],
.main-menu .megamenu-sub-menu input[type="tel"],
.main-menu .megamenu-sub-menu input[type="time"],
.main-menu .megamenu-sub-menu input[type="url"],
.main-menu .megamenu-sub-menu textarea,
.main-menu .megamenu-sub-menu select {
  min-height: 30px;
  width: 100%;
}
.main-menu .megamenu-sub-menu textarea {
  height: 100px;
}
.megamenu_container {
  height: auto;
}
.main-menu-button {
  display: none !important;
}
#btnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#btnTop:hover {
  background-color: #555;
}

#btnTop>span {
    padding:7px
}
.ul-ricerca {
    margin-top: -98px !important;
  }

@media only screen and (min-width: 979px) {
  .main-menu > li:hover > ul {
    left: 0px;
    top: 50px;
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-nav>li>a {
    color: #777;
    font-size: 16px;
  }
  .search .qs_s #query {
  width: 73% !important;
 }
 .cerca {
z-index:800;}
  }
  #box-ricerca {
  max-width: 1140px !important;
  width: 100%;
  margin-top: 7px;
}
  }
@media only screen and (max-width: 1024px) {
.search .qs_s #query {
  width: 73% !important;
}
.cerca {
z-index:800;}
  }
  #box-ricerca {
  max-width: 940px !important;
  width: 100%;
  margin-top: 7px;
}
}

@media only screen and (max-width: 979px) {
  .main-menu-button {
    display: block !important;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    text-decoration: none;
    border: 0px;
    background-color: #abdd26;
    color: #ffffff;
  }
  .navbar-nav>li>a {
    color: #777;
    font-size: 16px;
  }
  .eventi {
  width: 19%;
  float: left;
  margin: 10px 0.5%;
}
  .ul-ricerca {
   margin-top: -99px;
   margin-right: 20px;
   z-index: 600;
  }
  #box-ricerca {
  max-width: 964px !important;
  width: 100%;
  margin-top: 7px;
}
  .main-menu-button:after {
    font-family: fontAwesome;
    content: "\f078";
    font-weight: bold;
    float: right;
  }
  .main-menu-button:hover,
  .main-menu-button:focus,
  .main-menu-button:active {
    background-color: rgba(26, 188, 156, 0.8);
    color: #ffffff;
    text-decoration: none;
  }
  .megamenu_container {
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    transition: height 0.5s ease;
    padding-bottom: 10px;
  }
  .main-menu {
    position: relative;
    margin-bottom: 5px;
    right: 0%;
    display: none;
  }
  .main-menu.selected {
    display: block;
  }
  .main-menu li {
    display: block;
    float: none;
    margin-top: 1px;
    position: static;
  }
  .main-menu li ul li a,
  .main-menu li a {
    display: block;
    float: none;
    padding: 10px 15px;
    border: 0px;
  }
  .main-menu li ul li a:hover,
  .main-menu li a:hover {
    background-color: #abdd26;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #ffffff !important;
  }
  .main-menu li.back > a:before {
    font-family: fontAwesome;
    content: "\f0d9";
    margin-right: 5px;
  }
  .main-menu li.menu-item-has-children > a:before {
    font-family: fontAwesome;
    content: "\f0da";
    float: right;
    /*color: @black;*/
  }
  .main-menu li.megamenu-parent {
    display: none;
  }
  .main-menu li ul,
  .main-menu li ul li ul,
  .main-menu li ul li ul li ul,
  .main-menu li ul li ul li ul li ul {
    /*display: block;*/
    /*position: static;*/
    display: none;
    width: 100%;
    position: absolute;
    left: 100%;
    right: auto;
    top: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*color: @arguments;*/
    background: none;
    border: 0px;
  }
  .main-menu li.selected > ul {
    display: block;
  }
}
.concorso-bottom {
  position:fixed !important;
  margin:0;
  bottom:0;
  z-index:5000;
  overflow:hidden;
  width:100%;
  height:65px;
  background-color:rgba(120,213,205,0.8);
  padding:10px;
  -webkit-box-shadow:inset 0 10px 50px 5px rgba(0,0,0,0.1);
  box-shadow:inset 0 10px 50px 5px rgba(0,0,0,0.1);"
}
.concorso-bottom h5 {
   color:#fff;
   text-align:center;
   font-weight:300;
   margin-right:20px;
}
.banner-search {
  position:relative;
  bottom:350px;
}
.banner-container {
    width:60%;
    background-color: rgba(255,255,255,0.5);
    padding-bottom:20px;
  }
  .input_testata_localita {
height: 49px;
width: 932px;
display: block;
border-width: 0px;
margin: auto;
background: url(../img/ico_ricerca_home.png) #fff;
background-repeat: no-repeat;
background-position: 19px 12px;
text-indent: 78px;
font-size: 16px;
color: #3F1359;
font-family: 'open_sanssemibold';
}
.search .qs_s #query {
  width: 100%;
}
  .top-accesso {
    font-size:14px;
  }
  .cerca {
    display: block !important;
    position: relative !important;
    top: 0px !important;
    margin-top:-80px !important;
    left: 73% !important;
    width: 120px !important;
    height: 50px !important;
    padding: 5px 35px 5px 35px !important;
  }
  .eventi {
  max-width: 19%;
  width: 100%;
  float: left;
 
}
  @media only screen and (max-width: 768px) {
  .search .qs_s #query {
  width: 100% !important;
 }
 .ul-ricerca {
    margin-top: 40px !important;
  }
  #box-ricerca {
  max-width: 694px !important;
  width: 100%;
}
   .cerca {
    display: block !important;
    position: relative !important;
    margin-right: 0;
    top: 0px !important;
    margin-top: -80px !important;
    left: 80% !important;
    width: 120px !important;
    height: 50px !important;
    padding: 5px 35px 5px 35px !important;
    z-index:30000;
    }
}
.eventi {
  max-width: 98%;
  width: 100%;
  float: left;
  margin: 10px 1%;
}
@media only screen and (max-width: 640px) {
  .search .qs_s #query {
  width: 100% !important;
 }
 .eventi {
  max-width: 98%;
  width: 100%;
  margin: 10px 1%;
}
 .ul-ricerca {
    margin-top: 40px !important;
  }
  .cerca {
  display: block !important;
  position: relative !important;
  margin-right: 10px;
  top: 0px !important;
  margin-top: -80px !important;
  left: 80% !important;
  width: 120px !important;
  height: 50px !important;
  padding: 5px 35px 5px 35px !important;
  z-index:30000;
  }
  #box-ricerca {
  max-width: 603px !important;
  width: 100%;
}
}
@media only screen and (max-width: 480px) {
 a.top-accesso {
    font-size:10px !important;
  }
  .concorso-bottom {
    display: none !important;
   }
  .concorso-bottom h5{
    font-size:12px;
    margin-right:5px;
    
  }
  .box-catalogo {
    width: 98% !important;
    margin: 10px 1% !important;
  }
  .tagliandi {
    text-align: center !important;
  }
  .eventi {
  max-width: 98%;
  width: 100%;
  float: left;
  margin: 10px 1%;
  }
  .hidden-phone {
    display: none;
  }
  .logo img{
    width: 60% !important;
    margin: 0 20%;
    height: auto;
    float: left;
  }
  .navigation-first {
    margin-top: 15px;
  }
  .search {
  width: 100% !important;
  }
  #box-ricerca {
  max-width: 300px !important;
  width: 80%;
}
#box-ricerca ul li a{
  text-align: center;
}
  .ul-ricerca {
    margin-top: 40px !important;
  }
  .box-ricerca {
    padding-left: 0 !important;
  }

  .cerca {
    width:80px;
    left:70% !important;
    padding: 5px 15px 5px 15px;
  }

  .search .qs_s #query {
  width: 100% !important;
}
  .titoli-sezioni {
    font-size: 2.4em;
    line-height: 180%;
  }
  .subtitoli-sezioni {
    width: 96%;
    margin: 0 2%;
    font-size: 1.2em;
    line-height: 180%;
  }
  .navigation-first a {
  text-decoration: none;
  color: rgba(0,0,0,0.6);
  font-size: 12px;
  font-weight: bold;
  }
  a.partecipa {
   text-align:center;
   padding:4px;
   color:#fff;
   border:1px solid #fff;
   margin-bottom: 7px;
  }
  .banner-container {
    width:100% !important;
    margin-right: 0;
    margin-left: 0;
  }
  .banner-search {
  position:relative;
  bottom:380px;
  }
   .banner-search h4 {
    font-size: 10px;
   }
   .banner-search h3 {
    font-size:14px;
    margin-top:10px;
    padding-top:0;
   }
   h2 {
    font-size: 20px;
   }
   h3 {
    font-size: 18px,
   }
   h4 {
    font-size: 16px;
   }
   .title h4 {
    font-size: 20px;
    margin: 0 !important;
   }

}
a.partecipa {
   text-align:center;
   padding:10px;
   color:#fff;
   border:1px solid #fff;
}
a.partecipa:hover {
  background-color: #fff;
  color: #abdd26;
  border:1px solid #abdd26;
}
/*---------------------------------------------------------index*/

.flexslider{
    background-color: initial;
    border: initial;
}

.flex-viewport{
    border: 1px solid black;
}
.flex-direction-nav{
    display:none;
}
.flex-viewport>.slides>li::before{
    display:none;
}

/*slider*/
#slider-home .item img{
    display: block;
    width: 100%;
    height: auto;
}
/*---*/
h1, h2, h3, h4 {
  text-align: center;
}

}
p {
  text-align: center !important;
  line-height: 200%;
}
.box {
  width:100%;
  padding: 20px 0;
  border:solid 1px #ebebeb;
}
.box a {
  text-align: center;
  text-decoration: none;
}
.box-img:hover {
  -webkit-filter:brightness(0.6);
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
#categories  a:not(:hover){
    color:black;
}
#owl-demo .item{
  margin: 3px;
}
#owl-consiglia .item, #owl-consiglia2 .item {
  margin:0 10px;
}
#owl-partner .item .box-gallery{
  display: block;
  width: 98%;
  height: auto;
  margin: 20px 10px;
}
#owl-partner .item .box-partner{
  display: block;
  width: 98%;
  height: auto;
  margin: 20px 10px;
}
#owl-consiglia .item .box-partner, #owl-consiglia2 .item .box-partner{
  display: block;
  width: 98%;
  height: auto;
  margin: 0 3%;
}
.title h4 {
  padding-top: 20px;
}
.title h4:hover {
  color: #abdd26;
}
.fa-play {
  margin-top: 60px;
}
 #defaultCountdown { width: 100%; height: 45px; }
 /*---------------------------------------------------chi siamo*/
 .servizichisiamo {
  border:solid 1px #ebebeb;
  margin-bottom:20px; 
 }

 .contact-form-container {
    border-left: none;
    margin-top: 100px;
 }
 .progress-bar {
    width: 100%;
    background-color: transparent;
    color:rgba(0,0,0,0.8);
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
 }
 /*------------------------------manuale sposa*/
 .scopri {
    padding:10px;
    margin:20px;
    font-size:30px;
    text-decoration:none;
    text-align:center;
    position:relative;
    left:50%;
    margin-left:-52px;
    border:1px solid #abdd26;
 }
 /*----------------------------------concorsi*/
 .grid {
  padding: 20px 20px 20px 20px;
  max-width: 80%;
  margin: 0 auto;
  list-style: none;
  text-align: center;
 }
 .grid li {
  display: inline-block;
  width: 48%;
  margin: 0;
  padding: 20px;
  text-align: left;
  position: relative;
 }
  .grid figure {
    border:solid 1px #ebebeb;
  }
  .grid figcaption {
    background: rgba(255,255,255,1);
    color: rgba(0,0,0,0.8);
  }
  .grid figcaption h5 {
    color: #abdd26;
  }
  .grid figcaption a {
    text-decoration: none;
  }
  .vincitori {
    text-decoration: none;
    margin-right: 120px;
    display: block;
  }
  .vincitori-img:hover {
    -webkit-filter:brightness(0.3);
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
  }
  #nav-vincitori {
    width:100%;
    margin:20px 0;
  }
  #nav-vincitori ul {
    width: 100%;
    padding:10px 0;
    margin: 0;
    float: left;
    list-style-type: none;
  }
  #nav-vincitori ul li {
    width:31.333333%;
    margin:1%;
    float: left;
  }
  #nav-vincitori ul li a {
    display: block;
    text-decoration: none;
    font-size:28px;
    text-align: center;
  }
  a.vincitori-nomi:hover p{
    color:#abdd26 !important;
  }
  .torna-su {
    padding:20px 10px; 
    display:block;
    color:#abdd26;
    text-align: center;
  }
  .bgpremi {
  background: url(../../images/coverbg5.jpg);
  background-size: cover;
  width: 100%;
  height: 400px;
  padding:10px;
  /*---------------------------fornitore*/
  .property-details .property-images {

    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .grid figcaption h3 {
    color:#aaa;
  }
  /*----------ricerca--------*/
  .ricerca-scopri:hover {
    -webkit-filter:brightness(0.4);
    -webkit-transition:All ease-in 0.5s;
  }
  /*-----------------------------classifiche*/
  div#defaultCountdown.is-countdown span.countdown-amount {
    margin-top: 20px;
    font-size: 50px;
  }
  div#defaultCountdown.is-countdown span.countdown-period {
    font-size: 30px;
    padding-bottom: 10px;
    color:#abdd26;
    border-bottom: solid 1px #abdd26;
  }
  .widget {
    border-top-color: #abdd26;
  }
  .widget.Categories a:hover, .widget.Menu a:hover {
    background-color: #abdd26;
  }
  .menu-widget li {
    padding-left:0;
  }
  /*---------------------------promozioni*/
  .promozioni {
    position: relative;
    left: 50%;
    width: 300px;
    height: 50px;
    padding: 10px;
    float: left;
    margin-left: -150px;
  }
.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }
.quantita {
  padding:10px;
  margin:10px 40px;
  border:1px solid #abdd26;
  font-size: 18px;
  text-align: center !important;
}

.title a {
  background: #abdd26;
}
.title a:hover {
  background: #abdd26 !important;
}
/*----------------------------------gallery*/
.gallery li {
  float:left; 
  margin:1%;
  width: 23%;
}
a.alert-link.partecipa {
  color:#ccc !important;
}
span.scadenza-promozione {
  text-align:center;
  font-size: 12px;
  border: 1px #abdd26 solid !important;
  padding: 5px;
  margin: 10px 0;
  display:table;
}

