
/* COOKIES CSS -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#container-cookie									 { height:auto; margin:0 auto; padding:7px 0 10px 0; max-width:970px; }
#container-cookie .text-cookie						 { color:#717174; font:400 13px 'Open Sans', Arial, Helvetica, sans-serif; height:auto; letter-spacing:-0.06em; line-height:21px; display:block; padding:5px 5px 5px 10px; max-width:1024px; }
#container-cookie .buttons							 { display:block; float:right; margin:0 0 5px 5px; vertical-align:top; }
#container-cookie .text-cookie a					 { color:#54301A; font-weight:bold; text-decoration:underline; }
#container-cookie .text-cookie a.button-acceptcookie { background:#0179b9; background:-moz-linear-gradient(top,#1089ca 0,#0179b9 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1089ca),color-stop(100%,#0179b9));background:-webkit-linear-gradient(top,#1089ca 0,#0179b9 100%);background:-o-linear-gradient(top,#1089ca 0,#0179b9 100%);background:-ms-linear-gradient(top,#1089ca 0,#0179b9 100%);background:linear-gradient(to bottom,#1089ca 0,#0179b9 100%); display:inline-block; border-radius:5px; color:#fff; padding:8px 25px; text-decoration:none; }
#container-cookie a.button-acceptcookie:hover		 { background:#0179b9; background:-moz-linear-gradient(top,#0179b9 0,#1089ca 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0179b9),color-stop(100%,#1089ca));background:-webkit-linear-gradient(top,#0179b9 0,#1089ca 100%);background:-o-linear-gradient(top,#0179b9 0,#1089ca 100%);background:-ms-linear-gradient(top,#0179b9 0,#1089ca 100%);background:linear-gradient(to bottom,#0179b9 0,#1089ca 100%); }
#container-cookie a.button-closecookie				 { -webkit-transition: opacity 0.5s ease; -moz-transition:opacity 0.5s ease; -o-transition: opacity 0.5s ease; transition:opacity 0.5s ease; background: url(../img/ico_clean.png) no-repeat 0 0; display:inline-block; height:24px; position:relative; text-indent:-9999px; width:24px; float:right; }
#container-cookie a.button-closecookie:hover		 { opacity:0.5; }
#container-cookie a.button-closecookie:active		 { background-position:0 -34px; }
.overflow-blocked									 { overflow:hidden; }
.popin-content										 { text-align:left; }
#container-screen 									 { box-shadow:0 1px 2px #7D7D7D; }
#container-screen									 { background:#EAEAEA; box-shadow:0 5px 5px #7D7D7D; height: auto; left: 0; min-height:35px; position:fixed; bottom:0; width: 100%; z-index:100000; }
	
