img {
  border:0;
  display:block;
  height:auto;
  max-width:100%;
  width:auto;
}
.owl-item img, .full-img {
  max-width: none;
  width:100%;
} 

#carousel .owl-theme .owl-controls {
	/*background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53);*/
	bottom: 0;
	margin: 0;
	padding: 0.325em 0;
	position: absolute;
	width: 100%;
} 
@media (max-width: 767px) {
 
  #carousel .owl-theme .owl-controls {
	/*background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53);*/
	bottom: 0;
	margin: -0.8em 0;
	padding: 0.225em 0;
	position: absolute;
	width: 100%;
  } 
}

.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0px solid rgba(0, 40, 58, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #242424;
}