@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,300,500,600,700);
/*
 * Variabili di utility
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.eot');
  src: url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.woff2') format('woff2'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.woff') format('woff'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.ttf') format('truetype'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#sf_btn {
  float: right;
  margin-right: 10px;
}
#sf_btn span {
  background: #AF0834;
  padding: 10px 20px 11px 20px;
  cursor: pointer;
  display: block;
  color: #fff;
  margin-right: 10px;
}
#sf_btn .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #AF0834;
  right: 0px;
  top: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #sf_btn {
    width: 100%;
    text-align: center;
  }
}
#mobile-menu li.last .nolink {
  background: #ffffff;
  padding: 11px 15px;
  font-size: 1.2em;
  color: #323232;
  cursor: pointer;
}
#mobile-menu li.last .nolink span {
  padding: 0;
}
#wrapper_banner_solution_finder {
  float: left;
}
#wrapper_banner_solution_finder #banner_solution_finder {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #ac0633;
  color: #ac0633;
  padding: 15px 20px;
  margin-top: 35px;
  float: right;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#wrapper_banner_solution_finder #banner_solution_finder:hover {
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
html.solution_finder {
  overflow: hidden;
  /*
  &.results {
    //overflow-y: visible;
    //body { overflow-y: visible; }
  }
  */
}
html.solution_finder body {
  overflow: hidden;
}
#solution_finder {
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ddd;
  z-index: 10000;
}
#solution_finder p {
  margin: 0;
  padding: 0;
}
#solution_finder .sf_header {
  background: #AF0834;
  min-height: 66px;
  width: 100%;
  position: fixed;
  padding: 17px 0 0 25px;
  z-index: 10;
}
#solution_finder .sf_header img {
  float: left;
  margin-right: 10px;
  width: 75px;
}
#solution_finder .sf_header p {
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  display: block;
  margin: -6px auto 0 auto;
  width: 245px;
}
#solution_finder .sf_header .sf_close {
  color: #fff;
  position: absolute;
  top: 8px;
  right: 15px;
}
#solution_finder .sf_header .sf_close #sf_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 10;
}
#solution_finder .sf_header .sf_close::after {
  display: block;
  content: '\e80a';
  font-family: 'adattivo-font-outline';
  color: #fff;
  font-size: 50px;
  line-height: 100%;
}
#solution_finder .sf_header .sf_reset {
  color: #ac0633;
  position: absolute;
  top: 17px;
  right: 90px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Rajdhani, sans-serif;
  background-color: #ffffff;
  line-height: 100%;
  padding: 8px 15px 6px 15px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#solution_finder .sf_header .sf_reset:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) 0px 6px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#solution_finder .step {
  padding: 150px 0 70px 0;
  overflow-x: hidden;
  /* display: table; */
  margin-top: 2000px;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#solution_finder .step.active {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 0px;
  position: fixed;
  display: block !important;
}
#solution_finder .step.done {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -2000px;
}
#solution_finder .step .title-wrapper {
  position: fixed;
  left: 0;
  width: 105%;
  z-index: 15;
  background: #ddd;
  margin-top: -85px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#solution_finder .step .title-wrapper.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) 0px 6px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media (max-width: 767px) {
  #solution_finder .step .title-wrapper {
    position: static;
    width: auto;
  }
  #solution_finder .step .title-wrapper .title {
    padding: 0;
  }
  #solution_finder .step .title-wrapper.active {
    -webkit-box-shadow: 0 0 0 #000000 0px 6px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0 0 0 #000000 0px 6px 0px rgba(50, 50, 50, 0.7);
    -ms-box-shadow: 0 0 0 #000000 0px 6px 0px rgba(50, 50, 50, 0.7);
    -o-box-shadow: 0 0 0 #000000 0px 6px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0 0 0 #000000 0px 6px 0px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0 0 0 #000000;
    -moz-box-shadow: 0 0 0 #000000;
    box-shadow: 0 0 0 #000000;
  }
}
#solution_finder .step .btn-back {
  /* position: relative; margin-bottom: 40px; z-index: 1000; display: inline-block; */
  position: absolute;
  z-index: 18;
  top: 78px;
  left: 0;
  right: 0;
  display: inline-block;
}
#solution_finder .step .btn-back a {
  font-size: 16px;
  text-decoration: none !important;
  float: right;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#solution_finder .step .btn-back a i {
  text-decoration: none !important;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#solution_finder .step .btn-back a:hover {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  margin-left: -10px;
  margin-right: 10px;
}
#solution_finder .step .btn-back a:hover i {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#solution_finder .step .step_inner {
  /* display: table-cell;
      vertical-align: middle; */
}
#solution_finder .step .step_inner .sf_content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  z-index: 15;
}
#solution_finder .step .step_inner .sf_content .title {
  padding: 0;
}
#solution_finder .step .step_inner .sf_content .title h2 {
  font-family: Rajdhani, sans-serif;
  font-weight: 400;
  padding: 0;
  color: #463B39;
  font-size: 2.7em;
  line-height: 100%;
  margin: 35px 0 20px 0;
}
#solution_finder .step .step_inner .sf_content .title h2 span {
  color: #AF0834;
  font-size: .9em;
  font-weight: normal;
  margin-bottom: -30px;
  display: block;
}
#solution_finder .step .step_inner .sf_content .title h2 .breadcrumb-container ol {
  padding: 0;
  border: 0;
  width: 100%;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 3px;
  line-height: 155%;
  float: left;
}
#solution_finder .step .step_inner .sf_content .title h2 .breadcrumb-container ol li:before {
  font-size: 14px;
}
#solution_finder .step .step_inner .sf_content .title h2 .breadcrumb-container ol span {
  color: #858585 !important;
  text-transform: uppercase;
  font-weight: normal;
  display: inline;
  font-size: 14px !important;
}
#solution_finder #step_welcome {
  z-index: 1;
}
#solution_finder #step_welcome p {
  line-height: 120%;
  font-size: 15px;
  color: #463B39;
  margin: 25px 0 45px;
}
#solution_finder #step_welcome .sf_btn {
  font-family: Rajdhani, sans-serif;
  font-size: 17px;
  background: url(../img/solution_finder/loader_on.gif) 125% center no-repeat #af0834;
  padding: 16px 15px !important;
  border-radius: 22px;
  cursor: pointer;
  opacity: 1;
  display: block;
  color: #fff;
  line-height: 80%;
  font-size: 16px;
  min-width: 235px;
  min-height: 45px;
  width: auto;
  float: left;
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#solution_finder #step_welcome .sf_btn:hover {
  background: url(../img/solution_finder/loader_off.gif) 125% center no-repeat #880628;
  text-decoration: none;
}
#solution_finder #step_welcome .sf_btn::after {
  content: '\e802';
  font-family: 'adattivo-font-outline';
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  cursor: pointer;
}
#solution_finder #step_welcome .sf_btn.load {
  background-position-x: 95%;
}
#solution_finder #step_welcome .sf_btn.load:hover {
  background-position-x: 95%;
}
#solution_finder #step_1 .grid_solution,
#solution_finder #step_2 .grid_solution,
#solution_finder #step_3 .grid_solution,
#solution_finder #step_4 .grid_solution {
  margin-top: 215px;
}
#solution_finder #step_1 .grid_solution .box,
#solution_finder #step_2 .grid_solution .box,
#solution_finder #step_3 .grid_solution .box,
#solution_finder #step_4 .grid_solution .box {
  margin-bottom: 35px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -o-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#solution_finder #step_1 .grid_solution .box:hover,
