.project {
	text-align: left;	
}

.project-title {
	margin-bottom: 15px;
	font-size: 30px;
	letter-spacing: 1.6px;
	line-height: 36px;
	font-weight: bold;
}

input.project-title {
	height: 50px;
	margin-bottom: 0;
}

.project-description {
	/*line-height: 27px;*/
}

@media (max-width:767px) {
	.project-title {
		margin-bottom: 5px;
		font-size: 22px;
		line-height: 30px;
	}
	.project-description {
		font-size: 14px;
		/*line-height: 23px;*/
	}
}

@media (max-width:365px) {
	.project-title {
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 29px;
	}
	.project-description {
		font-size: 13px;
		line-height: 22px;
	}
}

@media (min-width: 1000px) {
	.architekti-home .projects .project-description {
		max-width: 75%;
		margin: 0 auto;
	}
}
@media (min-width: 1250px) {
	.architekti-home .projects .project-description {
		max-width: 50%;
	}
}
@media (min-width: 1500px) {
	.architekti-home .projects .project-description {
		max-width: 60%;
	}
}

.project-admin-details {
	opacity: 0.7;
	font-size: 13px;
}

@media(max-width:1000px) {
	.project-admin-details {
		font-size: 80%;
	}	
}

.project-photo {
	position: relative;
	margin-bottom: 6px;
	padding-left: 0;
	padding-right: 0;
}

.architekti-home .project-image > .project-photo {
	margin-bottom: 0;
}

.architekti-home .project-image {
	margin-bottom: 23px;
}

.photo-options {
	position: absolute;
	left: 0;
	top: 0;
/*	margin-top: -80px;
	text-align: right;
	margin-bottom: 55px;
	margin-right: 5px;
*/	
	z-index: 99;
	height: 0;
	width: 100%;
/*	transition: 0.2s all;*/
	padding-left: 15px;
} 

.project-photo-options {
	padding-left: 0;
}

.photo-options .badge {
	font-size: 17px;
	padding: 6px 0px 7px 1px;
	width: 32px;
	border-radius: 20px;
	margin: 10px 5px 0 -2px;
	display: block;
	float:left
}

.photo-option-arrows {
	float: left;
	margin: 11px 0px;
}

.photo-options.overlay {
	height: 100%;
	background: rgba(255,255,255,0.45);
	transition: 0.3s all;
}

.photo-option-delete-btn {
	margin: 10px;
	float: left;
}

.photo-option-error,
.photo-option-warning,
.photo-option-info,
.photo-option-resolution {
    margin: 10px 10px 0px 1px;
    float: right;
    background-color: #ffc107;
    color: black;
    padding: 4px 10px 4px 11px;
    border-radius: 10px;
    font-size: 12px;
    opacity: 0.7;
}

.photo-option-error {
	background-color: #ff3000;
    color: white;
}

.photo-option-info,
.photo-option-resolution:not(.large) {
	background-color: #888a;
	color: #fff;
	font-weight: bold;
	opacity: 1;
}

.photo-option-warning:hover {
	opacity: 1;
}

.photo-option-set-main {
    margin: 11px 3px;
    float: left;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
    opacity: 0.9;
}


.photo-overlay {
  background: /*rgba(255,255,255,0.8)*/ transparent;
  width: 280px;
  border-radius: 150px;
  padding: 30px;
  text-align: center;
  font-weight: bold;
  margin: 75px auto 20px auto;
  font-size: 55px;
  height: 250px;
	color: gray;
	line-height: 1.2;
	display: none;
}

@media (max-width:767px) {
	.photo-overlay {
		width: 150px;
		border-radius: 150px;
		padding: 15px;
		margin: 10px auto;
		font-size: 30px;
		height: 140px;
		margin-top: 5px;
		
	}
}

.project-photo.youtube iframe {
	min-width: 100% !important;
	min-height: 700px !important;
}

.project-detail {
	margin-top: 20px;
}

@media (min-width: 1300px) {
	.project-detail {
		margin-top: 35px;
	}
}

.project-detail .project-description {
	margin-bottom: 15px;
}

.project-edit {
	margin-top: 15px;
}

.project-attributes {
	font-size: 13px;
	letter-spacing: 0.8px;
	line-height: 22px;
}

.project-attributes span {
	color: rgb(175,175,175);
}

@media (min-width:992px) {
/*
	.project-photo.vertical-left {
		padding-right: 3px;
		padding-left: 0;
	}

	.project-photo.vertical-right {
		padding-left: 3px;
		padding-right: 0;//15px;
	}
*/
	.slideshow-frame, 
	.slideshow-placeholder {
		padding-right: 21px !important;
	}
	.project-photo, 
	.post .slideshow-frame, 
	.post .slideshow-placeholder,
	.post-photo-thumbs {
		padding-right: 6px !important;
	}
	.photo-option-error, .photo-option-warning, .photo-option-info, .photo-option-resolution{
		margin-right: 16px;
	}
	.photo-option-download-btn {
		right: 11px!important;
	}
}

.postp {
	margin-left: 23px;
}