@font-face {
  font-family: "condi";
  src: url('../font/conditcb-webfont.eot');
  src: url('../font/conditcb-webfont.eot?#iefix') format('embedded-opentype'), url('../font/conditcb-webfont.woff2') format('woff2'), url('../font/conditcb-webfont.woff') format('woff'), url('../font/conditcb-webfont.ttf') format('truetype'), url('../font/conditcb-webfont.svg#conduit_itcbold') format('svg');
  font-weight: 700;
}
@font-face {
  font-family: "condi";
  src: url('../font/conditcl-webfont.eot');
  src: url('../font/conditcl-webfont.eot?#iefix') format('embedded-opentype'), url('../font/conditcl-webfont.woff2') format('woff2'), url('../font/conditcl-webfont.woff') format('woff'), url('../font/conditcl-webfont.ttf') format('truetype'), url('../font/conditcl-webfont.svg#conduit_itclight') format('svg');
  font-weight: 100;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
body {
  margin: 0;
  padding: 0;
  font-family: condi;
  font-size: 20px;
  font-weight: 300;
  color: #b5b5b5;
  background: #262626;
  position: relative;
}
body#clientAreaOrderDetail{
	background:#fff;
}
body #opacita {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: 90;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body #opacita.displayOn {
  visibility: visible;
  opacity: 1;
}
.clear {
  clear: both;
}
.wrapper {
  width: 100%;
  min-width: 950px;
  clear: both;
}
.box {
  width: 950px;
  margin: 0 auto;
  clear: both;
}
.first {
  margin-top: 116px;
}
.second {
  margin-top: 246px;
}
.fb {
  background-color: #3b5998;
  margin: 0 10px 0 0;
}
.yt {
  background-color: #ee474d;
}
.last {
  margin: 0;
}
#toTop {
  position: fixed;
  bottom: -60px;
  right: 30px;
  z-index: 100;
}
#toTop a {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#toTop a .fa {
  color: #f5a52f;
}
#toTop a.show {
  top: -70px;
}

.hidden {
	display: none;
}

/*------------------------ Clean UI ------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
}
.ui-widget select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #a2a1a0;
  text-transform: uppercase;
  float: left;
}
.ui-tabs .ui-tabs-nav {
  padding: 0 0 0 10px;
}
select#selezione_taglie {
  /*width: 50%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */

  width: 165px;
  height: 20px;
  color: #a2a1a0;
  font-weight: 300;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0px;
  font-style: normal;
  /*padding: 0px 20px;
    float: left;*/

}
select#selezione_taglie option {
  background: #fff;
  /* style the dropdown bg color */

}
select#selezione_taglie option.not_available {
  color:#D5D5D5;
}
select#quantity {
  width: 36px;
  height: 20px;
  color: #e23b42;
  font-weight: 300;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0px;
  font-style: normal;
  /*padding: 0px 20px;
    float: left;*/

}
.custom-select {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 15px 10px;
  position: relative;
  z-index: 1;
  float: left;
  font-size: 18px;
  z-index: 0;
}
.custom-select label {
  float: left;
  padding: 0 50px 0 0;
}
.custom-select:before {
  color: #a2a1a0;
  display: block;
  font-family: 'FontAwesome';
  /*font-size: 1em;*/

  height: 100%;
  width: 100%;
  /*line-height: 2.5em;*/

  /*padding: 0 0.625em;*/

  position: absolute;
  top: 13px;
  right: 5px;
  text-align: center;
  /*width: 1em;*/

  z-index: -1;
  font-size: 25px;
  width: 25px;
  height: 25px;
}
.custom-select select {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*float: left;*/

}
.custom-select select::-ms-expand {
  display: none;
  /* to ie 10 */

}
.custom-select select:focus {
  outline: none;
}
/* little trick for custom select elements in mozilla firefox  17/06/2014 @rodrigoludgero */
/* pseudo class https://developer.mozilla.org/en-US/docs/Web/CSS/:any */
:-moz-any(.custom-select):before {
  background-color: #fff;
  /* this is necessary for overcome the caret default browser */

  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */

  z-index: 1;
  /* this is necessary for overcome the pseudo element */

}
.wrapper_add_or_notify .cart_add_carrello {
  margin: 0;
  background: #fd555c;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd555c), color-stop(100%, #ca252b));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fd555c 0%, #ca252b 100%);
  /* W3C */

  text-align: center;
  padding: 0;
  height: 50px;
  line-height: 50px;
  width: 140px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrapper_add_or_notify .cart_add_carrello .fa {
  color: #FFF;
  padding: 0 5px 0 0;
}
.wrapper_add_or_notify .cart_add_carrello:hover {
  background: #ca252b;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ca252b 0%, #fd555c 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ca252b), color-stop(100%, #fd555c));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ca252b 0%, #fd555c 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ca252b 0%, #fd555c 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ca252b 0%, #fd555c 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ca252b 0%, #fd555c 100%);
  /* W3C */

}
.wrapper_add_or_notify a {
  text-transform: uppercase;
  font-family: 'condi';
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
}
.wrapper_add_or_notify a:hover {
  color: #FFF;
}
.wrapper_add_or_notify .cart_box_qty {
  float: left;
  background-color: #FFF;
  padding: 0px;
  margin: 0 10px 0 0;
  width: 90px;
  height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.wrapper_add_or_notify .cart_box_qty label {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 300;
  color: #a2a1a0;
  margin: 0;
  padding: 0;
}
.wrapper_add_or_notify .cart_box_qty input {
  border: 0;
  font-family: 'condi';
  font-size: 20px;
  font-weight: 300;
  color: #e23b42;
  font-style: normal;
}
/*------------------------ Menu PUSH ------------------------*/
.pushmenu {
  /*this is the nav*/

  background: #262626;
  font-family: Arial, Helvetica, sans-serif;
  width: 240px;
  height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  z-index: 1000;
  position: fixed;
}
.pushmenu li a {
  border-top: 1px solid #312e2a;
  border-bottom: none;
  text-transform: uppercase;
}
.pushmenu li ul {
  display: none;
  width: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pushmenu li ul li a {
  font-size: 14px;
  font-weight: 400;
}
.pushmenu li ul li ul {
  padding-left: 10px;
}
.pushmenu li ul li ul li a {
  font-size: 12px;
  border: none;
  font-weight: 300;
  text-transform: initial;
}
.pushmenu li.hover ul {
  display: block;
  width: 100%;
  visibility: visible;
}
.pushmenu h3 {
  color: #cbbfad;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  margin: 0;
  background: #282522;
  height: 16px;
}
.pushmenu a {
  display: block;
  /* drops the nav vertically*/

  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-top: 1px solid #56544e;
  border-bottom: 1px solid #312e2a;
  padding: 14px;
}
.pushmenu a:hover {
  background: #000;
}
.pushmenu-left {
  left: -240px;
  top: 74px;
}
.pushmenu-left #menulist_1 {
  display: none;
}
.pushmenu-left.pushmenu-open {
  left: 0;
}
.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.pushmenu-push-toright {
  left: 240px;
}
/*Transition*/
.pushmenu,
.pushmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav_list {
  background: trasparent;
  cursor: pointer;
  height: 24px;
  width: 24px;
  padding: 10px;
  position: relative;
  vertical-align: middle;
}
#nav_list:before {
  content: "\f0c9";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  color: #FBFBFB;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-list.active {
  background-position: -33px top;
}
.buttonset {
  display: none;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 74px;
  line-height: 74px;
}
section.content {
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 20px;
}
/*------------------------ PRE TESTA ------------------------*/
#c-pretesta {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#c-pretesta #pretesta {
  height: 38px;
  line-height: 38px;
}
#c-pretesta #pretesta #menu1 {
  margin: 0 0 0 282px;
  float: left;
}
#c-pretesta #pretesta #menu1 ul {
  margin: 0;
  list-style: none;
  z-index: 100;
}
#c-pretesta #pretesta #menu1 ul li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  position: relative;
}
#c-pretesta #pretesta #menu1 ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #a2a1a0;
  text-decoration: none;
}
#c-pretesta #pretesta #menu1 ul li a:last-child:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  color: #a2a1a0;
  font-size: 12px;
  position: absolute;
  right: 40px;
  bottom: 0;
  display: none;
}
#c-pretesta #pretesta #menu1 ul li a:last-child:before:hover {
  color: #f5a52f;
}
#c-pretesta #pretesta #menu1 ul li a:hover,
#c-pretesta #pretesta #menu1 ul li a.hover {
  color: #f5a52f;
}
#c-pretesta #pretesta #menu1 ul li a:hover:last-child:before,
#c-pretesta #pretesta #menu1 ul li a.hover:last-child:before {
  color: #f5a52f;
}
#c-pretesta #pretesta #menu1 ul li.is_current > a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #f5a52f;
  text-decoration: none;
}
#c-pretesta #pretesta #menu1 ul li.is_current > a:last-child:before {
  color: #f5a52f;
}
#c-pretesta #pretesta #menu1 ul li.is_parent > a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #f5a52f;
  text-decoration: none;
}
#c-pretesta #pretesta #menu1 ul li:hover:last-child:before,
#c-pretesta #pretesta #menu1 ul li.hover:last-child:before {
  color: #f5a52f;
}
#c-pretesta #pretesta #menu1 ul li:hover ul,
#c-pretesta #pretesta #menu1 ul li.hover ul {
  visibility: visible;
  opacity: 1;
}
#c-pretesta #pretesta #menu1 ul li ul {
  background-color: #000000;
  width: 220px;
  position: absolute;
  top: 38px;
  z-index: 80;
  visibility: hidden;
  padding: 20px 30px;
  opacity: 0;
  /*.animation( all 0.3s ease-out);
                        .columns(,10px);*/

}
#c-pretesta #pretesta #menu1 ul li ul li {
  height: 30px;
  line-height: 30px;
  display: block;
}
#c-pretesta #pretesta #menu1 ul li ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #a2a1a0;
}
#c-pretesta #pretesta #menu1 ul li ul li a:last-child:before {
  content: "";
}
#c-pretesta #pretesta #menu1 ul li ul li.is_current a {
  color: #f5a52f;
}
#c-pretesta #pretesta #quick {
  float: right;
}

#filter_no_results_wrapper p.no_results_tit{
  text-align: center;
  border: 1px solid #F5A52F;
  padding: 15px;
  color: #000;
  margin:0 0 30px 0;
}

#filter_no_results_wrapper #filter_results_contact{
  margin-top: 20px;
}

#filter_no_results_wrapper div.success{
  overflow: hidden;
}

#filter_no_results_wrapper form input {
  margin: 0 10px 0 0;
  padding: 20px;
  width: 250px;
  margin: 0 10px 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #a9a9a9;
  font-style: normal;
  border: 1px solid  #a9a9a9;
  float:left;
  background: #ffffff url(../img/name.png) no-repeat 95% center;
}

#filter_no_results_wrapper form input[type="submit"] {
  font-family: 'condi';
  font-size: 25px;
  font-weight: 100;
  color: #ffffff;
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  text-transform: uppercase;
  width: 594px;
  padding: 20px 0;
  text-align: center;
}

#filter_no_results_wrapper form textarea {
  margin: 0 10px 10px 0;
  padding: 20px;
  width: 552px;
  height: 160px;
  border: 1px solid  #a9a9a9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #a2a1a0;
  font-style: normal;
  background: #ffffff url(../img/name.png) no-repeat 95% 20px;
}

#search input[type="text"], #term {  
  color:#000000;
  font-style: normal;
}

#search button[type="submit"]{
  position: absolute;
  top: 33px;
  right: 24px;
  border: 0;
  background-color: transparent;
}

.cart_cerca{
  background:none;
  padding:33px 12px 0px;
}

.cart_cerca input.btn{
  display: none;
}

.cart_cerca input{
  width: 116px;
  padding: 7px 30px 8px 10px;
}

#search input[type="text"]{
  width: 77%;
  border: 1px solid #a2a1a0;
  padding: 10px 39px 10px 10px;
}

#clear_search_term{
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background-position: left center;
  padding-left: 25px;
  margin-left: 10px;
  color:#a7a7a7;
}

