/*
	Cookie Law box
*/

/* Cookie box: */
#cookies_law { background: rgba(0, 0, 0, 0.6); color: #BCBCBC;  width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-transform: none;
    z-index: 10; }
/* Accept button: */
#link_prav { color: #1E90FF; }
#link_prav:hover { border-bottom: 1px dashed #1E90FF; color: #1E90FF; text-decoration: none; cursor: pointer; }     
#akceptuj_ciastka { padding: 3px 10px;font-size: 12px;
    line-height: 1.5;display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    user-select: none; text-align: center;vertical-align: middle;    color: #ffffff;
    margin-left: 10px;
    background: #1076e5;margin: 0; }
#akceptuj_ciastka:hover {background: rgba(254, 153, 0, 0.74); cursor: pointer; }     
