@charset "utf-8";
/* CSS Document */
#fg-cks-box{display:block; position:fixed; bottom:0; left:0; right:0; min-height: 10px; padding:10px 20px; ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  width:100%; background:rgba(0,0,0,0.7); color:#ccc; text-align:center; z-index:10000;}
#fg-cks-box a{color:#fff; text-decoration: none;}
#fg-cks-box a.fg-ck-accept-but{display:inline-block; margin: 0px 3px; padding:0px 7px;font-weight:bold;  color:#fff; text-decoration:none; background:rgba(255,255,255,0.3); text-transform:capitalize; border:1px solid #fff; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
#fg-cks-box a.fg-ck-accept-but:hover{background:rgba(255,255,255,0.8); color:#000;}