@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic|PT+Sans+Narrow:400,700&v2);

/* ==|== primary styles =====================================================
   Primary styles.
   Layout & graphic

   Colors
   - dark red:  #951010
   - light red: #CC1616
   - cyan:      #5091d1
   - dark grey: #575656

   ========================================================================== */

body {
    background: #575656 url(../img/layout/noise.png);
    color: #fff;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

a {
    -webkit-transition: color 0.2s ease-out;
       -moz-transition: color 0.2s ease-out;
         -o-transition: color 0.2s ease-out;
            transition: color 0.2s ease-out;
}

a, a:active, a:visited {
    text-decoration:none;
    color: #333;
}

a:hover {
    text-decoration:none;
    color: #CC1616;
}

h1, h2, h3, h4 {
    font-weight: 700;
    margin: 14px 0;
}

h1 {
    font-size: 28px;
    line-height: 28px;
}

h2 {
    font-size: 22px;
    line-height: 24px;
}

h3 {
    font-size: 18px;
    line-height: 20px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
}

p {
    margin: 10px 0;
}


abbr, abbr[title], .abbr { cursor: help; }

pre.debug {
    width: 900px;
    font-size: 10px;
    line-height: 11px;
    color: #000;
    background: #fff;
    padding: 1%;
    margin: 20px auto;
    display: none;
}

ins {
    background-color: #fff;
}

/* #################### struttura #################### */
#wrapper {
    width: 100%;
    /*background: #951010 url(../img/layout/body-bg-pride.png?v=1.2) repeat-y center top;*/
    background: #951010 url(../img/layout/body-bg.jpg) no-repeat center top;
    /*background: #951010 url(../img/layout/body-bg-natale-2014.jpg) no-repeat center top;
	background-size:100%;*/
    color: #333;
}

#studentown #wrapper {
    background: #0E4975 url(../img/layout/body-bg-studentown.jpg) no-repeat center top;
}

#studentown #nav ul {
    /*display: none;*/
}

/*html.boxshadow #header .wrapper,*/
html.boxshadow #container .wrapper {
    -webkit-box-shadow: 0 15px 15px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 15px 15px rgba(0,0,0,0.4);
        -ms-box-shadow: 0 15px 15px rgba(0,0,0,0.4);
         -o-box-shadow: 0 15px 15px rgba(0,0,0,0.4);
            box-shadow: 0 15px 15px rgba(0,0,0,0.4);
}

#header,
#container,
#footer {
    width:100%;
}

.wrapper {
    padding: 20px;
    width: 960px;
    margin: 0 auto;
}

/* #################### header #################### */
#header {
    /*height: 245px;*/
}

#header .wrapper {
    width: 1000px;
    padding: 0;
    background: url(../img/layout/header-bg.jpg) no-repeat center bottom;
    position: relative;
}

#header .col {
    margin: 0;
}

#header .col1{
    width: 320px;
}

#header .col2 {
    width: 680px;
}

/* header-top */
#header-top p {
    margin: 10px 0;
}

#header-top {
}

#header-top .col1.last > div {
    margin-right: 20px;
    float: right;
}

#header-top .bannergroup {
    width: 1000px;
    height: 80px;
    overflow: hidden;
    margin: 10px 0;
}


#header-top .bannergroup img {
    /*width: 100%;*/
}

/* header-center */
#header-center {
    height: 134px;
    border-top: 3px solid #333;
}

#header-center nav {
    bottom: 0;
    right: 0;
    position: absolute;
}

/* header-bottom */
#header-bottom {
    height: 44px;
}

ul.social {
    list-style: none;
    margin: 0 20px 0 0;
    padding: 4px 0;
    text-align: right;
}

ul.social li {
    display: inline;
    color: #a2a2a2;
    line-height: 24px;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 0 rgba(255,255,255,.2);
}

ul.social li a {
    margin-left: 5px;
    padding-left: 20px;
    text-shadow: 1px 1px 0 rgba(255,255,255,.2);
}

ul.social li.facebook a {
    background: url(../img/icons/facebook-16x16.png) left center no-repeat;
}

ul.social li.twitter a {
    background: url(../img/icons/twitter-16x16.png) left center no-repeat;
}

ul.social li.youtube a {
    background: url(../img/icons/youtube-16x16.png) left center no-repeat;
}

ul.social li.feed a {
    background: url(../img/icons/feed-16x16.png) left center no-repeat;
}

#logo {
    float: left;
    height: 100px;
    padding: 15px 20px 0;
}

#logo h1 {
    margin: 0;
}

#logo a {
    display: block;
}

/* main */
#header #nav,
#header nav > ul.main,
#header nav > ul.main > li {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}

#header nav ul.main {
    float: left;
    margin-left: 10px;
}

#header nav ul.main > li {
    float: left;
    position: relative;
}

#header nav ul.main > li.first {
}

#header nav ul.main > li a {
    display:block;
    padding: 0 10px;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    color: #fff;
    font-weight: 700;
    letter-spacing: .6px;
}

#header nav ul.main > li > a {
    text-transform: uppercase;
}

#header nav ul.main > li.hover a,
#header nav ul.main > li > a:hover {
    color: #ccc;
}

#header nav ul.main > li.current > a {
    color: #ccc;
}

#header nav ul.main > li > ul {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    list-style: none outside none;
    position: absolute;
    top: 36px;
    width: 250px;
    z-index: 35;
}

#header nav ul.main > li > ul > li {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    height: 30px;
    line-height: 30px;
}

#header nav ul.main > li > ul > li > a {
    background: #575656;
}

#header nav ul.main > li > ul > li > a:hover,
#header nav ul.main > li > ul > li.current > a {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,.2);
}

/* extra */
#header nav > ul.extra,
#header nav > ul.extra > li {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
}