#clear_search_term:hover{
  color:#F5A52F;
}
#c-pretesta #pretesta #quick #search_controller {
  float: left;
  margin-right: 30px;
}
#c-pretesta #pretesta #quick #search_controller i.fa{
  color: #A2A1A0;
  font-size: 12px;
  cursor:pointer;
  vertical-align: 2px;
}
#c-pretesta #pretesta #quick #search_controller i.fa:hover{
  color:#f5a52f;
}
#c-pretesta #pretesta #quick #languages {
  /*display: inline-block;*/

  float: left;
  height: 38px;
  line-height: 38px;
  padding: 0 0 0 0px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-pretesta #pretesta #quick #languages li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #a2a1a0;
  text-transform: uppercase;
  position: relative;
  padding: 0 10px 0 0;
  cursor: pointer;
}
#c-pretesta #pretesta #quick #languages li .fa {
  color: #a2a1a0;
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer;
}
#c-pretesta #pretesta #quick #languages li:hover {
  color: #f5a52f;
}
#c-pretesta #pretesta #quick #languages li:hover .fa {
  color: #f5a52f;
}
#c-pretesta #pretesta #quick #languages li ul.displayOn {
  visibility: visible;
  opacity: 1;
  top: 37px;
}
#c-pretesta #pretesta #quick #languages li ul, #c-pretesta #pretesta #quick #search_controller li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 27px;
  right: 0;
  background-color: #fff;
  padding: 20px;
  width: 200px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-pretesta #pretesta #quick #languages li ul li{
  text-transform: lowercase;
  border-bottom: 1px solid #a2a1a0;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
}
#c-pretesta #pretesta #quick #languages li ul li img {
  padding: 0 5px 0 0;
}
#c-pretesta #pretesta #quick #languages li ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #a2a1a0;
}
#c-pretesta #pretesta #quick #languages li ul li a.isCurrent {
  color: #262626;
}
#c-pretesta #pretesta #quick #languages li ul li:last-child {
  border: 0px;
}
#c-pretesta #pretesta #quick #login, #c-pretesta #pretesta #quick #search_controller {
  /*display: inline-block;*/

  float: left;
  height: 38px;
  line-height: 38px;
  padding: 0 0 0 40px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-pretesta #pretesta #quick #login a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #a2a1a0;
}
#c-pretesta #pretesta #quick #login li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #a2a1a0;
  text-transform: uppercase;
  position: relative;
  padding: 0 10px 0 0;
}
#c-pretesta #pretesta #quick #login li .fa {
  color: #a2a1a0;
  position: absolute;
  right: 0;
  top: 8px;
}
#c-pretesta #pretesta #quick #login li:hover ul, #c-pretesta #pretesta #quick #search_controller li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 37px;
}
#c-pretesta #pretesta #quick #search_controller li ul{
  left: -80px;
}
#c-pretesta #pretesta #quick #login li ul, #c-pretesta #pretesta #quick #search_controller li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 27px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-pretesta #pretesta #quick #search_controller li ul{
  width:220px;  
}
#c-pretesta #pretesta #quick #login li ul li {
  text-transform: lowercase;
}
#c-pretesta #pretesta #quick #login li ul li div.login_form{
  background-color: #FFF;
  line-height: 28px;
  float: left;
  padding: 20px 10px;
  width: 220px;
}
#c-pretesta #pretesta #quick #login li ul li div.login_form #cart_client_logged {
  padding: 0 10px;
  margin: 0;
}
#c-pretesta #pretesta #quick #login li ul li div.login_form #cart_client_logged p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
#c-pretesta #pretesta #quick #login li ul li div.login_form #cart_client_logged a {
  padding: 0;
  margin: 0;
  text-decoration: underline;
  padding: 0 0 10px 0;
}
#c-pretesta #pretesta #quick #login li ul li div.login_form #cart_client_logged a span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
#c-pretesta #pretesta #quick #login li ul li div.login_form #cart_client_logged #logout_client_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  height: 40px;
  width: 200px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  border: 0;
  background: #fd555c;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd555c), color-stop(100%, #ca252b));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fd555c 0%, #ca252b 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd555c', endColorstr='#ca252b', GradientType=0);
  /* IE6-9 */

}
#c-pretesta #pretesta #quick #login li ul li div.login_form div a {
  display: block;
  float: left;
  width: 200px;
  padding: 0 10px;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #262626;
}
#c-pretesta #pretesta #quick #login li ul li div.login_form div label {
  display: none;
}
#c-pretesta #pretesta #quick #login li ul li div.login_form div input {
  width: 178px;
  height: 30px;
  padding: 0px 10px;
  margin: 0px 10px;
  color: #a2a1a0;
  border: 1px solid #a2a1a0;
  float: left;
  font-style: normal;
  background: transparent;
  background-color: #FFF;
}
#c-pretesta #pretesta #quick #login li ul li div.login_form div input:focus {
  background: transparent;
  background-color: #FFF;
}
#c-pretesta #pretesta #quick #login li ul li div.login_form div input#login_client_pwd {
  border-top: 0px;
}
#c-pretesta #pretesta #quick #login li ul li div.login_form div input[type="submit"] {
  color: #FFF;
  height: 40px;
  width: 200px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  border: 0;
  margin: 10px;
  background: #fd555c;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd555c), color-stop(100%, #ca252b));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fd555c 0%, #ca252b 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd555c', endColorstr='#ca252b', GradientType=0);
  /* IE6-9 */

}
/*------------------------ TESTA ------------------------*/
#c-testa {
  background-color: #262626;
  position: fixed;
  top: 38px;
  left: 0;
  z-index: 90;
}
#c-testa #testa {
  /*padding: 15px;*/
  /*position: relative;*/
}
#c-testa #testa #logo {
  float: left;
  line-height: 78px;
}
#c-testa #testa #logo img {
  vertical-align: middle;
}
#c-testa #testa #smartmenu {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #111;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  display: none;
  position: absolute;
  top: 8px;
  left: 0px;
}
#c-testa #testa #smartmenu .fa {
  color: #F3F3F3;
  line-height: 50px;
}
#c-testa #testa #cart-smart {
  width: 80px;
  height: 61px;
  background-color: #393939;
  display: none;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: 0px;
}
#c-testa #testa #cart-smart .fa {
  color: #ee474d;
  line-height: 61px;
}
#c-testa #testa #menu2 {
  margin: 0 0 0 140px;
  float: left;
}
#c-testa #testa #menu2 ul {
  margin: 0;
  list-style: none;
}
#c-testa #testa #menu2 ul li {
  display: inline-block;
  text-transform: uppercase;
  margin: 24px 0 0 0;
  padding: 0 40px 0 0 ;
}
#c-testa #testa #menu2 ul li#storie {
  margin-right: 180px;
}
#c-testa #testa #menu2 ul li a {
  font-family: 'condi';
  font-size: 30px;
  font-weight: bold;
  color: #f8f8f8;
  text-decoration: none;
}
#c-testa #testa #menu2 ul li a:hover {
  color: #f5a52f;
}
#c-testa #testa #menu2 ul li.is_parent > a {
  color: #f5a52f;
}
#c-testa #testa #menu2 ul li:hover > a,
#c-testa #testa #menu2 ul li.hover > a {
  color: #f5a52f;
}
#c-testa #testa #menu2 > ul > li:hover > div,
#c-testa #testa #menu2 > ul > li.hover > div {
  visibility: visible;
  opacity: 1;
}
#c-testa #testa #menu2 ul li#shop {
  padding: 0 20px;
}
#c-testa #testa #menu2 ul li#shop:hover > a {
  color: #ee474d;
}
#c-testa #testa #menu2 ul li#shop:hover > a:hover {
  color: #ee474d;
}
#c-testa #testa #menu2 ul li#shop.is_parent > a {
  color: #ee474d;
}
#c-testa #testa #menu2 > ul > li > div {
  background-color: #ffffff;
  width: 100%;
  min-height: 430px;
  position: absolute;
  top: 78px;
  left: 0;
  z-index: 80;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*.columns(6,0px);*/
}
#c-testa #testa #menu2 > ul > li .box {
	position: relative;
}
#c-testa #testa #menu2 > ul > li  .list_container {
	width: 100%;
	position: relative;
	padding: 50px 0;
}
#c-testa #testa #menu2 > ul > li#shop .box .list_container {
	width: 619px;
	float: left;
}
#c-testa #testa #menu2 > ul > li .list_container ul {
	position: relative;
}
#c-testa #testa #menu2 ul li ul li {
  padding: 0;
  margin: 0;
  width: 142px;
  line-height: 12px;
  position: relative;
  font-weight: bold;
}
#c-testa #testa #menu2 ul li ul li a {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #262626;
}
#c-testa #testa #menu2 ul li ul li a:hover {
  color: #f5a52f;
}
#c-testa #testa #menu2 ul li ul li.is_current {
  color: #f5a52f;
}
#c-testa #testa #menu2 ul li ul li.is_current a {
  color: #f5a52f;
}
#c-testa #testa #menu2 ul li ul li:last-child {
  /*background-color: #FFF;
  padding: 0px;*/
}
#c-testa #testa #menu2 ul li ul li:last-child a:hover {
  color: #f5a52f;
}
#c-testa #testa #menu2 ul li ul li > span {
	padding: 0 0 6px;
	display: inline-block;
}
#c-testa #testa #menu2 ul li ul li ul {
  /*position: absolute;
  left: 0px;
  top: 30px;
  width: 100px;
  height: 280px;*/
  line-height: 8px;
  padding: 0;
  margin-bottom: 40px;
}
#c-testa #testa #menu2 ul li ul li ul li {
  display: block;
  padding: 4px 0 4px 0 ;
  margin: 0;
  text-transform: uppercase;
}
#c-testa #testa #menu2 ul li ul li ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #a2a1a0;
  line-height: 16px;
  text-transform: uppercase;
}
#c-testa #testa #menu2 ul li ul li ul li a:hover {
  color: #f5a52f;
}
#c-testa #testa #menu2 ul li ul li ul li:last-child {
  /*background-color: #FFF;*/
  /*padding: 10px 0 10px 5px ;
  border-bottom: 0px;*/
}
#c-testa #testa #inShop {
  float: left;
  position: relative;
  left: -20px;
  top: 20px;
  z-index: 100;
}
#c-testa #testa #inShop #cart_resume_lite_quantity {
  height: 22px;
  width: 22px;
  line-height: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  border: 3px solid #262626;
  background-color: #ee474d;
  text-align: center;
  z-index: 100;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #f8f8f8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-testa #testa #inShop #cart_resume_lite_quantity:hover {
  border: 3px solid #FFF;
}
#c-testa #testa #inShop #cart_resume_lite_quantity p {
  font-family: 'condi';
  font-size: 14px;
  font-weight: 700;
  color: #f8f8f8;
  z-index: 1000;
}
#c-testa #testa #inShop .opened #cart_resume_lite_quantity {
  border: 3px solid #FFF;
}
#c-testa #testa #inShop #cart_resume_list {
  z-index: 95;
  top: 5px;
  left: -270px;
  width: 280px;
  padding: 5px;
}
#c-testa #testa #inShop #cart_resume_list #cart_resume_list_frame {
  /*height: 100px;*/

}
#c-testa #testa #inShop #cart_resume_list button {
  width: 280px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: 0;
  background-color: #FFF;
}
#c-testa #testa #inShop #cart_resume_list button .fa {
  color: #a2a1a0;
}
#c-testa #testa #inShop .cart_resume_list_image {
  padding: 0 10px 0 10px;
}
#c-testa #testa #inShop .cart_resume_list_qty {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #9f9f9f;
  z-index: 95;
}
#c-testa #testa #inShop .cart_resume_list_qty span {
  color: #757575;
}
#c-testa #testa #inShop .cart_resume_list_price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #cd242b;
  padding: 0 10px 0 0 ;
}
#c-testa #testa #inShop .cart_btn {
  background: #fd555c;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd555c), color-stop(100%, #ca252b));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fd555c 0%, #ca252b 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fd555c 0%, #ca252b 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd555c', endColorstr='#ca252b', GradientType=0);
  /* IE6-9 */

  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 260px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
