body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #eee;
}

table{
	/*display: inline-block;
	width: 100%;*/
	margin-bottom: 20px;
}

p{
	text-align: justify;
	/*display: inline-block;
	float: left;
	width: 100%;*/
}

@media all and (max-width: 991px)
{
	#descr-text{
					padding-left:0%;
	}
}

@media all and (min-width: 992px)
{
	#descr-text{
					padding-left:10%;
	}
}

.title {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    /*color: #930000;*/
	padding-bottom: 40px;
}

.subtitle {
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    
}

.subtitle-2 {
	/*margin-top:-18px;*/
    /*text-align: left;*/
    font-weight: bold;
    font-size: 25px;
    
}

.number {
	text-align: center;
	padding-top: 4%;
}

.Enotita-A {
	color: #b2580a;
}

.Enotita-B {
	color: #6e530c;
}

.Enotita-C {
	color: #930000;
}

.wrapper{
    max-width: 940px;
	max-width:95%;
    margin: 0 auto;
}
.masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
  padding-bottom:20px;
}
 .masonry.brick {
  margin-bottom: 30px;
  overflow: hidden;
  overflow:visible;
}
.masonry.brick img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.masonry.brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  -moz-column-rule: 1px solid #eee;
  -webkit-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}
.masonry.bordered .brick {
  /*padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;*/
}
.masonry.gutterless {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}

.span {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
  *margin: 30px 0;
}

/* moved in maincustom.css */
.full-height-obsolete {
  height: 100%;
  /*background: yellow;*/
  padding-top: 1%;
  margin-bottom: 2%;
}

/* moved in maincustom.css */
.closetab-obsolete {
  background-color: #b83737; 
  color: white;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
  /*position: relative;
  bottom: 50px;*/
}

/* moved in maincustom.css */
.closetab-obsolete:hover {
  background-color: #707070;
  color: white;
}


/*@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .wrapper {
    width: 80%;
    padding: 2em;
  }

  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    width: 85%;
    padding: 1.5em;
  }

  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
} */
