#cookie-bar {
    display: none;
    background: transparent;
    opacity: 1; height:120px;
    line-height:24px;
    color: #000000;
    text-align:left;
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    padding-top:20px;
    padding-bottom:20px;
    width: 100%;
    z-index: 999 !important;
}
#cookie-bar .main-content{
    box-shadow: 0  0 10px #888888;
    margin:  0px;
    height: 800px;
    background: #ffffff;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {display:inline-block; margin:0; padding:0; font-size: 12px; line-height: 14px; margin-top:0; width:60%; color: #837000;
}
#cookie-bar .cb-enable {background: #837000; }
#cookie-bar .cb-enable:hover {background: #776607;}
#cookie-bar .cb-disable {
    font-size: 25px;
//background:#990000;
    font-weight: bolder !important;
}
#cookie-bar .cb-disable i{
    font-weight: bolder !important;
}

#cookie-bar .cb-disable:hover {
//background: #bb0000;
}
#cookie-bar .cb-policy {background: #a4a4a4;}
#cookie-bar .cb-policy:hover {background: #787878;}
.cookie-close-btn{
    position: absolute;
    top:6px;
    right:15px;
}
.cookiebtn-area{ width: 40%; top:30%; float: right; display: inline-block;}
.cookiebtn-area a { float: right; color:#ffffff; padding: 9px 20px 9px 20px; margin-left:5px; border-radius:0; text-decoration:none; }
@media all and (orientation:landscape) {
    @media(max-width:736px) {
        #cookie-bar { box-shadow: 0  0 10px #888888; background:#ffffff; height:100px; line-height:24px; color:#eeeeee; text-align:left; padding-top:10px; padding-bottom:10px;}
        #cookie-bar p {display:block; margin:0; padding:0; margin-bottom: 15px; font-size: 12px; line-height: 14px; width:100%; }
        .cookiebtn-area{ position: absolute; width: 100%; left:0; top:100%; float: none;display: block;padding-left: 8px;bottom: 100px;}
        .cookiebtn-area a { float: left; margin-left:5px;}
        #cookie-bar .main-content{
            box-shadow: none;
            margin:  0px;
            background: transparent;
            height:50px;
        }
        .cookie-close-btn{
            position: absolute;
            top:-9px;
            right:5px;
        }
    }

    @media(max-width:936px) {
        #cookie-bar { box-shadow: 0  0 10px #888888; background:#ffffff; height:180px; }
        #cookie-bar .main-content{
            box-shadow: none;
            margin:  0px;
            background: transparent;
            height:50px;
        }
        .cookie-close-btn{
            position: absolute;
            top:-9px;
            right:15px;
        }
        #cookie-bar .cb-policy { margin-top: 5px;}
    }
}
@media all and (orientation:portrait) {
    @media(max-width:768px) {
        #cookie-bar { box-shadow: 0  0 10px #888888; background:#ffffff; height:200px; line-height:24px; color:#eeeeee; text-align:left; padding-top:10px; padding-bottom:10px;}
        #cookie-bar p {display:block; margin:0; padding:0; margin-bottom: 15px; font-size: 12px; line-height: 14px; width:100%; }
        .cookiebtn-area{position: absolute;width: 100%;left:0;top:100%;float: none;display: block;padding-left: 8px;bottom: 100px;}
        .cookiebtn-area a { float: left; margin-left:5px;}
        #cookie-bar .cb-disable {
            margin-top: 15px;
        }
        #cookie-bar .main-content{
            box-shadow: none;
            margin:  0px;
            background: transparent;
            height:50px;
        }
        .cookie-close-btn{
            position: absolute;
            top:-9px;
            right:5px;
        }
    }
    @media(max-width:414px) {
        #cookie-bar {height:200px; line-height:24px; color:#eeeeee; text-align:left; padding-top:10px; padding-bottom:10px;}
        #cookie-bar p {display:block; margin:0; padding:0; margin-bottom: 15px; font-size: 12px; line-height: 14px; width:100%; }
        .cookiebtn-area a { float: left; margin-left:5px;}
    }
}
