/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	.container {
		width: auto;
	  }
}


/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}

@media (max-width:1199px)
{
    
}

@media (max-width:991px){
	
	.locate {
		height: auto;
	}
	
	.location-map {
        position: relative;
        width: 100%;
        margin-bottom: 40px;
    }
    
    .navbar-default .navbar-collapse {
        background-color: #F5F5F5;
        margin-top: 0;
        width: 100%;
        position: absolute;
	    text-align:center;
        max-height: 400px;
	}
	
    .pop-img-wrapper {
       width: 100%;
    }

    .pop-text {
       position: relative;
       padding-left: 15px;
       padding-top: 20px;
       padding-bottom: 30px;
    }

    .pop-img img {
       max-width: 480px;
    }
    ul.nav.nav-tabs.gii-tabs {
   max-width: 480px;
    }

}

@media (max-width:767px){
	.gii-tabs li {
		display: block;
	}
	
	.gii-tabs .tab {
		width: 100%;
	}
	ul.nav.nav-tabs.gii-tabs {
   max-width: 510px;
   padding: 0 15px;
}

.nav-tabs.gii-tabs .tab {
   margin: 0;
   margin-bottom: 10px;
}
.nav-tabs.gii-tabs .tab:hover {
   margin: 0;
   margin-bottom: 10px;
}
	
	.navbar-brand {
		display: block;
		width: 80%;
		max-width: 200px;
		position: relative;
	}
	
	.navbar-brand img {
		width: 100%;
		height: auto;
		left: 15px;
	}
	
	.navbar-default .navbar-toggle {
		margin-top: 30px;
	}
	
	.navbar-default {
		height: 90px;
	}
	.banner-slider {
		margin-top: 90px;
	}
	
	
	
		

	.search-bar {
    padding: 0 50px;
	}
	
	
	
	.locate .list-readmore {
		position: static;
		margin: 20px 0;
	}
	
	.footer .navbar-nav {
		text-align: center;
	}
	
	.footer .navbar-nav li {
		display: inline-block;
		float: none;
	}
	
	.footer .copyright p {
		text-align: center;
		margin-top: 0;
	}
	.fixed-contact-banner {
    padding-top: 88px;
	}

	.location-map {
        margin-bottom: 0;
    }
	.pop .text-danger.showmore {
        height: auto;
    }
	
}

@media (max-width:479px){
	.contant .row.products-list h2 {
	padding-top: 28%;
	}
	
	.contant .list-readmore {
	bottom: 60px;
	}
	.banner-slider h1 {
   font-size: 12px;
}
	

}

@media (min-width:768px){

}

@media (min-width:992px){

}

@media (min-width:1200px){

}

@media (min-width:768px) and (max-width:991px)
{
    

}

@media (max-width: 1199px) and (min-width: 992px) {

}
