/*
#------------------------------------------------------------------------
# Magazine - January Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */


/* Aggiunto per non visualizzare il link Business Joomla Templates in basso a destra nelle pagine */
[title~="Business"] {
    display: none;
}

/* Aggiunto per non visualizzare il link di AcyMailing */
[title~="AcyMailing"] {
    display: none;
}

/* Aggiunto per modificare il colore dei menu di secondo livello */
.level3 > .first {
    background: #35395f;
}

.level3 > li {
    background: #35395f;
}

.level3 > li a:hover {
    background: #575B81;
}

.level3 > .first a:hover {
    background: #575B81;
}

.level3 > .last {
    background: #35395f;
}

.level3 > .last a:hover {
    background: #575B81;
}

.moduletable h3{
	font-family: Arial;
}

.bigtitle .header {
	font-size: 45px;
	color: #3C69AD;
}

.box.badge-popular .header:after {
	visibility: hidden;
    background: none repeat scroll 0 0 #fe724d;
    content: "Popolari";
}

.box.nsp.light.badge-popular.nomargin h3{
	font-size: 25px;
}

.itemsCategory img{
    # width: 1000px !important;
    width: 300px !important;
    height: 300px !important;
    overflow: hidden !important;
}

.itemImageGallery {
  margin-top: -120px;
}

.itemImageGallery h3 {
  display: none;
}

.itemListSubCategories h2 {
  display: none;
}


.subCategories a {
  color: white !important;
}

.sentondate {
  visibility: hidden;
}