@charset "ISO-8859-9";
/* CSS Document */

@font-face {
    font-family: 'Bitstream Vera Sans';
    src: url('../font/BitstreamVeraSans-Roman.eot');
    src: url('../font/BitstreamVeraSans-Roman.eot?#iefix') format('embedded-opentype'),
        url('../font/BitstreamVeraSans-Roman.woff2') format('woff2'),
        url('../font/BitstreamVeraSans-Roman.woff') format('woff'),
        url('../font/BitstreamVeraSans-Roman.ttf') format('truetype'),
        url('../font/BitstreamVeraSans-Roman.svg#BitstreamVeraSans-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html,body {
	border: none;
	font-family:'Bitstream Vera Sans';
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}


body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: scroll;
	overflow-x: hidden!important
}

@media (max-width: 720px) {
		#nav {display: none!important}
		#side-nav-open {position: relative; top: 10px; display: block!important}
		#social-side-open {position: relative; top: 10px; display: block!important}
		#indicator-container {display: none!important}
		#header {height: 70px!important}
		#logo {width: 35.5px!important}
		#logo {height: 84px!important}
		#logo {margin-left: -17.25px!important}
		.content-align {margin-left: 0px!important}
		#threedindex {margin-top: 100px!important}
		.DDDprojects span {padding-left: 0px!important; padding-right: 10px!important; min-width: 83px!important; width: 89px!important; max-width: 95px!important}
		.DDDprojects {padding-left: 0px!important; max-width: 101px!important}
		.DDDgallery {padding-left: 112px!important; min-width: calc(100% - 112px)!important; padding-right: 0px!important}
		.photothumbs {width: 100%!important; margin-left: 0px!important}
}

@media (max-width: 1000px) {
		#nav {height: 70px!important}
		#nav {top: -20px!important}
		.nav-3d {width: 30px!important}
		.nav-3d {height: 30px!important}
		.nav-photo {width: 40px!important}
		.nav-photo {height: 40px!important}
		.nav-about {width: 30px!important}
		.nav-about {height: 30px!important}
		.nav-links {width: 40px!important}
		.nav-links {height: 30px!important}
		#header {height: 70px!important}
		#logo {width: 50.7px!important}
		#logo {height: 120px!important}
		#logo {margin-left: -25.35px!important}
		.content-align {margin: 140px auto 20px!important}
        .slider-align {margin-top: 70px!important}
		#threedindex {margin-top: 100px!important}
		#indicator-container {position: absolute!important; left: 8px!important; top: 68px!important}
		#photo-indicator {position: relative;  left: 53px!important}
		#about-indicator {position: relative;  left: 107px!important}
		#links-indicator {position: relative;  left: 154px!important}
}

/* SIDE NAV */

#side-menu {
	display: none;
	list-style: none;
}

#side-nav {
	display: none;
	position: fixed; top: 0px; left: 0px; bottom: 0px;
	height: 100%;
	width: 50px;
	background-color: #ffffff;
	box-shadow: 5px 0px 5px 0px #333;
	z-index: 7;
	padding: 0px;
	font-weight: 900;
	text-align: justify;
}

#side-nav-open {display: none; width: 50px; height: 50px}

#side-nav-close {display: none; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #000; opacity: 0.25; z-index: 6; width: 100vw; height: 100vh;}

