.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: 80%;
	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) {
	.hidden-mobile {
		display: none;
	}
	.hidden-desktop {
		display: block;
	}

	.contact-box {
		padding: 0 10px;
	}

	.homepage-news-block {
		margin: 15px 0 0 0!important;
		max-width: 100%;
		min-height: auto;
	}

	.homepage-sidebar-block {
		width: 100%;
		margin: 17px 0px 15px 0;
	}

	.poll {
		width: 100%;
		margin: 17px 0px 15px 0;
	}

	img {
		max-width: 100%!important;
		height: auto!important;
	}
	.top-wrapper .right {
		width: 100%;
	}
	.top-wrapper .left {
		display: none;
	}
	.top-wrapper .center {
		display: none;
	}
	.social {
		float: left;
		margin: 10px 0 0 10px;
	}
	.top-line {
		display: none;
	}
	.top-line2 {
		display: none;
	}

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


	.search {
		margin-right: 2px;
	}
	.search input[type=text] {
		width: 90px;
	}
	.search-menu {
		margin-left: 5px;
	}
	.search-menu a {
		font: normal 14px BPG Nino Mtavruli;
	}

	.search-box {
		position: relative;
		width: 100%;
	}
	.search-box .back {
		border-left: 0 solid transparent;
	}

	.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;
	}


	.calendar-box {
		margin: auto;
	}
	.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;
	}
	.contact #email {
		margin-left: 0;
	}
	.contact input[type=text] ,.contact textarea {
		width: 100%;
	}

	#rev_slider_1_1_wrapper {
		display: none!important;
	}

	.mobile-search {
		display: block;
	}

	.homepage-news-block > .description {
		height: auto;
	}

	.photo-gallery {
		width: 100%;
		box-sizing: border: box;
		padding: 5px;
	}
	.photo-gallery .gallery {
		display: block;
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
		margin-top: 5px;
	}
	.photo-gallery .gallery .title-back {
		
	}
	.photo-gallery .gallery img {
		width: 100%;
		height: auto;
	}

	.photo-gallery .picture {
		display: block;
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
		margin-top: 5px;
	}
	.photo-gallery .picture:hover {
		border-bottom: 6px solid #034991;
	}
	.photo-gallery .picture img {
		width: 100%;
		height: auto;
	}


    .homepage-civil-block .form {
        width: 100%;
    }

    .homepage-civil-block .form .part-1 {
        width: 100%;
        margin:  0;
    }

    .homepage-civil-block .form .part-2 {
        width: 100%;
        margin:  0;
    }

    .homepage-civil-block .form .part-3 {
        width: 100%;
        margin:  0;
    }


    .homepage-civil-block .banner {
        float: right;
        width: 25%;
        margin: 60px auto 20px auto;
    }

    .homepage-civil-block .banner a img {
        width: 100% ;
    }
}
@media (max-width: 800px) {
	.news-slider-box {
		display: none!important;
	}
}


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