#news{
	display: block;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
    margin-top: 10px;
    margin-bottom: 50px;
    }

#news .data{
    text-align: right;
    padding-right: 6px;
    font-size: 1.35em;
    margin-bottom: 5px;
    color: #222;
    }

#news .new{
    border: 2px solid #eee;
    border-radius: 14px;
    padding: 6px;
    min-height: 330px;
    }

#news .illus{
    display: inline;
    float: left;
    position: relative;
	margin: 0 auto;
    width: 29%;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
    }

#news .desc{
    display: inline;
    float: left;
    position: relative;
	margin: 0 auto;
    width: 68%;
    text-align: left;
    padding-left: 15px;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
    }

#news .desc p{
	margin: 5px 0;
    line-height: 28px;
    font-size: 1.03em;
    color: #222;
	}

#news .desc p.big{
    font-size: 1.5em;
    color:#142f5f;
    line-height: 40px;
	}

#news .desc p.button{
	margin-top: 40px;
    padding-bottom: 40px;
	}

#news .desc p.button a{
	font-size: 1.1em;
    padding: 8px 15px 10px 15px;
    background-color:#142f5f;
    color: #fff;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#news .desc p.button a:hover{
	border-radius: 30px;
    background-color: #d22233;
    color: #fff;
	}

#foto{
	display: block;
	margin: 0 auto;
	max-width: 1800px;
	position: relative;
    }

#foto .cat{
	display: inline;
    float: left;
    position: relative;
	margin: 0 auto;
    margin: 10px;
    width: 31%;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease
	}

.con {
  position: relative;
  width: 100%;
    background-color: #142f5f;
}

#foto .image {
  opacity: 1;
  display: block;
  width: 100.1%;
  height: auto;
  transition: .4s ease;
  backface-visibility: hidden;
}

#foto .middle {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#foto .con:hover .image {
  opacity: 0.5;
}

#foto .con:hover .middle {
  opacity: 1;
}

#foto .text {
  background-color: #142f5f;
  color: white;
  font-size: 2.5em;
  padding: 15px 19px 18px 20px;
    border-radius: 50%;
}

#foto .text:hover {
  background-color:#d22233;
}

#foto .text-l {
  background-color: #142f5f;
  padding: 18px 23px 16px 23px;
    border-radius: 50%;
}

#foto .text-l:hover {
  background-color: #d22233;
}



/* responsive rules */
@media screen and (min-width: 1150px) {


	
	
}

@media screen and (min-width: 1081px) and (max-width: 1149px) {
	





	
}


@media screen and (min-width: 801px) and (max-width: 1080px) {
	

#foto .cat{
    margin: 8px;
	}
    
#news .illus{
    margin-top: 20px;
    }	


	

}


@media screen and (min-width: 651px) and (max-width: 800px) {

#foto .cat{
    width: 47%;
    margin: 8px;
	}
    
#news .illus{
    margin-top: 20px;
    }
    
#news .desc{
    padding-left: 10px;
    }
	


	
}

@media screen and (min-width: 451px) and (max-width: 650px) {

#foto .cat{
    width: 47%;
    margin: 6px;
	}
    
#news .illus{
    width: 98%;
    }

#news .desc{
    width: 98%;
    padding-left: 5px;
    }
	


}


@media screen and (min-width: 291px) and (max-width: 450px) {
	
#foto .cat{
    width: 94%;
    margin: 8px;
	}
    
#news .illus{
    width: 98%;
    }

#news .desc{
    width: 98%;
    padding-left: 5px;
    }

	
}

@media screen and (max-width: 290px) {
	
#foto .cat{
    width: 94%;
    margin: 6px;
	}
    
#news .illus{
    width: 98%;
    }

#news .desc{
    width: 98%;
    padding-left: 5px;
    }
	
	
}