@media screen and (max-width: 1024px) {
#header .header-content {
	width: 96%;
}
.nav-toggle {
	display: block;
}
.navigation {
	position: fixed;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.navigation .primary-nav {
	position: relative;
	top: 45%;
	transform: translateY(-45%);
}
.navigation li {
	display: block;
	margin-bottom: 20px;
}
.navigation a {
	display: block;
	font-size: 25px;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
}
@media screen and (max-width: 768px) {
.flexslider {
	padding-bottom: 80px;
}
}
@media screen and (max-width: 640px) {
.carousel-caption h2 {
	font-size: 28px;
	margin-bottom: 0;
}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 384px) {
.carousel-caption h2 {
	font-size: 22px;
	margin-bottom: 0;
}
.carousel-caption p {
	font-size: 11px;
}
#services h3,
#portfolio h3,
#price h3,
#aboutus h3,
#contact h3 {
	font-size: 24px;
}
.glyphicon-option-vertical {
	font-size: 20px;
}
.footer small {
	font-size: 10px;
}
}
@media screen and (max-width: 360px) {
.logo {
	width: 220px;
	height: 27px;
	background: url(/images/logo_small.svg);
}
}
@media screen and (max-width: 240px) {
.logo {
	width: 160px;
	height: 20px;
	background: url(/images/logo_mini.svg);
}
.carousel-caption {
	top: 55%;
}
.carousel-caption h2 {
	font-size: 14px;
	margin-bottom: 0;
}
.carousel-caption p {
	font-size: 9px;
	letter-spacing: normal;
}
.footer small {
	font-size: 9px;
	letter-spacing: normal;
}
}