﻿#cookie-bar {background:rgba(237, 28, 28, 0.68); margin: 0 auto; line-height:35px; color:whitesmoke; text-align:center; padding:5px; font-size: 18px;}
#cookie-bar.fixed {position:fixed; top:20%; left:0; width:100%; z-index: 5000;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#935B9E;}
#cookie-bar .cb-enable:hover {background:#935B9E;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#47A0D8;}
#cookie-bar .cb-policy:hover {background:#47A0D8;}

@media (max-width: 440px) {
    #cookie-bar {
        font-size: 14px !important;
    }
}
/* For iPhone 6 fix*/
@media (min-width: 375px) and (max-width: 627px) {
    #cookie-bar {
       font-size: 11px !important;

    }
}
/* For iPhone 5/4 fix*/
@media (min-width: 320px) and (max-width: 568px) {
    #cookie-bar .cb-enable {
        margin: 0 1px;
    }
   #cookie-bar a {
       margin-left: 0px;
   }
}