html {
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  text-rendering: geometricPrecision !important;
  font-smooth: always !important;
  font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  padding: 0px !important;
  margin: 0px !important;
  text-rendering: optimizeLegibility;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}
hr {
  border-color: #0bbcb6;
  border-width: 3px;
}
hr.light {
  border-color: #fff;
}
hr.style-two {
  border: 0;
  height: 2px;
  border-color: #F9C3B6;
  background-image: linear-gradient(to right, rgba(249, 195, 182, 0), rgba(249, 195, 182, 0.75), rgba(249, 195, 182, 0));
}
a {
  color: #0bbcb6;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;

}
*:focus {
  outline: none;
}
*::-moz-focus-inner {
  border: 0;
}
a:hover,
a:focus {
  color: #000;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0;
}
/*Overwrite CSS*/
.wow {
  visibility: hidden;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[readonly="readonly"] {
  background-color: #fff !important;
  cursor: pointer;
}
/*Hide HTML5 Spinners*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-moz-focus-inner {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}
p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.bg-primary {
  background-color: #0bbcb6;
}
.bg-dark {
  color: #fff;
  background-color: #222;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 35px 0;
  background-color: white;
}
#scroll-head{padding-top: 75px}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}
::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}
img::selection {
  color: #fff;
  background: 0 0;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}
body {
  webkit-tap-highlight-color: #222;
}
svg {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
}
/*Remove Padding*/
.remove-padding {
  padding: 0;
}
.remove-padding-top {
  padding-top: 0;
}
.remove-padding-right {
  padding-right: 0;
}
.remove-padding-bottom {
  padding-bottom: 0;
}
.remove-padding-left {
  padding-left: 0;
}
/*Add padding*/
.add-padding {
  padding: 5px;
}
.add-padding-top {
  padding-top: 5px;
}
.add-padding-right {
  padding-right: 5px;
}
.add-padding-bottom {
  padding-bottom: 5px;
}
.add-padding-left {
  padding-left: 5px;
}
/*Remove Margin*/
.remove-margin {
  margin: 0;
}
.remove-margin-top {
  margin-top: 0;
}
.remove-margin-right {
  margin-right: 0;
}
.remove-margin-bottom {
  margin-bottom: 0;
}
.remove-margin-left {
  margin-left: 0;
}
/*Add Margin*/
.add-margin {
  margin: 5px;
}
.add-margin-top {
  margin-top: 5px;
}
.add-margin-right {
  margin-right: 5px;
}
.add-margin-bottom {
  margin-bottom: 5px;
}
.add-margin-left {
  margin-left: 5px;
}
/*COLORS*/
/*FONT*/
.custom-container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .hidden-sm-down {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .show-sm-up {
    display: none;
  }
}
/*HEADER*/
.home-head {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 39% 0 0;  /*mm*/
}
header.navbar-fixed-top.on{
  background-color: rgba(255,255,255,.9);
   -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
header.navbar-fixed-top.on img.head-logo {
  max-width: 120px;
-webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
header.navbar-fixed-top.on .head-logo-container {
  /*width: 120px;*/
  height: 55px;
  /* background: url(../img/artmenu-factory-logo.svg) no-repeat 20px center;*/
  background: url(../img/logo.png) no-repeat 20px center; /*mm*/
  background-size: auto 50px; /*mm*/
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}
header.navbar-fixed-top.on .head-logo-container img {
  display: none;
}
header.navbar-fixed-top.on .head-logo-container a {
  display: inline-block;
  height: 100%;
  float: left;
}
header.navbar-fixed-top .head-logo-container .subtitle {
  display: none;
  /* height: 100%; */
  float: left;
  line-height: 55px;text-transform: uppercase;padding-left: 170px;font-size: 16px;margin: 0;
  line-height: 1.2;
}
header.navbar-fixed-top.on .head-logo-container .subtitle {
  display: inline-block;

}
header.navbar-fixed-top.on .head-nav {
  /*padding-top: 15px;*/
  padding-top: 10px;
  padding-bottom: 10px;
}
.static-nav .sub-menu {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  text-transform: uppercase;
}
.static-nav li .sub-menu {
  background-color: #0bbcb6;
  position: absolute;
  left: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity .75s;
  width: 250px;
  z-index: 10;
  height: 0;
}
.static-nav .sub-menu a {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  height: inherit;
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1.666em;
  padding: 5px 15px;
  color: #fff;
}
.static-nav .sub-menu a:hover {color: #000;}
.static-nav .sub-menu li{
  display: block;
  width: 100%;
  }
.static-nav li:hover .sub-menu {
  left: auto;
  opacity: 1;
  width: 250px;
  height: auto;
  visibility: visible;
}
.inner-head {
  background-image:  url('/cdm/assets/Uploads/home-b.jpg'); /* url('../img/k.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.sub.inner-head {
  background-image: url('../img/a.jpg');
}
.story.inner-head {
  background-image: url('../img/p-w.jpg');
  background-position: left;
}

.story.inner-head .static-nav li a,
.story.inner-head .static-nav li select,
.story.inner-head .title-description,
.story.inner-head .head-breadcrumb {
  color: white;
}
img.head-logo {
  /* max-width: 280px; */
  width: 100%;
  max-width: 350px;
}
.head-icon {
  width: 100%;
  margin-top: 70px;
}
.head-nav {
  padding-top: 20px;
}
.fixed-top{

}

.title-description {
  padding: 50px 0;
}
.title-description,
.title-description h1,
.title-description h2,
.title-description h3,
.title-description h4,
.title-description h5,
.title-description h6 {
  font-family: 'Open Sans', sans-serif;
  /* font-size: 50px;
  line-height: 60px; */
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.inner {
  padding: 20% 0 105px 0;
}
.inner .title-description {
  padding-bottom: 0;
}

.LegendaHolder img.head-logo,
.PreventivoPage img.head-logo,
.NewsPage img.head-logo,
.NewsHolder img.head-logo,
.AziendaPageSub img.head-logo,
.StoriePage img.head-logo,
.Page img.head-logo,
.AziendaPage img.head-logo,
.ContattiPage img.head-logo
  {margin-top: -70px;}

.short.inner-head .inner{
  /* padding: 60px 0 20px 0; */
  padding: 150px 0 20px 0;
}

.short #breadcrumbs:after{
  display: none;

}

.head-breadcrumb {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #64666a;
  padding: 0 5px;
}
#sidebar-wrapper {
  top: 0;
  z-index: 999999;
  position: fixed;
  right: -500px;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
  background-color: rgba(76, 203, 198, 0.9);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#sidebar-wrapper.active {
  right: -50px;
  width: 400px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  /*text-indent: 20px;*/
  line-height: 40px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 5px 0;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 55px;
  font-size: 18px;
  line-height: 55px;
}
.sidebar-nav > .sidebar-brand a {
  color: white;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.head-social li {
  display: inline-block;
  list-style: none;
}
.head-social {
  padding-left: 0;
}
.head-social .fa {
  padding: 0 10px;
}
#menu-toggle {
  float: right;
}
#menu-close {
  padding: 50px 0px;
}
.toggle {
  margin: 0 5px 0 0;
}
.static-nav {
  float: right;
  margin-top: 17px;
}
.static-nav li {
  display: inline-block;
  list-style: none;
}
.static-nav li select {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: black;
  background-image: url('../img/arr.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0);
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.static-nav li a {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: black;
  padding: 10px;
}
.static-nav li.lang {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: black;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

 .static-nav li.lang i{   
  transform-origin: center center;
  transform-style: preserve-3D;
}
.static-nav li.lang a.dropdown-toggle{padding-right: 30px;width: 50px;}
@keyframes toggle-up {
  100% {
  transform: rotate(180deg);
  }
}
@keyframes toggle-down {
  100% {
  transform: rotate(180deg);
  }
}
.static-nav li.lang.open i {
  animation-name: toggle-up;
  animation-delay: 0;
  animation-duration: 0.50s;
  animation-fill-mode: forwards;
}



.white .static-nav li a,
.white  .static-nav li select {
  color:white;
}
.white  .static-nav li select option{
  color:black;
}
header.navbar-fixed-top.white.on {
    background-color: black;
}
.white  .static-nav li select{
   background-image: url('../img/arr-w.svg'); 
}
/*END OF HEADER*/
/*STORY PAGE*/
.img-slider .owl-prev {
  position: absolute;
  top: 40%;
  left: -5%;
}
.story.category .img-slider .owl-prev img,
.story.category .img-slider .owl-next img {
  height: 45px;
  width: inherit;
}
.img-slider .owl-next {
  position: absolute;
  top: 40%;
  right: -5%;
}
.story.category img {
  height: 590px;
  object-fit: cover;
}
.story.category .owl-dots {
  position: relative;
  left: auto;
  bottom: auto;
}
.story.category .more-button {
  width: 100%;
}
/*CATEGORY PAGE*/
.category {
  padding: 0px;
}
/*.category img {
  width: 100%;
  height: 355px;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}*/
.category h2 {
  text-transform: uppercase;
  margin: 0px;
  font-family: 'Raleway', sans-serif;
  /* font-size: 28px; */
  font-size: 22px;
  text-align: right;
  color: black;
}
.pers h2{text-align: left;margin-bottom: 2em}
.category p {
  color: #64666a;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.category .bottom {
  margin-bottom: 40px;
}
.category .bottom-top {
  margin: 40px 0;
}
/*.subcategory img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}*/
.subcategory h3 {
  text-align: left;
  margin-bottom: 1em;
  margin-top: .5em;
  line-height: 1.2em;
  height: 2.4em;
  font-size: 22px;text-transform: uppercase;
}
.subcategory h3 a{color: #000;}
.subcategory h3 a:hover{color: #0bbcb6;}
.subcategory p {
  font-size: 14px;line-height: 1.4;
  margin-bottom: 30px;
}

.txtContent p {
  font-size: 16px;line-height: 1.6;
}
.primer{
  margin-bottom: 2em;
  /* padding-bottom: 1em; */
  padding-bottom: 40px;
  border-bottom: 2px solid #0bbcb6
}



/*END CATEGORY PAGE*/
/*GRID CONTENT*/
.arrow-right {
  width: 0px;
  height: 0px;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 45px solid white;
  position: absolute;
  z-index: 3;
  margin-left: 9px;
  margin-top: 90px;
}
.arrow-left {
  width: 0px;
  height: 0px;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-right: 45px solid white;
  position: absolute;
  z-index: 3;
  margin-right: 9px;
  margin-top: 90px;
  right: 0;
}
.sliderProd  .owl-nav [class*='owl-'] {
  background: rgba(214, 214, 214, 0);
}
.sliderProd  .owl-nav [class*='owl-']:hover {
  background: rgba(214, 214, 214, 0);
  opacity: 0.5;
}
.slider .owl-nav img {
  height: 45px;
}
.slider .owl-prev {
  position: absolute;
  top: 40%;
  left: -5%;
}
.slider .owl-next {
  position: absolute;
  top: 40%;
  right: -5%;
}
.owl-dots {
  position: absolute;
  left: 25%;
  margin-left:-30px;
  bottom: 20px;
}
.sliderProd  .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px;
  background: #ffffff;
  border: 2px solid black;
}
.sliderProd  .owl-dots .owl-dot.active span,
.sliderProd  .owl-dots .owl-dot:hover span {
  background-color: black;
}
.icon {
  max-width: 130px;
  display: inline-block !important;
}
.grid-img {
  object-fit: cover;
  position: relative;
}
.catcolore  {
  padding: 0;
}
.catcolore .col-md-12 {
  padding: 0;
}
.grid-img .full {
  width: 100%;
  height: 565px;
  object-fit: cover;
}
.grid-img .half {
  width: 100%;
  height: 565px;
  object-fit: cover;
}
.grid-img .quarter {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.grid-img .ten-p {
  padding: 10px;
}
.grid-img img,
.grid-img .img-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-quarter .ten-p:nth-child(1) {
  padding-left: 0;
  padding-top: 0;
}
.grid-quarter .ten-p:nth-child(2) {
  padding-right: 0;
  padding-top: 0;
}
.grid-quarter .ten-p:nth-child(3) {
  padding-left: 0;
  padding-bottom: 0;
}
.grid-quarter .ten-p:nth-child(4) {
  padding-right: 0;
  padding-bottom: 0;
}
.grid-double-orizzontale .ten-p{padding-left: 0;padding-right: 0}
.grid-double-orizzontale .ten-p:nth-child(1) {
  padding-top: 0;
}
.grid-double-orizzontale .ten-p:nth-child(2) {
  padding-bottom: 0;
}
.grid-double-verticale .ten-p{padding-top: 0;padding-bottom: 0}
.grid-double-verticale .ten-p:nth-child(1) {
  padding-left: 0;
}
.grid-double-verticale .ten-p:nth-child(2) {
  padding-right: 0;
}
.grid-tre-blocchi .ten-p:nth-child(1) {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.grid-tre-blocchi .ten-p:nth-child(2) {
  padding-bottom: 0;
  padding-left: 0;
}
.grid-tre-blocchi .ten-p:nth-child(3) {
  padding-bottom: 0;
  padding-right: 0;
}
.grid-title {
  color: black;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size:40px;
  font-weight: 300;
}
.grid-title.small {
  font-size: 26px;
  padding: 0px 40px;
}
.black-line {
  max-width: 120px;
  border-color: black;
  margin-bottom: 0;
}
.description {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 40px 110px 30px 110px;
  color: #666666;
  line-height: 24px;
}
.description.small {
  padding: 50px 110px 25px 110px;
}
.more-button {
  color: #0bbcb6;
  border: 1px solid #0bbcb6;
  padding: 10px 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 60px;
  /*margin-bottom: 50px;*/
  display: inline-block;
  min-width: 220px;
  text-align: center;
}

.subcategory .more-button{font-size: 14px;padding: 5px 20px;}

.slide-button{
  background-color: #0bbcb6;
  /*border: 1px solid #0bbcb6;*/
  color:white;
  padding: 5px 25px 10px 25px;;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  border-radius: 60px;
  /*margin-bottom: 50px;*/
  display: inline-block;
  min-width: 220px;
  text-align: center;	
  line-height: 22px;
}
.slide-button:focus{
  color: white;
}
.scroll-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  width: 250px;
}
.scroll-button i {
  position: relative;
  top: 5px;
  margin-left: 5px;
  font-size: 24px;
}
.more-button:hover,
.more-button:focus {
  color: white;
  background-color: #0bbcb6;
}
.slide-button:hover {
  color: white;
  background-color: #64666a;
}
.col-grid {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.row-grid {
  padding-top: 10px;
  padding-bottom: 10px;
}
.info {
  margin: 50px 0 10px 0;
}
/*END OF GRID CONTENT*/
/* FOOTER */
#footer {
  background-color: #646569;
  color: white;
  padding-bottom: 30px;
  padding-top: 60px;
}
#footer h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 18px;
}
#footer li {
  list-style: none;
  font-size: 12px;
  line-height: 16px;
}
#footer a {
  color: white;
}
#footer a:hover {
  color: #cacaca;
}
#footer .link-list {
  margin-bottom: 20px;
}
#footer .copyright ul {
  padding-left: 0;
}
#footer .social ul {
  padding-left: 0;
  margin-top: 15px;
}
#footer .social li {
  display: inline-block;
}
#footer .social li i {
  font-size: 30px;
  padding-right: 20px;
}
#footer input {
  border-radius: 0;
  font-size: 16px;
  border: none;
}
#footer input.btn-input {
  background-color: #646569;
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 5px 10px;
  transition: all .35s;
}
#footer input.btn-input:hover {
  background-color: black;
}
#footer .input-group-addon {
  padding: 3px;
  background-color: white;
  border: none;
  border-radius: 0;
}
#footer .input-group {
  margin-bottom: 10px;
}
#footer input[type=checkbox]:not(old) {
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
#footer input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  /*background: url('../img/checks.png') no-repeat 0 0;*/
  background: url('../img/checks-w.png') no-repeat 0 0;
  line-height: 24px;
  max-height: 23px;
}
#footer input[type=checkbox]:not(old):checked + label {
  background-position: 0 -24px;
}
#footer #cust {
  line-height: 18px;
}
#footer .bottom-footer img {
  width: 100%;
  max-width: 180px;
}
#footer .bottom-footer .love {
  float: right;
  margin-top: 55px;
}
#footer .bottom-footer .adress {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;float: left;
  width: 100%;
}
#footer .bottom-footer .adress p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

