#main-body{
    z-index: 999;
    left: 0;
    right: 0;
    position: absolute;
}
#section .row{
    margin: 0;
    background: #fff;
}
.section-container-item-item{
    cursor: pointer;
}
.section-container-item-two{
    cursor: not-allowed!important;
}
.section-item-icon{
    max-width: 60%;
}
.section-item img{
    width: 100%;
    margin: 0 auto;
}
.section-item-title{
    width: 100%;
    text-align: center;
    margin: 15px 0 20px 0;
}
#section .row{
    padding:10% 8% 5% 8%;
    box-sizing: border-box;
    -moz-box-shadow:0px 0px 12px #EFEFEF;
    -webkit-box-shadow:0px 0px 12px #EFEFEF;
    box-shadow:0px 0px 12px #EFEFEF;
}
#section .img_active{
    display: none;
}

@media (max-width: 768px) {
    #main-body{
        top: 15%;
    }
    #header .navbar-default{
        padding: 10px 0;
    }
}
@media (min-width: 960px) {
    #main-body{
        top: 50%;
    }
}
