.header-to-shrink img {
/*   max-height: 150px;
 *//*   -webkit-transition:max-height 0,3s ease-out;
  -moz-transition:max-height 0,3s ease-out;
  -o-transition:max-height 0,3s ease-out;
  transition:max-height 1s ease-out; */
}
.header-to-shrink.shrink img {
  max-height: 50px;
  width: auto;
}

.header-to-shrink.shrink h1 {
	font-size: 1rem !important;
}



.RevSliderSticky * {
	color: white;
}

.RevSliderSticky a {
	text-decoration: none;
}