#solution_finder #step_2 .grid_solution .box:hover,
#solution_finder #step_3 .grid_solution .box:hover,
#solution_finder #step_4 .grid_solution .box:hover {
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -ms-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -o-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5) 0px 6px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -15px);
  -moz-transform: translate(0px, -15px);
  -o-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
#solution_finder #step_1 .grid_solution .box:hover i,
#solution_finder #step_2 .grid_solution .box:hover i,
#solution_finder #step_3 .grid_solution .box:hover i,
#solution_finder #step_4 .grid_solution .box:hover i {
  color: #ac0633;
}
#solution_finder #step_1 .grid_solution .box:hover i:before,
#solution_finder #step_2 .grid_solution .box:hover i:before,
#solution_finder #step_3 .grid_solution .box:hover i:before,
#solution_finder #step_4 .grid_solution .box:hover i:before {
  color: #ac0633;
}
#solution_finder #step_1 .grid_solution .box:hover .row div,
#solution_finder #step_2 .grid_solution .box:hover .row div,
#solution_finder #step_3 .grid_solution .box:hover .row div,
#solution_finder #step_4 .grid_solution .box:hover .row div {
  background-color: #EAE9E8;
  color: #ac0633;
}
#solution_finder #step_1 .grid_solution .box .txt,
#solution_finder #step_2 .grid_solution .box .txt,
#solution_finder #step_3 .grid_solution .box .txt,
#solution_finder #step_4 .grid_solution .box .txt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../img/solution_finder/loader.gif) 125% 65% no-repeat;
}
#solution_finder #step_1 .grid_solution .box.load .txt,
#solution_finder #step_2 .grid_solution .box.load .txt,
#solution_finder #step_3 .grid_solution .box.load .txt,
#solution_finder #step_4 .grid_solution .box.load .txt {
  background-position-x: 95%;
}
#solution_finder #step_1 .grid_solution .box h4,
#solution_finder #step_2 .grid_solution .box h4,
#solution_finder #step_3 .grid_solution .box h4,
#solution_finder #step_4 .grid_solution .box h4 {
  margin: 0;
  padding: 0;
  font-family: Rajdhani, sans-serif;
  font-weight: 400;
  color: #372C2C;
  font-size: 20px;
  line-height: 100%;
  margin-top: 15px;
  text-align: center;
  width: 100%;
  display: block;
  text-transform: uppercase;
  float: left;
}
#solution_finder #step_1 .grid_solution .box i,
#solution_finder #step_2 .grid_solution .box i,
#solution_finder #step_3 .grid_solution .box i,
#solution_finder #step_4 .grid_solution .box i {
  font-size: 100px;
  margin: 20px 0;
  color: #999;
  display: block;
  float: left;
  width: 100%;
}
#solution_finder #step_1 .grid_solution .box div,
#solution_finder #step_2 .grid_solution .box div,
#solution_finder #step_3 .grid_solution .box div,
#solution_finder #step_4 .grid_solution .box div {
  width: 100%;
  background: #fff;
  padding: 23px 10px 11px 10px;
  font-family: Rajdhani, sans-serif;
  font-weight: 400;
  color: #372C2C;
  font-size: 16px;
  line-height: 100%;
  border-top: 1px solid #EAE9E8;
  text-align: center;
  text-transform: uppercase;
  float: left;
}
#solution_finder #step_1 {
  z-index: 2;
}
#solution_finder #step_1 .sf_content .title {
  padding-top: 50px;
}
#solution_finder #step_1 .grid_solution {
  text-align: center;
  margin-top: 170px;
}
#solution_finder #step_1 .grid_solution .box {
  float: none;
  display: inline-block;
  margin: 0 15px 35px 15px;
  padding: 0;
}
#solution_finder #step_1 .grid_solution.load {
  background: url(../img/smart_search/ss_loader.gif) center 25px no-repeat;
  min-height: 100px;
}
#solution_finder #step_2 {
  z-index: 3;
}
#solution_finder #step_2 .hide-box {
  display: none !important;
}
#solution_finder #step_2 .grid_solution {
  text-align: center;
  margin-top: 180px;
}
#solution_finder #step_2 .grid_solution .box {
  float: none;
  display: inline-block;
  margin: 0 15px 35px 15px;
  padding: 0;
}
#solution_finder #step_3 {
  z-index: 4;
}
#solution_finder #step_3 .grid_solution {
  text-align: center;
  margin-top: 180px;
}
#solution_finder #step_3 .grid_solution .box {
  float: none;
  display: inline-block;
  margin: 0 15px 35px 15px;
  padding: 0;
}
#solution_finder #step_4 {
  z-index: 5;
}
#solution_finder #step_4 .grid_solution {
  margin-top: 170px;
}
#solution_finder #step_4 .grid_solution .res {
  margin-bottom: 25px;
}
#solution_finder #step_4 .grid_solution .res.first {
  margin-bottom: 100px;
}
#solution_finder #step_4 .grid_solution .separator {
  width: 100%;
  text-align: center;
  color: #AF0834;
  margin: 50px 0 30px 0;
  font-size: 1.5em;
  background: url(../img/solution_finder/separator.gif) center center repeat-x;
  overflow: hidden;
}
#solution_finder #step_4 .grid_solution .separator span {
  background-color: #DDDDDD;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #solution_finder #step_4 .grid_solution .separator {
    margin: 50px 0;
  }
}
#solution_finder #step_4 .grid_solution .results {
  display: block;
  height: 100%;
  border: 7px solid #fff;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -o-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#solution_finder #step_4 .grid_solution .results:hover {
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -ms-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -o-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5) 0px 6px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -15px);
  -moz-transform: translate(0px, -15px);
  -o-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
