﻿body {
}
.cookiescontainer {
    width: 100%;
    background-color: rgba(199, 67, 26, 0.81);
    position: fixed;
    top: 0px;
    height: 74px;
        z-index: 1000000;
        }
    .gotit_btn {
    position: absolute;
    right: 30px;
    top: 20px;
    background-color: #f5d948;
    padding: 7px;
    color: #000;
    border: 0px;
    font-size: 18px;
    width: 100px;
    border-radius: 2px;
    font-family: 'proxima_nova_ltsemibold';
    cursor:pointer;
        }
        .cookies_txt {
   font-family: 'proxima_nova_ltsemibold';
    color: #FFF;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
        }
            .cookies_txt a {
                text-decoration:underline;
                color:#FFF;
                padding-left: 10px;
            }

        @media screen and (max-width:1000px) {
            .cookies_txt {
    text-align: left;
    padding-left: 12px;
    height: 74px;
    vertical-align: middle;
    display: table-cell;
    padding-top:0px;
}
            .gotit_btn {
                right:8px;
            }
          .cookies_txt a {
    padding-left: 5px;
}
        }
        @media screen and (max-width:800px) {
            .cookies_txt {
                width:458px;
            }
        }
        @media screen and (max-width:600px) {
          .cookies_txt {
           width: 313px;
}
            .cookies_txt {
                    font-size: 14px;
            }
            .gotit_btn {
                font-size: 16px;
                width: 73px;
            }
        }
        @media screen and (max-width:450px) {
            .cookies_txt {
            height: auto;
            padding-top: 7px;
             width: 95%;
            }
            .cookiescontainer {
                height:91px;
            }
           .gotit_btn {
    position: relative;
    top: 5px;
    margin: auto;
    display: table;
}
 .cookies_txt a {
                
            }
    }