/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies { 
	position:fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 25px 0px 20px 0px;
	background-color: #004241;
	color: #ffffff;
	z-index: 99999;
	text-align: center;
	vertical-align: middle;
	box-sizing:border-box;
	
}

.cc-cookies span.section { 
	max-width: 960px;
	margin: 0 auto;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
}

.cc-cookies h4 {
	display: inline-block;
	
}

.cc-cookies a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.cc-cookies a:hover {
	text-decoration: none;
}

.cc-overlay {
	/* padding-top: 25%; */
}

.cc-cookies span.section span {
	display: inline-block;
	padding-top: 10px;
	clear: both;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
	display: inline-block;
	position: relative;
	color: #004241;
  	background-color: #ffffff;
	border-radius: 30px;
	font-family: "Zain", Arial, sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-size: 26px; font-size: 2.6rem;
	text-decoration: none;
	text-transform: lowercase;
	font-variant: small-caps;
	text-decoration: none;
	padding: 3px 15px 3px 15px; 
	margin: 20px 0 10px 0;
	width: auto;

	cursor: pointer;
	white-space: nowrap;

	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
	font-weight: 800;
	color: #ffffff;
	background-color: #2B7077;
}

.cc-cookies a.cc-cookie-accept:hover, .cc-cookies-error a.cc-cookie-accept:hover {
	background-color: #95B7BB;
}

.cc-cookies a.cc-cookie-decline:hover, .cc-cookies-error a.cc-cookie-decline:hover {
	background-color: #16595C;
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
	margin-left: 20px;
}