/* rules for mobile vertical (< 480) */
@media(max-width:767px){/* rules for mobile horizontal (480 > 768)  */
	.navigation-bar{
		position:relative;
	}

	.tagblock2 .mylead{
		font-size: 23px;
	}

	.services-group2{
		display:none;
	}

	.services-group{
		display: block;
	}
	
	.frontpage .tagblock2 .leader{
		font-size: 50px;
	}
	.fheading{
		text-align: center;
	}

	.innerpage .leader {
	margin-top: 5px !important;
}
	.innerpage .featured {
margin-top: 0px;
padding-top: 25px;
}
	
	.mobile-con{
		
		padding-top: 25px;
		/*background: #101625;*/
	}
	.mobile-con h1{
		text-shadow:  0 0 1px rgba(0,0,0,.5);
		color: #0a0e17 !important; 
	}
	
	.mobile-call-us{
		text-align: center;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;

background: #9dd53a;
background: -moz-linear-gradient(top,  #2d3e6a 0%, #2d3e6a 50%, #1E2D46 51%, #1E2D46 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3e6a), color-stop(50%,#2d3e6a), color-stop(51%,#1E2D46), color-stop(100%,#1E2D46));
background: -webkit-linear-gradient(top,  #2d3e6a 0%,#2d3e6a 50%,#1E2D46 51%,#1E2D46 100%);
background: -o-linear-gradient(top,  #2d3e6a 0%,#2d3e6a 50%,#1E2D46 51%,#1E2D46 100%);
background: -ms-linear-gradient(top,  #2d3e6a 0%,#2d3e6a 50%,#1E2D46 51%,#1E2D46 100%);
background: linear-gradient(to bottom, #2d3e6a 0%,#2d3e6a 50%,#1E2D46 51%,#1E2D46 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );


		color: #FFF;
		padding: 10px 20px;
		text-shadow:  0 0 1px rgba(0,0,0,.5);
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		background: #01b4ec;
		background: #101625;
		
	}


	
	.logox img{
		width: 100%;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.mobile-con{
		display: block;
	}
	
	.callus {
		display:none;
	}
	
	.tagblock .leader {
		text-align: center;
		font-size: 21px;
		text-shadow: 2px 0px 0px rgba(0,0,0,1);
		margin-top: 9px;
	}
	.tagblock .mylead{
		text-align: center;
	}
	
	#content .container{
		padding: 0;
	}
	
	.header-shadow {
		width: 100%;
	}
	
	.header-shadow-top {
		width: 100%;
	}
	
	.header-shadow-bottom-inner,.header-shadow-top-inner {
		width: 100%;
	}
	
	.vertical-shadow-right,.vertical-shadow-left {
		display:none;
	}
	.navigation-bar .col-md-12{
		padding:0;
	}
	
	.navigation-bar .container>.navbar-header, 
	.navigation-bar .container-fluid>.navbar-header, 
	.navigation-bar .container>.navbar-collapse, 
	.navigation-bar .container-fluid>.navbar-collapse{
		margin:0;
	}
	.navbar-collapse{
		max-height: initial;
	}
	
	
	 .header{
			position:relative;
		}
	
}

@media(min-width:768px){/* rules for tablet (768 > 992) */
	
}
@media(min-width:992px){/* rules for desktop (992 > 1200) */
	
}
@media(min-width:1200px){ /* rules for large (> 1200) */
	.mobile-con{
		display:none;
	}
}