[class*='uk-animation-'] {
-webkit-animation-duration: 0.9s;
animation-duration: 0.9s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} [data-uk-scrollspy*='uk-animation-'] {
opacity: 0;
} .uk-animation-fade {
-webkit-animation-name: uk-fade;
animation-name: uk-fade;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@media (max-width: 480px) {
.uk-animation-fade {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
} .uk-animation-scale-up {
-webkit-animation-name: uk-scale-up;
animation-name: uk-scale-up;
}
@media (max-width: 480px) {
.uk-animation-scale-up {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
}
.uk-animation-scale-down {
-webkit-animation-name: uk-scale-down;
animation-name: uk-scale-down;
}
@media (max-width: 480px) {
.uk-animation-scale-down {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
} .uk-animation-slide-top {
-webkit-animation-name: uk-slide-top;
animation-name: uk-slide-top;
}
@media (max-width: 480px) {
.uk-animation-slide-top {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
}
.uk-animation-slide-bottom {
-webkit-animation-name: uk-slide-bottom;
animation-name: uk-slide-bottom;
}
@media (max-width: 480px) {
.uk-animation-slide-bottom {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
}
.uk-animation-slide-left {
-webkit-animation-name: uk-slide-left;
animation-name: uk-slide-left;
}
@media (max-width: 480px) {
.uk-animation-slide-left {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
}
.uk-animation-slide-right {
-webkit-animation-name: uk-slide-right;
animation-name: uk-slide-right;
}
@media (max-width: 480px) {
.uk-animation-slide-right {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
} .uk-animation-shake {
-webkit-animation-name: uk-shake;
animation-name: uk-shake;
}
@media (max-width: 480px) {
.uk-animation-shake {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
} .uk-animation-reverse {
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
@media (max-width: 480px) {
.uk-animation-reverse {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
}  @-webkit-keyframes uk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes uk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} @-webkit-keyframes uk-scale-up {
0% {
opacity: 0;
-webkit-transform: scale(0.2);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-scale-up {
0% {
opacity: 0;
transform: scale(0.2);
}
100% {
opacity: 1;
transform: scale(1);
}
} @-webkit-keyframes uk-scale-down {
0% {
opacity: 0;
-webkit-transform: scale(1.8);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-scale-down {
0% {
opacity: 0;
transform: scale(1.8);
}
100% {
opacity: 1;
transform: scale(1);
}
} @-webkit-keyframes uk-slide-top {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-top {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes uk-slide-bottom {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-bottom {
0% {
opacity: 0;
transform: translateY(100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes uk-slide-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-left {
0% {
opacity: 0;
transform: translateX(-100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
} @-webkit-keyframes uk-slide-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-right {
0% {
opacity: 0;
transform: translateX(100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
} @-webkit-keyframes uk-shake {
0%,
100% {
-webkit-transform: translateX(0);
}
10% {
-webkit-transform: translateX(-9px);
}
20% {
-webkit-transform: translateX(8px);
}
30% {
-webkit-transform: translateX(-7px);
}
40% {
-webkit-transform: translateX(6px);
}
50% {
-webkit-transform: translateX(-5px);
}
60% {
-webkit-transform: translateX(4px);
}
70% {
-webkit-transform: translateX(-3px);
}
80% {
-webkit-transform: translateX(2px);
}
90% {
-webkit-transform: translateX(-1px);
}
}
@keyframes uk-shake {
0%,
100% {
transform: translateX(0);
}
10% {
transform: translateX(-9px);
}
20% {
transform: translateX(8px);
}
30% {
transform: translateX(-7px);
}
40% {
transform: translateX(6px);
}
50% {
transform: translateX(-5px);
}
60% {
transform: translateX(4px);
}
70% {
transform: translateX(-3px);
}
80% {
transform: translateX(2px);
}
90% {
transform: translateX(-1px);
}
} @-webkit-keyframes uk-slide-top-fixed {
0% {
opacity: 0;
-webkit-transform: translateY(-10px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-top-fixed {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes uk-slide-bottom-fixed {
0% {
opacity: 0;
-webkit-transform: translateY(10px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-bottom-fixed {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes uk-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@keyframes uk-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}.esgbox-wrap,
.esgbox-skin,
.esgbox-outer,
.esgbox-inner,
.esgbox-image,
.esgbox-wrap iframe,
.esgbox-wrap object,
.esgbox-nav,
.esgbox-nav span,
.esgbox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.esgbox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.esgbox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.esgbox-opened {
z-index: 8030;
}
.esgbox-opened .esgbox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.esgbox-outer, .esgbox-inner {
position: relative;
}
.esgbox-inner {
overflow: hidden;
}
.esgbox-type-iframe .esgbox-inner {
-webkit-overflow-scrolling: touch;
}
.esgbox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.esgbox-image, .esgbox-iframe {
display: block;
width: 100%;
height: 100%;
}
.esgbox-image {
max-width: 100%;
max-height: 100%;
}
#esgbox-loading, .esgbox-close, .esgbox-prev span, .esgbox-next span {
background-image: url(//www.scala-orsi.it/wp-content/plugins/essential-grid/public/assets/images/esgbox_sprite.png);
}
#esgbox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#esgbox-loading div {
width: 44px;
height: 44px;
background: url(//www.scala-orsi.it/wp-content/plugins/essential-grid/public/assets/images/esgbox_loading.gif) center center no-repeat;
}
.esgbox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.esgbox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//www.scala-orsi.it/wp-content/plugins/essential-grid/public/assets/images/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.esgbox-prev {
left: 0;
}
.esgbox-next {
right: 0;
}
.esgbox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.esgbox-prev span {
left: 10px;
background-position: 0 -36px;
}
.esgbox-next span {
right: 10px;
background-position: 0 -72px;
}
.esgbox-nav:hover span {
visibility: visible;
}
.esgbox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .esgbox-lock {
overflow: hidden !important;
width: auto;
}
.esgbox-lock body {
overflow: hidden !important;
}
.esgbox-lock-test {
overflow-y: hidden !important;
}
.esgbox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//www.scala-orsi.it/wp-content/plugins/essential-grid/public/assets/images/esgbox_overlay.png);
}
.esgbox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.esgbox-lock .esgbox-overlay {
overflow: auto;
overflow-y: scroll;
} .esgbox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.esgbox-opened .esgbox-title {
visibility: visible;
}
.esgbox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.esgbox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.esgbox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.esgbox-title-inside-wrap {
padding-top: 10px;
}
.esgbox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#esgbox-loading, .esgbox-close, .esgbox-prev span, .esgbox-next span {
background-image: url(//www.scala-orsi.it/wp-content/plugins/essential-grid/public/assets/images/esgbox_sprite@2x.png);
background-size: 44px 152px; }
#esgbox-loading div {
background-image: url(//www.scala-orsi.it/wp-content/plugins/essential-grid/public/assets/images/esgbox_loading@2x.gif);
background-size: 24px 24px; }
}
#esgbox-buttons {
position: fixed;
left: 0;
width: 100%;
z-index: 8050;
}
#esgbox-buttons.top {
top: 10px;
}
#esgbox-buttons.bottom {
bottom: 10px;
}
#esgbox-buttons ul {
display: block;
width: 166px;
height: 30px;
margin: 0 auto;
padding: 0;
list-style: none;
border: 1px solid #111;
border-radius: 3px;
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
background: rgb(50,50,50);
background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}
#esgbox-buttons ul li {
float: left;
margin: 0;
padding: 0;
}
#esgbox-buttons a {
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background-color: transparent;
background-image: url(//www.scala-orsi.it/wp-content/plugins/essential-grid/public/assets/images/esgbox_buttons.png);
background-repeat: no-repeat;
outline: none;
opacity: 0.8;
}
#esgbox-buttons a:hover {
opacity: 1;
}
#esgbox-buttons a.btnPrev {
background-position: 5px 0;
}
#esgbox-buttons a.btnNext {
background-position: -33px 0;
border-right: 1px solid #3e3e3e;
}
#esgbox-buttons a.btnPlay {
background-position: 0 -30px;
}
#esgbox-buttons a.btnPlayOn {
background-position: -30px -30px;
}
#esgbox-buttons a.btnToggle {
background-position: 3px -60px;
border-left: 1px solid #111;
border-right: 1px solid #3e3e3e;
width: 35px
}
#esgbox-buttons a.btnToggleOn {
background-position: -27px -60px;
}
#esgbox-buttons a.btnClose {
border-left: 1px solid #111;
width: 35px;
background-position: -56px 0px;
}
#esgbox-buttons a.btnDisabled {
opacity : 0.4;
cursor: default;
}
#esgbox-thumbs {
position: fixed;
left: 0;
width: 100%;
overflow: hidden;
z-index: 8050;
}
#esgbox-thumbs.bottom {
bottom: 2px;
}
#esgbox-thumbs.top {
top: 2px;
}
#esgbox-thumbs ul {
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
#esgbox-thumbs ul li {
float: left;
padding: 1px;
opacity: 0.5;
}
#esgbox-thumbs ul li.active {
opacity: 0.75;
padding: 0;
border: 1px solid #fff;
}
#esgbox-thumbs ul li:hover {
opacity: 1;
}
#esgbox-thumbs ul li a {
display: block;
position: relative;
overflow: hidden;
border: 1px solid #222;
background: #111;
outline: none;
}
#esgbox-thumbs ul li img {
display: block;
position: relative;
border: 0;
padding: 0;
max-width: none;
}
.esgbox-title iframe {
min-height: 30px;
vertical-align: middle;
} .esgbox-type-iframe .esgbox-nav {
width: 60px;       
}
.esgbox-type-iframe .esgbox-nav span {
visibility: visible;
opacity: 0.5;
}
.esgbox-type-iframe .esgbox-nav:hover span {
opacity: 1;
}
.esgbox-type-iframe .esgbox-next {
right: -60px;
}
.esgbox-type-iframe .esgbox-prev {
left: -60px;
}.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;} .cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;} .cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;} .cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;} .cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;} table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;} table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}  
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}  
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url(//www.scala-orsi.it/wp-content/plugins/cookie-law-info/images/td_back.gif) repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;} @media(max-width:800px) {
table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
{
width:23%;
font-size:12px;
word-wrap: break-word;
}       
table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
{
width:45%;
}
}
.cookielawinfo-row-cat-title{
border-bottom: 1px solid #eee;
text-align: center;
}
.cookielawinfo-row-cat-title-head{
text-align: center;
}
.cookielawinfo-row-cat-table{
width: 99%;
margin-left: 5px;
}