/************************************
*************REBOOT******************
************************************/
body.e-bike {
    background-color: #000;
}

.bx-wrapper .bx-prev {
    background: url("img/commons/arrow-left.png") no-repeat scroll 0 0 / 75% auto transparent;
    left: -2px;
    opacity: 0.54;
      background-position: 0;

}

.bx-wrapper .bx-next {
    background: url( "img/commons/arrow-right.png" ) no-repeat scroll 0 0 / 75% transparent;
    opacity: 0.75;
    right:2px;
    background-position: 0;

}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
  opacity: 1;
  background-position: 0;
}

/**
*Font
**/

.e-bike-color {
    color: #0099ff;
}


/******************************************
******************HEADER*******************
******************************************/
.navbar {
    border-top: 5px solid #0099ff;
}
 
.navbar-default .navbar-nav > .opened > a,
.navbar-default .navbar-nav > .opened > a:hover,
.navbar-default .navbar-nav > .opened > a:focus,
.navbar-default .navbar-nav > .opened > a:active {
    background-color: rgba(0, 153, 255, 0.75);
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:link,
.navbar-default .navbar-nav > .active > a:visited,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #0099ff;
    border-bottom: 2px solid #f1f1f1;
}

.dropdown-menu {
    background-color: rgba(0, 153, 255, 0.75);
}

.dropdown-menu > li > a {
    color: #09294c;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: rgba( 9,41, 76, 0.75 );
    color: #f1f1f1;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: #09294C;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f1f1f1;
}

/******************************************
******************FOOTER*******************
******************************************/
#footer {
    border-top: 5px solid #0099ff;
}


/******************************************
******************HOME*********************
******************************************/
.husqvarna .carousel-control.right > span,
.husqvarna .carousel-control.left > span {
    background-color: #fed000;
}

.csstransitions .gallery li {
    -ms-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

/******************************************
******************NEWS*********************
******************************************/
.news {
    border-color: #fed000;
}


/******************************************
******************CONTATTI*****************
******************************************/
.page-id-55 .navbar {
    position: static;
    background-color: rgba( 9,41, 76, 0.75 );
}

.contatti {
    background: url( "img/splash/home-husqvarna.jpg" ) no-repeat scroll 0 0 transparent;
    background-size: cover;
    border-top: 5px solid #0099ff;
}

.contatti address {
    background-color: rgba( 9,41, 76, 0.75 );
}

/******************************************
****************** BOOSTRAP MEDIA  QUERY *******************
******************************************/

/* Extra Small */
@media(max-width:767px){
  
    .navbar.menu-opened {
      background-color: #09294C;
    }
   
}

/* Small */
@media(min-width:768px) and (max-width:991px){
 
    .navbar.menu-opened {
      background-color: #09294C;
    }

}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
 
}


/* Large */
@media(min-width:1200px){

}
