/*	SimpleGrid - a fork of CSSGrid by Crowd Favorite (https://github.com/crowdfavorite/css-grid)
 *	https://simplegrid.info
 *	by Conor Muirhead (https://conor.cc) of Early LLC (https://earlymade.com)
 *  License: https://creativecommons.org/licenses/MIT/	*/
/* Containers */

.grid {
	position:relative;
	width:auto;
	min-width:320px;
}

.slider-nav__item {
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width: 6px;
	height: 6px;
}

#news {
	overflow:auto;
	float: none;
	margin:0 auto;
}

#footer #responsive { display: none; }

.navigation_2 { width: 200px; }
.navigation_2 .nav li a { padding: 12px 6px; }
.navigation_1 .nav li { width: 29%; margin: 0 0.5%; }

#arh-map-wrapper {
    float: none;
}
#arh-text {
    float: none;
    width: auto;
    max-width: 660px;
}
#arh-text .navigation_4 a {
    display: inline-block;
}

