/* VIEWPORT < 980px */

	
@media only screen and (max-width: 1100px){
	.MainWrapper, .MainContainWrapper, .Footer {
		width: 86%;
		padding:10px 4%;
	}	
}


@media only screen and (max-width: 980px){
	.isDown {
		display:none;
	}
	.Nav {
		display:none;
	}
	
	.Logo {
		margin:10px 0px;
	}
	.SocialWrapper h3 {
		padding-right:12%;
	}
}

@media only screen and (max-width: 800px){
	.ExpertiseBox {
		width:46% !important;
		margin:1% !important;
	}
}
	
@media only screen and (max-width: 768px){
	
	.SoftwareBoxCol1 {
		float:none;
		width:90%;
		padding:5%;
		margin-bottom:15px;
	}
	.SoftwareBoxCol2 {
		display:none;
	}
	.SoftwareBoxHeight {
		height:auto !important;
		min-height:1px !important;
	}
	
	/*  Social  Wrapper  */
	.SocialWrapper h3 {
		width:270px;
		margin:0 auto;
		padding:0px;
		float:none;
		border-bottom:3px solid #ff0000;
		border-right:0px;
		margin-bottom:20px !important;
		text-align:center;
	}
	.SocialIcon {
		float:none;
		margin:0 auto;
	}
	
	/*  End  */
}


/* VIEWPORT < 640px */
@media only screen and (max-width: 640px){
	
	
	
	/*  Logo  */
	.Logo {
		float:none;
		margin:0 auto;
		padding:15px 0px;
	}
	
	/*  End  */
	
	.ClientLogo img {
		width:30%;
		margin:1.2%;
	}	
	.IdxConTextCol1 {
		float:none !important;
		width:96% !important;
		display:block;
	}
	.IdxConTextCol2 {
		float:none;
		width:96%;
	}
	.IdxConTextCol3 {
		float:none;
		width:96%;
	}
	
	.Footer {
		padding-bottom:60px;
	}
	.FooterLeft {
		float:none !important;
		width:100% !important;
		text-align:center;
	}
	.FooterRight {
		float:none !important;
		width:100% !important;
		text-align:center;
	}
	.TopArrow {
		margin-top:-65px;
	}
	
	
	/*  Contact   */
	
	.ContactInfoLeft {
		float:left;
		display:block;
		width:100%;
	}
	.ContactInfoRight {
		float:right;
		display:block;
		width:100%;
	}
	.ContactBranchCol1 {
		float:none;
		width:100%;
	}
	.ContactBranchCol2 {
		float:none;
		width:100%;
		background-repeat:repeat-x;
	}
	.ContactBranchHeight {
		height:auto !important;
		min-height:30px !important;
	}
	
	/*   End  */
	
	/*  Services  */
		
		.ServicesIcon  {
			width:46%;
			margin:2%;
		}
		.ServicesIcon h3 {
			font-size:14px !important;
			margin-top:10px;
		}
			
	/*  End  */
	
	
	/*  Img  */
	.Img1 img {
		width:94%;
		margin:0 auto;
	}
	/*  End  */
	
	.ExpertiseBox {
		float:none;
		width:90% !important;
		margin:0 auto !important;
		margin-bottom:15px !important;
	}
	.ExpertiseBoxHeight {
		height:auto !important;
		min-height:1px !important;
	}
	
	
	
}



/* VIEWPORT < 524px */
@media only screen and (max-width: 524px){
	
		.IdxContainLeft {
			float:none !important;
			width:100% !important;
		}
		.IdxContainRight {
			float:none !important;
			width:100% !important;
		}
		.IdxHeaderHeight {
			height:auto !important;
			min-height:1px !important;
		}
	/*  End  */
	
	/* Services  icon   */
		
		.ServicesIcon {
			float:none;
			width:96%;
			margin:0 auto;
			margin-bottom:20px;
			padding-bottom:20px;
		}
			
	/*  End  */
	
	/*  Right  Img  */
		.RightImg1 {
			width:90%;
			margin:0 auto;
			padding:0;
			margin-bottom:10px;
			float:none;
		}
		.RightImg1 img {
			width:100%;
		}
	/*  End  */

}


