
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1280px) {
/* Styles */
	
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
/* Styles */
	
	
}




/* Desktops and laptops ----------- */
@media only screen and (min-width: 980px) and (max-width: 1023px) {
/* Styles */
	
}

@media only screen and (min-width: 801px) and (max-width: 979px) {
/* Styles */
	
}


@media only screen and (width: 800px) {
	

}

@media only screen and (min-width: 768px) and (max-width: 799px) {
/* Styles */
	
}


/* Mobile Landscape Width to Tablet Portrait Width */
@media only screen and (min-width: 361px) and (max-width: 767px) {

	.int-p {top:10%;}
	.int-p h1{font-size:28px !important;}
	.int-p p{font-size:14px !important;line-height: 1.3;}

}




@media only screen and (min-width: 321px) and (max-width: 360px) {
	
	.bidder-people img{width: 160px !important;}
	.bidder2 img{width: 100px !important;}
	.building img{width: 300px !important;}
	.carousel-caption .gadget {width:100px;}
	.carousel-caption .motor {width:130px;}
	.int-p {font-size: 12px;}
	.nav > li > a,
	.nav > li > a:hover,
	.nav > li > a:focus {font-weight:normal !important;font-size: 13px !important}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
	
	.logo img {width: 60px;}

	.bidder-people img{width: 160px !important;}
	.bidder2 img{width: 100px !important;right: 10% !important}
	.building img{width: 300px !important;}
	.carousel-caption .gadget {width:100px;}
	.carousel-caption .motor {width:130px;}
	.int-p {top:10%;}
	.int-p h1{font-size:28px !important;}
	.int-p p{font-size:13px !important;line-height: 1.3;}

	.building img {width: 200px !important}

	.nav > li > a,
	.nav > li > a:hover,
	.nav > li > a:focus {font-weight:normal !important;font-size: 13px !important}


 @media only screen and (min-width: 140px) and (max-width: 320px) {
 	
 	.logo img {width: 60px;}
	
	.bidder-people img{width: 160px !important;}
	.bidder2 img{width: 100px !important;}
	.building img{width: 300px !important;}
	.carousel-caption .gadget {width:100px;}
	.carousel-caption .motor {width:130px;}
	.int-p {font-size: 11px;}

	.int-p {top:10%;}
	.int-p h1{font-size:22px !important;}
	.int-p p{font-size:13px !important;line-height: 1.3;}

	.building img {width:160px !important;}

	.nav > li > a,
	.nav > li > a:hover,
	.nav > li > a:focus {font-weight:normal !important;font-size: 13px !important}

 }