@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('/fonts/MuseoSansCyrl-500.eot');
	src: local('MuseoSansCyrl-500'),
		url('/fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		url('/fonts/MuseoSansCyrl-500.woff') format('woff'),
		url('/fonts/MuseoSansCyrl-500.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('/fonts/MuseoSansCyrl-900.eot');
	src: local('MuseoSansCyrl-900'),
		url('/fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
		url('/fonts/MuseoSansCyrl-900.woff') format('woff'),
		url('/fonts/MuseoSansCyrl-900.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('/fonts/MuseoSansCyrl-700.eot');
	src: local('MuseoSansCyrl-700'),
		url('/fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
		url('/fonts/MuseoSansCyrl-700.woff') format('woff'),
		url('/fonts/MuseoSansCyrl-700.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('/fonts/MuseoSansCyrl-300.eot');
	src: local('MuseoSansCyrl-300'),
		url('/fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
		url('/fonts/MuseoSansCyrl-300.woff') format('woff'),
		url('/fonts/MuseoSansCyrl-300.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
.alert {
	width: 100%;
	padding: 12px 16px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 12px;
	font-size: 16px;
}
.alert h4 {
	margin: 0 auto 15px;
	text-transform: uppercase;
}
.alert.alert-success {
	background-color: rgba(227, 253, 235, 1);
	border-color: rgba(38, 179, 3, 1);
	color: rgba(60, 118, 61, 1);
}
.alert.alert-info {
	background-color: rgba(217, 237, 247, 1);
	color: rgba(49, 112, 143, 1);
	border-color: rgba(126, 182, 193, 1);
}
.alert.alert-warning {
	background-color: rgba(252, 248, 227, 1);
	border-color: rgba(177, 161, 129, 1);
	color: rgba(138, 109, 59, 1);
}
.alert.alert-danger {
	background-color: rgba(248, 215, 218, 1);
	border-color: rgba(220, 53, 69, 1);
	color: rgba(114, 28, 36,1);
}