#footer .bottom-footer .adress ul{
  margin-left: 0;
  float: left;
  width: 100%;
  padding-left: 0;margin-bottom: 0;
  padding-bottom: 10px
}

#footer .bottom-footer .adress ul li{
  margin-left: 0;
  padding-left: 0;
  float: left;
}

.footer-author {
  text-transform: uppercase;
  margin-top:40px;
  font-size: 12px;
  text-align: center;
}

.footer-author span {
  display: none;
}

.info .icon {
  width: auto;
  height: 90px;
  max-width: 100%;
}

.info .grid-title {
  margin-top: 40px;
}
.info .grid-title a{color: #000;}
.info .grid-title a:hover{color: #0bbcb6;}
.galleryHome{z-index: 100}
#breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
}
#breadcrumbs ul{
  padding-left: 0;
  margin-left: 0;
}
#breadcrumbs li {
  display: inline-block;
  padding-left: 5px;
}
#breadcrumbs li:before {
  content: "/";
  padding-right: 3px;
}
#breadcrumbs li:first-child:before {
  content: "";
}
#breadcrumbs a {
  color: #1d1d1b;
}
#breadcrumbs:after {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  background: black;
  margin-top: 20px;
}
.PagineNewsPage{margin-bottom: -10px}
.hideme{display: none;visibility: hidden;}
.alpha{padding-right: 0!important}
.omega{padding-left: 0!important}
.delta{padding: 0!important;}
.formats {
  padding: 20px 0 0 !important;
  margin-top: 2em;
  border-top: 3px solid #0bbcb6;
}
.formats,
.img-Personalizzazioni {
  margin-bottom: 0 !important;
}
.formats h4{    margin-top: 0;    margin-bottom: 20px;}
.formats ul{margin-bottom: 0}
.formats ul li{margin-bottom: 0;text-align: center;}
.formats ul li .codice-formato{display:block;}
.fotorama__thumb{opacity: .5}
.fotorama__active{opacity: 1}
.fotorama__active .fotorama__thumb{opacity: 1}
.img-container{height: 200px;width: 100%;}
.FormatoPage .inner{    padding: 20% 0 50px 0;}
/* .StoriePage .inner{    padding: 20% 0 50px 0;} */
.img-Informazioni{margin-bottom: 20px;}
.AdminLoginPage img {
  max-width: 100%;
  height: auto;
  padding: 5px;
}
.AdminLoginPage #login_area {
  display: table;
  margin: 0 auto;
  width: 280px;
  height: 100%;
  position: relative;
}
.AdminLoginPage #login_area>div {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.AdminLoginPage #MemberLoginForm_LoginForm {
  width: 280px;
}
.AdminLoginPage .field {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
.AdminLoginPage .checkbox{display: none;visibility: hidden;}
.AdminLoginPage .field>label {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.AdminLoginPage .field input {
  font-size: 16px;
  border: 2px solid #1d1d1b;
  padding: 5px 10px;
  text-align: center;
  border-radius: 20px;
}
.AdminLoginPage #login_area input {
  width: 100%;
}
.AdminLoginPage input[type=submit], .AdminLoginPage .btn, .AdminLoginPage .contact-form-area button[type=submit] {
  display: inline-table;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  color: #0bbcb6;
  background: #fff;
  border: 2px solid #0bbcb6;
  height: 40px;
  border-radius: 20px;
  text-align: center;
}
.AdminLoginPage input[type=submit] {
  transition-property: all;
  -webkit-transition-property: all;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  font-size: 18px;
  margin-top: 40px;
}
#iubenda-cs-banner {
  bottom: 0px !important;
  left: 0px !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 99999998 !important;
  background: #CB171A;
  color: black;
}
.iubenda-cs-content {
  background: #0bbcb6 !important;
  padding: 28px !important;
}
.iubenda-cs-rationale {
  position: relative;
}
.iubenda-cs-close-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: none;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 50px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'open_sansregular',sans-serif;
}
.iubenda-banner-content {
  margin-right: 80px;
  line-height: 1.6;
  font-size: 11px;
  color: #fff;
}
.iubenda-banner-content p:first-child {
  display: none;
}
.iubenda-cs-content p {
  font-size: 13px;
}
.iubenda-banner-content a {
  text-decoration: underline;
  color: #fff;
}
.iubenda-banner-content a:hover {
  text-decoration: underline;
  color: #fff;
}
.iubenda-cs-close-btn:hover{color: #000;border: 3px solid #000;}
.leader{
  width: 60%;
  margin: 0 auto;
  float: left;
  margin-left: 20%;
}
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
  clear: both;
}
#cd-timeline:before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: black;
}
#cd-timeline:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid black;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
  margin-top: 3em;
  margin-bottom: 3em;
  }
  #cd-timeline::before {
  left: 50%;
  margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
  text-align: right;
}
.cd-block-text {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: 0;
}
.cd-timeline-block.odd-block .cd-block-text {
  margin-left: 0;
  margin-right: auto;
}
.cd-timeline-block.odd-block {
  text-align: left;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
  margin: 0;
  }
  .cd-timeline-block:first-child {
  margin-top: 0;
  }
  .cd-timeline-block:last-child {
  margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 25px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* border:3px solid #0bbcb6; */
  /* background: #fff */
  background: black;
}
.cd-timeline-img span {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: relative;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -8;
  margin-top: -8;
  display: none;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
  visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  -moz-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
  opacity: 0;
  -webkit-transform: scale(0.5);
  }

  60% {
  opacity: 1;
  -webkit-transform: scale(1.2);
  }

  100% {
  -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
  opacity: 0;
  -moz-transform: scale(0.5);
  }

  60% {
  opacity: 1;
  -moz-transform: scale(1.2);
  }

  100% {
  -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  }

  60% {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  }

  100% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  }
}
.cd-timeline-pic {
  float: right;
}
.odd-block .cd-timeline-pic {
  float: left;
}
.odd-block .cd-timeline-content {
  float: right;
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  /* background: #f9f9f9; */
  border-radius: 20px;
  padding: 1em;
  /*box-shadow: 0 3px 0 #0bbcb6;*/
  float: left;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  /* color: #303e49; */
  color: black;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: 0;
}
.odd-block .cd-timeline-content h2 {
  margin-left: 0;
  margin-right: auto;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .4em 0;
  opacity: 1;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #f9f9f9;
}
.timeline-date {
  font-size: 46px;
  font-family: 'Raleway', sans-serif;
  color: black;
}

