
/* rules for mobile vertical (< 480) */
@media(max-width:767px){/* rules for mobile horizontal (480 > 768)  */
	.navigation-bar{
		position:relative;
	}
	
	.fheading{
		text-align: center;
	}
	
	
	.mobile-con{
		background: url('../images/bg.jpg');
	}
	.mobile-con h1{
		text-shadow:  0 0 1px rgba(0,0,0,.5);
	}
	
	.mobile-call-us{
		text-align: center;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		background: rgb(0,78,247); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,78,247,1) 0%, rgba(39,130,209,1) 50%, rgba(0,88,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,78,247,1)), color-stop(50%,rgba(39,130,209,1)), color-stop(100%,rgba(0,88,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,78,247,1) 0%,rgba(39,130,209,1) 50%,rgba(0,88,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,78,247,1) 0%,rgba(39,130,209,1) 50%,rgba(0,88,221,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,78,247,1) 0%,rgba(39,130,209,1) 50%,rgba(0,88,221,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,78,247,1) 0%,rgba(39,130,209,1) 50%,rgba(0,88,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ef7', endColorstr='#0058dd',GradientType=0 ); /* IE6-9 */
	
		color: #FFF;
		padding: 10px 20px;
		text-shadow:  0 0 1px rgba(0,0,0,.5);
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		
	}
	
	.logox img{
		width: 100%;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.mobile-con{
		display: block;
	}
	
	.callus {
		display:none;
	}
	
	.tagblock .leader {
		text-align: center;
		font-size: 14px;
		text-shadow: 0px 0px 1px rgba(0,0,0,.5);
		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;
	}
}