#header nav ul.extra {
    float: right;
    margin: 0 20px 10px 0;
}

#header nav ul.extra li {
    float: left;
    margin-left: 10px;
    border-left: 1px solid #666;
}

#header nav ul.extra li:first-of-type {
    border-left: none;
}

#header nav ul.extra li a {
    color: #fff;
    display: block;
    padding: 0 0 0 10px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#header nav ul.extra li a:hover,
#header nav ul.extra li.current a {
    color: #ccc;
}

/*#header nav ul.extra li.current a:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    width: .6em;
}*/


/* attivita */
#header nav ul.attivita {
    float: left;
}

#header nav ul.attivita > li {
    float: left;
    font-size: 16px;
    line-height: 22px;
    margin-right: 10px;
    margin-top: 8px;
    position: relative;
}

#header nav ul.attivita > li.first {
}

#header nav ul.attivita > li a {
    background: none repeat scroll 0 0 #666;
    border: 1px solid #444;
    color: #fff;
    display: block;
    font-family: "PT Sans Narrow",Helvetica,Arial,sans-serif;
    padding: 0 11px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#header nav ul.attivita > li > a {
    text-transform: uppercase;
}

#header nav ul.attivita > li > a:hover,
#header nav ul.attivita > li.current > a {
    color: #fff;
    background: #333;
    text-shadow: -1px -1px 0 rgba(0,0,0,.2);
}

#header nav ul.attivita > li.current > a.students,
#header nav ul.attivita > li > a.students:hover {
    background: #2E7EB0;
}

#header nav ul.attivita > li.current > a.inchieste,
#header nav ul.attivita > li > a.inchieste:hover {
    background: #CC1616;
}

#header nav ul.attivita > li > ul.attivita-sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    list-style: none;
    display: none;
    z-index: 35;
    box-shadow: 5px 5px 8px rgba(0,0,0,.2);
}


/* btns */
#header nav ul.btns {
    float: right;
}

#header nav ul.btns span.follow {
    display: none;
}

#header nav ul.btns a {
    width: 24px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    margin: 0 10px;
}

#header nav ul.btns a.facebook {
    background: url(../img/icons/facebook-24x24.png) no-repeat 50% 50%;

}

/* #################### search #################### */
div.k2SearchBlock {}

#header-top div.k2SearchBlock {
    margin: 10px 0 20px;
}

div.k2SearchBlock form {
    position: relative;
}

div.k2SearchBlock form input.inputbox {
    border: 1px solid #bbb;
    color: #ddd;
    font-size: 13px;
    padding: 6px 4px;
    width: 275px;
}

#sidebar div.k2SearchBlock form input.inputbox {
    width: 290px;
}

div.k2SearchBlock form input.button {
    /*background: url(../img/icons/dark/magnifying_glass_12x12.png) no-repeat scroll center center transparent;
    text-indent: -999em;*/
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #fff;
    color: #999;
    border: medium none;
    cursor: pointer;
    height: 17px;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
}

div.k2SearchBlock form input.inputbox:focus,
div.k2SearchBlock form input.button:hover {
    color: #333;
}

/* #################### breadcrumb #################### */
#breadcrumb {
    height: 26px;
    width: 100%;
    line-height: 26px;
    background:#f2f2f2;
    overflow: hidden;
    border-bottom: 2px solid rgba(214,213,213,1);
}

#breadcrumb span.label {
    display: none;
}

#breadcrumb span.sep {
    background: #ccc;
    line-height: 27px;
    padding: 7px 10px;
}

#breadcrumb .crumbs {
    display: block;
    margin: 0;
    padding: 0;
}

#breadcrumb  .crumbs li {
    display: inline;
}

.crumbs li a,
.crumbs li a:link,
.crumbs li a:visited,
.crumbs li span {
    color: #999;
    display: block;
    float: left;
    margin-left: 0;
    padding: 0 20px 0 8px;
    position: relative;
    text-decoration: none;
}

.crumbs li a {
    background-image: url(../img/layout/bg-crumbs.png);
    background-repeat: no-repeat;
    background-position: 100% -2px;
    position: relative;
}

.crumbs li.first a {
    padding-left: 10px;
}

.crumbs li a:hover { color: #666; cursor: pointer; background-position: 100% -50px; }

.crumbs li span {
    color: #333;
}

/* #################### container #################### */
#container {
    background: url(../img/layout/noise.png);
}

#tier-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-top: -16px;
    margin-bottom: 20px;
    font-size: 12px;
}

#tier-top div.k2BreadcrumbsBlock {

}

#tier-top div.k2BreadcrumbsBlock span.bcTitle {

}

#tier-top div.k2BreadcrumbsBlock a {
    color: #666;
}

#tier-top div.k2BreadcrumbsBlock span.bcSeparator {
    color: #999;
}

#tier-inner {
    background: url(../img/icons/twitt.png) no-repeat scroll 10px 50% #E3FBFF;
    color: #1E97B3;
    height: 40px;
    margin: 10px 0 20px;
    padding: 10px 10px 10px 60px;
    width: 560px;
}

#tier-inner .wk-twitter-list,
#tier-inner .wk-twitter-list article {
    height:40px;
    overflow:hidden;
    width: 100%;
}

#tier-inner .wk-twitter-list article p {
    margin: 0;
    text-shadow: 1px 1px 0 #FFF;
}

#tier-inner .wk-twitter-list article a {
    color: #196E81;
}

#container .wrapper {
    background-color: #fff;
    position: relative;
}

#sidebar-extra {

}


/* #################### footer #################### */
#footer {
    background: url(../img/layout/noise.png) #575656;
    color: #222;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
}

#footer .col1 {
    width: 135px;
}

#footer .col3 {
    border-top: 1px solid #666;
    margin-top: 5px;
    padding-top: 5px;
}

