/******************************************
CUSTOM BG
******************************************/

/**********************************************
TOPBAR
**********************************************/
.t4-palette-dark_top {
    background-color: #212529;
    color: #ffffff;
    font-size: 12px;
}
.topbar-r {
    text-align: right;
}
.topbar-r .topcontact {
    margin-left: 16px;
}
.topbar-l img {
    margin-right: 12px;
}
.topbar-r a, .topbar-l a {
display: inline-block;
}
/**********************************************
HEADER
**********************************************/
#t4-header {
   z-index: 9999;
}

#t4-header.t4-sticky {
    transition:800ms ease-in-out;
}
.not-at-top #t4-header.t4-sticky {
    background-color: #fff;
  background-color: #ced3db;
    transition:800ms ease-in-out;
}
.not-at-top #t4-header.t4-sticky {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.58);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.58);
}
#t4-header.fissato {
    position: -webkit-sticky !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}
#t4-header.fissato {
    background-color: #fff;
  background-color: #ced3db;
    transition:800ms ease-in-out;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.58);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.58);
}
/**********************************************
MAIN MENU SABADINI SRL
**********************************************/
.t4-navbar {
   /* width: 100%;*/
}
.mx-auto {
    margin-right: 10px !important;
    margin-left: auto !important;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    font-size: 1.4rem;
}
.t4-navbar .nav-item {
    border-right: 1px solid #9eaabd;
}
.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {
    background-color: #e2e6ed;
}
/**********************************************
LOGO
**********************************************/
.t4-off-canvas-header .logo-img.reduced {
	max-width: 100%;
  transition:500ms ease-in-out;
}

.logo-img.reduced {
	max-width: 50%;
  transition:500ms ease-in-out;
}
.logo-img {
	max-width: 100%;
  transition:500ms ease-in-out;
}

/**********************************************
TIPOGRAFIA
**********************************************/
a {
  transition:500ms ease-in-out;
}
a:hover {
  transition:500ms ease-in-out;
}

/**********************************************
 MASTHEAD
**********************************************/
.t4-masthead-inner {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
	    padding: 1rem 0 !important;
    background-position: bottom;
}
.t4-masthead .t4-masthead-title {
    padding-left: 25%;
    padding-right: 25%;
    font-family: Alumni Sans;
}
.t4-masthead .t4-masthead-description {
    padding-left: 25%;
    padding-right: 25%;
    color: #5f7ca9;
}
/**************************************************
 BGGRAFICA
***************************************************/
.logo_bg {
        background-image: url("images/loghi-bggrafica.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        height: 65px;
        width: 125px;
        margin: 0 auto;
}
.logo_bg:hover {
        background-image: url("images/loghi-bggrafica-hover.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        height: 65px;
        /*width: 30px;*/
}
.footer-logo {
	text-align: center;
}
.t4-footnav .t4-module {
    margin-top: 24px;
}
.footer a {
	display: inline-block;
}


/**************************************************
 CONTATTI - SETTORI
***************************************************/
.contentsector {
   width: 100%;
  text-align: center;
}
.settorecontatti.btn-3 {
    background-color: #2a3e50d1;
    color: #fff;
    font-size: 9px;
}

.settorecontatti {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    /* cursor: pointer; */
    padding: 4px 8px;
    display: inline-block;
    margin: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    line-height: 0;
    border-radius: 8px;
}
.wf-column.formcontattisb {
    border: 1px solid #ddd;
    margin: 8px;
    padding: 4px;
    border-radius: 8px;
    background-color: #708ca5;
    color: #fff;
}
.buttoncontatti {
	font-size: 18px;
    font-weight: bold;
}
.descrizionecontatti {
	font-size: 14px;
  color: #fff;
  font-style: italic;
}
/*********** JD SIMPLE CONTACT FORM */
.formjdscf .form-control {
    max-width: 100%;
    margin: 4px 0;
}
.jd-simple-contact-form .form-control {
    max-width: initial;
}
.jd-simple-contact-form .form-check-inline .form-check-input {
    border: 1px solid #ced4da !important;
}
.jd-simple-contact-form .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}


.jd-simple-contact-form .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.jd-simple-contact-form .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 20px;
}
.jd-simple-contact-form label.d-block {
    margin-top: 20px;
}
.jd-simple-contact-form .btn-block {
    display: block;
    width: 100%;
}
.jd-simple-contact-form .custom-file-label::after {
    content: "Browse" !important;
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
.jd-simple-contact-form .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
div#jdscf_recaptcha_105 {
    margin: 0 auto;
    width: 304px;
}
.recaptchadescription {
    text-align: center;
}
.jd-simple-contact-form .form-check-inline .form-check-input {
   /* position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;*/
    height: 25px;
    width: 200px;
}
.jd-simple-contact-form .form-check-inline {
    display: inline-flex;
    align-items: initial;
  align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check.form-check-inline {
    padding-top: 20px;
}
.form-check.form-check-inline:hover {
    cursor: pointer;
}

.jd-simple-contact-form label.form-check-label {
    font-size: 12px;
}
.jd-simple-contact-form input, button, select, optgroup, textarea {
    margin: 4px;
}
.jd-simple-contact-form .form-check-inline .form-check-input {
   /* position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;*/
    width: 50px !important;
  min-width: 50px !important;
    height: 50px;
}
.jd-simple-contact-form .form-check-inline .form-check-input {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px;
    border-color: #ced4da;
}
/****************** reCaptcha */
div#jdscf_recaptcha_177 {
    margin: 0 auto;
    width: 304px;
}
div#jdscf_recaptcha_216 {
    margin: 0 auto;
    width: 304px;
}
.recaptchadescription {
    text-align: center;
  width: 100%;
}
/****************** finestra modale report */
.polipop {
    z-index: 999999;
}


