@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
	.topbar ul.menu_topbar {
		display: block;
		margin: 0 auto 4px;
		padding: 0;
		position: relative;
		text-align: center;
		width: auto;
	}
	header .logo {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	header .infohead {
		border-top: 1px solid #ebebeb;
		display: block;
		float: right;
		margin: 20px 0 0;
		padding: 10px;
		position: relative;
		width: 100%;
	}
	header .infohead .headerContent {
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 10px;
		display: table;
	}
	.headermenu .col-left {
		display: none;
	}
	.headermenu .col-right {
		width: 100%;
	}

	.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
		border-bottom: 1px solid #ebebeb;
		padding: 6px 0;
	}
	.headerslider{
		padding:10px 0;
	}
	.headerslider .col-left {
		height: auto;
		width: 100%;
	}
	.headerslider .col-right {
		min-height: auto;
		overflow: hidden;
		width: 100%;
	}
	.bottom_footer {
		padding: 10px 0;
	}
	.bottom_footer .s_left {
		min-height: auto;
		padding: 15px 10px 30px;
		width: 100%;
	}
	.bottom_footer .s_right {
		width: 100%;
	}
	.email_newsletter .showform {
		display: block;
		margin: 10px auto 0;
		padding: 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.email_newsletter h3 {
		color: #fff;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
	}
	.email_newsletter p {
		color: #999;
		margin: 10px 0 0;
		padding: 0;
		position: relative;
		text-align: center;
	}
	.email_newsletter input[type="text"] {

		width: 140px;
	}
	footer .footer-menu {
		display: block;
		margin: 20px 0;
		padding: 0;
		position: relative;
		width: 100%;
	}
	footer .footer-menu ul li {
		display: block;
		list-style: outside none none;
		margin: 0;
		padding: 0;
		position: relative;
		vertical-align: top;
		width: 100%;
	}
	footer h3 {
		margin: 20px 0 0;
	}
	.block_news_cat h3 {
		margin: 0 0 10px;
	}
	.block_news_cat ul li .s_image img {
		float: left;
	}
	.block_news_cat ul li .s_image .showdate {
		right: auto;
		left: 10px;
	}
	.shops_search select {
		margin: 0 0 4px 0;
		display: block;
		width: 100%;
	}
	.shops_search input {
		border: 1px solid #e8e8e8;
		display: block;
		float: left;
		margin: 0 auto;
		width: 100%;
	}
	.shops_search button {
		color: #fff;
		display: block;
		float: left;
		font-size: 20px;
		height: 40px;
		margin: 4px auto 0;
		padding: 3px 12px;
		text-align: center;
		width: 100%;
	}

	.navbar-toggle {
		background: #221d5f;
		margin-top: 6px;
	}
	.sm, .sm ul, .sm li {
		width: 100%;
	}
	section {
		overflow: hidden;
		width: 100%;
	}
	footer .s_top {
		min-height: auto;
		padding: 20px;
		width: 100%;
	}
	footer .block_default {
		margin: 20px 0 0;
		padding: 0;
		min-height: auto;
	}
	footer .block_default h3 {
		margin: 5px 0 20px;
		padding: 0;
		text-align: center;
	}
	footer .s_bottom, footer .s_bottom .text-right {
		text-align: center;
	}
}

@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 */
	}
}