.nav-3d-side {
	background-image: url('../img/3d.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
}

.nav-3d-side:hover {
	background-image: url('../img/3d-h.svg');
}

.nav-photo-side {
	background-image: url('../img/photo.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 10px;
	margin-top: 15px;
}

.nav-photo-side:hover {
	background-image: url('../img/photo-h.svg');
}

.nav-about-side {
	background-image: url('../img/about.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 10px;
	margin-top: 25px;
}

.nav-about-side:hover {
	background-image: url('../img/about-h.svg');
}

.nav-links-side {
	background-image: url('../img/link.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 10px;
	margin-top: 25px;
}

.nav-links-side:hover {
	background-image: url('../img/link-h.svg');
}

/* SIDE NAV */




/* SOCIAL SIDE NAV */

#social-side-close {display: none; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #000; opacity: 0.25; z-index: 6; width: 100vw; height: 100vh;}

#social-media-side {
	position: fixed; top: 0px; right: 0px; bottom: 0px;
	display: none;
	height: 100%;
	width: 50px;
	box-shadow: -5px 0px 5px 0px #333;
	background-color: #fff;
	z-index: 7;
	padding: 0px;
}

#social-side-open {
	float: right;
	display: none;
	width: 50px;
	height: 50px;
	background-image: url('../img/social.svg');
	background-size: 28px 26px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.social-back {
	display: block;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	font-family: arial;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}

.social-back:hover {color: #a90202;}

.facebook-side {
	background-image: url('../img/facebook.svg');
	width: 50px;
	height: 50px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 28px;
}
.facebook-side:hover {
	background-image: url('../img/facebook-h.svg');
}
		
.linkedin-side {
	background-image: url('../img/linkedin.svg');
	width: 50px;
	height: 50px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 27px 26px;
}
.linkedin-side:hover {
	background-image: url('../img/linkedin-h.svg');
}

.deviantart-side {
	background-image: url('../img/deviantart.svg');
	width: 50px;
	height: 50px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px 25px;
}
.deviantart-side:hover {
	background-image: url('../img/deviantart-h.svg');
}

.instagram-side {
	background-image: url('../img/instagram.svg');
	width: 50px;
	height: 50px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
}
.instagram-side:hover {
	background-image: url('../img/instagram-h.svg');
}

.behance-side {
	background-image: url('../img/behance.svg');
	width: 50px;
	height: 50px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35px 25px;
}
.behance-side:hover {
	background-image: url('../img/behance-h.svg');
}

/* SOCIAL SIDE NAV */






/* MAIN NAV */

#header {
	background-color: #ffffff;
	height: 100px;
	width: 100%;
	min-width: 300px;
	display: block;
	position: fixed; top: 0px;
	z-index: 4;
	border-bottom: 1px solid #000;
}

#hamburger {
	width: 25px;
	display: block;
	position: relative;
	left: 14px;
	top: 15px;
	cursor: pointer;
	line-height: 8px;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000000;
  left: 0px;
  border-radius: 2px;
}

#logo {
	z-index: 5;
	position: absolute; left: 50%; top: 5px; margin-left: -40px;
	width: 71px;
	height: 166px;
}

#nav {
	position: relative;
	max-width: 1200px;
	min-width: 300px;
	width: auto;
	height: 100px;
	margin: 0 auto;
	vertical-align: bottom;
	padding-left: 14px;
	padding-right: 14px;
	font-weight: 900;
}



.nav-but-cont {
	height: 100px;
	width: 340px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
}

.nav-list {
	padding-right: 14px;
	padding-top: 64px;
	display: inline-block;
	height: 100px;
	margin: 0px;
}


#nav .menu {

	position: relative;
	bottom: 30px;
}