/******************* Phoca maps   */

.leaflet-popup-content-wrapper {
    text-align: center;
}

/******************* Contatti button   */
#contatti .contattibutton {
display: inline-block;
  width: 200px;
  border: 1px solid #ddd;
  margin: 2px;
  color: #fff;
  text-align: center;
  background-color: #384d5f;
}

#contatti .contattibutton:hover {
    opacity: 0.85;
}

/**************************************************
 ICON - CAROUSEL BANNER
***************************************************/
div#t4-slider-03, div#t4-slider-04 {
    background-color: #eee;
  border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
}
.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: middle; /* Allineamento verticale loghi */
    white-space: normal;
}
#carouselbanner-wrp-184 .banneritem .banneritem-inner {
    border-radius: 10px!important;
    text-align: center;
    overflow: hidden!important;
}
#carouselbanner-wrp-187 .banneritem .banneritem-inner {
    border-radius: 10px!important;
    text-align: center;
    overflow: hidden!important;
}
.etichettaportfolioclienti {
    padding: 2px 8px 2px 8px;
    background-color: #eeeeee;
    color: #333;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
   /* width: 200px;*/
  display: initial;
  position: absolute;
  top: -29px;
    margin: 0px 0px 0px 20px;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #eeeeee;
    z-index: 9;
}
.etichettaportfolioclientitop {
    padding: 2px 8px 2px 8px;
    background-color: #eeeeee;
    color: #333;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
   /* width: 200px;*/
  display: initial;
  position: absolute;
 bottom: -29px;
    margin: 0px 0px 0px 20px;
  border: 1px solid #dddddd;
  border-top: 1px solid #eeeeee;
  z-index: 9;
}

/**************************************************
 PORTFOLIO CLIENTI - Miniteck wall
***************************************************/
.mwall-item-inner-cont {
    background: initial !important;
}
#mwall_sortings_1 {
	display: none;
}



/**************************************************
 MODULI - Generico
***************************************************/
.moduletable {
    border: initial; 
    padding: 1rem;
    border-radius: 0.25rem;
    margin: 1rem auto;
}


/**************************************************
 JCE - Colonne
***************************************************/
.wf-columns {
    display: flex;
    gap: 4rem;
}


/**************************************************
 BLOG - Novità
***************************************************/
.items-row.cols-2 .item .item-image, 
.items-row.cols-3 .item .item-image, 
.items-row.cols-4 .item .item-image, 
.items-row.cols-5 .item .item-image, 
.items-row.cols-6 .item .item-image {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    height: 200px;
  
}
.item-image img {
  width: 100%;
  height:100%;
object-fit: cover;
}
.items-row .item {
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
border: 1px solid #e9ecef;
    border-radius: 8px;
}
.item-content {
    padding: 8px;
}

