#cookie-policy div{
	display: inline;
	text-align: left;
}
#cookie-policy a{
	color: #fff;
	text-decoration: none;
}
#cookie-policy a:hover{
	text-decoration: underline;
}
#eu-cookie-read-more div{
	display: block;
}
#eu-cookie-bar {
	font: normal 13px/28px sans-serif;
	width: 100%;
	background: rgba(0,0,0,0.75) !important;
	border-color: #FFFFFF !important;
	border-style: solid !important;
	border-width: 0 !important;
	bottom: 0 !important;
	left: 0!important;
	padding: 10px 60px !important;
	position: fixed !important;
	text-align: unset !important;
	z-index: 998 !important;
	box-shadow: 0 0 0 0 !important;
	color: #FFF !important;
	height: auto !important;
	font-weight: normal !important;
	font-size: 13px !important;
	opacity: 0.93 !important;
	min-width: 1px !important;
	box-sizing:border-box;
}
button#euCookie {
	margin: 8px 0 8px 20px;
	line-height: 20px;
	background: #009fee !important;
	border: none;
	color: #fff;
	padding: 10px 30px;
	border-radius: 0;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	float: right;
	height: 40px;
	text-transform:uppercase;
}
#eu-cookie-bar a {
	color: #FFF;
	text-decoration:underline;
}
button#euCookie:hover {
	background: #009fee !important;
}

#eu-cookie-read-more.see{
	display: block;
	width: 100%;
	height: 100%;
	background: #ccc;
	background: #ffffff url('images/overlay-bg.png') 0 0;
	position: fixed;
	top: -0px;
	z-index: 10000;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	overflow-Y: scroll;
	padding-right: 19px;
}

#eu-cookie-read-more{
	display: none;
	width: 100%;
	height: 100%;
	background: #ccc;
	background: #ffffff url('images/overlay-bg.png') 0 0;
	position: fixed;
	top: 3000px;
	z-index: 10000;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#eu-cookie-read-more-content{
	margin: 3% 7%;
}

a#euCookieMoreClose {
	height: 29px;
	width: 29px;
	position: absolute;
	top: 50px;
	right: 50px;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	cursor: pointer;
	background: url('images/dark-close.png') 0 0;
	background-position: center center;
}
a#euCookieMoreClose:hover{
	text-decoration: none;
}
#cookie-policy{
	display: none;
	width: 100%;
	overflow: hidden;
}

#cookie-policy #eu-cookie-bar-side-left{
	width: auto;
	display: block;
	line-height: 13px;padding-top:21px;
	float:left;
}
#cookie-policy #eu-cookie-bar-side-right{
	width: auto;
	display: block;
	float:right;
}
#eu-cookie-bar-line-1{
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#eu-cookie-bar-line-2{
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#eu-cookie-bar-content{
	display: inline-block!important;
	width:100%;
}
#eu-cookie-bar-side-left .pad{

}
#eu-cookie-bar-side-right{

}
@media (min-width: 100px) and (max-width: 600px) {

}

#eu-cookie-read-more h4 {
	font-size: 13.5pt;
	color: #93b72f;
	font-weight: 600;
}

#eu-cookie-read-more a{
	color: #93b72f;
}

#eu-cookie-read-more p i {
  display: block;
  margin-bottom: -10px;
}


@media (max-width: 615px) {
#cookie-policy #eu-cookie-bar-side-left{
	width: auto;
	display: block;
	vertical-align: top;
	padding: 0 20px;
}

#eu-cookie-bar {padding: 10px !important;}

}