/* Banner 0 */
#homebanner0:not(:empty)
{
    margin-bottom: 90px;
}

/* Banner 1: text and image */
#homebanner1
{
    margin-bottom: 90px;
}

#homebanner1 .textandimage-image img
{
    width: 100%;
}

#homebanner1 .textandimage-content
{
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    padding: 50px 60px !important;
}

@media all and (max-width: 980px) {
    #homebanner1 .textandimage-content
    {
        padding: 15px 0 !important;
    }
}

/* Banner 2: products */
#homebanner2
{
    margin-bottom: 90px;
}

/* Banner 3: tabs and products */
#homebanner3
{
    padding: 80px 0;
    margin-bottom: 90px;
}

#homebanner3 .title
{
    text-align: center;
}

#homebanner3 .subtitle
{
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}

/* Banner 4: products */
#homebanner4
{
    margin-bottom: 90px;
}

/* Banner 5: image */
#homebanner5
{
    margin-bottom: 90px;
}

#homebanner5 img
{
    width: 100%;
}

/* Home > icon and text */
.iconboxes.home-iconboxes
{
    margin-top: 90px;
}

.iconboxes.home-iconboxes img
{
    width: 100%;
}

.iconboxes.home-iconboxes .cn_cell
{
    display: flex;
    flex-flow: row;
}

.iconboxes.home-iconboxes .cn_cell .cn_image
{
    width: 100px;
}

.iconboxes.home-iconboxes .cn_cell .cn_text
{
    padding: 0 25px 0 18px !important;
}

/* Bg full width */
.bg-full-width
{
    background: #F8F8F8;
}

/* Tabs */
#zyamhome .tabs ul.tab-buttons
{
    display: flex;
    flex-flow: row;
    justify-content: center;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

#zyamhome .tabs ul.tab-buttons li a:empty
{
    display: none;
}

#zyamhome .tabs ul.tab-buttons li a
{
    display: inline-block;
    color: #242627;
    padding: 3px 11px;
    text-decoration: none !important;
}

#zyamhome .tabs ul.tab-buttons li a.active
{
    font-weight: bold;
    background: #EDEDED;
}

#zyamhome .tabs .tab-pane
{
    display: none;
}

#zyamhome .tabs .tab-pane.active
{
    display: block;
}

@media all and (max-width: 980px) {
    #zyamhome .tabs ul.tab-buttons
    {
        margin-bottom: 0px;
    }
}