/**************************************************
 mod_ol_articleshow
***************************************************/
.owl-stage-outer h3 {
	font-size: 16px;
}
.owl-stage-outer .entry-content {
    margin: 4px;
    margin-top: -25px;
    background: #fff;
    position: relative;
    padding: 12px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: initial;
}

/**************************************************
 SKILLSET
***************************************************/
div#t4-skill-01, div#t4-skill-02{
	background-color: #48566c;
  position: relative;
}
  .row#jd_skillset196 {
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end !important;
}
#skillset-196 .counter-number .count {
    font-weight: bold;
}
.counter-sub-container .counter-wrapper .counter-text-container .counter-number {
    line-height: normal;
    margin: 0;
    display: flex;
    justify-content: center;
  /*  padding-bottom: 40px;*/
;
}
#t4-skill-01 h3, div#t4-skill-02 h3 {
text-align: center;
    padding: 20px;
    margin: 0px;
    color: #fff;
}

#t4-skill-02 .bg-overlay-image {
    background-image: url(/images/_di-servizio/back-skill-02.jpg);
    background-repeat: no-repeat;
  position: absolute;
 width: 100%;
  height: 90%;
  /*background-size: cover;*/
    background-attachment: fixed;
 }

/**************************************************
 slideshowck CK
***************************************************/
.camera_caption.moveFromBottom {
    text-align: center;
}


/**************************************************
 FOOTER BUTTON
***************************************************/
a.footer-button{
  width: 100%;
  margin: 4px;
 background-color: #00040a00;
 color: #7787a0;
 font-family: Trebuchet MS;
 font-size: 18px;
 font-weight: 800;
 font-style: normal;
 text-decoration: none;
 padding: 14px 30px;
 /*border: 1px solid #7787a0;
 border-radius: 10px;*/
  border-bottom: 1px solid #666;
  /*border-top: 1px solid #aaa;*/
 display: inline-flex;
 /*justify-content: center;*/
 align-items: center;
}
a.footer-button.last{
	border-bottom: none !important;
}
a.footer-button span{
 margin-right: 30px;
 display: block;
 width: 29px;
 height: 29px;
background-repeat: no-repeat;
 background-size: contain;
 transform: rotate(0deg);
      font-size: 28px;
  text-align: center;
}
a.footer-button:hover{
 background-color: #515151;
}
a.footer-button:active{
 transform: scale(0.95);
}

.addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 4px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    opacity: 1;
    overflow: hidden;
    width: 32px;
}

.t4-footnav .module-title {
    color: #aaa!important;
 } 

 @media (min-width: 992px) {
.offset-lg-2 {
    margin-left: 0 !important;
} 
 } 
div#t4-footnav2 {
    padding-top: 60px;
  padding-bottom: 60px;
}
.footnav-4 .moduletable {
	margin: 0rem auto;
}

/**************************************************
 MINITEK WALL
***************************************************/  
.settoriimpiantihome .mwall-buttons > span {
    padding: 0 7px;
    color: #777;
    display: none;
    vertical-align: top;
    line-height: 33px;
}
.settoriimpiantihome .mwall-item-inner.mwall-detail-box.introtext-hidden.date-hidden.category-hidden.author-hidden.tags-hidden.hits-hidden.readmore-hidden {
    text-align: center;
  }
.settoriimpiantihome h3 {
	  font-family: Alumni Sans;
}
.settoriimpiantihome .mwall-filters-sortings {
    margin: 5px 0 15px;
    display: none;
}
.mwall-item-inner-cont {
  border-radius: 16px;
}
.mwall-item-inner {
   /* background-color: #efefef !important; */
}



/**************************************************
 FIX MINITEK WALL for HACK EDGE
***************************************************/  
/* Microsoft Edge Browser 12+ (All) - @supports method */

@supports (-ms-ime-align:auto) {
.mwall-container {
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease;
  padding: 0;
}
.mwall-item {
  float: left;
}
  .mwall-filters-sortings {
  display: none;
  }
  .tns-horizontal {
  	height: 80px;
    line-height: 80px;
  }
.wf-columns .wf-column {
  	margin: 16px;
  }
}

/* Microsoft Edge Browser 14- - @supports method */

