body
  {
    background: #FFFFFF;
    color: #171717;
    position: relative;
  font-family: 'Arimo', sans-serif;
  height: 100%;
  line-height: 1.8;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size:14px;
	
  }
.text-shadow{

	text-shadow:1px 1px 1px rgba(0,0,0,.5);

} 

.dark-gray {
color:#171717;
}
.green {
	color: #66AF33;
}
.blue {
	color: #51bbe5;
}

.orange {
	color: #C60;
}

.white {
	color: #FFF;
}

.yellow  {color:#ffc400;
}

.bg-light-gray {
  background: #f7f7f7;
}

.bg-light-gray.border {
  background: #f7f7f7;
  border-bottom:1px solid #f2f2f2;
  border-top:1px solid #f2f2f2;

}


h1, h2, h3, h4, h5, h6 {
  font-weight: 400;

  line-height: 1.3;

  margin: 0 0 22px;

  font-family:'Oswald',sans-serif;
  color:#504e4e;

}
.add-top{
	margin-top: 120px;
}
.add-bottom{
	margin-bottom: 120px;
}
.add-top-half{
	margin-top: 60px;
}
.add-bottom-half{
	margin-bottom: 60px;
}
.add-bottom-quarter{
	margin-bottom: 30px;
}
.add-top-quarter{
	margin-top: 30px;
}
.pad-top{
	padding-top: 100px;
}
.pad-bottom{
	padding-bottom: 100px;
}
.pad-top-half{
	padding-top: 70px;
}
.pad-bottom-half{
	padding-bottom: 70px;
}
.pad{
	padding-left: 20px;
	padding-right: 20px;
}
.pad-inner{
	padding-left: 10%;
	padding-right: 10%;
}
.remove-top{
	margin-top: 0;
}
.remove-bottom{
	margin-bottom: 0;
}
.remove-pad-top{
	padding-top: 0;
}
.remove-pad-bottom{
	padding-bottom: 0;
}


.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

/* end page container */

/* start navigation */
.navbar-default
  {
    background: #FFFFFF;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
  }
.navbar-default .navbar-brand
  {
    color: #51bbe5;
    height: 60px;
    line-height: 40px;
    padding: 0;
    width: 550px;
	border : 0;
	background : url(../images/logo.png) 0 0 no-repeat transparent;
	display : block;
	cursor : pointer;	
	
  }
.navbar-default .navbar-brand h3
  {
    font-weight: bold;
	  text-indent : -9999px;
    heigth:200px
  }
.navbar-default .navbar-nav li a
  {
    color: #404040;
    height: 65px;
    line-height: 42px;
	display: inline-block;
	text-transform:uppercase;
	font-size:12px;
  }
.navbar-default .navbar-nav li a:hover
  {
    color: #4aacd4;
  }
.navbar-default .navbar-nav > li > a:focus
  {
    color: #888;
  }
