@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Yekan;
	src: url(../fonts/Yekan.eot);
	src: url(../fonts/Yekan.eot?#iefix) format("embedded-opentype"), 
	url(../fonts/Yekan.woff) format("woff"), 
	url(../fonts/Yekan.ttf) format("truetype"), 
	url(../fonts/Yekan.svg#BYekan) format("svg");
	font-weight: normal;
	font-style: normal
}

/* Main */

.project,
.project * {
	box-sizing:border-box;	
	-moz-box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	font-family: Yekan;
	font-size:15px;	
}

.project a {
	text-decoration:none !important;
	border-bottom:0 !important; 	
}

/* Grid */

[class*='col-'] {
  float: right;
}

.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.3333333%;
}

.col-2-3 {
  width: 66.66666666666667%;
}

.col-1-4 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid {
	margin-right:-10px;	
	margin-left:-10px;	
}

*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*='col-'] {
	padding-right: 10px;
	padding-left:10px;
}

.grid-pad {
  padding: 10px 0 10px 10px;
}

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 10px;
}

.project-filter {
	float:right;
	width:100%;
	margin-bottom:30px;	
}

.project-filter li {
	list-style:none;
	float:right;
	margin-left:20px;	
}

.projects-item {
	margin-bottom:20px;
	float:right;
}

.projects-item-image {
	float:right;
	width:100%;
	height:auto;
	position:relative;
}

.projects-item-image img {
	float:right;
	width:100%;
	height:auto;
	max-width:100%;	
}

.project-item-overlay {
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.projects-item:hover .project-item-overlay {
	opacity:1;
	visibility:visible;	
}

.project-item-overlay-link {
	background:#592968;
	color:#fff;
	text-align:center;
	height:50px;
	width:50px;
	line-height:50px;
	display:inline-block;
	border-radius:50px;
	position:absolute;
	top:50%;
	right:50%;
	margin-top:-25px;
	margin-right:-25px;	
}

.projects-item-title {
	text-align:center;
	margin-top:5px;
	float:right;
	width:100%;	
}

/* Project Detail */

.project-detail {
	text-align:justify;
}	

.project-detail i {
	margin-left:5px;
}	

.project-description {
	margin-bottom:40px;	
}

.project-content {
	margin-top:40px;
	float:right;
	width:100%;	
}

.project-detail-item {
	padding:10px 0;
	border-bottom:1px solid #ddd;
}

.project-detail-item i {
	color:#999;	
}

.project-website {
	margin-bottom:10px;	
}

.project-website a {
	background:#318ce7;
	border-radius:4px;
	display:block !important;
	color:#fff !important;
	text-align:center;
	height:40px;
	line-height:40px;	
}

.project-website a:hover {
	color:#fff;
}

.post-like {
	height:40px;
	display:block;
	background:#e64b3c;
	line-height:40px;
	color:#fff;
	text-align:center;
	border-radius:4px;
}

.post-like a {
	display:block;
	color:#fff;
}	

.post-like.post-like a:hover {
	color:#fff;	
}

.project-gallery {
	margin-top:-20px;	
}

.project-gallery-item {
	 margin-top:20px;	
}

.project-gallery-item img {
	border-radius:4px;
	width:100%;
	max-width:100%;
	height:auto;
	float:right;	
}

#project-gallery-slideshow {
	margin-bottom:10px;	
}

.project-gallery-slideshow-item img {
	border-radius:4px;	
}

/* Widget */

.project-widget-list {
	margin-top:-20px;	
}

.project-widget-list-item {
	margin-top:20px;
	display:block;
}

.project-widget-list-item img {
	float:right;
	width:70px;
	height:70px;
	border-radius:4px;
	margin-left:10px;	
}

.project-widget-list-item span {
	margin-left:20px;
	font-size:12px;
	color:#999;	
}

.project-widget-list-item span i {
	margin-left:3px;
}	

.project-widget-title {
	margin-bottom:10px;
	display:inline-block;	
}







