

.text-content {
	margin-top: 25px;
}

.header-background {
	height: 550px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-round-normal_1.jpg');
	background-size: 1840px 550px;
}

#header .circle {
	position: relative;
	top: 95px;
	right: 100px;
	width:350px;
	height:350px;
	border-radius:350px;
	color:#fff;
	background-color:#000000;
}

#header .circle-text-holder {
	margin-right: 25px;
	position: absolute;
	left: 30px;
	top: 125px;
}

#header .circle-text-holder.override {
	top: 145px;
}

#header .circle-title {
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 2em;
	font-weight: bolder;
	line-height: 1em;
}

#header .circle-title-override {
	font-size: 2.2em;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	line-height: 1em;
}


#header .circle-type {
	margin-top: 0.5em;
	color: #C4CF00;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
}

#header .circle-sub-title {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

#header .white-circle {
	position: relative;
	top: 5px;
	left: 297px;
	width:50px;
	height:50px;
	border-radius:50px;
	color:#fff;
	background-color: #ffffff;
}

.white-circle-icon-iphone {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-iphone.png');
}

.white-circle-icon-gear {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-gear.png');
}

.white-circle-icon-twitter {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-twitter.png');
}

.white-circle-icon-scissors {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-scissors.png');
}



@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.header-background {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-round-large_1.jpg');
	}
	.white-circle-icon-iphone {
		background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-iphone@2x.png');
	}

	.white-circle-icon-gear {
		background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-gear@2x.png');
	}

	.white-circle-icon-twitter {
		background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-twitter@2x.png');
	}

	.white-circle-icon-scissors {
		background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-scissors@2x.png');
	}
}

@media (max-width: 980px) {
	#header .circle {
		right: 10px;
	}
}

@media (max-width: 767px) {
	.header-background {
		background-size: 920px 275px;
		height: 275px;
		margin-right: -20px;
		margin-left: -20px;
	}

	p.body-text {
		margin-top: 35px;
	}

	#header .circle {
		top: 50px;
		right: 50px;
		width:175px;
		height:175px;
		border-radius:175px;
	}

	#header .white-circle {
		width: 25px;
		height: 25px;
		top: 0;
		left: 145px;
	}

	#header .circle-text-holder {
		top: 45px;
	}

	#header .circle-text-holder.override {
		top: 65px;
	}

	#header .circle-title {
		font-size: 1.5em;
	}

	#header .circle-title-override {
		font-size: 1em;
		line-height: 1.2em;
		font-weight: bolder;
	}


	#header .circle-type {
		font-size: 0.7em;
		line-height: 1em;
	}

	#header .circle-sub-title {
		width: 130px;
		margin-top: 0.5em;
		font-size: 0.8em;
		line-height:1.1em;
		font-weight: bolder;
	}

}
@media (max-width: 480px) {
	.header-background {
		background-size: 920px 275px;
		height: 275px;
	}
}

@media (max-width: 320px) {

	body .header-background {
		background-size: 613px 183px;
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-round-small_1.jpg');
		height: 183px;
	}

	#header .circle {
		top: 30px;
		right: 5px;
		width:120px;
		height:120px;
		border-radius:120px;
	}

	#header .white-circle {
		width: 25px;
		height: 25px;
		top: 0;
		left: 95px;
	}

	#header .circle-text-holder {
		width: 90px;
		top: 40px;
		left: 15px;
	}

	#header .circle-text-holder.override {
		top: 40px;
		left: 20px;
	}

	#header .circle-title {
		display: none;
	}

	#header .circle-title-override {
		display: inline-block;
		font-size: 0.9em;
		font-weight: normal;
	}


	#header .circle-type {
		font-size: 0.7em;
		line-height: 1.1em;
	}

	#header .circle-sub-title {
		width: 100px;
		font-weight: normal;
		font-size: 0.6em;
		line-height:1.1em;
	}

}




.portfolio-image-99 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/biebhelmond-header-small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-99 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-99 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/biebhelmond-header-large.jpg');
		background-size: cover;
	}
}


