@media (min-width: 992px) {
   header nav ul.nav-main > li:not(.active) > a {
      color: #39f !important;
   }
}
header.transy_header .btn-responsive-nav {
    color: #39f !important;
}
.img-crop {
	width:100%;
	max-height:150px;
	min-height:150px;
	object-fit:cover;
}

.img-crop-large {
	width:100%;
	max-height:240px;
	min-height:240px;
	object-fit:cover;
}

.realpoint-search-button input[type="button"] {
    background-color: #3399FF;
}