#footer .col.last {
    text-align: right;
}

#footer p {
    margin: 0;
	font-size:12px;
}

#footer a {
    color: #999999;
    font-weight: 400;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}

#footer a:hover {
    color: #ccc;
}

#footer ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    text-align: right;
}

#footer ul.menu li {
    clear: right;
    float: right;
    font-size: 13px;
    line-height: 15px;
}

#footer a[href^="mailto"] {
    background: rgba(0, 0, 0, 0.1);
    padding: 0 .5em;
    border-bottom: 1px solid #333;
    -webkit-border-radius: .2em;
       -moz-border-radius: .2em;
        -ms-border-radius: .2em;
         -o-border-radius: .2em;
            border-radius: .2em;
}

#footer a[href^="mailto"]:before {
    content: "\f0e0";
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 1em;
    width: .5em;
}

#footer ul.menu li a {
    display: block;
}

#footer ul.menu li a:after {
    content: "\f104";
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 0.2em;
    width: 0.5em;
}

#ca_banner {
    bottom: 0px;
    height: 100px;
    background: rgba(255,255,255,.9);
    padding:20px;
    position: fixed;
    width: 100%;
    left: 0px;
    text-align: center;
}
#ca_banner h2 {
    margin: 8px;
}
#ca_banner a {
    color:#951010;
}
div.accept {
    background: #951010;
    color: #ffffff;
    text-shadow:none;
    display: inline-block;
    padding: 6px;
    border-radius: 5px;
    margin-top: 10px;
}
.accept:hover {
    cursor:pointer;
}


/* #################### formattazione #################### */
.gradient {
    background: #eee;
}

html.cssgradients .gradient {
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(214,213,213,1) 100%);
    background:    -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(214,213,213,1) 100%);
    background:     -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(214,213,213,1) 100%);
    background:      -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(214,213,213,1) 100%);
    background:         linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(214,213,213,1) 100%);
}

/* #################### tiers #################### */
.tier {
    overflow:hidden;
    margin:0;
    position: relative;
}


/* #################### cols #################### */
.col { margin-right: 30px; }

.col3 { width: 960px; margin-right: 0; }

.col2 { width: 630px; }

.col15 { width: 400px; }

.col05 { width: 200px; }

.col1 { width: 300px; }

.col.last {
    margin-right: 0;
}

.grid .col {
    background: #ddd;
    height: 100px;
}

/* #################### pager #################### */
div.k2Pagination ul li {
    margin: 0 5px;
}


/* #################### tables #################### */
table a, table a:link, table a:visited { border:none; }

table {
    width:100%;
    border-top:2px solid #ccc;
    border-bottom:2px solid #ccc;
    border-right:1px solid #fff;
    margin:0 auto;
    border-collapse:collapse;
}

table p {
    margin:0;
    text-align:left;
}

caption {
    caption-side: top;
    margin: 0;
    line-height: 20px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

caption strong {
    color: #6C7379;
}

tbody tr.odd td { background:#f2f2f2; }
tbody tr.odd th { background:#f2f2f2; }

tbody th { background:#f9fcfe; }

td {
    color:#666;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    padding:5px;
    text-align:left;
    background:#eee;
    text-shadow: 1px 1px 0 rgba(255,255,255,.2);
    font-size:13px;
}

th {
    font-weight:800;
    text-align:left;
    border-bottom: 1px solid #fff;
    border-left:1px solid #fff;
    padding:4px 5px;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}

thead th {
    background:#D6D5D5;
    text-align:left;
    font-weight:800;
    color:#333;
}

tfoot td {
    text-align:left;
    background-color: #EBEBEB;
}

tfoot td strong {
    font-weight:800;
    margin:.5em .5em .5em 0;
    color:#66a3d3;
}

tfoot td em {
    color:#f03b58;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
}

table tr th.sortable, table.tablesorter thead tr .header {
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../img/icons/sortable.gif);
    padding-right: 20px;
    cursor: pointer;
}

table tr th.sortable:hover, table thead tr .header:hover { background-image: url(../img/icons/sortable1.gif); }

table tr th.sortable a {
    display: block;
    line-height:18px;
}

table tr th.asc, table.tablesorter thead tr .headerSortUp { background-image: url(../img/icons/asc.gif); }

table tr th.desc, table.tablesorter thead tr .headerSortDown { background-image: url(../img/icons/desc.gif); }

table.list tr.odd td { background-color:#ebebeb; }


/* #################### container #################### */
div.k2ItemsBlock h2,
div.custom h2,
div.k2CalendarBlock h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 2px;
    padding: 0;
    border-bottom: 4px solid #575656;
    text-transform: uppercase;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #575656;
}

div.k2ItemsBlock h2 .icon,
div.custom h2 .icon,
div.k2CalendarBlock h2 .icon {
    float: right;
    padding: 0 4px;
    background: #575656;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}

div.itemBody #map a {
    text-decoration: none;
}

div.itemBody .leaflet-bar a {
    
}


/* #################### content #################### */
#content { overflow:hidden; }

#content hr.line {
    border-top-width: 1px;
    border-top-style: solid;
}

#content hr {
    padding: 15px 0;
    margin: 0;
    width: 100%;
    border: 0;
    height: 0;
    line-height: 0;
    background: transparent;
    clear: both;
}

img.right {
    margin:0 0 10px 10px;
}

.info > * {
    margin-bottom: 5px;
}

#map {
    width:100%;
    height:500px;
    background: #eee;
    overflow: hidden;
}

/* #################### frontpage #################### */
/* k2 blocks */

.even {
    background: none repeat scroll 0 0 #f4f4f4;
    border-bottom: 1px solid #ddd;
    padding: 2px;
}

.odd {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ddd;
    padding: 2px;
}

