@import url('https://fonts.googleapis.com/css?family=Roboto:400,700'); @import url('balloon.min.css'); @import url('hover-min.css'); * { border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); -webkit-appearance: none; -moz-appearance: none; appearance: none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, audio { display: block; width:100%; } html { font-size: 100%; } body { background:#FFF; margin: 0px; font-family: 'Roboto', sans-serif; font-size:14px; -webkit-text-size-adjust:100%; color:#000; text-align:left; line-height:18px; } a { text-decoration:none; outline:none; color:#FF0000; text-overflow:ellipsis; font-weight:bold; } a:hover { text-decoration:none; color:#999; } :hover, a * { transition: all 0.3s ease 0s; } i { font-style: normal; } b, strong { font-weight:600; } h1, h2, h3, h4 { margin:0px; text-align:inherit; font-family: 'Roboto', sans-serif; font-weight:700; line-height:normal; } h1 { margin-bottom:20px; font-size:20px; text-transform:uppercase; } h2 { font-size:30px; margin-bottom:20px; text-transform:uppercase; } h3 { font-size:24px; margin-bottom:20px; text-transform:uppercase; } h4 { font-size:14px; margin-bottom:20px; text-transform:uppercase; f } p.error { background:#E70006; color:#EEE; border-radius:2px; padding:10px 50px; margin-top:20px; text-align:center; margin-bottom:20px; } p.ok { background:#2DB200; color:#EEE; border-radius:2px; padding:10px 50px; margin-top:20px; text-align:center; margin-bottom:20px; } img.scale { width:100%; height:auto; display:block; } img.loading { background: url('../images/loading.gif') no-repeat center; } img.border { border:1px solid #DDD; } input, select, textarea { color:#444;font-family: FontAwesome, 'Roboto', sans-serif; font-size:14px; height:40px; padding: 10px; background-color: #EEE; border: 2px solid #CCCCCC; border-radius:0px; } textarea { height:auto;} select { background: #EEE url("../images/arrow_down.png") no-repeat 97% 50%; } input#search { background: #EEE url("../images/icon_search.png") no-repeat 97% 50%; } } input:focus, textarea:focus, select:focus { border-color: #3E5233; } input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#FFBFBE; } label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; line-height:0; } input[type='checkbox'], input[type='radio'] { padding:0; height:20px; width:20px; float:left; margin-right:10px; border: 1px solid #CCCCCC; border-radius: 0px; } input[type='checkbox']:checked, input[type='radio']:checked { background:#666; } label { cursor:pointer; } .label { padding-top:10px; font-weight:bold; } .placeholder { color: #FFF; text-transform:uppercase; } form .row { margin-bottom:10px; } option { padding:2px 5px; } .btn, input[type='submit'], input[type='button'], input[type='reset'] { font-size:14px; font-weight:bold; padding: 10px; border:0px; cursor:pointer; display:inline-block; color:#888; background:#FFF; text-align:center; text-transform:uppercase; border:2px solid #CCC; } .btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { text-decoration:none; color:#CCC;} .btn-primary, input.btn-primary { background-color:#721819; color:#FFF; } .btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#000; } .number { color:#777; font-size:12px; } .tabs { margin-bottom:40px; } .tabs a { padding:10px; 40px; display:block; border:1px solid #000; text-transform:uppercase; text-align:center; font-weight:bold; background:#000; color:#FFF;} .tabs a.selected { border-bottom:0px; background:#FFF; color:#000; } .warning { color:#FF0000; font-weight:600; background: url('../images/icon_warning.png') no-repeat left top; padding:5px 0 5px 22px; text-transform:uppercase; } .icon_info { margin-left:10px; cursor:pointer; font-size:11px; } .strike { text-decoration: line-through; font-weight:normal; } .msg_error { color:#FF0000; } .msg_success { color:#59B200; } p.limit { margin: 10px 0; font-size:11px; } .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } iframe { width: 100%; } .column_2 { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 1em; -webkit-column-gap: 1em; column-gap: 1em; } .privacypolicy { font-size:13px; color:#AAA; margin-bottom:20px; } .privacypolicy a { text-decoration:underline; color:#AAA; } ul.list_border li:first-child { border-top:0px; } ul.list_border li { float:none; border-top:1px dotted #CCC; margin:0px; padding: 5px 0; color:#999; } ul.list_border li a { display:block; } ul.list_border li p a { display:inline; } ul.icon_right li a i { float:right; } ul.list_number li { list-style:decimal; margin:5px 0 5px 20px; } ul.list_disc li { list-style:disc; margin:5px 0 5px 20px; } ul.list_disc li li { list-style:circle; } .layout { position:relative; } .wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; } .content { max-width:1300px; margin: 0 auto; clear: both; padding:20px; } .content-large { max-width:100%; padding:20px 40px; } .content_column_right { max-width:580px; padding: 40px; text-align:left; float:left; } .content_column_left { max-width:580px; padding: 40px; text-align:left; float:right; } .align_left { text-align: left; } .align_right { text-align: right; } .align_center { text-align: center; } .hidden { display:none; } .bold { font-weight:600; } .avatar { width:50px; height:50px; float:left; margin-right:10px; border-radius: 50%; } .separator { margin-top:40px; } .fa { margin-right:5px; } .fr { float:right; } .red { color:#FF0000; } .green { color:#59B200; font-weight:700; } .gray, .gray a { color:#999; } .block { display:block; } .fixed { position:fixed; } .hidden { display:none; } .mt40 { margin-top:40px; } .mb40 { margin-bottom:40px; } .mt20 { margin-top:20px; } .mb20 { margin-bottom:20px; } .p40 { padding:40px; } .button_animate a:hover i { -webkit-transition: color 120ms linear; -moz-transition: color 120ms linear; -o-transition: color 120ms linear; -ms-transition: color 120ms linear; transition: color 120ms linear; } table { border-collapse: collapse; width:100%; } table, th, td { padding: 5px 10px; vertical-align:top; } thead td { background: #000; color:#FFF; font-weight:bold; text-transform:uppercase; font-size:11px; } tbody td { border-bottom:1px solid #EEE; } figure { overflow:hidden; position:relative; } figure img { display:block; } figure .caption { font-size:10px; line-height:normal; display:block; background-color: rgba(0, 0, 0, 0.6);color:#FFF; position:absolute; bottom:0; left:0; right:0; padding:5px 10px; z-index:2; } a:hover figure.fade img { opacity:0.8; } a:hover figure2.zoom img { filter: none; transform: scale(1.1); } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .col { display: block; float:left; margin: 0 0 0 1.6%; } .col:first-child { margin-left: 0; } .span_50 { width: 50%; float:left; } .span_1_of_2 { width: 49.2%; } .span_2_of_2 { width: 100%; } .span_1_of_3 { width: 32.2%; } .span_2_of_3 { width: 66.1%; } .span_3_of_3 { width: 100%; } .span_1_of_4 { width: 23.8%; } .span_2_of_4 { width: 49.2%; } .span_3_of_4 { width: 74.6%; } .span_4_of_4 { width: 100%; } .span_1_of_5 { width: 18.72%; } .span_2_of_5 { width: 39.04%; } .span_3_of_5 { width: 59.36%; } .span_4_of_5 { width: 79.68%; } .span_5_of_5 { width: 100%; } .span_1_of_6 { width: 15.33%; } .span_2_of_6 { width: 32.26%; } .span_3_of_6 { width: 49.2%; } .span_4_of_6 { width: 66.13%; } .span_5_of_6 { width: 83.06%; } .span_6_of_6 { width: 100%; } .span_1_of_8 { width: 11.1%; } .span_2_of_8 { width: 23.8%; } .span_3_of_8 { width: 36.5%;} .span_4_of_8 { width: 49.2%; } .span_5_of_8 { width: 61.9%; } .span_6_of_8 { width: 74.6%; } .span_7_of_8 { width: 87.3%; } .span_8_of_8 { width: 100%; } .span_1_of_9 { width: 9.68%; } .span_2_of_9 { width: 20.97%; } .span_3_of_9 { width: 32.26%; } .span_4_of_9 { width: 43.55%; } .span_5_of_9 { width: 54.84%; } .span_6_of_9 { width: 66.13%; } .span_7_of_9 { width: 77.42%; } .span_8_of_9 { width: 88.71%; } .span_9_of_9 { width: 100%; } .span_1_of_10 { width: 8.56%; } .span_2_of_10 { width: 18.72%; } .span_3_of_10 { width: 28.88%; } .span_4_of_10 { width: 39.04%; } .span_5_of_10 { width: 49.2%; } .span_6_of_10 { width: 59.36%; } .span_7_of_10 { width: 69.52%; } .span_8_of_10 { width: 79.68%; } .span_9_of_10 { width: 89.84%; } .span_10_of_10 { width: 100%; } .iphone_show { display:none; } .bg_color { background:#EEE; } .bg_color input { background-color:#FFF; } .bg_color2 { background:#5E6E55; color:#FFF; } .bg_color2 a { color:#FFF; } .white, .white a { color:#FFF; text-shadow: 1px 1px #000; } .separator { border-top:1px solid #CCC; margin:0px; } .overlay h3 { font-size:20px; margin-bottom:10px; } .overlay { font-weight:normal; position:absolute; padding: 20px; text-align:left; z-index:2; top:0; left:0; right:0; bottom:0; color:#FFF; background-color: rgba(0, 112, 183, 0.8); } p.section { text-transform:uppercase; font-weight:600; margin-bottom:10px; } p.section a { color: #1F0A5F; font-weight:600; } .category { font-weight:bold; } #header { position:fixed; z-index:2; background:#000; color:#FFF; height:60px; top:0; left:0; right:0; } #header .logo { position:absolute; left:40px; top:15px; height:30px; width:auto; } #header .menu ul { margin:0 auto; text-align:center; } #header .menu { position:absolute; top:20px; } #header a { color:cyan; font-weight:bold; } #header a:hover, #header a.selected { color:#FFF; } #header .lang { position:absolute; right:40px; top:20px; } #header .lang li { float:left; margin-right:10px; } #header .lang i { background:#FFF; color:#000; border-radius:200px; width:25px; height:25px; padding:6px; margin:0px; text-align:center; } #header .lang i:hover { background:cyan; color:#000; } #header .lang-item { display:none; } #header2 { background:#000; color:#FFF; padding:10px 20px; } #header2 h1 { margin:0px; font-size:36px; text-align:left; line-height:normal; position:absolute; left:20px; top:15px; } #header2 .content-large { padding:0 40px; position:relative; } #header2 a { color:cyan; font-weight:bold; } #header2 a:hover, #header a.selected { color:#FFF; } #header2.smaller { margin-top:0px; position:fixed; z-index:1000; top:0px; left:0px; right:0px; background:#000; padding:10px 0;} #header2.smaller h1 { text-align:left; font-size:14px; position:absolute; top:-5px; left:40px; font-weight:400;} #header2.smaller ul { margin-top:0px; } #header2 .lang { position:absolute; right:20px; bottom:0px; } #header2 .lang li { float:left; margin-right:10px; } #header2 .lang i { background:#FFF; color:#000; border-radius:200px; width:25px; height:25px; padding:6px; margin:0px; text-align:center; } #header2 .lang i:hover { background:cyan; color:#000; } #header2 .lang-item { display:none; } #footer { background:#FFF; color:#CCC; padding-top:10px; padding-bottom:10px; text-align:center; font-size:11px; line-height:16px; } #footer .social li { float:right; } #footer i { font-size:30px; margin: 0 10px;} #footer a { color:#CCC; font-weight:normal; } #footer .lang a { padding:0 20px; text-transform: uppercase; } #footer .lang { text-align:center; } .box_search2 { margin:0 auto; text-align:center; margin-top:20px; max-width: 23.8%; } .box-search { display:none; text-align:center; position:fixed; z-index:222; top:0; left:0; right:0; bottom:0; background-color: rgba(0, 0, 0, 0.8); } .content-search { left:25%; right:25%; display:none; position:fixed; z-index:500; top:45%; text-align:center; background:#FFF; } .content-search input { font-size:22px; height:inherit; padding:20px; border:0px; } .content-search input[type='text'] { background:#FFF; width:75%; float:left; } .content-search input[type='submit'] { background:#FFF; color:#000; width:20%; text-align:right; float:right; } #main { margin:60px 0 20px 0; } .videoHome { height: calc(100vh) - 250px); } .slider { position:relative; } .slider li { height: 600px; background-size:cover; background-position:center center; } .slider p { position:absolute; bottom:40px; left:40px; z-index:2; color:#FFF; text-shadow: 2px 2px 3px #333; } .item-row { padding-top:20px; padding-bottom:20px; font-size:14px; position:relative;} .item-row .buttons { margin:0 auto; margin-top:20px; text-align:right; } .slider_gallery .item { width:14%; float:left; border:1px solid #000; } .gallery .span_1_of_2:nth-child(2n+1) { margin-left:0; } .gallery .span_1_of_6:nth-child(6n+1) { margin-left:0; } .gallery .col { margin-bottom:1.6%; } .wrapper.news { background:#EEE; border-bottom:14px solid #FFF; padding-top:40px; } .wrapper.news h3 { text-align:center; margin-bottom:20px; } .list-news .item h2 { font-size:14px; margin:10px 0; text-transform:uppercase; } .list-news .item .text { padding:10px; } .list-news .item .subtitle { margin-bottom:10px; } .list-news .item { height:370px; margin-bottom:40px; overflow:hidden; margin-bottom:20px; } .list-news .item:nth-child(6n+1) { margin-left:0px; } .list-news .item:hover { background:#EEE; } .scheda h1 { font-size:30px; text-align:left; text-transform:uppercase; line-height:normal; } .scheda h2 { font-size:18px; text-align:left; } .scheda .gallery .item { margin-bottom:1.6%; } .scheda .share i { font-size:18px; margin:0 0 0 10px; background:#000; border-radius:100px; width:30px; height:30px; color:cyan; text-align:center; padding:6px; } .navigation { margin-bottom:20px; font-size:11px; text-transform:uppercase; color:red; } .navigation a { color:#000; font-weight:normal; } .pagination_item { font-size:12px; text-transform:uppercase; text-align:right;} .pagination_item a:last-child { margin-left:20px;} .pagination_item a { color:#00B2B2; } .pagination_item i { margin: 0 5px; } .list-menu a { color:#000; text-transform:uppercase; font-size:11px; } .list-menu a:hover { color: #FF0000; } .collection .cover { padding:40px; text-align:center; max-width:600px; text-align:center; margin:0 auto; } .collection .fluxus .buttons { background:#707173; padding:40px; } .collection .poetry .buttons { background:#C20467; padding:40px; } .collection .buttons ul { max-width:400px; margin:0 auto; } .collection .buttons li { padding-left:90px; position:relative; text-align:left; min-height:50px; } .collection .buttons.fluxus .artist a { display:block; width:192px; height:25px; background: url('../images/artist1.gif') no-repeat; } .collection .buttons.fluxus .artist a:hover { background: url('../images/artist1_hover.gif') no-repeat; } .collection .buttons.fluxus .collective a { display:block; width:302px; height:26px; background: url('../images/collective1.gif') no-repeat; } .collection .buttons.fluxus .collective a:hover { background: url('../images/collective1_hover.gif') no-repeat; } .collection .buttons.poetry .artist a { display:block; width:97px; height:31px; background: url('../images/artist11.gif') no-repeat; } .collection .buttons.poetry .artist a:hover { background: url('../images/artist11_hover.gif') no-repeat; } .collection .buttons.poetry .collective a { display:block; width:169px; height:31px; background: url('../images/collective11.gif') no-repeat; } .collection .buttons.poetry .collective a:hover { background: url('../images/collective11_hover.gif') no-repeat; } .hand {position:absolute; left:0; top:-5px; width:100px; background:url('../images/hand.png') no-repeat center center; height:50px; -webkit-animation: shake 5s ease-in-out; animation: shake 5s ease-in-out; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; } @keyframes shake { 0% { transform: translateX(0); } 20% { transform: translateX(-10px); } 40% { transform: translateX(10px); } 60% { transform: translateX(-10px); } 80% { transform: translateX(10px); } 100% { transform: translateX(0); } } .collection .indice li { position:relative; float:left; width: 125px; height: 150px; border-right: 1px solid #000; border-bottom: 1px solid #000; overflow:hidden; } .collection .indice li img { width:100%; height:auto; padding:20px; margin-top: 0px; -webkit-transition: margin 1s ease; -moz-transition: margin 1s ease; -o-transition: margin 1s ease; -ms-transition: margin 1s ease; transition: margin 1s ease; } .collection .indice li:hover a img, .artist .indice li a.selected img { transform: scale(0.5); opacity: 0.5; transition: all .2s ease-in-out; } .collection .indice a { color:#000; } .collection .profile { background:#EEE; position:relative; border:1px solid #000; } .collection .profile .collective h4 { margin: 5px 0 0 0; color:#999; } .collection .profile .collective h3 { margin: 5px 0; text-align:center; line-height:normal; font-weight:normal; } .collection .profile .bio h3 { margin:10px 0 5px 0; font-size:18px; } .collection .profile .bio img { float:left; margin-right:20px; } .collection .profile .bio p { font-size:13px; line-height:16px; } .collection .profile .namecard img { float:right;} .namecard { color:#85B200; } .collection .profile img { display:block; } .collection .filter { margin:20px 0 10px 0; } .collection .header-works {background:#000; color:#FFF; padding:5px; margin-bottom:20px; text-transform:uppercase; } .collection .list-opere .item { height:350px; } .collection .list-opere .item h3 { font-size:14px; margin:5px 0; } .collection .list-opere .item figure { border:1px solid #000; margin-bottom:10px; background:#EEE; } .collection .list-opere .item figure img { padding:10px; } .collection .list-opere .span_1_of_6:nth-child(6n+1) { margin-left:0; } .collection .submenu li { padding:5px 0;} .collection .submenu li .container { margin-right:20px; padding-bottom:5px; } .collection .submenu li a h3 { color:#000; font-size:10px; margin:0px; line-height:14px; } .collection .submenu li a.selected h3 { color:red; } .collection .submenu li p.code { font-size:10px; color:#000; } p.code { text-transform:uppercase; font-size:12px; color:#000; } .collection .filter h4 { margin-bottom:0px; } .collection .main-scheda { background:url('../images/dot.png') repeat-y 15% 0; } .collection .scheda h1 { font-size:14px; text-transform:uppercase; margin:20px 0 10px 0; font-weight:bold; color:red; } .collection .scheda .code { text-transform:uppercase; font-size:14px; font-weight:normal;} .collection .scheda .text a { font-weight:normal; color:#000; text-decoration:underline; } .collection .scheda .text a.select { font-weight:bold; color:red; } .collection .scheda em { font-size: 12px; color: #999; font-style: normal; } .collection .scheda .images p.didascalia { margin:5px 0; font-size:11px; text-transform:uppercase; white-space:nowrap; } .collection .scheda .images .span_1_of_5.col:nth-child(5n+1) { margin-left:0px; } .collection .scheda .images .col { margin-bottom:30px; overflow:hidden; } .collection .scheda .images figure { border:1px solid #000; padding:5px; background:#EEE; } .collection .copyright { font-size:11px; color:#999; margin:40px 0; } .box_ricerca { float:right; } .collection .indice .poetry li { border-right:1px solid #000; float:left; width: 180px; height: 80px; overflow:hidden; position:relative; text-align:center; margin:0 10px 15px 10px; border: 0px; font-size:80px; padding-top:30px; } .collection .indice .poetry li.space { color:#AAA; } .collection .poetry.intro { font-weight:bold; text-transform:lowercase; font-size:50px; position:relative; overflow: hidden; min-height:600px; } .collection .poetry a:hover { color:#CD0065; } .collection .poetry.intro .unique { transform: rotate(90deg); transform-origin: left top 0; right:400px; top:400px; position:absolute; z-index:2; } .collection .poetry.intro .performance { top:160px; left:0; position:absolute; } .collection .poetry.intro .edition { margin-top:180px; margin-left:25%; position:absolute; } .collection .poetry.intro .document {transform: rotate(90deg); transform-origin: left top 0; top:30%; right:40%; position:absolute; z-index:2; } .collection .poetry.intro .artistsbook {transform: rotate(90deg); transform-origin: left top 0; top:40%; left:60%; position:absolute; z-index:2; } .collection .poetry.intro .periodical { top:170px; right:8%; position:absolute; } .collection .poetry.intro .catalogue { transform: rotate(90deg); transform-origin: left top 0; top:40%; left:20%; position:absolute; z-index:2; } .collection .poetry.intro .book { margin-top:300px; margin-left:35%; position:absolute; } .collection .poetry.intro .announcement { top:400px; margin-left:20%; position:absolute; z-index:2; } .collection .poetry.intro .video { top:510px; left:57%; position:absolute; z-index:2; } .collection .poetry.intro .audio { transform: rotate(90deg); transform-origin: left top 0; top:140px; right:35%; position:absolute; z-index:2; } .ruota .cat_1 { position:absolute; top:145px; left:242px; transform: rotate(95deg); -webkit-transform: rotate(95deg); font-size:18px; } .ruota .cat_2 { position:absolute; top:178px; left:125px; transform: rotate(38deg); -webkit-transform: rotate(38deg); font-size:18px; } .ruota .cat_3 { position:absolute; top:195px; right:75px; transform: rotate(155deg); -webkit-transform: rotate(155deg); font-size:20px; } .ruota .cat_4 { position:absolute; top:310px; left:80px; transform: rotate(340deg); -webkit-transform: rotate(340deg); font-size:14px; } .ruota .cat_5 { position:absolute; top:240px; left:100px; transform: rotate(8deg); -webkit-transform: rotate(8deg); font-size:17px; } .ruota .cat_6 { position:absolute; top:360px; left:130px; transform: rotate(310deg); -webkit-transform: rotate(310deg); font-size:18px; } .ruota .cat_7 { position:absolute; top:380px; left:260px; transform: rotate(250deg); -webkit-transform: rotate(250deg); font-size:18px; } .ruota .cat_8 { position:absolute; top:260px; right:120px; transform: rotate(190deg); -webkit-transform: rotate(190deg); font-size:18px; } .ruota .cat_9 { position:absolute; top:165px; right:165px; transform: rotate(130deg); -webkit-transform: rotate(130deg); font-size:18px; } .ruota .cat_10 { position:absolute; top:390px; right:220px; transform: rotate(275deg); -webkit-transform: rotate(275deg); font-size:13px; } .ruota .cat_11 { position:absolute; top:335px; right:100px; transform: rotate(220deg); -webkit-transform: rotate(220deg); font-size:14px; } .fluxus, .poetry { position:relative; } .ruota { position:absolute; top:20%; left:30%; bottom:20%; right:30%; z-index:2; text-transform:uppercase; -webkit-animation-name: spin; -webkit-animation-duration: 50000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -moz-animation-duration: 50000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: spin; -ms-animation-duration: 50000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; animation-name: spin; animation-duration: 50000ms; animation-iteration-count: infinite; animation-timing-function: linear; } @-ms-keyframes spin { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(360deg); } } @-moz-keyframes spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @keyframes spin { from { transform:rotate(0deg); -webkit-transform:rotate(0deg); } to { transform:rotate(360deg); -webkit-transform:rotate(360deg); } } @keyframes rotate360 { to { transform: rotate(360deg); -webkit-transform: rotate(360deg); } } .collection2 .indice .poetry li { -webkit-animation-name: spin; -webkit-animation-duration: 50000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -moz-animation-duration: 50000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: spin; -ms-animation-duration: 50000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; animation-name: spin; animation-duration: 50000ms; animation-iteration-count: infinite; animation-timing-function: linear; } .collection .poetry.intro li { -webkit-animation-name: spin; -webkit-animation-duration: 50000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -moz-animation-duration: 50000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: spin; -ms-animation-duration: 50000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; animation-name: spin; animation-duration: 50000ms; animation-iteration-count: infinite; animation-timing-function: linear; } a.collective { color:#000; } option.cat_1, .cat_1 { color:#B20000; } option.cat_2, .cat_2 { color:#B25700; } option.cat_3, .cat_3 { color:#FF8000; } option.cat_4, .cat_4 { color:#FFBF00; } option.cat_5, .cat_5 { color:#85B200; } option.cat_6, .cat_6 { color:#00BFFF; } option.cat_7, .cat_7 { color:#0000D9; } option.cat_8, .cat_8 { color:#FF4DFF; } option.cat_9, .cat_9 { color:#36D900; } option.cat_10, .cat_10 { color:#A300D9; } option.cat_11, .cat_11 { color:#868695; } .links h4 { color:#FF0000; } .links a { color:#000; } .links a:hover { text-decoration:underline; } .contact i { font-size:20px; border-radius:200px; width:50px; height:50px; text-align:center; border:1px solid red; background:red; color:#FFF; padding:10px; font-size:30px; } .contact i:hover { background:#FFF; color:red; } #fancybox-left-ico { left: 20px; display:block; } #fancybox-right-ico { right: 20px; left: auto; display:block; } .global-site-notice { background: #F5F5F5 none repeat scroll 0% 0%; color: #333; display:block; padding: 10px 30px; float:none; font-size:13px; } .global-site-notice .notice-inner { max-width:960px; margin: 0 auto; text-align:left; float:none; position:relative; } .global-site-notice .notice-inner p { width: auto; padding-right: 30px; adding-left: 40px; display: block; } .global-site-notice .notice-inner a { font-weight:bold; } .global-site-notice .notice-inner a:hover { text-decoration:underline; } #close-cookie-notice { position: absolute; right:0; top:0px; } .global-site-notice.hidden { display:none; } div.top { display: none; overflow: hidden; position: fixed; right:40px; bottom:40px; } div.top .fa { margin:0px; } div.top a { display:block; color:#000; cursor:pointer; font-size:16px; text-align:center; } div.top a:hover { color:#777; text-decoration:none; } p.privacy { font-size:12px; color:#888; padding:20px 0; text-align:justify; line-height:normal; } .scrolloff { pointer-events: none; } .nav-menu { position:relative; display:block; } .nav .fa { margin-right:0px; } .nav-item { display:inline-block; zoom:1; position:relative; margin-right:1px; } .nav-item:last-child { padding:0; margin:0; border:0px; } .nav-item a { display:block; margin:0 10px; text-transform:uppercase; font-weight:400; } .nav-item:hover .nav-submenu { display:block; text-decoration:none; color:#1F0A5F; } /* Navigation submenu */ .nav-submenu { display:none; position:absolute; padding-top:10px; top:15px; z-index:200; background:#000; } #header.smaller .nav-submenu { top:20px; } .nav-submenu-item a { padding:6px 15px; display:block; width:250px; text-align:left; color:#FFF; margin-left:-6px; } /* Mobile navigation */ .nav-mobile { display:none; position:absolute; top:-50px; right:10px; color:cyan; text-align:center; font-size:20px; height:40px; width:40px; cursor:pointer; padding:7px 10px; } /* Mobile navigation, clickable area for revealing <ul> */ .nav-click { position:absolute; top:10px; right:15px; display:none; height:40px; width:40px; cursor:pointer; text-align:center; color: cyan; border:1px solid cyan; } .nav-click i { display:block; font-size:20px; padding:9px; } .nav-rotate { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); } @media print { .collection .scheda .images p.didascalia { font-size:8px; } .collection .scheda em { font-size:10px; } }