.project-detail-header {
	text-align: center;
	padding-top: 50px;
}
.project-detail-header img, .project-detail-body .project-detail-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.project-detail-body{
	position: relative;
}

.project-detail-body * {
	font-family: "LatoRegular", serif;
}

.project-detail-body h1 {
	font-weight: 100;
	font-size: 28px;
}
.project-detail-body p {
	font-size: 18px;
	margin: 0 -5px;
	line-height: 27px;
}

.project-detail-body > .row{
	margin-bottom: 70px;
}
.project-detail-body > .row.low-margin{
	margin-bottom: 10px;
}
/*.project-detail-body > .row:first-child {*/
	/*margin-top: 70px;*/
/*}*/
.project-detail-body > div.project-detail-count:nth-child(odd) {
	margin-top: -70px;
}
.project-detail-body > .row:last-child {
	margin-bottom: 0;
}

.project-detail-body .project-detail-image{
	padding-top: 155px;
	padding-bottom: 155px;
	background-color: #f8f7f2;
}

.project-detail-body .project-detail-task p.task {
	font-size: 25px;
	font-weight: 600;
}
.project-detail-body .project-detail-task>div:last-child p{
	text-align: justify;
}
.project-detail-body .project-detail-task p.list {
	text-align: left !important;
}
.project-detail-body p:first-child {
	margin-bottom: 15px;
}

.project-detail-body .project-detail-count>div:first-child {
	text-align: center;
}
.project-detail-body .project-detail-count>div:first-child .number {
	display: inline-block;
	height: 80px;
	width: 80px;
	border: 1px solid #000;
	position: relative;
	border-radius: 10px;
}
.project-detail-body .project-detail-count>div:first-child .number span {
	font-size: 45px;
	font-family: "LatoLight", serif;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: 0;
}
.project-detail-body .project-detail-count>div:first-child .number p {
	font-size: 45px;
	font-family: "LatoLight", serif;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.project-detail-body .project-detail-count>div:first-child p {
	font-family: "LatoLight", serif;
	font-size: 15px;
	margin-top: 10px;
	line-height: inherit;
}
.project-detail-body .project-detail-count>div:last-child p {
	text-align: justify;
}

.project-detail-body a.show-site {
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #333;
	border-radius: 40px;
	color: #333;
	text-transform: uppercase;
	margin-top: 30px;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: 0.5s;
}
.project-detail-body a.show-site:hover {
	background-color: rgba(51, 51, 51, 0.15);
	cursor: pointer;
}


@media (max-width: 930px) {

	.project-detail-body .project-detail-image{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.project-detail-body p{
		margin: 0 10px;
	}
	.project-detail-header img {
		padding: 0 50px;
	}
	.project-detail-body .project-detail-task p.task {
		display: none;
		font-size: 30px;
		text-align: center;
	}
	.project-detail-body .project-detail-count>div:first-child p{
		font-size: 20px;
		margin-bottom: 20px;
	}

}


/* NEW STYLES */

.portfolio_project-header--full {
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}
.project-detail-body .project-previous, .project-detail-body .project-next{
	text-decoration: none;
	color: #b2b2b2;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.project-previous {
	position: absolute;
	left: 20px;
	top: 160px;
}
.project-previous i, .project-next i {
	display: inline-block;
	width: 30px;
	height: 22px;
	margin-bottom: -6px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
}
.project-previous:hover, .project-next:hover{
	color: #7a7c9b;
	opacity: 1;
}

.project-previous i{
	background-image: url('/local/templates/plan-b/img/icons/left.png');
	margin-right: 5px;
}
.project-previous:hover i{
	margin-right: 8px;
}

.project-next i{
	background-image: url('/local/templates/plan-b/img/icons/right.png');
	margin-left: 5px;
}
.project-next:hover i{
	color: #9b9b9b;
	margin-left: 8px;
}

.project-next{
	position: absolute;
	top: 160px;
	right: 20px;
}

@media (max-width: 400px) {
	.project-previous i, .project-next i{
		display: none;
	}
}

@media (max-width: 768px) {
    .project-previous, .project-next{
		top: 40px;
		left: inherit;
		right: inherit;
		bottom: inherit;
        position: relative;
		display: inline-block;
    }
}

/* 25.04.2017 - Аэропорт жуковского */

.title-main-page-portfolio {
	margin-bottom: 55px;
	text-align: center;
}

.title-main-page-portfolio h1 {
	line-height: 40px;
	font-size: 28px;
	margin-bottom: 25px;
}

.title-main-page-portfolio p {
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}

.block-text-with-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px 0;
}

.block-text-with-title .block-title {
	min-width: 220px;
	max-width: 220px;
	padding-right: 30px;
}

.block-text-with-title .block-text p {
	margin: 0;
}

.block-text-with-title .block-title h2 {
	margin: 0;
}

.block-text-with-title .block-text img {
	display: block;
	max-width: 100%;
	min-width: 100%;
	margin-bottom: 35px;
}

.block-with-button {
	text-align: center;
}

.block-with-button button , .block-with-button a {
	display: inline-block;
	margin: auto;
	background: none;
	border-radius: 999px;
	border: 1px solid #333333;
	color: #333333;
	font: 14px "LatoBold";
	font-weight: 500;
	text-transform: uppercase;
	padding: 16px 40px;
	text-align: center;
	transition: .3s;
}

.block-with-button button:hover , .block-with-button a:hover {
	background: #000;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.block-text-with-title {
		flex-direction: column;
	}

	.block-text-with-title .block-title {
		margin-bottom: 35px;
	}

	.block-text-with-title div {
		width: 100%;
	}

	.title-main-page-portfolio h1, .title-main-page-portfolio h1 b {
		font-size: 22px !important;
		line-height: normal;
	}

	.title-main-page-portfolio p br , .title-main-page-portfolio h1 br {
		display: none;
	}

	.block-with-button button, .block-with-button a {
		font-size: 12px;
		font-weight: 400;
		padding: 20px;
	}
}

/* NEW STYLES */

.portfolio_project-header--full {
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}
.project-detail-body .project-previous, .project-detail-body .project-next{
	text-decoration: none;
	color: #b2b2b2;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.project-previous {
	position: absolute;
	left: 20px;
	top: 160px;
}
.project-previous i, .project-next i {
	display: inline-block;
	width: 30px;
	height: 22px;
	margin-bottom: -6px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
}
.project-previous:hover, .project-next:hover{
	color: #7a7c9b;
	opacity: 1;
}

.project-previous i{
	background-image: url('/local/templates/plan-b/img/icons/left.png');
	margin-right: 5px;
}
.project-previous:hover i{
	margin-right: 8px;
}

.project-next i{
	background-image: url('/local/templates/plan-b/img/icons/right.png');
	margin-left: 5px;
}
.project-next:hover i{
	color: #9b9b9b;
	margin-left: 8px;
}

.project-next{
	position: absolute;
	top: 160px;
	right: 20px;
}

@media (max-width: 400px) {
	.project-previous i, .project-next i{
		display: none;
	}
}

@media (max-width: 768px) {
	.project-previous, .project-next{
		top: 40px;
		left: inherit;
		right: inherit;
		bottom: inherit;
		position: relative;
		display: inline-block;
	}
}