.navbar-default .navbar-toggle
    {
      margin-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
  {
    background-color: #565656;
    color: #FFFFFF;
  }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #4aacd4;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #FFFFFF; }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #51bbe5; }
.navbar-default .navbar-toggle{border-color:#fff;}
/* end navigation */

/* start home */
h1 { margin: 0; }
#home { padding-top: 65px; }
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #d9d6d6;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 270px;
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#home h1,
#home h2
  {
    font-size: 55px;
    font-weight: bold;
    line-height: 75px;
    margin: 0;
	text-align:center;
    text-transform: uppercase;
  }
#home h2
  {
    padding: 10px 0 10px 0;
  }
#home .btn
  {
    background: #51bbe5;
	background-color: rgba(81, 187, 229, 1);
    opacity: 0.8;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
  }
#home .btn:hover
  {
    background: #FFFFFF;
    color: #51bbe5;
  }
#home p
  {
    letter-spacing: 1px;
  }
/* end home */


/* start download */
#download
  {
    min-height: 300px;
    padding: 80px 0 80px 0;

  }
#download h2,
#download h3
  {
    font-weight: bold;
	text-transform:uppercase;
  }
#download .col-md-7 h3
  {
    padding: 12px 0 0 0;
  }
#download .col-md-7 h2
  {
    color: #51bbe5;
    padding: 10px 0 10px 0;
    margin: 10px 0 32px 0;
  }
#download .col-md-5 .col-md-6
  {
    padding: 4px;
  }
#download .col-md-5 h3
  {
    padding: 10px 0 10px 0;
  }
#download .col-md-5 img
  {
    width: 200px;
    height: 100px;
  }
#download p
  {
    font-weight: 400;
  }
#download .full-width {

	width: 100% !important; 	

}  
.full-image6{
    background: url('../images/full-img-download.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
    padding: 80px 0 80px 0;
	/*	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	*/
}  


.ico-open-wrapper {
  overflow: auto;
}
.ico-open-wrapper .ico-open-container {
  display: block;
}
.ico-open-wrapper .ico-open-content {
  overflow: hidden; 
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 22px;
  font-family:'Oswald',sans-serif;
  color:#504e4e;
  font-size:20px;
  width:auto;
}
.ico-open-wrapper .ico-open {
  width: 35px;
  float: left;
}



/* end download */




/* start about */
#about
  {
    min-height: 300px;
    padding: 80px 0 80px 0;
  }
#about h2,
#about h3
  {
    font-weight: bold;
	text-transform:uppercase;
  }
#about .col-md-7 h3
  {
    padding: 12px 0 0 0;
  }
#about .col-md-7 h2
  {
    color: #51bbe5;
    padding: 10px 0 10px 0;
    margin: 10px 0 32px 0;
  }
#about .col-md-5 .col-md-6
  {
    padding: 4px;
  }
#about .col-md-5 h3
  {
    padding: 10px 0 10px 0;
  }
#about .col-md-5 img
  {
    width: 200px;
    height: 100px;
  }
#about p
  {
    font-weight: 400;
  }
#about .full-width {

	width: 100% !important; 	

}  

/* end about */


/* start social icon */
.social_icon
  {
    padding: 0;
  }
.social_icon li
  {
    display: inline-block;
    position: relative;
  }
ul 
  {
    margin-bottom: 0;
  }
.social_icon li a
  {
    background: #303030;
    border-radius: 50%;
    cursor: pointer;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
  }
.social_icon li a:hover
  {
    background: #51bbe5;
    color: #FFFFFF;
  }
  /*
  footer .social_icon {
    margin-top: 10px;
  }
  
#footer-section {
  font-size: 12px;
  background-color: #303133;
  color: #7c8385;
  position: relative;
  line-height: 1.88;
}
*/

#footer-section {
  font-size: 12px;
  background-color: #333333;
  color: #7c8385;
  position: relative;
  line-height: 1.88;
}
#footer-section ::-webkit-input-placeholder {
  color: #FFF;
}
#footer-section :-moz-placeholder {
  color: #FFF;
}
#footer-section ::-moz-placeholder {
  color: #FFF;
}
#footer-section :-ms-input-placeholder {
  color: #FFF;
}
#footer-section a:focus,
#footer-section a:hover {
  color: #FFF;
  text-decoration: none;
}
#footer-section h4 {
  font-family: 'Arimo', sans-serif;
  color: #FFF;
}
#footer-section input[type=submit] {
  color: #7c8385;
  border: 0;
  padding: 6px 28px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}
