
@media (max-width: 769px) { 
.navbar-text {
	display: none;
}
.navbar-brand {
	background-color: #fff;
	position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.navbar {
	padding: 0;
	padding-right: 1rem;
}
.navbar-nav {
	text-align: center;
}
.logo_text {
	display: none;
}
.item_sub_image {
    display: block;
    max-width: 300px;
    max-height: 390px;
    background-color: #fff;
    position: relative;
    padding: 40px;
    z-index: 1;
    bottom: -10px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.category_info {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #005ba8;
    font-family: 'BebasNeueBold';
    padding: 20px 15px 10px 15px;
    font-size: 1.25rem;
    line-height: 1;
    color: #fff;
    width: 250px;
}
.c_title {
	font-size: 3rem;
}
.djc_result_set .row {
    margin-bottom: 0px;
}
.djc_items .col-lg-4 {
	margin-bottom: 30px;
}
}