/*
Theme Name: Transtecno
Theme URI: http://www.transtecno.com
Author: Exprimo Comunicazione
Author URI: http://www.exprimo.it
Version: 1.0
License: © Transtecno
Text Domain: transtecno
*/
html{
    scroll-behavior: smooth !important;
}
.social-facebook a {
    background-image: url(img/facebook.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.social-twitter a {
    background-image: url(img/twitter.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#pre_footer, #tt_popup {
    background: rgb(67,66,64);
    background: -moz-linear-gradient(0deg, rgba(67,66,64,1) 0%, rgba(79,79,77,1) 60%, rgba(51,51,51,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(67,66,64,1) 0%, rgba(79,79,77,1) 60%, rgba(51,51,51,1) 100%);
    background: linear-gradient(0deg, rgba(67,66,64,1) 0%, rgba(79,79,77,1) 60%, rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#434240",endColorstr="#333333",GradientType=1);
    margin: 0;
    padding: 45px 0 35px 0;
    color: #fff;
}
#pre_footer .container{position: relative}
#pre_footer .tit_nl, #tt_popup .tit_nl {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 39px;
}
#pre_footer .des_nl, #pre_footer .tit_nl {
    padding-right: 260px;
}
#pre_footer .des_nl {
    margin: 10px 0;
}
#pre_footer .des_nl, #pre_footer .des_nl p, #pre_footer .des_nl a, #tt_popup .des_nl, #tt_popup .des_nl a{
    color: #ededed;
    font-size: 16px;
}
#pre_footer .des_nl a, #tt_popup .des_nl a{
    text-decoration: underline;
}
#pre_footer .des_nl a:hover, #tt_popup .des_nl a:hover{
    text-decoration: none;
}
#pre_footer .img_nl {
    position: absolute;
    right: -100px;
    top: -10px;
    z-index: 0;
    max-width: 350px;
}
.mailupform form {
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 35px 0 10px 0;
    padding: 0;
    position: relative;
    z-index: 2;
}
.mailupform form > div{
    display: block;
    flex: 0 1 auto;
    width: 100%;
}
.mailupform form input {
    width: calc(100% - 15px);
    color: #000;
    height: 38px;
    padding: 3px 7px;
    border: 1px solid #fff;
}
.mailupform form button {
    background: #f99000;
    color: #fff;
    border: 1px solid #f99000;
    min-width: 100px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    height: 38px;
    padding: 3px 15px;
    font-weight: bold;
}
.mailupform form button:hover {
    background: #DD7608;
    border-color: #DD7608;
}
.mailupform form > div p, .mailupform form > div br, .mailupform form > div label{display: none}
.mailupform form p{margin: 0}
.mailupform form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#b8b8b8;
    opacity: 1; /* Firefox */
}
.mailupform form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#b8b8b8;
}
.mailupform form::-ms-input-placeholder { /* Microsoft Edge */
    color:#b8b8b8;
}

#tt_sidebar {
    background: #ededed;
    padding: 15px;
    margin: 0 0 30px 0;
}
#tt_sidebar .tit_nl, #tt_popup  .pre_tit_nl {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: bold;
}
#tt_sidebar .des_nl{
    margin: 0 0 10px 0;
}
#tt_sidebar .img_nl {
    max-width: 300px;
    margin: 0 auto;
}
#tt_sidebar .img_nl img {
    display: block;
    margin: 0 0 15px 0;
    padding: 0 15px;
}
#tt_sidebar button {
    display: block;
    width: 100%;
    color: #fff;
    background: #575756;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 13px;
    border: 1px solid #575756;
}
#tt_sidebar button:hover {
    background: #fff;
    color: #575756;
}

#tt_popup {
    display: none;
    position: fixed;
    top: 150px;
    left: 50%;
    width: 960px;
    margin-left: -480px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
    padding: 40px;
    text-align: center;
    z-index: 1200;
}
.tt_popup_left, .tt_popup_right {
    width: 50%;
    float: left;
    padding: 0 0 0 20px;
}
.tt_popup_left {
    padding: 15px 0 0 0;
}
.tt_close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
.tt_close_btn:hover {
    opacity: 0.6;
}
#tt_popup .pre_tit_nl {
    text-align: left;
    font-size: 22px;
    margin: 0 0 20px 0;
}
#tt_popup .tit_nl {
    text-align: left;
    margin: 0 0 25px 0;
}
#tt_popup .des_nl {
    text-align: left;
}
#tt_popup .des_nl, #tt_popup .des_nl a {
    font-size: 15px;
}
#tt_popup .img_nl {
    max-width: 230px;
    margin: 0 auto;
}
#tt_popup.mailupform form {
    display: block;
    margin: 25px 0 0 0;
}
#tt_popup.mailupform form > div {
    flex: unset;
    margin: 0 0 8px;
}
#tt_popup.mailupform form button {
    display: block;
    width: calc(100% - 15px);
    margin: 0 auto;
}

#site_footer .textwidget a {
    color: #333;
}
#site_footer .textwidget a[href^="mailto:"],#site_footer .textwidget a[href^="tel:"] {
    text-decoration: underline;
}

.dztrss_lines{
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    top:50%;
}
.dztrss_header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;;
}
.dztrss_header .dztrss_col:first-child {width: 20%}
.dztrss_header .dztrss_col:last-child {
    width: 78%;
    position: relative;
    margin-left: 2%;
    bottom: -31px;
}


@media (max-width: 1200px){
    #pre_footer .img_nl {
        right: 0;
        max-width: 250px;
    }
}
@media (max-width: 800px){
    #pre_footer .img_nl {
        right: 15px;
    }
    #pre_footer .tit_nl {
        font-size: 26px;
        line-height: 34px;
    }
    .mailupform form button {
        width: 100%;
    }
}