.header-spacing {
  margin-top: 100px;
}

.NewsPage .title-description {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}

.NewsPage .data-news {
  margin-bottom: 7px;
  display: block;
  font-size: 16px;
}

.NewsPage header.navbar-fixed-top.on .head-logo-container .subtitle {
  display: none !important;
}

.NewsPage .news-text {
  float: right;
}

.NewsPage .news-img {
  padding-left: 0;
}

.contatti-abs {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
  font-size: 28px !important;
  font-size: 1.25rem;
  margin-top: 0;
  /* color: #0bbcb6; */
  color: black;
  }
  .cd-timeline-content p {
  font-size: 18px!important;
  font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 14px;
  font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
  margin-left: 0;
  padding: 0;
  /* padding: 1.6em; */
  width: 46%;
  }
  .cd-timeline-content::before {
  top: 24px;
  left: 100%;
  border-color: transparent;
  border-left-color: #f9f9f9;
  }
  .cd-timeline-content .cd-read-more {
  float: left;
  }
  .cd-timeline-content .cd-date {
  position: absolute;
  width: 100%;
  left: 122%;
  top: 6px;
  font-size: 20px!important;
  font-size: 1rem;
  color: #0bbcb6;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  top: 24px;
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #f9f9f9;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
  float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  left: auto;
  right: 122%;
  text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
  visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  -moz-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
  -webkit-animation: cd-bounce-2-inverse 0.6s;
  -moz-animation: cd-bounce-2-inverse 0.6s;
  animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  }

  60% {
  opacity: 1;
  -webkit-transform: translateX(20px);
  }

  100% {
  -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
  opacity: 0;
  -moz-transform: translateX(-100px);
  }

  60% {
  opacity: 1;
  -moz-transform: translateX(20px);
  }

  100% {
  -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  }

  60% {
  opacity: 1;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  }

  100% {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
  opacity: 0;
  -webkit-transform: translateX(100px);
  }

  60% {
  opacity: 1;
  -webkit-transform: translateX(-20px);
  }

  100% {
  -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
  opacity: 0;
  -moz-transform: translateX(100px);
  }

  60% {
  opacity: 1;
  -moz-transform: translateX(-20px);
  }

  100% {
  -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  }

  60% {
  opacity: 1;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  }

  100% {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  }
}


