@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/tpl/addon/fonts/lato-300.woff2') format('woff2'), url('/tpl/addon/fonts/lato-300.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/tpl/addon/fonts/lato-regular.woff2') format('woff2'), url('/tpl/addon/fonts/lato-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/tpl/addon/fonts/lato-700.woff2') format('woff2'), url('/tpl/addon/fonts/lato-700.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('/tpl/addon/fonts/titillium-regular.woff2') format('woff2'), url('/tpl/addon/fonts/titillium-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('/tpl/addon/fonts/titillium-600.woff2') format('woff2'), url('/tpl/addon/fonts/titillium-600.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('/tpl/addon/fonts/titillium-700.woff2') format('woff2'), url('/tpl/addon/fonts/titillium-700.woff') format('woff');
}
@font-face {
  font-family: 'Lato Fallback';
  font-style: normal;
  font-weight: 400;
  src: local('Arial');
  ascent-override: 100.88%;
  descent-override: 21.77%;
  line-gap-override: 0%;
  size-adjust: 97.84%;
}
@font-face {
  font-family: 'Titillium Web Fallback';
  font-style: normal;
  font-weight: 400;
  src: local('Arial');
  ascent-override: 119.58%;
  descent-override: 40.95%;
  line-gap-override: 0%;
  size-adjust: 94.74%;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .row-eq-height-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .row-eq-height-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .row-eq-height-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1600px) {
  .row-eq-height-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
html,
body {
  font-family: "Lato", "Lato Fallback", sans-serif;
  color: #585858;
}
body.pflex{display: flex;flex-direction: column;min-height: 100vh;}
@media only screen and (max-width: 349px) {
  .col-xxs-12 {
    float: none !important;
    width: 100% !important;
  }
}
a {
  color: #dd042b;
}
a:focus {
  outline: 0 !important;
}
input[type="text"].error,
select.error,
textarea.error {
  border-color: #ff0000;
}
input[type="text"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
}
select {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiAgdmlld0JveD0iMCAwIDI1IDM2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNSAzNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gcG9pbnRzPSI1LjQ5OSwxOC4yMTMgOS42NzIsMTIuNDAyIDEzLjgwNiwxOC4yMTMgIi8+PHBvbHlnb24gcG9pbnRzPSIxMy44MDYsMjAuNzg3IDkuNjcyLDI2LjU5OCA1LjQ5OSwyMC43ODcgIi8+PC9zdmc+) no-repeat 100% 0% !important;
  padding-right: 25px !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: none;
}
.form-group label.error {
  display: inline;
  color: #ff0000;
  padding: 0;
}
.alert {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}
.nofilter {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
i[class^="icon-"]:before,
i[class*=" icon-"]:before {
  margin: 0;
}
.icon-phone:before {
  content: "\e670";
}
.icon-marker:before {
  content: "\e638";
}
.icon-support:before {
  content: "\e803";
}
.icon-cc:before {
  content: "\e805";
}
.icon-paper-airplane:before {
  content: "\e806";
}
.icon-config:before {
  content: "\e807";
}
.icon-chat:before {
  content: "\e802";
}
.icon-arrow-right:before {
  content: "\e809";
}
.icon-cart-custom:before {
  content: "\e80a";
}
.grecaptcha-badge {
  display: none;
}
ul.icon-ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-family: "Lato" !important;
  line-height: 3.3rem !important;
}
ul.icon-ul li {
  padding-left: 30px;
  position: relative;
}
ul.icon-ul li:before {
  font-family: "Pe-icon-7-stroke";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
}
ul.icon-ul li.address:before {
  content: "\e638";
}
ul.icon-ul li.phone:before {
  content: "\e670";
}
ul.icon-ul li.email:before {
  content: "\e63b";
}
.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.btn:focus {
  outline: 0 !important;
}
.btn.btn-primary {
  background-color: #dd042b;
  border-color: #dd042b;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #b00808;
  border-color: #b00808;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.nobar {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.nobar .toph {
  background-color: #fff;
}
.rotation a {
  display: inline-block;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .rotation a > span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .rotation a > span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rotation a:hover {
  text-decoration: none;
}
.rotation a:hover span,
.rotation a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.expbg {
  position: relative;
  background-color: #f8f8f8;
}
.expbg:before,
.expbg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f8f8f8;
  width: 100%;
}
.expbg:before {
  left: -100%;
}
.expbg:after {
  right: -100%;
}
#content_popup {
  margin: 0 auto;
  position: relative;
}
#content_popup img {
  width: 100%;
}
#content_popup .note {
  background-color: #000000;
  padding: 10px;
  font-size: 1.5rem;
  color: #fff;
}
.toph {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .toph {
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .toph.home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
}
@media only screen and (max-width: 767px) {
  .toph > .wrapper {
    padding: 18px 0;
  }
}
@media only screen and (min-width: 768px) {
  .toph > .wrapper {
    padding: 32px 0 32px;
  }
}
.toph > .wrapper > .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.toph > .wrapper > .container > .row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.toph > .wrapper > .container > .row > div:last-child {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.toph .tgl-menu {
  color: #dd042b;
  display: block;
  background-color: transparent;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .toph .tgl-menu {
    height: 44px;
    width: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .toph .tgl-menu {
    height: 48px;
    width: 50px;
  }
}
.toph .tgl-menu > .line {
  display: block;
  background-color: #dd042b;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
}
@media only screen and (max-width: 767px) {
  .toph .tgl-menu > .line {
    margin-left: -10px;
    width: 20px;
    height: 2px;
  }
  .toph .tgl-menu > .line:nth-child(1) {
    top: 16px;
  }
  .toph .tgl-menu > .line:nth-child(2) {
    top: 21px;
  }
  .toph .tgl-menu > .line:nth-child(3) {
    top: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .toph .tgl-menu > .line {
    margin-left: -20px;
    width: 40px;
    height: 5px;
  }
  .toph .tgl-menu > .line:nth-child(1) {
    top: 10px;
  }
  .toph .tgl-menu > .line:nth-child(2) {
    top: 20px;
  }
  .toph .tgl-menu > .line:nth-child(3) {
    top: 30px;
  }
}
.toph .tgl-menu.closebtn .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.toph .tgl-menu.closebtn .line:nth-child(2) {
  display: none;
}
.toph .tgl-menu.closebtn .line:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -moz-transform: translateY(-4px) rotate(-45deg);
  -o-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .toph .tgl-menu.closebtn .line:nth-child(1),
  .toph .tgl-menu.closebtn .line:nth-child(2) {
    top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .toph .tgl-menu.closebtn .line:nth-child(1),
  .toph .tgl-menu.closebtn .line:nth-child(2) {
    top: 15px;
  }
  .toph .tgl-menu.closebtn .line:nth-child(3) {
    top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .toph .logo {
    width: 100%;
    max-width: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*.toph .logo {
    height: 44px;
  }*/
}
@media only screen and (min-width: 1200px) {
  .toph .logo {
    max-width: 441px;
  }
}
.toph .text-right {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.toph .menu-dx {
  margin-bottom: 0;
  margin-left: 0;
}
.toph .menu-dx > li {
  padding-left: 2px;
  padding-right: 2px;
}
.toph .menu-dx a {
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) {
  .toph .menu-dx a {
    width: 44px;
    height: 44px;
  }
  .toph .menu-dx a > i {
    line-height: 44px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .toph .menu-dx a {
    width: 50px;
    height: 50px;
  }
  .toph .menu-dx a > i {
    line-height: 50px;
    font-size: 3.2rem;
  }
}
.toph .menu-dx a > i {
  color: #585858;
  vertical-align: middle;
  display: inline-block;
}
.toph .menu-dx a:hover > i {
  color: #dd042b;
}
.top-img {
  position: relative;
}
.top-img .overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .top-img .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.top-img .overlay h1,
.page h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #585858;
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  font-size: 3rem;
  padding: 10px 10px;
}
@media only screen and (min-width: 768px) {
  .top-img .overlay h1,
  .page h1 {
    padding: 10px 60px;
    font-size: 3rem;
    -webkit-box-shadow: 12px 15px 50px 26px rgba(211, 207, 205, 0.5);
    -moz-box-shadow: 12px 15px 50px 26px rgba(211, 207, 205, 0.5);
    box-shadow: 12px 15px 50px 26px rgba(211, 207, 205, 0.5);
  }
}
@media only screen and (min-width: 1200px) {
  .top-img .overlay h1,
  .page h1 {
    font-size: 4.5rem;
  }
}
.megamenu {
  position: relative;
}
.megamenu .wrapper {
  height: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  -moz-transition: visibility 0s 0.5s, opacity 0.5s linear;
  -o-transition: visibility 0s 0.5s, opacity 0.5s linear;
  -ms-transition: visibility 0s 0.5s, opacity 0.5s linear;
}
@media only screen and (max-width: 767px) {
  .megamenu .wrapper {
    background-color: #dd042b;
    top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .megamenu .wrapper {
    background: linear-gradient(90deg, #dd042b 50%, #fff 50%);
    top: 112px;
  }
}
@media only screen and (min-width: 1200px) {
  .megamenu .wrapper {
    top: 120px;
  }
}
.megamenu .wrapper.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
}
.megamenu .wrapper .main {
  color: #fff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) {
  .megamenu .wrapper .main {
    padding: 35px 0 45px;
  }
}
@media only screen and (min-width: 992px) {
  .megamenu .wrapper .main {
    padding: 50px 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .megamenu .wrapper .main {
    padding: 70px 0 90px;
  }
}
.megamenu .wrapper .main .sx-contents > ul {
  margin-bottom: 0;
}
.megamenu .wrapper .main .sx-contents > ul > li {
  position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) {
  .megamenu .wrapper .main .sx-contents > ul > li + li {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .megamenu .wrapper .main .sx-contents > ul > li + li {
    margin-top: 10px;
  }
}
.megamenu .wrapper .main .sx-contents > ul > li > a,
.megamenu .wrapper .main .more .title,
.megamenu .wrapper .main .dx-contents .sub .title {
  color: #fff;
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
}
@media only screen and (max-width: 767px) {
  .megamenu .wrapper .main .sx-contents > ul > li > a,
  .megamenu .wrapper .main .more .title,
  .megamenu .wrapper .main .dx-contents .sub .title {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .megamenu .wrapper .main .sx-contents > ul > li > a,
  .megamenu .wrapper .main .more .title,
  .megamenu .wrapper .main .dx-contents .sub .title {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .megamenu .wrapper .main .sx-contents > ul > li > a,
  .megamenu .wrapper .main .more .title,
  .megamenu .wrapper .main .dx-contents .sub .title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.megamenu .wrapper .main .sx-contents > ul > li > a > span {
  padding-right: 10px;
}
.megamenu .wrapper .main .more {
  line-height: 2.8rem;
  margin-top: 50px;
  margin-bottom: 15px;
}
.megamenu .wrapper .main .more .title {
  display: block;
}
.megamenu .wrapper .main .more .btn {
  width: 180px;
  font-family: "Lato", "Lato Fallback", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  color: #dd042b;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px), only screen and (min-width: 992px) {
  .megamenu .wrapper .main .more .btn {
    margin: 15px 0 20px;
    padding: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .megamenu .wrapper .main .more .btn {
    margin: 15px 0 40px;
    padding: 12px;
  }
}
.megamenu .wrapper .main .more a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .megamenu .wrapper .main .dx-contents {
    margin-bottom: 10px;
  }
}
.megamenu .wrapper .main .dx-contents .sub {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .megamenu .wrapper .main .dx-contents .sub .title {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .megamenu .wrapper .main .dx-contents .sub .title {
    color: #dd042b;
    text-align: center;
    display: block;
  }
}
.megamenu .wrapper .main .dx-contents .sub .title > .fa {
  font-size: 1.8rem;
  display: block;
  text-align: right;
  position: absolute;
  top: 5px;
  width: 100%;
  left: 0;
  z-index: 1;
  border: 0;
  background-color: transparent;
}
.megamenu .wrapper .main .dx-contents .sub .title > .fa:after {
  content: "\f147";
}
.megamenu .wrapper .main .dx-contents .sub .title > .fa.collapsed:after {
  content: "\f196";
}
.megamenu .wrapper .main .dx-contents .sub ul.services {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .megamenu .wrapper .main .dx-contents .sub ul.services {
    margin: 0;
  }
  .megamenu .wrapper .main .dx-contents .sub ul.services.in,
  .megamenu .wrapper .main .dx-contents .sub ul.services.collapsing {
    display: block!important;
  }
}
@media only screen and (min-width: 768px) {
  .megamenu .wrapper .main .dx-contents .sub ul.services.collapse {
    display: block!important;
    visibility: visible;
  }
}
.megamenu .wrapper .main .dx-contents .sub ul.services > li {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .megamenu .wrapper .main .dx-contents .sub ul.services > li {
    text-align: center;
  }
}
.megamenu .wrapper .main .dx-contents .sub ul.services > li a {
  display: block;
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
}
@media only screen and (max-width: 767px) {
  .megamenu .wrapper .main .dx-contents .sub ul.services > li a {
    color: #fff;
    padding-left: 20px;
    position: relative;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .megamenu .wrapper .main .dx-contents .sub ul.services > li a:after {
    content: "--";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .megamenu .wrapper .main .dx-contents .sub ul.services > li a {
    color: #585858;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .megamenu .wrapper .main .dx-contents .sub ul.services > li a {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .megamenu .wrapper .main .dx-contents .sub ul.services > li a {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.megamenu .wrapper .main .dx-contents .sub ul.services > li a:hover {
  color: #fff;
  background-color: #dd042b;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .megamenu .wrapper .main .dx-contents .sub ul.services > li a:hover:after {
    right: -100%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #dd042b;
    width: 100%;
  }
}
.megamenu .wrapper .main .dx-contents .sub ul.services > li a:focus {
  text-decoration: none;
}
.slide {
  position: relative;
  background-color: #dfe5f1;
}
.hometext h1 {
  margin-top: 50px;
  font-size: 2.5rem;
}
.section {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 100px 0;
  }
}
.section h2,
.section h3 {
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  text-transform: uppercase;
  color: #585858;
  font-weight: 700;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .section h2,
  .section h3 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .section h2,
  .section h3 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .section h2,
  .section h3 {
    font-size: 5rem;
    line-height: 4rem;
  }
}
.section h2 > span,
.section h3 > span {
  color: #dd042b;
}
.section a {
  color: #dd042b;
}
.section.clients {
  padding-top: 10px;
}
.section.clients1000 {
  padding: 0;
  background-color: #f0efed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.clients1000 .wrapper {
  padding: 24px 40px;
  color: #585858;
  font-size: 1.6rem;
}
.section.clients1000 a {
  color: #585858;
}
.section.clients1000 a:hover {
  text-decoration: none;
}
.section.clients1000 .payoff {
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  color: #dd042b;
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .section.clients1000 .payoff {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.section.projects {
  background: url("/tpl/img/bg_projects.jpg") transparent center top no-repeat;
  background-size: cover;
}
.section.projects .masonry {
  margin-top: 50px;
  /*border: 2px solid @white;*/
}
.section.projects .masonry .item {
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-color: #fff;
  border-width: 4px;
}
.section.projects .masonry .item.empty {
  border: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.section.projects .masonry .item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.section.projects .masonry .item .overlay {
  display: block;
  background-color: #dd042b;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 1.3rem;
  line-height: 1.3rem;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.section.projects .masonry .item .overlay:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 15px 20px;
  border-color: transparent transparent #dd042b transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -20px;
}
.section.projects .masonry .item:hover .overlay {
  bottom: 0;
}
.section.blogarts {
  /*background: url("@{images}/bg_blog.jpg") transparent center top no-repeat;*/
  background-color: #f0efed;
  background-size: cover;
}
.section.blogarts .masonry {
  margin-top: 50px;
}
.section.blogarts .masonry .item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
}
.section.blogarts .masonry .item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.section.blogarts .masonry .item .overlay {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(88, 88, 88, 0.9);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
}
@media only screen and (min-width: 350px) and (max-width: 767px) {
  .section.blogarts .masonry .item .overlay {
    padding: 0 10px;
  }
}
.section.blogarts .masonry .item .overlay:hover {
  background-color: #585858;
}
.section.blogarts .masonry .item .overlay > .wrapper i {
  font-size: 4rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section.blogarts .masonry .item .overlay > .wrapper h4 {
  margin-top: 0;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 5px;
}
@media only screen and (min-width: 350px) and (max-width: 767px) {
  .section.blogarts .masonry .item .overlay > .wrapper h4 {
    font-size: 1.5rem;
  }
}
.section.blogarts .masonry .item .overlay > .wrapper p {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-style: italic;
}
@media only screen and (min-width: 350px) and (max-width: 767px) {
  .section.blogarts .masonry .item .overlay > .wrapper p {
    display: none;
  }
}
.section .wrapper-carousel {
  position: relative;
  padding: 0 30px;
}
.section .wrapper-carousel .navigation > span {
  color: #dd042b;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  top: 50%;
  margin-top: -29px;
}
.section .wrapper-carousel .navigation > span.prev {
  left: -5px;
}
.section .wrapper-carousel .navigation > span.next {
  right: -5px;
}
.section .wrapper-carousel .carousel {
  margin-top: 40px;
}
.section .wrapper-carousel .carousel .item > img {
  padding: 0 15px;
}
.services-list {
  padding-top: 40px;
  padding-bottom: 40px;
}
.slide .services-list {
  padding-top: 0;
}
.services-list ul {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .services-list ul {
    padding: 0 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .services-list ul {
    padding: 0 240px;
  }
}
@media only screen and (min-width: 1600px) {
  .services-list ul {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .slide .services-list ul {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) {
  .slide .services-list ul {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) {
  .slide .services-list ul {
    margin-top: -110px;
  }
}
@media only screen and (min-width: 1200px) {
  .slide .services-list ul {
    margin-top: -165px;
  }
}
@media only screen and (min-width: 1600px) {
  .slide .services-list ul {
    margin-top: -220px;
    padding: 0 100px;
  }
}
.services-list ul > li {
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .services-list ul > li {
    padding: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .services-list ul > li {
    padding: 0 20px;
  }
}
.services-list ul > li > a {
  display: block;
  background-color: #bdac9b;
  color: #fff;
  text-transform: uppercase;
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  font-weight: 700;
  border: 10px solid rgba(255, 255, 255, 0.4);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  padding: 0 10px;
  font-size: 1.2rem;
  text-align: center;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
}
.services-list ul > li > a.bborder {
  border: 10px solid rgba(189, 172, 155, 0.4);
}
.services-list ul > li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #dd042b;
  border-color: #dd042b;
}
@media only screen and (max-width: 767px) {
  .services-list ul > li > a {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .services-list ul > li > a {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .services-list ul > li > a {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .services-list ul > li > a {
    width: 120px;
    height: 120px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .menu-int {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .menu-int {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.menu-int .pt {
  margin: 25px 0;
}
.menu-int .pt > i {
  vertical-align: middle;
}
.menu-int > .parent {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .menu-int > .parent {
    padding: 0 0 15px;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .menu-int > .parent {
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
}
.menu-int > .parent:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #585858;
  content: "";
  z-index: -1;
}
.menu-int > .parent a {
  color: #585858;
}
.menu-int > .parent a > span {
  background-color: #fff;
  font-size: 2.5rem;
  line-height: 4.5rem;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu-int > .parent a > span {
    font-size: 2rem;
  }
}
.menu-int > .parent a:hover {
  color: #dd042b;
  text-decoration: none;
}
.menu-int ul {
  margin: 0;
  text-align: center;
}
.menu-int ul > li {
  padding: 0 7px;
}
@media only screen and (max-width: 767px) {
  .menu-int ul > li {
    display: block;
  }
}
.menu-int ul > li > a {
  position: relative;
  color: #585858;
  font-weight: 700;
  display: block;
  border: 1px solid #ddd;
  margin: 7px 0px;
}
@media only screen and (max-width: 767px) {
  .menu-int ul > li > a {
    padding: 10px 20px;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .menu-int ul > li > a {
    padding: 5px 20px;
    line-height: 3rem;
  }
}
.menu-int ul > li > a:hover {
  color: #dd042b;
}
@media only screen and (min-width: 1200px) {
  .menu-int ul > li > a {
    font-size: 1.6rem;
  }
}
.menu-int ul > li.active > a {
  color: #dd042b;
}
.menu-int ul > li.lv1 > a {
  background-color: #f8f8f8;
}
.main-wrapper {
  overflow: hidden;
}
.title-stripe {
  text-transform: uppercase;
  padding: 9px 0;
  font-size: 2.2rem;
  line-height: 3.4rem;
  color: #dd042b;
  font-weight: 700;
  position: relative;
}
.title-stripe:after {
  position: absolute;
  top: 50%;
  left: -102%;
  height: 4px;
  background-color: #dd042b;
  content: '';
  z-index: 1;
  width: 100%;
}
.page {
  margin-bottom: 80px;
}
.page h1 {
  background-color: #f8f8f8;
  margin-top: 0;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  word-break: normal;
 overflow-wrap: normal;
}
.page .payoffh1 {
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 700;
  padding-bottom: 14px;
}
@media only screen and (min-width: 1200px) {
  .page .payoffh1 {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
}
.page .txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 30px;
}
.page .txt.bggrey {
  position: relative;
  padding: 50px 0;
}
.page .txt.bggrey:before {
  content: "";
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  z-index: -1;
}
.page .txt .quote {
  padding: 20px 30px;
  position: relative;
}
.page .txt .quote:before,
.page .txt .quote:after {
  position: absolute;
  width: 20px;
  height: 20px;
}
.page .txt .quote:before {
  top: 0;
  left: 0;
  content: url('/tpl/img/quote-alt-left.svg');
}
.page .txt .quote:after {
  bottom: 0;
  right: 0;
  content: url('/tpl/img/quote-alt-right.svg');
}
@media only screen and (max-width: 767px) {
  .page .txt {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.page .txt img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block;
}
.page .txt h2 {
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
  color: #585858;
}
.page .txt h3,
.page .txt h4,
.page .txt h5,
.page .txt h6 {
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 2.0rem;
  margin-bottom: 20px;
  color: #585858;
}
.page .txt a {
  color: #dd042b !important;
}
.page .list {
  padding: 20px 0 80px;
}
.page .list .item {
  margin-bottom: 30px;
}
.page .form-reg h2,
.page .form-reg h3,
.page .form-reg h4,
.page .form-reg h5,
.page .form-reg h6 {
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 0px;
  color: #585858;
}
@media only screen and (max-width: 767px) {
  .page .crm_form {
    margin-top: 30px;
  }
}
.blog {
  margin-bottom: 0;
}
.blog .menu-int {
  margin: 10px 0;
}
.blog .article {
  margin-bottom: 30px;
  background-color: #fff;
}
.blog .article img {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.blog .article:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  opacity: 0.5;
}
.blog .article > a {
  color: #585858;
}
.blog .article > a:hover {
  text-decoration: none;
}
.blog .article .wrapper {
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .blog .article .wrapper {
    padding: 25px 15px;
  }
}
.blog .article .wrapper-b {
  padding: 0 25px 25px 25px;
}
@media only screen and (max-width: 767px) {
  .blog .article .wrapper-b {
    padding: 0 15px 25px 15px;
  }
}
.blog .article h3 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog .article h3 {
    font-size: 1.6rem;
  }
}
.blog .article .txt {
  line-height: 2rem;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .blog .article .txt {
    font-size: 1.4rem;
  }
}
.blog .article .date {
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog .article .cat {
    text-align: left;
  }
}
.blog .article .cat > a {
  color: #dd042b;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.blog .article .cat > a:hover {
  text-decoration: none;
  color: #585858;
}
.blog-det {
  padding: 50px 0 80px;
}
.blog-det > .wrapper {
  background-color: #fff;
  padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
  .blog-det > .wrapper {
    padding: 50px 60px;
  }
}
.blog-det h1 {
  text-align: left ;
  padding: 0;
  text-transform: none;
  background-color: transparent;
  margin-bottom: 0;
}
.blog-det h1:before,
.blog-det h1:after {
  background-color: transparent;
}
.blog-det .det-dx {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-det .blog-form {
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  margin: 50px 0px 30px;
  color: #707070;
}
.blog-det .blog-form .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
  padding: 40px;
  background-color: #dd042b;
  color: #fff;
}
.blog-det .blog-form .box a {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-det .blog-form .box {
    margin-bottom: 40px;
  }
}
.blog-det .blog-form .blog-form-title {
  font-size: 43px;
  line-height: 43px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-det .blog-form .blog-form-title {
    font-size: 36px;
  }
}
.blog-det .blog-form .blog-contact {
  font-size: 20px;
  line-height: 36px;
  padding-bottom: 5px;
}
.blog-det .blog-form .blog-descr {
  font-size: 20px;
  line-height: 36px;
}
.blog-det .utils {
  margin-top: 4px;
}
.blog-det .utils .tit {
  color: #dd042b;
  font-weight: 700;
  margin: 15px 0;
}
.blog-det .utils .share-social ul > li {
  padding: 0 1px;
}
.blog-det .utils .share-social ul > li > a {
  text-align: center;
  display: inline-block;
  width: 35px;
  color: #dd042b;
  border: 1px solid #dd042b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.blog-det .utils .share-social ul > li .fa {
  font-size: 1.6rem;
  line-height: 33px;
}
.blog-det .utils .btn {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-det .utils .text-right {
    text-align: left;
  }
}
.blog-det .comments {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d3cfcd;
}
.blog-det .comments h3 {
  margin-top: 0;
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  color: #585858;
  margin-bottom: 30px;
}
.det-contacts {
  margin-top: 50px;
}
.det-contacts i[class^="pe-7s"] {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}
@media only screen and (min-width: 768px) {
  .det-contacts .margin {
    margin: 0 -10px;
  }
}
.det-contacts .wrapper-table > .row > div {
  padding: 20px;
  border: 2px solid #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .det-contacts .wrapper-table > .row > div {
    padding-left: 50px !important;
  }
}
.det-contacts .wrapper-table > .row > div:nth-child(2n+1) {
  background-color: #f8f8f8;
  font-style: italic;
  padding-left: 50px;
}
@media only screen and (min-width: 768px) {
  .det-contacts .wrapper-table {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
  }
  .det-contacts .wrapper-table > .row {
    display: table-row;
  }
  .det-contacts .wrapper-table > .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 1px;
  }
}
.gallery {
  margin-top: 30px;
  padding-top: 220px;
  background: url("/tpl/img/bg_gallery.svg") transparent left top no-repeat;
}
.gallery .row {
  margin: 0 -8px;
}
.gallery .row > div {
  padding: 0 8px;
}
.gallery img {
  margin-bottom: 16px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.formfooter {
  background-color: #d3cfcd;
  padding: 40px 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .formfooter {
    text-align: center !important;
  }
  .formfooter .text-right {
    text-align: center;
    margin-top: 25px;
  }
}
.formfooter .title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: "Titillium Web", "Titillium Web Fallback", sans-serif;
  color: #585858;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 30px;
}
.formfooter .title > span,
.formfooter .title .sub {
  color: #fff;
}
.formfooter .title > .sub {
  color: #fff;
  text-transform: none;
}
@media only screen and (min-width: 992px) {
  .formfooter .title {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
.formfooter .form-control {
  color: #585858;
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #fff;
  padding-left: 0;
  text-transform: uppercase;
}
.formfooter .form-control::-webkit-input-placeholder {
  color: #585858;
  opacity: 1;
}
.formfooter .form-control:-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.formfooter .form-control::-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.formfooter .form-control:-ms-input-placeholder {
  color: #585858;
  opacity: 1;
}
.formfooter .form-control::-ms-input-placeholder {
  color: #585858;
  opacity: 1;
}
.formfooter .form-control.error {
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ff0000;
}
.formfooter textarea {
  padding: 0;
  height: 98px;
  background-attachment: local;
  background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), repeating-linear-gradient(transparent, transparent calc(48px), #fff calc(48px), #fff 49px, transparent 49px);
  background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), repeating-linear-gradient(transparent, transparent calc(48px), #fff calc(48px), #fff 49px, transparent 49px);
  background-image: linear-gradient(to right, transparent 10px, transparent 10px), linear-gradient(to left, transparent 10px, transparent 10px), repeating-linear-gradient(transparent, transparent calc(48px), #fff calc(48px), #fff 49px, transparent 49px);
  line-height: 49px;
}
.formfooter .checkbox {
  margin-top: 0;
}
.formfooter .btn {
  background-color: #fff;
  border-color: #fff;
  color: #585858;
}
.formfooter .btn:hover {
  background-color: #dd042b;
  border-color: #dd042b;
  color: #fff;
}
.formfooter a {
  color: #585858;
  font-weight: 700;
}
.formhome,
.formcase {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .formhome,
  .formcase {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .formhome,
  .formcase {
    padding: 100px 0;
  }
}
.formhome .title,
.formcase .title {
  color: #585858;
}
.formhome .title > span,
.formhome .title .sub,
.formcase .title > span,
.formcase .title .sub {
  color: #dd042b;
}
.formhome .title > .sub,
.formcase .title > .sub {
  color: #dd042b;
  text-transform: none;
}
.formhome .form-control,
.formcase .form-control {
  border-bottom-color: #585858;
}
.formhome textarea,
.formcase textarea {
  background-attachment: local;
  background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), repeating-linear-gradient(transparent, transparent calc(48px), #585858 calc(48px), #585858 49px, transparent 49px);
  background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), repeating-linear-gradient(transparent, transparent calc(48px), #585858 calc(48px), #585858 49px, transparent 49px);
  background-image: linear-gradient(to right, transparent 10px, transparent 10px), linear-gradient(to left, transparent 10px, transparent 10px), repeating-linear-gradient(transparent, transparent calc(48px), #585858 calc(48px), #585858 49px, transparent 49px);
  line-height: 49px;
}
.formhome .btn,
.formcase .btn {
  background-color: #dd042b;
  border-color: #dd042b;
  color: #fff;
}
.formhome .btn:hover,
.formcase .btn:hover {
  background-color: #585858;
  border-color: #585858;
  color: #fff;
}
.formhome .call,
.formcase .call {
  margin-top: 20px;
  font-size: 2.5rem;
}
.formhome a,
.formcase a {
  color: #dd042b;
}
.formcase {
  background-color: #f4f4f4;
  margin-bottom: 40px;
}
.formcase .boxsx {
  height: 100%;
  background-color: #dd042b;
  padding: 30px;
  color: #fff;
  font-size: 20px;
}
.formcase .boxsx .title {
  color: #fff;
  text-align: left;
}
.formcase .boxsx a {
  color: #fff;
}
.formcase .boxsx img {
  margin-top: 30px;
}
.partners {
  padding: 0 0 40px 0 !important;
}
.partners ul {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .partners ul > li + li {
    margin-top: 16px;
  }
  .partners ul li img {
    max-height: 90px;
    width: auto;
  }
}
.partners ul > li > img {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
}
.footer {
  color: #fff;
  background-color: #dd042b;
  padding: 45px 0 10px;
  line-height: 3.3rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 1.2rem;
    padding: 15px 0 10px;
  }
}
.footer a {
  color: #fff;
}
.footer .block-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .footer .block-title {
    margin-top: 30px;
  }
}
.footer .newsletter {
  margin-top: 15px;
}
.footer .newsletter .input-group {
  margin-bottom: 10px;
}
.footer .newsletter .input-group .form-control {
  height: 45px;
  background-color: #dd042b;
  border-color: #fff !important;
  color: #fff;
}
.footer .newsletter .input-group .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .newsletter .input-group .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .newsletter .input-group .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .newsletter .input-group .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .newsletter .input-group .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .newsletter .input-group .form-control.error {
  background-color: #fff;
  border-color: #fff !important;
  color: #dd042b;
}
.footer .newsletter .input-group .btn {
  height: 45px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  background-color: #fff;
  border-color: #fff;
}
.footer .newsletter .input-group .btn i {
  color: #dd042b;
  font-size: 2.5rem;
  line-height: 3.2rem;
}
@media only screen and (min-width: 992px) {
  .footer .newsletter .input-group .btn {
    width: 70px;
  }
}
.footer .newsletter label.error {
  margin-bottom: 0;
}
.footer .newsletter .checkbox {
  line-height: 2rem;
}
.powered {
  padding: 35px 0;
  color: #fff;
  background-color: #dd042b;
  font-weight: 300;
}
.powered a {
  color: #fff;
  font-weight: 700;
}
.powered a:hover {
  text-decoration: none;
}
.powered .socials {
  margin-bottom: 0;
}
.powered .socials > li {
  padding: 0;
}
.powered .socials > li > a {
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.powered .socials > li > a i {
  font-size: 1.6rem;
  line-height: 33px;
  color: #fff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .powered .socials > li > a {
    margin-bottom: 10px;
  }
}
.powered span {
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .powered .text-right {
    text-align: left;
  }
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
}
.pagination > li > a {
  color: #585858;
}
.pagination > .active > a {
  color: #fff;
  background-color: #dd042b;
  border-color: #dd042b;
}
.cookie {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  background-color: #000000;
  z-index: 2;
}
.cookie .cookie-bg {
  width: 100%;
  position: relative;
}
.cookie a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 400;
}
.cookie .chiudi {
  text-decoration: none!important;
  color: #fff;
}
.page .r-pwd{font-size:14px;line-height:17px;padding:8px 0 20px;display:inline-block;color:#dd042b}
.page .input-group-addon{border-radius: 0px}

/* user*/
.user{margin-bottom:40px !important;padding-top:10px;flex:1;}
/*.user.tickets{padding-top:78px;margin-bottom:0px !important;overflow:hidden;}
.user.ticket-dett{padding-top:78px;margin-bottom:0px !important;background:var(--white) !important}*/
.user h1{font-size:22px;padding-bottom:0px;}
.user h3{font-size:22px;margin:0;padding:0;font-weight:500;}
.user a{color:var(--black);text-decoration:none;}
.user a:hover{color:var(--red-e1);text-decoration:underline;}
.user a.underline{text-decoration:underline !important;}
.user .user-login{margin:0;padding:10px  0 30px;}
.user .user-login ul{margin-bottom:0;}
.user .user-login i{font-size:13px;padding-right:2px;}
.user .user-login .type{text-transform:uppercase;color:var(--red-e1);}
.user .user-login .logout{display:inline-block;margin-left:10px;}
.user .user-menu{margin:0;padding:0;}
.user .user-menu h3{font-size:20px !important;padding-bottom:10px !important;}
.user .user-menu a{position:relative;}
.user .user-menu a:before{font-family: "icomoon";}
.user .user-menu .icn_user:before{content:"\e9b5";}
.user .user-menu .icn_dip:before{content:"\e9b5";}
.user .user-menu .icn_user_provvigioni:before{content:"\ea14";}
.user .user-menu .icn_user_ordini:before{content:"\e9f1";}
.user .user-menu .icn_user_dati:before{content:"\ea15";}
.user .user-menu .icn_user_sedi:before{content:"\e97c";}
.user .user-menu .icn_user_preferiti:before{content:"\e97a";}
.user .user-menu .icn_user_coupon:before{content:"\e9e3";}
.user .user-menu .icn_user_listini:before{content:"\e922";}
.user .user-menu .icn_user_rinnovi:before{content:"\e9c1";}
.user .user-menu .icn_user_rinnovo:before{content:"\e9c1";}
.user .user-menu .icn_user_punti:before{content:"\e96e";}
.user .user-menu .icn_user_documenti:before{content:"\e966";}
.user .user-menu .icn_dip_richieste:before{content:"\e966";}
.user .user-menu .icn_logout:before{content:"\e98d";}
.user .user-menu .icn_agente_dashboard:before{content:"\e9b5";}
.user .user-menu .icn_agente_clienti:before{content:"\e9ff";}
.user .user-menu .icn_user_allegati:before{content:"\e979";}
.user .user-menu .icn_user_privacy:before{content:"\e9ce";}
.user .user-menu .icn_user_resi:before{content:"\e9a8";}
.user .user-menu .icn_user_fidelity:before{content:"\e94f";}
.user .user-menu .icn_user_prodotti:before{content:"\e90b";}
.user .products{margin:0 -7px;}
.user .red{color:var(--red-e1);}
.user .green{color:var(--green-01);}
.user .nome{font-weight:700;font-size:16px;line-height:30px;color:var(--black);margin-top:0;text-align:left;}
.user .numero{font-size:26px;padding:0;margin-bottom:8px;}
.user .numero .date{color:var(--black-99);}
.user .input-cc{padding-top:20px;padding-bottom:20px;}
.user .stato{font-weight:700;text-align:left;font-size:22px;padding:0 0 10px;line-height:36px;}
.user .stato .desc{font-weight:700;font-size:22px;}
.user .top{font-weight:700;font-size:16px;padding:10px 0;margin-top:0;}
.user h3 + .box-recensione{margin-top:15px;}
.user .box-recensione{background-color:var(--grey-f8);padding:20px;margin-bottom:16px;}
.user .box-recensione h4{margin-top:0;}
.user .box-recensione h4 a{color:var(--grey-73);}
.user .box-recensione h5{color:var(--grey-73);}
.user .box-recensione label{padding:10px 14px 10px 0;float:left;}
.user .box-recensione label span{font-weight:100;}
.user .box-recensione .star{padding:10px 0;float:left;}
.user .box-recensione .txt{font-size:15px;}
.user .box{padding:20px  0;text-align:center;box-shadow:0 1px 1px rgb(0 0 0 / 20%);border-radius:12px;border:1px solid var(--grey-e6);margin-bottom:16px;}
.user .box i{padding:10px  0;text-align:center;font-size:32px;line-height:32px;display:inline-block;}
.user .box a{text-decoration:none;}
.user .box a:hover{color:var(--red-bd);}
.user .box a:before{font-family: "icomoon";font-size: 32px;line-height: 32px;padding: 0px 0px 10px;text-align: center;display:inline-block;}
.user .box .icn_user:before{content:"\e9b5";}
.user .box .icn_dip:before{content:"\e9b5";}
.user .box .icn_user_ordini:before{content:"\e9f1";}
.user .box .icn_user_provvigioni:before{content:"\ea14";}
.user .box .icn_user_dati:before{content:"\ea15";}
.user .box .icn_user_sedi:before{content:"\e97c";}
.user .box .icn_user_preferiti:before{content:"\e97a";}
.user .box .icn_user_coupon:before{content:"\e9e3";}
.user .box .icn_user_listini:before{content:"\e922";}
.user .box .icn_user_rinnovi:before{content:"\e9c1";}
.user .box .icn_user_rinnovo:before{content:"\e9c1";}
.user .box .icn_user_punti:before{content:"\e96e";}
.user .box .icn_user_documenti:before{content:"\e966";}
.user .box .icn_dip_richieste:before{content:"\e966";}
.user .box .icn_logout:before{content:"\e98d";}
.user .box .icn_agente_dashboard:before{content:"\e9b5";}
.user .box .icn_agente_clienti:before{content:"\e9ff";}
.user .box .icn_user_allegati:before{content:"\e979";}
.user .box .icn_user_privacy:before{content:"\e9ce";}
.user .box .icn_user_fidelity:before{content:"\e94f";}
.user .box .icn_user_resi:before{content:"\e9a8";}
.user .box .icn_user_prodotti:before{content:"\e90b";}
.user .box h3{font-size:18px;font-weight:400;}
.user .btn-primary{padding:5px 100px;}
.user .dfiles{font-size:14px;background-color:var(--gray-f8);margin: 20px 0 0 0 !important}
.user .dfiles th { background-color:var(--grey-f8); padding:5px; border-bottom:0px;text-align: right}
.user .dfiles td { text-align: right;border-color:var(--grey-f8);}
.user .tr_ordine:hover , .user .tr_abbonamento:hover, .user .tr_ticket:hover{cursor:pointer !important;background-color:var(--grey-f8) !important}
.user .punti_disp{padding:10px 0;text-align:center;font-size:18px;margin-bottom:16px;}
.user .trackingbox{margin-bottom:30px;}
.user .trackingbox h3{margin-bottom:10px;font-weight:600;font-size:16px;}
.user .boxbuoni{margin-bottom:40px;background-color:var(--grey-f8);padding:20px;}
.user .boxbuoni h3{margin-bottom:16px;}
.user .boxbuoni ul{margin-bottom:0;}
.user .table_user th , .user .table_user td{border-color:var(--grey-e6);}
.user.elimina {margin-top: 20px;}
.user .tab-content {padding: 20px 0;}
.user .tab-content .alert {padding: 10px; margin-bottom: 0;}

.dip h1{margin-top: 0px;margin-bottom: 25px;}
.dip .title{color:#424242;font-size: 16px;line-height:24px;margin-bottom:16px;font-weight:bold;font-family: 'Titillium Web'}
.dip .fc .fc-toolbar.fc-header-toolbar{padding-bottom: 1.5em;background-color: transparent;margin-bottom:0px}
.dip .fc-event{cursor: pointer;}
.dip .small-box {border-radius: 2px;position: relative;display: block;margin-bottom: 20px;/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/color: #fff !important;border: 1px solid #DDDDDD;}
.dip .row.dflex{display: flex;flex-wrap: wrap;}
.dip .row.dflex > [class*="col-"] {display: flex;flex-direction: column;}
.dip .row.dflex > [class*="col-"] > .small-box{height: 100%;}
.dip .bg-aqua {background-color: #00c0ef !important;}
.dip .bgres{border-color: #28965A;background: #FAFAFA}
.dip .small-box > .inner {padding: 10px;}
.dip .small-box h3 {font-size:30px;line-height:45px;font-weight: bold;margin: 0 0 0px 0;white-space: nowrap;padding: 0;color:#2C3E50}
.small-box h3 small{color:#2C3E50;font-size: 14px}
.small-box p {font-size: 14px;color:#2C3E50;margin-bottom: 29px;}
/*.info-box-text {text-transform: uppercase;}*/
.small-box .icons {position: absolute;top: 50%;right: 7px;z-index: 0;font-size:30px;color: rgba(0, 0, 0, 0.15);margin-top: -58px}
.small-box.bgres .icons i{color:#28965A}
#dlg_add_req .form-control[disabled], #dlg_add_req .form-control[readonly]{background-color: #eee !important}

.dip-richieste h1{margin-top: 10px;margin-bottom: 16px}
.dip-richieste #add_request{border: 2px solid #212121;font-size: 20px;line-height:31px;font-family: 'Titillium Web';color:#212121;font-weight:bold;margin-bottom: 26px}
.dip-richieste #add_request i{font-size: 15px}
.dip-richieste .table > thead > tr > th{font-size:16px;font-weight:400;line-height: 26px;}
.dip-richieste .table > tbody > tr > td, .dip-richieste .table > tbody > tr > th, .dip-richieste .table > tfoot > tr > td, .dip-richieste .table > tfoot > tr > th, .dip-richieste .table > thead > tr > td, .table > thead > tr > th{font-size:16px;font-weight:400;line-height: 26px;vertical-align:middle}
.dip-richieste .stato{padding:7px 10px !important;background:#FFF !important;font-size: 15px;}
.dip-richieste #dlg_add_req h4{color: #212121;font-size: 19px;line-height: 26px;font-weight: bold;font-family: 'Titillium Web';}
.dip-richieste #dlg_add_req h4 i{font-size: 15px;}

.dip-richieste .tab-elprodotti tbody tr:nth-child(2n) {background-color: #FFF;}
.dip-richieste .tab-elprodotti tr:nth-child(n+2) {border-top: 1px solid #e6e6e6;}
.dip-richieste .tab-elprodotti .footable-detail-row td {font-size: 14px;}
.dip-richieste .tab-elprodotti .footable-detail-row > td {background-color: #f8f8f8;}
.dip-richieste .tab-elprodotti table {border-collapse: collapse;border-spacing: 0;width: 100%;margin: 0;padding: 0;}
.dip-richieste .tab-elprodotti tbody tr:nth-child(2n+1) {background-color: #FFF;}
.dip-richieste .tab-elprodotti .footable-details tr {border: 0;}
.dip-richieste .tab-elprodotti .footable-details tr > * {background-color: #f8f8f8;padding: 2px 6px;border: 0px;}

@media only screen and (max-width: 767px) {
  .dip h1{margin-top: 10px}
  .dip .fc .fc-toolbar.fc-header-toolbar{display: block;}
  .dip .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk{margin-bottom: 10px}
  .dip-richieste .tab-elprodotti table.footable-details > tbody > tr > th:nth-child(1) {width: auto;}
  .dip-richieste .tab-elprodotti .fooicon {font-size: 14px !important;}
}

@media only screen and (max-width:991px){
  .user-menu h3{margin-top:0;padding-bottom:5px !important;}
  .user-menu ul{display:table;width:100%;table-layout:fixed;margin-left:-3px;margin-bottom:0;}
  .user-menu ul > li{display:table-cell;text-align:center;border:0;padding:0 3px;}
  .user-menu ul > li a{border:1px solid #e6e6e6;display:block;padding:12px 0;}
  .user-menu ul > li a:hover{text-decoration:none;color:#e11937;}
  .user-menu ul > li a:before{font-size:20px;}
  .user-menu ul > li.active a{color:#e11937;border-color:#e11937;}
}

@media only screen and (min-width: 768px) {
  .dip h1{margin-top: 10px}
}

@media only screen and (min-width:992px){
  .user-menu{margin:0;padding:0;}
  .user-menu h3{font-size:20px !important;padding-bottom:10px !important;}
  .user-menu ul > li{border-bottom:1px solid #e6e6e6;}
  .user-menu ul > li a{padding:2px 0 2px 26px;display:inline-block;line-height:40px;}
  .user-menu ul > li a:hover , .user-menu ul > li a:focus{text-decoration:none;color:#e11937;}
  .user-menu ul > li.active a{color:#e11937;}
  .user-menu ul > li a:before{position:absolute;top:0;left:0;}
}
