
/* rules for mobile vertical (< 480) */
@media(max-width:767px){/* rules for mobile horizontal (480 > 768)  */
	.navigation-bar{
		position:relative;
	}
	
	.fheading{
		text-align: center;
	}

	.customWidget2 {
background: #000 url('../images/pattern1.png');
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
padding: 15px;
color: #333333;
}
	
	
	.mobile-con{
		background: url('../images/bg.jpg');
		background-size:100%;
	}
	.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: #56AA04;
		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: 27px !important;
		text-shadow: 0px 0px 1px rgba(0,0,0,.5);
		margin-top: 9px;
	}
	.tagblock .mylead{
		text-align: center;
		font-size: 22px;
	}
	
	#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;
	}
	
}

@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;
	}
}