div.k2ItemsBlock {
    float: left;
    width: 100%;
    position: relative;
}

div.k2ItemsBlock > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.k2ItemsBlock h3,
div.k2ItemsBlock h4 {
    font-family: "PT Sans Narrow",Helvetica,Arial,sans-serif;
    margin: 0 0 2px 0;
    padding: 0 0 6px;
}

div.k2ItemsBlock h3 {
    font-size: 18px;
    line-height: 20px;
}

div.k2ItemsBlock h3 a {
    /*color: #333;*/
}

div.k2ItemsBlock li {
    padding: 0;
}

div.k2ItemsBlock li > article {
    padding: 5px;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
    line-height: inherit;
    margin: 10px 0;
}

div.k2ItemsBlock ul li div.moduleItemAuthor,
div.k2ItemsBlock ul li footer {
    font-size: 13px;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
}

div.k2ItemsBlock ul li footer a {
    margin-right: 6px;
}

div.k2ItemsBlock ul li a.moduleItemComments,
div.k2ItemsBlock ul li span.moduleItemHits {
    border: 0;
    margin: 0;
    padding: 0;
}

div.k2ItemsBlock ul li footer .icon {
    padding-right: 2px;
}

/* featurednews */
div.k2ItemsBlock.featurednews h2 {
    display: none;
}


div.k2ItemsBlock.featurednews ul li {
    float: left;
    width: 196px;
    margin-right: 21px;
    margin-bottom: 10px;
    padding: 10px 0;
    background: #fff;
}

div.k2ItemsBlock.featurednews ul li {
    border-bottom: 2px solid #ddd;
    padding-bottom: 6px;
    position: relative;
}

div.k2ItemsBlock.featurednews ul li div.moduleItemIntrotext a.moduleItemImage {
    width: 184px;
    height: 122px;
    border: 1px solid #ddd;
    overflow: hidden;
    display: block;
    margin: 0 0 8px;
    position: relative;
}

div.k2ItemsBlock.featurednews li a.moduleItemImage .icon {
    background: #fff;
    font-size: 12px;
    height: 20px;    
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-indent: 2px;    
    padding: 0 4px;
    text-transform: uppercase;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
}

div.k2ItemsBlock.featurednews li.firstItem a.moduleItemImage .icon {
    top: 3px;
    right: 3px;
    background: #eee;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
}

div.k2ItemsBlock.featurednews ul li.firstItem div.moduleItemIntrotext a.moduleItemImage {
    width: auto;
    height: auto;
    overflow: hidden;
    float: right;
    border: none;
}

div.k2ItemsBlock.featurednews ul li div.moduleItemIntrotext a.moduleItemImage img {
    width: 100%;
    border: 0;
    margin: 0;
}

div.k2ItemsBlock.featurednews li.firstItem {
    float: none;
    margin-top: 0;
    padding-top: 0;
    margin-right: 0;
    width: 100%;
    background: #eee;
}

div.k2ItemsBlock.featurednews li.firstItem h3 {
    font-size: 30px;
    line-height: 32px;
    text-shadow: 1px 1px 0 #fff;
}

div.k2ItemsBlock.featurednews ul li.firstItem div.moduleItemIntrotext a.moduleItemImage img {
    width: 300px;
    padding: 2px;
    border: 1px solid #ddd;
    margin-left: 10px;
}

div.k2ItemsBlock.featurednews ul li.firstItem div.moduleItemIntrotext > p {
    margin-top: 0;
}

div.k2ItemsBlock.featurednews li.lastItem {
    margin-right: 0;
}

div.k2ItemsBlock.featurednews ul li div.moduleItemIntrotext > p {
    display: inline;
}

div.k2ItemsBlock.featurednews ul li div.moduleItemIntrotext a.moduleItemReadMore {
    font-style: italic;
    text-decoration: underline;
    font-size: 13px;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
}

/* latestnews */
div.k2ItemsBlock.latestnews ul li a.moduleItemImage {
    border: 1px solid #DDDDDD;
    display: block;
    height: 90px;
    margin: 0 8px 0 0;
    overflow: hidden;
    width: 130px;
    float: left;
    position: relative;
}

div.k2ItemsBlock.latestnews ul li a.moduleItemImage img {
    width: 150px;
}

div.k2ItemsBlock.latestnews li a.moduleItemImage .icon {
    background: #fff;
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-indent: 2px;
    top: auto;
    bottom: 0;
    padding: 0 4px;
    text-transform: uppercase;
    right: auto;
}

div.k2ItemsBlock.latestnews ul li {
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
}

div.k2ItemsBlock.latestnews ul li h3 {
    padding: 0;
}

div.k2ItemsBlock.latestnews ul li div.moduleItemIntrotext {
    margin-top: 0;
    font-size: 13px;
}

div.k2ItemsBlock.latestnews ul li footer {
    text-align: right;
}

/* latest / featured nstundetown + inchieste */
div.k2ItemsBlock.featurednews ul li.studentown {
    border-bottom-color: #2E7EB0;
}

div.k2ItemsBlock.featurednews ul li.inchieste {
    border-bottom-color: #cc1616;
}

div.k2ItemsBlock.featurednews ul li a.moduleItemTitle:before,
div.k2ItemsBlock.latestnews ul li a.moduleItemTitle:before{
    background-color: #ddd;
    border: 2px solid #ddd;
    color: #fff;
    /*content: "\f0f6";*/
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-right: 4px;
    text-align: center;
    width: 16px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}

div.k2ItemsBlock.featurednews ul li.studentown a.moduleItemTitle:before,
div.k2ItemsBlock.latestnews ul li.studentown a.moduleItemTitle:before{
    background-color: #2E7EB0;
    border-color: #2E7EB0;
    content: "\f02d";
}

