/**
  @copyright   Copyright (c) 2015 Magenio Team (http://magenio.com)
  Magenio AlertCookie V. 0.1.614
 */

.magenio_alertcookie { color: #fff; position: relative; background: #333; width: 100%; z-index: 9999; display: none; box-sizing: border-box; }
.magenio_alertcookie.opened { display: block; }
.magenio_alertcookie.cookie-fixed { position: fixed; opacity: 0.96; }
.magenio_alertcookie.cookie-top { top: 0; }
.magenio_alertcookie.cookie-bottom { bottom: 0; position: fixed; }
.magenio_alertcookie.cookie-modalbox { position: absolute; top: 40%; max-width: 400px; margin: 0 auto; padding: 25px; margin-left: -200px; left: 50%; }
.magenio_alertcookie.cookie-overlaybox { position: fixed; right: 20px; bottom: 10px; max-width: 500px;}
.magenio_alertcookie.cookie-overlayall { position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.96; padding: 30px; }
.black-overlay { background: #000; opacity: 0.5; top: 0;left: 0; width: 100%; height: 100%; display: none; }
.cookie-active .black-overlay { display: block; z-index: 9998; position: fixed; }

.magenio_alertcookie .magenio-box-inner { width: 100%; max-width: 1200px; margin: 0 auto; padding: 10px; }

.cookies-control-panel { display: none; }
.cookies-control-panel.openPanel { display: block }
.cookie-click-x .magenio-box-inner { padding-right: 30px; }

.magenio_alertcookie a.normalink { color: #fff; text-decoration: underline}
.magenio_alertcookie a:hover {}
.magenio_alertcookie button.button {}
.magenio_alertcookie button.closecookie { margin-top: 14px; }
.cookieMessage a { color: #fff; text-transform:uppercase; font-weight: bold; text-decoration:none}
.closeX { position: absolute; right: 5px; top: 5px; text-indent: -9999px; overflow: hidden; width: 25px; height: 25px; cursor: pointer; }
.closeX:after { content: "×"; font-size: 20px; text-transform: uppercase; position: absolute; right: 0; top: 0; width: 25px; height: 25px; text-indent: 0; text-align: center; }

.single-service { margin: 5px; display: inline-block; }

.cookiesPanel { display: block; }

@media only screen and (max-width: 560px) {
    .magenio_alertcookie.cookie-overlaybox { max-width: 100%; bottom: 0; right: 0; }
}

@media only screen and (max-width: 480px) {
    .magenio_alertcookie.cookie-modalbox { max-width: 280px; padding: 15px; margin-left: -140px; top: 20%; }
}