.materialize-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.materialize-form .input-field label,.contact-form-area .field.f-checkbox label,.materialize-form input:not([type]).validate+label, .materialize-form input[type=text].validate+label, .materialize-form input[type=password].validate+label, .materialize-form input[type=email].validate+label, .materialize-form input[type=url].validate+label, .materialize-form input[type=time].validate+label, .materialize-form input[type=date].validate+label, .materialize-form input[type=datetime].validate+label, .materialize-form input[type=datetime-local].validate+label, .materialize-form input[type=tel].validate+label, .materialize-form input[type=number].validate+label, .materialize-form input[type=search].validate+label, .materialize-form textarea.materialize-textarea.validate+label
{
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  margin: 0;
  padding: 0;
    top: 0;
  left: 0;
}

.materialize-form .input-field label.active {
  font-size: 12px;
  -webkit-transform: translateY(0);
  transform: translateY(-0);
}

.materialize-form input:not([type]), .materialize-form input[type=text], .materialize-form input[type=password], .materialize-form input[type=email], .materialize-form input[type=url], .materialize-form input[type=time], .materialize-form input[type=date], .materialize-form input[type=datetime], .materialize-form input[type=datetime-local], .materialize-form input[type=tel], .materialize-form input[type=number], .materialize-form input[type=search], .materialize-form textarea.materialize-textarea{
  width: 100%;
  border: none;
  border-bottom: 5px solid #ebebeb;
  outline: none;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  padding-top: 20px!important;
  padding-left: 0!important;
  margin-left: 0!important;
  height: 30px!important;
}
.mission .contact-form-area .field input[type="text"], .mission .contact-form-area .field textarea, .mission .contact-form-area .field .select, .mission .contact-form-area .field .attach{
  padding-left: 0!important;
  padding-right: 0!important;
  margin-bottom: 0!important;
  height: 2em!important;
}
.materialize-form input:not([type]):focus:not([readonly]), .materialize-form input[type=text]:focus:not([readonly]), .materialize-form input[type=password]:focus:not([readonly]), .materialize-form input[type=email]:focus:not([readonly]), .materialize-form input[type=url]:focus:not([readonly]), .materialize-form input[type=time]:focus:not([readonly]), .materialize-form input[type=date]:focus:not([readonly]), .materialize-form input[type=datetime]:focus:not([readonly]), .materialize-form input[type=datetime-local]:focus:not([readonly]), .materialize-form input[type=tel]:focus:not([readonly]), .materialize-form input[type=number]:focus:not([readonly]), .materialize-form input[type=search]:focus:not([readonly]), .materialize-form textarea.materialize-textarea:focus:not([readonly]){
  border-bottom: 5px solid #000;
  box-shadow: none;
}

