@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
	header {
		background: #4f110c none repeat scroll 0 0;
		border-bottom: 1px solid #7b2c26;
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	header .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	header .logo {
		display: block;
		float: none;
		margin: 0;
		padding: 10px 0;
		position: relative;
		width: 100%;
		z-index: 1;
	}
	header .headmenu {
		border-bottom: 1px solid #7b2c26;
		border-top: 1px solid #7b2c26;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		background: #5b2217;
		position: relative;
		width: 100%;
	}
	.navbar {
		min-height: auto;
	}
	.navbar-toggle {
		background: #4f110c;
		margin-top: 10px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		float: right;
		margin-bottom: 10px;
		margin-right: 10px;
		padding: 0;
		position: relative;
	}
	header .headmenu #main-menu {
		float: left;
		width: 100%;
	}
	.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
		border-bottom: 1px dashed #6b231d;
		color: white;
		font-family: "Roboto Condensed", sans-serif;
		font-size: 18px;
		font-weight: 600;
		line-height: 20px;
		padding: 5px 0;
		text-decoration: none;
	}
	header .headlang {
		display: block;
		float: left;
		margin: 0;
		padding: 10px 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.block_default h3.title {
		text-align: center;
	}
	footer .footer-menu ul {
		background: #64281c none repeat scroll 0 0;
		border: 1px solid #5b2217;
		float: none;
		list-style: outside none none;
		margin: 10px 0;
		padding: 10px 0;
		width: 100%;
	}
	footer .footer-menu ul li {
		border-bottom: 1px dashed #4c1b11;
		border-right: 0 none;
		display: block;
		list-style: outside none none;
		margin: 0;
		padding: 4px 10px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	footer .footer-menu ul li a {
		color: #ebebeb;
		display: block;
		padding: 0;
		text-transform: uppercase;
		white-space: nowrap;
	}
	footer ul.socialList {
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	footer .s_bottom .text-right {
		text-align: center;
	}
	.intro_content {
		display: table;
	
	}
	.introheadlang {
		margin: 20px auto 20px;
		position: relative;
	}
}

@media (min-width: 768px) {
	#main-menu {
		position: relative;
	}
	#main-menu ul {
		width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
	}
}