/**
*/
@font-face {
  font-family: "prime-light";
  src: url("../fonts/prime_light-webfont.woff2") format("woff2"), url("../fonts/prime_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "prime-regular";
  src: url("../fonts/prime_regular-webfont.woff2") format("woff2"), url("../fonts/prime_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .row {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .row {
    width: 1440px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "prime-light", sans-serif;
  color: #a0a0a0;
  font-size: 16px;
}

a {
  text-decoration: none;
}
a:hover {
  color: #d7081f !important;
}

b {
  font-family: "prime-regular", sans-serif;
  color: #31364c;
}

input[type=submit] {
  background-color: none;
}

i:not(.fa) {
  font-style: italic;
  color: #31364c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "prime-regular", sans-serif;
  line-height: 1.2;
}

p,
dd {
  line-height: 1.6;
}

.ul-center {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.ul-center li {
  display: inline-block;
  margin: 0;
}

.ul-inline li {
  display: block;
  float: left;
}

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

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

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

.img-brightness {
  -webkit-filter: brightness(175%);
  filter: brightness(175%);
}

.img-on-screen {
  width: auto;
  max-width: 100%;
  max-height: 80vh;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-c-r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-c-l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .m-b-70 {
    margin-bottom: 40px;
  }
}

.m-t-50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .m-t-50 {
    margin-bottom: 40px;
  }
}

/*default messages form*/
.messages {
  position: fixed;
  z-index: 9999;
  width: 40%;
  bottom: 70px;
  right: 40px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 10px 0;
  clear: both;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .messages {
    width: 100%;
  }
}

.messages a.closeMessage {
  margin: -14px -8px 0 0;
  width: 16px;
  height: 16px;
  float: right;
  background: url(../img/messages/close.png) no-repeat;
}

/*.messages:hover a.closeMessage { visibility:visible; }*/
.messages p {
  margin: 3px 0 3px 10px !important;
  padding: 0 10px 0 23px !important;
  font-size: 14px;
  line-height: 16px;
}

.messages.error {
  border: 1px solid #C42608;
  color: #c00 !important;
  background: #FFF0EF;
}

.messages.error p {
  background: url(../img/messages/cross.png) no-repeat 0px 50%;
  color: #c00 !important;
}

.messages.success {
  background: #E0FBCC;
  border: 1px solid #6DC70C;
}

.messages.success p {
  background: url(../img/messages/tick.png) no-repeat 0px 50%;
  color: #2B6301 !important;
}

.messages.warning {
  background: #FFFCD3;
  border: 1px solid #EBCD41;
  color: #000;
}

.messages.warning p {
  background: url(../img/messages/warning.png) no-repeat 0px 50%;
  color: #5F4E01;
}

.messages.information,
.messages.info {
  background: #DFEBFB;
  border: 1px solid #82AEE7;
}

.messages.information p,
.messages.info p {
  background: url(../img/messages/help.png) no-repeat 0px 50%;
  color: #064393;
}

.messages.information a,
.messages.warning a {
  text-decoration: underline;
}

.messages ul {
  display: inline-block;
  margin: 10px 30px 0px;
}

.messages ul li {
  list-style: square;
  margin-bottom: 0px;
}

/*
 * Definizioni di blocchi riciclabili
 */
.btn {
  border: none;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  padding: 14px 22px 13px;
  line-height: 14px;
  display: inline-block;
  border-radius: 40px;
  background-color: #d7081f;
  color: white;
  font-family: "prime-regular", sans-serif;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 10px;
    padding: 12px 20px;
  }
}
.btn:hover {
  background-color: #202020;
  color: white !important;
}
.btn.bg-red-dark {
  background-color: #b4071a;
}
.btn.bg-red-dark:hover {
  background-color: #202020;
}
.btn.bg-black {
  background-color: #202020;
}
.btn.bg-black:hover {
  background-color: #d7081f;
}
.btn.bg-grey {
  background-color: #f2f3f5;
  color: #7c7c7b;
}
.btn.bg-grey:hover {
  background-color: #d7081f;
}
.btn.txt-s {
  font-size: 12px;
  padding: 12px 20px 11px;
  line-height: 12px;
}
.btn.txt-xs {
  font-size: 10.7px;
  padding: 15px 26px 14px;
  line-height: 10.7px;
}
.btn.btn-abstract {
  padding: 10px 20px 9px;
  margin-top: 28px;
}
.btn i {
  font-size: 12px;
  margin-top: -2px;
  margin-left: 10px;
}

input.btn {
  border: none;
  cursor: pointer;
  border-radius: 40px;
  background-color: #d7081f;
  font-size: 14px;
  padding: 14px 22px 13px;
  height: auto !important;
  line-height: 14px;
}
input.btn:hover {
  background-color: #202020;
  color: white !important;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  font-family: "Exo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #dbdbdb;
  height: 40px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 2px solid #cdcfd7;
  border-radius: 0;
  background-color: transparent;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #2f2f2f;
  border-bottom-color: #2f2f2f;
  /*&:invalid {
      &::-webkit-input-placeholder,
      &::-moz-placeholder,
      &:-ms-input-placeholder,
      &:-ms-input-placeholder {
          color: $grey-footer-cta!important;
      }
  }*/
}

textarea {
  height: 90px;
}

.checkbox span label {
  font-size: 14px;
  font-family: "Exo", sans-serif;
  font-weight: 400;
}
.checkbox {
  margin-bottom: 20px;
}

.txt-editable {
  line-height: 1.6;
}
.txt-editable p {
  margin-bottom: 20px;
}
.txt-editable ul,
.txt-editable ol {
  margin: 0 20px 20px 30px;
}
.txt-editable ul {
  list-style-type: disc;
}
.txt-editable ol {
  list-style-type: decimal;
}
.txt-editable h3,
.txt-editable h4 {
  color: #31364c;
  margin-bottom: 10px;
}
.txt-editable h3 {
  font-size: 26px;
}
.txt-editable h4 {
  font-size: 20px;
}
.txt-editable dl {
  margin: 20px;
}
.txt-editable dl dt {
  font-weight: bold;
}
.txt-editable dl dd {
  margin-left: 20px;
}

.bg-grey {
  background-color: #fafafa;
}

.bg-white {
  background-color: white;
}

.padding-mobile {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#header-red {
  background-color: #d7081f;
  color: white;
  padding: 56px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #header-red {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header-red {
    padding: 40px 0 50px;
  }
}
#header-red h1 {
  font-family: "Exo", sans-serif;
  font-weight: 300;
  font-size: 46px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #header-red h1 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header-red h1 {
    font-size: 32px;
  }
}
#header-red p {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  #header-red p {
    display: none;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header-red p {
    font-size: 14px;
    margin-top: 18px;
  }
}

