

/*======================
   Set Cookies
=======================*/
#cookie-bar{
  font-family: 'Montserrat', sans-serif;
  background: #000000;
  display:block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  color: #fff;
  width: 100%;
  z-index: 9999;
}
#cookie-bar p{width: 85%;float: left;display: inline-block;font-size: 15px;line-height: 24px;color: #ffffff;font-family: 'Rock Sans';}
#cookie-bar button{float: right;background: #68d2df;border: 1px solid #fff;color: #371562;padding: 15px 20px;text-transform: uppercase;font-size: 16px;margin-top: 5px;border-radius: 4px;font-family: 'Rock Serif';font-weight: bold;}
#cookie-bar a{color: #68d2df;font-weight: bolder;}
#contentcookie{ padding:20px 50px; width: 80%; margin: auto; }

.clear{ clear:both; }
        

  @media(max-width: 767px){

#cookie-bar p{width: 100%;font-size: 14px;}
#cookie-bar button{width: 100%;}
#cookie-bar a{/* color: #fff; */}
#contentcookie{padding: 20px 0px;width: 90%;margin: auto;}
  }