/*------------------------ tagStorie ------------------------*/
#c-tagStorie {
  background-color: #191919;
  /*background: url(../img/BG_tag.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/

  position: fixed;
  top: 116px;
  left: 0;
  z-index: 60;
}
#c-tagStorie #tagStorie {
  text-align: center;
}
#c-tagStorie #tagStorie ul {
  padding: 50px 0;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-tagStorie #tagStorie ul li {
  display: inline-block;
  padding: 0 15px;
}
#c-tagStorie #tagStorie ul li a {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #f8f8f8;
  text-transform: capitalize;
  line-height: 30px;
}
#c-tagStorie #tagStorie ul li.active a {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #f5a52f;
}
#c-tagStorie #tagStorie ul.minimize {
  padding: 10px 0;
}
/*------------------------ SLIDER ------------------------*/
#slider {
  position: relative;
	display: block;
}
#slider .ns_dots {
  z-index: 60;
  top: 30px;
}
#slider .ns_dots .ns_dot {
  /*background-color: @color2;*/

  border-color: #f5a52f;
}
#slider .ns_dots .ns_selected {
  background-color: #f5a52f;
  border-color: #f5a52f;
}
#slider .ns_timer {
  background-color: #f5a52f;
  background-image: none;
  z-index: 60;
}
#slider .ns_slideContent {
  background-image: none;
  /*background-color: #FF00FF;*/

  width: 950px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#slider .ns_slideContent .content {
  position: absolute;
  top: 20%;
  right: 0;
}
#slider .ns_slideContent .content h2 {
  font-family: 'condi';
  font-size: 48px;
  font-weight: 700;
  color: #f8f8f8;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  text-transform: initial;
  margin: 0 0 1px 0;
  display: inline-block;
  /*position: absolute;*/
  top: -59px;
  right: 0;
}
#slider .ns_slideContent .content h3 {
  font-family: 'condi';
  font-size: 34px;
  font-weight: 100;
  color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  text-transform: initial;
  margin: 0 0 4px 0;
  display: block;
}
#slider .ns_slideContent .content p {
  background-color: #f5a52f;
  display: inline-block;
  padding: 10px 60px 10px 20px;
  margin: 0 0 1px 0;
  position: relative;
}
#slider .ns_slideContent .content p:before {
  content: "\f055";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  display: inline;
  color: #f8f8f8;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 17px;
}
#slider .ns_slideContent .content p a {
  font-family: 'condi';
  font-size: 34px;
  font-weight: 100;
  color: #000000;
  text-transform: initial;
}
#slider .ns_slideContent ul.crediti {
  position: absolute;
  right: -27%;
  bottom: 5px;
  text-align: right;
  width: 300px;
}
#slider .ns_slideContent ul.crediti li {
  list-style-type: none;
}
#slider .ns_slideContent ul.crediti li i.fa {
  color: rgba(255, 255, 255, 0.8);
}
#slider .ns_slideContent ul.crediti li ul {
  position: absolute;
  bottom: 5px;
  right: 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#slider .ns_slideContent ul.crediti li ul li {
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: 'condi';
  font-size: 12px;
  font-weight: 100;
  color: #262626;
  display: inline-block;
}
#slider .ns_slideContent ul.crediti li:hover ul {
  visibility: visible;
  opacity: 1;
}
#sliderLanding {
  position: relative;
}
#sliderLanding .separator,
#sliderLanding a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #a2a1a0;
  text-transform: uppercase;
}
#sliderLanding .last {
  display: none;
}
#sliderLanding #titleSlide,
#sliderLanding .ns_slideContent {
  width: 950px;
  margin: 0 auto;
  z-index: 90;
}
#sliderLanding #titleSlide #text,
#sliderLanding .ns_slideContent #text {
  position: absolute;
  padding: 5% 0 0 0;
  left: 50%;
  width: 450px;
  z-index: 60;
}
#sliderLanding #titleSlide #text h1,
#sliderLanding .ns_slideContent #text h1 {
  font-family: 'condi';
  font-size: 48px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: uppercase;
  z-index: 60;
}
#sliderLanding #titleSlide #text h2,
#sliderLanding .ns_slideContent #text h2 {
  font-family: 'condi';
  font-size: 34px;
  font-weight: 100;
  color: #a2a1a0;
  padding: 0 0 25px 0;
  z-index: 60;
}
#sliderLanding #titleSlide #text p,
#sliderLanding .ns_slideContent #text p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100;
  color: #a2a1a0;
  z-index: 60;
}
#sliderLanding #titleSlide #text .lightbox,
#sliderLanding .ns_slideContent #text .lightbox,
#sliderLanding #titleSlide #text .separatore,
#sliderLanding .ns_slideContent #text .separatore,
#sliderLanding #titleSlide #text .video,
#sliderLanding .ns_slideContent #text .video,
#sliderLanding #titleSlide #text .dett,
#sliderLanding .ns_slideContent #text .dett,
#sliderLanding #titleSlide #text .buy,
#sliderLanding .ns_slideContent #text .buy {
  display: inline-block;
  padding: 0 10px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #f5a52f;
  margin: 20px 0 0 0 ;
}
#sliderLanding #titleSlide #text .fa,
#sliderLanding .ns_slideContent #text .fa {
  color: #f5a52f;
  padding: 0 0 0 20px;
}
#sliderLanding #titleSlide #text .fa-film,
#sliderLanding .ns_slideContent #text .fa-film {
  padding: 0;
}
#sliderLanding #titleSlide #text .lightbox a,
#sliderLanding .ns_slideContent #text .lightbox a,
#sliderLanding #titleSlide #text .dett a,
#sliderLanding .ns_slideContent #text .dett a,
#sliderLanding #titleSlide #text .buy a,
#sliderLanding .ns_slideContent #text .buy a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #f5a52f;
}
#sliderLanding #titleSlide #text .buy,
#sliderLanding .ns_slideContent #text .buy {
  background-color: #d12b32;
  background: -moz-linear-gradient(top, #fe565d 0%, #cb252c 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe565d), color-stop(100%, #cb252c));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fe565d 0%, #cb252c 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fe565d 0%, #cb252c 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fe565d 0%, #cb252c 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fe565d 0%, #cb252c 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe565d', endColorstr='#cb252c', GradientType=0);
  /* IE6-9 */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sliderLanding #titleSlide #text .buy a,
#sliderLanding .ns_slideContent #text .buy a {
  color: #f8f8f8;
}
#sliderLanding #titleSlide #text .fa-shopping-cart,
#sliderLanding .ns_slideContent #text .fa-shopping-cart {
  color: #f8f8f8;
}
#sliderLanding #slider {
  position: relative;
}
#sliderLanding #slider .ns_dots {
  z-index: 60;
  top: 30px;
}
#sliderLanding #slider .ns_dots .ns_dot {
  /*background-color: @color2;*/

  border-color: #f5a52f;
}
#sliderLanding #slider .ns_dots .ns_selected {
  background-color: #f5a52f;
  border-color: #f5a52f;
}
#sliderLanding #slider .ns_timer {
  background-color: #f5a52f;
  background-image: none;
  z-index: 60;
}
#sliderLanding #slider .ns_slideContent {
  /*position: relative;*/

  background-image: none;
}
#sliderLanding #slider .ns_slideContent .content {
  position: absolute;
  padding: 5% 0 0 0;
  left: 50%;
  width: 450px;
  z-index: 60;
}
#sliderLanding #slider .ns_slideContent .content h2 {
  font-family: 'condi';
  font-size: 48px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: uppercase;
  background: none;
  padding: 0 0px;
  margin: 0 0 0px 0;
  display: block;
  line-height: initial;
  z-index: 60;
}
#sliderLanding #slider .ns_slideContent .content h3 {
  font-family: 'condi';
  font-size: 34px;
  font-weight: 100;
  color: #a2a1a0;
  padding: 0 0 25px 0;
  background: none;
  z-index: 60;
}
#sliderLanding #slider .ns_slideContent .content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100;
  color: #a2a1a0;
  background: none;
  line-height: initial;
  padding: 0px 0px;
  text-transform: initial;
  margin: 0;
  z-index: 60;
}
#sliderLanding #slider .ns_slideContent .content .lightbox,
#sliderLanding #slider .ns_slideContent .content .separatore,
#sliderLanding #slider .ns_slideContent .content .video,
#sliderLanding #slider .ns_slideContent .content .dett,
#sliderLanding #slider .ns_slideContent .content .buy {
  display: inline-block;
  padding: 0 10px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #f5a52f;
  margin: 20px 0 0 0 ;
}
#sliderLanding #slider .ns_slideContent .content .fa {
  color: #f5a52f;
}
#sliderLanding #slider .ns_slideContent .content .fa a {
  color: #f5a52f;
  padding: 0 0 0 20px;
}
#sliderLanding #slider .ns_slideContent .content .lightbox a,
#sliderLanding #slider .ns_slideContent .content .dett a,
#sliderLanding #slider .ns_slideContent .content .buy a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #f5a52f;
}
#sliderLanding #slider .ns_slideContent .content .buy {
  background-color: #d12b32;
  background: -moz-linear-gradient(top, #fe565d 0%, #cb252c 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe565d), color-stop(100%, #cb252c));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fe565d 0%, #cb252c 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fe565d 0%, #cb252c 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fe565d 0%, #cb252c 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fe565d 0%, #cb252c 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe565d', endColorstr='#cb252c', GradientType=0);
  /* IE6-9 */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sliderLanding #slider .ns_slideContent .content .buy a {
  color: #f8f8f8;
}
#sliderLanding #slider .ns_slideContent .content .fa-shopping-cart {
  color: #f8f8f8;
}
#filmstrip {
  width: 100%;
}
#filmstrip .slickSlider {
  width: 100%;
  margin: 0 auto;
}
#filmstrip .slickSlider a {
  display: block;
  border: none;
  margin: 0;
}
#filmstrip .slickSlider a img {
  margin: 0;
  display: block;
}
#filmstrip .slickSlider h3 {
  font-family: 'condi';
  font-size: 16px;
  font-weight: 700;
  color: #a2a1a0;
  padding: 0 10px;
  background-color: #f8f8f8;
  position: absolute;
  top: -8px;
  left: 30px;
}
#filmstrip .slickSlider .slick-next {
  right: 50px;
  height: 50px;
  width: 50px;
}
#filmstrip .slickSlider .slick-prev {
  left: 50px;
  height: 50px;
  width: 50px;
}
#filmstrip .slickSlider .slick-prev:before,
#filmstrip .slickSlider .slick-next:before {
  color: #f8f8f8;
  font-size: 50px;
  z-index: 80;
}
#filmstrip .slickSlider .slick-slider {
  margin: 0;
}
.carousel {
  width: 500px;
  padding: 40px 60px;
  margin: 0 auto;
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  position: relative;
}
.carousel h3 {
  font-family: 'condi';
  font-size: 16px;
  font-weight: 700;
  color: #a2a1a0;
  padding: 0 10px;
  background-color: #f8f8f8;
  text-transform: uppercase;
  position: absolute;
  top: -8px;
  left: 30px;
}
.carousel .slick-next {
  right: -50px;
  height: 30px;
  width: 30px;
}
.carousel .slick-prev {
  left: -50px;
  height: 30px;
  width: 30px;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  color: #f5a52f;
  font-size: 30px;
}
.carousel .slick-slider {
  margin: 0;
}

#scroll_down {
	margin: -64px auto 0;
	width: 64px;
	height: 64px;
	background: rgba(0,0,0,0.2) url("../img/ico_scroll.svg") no-repeat center center;
	background-size: 20px 35px;
	z-index: 80;
	position: relative;
	top: -32px;
	border-radius: 50%;
	cursor: pointer;
}
/*------------------------ HOME ------------------------*/
#c-home {
  background-color: #262626;
  background: url(../img/BG_home_2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#c-home #home {
  padding-top: 10px;
  padding-bottom: 130px;
}
#c-home #home #storia, #c-home #home #prodotto {
  background-color: #000000;
  height: 435px;
  width: 470px;
  float: left;
  text-align: center;
  overflow: hidden;
  margin: 0 0 10px 0;
}
#c-home #home #prodotto{
  margin:0px 10px 10px 0px;
}
#c-home #home #storia figure, #c-home #home #prodotto figure {
  height: 435px;
  width: 470px;
  background-color: #262626;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
#c-home #home #prodotto figure {
  background-color: #F8F8F8;
}
#c-home #home #storia figure img {
  width: 470px;
  margin: 0;
  padding: 0;
}
#c-home #home #storia figure figcaption, #c-home #home #prodotto figure figcaption {
  width: 410px;
  height: 114px;
  padding: 30px 30px 10px 30px;
  background-color: #000000;
  text-align: left;
}
#c-home #home #storia figure figcaption h2, #c-home #home #prodotto figure figcaption h2 {
  font-family: 'condi';
  font-size: 34px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 5px 0 10px 0;
}
#c-home #home #storia figure figcaption h3, #c-home #home #prodotto figure figcaption h3 {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #f8f8f8;
  text-transform: uppercase;
  padding: 0;
}
#c-home #home #storia figure figcaption i.fa-plus-circle,
#c-home #home #prodotto figure figcaption i.fa-plus-circle {
  color: #f5a52f;
	margin-right: 10px;
}

#c-home #home #storia figure figcaption span,
#c-home #home #prodotto figure figcaption span {
	color: #f5a52f;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#c-home #home #storia img,
#c-home #prodotto img {
  margin: 0 auto;
}
#c-home #home #collezione {
  background-color: #f8f8f8;
  min-height: 160px;
  width: 100%;
  float: left;
  text-align: left;
  margin: 20px 0;
  background-color: #262626;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#c-home #home #collezione h2 {
  font-family: 'condi';
  font-size: 35px;
  font-weight: 100;
  color: #000000;
  text-transform: uppercase;
  padding: 30px 0 20px 30px;
  max-width: 460px;
}
#c-home #home #collezione p {
  font-family: 'condi';
  font-size: 18px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: uppercase;
  padding: 0 0 0 30px ;
}
#c-home #home #collezione p i.fa-plus-circle {
  color: #f5a52f;
  padding: 0 8px 0 0;
}
#c-home #home #newsletter {
  width: 490px;
  height: 130px;
  padding: 30px;
  float: left;
  background: #f5a52f url("../img/bg_newsletter.jpg") no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
}
#c-home #home #newsletter p {
  font-family: 'condi';
  font-size: 34px;
  font-weight: 700;
  color: #262626;
  text-transform: uppercase;
  padding: 20px 0 10px 0;
}
#c-home #home #newsletter label {
  display: none;
}
#c-home #home #newsletter input {
  float: left;
  margin: 0 10px 0 0;
  padding: 20px;
  width: 280px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #a2a1a0;
  font-style: normal;
}
#c-home #home #newsletter input[type="submit"] {
  font-family: 'condi';
  font-size: 20px;
  font-weight: bold;
  color: #f5a52f;
  background-color: #000000;
  text-transform: uppercase;
  width: 150px;
  padding: 20px 0;
  text-align: center;
}
#c-home #home .social {
  width: 190px;
  height: 190px;
  float: left;
  text-align: center;
	background-size: 190px 190px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#c-home #home .social:hover {
	background-size: 210px 210px;
}
#c-home #home .social.fb {
	background-color: #3b5998;
	background-image: url("../img/bg_fb.jpg") ;
}
#c-home #home .social.yt {
	background-color: #ee474d;
	background-image: url("../img/bg_yt.jpg") ;
}
#c-home #home .social a {
	display: block;
}
#c-home #home .social a i.fa {
  color: #f8f8f8;
  height: 190px;
  line-height: 190px;
}
#c-home #home #popup {
  display: none;
}
/*------------------------ slider-prodotti-in-evidenza ------------------------*/

#slider-prodotti-in-evidenza {
	background: #FFFFFF;
	text-align: center;
	padding: 45px 0 75px;
	text-transform: uppercase;
	font-size: 20px;
	color: #7d7d7d;
	font-weight: bold;
}

#slider-prodotti-in-evidenza h2 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}

#lista-slider-prodotti-in-evidenza {
	margin: 30px 0 0;
	position: relative;
}

#slider-prodotti-in-evidenza figure {
	position: relative;
}

#slider-prodotti-in-evidenza figure img {
	display: block;
	margin: 0 auto 20px;
}

#slider-prodotti-in-evidenza p {
	text-transform: uppercase;
	font-size: 20px;
	color: #7d7d7d;
	font-weight: bold;
}

#slider-prodotti-in-evidenza a,
#slider-prodotti-in-evidenza a:visited {
	display: block;
	padding: 0 10px;
	margin-bottom: 3px;
	color: #000000;
}

#slider-prodotti-in-evidenza .product_price {
	font-size: 18px;
	font-weight: bold;
	color: #f6a530;
	font-family: arial, helvetica, sans-serif;
}