#header-categories {
  background-color: #b4071a;
}
@media only screen and (max-width: 767px) {
  #header-categories .row {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header-categories.arrow-bottom:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header-categories ul {
    display: table;
  }
}
@media only screen and (max-width: 767px) {
  #header-categories li {
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    width: 33.3333333333%;
    border-left: 1px solid #d7081f;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header-categories li:first-child {
    border-left: none;
  }
}
#header-categories li a {
  display: block;
  padding: 28px 0;
  margin: 0 40px;
  color: #ff7483;
  text-transform: uppercase;
  font-family: "prime-regular", sans-serif;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header-categories li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #header-categories li a {
    padding: 10px;
    margin: 0;
    font-size: 11px;
    text-transform: none;
  }
}
#header-categories li a.active, #header-categories li a:hover {
  color: white !important;
}
#header-categories li a.active:after, #header-categories li a:hover:after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  top: 0px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #d7081f;
  clear: both;
}
@media only screen and (max-width: 767px) {
  #header-categories li a.active:after, #header-categories li a:hover:after {
    display: none;
  }
}

.arrow-bottom {
  position: relative;
}
.arrow-bottom:after {
  content: "";
  position: absolute;
  left: calc(50% - 35px);
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 20px solid #d7081f;
  clear: both;
}
.arrow-bottom.red-dark:after {
  border-top-color: #b4071a;
}

.breadcrumbs {
  font-family: "Exo", sans-serif;
  font-weight: 400;
}
.breadcrumbs li a {
  color: #a0a0a0;
}
.breadcrumbs li:after {
  content: "/";
  margin: 0 10px;
}
.breadcrumbs li:nth-last-child(1):after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .nav-buttons.txt-right {
    text-align: left;
  }
}
.nav-buttons a {
  height: 61px;
  width: 56px;
  display: inline-block;
  color: #979797;
  background: url(../img/prev-next-btn.png) center center no-repeat;
  text-align: center;
  line-height: 61px;
}
@media only screen and (max-width: 1199px) {
  .nav-buttons a {
    height: 30px;
    width: 28px;
    line-height: 0px;
    padding-top: 7px;
    background-size: 28px 30px;
    margin-top: 20px;
  }
}
.nav-buttons a.disabled {
  cursor: default;
  opacity: 0.4;
}
.nav-buttons a.disabled:hover {
  color: #979797 !important;
  background-image: url(../img/prev-next-btn.png);
}
.nav-buttons a:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .nav-buttons a:first-child {
    margin-right: 8px;
  }
}
.nav-buttons a:hover {
  background-image: url(../img/prev-next-btn-hover.png);
}

