/*TABS CONTROLLER BASIC*/

.tab-bar-view {

    position: relative;
}

.tab-bar-view .tabs {

    text-align: center;
    position: absolute;
    width: 100%;
    top: 60px;

}

.tab-bar-view .tab-content {
    
    display: none;
}

.tab-bar-view .tab-content.active {
    
    display: block;
}

/* Styles */

.tab-bar-view h3 {

    font-weight: 300;
    font-size: 34px;
}

.tab-bar-view .tab-content {
    
    min-height: 800px;
}