#lista-slider-prodotti-in-evidenza .etichetta {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	background: rgb(255,87,94);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNTc1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOTIzMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,87,94,1) 0%, rgba(201,35,42,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,87,94,1)), color-stop(100%,rgba(201,35,42,1)));
	background: -webkit-linear-gradient(top,  rgba(255,87,94,1) 0%,rgba(201,35,42,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,87,94,1) 0%,rgba(201,35,42,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,87,94,1) 0%,rgba(201,35,42,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,87,94,1) 0%,rgba(201,35,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff575e', endColorstr='#c9232a',GradientType=0 );
}

#lista-slider-prodotti-in-evidenza .etichetta p {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 16px;
}

#lista-slider-prodotti-in-evidenza .prev,
#lista-slider-prodotti-in-evidenza .next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	color: #555555;
	left: -30px;
	cursor: pointer;
}

#lista-slider-prodotti-in-evidenza .next {
	right: -30px;
	left: auto;
}

/*------------------------ slider-hot-products ------------------------*/

#slider-hot-products {
	float: left;
	width: 250px;
	position: relative;
	padding: 55px 0 30px 30px;
	margin-left: 30px;
	border-left: 1px solid #dbdbdb;
}

#slider-hot-products > span {
	font-weight: bold;
	display: block;
	margin: 5px 0;
}

#lista-hot-products {
	margin: 0 0 30px 0;
}

#slider-hot-products .slick-slide {
	text-align: center;
}

#c-testa #testa #menu2 #slider-hot-products a,
#c-testa #testa #menu2 #slider-hot-products a:visited {
	display: block;
	padding: 0;
	margin-bottom: 20px;
	color: #f6a530;
	font-size: 35px;
	line-height: 0.8;
	text-align: left;
}

#slider-hot-products figure {
	position: relative;
}

#slider-hot-products figure img {
	margin: 0 auto;
}

#slider-hot-products .product_price {
	font-family: arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #f6a530;
	margin-top: 15px;
}

#slider-hot-products .etichetta {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	background: rgb(255,87,94);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNTc1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOTIzMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,87,94,1) 0%, rgba(201,35,42,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,87,94,1)), color-stop(100%,rgba(201,35,42,1)));
	background: -webkit-linear-gradient(top,  rgba(255,87,94,1) 0%,rgba(201,35,42,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,87,94,1) 0%,rgba(201,35,42,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,87,94,1) 0%,rgba(201,35,42,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,87,94,1) 0%,rgba(201,35,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff575e', endColorstr='#c9232a',GradientType=0 );
}

#slider-hot-products .etichetta p {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 16px;
	font-weight: bold;
}

#slider-hot-products .prev,
#slider-hot-products .next {
	position: absolute;
	top: -55px;
	left: 0;
	cursor: pointer;
}

#slider-hot-products .next {
	left: 30px;
}

#c-testa #testa #menu2 a#outlet_link{
	border: 3px solid #ee474d;
  text-align: center;
  color: #ee474d;
  padding: 10px 25px;
  margin: 0;
  min-width: 90%;
  display: inline-block;
  
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#c-testa #testa #menu2 a#outlet_link:hover{
  background: #ee474d;
  color: #fff;
}

/*------------------------ AZIENDA ------------------------*/
#c-azienda {
  background-color: #f8f8f8;
  position: relative;
  top: -5px;
}
#c-azienda #azienda {
  padding-top: 10px;
  padding-bottom: 130px;
}
#c-azienda #azienda a {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 100;
  color: #a2a1a0;
}
#c-azienda #azienda .separator {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 100;
  color: #a2a1a0;
}
#c-azienda #azienda .last {
  display: none;
}
#c-azienda #azienda ul {
  padding: 95px 0 70px 0;
  width: 275px;
  float: left;
}
#c-azienda #azienda ul li {
  padding: 0 0 0 20px;
  border-bottom: 1px solid #a2a1a0;
  height: 30px;
}
#c-azienda #azienda ul li a {
  text-transform: uppercase;
  font-family: 'condi';
  font-size: 20px;
  font-weight: 100;
  color: #a2a1a0;
  line-height: 30px;
}
#c-azienda #azienda ul li.is_current a {
  text-transform: uppercase;
  font-family: 'condi';
  font-size: 20px;
  font-weight: 100;
  color: #f5a52f;
  line-height: 30px;
}
#c-azienda #azienda ul li:last-child {
  border: 0;
}
#c-azienda #azienda #tAzienda {
  padding: 0 0 0 50px;
  float: left;
  width: 625px;
}
#c-azienda #azienda #tAzienda h1, #risultati-ricerca h1 {
  font-family: 'condi';
  font-size: 48px;
  font-weight: 700;
  color: #f5a52f;
  padding: 0px 0 25px 0;
  text-transform: uppercase;
}
#c-azienda #azienda #tAzienda h2 {
  font-family: 'condi';
  font-size: 30px;
  font-weight: 700;
  color: #f5a52f;
  padding: 0px 0 15px 0;
  text-transform: uppercase;
}
#c-azienda #azienda #tAzienda h3 {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #f5a52f;
  padding: 0px 0 10px 0;
  text-transform: uppercase;
}
#c-azienda #azienda #tAzienda p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #a2a1a0;
  padding: 0 0 40px 0;
  line-height: 20px;
}
#c-azienda #azienda #tAzienda p strong,
#c-azienda #azienda #tAzienda p b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #757575;
}
#c-azienda #azienda #tAzienda p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #f5a52f;
}
#c-azienda #azienda #tAzienda p em {
  font-family: Times New Roman, Times, serif;
  font-size: 20px;
  font-weight: 300;
  color: #757575;
  line-height: 20px;
  font-style: italic;
}
#c-azienda #azienda #tAzienda blockquote {
  border-bottom: 1px solid #f5a52f;
  border-top: 1px solid #f5a52f;
  padding: 15px 20px;
  margin: 0 0 25px 0;
}
#c-azienda #azienda #tAzienda blockquote p {
  font-family: 'condi';
  font-size: 34px;
  font-weight: 700;
  color: #f5a52f;
  line-height: 34px;
  padding: 0px;
}
#c-azienda #azienda #tAzienda blockquote span {
  font-family: 'condi';
  font-size: 34px;
  font-weight: 700;
  color: #f5a52f;
  line-height: 34px;
  padding: 0px;
}
#c-azienda #azienda #tAzienda .c-carousel {
  padding: 0 0 60px 0;
}
#c-azienda #azienda #tAzienda #form {
  padding: 0;
  float: left;
  /* little trick for custom select elements in mozilla firefox  17/06/2014 @rodrigoludgero */

  /* pseudo class https://developer.mozilla.org/en-US/docs/Web/CSS/:any */

}
#c-azienda #azienda #tAzienda #form label {
  display: none;
}
#c-azienda #azienda #tAzienda #form .form_field {
  float: left;
}
#c-azienda #azienda #tAzienda #form form {
  float: left;
}
#c-azienda #azienda #tAzienda #form input {
  float: left;
  margin: 0 10px 0 0;
  padding: 20px;
  width: 250px;
  margin: 0 10px 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #a9a9a9;
  font-style: normal;
  border: 1px solid  #a9a9a9;
}
#c-azienda #azienda #tAzienda #form input[type="submit"] {
  font-family: 'condi';
  font-size: 25px;
  font-weight: 100;
  color: #ffffff;
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  text-transform: uppercase;
  width: 594px;
  padding: 20px 0;
  text-align: center;
}
#c-azienda #azienda #tAzienda #form input[type="file"] {
  width: 492px;
  padding: 20px 20px 20px 80px;
  position: relative;
}
#c-azienda #azienda #tAzienda #form input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
#c-azienda #azienda #tAzienda #form input[type="file"]::before {
  content: 'Select a File';
  display: inline-block;
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 20px;
  margin: 0 20px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
  color: #FFF;
  position: absolute;
  top: 12px;
  left: 0;
}
#c-azienda #azienda #tAzienda #form input#f_3,
#c-azienda #azienda #tAzienda #form input#f_8,
#c-azienda #azienda #tAzienda #form input#f_15,
#c-azienda #azienda #tAzienda #form input#f_16,
#c-azienda #azienda #tAzienda #form input#f_18,
#c-azienda #azienda #tAzienda #form input#f_24 {
  background: #ffffff url(../img/name.png) no-repeat 95% center;
}
#c-azienda #azienda #tAzienda #form input#f_4,
#c-azienda #azienda #tAzienda #form input#f_9,
#c-azienda #azienda #tAzienda #form input#f_17,
#c-azienda #azienda #tAzienda #form input#f_25 {
  background: #ffffff url(../img/email.png) no-repeat 95% center;
}
#c-azienda #azienda #tAzienda #form .form_field_value {
  position: relative;
}
#c-azienda #azienda #tAzienda #form .form_field_value input[type="checkbox"] {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: none;
}
#c-azienda #azienda #tAzienda #form .form_field_value input[type="checkbox"] + label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #a9a9a9;
  padding: 0px 30px 10px 40px;
  float: left;
}
#c-azienda #azienda #tAzienda #form .form_field_value input[type="checkbox"] + label:before {
  content: "\f096";
  color: #a9a9a9;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
#c-azienda #azienda #tAzienda #form .form_field_value input[type="checkbox"]:checked + label:before {
  content: "\f046";
}
#c-azienda #azienda #tAzienda #form .form_field_value #v_14_4,
#c-azienda #azienda #tAzienda #form .form_field_value #v_13_4,
#c-azienda #azienda #tAzienda #form .form_field_value #v_22_7 {
  position: absolute;
  top: 10px;
  left: 10px;
  /* Larghezza  e altezza corrispondono a quelle dell'immagine */

  width: 19px;
  height: 25px;
  /* Resettiamo tutto ciò che può interferire con le dimensioni */

  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
}
#c-azienda #azienda #tAzienda #form textarea {
  float: left;
  margin: 0 10px 10px 0;
  padding: 20px;
  width: 552px;
  height: 160px;
  border: 1px solid  #a9a9a9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #a2a1a0;
  font-style: normal;
  background: #ffffff url(../img/name.png) no-repeat 95% 20px;
}
#c-azienda #azienda #tAzienda #form select {
  /*width: 50%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */

  width: 572px;
  color: #a9a9a9;
  font-weight: 300;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0px;
  font-style: normal;
  /*padding: 0px 20px;
                    float: left;*/
}

#f_33 {
  width: 552px!important;
}

