﻿.hide {
	display: none !important;
}

/* Cookie Notification */
#CookieNotification {
	top: auto;
	bottom: 0px;
	right: auto;
	left: 0px;
	position: fixed;
	width: auto;
	height: auto;
	border: 1px solid #DCDCDC;
	background-color: #F0F0F0;
	padding: 5px;
	color: #333;
	font-family: "Open Sans", Tahoma, Geneva, Sans-Serif;
	font-size: 75%;
	z-index: 9999999;
}

#CookieNotification a, #CookieNotification a:link, #CookieNotification a:visited {
	color: #5091CD;
	text-decoration: none;
}

#CookieNotification a:active, #CookieNotification a:hover {
	color: #ED911A;
	text-decoration: none;
}

#CookieNotification .btn {
	margin-left: 12px;
	margin-top: 0;
}

/* default button */
.btn {
	display: inline-block;
	font-size: 120%;
	line-height: 110%;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #F7941D;
	background-color: #F7941D;
	color: #FFFFFF !important;
	padding: 15px 30px;
	margin-top: 20px;
}

.btn:hover {
	border-color: #E4810A;
	background-color: #E4810A;
}

/* button sizes */
.btnSmall, .btnSmall:hover {
	padding: 7px 14px;
	font-size: 85%;
	line-height: 100%;
	text-transform: none;
}