.message-check,.message-check p {
  display: block;
  float: left;
  width: calc(100% - 32px);
  font-family: "Open Sans", sans-serif;
  font-size: 11px!important;
  line-height: 13px!important;
  color: #575656;
  text-transform: none;
  padding-left: 10px!important;
  margin-top: 0!important;
  padding-top: 0!important;
}
.contact-form-area .field .cf-error label {
  color: #D30300!important;
  text-transform: none!important;
  font-size: 12px!important;
  display: block;
}
.contact-form-area .field.f-checkbox .message-check .cf-error label{
  margin-left: -20px;
  margin-top: 10px;
  float: left;
}

.materialize-form button, .materialize-form html input[type="button"], .materialize-form input[type="reset"], .materialize-form input[type="submit"]{

  display: inline-block;
  height: auto;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: .25rem;
  transition: all .15s ease-in-out;
  font-size: 16px;
  color: #000;
  background-color: #fffd73;
  border: none;
  text-transform: uppercase;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 15px 25px;
  margin-top: 35px;
  cursor: pointer;
}

.subVini{
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: 2px solid #0bbcb6;
}
.dataholder {
  font-size: 12px;
}
.single-children {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 5px solid #f6f6f6;
}
.LegendaHolder .single-children{
  margin-bottom: 0;
  padding-bottom: 70px;
}