.swiper-generic .swiper-button-next,
.swiper-generic .swiper-button-prev {
  background-image: none;
  height: 100%;
  width: 8%;
  color: white;
  margin-top: 0px;
  top: 0;
}
.swiper-generic .swiper-button-next:after,
.swiper-generic .swiper-button-prev:after {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  width: 100%;
  height: 100%;
}
.swiper-generic .swiper-button-next:hover,
.swiper-generic .swiper-button-prev:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
}
.swiper-generic .swiper-button-next {
  right: 0px;
}
.swiper-generic .swiper-button-next:after {
  font-family: "FontAwesome";
  content: "\f054";
}
.swiper-generic .swiper-button-prev {
  left: 0px;
}
.swiper-generic .swiper-button-prev:after {
  font-family: "FontAwesome";
  content: "\f053";
}
.swiper-generic .swiper-pagination {
  position: absolute;
  left: auto;
  bottom: 5%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .swiper-generic .swiper-pagination {
    bottom: 3.3333333333%;
  }
}
.swiper-generic .swiper-pagination .swiper-pagination-bullet {
  height: 16px;
  width: 18px;
  background: transparent url(../img/exagon-header.png) center center no-repeat;
  background-size: 16px 18px;
  opacity: 1;
  box-sizing: content-box;
}
.swiper-generic .swiper-pagination .swiper-pagination-bullet:hover {
  background: transparent url(../img/exagon-header-hover.png) center center no-repeat;
  background-size: 14px 16px;
}
.swiper-generic .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent url(../img/exagon-header-hover.png) center center no-repeat;
  background-size: 14px 16px;
}

