@charset "utf-8";
/***************************************************
****************************************************
****************************************************
*****
*****	Cookie Bar
*****
****************************************************
****************************************************
***************************************************/
div#cookieChoiceWrapper
{
    position: fixed;
    top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFF;
	/* background: rgba( 255, 255, 255, 0.5 ); */
    z-index: 1000;
}
div#cookieChoiceWrapper.fsndCookieWHZBlue
{
	background: #FFF;
}
div#cookieChoiceWrapper.fsndCookieRelative
{
	position: relative;
}
div#cookieChoiceWrapper.fsndCookieBottom
{
	position: fixed;
	top: auto;
	bottom: 0px;
	padding-bottom: 0px;
}
div#cookieChoiceInfo 
{
    /*margin: 0 13% !important;*/
	width: 1440px; 
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
    /*width: 74% !important;*/
}

div#cookieOptInOutWrapper
{
   position: relative;
   max-width: 320px;
   padding-top: 15px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.fsndCookieGrey div#cookieChoiceInfo 
{
	color: #3E3E3E;
    background-color: #fff;
    border: 1px solid grey;
}

.fsndCookieFullWidth div#cookieChoiceInfo 
{
	width: auto;
	padding-left: 1%;
	padding-right:  1%;
}

.fsndCookieBottom.fsndCookieFullWidth div#cookieChoiceInfo
{
	border-left: none;
	border-bottom: none;
	border-right: none;
}

.fsndCookieWHZBlue div#cookieChoiceInfo
{
	border: none;
}

div#cookieChoiceInfo a.optInOutLinks
{
	position: absolute;
	bottom: 15px;
	padding: 5px 35px;
}

div#cookieChoiceInfo a#cookieChoiceDismiss
{
	right: 15px;
}

div#cookieChoiceInfo a#cookieChoiceDecline
{
	left: 15px;
}

.fsndCookieGrey div#cookieChoiceInfo a.optInOutLinks
{
	color: #FFF;
	background: #222222;
}

.fsndCookieWHZBlue div#cookieChoiceInfo a.optInOutLinks
{
	background: #385065;
}

.fsndCookieGrubBlue div#cookieChoiceInfo a.optInOutLinks
{
	background: #0c2f7a;
}

div#cookieChoiceInfo a#cookieInfoLink
{
	margin-left: 4px;
}

.fsndCookieGrey div#cookieChoiceInfo a#cookieInfoLink
{
	color: #222;	
}

div#cookieChoiceInfo div#cookieInnerID
{
	width: 80%;
	padding-left: 30px;
	padding-bottom: 1em;
	padding-top: 1em;
   margin-left: auto;
   margin-right: auto;
}

.fsndCookieFullWidth div#cookieChoiceInfo div#cookieInnerID
{
	display: inline-block;
	width: auto;
	margin-left: 1%;
	margin-right: 130px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#cookieChoiceInfo h2#cookieConsentTitle
{
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 30px;
	padding-right: 0.5em;
	margin-top: 0;
}

.fsndCookieHideTitle h2#cookieConsentTitle
{
	display: none;
}

.fsndCookieShadow div#cookieChoiceInfo
{
	margin-bottom: 5px;
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.fsndCookieShadow div#cookieChoiceInfo a.optInOutLinks
{
	
	-webkit-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
}

.fsndCookieShadow div#cookieChoiceInfo a#cookieChoiceDismiss
{
	right: 20px;
}

#cookieChoiceInfo #cookieInnerID a.optInOutLinks
{
	position: relative;
   display: inline-block;
	bottom: auto !important;
   margin-bottom: 8px;
	padding: 0.5em 0.75em;
	text-decoration: none;
	
	-webkit-transition: background 0.25s ease-in;
    -o-transition: background 0.5s ease-in;
   
}

#cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper a.optInOutLinks
{
   display: block;
}

#cookieChoiceInfo #cookieInnerID #cookieChoiceDecline
{
	left: auto !important;
	margin-right: 0.5em;
}

#cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDecline
{
   float: right;
}

#cookieChoiceInfo #cookieInnerID #cookieChoiceDismiss
{
	right: auto !important;
	margin-left: 0.5em;
}

#cookieChoiceInfo #cookieInnerID #cookieOptInOutWrapper #cookieChoiceDismiss
{
   float: left;
}

div#cookieChoiceWrapper.fsndCookieBlack
{
	background: #000;
	font-size: 13px;
    font-family: Arial;
    font-weight: bold;
	color: #FFF;
}

.fsndCookieBlack #cookieInnerID a,
.fsndCookieBlack #cookieInnerID a:visited
{
	color: #FFF;
	text-decoration: underline;
}

.fsndCookieBlack #cookieChoiceInfo #cookieInnerID a.optInOutLinks
{
    color: #FFFFFF;
    background: #B50234;
	
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
}

.fsndCookieBlack #cookieChoiceInfo #cookieInnerID a.optInOutLinks:hover 
{
    background: #7F7F7F;
    text-decoration: none;
}

/***************************************************
****************************************************
****************************************************
*****
*****	Media Queries
*****
****************************************************
****************************************************
***************************************************/

@media only screen and (max-width: 960px) 
{

}

@media only screen and (max-width: 800px) 
{
	
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 70%;	
	}

}

@media only screen and (max-width: 700px) 
{

}

@media only screen and (max-width: 600px) 
{	
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 65%;	
	}
}

@media only screen and (max-width: 600px) and (orientation: landscape)
{
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 90%;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
		font-size: 80%;
	}
	#cookieChoiceInfo h2#cookieConsentTitle
	{
		padding-left: 0px;
		margin-left: 5%;
	}
	div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		display: inline-block;
		position: relative;
		left: 5%;
		bottom: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 5px;
		text-align: center;
	}
	.fsndCookieShadow div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 500px) 
{	
	div#cookieChoiceInfo div#cookieInnerID
	{
		width: 90%;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	#cookieChoiceInfo h2#cookieConsentTitle
	{
		padding-left: 0px;
		margin-left: 5%;
	}
	div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		display: inline-block;
		position: relative;
		left: 5%;
		bottom: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 5px;
		text-align: center;
	}
	.fsndCookieFullWidth div#cookieChoiceInfo div#cookieInnerID
	{
		margin-right: 1%;
	}
	.fsndCookieShadow div#cookieChoiceInfo a#cookieChoiceDismiss
	{
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 400px) 
{
	.fsndCookieShadow div#cookieChoiceInfo
	{
		max-width: 95%;
	}
}

@media only screen and (max-width: 325px) 
{
}