/* font.css */
.tab-static {
    font-size: 15px;
}

.tab-static .h1,
.tab-static h1 {
    font-size: 30px;
    font-weight: bold;
}
.tab-static .h2,
.tab-static h2 {
    font-size: 25px;
    font-weight: bold;
}
.tab-static .h3,
.tab-static h3 {
    font-size: 20px;
    font-weight: bold;
}
.tab-static .h4,
.tab-static h4 {
    font-size: 18px;
    font-weight: bold;
}
.tab-static .h5,
.tab-static h5 {
    font-size: 16px;
    font-weight: bold;
}
.tab-static .h6,
.tab-static h6 {
    font-size: 13px;
    font-weight: bold;
}
.tab-static .megamenu .megamenu-items a {
    font-size: 16px;
}
.tab-static .navbar-global .global-nav {
    font-size: 17px;
}

@media screen and (max-width: 767px) {
    .tab-static {
        font-size: 15px;
    }
    .tab-static .h1,
    .tab-static h1 {
        font-size: 28px;
    }
    .tab-static .h2,
    .tab-static h2 {
        font-size: 22px;
    }
    .tab-static .h3,
    .tab-static h3 {
        font-size: 18px;
    }
    .tab-static .h4,
    .tab-static h4 {
        font-size: 16px;
    }
    .tab-static .h5,
    .tab-static h5 {
        font-size: 13px;
    }
    .tab-static .h6,
    .tab-static h6 {
        font-size: 11px;
    }
    .tab-static .megamenu .megamenu-items li a {
        font-size: 13px;
    }
    .tab-static .navbar-global .global-nav {
        font-size: 13px;
    }
}

[class^="bnrGroup_"] {
    font-size: 16px;
}
.col-md-five {
    position: relative;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 3px;
}
.grid .col-md-five img.img-responsive {
    width: 100%;
}
.bnrGroupTxt strong {
    font-size: 18px;
}
.bnrGroupWrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
@media (min-width: 992px) {
    .grid .col-md-five {
        float: left;
    }
    .grid .col-md-five {
        width: 20%;
    }
    .grid .col-md-five.col-sm-4:nth-child(n) {
        clear: none;
    }
    .grid .col-md-five.col-sm-4:nth-child(5n + 1) {
        clear: left;
    }
}