@media screen and (max-width: 1024px) {
body {
	font-size: .95em;
}
#header .header-content {
	width: 90%;
}
.nav-toggle {
	display: block !important;
}
.navigation {
	position: fixed;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.navigation .primary-nav, .navigation .menulevel1 {
	position: relative;
	top: 45%;
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}
.navigation li {
	display: block !important;
	/* [disabled]margin-bottom: 20px; */
}
.navigation a {
	display: block;
	font-size: 1.4em;
	text-align: center;
	font-weight: 400;
	padding: 0.5em;
	/* [disabled]font-size: 0.5em; */
	/* [disabled]margin: .2em 0; */
}
.navigation.open a {
	font-size: 1.2em;
}
.flex-control-nav {
	/* [disabled]bottom: 20px; */
}
}
@media screen and (max-width: 768px) {
body {
	font-size: .9em;
}
.flexslider {
	/* [disabled]padding-bottom: 80px; */
}
.flex-control-nav {
	/* [disabled]width: 100%; */
}
.footer .footer-col {
	margin-bottom: 50px;
}
.home .slide-text {
	bottom:20%;
	font-size: .8em;
}
}
@media screen and (max-width: 640px) {
body {
	font-size: .85em;
}
.home .slide-text {
	bottom:20%;
	font-size: .7em;
}
}
@media screen and (max-width: 480px) {
body {
	font-size: .8em;
}
.home .slide-text {
	bottom:20%;
	font-size: .7em;
}
main {
    word-wrap: break-word;
}
.container {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media screen and (max-width: 320px) {
.home .slide-text {
	bottom:20%;
	font-size: .6em;
}
main {
    word-wrap: break-word;
}
.container {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
