/* Large desktops and laptops */
@media only screen and (min-width: 1200px) {
   .carousel-caption { bottom: 120px; left: 630px;}

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {


}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.carousel-caption { bottom: 50px; left: 210px; }	
.carousel-caption h1{ font-size:32px; text-align:left; margin-left:50px;}	
.carousel-caption hr{ margin-bottom:0px;}
.carousel-caption .btn-default{ margin-bottom:0px;}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	display:none;}
.connect-us li a{ font-size:25px;}
.contact-us li{ font-size:14px;}
.extra-links li a{ font-size:14px;}
.about-comp p{ font-size:14px;}
.extra-links h5{ font-size:16px;}
.contact-us h5{ font-size:16px;}
.connect-us h5{ font-size:16px;}	

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	display:none;}
	.carousel-caption{ left:80px; bottom:10px; width:300px;}
	.carousel-caption h1{ font-size:24px;}
	.carousel-caption hr{ margin-left:64px;}
	.carousel-caption p{ font-size:11px; padding:0 33px;}
	.carousel-caption .btn-default{ width:95px; height:41px; font-size:15px;}
    .logo{ padding-top:15px; padding-bottom:0px;}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	
	.carousel-caption { bottom:0px; left:0px; width:190px; }	
.carousel-caption h1{ font-size:16px; text-align:left; margin-left:50px;}	
.carousel-caption hr{ margin-bottom:0px; width:50px;}
.carousel-caption .btn-default{font-size: 12px; height: 31px; margin-bottom: 10px; padding: 7px; width: 91px; margin-top:10px;}
.carousel-caption p{ display:none;}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	display:none;}
.logo{ text-align:center; padding-bottom:30px;}
.item-listing hr{ margin-left:70px;}
.logo{ padding-top:15px; padding-bottom:0px;}	

}