.nav-3d {
	background-image: url('../img/3d.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
}

.nav-3d:hover {
	background-image: url('../img/3d-h.svg');
}

.nav-photo {
	background-image: url('../img/photo.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 66px;
	height: 50px;
	display: inline-block;
}

.nav-photo:hover {
	background-image: url('../img/photo-h.svg');
}

.nav-about {
	background-image: url('../img/about.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
}

.nav-about:hover {
	background-image: url('../img/about-h.svg');
}

.nav-links {
	background-image: url('../img/link.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
}

.nav-links:hover {
	background-image: url('../img/link-h.svg');
}

.social-media {
	float: right;
	padding-top: 53px;
	display: inline-block;
	height: 100px;
}
.media-icons {margin-left: 10px;}

.facebook {
	background-image: url('../img/facebook.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 13px;
	height: 28px;
	display: inline-block;
}
.facebook:hover {
	background-image: url('../img/facebook-h.svg');
}

.linkedin {
	background-image: url('../img/linkedin.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 27px;
	height: 26px;
	display: inline-block;
}
.linkedin:hover {
	background-image: url('../img/linkedin-h.svg');
}

.deviantart {
	background-image: url('../img/deviantart.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 15px;
	height: 25px;
	display: inline-block;
}
.deviantart:hover {
	background-image: url('../img/deviantart-h.svg');
}

.instagram {
	background-image: url('../img/instagram.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
}
.instagram:hover {
	background-image: url('../img/instagram-h.svg');
}

.behance {
	background-image: url('../img/behance.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 40px;
	height: 25px;
	display: inline-block;
}
.behance:hover {
	background-image: url('../img/behance-h.svg');
}

/*   MAIN NAV   */







/*   GENERAL   */

#wholepage {position: relative;}
#wholepage-social {position: relative;}

#indicator-container {
	position: relative; top: -3px; left: 18px;
	max-width: 1200px;
	min-width: 300px;
	width: auto;
	height: 10px;
	margin: 0px auto;
	padding-left: 14px;
	padding-right: 14px;
	z-index: 3;
}

#threed-indicator {position: relative;  left: 0px; top: -10px; height: 10px;}
#photo-indicator {position: relative;  left: 76px; top: -10px; height: 10px;}
#about-indicator {position: relative;  left: 153px; top: -10px; height: 10px;}
#links-indicator {position: relative;  left: 217px; top: -10px; height: 10px;}

.content-align {
	position: relative;
	max-width: 1200px;
	min-width: 300px;
	width: 100%;
	height: auto;
	margin: 200px auto 40px;
}

p {text-align: justify;}
a {text-decoration: none; color: #fff;}
a:hover {color: #a90202;}

/*   GENERAL   */







/*    3D    */

.slider-align {
	position: relative;
	max-width: 100%;
	min-width: 300px;
	width: 100%;
	height: auto;
	margin: 100px auto 40px;
}

.DDDlayout {
	border: none;
	width: 100%;
	margin-bottom: 50px;
}

.DDDprojects {
	display: table-column;
	float: left;
	min-width: 100px;
	max-width: 150px;
	text-align: right;
	border-right: 1px solid #fff;
	position: fixed;
}

.DDDprojects span {
	display: table-cell;
	height: 30px;
	min-width: 100px;
	max-width: 150px;
	color: #fff;
	padding-right: 20px;
	vertical-align: middle;
	border-left: 5px solid #000;
}

.DDDprojects span:hover {background-color: #a90202;}

.DDDgallery {
	display: table-cell;
	width: calc(100% - 170px);
	color: #fff;
	vertical-align: top;
	padding-left: 170px;
	padding-top: 5px;
	padding-right: 20px;
	text-align: justify;
}

.currentproject {border-left: 5px solid #a90202!important}

.ddd-table {display: table;}

@media (max-width: 920px) {
.ddd-header{
	display: block!important;
	width: calc(100% - 20px)!important}
.ddd-content{
	display: block!important;
	width: 100%!important}
}



.ddd-header {
	display: table-cell;
	background-color: #fff;
	padding: 10px;
	vertical-align: top;
	width: 125px;
	text-align: left;
}

.ddd-content {display: table-cell;}
.ddd-title {font-size: 16px; color: #a90202; display: block;}
.ddd-description {color: #000;}
.ddd-photothumbs {
	vertical-align: top;
	width: 100%;
	display: -moz-webkit-flex;
    display: -webkit-flex;
    display: -ms-box;
    display: flex;
	-ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-webkit-align-items: start;
	align-items: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-shrink: 1;
	flex-grow: 1;
	flex: 1 1 20%;
	-ms-flex: 1 1 20%;
	-webkit-flex: 1 1 20%;
	flex-basis: 20%;
	-ms-flex-basis: 20%;
	-webkit-flex-basis: 20%;
}

.ddd-photothumbs img {height: auto; width: auto; flex: auto;}

/*    3D    */






/*   PHOTOGRAPHY   */

.photothumbs {
	vertical-align: top;
	width: calc(100% - 40px);
	display: -moz-webkit-flex;
    display: -webkit-flex;
    display: -ms-box;
    display: flex;
	-ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-webkit-align-items: start;
	align-items: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-shrink: 1;
	flex-grow: 1;
	flex: 1 1 20%;
	-ms-flex: 1 1 20%;
	-webkit-flex: 1 1 20%;
	flex-basis: 20%;
	-ms-flex-basis: 20%;
	-webkit-flex-basis: 20%;
	margin-bottom: 50px;
	margin-left: 20px;
}

.photothumbs img {height: auto; width: auto; flex: auto;}

.desaturate {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.desaturate:hover {
	filter: none;
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*   PHOTOGRAPHY   */






/*   ABOUT   */

@media (max-width: 720px) {
	#aboutinfo {max-width: 680px; display: table-row!important}
	#aboutcontact {max-width: 680px; display: table-row!important}
	#contactformlines {position: relative!important}
	#contactformlines {margin-top: -234px!important}
	#contactform {margin-left: 15px!important}
	#contactformlines {margin-left: 15px!important}
	#contactformlines {max-width: calc(100% - 35px)!important}
	#contactformlines {width: calc(100% - 35px)!important}
	#aboutcontainer {background-size: 400px!important}
	.clearbutton {position: relative; left: 5px; box-shadow: 1px 1px #999; text-shadow: 1px 1px #999!important}
	.sendbutton {position: relative; left: 5px!important}
}

#aboutcontainer {
	display: table;
	color: #ffffff;
	line-height: 24px;
	background-image: url('../img/erkut.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 500px;
	margin-bottom: 3px;
}

#aboutinfo {
	max-width: 50%;
	display: table-cell;
	vertical-align: top;
}

#aboutinfo p {margin: 0px 20px 0px 20px; padding: 0px;}
@media (max-width: 720px) {#aboutinfo p {margin: 0px 15px 0px 15px!important} }


#aboutcontact {
	max-width: 50%;
	width: 50%;
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
}

#contactform {
	width: calc(100% - 40px);
	height: 234px;
	display: block;
	z-index: 2;
	position: relative;
}

#contactform input {
	float: right;
	width: calc(100% - 65px);
	height: 23px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: #fff;
	font-family:'Bitstream Vera Sans';
	font-size: 14px;
	line-height: 24px;
	display: block;
	caret-color: red;
}

#contactform textarea {
	float: right;
	width: 100%;
	height: 142px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: #fff;
	font-family:'Bitstream Vera Sans';
	font-size: 14px;
	line-height: 24px;
	resize: none;
	text-indent: 65px;
	overflow: hidden;
	display: block;
	caret-color: red;
}

.message {background-color: #000; z-index: 3; position: absolute; line-height: 22px; width: 60px;}

.formbuttons {
	color: #fff;
	font-family:'Bitstream Vera Sans';
	background-color: transparent;
	border: 1px solid #fff;
	margin: 0px 0px 0px 50px;
	height: 30px;
}

.clearbutton:hover {background-color: #a90202;}
.sendbutton:hover {background-color: #3aaa13; color: black;}

.buttoncontainer {
	float: right;
	height: 30px;
	display: block;
	margin: 40px 0px 40px;
}

#contactformlines {
	width: calc(50% - 40px);
	max-width: calc(50% - 40px);
	position: absolute; top: 0px;
	z-index: 1;
	display: block;
}

#contactformlines span {
	display: block;
	height: 23px;
	max-width: 100%;
	line-height: 0px;
	border-bottom: 1px solid #fff;
	z-index: 1;
}

#aboutspacer {margin-bottom: 500px;}

@media (max-width: 940px) { #aboutcontainer {background-size: 530px!important} }
@media (max-width: 900px) { #aboutcontainer {background-size: 550px!important} }
@media (max-width: 850px) { #aboutcontainer {background-size: 600px!important} }
@media (max-width: 850px) { #aboutcontainer {background-position: 250px bottom!important} }
@media (max-width: 720px) { #aboutcontainer {background-size: 500px!important} }
@media (max-width: 720px) { #aboutcontainer {background-position: 150px bottom!important} }
@media (max-width: 600px) { #aboutcontainer {background-position: 75px bottom!important} }
@media (max-width: 500px) { #aboutcontainer {background-position: 50px bottom!important} }
@media (max-width: 450px) { #aboutcontainer {background-position: 30px bottom!important} }
@media (max-width: 400px) { #aboutcontainer {background-position: 0px bottom!important} }
@media (max-width: 350px) { #aboutcontainer {background-position: -30px bottom!important} }


/*   ABOUT   */



/*    HOW I WORK    */

.howiwork {display: block;}
.howiwork p {margin: 0px 20px 0px 20px; padding: 0px; line-height: 24px;}
@media (max-width: 720px) {.howiwork p {margin: 0px 15px 0px 15px!important} }

/*    HOW I WORK    */



/*    LINKS    */

.link-container {width: 100%;}

@media (max-width: 1000px) { .link-container {text-align: center!important} }
@media (max-width: 840px) { .linkbox {width: 32%!important} }
@media (max-width: 630px) { .linkbox {min-width: 180px!important; width: 49%!important} }
@media (max-width: 400px) { .linkbox img {max-width: 180px!important} }
@media (max-width: 400px) { .linkbox p {min-width: 180px!important} }

.linkbox {
    display: inline-grid;
    vertical-align: middle;
    align-items: center;
    background-color: #000;
	width: 24.5%;
    min-width: 200px;
    height: 200px;
    min-height: 150px;
    margin: 0;
}

.linkbox img {
    height: auto;
    width: auto;
    max-width: 200px;
    max-height: 100px;
    margin: auto;
}

.linkbox p {text-align: center; min-width: 200px; margin: auto;}

/*    LINKS    */




.margin {margin-bottom: 50px;}
.marginbox {display: block; height: 50px; width: 100%;}
.back {display: inline-block; margin-bottom: 50px; margin-top:-75px;}



/*   FOOTER   */

#footer {max-width: 1200px;}
#footerabout {max-width: 1200px; margin-top: -14px;}

.footer-red {
	height: 3px; width: 13px;
	background-image: url('../img/footer-red.png');
	display: inline-block;
}

.footer-white {
	height: 3px; width: calc(100% - 26px);
	background-image: url('../img/footer-white.png');
	display: inline-block;
}
.copyright {padding-left: 16px; float: left;}
.email-link {float: right; padding-right: 16px;}
.white {color: #ffffff;}
.white a {color: #ffffff;}

/*   FOOTER   */






/*Back to top button */

#back-top {
	display: inline-block;
	visibility: hidden;
	position: fixed;
	bottom: 60px;
	left: 25px;
	width: 50px;
	height: 50px;
	z-index: 8;
	background-image: url('../img/to-top.svg');
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity: 0;
	cursor: pointer;
}

#back-top.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity: 0.8;
	visibility: visible;
}


.feedback {
	margin-left: calc(50% - 175px);
	margin-top: 250px;
	margin-bottom: 100px;;
	display: block;
	width: 350px;
	height: 100px;
	font-size: 16pt;
	line-height: 98px;
	background-color: #111;
	border-radius: 20px;
	border-width: 0px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.h5 {font-size: 16px; margin-bottom: 100px;}
.h6 {font-size: 14px;}