#c-azienda #azienda #tAzienda #form select option {
  background: #fff;
  /* style the dropdown bg color */

}
#c-azienda #azienda #tAzienda #form .form_field_type_select {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid  #a9a9a9;
  margin: 0 0 10px 0;
  padding: 15px 10px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  z-index: 0;
}
#c-azienda #azienda #tAzienda #form .form_field_type_select label {
  float: left;
  padding: 0 50px 0 0;
}
#c-azienda #azienda #tAzienda #form .form_field_type_select:before {
  color: #a2a1a0;
  display: block;
  content: "\f107";
  font-family: 'FontAwesome';
  /*font-size: 1em;*/

  height: 100%;
  width: 100%;
  /*line-height: 2.5em;*/

  /*padding: 0 0.625em;*/

  position: absolute;
  top: 13px;
  right: 5px;
  text-align: center;
  /*width: 1em;*/

  z-index: -1;
  font-size: 25px;
  width: 25px;
  height: 25px;
}
#c-azienda #azienda #tAzienda #form .form_field_type_select select {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*float: left;*/

}
#c-azienda #azienda #tAzienda #form .form_field_type_select::-ms-expand {
  display: none;
  /* to ie 10 */

}
#c-azienda #azienda #tAzienda #form .form_field_type_select select:focus {
  outline: none;
}
#c-azienda #azienda #tAzienda #form :-moz-any(.form_field_type_select):before {
  background-color: #fff;
  /* this is necessary for overcome the caret default browser */

  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */

  z-index: 1;
  /* this is necessary for overcome the pseudo element */

}
#c-azienda #azienda #riservata {
  padding: 0 0 0 50px;
  float: left;
  width: 625px;
}
#c-azienda #azienda #riservata h1 {
  font-family: 'condi';
  font-size: 48px;
  font-weight: 700;
  color: #f5a52f;
  padding: 0px 0 25px 0;
  text-transform: uppercase;
}
#c-azienda #azienda #riservata h2 {
  font-family: 'condi';
  font-size: 30px;
  font-weight: 700;
  color: #f5a52f;
  padding: 0px 0 15px 0;
  text-transform: uppercase;
}
#c-azienda #azienda #riservata h3 {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #f5a52f;
  padding: 0px 0 10px 0;
  text-transform: uppercase;
  float: right;
}
#c-azienda #azienda #riservata p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #a2a1a0;
  padding: 0 0 40px 0;
  line-height: 20px;
}
#c-azienda #azienda #riservata p strong,
#c-azienda #azienda #riservata p b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #757575;
}
#c-azienda #azienda #riservata p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #f5a52f;
}
#c-azienda #azienda #riservata p em {
  font-family: Times New Roman, Times, serif;
  font-size: 20px;
  font-weight: 300;
  color: #757575;
  line-height: 20px;
  font-style: italic;
}
#c-azienda #azienda #riservata ul#file {
  width: 100%;
}
#c-azienda #azienda #riservata ul#file li {
  height: 100%;
  padding: 10px 10px;
}
#c-azienda #azienda #riservata ul#file li a {
  margin: 0;
  padding: 0;
  line-height: initial;
}
#c-azienda #azienda #riservata ul#file li img {
  padding: 0;
  margin: 0;
}
#c-azienda #azienda #riservata ul#file li p {
  display: block;
  float: left;
  padding: 0 20px 0 0;
}
#c-azienda #azienda #riservata ul#file li .download {
  float: right;
  padding: 0 20px;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
  display: block;
}
#c-azienda #azienda #riservata ul#file li .download .fa {
  vertical-align: middle;
  color: #262626;
  font-size: 24px;
  dispalay: block;
}
#c-azienda #azienda #riservata ul#file li .download .fa:hover {
  color: #f5a52f;
}
#c-azienda #azienda #riservata .c-carousel {
  padding: 0 0 60px 0;
}
#c-azienda #azienda #riservata form.login_form {
  padding: 50px 0 0 0;
  width: 80%;
  float: left;
  border-top: 1px solid  #a9a9a9;
  /* little trick for custom select elements in mozilla firefox  17/06/2014 @rodrigoludgero */

  /* pseudo class https://developer.mozilla.org/en-US/docs/Web/CSS/:any */

  /*:-moz-any(.form_field_type_select):before {
                    background-color: #fff; /* this is necessary for overcome the caret default browser 
                    pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  
                    z-index: 1; /* this is necessary for overcome the pseudo element 
                }*/

}
#c-azienda #azienda #riservata form.login_form label {
  display: none;
}
#c-azienda #azienda #riservata form.login_form .form_field {
  float: left;
}
#c-azienda #azienda #riservata form.login_form form {
  float: left;
}
#c-azienda #azienda #riservata form.login_form .legend {
  color: #a9a9a9;
}
#c-azienda #azienda #riservata form.login_form span {
  display: none;
}
#c-azienda #azienda #riservata form.login_form input {
  float: left;
  margin: 0 10px 0 0;
  padding: 20px;
  width: 80%;
  margin: 0 10px 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #a9a9a9;
  font-style: normal;
  border: 1px solid  #a9a9a9;
  /*&[type="file"] {
                        width: 492px;
                        padding: 20px 20px 20px 80px;
                        position: relative;

                        &::-webkit-file-upload-button {
                            visibility: hidden;
                        }
                        &::before {
                            content: 'Select a File';
                            display: inline-block;
                            background: #3a3a3a;
                            border: 1px solid #3a3a3a;;
                            .border-radius(0px);
                            padding: 10px 20px;
                            margin: 0 20px;
                            outline: none;
                            white-space: nowrap;
                            -webkit-user-select: none;
                            cursor: pointer;
                            font-weight: 700;
                            font-size: 10pt;
                            color: #FFF;
                            position: absolute;
                            top: 12px;
                            left: 0;
                        }


                    } */

}
#c-azienda #azienda #riservata form.login_form input[type="submit"] {
  font-family: 'condi';
  font-size: 25px;
  font-weight: 100;
  color: #ffffff;
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#c-azienda #azienda #riservata form.login_form input[type="checkbox"] {
  width: 25%;
  height: 40px;
  margin: 0;
  padding: 0;
}
#c-azienda #azienda #riservata form.login_form input#email_login {
  background: #ffffff url(../img/email.png) no-repeat 95% center;
}
#c-azienda #azienda #riservata form.login_form textarea {
  float: left;
  margin: 0 10px 10px 0;
  padding: 20px;
  width: 552px;
  height: 160px;
  border: 1px solid  #a9a9a9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #a2a1a0;
  font-style: normal;
  background: #ffffff url(../img/name.png) no-repeat 95% 20px;
}
#c-azienda #azienda #riservata form.login_form select {
  /*width: 50%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */

  width: 572px;
  color: #a9a9a9;
  font-weight: 300;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0px;
  font-style: normal;
  /*padding: 0px 20px;
                    float: left;*/

}
#c-azienda #azienda #riservata form.login_form select option {
  background: #fff;
  /* style the dropdown bg color */

}
#c-azienda #azienda #riservata form.login_form .form_field_type_select {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid  #a9a9a9;
  margin: 0 0 10px 0;
  padding: 15px 10px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  z-index: 0;
}
#c-azienda #azienda #riservata form.login_form .form_field_type_select label {
  float: left;
  padding: 0 50px 0 0;
}
#c-azienda #azienda #riservata form.login_form .form_field_type_select:before {
  color: #a2a1a0;
  display: block;
  content: "\f107";
  font-family: 'FontAwesome';
  /*font-size: 1em;*/

  height: 100%;
  width: 100%;
  /*line-height: 2.5em;*/

  /*padding: 0 0.625em;*/

  position: absolute;
  top: 13px;
  right: 5px;
  text-align: center;
  /*width: 1em;*/

  z-index: -1;
  font-size: 25px;
  width: 25px;
  height: 25px;
}
#c-azienda #azienda #riservata form.login_form .form_field_type_select select {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*float: left;*/

}
#c-azienda #azienda #riservata form.login_form .form_field_type_select::-ms-expand {
  display: none;
  /* to ie 10 */

}
#c-azienda #azienda #riservata form.login_form .form_field_type_select select:focus {
  outline: none;
}
/*------------------------ negozi-e-distributori ------------------------*/
#c-negozi-e-distributori {
  background-color: #f8f8f8;
  position: relative;
  top: -5px;
}
#c-negozi-e-distributori #negozi-e-distributori {
  padding-top: 10px;
  padding-bottom: 130px;
}
#c-negozi-e-distributori #negozi-e-distributori a {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 100;
  color: #a2a1a0;
}
#c-negozi-e-distributori #negozi-e-distributori .separator {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 100;
  color: #a2a1a0;
}
#c-negozi-e-distributori #negozi-e-distributori .last {
  display: none;
}
#c-negozi-e-distributori #negozi-e-distributori ul {
  padding: 95px 0 70px 0;
  width: 275px;
  float: left;
}
#c-negozi-e-distributori #negozi-e-distributori ul li {
  padding: 0 0 0 20px;
  border-bottom: 1px solid #a2a1a0;
  height: 30px;
}
#c-negozi-e-distributori #negozi-e-distributori ul li a {
  text-transform: uppercase;
  font-family: 'condi';
  font-size: 20px;
  font-weight: 100;
  color: #a2a1a0;
  line-height: 30px;
}
#c-negozi-e-distributori #negozi-e-distributori ul li.is_current a {
  text-transform: uppercase;
  font-family: 'condi';
  font-size: 20px;
  font-weight: 100;
  color: #f5a52f;
  line-height: 30px;
}
#c-negozi-e-distributori #negozi-e-distributori ul li:last-child {
  border: 0;
}
#c-negozi-e-distributori #negozi-e-distributori #tNegoziDistributori {
  padding: 0 0 0 50px;
  float: left;
  width: 625px;
}
#c-negozi-e-distributori #negozi-e-distributori #tNegoziDistributori h1 {
  font-family: 'condi';
  font-size: 48px;
  font-weight: 700;
  color: #f5a52f;
  padding: 0px 0 25px 0;
  text-transform: uppercase;
}
#c-negozi-e-distributori #negozi-e-distributori #tNegoziDistributori h2 {
  font-family: 'condi';
  font-size: 30px;
  font-weight: 700;
  color: #f5a52f;
  padding: 0px 0 10px 0;
  text-transform: uppercase;
}
#c-negozi-e-distributori #negozi-e-distributori #tNegoziDistributori h3 {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #f5a52f;
  padding: 0px 0 5px 10px;
  text-transform: uppercase;
}
#c-negozi-e-distributori #negozi-e-distributori #tNegoziDistributori p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #a2a1a0;
  padding: 0 0 20px 10px;
  margin: 0 0 20px 0;
  line-height: 20px;
  border-bottom: 1px solid #a2a1a0;
}
#c-negozi-e-distributori #negozi-e-distributori #tNegoziDistributori p a {
  color: #a2a1a0;
}
#c-negozi-e-distributori #negozi-e-distributori #tNegoziDistributori p a:hover {
  color: #f5a52f;
}
#c-negozi-e-distributori #negozi-e-distributori #tNegoziDistributori p strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #757575;
}
#c-negozi-e-distributori #negozi-e-distributori #tNegoziDistributori p img {
  vertical-align: middle;
}
#c-negozi-e-distributori #negozi-e-distributori #tNegoziDistributori p span.luogo {
  padding: 0 0 0 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #a2a1a0;
  height: 100%;
}
#c-negozi-e-distributori #negozi-e-distributori #tNegoziDistributori p span.luogo:hover {
  color: #f5a52f;
}
/*------------------------ CONTATTI ------------------------*/
#c-contatti {
  background-color: #e7e7e7;
  position: relative;
  top: -4px;
}
#c-contatti #contatti {
  padding-top: 10px;
  padding-bottom: 130px;
  position: relative;
}
#c-contatti #contatti #indirizzo {
  width: 275px;
  float: left;
  border-top: 1px solid #d1d1d1;
}
#c-contatti #contatti #indirizzo h2 {
  font-family: 'condi';
  font-size: 30px;
  font-weight: 700;
  color: #f5a52f;
  padding: 30px 10px 20px 10px;
  text-transform: uppercase;
}
#c-contatti #contatti #indirizzo p {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #a2a1a0;
  padding: 0px 10px 30px 10px;
  border-bottom: 1px solid #d1d1d1;
  text-transform: uppercase;
}
#c-contatti #contatti #form {
  padding: 0 0 0 50px;
  width: 625px;
  float: left;
}
#c-contatti #contatti #form label {
  display: none;
}
#c-contatti #contatti #form input {
  float: left;
  margin: 0 10px 0 0;
  padding: 20px;
  width: 250px;
  margin: 0 10px 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #a9a9a9;
  font-style: normal;
}
#c-contatti #contatti #form input[type="submit"] {
  font-family: 'condi';
  font-size: 25px;
  font-weight: 100;
  color: #ffffff;
  background: #3a3a3a;
  text-transform: uppercase;
  width: 590px;
  padding: 20px 0;
  text-align: center;
}
#c-contatti #contatti #form input#f_3,
#c-contatti #contatti #form input#f_8 {
  background: #ffffff url(../img/name.png) no-repeat 250px center;
}
#c-contatti #contatti #form input#f_4,
#c-contatti #contatti #form input#f_9 {
  background: #ffffff url(../img/email.png) no-repeat 250px center;
}
#c-contatti #contatti #form textarea {
  float: left;
  margin: 0 10px 10px 0;
  padding: 20px;
  width: 550px;
  height: 160px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #a2a1a0;
  font-style: normal;
  background: #ffffff url(../img/name.png) no-repeat 550px 20px;
}
/*------------------------ STORIE ------------------------*/
#c-storie {
  background-color: #262626;
  background: url(../img/BG_home.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#c-storie #storie {
  padding-top: 10px;
  padding-bottom: 130px;
  position: relative;
}
#c-storie #storie .uno {
  margin: 0 10px 15px 0;
}
#c-storie #storie .due {
  margin: 0 0 15px 0;
}
#c-storie #storie .storiaGrande {
  background-color: #f8f8f8;
  float: left;
  text-align: center;
  height: 435px;
  width: 470px;
  overflow: hidden;
}
#c-storie #storie .storiaGrande figure {
  height: 435px;
  width: 470px;
  background-color: #262626;
  background-repeat: no-repeat;
  /*background-position: left 0px top 75px;*/

  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
