@charset "utf-8";
/* CSS Document */

.main-navigation-item{
    background: #f9f9f9;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    width: 180px;
    border-top: 6px solid #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0, .075);
    transition: all .3s;
}
.main-navigation-item:hover{
    border-top: 6px solid #fc190a;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    /*box-shadow: 0 1rem 3rem rgba(0,0,0, .175);*/
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;
}

.main-navigation-item .item-title{
    /*font-weight: bold;*/
    margin-bottom: 10px;
    text-align: center;
    color: #6c757d;
    font-size: .875rem;
}

.main-navigation-item .item-icon{
    font-size: 2rem;
    text-align: center;
}

.iomics-logo-png{
    width: 55px;
    border-radius: 5px;
}

.index-head-bar{
    position: absolute;
    z-index: 9999;
    padding-top: 20px;
    padding-bottom: 15px;
    width: 100%;

}
.index-head-barbk{
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: 100px;
    background-color: #1b1e21;
alpha(opacity=30); -moz-opacity: 0.3; -khtml-opacity: 0.3; opacity: 0.3;
}

.index-head-menu{
    max-width: 1440px;
}

.iomics-top-link{
    line-height: 42px;
    padding: 0 15px;
    font-size: 17px;
    color: #fff;
}

.iomics-top-link:hover{
    text-decoration: none;
    color: #cce5ff;
    border-bottom: #a71d2a 3px solid;
}

.navbar-brand .logo{
    width: 28px;
    border-radius: 5px;
}

.top-banner-desc{
    color: #ccc;
    margin-left: 2rem;
}

.iomics-title-c1{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #292929;
    margin-top: 25px;
}

.dev-bottom-line{
    background: #ee1820;
    width: 70px;
    height: 8px;
    margin: 0 auto 30px;
}