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

#menu li{
	float: none;
}

#menu ul{
	margin-top: 30px;
}

#logo{
	margin-left: 22px;
}

.header h3{
	font-size: 35px;
}

.header h1{
	font-size: 60px;
}

#fp-left{
	margin-bottom: 44px;
}

.process{
	margin-bottom: 44px;
}

.team-member{
	margin-bottom: 44px;
}

.team-image-wrap img{
	height: 140%;
}

.services-holder{
	margin-bottom: 44px;
}

.stat-holder{
	margin-bottom: 44px;
}

.work-holder{
	margin-bottom: 44px;
}

.work-link i{
	font-size: 35px;
}

.work-overlay{
	padding-top: 30px;
}

#contact-left{
	margin-bottom: 44px;
}	

#google-map{
	position: relative;
}

#google-map:before {
	content: ' ';
	display: block;
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);


}

#footer-container{
	margin-left: 5px;
}

#footer-social{
	margin-bottom: 5px;
}


}