@media screen and (max-width: 767px) {

.navicon {
	display: block;
	color: #fff;
	text-align: right;
	font-size: 36px;
	line-height: 90px;
	padding-right: 10px;
}
nav {
	background: #000;
	position: absolute;
	right: 0;
	left: 0;
	top: 90px;
	z-index: 999;
	float: none;
	display: none;
}
nav > ul {
	padding: 25px;
}
nav > ul > li {
	display: block;
	line-height: 40px;
}
nav > ul > li > a i {
	display: none !important;
}
nav > ul > li > ul {
	position: inherit;
	top: inherit;
	left: inherit;
	width: inherit;
	background: rgba(255,255,255,0.05);
	z-index: inherit;
	margin: 0 0 0 20px;
	display: block;
}
nav > ul > li > ul > li {
	line-height: 40px;
	list-style: none;
	border-bottom: none;
}
nav > ul > li > ul > li > a:hover {
	color: inherit;
}
.slide-caption-more a {
	padding: 0 10px;
	border-radius: 5px;
	line-height: 24px;
	box-shadow: 3px 5px 10px rgba(0,0,0,0.3);
	font-size: 12px;
}
.services1 {
	margin-top: 30px;
	border-radius: 0;
}
.slide-caption {
	top: 20%;
	left: 10%;
	max-width: 80%;
	padding: 10px;
	border-radius: 10px;
}
.slide-caption-heading {
	font-size: 20px;
}
.slide-caption-body {
	display: none;
}
.copyright {
	line-height: 20px;
	overflow: hidden;
}
.copyright img {
	float: left;
}
.copyright ul {
	float: none;
	text-align: center !important;
	margin-top: 10px;
}
.copyright ul li a {
	padding: 0 5px;
}
.value {
	height: auto;
}
.post-classic-img {
	float: none;
	margin-left: 0;
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 15px;
}
.footer-socials {
	text-align: center;
}
.footer-socials i {
	width: 20%;
}

}
@media only screen and (min-width: 768px) and (max-width: 989px) {

}
@media only screen and (min-width: 990px) and (max-width: 1200px) {
	
}