@media (max-width: 757px){
    .events-column {
        padding-left: 0;
        border-left: none;
        padding-top: 20px;
    }
}

@media (max-width: 600px){
    #pre_footer .des_nl, #pre_footer .tit_nl {
        padding-right: 0;
    }
    #pre_footer .img_nl {
        right: auto;
        position: static;
        float: right;
        width: 40%;
    }
    #pre_footer .tt_pre_footer {
        float: left;
        width: 60%;
    }
    .mailupform form {
        display: block;
        margin: 10px 0 0 0;
    }
    .mailupform form > div {
        margin-bottom: 10px;
    }
    .mailupform .tit_nl {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 480px){
    #pre_footer .img_nl {
        position: static;
        float: none;
        width: 100%;
        margin: 5px 0 25px;
        text-align: center;
        max-width: 100%;
    }
    #pre_footer .img_nl img {
        max-width: 250px;
    }
    #pre_footer .tt_pre_footer {
        float: none;
        width: 100%;
    }
    .mailupform form button, .mailupform form input {
        display: block;
        width: 100%;
        font-size: 14px;
    }
    #pre_footer .des_nl, #pre_footer .des_nl p, #pre_footer .des_nl a{
        font-size: 14px;
    }
}

@media (max-width: 700px){
    #site_footer .col-xs-4{
        width: 50%;
    }
    #site_footer .clear_mobile_social.col-xs-4{
        width: 100%;
        float: none;
        clear: both;
    }
    #site_footer ul.footer-socials-menu li {
        display: inline-block;
        float: none;
    }
    #site_footer ul.footer-socials-menu {
        padding: 15px 0 0;
        overflow: hidden;
        float: none;
        text-align: center;
    }
}

@media (max-width: 370px){
    ul.top-socials-menu li {
        margin-right: 5px;
    }
    ul.top-pages-menu li a {
        letter-spacing: 0;
    }
    ul.language-switcher {
        margin: 0 0 0 7px;
    }
}
/*
    Mostro solamente il link al blog solo nella versione Italiana
 */
li#menu-item-22832 {
    display: none;
}

body.it_IT li#menu-item-22832 {
    display: initial;
}
.hp-prduct-single-category a{
    display: flex;
}
.ap_category-banner {
    padding-bottom: 75px;
}
.hp-product-product-block-info button{
    background: #f99000;
    color: #fff;
    border: 1px solid #f99000;
    min-width: 100px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    height: 38px;
    padding: 3px 15px;
    font-weight: bold;
}
.product-list-wrapper #listaProdotti {
    display: flex;
    flex-direction: column;
}
#listaProdotti .post-container{
    order: 2;
}
#listaProdotti .term-container{
    order: 1;
}
/* Local preview: keep Fancybox video embeds centered and 16:9. */
.tt-video-fancybox .fancybox-slide {
  padding: 56px 24px;
}

.tt-video-fancybox .fancybox-slide--iframe .fancybox-content {
  width: min(1120px, calc(100vw - 48px));
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 112px);
  max-width: calc((100vh - 112px) * 16 / 9);
  background: #000;
  overflow: hidden;
}

.tt-video-fancybox .fancybox-iframe {
  position: static;
  width: 100%;
  height: 100%;
  background: #000;
}

.tt-video-fancybox .fancybox-button--close {
  background: rgba(30, 30, 30, 0.85);
}

@media (max-width: 640px) {
  .tt-video-fancybox .fancybox-slide {
    padding: 52px 12px;
  }

  .tt-video-fancybox .fancybox-slide--iframe .fancybox-content {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 104px);
    max-width: calc((100vh - 104px) * 16 / 9);
  }
}

/* Temporarily hide the country/language switcher in the top header. */
#top_menu_container ul.language-switcher {
  display: none !important;
}

.tecnostoremenu {
  display: none !important;
}

/* Local common UI hardening for Chinese static pages. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
iframe,
table {
  max-width: 100%;
}

img[data-src]:not([src]),
img[src=""] {
  visibility: hidden;
}

.container,
.container-fluid,
.row,
article,
main,
section,
.single-news-wrapper,
.product-detail,
.product-description,
.textwidget,
.breadcrumbs-style,
.gform_wrapper,
.gfield,
.ginput_container,
.catalogue-title,
.page-main-title {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.main-nav,
.top-pages-menu,
.dropdown-menu,
#site_footer .row {
  overflow-wrap: anywhere;
}

.navbar-nav > li > a,
.dropdown-menu > li > a,
ul.top-pages-menu li a {
  white-space: normal;
}

.table-responsive,
.product-table,
.technical-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper button {
  max-width: 100%;
}

.hp-side-box.hp-equal-height-block {
  height: auto !important;
  min-height: 0;
  overflow: visible;
}

.hp-side-box .hp-side-box-txt,
.hp-side-box .hp-side-box-txt h5,
.hp-side-box .hp-side-box-txt p {
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.dynamic-news-row h3,
.dynamic-news-row p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.dynamic-news-row img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .container,
  .container-fluid {
    max-width: 100%;
    overflow-x: clip;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  [class*="col-xs-"],
  [class*="col-sm-"],
  [class*="col-md-"],
  [class*="col-lg-"] {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
  }

  #site_payoff {
    display: none;
  }

  #site_logo,
  #logo_wrapper,
  #logo_wrapper img {
    max-width: 100%;
  }

  .navbar-collapse {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .navbar-nav > li > a,
  .dropdown-menu > li > a {
    line-height: 1.35;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  #site_footer .col-xs-12 {
    margin-bottom: 12px;
  }
}
