/*!
 * 
 * Responsive
 *
 */
 
@media (width: 320px) {
	
}

@media (width: 480px) {
	
}

@media (width: 568px) {
	
}

@media (width: 768px) {
	.nav-sidebar > li > a {
        font-size: 1.2em;
        line-height: 1.2;
    }
}

@media (width: 1024px) {
	
}

@media (min-width: 320px) and (max-width: 767px) {
	body {
        background-size: auto;
        overflow-x: hidden;
    }
    .navbar-brand {
        background-size: 30%;   
    }
    .main {
        padding: 15px;
        height: 100%;
        min-height: 100%;
        position: relative;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
	.tc .thumbnail img {
        height: auto;   
    }
}
@media (min-width: 768px) {
    .sidebar {
        bottom: 0;
        display: block;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px;
        position: fixed;
        top: 0;
        z-index: 1000;
    }
}
@media (max-width: 991px) {
    .content {
    font-size: 1.7em; 
    line-height: 1.5em;
    }
    .col-md-6.content {min-height: 0px !important;}
}
@media (max-width: 768px) {
    .content {
    font-size: 1.5em; 
    line-height: 1.5em;
    }
    
}