#c-storie #storie .storiaGrande figure img {
  width: 470px;
  margin: 0;
  padding: 0;
}
#c-storie #storie .storiaGrande figure figcaption {
  width: 410px;
  padding: 30px 30px 10px 30px;
  background-color: #000000;
  text-align: left;
}
#c-storie #storie .storiaGrande figure figcaption h2 {
  font-family: 'condi';
  font-size: 34px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: initial;
  padding: 5px 0 10px 0;
}
#c-storie #storie .storiaGrande figure figcaption h3 {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #f8f8f8;
  text-transform: capitalize;
  padding: 5px 0 ;
}
#c-storie #storie .storiaGrande figure figcaption i.fa-plus-circle {
  color: #f5a52f;
}
#c-storie #storie #c-storiePiccole {
  position: relative;
  width: 960px;
}
#c-storie #storie #c-storiePiccole .storiaPiccola {
  padding: 0 0px 10px 0;
  text-align: center;
  width: 310px;
}
#c-storie #storie #c-storiePiccole .storiaPiccola a {
  display: block;
  margin: 0;
  padding: 0;
}
#c-storie #storie #c-storiePiccole .storiaPiccola img {
  display: block;
  margin: 0;
  padding: 0;
}
#c-storie #storie #c-storiePiccole .storiaPiccola figure {
  width: 310px;
}
#c-storie #storie #c-storiePiccole .storiaPiccola figure figcaption {
  width: 250px;
  padding: 20px 30px 10px 30px;
  background-color: #000000;
  text-align: left;
}
#c-storie #storie #c-storiePiccole .storiaPiccola figure figcaption h2 {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: initial;
  padding: 5px 0 10px 0;
}
#c-storie #storie #c-storiePiccole .storiaPiccola figure figcaption h3 {
  font-family: 'condi';
  font-size: 16px;
  font-weight: 700;
  color: #f8f8f8;
  text-transform: capitalize;
  padding: 5px 0 ;
  display: block;
}
#c-storie #storie #c-storiePiccole .storiaPiccola figure figcaption i.fa-plus-circle {
  color: #f5a52f;
}
#c-storie #storie img {
  margin: 0 auto;
}
#c-storie .tag h3 {
  display: none;
}
/*------------------------ STORIA ------------------------*/
#c-storia {
  background-color: #f8f8f8;
  position: relative;
  top: -5px;
}
#c-storia #storia {
  padding: 0px 0 30px 0;
}
#c-storia #storia #pre i.fa {
  color: #f5a52f;
  position: absolute;
  top: 40px;
}
#c-storia #storia #pre blockquote {
  font-family: 'condi';
  font-size: 30px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: uppercase;
  padding: 60px 70px 30px 70px;
}
#c-storia #storia .tStoria p {
  padding: 0 0 30px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #757575;
  line-height: 20px;
}
#c-storia #storia .tStoria p strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #757575;
  padding: 0 0 0px 0;
  display: inline-block;
}
#c-storia #storia .tStoria p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #f5a52f;
  text-decoration: none;
}
#c-storia #storia .tStoria h1 {
  font-family: 'condi';
  font-size: 30px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: uppercase;
}
#c-storia #storia .tStoria h2 {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: uppercase;
  padding: 0 0 15px 0;
}
#c-storia #storia .tStoria h3 {
  font-family: 'condi';
  font-size: 18px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: uppercase;
  padding: 0 0 0px 0;
}
#c-storia #storia .tStoria img {
  float: left;
  margin: 10px 10px 10px 0;
}
#c-storia #storia .tStoria em {
/*  font-family: Times New Roman, Times, serif;
font-size: 20px;
  font-weight: 300;*/  
  color: #757575;
  line-height: 20px;
  font-style: italic;
}
#c-storia #storia .tStoria iframe {
  margin-bottom: 30px;
}
#c-storia #storia .c-carousel {
  padding: 0 0 30px 0;
}
#c-storia #storia .c-carousel .carousel {
  width: 850px;
  padding: 40px 50px;
}
#c-storia #social {
  border-top: 1px solid #a2a1a0;
}
#c-storia #social span .fa {
  font-size: 25px;
  color: #ababab;
  margin: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-storia #social span:hover .fa-facebook-square {
  color: #3f5c98;
}
#c-storia #social span:hover .fa-twitter-square {
  color: #55acee;
}
#c-storia #social span:hover .fa-google-plus-square {
  color: #dd4b39;
}
#c-storia #social span:hover .fa-pinterest-square {
  color: #cc2127;
}
#c-storia #social span:hover .fa-envelope {
  color: #FFF;
}
/*------------------------ GRAZIE ------------------------*/
#c-grazie {
  background-color: #f8f8f8;
  position: relative;
}
#c-grazie #grazie {
  padding: 10px 0 0 0;
}
#c-grazie #grazie .tGrazie p {
  padding: 30px 0 60px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #a2a1a0;
  line-height: 20px;
}
#c-grazie #grazie .tGrazie p strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #757575;
  padding: 0 0 0px 0;
  display: inline-block;
}
#c-grazie #grazie .tGrazie p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #f5a52f;
  text-decoration: none;
}
#c-grazie #grazie .tGrazie h1 {
  font-family: 'condi';
  font-size: 34px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: uppercase;
}
/*------------------------ FACTORY ------------------------*/
#c-factory {
  background-color: #f8f8f8;
  position: relative;
  top: 0px;
}
#c-factory #factory {
  padding: 90px 0 30px 0;
}
#c-factory #factory .tFactory {
  width: 590px;
  float: left;
}
#c-factory #factory .tFactory h1 {
  font-family: 'condi';
  font-size: 50px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: uppercase;
  padding: 0 0 25px 0;
}
#c-factory #factory .tFactory a {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #757575;
}
#c-factory #factory .tFactory a:hover {
  color: #f5a52f;
}
#c-factory #factory .tFactory span.last {
  display: none;
}
#c-factory #factory .tFactory p {
  padding: 0 0 30px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #757575;
  line-height: 20px;
}
#c-factory #factory .tFactory p strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #757575;
  padding: 0 0 15px 0;
  display: inline-block;
}
#c-factory #factory .tFactory p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #f5a52f;
  text-decoration: none;
}
#c-factory #factory .tFactory .c-carousel {
  padding: 0 0 30px 0;
}
#c-factory #factory .tFactory .c-carousel .carousel {
  width: 490px;
  padding: 40px 50px;
}
#c-factory #factory .recapiti {
  width: 290px;
  margin: 100px 0 0 40px;
  float: left;
  border-top: 1px solid #d1d1d1;
}
#c-factory #factory .recapiti h2 {
  font-family: 'condi';
  font-size: 30px;
  font-weight: 700;
  color: #f5a52f;
  padding: 30px 10px 10px 10px;
  text-transform: uppercase;
}
#c-factory #factory .recapiti p {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #a2a1a0;
  padding: 0px 10px 30px 10px;
  border-bottom: 1px solid #d1d1d1;
  text-transform: uppercase;
}
/*------------------------ Ricerca Rivenditori ------------------------*/
#c-store-locator {
  height: 90vh;
  width: 100%;
  display: table;
}
#c-store-locator #store-locator {
  display: table-row;
}
#c-store-locator #store-locator #store-search {
  width: 280px;
  overflow: hidden;
  padding: 0 10px;
  height: 100%;
  display: table-cell;
  background-color: #f8f8f8;
}
#c-store-locator #store-locator #store-search h1 {
  font-family: 'condi';
  font-size: 48px;
  font-weight: 300;
  color: #f5a52f;
  padding: 30px 0 10px 0;
  text-transform: uppercase;
}
#c-store-locator #store-locator #store-search form {
  padding: 0 0 10px 0;
  float: left;
  border-bottom: 1px solid  #a9a9a9;
}
#c-store-locator #store-locator #store-search form input {
  float: left;
  margin: 0px 10px 10px 0;
  padding: 10px 20px;
  width: 140px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 100;
  color: #a9a9a9;
  font-style: normal;
  border: 1px solid  #a9a9a9;
  background: #ffffff url(../img/name.png) no-repeat 95% center;
}
#c-store-locator #store-locator #store-search form input[type="submit"] {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0;
}
#c-store-locator #store-locator #store-search form select#store-search-distance {
  /*width: 50%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */

  width: 66px;
  color: #a2a1a0;
  font-weight: 100;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0px;
  font-style: normal;
  /*padding: 0px 20px;
                    float: left;*/

}
#c-store-locator #store-locator #store-search form select#store-search-distance option {
  background: #fff;
  /* style the dropdown bg color */

}
#c-store-locator #store-locator #store-search form .custom-select {
  margin: 0 ;
  border: 1px solid  #a9a9a9;
  padding: 10px;
}
#c-store-locator #store-locator #store-search form .custom-select:before {
  top: 8px;
}
#c-store-locator #store-locator #store-search #store-results-list {
  width: 100%;
  height: 70%;
  float: left;
  overflow-y: scroll;
}
#c-store-locator #store-locator #store-search #store-results-list .store_count_results {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #a2a1a0;
  padding: 10px;
  border-bottom: 1px solid  #a9a9a9;
}
#c-store-locator #store-locator #store-search #store-results-list .store {
  padding: 10px 50px 10px 10px;
  border-bottom: 1px solid  #a9a9a9;
  position: relative;
  min-height: 80px;
}
#c-store-locator #store-locator #store-search #store-results-list .store .store-marker {
  position: absolute;
  right: 15px;
  top: 15px;
}
#c-store-locator #store-locator #store-search #store-results-list .store .store-marker .fa {
  color: #f5a52f;
  font-size: 45px;
}
#c-store-locator #store-locator #store-search #store-results-list .store h2 {
  font-family: 'condi';
  font-size: 16px;
  font-weight: 300;
  color: #f5a52f;
  width: 100%;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
#c-store-locator #store-locator #store-search #store-results-list .store p {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #a2a1a0;
}
#c-store-locator #store-locator #store-search #store-results-list .store p a {
  color: #f5a52f;
}
#c-store-locator #store-locator #store-results-map {
  height: 100%;
  display: table-cell;
}
/*------------------------ COORELATI ------------------------*/
#map {
  height: 700px;
  width: 100%;
  background-color: #f5a52f;
}
#c-coorelati {
  background-color: #f8f8f8;
  border-top: 1px solid #d3d3d3;
  position: relative;
  top: -5px;
}
#c-coorelati #coorelati {
  padding: 30px 0;
  text-align: center;
}
#c-coorelati #coorelati h3 {
  width: 100%;
  text-align: center;
  font-family: 'condi';
  font-size: 30px;
  font-weight: 700;
  color: #f5a52f;
  padding: 0 0 30px 0;
  text-transform: uppercase;
}
#c-coorelati #coorelati h3.prodotto {
  font-family: 'condi';
  font-size: 30px;
  font-weight: 700;
  color: #a2a1a0;
  padding: 0 0 20px 0;
}
#c-coorelati #coorelati .related {
  display: inline;
}
#c-coorelati #coorelati .related .product {
  width: 240px;
  height: 325px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  margin: 0;
}
#c-coorelati #coorelati .related .product img {
  padding-bottom: 20px;
  display: inline-block;
}
#c-coorelati #coorelati .related .product h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'condi';
  font-size: 20px;
  font-weight: 100;
  color: #000000;
}
#c-coorelati #coorelati .related .product h2 a {
  color: #000000;
}
#c-coorelati #coorelati .related .product .product_price {
  font-family: 'condi';
  font-size: 16px;
  font-weight: 100;
  color: #f5a52f;
  width: 100%;
  text-align: center;
  line-height: 40px;
  display: inline;
}
#c-coorelati #coorelati .related .product .product_price span {
  font-family: 'condi';
  font-size: 12px;
  font-weight: 100;
  color: #a2a1a0;
  text-decoration: line-through;
  vertical-align: top;
  padding: 0 0 0 5px;
  display: inline;
}
#c-coorelati #coorelati .carousel {
  width: 850px;
  padding: 0;
  position: relative;
  border: 0;
}
#c-coorelati #coorelati .carousel .related {
  display: block;
}
#c-coorelati #coorelati .carousel .fa {
  color: #f5a52f;
  position: absolute;
  top: 130px;
}
#c-coorelati #coorelati .carousel .next {
  right: -50px;
  height: 50px;
  width: 50px;
}
#c-coorelati #coorelati .carousel .prev {
  left: -50px;
  height: 50px;
  width: 50px;
}
/*------------------------ DETTAGLI ------------------------*/
#c-dettagli {
  background-color: #262626;
  background: url(../img/BG_dettagli.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  top: -5px;
}
#c-dettagli #dettagli {
  padding-top: 90px;
  padding-bottom: 130px;
}
#c-dettagli ul li {
  padding: 0 0 10px 0;
  width: 950px;
}
#c-dettagli ul li figure {
  height: 200px;
  width: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  border: 15px solid #f5a52f;
  overflow: hidden;
  text-align: center;
}
#c-dettagli ul li .description {
  padding: 15px 50px;
  width: 350px;
  height: 200px;
  text-transform: uppercase;
  display: table;
  position: relative;
}
#c-dettagli ul li .description h2 {
  font-family: 'condi';
  font-size: 40px;
  font-weight: 700;
  color: #f5a52f;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  z-index: 50;
}
#c-dettagli ul li .description h2 a .fa {
  font-size: 20px;
  color: #f5a52f;
}
#c-dettagli ul li .description p {
  position: absolute;
  width: 350px;
  top: 0;
  margin: 0;
  background-color: #f8f8f8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #a2a1a0;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: lowercase;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 60;
}
#c-dettagli ul li.right {
  float: right;
}
#c-dettagli ul li.right figure {
  float: right;
}
#c-dettagli ul li.right .description {
  float: right;
}
#c-dettagli ul li.right .description h2 {
  text-align: right;
}
#c-dettagli ul li.right .description p {
  right: 0px;
}
#c-dettagli ul li.right .description p.active {
  right: 50px;
  opacity: 1;
  visibility: visible;
}
#c-dettagli ul li.left {
  float: left;
}
#c-dettagli ul li.left figure {
  float: left;
}
#c-dettagli ul li.left .description {
  float: left;
}
#c-dettagli ul li.left .description h2 {
  text-align: left;
}
#c-dettagli ul li.left .description p {
  left: 0px;
}
#c-dettagli ul li.left .description p.active {
  left: 50px;
  opacity: 1;
  visibility: visible;
}
/*------------------------ PRODOTTI ------------------------*/
#c-prodotti {
  background-color: #f8f8f8;
  padding: 60px 0;
}
#c-prodotti #prodotti #filtri {
  width: 180px;
  padding: 0 20px 0 0;
  float: left;
}
#c-prodotti #prodotti #filtri #filtriProdotti {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #000;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  display: none;
}
#c-prodotti #prodotti #filtri #filtriProdotti .fa {
  color: #FFF;
  line-height: 30px;
}
#c-prodotti #prodotti #filtri .cart_menu_v #container_filter_price {
  display: none;
}
#c-prodotti #prodotti #filtri .cart_menu_v #filter_variant_colore, #c-prodotti #prodotti #filtri .cart_menu_v #container_filter_feature_9 {
  display: none;
}
#c-prodotti #prodotti #filtri .cart_menu_v #filter_values_variant_colore {
  display: none;
}
#c-prodotti #prodotti #filtri .cart_menu_v #slider-range .ui-slider-range {
  border: 0;
  border-top: 2px solid #000000;
}
#c-prodotti #prodotti #filtri .cart_menu_v .filter_values {
  border: 0;
}
#c-prodotti #prodotti #filtri .cart_menu_v ul {
  border: 0;
  display: none;
}
#c-prodotti #prodotti #filtri .cart_menu_v .cart_menu_v_title {
  border: 0;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0 5px 0;
}
#c-prodotti #prodotti #filtri .cart_menu_v .cart_menu_v_title h5 {
  text-transform: capitalize ;
  padding: 0 0 0 10px;
  text-align: left;
  font-style: normal;
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  background: none;
  position: relative;
}
#c-prodotti #prodotti #filtri .cart_menu_v .cart_menu_v_title h5:before {
  content: "\f107";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  color: #a2a1a0;
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#c-prodotti #prodotti #filtri .cart_menu_v ul li {
  text-transform: initial;
}
#c-prodotti #prodotti #filtri .cart_menu_v ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #a2a1a0;
  font-style: normal;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: initial;
  padding: 5px 0;
}
#c-prodotti #prodotti #filtri .cart_menu_v ul li a:hover {
  color: #000000;
  text-decoration: none;
}
#c-prodotti #prodotti #filtri .cart_menu_v ul li.cart_menu_v_active a {
  color: #000000;
}
#c-prodotti #prodotti #filtri .cart_menu_v ul li.cart_menu_v_active {
  background-image: url(../img/cart_point_menu_hover.png);
}
#c-prodotti #prodotti #filtri .filter_values strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
#c-prodotti #prodotti #filtri #slider-range .ui-slider-handle {
  background-image: url(../img/cart_point_menu_hover.png);
}
#c-prodotti #prodotti #listaProdotti {
  	width: 750px;
