/* Menu Background Color */
.t4-megamenu .dropdown-menu {
    background: #e5e5e5;
}

.bg-primary-light {
    background-color: #fff7f5;
}

/* Remove Lines */
div.t4-verticle-lines .line-wrap {
    display: none;
}

/*
div[id*="t4-section-"], div[id^="t4-section-"] {
    padding-top: 8px;
    padding-bottom: 108px;
}
*/

/* ACM Hero */
.acm-hero.style-1 .hero-item {
    max-width: 720px;
    position: relative;
}
.acm-hero.style-1::before {
    background: rgba(0, 0, 0, 0.0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.acm-hero.style-1 h1 {
    font-weight: 700;
    font-size: 40px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-transform: none;
    color: #fff !important;
}
.acm-hero.style-1 .hero-sub-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #fff !important; 
}
.acm-hero.style-1 .hero-desc {
    font-size: 18px !important;
    font-weight: 600;
    opacity: 1.0;
}

/* Masthead - opacity */
.t4-masthead .ja-masthead:before {
    opacity: 0.1 !important;
}
div.ja-masthead .ja-masthead-detail .ja-masthead-title {
    color: #fff;
    font-size: 0px;
    margin: 0;
    line-height: 54px;
}

div.ja-masthead .ja-masthead-detail .ja-masthead-description {
    display: none;
}


/* Kontakt footer */
.t4-footer .t4-module:nth-child(1), .t4-footer .t4-module:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 100%;
}
.t4-footer .t4-module, .t4-footer .t4-section-inner {
    padding: 15px 100px 10px 100px;
    margin: 0;
}

/* Copyright */
#t4-copyright {
    background-color: #2A2A2A;
    border-top: 2px solid rgba(255, 255, 255, 0.05);
    color: #828282;
    padding: 10px 36px;
    text-align: center;
}


/* bg-decor.svg */
.t4-section.decor:before {
    background: #e5e5e5;
}
.t4-section.decor:before {
    -webkit-mask-image: url(../../../../templates/ja_alpha/images/bg-decor.svg);
    mask-image: url(../../../../templates/ja_alpha/images/bg-decor.svg);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 272px;
    width: 474px;
}
@media only screen and (max-width: 1100px) {
.t4-section.decor:before {
    display: none !important; } 
}

/* Od 30 lat na Rynku */
.section-title-wrap .sub-heading svg {
    margin-right: 0px;
    margin-top: 1px;
}
.section-title-wrap .sub-heading {
    font-size: 16px;
}
.section-title-wrap .section-title {
    position: relative;
    font-size: 22px !important;
}

/* ACM - Od 30 lat na Rynku - style-4 */
.acm-features.style-4 .features-item h3 {
    font-weight: 500;
    font-size: 30px;
}
.acm-features.style-4 .features-item .features-num {
    font-size: 0px;
    font-weight: 500;
}

/* ACM Feature - style-1 */
.acm-features.style-1 .features-content {
    padding: 22px 72px 22px 72px;
    background: #e5e5e5;
}

.acm-cta.style-2 .cta-content {
    padding: 20px 60px 20px 100px;
}

/* ACM Feature Intro - style-2 */
.acm-features.style-2 .features-item .action {
    background: #e5e5e5;
    color: #ec4e4f;
    text-align: center;
}
.acm-features.style-2 .features-item:hover:before {
    background:  #e5e5e5;
    color: #ec4e4f;
}
.acm-features.style-2 .features-item h4 {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
}
.fa, .fab, .fad, .fal, .far, .fas {
line-height: inherit;
}
/* 
div .acm-features.style-2 .img-icon {
  text-align: center !important;
}
*/
.acm-features.style-2 .item-inner {
  text-align: center !important;
}


/* ACM Clients - style-1 */
div[id*="t4-main-bottom-"], div[id^="t4-main-bottom-"] {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    padding-top: 0px;
    padding-bottom: 108px;
}

/* SIG */
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    display: block;
    float: left;
    margin: -5px 0 0 -5px;
    padding: 4px;
    border: 1px solid #ccc;
    box-shadow: none;
    background: #fff;
}
