@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary: #BA0C2F;
  --secondary: #003C71;
  --tertiary: #072847;
  --gray: #B3ADBB;
  --cold-gray: #F3F2F1;
  --ice: #DBE4EB
}

/*HEADER*/
.uk-navbar-justify .uk-navbar-item {
  flex-grow: initial;
}

.uk-navbar-nav.uk-margin-medium-right {
  margin-right: 0 !important;
}

.uk-navbar-nav.uk-margin-medium-left {
  margin-left: 0 !important;
}

.uk-navbar-nav {
  justify-content: space-between !important;
}

.uk-navbar-justify .uk-navbar-nav>li {
  align-items: center;
}

.uk-navbar-dropbar {
  border-top: 1px solid var(--ice);
}

.mod-languages a,
.btn-login a:after, .btn-logout a:after {
  border: 1px solid var(--ice);
  height: 38px;
  line-height: 38px;
  width: 38px;
  text-align: center;
  border-radius: 19px;
  display: block;
}

.mod-languages a,
.uk-navbar .btn-login a {
  color: var(--primary) !important;
}

.mod-languages .uk-text-middle {
  margin:auto;
  font-weight: 300;
  font-size: 15px;
}

.mod-languages .uk-svg, .mod-languages .uk-icon {
  display: none !important;
}

.uk-navbar .btn-login a, .uk-navbar .btn-logout a {
  font-size: 0 !important;
}

.uk-navbar .btn-login a:hover,
.mod-languages a:hover,
.mod-languages a:focus,
.mod-languages a:active {
  color: var(--secondary) !important;
}

.btn-logout a:after {
  background: var(--secondary);
  color: #fff;
}

.btn-logout a:hover {
  color: var(--secondary) !important;
  background: #fff
}

.btn-login a:after {
  content: "\f023";
}
.btn-logout a:after {
  content: "\f3c1";
}

