@import url(http://fonts.googleapis.com/css?family=Raleway:200,400,300,600);
@font-face {
  font-family: 'neuropol_x_freeregular';
  src: url('../font/neuropol_x_free-webfont.eot');
  src: url('../font/neuropol_x_free-webfont.eot?#iefix') format('embedded-opentype'), url('../font/neuropol_x_free-webfont.woff2') format('woff2'), url('../font/neuropol_x_free-webfont.woff') format('woff'), url('../font/neuropol_x_free-webfont.ttf') format('truetype'), url('../font/neuropol_x_free-webfont.svg#neuropol_x_freeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.cover-bg {
  background: center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale')";
}
html,
body {
  font-family: 'Raleway', sans-serif;
  position: relative;
  font-weight: 200;
  font-size: 14px;
  overflow-x: hidden;
  background-color: #000;
}
* {
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */

  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */

  box-sizing: border-box;
  /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */

}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 200;
}
.jumbotron {
  background-color: #ffffff;
  margin: 0;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.align-bottom {
  margin-top: 150px;
}
.bottom-column {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}
h1 {
  color: #64a0ce;
  font-size: 4em;
  padding-bottom: 20px;
}
p {
  color: #666666;
  padding-bottom: 15px;
  font-size: 1.2em;
  line-height: 1.4em;
}
a {
  color: #64a0ce;
}
img {
  max-width: 100%;
  height: auto;
}
.fw {
  width: 100%;
}
hr {
  height: 1px;
  border: 0;
  background-color: #eeeeee;
  margin: 10px 0;
}
.more {
  font-size: .8em;
}
.toggle {
  display: none;
}
.rounded {
  border-radius: 50%;
}
.rounded.bordered {
  border: 10px solid #eeeeee;
}
.centered {
  text-align: center;
}
.btn {
  padding: 10px 10px;
  font-size: .8em;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}
.btn:hover {
  color: #ffffff;
  text-decoration: underline;
}
.btn.blue {
  background-color: #64a0ce;
}
.btn.green {
  background-color: #5a9d10;
}
.btn.white {
  background-color: #ffffff;
  color: #64a0ce;
}
section {
  width: 100%;
  display: block;
  float: left;
  padding: 40px 0;
  position: relative;
  background-color: #fff;
}
.list {
  list-style-type: disc;
}
.list li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-left: 15px;
}
.vcenter {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.item-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-backdrop {
  position: static!important;
}
nav {
  background-color: #1a1a1a;
  padding-top: 15px;
}
nav.navbar {
  border-radius: 0;
}
nav.navbar li.open a {
  background-color: #333333 !important;
}
nav .navbar-brand {
  padding: 0;
  margin-left: 15px;
}
nav .logo {
  float: left;
}
nav .dropdown-menu {
  background-color: #333333;
  border: 0;
}
nav .dropdown-menu ul {
  border-right: 1px solid #666666;
}
nav .dropdown-menu ul:last-child {
  border-right: 0;
}
nav .dropdown-menu h3 {
  color: #ffffff;
  font-size: 1.3em;
}
nav .dropdown-menu a {
  color: #999999 !important;
  display: block;
  padding: 5px 0;
}
.navbar-toggle {
  margin: 0 0 0 0;
  z-index: 9999;
  position: absolute;
  right: 15px;
}
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  border: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.navbar-inverse:hover {
  background-color: #000000;
  /* padding-top: 40px;*/

}
.navbar-inverse.blacknav {
  background-color: #000000 !important;
  margin-top: -20px;
}
.navbar-inverse.blacknav .navbar-toggle {
  margin-top: 10px;
}
.navbar-inverse.blacknav:hover {
  padding-top: 20px;
}
.navbar-inverse.blacknav .navbar-brand img {
  height: 25px;
  width: auto;
  margin-top: 15px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.offcanvas {
  z-index: 9999;
  width: 280px;
}
.offcanvas .nav .dropdown-header {
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  background-color: #f4f4f4;
  white-space: nowrap;
}
.offcanvas .nav li {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #ffffff;
}
.offcanvas .nav li.open {
  background-color: #64a0ce;
  color: #ffffff;
}
.offcanvas .nav li.open a {
  background-color: #ffffff;
  padding: 10px 15px;
}
.offcanvas .nav li a:hover {
  background-color: #64a0ce;
  color: #ffffff;
}
#slide {
  padding: 0;
  position: relative;
  margin-top: 0;
}
#slide.detail {
  background: #ffffff url(../images/curva-bg.jpg) center top no-repeat;
  background-position-y: 0;
  background-size: 100%;
}
#slide.detail .container {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 100%;
  background-size: 50%;
}
#slide.detail .container img {
  vertical-align: bottom;
  margin-bottom: -20px;
}
#slide.detail .container h1 {
  /* font-family: 'neuropol_x_freeregular'; */

  color: #ffffff;
  background-color: #64a0ce;
  padding: 15px;
  border-radius: 50%;
  font-size: 8em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  /* margin-bottom: 35px; */

  border: 10px solid #64a0ce;
}
#slide.detail .container h2 {
  color: #333333;
  font-size: 1.5em;
}
#slide.category {
  /* min-height: 750px; */

  background: center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale')";
}
#slide.category .container {
  /* padding-top: 60px; */

  text-align: center;
}
#slide.category .container h1 {
  color: #ffffff;
  font-size: 5em;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
