section[data-cattype="401"]{
    padding-top: 20px;
	
}

section[data-cattype="401"] h2{
    margin-bottom: 40px;
	color: #5a595e;
	font-size: 28px;
	font-weight:600;
	font-family: 'open_sansregular';
	position: relative;
}

[data-cattype="401"] h2:before{
    position: absolute;
    content: '';
    background-image: url(../../../data/ckfinder/images/divider.png);
    background-size: contain;
    background-repeat: no-repeat;
    width:46px;
    height: 14px;
    left: 31%;
    top:32%;
}

[data-cattype="401"] h2:after{
    position: absolute;
    content: '';
    background-image: url(../../../data/ckfinder/images/divider.png);
    background-size: contain;
    background-repeat: no-repeat;
    width:46px;
    height: 14px;
    right: 31%;
    top:32%;
}


section[data-cattype="401"] .nav-tabs.nav-stacked {
    margin-top: 15px;
}



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
    [data-cattype="401"] h2:before{
        content: none;
    }

    [data-cattype="401"] h2:after{
        content: none;
    }
}


@media screen and (max-width: 767px) {
    
    [data-cattype="401"] h2:before{
        content: none;
    }

    [data-cattype="401"] h2:after{
        content: none;
    }
}
















