/***  others ***/
@media only screen and (min-width: 480px) {
	
/*** sticky footer ***/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -210px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 210px; /* .push must be the same height as .footer */
}
/***/

}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 560px) { /* 320px */

body
{
	min-width: 0px;
	overflow-x: hidden;
	font-size: 13px;
}
.screen
{
	width: auto;
}
body, .body, .wrapper
{
	background: none !important;
}
.top
{
	height: auto;
}
.top h1
{
	position: relative;
	width: 100%;
	left: 0;
	margin-left: 0;
	padding-top: 50px;
}
	.top h1 a
	{
		width: auto;
	}
.top .toolbar
{
	position: absolute;
	width: 100%;
	top: 0;
	background: #6FC79D;
}
	.top .call h3
	{
		display: none;
	}
	.top .call ul li a
	{
		font-size: 16px;
		padding: 0;
		padding-right: 5px;
		background: none;
	}

	.top .call-fb {
	    display: block;
	}
.top .mobile-menu-box
{
	display: block;
	text-align: center;
	line-height: normal;
	padding: 10px;
	margin: 10px 0;
	background: #6FC79D;
}
	.top .mobile-menu-box select
	{
		width: 100%;
		height: 50px;
		font-size: 20px;
	}
.top nav ul
{
	display: none;
}

.cover, .with-aside .intro table td
{
	height: auto;
}
.cover
{
	padding: 0px 5px;
}
.intro
{
	width: auto;
}
.intro h2
{
	font-size: 30px;
	line-height: 26px;
}
.intro p
{
	font-size: 12px;
	color: #808080;
}
.cover figure
{
	display: none;
}

.main-column
{
	width: auto;
	float: none;
	margin-top: 0;
	padding: 0px 5px;
}
.right-column
{
	display: none;
}
.footer
{
	margin-top: 30px;
	background: #6FC79D;
	height: auto;
	position: relative;
}

	.footer .horizontal-list {
		min-width: inherit !important;
		width: 100%;
	}

	.footer .social {
		height: 40px;
		text-align: center;
		width: 120px;
		margin: 0 auto;
		float: none !important;
	}

	.footer .statics {
		width: 160px;
		height: 30px;
		text-align: center;
		margin: 0 auto;
		float: none !important;
	}

	.footer .notes p {
		line-height: 12px;
		padding-bottom: 10px;
		text-align: center;
	}

.shortcuts
{
	height: auto;
	text-align: center;
}
	.shortcuts ul {
		padding: 0 !important;
	}

	.shortcuts li
	{
		display: inline-block;
		float: none;
	}
		.shortcuts li a
		{
			font-size: 14px;
			font-weight: 500;
			padding: 5px;
		    text-transform: uppercase;
		    text-decoration: none;
		    color: #fff;
		}
.location
{
	padding: 20px 0;
	height: auto;
}
	.location article
	{
		float: none;
		width: auto;
		text-align: center;
		padding-top: 10px;
	}

		.location article header {
			background: none;
			padding-left: 0;
		}

		.location article p {
			padding-left: 0;
			font-size: 16px;
		}

.horizontal-list li a {
	color: #fff;
	font-size: 16px !important;
}

.pagination
{
	margin: 0;
}
	.pagination-prev, .pagination-next
	{
		text-indent: -9999px;
	}

.form
{
}
.form h3
{
	line-height: 20px;
}
.form .field
{
	float: none;
	width: auto;
}
	.form .field span
	{
		margin-left: 0;
		margin-right: 0;
	}
.form .fileupload label
{
	float: none;
	width: auto;
}
.form .fileupload span
{
	margin: 0;
}

.form .required
{
	padding-bottom: 20px;
}

.posts article header h2
{
	line-height: 28px;
}
.contacts .map-corner
{
	display: none;
}
.contacts .map iframe
{
	height: 200px;
}

.title a
{
	font-size: 10px;
	top: 30px;
	bottom: 0px;
	right: 0;
}
.focus, .news, .list
{
	padding: 0px 5px;
}
.focus article, .news article
{
	float: none;
	width: auto !important;
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 1px solid #ccc;
}
	.focus article figure, .news article figure
	{
		float: none;
		margin: 0px auto;
	}
		.focus article figure img, .news article figure img
		{
			width: 100%;
			height: auto;
		}
	
.focus article a {
	position: relative !important;
	bottom: auto !important;
}
.list ul li a strong
{
	float: none;
	display: block;
	/*text-align: right;*/
}
.list-with-dates ul li a span
{
	margin: 0;
}

}