/* Custom CSS overrides */
input.admin-menu-search.form-text {
	min-height: 0;
}

.field-content {
	text-align: center;
}

a:hover img, a:active img { opacity:0.75; filter:alpha(opacity=75); }

a, img, .button { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; 
-o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.mediaelement-video {
	margin: 1em;
}