﻿@media (max-width: 1000px) {
	.nav-first {
		display: none !important
	}

	#menu > ul > li > a {
		font-size:9px
	}

	.navbar-header {
		background: -webkit-linear-gradient(#4C4A33, #706E5C); /* For Safari */
		background: -o-linear-gradient(#4C4A33, #706E5C); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#4C4A33, #706E5C); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#4C4A33, #706E5C); /* Standard syntax */
	}

	#jqb_object {
		display: none
	}

	.entry_cf {
		height: inherit
	}

	.entry_cf .thumbnailimg time {
		bottom: 0;
	}

	.navbar-default {
		position: absolute;
		width: 100%;
		z-index: 1000;
	}

	.banner{
		
	}

	.navbar-brand {
		position:relative;
		z-index: 1000
	}

	time {
		display:none
	}

	.width2 {
		width: 88%
	}

	.text-align-center {
		text-align: center
	}
}

@media (max-width: 768px) {
	.thumb-gallery {
		display: inline-block
	}

	#menu > ul > li > a {
		height: auto;
		line-height: 29px
	}

    .nav > li > a {
        padding: 10px 10px;
    }

    .display-inline-mob {
        display: inline-block
    }
}