@supports (-ms-ime-align:auto)
and (not (-webkit-text-stroke:initial)) {
.mwall-container {
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease;
  padding: 0;
}
.mwall-item {
  float: left;
}
  .mwall-filters-sortings {
  display: none;
  }
}
.mwall-reset .btn-reset {
    margin: 0px;
}

/**************************************************
 FIX WEBLINK with link
***************************************************/  

.com-weblinks-category__items {
    word-wrap: break-word;
}
.com-weblinks-category__items a {
    display: inline-block;
}

/**************************************************
 PORTFOLIO BANNER in PORTFOLIO CLIENTI
***************************************************/  
.portfoliobanner {
	background-color: #fff;
}
.portfoliobanner .mod-banners__item.banneritem {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 1rem;
  min-height: 280px;
  margin: 8px 0 8px 0;
  position: relative;
  padding: 12px;
}
.portfoliobanner .banneritem img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;  
}
.portfoliobanner h3.banner_title {
    font-size: 16px;
    text-align: center;
  margin-bottom: 32px;
    color: #fff;
}
.portfoliobanner .banner_description {
    font-size: 13px;
    text-align: center;
  margin-bottom: 16px;
    color: #fff;
}
.portfoliobanner .hover-box {
	background-color: red;
    border-radius: 1rem;
  cursor: default;
    position: absolute;
    opacity: 0;
	/*visibility: hidden;*/
   /*display: none;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    z-index: 4;
 	transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
	-o-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
	-ms-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
	background-color: rgba(114,120,120,1.00);">
}
.portfoliobanner .hover-box:hover {
	opacity: 1;
}
.portfoliobanner .fa-link {
   height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #78879f;
    border-radius: 50%;
    color: #fff;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
	-o-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
	-ms-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
	background-color: rgba(114,120,120,1.00);
}
.portfoliobanner .fa-link:hover {
    background-color: #2168ad;
    color: #fff;
}

/**************************************************
TAGS OVERRIDE
***************************************************/  
.tags .list-inline-item {
    display: inline-block;
  	/*background-color: #617ca7;
    color: #fff;
    padding: 8px;
    border-radius: 8px;
  margin-top: 2px;
  margin-bottom: 2px;*/
}

.tags .list-inline-item {
background-color: #fff;
    color: #637ca5;
    padding: 4px;
    border-radius: 8px;
    margin: 2px;
    min-height: 36px;
    border: 1px solid #637ca5;
}
li.list-inline-item.tag-6.tag-list0, li.list-inline-item.tag-7.tag-list0 {
    color: #fff;
    background-color: #637ca5;
  border: 1px solid #637ca5;
  line-height: 24px;
}

/**************************************************
TAB
***************************************************/  
.nav-tabs .nav-link.active {
    border-bottom-color: #fff;
    padding: 8px;
}

/**************************************************
BANNER
***************************************************/  
.mod-banners.bannergroup {
    text-align: center;
}
.mod-banners.bannergroup a:hover {
    background-color: #dedede;
}

/*********************************************
FIX e HACK
**********************************************/
#skillset-196 .counter-number .count {
  color: #718ca4;
  height: 200px;
}
.counter-sub-container .counter-wrapper .counter-text-container .counter-number {
    line-height: 200px;
    margin: 0;
    display: flex;
    justify-content: center;
    /* padding-bottom: 40px; */
}

/**********CANDIDATURA**************/
.box-proponilatuacandidatura {
	background-color: #2b84d4;
	color: #fff;
	padding: 4px;
	text-align: center;
	width: 100%;
	font-size: 30px;
}
.box-proponilatuacandidatura a {	
	color: #fff;
}
.box-proponilatuacandidatura:hover {	
	background-color: #215689;
}
.animation {
  width: 10px;
  height: 10px;
  background-color: transparent;
  position: relative;
  animation: example 2s infinite;
}

@keyframes example {
  0%,
  100% {
    left: 0;
  }

  50% {
    left: 150px;
  }
}

/*********** TITOLO FORM CONTATTI */
h5.jd-simple-contact-description-title.card-title {
    color: #000;
}
a.linklavoraconnoi.btn.btn-primary {
    position: fixed;
    bottom: 20px;
    left: 20px;
  color: #fff !important;
}