div.k2ItemsBlock.featurednews ul li.inchieste a.moduleItemTitle:before,
div.k2ItemsBlock.latestnews ul li.inchieste a.moduleItemTitle:before {
    background: url("../img/icons/gru.png") no-repeat scroll left top #CC1616;
    border-color: #CC1616;
    content: ".";
    color: transparent;
}

div.k2ItemsBlock.featurednews ul li.firstItem a.moduleItemTitle:before,
div.k2ItemsBlock.featurednews ul li.firstItem a.moduleItemTitle:before {
    margin-top: 6px;
    border-width: 3px;
}

div.k2ItemsBlock.featurednews ul li.studentown a:hover,
div.k2ItemsBlock.latestnews ul li.studentown a:hover{
    color: #2E7EB0;
}

/* blog */
div.k2ItemsBlock.blog ul {
    border: 1px solid #ddd;
    padding: 5px;
}

div.k2ItemsBlock.blog ul li {
    background: #fff;
}

div.k2ItemsBlock.blog ul li.leastItem {
    border-bottom: medium none;
    font-size: 12px;
    padding-top: 3px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
}

div.k2ItemsBlock.blog a.moduleCustomLink {
    /*color: #666;*/
}

div.k2ItemsBlock.blog ul li > article {
    padding: 10px 5px;
}

div.k2ItemsBlock.blog ul li div.moduleItemIntrotext {
    clear: both;
    margin: 0;
    padding: 0;
}

div.k2ItemsBlock.blog ul li h4 {
    margin: 0;
    padding: 6px 0 0;
    line-height: 16px;
    font-size: 14px;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
}

div.k2ItemsBlock.blog ul li a.moduleItemAuthorAvatar img {
    margin-right: 8px;
    font-size: 10px;
    line-height: 10px;
    color: #ccc;
}

div.k2ItemsBlock.blog ul li h3 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

/* calendario */
div.k2CalendarBlock {
    height: auto;
    min-height: 200px;
    margin-bottom: 20px;
    background: url(../img/layout/logo-small.png) no-repeat center center;
}

div.k2CalendarBlock.succede-in-citta .icon-generic:before { content: "\f073"; }

div.k2CalendarBlock table.calendar {
    border-top: none;
}

div.k2CalendarBlock table.calendar td {
    padding: 3px;
}

div.k2CalendarBlock table.calendar tr td.calendarDateLinked,
div.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
    padding: 0;
}

div.k2CalendarBlock table.calendar tr td.calendarToday {
    background-color: #333;
    color: #fff;
    text-shadow:1px 1px 0 rgba(0,0,0,.2);
}

div.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
    padding: 3px;
    background-color: #ddd;
    color:#333;
}

div.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
    background-color: #CC1616;
    color: #fff;
    text-shadow:1px 1px 0 rgba(0,0,0,.2);
}

div.k2CalendarBlock table.calendar tr td.calendarTodayLinked a {
    padding: 3px;
    background-color: #575656;
    color: #fff;
    text-shadow:1px 1px 0 rgba(0,0,0,.2);
}

/* eventi */
div.k2ItemsBlock.mostpopular.eventi {
    margin-top: -20px;
}

div.k2ItemsBlock.mostpopular.eventi h2 {
    display: none;
}

/* inchieste */
div.k2ItemsBlock.inchieste h2 {
    border-color: #CC1616;
    color: #CC1616;
}

div.k2ItemsBlock.inchieste h2 .icon {
    background: #CC1616 url(../img/icons/gru.png) center bottom no-repeat;
}

div.k2ItemsBlock.inchieste ul li {
    border-bottom-color: #fff;
}

div.k2ItemsBlock.inchieste ul li > article {
    padding: 0;
    position: relative;
}

