	
	.hidden {
		display:none;
	}
	
	.js-form .error p {
		font-size:20px!important;
		font-weight:bold!important;
		color:#f42434!important;
		text-align:center!important;
		padding-top:20px;
	}

	.js-form .success p {
		font-size:20px!important;
		font-weight:bold!important;
		color:#000!important;
		text-align:center!important;
		padding-top:20px;
	}

	.js-form .success-dark {
		color:#000!important;
	}
	
	.align-center {text-align:center;}
	
	.topline a, .kontaktsw a {
		color:#000!important;
	}

	.top-message {
		background-color: #e70f1a;
		color: white;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		font-size: 24px;
		position: absolute;
		width: 100%;
		padding: 0px;
	}

	.spec {
		font-weight: bold;
		color: red !important;
	}