.LegendaHolder .single-children > a {
  display: block;
  padding-top: 90px;
}

.LegendaHolder .single-children:last-child {
  border-bottom: 0;
  padding-bottom: 35px;
}

.LegendaHolder .category .bottom-top {
  margin-top: 0;
}

.abs,.abs p{font-size: 18px;line-height: 24px;margin-bottom: 20px}
.txt, .txt p{font-size: 14px;line-height: 20px;}
.didascalia,.didascalia p{text-align: center;font-size: 12px}

.AdminLoginPage #ForgotPassword {
  display: none !important;
}

.AdminLoginPage input[type=submit]:hover {
  background: #0bbcb6;
  color: white;
}

.slider-custom {
  width: auto;
  margin-left: -25px;
  margin-right: -25px;
}

.slider-custom .item {
  padding-left: 10px;
  padding-right: 10px;
}

.slider-custom .item img {
  height: auto !important;
  object-fit: initial !important;
}

.slider-custom .owl-prev,
.slider-custom .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 40px;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

.slider-custom .owl-prev:hover,
.slider-custom .owl-next:hover {
  opacity: .7;
}

.slider-custom .owl-prev {
  left: -30px;
  background-image: url(../img/right.svg);
  background-position: left center;
}

.slider-custom .owl-next {
  right: -30px;
  background-image: url(../img/left.svg);
  background-position: right center;
}