div.k2ItemsBlock.inchieste ul li > article > header {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

div.k2ItemsBlock.inchieste ul li > article > header h3 {
    margin: 0;
    padding: 6px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .6px;
}

div.k2ItemsBlock.inchieste ul li > article > header h3 a {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

div.k2ItemsBlock.inchieste ul li div.moduleItemIntrotext {
    margin: 0;
    padding: 0;
    width: 300px;
    height: 200px;
    overflow: hidden;
}

div.k2ItemsBlock.inchieste ul li div.moduleItemIntrotext a.moduleItemImage img {
    border: 0;
    width: 300px;
    margin: 0;
    float: right;
    padding: 0;
}

div.k2ItemsBlock.inchieste ul li {
    display: none;
}

div.k2ItemsBlock.inchieste ul li.firstItem {
    display: block;
}

div.k2ItemsBlock.inchieste .leastItem {
    background-color: #CC1616;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
}

div.k2ItemsBlock.inchieste .leastItem a {
    color: #fff;
}

/* Foto del giorno */
div.k2ItemsBlock.fotodelgiorno {
	
}
div.k2ItemsBlock.fotodelgiorno h2 {
    border-color: #782626;
    color: #782626;
}

div.k2ItemsBlock.fotodelgiorno h2 .icon {
    background: #782626 url(../img/icons/foto-giorno.png) center bottom no-repeat;
}

div.k2ItemsBlock.fotodelgiorno ul li {
    border-bottom-color: #fff;
}

div.k2ItemsBlock.fotodelgiorno ul li > article {
    padding: 0;
    position: relative;
}

div.k2ItemsBlock.fotodelgiorno ul li > article > header {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

div.k2ItemsBlock.fotodelgiorno ul li > article > header h3 {
    margin: 0;
    padding: 6px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .6px;
}

div.k2ItemsBlock.fotodelgiorno ul li > article > header h3 a {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

div.k2ItemsBlock.fotodelgiorno ul li div.moduleItemIntrotext {
    margin: 0;
    padding: 0;
    width: 300px;
    height: 200px;
    overflow: hidden;
}

div.k2ItemsBlock.fotodelgiorno ul li div.moduleItemIntrotext a.moduleItemImage img {
    border: 0;
    width: 300px;
    margin: 0;
    float: right;
    padding: 0;
}

div.k2ItemsBlock.fotodelgiorno ul li {
    display: none;
}

div.k2ItemsBlock.fotodelgiorno ul li.firstItem {
    display: block;
}

div.k2ItemsBlock.fotodelgiorno .leastItem {
    background-color: #782626;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
}

div.k2ItemsBlock.fotodelgiorno .leastItem a {
    color: #fff;
}

div.k2ItemsBlock .pager {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 45px;
}

div.k2ItemsBlock .pager a {
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
    height: 10px;
    margin-right: 6px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9em;
    width: 10px;

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;

}

div.k2ItemsBlock .pager a.activeSlide {
    background-color: #cc1616;
}

div.k2ItemsBlock .pager.bottom {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
}

div.k2ItemsBlock .pager.bottom a {
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    box-shadow: none;
    margin: 0 0 7px 5px;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

div.k2ItemsBlock .pager.bottom a.activeSlide {
    background-color: #fff;
}

/* studentown */
div.k2ItemsBlock.studentown h2 {
    border-color: #2E7EB0;
    color: #2E7EB0;
}

div.k2ItemsBlock.studentown h2 .icon {
    background-color: #2E7EB0;
}

div.k2ItemsBlock.studentown ul li {
    border-bottom-color: #fff;
}

div.k2ItemsBlock.studentown ul li > article {
    padding: 0;
    position: relative;
}

div.k2ItemsBlock.studentown ul li > article > header {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

div.k2ItemsBlock.studentown ul li > article > header h3 {
    margin: 0;
    padding: 6px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .6px;
}

div.k2ItemsBlock.studentown ul li > article > header h3 a {
    text-shadow: 1px 1px 0 #000;
    color: #fff;
}

div.k2ItemsBlock.studentown ul li div.moduleItemIntrotext {
    margin: 0;
    padding: 0;
    width: 300px;
    height: 200px;
    overflow: hidden;
}

div.k2ItemsBlock.studentown ul li div.moduleItemIntrotext a.moduleItemImage img {
    border: 0;
    width: 300px;
    margin: 0;
    float: right;
    padding: 0;
}

div.k2ItemsBlock.studentown .leastItem {
    background-color: #2E7EB0;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
}

div.k2ItemsBlock.studentown .leastItem a {
    color: #fff;
}

/* studentown.list */
div.k2ItemsBlock.studentown.list div.modulePretext ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.k2ItemsBlock.studentown.list > ul li {
    border-color: #2E7EB0;
}


div.k2ItemsBlock.studentown.list > ul li.odd {
    background-color: #eee;
}

div.k2ItemsBlock.studentown.list > ul li > article {
    padding: 5px;
}

div.k2ItemsBlock.studentown.list > ul li > article > header {
    padding: 0;
    margin: 0;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background:none;
}

div.k2ItemsBlock.studentown.list > ul li > article > header h4 {
    margin: 0;
    padding: 0;
}

div.k2ItemsBlock.studentown.list > ul li > article > header h4 a {
    text-shadow: 1px 1px 0 #fff;
    color: #333;
}


/* mostpopular */
div.k2ItemsBlock.mostpopular h4 {
    margin: 0;
    padding: 0;
}

/* multimedia */
div.k2ItemsBlock.multimedia {
    margin: 20px 0;
	width:200px;
}

div.k2ItemsBlock.multimedia ul {
    float: left;
    border: 1px solid #ddd;
    width: 198px;
}

div.k2ItemsBlock.multimedia li {
    background: transparent;
    float: left;
    width: 100%;
    border: none;
}

div.k2ItemsBlock.multimedia li.even {
    clear: both;
}

div.k2ItemsBlock.multimedia li > article {
    padding: 10px;
}

div.k2ItemsBlock.multimedia li a.moduleItemImage {
    width: 180px;
    height: 110px;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    position: relative;
}

div.k2ItemsBlock.multimedia li a.moduleItemImage img {

}

div.k2ItemsBlock.multimedia li a.moduleItemImage .icon {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    font-size: 24px;
    height: 40px;
    left: 40%;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-indent: 2px;
    top: 40%;
    width: 40px;
    -webkit-border-radius: 33px;
       -moz-border-radius: 33px;
        -ms-border-radius: 33px;
         -o-border-radius: 33px;
            border-radius: 33px;
}

div.k2ItemsBlock.ultmimenotizie {
}

div.k2ItemsBlock.smalltown ul li a.moduleItemImage,
div.k2ItemsBlock.ultmimenotizie ul li a.moduleItemImage {
    border: 1px solid #DDDDDD;
    display: block;
    float: left;
    margin: 0 8px 0 0;
    overflow: hidden;
    width: 80px;
    height: 50px;
}

div.k2ItemsBlock.smalltown ul li a.moduleItemImage img,
div.k2ItemsBlock.ultmimenotizie ul li a.moduleItemImage img {
    width: 100px
}

div.k2ItemsBlock.smalltown h4,
div.k2ItemsBlock.ultmimenotizie h4 {
    margin: 0;
    padding: 0;
}

.icon span {
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
}

div.itemVideoBlock {
    padding: 0;
    
}

div.itemVideoBlock div.avDownloadLink {
    padding: 5px;
}

div.itemVideoBlock div.avDownloadLink a {
    color: #999;
    text-decoration: none;
}

div.itemVideoBlock div.avDownloadLink a:hover {
    color: #fff;
}

div.itemVideoBlock div.avDownloadLink a:before {
    content: "\f01a";
    display: inline-block;
    font-family: FontAwesome;
    padding-right: .5em;
    width: .5em;
}

div.itemVideoBlock div.avDownloadLink span.hint {
    color: #666;
}

/* #################### category list #################### */
div.itemListCategory {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

div.subCategory a.subCategoryImage {
    float: left;
}

div.subCategory a.subCategoryImage img {
    width: 100px;
}

div.subCategoryContainer {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div.subCategory {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}

div.subCategory h2 {
    color: #575656;
    font-family: "PT Sans Narrow",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 2px;
    padding: 0;
    text-transform: uppercase;
}

div.itemListCategory h2 {
    border-bottom: 4px solid #575656;
    color: #575656;
    font-family: "PT Sans Narrow",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 2px;
    padding: 0;
    text-transform: uppercase;
}

div.itemContainer,
div.genericItemView,
div.genericTagView {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    width: 100%;
}

div.catItemImageBlock {
    float: left;
    padding: 0;
    margin: 8px 16px 8px 0;
}

span.catItemImage img,
span.genericItemImage img,
span.tagItemImage img {
    padding: 2px;
    border: 1px solid #ddd;
}

span.catItemImage a {
    position: relative;
    display: block;
}

span.catItemImage a .icon {
    background: #fff;
    font-size: 12px;
    height: 20px;    
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-indent: 2px;    
    padding: 0 4px;
    text-transform: uppercase;
    left: 2px;
    right: auto;
    top: auto;
    bottom: 2px;
}

#itemListLinks h4 {
    display: none;
}

div.itemContainerLast:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

/* studentown */
#k2Container.studentown div.itemListCategory h2 {
    border-bottom: 4px solid #2E7EB0;
    color: #2E7EB0;
}

#k2Container.studentown a:hover {
    color: #2E7EB0;
}

#k2Container.studentown div.groupLeading div.catItemImageBlock {
    float: right;
    padding: 0;
    margin: 8px 0 8px 16px;
}

#k2Container.studentown div.groupPrimary div.catItemHeader h3.catItemTitle {
    font-size: 18px;
    line-height: 20px;
}

/* #################### single page #################### */
div.itemView {
    border: 0;
}

div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured {
    background: none;
}

div.itemImageBlock {
    float: right;
    margin: 0 0 6px 6px;
    padding: 0;
}

div.itemImageBlock span.itemImage img  {
    padding: 2px;
}

div.itemImageBlock .itemImage a {
    display: block;
}

div.itemToolbar {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

div.itemToolbar ul li {
    border: none;
}

div.itemCategory {
    border-bottom: 1px solid #ddd;
}

div.itemBackToTop {
    line-height: 30px;
}

div.itemBackToTop a,
div.itemBackToTop a:hover {
    text-decoration: none;
}

div.itemIntroText {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    font-weight: 400;
    padding: 0;
}

div.itemIntroText > p {
    margin-top: 0;
}

div.itemFullText ul {
    list-style: none;
    padding: 0;
}

div.itemFullText ul li {
    padding-left: 1.2em;
}

div.itemFullText ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.2em;
    width: 1.2em;
    color: #575656;
}

div.itemFullText a {
	text-decoration:underline;
}
div.itemFullText a:hover {
	text-decoration:none;
}

span.itemImage img {
    padding: 2px;
}

div.itemRelated > h2 {
    /*display: none;*/
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 2px;
	padding: 0;
	border-bottom: 4px solid #575656;
	text-transform: uppercase;
	font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #575656;
}

div.itemRelated ul,
div.itemAuthorLatest ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

div.itemRelated ul li,
div.itemAuthorLatest ul li {
    background: #fff;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div.itemRelated ul li a.itemRelTitle {
    font-weight: 700;
}

div.itemRelated ul li .itemRelIntrotext {
	display:none;
}

div.itemRelated ul li a.itemRelImgThumb {
    border: 1px solid #ddd;
	padding:1px;
    display: block;
    float: right;
    margin: 0 0 0 8px;
    overflow: hidden;
    width: 80px;
    height: 50px;
}

div.itemRelated ul li img.itemRelImg {
    width: 100px;
}

div.itemRelated ul li h4,
div.itemAuthorLatest ul li h4 {
    margin: 0;
}
div.itemRelated ul li {
	padding:12px;
	margin-bottom:0px;
	overflow:hidden;
}
div.itemRelated ul li.even {
	background:#f4f4f4;
}

div.itemAuthorLatest ul li h4 {
    margin: 0;
}

div.itemTagsBlock {
    border-bottom-style: solid;
    border-bottom-color: #ddd;
}

div.itemAuthorBlock {
    background: #eee;
}

div.itemComments {
    background: transparent;
    padding: 0;
    border: 0;
}

/* #################### user page #################### */
div.userBlock {
    background: #eee;
}

div.userItemCategory {
    border: none;
    padding: 0;
}

div.userItemView {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

/* #################### sidebar #################### */
aside > div {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#sidebar-extra .bannergroup .banneritem {
    margin-bottom: 10px;
}

#sidebar .bannergroup {
    margin-bottom: 0;
}

#sidebar .bannergroup .banneritem,
#sidebar .bannergroupbtop .banneritem {
    margin-bottom: 20px;
}

#sidebar .custom.sponsor ul,
#sidebar .custom.sponsor ul li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

#sidebar .custom.sponsor ul li a {
    display: block;
}

#sidebar .custom.editoriale {
    display: block;
}

