/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    #topbar{
        height: 0px;
    }
    .about-lists .content-item span{
        text-align: center;
    }
    .about-lists .content-item h4{
        text-align: center;
    }
    #footer .footer-top h4{
        font-size: 19px;
    }
    #footer .copyright{
        text-align: center;
        padding: 5px;
    }
    #footer .credits{
        text-align: center;
        padding: 5px;
    }
    .icon-bar1{
        display: none;
    }
    #footer .footer-top .footer-newsletter img{
        display: block;
        margin: auto;
    }
    .footer-newsletter p{
        margin: 9px 0 10px 0;
		font-size:19px;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    #header{
        border-bottom: 1px solid #1b1b1b;
    }
 }

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 

 }

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

 }

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 

 }

/* // XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width */