.sharer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
}
@media only screen and (max-width: 1199px) {
  .sharer {
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.sharer span {
  cursor: pointer;
  display: inline-block;
  background: url(../img/share-btn.png) center center no-repeat;
  width: 32px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .sharer span {
    width: 22px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    background-size: 22px 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .sharer span {
    margin-right: 10px;
  }
}
.sharer span:last-child {
  background-image: none;
}
.sharer span:last-child:hover {
  background-image: none;
}
.sharer span:hover {
  background-image: url(../img/share-btn.png);
  color: #d7081f;
}

.list-downloads li,
.list-links li {
  margin-bottom: 24px;
}
.list-downloads li a,
.list-links li a {
  display: inline-block;
}
.list-downloads li a i,
.list-links li a i {
  width: 38px;
  height: 41px;
  display: block;
  float: left;
  line-height: 41px;
  text-align: center;
  margin-right: 20px;
}
.list-downloads li a span,
.list-links li a span {
  display: block;
  margin-left: 60px;
  margin-top: 8px;
  line-height: 1.6;
  color: #979797;
}
.list-downloads li a span strong,
.list-links li a span strong {
  color: #31364c;
}
.list-downloads li a:hover span,
.list-links li a:hover span {
  color: #d7081f;
}

.list-downloads i {
  background: url(../img/lists-btn.png) center center no-repeat;
  font-size: 12px;
  color: white;
}

.list-links i {
  background: url(../img/lists-btn-hover.png) center center no-repeat;
  font-size: 12px;
  color: #d7081f;
}

@media only screen and (max-width: 767px) {
  .list-categories {
    margin-top: 40px;
  }
}
.list-categories h3 {
  font-size: 24px;
  color: #31364c;
  background-color: #e1e1e1;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .list-categories h3 {
    font-size: 20px;
  }
}
.list-categories li {
  background-color: white;
  border-bottom: 1px solid #fafafa;
  padding: 18px 30px;
}
.list-categories li a {
  position: relative;
  color: #a0a0a0;
  display: block;
  width: 95%;
  line-height: 1.2;
}
.list-categories li a i {
  position: absolute;
  right: -5%;
  top: 3px;
  font-size: 12px;
}
.list-categories li a.active {
  color: #d7081f;
}
.list-categories li:first-child {
  padding-top: 32px;
}
.list-categories li:last-child {
  padding-bottom: 30px;
}

.paginator {
  margin-top: 140px;
}
@media only screen and (max-width: 767px) {
  .paginator {
    margin-top: 40px;
  }
}
.paginator ul {
  width: 100%;
  background-color: white;
  position: relative;
}
.paginator ul li a {
  padding: 18px 10px 18px;
  display: block;
  font-family: "prime-regular", sans-serif;
}
.paginator ul li a.active, .paginator ul li a:hover {
  color: #d7081f;
  border-top: 2px solid #d7081f;
}
.paginator ul li:first-child, .paginator ul li:last-child {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .paginator ul li:first-child, .paginator ul li:last-child {
    display: none;
  }
}
.paginator ul li:first-child a, .paginator ul li:last-child a {
  background-color: #e1e1e1;
  padding: 19px 26px;
  color: #a0a0a0;
}
.paginator ul li:first-child a.disabled:hover, .paginator ul li:last-child a.disabled:hover {
  color: #a0a0a0 !important;
  background-color: #e1e1e1;
}
.paginator ul li:first-child a:hover, .paginator ul li:last-child a:hover {
  background-color: #d7081f;
  color: white !important;
  border-top: none;
}
.paginator ul li:first-child {
  left: 0px;
}
.paginator ul li:last-child {
  right: 0px;
}

#sticky-menu-sticky-wrapper {
  height: auto !important;
}
#sticky-menu-sticky-wrapper #main-logo img {
  padding: 40px 0;
  transition: all 0.2s;
}
#sticky-menu-sticky-wrapper #main-menu li a {
  padding: 62px 26px;
  transition: padding 0.2s;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #sticky-menu-sticky-wrapper #main-menu li a {
    padding: 62px 12px;
  }
}
#sticky-menu-sticky-wrapper .grid-1 {
  margin-top: 50px;
  transition: margin 0.2s;
}
#sticky-menu-sticky-wrapper.sticked #main-logo img {
  padding: 24px 0;
  width: 180px;
  transition: all 0.8s;
}
#sticky-menu-sticky-wrapper.sticked #main-menu li a {
  padding: 42px 26px;
  transition: padding 0.8s;
  /*@media only screen and (min-width: $dw-tablet-landscape) and (max-width: $dw-desktop - 1) {
      padding: 42px 12px;
  }*/
}
#sticky-menu-sticky-wrapper.sticked .grid-1 {
  margin-top: 30px;
  transition: margin 0.8s;
}

header {
  background-color: #252525;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  header #container-main-menu .row {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
header #main-logo img {
  width: 221px;
}
@media only screen and (max-width: 1023px) {
  header #main-logo img {
    padding: 12.5px 0;
    width: 154px;
    max-width: 154px;
  }
}
@media only screen and (max-width: 767px) {
  header #main-logo img {
    padding-left: 20px;
  }
}
header #main-menu {
  float: right;
}
@media only screen and (max-width: 1023px) {
  header #main-menu {
    display: none;
    float: none;
    padding: 22px 0;
    margin: 0;
    background-color: #1d1d1d;
  }
}
header #main-menu li a {
  display: block;
  color: #7c7c7b;
  text-transform: uppercase;
  font-family: "prime-regular", sans-serif;
}
header #main-menu li a.active {
  color: #d7081f;
}
@media only screen and (max-width: 1023px) {
  header #main-menu li a {
    text-align: center;
    font-size: 13px;
    padding: 22px 0px;
    color: white;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header #main-menu li a {
    padding: 62px 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  header #main-menu li {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
  }
}
header #burger-menu-btn {
  position: absolute;
  right: 22px;
  z-index: 10;
  font-size: 24px;
  top: 50px;
  color: #d7081f;
}
header #burger-menu-btn:hover {
  color: #d7081f;
}
@media only screen and (min-width: 1024px) {
  header #burger-menu-btn {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  header .grid-3 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  header .grid-8 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0px;
    padding: 0;
  }
}
header .grid-1 {
  padding-left: 0;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  header .grid-1 {
    margin-top: 50px;
  }
}
header .grid-1 #h-phone {
  font-family: "prime-regular", sans-serif;
  width: 50%;
  text-align: left;
  font-size: 11px;
}
header .grid-1 #h-phone a {
  display: inline;
  background: none;
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  header .grid-1 #h-phone {
    display: none;
  }
}
header .grid-1 #h-socials a {
  display: inline-block;
  font-size: 18px;
  color: #979797;
  background: url(../img/exagon-header.png) center center no-repeat;
  width: 32px;
  height: 35px;
  padding: 8.5px 0;
  line-height: 18px;
  text-align: center;
}
header .grid-1 #h-socials a:hover {
  color: #252525 !important;
  background: url(../img/exagon-header-hover.png) center center no-repeat;
}
@media only screen and (max-width: 1199px) {
  header .grid-1 #h-socials a:hover {
    background-size: 20px 22px;
  }
}
header .grid-1 #h-socials a:first-of-type {
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  header .grid-1 #h-socials a:first-of-type {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1199px) {
  header .grid-1 #h-socials a {
    background-size: 20px 22px;
    width: 20px;
    height: 22px;
    padding: 5px 0;
    line-height: 11px;
    font-size: 11px;
    margin: 4px 0px;
  }
}
@media only screen and (max-width: 1023px) {
  header .grid-1 #h-socials {
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    border-left: 1px solid #252525;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header .grid-1 #h-socials {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1023px) {
  header .grid-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0px;
    background-color: #1d1d1d;
    padding: 10px 20px;
    color: #7c7c7b;
  }
  header .grid-1 a {
    color: #7c7c7b;
  }
}

