/* tasker.css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap");

/* fonts */
/* mainNav  */
/* colori */
/* mixin */
/* form loader animation  */
@-webkit-keyframes bgAjaxLoader {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bgAjaxLoader {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=6752e0f72e04fb93926e)
 * Config saved to config.json and https://gist.github.com/6752e0f72e04fb93926e
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: 1;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.img-fixed {
  width: auto;
}

hr {
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  color: inherit;
}

> h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 1em;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 1.8rem !important;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 15px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

ul,
ol {
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled,
.list-nav {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*
@media (min-width: 768px) {
  .container {
    max-width: 990px;
  }
}
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-sm-1,
.col-md-1,
.col-lg-1,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  float: left;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-11 {
  width: 91.66666667%;
}

.col-sm-10 {
  width: 83.33333333%;
}

.col-sm-9 {
  width: 75%;
}

.col-sm-8 {
  width: 66.66666667%;
}

.col-sm-7 {
  width: 58.33333333%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-5 {
  width: 41.66666667%;
}

.col-sm-4 {
  width: 33.33333333%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-2 {
  width: 16.66666667%;
}

.col-sm-1 {
  width: 8.33333333%;
}

.col-sm-pull-12 {
  right: 100%;
}

.col-sm-pull-11 {
  right: 91.66666667%;
}

.col-sm-pull-10 {
  right: 83.33333333%;
}

.col-sm-pull-9 {
  right: 75%;
}

.col-sm-pull-8 {
  right: 66.66666667%;
}

.col-sm-pull-7 {
  right: 58.33333333%;
}

.col-sm-pull-6 {
  right: 50%;
}

.col-sm-pull-5 {
  right: 41.66666667%;
}

.col-sm-pull-4 {
  right: 33.33333333%;
}

.col-sm-pull-3 {
  right: 25%;
}

.col-sm-pull-2 {
  right: 16.66666667%;
}

.col-sm-pull-1 {
  right: 8.33333333%;
}

.col-sm-pull-0 {
  right: auto;
}

.col-sm-push-12 {
  left: 100%;
}

.col-sm-push-11 {
  left: 91.66666667%;
}

.col-sm-push-10 {
  left: 83.33333333%;
}

.col-sm-push-9 {
  left: 75%;
}

.col-sm-push-8 {
  left: 66.66666667%;
}

.col-sm-push-7 {
  left: 58.33333333%;
}

.col-sm-push-6 {
  left: 50%;
}

.col-sm-push-5 {
  left: 41.66666667%;
}

.col-sm-push-4 {
  left: 33.33333333%;
}

.col-sm-push-3 {
  left: 25%;
}

.col-sm-push-2 {
  left: 16.66666667%;
}

.col-sm-push-1 {
  left: 8.33333333%;
}

.col-sm-push-0 {
  left: auto;
}

.col-sm-offset-12 {
  margin-left: 100%;
}

.col-sm-offset-11 {
  margin-left: 91.66666667%;
}

.col-sm-offset-10 {
  margin-left: 83.33333333%;
}

.col-sm-offset-9 {
  margin-left: 75%;
}

.col-sm-offset-8 {
  margin-left: 66.66666667%;
}

.col-sm-offset-7 {
  margin-left: 58.33333333%;
}

.col-sm-offset-6 {
  margin-left: 50%;
}

.col-sm-offset-5 {
  margin-left: 41.66666667%;
}

.col-sm-offset-4 {
  margin-left: 33.33333333%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.col-sm-offset-2 {
  margin-left: 16.66666667%;
}

.col-sm-offset-1 {
  margin-left: 8.33333333%;
}

.col-sm-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #ba8872;
}

.has-success .form-control {
  border-color: #ba8872;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #ba8872;
  border-color: #ba8872;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #ba8872;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ba8872;
}

.has-warning .form-control {
  border-color: #ba8872;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-link {
  color: #ba8872;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #ba8872;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  color: #252525;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

a {
  color: #ba8872;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h2 {
  color: #ba8872;
  font-size: 4.2rem;
}

label {
  font-weight: normal;
}

label.with-checkbox {
  line-height: 36px;
  margin-bottom: 0;
}

.fixed {
  width: auto;
  max-width: 100%;
}

.bg {
  background-color: #f7f7f7;
}

.bgBlue {
  background-color: #ba8872;
}

.blue-grad {
  background: #060d1e;
  background: -moz-linear-gradient(top, #060d1e 0%, #ba8872 100%);
  background: -webkit-linear-gradient(top, #060d1e 0%, #ba8872 100%);
  background: linear-gradient(to bottom, #060d1e 0%, #ba8872 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}

.data {
  color: #97b4c6;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.clear {
  display: block;
  clear: both;
}

.static-text {
  margin-bottom: 35px;
  margin-top: 35px;
  max-width: 760px;
  width: 100%;
}
.static-text ul {
  margin: 10px 0;
}
.static-text ul ul {
  margin: 10px;
}
.static-text ul li {
  margin-bottom: 5px;
}
.static-text ul li:before {
  content: "\2022";
  padding-right: 8px;
}
.static-text ol {
  margin: 10px 15px;
}

/*  forms  */
.select-wrapper select {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 42px;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrapper {
  background: url("/php/assets/images/select-arrow.png") no-repeat 95% center
    #fff;
  overflow: hidden;
  width: 280px;
}
.prod-select-wrapper {
  width: 100%;
  background: url("/php/assets/images/select-arrow.png") no-repeat 95% center
    #fff;
  overflow: hidden;
}
.prod-select-wrapper select {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.std-form label {
  color: #3e3e41;
  font-size: 1.4rem;
}
.std-form label[for] {
  display: block;
  font-weight: 700;
}
.std-form button[type="submit"],
.std-form input[type="submit"],
.std-form input[type="text"],
.std-form input[type="email"],
.std-form input[type="password"],
.std-form select,
.std-form textarea {
  border: 1px solid #ccc;
  display: block;
  height: 36px;
  padding: 0 5px;
  width: 100%;
}
.std-form button[type="submit"].error,
.std-form input[type="submit"].error,
.std-form input[type="text"].error,
.std-form input[type="email"].error,
.std-form input[type="password"].error,
.std-form select.error,
.std-form textarea.error {
  border: 1px solid red;
}
.std-form button[type="submit"],
.std-form input[type="submit"] {
  border: 0;
}
.std-form textarea {
  height: 222px;
}
.std-form input[type="submit"] {
  text-transform: uppercase;
}
.std-form .fields-wrapper {
  overflow: hidden;
}

input[type="radio"],
input[type="checkbox"] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 19px;
  margin: 0 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 19px;
  min-width: 19px;
  appearance: none;
  -webkit-appearance: none;
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
}
input[type="radio"].error,
input[type="checkbox"].error {
  border-color: red;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
  background-color: #ba8872;
  content: "";
  float: left;
  height: 11px;
  margin: 3px;
  width: 11px;
}

input[type="radio"] {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
input[type="radio"]:checked:before {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

[name="check"] {
  border: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  width: 0 !important;
}

#cookieMsgWrapper {
  background-color: #f8f8f8;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  left: 0;
  padding: 15px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#cookieMsgWrapper > div {
  margin: 0 auto;
  text-align: center;
  max-width: 1180px;
  padding: 0 20px;
}

#cookieMsgWrapper > div button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 0 !important;
  cursor: pointer;
}

#cookieMsgWrapper.hide-banner {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}

#cookieMsgWrapper button {
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

.privacy {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  font-size: 1.1rem;
  padding: 10px;
}

.form-msg {
  background-color: #fff;
  border: 1px solid transparent;
  max-height: 0;
  max-width: 730px;
  opacity: 0;
  overflow: hidden;
  padding: 20px 35px 20px 20px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-msg.show {
  font-size: 1.3rem;
  margin-bottom: 15px;
  max-height: 100px;
  opacity: 1;
  z-index: 1001;
}
.form-msg.error-msg {
  border-color: red;
  color: red;
}
.form-msg.success-msg {
  border-color: #ba8872;
  color: #ba8872;
}

span.error {
  color: red;
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
}
span.info {
  background-color: #002f56;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  height: 16px;
  line-height: 16px;
  margin-left: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
span.info span {
  background: #fff;
  color: #373737;
  display: none;
  font-size: 1.2rem;
  left: 120%;
  padding: 5px;
  position: absolute;
  top: -12px;
  width: 200px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
span.info:hover span {
  display: block;
}

.speciale-form-wrapper label + label {
  margin-left: 25px;
}
.speciale-form-wrapper [type="submit"] {
  display: inline-block !important;
  width: auto !important;
}

/*  buttons  */
.t-btn,
.btn {
  background-color: #ba8872;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  min-width: 160px;
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.t-btn i,
.btn i {
  background-image: url("/php/assets/images/loader-white.svg");
  height: 24px;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 24px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.t-btn span,
.btn span {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.t-btn.btn-small,
.btn.btn-small {
  font-size: 1.4rem;
  min-width: inherit;
  padding: 6px 15px;
}
.t-btn.white,
.btn.white {
  background-color: transparent;
  border: 1px solid #fff;
}
.t-btn.submitting,
.btn.submitting {
  color: #fff;
}

.submitting i {
  opacity: 1 !important;
  -webkit-animation: bgAjaxLoader 1s linear infinite;
  -ms-animation: bgAjaxLoader 1s linear infinite;
  -moz-animation: bgAjaxLoader 1s linear infinite;
  -o-animation: bgAjaxLoader 1s linear infinite;
  animation: bgAjaxLoader 1s linear infinite;
}
.submitting span {
  opacity: 0 !important;
}

/*  icons  */
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-white {
  fill: #fff;
}

.icon-blue {
  fill: #ba8872;
}

.user-icon-path {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
}

ul.social-links li {
  display: inline-block;
}

ul.social-links a,
li.social-links a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  height: 32px;
  line-height: 32px;
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
  width: 32px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

li.social-links {
  display: none;
}

.icon-info {
  background: #ba8872;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.icon-info .info-wrapper {
  display: block;
  height: 100%;
  position: relative;
}

/*  accordion  */
.accordion.fam-list dt {
  padding: 0;
}
.accordion.fam-list dt a {
  display: block;
  padding: 22px 0;
}
.accordion.fam-list dt .fa-plus {
  font-size: 2rem;
  line-height: 4.2rem;
  margin-right: 0;
  vertical-align: middle;
}
.accordion.fam-list h2 {
  color: #000000;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0;
  position: relative;
}
.accordion.fam-list h3 {
  margin-bottom: 0;
}
.accordion.fam-list p {
  color: #252525;
  font-size: 1.6rem;
}
.accordion h2 {
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 25px;
}
.accordion dt {
  border-top: 1px solid #cdcdcd;
  font-size: 3rem;
  overflow: hidden;
  padding: 22px 50px 22px 0;
  text-transform: uppercase;
}
.accordion dt:first-child {
  border: 0;
}
.accordion dt .fa-plus {
  /*color: #d8d8d8;*/
  float: left;
  font-size: 3rem;
  line-height: 5rem;
  margin-left: -30px;
  margin-right: 15px;
}
.accordion dt.open + dd {
  display: block;
}
.accordion dt a i {
  background-color: #fff;
  background-image: url("/php/assets/images/loader-black.svg");
  background-size: cover;
  display: inline-block;
  height: 36px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 5px;
  vertical-align: baseline;
  width: 36px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion dt a.loading h2 {
  color: #d8d8d8;
}
.accordion dt a.loading i {
  opacity: 1;
  -webkit-animation: bgAjaxLoader 1s linear infinite;
  -ms-animation: bgAjaxLoader 1s linear infinite;
  -moz-animation: bgAjaxLoader 1s linear infinite;
  -o-animation: bgAjaxLoader 1s linear infinite;
  animation: bgAjaxLoader 1s linear infinite;
}
.accordion dd {
  display: none;
  padding: 20px 25px;
}
@media only screen and (max-width: 400px) {
  .accordion.fam-list h2 {
    font-size: 20px !important;
  }
  .accordion h2 {
    padding-left: 30px;
  }
  .accordion dt {
    padding-right: 0;
  }
  .accordion dt a i {
    top: -5px;
  }
}

@media only screen and (max-width: 1024px) {
  /*  accordion  */
  .accordion.fam-list .num-prod {
    font-size: 2.5rem;
    line-height: 0.8;
  }
  .accordion.fam-list h2 {
    font-size: 2rem;
    margin-top: 0;
  }
  .accordion.fam-list dt .fa-plus {
    line-height: 3.6rem;
  }
  .accordion dt {
    padding: 10px 50px 10px 0;
  }
  .accordion dt .fa-plus {
    font-size: 2rem;
    line-height: 3rem;
    margin-right: 0;
  }
}

/*  STRUTTURA  */
/*  NAVIGAZIONE  */
#main-nav {
  height: 66px;
  position: relative;
  z-index: 1000;
  background: #060d1e;
  background: -moz-linear-gradient(left, #060d1e 0%, #ba8872 100%);
  background: -webkit-linear-gradient(left, #060d1e 0%, #ba8872 100%);
  background: linear-gradient(to right, #060d1e 0%, #ba8872 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#main-nav > div {
  position: relative;
}
#main-nav ul.social-links {
  position: absolute;
  right: 25px;
  top: 100px;
  z-index: 1;
}
#main-nav ul.social-links a {
  margin-left: 15px;
  margin-right: 0;
}

#logo {
  background-color: #ba8872;
  background-image: url("../img/logo-head.png");
  background-position: center 50%;
  background-repeat: no-repeat;
  height: 115px;
  left: 0;
  /*63px;*/
  position: absolute;
  text-indent: -5000px;
  width: 238px;
  z-index: 15;
}
#logo em {
  display: none;
}
#logo > span {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
#logo > span span {
  bottom: 8px;
  color: #fff;
  font-size: 1.1rem;
  left: 30px;
  position: absolute;
  text-transform: uppercase;
}

#toggle-nav {
  display: none;
  z-index: 15;
}

.top-nav {
  float: right;
  position: relative;
  z-index: 10;
}
.top-nav li {
  float: left;
}
.top-nav li a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 66px;
  opacity: 1;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.top-nav li a:hover,
.top-nav li a.active {
  opacity: 0.5;
}
.top-nav li:nth-child(6) {
  margin: 0 15px;
}
.top-nav li:nth-child(6) a {
  background: #6a6190;
  background: -moz-linear-gradient(left, #6a6190 0%, #ba8872 100%);
  background: -webkit-linear-gradient(left, #6a6190 0%, #ba8872 100%);
  background: linear-gradient(to right, #6a6190 0%, #ba8872 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
.top-nav li:nth-child(6) a i {
  margin-left: 10px;
}

.main-img {
  background-position: center;
}
.main-img > div {
  height: 360px;
  position: relative;
}
.main-img .dida {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-img .dida h1 {
  color: #fff;
  font-size: 9rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.home-page .main-img div {
  height: 582px;
}
.home-page .main-img div .slide {
  background-size: cover;
  height: 100%;
  width: 100%;
}
.home-page .main-img .dida {
  height: auto;
  margin-left: 63px;
}
.home-page .main-img .dida h1 {
  font-size: 4.2rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  text-align: left;
}
.home-page .main-img .dida p {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1em;
  width: 50%;
}
.home-page .main-img .dida a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  max-width: 260px;
  min-width: 160px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

.wordpress .main-img > div {
  height: 280px;
}

@media only screen and (min-width: 1920px) {
  .main-img {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .form-msg {
    margin-left: -15px;
  }

  .main-img > div {
    height: 200px;
  }
  .main-img .dida {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-img .dida h1 {
    font-size: 5rem;
  }

  .home-page .main-img div {
    height: 270px;
  }
  .home-page .main-img .dida {
    height: auto;
    margin-left: 20px;
  }
  .home-page .main-img .dida h1 {
    font-size: 2.4rem;
  }
  .home-page .main-img .dida p {
    display: none;
  }
  .home-page .main-img .dida a {
    font-size: 1.4rem;
    max-width: 160px;
    min-width: 60px;
    padding: 10px 0;
  }
}
/* SEARCH  */
.search-wrapper {
  background-color: #f0f2f5;
}

#search-page .search-wrapper {
  margin-bottom: 25px;
  margin-top: 65px;
}

.search-form {
  padding: 25px 0;
}
.search-form label {
  display: none;
}
.search-form input[type="text"] {
  background-color: #f0f2f5;
  border: 0;
  border-left: 3px solid #ba8872;
  color: #1a1a1c;
  font-size: 4.8rem;
  font-weight: 300;
  height: 80px;
  text-indent: 25px;
  width: 94%;
}
.search-form button {
  border: 0;
  background-color: transparent;
  position: relative;
  top: 10px;
  width: 5%;
}

.search-filter {
  background-color: #f0f2f5;
  border-radius: 5px;
  margin-bottom: 35px;
  overflow: hidden;
}
.search-filter .row div {
  height: 65px;
  padding: 20px;
}
.search-filter .row div:first-child {
  color: #fff;
  background-color: #ba8872;
  font-size: 1.6rem;
  font-weight: 700;
}
.search-filter .row label {
  color: #9c9c9c;
  margin-left: 15px;
}
.search-filter .row input[type="checkbox"]:checked + span {
  color: #000;
}
.search-filter .row button {
  margin-left: 15px;
}

.search-results h2 {
  border-bottom: 2px solid #e8e7e7;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 25px;
  overflow: hidden;
  text-transform: uppercase;
  color: black;
}
.search-results h2 span {
  float: right;
}
.search-results .prod-filter-list {
  background-color: #f0f2f5;
  border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.search-results .prod-filter-list dt {
  background-color: #000000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px;
  min-width: 170px;
}
.search-results .prod-filter-list dt svg {
  float: right;
  max-width: 42px;
}
.search-results .prod-filter-list dd button {
  margin: 15px 0 0 15px;
}
.search-results .prod-filter-list .filters {
  padding: 25px 15px;
}
.search-results .prod-filter-list .filters li {
  margin-bottom: 10px;
  padding: 0 5px 0 20px;
}
.search-results .prod-filter-list .filters label {
  color: #9c9c9c;
  display: block;
}
.search-results .prod-filter-list .filters input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.search-results
  .prod-filter-list
  .filters
  input[type="checkbox"]:checked
  + span {
  color: #000;
}
.search-results .wordpress h3 {
  color: #bc8a71;
  font-weight: 600;
  margin-bottom: 8px;
}
.search-results .wordpress h4 {
  color: #000030;
  font-weight: 700;
  margin-bottom: 4px;
}
.search-results .wordpress h5 {
  color: #515151;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
}
.search-results .prod {
  margin-bottom: 15px;
}
.search-results .prod a {
  text-decoration: none;
}
.search-results .news-list {
  margin-bottom: 35px;
}
.search-results .news-list li {
  border-bottom: 2px dashed #e8e7e7;
  padding: 25px 0;
}
.search-results .news-list a {
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

.extranet .search-results {
  margin-top: 35px;
}

/*  FOOTER  */
footer {
  background: url("../img/placeholder/footer.jpg");
  background-size: cover;
  color: #fff;
}
footer .search-wrapper {
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e2e2e2 0%, #ffffff 50%);
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 50%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
  padding: 35px 0;
}
footer .search-wrapper a {
  background: url("../img/mondo.png") right center no-repeat;
  color: #515151;
  display: block;
  font-size: 4.2rem;
  font-weight: 300;
  letter-spacing: -1.2px;
  min-height: 340px;
  padding-top: 70px;
  text-decoration: none;
}
footer .search-wrapper a #map-marker {
  float: left;
  height: 196px;
  margin-right: 30px;
  width: 129px;
}
footer .search-wrapper a div {
  position: relative;
  top: 30px;
}
footer form {
  margin: 50px auto 100px;
  max-width: 620px;
  text-align: center;
  width: 100%;
}
footer form label {
  color: #000;
  display: block;
  font-size: 1.4rem;
  margin-left: 15px;
  margin-top: 10px;
  text-align: left;
}
footer form label span.error {
  margin-left: 0;
}
footer form .title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 300;
  margin-bottom: 50px;
  margin-left: 0;
  text-align: center;
}
footer form .title span {
  font-weight: 700;
}
footer form .input-wrap {
  background-color: #fff;
  border-radius: 35px;
  padding: 15px;
}
footer form input[type="email"] {
  border: 0;
  color: #000;
  font-size: 1.8rem;
  height: 40px;
  width: 80%;
}
footer form .privacy-checkbox-wrapper {
  display: none;
}
footer form [type="submit"] {
  background-color: transparent;
  border: 0;
  color: #333237;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
footer form [type="submit"] i {
  height: 24px;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 24px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer form [type="submit"] span {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer form [type="submit"].submitting {
  color: #fff;
}
footer form [type="submit"].submitting i {
  opacity: 1;
  -webkit-animation: bgAjaxLoader 1s linear infinite;
  -ms-animation: bgAjaxLoader 1s linear infinite;
  -moz-animation: bgAjaxLoader 1s linear infinite;
  -o-animation: bgAjaxLoader 1s linear infinite;
  animation: bgAjaxLoader 1s linear infinite;
}
footer form [type="submit"].submitting span {
  opacity: 0;
}
footer form span.error {
  margin-left: 15px;
}
footer nav li {
  margin-bottom: 10px;
}
footer nav li:first-child a {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
footer nav li a {
  color: #fff;
  font-size: 1.2rem;
}
footer .copy {
  color: #fff;
  margin: 50px 0 25px 0;
}

.footer-nav-wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
  footer .search-wrapper a {
    background-position: center bottom;
    background-size: 50%;
    font-size: 3rem;
    padding-top: 0;
    text-align: center;
  }
  footer .search-wrapper a #map-marker {
    float: none;
    height: 80px;
    margin-right: 20px;
    vertical-align: middle;
    width: 55px;
  }
  footer .search-wrapper a div {
    display: inline-block;
    text-align: left;
  }
  footer .search-wrapper a div br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  footer .search-wrapper a {
    min-height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  footer .search-wrapper a {
    background-position: center bottom;
    background-size: contain;
    font-size: 3rem;
    min-height: 280px;
    padding-top: 0;
    text-align: center;
  }
  footer .search-wrapper a #map-marker {
    display: none;
  }
  footer .search-wrapper a div {
    display: inline-block;
    text-align: center;
  }
  footer .search-wrapper a div br {
    display: none;
  }
}
/*  content  */
.content {
  margin: 25px 0;
}

/*  HOME  */
.home-page .news-wrapper .container > a {
  font-size: 4.2rem;
  font-weight: 300;
  margin-bottom: 1em;
}
.home-page .news-wrapper li h2 {
  color: #fff;
}

/*  CATEGORIE  */
.cat-list {
  padding: 50px 0 35px;
}
.cat-list > div {
  margin-bottom: 35px;
  padding: 0;
  text-align: center;
}
.cat-list > div img {
  margin-bottom: 10px;
}
.cat-list h2 {
  font-size: 5rem;
  font-weight: 600;
}
.cat-list a {
  text-decoration: none;
}
.cat-list a:hover h2 {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .cat-list {
    padding: 25px 0 15px;
  }
  .cat-list > div {
    margin-bottom: 15px;
  }
  .cat-list h2 {
    font-size: 2.5rem;
    margin-top: 0;
  }
}
/*  Famiglie  */
.breadcrumbs {
  bottom: 10px;
  position: absolute;
}
.breadcrumbs li {
  color: #fff;
  display: inline;
}
.breadcrumbs a {
  color: #fff;
  font-size: 1.8rem;
}

.fam-list dt .num-prod {
  color: #ba8872;
  float: right;
  font-weight: 600;
  line-height: 0.5;
  margin-top: -48px;
}
.fam-list dt a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.fam-list dd > div > div {
  display: inline-block;
  float: none;
  margin-bottom: 35px;
  vertical-align: top;
}
.fam-list dd > div > div .img {
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 180px;
  position: relative;
  text-align: center;
}
.fam-list dd > div > div .img span {
  background-color: #71bcaa;
  color: #fff;
  left: 0;
  line-height: 2;
  min-width: 60px;
  position: absolute;
  z-index: 1;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.fam-list dd > div > div .img img {
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fam-list dd a {
  display: block;
  text-decoration: none;
}
.fam-list dd a:hover {
  color: #ba8872;
}

.tag-list {
  margin-top: 25px;
}
.tag-list h3 {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.tag-list li {
  display: inline;
}
.tag-list a {
  color: #363636;
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}

.tag {
  color: #363636;
  text-transform: uppercase;
}

/*  PRODOTTO  */
.page-products-prod-img-wrapper {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 500px;
  min-height: 500px;
  /* height: 0; */
  /* padding-bottom: 82% !important; */
  text-align: center;
  position: relative;
}
.page-products-prod-img-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .page-products-prod-img-wrapper {
    height: 300px;
    min-height: 300px;
  }
}
.page-products-prod-img-wrapper span {
  background-color: #71bcaa;
  color: #fff;
  left: 0;
  line-height: 2;
  min-width: 60px;
  position: absolute;
  font-size: 1.1rem;
  z-index: 1;
  text-transform: uppercase;
}

.section-icon {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain;
}
.feature-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 10px;
}

.feature-row > h6 {
  margin-bottom: 0 !important;
  font-weight: 600;
}

.related-title {
  font-family: "Poppins" !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 33px !important;
  color: black !important;
  margin-left: 10px !important;
  position: relative;
}
.related-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -20px;
  width: 3px;
  height: 69%;
  background-color: #bc8a71;
}

.exowl {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  /* scrollbar-width: 6px;
  -ms-overflow-style: 6px; */
}
.exowl::-webkit-scrollbar {
  /* background-color: #bc8a71; */
}

.related-prod-img-wrapper {
  min-width: 250px;
  width: calc(100% / 4 - 5px);
  /* height: 370px; */
  /* margin: 10px; */
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  text-decoration: none !important;
  text-decoration-color: #00000000 !important;
}

.related-prod-img-wrapper > img {
  border: 1px solid #d5d5d5;
  /* object-fit: cover; */
  width: 100%;
  height: 191px;
  object-fit: contain;
  object-position: center;
}

.related-prod-img-wrapper > .related-prod-txt > p:first-child {
  color: #bc8a71;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  text-decoration-color: #00000000 !important;
  text-align: start;

  margin-bottom: 5px;
  padding: 0 5px;
}
.related-prod-img-wrapper > .related-prod-txt > p:last-child {
  font-weight: 400;
  text-align: start;
  text-decoration: none !important;
  text-decoration-color: #00000000 !important;
  color: black;
  padding: 0 5px;
}

.search-prod-img-wrapper {
  border: 1px solid #d5d5d5;
  /* object-fit: cover; */
  width: 100%;
  height: 191px;
  object-fit: contain;
  object-position: center;
  position: relative;
}
.search-prod-img-wrapper > span {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  padding: 5px;
  background-color: #71bcaa;
}
.search-prod-img-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-prod-img-wrapper > p {
  color: #000 !important;
}

.wordpress h1 {
  color: #ba8872;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: -30px;
}
.wordpress h1 + h2 {
  color: #040507;
}
.wordpress h2 {
  font-size: 3rem;
  font-weight: 500;
}
.wordpress .data-wrapper-top {
  font-size: 1.4rem;
  margin-top: 25px;
}
.wordpress .data-wrapper-top .row {
  margin-top: 45px;
}
.wordpress .data-wrapper-top .data-prod > div {
  margin-bottom: 30px;
}
.wordpress .data-wrapper-top .data-prod .lista-colori li,
.wordpress .data-wrapper-top .data-prod .lista-certif li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}
.wordpress .data-wrapper-top .data-prod .lista-colori li img,
.wordpress .data-wrapper-top .data-prod .lista-certif li img {
  width: 44px;
}
.wordpress .data-wrapper-top .data-prod .lista-certif li img {
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  width: auto;
}
.wordpress .data-wrapper-top h3 {
  color: #363636;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.wordpress .banner > div {
  height: 500px;
  margin: 35px 0;
}
.wordpress .data-wrapper-bottom h2 {
  font-size: 3rem;
  font-weight: 600;
  margin: 45px 0 30px;
  text-transform: uppercase;
}
.wordpress .data-wrapper-bottom h3 {
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.wordpress .data-wrapper-bottom h3 span {
  display: inline-block;
  width: 60px;
}
.wordpress .data-wrapper-bottom h4 {
  color: #363636;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.wordpress .data-wrapper-bottom .bg {
  margin-bottom: 30px;
  padding: 15px 0;
}
.wordpress .data-wrapper-bottom .download-wrapper a {
  color: #000;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
}
.wordpress .data-wrapper-bottom .applicazione {
  text-align: center;
}
.wordpress .data-wrapper-bottom .applicazione img {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 144px;
}
.wordpress .data-wrapper-bottom .applicazione h3 {
  margin: 30px 0 0 0;
}

.applicazioni-wrapper {
  margin-bottom: 35px;
}
.applicazioni-wrapper .row {
  align-items: stretch;
  flex-direction: row;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
}

/*  CATALOGHI  */
.cataloghi-list {
  border-top: 2px dashed #e4e4e4;
  margin-top: 25px;
}
.cataloghi-list > li {
  border-bottom: 2px dashed #e4e4e4;
  overflow: hidden;
  padding: 10px 100px;
  position: relative;
}
.cataloghi-list > li div > img {
  float: left;
  margin-left: -100px;
  max-width: 85px;
}
.cataloghi-list > li h2 {
  font-weight: 700;
  margin-bottom: 25px;
}
.cataloghi-list > li h2 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
}
.cataloghi-list > li a {
  height: 100px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 15px;
  width: 70px;
}
.cataloghi-list > li a span {
  display: none;
}
.cataloghi-list > li a img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.correlati-wrapper {
  margin-bottom: 35px;
  position: relative;
}
.correlati-wrapper .row > div {
  padding: 0;
}
.correlati-wrapper .row > div + div a {
  border-left: 0;
}

/*  NEWS  */
.news-page .singola {
  color: #000;
  padding: 30px 0 80px 0;
}
.news-page .singola .data {
  color: #ba8872;
}
.news-page .singola h1 {
  color: #ba8872;
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.news-page .news-wrapper li .data {
  color: #666;
}

.news-wrapper {
  padding: 80px 0;
}
.news-wrapper h1,
.news-wrapper h2,
.news-wrapper a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.news-wrapper a:hover h2 {
  color: #97b4c6;
}
.news-wrapper h1 {
  margin-bottom: 80px;
}
.news-wrapper h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}
.news-wrapper img {
  margin-bottom: 10px;
}
.news-wrapper li {
  margin-bottom: 25px;
}
.news-wrapper li a {
  display: block;
}
.news-wrapper li .img {
  min-height: 125px;
}
.news-wrapper li .data {
  font-weight: normal;
}
.news-wrapper li h2 {
  color: #000;
  float: left;
}

/*  FIERE  */
.fiere-list h2 {
  text-transform: none;
}
.fiere-list h3 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.fiere-list a {
  font-style: italic;
}
.fiere-list img {
  display: block;
  margin-bottom: 10px;
}
.fiere-list li {
  margin-bottom: 45px;
}

.widget-fiere {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}
.widget-fiere .titolo a {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 300;
  margin-bottom: 1em;
  text-decoration: none;
}

/*  PRESS  */
.press-nav {
  background: rgba(156, 156, 156, 0.3);
  background: -moz-linear-gradient(
    top,
    rgba(156, 156, 156, 0.3) 0%,
    rgba(0, 102, 161, 0.3) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(156, 156, 156, 0.3) 0%,
    rgba(0, 102, 161, 0.3) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(156, 156, 156, 0.3) 0%,
    rgba(0, 102, 161, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}
.press-nav ul {
  display: table;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.press-nav li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.press-nav li:hover,
.press-nav li.active {
  background-color: #ba8872;
  text-decoration: none;
}
.press-nav a {
  color: #fff;
  display: block;
  font-size: 4.2rem;
  height: 100%;
  line-height: 1;
  padding: 40px 25px;
  text-align: center;
  text-decoration: none;
}

.press-list h2 {
  text-transform: none;
}
.press-list ul {
  margin-left: 40px;
}
.press-list ul li {
  border-bottom: 2px dashed #e4e4e4;
  padding: 20px 0;
}
.press-list ul li:last-child {
  border-bottom: 0;
}

.press-wrapper h3 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.press-wrapper a {
  font-style: italic;
}

/*  TASKER  */
.tasker-page h2 {
  background-color: #ba8872;
  color: #fff;
  line-height: 190px;
  margin-bottom: 1.5em;
  margin-top: 35px;
  text-align: center;
}
.tasker-page h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 1em;
}
.tasker-page p + h3 {
  margin-top: 2em;
}
.tasker-page .knowhow {
  color: #000;
  font-size: 2.1rem;
}
.tasker-page .knowhow p {
  margin-bottom: 2em;
}
.tasker-page .img-tasker1 div,
.tasker-page .img-tasker2 div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 190px;
  margin-top: 35px;
  padding: 0;
}
.tasker-page .img-tasker1 div {
  background-image: url("../img/tasker1.png");
}
.tasker-page .img-tasker2 div {
  background-image: url("../img/tasker2.png");
}

/*  CONTATTI  */
.contact-page {
  font-size: 1.8rem;
}
.contact-page .content {
  margin-top: 50px;
}
.contact-page .content strong {
  color: #ba8872;
}
.contact-page .content .container {
  margin-bottom: 50px;
}
.contact-page .content .blue {
  background-color: #ba8872;
  height: 150px;
  text-align: center;
}
.contact-page .content .blue img {
  max-width: 60px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-page h3,
.contact-page h4 {
  color: #ba8872;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.contact-page h4 {
  font-weight: normal;
  margin-bottom: 0;
}
.contact-page #contact-form {
  max-width: 600px;
  width: 100%;
}
.contact-page #contact-form .form-msg {
  max-width: 600px;
  width: 100%;
}
.contact-page #contact-form p {
  margin-bottom: 1.5em;
}

/* RIVENDITORI  */
#shop-page h2,
#shop-page h3,
#shop-page h4 {
  color: #ba8872;
}

.place-search-wrapper > div {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 10px 0;
}
.place-search-wrapper label {
  display: block;
}
.place-search-wrapper #cerca-shop-btn {
  display: inline-block;
}

/* FAQ  */
.faq dt {
  font-size: 2.4rem;
  margin: 20px 0;
}

.fields-wrapper {
  margin: 0 auto;
  width: 100%;
}
.fields-wrapper.short {
  max-width: 330px;
}
.fields-wrapper > div {
  margin-bottom: 15px;
}

/*    USER    */
.login-page button[type="submit"],
.req-pwd-page button[type="submit"] {
  border: 0;
  border-radius: 0;
  font-size: 3.6rem;
  font-weight: 700;
  height: 5.5rem;
}

.login-page {
  /*button[type=submit] {
	border: 0;
	border-radius: 0;
	font-size: 3.6rem;
	font-weight: $bold;
	height: 5.5rem;
  }*/
}
.login-page h2 {
  font-size: 6.4rem;
  font-weight: 800;
  text-transform: uppercase;
}
.login-page form {
  margin: 0 auto;
}
.login-page input {
  border: 1px solid #fff !important;
  vertical-align: top;
}
.login-page input.error {
  border: 1px solid red !important;
}
.login-page .login-form-wrapper {
  background-color: #646291;
  /*.error-msg {
	  max-width: 330px;
	  width: 100%;
	}*/
}
.login-page .login-form-wrapper h2 {
  color: #fff;
}
.login-page .login-form-wrapper a {
  color: #fff;
}
.login-page .login-form-wrapper ::-webkit-input-placeholder {
  color: #fff;
}
.login-page .login-form-wrapper :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.login-page .login-form-wrapper ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.login-page .login-form-wrapper :-ms-input-placeholder {
  color: #fff;
}
.login-page .login-form-wrapper label {
  color: #fff;
  font-weight: normal;
}
.login-page .login-form-wrapper label[for] {
  display: none;
}
.login-page .login-form-wrapper input[type="text"],
.login-page .login-form-wrapper input[type="email"],
.login-page .login-form-wrapper input[type="password"] {
  background-color: #b3b2c9;
  color: #fff;
}
.login-page .login-form-wrapper button[type="submit"] {
  background-color: #fff;
  color: #646291;
}
.login-page .login-form-wrapper button[type="submit"] i {
  background-image: url("/php/assets/images/loader-viola.svg");
}
.login-page .login-form-wrapper span.error {
  color: #fff;
}

.reg-form-wrapper,
.user-form-wrapper,
.login-form-wrapper,
.req-pwd-form-wrapper,
.new-pwd-form-wrapper {
  background-color: #f0f2f5;
}
.reg-form-wrapper h2,
.user-form-wrapper h2,
.login-form-wrapper h2,
.req-pwd-form-wrapper h2,
.new-pwd-form-wrapper h2 {
  color: #646291;
}
.reg-form-wrapper h3,
.user-form-wrapper h3,
.login-form-wrapper h3,
.req-pwd-form-wrapper h3,
.new-pwd-form-wrapper h3 {
  color: #646291;
  font-size: 3.9rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
.reg-form-wrapper form,
.user-form-wrapper form,
.login-form-wrapper form,
.req-pwd-form-wrapper form,
.new-pwd-form-wrapper form {
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}
.reg-form-wrapper ::-webkit-input-placeholder,
.user-form-wrapper ::-webkit-input-placeholder,
.login-form-wrapper ::-webkit-input-placeholder,
.req-pwd-form-wrapper ::-webkit-input-placeholder,
.new-pwd-form-wrapper ::-webkit-input-placeholder {
  color: #3a424d;
  font-weight: bold;
}
.reg-form-wrapper :-moz-placeholder,
.user-form-wrapper :-moz-placeholder,
.login-form-wrapper :-moz-placeholder,
.req-pwd-form-wrapper :-moz-placeholder,
.new-pwd-form-wrapper :-moz-placeholder {
  color: #3a424d;
  font-weight: bold;
  opacity: 1;
}
.reg-form-wrapper ::-moz-placeholder,
.user-form-wrapper ::-moz-placeholder,
.login-form-wrapper ::-moz-placeholder,
.req-pwd-form-wrapper ::-moz-placeholder,
.new-pwd-form-wrapper ::-moz-placeholder {
  color: #3a424d;
  font-weight: bold;
  opacity: 1;
}
.reg-form-wrapper :-ms-input-placeholder,
.user-form-wrapper :-ms-input-placeholder,
.login-form-wrapper :-ms-input-placeholder,
.req-pwd-form-wrapper :-ms-input-placeholder,
.new-pwd-form-wrapper :-ms-input-placeholder {
  color: #3a424d;
  font-weight: bold;
}
.reg-form-wrapper .row,
.user-form-wrapper .row,
.login-form-wrapper .row,
.req-pwd-form-wrapper .row,
.new-pwd-form-wrapper .row {
  margin-bottom: 25px;
}
.reg-form-wrapper span.error,
.user-form-wrapper span.error,
.login-form-wrapper span.error,
.req-pwd-form-wrapper span.error,
.new-pwd-form-wrapper span.error {
  color: #646291;
}
.reg-form-wrapper input[type="text"],
.reg-form-wrapper input[type="email"],
.reg-form-wrapper input[type="password"],
.user-form-wrapper input[type="text"],
.user-form-wrapper input[type="email"],
.user-form-wrapper input[type="password"],
.login-form-wrapper input[type="text"],
.login-form-wrapper input[type="email"],
.login-form-wrapper input[type="password"],
.req-pwd-form-wrapper input[type="text"],
.req-pwd-form-wrapper input[type="email"],
.req-pwd-form-wrapper input[type="password"],
.new-pwd-form-wrapper input[type="text"],
.new-pwd-form-wrapper input[type="email"],
.new-pwd-form-wrapper input[type="password"] {
  background-color: #fff;
  color: #3a424d;
}
.reg-form-wrapper .privacy,
.user-form-wrapper .privacy,
.login-form-wrapper .privacy,
.req-pwd-form-wrapper .privacy,
.new-pwd-form-wrapper .privacy {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #979797;
  font-size: 1.1rem;
  margin: 0 15px 15px 15px;
  padding: 10px;
}
.reg-form-wrapper button[type="submit"],
.user-form-wrapper button[type="submit"],
.login-form-wrapper button[type="submit"],
.req-pwd-form-wrapper button[type="submit"],
.new-pwd-form-wrapper button[type="submit"] {
  background-color: #646291;
  color: #fff;
  max-width: 330px;
}

/*    MEDIA QUERIES    */
@media only screen and (max-width: 1200px) {
  .top-nav li a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }

  .search-form {
    padding: 10px 0;
  }
  .search-form input[type="text"] {
    font-size: 2rem;
    height: 40px;
    text-indent: 10px;
    width: 90%;
  }
  .search-form button {
    width: 3%;
  }

  .search-filter {
    padding-bottom: 30px;
  }
  .search-filter .text-right {
    text-align: center !important;
  }
  .search-filter .filter-reset {
    margin-top: 10px;
  }

  /*  PRODOTTO  */
  .wordpress h1 {
    font-size: 2rem;
    margin-top: -20;
  }
  .wordpress h2 {
    font-size: 2rem;
  }
  .wordpress .data-wrapper-top {
    font-size: 1.2rem;
    margin-top: 25px;
  }
  .wordpress .data-wrapper-top .row {
    margin-top: 15px;
  }
  .wordpress .data-wrapper-top .prod-img {
    margin-bottom: 15px;
  }
  .wordpress .banner > div {
    height: 200px;
  }
  .wordpress .data-wrapper-bottom {
    font-size: 1.4rem;
  }
  .wordpress .data-wrapper-bottom h2 {
    font-size: 2.1rem;
    margin: 20px 0 20px;
  }
  .wordpress .data-wrapper-bottom h3 {
    font-size: 1.6rem;
  }
  .wordpress .data-wrapper-bottom h3 span {
    margin-right: 15px;
    width: 30px;
  }
  .wordpress .data-wrapper-bottom h4 {
    font-size: 1.4rem;
    margin: 0;
  }
  .wordpress .data-wrapper-bottom .bg {
    margin-bottom: 20px;
    padding: 15px 0;
  }
  .wordpress .data-wrapper-bottom .download-wrapper a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
  }
  .wordpress .data-wrapper-bottom .download-wrapper a p {
    float: right;
    margin-left: 15px;
    margin-top: 10px;
  }
  .wordpress .data-wrapper-bottom .download-wrapper img {
    max-width: 30px;
  }
  .wordpress .data-wrapper-bottom .download-wrapper img:first-child {
    display: none;
  }
  .wordpress .data-wrapper-bottom .applicazione {
    text-align: center;
  }
  .wordpress .data-wrapper-bottom .applicazione h3 {
    margin: 30px 0 0 0;
  }
  .wordpress .data-wrapper-bottom .correlati-wrapper .row > div {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  body.mobile-nav-open {
    overflow: hidden;
  }
  body.mobile-nav-open header {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}
@media only screen and (max-width: 768px) {
  .search-form button {
    width: 4%;
  }
  .correlati-wrapper .row {
    display: block;
  }

  .applicazioni-wrapper .row {
    display: block;
  }

  .img-tasker1 div,
  .img-tasker2 div {
    display: none;
  }

  .search-form button {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .search-form input[type="text"] {
    font-size: 1.5rem;
  }

  .wordpress .data-wrapper-top .data-prod .lista-colori li img,
  .wordpress .data-wrapper-top .data-prod .lista-certif li img {
    width: 36px;
  }
}
/* PLUGIN ---- Tipso Bubble Styles */
.tipso_bubble,
.tipso_bubble > .tipso_arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tipso_bubble {
  position: absolute;
  text-align: center;
  border-radius: 0;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
}

.tipso_style {
  cursor: help;
  border-bottom: 1px dotted;
}

.tipso_title {
  border-radius: 6px 6px 0 0;
}

.tipso_content {
  word-wrap: break-word;
  padding: 0.5em;
}

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
.tipso_bubble.tiny {
  font-size: 0.6rem;
}

.tipso_bubble.small {
  font-size: 0.8rem;
}

.tipso_bubble.default {
  font-size: 1rem;
}

.tipso_bubble.large {
  font-size: 1.2rem;
  width: 100%;
}

/*
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*# sourceMappingURL=main.css.map */
/* **** ADDED ***** */
@media only screen and (min-width: 1024px) {
  .wordpress .data-wrapper-bottom .download-wrapper a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
  }
  .wordpress .data-wrapper-bottom .download-wrapper a p {
    float: right;
    margin-left: 15px;
    margin-top: 15px;
  }
}
/*
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
*/
/* ** RESET ** */
.reset-all {
  all: initial;
}
/* **** ADDED PRODOTTO ***** */
.data-wrapper-top h1 {
  color: black;
}
.data-wrapper-top h2,
h1 {
  text-align: left;
  padding: 0;
}
.data-wrapper-bottom h2,
h3 {
  text-transform: uppercase;
  font-weight: 600;
}
.data-wrapper-bottom h2 {
  font-size: 2.8rem;
}

.data-wrapper-bottom .container {
}

.wordpress .data-wrapper-top .data-prod .lista-colori li,
.wordpress .data-wrapper-top .data-prod .lista-certif li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}

.lista-certif {
  margin-top: 20px;
}

@media only screen and (min-width: 374px) {
  .data-wrapper-top h1,
  h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .data-wrapper-bottom h2 {
    font-size: 2.2rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.btn,
.btn:focus {
  background-color: transparent !important;
  border: 1px solid black;
  color: black;
  border-radius: 0;
}

.btn:hover,
.btn:active {
  border: 1px solid #ba8872;
  color: #ba8872;
}

#form-field-privacy-0 {
  appearance: auto;
  padding: 0;
  outline-offset: 0px;
  margin-left: 0;
  box-sizing: border-box;
  padding: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
}

.data-wrapper-top .pp-breadcrumbs {
  margin-top: -40px;
  margin-bottom: 50px;
}
