// Demo File.

body{
    
    font-family: 'Source Sans Pro', sans-serif;

}


h1, h2, h3, h4, h5, h6{
    
    font-family: 'Roboto Condensed', sans-serif;
    
}

.dn{
    display: none;
}

h2.content-title{
    
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 18px;
     font-weight: 700;
     text-align: center;
     margin: 12px 0 32px 0;
     position: relative;
}

h2.content-title:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    bottom: -12px;
    left: 50%;
    margin-left: -50px;
    background: #cccccc;
    
}