

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

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

		margin-bottom: 120px !important

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

	.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 img{

		max-width: 100%;

		padding-bottom: 10px;

		padding-top: 10px;

	}
	ul.sub-services-list {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
	

	.mobile-con{

		display: block;

	}

	

	.callus {

		margin-bottom: 10px;

	}



	.callus p {

		margin-right: 0px;

		line-height: initial;

		text-align: center;

		margin-bottom: 0px;

		float: none;
	}

img.social-img {
	width: 40px;
margin-top: 5px;
margin-bottom: 0px;
float: none;
margin-right: 0px;

}


	

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

	}

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

}
@media(min-width:768px) and (max-width:991px){
	.nav>li>a {
		padding: 4px 3px;
	}

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

		.cit.col-md-12 {
   -webkit-column-count: 2;
   -moz-column-count: 2;
   column-count: 2;
   }
   img.social-img {
    float: none;
	}
	.callus p {
    text-align: center;
    float: none;
	}
	.navbar-nav>li {
    float: none;
    display: inline-block;
	}

	ul.nav.navbar-nav {
    text-align: center;
    float: none;
	}
}


@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) {
    /* Styles */
}
/* iPads (landscape) ----------- */

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

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

    img.social-img {
    float: none;
	}

	.callus p {
    float: none;
    text-align: center;
	}

	.navbar-nav>li {
    float: none;
    display: inline-block;
	}

	ul.nav.navbar-nav {
    float: none;
    text-align: center;
	}

	.nav>li>a {
    font-size: 15px;
	}
}
