/* RESET STYLES */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
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 }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }

/* END RESET STYLES */


html{-webkit-font-smoothing:antialiased;}

.column-clear{ clear:both;}
.portfolio-container div { position:relative; } 
.portfolio-content, .portfolio-area{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 STYLES*****/
.portfolio-categ{
	margin-top:50px;
	padding:20px; 
	text-align:center; 
	background-color:#333;
	}
.portfolio-categ li{
	display:inline;
	padding:5px 10px; 
	text-transform:uppercase; 
	font-weight:700; 
	background-color:transparent;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	}
.portfolio-categ li a{ 
	font-family:"Oswald",sans-serif; 
	font-size:15px; 
	color:#fff; 
	text-decoration:none;
	padding:5px 10px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	}
.portfolio-categ li:hover{
    background-color: #febf10;
}
.portfolio-categ li.active {
    background-color: #febf10;
	}

.image-block{ display:block;position: relative;}
.image-block img{border: 5px solid #6f6e50; border-radius: 50%; height:105px; width:105px;}

.portfolio-area li{float: left;margin: 0px;overflow: hidden; width:100%;}
.home-portfolio-text{margin-top:10px; text-align:center;}

/**** END PORTFOLIO STYLES*****/
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.container{
	width:100%;
	}