#solution_finder #step_4 .grid_solution .results h2 {
  color: #fff;
  font-family: Rajdhani, sans-serif;
  font-weight: 400;
  font-size: 41px;
  margin: 0;
  margin-bottom: 15px;
  word-break: break-word;
}
#solution_finder #step_4 .grid_solution .results p {
  color: #fff;
  font-size: 15px;
  display: block;
  overflow: hidden;
  padding-bottom: 50px;
}
#solution_finder #step_4 .grid_solution .results .disc-more {
  width: 250px;
  max-height: 45px;
  font-family: Rajdhani, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: #463C39;
  padding: 12px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none !important;
}
#solution_finder #step_4 .grid_solution .results .disc-more:hover {
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #solution_finder #step_4 .grid_solution .results .disc-more {
    max-width: 250px;
    width: 70%;
  }
}
#solution_finder #step_4 .grid_solution .results.first-r {
  /* height: 350px; */
  background: #37559E;
  padding: 15px;
  overflow: hidden;
}
#solution_finder #step_4 .grid_solution .results.first-r h2 {
  font-size: 56px;
}
#solution_finder #step_4 .grid_solution .results.first-r p {
  font-size: 20px;
}
#solution_finder #step_4 .grid_solution .results.first-r .sf-pt {
  position: relative;
  z-index: 10;
}
#solution_finder #step_4 .grid_solution .results.first-r .icon-bg {
  position: absolute;
  bottom: -100px;
  right: 10px;
  z-index: 1;
}
#solution_finder #step_4 .grid_solution .results.first-r .icon-bg i::before {
  color: #111111;
  opacity: 0.16;
  font-size: 30em;
}
#solution_finder #step_4 .grid_solution .results.first-r .col-xs-5 img {
  height: auto;
  max-width: 100%;
}
#solution_finder #step_4 .grid_solution .results.first-r .col-xs-7 h2 {
  font-size: 41px;
}
#solution_finder #step_4 .grid_solution .results.first-r .col-xs-7 p {
  font-size: 15px;
}
#solution_finder #step_4 .grid_solution .results.sec-r,
#solution_finder #step_4 .grid_solution .results.thir-r {
  padding: 15px 17px;
}
#solution_finder #step_4 .grid_solution .results.sec-r {
  background: #E78426;
}
#solution_finder #step_4 .grid_solution .results.thir-r {
  background: #4286AB;
}
#solution_finder #step_4 .find_result {
  background: #fff;
  padding: 30px 25px 35px;
  overflow: hidden;
}
#solution_finder #step_4 .find_result .gray-bar {
  height: 10px;
  border-bottom: 1px solid #aaa;
  text-align: center;
  margin-bottom: 25px;
}
#solution_finder #step_4 .find_result .gray-bar h3 {
  font-family: Rajdhani, sans-serif;
  margin: 0;
  background: #fff;
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  color: #aaa;
}
#solution_finder #step_4 .find_result .find-inner {
  margin: 0 -24px;
}
#solution_finder #step_4 .find_result .find-inner .col-sm-3 .row {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
#solution_finder #step_4 .find_result .find-inner .col-sm-3 h2 {
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  color: #AD0633;
}
#solution_finder #step_4 .find_result .find-inner .col-sm-3 p {
  font-size: 15px;
  color: #463A39;
  height: 84px;
  overflow: hidden;
  margin-bottom: 25px;
}
#solution_finder #step_4 .find_result .find-inner .col-sm-3 a {
  font-family: Rajdhani, sans-serif;
  font-size: 16px;
  color: #AD0633;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#solution_finder #step_4 .find_result .find-inner .col-sm-3 a i {
  position: absolute;
  top: 2px;
  right: -20px;
}
#solution_finder #step_4 .find_result .find-inner .col-sm-3 a:hover {
  padding-left: 10px;
}
#solution_finder #step_nr .container {
  margin-bottom: 100px;
}
#solution_finder #step_nr .container .title h2 {
  font-size: 3em;
  line-height: 120%;
  font-style: italic;
}
#solution_finder #step_nr .container .grid_solution {
  margin-top: 0px;
}
#solution_finder #step_nr .container .grid_solution .nr-box {
  text-align: center;
  padding: 45px 0px 0;
  display: inline-block;
}
#solution_finder #step_nr .container .grid_solution .nr-box:first-child {
  margin-right: 20px;
}
#solution_finder #step_nr .container .grid_solution .nr-box a {
  position: static;
  font-family: Rajdhani, sans-serif;
  background: #AF0834;
  border-radius: 40px;
  cursor: pointer;
  text-transform: uppercase;
  opacity: 1;
  display: block;
  color: #fff;
  margin: 10px 0;
  font-size: 16px;
  padding: 12px 50px !important;
  margin: 0 !important;
  min-width: 265px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -o-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) 0px 6px 0px rgba(50, 50, 50, 0.7);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#solution_finder #step_nr .container .grid_solution .nr-box a i {
  position: absolute;
  margin-left: -17px;
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
}
#solution_finder #step_nr .container .grid_solution .nr-box a:hover {
  text-decoration: none;
  background: #880628;
}
#solution_finder.sf_show {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
#solution_finder .slick-slider {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#solution_finder .slick-initialized.slick-slider .slick-prev:before,
#solution_finder .slick-initialized.slick-slider .slick-next:before {
  font-family: 'adattivo-font-outline' !important;
  color: #ffffff !important;
  font-size: 29px;
  font-weight: 600;
}
#solution_finder .slick-initialized.slick-slider .slick-prev {
  bottom: 80px;
  top: initial;
  width: 40px;
  height: 40px;
  left: 0;
  background-color: #ac0633;
  padding: 0 4px 0 0;
  z-index: 1;
  border-radius: 50%;
}
#solution_finder .slick-initialized.slick-slider .slick-prev:before {
  content: "\e801";
}
#solution_finder .slick-initialized.slick-slider .slick-next {
  bottom: 80px;
  top: initial;
  width: 40px;
  height: 40px;
  right: 0px;
  background-color: #ac0633;
  padding: 0 0 0 4px;
  z-index: 1;
  border-radius: 50%;
}
#solution_finder .slick-initialized.slick-slider .slick-next:before {
  content: "\e802";
}
#solution_finder .slick-initialized.slick-slider .slick-dots {
  bottom: -30px;
}
#solution_finder .slick-initialized.slick-slider .slick-dots li {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
#solution_finder .slick-initialized.slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 3px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #888888;
  border: none;
  margin: 0 11px;
}
#solution_finder .slick-initialized.slick-slider .slick-dots li button:before {
  width: 0;
  height: 0;
  font-size: 0;
}
#solution_finder .slick-initialized.slick-slider .slick-dots li.slick-active button {
  background: #666666;
}
#solution_finder .slick-initialized.slick-slider .slick-list {
  padding: 20px 0;
}
#solution_finder .slick-initialized.slick-slider .slick-list .slick-slide {
  padding: 0 10px;
  float: left !important;
}
#solution_finder .slick-initialized.slick-slider .slick-list .slick-slide .slick-cell {
  position: relative;
  height: 100%;
  cursor: pointer;
}
#solution_finder .slick-initialized.slick-slider .slick-list .slick-slide:focus {
  border: none !important;
  outline: none !important;
}
#solution_finder .grid_solution.responsive .target {
  margin-bottom: 30px;
}
#solution_finder .grid_solution.responsive .slick-cell {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.hover-panel.show .sf-target-discover {
  background: url(../img/solution_finder/loader.gif) 125% 95% no-repeat;
}
.hover-panel.show .sf-target-discover.load {
  background-position-x: 99%;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  #step_2 .box .less-more {
    padding: 10px 10px !important;
  }
  #step_2 .box .less-more a {
    font-size: 15px !important;
  }
  #solution_finder #step_5 .grid_solution .col-sm-4 h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 768px) {
  #solution_finder .sf_header {
    padding: 17px 10px !important;
    min-height: auto !important;
  }
  #solution_finder .sf_header img {
    width: 60px !important;
  }
  #solution_finder .sf_header p {
    font-size: 12px!important;
    margin: 2px 0 0 0;
  }
  #solution_finder .sf_header .sf_close {
    right: 0px !important;
  }
  #solution_finder .sf_header .sf_close #sf_close {
    width: 27px !important;
    height: 27px !important;
    top: 7px !important;
    right: 11px !important;
  }
  #solution_finder .sf_header .sf_close::after {
    font-size: 40px !important;
  }
  #solution_finder .sf_header .sf_reset {
    top: 15px;
    right: 55px;
    font-size: 12px;
  }
  #solution_finder .title-wrapper {
    margin-top: -90px !important;
  }
  #solution_finder .btn-back.container {
    position: static;
    margin-top: 80px !important;
    padding: 0;
    float: left;
    width: 100%;
  }
  #solution_finder .btn-back.container a {
    padding-right: 30px;
  }
  #solution_finder .step {
    display: block !important;
    overflow: auto;
    padding-top: 90px;
    position: relative;
  }
  #solution_finder .step .title h2 {
    font-size: 32px !important;
    line-height: 94% !important;
    margin-bottom: 15px !important;
  }
  #solution_finder .step .title h2 span {
    font-size: 30px !important;
    margin-bottom: -20px !important;
  }
  #solution_finder .step#step_welcome .sf_btn {
    min-width: 180px !important;
  }
  #solution_finder #step_1 .step_inner .sf_content .title {
    padding-top: 95px;
  }
  #solution_finder #step_1 .step_inner .sf_content .title h2 {
    margin-top: 30px !important;
  }
  #solution_finder #step_1 .step_inner .sf_content .title p {
    font-size: 14px;
  }
  #solution_finder #step_2 .step_inner {
    display: block !important;
  }
  #solution_finder #step_2 .box {
    margin-top: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  #solution_finder #step_2 .box .btn.btn-default.next {
    margin-top: 30px !important;
  }
  #solution_finder #step_2 .box.first-box .cell h4 {
    margin-bottom: 10px !important;
  }
  #solution_finder #step_4 .results.first-r img {
    width: auto !important;
    max-height: 60px;
    float: left !important;
  }
  #solution_finder #step_4 .results.first-r .col-sm-7 {
    padding: 0 !important;
  }
  #solution_finder #step_4 .results.first-r .icon-bg {
    bottom: -50px !important;
    right: -62px !important;
  }
  #solution_finder #step_nr {
    display: block;
  }
  #solution_finder #step_nr .container {
    margin-bottom: 0px !important;
  }
  #solution_finder #step_nr .container .btn-back {
    float: initial !important;
    padding-right: 15px;
  }
  #solution_finder #step_nr .container .nr-box {
    width: 100% !important;
    display: block !important;
    padding: 10px 0px !important;
  }
  #solution_finder #step_nr .container .nr-box:first-child {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .step .grid_solution {
    margin-top: 30px !important;
  }
}
