@media screen and (max-width: 1300px) {
	.sml
	{
		font-size:12px;
	}
	.block1
	{
		font-size:18px;
	}
	.block2
	{
		font-size:16px;
	}
	.block4-type {
		font-size: 20px;
	}
	.block4-type2 {
		font-size: 14px;
	}
	.block4-btn
	{
		font-size:12px;
		padding:10px;
	}
	.block6-btn
	{
		font-size:12px;
		padding:10px;
		
	}
}
@media screen and (max-width: 900px) {
	h1
	{
		font-size:20px;
		padding-bottom:20px;
	}
	body
	{
		min-height:100%;
	}
	.header
	{
		display:none;
	}
	.mobile-header
	{
		width:100%;
		height:auto;
		display:block;
	}
	.nav-name 
	{
		float: left;
		font-size: 12px;
		width: 80%;
		height: 50px;
		line-height: 4.5em;
	}
	.nav-name p 
	{
		padding-left: 20px;
	}
	.mobile-nav
	{
		font-size:10px;
		margin-top:10px;
		margin-bottom:10px;
		width:100%;
		height:auto;
	}
	.mobile-nav img
	{
		width:15%;
		max-width:80px;
		min-width:40px;
		height:auto;
	}
	.moblie-social-links
	{
		width:100%;
		height:80px;
		margin-bottom:10px;
	}
	.moblie-social-links img
	{
		display:inline-block;
		width:10%;
		max-width:50px;
		min-width:30px;
		height:auto;
		padding:10px;
	}
	.mobile-logo
	{
		margin-top:30px;
		margin-bottom:10px;
		width:100%;
		height:auto;
		
	}
	.mobile-logo img
	{
		width:65%;
		max-width:300px;
		height:auto;
	}
	.body-content
	{
		width:100%;
		height:auto;
	}
	.column1
	{
		float:none;
		width:100%;
		height:auto;
		background:#ccc;
	}
	.column2
	{
		float:none;
		width:100%;
		height:auto;
		background:#eee;
	}
	.block1
	{
		height:auto;
		font-size:18px;
	}
	.block1 p
	{
		padding:10%;
	}
	.block2
	{
		height:auto;
		font-size:18px;
		padding-bottom:20px;
	}
	.arrow
	{
		width:100%;
		height:12px;
		text-align:center;
	}
	.block2 p
	{
		padding:5% 10% 0% 10%;
	}
	.icon-bulb
	{
		width:15%;
		height:auto;
		padding-top:5%;
	}
	.block3
	{
		float:none;
		width:100%;
		height:300px;
		background-image:url(../images/photo-growth.jpg);
		background-position:center center;
		background-size:auto 200%;
		background-repeat:no-repeat;
	}
	.block3-over
	{
		width:100%;
		height:100%;
		background-image:url(../images/photo-growth-grey.jpg);
		background-position:center center;
		background-size:auto 200%;
		background-repeat:no-repeat;
	}
	.block4
	{
		display:none;
	}
	.block4-type
	{
		font-size:22px;
		padding-top:20px;
		padding-bottom:5px;
	}
	.block4-type2
	{
		font-size:16px;
		padding-bottom:5%;
	}
	.block4-btn-container
	{
		width:100%;
		height:auto;
	}
	.block4-btn
	{
		width:25%;
		padding:20px;
		border-radius:10px;
		background:#55ba47;
		display:inline-block;
		color:#fff;
	}
	.block5
	{
		float:none;
		width:60%;
		height:35%;
		background-image:url(../images/photo-set-apart.jpg);
		background-position:center 20%;
		background-size:100% auto;
		background-repeat:no-repeat;
	}
	.block6
	{
		float:none;
		width:100%;
		height:200px;
		background-color:#fff;
		padding-bottom:30px;
	}
	.block6-btn
	{
		width:60%;
		padding:20px;
		
	}
	/*  ABOUT SWITCH  */

	.client-portfolio
	{
		position:relative;
		left:0;
		width:100%;
		height:auto;
		margin-left:0;
		margin-top:30px;
	}
	.client-portfolio p
	{
		padding:0px 20px 0px 20px;
	}
	.client-logos
	{
		position:relative;
		left:5%;
		width:70%;
		height:auto;
		margin-left:0;
		margin-top:30px;
		margin-bottom:30px;
		display:inline-block;
	}
	.client-wrapper
	{
		float:left;
		width:30%;
		height:30%;
	
	}
	.cw1
	{
		border-left:solid 1px #e0e0e0;
		border-top:solid 1px #e0e0e0;
		border-bottom:solid 1px #e0e0e0;
	}
	.cw2
	{
		border-right:solid 1px #e0e0e0;
		border-left:solid 1px #e0e0e0;
		border-top:solid 1px #e0e0e0;
		border-bottom:solid 1px #e0e0e0;
	}
	.cw3
	{
		border-left:solid 1px #e0e0e0;
		border-bottom:solid 1px #e0e0e0;
	}
	.cw4
	{
		border-right:solid 1px #e0e0e0;
		border-left:solid 1px #e0e0e0;
		border-bottom:solid 1px #e0e0e0;
	}
	/*  CONTACT US */

	.c-con
	{
		position:relative;
		width:100%;
		height:auto;
		left:50%;
		margin-left:-50%;
		margin-top:30px;
	}
	
	input
	{
		width:70%;
		height:30px;
		border-radius:5px;
		border:solid 1px #ccc;
		margin-bottom:5px;
		font-family: 'encode_sans_normallight';
		color:#555;
		font-size:16px;
		text-align:center;
	}
	input[type=submit]
	{
		width:70%;
		height:32px;
		border-radius:5px;
		border:solid 1px #55ba47;
		margin-bottom:5px;
		color:#fff;
		background:#55ba47;
	}
	textarea
	{
		width:70%;
		height:70px;
		border-radius:5px;
		border:solid 1px #ccc;
		margin-bottom:5px;
	}
	.fpar
	{
		margin-bottom:8px;
	}
	
	form
	{
		float:none;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
	}
	.c-details
	{
		float:none;
		width:100%;
		text-align:center;
		font-size:14px;
	}
	.par
	{
		padding-bottom:10px;
	}
	.email-link
	{
		text-decoration:none;
		color:#55ba47;
	}
	
}