.portfolio-image-90 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/petmoji-header-small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-90 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-90 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/petmoji-header-large.jpg');
		background-size: cover;
	}
}


.portfolio-image-87 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/muzelinck_small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-87 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-87 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/muzelinck_large.jpg');
		background-size: cover;
	}
}


.portfolio-image-85 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/kiesvoorbrabant_small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-85 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-85 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/kiesvoorbrabant_large.jpg');
		background-size: cover;
	}
}


.portfolio-image-81 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/drinkfinity_small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-81 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-81 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/drinkfinity_large.jpg');
		background-size: cover;
	}
}


.portfolio-image-83 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/bigeyes_small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-83 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-83 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/bigeyes_large.jpg');
		background-size: cover;
	}
}


.portfolio-image-71 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-hubnetwork-small_3.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-71 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-71 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-hubnetwork-large_3.jpg');
		background-size: cover;
	}
}


.portfolio-image-68 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-kunstkwartier-small_2.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-68 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-68 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-kunstkwartier-large_2.jpg');
		background-size: cover;
	}
}


.portfolio-image-79 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/coachella_header_small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-79 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-79 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/coachella_header_big.jpg');
		background-size: cover;
	}
}


.portfolio-image-55 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-cultuur-contact-small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-55 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-55 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-cultuur-contact-large.jpg');
		background-size: cover;
	}
}


.portfolio-image-59 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-fotowedstrijd-small_1.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-59 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-59 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-koningspaar-large_1.jpg');
		background-size: cover;
	}
}


.portfolio-image-64 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-biehp-small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-64 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-64 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-biehp-large.jpg');
		background-size: cover;
	}
}


.portfolio-image-17 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-lakei-small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-17 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-17 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-lakei-large.jpg');
		background-size: cover;
	}
}


.portfolio-image-42 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-schaerweijde-small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-42 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-42 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-schaerweijde-large.jpg');
		background-size: cover;
	}
}


.portfolio-image-9 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-kinki-small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-9 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-9 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-kinki-large.jpg');
		background-size: cover;
	}
}


.portfolio-image-26 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-contraband-small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-26 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-26 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-contraband-large.jpg');
		background-size: cover;
	}
}


.portfolio-image-22 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-lenze-small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-22 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-22 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-lenze-large.jpg');
		background-size: cover;
	}
}


.portfolio-image-32 {
	width: 100%;
	height: 250px;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/cirque-header-small.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 37% 65%;
	max-width: 100%;
	-ms-behavior: url(//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/htc/backgroundsize.min.htc);
}

.project-description-32 {
}

@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-image-32 {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/cirque-header-large.jpg');
		background-size: cover;
	}
}



.project-description .client {
	color: #999999;
	float:right;
}

.project-description a.visit-project {
	color: #999;
	font-weight: bolder;
}

.portfolio-row h3 a {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #C4CF00;
}

.portfolio-row .white-circle {
	position: relative;
	float: right;
	margin: 15px;
	width:50px;
	height:50px;
	border-radius:50px;
	color:#fff;
	background-color: #ffffff;
}

.project-description {
	padding: 25px;
}

.description-row {
	padding: 25px;
	background-color: #f2f2f2;
}

.description-row a {
	display: inline-block;
}

.portfolio-row {
	margin-top: 50px;
	margin-bottom:50px;
}

.portfolio-row h3 {
	margin-bottom: 0;
}

.row-bg {
	background-color: #fbfbfb;
}


.portfolio-row img {
	visibility: hidden;
}

@media (max-width: 768px) {

	.description-row {
		margin-top: 2em;
		margin-left: -20px;
		margin-right: -20px;
		padding: 0;
	}

	.portfolio-row {
		margin-top: 10px;
		margin-bottom:10px;
	}
}

@media (max-width: 320px) {

	.description-row {
		margin-top: 2em;
		margin-left: -20px;
		margin-right: -20px;
		padding: 0;
	}

	.portfolio-row {
		margin-top: 10px;
		margin-bottom:10px;
	}
}