@charset "utf-8";
/* CSS Document */

/* ************************ COOKIES NOTICE BOARD CSS START HERE **************************** */

.notice_div_simplebar{position: fixed;width:100%;z-index:5; left: 0;}
.ebsticky_bottom{bottom:100px;}
.ebsticky_top{top:0px;}
.notice_div_ribbin{position: fixed;
    right: 20px;
    z-index: 999;
    background: #1E5695;
    width: 100%;
    padding: 10px;
    max-width: 276px;
    border-radius: 5px;}

.inner1{ }
.inner2{position: absolute; margin:0 auto; padding-top:20px;}
.inner3{ }

.inner3 .heading_title {font-size:18px; color:#FFF; letter-spacing: normal; margin: 0; font-weight: bold; padding-top: 0; padding-bottom: 0px;display: inline-block;}
.inner3 p{color: #cccccc; font-size: 14px; margin: 0;line-height: 16px;}

/* LINK CSS BELOW*/
.inner3 a{color: #66AF29; font-weight: bold; text-decoration:none}
.inner3 a:hover{text-decoration:underline;}
.heading_title_blok{    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;}


/* HIDE BUTTON CSS BELOW*/
.button_cookie{font-size: 16px; color:#FFF !important; 
font-family: 'pfdindisplaypro', Arial, sans-serif!important;    transition: 400ms;
	font-weight: bold; padding: 10px 20px; display: inline-block; text-align: center;
	border-radius: 999px; 
	background: #1D467A; /* Old browsers */
width: auto!important;
    
}
.button_cookie:hover{background:#971418!important;}
a.button_cookie{text-decoration:underline;}	

/* BUTTON HOVER EFFECT*/
a:hover.button_cookie{
	background: -moz-linear-gradient(top, #103B70 0%, #1D467A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#103B70), color-stop(100%,#1D467A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #103B70 0%,#1D467A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #103B70 0%,#1D467A 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #103B70 0%,#1D467A 100%); /* IE10+ */
	background: linear-gradient(to bottom, #103B70 0%,#1D467A 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103B70', endColorstr='#1D467A',GradientType=0 ); /* IE6-9 */
	text-decoration:none;}

/* ************************ COOKIES NOTICE BOARD CSS END HERE **************************** */
.eb_privacypolicy{float:right;}
.eb_privacypolicy .button_cookie{position: static; text-decoration: none;}
.eb_privacypolicy .button_cookie + .button_cookie{margin-top:10px;}
.eb_contentwrap{padding: 0 0 5px 0;}
/************ 7-9-21 ***********/.eb_contentimagewrap .eb_contentwrap .eb_imagewrap{float:left; width:100px; padding-right:15px;}.eb_contentimagewrap .eb_contentwrap .eb_textinfo{float:left; width:calc(100% - 100px);}
