/*
    Cookie message box style
*/
#cookie-msg-inner{padding:5px 0 0;text-align:center;min-width:320px;}
.cookmore{display:none;margin-top:10px}
#cookieClose{float:none;display:block;margin:5px auto;width:50px;height:24px;}

/* Cookie Message */
#cookie-msg{width:100%;color:#F7F7F7;text-align:left;background: rgba(0,0,0,0.8);position:fixed;bottom:0;z-index:9999; }


#cookie-msg-inner{margin:0 auto; padding:20px; overflow:hidden;}


.cookmore{float:right;display:inline-block;font-weight:700;text-decoration:underline;margin-left:15px;color:#FFF !important;}
.cookmore:hover{color:#FFF !important;}

.btn-cookie {
    color: #323232;
    background: rgba(255,255,255,1);
    border: none;
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}