
/* 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;

		color: #FFF;
		padding: 10px 20px;
		text-shadow:  0 0 1px rgba(0,0,0,.5);
		font-weight: bold;
		font-size: 20px;
		text-align: center;
        border: 1px solid #7E5F5A;
        background: url('../images/bg-sub.png');
		
	}
	
	.logox img{
		width: 100%;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.mobile-con{
		display: block;
	}
	
	.callus {
		margin-bottom: 10px;
	}

	.callus p {
		float: none;
		margin: 0;
		line-height: initial;
		text-align: center;
	}
	
	.tagblock .leader {
		text-align: center;
		font-size: 20px;
		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;
	}
	
	.navbar-nav {
		float: left;
	}


	.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;
			background: #222;
			    /* background: rgba(0, 185, 233, 0.7);				background: #98edc3; */				background: rgba(15, 183, 226, 0.7); 
			    
		}

	.banner .row .col-md-2:nth-child(odd) {
	    padding-top: 0px;
	}
	
	.banner .services-list p, .banner .row .col-md-2:nth-child(even) p {
		font-size: 28px;
    	font-family: 'Cabin', sans-serif;
    	    text-align: center;
	    margin-top: -15px;
	}

	.carousel-caption {
		bottom: auto;
		top: 5%;
	}

	.carousel-caption h1 {
		font-size: 20px;
	}
}

@media(min-width:768px) and (max-width: 991px){/* rules for tablet (768 > 992) */
	.carousel-caption h1 {
		    font-size: 21px;
	}
}
@media(min-width:992px){/* rules for desktop (992 > 1200) */
	
}
@media(min-width:1200px){ /* rules for large (> 1200) */
	.mobile-con{
		display:none;
	}
}