

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modalBid-content {
    width: 100%;
  }
  
	.sliderVideo{
		height:370px;
	}  
	.servicesBlockLabel{
		width:300px;
		text-align:center;
	}	
	.nart{
		height:auto;
	}
	
	.header-carousel .header-carousel-item .carousel-caption{
		left: 0px;
		bottom: 0px;
	}	
	.header-carousel .header-carousel-item {
		height: 250px;
	}	
	
	.fadeInLeft {
		position:relative;
		top:-70px;
	}
	
    .header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next	
	{
		height: 30px;
	}
}

@media (max-width: 991px) {
	.egSearch{
	   display:none;
	}

	.sliderImg{
	  height:260px;
	}

}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 400px){
  .modalBid-content {
    width: 100%;
  }
  
	.sliderVideo{
		height:230px;
	}  
	.servicesBlockLabel{
		width:300px;
		text-align:center;
	}	
    .servicesBlockLabel2{
		width:300px;
		text-align:center;
	}		
	.nart{
		height:auto;
	}	
}

@media only screen and (max-width: 300px){
  .modalBid-content {
    width: 100%;
  }
  
	.sliderVideo{
		height:230px;
	}  
	.servicesBlockLabel{
		width:300px;
		text-align:center;
	}	
    .servicesBlockLabel2{
		width:300px;
		text-align:center;
	}	
		.nart{
		height:auto;
	}
}



@media only screen and (max-width: 400px){
	.printable .container,.printable .info-column {
		padding-right:0px;
		padding-left:0px;
	}
	.printable .container-fluid{
		padding-left:5px;
		padding-right:5px;
	}
	.printable .p-4{
		padding: 5px !important;
	}
	
    .contactMessage{
		width: 250px !important;
	}
    .forms_text_area,.forms_field{
		width: 200px !important;
	}	
	.newsPhotoList{
		display:inline-block;
		width:100%;
		min-width:200px;
		float:right;
		text-align:center;
	}
	.newsNameList{
		display:inline-block;
		text-align:right;
		width:100%;
	}	
}