#sidebar .custom.editoriale p {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    padding: 10px;
}

/* paginator */
.paginator {
    text-align: center;
}

.paginator ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.paginator ul,
.paginator ul li {
    display: inline;
}

.paginator ul li > * {
    padding: 0 4px;
}

.paginator ul li .disabled {
    color: #D6D5D5;
}

.paginator ul li .current {
    background-color: #eee;
}

p.loading {
    text-align: center;
    padding: 2em;
    color: #999;
}


/* #################### offline mode #################### */
#offline #wrapper {
    width: 100%;
    background: transparent;
    color: #333;
    margin-top: 6em;
}
#offline #wrapper .wrapper {
    width: 430px;
}

#offline label {
    display: inline-block;
    width: 150px;
}

#offline input.button {
    background: #cc1616;
    color: #fff;
    border: 0;
    padding: 4px 8px;
}

#offline p.msg {
    color: #999;
    font-family: "PT Sans Narrow",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#offline #tier-top {
    background-color: transparent;
    width: 360px;
    height: 40px;
    margin: 10px auto;
    float: none;
}

#offline #tier-top .wk-twitter-list,
#offline #tier-top .wk-twitter-list article {
    height: 40px;
    line-height: 20px;
}

#offline #logo {
    margin: 15px 0;
    padding: 0;
    height: 100px;
}

