
html{
	background:#fff;
}
body{
	font-family: 'Roboto', 'sans-serif';
}



.project{
	margin-top: 12px;
	text-align:center;
}
.project h3{
	letter-spacing: 1px;
	font-family: 'Roboto', 'sans-serif';
	font-size:37px;
	font-weight:400;
	color:#2f2f2f;
}
.project h4{
	margin-left: -5px;
	font-family: 'Roboto', 'sans-serif';
	font-size:20px;
	font-weight:300;
	color:#000;
}
.project p{
	font-family: 'Roboto', 'sans-serif';
	font-size:13px;
	font-weight:300;
	margin-top: 16px;
	line-height: 23px;
	color:#666666;
}


 #filter {
	margin-bottom: 10px !important;
	margin-left: -37px !important;
	margin-top: 37px !important;
	display: inline-block !important;
}
#filter  li{
	margin-bottom: 10px !important;
	margin-right: 10px !important;
	margin-left:80px;
	border-radius:0!important;
	background:none!important;
	padding:0!important;
	box-shadow: none!important;
	padding-right: 0!important;
	padding-left: 0!important;
	padding-top:0!important;


	float:left;
	list-style:none;
}
#filter  li:last-child{
	margin-right: 0;
}
#filter li a{
	text-decoration:none;
	color:#000;
	font-size: 13px;
	text-align:center;
	font-family: 'Roboto', 'sans-serif';
	/*font-weight: 500;*/
	
	//margin-bottom: 5px;
	//margin-right: 10px;
	
	padding:1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-top:1px;
}
#filter li a:hover{
	cursor:pointer;
	background:#fff546;
	//color:#fff;
	padding: 5px;
}
#filter .current{
	background:#fff546;
	padding: 5px;
}



.picsGall{
	max-width: 100%; 
	height: auto;
}
 .pretty .img-responsive{
	transition-duration: 0.5s;
 }

.pretty .gall a:hover .img-responsive{
	opacity:0.45;
	transition-duration: 0.5s;
}

.pretty .plS{
	display: block;
}
.view h4{
	margin-bottom: 2px;
	text-align:left;
	//margin-left: -14px;
	margin-top: 2px;
	font-size:12px;
}
.view a{
	text-decoration:none;
	color:#2f2f2f;
	font-size: 16px;
	text-align:left;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 500;
}
.view li{
	display:inline-block;
	height:5px;
	background:none;
	text-decoration:none;
	color:#ffec00;
	font-size: 16px;
	text-align:left;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 500;
}
.view a:hover{
	color:#fff546;
}
.view ul{
	display:block !important;
	margin-top: 7px;
	margin-bottom:25px;
	text-align: center;
	padding-left: 0;
}
.view ul i{
	margin-right: 5px;
	font-style:normal;
	display:inline-block;
	font-family: FontAwesome;
	font-size:13px;
	color:#a9a9a9;
}
.view ul li{
	margin-right: 12px;
	text-align:center;
	display: inline-block;
	background: none;
	box-shadow: none;
	list-style:none;
}
#filter{
	display: inline-block;
	margin-top: 45px;
}

.view ul a:hover , .view ul a:hover i{
	color:#fff546;
}
.view ul a{
	display:inline-block;
	color:#a9a9a9;
	font-size: 13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
}

/*responsive*/
@media screen and (max-width: 1190px){
	.horL {
		display:none;
	}

}


@media screen and (max-width: 991px){
	
}


#filter li a.selected {
	cursor:pointer;
	background:#fff546;
	color:#000;
	padding:5px;
}

#projects .columns1 .project {
	width:100%;
}