#footer-cta {
  background-color: #2f2f2f;
  padding: 30px 0;
  color: white;
  font-family: "Exo", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.3;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #footer-cta {
    font-size: 14px;
    padding: 78px 0;
  }
}
#footer-cta img {
  max-width: 260px;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #footer-cta img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-cta .txt-right {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  #footer-cta .btn {
    margin: 30px auto 0 auto;
  }
}

#american-menu {
  background-color: #252525;
  padding: 160px 0 110px;
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  #american-menu {
    position: relative;
    padding: 170px 0 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  #american-menu div[class^=grid] {
    flex-basis: 100%;
    max-width: 100%;
  }
  #american-menu div[class^=grid]:nth-child(1) {
    order: 2;
  }
  #american-menu div[class^=grid]:nth-child(2) {
    order: 3;
  }
  #american-menu div[class^=grid]:nth-child(3) {
    order: 1;
  }
  #american-menu div[class^=grid]:nth-child(4) {
    order: 4;
  }
}
#american-menu img {
  width: 194px;
}
@media only screen and (max-width: 1023px) {
  #american-menu img {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 122px;
    margin-left: -66px;
  }
}
#american-menu dt {
  font-family: "prime-light", sans-serif;
  color: white;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 48px;
}
@media only screen and (max-width: 1023px) {
  #american-menu dt {
    font-size: 12px;
    margin-top: 28px;
  }
}
#american-menu dt i {
  color: #d7081f;
  font-size: 28px;
  width: 44px;
  float: left;
}
@media only screen and (max-width: 1023px) {
  #american-menu dt i {
    float: none;
    font-size: 12px;
    width: auto;
    margin-right: 10px;
  }
}
#american-menu dt:nth-of-type(2) {
  margin-top: 28px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #american-menu dt:nth-of-type(2) {
    margin-top: 54px;
  }
}
#american-menu dd {
  margin-left: 44px;
  margin-bottom: 20px;
  color: #7c7c7b;
  line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
  #american-menu dd {
    font-size: 12px;
    margin-left: 0px;
  }
}
#american-menu dd a {
  color: #7c7c7b;
}
#american-menu dd a:hover {
  color: #d7081f;
}
#american-menu dd:last-child {
  margin-bottom: 0px;
}
#american-menu .grid-2 {
  padding-left: 0px;
}
#american-menu .grid-2 li {
  margin-bottom: 22px;
}
#american-menu .grid-2 li a {
  color: white;
}
#american-menu .grid-2 li a:hover, #american-menu .grid-2 li a.active {
  color: #d7081f;
}
#american-menu .grid-2 li:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  #american-menu .grid-2 li:last-child {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #american-menu .grid-2 {
    margin-top: 26px;
  }
}
#american-menu .grid-3:last-child strong {
  color: white;
  font-family: "prime-light", sans-serif;
  font-size: 24px;
  margin-bottom: 34px;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #american-menu .grid-3:last-child strong {
    margin-top: 100px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #american-menu .grid-3:last-child strong {
    margin-bottom: 20px;
  }
}
#american-menu .grid-3:last-child p {
  margin-bottom: 34px;
}
@media only screen and (max-width: 1023px) {
  #american-menu .grid-3:last-child p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #american-menu .grid-3:last-child p {
    margin-bottom: 20px;
  }
}

