/*******************************************************************************

********************************************************************************

***                                                                          ***

***   Use to override any other CSS styling or add new styling               ***

***                                                                          ***

***   This file will be loaded last in the CSS chain                         ***

***                                                                          ***

***   ( Remember: This Cascade Styles inherit styling defined previously)    ***

********************************************************************************

*******************************************************************************/

.main-slide{
	padding-top:60px!important;
}

.custom-footer{
  background-image:url('../images/backgrounds/texture_blue.jpg');
}

.search input[type='text']{
  width:300px;
}

.search input[type='submit']{
  margin-left:10px;
}

.visite{
	font-size:20px;
	color:#FFF;
}
.vcounter_TypeText::before{
    content:"Totale visite contenuti: ";
}
.one_item{
  width:25%;
  height:180px;
  float:left;
}

.pg_data{
  width:100%;
  height:550px;
}