#footer-section input[type=text] {
  font-size: 14px;
  background-color: #222224;
  color: #FFF;
  border: none;
  padding: 12px 12px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.12);
  -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.12);
}
#footer-section input[type=text]:focus {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.32);
  -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.32);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.32);
}
#footer-section p {
  margin-bottom: 20px;
}
#footer-section .footer-column {
  padding-bottom: 30px;
  padding-top: 15px;
}
#footer-section .footer-info {
  padding-top: 40px;
  padding-bottom: 25px;
}
#footer-section .main-menu-alt a:focus,
#footer-section .main-menu-alt a:hover {
  color: #51bbe5;
}
#footer-section .read-more-link-alt {
  color: #FFF;
}
#footer-section .read-more-link-alt:after {
  background-color: #FFF;
}
#footer-section .site-info {
  font-family: 'Arimo', sans-serif;
  position: relative;
  color: #858585;

  padding: 6px 0;
  z-index: 150;
}
#footer-section .site-info a {
  color: #326698;
  font-weight: 400;
}
#footer-section .site-info a:hover {
  color: #326698;
  text-decoration: underline;
}
#footer-section .site-info p {
  padding: 12px 0;
  margin: 0;font-weight: 400;
}
#footer-section .social-round-container a {
  color: #696969;
}
#footer-section .social-round-container a:hover {
  color: #FFF;
  text-decoration: none;
}
#form-search {
  margin-bottom: 20px;
}
#form-search input {
  margin-bottom: 30px;
}
#form-top-search {
  display: none;
  padding-right: 5px;
}
#form-top-search input {
  display: inline-block;
  font-size: 12px;
  padding: 1px 4px 0 4px;
  vertical-align: middle;
}
#form-top-search input[type=submit] {
  font-size: 11px;
}
#form-top-search input[type=text] {
  width: 100px;
}
input {
  font-family: 'Arimo', sans-serif;
  color: #343434;
  width: 100%;
  background-color: #d7d7d7;
  padding: 16px 15px;
  outline: none;
  line-height: 1.1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input[type=submit] {
  font-family: 'Arimo', sans-serif;
  color: #969696;
  width: auto;
  font-weight: bold;
  border-width: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; 
}
input[type=submit]:hover {
  background: #969696;
  color: #f7f7f7!important;
}
input[type=text]:focus {
  color: #000;
  border-color: #51bbe5;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
textarea {
  font-family: 'Arimo', sans-serif;
  color: #343434;
  width: 100%;
  background-color: transparent;
  border: 1px #d7d7d7 solid;
  padding: 12px 15px;
  height: 120px;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
textarea:focus {
  color: #000;
  border-color: #51bbe5;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.icon-opening-wrapper {
  overflow: auto;
}
.icon-opening-wrapper .icon-opening-container {
  display: block;
}
.icon-opening-wrapper .icon-opening-content {
  overflow: hidden;
}
.icon-opening-wrapper .icon-opening-content a{
color: #969696;
}
.icon-opening-wrapper .icon-opening {
  width: 25px;
  float: left;
}


.social-container {
  width: 36px;
  height: 36px;
  border: 1px #969696 solid;
  font-size: 16px;
  color: #969696;
  line-height: 34px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 14px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.social-container:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #85a118;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -o-transform: scale(1.35);
  -ms-transform: scale(1.35);
  transform: scale(1.35);
}
.social-container:hover {
  color: #FFF;
  border-color: #85a118;
}
.social-container:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.social-container:last-of-type {
  margin-right: 0;
}
.social-container a {
  color: #969696;
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.social-container a:hover {
  color: #FFF;
}
.social-round-container {
  position: relative;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #696969;
  margin: 4px 0 4px 8px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.social-round-container:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 2px #696969 solid;
  pointer-events: none;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-round-container:hover {
  background-color: #51bbe5;
}
.social-round-container:hover:after {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.social-round-container a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.socials-wrapper {
  overflow: visible;
  display: inline-block;
  padding-top: 4px;
  padding-left:18px;
}

/* end social icon */


/* start product */
#product
  {

    min-height: 300px;
    padding: 0 0 0 0;
  }
#product h3
  {
    font-weight: bold;
    letter-spacing: 1px !important;
    padding-bottom: 10px;
	margin:0;
	text-transform:uppercase;
  }
#product p
  {
    font-weight: 400;
    margin: 0 0 40px 0;
  }
/* end product */


.bg-cleaningtools {
  position: relative;
}
.bg-cleaningtools:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: url('../images/fondopiede.png');
  background-position: center bottom;
 
  background-repeat: repeat-x;
  content: "";
}
.bg-cleaningtools .section-content {
  padding-bottom: 130px;
}

.container-big {
  max-width: 1440px;
  margin: 0 auto;
}
#to-top {
  position: absolute;
  top: -90px;
  right: 32px;
  width: 40px;
  height: 40px;
  border: 3px #FFF solid;
  background-color: red;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#to-top:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #FFF;
  text-align: center;
  line-height: 32px;
  content: '\f062';
}
#to-top:hover {
  -webkit-animation: pulse ease-out 1.5s infinite;
  -moz-animation: pulse ease-out 1.5s infinite;
  -o-animation: pulse ease-out 1.5s infinite;
  animation: pulse ease-out 1.5s infinite;
}


#back {
  position: absolute;
  top: -30px;
  left: auto;
  width: 40px;
  height: 40px;
  border: 3px #FFF solid;
  background-color: #51bbe5;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#back:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: 'FontAwesome';
  font-size: 15px;
  font-weight:bold;
  color: #FFF;
  text-align: center;
  line-height: 32px;
  content: '\f060';
}
#back:hover {
  -webkit-animation: pulse ease-out 1.5s infinite;
  -moz-animation: pulse ease-out 1.5s infinite;
  -o-animation: pulse ease-out 1.5s infinite;
  animation: pulse ease-out 1.5s infinite;
}











.post-preview,
.post-preview-alt {
  background-color: #f8f8f8;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
 
}
.post-preview:hover,
.post-preview-alt:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.post-preview > a,
.post-preview-alt > a {
  text-decoration: none;
}
.post-preview .post-preview-content,
.post-preview-alt .post-preview-content {
  padding: 0 20px 20px 20px;
}
.post-preview .post-preview-detail,
.post-preview-alt .post-preview-detail {
  padding-top: 25px;
  margin-top: 8px;
  border-top: 1px #dcddde solid;
  font-size: 12px;
}

.post-preview .post-preview-img,
.post-preview-alt .post-preview-img {
  position: relative;
}
.post-preview .post-preview-img:hover .post-img-detail,
.post-preview-alt .post-preview-img:hover .post-img-detail {
  opacity: 1;
}
/*
.post-preview .post-preview-img:hover .post-preview-img-inner:after,
.post-preview-alt .post-preview-img:hover .post-preview-img-inner:after {

  
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  content: '';
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; 
  background : url(../images/prodotti/promo.png) 20px 20px no-repeat;
  
}
*/
.post-preview .post-preview-img img,
.post-preview-alt .post-preview-img img {
  width: 100%;
  max-width: 100%;
}
.post-preview .post-preview-img .post-img-detail,
.post-preview-alt .post-preview-img .post-img-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}



