/* RESET STYLES */

.column-clear{ clear:both;}
.wrapper{ margin:0px auto;  max-width:1200px;  width:100%; padding: 0 5rem;}
.portfolio-content, .portfolio-area{ max-width:1200px;  width:100%;}
.title-page{font-size:40px;margin:50px 0px 60px 0px;color:#151515;}
.goto{float:right;width:130px;margin:-80px 30px 0px 0px;}
.portfolio-area{width:100%;display: flex; justify-content:space-between; flex-wrap: wrap}
.portfolio-categ{width:100%;display: flex; justify-content:flex-start; flex-wrap: wrap}
.portfolio-area img{ width: 225px; height: 140px;}

/**** PORTFOLIO STYLES*****/
.portfolio-categ{margin-bottom:30px;}
.portfolio-categ li{display:inline;margin-right:40px;}
.image-block{ display:block;position: relative;}
.image-block img{border: 1px solid #d5d5d5; border-radius: 4px 4px 4px 4px;background:#FFFFFF;padding:10px;}
.image-block img:hover{border: 1px solid #A9CF54;box-shadow:0 0 5px #A9CF54;}
.portfolio-area li{margin: 0 12px 20px 0;overflow: hidden;width: 245px;padding:5px; }
.home-portfolio-text{margin-top:10px;}
.home-portfolio-text h2{ font-size:20px; }
.home-portfolio-text p{ font-size: .8rem; color: #ccc}
li.active a{ text-decoration:underline; font-weight: bold;}
/**** END PORTFOLIO STYLES*****/
