

/* rules for mobile vertical (< 480) */

@media(max-width:767px){/* rules for mobile horizontal (480 > 768)  */

	.navigation-bar{

		position:relative;
	
	}


	 .cit{
	-webkit-column-count: 1 !important; /* Chrome, Safari, Opera */
    	-moz-column-count: 1 !important; /* Firefox */
   	 column-count: 1 !important;
	} 

.logox img{

		width: 100%;

		padding-bottom: 10px;

		padding-top: 10px;

	}

	.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: #D3D5B7;

	

		color: #FFF;

		padding: 10px 20px;

		text-shadow:  0 0 1px rgba(0,0,0,.5);

		font-weight: bold;

		font-size: 20px;

		text-align: center;

		

	}


	

	.mobile-con{

		display: block;

	}

	

	.callus {

		display:none;

	}

	

	.tagblock .leader {

		text-align: center;

		font-size: 35px;

		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;

	}

}
input#s {
    color: #000;
}