.slider-custom .owl-dots {
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}

.slider-custom .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid black;
  margin-left: 5px;
  margin-right: 5px;
}

.slider-custom .owl-dot.active {
  background: black;
}

.slider-custom .didascalia {
  display: block;
  margin-top: 10px;
}

.slider-custom .didascalia p {
  margin-bottom: 0;
}

.slider-legenda {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.slider-su-misura {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.typo-abs p {
  text-transform: uppercase;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  /* font-size: 28px; */
  font-size: 22px;
  font-weight: 500;
  text-align: right;
  color: black;
}

.typo-abs.text-center p {
  text-align: center;
}

.img-testo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.formats,
.img-Personalizzazioni {
  float: left;
  width: 100%;
}

.ColoriMaterialiPage .catcolore {
  margin-bottom: 30px;
}

.NewsPage .news-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ContattiPage .map {
  float: right;
  padding-right: 0;
}

iframe {
  border: 0;
}

.map-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}

.map-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cd-block-text {

}

.LandingPage .sliderProd {position: relative;}
.LandingPage #fisrtStep{margin-bottom: 50px;}
.LandingPage .absContent,
.LandingPage .absContent p{    text-transform: uppercase;font-weight: 500;    margin: 0px;    font-family: 'Raleway', sans-serif;    font-size: 22px;    color: black;}
.LandingPage #secondStep{margin-bottom: 50px;}

.LandingPage #secondStep h2{font-size: 20px;line-height: 24px;height: 72px;}

.LandingPage #secondStep a .prodContent p{margin-top: 20px;font-size: 14px;color: #777}
.LandingPage #carousel .item{
  cursor:grab;
  cursor:-webkit-grab;
}