#slide.category .container h2 {
  color: #ffffff;
  font-size: 2em;
}
#slide.homepage {
  overflow: hidden;
  background: center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale')";
}
#slide.homepage .container {
  padding-top: 0;
  text-align: center;
}
#slide.homepage .container h1 {
  color: #ffffff;
  font-size: 5em;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
#slide.homepage .container h2 {
  color: #ffffff;
  font-size: 4em;
}
/*
	BANNER
*/
#banner {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
#banner:hover {
  border: 0 solid #fff;
  opacity: .8;
}
/*
	HOMEPAGE
*/
.cop-video-full{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  /*  background-size: cover;
  background: url(../video/cover.jpg) no-repeat;*/
}
#osd {
  padding: 50px 0 0;
}
#banner {
  background: center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale')";
  color: #ffffff;
  text-align: center;
}
#banner h1,
#banner p {
  color: #ffffff;
}
#altri {
  position: relative;
  padding: 0;
}
#altri img {
  width: 100%;
  height: auto;
}
#altri .desc {
  padding: 25px 0;
}
#altri .desc.altriprodotti {
  background-color: #64a0ce;
}
#altri .desc.accessori {
  background-color: #7ab4e1;
}
#altri .desc h1,
#altri .desc p {
  color: #ffffff;
}
/*
	AZIENDA
*/
#azienda #about {
  background-color: #f8f8f8;
}
#azienda #about h1 {
  color: #64a0ce;
}
#azienda #about p {
  color: #666666;
}
#azienda #staff {
  background-color: #ffffff;
}
#azienda #staff h2,
#azienda #staff h4 {
  color: #64a0ce;
}
#azienda #staff img {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  height: auto;
}
#azienda #address {
  background-color: #64a0ce;
}
#azienda #address h1,
#azienda #address h3,
#azienda #address p,
#azienda #address a {
  color: #ffffff;
}
#azienda #map {
  padding: 0;
  height: 450px;
}
#azienda #map .address {
  background-color: #64a0ce;
}
#azienda #map .address h1,
#azienda #map .address h3,
#azienda #map .address p {
  color: #ffffff;
}
#azienda #map .gmap {
  overflow: hidden;
}
#azienda #map .gmap iframe {
  height: 100%;
}
/*
	CATEGORY
*/
#caratteristiche {
  background-color: #f4f4f4;
}
#caratteristiche .bordered {
  border: 10px solid #e5e5e5;
}
#caratteristiche .linea header{
	padding-top:30px;
}
.scroll-down-ico {
  /* background-color: #fff; */

  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* border: 20px solid #fff; */

  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 20px;
  cursor: pointer;
}
.scroll-down-ico img {
  width: 100%;
  height: auto;
  /* opacity: .4; */

}
#slide_prodotti {
  padding: 0;
}
#slide_prodotti .slidenav {
  width: 100%;
  border-top: 1px solid #ffffff;
  padding: 0;
  background-color: #f4f4f4;
}
#slide_prodotti .slidenav a {
  padding: 15px 5px;
  text-align: center;
  display: block;
  float: left;
  width: 20%;
  background-color: #f4f4f4;
  color: #666666;
  text-transform: uppercase;
  border-left: 1px solid #ffffff;
}
#slide_prodotti .slidenav a:last-child {
  border-right: 1px solid #ffffff;
}
#slide_prodotti .slidenav a:hover {
  background-color: #eeeeee;
}
#slide_prodotti .slidenav a.active {
  background-color: #ffffff;
  color: #64a0ce;
}
#slide_prodotti .slick-slider {
  margin-bottom: 0;
  padding-top: 50px;
}
#slide_prodotti .slick-prev:before,
#slide_prodotti .slick-next:before {
  color: #64a0ce;
}
#slide_prodotti .slide-item h2 {
  font-size: 6em;
  color: #64a0ce;
  font-weight: 400;
}
#clienti .slideclienti div {
  margin: 0 3px;
}
#clienti .slideclienti img {
  border: 1px solid #f4f4f4;
}
/*
	ACCESSORI
*/
#accessori section.item {
  background-color: #f4f4f4;
  padding-bottom: 0;
}
#accessori section.item:nth-child(odd) {
  background-color: #fff;
}
#accessori section.item ul{
	margin-bottom:30px;
}
#accessori section.item ul li{
	display: list-item;
	list-style:disc;
    margin-left: 15px;
}
/*
	DETAIL
*/
#detail {
  padding-top: 0;
}
#detail .navbar-inverse {
  /* background-color: rgba(0,0,0,1); */

}
#detail #fascia_numeri {
  background-color: #64a0ce;
  color: #ffffff;
  padding: 0 0;
}
#detail #fascia_numeri .row {
  margin: 0;
}
#detail #fascia_numeri .row .item {
  border-right: 1px solid #7ab4e1;
  padding: 20px;
  text-align: center;
  height: 210px;
}
#detail #fascia_numeri .row .item.dim {
  background-color: #6aa9da;
}
#detail #fascia_numeri .row .item.peso {
  background-color: #6fb2e5;
}
#detail #fascia_numeri .row .item.pot {
  background-color: #76bdf3;
}
#detail #fascia_numeri .row .item:last-child {
  border-right: 0;
}
#detail #fascia_numeri .row .item img {
  margin: 0 auto;
}
#detail #fascia_numeri .row .item p {
  font-size: 3em;
  color: #ffffff;
  line-height: 1em;
}
#detail #fascia_numeri .row .item p.bigger {
  font-size: 6em;
}
#detail #fascia_numeri .row .item p.bigger span {
  font-size: .2em;
  padding-left: 5px;
}
#detail #fascia_numeri .row .item p.titoletto {
  padding: 10px 0;
  font-size: 1em;
  text-transform: uppercase;
}
#muffin {
  /* min-height: 350px; */

  background-color: #64a0ce;

}
#muffin h1,
#muffin p {
  color: #ffffff;
}
.absolutebg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background: center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale')";
}
.absolutebg.left {
  left: 0;
}
.absolutebg.right {
  right: 0;
}
#specifiche .data-table {
  font-size: 1.2em;
  margin-bottom: 25px;
}
#specifiche .data-table .one {
  color: #1a1a1a;
  font-weight: 400;
}
#specifiche .data-table .two {
  color: #666666;
}
#specifiche .data-table .three {
  color: #999999;
}
#request {
  background-color: #eeeeee;
}
#request .blue {
  color: #ffffff;
  background-color: #64a0ce;
  text-transform: uppercase;
}
/*
	INSTALLAZIONI
*/
#installazioni #masonryitems {
  height: auto;
  width: 100%!important;
}
#installazioni #masonryitems .box {
  margin: 0;
  width: 33.33333%;
}
#installazioni #masonryitems .box:hover > .overlaybg {
  background-color: rgba(0, 0, 0, 0.7);
}
#installazioni #masonryitems .box:hover > .overlaybg h2 {
  top: 0;
  opacity: 1;
}
#installazioni #masonryitems .box:hover > .overlaybg p {
  bottom: 0;
  opacity: 1;
}
#installazioni #masonryitems .box.panel {
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}
#installazioni #masonryitems .box .overlaybg {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 998;
  top: 0;
  left: 0;
  /* display: none; */

  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
