#sliding-popup {
	color: white;
	background: #303030;
	display: none;
	margin: 0px;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 99999;
	position: 0 0;
	position: fixed;
	bottom: 0;
}

#sliding-popup .popup-content .lu-cookie-buttons {
    float: right;
    margin: 0;
    max-width: 40%;
    margin-bottom: 5px
}

#sliding-popup .popup-content .lu-cookie-buttons button {
    background-color: #e6e6e6;
    background-image: none;
    background-repeat: no-repeat;
    border-color: #ccc #ccc #bbb;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: 4px 14px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    margin-top: 5px;
    font-size: 12px
}

#sliding-popup .popup-content .lu-cookie-text {
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 5px 0;
    text-align: left;
    max-width: 60%
}

#sliding-popup .popup-content .lu-cookie-text p {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    margin: 0 0 5px 0
}

@media screen and (max-width: 640px) {
    #sliding-popup .popup-content {
        max-width: 95%
    }

    #sliding-popup .popup-content .lu-cookie-text {
        max-width: 100%;
        float: none
    }

    #sliding-popup .popup-content .lu-cookie-buttons {
        float: none;
        margin: 5px 0;
        max-width: 100%
    }
}


.sliding-popup-bottom {
    background-color: #303030;
    position: fixed
}

.sliding-popup-top {
    background-color: #000;
    position: relative
}

#sliding-popup .popup-content {
    background-color: transparent;
    border: 0 none;
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 80%
}

#sliding-popup .popup-content #popup-buttons {
    float: right;
    margin: 0;
    max-width: 40%
}

#sliding-popup .popup-content #popup-buttons button {
    cursor: pointer;
    display: inline;
    margin-right: 5px;
    margin-top: 1em;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    -moz-box-shadow: inset 0 1px 0 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #000;
    font-family: arial;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff
}

#sliding-popup .popup-content #popup-buttons button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf
}

#sliding-popup .popup-content #popup-buttons button:active {
    position: relative;
    top: 1px
}

#sliding-popup .popup-content #popup-text {
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 5px 0;
    text-align: left;
    max-width: 60%
}

#sliding-popup .popup-content #popup-text h2, #sliding-popup .popup-content #popup-text p {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px 0
}

#sliding-popup .popup-content #popup-text p {
    font-size: 12px
}

@media screen and (max-width: 600px) {
    #sliding-popup .popup-content {
        max-width: 95%
    }

    #sliding-popup .popup-content #popup-text {
        max-width: 100%
    }

    #sliding-popup .popup-content #popup-buttons {
        float: none;
        margin: 5px 0;
        max-width: 100%
    }

    #sliding-popup .popup-content #popup-buttons button {
        margin-bottom: 1em
    }
}
