#cookies {
    width: 100%;
    background: #b8b7b9;
    display: none;
}

    #cookies .inner {
        width: 963px;
        margin: 0 auto;
        position: relative;
        padding: 16px 0;
    }

        #cookies .inner p,
        #cookies .inner h3,
        #cookies .inner a {
            color: #fff;
        }

        #cookies .inner p {
            padding: 0;
            margin: 0;
            line-height: 14px;
            font-size: 13px;
        }

        #cookies .inner h3 {
            padding: 0;
            margin: 0;
            font-size: 1.17em;
            font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
            font-style: normal;
            font-weight: bold;
            line-height: normal;
            text-rendering: initial;
            box-sizing: initial;
            background-color: transparent;
        }

        #cookies .inner a {
            text-decoration: underline;
        }

            #cookies .inner a.button.gradient-default {
                text-decoration: none;
                font-weight: bold;
                position: absolute;
                right: 0;
                bottom: 16px;
                background: #305490;
                /* Old browsers */
                background: -moz-linear-gradient(top, #305490 45%, #002c76 55%);
                /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #305490), color-stop(55%, #002c76));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #305490 45%, #002c76 55%);
                /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #305490 45%, #002c76 55%);
                /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #305490 45%, #002c76 55%);
                /* IE10+ */
                background: linear-gradient(to bottom, #305490 45%, #002c76 55%);
                /* W3C */
                padding-right: 8px;
                border: initial;
                display: block;
                vertical-align: baseline;
                margin: 0;
                font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
                padding: 5px 8px 5px 8px;
                -webkit-appearance: initial;
                border-radius: 3px;
                transition: initial;
                font-size: 13px;
                line-height: normal;
                text-align: initial;
                cursor: auto;
            }

                #cookies .inner a.button.gradient-default:hover {
                    background: #305490;
                    /* Old browsers */
                    background-image: none;
                    /* Old browsers */
                    background: -moz-linear-gradient(top, #305490 0%, #002c76 100%);
                    /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #305490), color-stop(100%, #002c76));
                    /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #305490 0%, #002c76 100%);
                    /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #305490 0%, #002c76 100%);
                    /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #305490 0%, #002c76 100%);
                    /* IE10+ */
                    background: linear-gradient(to bottom, #305490 0%, #002c76 100%);
                    /* W3C */
                }

            #cookies .inner a:hover {
                text-decoration: none;
            }

.cookiesContent {
    background: url(../images/icons/icon-i.png) left top no-repeat;
    padding-left: 50px;
}

@media screen and (max-width:1034px) {
 #cookies .inner{
    width: 100%;
  }

  .cookiesContent{
    padding-left: 4%;
  }
  #cookies .inner a.button.gradient-default{
    position: relative;
    bottom: 0;
    max-width: 150px;
    text-align: center;
  }

}