#installazioni #masonryitems .box .overlaybg h2 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 30px;
  left: 10px;
  color: #fff;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
#installazioni #masonryitems .box .overlaybg p {
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 30px;
  left: 10px;
  color: #fff;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
#installazioni #masonryitems .box img {
  width: 100%;
}
#installazioni #masonryitems .panel .panel-heading {
  color: #ffffff;
  text-align: center;
  margin-right: 0;
  /*  height: 150px */

}
/*
	FORMAZIONE
*/
#news {
  background-color: #f8f8f8;
}
#news .bordered {
  border: 10px solid #e5e5e5;
  margin-top: 20px;
}
#news h2 {
  color: #64a0ce;
}
#news h3 {
  font-size: 1.2em;
}
#news .row {
  padding-bottom: 15px;
}
#news .row.item {
  border-bottom: 1px dotted #eeeeee;
}
#news .row.item:last-child {
  border: 0;
}
#orari {
  padding-bottom: 0;
}
#download {
  background-color: #64a0ce;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
#download:hover {
  background-color: #7ab4e1;
}
#download:hover a {
  text-decoration: none;
}
#download h1 {
  color: #ffffff;
}
#download img {
  margin-left: 25px;
}
/*
	CONTATTI
*/
#contact .navbar-inverse {
  background-color: #000000;
}
#contact #topbanner {
  background-color: #ffffff;
  padding: 40px 0;
  margin-top: 60px;
}
#contact #topbanner h1 {
  color: #64a0ce;
}
#contact #muffin {
  background-color: #333333;
}
/*
	FOOTER
*/
footer {
  display: block;
  float: left;
  padding: 20px 0 0;
  width: 100%;
  height: auto;
  background-color: #000;
}
footer .bg {
  background: center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale')";
  background-position-y: top;
  /*
background-image: url(../images/footer-bg.jpg);
		height: 350px;
*/

  position: relative;
  padding-bottom: 10px;
}
footer .bg .copy {
  color: #999999;
  padding: 40px 20px 0 20px;
  font-size: .8em;
  /*
position: absolute;
		bottom: 0;
*/

}
footer h3 {
  font-size: 1.2em;
}
footer li a {
  font-size: .8em;
  color: #ffffff;
}
footer li a:hover {
  color: #ffffff;
}
footer .social {
  margin-top: 20px;
  display: block;
}
/*
	EVENTI
*/
#elenco-eventi img {
  margin: 20px 0px;
}
.maschera{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.tuttovero{
    border: 2px solid #fff;
    margin-top:20px;
}
.tuttovero:hover {
  text-decoration: none !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#muffin2 {

  background-color: #76bdf3;
}
#muffin2 h1,
#muffin2 p {
  color: #ffffff;
}
#muffin_separator{
    background: #fff !important;
    padding: 0 !important;
}

.absolutebg2{
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background: #000;
}
.absolutebg2.left {
  left: 0;
}
.absolutebg2.right {
  right: 0;
}   
@media screen and (max-width:768px){  
    .absolutebg2 {
      display: none;
    }    
}