/*  float: left;
*/  float:right;
  	padding: 48px 0 0 0 ;
  /*background-image: url(../img/BG_lista.png);
            background-repeat: repeat-x repeat-y;*/
}

/* start Intro TXT */

#intro_txt h1 {
    color: #000000;
    font-family: "condi";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

#intro_txt {
  	width:750px;
	float:right;
}

/* end Intro TXT */


#c-prodotti #prodotti #listaProdotti .cart_list {
  overflow: auto;
}
#ajax_result_cartList .product_loading{
  margin:0 auto;
  display:block;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box {
  width: 245px;
  height: 325px;
  padding: 1px 0 0 0;
  overflow: hidden;
  float: left;
  text-align: center;
  margin: 0;
  border-top: 1px solid #D4D4D4;
  position: relative;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box .etichetta {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  background-color: #f5a52f;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box .etichetta p {
  /*padding: 5px 10px;*/

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  margin: 16px 0 0 0;
  padding: 10px;
  line-height: initial;
  /*display: inline-block;*/

  text-transform: uppercase;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box .zoom {
  width: 100%;
  height: 100%;
  float: left;
  /*background-color: rgba(255,255,255,0.4);*/

  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box .zoom .fa-stack {
  margin-top: 40%;
  vertical-align: middle;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box .zoom .fa-stack .fa-stack-2x {
  color: rgba(0, 0, 0, 0.7);
}
#c-prodotti #prodotti #listaProdotti .cart_product_box .zoom .fa-stack .fa-stack-1x {
  color: #FFF;
  font-size: 20px;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box a:hover .zoom {
  /*background-color: rgba(255,255,255,0.4);*/

  visibility: visible;
  opacity: 1;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box img {
  padding-bottom: 20px;
  display: inline-block;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'condi';
  font-size: 20px;
  font-weight: 100;
  color: #000000;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box h2 a {
  color: #000000;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box .product_price, #c-prodotti #prodotti #listaProdotti .cart_product_box .product_price strong {
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-family: 'condi';
  font-size: 16px;
  font-weight: 100;
  color: #f5a52f;
  display: inline;
}
#c-prodotti #prodotti #listaProdotti .cart_product_box .product_price span {
  font-family: 'condi';
  font-size: 12px;
  font-weight: 100;
  color: #a2a1a0;
  text-decoration: line-through;
  vertical-align: top;
  padding: 0 0 0 5px;
  display: inline;
}
#list_shop #c-prodotti #prodotti #listaProdotti .cart_product_box .etichetta {
  display: none;
}
#list_catalogo #c-prodotti #prodotti #filtri .cart_menu_v #container_filter_categories_catalogo {
  display: none;
}
/*------------------------ PRODOTTO ------------------------ */
#c-prodotto {
  background: #fcfcfc;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fcfcfc 10%, #c8c8c8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fcfcfc), color-stop(100%, #c8c8c8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fcfcfc 10%, #c8c8c8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fcfcfc 10%, #c8c8c8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fcfcfc 10%, #c8c8c8 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fcfcfc 10%, #c8c8c8 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#c8c8c8', GradientType=0);
  /* IE6-9 */

  padding: 140px 0 80px 0;
}
#c-prodotto #back {
  padding: 30px 0;
}
#c-prodotto #back a {
  background-color: #f5a52f;
  padding: 10px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}
#c-prodotto #back a .fa {
  color: #FFF;
  padding: 0 10px 0 0;
  font-size: 20px;
}
#c-prodotto #prodottoDati {
  padding: 0 0 100px 0;
}
#c-prodotto #disqus_thread{
  margin:50px auto 30px auto;
}
#c-prodotto #prodottoDati #gallery {
  width: 450px;
  height: 500px;
  float: left;
  padding: 0 20px 0 0;
  text-align: center;
  position: relative;
}
#c-prodotto #prodottoDati #gallery .etichetta {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  background-color: #f5a52f;
}
#c-prodotto #prodottoDati #gallery .etichetta p {
  /*padding: 5px 10px;*/

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  margin: 16px 0 0 0;
  padding: 10px;
  line-height: initial;
  /*display: inline-block;*/

  text-transform: uppercase;
}
#c-prodotto #prodottoDati #gallery img#zoom {
  padding: 0 0 20px;
}
#c-prodotto #prodottoDati #gallery #mini {
  display: inline;
}
#c-prodotto #prodottoDati #gallery #mini img {
  padding: 0 5px;
}
#c-prodotto #prodottoDati #dati {
  width: 480px;
  float: left;
  /*------------------------ TAB ------------------------*/

}
#c-prodotto #prodottoDati #dati h1 {
  font-family: 'condi';
  font-size: 48px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: uppercase;
  padding: 0 0 0 8px;
}
#c-prodotto #prodottoDati #dati h2 {
  font-family: 'condi';
  font-size: 16px;
  font-weight: 700;
  color: #f5a52f;
  text-transform: uppercase;
  padding: 0 0 10px 8px;
}
#c-prodotto #prodottoDati #dati h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #a2a1a0;
  text-transform: uppercase;
  padding: 0 0 2px 10px;
}
#c-prodotto #prodottoDati #dati h3 a {
  color: #a2a1a0;
}
#c-prodotto #prodottoDati #dati #product_breadcrumbs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #a2a1a0;
  text-transform: uppercase;
  padding: 0 0 2px 10px;
}
#c-prodotto #prodottoDati #dati .product_price{
  width: 460px;
  text-align: left;
  line-height: 60px;
  padding: 10px;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #cd242b;
}
#c-prodotto #prodottoDati #dati .product_price strong{
  color: #cd242b;
}
#c-prodotto #prodottoDati #dati .product_price span {
  font-size: 22px;
  font-weight: 100;
  color: #a2a1a0;
  text-decoration: line-through;
  vertical-align: top;
  padding: 0 0 0 5px;
  display: inline;
}
#c-prodotto #prodottoDati #dati #prezzo {
  border-bottom: 1px solid #a2a1a0;
  margin: 0 0 20px 0;
}
#c-prodotto #prodottoDati #dati #prezzo p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #cd242b;
  display: inline-block;
}
#c-prodotto #prodottoDati #dati #prezzo span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #a2a1a0;
  text-decoration: line-through;
  vertical-align: top;
  padding: 0 0 0 15px;
  display: inline-block;
}
#c-prodotto #prodottoDati #dati .cart_variante {
  padding: 10px ;
  /*height:70px;*/

}
#c-prodotto #prodottoDati #dati .cart_variante a {
  border: 0;
}
#c-prodotto #prodottoDati #dati .cart_variante h5 {
  display: none;
}
#c-prodotto #prodottoDati #dati .cart_variante p {
  height: 65px;
  margin: 0;
  border-top: 1px solid #a2a1a0;
}
#c-prodotto #prodottoDati #dati .cart_variante label {
  margin: 10px 5px 0 5px;
}
#c-prodotto #prodottoDati #dati .wrapper_add_or_notify {
  padding: 10px 0 0 0;
  width: 273px;
  border-bottom: 0;
}
#c-prodotto #prodottoDati #dati .ui-widget-content {
  background: none;
  border: 0;
}
#c-prodotto #prodottoDati #dati #tabs {
  clear: both;
  /*height: 420px;*/

  width: 100%;
  overflow: hidden;
  padding: 10px 0 0 0;
}
#c-prodotto #prodottoDati #dati #tabs ul .ui-state-default {
  margin-right: 10px;
}
#c-prodotto #prodottoDati #dati #tabs ul.ui-widget-header {
  border: none;
  background: none;
}
#c-prodotto #prodottoDati #dati #tabs ul li {
  margin: 0;
}
#c-prodotto #prodottoDati #dati #tabs ul li a {
  width: 135px;
  height: 30px;
  line-height: 30px;
  background-color: #d3d3d3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #757575;
  text-transform: uppercase;
  padding: 0;
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-prodotto #prodottoDati #dati #tabs ul li a:hover {
  color: #f8f8f8;
  background-color: #000000;
}
#c-prodotto #prodottoDati #dati #tabs ul li.r-tabs-state-active {
  border: none;
}
#c-prodotto #prodottoDati #dati #tabs ul li.r-tabs-state-active a {
  color: #f8f8f8;
  background-color: #000000;
  border: none;
}
#c-prodotto #prodottoDati #dati #tabs ul li.r-tabs-state-active a:hover {
  border: none;
}
#c-prodotto #prodottoDati #dati #tabs .tab {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#c-prodotto #prodottoDati #dati #tabs .tab p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #757575;
  line-height: 20px;
}
#c-prodotto #prodottoDati #dati #tabs #tabs-3 p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #757575;
  padding: 5px 10px;
  text-transform: lowercase;
  line-height: 20px;
}
#c-prodotto #prodottoDati #dati #tabs #tabs-3 p strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #757575;
}
#c-prodotto #prodottoDati #dati #tabs #tabs-3 p:nth-child(2n+2) {
  background-color: #dedede;
}
#c-prodotto #prodottoDati #dati #social span .fa {
  font-size: 25px;
  color: #ababab;
  margin: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-prodotto #prodottoDati #dati #social span:hover .fa-facebook-square {
  color: #3f5c98;
}
#c-prodotto #prodottoDati #dati #social span:hover .fa-twitter-square {
  color: #55acee;
}
#c-prodotto #prodottoDati #dati #social span:hover .fa-google-plus-square {
  color: #dd4b39;
}
#c-prodotto #prodottoDati #dati #social span:hover .fa-pinterest-square {
  color: #cc2127;
}
#c-prodotto #prodottoDati #dati #social span:hover .fa-envelope {
  color: #FFF;
}
#c-prodotto #prodottoDati #dati .taglie {
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 10px 10px;
}
#c-prodotto #prodottoDati #dati .taglie a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #a3a3a3;
  text-transform: uppercase;
  background: url(../img/taglie.png) no-repeat left center;
  padding: 0 0 0 30px;
}
#c-prodotto #c-videoTecno {
  padding: 0px;
  border: 3px solid #FFF;
  background-color: #FFF;
  height: 315px;
  display: table;
}
#c-prodotto #c-videoTecno #videoTecno {
  display: table-row;
}
#c-prodotto #c-videoTecno #videoTecno #video {
  background-color: #f4f4f4;
  padding: 10px 40px 40px 40px;
  display: table-cell;
}
#c-prodotto #c-videoTecno #videoTecno #video p {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #f5a52f;
  padding: 10px 0;
  text-transform: uppercase;
}
#c-prodotto #c-videoTecno #videoTecno #video iframe {
  margin: 0;
  width: 388px;
  height: 221px;
}
#c-prodotto #c-videoTecno #videoTecno #tecnologie {
  padding: 10px 40px 40px 20px;
  display: table-cell;
}
#c-prodotto #c-videoTecno #videoTecno #tecnologie p {
  font-family: 'condi';
  font-size: 20px;
  font-weight: 700;
  color: #f5a52f;
  padding: 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #d1d1d1;
}
#c-prodotto #c-videoTecno #videoTecno #tecnologie ul li {
  line-height: 90px;
  width: 90px;
  text-align: center;
  display: inline-block;
}
#c-prodotto #c-videoTecno #videoTecno #tecnologie ul li img {
  max-width: 75px;
  max-height: 75px;
  vertical-align: middle;
}
/*------------------------ APPROFONFIMENTI ------------------------*/
#c-approfondimenti {
  background-color: #262626;
  background: url(../img/BG_home.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0 60px 0;
  position: relative;
}
#c-approfondimenti p.titolo {
  width: 100%;
  text-align: center;
  font-family: 'condi';
  font-size: 30px;
  font-weight: 100;
  color: #f5a52f;
  text-transform: uppercase;
  padding: 0px 0 60px 0;
}
#c-approfondimenti #approfondimenti {
  border: 1px solid #f5a52f;
}
#c-approfondimenti #approfondimenti ul li {
  padding: 20px 50px;
  width: 850px;
  height: 170px;
}
#c-approfondimenti #approfondimenti ul li figure {
  height: 150px;
  width: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  border: 10px solid #f5a52f;
  overflow: hidden;
  text-align: center;
  float: left;
}
#c-approfondimenti #approfondimenti ul li .description {
  padding: 30px 50px 15px 50px;
  width: 350px;
  height: 150px;
  text-transform: uppercase;
  display: table;
  position: relative;
}
#c-approfondimenti #approfondimenti ul li .description h2 {
  font-family: 'condi';
  font-size: 30px;
  font-weight: 700;
  color: #f5a52f;
  text-align: left;
  z-index: 50;
  display: block;
  padding: 0 0 10px 0;
}
#c-approfondimenti #approfondimenti ul li .description h2 a .fa {
  font-size: 20px;
  color: #f5a52f;
}
#c-approfondimenti #approfondimenti ul li .description p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #a2a1a0;
  text-transform: lowercase;
  text-align: left;
  z-index: 60;
  display: block;
}
#c-approfondimenti #approfondimenti ul li.chiaro {
  background-color: #262626;
}
#c-approfondimenti #approfondimenti ul li.scuro {
  background-color: #1c1c1c;
}
/*------------------------ FOOTER ------------------------*/
#c-footer {
  background-color: #1b1b1b;
}
#c-footer footer {
  padding: 30px 0 20px 0;
}
#c-footer footer p {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #a2a1a0;
  padding: 0 10px 0 40px;
  height: 30px;
  line-height: 30px;
}
#c-footer footer p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #a2a1a0;
}
#c-footer footer p a:hover {
  color: #f5a52f;
}
#c-footer footer ul {
  margin: 0;
  padding: 0;
  height: 28px;
  line-height: 28px;
  float: left;
}
#c-footer footer ul li {
  float: left;
  padding: 0 10px 0 15px;
  margin: 0;
  background-image: url(../img/slash.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
}
#c-footer footer ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #a2a1a0;
}
#c-footer footer #social {
  float: right;
  padding: 0 40px 0 0;
  line-height: 30px;
  height: 30px;
}
#c-footer footer #social i {
  color: #a2a1a0;
  padding: 0 0 0 20px;
}
/*------------------------ CALICANTUS ------------------------*/
#c-calicantus {
  background-color: #1b1b1b;
  border-top: 1px solid #2e2e2e;
}
#c-calicantus #calicantus {
  padding: 10px 0 100px 0;
}
#c-calicantus #calicantus p {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #757575;
  padding: 0 10px 0 40px;
  height: 30px;
  line-height: 30px;
}
#c-calicantus #calicantus p .fa {
  color: #757575;
}
#c-calicantus #calicantus p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #757575;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-calicantus #calicantus p a:hover {
  color: #f5a52f;
}
/*------------------------ CheckOut ------------------------*/
#c-checkout {
  background-color: #f8f8f8;
}
#c-checkout #checkout {
  padding: 40px 0 0 0 ;
  background-color: #f8f8f8;
  /* end BUTTONS */
}
/*------------------------ Search ------------------------*/
#risultati-ricerca h1{
    padding:20px 0px 10px;
}
#c-prodotti #risultati-ricerca{
    margin-top: -55px;
}
#c-azienda #azienda ul#search_switch, #c-prodotti ul#search_switch, #c-azienda #azienda ul#search_results, #c-azienda #azienda ul#search_results_pagination{
    width:100%;
    padding:0;
    float:none;
}
#c-azienda #azienda ul#search_switch li,#c-prodotti ul#search_switch li, #c-azienda #azienda ul#search_results li, #c-azienda #azienda ul#search_results_pagination li{
    float: none;
    height: auto;
    padding: 0;
}
#c-azienda #azienda ul#search_switch li a, #c-prodotti ul#search_switch li a {
    text-transform: uppercase;
    font-family: "condi";
    font-size: 20px;
    font-weight: 100;
    color: #A2A1A0;
    line-height: 30px;
}
#c-azienda #azienda ul#search_switch li.is_current a, #c-prodotti ul#search_switch li.is_current a {
    text-transform: uppercase;
    font-family: "condi";
    font-size: 20px;
    font-weight: 100;
    color: #F5A52F;
    line-height: 30px;
}
#c-azienda #azienda ul#search_switch, #c-prodotti ul#search_switch{    
    box-sizing: border-box;    
}
#c-azienda #azienda ul#search_switch, #c-prodotti ul#search_switch{
    margin:30px 0;
}
#c-prodotti ul#search_switch{
    /*margin:52px 0;*/
}
#c-azienda #azienda ul#search_switch li, #c-prodotti ul#search_switch li{    
    text-align: center;
    padding: 8px;    
    border-bottom: 1px solid #A2A1A0;
    width: 1%;
    display: table-cell;
    border-radius: 4px 4px 0px 0px;
}
#c-azienda #azienda ul#search_switch li.is_current, #c-prodotti ul#search_switch li.is_current{
    border: 1px solid #A2A1A0;
    border-bottom: 0;
    cursor: default;
}
#c-azienda #azienda ul#search_switch li.is_current a:hover, #c-prodotti ul#search_switch li.is_current a:hover{
    cursor: default;
}
#c-azienda #azienda ul#search_switch li a:hover, #c-prodotti ul#search_switch li a:hover{
    color:#F5A52F;
}
#c-azienda #azienda ul#search_results li{
    padding: 10px;
    overflow: auto;
}
#c-azienda #azienda ul#search_results li p.breadcrumb, #c-azienda #azienda ul#search_results li p.abstract{
  color:#A2A1A0;
}
#c-azienda #azienda ul#search_results li a.title{
  color:#000;
}
#c-azienda #azienda ul#search_results li a.title:hover{
    color:#F5A52F;
}
#c-azienda #azienda ul#search_results li div.description{
  margin-top: 10px;
}
#c-azienda #azienda ul#search_results li a.image_link img{
    margin-right: 10px;
    float: left;
}
#c-azienda #azienda ul#search_results li p.abstract{
  font-size: 15px;
}
ul#search_results .breadcrumb{
    font-size: 15px;
}
p#search_results_empty{
    font-size: 22px;
    font-style: italic;
    color: #A2A1A0;
}
#c-azienda #azienda ul#search_results_pagination{
    margin: 25px 0 0 10px;
}
#c-azienda #azienda ul#search_results_pagination li{
    border-bottom: none;
    display: inline;    
    margin-right: 5px;    
}
#c-azienda #azienda ul#search_results_pagination li a{
    display: inline-block;
    border: 1px solid #A2A1A0;
    padding: 0 7px;
}
#c-azienda #azienda ul#search_results_pagination li a:hover{
    color: #F5A52F;
}

