#cookiepolicy_bar {font-family:Verdana,Geneva,sans-serif!important; color:#666!important; font-size:14px!important; z-index:10000; opacity:0.9; border-bottom:1px #666 solid; padding:20px; background-color:#000; transition: top 2s; position:fixed; color:#FFF; left:0; right:0;} #cookiepolicy_bar p {background-color:#000;} #cookiepolicy_bar .scelta {display:flex; display: -webkit-flex; flex-direction:row; -webkit-flex-direction:row; flex-wrap:nowrap; -webkit-flex-wrap:nowrap; justify-content:flex-start; -webkit-justify-content: flex-start;} @media screen and (max-width:800px) { #cookiepolicy_bar .scelta {display:flex; display: -webkit-flex; flex-direction:column; -webkit-flex-direction:column; flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content:flex-start; -webkit-justify-content: flex-start;} } #cookiepolicy_bar .scelta_box {font-family:Verdana,Geneva,sans-serif!important; margin-right:7px; padding:3px 5px 3px 3px; border:1px #CCC solid; font-size:12px; color:#FFF;} @media screen and (max-width:800px) { #cookiepolicy_bar .scelta_box {font-family:Verdana,Geneva,sans-serif!important; margin:5px 0; padding:2px; border:none; font-size:12px;} #cookiepolicy_bar p {margin-left:0; padding-left:0;} } .cookiepolicy_bar_on {top:0;} .cookiepolicy_bar_off {top:-500px;} #cookiepolicy_bar a {color:#09F; text-decoration:none;} #cookiepolicy_bar a:visited {color: #09F; text-decoration:none;} #cookiepolicy_bar a:hover {color:#C00; text-decoration:underline;} #cookiepolicy_bar a:active {color:#09F; text-decoration:none;} #cookiepolicy_bar h1, .policy_h1 {font-family:Verdana,Geneva,sans-serif!important; font-size:18px; color:#CCC; margin-bottom:10px;} #cookiepolicy_bar p {font-family:Verdana,Geneva,sans-serif!important; font-size:12px; color:#FFF !important;} #cookiepolicy_bar .button {display:inline-block; border-radius:4px; background-color:#093; border:none; color:#000; text-align:center; font-size:14px; padding:6px 4px; width:170px; transition: all 0.5s; cursor: pointer; margin:0 0 0 10px; background-position: 8px 1px; background-repeat: no-repeat;} @media screen and (max-width:800px) { #cookiepolicy_bar .button {margin:10px 0;} } #cookiepolicy_bar .button span {/*padding-left:15px;*/ cursor: pointer; display: inline-block; position: relative; transition: 0.5s;} #cookiepolicy_bar .button span:after {content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;} #cookiepolicy_bar .button:hover span {padding-right: 15px;} #cookiepolicy_bar .button:hover span:after {opacity: 1; right: 0;}