/*.main-bg-clouds .rt-bg .rt-bg2 {
background-image: url(".../images/backgrounds/bg.jpg");
}*/


.main-bg-clouds .rt-bg {
background-image: none !important;
}

.main-bg-clouds .rt-bg .rt-bg2{
background-image: none !important;
}

.main-bg-clouds {
background-image: url(../images/backgrounds/clouds/bg3.jpg) !important;
background-repeat: no-repeat !important;
background-position: 50% 0 !important;
background-attachment: fixed;
}
 
 
 ul.gf-menu.l1 {
    background-color: #3399cc;
}
ul.gf-menu.l1 > li > .item {
    padding-top: 4px;
    padding-bottom: 4px;
}
ul.gf-menu li.parent > .item .daddyicon {
    top: 4px;
}



.title, .component-content h2 {
    font-size: 1.6em;
    font-weight: bold;
}


h1 {
    font-size: 180%;
}

div#rt-top {
    margin-bottom: 0px;
    padding-bottom: 0px;
 }
 
 h2 {
    line-height: 24px;
}
 

 /*Margine inferiore titolo moduli*/
.title, .component-content h2 {
 margin-bottom: 6px;
}

#gantry-totop {
	font-size: 1.3em;
	background-position: 60px 0;
    padding: 0 28px 0 0;
    width: 70px;
}

.rt-light #gantry-totop:hover {
    background-position: 60px -115px;
}

.component-content .items-more {
    padding-top: 2px;
}
.component-content .items-more ol {
    line-height: 1.3em;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 10px;
}

.component-content .items-more ol li {
    margin-bottom: 0;
}

.component-content .pagination .counter {
    font-weight: bold;
    margin: 0 0 1px;
    text-align: center;
}

.component-content .pagination {
    clear: both;
    margin: 0 0 12px;
    padding: 0 0 22px;
}


.component-content h2 a {
    color: #c50012;
}

.component-block.rt-block.main-overlay-light
a:hover {
color: #3c5a97;
text-decoration: underline;
}


 /* FRECCIA SOPRA LE VOCI MNEL MENU PRINCIPALE */
.gf-menu li.active > .rt-arrow-pointer {
	top: -13px;
}

.rt-dark .rt-arrow-pointer {
	border-color: red;
}

 /* OMBRA SLIDESHOW PRINCIPALE - ROKSPROCKET MODULE */
.layout-slideshow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

 /* LINEA DI SEPARAZIONE TRA ARTICOLI */
.blog-featured .row-separator, .blog .row-separator {
    border-bottom: 2px solid #017ad5;
    margin-bottom: 20px;
}
