/* CSS MAZZOLA.IT */

/* /// GENERALI /// */
body {
  color: #444;
  background-color: #FFF;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
a {
  color: #364D59;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  color: #7DA7D9;
  text-decoration: none;
}
section,
.section {
  color: #364D59;
  background-color: #FFF;
  padding: 0px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}
@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 76px;
  }
}
.top-space {
  margin-top: 160px;
}
@media (max-width: 1199px) {
  .top-space {
    margin-top: 130px;
  }
}
.cornice {
  padding: 10px 20px;
  border: 1px solid #7DA7D9;
}
.cornice h3 {
  color: 202D3D;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  text-transform: uppercase;
}
  /* // PERCORSO // */
.main-message .path {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.main-message .path ol {
  font-family: 'Libre Franklin', sans-serif;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 0px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: lowercase;
}
.main-message .path ol li.current {
  text-transform: none;
}
.path ol li+li {
  padding-left: 10px;
}
.path ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: #124077;
}
.path a {
  color: #124077;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #124077;
}
.path a:visited {
  color: #124077;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #124077;
}
.path a:hover {
  color: #D56A00;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 0px none;
}
  /* // FINE - PERCORSO // */
  /* // GALLERIA IMMAGINI // */
.projects .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.projects .portfolio-content .img-fluid {
  border: 1px solid #CCC;
  padding: 2px;
}
.projects .portfolio-content .portfolio-info i {
  color: #FFF;
  font-size: 90px;
  font-weight: 100;
}
  /* // FINE - GALLERIA IMMAGINI // */
/* /// GENERALI /// */
/* /// TOP BAR /// */
.top-bar {
  height: 30px;
  background-color: #202D3D;
  color: #EEE;
  border-bottom: 1px solid #FFF;
  font-family: 'Kodchasan', sans-serif;
}
.language a {
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 8px;
  text-decoration: none;
}
.language a:visited {
  color: #FFF;
  text-decoration: none;
}
.language a:hover {
  color: #FFF;
  text-decoration: overline;
}
/* /// FINE - TOP BAR /// */
/* /// HEADER /// */
.header {
  background-color: rgba(32, 35, 61, 0.5);
  padding: 20px 0px 20px 0px;
  transition: all 0.5s;
  z-index: 997;
  font-family: 'Kodchasan', sans-serif;
  border-bottom: 1px solid #FFF;
}
.header .logo img {
  margin-top: 20px;
  margin-right: 8px;
  height: 100px;
}
@media (max-width: 1199px) {
  .header .logo img {
    height: 70px;
  }
}
.scrolled .header {
  background-color: rgba(32, 35, 61, 0.75);
}
  /* // MENU DI NAVIGAZIONE // */
    /* / DESKTOP / */
@media (min-width: 1200px) {
  .navmenu a,
  .navmenu a:focus {
    color: #FFF;
    font-size: 16px;
    padding: 0 2px;
    font-family: 'Kodchasan', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
  }
  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #D56A00;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }  
  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #FFF;
    text-decoration: none;
  }
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px;
    background-color: #FFF;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0px;
    border: 1px solid #CCC;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #202D3D;
    border-bottom: 1px solid #7DA7D9;
    text-decoration: none;
  }
  .navmenu .dropdown ul a.last-one {
    border-bottom: 0px none;
  }
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #7DA7D9;
    text-decoration: none;
  }
  .navmenu .dropdown ul .active {
    background-color: #7DA7D9;
  }
  .navmenu .dropdown ul .active:hover {
    color: #FFF;
  }
}
    /* / FINE - DESKTOP / */
    /* / MOBILE / */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #FFF;
    font-size: 32px;
    line-height: 0;
    margin-top: 15px;
    margin-right: 15px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px;
    margin: 0;
    border-radius: 0px;
    background-color: #FFF;
    background-image: url("../img/logo-mazzola-srl.png");
    background-repeat: no-repeat;
    background-position: 50% 450px;
    border: 1px solid #CCC;
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #202D3D;
    padding: 10px 20px;
    font-family: 'Kodchasan', sans-serif;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    background-color: #FFF;
    border-bottom: 1px solid #7DA7D9;
    text-transform: uppercase;
    text-decoration: none;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 14px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #202D3D;
    color: #FFF;
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #D56A00;
    color: #FFF;
    text-decoration: none;
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #7DA7D9;
    text-decoration: none;
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #D56A00;
    color: #FFF;
    transform: rotate(180deg);
  }
  .navmenu li.dropdown {
    background-color: #FFF;
    padding-bottom: 10px;
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px;
    margin: 0px 20px;
    transition: all 0.5s ease-in-out;
  }
  .navmenu .dropdown ul .active {
    color: #202D3D;
    background-color: #7DA7D9;
  }
  .navmenu .dropdown ul .active:hover {
    color: #FFF;
  }
  .navmenu .dropdown .ul-macchine {
    background-color: #FFF;
    border-top: 0px none;
    border-right: 2px dotted #7DA7D9;
    border-bottom: 2px dotted #7DA7D9;
    border-left: 2px dotted #7DA7D9;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .navmenu .dropdown ul a {
    border-bottom: 1px solid #7DA7D9;
    background-color: #FFF;
    text-decoration: none;
  }
  .navmenu .dropdown ul a.last-one {
    border-bottom: 0px none;
  }
}
    /* / FINE - MOBILE / */
  /* // FINE - MENU DI NAVIGAZIONE // */