#offline #tier-top {
    background: url(../img/icons/twitt.png) no-repeat scroll 10px 50%;
    padding: 10px 10px 10px 60px;
    height: 30px;
    width: 400px;
    color: #999;
    margin-bottom: 10px;
    border: 0;
}

#offline #tier-top .wk-twitter-list,
#offline #tier-top .wk-twitter-list article {
    height:30px;
    line-height: 30px;
    overflow:hidden;
    width: 100%;
}

#offline #tier-top .wk-twitter-list article p {
    margin: 0;
}


/* #################### photogalleries #################### */

/* jsw simple image gallery */
ul.sig-container {
    float: left;
    width: 100%;
    margin: 12px 0;
    padding: 0;
}

ul.sig-container li.sig-clr {
    clear:both;
}

ul.sig-container li.sig-block {
    padding: 0;
    float: left;
    width: 135px;
    height: 100px;
    margin: 8px;

    text-align: center;
    padding: 2px;
    background: #fff;
    border: 1px solid #fff;
    -moz-box-shadow: 0px 2px 5px #eee;
    -webkit-box-shadow: 0px 2px 5px #eee;

    border: 1px solid #dfdfdf;
    border: 1px solid rgba(96,96,96,0.2);
    font-size:14px;
}

ul.sig-container li.sig-block:before,
ul.sig-container li.sig-clr:before {
    display: none;
}

ul.sig-container li.sig-block a {
    text-decoration: none;
}

ul.sig-container li.sig-block a,
ul.sig-container li.sig-block span.sig-link-wrapper,
ul.sig-container li.sig-block span.sig-link-innerwrapper {
    display: block;
    width: 135px;
    height: 100px;
    overflow: hidden;
}


ul.sig-container li.sig-block span.sig-pseudo-caption {
    display: none;
}

ul.sig-container li.sig-block span.sig-caption {
    display: none;
}


/* phoca gallery */
div.phocagallery {
    float: left;
    width: 100%;
    margin: 12px 0;
    padding: 0;
}

.phocagallery-box-file {
    float: left;

    text-align: center;
    padding: 2px;
    background: #fff;
    border: 1px solid #fff;
    -moz-box-shadow: 0px 2px 5px #eee;
    -webkit-box-shadow: 0px 2px 5px #eee;

    border: 1px solid #dfdfdf;
    border: 1px solid rgba(96,96,96,0.2);
    font-size:14px;
}

.twitter-timeline {
    width: 630px !important;
}

#fb-like-box {
    position: fixed;
    width: 263px;
    bottom: 5px;
    right: 5px;
    border: 4px solid rgb(40,40,40);
    background: #fff;
    padding: 5px;
    border: 4px solid rgba(40,40,40,0.5);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    z-index: 999;
    display: none;
}

#fb-like-box a.close {
    text-align: right;
    width: 100%;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

#fb-like-box div.fb-like {
   float: left;
   position: relative;
   width: 265px !important; 
}

@media only screen and (max-width: 480px) {
    #fb-like-box {
        display:none;
    }
}

.sostieni {
    background: #FFE3BE;
    margin: 0 0 20px;
    padding: 10px;
    width: 610px;
}

.sostieni h4 {
    margin: 0;
}

.sostieni a:hover {
    color: #DD6102;
}

.sostieni form {
    float: right;
}

#map {
    width: 100%;
    height: 320px;
    background: #eee;
}

.itemFullText section figure p,
.itemFullText figure p {
	background:#efefef;
	margin-left:20px;
	padding:10px;
}

#ca_banner {
    z-index: 9999 !important;
}

.customsh_,
.customsh2_ {
    clear: both;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    line-height: 0;
}

.custommh_ {
    clear: both;
    text-align: center;
    padding: 0 0 0 0;
    margin: 20px 0;
    line-height: 0;
}

.customfh_ {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
    margin: 20px 0;
    line-height: 0;
}
.customlh_ {
    clear: both;
    width: 100%;
    /*border: 1px solid #000000;*/
    text-align: center;
    padding: 0 0 0 0;
    /*margin: 20px 0;*/
    line-height: 0;
    color: #fff;
}

.adserver-skin {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 0;
	cursor:pointer;
}

.customsk_ img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

iframe {
    border: 0;
    width: 100%;
}
.customfh_ img,
.customlh_ img,
customsk_ img,
custommh_ img {
    width: 100% !important;
    height: auto !important;
}
.elettoralepagamento {
    display: none;
}

iframe.qualita-aria {
    border: 0;
    width: 100%;
	min-height:385px;
	overflow:none;
}

.single .itemFullText p {
    font-size: 16px;
}

.single .itemFullText div[id^=beacon] + p {
    font-size: 14px;
    text-align: center;
}

.item-137 a,
.item-235 a {
    background: #cc1616 !important;
    display: inline !important;
    padding: 2px 10px !important;
    margin-left:2px;
}