#details-footer {
  font-family: "Exo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #202020;
  padding: 60px 0;
  color: #7c7c7b;
}
@media only screen and (max-width: 1023px) {
  #details-footer {
    padding: 24px 0;
    font-size: 11px;
    text-align: center;
    line-height: 1.4;
  }
}
#details-footer .row {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #details-footer .txt-right {
    text-align: center;
    margin-top: 2px;
  }
}
#details-footer a {
  transition: none;
  color: #7c7c7b;
}
#details-footer #footer-legacy-menu a:before {
  content: " / ";
  padding: 0 10px;
}
#details-footer #footer-legacy-menu a:hover:before {
  color: #7c7c7b;
}

#back-to-top {
  width: 64px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: white;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -95px;
  right: 50px;
  background: url(../img/btt.png) center center no-repeat;
}
@media only screen and (max-width: 767px) {
  #back-to-top {
    display: none;
  }
}

.container {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1023px) {
  .container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.container-l {
  padding-top: 200px;
  padding-bottom: 210px;
}
@media only screen and (max-width: 1023px) {
  .container-l {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .container-l {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}

.container-s {
  padding-top: 50px !important;
  padding-bottom: 60px !important;
}
@media only screen and (max-width: 1023px) {
  .container-s {
    padding-top: 20px !important;
    padding-bottom: 25px !important;
  }
}

#h-slider .swiper-container {
  background: #a0a0a0 url(../img/loader.gif) center center no-repeat;
}
#h-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#h-slider .swiper-slide div {
  width: 45.4545454545%;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #h-slider .swiper-slide div {
    width: calc(100% - 40px);
    padding-bottom: 40px;
  }
}
#h-slider .swiper-slide div p.title {
  color: white;
  font-size: 4vw;
  font-family: "prime-regular", sans-serif;
  line-height: 1.2;
  margin-bottom: 30px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 599px) {
  #h-slider .swiper-slide div p.title {
    font-size: 34px;
    margin-bottom: 20px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  #h-slider .swiper-slide div p.title {
    font-size: 40px;
  }
}
#h-slider .swiper-slide div p.subtitle {
  color: white;
  font-size: 18px;
  font-family: "prime-regular", sans-serif;
  line-height: 1.8;
  margin-bottom: 40px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 799px) {
  #h-slider .swiper-slide div p.subtitle {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  #h-slider .swiper-slide div p.subtitle {
    margin-bottom: 20px;
  }
}
#h-slider .swiper-button-next,
#h-slider .swiper-button-prev {
  background-image: none;
  height: 100px;
  width: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: -50px;
}
@media only screen and (max-width: 1023px) {
  #h-slider .swiper-button-next,
  #h-slider .swiper-button-prev {
    display: none;
  }
}
#h-slider .swiper-button-next:after,
#h-slider .swiper-button-prev:after {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
#h-slider .swiper-button-next:hover,
#h-slider .swiper-button-prev:hover {
  background-color: #d7081f;
}
#h-slider .swiper-button-next {
  right: 0px;
}
#h-slider .swiper-button-next:after {
  font-family: "FontAwesome";
  content: "\f054";
}
#h-slider .swiper-button-prev {
  left: 0px;
}
#h-slider .swiper-button-prev:after {
  font-family: "FontAwesome";
  content: "\f053";
}
#h-slider .swiper-pagination {
  position: absolute;
  left: auto;
  bottom: 5%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  #h-slider .swiper-pagination {
    bottom: 3.3333333333%;
  }
}
@media only screen and (max-width: 599px) {
  #h-slider .swiper-pagination {
    display: none;
  }
}
#h-slider .swiper-pagination .swiper-pagination-bullet {
  height: 21px;
  width: 23px;
  background: transparent url(../img/exagon-slide.png) center center no-repeat;
  background-size: 19px 21px;
  opacity: 1;
  box-sizing: content-box;
}
#h-slider .swiper-pagination .swiper-pagination-bullet:hover {
  background: transparent url(../img/exagon-header-hover.png) center center no-repeat;
  background-size: 19px 21px;
}
#h-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent url(../img/exagon-header-hover.png) center center no-repeat;
  background-size: 19px 21px;
}
#h-slider .flex-c-r div {
  margin-right: 10%;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  #h-slider .flex-c-r div {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #h-slider .flex-c-r {
    justify-content: left;
  }
}
#h-slider .flex-c-l div {
  margin-left: 10%;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  #h-slider .flex-c-l div {
    /*margin-left: 20px;
    margin-right: 20px;
    padding-left: 0px;*/
  }
}