/* /// FINE - HEADER /// */
/* /// HOME PAGE /// */
.hero {
  width: 100%;
  position: relative;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0px;
}
#slide-show {
  position: relative;
  top: 10px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#wrapper .flexslider .rslides {
  padding-left: 0px;
}
#videoPlay {
  width: 100%;
}
  /* // GET STARTED // */
.get-started .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.get-started .container .main-message {
  font-family: 'Kodchasan', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-top: 0px;
}
.button-consulenza {
  background-color: #D56A00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 5px;
  min-height: 100%;
  border: 2px solid #D56A00;
}
@media (max-width: 768px) {
  .button-consulenza {
    margin-bottom: 10px;
  }
}
.button-consulenza:hover {
  background-color: #202D3D;
  border: 2px solid #FFF;
}
.button-consulenza a {
  width: 100%;
  height: inherit;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  display: inline-block;
  position: relative;
  color: #FFF;
  font-size: 16px;
  line-height: inherit;
  font-weight: 500;
  text-decoration: none;
}
.button-consulenza a:visited {
  background-color: #D56A00;
  color: #FFF;
  text-decoration: none;
}
.button-consulenza a:hover {
  color: #FFF;
  text-decoration: none;
}
.messages {
}
.messages h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 768px) {
  .messages h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
.messages h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .messages h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
  /* // FINE - GET STARTED // */
  /* // MACCHINE [HOME] // */
.constructions .card-item {
  background-color: #FFF;
  border: 1px solid #EEE;
  position: relative;
  border-radius: 0;
  padding: 3px;
}
.constructions .card-item h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.preview-768 {
  display: none;
}
@media (max-width: 1200px) {
  .preview-768 {
    display: block;
  }
  .preview-full-screen {
    display: none;
  }
}
  /* // FINE - MACCHINE [HOME] // */
/* /// FINE - HOME PAGE /// */
/* /// CHI CI HA SCELTO /// */
.h3-partner {
  margin-top: 20px;
}
.ul-partner {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ul-partner li {
  margin: 0px;
  padding: 10px 0px;
  list-style: none;
  border-bottom: 2px dotted #CCC;
}
.ul-partner .partner-li-noborder {
  border-bottom: 0px none;
  padding-bottom: 0px;
}
/* /// FINE - CHI CI HA SCELTO /// */
/* /// MACCHINE /// */
.features {
  border: 1px solid #EEE;
  padding: 10px;
}
.features .nav-link {
  color: #202D3D;
  padding: 15px;
  transition: 0.3s;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #CCC;
  background-color: #EEE;
  text-transform: uppercase;
  font-family: 'Kodchasan', sans-serif;
}
.features .nav-link:hover {
  color: #202D3D;
  border-color: #D56A00;
}
.features .nav-link.active {
  background-color: #CCC;
  color: #202D3D;
  border-color: #202D3D;
  font-weight: 600;
}
.features .tab-pane h3 {
  color: 202D3D;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.features .tab-pane .tech-info a.video-dedicato {
  color: #8FCCD1;
}
.features .tab-pane .tech-info a.video-dedicato i {
  font-size: 30px;
}
.features .tab-pane .tech-info a.video-dedicato:hover{
  color: #202D3D;
}
.features .tab-pane .tech-info .icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #8FCCD1;
  font-size: 20px;
  color: #8FCCD1;
  margin-right: 10px;
  transition: 0.3s;
  text-decoration: none;
}
.features .tab-pane .tech-info .icons a:hover {
  background-color: #202D3D;
  color: #FFF;
  border-color: #8FCCD1;
  text-decoration: none;
}
.features .tab-pane .tech-info ul li {
  border-bottom: 2px dotted #CCC;
}
.features .tab-pane .tech-info ul li.no-bd {
  border-bottom: 0px none;
}
.features .tab-pane img {
  width: 100%;
  border: 1px solid #CCC;
  padding: 0px;
  margin: 0px;
}
.features .tab-pane .img-details img {
  padding: 5px;
  margin: 5px 0px;
}
.features .tab-pane .img-details a img:hover {
  background-color: #8FCCD1;
}
/* /// FINE - MACCHINE /// */
/* /// CONSULENZA /// */
  /* // FORM CONSULENZA // */
form {
  margin: 10px 0px;
  padding: 0px;
}
.hidden {
    display: none !important;
}
.cornice p.avviso {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
  padding: 10px 20px 10px 20px; 
  background-color: #EEE;
  border: 1px solid #CCC;
}
.cornice p.avviso a {
  font-size: 14px;
  line-height: 16px;
}
.cornice p.avviso i {
  font-size: 26px;
  line-height: 34px;
  margin-right: 10px;
}
div.dati-azienda {
  width: 100%;
}
form fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px none;
}
form legend {
  margin: 0px;
  padding: 0px;
}
form .dati-azienda label {
  min-height: 38px;
  height: auto !important;
  height: 38px;
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 20px;
  border: 1px solid #CCC;
}
form .dati-azienda label.first {
  margin: 0px;
}
.dati-azienda label b, .label-select b {
  text-transform: uppercase;
  font-weight: 500;
  color: #666; 
}
.dati-azienda label b.b-double {
  padding: 0px;
  line-height: 20px;
}
.dati-azienda input {
  padding: 0px 10px;
  margin: 0px;
  width: 100%;
  height: 38px;
  background-color: #EEE;
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #CCC;
}
.dati-azienda input:hover { 
  border: 1px solid #333;
}
.dati-azienda input:focus { 
  background-color: #FFF; 
}
form .label-select {
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin: 10px 0px;
  padding: 20px;
  display: block;
  border: 1px solid #CCC;
}
form select {
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 2px;
  border: 1px solid #CCC;
  text-transform: uppercase;
  font-weight: 500;
  color: #666;
}
form select:hover {
  border: 1px solid #333;
}
form select optgroup {
  /* Gli attributi font-family, font-size, ecc. associati al testo e al font, non possono essere formattati */
  background-color: #8FCCD1;
  color: #FFF;
}	
form select optgroup option {
  /* Gli attributi font-family, font-size, ecc. associati al testo e al font, non possono essere formattati */
  background-color: #FFF;
  color: #202D3D;
}	
form label.r-info {
  width: 100%;
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 10px 20px;
  border: 1px solid #CCC;
  min-height: 80px;
  height: auto !important;
  height: 80px;
}
form label.r-info b {
  text-transform: uppercase;
  margin: 0px 0px 12px 0px;
  font-weight: bold;
  color: #666; 
  display: block;
}
textarea {
  width: 100%;
  height: 34px;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #CCC;
  border-radius: 2px;
}
textarea:hover {
  border: 1px solid #333;
}
    /* / CONSENSO / */
form fieldset.fieldset-consenso {
  padding: 20px;
  border: 1px solid #CCC;
}
@media (max-width: 768px) {
  form fieldset.fieldset-consenso b.double {
    min-width: 290px;
    display: inline-block;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  form fieldset.fieldset-consenso b.double {
    min-width: 351px;
    display: inline-block;
  }
}
#content form fieldset.fieldset-consenso p.avviso {
  margin: 0px 0px 10px 0px;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label span.radio-box {
  display: inline-block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  margin: 0px 10px 10px 10px;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #CCC;
}
@media (min-width: 990px) and (max-width: 1199px) {
  input[type="radio"] + label span.radio-box {
    margin-right: 0px;
  }
}
input[type="radio"] + label span.radio-box:hover {
  border: 1px solid #333;
}
input[type="radio"]:checked + label span.radio-box {
  background: url(../img/consulenza/radio-select.png) left top no-repeat;
}
    /* / FINE - CONSENSO / */
    /* / TASTI INVIA - CANCELLA / */
input[type="submit"], input[type="reset"] {
  display: none;
}
input[type="submit"] + label span.submit-box, input[type="reset"] + label span.reset-box {
  display: inline-block;
  width: 157px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  padding-top: 12px;
  border-radius: 2px;
  border: 1px solid #CCC;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  margin-top: 10px;
}
input[type="reset"] + label span.reset-box {
  margin-left: 30px;
}
input[type="submit"] + label span.submit-box:hover, input[type="reset"] + label span.reset-box:hover {
  border: 1px solid #333;
}
    /* / FINE - TASTI INVIA - CANCELLA / */			
    /* / ERRORE COMPILAZIONE CAMPI / */
.wn-errore, div label .wn-errore {
  border: 2px solid #F00;
  padding: 5px;
  background-color: #FFE6E6;
  line-height: 24px;
  display: block;
}
div label .wn-errore {
  margin-top: 10px;
}
.fa-exclamation-triangle {
  background-color: #F00;
  padding: 5px;
  border-radius: 2px;
  color: #FFF;
}
    /* / FINE - ERRORE COMPILAZIONE CAMPI / */
  /* // FINE - FORM CONSULENZA // */
  /* // INVIO CORRETTO // */
.firma {
  border-top: 1px solid #CCC;
  padding-top: 20px;
}
  /* // FINE - INVIO CORRETTO // */
/* /// FINE - CONSULENZA /// */
/* /// CONTATTI /// */
.services .service-item {
  padding: 0px;
  height: 100%;
}
.cornice .services .service-item h3 {
  color: 202D3D;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 0px 0px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border: 0px none;
}
.services .service-item ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.services .service-item ul li {
  list-style: none;
  margin: 0px 0px 5px 0px;
  padding: 5px 0px;
  border-bottom: 2px dotted #CCC;
}
.services .service-item ul li.last-one {
  list-style: none;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 0px none;
}
.services .service-item ul li a i {
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px;
}
/* /// FINE - CONTATTI /// */
/* /// SITEMAP /// */
.ul-sitemap {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ul-sitemap a {
  text-decoration: none;
}
.ul-sitemap ul {
  list-style: none;
  margin: 10px;
  padding: 0px;
}
.ul-sitemap ul .li-upper {
  padding: 5px 0px;
}
.ul-sitemap .li-noborder span {
  padding-top: 5px;
  margin-top: 10px;
  border-top: 2px dotted #CCC;
  display: block;
}
.ul-sitemap .li-noborder b {
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 5px;
  margin-top: 10px;
  border-top: 2px dotted #CCC;
}
/* /// FINE - SITEMAP /// */
/* /// FOOTER /// */
.footer {
  font-family: 'Kodchasan', sans-serif;
  color: #FFF;
  background-color: #2C2E42;
  font-size: 16px;
  position: relative;
}
.footer h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
  color: #8FCCD1;
}
.footer .sitename {
  font-family: 'Kodchasan', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  color: #FFF;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}
.footer .footer-contact ul {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
}
.footer .footer-contact ul li {
  margin: 0px;
  padding: 5px 0px;
  list-style: none;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #8FCCD1;
  font-size: 16px;
  color: #8FCCD1;
  margin-right: 10px;
  transition: 0.3s;
    text-decoration: none;
}
.footer .social-links a:hover {
  color: #FFF;
  border-color: #FFF;
}
.footer-links ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-links ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #8FCCD1;
}
.footer .footer-links ul li a {
  color: #FFF;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.footer .footer-links ul li a:visited {
  color: #FFF;
  text-decoration: none;
}
.footer .footer-links ul li a:hover {
  color: #8FCCD1;
  text-decoration: none;
}
.footer .links-tecnici {
  text-transform: lowercase;
}
.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #8FCCD1;
}
/* /// FINE - FOOTER /// */
/* /// GO TO THE TOP /// */
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #D56A00;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  border: 2px solid #D56A00;
}
.scroll-top i {
  font-size: 24px;
  color: #FFF;
  line-height: 0;
}
.scroll-top:hover {
  background-color: #202D3D;
  color: #FFF;
  border: 2px solid #FFF;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/* /// FINE - GO TO THE TOP /// */