body.landing {
    margin-top: 80px;
    font-weight: 400;
}
a.bg-dark-blue.idx-button {
    display: inline-block;
}
.success {
    display:none;
}
.bg-dark-blue.idx-button {
    font-size: 13px;
    line-height: 1em;
    padding: 15px 19px 14px 21px;
    letter-spacing: 0.1em;
}
.banner {
    padding: 0;
    background:
        linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url('/images/idx-broker-home-themes/themes-hero.jpg');
    background-size: 100%;
    background-position: center;
    text-align: center;
}
.banner h1, .banner p {
    color: #fff;
}
.banner h1{
    margin: 200px 0 10px;
    font-size: 47px;
    font-weight: 800;
}
.banner p {
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.5em;
}
.banner .idx-button {
    margin-bottom: 220px;
}
.bg-white.section.info {
    padding: 60px 0;
}
.info {
    padding: 4em 0 4em 0 !important;
    text-align: center;
}
.info .col-sm-6, .info img {
    padding:  30px;
}
.info h2 {
    font-size: 41px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
}
.info p {
    line-height: 1.5em;
}
.info .idx-button {
    margin-top: 15px;
}
.themes-carousel-card {
    text-align: center;
    padding: 30px 0;
    color: #414B51;
}
.themes-carousel-card h3 {
    color: #414B51;
    margin-bottom: 15px;
}
.examples h3 {
    color: #414B51;
    text-align: center;
    margin-bottom: 30px;
}
.themes-carousel-card p {
    margin-bottom: 15px;
    padding: 0 200px;
}
.demo-img {
    max-height: 500px;
}
.item {
    min-height: 400px;
}
.example {
    margin-bottom: 30px;
}
.next, .showcase-next {
    position: absolute;
    top: 30%;
    right: 0;
}
.prev, .showcase-prev {
    position: absolute;
    top: 30%;
    left: 0;
}
@media (max-width: 1000px) {
   .banner h1{
        margin: 160px 0 10px;
    }
   .banner .idx-button {
        margin-bottom: 100px;
    } 
}
@media (max-width: 768px) {
    body.landing {
        margin-top: 0;
    }
    .banner.section {
        padding: 0;
        background-size: auto 100%;
    }
    .info {
        text-align: center;
    }
    .info h2 {
        font-size: 31px;
        padding: 0 5px;
    }
    .info .col-sm-6, .info img {
        padding:  0 15px;
    }
    .info p {
        padding: 0 5px;
    }
    .mobile-slider {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .themes-carousel-card {
        height: auto;
    }
    .item {
        margin-top: 30px;
    }
    .item:first-child {
        margin-top: 0px;
    }
    .item h4 {
        margin: 30px 0;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slider-fix {
        overflow: hidden;
        max-width: 100%;
    }
    .themes-slider, .showcase-slider {
        padding-bottom: 2em !important;
        padding-top: 0 !important;
    }
    .themes-carousel-card p {
        padding: 0 15px;
    }
    .next {
        position: absolute;
        top: 29%;
        right: 0;
        padding: 0 15px;
    }
    .prev {
        position: absolute;
        top: 29%;
        left: 0;
        padding: 0 15px;
    }
    .showcase-next {
        position: absolute;
        top: 54%;
        right: 0;
        padding: 0 15px;
    }
    .showcase-prev {
        position: absolute;
        top: 54%;
        left: 0;
        padding: 0 15px;
    }
    .mobile-testimonial {
        padding: 30px 60px !important;
    }
}
@media (max-width: 600px) {
    .banner h1 {
        margin-top: 60px;
        font-size: 35px;
    }
    .banner .idx-button {
        margin-bottom: 60px;
    }
}