#home-cta-bottom-slider {
  background-color: #d7081f;
  padding: 25px 0;
}
@media only screen and (max-width: 1023px) {
  #home-cta-bottom-slider {
    padding: 16px 0;
  }
}
#home-cta-bottom-slider .hx {
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 1023px) {
  #home-cta-bottom-slider .hx {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #home-cta-bottom-slider .hx {
    font-size: 20px;
  }
}

#goals {
  padding: 110px 0;
}
@media only screen and (max-width: 767px) {
  #goals {
    padding: 60px 0 30px;
    text-align: center;
  }
}
#goals .row:nth-child(2) {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  #goals .row:nth-child(2) {
    margin-top: 0px;
  }
}
#goals .grid-3 {
  padding-left: 0px;
}
@media only screen and (max-width: 767px) {
  #goals .grid-3 {
    margin-bottom: 70px;
  }
}
#goals i {
  font-size: 63px;
  color: #7c7c7b;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #goals i {
    font-size: 36px;
  }
}
#goals h2 {
  font-size: 28px;
  color: #31364c;
  margin-bottom: 20px;
  margin-top: 16px;
  line-height: 1;
  font-family: "prime-light", sans-serif;
}
@media only screen and (max-width: 767px) {
  #goals h2 {
    font-size: 21px;
  }
}
#goals p {
  font-family: "prime-regular", sans-serif;
  margin-bottom: 22px;
}

#last-news {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  #last-news {
    padding-bottom: 70px;
  }
}
#last-news h3 {
  font-family: "prime-regular", sans-serif;
  font-size: 35px;
  color: #454444;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  #last-news h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #last-news h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #last-news .grid-4 {
    margin-bottom: 35px;
    text-align: center;
  }
}
#last-news .grid-4 .container-box {
  background-color: #d7081f;
  height: 100%;
}
#last-news .grid-4 .container-box .box {
  padding: 40px 42px;
  color: white;
}
#last-news .grid-4 .container-box .box h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
#last-news .grid-4 .container-box .box p {
  font-size: 11px;
  margin-bottom: 18px;
  font-family: "prime-regular", sans-serif;
}

#tpl-about h1,
#tpl-about h2 {
  color: #31364c;
  font-size: 40px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  #tpl-about h1,
  #tpl-about h2 {
    font-size: 30px;
  }
}
#tpl-about h2 {
  font-family: "prime-light", sans-serif;
  font-size: 28px !important;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #tpl-about div[class^=grid]:nth-child(1) {
    order: 2;
  }
  #tpl-about div[class^=grid]:nth-child(2) {
    order: 1;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #tpl-machine {
    text-align: center;
  }
}
#tpl-machine p {
  margin-top: 30px;
  font-size: 14px;
  padding-right: 20px;
  font-family: "prime-regular", sans-serif;
}
@media only screen and (max-width: 767px) {
  #tpl-machine p {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #tpl-machine p {
    margin-top: 20px;
  }
}
#tpl-machine .grid-3 {
  height: 155px;
  min-height: 155px;
  margin-bottom: 30px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  #tpl-machine .grid-3 {
    height: auto;
    min-height: auto;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #tpl-machine .grid-3 {
    height: 220px;
    min-height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  #tpl-machine .grid-3:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #tpl-machine img {
    width: 70px;
    max-width: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #tpl-machine img {
    width: 44px;
    max-width: 44px;
  }
}

#index-tpl article {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #index-tpl article {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
#index-tpl article:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #index-tpl article:last-child {
    margin-bottom: 0px;
  }
}
#index-tpl article .container-box {
  height: 100%;
  background-color: #f5f5f5;
  transition: all 0.4s;
}
#index-tpl article .box {
  padding: 22px;
  text-align: center;
}
#index-tpl article .box h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #index-tpl article .box h3 {
    font-size: 12px;
  }
}
#index-tpl article .box h2 {
  font-size: 18px;
}
#index-tpl article .box h2 a {
  color: #31364c;
}
@media only screen and (max-width: 767px) {
  #index-tpl article .box h2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #index-tpl article .box h2 {
    font-size: 16px;
  }
}
#index-tpl article:hover .container-box {
  background-color: #252525;
}
#index-tpl article:hover .box h2 a {
  color: #d7081f;
}

