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

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

		margin-bottom: 100px !important

	}
	.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
    color: #fff;
	}
	.banner .image img {
    border: 5px solid #7c442b;
	}
	.sub-services-divst {
    margin-left: 17px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    font-size: 15px;
    column-count: 1;
	}
	.link_to_top_wrapper {
    text-align: right;
    margin-top: 10px;
	}
	.nav>li>a {
    	padding: 5px;
    	border-right: none;
    	border-left: none;
	}
	.dropdown-menu li>a {
	    color: #fff;
	}

	.cit.col-md-12 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
	.navigation-bar{

		position:relative;

	}

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

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

	.banner {
			margin-top: 10px;
	}

	.carousel-caption {
		display: none;
	}

	.fheading{

		text-align: center;

	}

	.page_header{
		font-size: 35px;

	}

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

	

	.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;
       padding: 10px;
}

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

.citieslist a {
	font-size: 12px;
}

.citieslist .quote {
	font-size: 50px;
}

.citieslist h1 {
    font-size: 35px;
}

.col-socials {
	background: #1c1213;
}

	

	.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: 10px 10px;
    font-size: 11px;
	}

	.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;
	}
	.srv-desc h3 {
    font-size: 21px;
    }
}

@media(min-width:726px) and (max-width:993px){

	.cit.col-md-12 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	}

	}

	@media(min-width:762px) and (max-width:990px){

	.sub-services-divst {
    margin-left: 17px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-size: 14px;
}

	}



@media(min-width:991px) and (max-width:1200px){

			.srv-desc h3 {
			    font-size: 17px;
			}

}


  



@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) 
{ 
	img.social-img {
    width: 36px;
	}
}