.post-preview .post-preview-img .post-img-detail .post-img-detail-icon,
.post-preview-alt .post-preview-img .post-img-detail .post-img-detail-icon {
  margin: 50px 5px 0 0;
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post-preview .post-preview-img .post-img-detail .post-img-detail-icon:after,
.post-preview-alt .post-preview-img .post-img-detail .post-img-detail-icon:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 2px #000 solid;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post-preview .post-preview-img .post-img-detail .post-img-detail-icon:hover,
.post-preview-alt .post-preview-img .post-img-detail .post-img-detail-icon:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #51bbe5;
}
.post-preview .post-preview-img .post-img-detail .post-img-detail-icon:hover:after,
.post-preview-alt .post-preview-img .post-img-detail .post-img-detail-icon:hover:after {
  opacity: 0;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.post-preview .post-preview-img .post-img-detail .post-img-detail-wrapper,
.post-preview-alt .post-preview-img .post-img-detail .post-img-detail-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.post-preview .post-preview-img .post-preview-img-inner,
.post-preview-alt .post-preview-img .post-preview-img-inner {
  display: block;
  position: relative;
}
.post-preview .post-preview-img .post-preview-img-inner:after,
.post-preview-alt .post-preview-img .post-preview-img-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  content: '';
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; 
  background : url(../images/badge.png) 0 0 no-repeat;
}

.post-preview-img img { /* Universal settings */
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;
}
.post-preview-img img:not(:hover) {
    -webkit-filter:grayscale(60%);
    -moz-filter:grayscale(60%);
    -ms-filter:grayscale(60%);
    -o-filter:grayscale(60%);
    filter:grayscale(60%);
}
.post-preview-img img:hover {
    -webkit-filter:grayscale(0%);
    -moz-filter:grayscale(0%);
    -ms-filter:grayscale(0%);
    -o-filter:grayscale(0%);
    filter:grayscale(0%);
}

.post-preview .post-preview-img .post-preview-label,
.post-preview-alt .post-preview-img .post-preview-label,
.post-preview .post-preview-img .post-preview-label2,
.post-preview-alt .post-preview-img .post-preview-label2,
.post-preview .post-preview-img .post-preview-label3,
.post-preview-alt .post-preview-img .post-preview-label3,
.post-preview .post-preview-img .post-preview-label4,
.post-preview-alt .post-preview-img .post-preview-label4,
.post-preview .post-preview-img .post-preview-label5,
.post-preview-alt .post-preview-img .post-preview-label5,
.post-preview .post-preview-img .post-preview-label6,
.post-preview-alt .post-preview-img .post-preview-label6,
.post-preview .post-preview-img .post-preview-label7,
.post-preview-alt .post-preview-img .post-preview-label7,
.post-preview .post-preview-img .post-preview-label8,
.post-preview-alt .post-preview-img .post-preview-label8,
.post-preview .post-preview-img .post-preview-label9,
.post-preview-alt .post-preview-img .post-preview-label9,
.post-preview .post-preview-img .post-preview-label10,
.post-preview-alt .post-preview-img .post-preview-label10 {
  position: absolute;
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  left: -10px;
  bottom: 10px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 14px;
  text-decoration: none;
  z-index: 10;
  width:100%;
  text-align:left;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);

  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);

  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.post-preview .post-preview-img .post-preview-label,