.btn-login a::after, .btn-logout a:after {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.btn-login a::after,
.btn-logout a:after {
  font-family: 'Font Awesome 7 Pro';
}

.btn-contact.uk-button.uk-button-primary {
  padding: 0 28px;
  color: #fff;
  font-weight: 500;
  max-height: 42px;
}

.btn-contact.uk-button.uk-button-primary:hover {
  background-color: transparent;
  color: #003c71;
  border-color: #003c71
}

.btn-contact.uk-button.uk-button-primary:before,
.btn-login a:before {
  display: none !important
}

/*BTN*/
.uk-button-default {
    line-height: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.button-inverse .uk-button-primary:hover,
.button-inverse .uk-button-primary:focus,
.button-inverse .uk-button-primary.uk-active,
.button-inverse .uk-button-primary:active,
.button-inverse .uk-button-default:hover,
.button-inverse .uk-button-default:focus,
.button-inverse .uk-button-default.uk-active,
.button-inverse .uk-button-default:active {
  border-color: #fff !important;
  color: #fff !important;
  background: transparent !important;
}

.uk-button-text {
  font-size: 24px;
  line-height: 36px;
  text-transform: none;
  display: flex;
  justify-content: space-between;
}

.products-panel .uk-button-text {
  color: var(--secondary) !important;
  font-weight: 600;
  border-color: var(--gray);
}

.products-panel .uk-button-text:hover,
.products-panel .uk-button-text:active {
  color: var(--gray) !important;
}

.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus {
  color: var(--gray) !important;
}

.uk-button-default {
  background-color: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.uk-button-default:hover,
.uk-button-primary.uk-active,
.uk-button-primary:active,
.products-panel .uk-button-default:hover,
.products-panel .uk-button-default:active {
  color: var(--secondary);
  border-color: var(--secondary);
}

.button-inverse .uk-button.uk-button-default {
  background: #fff;
  border-color: #fff;
}

.btn-list {
  list-style: none;
  padding: 0;
}

.btn-list i {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}

.btn-list.red-arrow i {
  background: var(--primary);
  width: 36px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  padding: 2px
}

.btn-list.border {
  border-top: 2px solid var(--gray)
}

.btn-list.border li {
  border-bottom: 2px solid var(--gray);
  padding: 4px 0;
}

.btn-social .uk-button {
  font-size: 20px;
  line-height: 40px;
  padding: 0;
  width: 40px;
  height: 40px
}

/*ELEMENTI COMUNI*/
.uk-hr,
hr {
  border-top: 2px solid var(--ice) !important;
}

.fil-rouge {
  border-top: 2px solid var(--primary) !important;
}

.uk-divider-small {
  border: none !important;
}

.border-t {
  border-top: 2px solid;
}

.border-b {
  border-bottom: 2px solid;
}

.border-l {
  border-left: 2px solid;
}

.border-r {
  border-right: 2px solid;
}

.border-light {
  border: 1px solid var(--ice);
}

.border-gray {
  border: 1px solid var(--gray);
}

.border-primary {
  border: 2px solid var(--primary);
}

.border-t-secondary {
  border-top: 2px solid var(--secondary);
  padding: 20px 0;
}

.uk-border-rounded {
  border-radius: 4px;
}

.border-radius-left {
  border-radius: 4px 0 0 4px;
}

.border-radius-right {
  border-radius: 0 4px 4px 0;
}

.border-radius-top {
  border-radius: 4px 4px 0 0;
}

.border-radius-bottom {
  border-radius: 0 0 4px 4px;
}

.uk-tile-muted {
  border: 1px solid var(--gray);
  padding: 25px;
  border-radius: 4px;
  ;
}


.blue-gradient,
.uk-section-secondary {
  background: var(--secondary);
  background: -webkit-linear-gradient(90deg, var(--tertiary) 0%, var(--secondary) 100%);
  background: -moz-linear-gradient(90deg, var(--tertiary) 0%, var(--secondary) 100%);
  background: linear-gradient(90deg, var(--tertiary) 0%, var(--secondary) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--tertiary)",
      endColorstr="var(--secondary)",
      GradientType=1);
}

.bg-gradient-light {
  background: var(--ice);
  background: -webkit-linear-gradient(180deg, var(--ice) 0%, #F3F2F1 100%);
  background: -moz-linear-gradient(180deg, var(--ice) 0%, #F3F2F1 100%);
  background: linear-gradient(180deg, var(--ice) 0%, #F3F2F1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--ice)",
      endColorstr="var(--ice)",
      GradientType=1);
}

.bg-gradient-light-hor {
  background: var(--ice);
  background: -webkit-linear-gradient(90deg, var(--ice) 0%, #F3F2F1 100%);
  background: -moz-linear-gradient(90deg, var(--ice) 0%, #F3F2F1 100%);
  background: linear-gradient(90deg, var(--ice) 0%, #F3F2F1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--ice)",
      endColorstr="var(--ice)",
      GradientType=1);
}

.uk-divider-small::after,
.linea::before,
.tech-index::after {
  content: "";
  display: block;
  width: 200px;
  border-top: 0;
  height: 10px;
  background: var(--primary);
  background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
}

.linea::before {
  margin-bottom: 40px
}

.linea.linea-rouge::before {
  margin-bottom: 20px
}

.linea.linea-rouge::before,
.tech-index::after {
  width: 100%;
  background: var(--primary);
  background: linear-gradient(90deg, #700017 0%, var(--primary) 100%);
}

.products-panel picture::after,
.pre-decoration::before {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background: var(--primary);
  background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 50%);
}

.tech-index::after {
  margin-top: 30px;
}

.pre-decoration::before {
  margin-bottom: 30px;
}

.bg-gray {
  background: var(--cold-gray) !important;
}

.bg-ice {
  background: var(--ice);
}

.bg-blue {
  background: var(--secondary) !important;
}

.half-panel {
  max-width: 760px;
  float: right;
  justify-self: flex-end;
}

.half-panel-right {
  max-width: 720px;
  float: left;
  justify-self: flex-start;
}

.radius-panel .uk-card {
  border-radius: 4px;
}

.radius-panel img {
  border-radius: 4px 4px 0 0
}

.hr-full .uk-divider-small::after {
  width: 100%;
}

.tech-index a::after,
.uk-nav-default a:after,
.risorse .uk-button-text:after {
  content: "\e09f";
  text-align: center;
  font-family: 'Font Awesome 7 Pro';
}

.tech-index a::after {
  font-size: 30px;
  font-weight: 400;
}

.uk-container-xlarge {
  background: #fff;
  padding: 40px !important;
}

.bw-img {
  filter: saturate(0);
}

.panel-ice .el-content {
  color: initial;
}

.panel-ice .el-item {
  border-radius: 4px;
}

.uk-list-primary {
  padding-left: 20px;
}

.uk-list-striped li:nth-of-type(2n+1) {
  background: rgba(255, 255, 255, 0.4);
  border-top: 1px solid #bec6cc;
  border-bottom: 1px solid #bec6cc;
}

/*ACCORDION*/

.uk-accordion-title {
  position: relative;
}

.uk-accordion-title h4 {
  padding-left: 20px;
  margin-bottom: 5px !important;
  margin-top: 5px;
  border-radius: 4px
}

.uk-accordion-title::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 40px;
  margin-right: 20px;
  margin-top: -20px;
  content: "\2b";
  text-align: center;
  font-family: 'Font Awesome 7 Pro';
  font-size: 30px;
  line-height: 40px;
  color: var(--primary);
  width: 40px;
  height: 40px;
  background-image: none !important;
  background-color: #fff;
  border-radius: 20px;
}

.uk-open>.uk-accordion-title::before {
  content: "\f068";
  background-image: none !important;
}

/*TIPOGRAPHY*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit
}

body,
html {
  font-size: 20px;
  line-height: 28px;
}

.uk-h1,
h1 {
  font-size: 60px;
  line-height: 72px
}

.uk-h2,
h2 {
  font-size: 50px;
  line-height: 60px
}

.uk-h3,
h3,
h3 .uk-button-text.link-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  ;
}

h3 .uk-button-text.link-title {
  text-transform: uppercase;
}

.uk-h4,
h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none
}

.uk-h5,
h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-transform: none
}

.uk-h6,
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: none
}

.uk-text-small {
  font-size: 18px;
  line-height: 26px
}

.uk-text-xsmall {
  font-size: 16px;
  line-height: 24px
}

.uk-text-emphasis {
  color: #000000 !important;
}

.uk-text-secondary {
  color: var(--secondary) !important;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: var(--gray)
}

.font-regular h3,
.font-regular h4,
.font-regular h5,
.font-regular h6,
.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.news-trade .uk-text-small {
  font-size: 16px;
}

.news-trade .uk-list-divider li {
  border-top: 1px solid var(--gray);
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/*FOOTER*/
.uk-nav-primary {
  font-size: 16px;
  line-height: 32px;
}

.menu-footer .uk-nav-secondary {
  text-transform: none;
  font-size: 16px;
  line-height: 0.4;
  font-weight: 400;
}

.menu-footer .uk-nav-secondary>li>a:hover,
.menu-footer .uk-nav-secondary>li>a:focus {
    color: var(--gray)
}

footer .uk-text-small a {
  color: #000;
}

footer .uk-text-small a:hover .uk-link,
footer .uk-text-small a:hover {
  color: #003c71;
}

/*HOME*/
.uk-slider-container.uk-slider {
  margin-left: -25%;
  margin-right: -25%;
  overflow: hidden;
}

/*PRODOTTI*/
/*pannello prodotti*/
.products-panel .el-title {
  color: var(--secondary) !important;
}

.products-panel .uk-card-body {
  display: flex;
  flex-direction: column;
}

.products-panel picture {
  display: block;
}

.products-panel .el-content.uk-panel {
  order: 2
}

/*.products-panel .uk-card .el-hover-image.uk-transition-fade.uk-svg {
  opacity: 0.2;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  color: var(--secondary);
  filter: saturate(40);
}

.products-panel .uk-card img {
  filter: saturate(0) contrast(1.4);
}*/

.marked-checked li::before {
  content: "\f00c";
  font-family: 'Font Awesome 7 Pro';
  position: absolute;
  margin-left: -80px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-image: none;
  color: #fff;
  background: var(--primary);
  text-align: center;
  font-size: 36px;
  border-radius: 4px;
}

.marked-checked li {
  margin-left: 80px;
  width: 33.3%
}

.marked-checked {
  list-style: none;
  display: flex;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 70px
}

.marked-checked.not-inline {
  flex-direction: column;
}

.marked-checked.not-inline li {
  width: auto;
}

.marked-checked.not-inline li h5 {
  font-weight: 600 !important;
}

.marked-checked.not-inline li h6 {
  font-weight: 400 !important;
  min-height: 80px;
  color: #000;
}

.marked-checked h6 {
  color: var(--secondary);
}

.marked-checked.marked-small {
  display: block;
  margin: 0 10px;
}

.marked-checked.marked-small li::before {
  margin-left: -40px;
  margin-top: 6px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600 !important
}

.marked-checked.marked-small li {
  margin-left: 30px;
  width: 100%;
  margin-bottom: 30px;
}

/*GALLERIA*/
.galleria .uk-transition-fade,
.galleria .uk-panel {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.galleria .uk-transition-fade a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/*PRODUCT DETAIL*/
.spec-tech .el-item {
  padding: 30px;
}

.spec-tech.badge .el-meta {
  position: absolute;
  top: 0;
  padding: 5px 10px;
  background: #7A738F;
  color: #fff;
  border-radius: 0 0 4px 4px;
  display: inline-block;
}

.spec-tech.badge .el-content {
  margin-top: 40px !important
}

.spec-tech h6 {
  color: var(--secondary);
}

.rope-spec {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -40px !important;
}

/*SUSTAINIBILITY*/
.punti.uno::before {
  content: '1.';
}

.punti.due::before {
  content: '2.';
}

.punti.tre::before {
  content: '3.';
}

.punti.quattro::before {
  content: '4.';
}

.punti.cinque::before {
  content: '5.';
}

.punti.uno::before,
.punti.due::before,
.punti.tre::before,
.punti.quattro::before,
.punti.cinque::before {
  width: 52px;
  height: 52px;
  background: var(--primary);
  color: #fff;
  display: block;
  text-align: center;
  line-height: 52px;
  position: absolute;
  left: -70px
}

.punti {
  position: relative;
  margin-left: 70px
}

/*CONTATTI*/
.lista-contatti {
  list-style: none;
  padding: 0;
}

.lista-contatti .el-item {
  border-left: 10px solid var(--primary);
  padding-left: 30px;
  margin: 40px 0
}

.lista-contatti .el-item h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.consenso .cf-label {
  font-size: 14px !important;
}

.consenso .cf-checkbox-group.cf-checkbox-group-required {

  align-items: flex-start;
}

/*LOGIN*/
.star {
    color: var(--primary);
}

#login-form-popup .uk-modal-body img {
  margin: auto;
  display: block;
}

#login-form-popup .uk-modal-body .uk-button {
  width: 100%;
  display: block;
  margin-top: 30px;
}

#login-form-popup .uk-modal-body h6 {
  margin: 30px 0 40px
}

#login-form-popup .uk-modal-body .uk-list li {
  margin: 5px 0;
}

#login-form-popup .uk-modal-body .uk-list a, .com-users-login__options.list-group a {
  color: var(--primary);
}

.com-users-login__options.list-group a {
  display: block;
  margin-top: 10px
}

input[type="checkbox"] {
  display: inline-block;
  height: 20px;
  width: 20px;
  overflow: hidden;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #F0F2F4;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: .2s ease-in-out;
  transition-property: background-color,border-color,box-shadow;
  border: 1px solid var(--gray);
  border-radius: 4px;
}

input[type="checkbox"]:focus {
  background-color: rgba(0,0,0,0);;
  outline: 0;
}

input[type="checkbox"]:checked, input[type="checkbox"]:indeterminate, .uk-checkbox:checked {
  background-color: var(--primary) !important;
}

input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

input[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

input[type="checkbox"]:disabled {
  background-color: #F0F2F4 !important;
  border-color: var(--gray)
}

input[type="checkbox"]:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23B4B5BA%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

input[type="checkbox"]:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23B4B5BA%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}
/*INPUT*/
input,
.uk-input {
  background: #F0F2F4;
  border: 1px solid var(--gray);
  height: 42px;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 18px;
  outline: 0 !important
}

label {
  font-size: 16px !important;
}

label {
  color: #000 !important;
}

.profilo .small.text-muted {
  position: absolute;
  top: -32px;
  left: 80px;
  font-size: 13px !important;
  font-weight: 300;
  font-size: 14px !important;
  line-height:1.8;
  color: var(--primary);
}

.profilo .controls {
  position: relative
}

.profilo fieldset {
  grid-template-columns: 1fr 1fr !important;
  display: grid;
  max-width: 780px;
}

button[type=submit], .com-users-profile__edit.btn-toolbar a {
  text-transform: uppercase !important;
  border: none !important;
  overflow: visible !important;
  -webkit-appearance: none !important;
  padding: 10px 28px !important;
  vertical-align: middle !important;
  font-size: 15px !important;
  line-height: 23px !important;
  text-align: center;
  text-decoration: none !important;
  transition: .1s ease-in-out !important;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  border-radius: 4px !important;
  background: var(--primary) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  cursor: pointer;
}

button[type=submit]:hover,
button[type=submit].uk-active,
button[type=submit]:active,
.com-users-profile__edit.btn-toolbar a:hover,
.com-users-profile__edit.btn-toolbar a:active {
  background-color: transparent !important;
  color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}

fieldset {
  border: 0 !important;
  padding: 0;
}

.password-group button .visually-hidden {
  display: none;
}

.password-group button {
  background: transparent;
  border: none;
}

.password-group .icon-eye,
.password-group .icon-eye-slash {
  font-size: 24px;
  color: var(--gray)
}

.profilo legend, .com-users-profile.profile legend {
  color: var(--secondary);
  padding-bottom: 40px;
  font-size: 40px;
}

.com-users-profile.profile .icon-user-edit {
  display: none;
}

.com-users-profile__edit.btn-toolbar {
  list-style: none;
  padding: 0;
  position: relative;
}

.com-users-profile.profile .page-header {
  visibility: hidden;
  display: none;
}

.com-users-profile.profile dd {
    font-size: 18px
}
.com-users-profile.profile dd {
    padding: 0 10px 20px;
}
.com-users-profile.profile dt {
    padding: 20px 10px 0;
    border-top: 1px solid
}

dl.dl-horizontal {
    font-size: 16px
}

.com-users-profile.profile .btn-group {
    text-align: right;
    margin-bottom: -40px
}
.com-users-profile.profile dt: {
    background: #eaeaea
}

/*MEGAMENU*/
.li-checked.uk-nav-default a:before {
  content: "\f00c";
  font-family: 'Font Awesome 7 Pro';
  position: absolute;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: none;
  color: #fff;
  background: var(--primary);
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
}

.li-checked.uk-nav-default .uk-nav-sub a:before,
.li-checked.uk-nav-default .top-menu:before {
  content: none !important;
}

.li-checked.uk-nav-default .top-menu {
  margin-left: 0
}

.li-checked.uk-nav-default a {
  margin-left: 36px
}

.uk-nav-default a:after {
  position: absolute;
  right: 0;
}

.uk-nav-default a:after {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: var(--secondary);
}

.risorse .uk-button-text {
  justify-content: start
}

.risorse .uk-button-text:after {
  margin-left: 20px
}

ul.uk-nav-sub {
  margin-top: -15px;
}

.com-leadman-form input[type=text], .com-leadman-form input[type=email], input[type=text], input[type=email], input[type=password] {
  width: 100%;
  max-width: 440px
}

.com-leadman-form .form-check.form-check-inline {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.com-leadman-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px
}

.com-leadman-form .form-check.form-check-inline a {
  display: contents
}

/*DROPDOWN*/
.uk-drop.uk-dropdown.uk-open {
    min-width: 294px;
    top: 70px !important;
    padding: 40px 50px;
    z-index: -1 !important;
}

.uk-drop.uk-dropdown.uk-open a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.uk-drop.uk-dropdown.uk-open a:after {
    color: var(--primary)
}

.uk-drop.uk-dropdown.uk-open a:hover, .uk-drop.uk-dropdown.uk-open a:active, .uk-drop.uk-dropdown.uk-open a:focus {
    color: var(--secondary)
}

/*JOOMLA ALERTS*/
#system-message-container {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

joomla-alert[type=success], joomla-alert[type=warning], joomla-alert[type=info], joomla-alert[type=danger] {
  max-width: 440px;
  width: 100%;
  padding: 20px 40px 40px;
  top: 160px;
  background: rgba(255, 255, 255, 1);
  color: var(--secondary);
  z-index: 999;
  font-size: 16px;
  border-color: var(--gray);
}


joomla-alert .alert-heading {
  text-transform: uppercase;
  font-weight: 500;
}

joomla-alert .joomla-alert--close {
  float: none;
  width: 100%;
  padding: 0 !important;
  top: 0;
  right: 0;
  text-align: right;
}

/*PAGINATION*/

.uk-pagination li a,
.uk-pagination .uk-active span {
  background: #fff;
  width: 40px;
  line-height: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  border-radius: 4px;
  border: 2px solid;
}

.uk-pagination .uk-active span {
  color: var(--primary);
  font-size: 16px;
}

.uk-pagination li a {
  border-color: var(--gray);
  color: var(--secondary);
}

.uk-pagination .uk-active {
  border-color: var(--primary);
}

.uk-pagination a:hover {
  color: var(--gray);
  border: 2px solid;
}

span.uk-icon.uk-pagination-next svg {
  display: none;
}

.uk-icon.uk-pagination-next:after,
.uk-icon.uk-pagination-prev:after {
  text-align: center;
  font-family: 'Font Awesome 7 Pro';
  font-size: 18px;
  font-weight: 500;
}

.uk-icon.uk-pagination-next:after {
  content: "\f178";
}

.uk-icon.uk-pagination-prev:after {
  content: "\f177";
}

/*FILTER*/
.uk-subnav-pill a {
  border: 1px solid;
  border-radius: 4px;
  padding: 10px 30px !important;
  font-size: 15px !important;
  font-weight: 500 !important
}

.uk-subnav-pill>*>:first-child {
  color: #7A738F
}

.uk-subnav-pill>*>a:hover {
  background-color: transparent;
  color: var(--secondary)
}

.uk-subnav-pill>*>a:active {
  background-color: transparent;
  color: var(--primary)
}

.uk-subnav-pill>.uk-active>a {
  background-color: transparent;
  color: var(--primary)
}

.uk-subnav>.uk-disabled>a {
  color: #7A738F
}

/*NEWS*/
.title-news .el-item {
  margin-top: 10px
}

.title-news .el-title.uk-text-meta,
.el-meta.uk-text-meta {
  line-height: 1;
}

.title-news .el-title.uk-text-meta {
  padding-right: 20px;
  border-right: 1px solid;
}

.title-news .el-meta.uk-text-meta {
  padding-left: 20px;
}

.news-panel .el-item {
    border-radius: 4px
}
.news-panel .el-image {
    border-radius: 4px 4px 0 0 ;
}

/* ROADMAP */
.roadmap.roadmap--orientation-auto .roadmap__events:after,
.roadmap.roadmap--orientation-auto .roadmap__events__event:after,
.roadmap.roadmap--orientation-auto .roadmap__events__event:before {
  background-color: var(--primary) !important;
}

/*DOCMAN*/
.k-ui-namespace .koowa_header {
    font-size: 32px;
    line-height: 40px;
    color: var(--secondary);
}

a.docman_track_download {
    color: var(--primary);
    font-size: 18px;
    line-height: 26px;
}

a.docman_track_download:hover, a.docman_track_download:active, a.docman_track_download:focus  {
    color: var(--secondary);
}

a.docman_track_download span {
    text-decoration: none !important;
}

.koowa_header__item--image_container {
    color: var(--secondary);
    font-size: 20px;
    line-height: 28px
}

.k-ui-namespace .koowa_table .koowa_table__dates {
    color: #000;
    font-size: 16px;
    line-height: 24px
}
.k-icon-document-pdf:before {
  content: '\f1c1' !important;
  font-family: 'Font Awesome 7 Pro';
}

.docman_list__content tr:nth-last-child(even) {
    background:#F3F2F1;
}

.docman_list__content .table-striped {
  border-spacing: 0;
}

.docman_list__content .k-ui-namespace table td {
    border-top: 1px solid #ebdbe2;
    padding: 4px 20px 10px 20px;
}

.k-ui-namespace .jqtree-whitespace,
.k-ui-namespace .jqtree-toggler,
.k-ui-namespace .jqtree-icon,
.k-ui-namespace .jqtree-title {
   font-size: 16px !important;
    line-height: 31px !important;
    height: 31px !important;
}

.k-ui-namespace .jqtree-title {
  color: #000;
}

.k-ui-namespace .k-tree .jqtree-element:hover,.k-ui-namespace .k-tree .jqtree-element:focus,
.k-ui-namespace .k-tree .jqtree-selected>.jqtree-element,
.k-ui-namespace .k-tree .jqtree-selected:hover>.jqtree-element {
    background: var(--ice) !important;
}

/*OFF-CANVAS*/
.uk-offcanvas-bar .uk-accordion-title::before,
.uk-offcanvas-bar .uk-nav-default a:after {
  display: none !important
}

.main-offcanvas li a,
.login-offcanvas .btn-login .uk-button-text,
.login-offcanvas .btn-logout .uk-button-text {
  text-transform: uppercase;
  font-weight: 400;
}

.main-offcanvas .uk-nav-sub {
  padding: 20px;
  font-size: 16px !important;
}

.main-offcanvas .uk-nav-sub li {
  padding: 6px 0
}

.main-offcanvas li:last-child {
  border: none !important
}

.login-offcanvas .btn-login .uk-button-text,
.login-offcanvas .btn-logout .uk-button-text {
  font-size: 18px !important;
}

.login-offcanvas .btn-logout {
  display:block;
  width: 100%
}
.login-offcanvas .btn-logout a:after {
  position: absolute;
  top: 0;
  right:0
}
.login-offcanvas .uk-inline {
    display: block
}


/*RESPONSIVE*/

@media (min-width:1340px) {
  .products-panel .uk-card .el-title {
    min-height: 100px !important;
  }

  .uk-navbar-nav.uk-margin-medium-right {
    margin-right: 20px !important;
  }

  .uk-navbar-nav.uk-margin-medium-left {
    margin-left: 20px !important;
  }
}

@media (min-width: 1200px) {
  .columns-gap-xxl.uk-grid-column-large {
    margin-left: -100px !important;
  }

  .columns-gap-xxl.uk-grid-column-large>* {
    padding-left: 100px !important;
  }

  .uk-navbar-nav.uk-margin-medium-right {
    margin-right: 10px !important;
  }

  .uk-navbar-nav.uk-margin-medium-left {
    margin-left: 30px !important;
  }

  .phone .uk-background-cover {
    background-size: 40% !important;
  }

  .phone .phone-left {
    padding-left: 44%;
  }
}

@media (min-width:960px) {
  .split-left {
    width: calc(50% + 15px) !important
  }

  .split-right {
    width: calc(50% - 15px) !important;
  }

  .split-right div {
    max-width: 635px;
  }

  .products-panel .uk-card .el-title {
    min-height: 150px;
  }

  .spec-tech .el-item:after {
    content: '';
    height: calc(100% - 60px);
    border-right: 4px dotted var(--primary);
    position: absolute;
    top: 30px;
    left: 0;
  }

  .spec-tech .uk-first-column .el-item:after {
    content: none
  }

  .uk-margin-remove-bottom\@m {
    margin-bottom: 0 !important
  }
}

@media (max-width:1519.9px) {
  .uk-container-xlarge {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width:1440px) {
  .rope.uk-section-default .uk-background-norepeat {
    background-image: none !important;
  }

  .phone .uk-background-cover {
    padding: 50px 0;
  }
}

@media (min-width:960px) and (max-width: 1199px) {
  .uk-navbar-nav.uk-margin-medium-right {
    margin-right: 10px !important;
  }

  .uk-navbar-nav.uk-margin-medium-left {
    margin-left: 10px !important;
  }

  .uk-navbar-nav>li>a {
    font-size: 13px;
    letter-spacing: -0.01rem;
  }

  .btn-contact.uk-button.uk-button-primary {
    padding: 0 10px
  }
}

@media (min-width:960px) and (max-width: 1023.9px) {
  .uk-logo img {
    max-width: 120px !important;
  }
}

@media (max-width:1199px) {
  .uk-logo img {
    max-width: 180px;
  }

  .marked-checked li {
    margin-left: 50px;
    width: 100%
  }

  .marked-checked li {
    margin-left: 50px;
    width: auto
  }

  .marked-checked {
    flex-direction: column;
    row-gap: 20px
  }

  .marked-checked li::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 26px;
    margin-left: -50px;
  }

  .marked-checked.not-inline li h6 {
    min-height: 10px;
  }

  .rope-spec {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px !important;
  }

  .phone .uk-background-cover {
    background-image: none !important;
  }
}

@media (max-width: 959.9px) {
  .split-right {
    padding: 0;
  }

  .spec-tech .uk-grid .el-content {
    border-bottom: 4px dotted var(--primary);
  }

  .spec-tech .uk-grid>:last-child .el-content {
    border-bottom: 0px dotted var(--primary);
  }

  .spec-tech .uk-grid>:first-child .el-content {
    padding-top: 30px;
  }

  .spec-tech.badge .el-content,
  .spec-tech .uk-first-column,
  .spec-tech h6 {
    margin-top: 0px !important;
  }

  .spec-tech.badge .uk-grid>:first-child .el-content {
    margin-top: 40px !important;
  }

  .spec-tech .el-item {
    padding-bottom: 0;
    padding-top: 0;
  }

  .spec-tech .uk-panel>:last-child {
    margin-bottom: 20px;
  }

  .half-panel {
    float: none;
    justify-self: inherit;
    padding-left: 20px !important;
    margin-left: 0 !important;
  }

  .half-back .uk-background-cover,
  .back-img {
    min-height: 380px;
  }

  .half-panel-right {
    max-width: 760px;
    float: none;
    justify-self: inherit;
  }

  .masonry-grid img {
    margin-top: 20px
  }

  .uk-container-xlarge {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 639.9px) {
  .hero .uk-background-center-center {
    background-position: 80% 100%;
  }

  .uk-container-xlarge {
    margin-left: 15px;
    margin-right: 15px;
  }

  .padding-small-xs {
    padding: 10px
  }

  .uk-h1,
  h1,
  .uk-heading-3xlarge {
    font-size: 50px;
    line-height: 60px
  }

  .uk-h2,
  h2,
  .uk-heading-2xlarge {
    font-size: 38px;
    line-height: 46px
  }

  .uk-h3,
  h3,
  .uk-heading-xlarge,
  h3 .uk-button-text.link-title {
    font-size: 32px;
    line-height: 42px
  }

  .uk-h4,
  h4,
  .uk-heading-large {
    font-size: 28px;
    line-height: 32px
  }

  .uk-accordion-title h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .uk-accordion-title::before {
    margin-right: 20px;
    margin-top: -15px;
    font-size: 26px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }

  .com-leadman-form input[type=text], .com-leadman-form input[type=email], input[type=text], input[type=email], input[type=password] {
    max-width: 270px !important;
  }

  .news-panel .uk-subnav-pill a {
    padding: 6px 10px !important;
  }
}

@media (min-width:1024px) and (max-width: 1399px) and (orientation:landscape) {
  .hero .uk-background-bottom-right {
    background-position: 80% 100%;
  }
}

@media (orientation:portrait) {
  .hero .uk-background-bottom-right {
    background-position: 70% 100%;
  }
}

@media (orientation:portrait) and (max-width:639px) {
  .hero .uk-background-bottom-right {
    background-position: 90% 100%;
    background-size: 280% auto;
    background-color: var(--secondary);
  }

  .tm-header-mobile {
    z-index: 2
  }

  .hero .uk-background-bottom-right .uk-panel.uk-margin-remove-first-child {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--secondary);
    display: flex;
    width: 100vw;
    z-index: 1;
    padding: 30px;
    margin-top: 100px;
    flex-direction: column;
    justify-content: center;
    min-height: 50vh
  }

  .hero .uk-background-bottom-right .uk-panel.uk-margin-remove-first-child .el-content {
    max-width: 300px
  }
}

@media (min-width: 640px) {
  #login-form-popup .uk-modal-body {
    padding: 50px 50px;
    width: 440px;
    height: 480px;
    color: #000;
  }

  #login-form-popup .uk-modal-body .uk-container {
    padding: 0;
  }
}

/*a.btn.btn-link.jmodedit {
  display: none
}*/
