
@media screen and (max-width: 1199px) {
   .content-side a.red-button {
   		margin-top: 30px;
   }
   .portfolio-box {
   		width: 970px;
   }
   .portfolio-post {
		width: 293px;
	}
	.team-social li a {
		width: 24px;
		height: 24px;
	}
	.team-social li a i {
		line-height: 24px;
		font-size: 14px;
	}
	.navbar-default .navbar-nav > li {
		margin-left: 10px;
	}
}
@media screen and (min-width: 993px) {
.services-post img {
width:100%;	
}
}
@media screen and (max-width: 993px) {
	.center-place h1 {
		font-size: 40px;
		margin: 0;
	}
	.center-place h3 {
		font-size: 30px;
	}
	div.white-line {
	    margin-bottom: 20px;
	}
	.services-post {
		margin-bottom: 40px;
		overflow: hidden;
		padding: 1px;
	}
	.services-line {
		padding: 37px 25px 2px;
	}
	.services-post .post-content p {
		max-width: 100%;
	}
	.content-side {
		padding-bottom: 30px;
	}
   .portfolio-box {
   		width: 750px;
   }
   .portfolio-post {
		width: 345px;
	}
	.team-social li a {
		width: 32px;
		height: 32px;
	}
	.team-social li a i {
		line-height: 32px;
		font-size: 18px;
	}
	.client-item {
		margin-bottom: 10px;
	}
	.service-style2 .services-post {
		margin-bottom: 0;
	}
	footer {
		text-align: center;
	}
	.right-parag {
		float: none;
	}
	.social-icons {
		margin: 10px 0 !important;
	}
	.contact-info-post {
		padding: 15px 5px 15px;
	}
	header.vertical-mode .logo-box {
		padding: 20px;
	}
	.navbar-default .navbar-nav > li {
		margin-left: 0px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
		padding: 20px 10px;
	}
	.navbar-default .navbar-toggle {
		outline: none;
		margin-top: 13px;
	}
}


@media screen and (max-width: 768px) {
	ul.menu li a {
		padding: 15px 10px;
	}
	.flex-direction-nav {
		display: none;
	}
	.center-place h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.center-place h3 {
		font-size: 20px;
	}
	div.white-line {
	    margin-bottom: 10px;
	}
	.center-place h3:before,
	.center-place h3 p:before {
		display: none;
	}
	.center-place h3:after,
	.center-place h3 p:after {
		display: none;
	}
	.toggle-line {
		width: 0;
	}
   .portfolio-box {
   		width: 100%;
   		margin-left: 0;
   }
   .portfolio-post {
		width: 100%;
		margin: 15px 0px;
	}
	ul.filter li {
		margin-bottom: 2px;
	}
	.navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #02A4DC;
    padding: 16px 10px;
	}
	.navbar-nav {
    margin: 0.5px -15px;
	}
	#map {
	display:none !important;	
	}
	.services-post > a {
	display:none !important;		
	}
	.services-post .post-content {
    margin-left: 0;
	}
}
@media screen (min-width: 769px) and (max-width: 992px) {
.team-post {
    margin: 0 auto 20px !important;
    width: 50% !important;
	border:solid 1px red;
}		
}