.LandingPage #carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}


.LandingPage .sliderProd .owl-dots {
  position: relative;
  width: 100%;
  left: 0;
  margin-left: 0;
  bottom: 0;
}
.LandingPage .sliderProd .owl-dots .owl-dot{
  display: inline-block;
  zoom: 1;
  width: 100px;
}
.LandingPage .sliderProd .owl-dots .owl-dot span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100px;
  height: 5px;
  margin-left: 0;
  margin-right: 10px;
  background: #ccc;
  border:none;
  float: left;
}

.LandingPage .sliderProd .owl-dots .owl-dot.active span,
.LandingPage .sliderProd .owl-dots .owl-dot:hover span{
  background: #000;
}

.pers{margin-top: 40px}
.nopad{padding:0;}

.jplist-pagination{width: 100%;}

.jplist-panel{background: #f6f6f6;padding: 10px;width: 100%;margin-bottom:30px;}
.rowFilter,.rowPagination{margin-right: 0;margin-left: 0;}
.jplist-panel .settorePanel{}
.jplist-panel .settorePanel h3,
.jplist-panel .titologiaPanel h3
{font-size: 14px;text-transform: uppercase;margin-top: 10px;}

.jplist-panel .settorePanel button {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  font-size: 16px;
  background: #0bbcb6 ;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
  border:1px solid #0bbcb6  ;
  height: auto;
  text-shadow: none;

}

.jplist-panel .settorePanel button.jplist-selected{
  background: #000000;
  text-decoration: none;
  color: #ffffff;
  border:1px solid #000000 ;
}

.jplist-panel .settorePanel button:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
  border:1px solid #000000 ;
}
.rowFilter .jplist-drop-down {
    float: left;
    height: auto;
    box-shadow: none;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    color: #27252a;
    width: 250px;
    background: transparent;
    margin: 10px 10px 0 0;
    position: relative;
}
.rowFilter .jplist-drop-down .jplist-dd-panel{
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  font-size: 16px;
  background: #0bbcb6 ;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
  border:1px solid #0bbcb6  ;
  height: auto;
  text-shadow: none;
  width: 250px;
  line-height: inherit;

}

.rowFilter .jplist-drop-down .jplist-dd-panel:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
  border:1px solid #000000 ;
}
.titologiaPanel .jplist-drop-down ul{
  position: absolute;
  width: 100%;
  top: 0
}
.titologiaPanel .jplist-drop-down ul li:before{display: none;visibility: hidden;}

.titologiaPanel .jplist-drop-down ul li.active{
  background: #fffd73
}
.jplist-drop-down .jplist-dd-panel:after{color: #fff!important;}
.rowPagination{padding-top: 10px;}
.jplist-panel .rowPagination button{width: 40px;height: 40px;line-height: 30px;border-radius: 50%;cursor: pointer;}
.list-item h3{margin-top: 5px;}
p.theme{margin-bottom: 0;padding-bottom: 0;margin-top: 10px;}

p.theme span{font-size: 13px; line-height: 20px;display: inline-block;}
p.theme span.dataholder{padding-right:10px;border-right: 1px solid #ccc;margin-right: 10px;}
p.theme span.setInfo{font-size:12px;border:1px solid #ccc;padding: 0 10px;border-radius: 23px;margin-right: 10px;text-transform: uppercase;margin-bottom: 10px;}

.bordered-title {
  position: relative;
}
.bordered-title span {
  position: relative;
  display: inline-block;
  background: white;
  z-index: 1;
  padding-right: 10px;
}
.bordered-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: black;
}

