.big-icon {
	font-size: 1.4em;
}
.spacing {
	margin: 0 15px 0 15px;
}

.color-red {
	color: #FF0000;
}

.border-grey {
	border: 1px solid #CCC;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;

}

/*Alternative logo for mobile devices*/
@media (min-width: 501px) {
	.logo-default {
		display: block !important;
	}
	.logo-small {
		display: none !important;
	}
}

@media (max-width: 500px) {
	.logo-default {
		display: none !important;
	}
	.logo-small {
		display: block;
		width: 268px !important;
		height: 40px !important;
	}

	#header .header-logo {
		width: auto !important;
		height: auto !important;
	}
}

/* Fix overflow-right on dropdown */
@media (max-width: 1500px) {
	.custom-align {
		right: 0 !important;
	}
}