.post-preview-alt .post-preview-img .post-preview-label {
  background-color: #ECD21D;
}
.post-preview .post-preview-img .post-preview-label2,
.post-preview-alt .post-preview-img .post-preview-label2 {
  background-color: #80BB3D;
}
.post-preview .post-preview-img .post-preview-label3,
.post-preview-alt .post-preview-img .post-preview-label3 {
  background-color: #C10069;
}
.post-preview .post-preview-img .post-preview-label4,
.post-preview-alt .post-preview-img .post-preview-label4 {
  background-color: #34A3AC;
}
.post-preview .post-preview-img .post-preview-label5,
.post-preview-alt .post-preview-img .post-preview-label5 {
  background-color: #FF6600;
}

.post-preview .post-preview-img .post-preview-label6,
.post-preview-alt .post-preview-img .post-preview-label6 {
  background-color: #3A3D8C;
}
.post-preview .post-preview-img .post-preview-label7,
.post-preview-alt .post-preview-img .post-preview-label7 {
  background-color: #8A0079;
}
.post-preview .post-preview-img .post-preview-label8,
.post-preview-alt .post-preview-img .post-preview-label8 {
  background-color: #2DA069;
}
.post-preview .post-preview-img .post-preview-label9,
.post-preview-alt .post-preview-img .post-preview-label9 {
  background-color: #E0AD20;
}
.post-preview .post-preview-img .post-preview-label10,
.post-preview-alt .post-preview-img .post-preview-label10 {
  background-color: #3A8FD2;
}


.post-preview .post-preview-img .post-preview-labelpromo,
.post-preview-alt .post-preview-img .post-preview-labelpromo {
  position: absolute;
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  letter-spacing:2px;
  left: -10px;
  bottom: 10px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 14px;
  text-decoration: none;
  z-index: 10;
  width:100%;
  text-align:left;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);

  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);

  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.post-preview .post-preview-img .post-preview-labelpromo,
.post-preview-alt .post-preview-img .post-preview-labelpromo {
  background-color: #E7364D;
}


.post-preview .post-preview-img .post-preview-labellista,
.post-preview-alt .post-preview-img .post-preview-labellista {
  position: absolute;
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  left: -10px;
  bottom: 10px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 14px;
  text-decoration: none;
  z-index: 10;
  width:100%;
  text-align:left;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);

  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);

  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.post-preview .post-preview-img .post-preview-labellista,
.post-preview-alt .post-preview-img .post-preview-labellista {
  background-color: #999999;
}


/*
.post-preview .post-preview-img .post-preview-labellista,
.post-preview-alt .post-preview-img .post-preview-labellista {
  position: absolute;
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  line-height:20px;
  left: 0;
  top: 38%;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  z-index: 10;
  width:100%;
  text-align: center;
  padding: 10px 10px;
}

*/
.post-preview .post-preview-img .post-preview-label-alt-wrapper,
.post-preview-alt .post-preview-img .post-preview-label-alt-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*
.post-preview .post-preview-img .post-preview-label-alt-wrapper .post-preview-label-alt,
.post-preview-alt .post-preview-img .post-preview-label-alt-wrapper .post-preview-label-alt {
  font-family: 'Arimo', sans-serif;
  position: absolute;
  left: 40%;
  top: 40%;
  margin-top: -15px;
  margin-left: -100px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  background-color: #81c439;
  text-align: center;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);

  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);

  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/
.post-preview .post-preview-img .post-preview-label-alt-wrapper .post-preview-label-alt,
.post-preview-alt .post-preview-img .post-preview-label-alt-wrapper .post-preview-label-alt {
  font-family: 'Arimo', sans-serif;
  position: absolute;
  left: -10px;
  bottom: 10px;
  width:100%;
  padding: 5px 14px;
  background-color: #E7364D;
  text-align: left;
  letter-spacing:2px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);

  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);

  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);

}


.post-preview-alt {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  text-align: center;
  padding: 0 15px; 
}
.post-preview-alt:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.post-preview-alt .post-preview-detail {
  border: none;
  padding: 0;
}


#product .items {

  margin-bottom: 20px;
  border-bottom:1px solid #c3c1c1;
  color: #7f7f7f;
  max-width: 100%;
  min-height:200px;
}

.items{

	margin-bottom:0px;

}




.items .title {

  font-size: 20px;

  font-weight: normal;

  line-height: 20px;

  margin: 0 0 7px;

}

