﻿.alert-cookies {
    height: 105px;
    position: fixed !important;
    bottom: 0;
    background: rgba(75,0,0,0.8);
    background: -moz-linear-gradient(left, rgba(75,0,0,0.8) 0, rgba(75,0,0,0.8) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(75,0,0,0.8)), color-stop(100%, rgba(75,0,0,0.8)));
    background: -webkit-linear-gradient(left, rgba(75,0,0,0.8) 0, rgba(75,0,0,0.8) 100%);
    background: -o-linear-gradient(left, rgba(75,0,0,0.8) 0, rgba(75,0,0,0.8) 100%);
    background: -ms-linear-gradient(left, rgba(75,0,0,0.8) 0, rgba(75,0,0,0.8) 100%);
    background: linear-gradient(to right, rgba(75,0,0,0.8) 0, rgba(75,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0000', endColorstr='#4b0000', GradientType=1 );
    z-index: 1060;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    border-width: 0;
    border-radius: 0;
    margin: 0;
    padding:0;
}

.alert-cookies h1 {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: 'roboto';
    margin-top: 12px;
    text-transform:uppercase;
}

.alert-cookies p {
    color: #aba5a5;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    line-height: 11px;
    font-family: 'roboto';
}

.alert-cookies a.close {
    position: absolute;
    right: 20px;
    font-weight: bold;
    color: #ffffff !important;
    top: 20px;
}

.alert-cookies a.btn {
    color: white !important;
    font-weight: bold;
    padding: 0 30px;
}

.alert-cookies .btn-container {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.alert-cookies .btn {
    display: inline-block;
    float: left;
}
.alert-cookies .btn span {
    text-transform: uppercase;
}
.btn-container .accept{
        text-transform:uppercase;
}

.btn-container .splt{
    border:1px solid #fff;
    width:1px;
    height:14px;
    padding:0!important;
    margin-top:5px;
    
}

@media (max-width:680px) {
    .alert-cookies p {
        line-height: 11px;

    }
    .alert-cookies {
      
    }
}
