@media (max-width: 1200px) {
	header .logo {
		width: 15%;
	}
	header .topbar {

		width: 85%;
	}
}
@media (max-width: 992px) {
	header .container{
		width:100%;
	}
	header .logo {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #ebebeb;
	}
	header .topbar {

		width: 100%;
	}
}
@media (max-width: 767px) {

	header {
		background: #ebebeb;
	}
	header .logo {
		background: #ebebeb none repeat scroll 0 0;
		display: block;
		float: left;
		height: auto;
		margin: 0;
		padding: 10px 0;
		position: relative;
		text-align: center;
		width: 20%;
		z-index: 1;
	}
	header .logo img {
		height: 50px;
		max-width: 100%;
		width: auto;
	}
	header .topbar {
		display: table;
		float: left;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		width: 80%;
	}
	header .topbar .s_top {
		color: #353599;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: right;
		top: 15px;
		width: 100%;
	}
	header .topbar .s_bottom {
		bottom: 0;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}
	.slides_inhome {
		margin: 2px 0 0;
	}
	.navbar-toggle {
		background: #034694;
		margin-top: 18px;
	}
	.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;
		z-index: 9999;
	}
	#main-menu ul {
		width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
	}
}