.items .title a {

  color: #504e4e;

  -webkit-transition: opacity .2s linear;

  transition: opacity .2s linear;

}

.items .title a:hover {

  opacity: .8;

  filter: alpha(opacity=80);

  text-decoration: none;

  -webkit-transition: opacity .2s linear;

  transition: opacity .2s linear;

}

.items .description {

  font-size: 15px;

  line-height: 14px;

  margin: 0 0 27px;

}
#product .items p{

  font-size: 12px;

  line-height: 18px;

  margin: 0 0  10px;

}

ul.arrow-style
  {
	list-style-type: none;
	padding:0 0;
  margin: 0 0  10px;
	min-height:85px;
  }
ul.arrow-style li
  {

	 font-size: 12px;
	 line-height:18px;

	list-style: none;

  }
ul.arrow-style li.last
  {

	 font-size: 12px;
	 line-height:18px;

	list-style: none;

  }
.items .items-image {

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  border-radius: 0px;

  display: block;

  line-height: 0;
  

}

.items-one .items-image img {

  -webkit-transition: all 1s ease;

  -ms-transition: all 1s ease;

  transition: all 1s ease;
  width:100%;
  height:auto;
}
img {

  -webkit-transition: all 1s ease;

  -ms-transition: all 1s ease;

  transition: all 1s ease;
  width:100%;
  height:auto;
}

.items .items-image img:hover {

  -webkit-filter: grayscale(100%);

}


.project-meta{

		margin-bottom:15px;

}

.project-details p{

	margin-bottom:10px;

}
.page-header {

 /* border-bottom: 1px solid #e1e1e1;

  border-top: 1px solid #e1e1e1;
  background-color:#f2f2f2;*/

  padding: 0;
  border:none;

  

}

.btn-default {
background: #dcddde;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
	width:100%;
	text-align:center;
	padding:1px;
}	
.btn-default:hover,

.btn-default:focus,

.btn-default:active,

.btn-default.active{
    background: #51bbe5;
    color: #fff;

  *background: #51bbe5;


  outline: none;

  -webkit-transition:

    background .2s linear,

    color .2s linear;

  transition:

    background .2s linear,

    color .2s linear;

}

/*===========================
  --- Contact ----
=========================== */

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	border:0;
	display:none;
	text-align:left;
	padding:10px 10px 10px 0;
	margin:0 0;
	font-weight:600;
	margin-bottom:0;
	color:#FFFFFF;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(67, 65, 62, 1);
	border: 0;
	text-align: left;
	vertical-align: middle;
	padding:0 5px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.32);
  -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.32);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.32);
}
#contact-form input[type=text],#contact-form input[type=email] {
  font-size: 14px;
  background-color: #222224;
  color: #FFF;
  border: none;
  padding: 12px 12px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.12);
  -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.12);
}
#contact-form input[type=submit] {
	font-size: 11px;
  color: #7c8385;
  border: 0;
  padding: 6px 28px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}
#contact-form .btn {
  font-size: 11px;
  color: #7c8385;
  padding: 6px 28px!important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  background: #dcddde;
    border: 2px solid transparent;
	width:100%;
	text-align:center;

}

#contact-form .btn {
  font-family: 'Arimo', sans-serif;
  color: #969696;
  width: auto;
  font-weight: bold;
  border-width: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; 
}
#contact-form .btn:hover {
  background: #969696;
  color: #f7f7f7!important;
}








textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}
#cookieChoiceInfo {
font-size:15px;
background-color: rgb(51, 51, 51)!important;
z-index:9999!important;
}
#cookieChoiceInfo a {
margin-left:0;
color:#ffffff;
text-decoration:underline;
}

span{
color:#ffffff;
}

#cookieChoiceDismiss{
padding:1px 10px;
background-color: rgb(255, 255, 255)!important;
color:#333333!important;text-decoration:none!important;
}

.divlogo {
  box-shadow:0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  position:fixed;
  left: calc(50% - 500px);
  top:0px;
  width:240px;
  background-color: #FFF;
  z-index:10000;
}

.titolocategoria {
  background-color:#555;
  color: white;
  padding:10px;
  font-size:20px;
  font-weight:bold;
  margin-right:10px;
  margin-bottom:10px;
  text-transform: uppercase;
}
.titolocategoria:hover {
  text-decoration: none;
  color:white;
  background-color:black;
}

ul.navbar-right li {
  text-align:right;
}