#index-tpl.index-news .row .row:not(:first-child) {
  margin-top: 80px;
}
#index-tpl.index-news .row .row:not(:first-child) .grid-4:nth-child(2) {
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  #index-tpl.index-news .row .row:not(:first-child) .grid-4:nth-child(2) {
    padding-right: 0px;
  }
}
#index-tpl.index-news article .container-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
#index-tpl.index-news article .abstract {
  background-color: white;
  padding: 28px 28px 30px 28px;
  text-align: center;
  bottom: 0;
  position: relative;
}
#index-tpl.index-news article .abstract h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
#index-tpl.index-news article:hover a.btn {
  background-color: #252525;
}

#work-detail-tpl .btn-back-to-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  background-color: #f2f3f5;
  color: #31364c !important;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 40px;
  box-shadow: inset 0 0 0 1px rgba(49, 54, 76, 0.12);
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
#work-detail-tpl .btn-back-to-index i {
  margin-left: 0;
  margin-right: 10px;
  font-size: 11px;
  transition: transform 0.25s ease;
}
#work-detail-tpl .btn-back-to-index:hover {
  background-color: #d7081f;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #d7081f;
}
#work-detail-tpl .btn-back-to-index:hover i {
  transform: translateX(-2px);
}
#work-detail-tpl h2 {
  font-size: 36px;
  color: #31364c;
  font-family: "Exo", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #work-detail-tpl h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #work-detail-tpl h2 {
    font-size: 26px;
  }
}
#work-detail-tpl .imgs-container {
  text-align: center;
}
#work-detail-tpl .sharer {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cdcfd7;
}
@media only screen and (max-width: 1199px) {
  #work-detail-tpl .sharer {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #work-detail-tpl .container-text-sharer .grid-3,
  #work-detail-tpl .container-text-sharer .grid-9 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

#tpl-404 h1 {
  color: #d7081f;
  font-size: 220px;
}
@media only screen and (max-width: 767px) {
  #tpl-404 h1 {
    font-size: 70px;
  }
}
#tpl-404 h2 {
  font-family: "prime-light", sans-serif;
  font-size: 46px;
  color: #31364c;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  #tpl-404 h2 {
    font-size: 30px;
  }
}
#tpl-404 p {
  font-size: 18px;
  margin-bottom: 46px;
}

#tpl-certification.container,
#tpl-tos.container {
  padding-bottom: 100px;
}
#tpl-certification .row,
#tpl-tos .row {
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #tpl-certification,
  #tpl-tos {
    text-align: center;
  }
}
#tpl-certification h1,
#tpl-tos h1 {
  color: #31364c;
  margin-bottom: 60px;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  #tpl-certification h1,
  #tpl-tos h1 {
    font-size: 30px;
  }
}
#tpl-certification img,
#tpl-tos img {
  margin-bottom: 30px;
  max-width: 260px;
  height: auto;
  width: 100%;
}
#tpl-certification h2,
#tpl-tos h2 {
  font-family: "Exo", sans-serif;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 60px;
}

#tpl-news-detail .header-box {
  padding: 30px;
}
#tpl-news-detail .header-box h2 {
  color: #31364c;
  font-family: "prime-light", sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
}
#tpl-news-detail .header-box h3 {
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  #tpl-news-detail .header-box .grid-4 {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#tpl-news-detail .imgs-container {
  margin-bottom: 50px;
}
#tpl-news-detail .txt-editable {
  padding: 0 30px 30px 30px;
}
#tpl-news-detail .list-downloads,
#tpl-news-detail .list-links {
  padding: 0 30px 15px 30px;
}

#map {
  height: 50vh;
  width: 100%;
  background: #dbdbdb url(../img/loader.gif) center center no-repeat;
}

#tpl-contacts h1 {
  color: #31364c;
  font-family: "prime-light", sans-serif;
  font-size: 46px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #tpl-contacts h1 {
    font-size: 30px;
  }
}
#tpl-contacts h1 > p {
  margin-bottom: 50px;
}
#tpl-contacts dt {
  font-family: "prime-regular", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  color: #31364c;
}
#tpl-contacts dt i {
  color: #d7081f;
  font-size: 32px;
  width: 60px;
  float: left;
}
#tpl-contacts dd {
  margin-left: 60px;
  margin-bottom: 36px;
  line-height: 1.8;
}
#tpl-contacts dd a {
  color: #a0a0a0;
}
#tpl-contacts dd a:hover {
  color: #d7081f;
}
#tpl-contacts dd:last-child {
  margin-bottom: 0px;
}
#tpl-contacts .checkbox {
  margin-top: 20px;
}
#tpl-contacts .btn {
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */
