/*@import url("webfonts/ClanOT_NarrowBold/stylesheet.css");
@import url("webfonts/ClanOT_NarrowBook/stylesheet.css");*/
@import url("https://use.typekit.net/utr8tof.css");


.cookieConsentContainer {

	z-index: 999;

	width: 350px;

	min-height: 20px;

	box-sizing: border-box;

	padding: 30px 30px 30px 30px;

	background: #00155F;

	overflow: hidden;

	position: fixed;

    bottom: 30px;

	right: 30px;

	display: none;

}

.cookieConsentContainer .cookieTitle a {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	display: block;
	font-family: "kohinoor", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
	font-family: "kohinoor", sans-serif;
	font-weight: 400;
	font-style: normal;	
} .cookieConsentContainer .cookieDesc a {
	color: #F70AAD;
	text-decoration: none;
	font-size: 14px;
	font-family: "kohinoor", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.cookieConsentContainer .cookieButton a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 14px;
	background: #F70AAD;
	box-sizing: border-box;
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
	font-family: "kohinoor", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.cookieConsentContainer .cookieButton a:hover {
	cursor: pointer;
	background-color: #F70AAD;
}



@media (max-width: 653px) {

	.cookieConsentContainer {

		bottom: 0px !important;

		left: 0px !important;

		width: 100%  !important;

	}

}