/* RESET STYLES */

table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
q:before, q:after { content:''}
/* END RESET STYLES */


html{-webkit-font-smoothing:antialiased;}

a{color:#9384EF;text-decoration:none;}
a:hover{color:#E1CB87;}
.column-clear{ clear:both;}
.title-page{font-size:40px;margin:50px 0px 60px 0px;color:#151515;}
.goto{float:right;width:130px;margin:-80px 30px 0px 0px;}

/**** PORTFOLIO STYLES*****/
.portfolio-categ{margin:0px;padding:0px;margin-bottom:30px;text-align: center;}
.portfolio-categ li{list-style:none;float:left;margin-right:10px;margin-bottom: 25px;}
.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{float: left;overflow: hidden;}
.home-portfolio-text{margin-top:10px;}
li.active a{ 
	color: #4b422c;
    font-weight: bolder;
    background-color: #9384EF;
    border-radius: 4px;
    color: #fff;
    font-weight: bolder;
    padding-bottom: 7px;
    padding: 10px;
}
/**** END PORTFOLIO STYLES*****/

