@charset "utf-8";
/*
	FONT FAMILIES:
	
	COLORS:
*/

/* OVERRIDES */
body, html {
}
a {
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
}
a:hover {
}
a:focus {
	outline: none;
}
button {
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.has-feedback label~.form-control-feedback {
	top: 35px;
}
/* OVERRIDES */


/* Larger than Phone */
@media (min-width: 768px) {
}
/* Phone Landscape to Tablet Portrait */
@media (min-width: 768px) and (max-width: 991px) {
}
/* Tablet Landscape */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Desktop */
@media (min-width: 1200px) {
}