/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'altroWeb - https://laltroweb.it/
/*
Saved: Feb 02 2016 | 03:46:26 (am)
/*
/******* Do not edit this file *******/

.one_third {
  float:left;
  width:31%;
  padding:1%;
  /*width:29%;
  padding:2%;*/
}



@media only screen and (max-width: 770px) {
.one_third { width:100%; padding: 0;}
}

.one_half {
    width: 47%;
  padding-right: 3%;
  margin-bottom: 1%;
}

@media only screen and (max-width: 770px) {
.one_half {
    width: 100%;
  padding-right: 0;
}
}