/* image caption */

.image_wrapper {
  position: relative;
  overflow: auto;
  margin: 10px 10px 10px 0px;
}

.image_wrapper img {
  margin: 0!important;
}

.image_caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
}

.image_caption h5 {
  color: #FFFFFF;
  margin: 5px 0 5px 5px;
  font-weight: bold;
  font-size: 14px!important;
}

.image_caption p {
  color: #EFEFEF!important;
  margin: 5px 0 5px 5px;
  padding: 0!important;
  font-size: 12px!important;
}

/* reset stili ereditati da main */

.tStoria h2 span {
  font-family: inherit;
  color: inherit;
  text-decoration: inherit;
  font-style: inherit;
}

@media only screen and (max-width: 949px) {

  .cart_cerca{
    display: none;
  }

  .wrapper {
    margin: 0;
    min-width: 0;
  }
  .box {
    width: 95%;
  }
  #c-menu-smart {
    display: block;
  }
  #c-pretesta {
    display: none;
  }
  #c-testa {
    background-color: #262626;
    top: 0;
    z-index: 100;
    height: 61px;
    padding: 5px 0;
  }
  #c-testa #testa {
    text-align: center;
  }
  #c-testa #testa #logo {
    display: block;
    line-height: 61px;
    height: 61px;
    width: 152px;
    margin: 0 0 0 60px;
  }
  #c-testa #testa #logo img {
    vertical-align: middle;
  }
  #c-testa #testa #menu2 {
    display: none;
  }
  #c-testa #testa .buttonset {
    display: block;
  }
  #c-testa #testa #cart-smart {
    display: block;
    cursor: pointer;
  }
  #c-testa #testa #inShop {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  #c-testa #testa #inShop #cart_resume {
    padding: 0px;
  }
  #c-testa #testa #inShop #cart_resume #cart_resume_lite_quantity {
    position: absolute;
    right: -5px;
    top: -5px;
  }
  #c-testa #testa #inShop #cart_resume #cart_resume_list {
    left: 70px;
    top: 0;
  }
  .first {
    margin: 72px 0 0 0;
  }
  #c-home #home {
    padding: 30px 0;
  }
  #slider .ns_slideContent {
    display:none;  
  }
  #c-home #home #storia, #c-home #home #prodotto {
    width: 100%;
  }
  #c-home #home #storia figure, #c-home #home #prodotto figure {
    width: 100%;
    background-size: contain;
  }
  #c-home #home #storia figure figcaption, #c-home #home #prodotto figure figcaption {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  #c-home #home #collezione {
    display: none;
  }
  #c-home #home #newsletter {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  #c-home #home #newsletter p {
    width: 340px;
    displa: block;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 10px 10px;
  }
  #c-home #home #newsletter input {
    padding: 5px;
    width: 180px;
    margin: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #a2a1a0;
  }
  #c-home #home #newsletter input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #f5a52f;
    width: 120px;
    padding: 5px 0;
    margin: 0;
  }
  #c-home #home #newsletter form {
    width: 350px;
    displa: block;
    margin: 0 auto ;
    text-align: left;
  }
  #c-home #home .social {
    width: 49%;
    height: 180px;
    margin: 0 2% 10px 0;
      background-size: cover;
  }
    #c-home #home .social:hover {
        background-size: cover;
    }
    #c-home #home .social.yt {
        margin-right: 0;
    }
  #c-home #home .social a i.fa-3x {
    height: 100px;
    line-height: 100px;
  }
  #c-azienda #azienda {
    padding: 30px 0;
  }
  #c-azienda #azienda .menulist_children {
    display: none;
  }
  #c-azienda #azienda #tAzienda {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    float: none;
  }
  #c-azienda #azienda #tAzienda #form {
    padding: 30px 0 0 0;
  }
  #c-azienda #azienda #tAzienda #form .form_field {
    width: 90%;
  }
  #c-azienda #azienda #tAzienda #form .form_field .form_field_type_submit {
    width: 100%;
  }
  #c-azienda #azienda #tAzienda #form input,
  #c-azienda #azienda #tAzienda #form input[type="submit"] {
    width: 100%;
    font-size: 20px;
    padding: 10px;
  }
  #c-azienda #azienda #tAzienda #form input[type="file"] {
    width: 82%;
    font-size: 16px;
    padding: 10px 10px 10px 70px;
  }
  #c-azienda #azienda #tAzienda #form input[type="file"]::before {
    top: 2px;
  }
  #c-azienda #azienda #tAzienda #form textarea {
    width: 100%;
    font-size: 20px;
    padding: 10px;
  }
  #c-azienda #azienda .carousel {
    width: initial;
  }
  #c-tagStorie {
    display: none;
  }
  #c-storie {
    background: none;
  }
  #c-storie #storie .storiaGrande {
    width: 100%;
  }
  #c-storie #storie .storiaGrande figure {
    width: 100%;
  }
  #c-storie #storie .storiaGrande figure figcaption {
    width: 100%;
    padding: 30px 0px 10px 0px;
    text-align: center;
  }
  #c-storie #storie #c-storiePiccole {
    width: 80%;
    margin: 0 auto;
  }
  #c-storie #storie #c-storiePiccole .storiaPiccola {
    width: 100%;
  }
  #c-storie #storie #c-storiePiccole .storiaPiccola figure {
    width: 100%;
  }
  #c-storie #storie #c-storiePiccole .storiaPiccola figure figcaption {
    width: 100%;
    padding: 20px 0 10px 0;
  }
  #c-storie #storie #c-storiePiccole .storiaPiccola figure figcaption h3 {
    text-align: center;
    padding: 0 5px;
  }
  #c-storie #storie #c-storiePiccole .storiaPiccola figure figcaption h2 {
    text-align: center;
    padding: 0 5px;
  }
  #c-storia #storia .c-carousel .carousel {
    width: 90%;
    padding: 20px 0px;
  }
  #c-storia #storia .c-carousel .carousel .slick-prev {
    left: -30px;
  }
  #c-storia #storia .c-carousel .carousel .slick-next {
    right: -30px;
  }
  #c-prodotti #prodotti #filtri {
    position: fixed;
    top: 75px;
    left: 10px;
    z-index: 100;
    width: 85vw;
    height: 30px;
  }
  #c-prodotti #prodotti #filtri #filtriProdotti {
    display: none;
  }
  #c-prodotti #prodotti #filtri .cart_menu_v {
    display: none;
    padding: 10px;
    height: 60vh;
    width: 95%;
    position: absolute;
    top: 30px;
    background-color: #FFF;
    z-index: 100;
    overflow: scroll;
    border: 0;
  }
  #c-prodotti #prodotti #filtri .cart_menu_v ul li {
    width: 80%;
    padding: 0 20px;
    background-position: 98% 10px;
  }  
  #intro_txt, #c-prodotti #prodotti #listaProdotti {
    width: 100%;
  }
  #c-prodotti #prodotti #listaProdotti .cart_product_box {
    width: 100%;
  }
  #c-prodotto {
    padding: 70px 0;
  }
  #c-prodotto #back {
    padding: 10px 0;
  }
  #c-prodotto #back a {
    padding: 10px 0px;
    width: 100%;
    display: block;
  }
  #c-prodotto #back a .fa {
    padding: 0 10px;
  }
  #c-prodotto #prodottoDati {
    padding: 0 0 30px 0;
  }
  #c-prodotto #prodottoDati #gallery {
    width: 100%;
    height: initial;
    padding: 0 0 20px 0;
  }
  #c-prodotto #prodottoDati #gallery .zoom {
    width: 100%; /*370px*/
  }
  #c-prodotto #prodottoDati #dati {
    width: 100%;
  }
  #c-prodotto #prodottoDati #dati .r-tabs-accordion-title {
    background-color: #a2a1a0;
    margin: 0 0 5px 0;
  }
  #c-prodotto #prodottoDati #dati .r-tabs-accordion-title a {
    color: #FFF;
  }
  #c-prodotto #prodottoDati #dati .r-tabs-state-active {
    margin: 0 ;
  }
  #c-prodotto #prodottoDati #dati .r-tabs-state-active a {
    color: #262626;
  }
  #c-prodotto #prodottoDati #dati .tab {
    margin: 0 0 10px 0;
  }
  #c-prodotto #prodottoDati #dati .product_price {
    width: 100%;
    padding: 10px 0;
  }
  #c-prodotto #c-videoTecno {
    height: initial;
    display: block;
    border: none;
  }
  #c-prodotto #c-videoTecno #videoTecno {
    display: block;
    float: left;
    background-color: #FFF;
  }
  #c-prodotto #c-videoTecno #videoTecno #video {
    padding: 10px 0;
    display: block;
    float: left;
    width: 100%;
  }
  #c-prodotto #c-videoTecno #videoTecno #video iframe {
    width: 100%;
    margin: 0 auto;
  }
  #c-prodotto #c-videoTecno #videoTecno #tecnologie {
    padding: 10px;
    display: block;
    float: left;
  }
}


