.mobile-search {
	display: none;
	margin: 5px 0 0 0;
	padding: 3px 5px;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
}
.mobile-search input[type=text] {
	margin-top: 5px;
	background: none;
	border: none;
	width: 90%;
	font-size: 14px;
	color: #000;
	z-index: 2;
}
.mobile-search input[type=submit] {
	float: right;
	width: 30px;
	height: 30px;
	font-size: 12px;
	background: url(../images/search.png) no-repeat 5px 5px;
	background-color: #484848;
	border: none;
	border-radius: 3px;
}

@media (max-width: 960px) {
	.top-wrapper .center ,.top-wrapper .right {
		width: 50%;
	}
	.top-wrapper .left {
		display: none;
	}
	.social {
		float: left;
		margin: 20px 0 0 50px;
	}
	.top-line {
		display: none;
	}
	.top-line2 {
		display: none;
	}

	.content>.right {
		display: block;
		width: 100%;
		max-width: 345px;
		margin: auto;
		border-left: none;
	}
	.content>.left {
		display: block;
		width: 100%;
		max-width: 825px;
		padding: 5px;
	}

	.show-search {
		top: 0;
		z-index: 11111;
	}

	.show-menu {
		display: block;
	}
	.top-menu  {
		width: 100%;
	}
	.top-menu>ul {
		display: none;
		clear: both;
	}
	.top-menu ul ,.top-menu ul li {
		width: 100%;
		border-top: 1px solid #ccc;
	}
	.top-menu ul li a.has-sub:after {
		content:"\25BC";
		float: right;
	}
	.top-menu ul li ul {
		position: relative;
		display: block;
		min-width: 100%;
	}

	.top-menu2 {
		display: block;
	}


	.slide-news ,.slide-news.small  {
		float: none;
		display: block;
		max-width: 500px;
		width: 100%;
		margin: 20px auto 0  auto;
	}
	.slide-news .img ,.slide-news.small .img {
		width: 100%;
		position: relative;
		padding: 0;
	}
	.slide-news .img img ,.slide-news.small .img img {
		width: 100%;
		height: auto;
	}
	.slide-news.small .img img.default-img {
		display: none;
	}
	.slide-news.small .img img.mob-img {
		display: block;
	}

	.bottom-slider .slick-current  {

	}

	.contact {
		margin: auto;
		clear: both;
		float: none;
	}
	.contact-map {
		margin-top: 30px;
		float: none;
		display: block;
		text-align: center;
	}


	#rev_slider_1_1_wrapper {
		display: none!important;
	}

	.mobile-search {
		display: block;
	}
}
@media (max-width: 800px) {
	.news-slider-box {
		display: none!important;
	}
}


@media (min-width: 962px) {
	.top-menu>ul {
		display: block!important;
	}
}