/* CSS banderole*/
/*** Top bar notice ****/
#below_body_1 .module_round_box_outer {
    padding: 0px;
    margin: 0px;
}
.don_mobile{
  background: #0175b6 !important;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  display: table;
  width: 100%;
}

.don_mobile button {
		
	color: #0175b6 !important;
	background: #fff !important;
	border-radius: 19px;
	margin: 0 auto;
	text-align: center;
	display: table;	
	text-transform: uppercase;
	padding: 6px 12px;
	font-weight: 500;
	font-size: 18px;
	width: 180px;
}   
.don_mobile button:hover {
    background: #fff !important;   
}
.topbar_notice button {
    margin-top: 9px;
    border-radius: 5px;
    padding: 5px 30px;
    background: transparent!important;
    border: 2px solid #fff;
	margin-left: auto;
    margin-right: auto;
	display:table;
	
}
.topbar_notice{	
	/* background: #0175b6 !important; */	background: #d22c00 !important;
    color: #fff;
	line-height: 50px;
}
.topbar_notice span {
    font-family: Roboto;
    font-weight: 300;
}
.topbar_notice .text {
    font-size: 14px;
   
}
.topbar_notice button a {
    background: transparent!important;
    color: #fff;
    text-decoration: none;
}
.topbar_notice button:hover  {
    background: #fff!important;
    color: #0075b6;
}
.topbar_notice button:hover a {   
    color: #0075b6;
}
span.time {
    font-size: 18px;
    letter-spacing: 1px;
}
@media (min-width: 768px){
.don_mobile{	
	display:none;
}

}
@media (max-width: 767px){
	
.topbar_notice .text {
    text-align: center;
    width: 100%;
    display: table;
    line-height: 25px;
}
.topbar_notice {
    padding-top: 15px;
    
}
.time_topbar {
    display: table;
    margin: 0 auto;
}
.time_topbar span {   
    font-size: 15px;
}
}
@media (min-width: 768px) and (max-width: 1200px){
.topbar_notice .row {   
    display: inline-flex;
	  width: 100%;
}	

.topbar_notice .container {
    width: 100%;
}
.time_topbar span {   
    font-size: 14px;
}
.topbar_notice {   
    line-height: 25px;
	padding-bottom: 15px;
}
.topbar_notice button {
    margin-top: 0;   
    width: 190px;
	padding: 5px 10px;
}
}

/*** End Top bar notice ***/