.project-header {
	position: relative;
}

.project-header h1 span {
	display: block;
	font-size: 30px;
	line-height: 1em;
}

.project-header .inner-content {
	margin: 0 auto;
	padding: 10% 0 220px;
	width: 80%;
}

@media only screen and (min-width: 1600px) {
	.project-header .inner-content {
		width: 70%;
	}
}

@media only screen and (max-width: 1100px) {
	.project-header .inner-content {
		width: 75%;
	}
}

@media only screen and (max-width: 992px) {
	.project-header .inner-content {
		left: auto;
		margin: 0 auto;
		padding: 100px 0;
		position: relative;
		top: auto;
		-webkit-transform: none;
		transform: none;
		width: 72%;
	}
}

@media only screen and (max-width: 680px) {
	.project-header .inner-content {
		padding: 25px 0;
	}
}

@media only screen and (max-width: 600px) {
	.project-header .inner-content {
		padding: 105px 0 60px;
		width: 85%;
	}
}

.project-header .left-img.aos-animate {
	opacity: 0.4 !important;
}

.project-header .box-content h2 {
	font-size: 38px;
}

.project-header .box-content ul {
	padding-left: 20px;
}

.project-header .box-content li {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 300;
	list-style-type: square;
	margin: 10px 0 0 0;
}

.mockup-section {
	padding: 20px 0 160px;
}

@media only screen and (max-width: 992px) {
	.mockup-section {
		padding: 0 0 60px;
	}
}

@media only screen and (max-width: 600px) {
	.mockup-section {
		padding: 0 0 30px;
	}
}

.mockup-section .full-col {
	margin: 0 auto;
	padding: 140px 0 0;
	width: 80%;
}

@media only screen and (min-width: 1600px) {
	.mockup-section .full-col {
		width: 70%;
	}
}


@media only screen and (max-width: 1100px) {
	.mockup-section .full-col {
		width: 75%;
	}
}

@media only screen and (max-width: 992px) {
	.mockup-section .full-col {
		padding: 80px 0 0;
		width: 72%;
	}

	.mockup-section .full-col:first-child {
		padding: 90px 0 0;
	}
}

@media only screen and (max-width: 600px) {
	.mockup-section .full-col {
		padding: 30px 0 0;
		width: 85%;
	}

	.mockup-section .full-col:first-child {
		padding: 60px 0 0;
	}
}

.mockup-section .full-col img {
	margin-bottom: 30px;
	width: 100%;
}

.mockup-section .full-col .left-col {
	float: left;
	width: 47%;
}

@media only screen and (max-width: 992px) {
	.mockup-section .full-col .left-col {
		width: 100%;
	}
}

.mockup-section .full-col .right-col {
	float: right;
	width: 47%;
}

@media only screen and (max-width: 992px) {
	.mockup-section .full-col .right-col {
		width: 100%;
	}
}

.mockup-section p {
	margin-bottom: 50px;
}

.mockup-section p .btn {
	margin-bottom: 50px;
	margin-top: 30px;
	width: 100%;
}

.mockup-section .full-col .double-img img:nth-child(1) {
	float: left;
	width: 47%;
}

.mockup-section .full-col .double-img img:nth-child(2) {
	float: right;
	width: 47%;
}

@media only screen and (max-width: 600px) {
	.mockup-section .full-col .double-img img:nth-child(1), 
	.mockup-section .full-col .double-img img:nth-child(2) {
		float: none;
		display: block;
		width: 100%;
	}
}

.page-links .link {
	float: left;
	width: 50%;
}

@media only screen and (max-width: 992px) {
	.page-links .link {
		width: 100%;
	}
}

.page-links .link span {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	float: right;
	font-size: 26px;
	font-weight: bold;
	opacity: 1;
	position: relative;
	text-align: right;
	-webkit-transition: opacity 0.3;
	transition: opacity 0.3s;
	z-index: 2;
}

.page-links .link:hover span {
	/*opacity: 0;*/
}

.page-links .next-link {
	display: inline-block;
	float: left;
	margin: 30px 0 30px 10%;
	padding: 38px 20px 38px 50px;
	position: relative;
	width: 63px;
}

@media only screen and (max-width: 600px) {
	.page-links .next-link {
		margin: 30px 0 30px 10%;
		padding: 18px 16px 18px 25px;
		width: 45px;
	}
}

.page-links .bg-next-link {
	background-size: cover;
	background-position: center center;
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.3;
	transition: opacity 0.3s;
	top: 0;
	width: 100%;
	z-index: 0;
}

.page-links .link:hover .next-link .bg-next-link {
	opacity: 0.5;
}

.page-links h1 {
	display: block;
	float: left;
	font-size: 65px;
	line-height: 1.6em;
	margin-left: -12px;
	margin-top: 51px;
	width: 56%;
}

@media only screen and (max-width: 1100px) {
	.page-links h1 {
		font-size: 50px;
		margin-top: 56px;
	}
}

@media only screen and (max-width: 992px) {
	.page-links h1 {
		margin-top: 51px;
	}
}

@media only screen and (max-width: 680px) {
	.page-links h1 {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 600px) {
	.page-links h1 {
		font-size: 41px;
		margin-left: -10px;
		margin-top: 38px;
	}
}

.page-links h1:after {
	background-color: #fff;
	bottom: 5px;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.page-links h1:after {
		bottom: -1px;
	}
}