@media(min-width: 768px) and (max-width: 991px) {
	.callus p {
		font-size: 24px;
	}

	.carousel .item {
		text-align: center;
	}
}



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

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

		margin-bottom: 100px !important

	}
	.sub-services-divst {
    margin-left: 17px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    font-size: 13px;
    column-count: 1;
	}
	.link_to_top_wrapper {
	  text-align: left;
	  
	}

	.navigation-bar{

		position:relative;

	}

	.logox img{
		margin-left:  0px !important; 
	}

	.navbar-nav>li {
	  padding: 3px 3px;
	}

	.banner {
			margin-top: 10px;
	}
	.col-md-12.city {
   		-webkit-column-count: 1; /* Chrome, Safari, Opera */
   -moz-column-count: 1; /* Firefox */
   column-count: 1;
}


	.carousel-caption {
		display: none;
	}

	.fheading{

		text-align: center;

	}

	.page_header{
		font-size: 20px;

	}

	p.page_header {
    font-size: 20px;
    line-height: 1;
}

	



	.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 {
		text-align: center;
	}

	.logox img{
	    padding-bottom: 10px;
	    padding-top: 10px;
	    margin-bottom: -12px;
	    border-radius: 0px;
	    max-width: 100%;
	}

	

	.mobile-con{

		display: block;

	}

	

	.callus {

		margin-bottom: 10px;

	}



	.callus p {

    line-height: initial;
    text-align: center;
    margin-bottom: 0px;
    background: none;

	}
	.socials {
   text-align: center
}

img.social-img {
	    width: 40px;
    margin-right: 12px;
}



.col-socials {
	background: #242426;
}

	

	.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;

		}



	.banner .row .col-md-2:nth-child(odd) {

	    padding-top: 0px;

	}

	

	.banner .services-list p {

		font-size: 12px;
		margin-bottom: 10px;
		padding-top: 0px;
		padding-bottom: 0px;

	}

}
@media(min-width:768px) and (max-width:991px){
	.nav>li>a {
		/*padding: 15px 10px;*/
	}

	.logox img{
		margin-left:  0px !important; 
	}
	.banner{
		margin-top: 0px;
	}

	.carousel-caption{
		bottom: 50px;
	}

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

	.link_to_top_wrapper {

    float: right;
    margin-top: -50px;
	}
}




  



@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;

	}

}
	/* iPads (portrait and landscape) ----------- */ 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) 
{ 
 


} /* iPads (landscape) ----------- */ 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) 
{

} /* iPads (portrait) ----------- */ 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) 
{ 

.col-md-12.city {
   		-webkit-column-count: 3; /* Chrome, Safari, Opera */
   -moz-column-count: 3; /* Firefox */
   column-count: 3;
}
.link_to_top_wrapper {
    float: right;
    margin-top: -20px;
}
.sub-services-divst {
    margin-left: 17px;
    font-size: 13px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding-bottom: 10px;
}
}