/**
* CSS
* @version 1.0
* @author Ozhan Binici
*/

strong {
	font-weight:700;
}

::-moz-selection { 
	background: #010101;
	color:#f7f4e4;
}
::selection {
	background: #010101;
	color:#f7f4e4;
}

*:focus{
	background: none;
	border: 0px;
	outline: none;
}


html {
}

body {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-color:#ffffff;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	font-size:16px;
	line-height:24px;
	font-family: "Open Sans", "Helvetica", Arial, sans-serif;
	font-weight:400;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
	color:#616264;
	opacity:0;
}

body.display {
	opacity:1;
}

#scaler {
	width:1880px;
    transform-origin: top left;
	position:relative;
	display:block;
}

header {
	display:block;
	position: -webkit-sticky;
	position: sticky;
	position:relative;
	top: 0px;
	z-index: 10;
	width:100%;
	height:auto;
	background-color:#E9E8E3;
}

header .wrapper {
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	display:flex;
	align-items:flex-end;
	padding:25px 100px 12px 100px;

	max-width:1880px;
}

header a#logo  {
	position:relative;
	display:block;
	width:200px;
	height:auto;
	margin-right:100px;
	margin-bottom:6px;
	flex-shrink:0;
}

header a#logo img {
	opacity:0.75;
	
}

header a#logo:hover img {
	opacity:1;
}

header nav.primary {
	position:relative;
	display:block;
	width:auto;
}

header nav.primary ol {
	position:relative;
	display:block;
	display:flex;
}

header nav.primary ol li {
	list-style-type:none;
	margin-right:50px;
}

header nav.primary ol li:last-child {
	margin-right:0px;
}

header nav.primary ol li a {
	position:relative;
	display:block;
	width:auto;
	margin:0px;
	font-weight: normal;
	color:#616264;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	
	font-family:"Helvetica";
	font-weight:600;
	padding-top:1px;
}

header nav.primary ol li a:hover,
header nav.primary ol li a.active,
header nav.primary ol li:hover > a {
	color:#AD514F;
}





footer {
	width: 100%;
	height: auto;
	padding: 0px;
	position:relative;
	display:block;
}

footer .wrapper {
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	display:flex;
	padding:15px 25px;
}

body.projeler footer {
	margin-left: 520px;
	width: calc(100% - 520px);
}


main {
	width: 100%;
	height: auto;
}

main.mobile {
	display:none;
}

main .wrapper {
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	display:flex;
	padding: 35px 25px 25px 25px;

	
	max-width:1780px;
	padding: 25px 50px 12px 50px;
	flex-wrap:wrap;
}

main .left-image {
	position:relative;
	display:block;
	width:320px;
	height:427px;
	margin-right:50px;
	margin-top:11px;
}

main .left-image img {
	width:100%;
	height:auto;
	display:block;
}

main .left-image p {
	position:absolute;
	bottom:0px;
	right:-22px;
	transform:translate(100%) rotate(-90deg);
	transform-origin: bottom left;
	font-size:12px;
	line-height:18px;
}

main .text-block.sub-header {
	margin-top:40px;
}

main .full-image {
	position:relative;
	display:block;
	width:600px;
	height:auto;
	margin-left:300px;
	margin-right:50px;
	margin-top:58px;
	margin-bottom:100px;
}

main .full-image img {
	width:100%;
	height:auto;
	display:block;
}

main .full-image p {
	position:absolute;
	top:0px;
	left:0px;
	width:135px;
	width:200px;
}

main .full-image p:nth-child(2) {
	top:-56px;
}

main .full-image p:nth-child(3) {
	top:-56px;
	left:262px;
}

main .full-image p:nth-child(4) {
	top:-56px;
	left:472px;
}

main .full-image p:nth-child(5) {
	top:221px;
}

main .full-image p:nth-child(6) {
	top:221px;
	left:356px;
}

main .text-block {
	display:block;
	width:803px;
	padding-left:300px;
}

main .text-block p {
	width:100%;
	padding-right:60px;
	margin-bottom:16px;
	
	font-size:16px;
	line-height:28px;
	margin-bottom:14px;
}

main .text-block p a {
	text-decoration:underline;
}

main .text-block p a:hover {
	text-decoration:none;
	color:#AD514F;
}

main .full-image p a {
	text-decoration:underline;
}

main .full-image p a:hover {
	text-decoration:none;
	color:#AD514F;
}

main .text-block h3 {
	margin-bottom:8px;
	padding-top:10px;
}

main p a {
	color:#616264;
}

main a:hover {
	text-decoration:underline;
}

main .text-block h3 {
	font-weight:bold;
}


.project-list {
	margin-top:12px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	align-items:center;
	align-items:flex-start;
	justify-content: left;
	padding: 0 70px;
	
	max-width:1780px;
	padding:0px 0px 0px 30px;
	margin:0 auto;
}

.project-list.book {
	align-items:flex-start;
}

.project-list a,
.project-list .img {
	position:relative;
	display:block;
	width:auto;
	height:400px;
	padding:0px;
	margin:10px 20px;
	margin:0px 20px 0 0;
	
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transform:translate3d(0,0,0);
}

.project-list a {
	height:auto;
	overflow:hidden;
	
	
	transition-property: transform;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease-out;
}

.project-list a:hover {
	transform:scale(1.05);
}

.project-list.book a:hover {
	transform:scale(1);
}

.project-list.book .img {
	overflow:hidden;
}
.project-list.book .img .image-holder {
	height:700px;
}

.project-list.book.poster .img .image-holder {
	height:900px;
}

.project-list.book .title-section a {
	position:relative;
	display:inline-block;
	height:auto;
	pointer-events:auto;
	margin:auto;
	word-break:break-word;
}

.project-list.book .title-section p a {
	display:inline;
	text-decoration:underline;
	text-underline-offset: 3px;
	text-decoration-thickness:1px;
	word-break:break-all;
	text-decoration-style:dotted;
}

.miscellaneous-projects .project-list.book .title-section p a {
	word-break:break-word;
}

.project-list.book .title-section p a:hover {
	color:#AD514F;
	text-decoration:none;
}
.project-list.book .img .image-holder {
	margin-top:-32px;
}

.project-list .img.compressed {
	margin-top:-30px;
	margin-bottom:-30px;
}


.project-list a img {
	display:block;
	width:auto;
	height:100%;
	transform:scale(1);
	
	transition-property: transform;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transform:translate3d(0,0,0);
}

.project-list a:hover img {
	transform:scale(1.05);
}


.project-list a .image-holder,
.project-list .img .image-holder {
	display:block;
	width:auto;
	height:100%;
	transform:scale(1);
	background-repeat:no-repeat;
	background-position:center center;
	
	transition-property: transform;
	transition-duration: 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease-out;
}

.project-list a .image-holder {
	height:400px;
}

.project-list a .image-container {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.project-list.oya .img .image-holder {
	image-rendering: -webkit-optimize-contrast;
}

main .book.wrapper.flex {
	display:flex;
	flex-wrap:nowrap;
}

.title-section {
	position:relative;
	display:block;
	width:270px;
	margin-left:20px;
	margin-right:-18px;
	margin-top:32px;
}

.turkish-cooking .title-section {
	width:440px;
}

.images-of-imperial-istanbul .title-section {
	width:410px;
}

.mustafa-kemal .title-section {
	width:370px;
}


.title-section h1 {
	font-weight:500;
	font-size:1.4em;
	line-height:1.25em;
}

.title-section h1 p{
	margin-bottom:0.4em;
}

.silks-for-the-sultans .title-section h1 p {
	padding-right:71px;
}

.title-section p {
	font-weight:400;
	font-size:1em;
}


.title-section > p {
	padding-right:70px;
}

.images-of-imperial-istanbul .title-section > p {
	padding-right:45px;
}
.images-of-imperial-istanbul .title-section > p:nth-child(3) {
	position:absolute;
	top:28px;
	left:399px;
	width:330px;
	padding-right:35px;
}

.hagia-sophia .title-section > p {
	padding-right:5px;
}

.pure-concrete .title-section > p {
	padding-right:64px;
}
.mustafa-kemal .title-section > p:nth-child(3) {
	position:absolute;
	top:45px;
	left:350px;
	padding-right:0px;
	width:299px;
	margin-top:0px;
}
.mustafa-kemal .title-section > p:nth-child(4) {
	position:absolute;
	top:45px;
	left:700px;
	padding-right:0px;
	width:299px;
	margin-top:0px;
}

.turkish-cooking .title-section > p:nth-child(4) {
	position:absolute;
	top:41px;
	left:427px;
	padding-right:0px;
	width:376px;
	margin-top:0px;
}

.turkish-cooking .title-section > p:nth-child(5) {
	position:absolute;
	top:41px;
	left:868px;
	padding-right:0px;
	width:376px;
	margin-top:0px;
}

.title-section h1 + p {
	margin-top:0.8em;
	margin-top:1em;
}

.title-section p + p {
	margin-top:0.4em;
}

.title-section > p + p {
	margin-top:1em;
}

.book .title-section.expanded h1 + p {
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow:visible;
}

.book .title-section.expanded p + p {
	display:block;
}

.project-list.book .title-section a.read-more {
	font-size:0.85em;
	color:#616264;
	text-decoration:underline;
	text-underline-offset:3px;
	margin-top:10px !important;
	display:none;
}

.project-list.book .title-section.expanded a.read-more {
	display:none;
}

main .book .image {
	display:block;
	width:100%;
	overflow:hidden;
}

main .book .image p {
	position:relative;
	display:block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 1.5em;
}
main .book .text-segment {
	position:relative;
	display:block;
	width: 100%;
	margin-top:-15px;
	margin-bottom:30px;
	padding-right:45px;
	z-index:10;
}
main .book .text-segment p {
	position:relative;
	display:block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 1.5em;
}

main .book .text-segment p {
	margin-bottom:20px;
}

main .book .text-segment p:last-child {
	margin-bottom:0px;
}

main .book .text-segment.center p {
	text-align:center;
}
main .book .footnote {
	position:relative;
	display:block;
	width:100%;
	margin-bottom:40px;
	z-index:10;
	padding-right:45px;
}
main .book .footnote p {
	font-size:0.9em;
	position:relative;
	display:block;
	width: 100%;
	max-width:1000px;
	margin: 0 auto;
	text-align:center;
}

main .book.wrapper.footnote {
	padding-top:0px;
	padding-bottom:35px;
}

main .book .image p + p {
	margin-top:0.6em;
}

main .book .image p.center {
	text-align: center;
}


main .book .image img {
	width:100%;
	height:auto;
	display:block;
}



.menu-toggle {
	position:absolute;
	display:block;
	top:27px;
	right:15px;
	border:0px;
	pointer-events:auto;
	background-color:transparent;
	width: 40px;
	height: 30px;
	margin:0px;
	padding:0px;
	
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: top .3s ease-out;
	-moz-transition: top .3s ease-out;
	-o-transition: top .3s ease-out;
	transition: top .3s ease-out;
	cursor: pointer;
	display:none;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 32px;
	background: #616264;
	border-radius: 0px;
	opacity: 1;
	left: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-toggle:hover span {
	background:#616264;
}

.menu-toggle span:nth-child(1) {
	top: 3px;
}

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
	top: 14px;
}

.menu-toggle span:nth-child(4) {
	top: 25px;
}

.expanded .menu-toggle span:nth-child(1) {
	top: 14px;
	width: 0%;
	left: 50%;
}

.expanded .menu-toggle span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.expanded .menu-toggle span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.expanded .menu-toggle span:nth-child(4) {
	top: 13px;
	width: 0%;
	left: 50%;
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
	background-color:transparent;
	outline: none;
}

.swiper {
	width:100%;
	margin-bottom:30px;
}

.swiper .swiper-wrapper {
	padding-bottom:30px;
}

.swiper-pagination-bullet-active {
	background:#999999;
}
.swiper-pagination-bullets {
	bottom:15px;
}


.footer-links {
	position:relative;
	display:flex;
	width:100%;
	align-items: center;
	justify-content: center;
	padding:0px 35px 31px 20px;
	margin-top:-20px;
}

.title-section .footer-links {
	display:none;
	margin-top:20px;
	padding:0px;
	justify-content:left;
}

.project-list.book .title-section .footer-links a {
	margin:4px 12px 4px 0px;
	height:32px;
}

.project-list.book .title-section .footer-links a.inactive {
	pointer-events:none;
}


.footer-links.desktop.desktop-show-footer-links-after-text {
	display:none;
}

.title-section .footer-links.desktop.desktop-show-footer-links-after-text {
	display:flex;
}


.footer-links.mobile {
	padding-left:15px;
	padding-right:15px;
}

.footer-links a {
	background-color:#c0c0c1;
	background-color:#c6c6c7;
	padding:10px;
	width:32px;
	height:32px;
	margin:4px 6px;
	position:relative;
	display:block;
}

.footer-links a.inactive {
	pointer-events:none;
	opacity:0.4;
}

.footer-links a:before {
	content: " ";
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	cursor: pointer;
	display: block;
	position:absolute;
	top:9px;
	left:13px;
}

.footer-links a:nth-child(2):before {
	transform: rotate(225deg);
	left:5px;
}

.footer-links a:hover:before {
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.footer-links a:hover {
	background-color:#AD514F;
	background-color:#818183;
}

.footer-links.tablet,
.footer-links.mobile {
	display:none;
}

br.tablet-only {
	display:none;
}


@media (max-width:1280px){
	.project-list.book > a.img {
		pointer-events:none;
	}
	header .wrapper {
		padding-left:50px;
		padding-right:50px;
	}
	.project-list {
		transform-origin:top left;
		max-width:950px;
		margin-left:0px;
	}
	
	#scaler {
		width:950px;
	}

	
	main .book .text-segment {
		padding-left:0px;
		padding-right:30px;
	}
	
	main .full-image {
		margin-left:0px;
		margin-right:0px;
		width:100%;
	}
	
	main .full-image p:nth-child(3) {
		left:372px;
	}
	
	main .full-image p:nth-child(4) {
		left:669px;
	}
	
	main .full-image p:nth-child(5) {
		top:312px;
	}
	
	main .full-image p:nth-child(6) {
		top:312px;
		left:506px;
	}
	
	main .left-image {
		width:324px;
		height:432px;
		margin-top:30px;
		
		width:250px;
		height:333px;
		margin-right:35px;
	}
	
	main .left-image:nth-child(2){
		margin-left:300px;
	}
	main .left-image:nth-child(3){
		margin-right:0px;
	}
	
	main .text-block.sub-header {
		padding-left:0px;
	}
	
	main .full-image {
		margin-top:68px;
	}
	main .full-image + .text-block {
		padding-left:0px;
	}
	
	.footer-links.tablet {
		display:flex;
	}
	.footer-links.desktop,
	.footer-links.mobile {
		display:none;
	}
	
	.title-section .footer-links.desktop.desktop-show-footer-links-after-text {
		display:none;
	}
	.footer-links.tablet.tablet-show-footer-links-after-text {
		display:none;
	}
	.title-section .footer-links.tablet {
		display:none;
	}
	.title-section .footer-links.tablet.tablet-show-footer-links-after-text {
		display:flex;
	}
	
	main .book .footnote {
		padding-right:30px;
	}
	
	.footer-links {
		padding:0px 35px 31px 35px;
	}
	
	.project-list .img .image-holder {
		transform-origin:top left;
	}
	
	
	main .book .footnote br {
		display:none;
	}
	
	main .book .text-segment.center br {
		display:none;
	}
	
	body.books .title-section,
	body.shelved-projects .title-section,
	body.miscellaneous-projects .sihir .title-section,
	body.miscellaneous-projects .lundbeck .title-section,
	body.miscellaneous-projects .turkish-cooking .title-section,
	body.miscellaneous-projects .zf .title-section,
	body.miscellaneous-projects .wedding-invitations .title-section,
	body.miscellaneous-projects .librairie-de-pera .title-section {
		order:0;
		width:calc(100% - 40px) !important;
		margin-right:20px;
		margin-bottom:30px;
		font-size:1.1em;
		line-height:1.5em;
		padding-left:108px;
	}
	
	body.books .title-section.expanded,
	body.shelved-projects .title-section.expanded,
	body.miscellaneous-projects .lundbeck .title-section.expanded,
	body.miscellaneous-projects .turkish-cooking .title-section.expanded,
	body.miscellaneous-projects .grafik-urunler-sergisi-12 .title-section.expanded,
	body.miscellaneous-projects .bir-muzenin-gelisimine-bakis .title-section.expanded,
	body.miscellaneous-projects .order-of-merit-of-the-republic-of-turkey .title-section.expanded,
	body.miscellaneous-projects .in-the-tracks-of-the-ten-thousand .title-section.expanded,
	body.miscellaneous-projects .the-science-and-art-of-porcelain-laminate-veneers .title-section.expanded {
		margin-bottom:34px;
	}
	
	
	body.books .title-section br,
	body.shelved-projects .title-section br,
	body.miscellaneous-projects .sihir .title-section br,
	body.miscellaneous-projects .lundbeck .title-section br,
	body.miscellaneous-projects .turkish-cooking .title-section br,
	body.miscellaneous-projects .zf .title-section br,
	body.miscellaneous-projects .librairie-de-pera .title-section br {
		display:none;
	}
	
	body.books .title-section h1 + p,
	body.shelved-projects .title-section h1 + p,
	body.miscellaneous-projects .sihir .title-section h1 + p,
	body.miscellaneous-projects .lundbeck .title-section h1 + p,
	body.miscellaneous-projects .turkish-cooking .title-section h1 + p,
	body.miscellaneous-projects .zf .title-section h1 + p,
	body.miscellaneous-projects .order-of-merit-of-the-republic-of-turkey .title-section h1 + p,
	body.miscellaneous-projects .in-the-tracks-of-the-ten-thousand .title-section h1 + p,
	body.miscellaneous-projects .the-science-and-art-of-porcelain-laminate-veneers .title-section h1 + p,
	body.miscellaneous-projects .bir-muzenin-gelisimine-bakis .title-section h1 + p,
	body.miscellaneous-projects .grafik-urunler-sergisi-12 .title-section h1 + p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow:hidden;
	}
	
	body.miscellaneous-projects .grafik-urunler-sergisi-12 .title-section.expanded h1 + p,
	body.miscellaneous-projects .bir-muzenin-gelisimine-bakis .title-section.expanded h1 + p,
	body.miscellaneous-projects .order-of-merit-of-the-republic-of-turkey .title-section.expanded h1 + p,
	body.miscellaneous-projects .in-the-tracks-of-the-ten-thousand .title-section.expanded h1 + p,
	body.miscellaneous-projects .the-science-and-art-of-porcelain-laminate-veneers .title-section.expanded h1 + p,
	body.miscellaneous-projects .turkish-cooking .title-section.expanded h1 + p {
		display: block;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
		overflow: visible;
	}
	
	
	body.books .title-section h1 + p,
	body.books .title-section > p + p,
	body.shelved-projects .title-section h1 + p,
	body.shelved-projects .title-section > p + p,
	body.miscellaneous-projects .sihir .title-section h1 + p,
	body.miscellaneous-projects .sihir .title-section > p + p,
	body.miscellaneous-projects .lundbeck .title-section h1 + p,
	body.miscellaneous-projects .lundbeck .title-section > p + p,
	body.miscellaneous-projects .turkish-cooking .title-section h1 + p,
	body.miscellaneous-projects .turkish-cooking .title-section > p + p,
	body.miscellaneous-projects .zf .title-section h1 + p,
	body.miscellaneous-projects .zf .title-section > p + p,
	body.miscellaneous-projects .wedding-invitations .title-section h1 + p {
		padding-right:138px !important;
	}
	
	body.books .title-section h1 p + p,
	body.shelved-projects .title-section h1 p + p,
	body.miscellaneous-projects .sihir .title-section h1 p + p,
	body.miscellaneous-projects .lundbeck .title-section h1 p + p,
	body.miscellaneous-projects .turkish-cooking .title-section h1 p + p,
	body.miscellaneous-projects .zf .title-section h1 p + p,
	body.miscellaneous-projects .wedding-invitations .title-section h1 p + p,
	body.miscellaneous-projects .grafik-urunler-sergisi-12 .title-section h1 p + p,
	body.miscellaneous-projects .bir-muzenin-gelisimine-bakis .title-section h1 p + p,
	body.miscellaneous-projects .order-of-merit-of-the-republic-of-turkey .title-section h1 p + p,
	body.miscellaneous-projects .in-the-tracks-of-the-ten-thousand .title-section h1 p + p,
	body.miscellaneous-projects .the-science-and-art-of-porcelain-laminate-veneers .title-section h1 p + p {
		display:block;
	}
	body.books .title-section p + p,
	body.shelved-projects .title-section p + p,
	body.miscellaneous-projects .sihir .title-section p + p,
	body.miscellaneous-projects .lundbeck .title-section p + p,
	body.miscellaneous-projects .turkish-cooking .title-section p + p,
	body.miscellaneous-projects .zf .title-section p + p,
	body.miscellaneous-projects .wedding-invitations .title-section p + p,
	body.miscellaneous-projects .grafik-urunler-sergisi-12 .title-section p + p,
	body.miscellaneous-projects .bir-muzenin-gelisimine-bakis .title-section p + p,
	body.miscellaneous-projects .order-of-merit-of-the-republic-of-turkey .title-section p + p,
	body.miscellaneous-projects .in-the-tracks-of-the-ten-thousand .title-section p + p,
	body.miscellaneous-projects .the-science-and-art-of-porcelain-laminate-veneers .title-section p + p {
		display:none;
	}
	
	body.books .title-section.expanded p + p,
	body.shelved-projects .title-section.expanded p + p,
	body.miscellaneous-projects .sihir .title-section.expanded p + p,
	body.miscellaneous-projects .lundbeck .title-section.expanded p + p,
	body.miscellaneous-projects .turkish-cooking .title-section.expanded p + p,
	body.miscellaneous-projects .zf .title-section.expanded p + p,
	body.miscellaneous-projects .wedding-invitations .title-section.expanded p + p,
	body.miscellaneous-projects .grafik-urunler-sergisi-12 .title-section.expanded p + p,
	body.miscellaneous-projects .bir-muzenin-gelisimine-bakis .title-section.expanded p + p,
	body.miscellaneous-projects .order-of-merit-of-the-republic-of-turkey .title-section.expanded p + p,
	body.miscellaneous-projects .in-the-tracks-of-the-ten-thousand .title-section.expanded p + p,
	body.miscellaneous-projects .the-science-and-art-of-porcelain-laminate-veneers .title-section.expanded p + p {
		display:block;
	}
	
	.book.turkish-cooking .title-section p + p {
		margin-top:1em !important;
	}
	
	.book.kara-memi .title-section h1 p:nth-child(2),
	.book.kara-memi .title-section h1 p:nth-child(3) {
		display:inline;
		padding-right:0px;
	}
	
	body.books .title-section a.read-more,
	body.shelved-projects .title-section a.read-more,
	body.miscellaneous-projects .lundbeck .title-section a.read-more {
		display:inline-block;
	}
	/*
	body.books .title-section:after {
		content:"read more";
		display:block;
		text-decoration:underline;
		margin-top:10px;
		font-size:0.85em;
		color:#AD514F;
		color:#616264;
		text-underline-offset:3px;
	}
	*/
	
	.book.gardens-of-paradise .title-section {
		order:2;
	}
	
	br.tablet-only {
		display:block !important;
	}
	
	body.books .project-list.book.poster .img .image-holder {
		height:700px;
	}
	
	.title-section h1 {
		line-height:1.30em;
	}
	
	
	
	.book.mustafa-kemal .title-section p,
	.book.images-of-imperial-istanbul .title-section p,
	.book.turkish-cooking .title-section p {
		position:relative !important;
		top:auto !important;
		left:auto !important;
		width:100% !important;
	}
	
	.book.mustafa-kemal .title-section p + p,
	.book.images-of-imperial-istanbul .title-section p + p {
		margin-top:1em !important;
	} 
	
	.book.mustafa-kemal .title-section,
	.book.images-of-imperial-istanbul .title-section {
		width:100% !important;
	}
}

@media (max-width:720px){
	
	
	.title-section h1 {
		line-height:1.25em;
	}
	body.books .project-list.book.poster .img .image-holder {
		height:900px;
	}
	body.books .title-section br {
		display:block;
	}
	br.tablet-only {
		display:none !important;
	}
	
	body.books .title-section,
	body.shelved-projects .title-section, 
	body.miscellaneous-projects .sihir .title-section, 
	body.miscellaneous-projects .lundbeck .title-section, 
	body.miscellaneous-projects .turkish-cooking .title-section, 
	body.miscellaneous-projects .zf .title-section, 
	body.miscellaneous-projects .wedding-invitations .title-section {
		font-size:24px;
		line-height:36px;
		order:2;
		padding-left:30px;
	}
	
	header nav.primary {
		display:none;
	}
	header.expanded {
		height:118px;
	}
	header.expanded nav.primary {
		display:block;
		position:absolute;
		top:83px;
		left:30px;
	}
	
	.menu-toggle {
		display:block;
		left:calc(100% - 75px);
		right:auto;
	}
	
	.project-list {
		max-width:550px;
		padding:0px;
		justify-content:left;
	}
	
	.miscellaneous-projects .project-list,
	.shelved-projects .project-list {
		justify-content:center;
	}
	
	.project-list.book {
		padding:0px;
		max-width:none;
		width:100%;
		overflow-x:hidden;
		justify-content:left;
		
	}
	
	.project-list.book.mustafa-kemal {
		overflow-y:hidden;
	}
	
	.book.mustafa-kemal .title-section {
		order:3;
	}
	
	.project-list a,
	.project-list .img {
		margin-right:0px;
		margin-bottom:-30px;
	}
	
	#scaler {
		width:550px;
	}
	
	header .wrapper {
		padding:25px 30px 20px 30px;
	}
	.project-list a:hover .image-holder {
		transform:none;
	}
	
	.project-list a:hover {
		transform:none;
	}
	
	header nav.primary ol li a {
		font-size:18px;
	}
	
	header nav.primary ol li {
		margin-right:14px;
	}
	.project-list.book .img {
		margin-bottom:0px;
		width:100%;
		height:auto;
	}
	
	
	.project-list.book .img .image-holder {
		width:100%;
		margin:0px;
	}
	
	.project-list.book .img.same-height {
		margin-bottom:0px;
		width:auto;
		height:430px;
		display:flex;
		justify-content:center;
	}
	
	.project-list.book .img.same-height .image-holder {
		margin-bottom:0px;
		width:auto;
		height:100%;
	}
	
	.title-section {
		width:100%;
		margin:0px;
		padding:30px 30px 0 30px;
	}
	
	.book.turkish-cooking .title-section {
		width:100%;
		width:100% !important;
	}
	
	.book.turkish-cooking .title-section p + p {
		margin-top:1em !important;
	}
	
	.book.turkish-cooking .title-section h1 {
		width:200px;
	}
	
	.project-list .title-section a {
		margin-right:auto !important;
		margin-bottom:auto;
		margin-left:auto !important;
		margin-top:auto !important;
	}
	/*
	.title-section p br {
		display:none;
	}
	*/
	
	main .book .text-segment {
		padding:0 40px;
	}
	main .book .text-segment.center p {
		margin-top:0px !important;
		max-width:100%;
	}
	
	main .book .footnote {
		padding:0 30px;
		margin-bottom:70px;
	}
	
	.project-list.book a .image-holder {
		margin-left:-140px;
	}
	
	.project-list.book a {
		height:400px;
	}
	
	.project-list.book.menazilname > a:nth-child(2) .image-holder {
		margin-left:80px;
	}
	
	main {
		font-size:20px;
		line-height:30px;
	}
	
	main .text-block {
		padding-left:0px;
	}
	
	main .text-block p {
		font-size:22px;
		line-height:33px;
		padding-right:10px;
	}
	
	main .wrapper {
		padding:25px 30px;
	}
	
	main .left-image {
		width:100%;
		height:620px;
	}
	
	main .left-image p {
		font-size:16px;
		line-height:28px;
		right:-30px;
		
		
	}
	
	main .full-image {
		transform:translate(0, 180%) rotate(90deg);
		transform-origin:top center;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:-30px;
		width:823px;
		height:293px;
	}
	
	main .full-image img {
		width:823px;
		height:auto;
	}
	
	main .full-image p {
		transform:translate(0, 100%) rotate(-90deg);
		transform-origin:top left;
		font-size:16px;
		line-height:28px;
		

		font-size:22px;
		line-height:33px;
		
		max-width:170px;
	}
	
	main .full-image p:nth-child(2) {
		top:275px;
		left:28px;
		text-align:right;
	}
	
	main .full-image p:nth-child(3) {
		top:-20px;
		left:28px;
		
		top:-69px;
	}
	main .full-image p:nth-child(4) {
		top:5px;
		left:392px;
		
		top:-5px;
	}
	
	main .full-image p:nth-child(5) {
		top:376px;
		left:518px;
		text-align:right;
		
		top:302px;
	}
	
	main .full-image p:nth-child(6) {
		top:6px;
		left:675px;
		
		top:-71px;
	}
	
	main .left-image:nth-child(2){
		margin-left:0px;
		margin-right:25px;
	}
	
	main .left-image:nth-child(3){
		margin-right:25px;
	}
	
	main.desktop {
		display:none;
	}
	main.mobile {
		display:block;
	}
	/*
	main .book .text-segment.center p {
		text-align:left;
	}
	
	main .book .footnote p {
		text-align:left;
	}
	*/
	main .book .text-segment p {
		font-size:1.3em;
		line-height:1.5em;

		font-size: 24px;
		line-height: 36px;
	}
	
	main .book .footnote p {
		font-size:1em;
		/*font-size:0.95em;*/
	}
	
	.footer-links.mobile {
		display:flex;
	}
	.footer-links.desktop,
	.footer-links.tablet {
		display:none;
	}
	
	
	.title-section .footer-links.tablet.tablet-show-footer-links-after-text {
		display:none;
	}
	
	
	body.books .title-section h1 + p,
	body.books .title-section > p + p,
	body.shelved-projects .title-section h1 + p,
	body.shelved-projects .title-section > p + p,
	body.miscellaneous-projects .title-section h1 + p,
	body.miscellaneous-projects .sihir .title-section h1 + p,
	body.miscellaneous-projects .sihir .title-section > p + p,
	body.miscellaneous-projects .lundbeck .title-section h1 + p,
	body.miscellaneous-projects .lundbeck .title-section > p + p,
	body.miscellaneous-projects .turkish-cooking .title-section h1 + p,
	body.miscellaneous-projects .turkish-cooking .title-section > p + p,
	body.miscellaneous-projects .zf .title-section h1 + p,
	body.miscellaneous-projects .zf .title-section > p + p,
	body.miscellaneous-projects .wedding-invitations .title-section h1 + p,
	body.miscellaneous-projects .wedding-invitations .title-section > p + p {
		padding-right:0px !important;
	}
	
	
	.book .title-section,
	body.shelved-projects .title-section, 
	body.miscellaneous-projects .sihir .title-section, 
	body.miscellaneous-projects .lundbeck .title-section, 
	body.miscellaneous-projects .turkish-cooking .title-section, 
	body.miscellaneous-projects .zf .title-section, 
	body.miscellaneous-projects .wedding-invitations .title-section, 
	body.miscellaneous-projects .librairie-de-pera .title-section {
		order:2;
		padding-top:10px;
		padding-bottom:20px;
		padding-right:0px;
		font-size:24px;
		line-height:36px;
		padding-bottom:11px;
	}
	body.miscellaneous-projects .librairie-de-pera .title-section {
		padding-left:30px;
	}
	
	body.miscellaneous-projects .title-section {
		width:calc(100% - 40px) !important;
	}
	
	.book.pause .title-section,
	.book.menazilname .title-section,
	.book.count-amadeo-preziosi .title-section,
	.book.piyade .title-section,
	.book.ottoman-cartouches .title-section,
	.book.image-is-hidden .title-section,
	.book.kara-memi .title-section,
	.book.turkish-carpets .title-section,
	.book.kamondo-han .title-section,
	.book.the-synagogues-of-turkey .title-section,
	.book.pure-concrete .title-section,
	.book.izzetabad-kasri .title-section,
	.book.marmalade-skies .title-section { 
		order:1;
		margin-top:20px;
		padding-left:30px;
	}
	
	.book.lundbeck .title-section {
		order:3;
	}
	
	.book.new-york-philharmonic .title-section,
	.book.kulalar-yikilmasin .title-section,
	.book.sun-ra-omniverse-arkestra .title-section,
	.book.nerious-joseph .title-section,
	.book.oliver-lake-quartet .title-section,
	.book.dave-brubeck .title-section,
	.book.a-ay .title-section,
	.book.grafik-urunler-sergisi-12 .title-section,
	.book.bir-muzenin-gelisimine-bakis .title-section,
	.book.aromsa .title-section,
	.book.tec .title-section,
	.book.real-estate-turkey .title-section,
	.book.third-ethics-summit .title-section,
	.book.in-the-tracks-of-the-ten-thousand .title-section,
	.book.the-science-and-art-of-porcelain-laminate-veneers .title-section,
	.book.les-ottomans .title-section,
	.book.order-of-merit-of-the-republic-of-turkey .title-section {
		margin-bottom:50px;
	}
	
	.book.tec .title-section {
		z-index:2;
	}
	
	.book.pause .title-section h1 p {
		margin-bottom:0px;
	}
	
	.book.pause .title-section h1 p + p {
		margin-top:0px;
	}
	
	.book.image-is-hidden .title-section h1 p {
		margin-bottom:0.1em;
	}
	
	.book.image-is-hidden .title-section h1 p + p {
		margin-top:0.1em;
	}
	
	
	
	
	.book .title-section h1 + p {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow:hidden;
	}
	/*
	.book .title-section:after {
		content:"read more";
		display:block;
		text-decoration:underline;
		margin-top:10px;
		font-size:0.85em;
		color:#AD514F;
		color:#616264;
		text-underline-offset:3px;
	}
	*/
	.book.new-york-philharmonic .title-section h1 + p,
	.book.kulalar-yikilmasin .title-section h1 + p,
	.book.sun-ra-omniverse-arkestra .title-section h1 + p,
	.book.nerious-joseph .title-section h1 + p,
	.book.oliver-lake-quartet .title-section h1 + p,
	.book.dave-brubeck .title-section h1 + p,
	.book.sihir .title-section h1 + p,
	.book.a-ay .title-section h1 + p,
	.book.grafik-urunler-sergisi-12 .title-section h1 + p,
	.book.bir-muzenin-gelisimine-bakis .title-section h1 + p,
	.book.aromsa .title-section h1 + p,
	.book.tec .title-section h1 + p,
	.book.real-estate-turkey .title-section h1 + p,
	.book.third-ethics-summit .title-section h1 + p,
	.book.wedding-invitations .title-section h1 + p,
	.book.zf .title-section h1 + p,
	.book.librairie-de-pera .title-section h1 + p,
	.book.in-the-tracks-of-the-ten-thousand .title-section h1 + p,
	.book.the-science-and-art-of-porcelain-laminate-veneers .title-section h1 + p,
	.book.les-ottomans .title-section h1 + p,
	.book.order-of-merit-of-the-republic-of-turkey .title-section h1 + p {
		display: block;
		-webkit-line-clamp: initial;
		-webkit-box-orient: initial;
		overflow:auto;
	}
	
	
	
	.project-list.book .title-section a.read-more {
		display:inline-block;
	}
	body.miscellaneous-projects .book.new-york-philharmonic .title-section a.read-more,
	body.miscellaneous-projects .book.kulalar-yikilmasin .title-section a.read-more,
	body.miscellaneous-projects .book.sun-ra-omniverse-arkestra .title-section a.read-more,
	body.miscellaneous-projects .book.nerious-joseph .title-section a.read-more,
	body.miscellaneous-projects .book.oliver-lake-quartet .title-section a.read-more,
	body.miscellaneous-projects .book.dave-brubeck .title-section a.read-more,
	body.miscellaneous-projects .book.sihir .title-section a.read-more,
	body.miscellaneous-projects .book.a-ay .title-section a.read-more,
	body.miscellaneous-projects .book.grafik-urunler-sergisi-12 .title-section a.read-more,
	body.miscellaneous-projects .book.bir-muzenin-gelisimine-bakis .title-section a.read-more,
	body.miscellaneous-projects .book.aromsa .title-section a.read-more,
	body.miscellaneous-projects .book.tec .title-section a.read-more,
	body.miscellaneous-projects .book.real-estate-turkey .title-section a.read-more,
	body.miscellaneous-projects .book.third-ethics-summit .title-section a.read-more,
	body.miscellaneous-projects .book.wedding-invitations .title-section a.read-more,
	body.miscellaneous-projects .book.zf .title-section a.read-more,
	body.miscellaneous-projects .book.librairie-de-pera .title-section a.read-more,
	body.miscellaneous-projects .book.in-the-tracks-of-the-ten-thousand .title-section a.read-more,
	body.miscellaneous-projects .book.the-science-and-art-of-porcelain-laminate-veneers .title-section a.read-more,
	body.miscellaneous-projects .book.les-ottomans .title-section a.read-more,
	body.miscellaneous-projects .book.order-of-merit-of-the-republic-of-turkey .title-section a.read-more {
		display:none;
	}
	
	.book .title-section p + p {
		display:none;
	}
	
	body.miscellaneous-projects .book.new-york-philharmonic .title-section p + p,
	body.miscellaneous-projects .book.kulalar-yikilmasin .title-section p + p,
	body.miscellaneous-projects .book.sun-ra-omniverse-arkestra .title-section p + p,
	body.miscellaneous-projects .book.nerious-joseph .title-section p + p,
	body.miscellaneous-projects .book.oliver-lake-quartet .title-section p + p,
	body.miscellaneous-projects .book.dave-brubeck .title-section p + p,
	body.miscellaneous-projects .book.sihir .title-section p + p,
	body.miscellaneous-projects .book.a-ay .title-section p + p,
	body.miscellaneous-projects .book.grafik-urunler-sergisi-12 .title-section p + p,
	body.miscellaneous-projects .book.bir-muzenin-gelisimine-bakis .title-section p + p,
	body.miscellaneous-projects .book.aromsa .title-section p + p,
	body.miscellaneous-projects .book.tec .title-section p + p,
	body.miscellaneous-projects .book.real-estate-turkey .title-section p + p,
	body.miscellaneous-projects .book.third-ethics-summit .title-section p + p,
	body.miscellaneous-projects .book.wedding-invitations .title-section p + p,
	body.miscellaneous-projects .book.zf .title-section p + p,
	body.miscellaneous-projects .book.librairie-de-pera .title-section p + p,
	body.miscellaneous-projects .book.in-the-tracks-of-the-ten-thousand .title-section p + p,
	body.miscellaneous-projects .book.the-science-and-art-of-porcelain-laminate-veneers .title-section p + p,
	body.miscellaneous-projects .book.les-ottomans .title-section p + p,
	body.miscellaneous-projects .book.order-of-merit-of-the-republic-of-turkey .title-section p + p {
		display:block;
	}
	.book .title-section h1 p + p {
		display:block;
	}
	
	
	
	
	main .book .text-segment p {
		margin-bottom:24px;
	}
	
	/*
	.book.mustafa-kemal .text-segment.center {
		padding:0 50px;
	}
	*/
	
	
	
	
	
	.silks-for-the-sultans .title-section.expanded:after,
	.pause .title-section.expanded:after,
	.murat-germen .title-section.expanded:after,
	.book .title-section.expanded:after {
		content:" ";
	}
	
	
	
	
	.footer-links a {
		width:48px;
		height:48px;
		margin:4px 12px
	}
	
	.footer-links a:before {
		width:18px;
		height:18px;
		border-left:3px solid #FFFFFF;
		border-bottom:3px solid #FFFFFF;
		top:13px;
		left:19px;
	}
	
	.footer-links a:nth-child(2):before {
		left:8px;
	}
	/*
	
	*/
	.book h1 {
		max-width:60%;
	}
	/*
	.book.bir-muzenin-gelisimine-bakis h1 p br {
		display:none;
	}
	
	.book.bir-muzenin-gelisimine-bakis h1 {
		max-width:100%;
	}
	*/
	
	/*
	.project-list > a.img {
		pointer-events:none;
	}
	*/
}

/*

@media (max-width:580px){
	header a#logo img {
		opacity:1;
	
	}
	header.expanded {
		height:214px;
	}
	header.expanded nav.primary {
		width:calc(100% - 50px);
	}
	header nav.primary ol {
		flex-wrap:wrap;
		flex-direction:column;
	}
	
	header nav.primary ol li {
		margin-right:0px;
		margin-bottom:8px;
		margin-left:auto;
	}
	
	header nav.primary ol li:last-child {
		margin-bottom:0px;
	}
	
	.project-list {
		width:580px;
	}
}

*/




.fancybox__backdrop {
	background:#FFFFFF;
}

.fancybox__toolbar {
	background:transparent;
	text-shadow:none;
	color:#000000;
}

.carousel__button {
	color:#818183;
	background:#FFFFFF;
	box-shadow:none;
}

.carousel__button:hover {
	color:#000000;
}
.carousel__button svg {
	filter:none;
}
.carousel__button.fancybox__button--zoom,
.carousel__button.fancybox__button--fullscreen {
	display:none;
}


.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-color:#AD514F;
	border-radius:0px;
	border-width:5px;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
	opacity:1;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb {
	
}

.fancybox__slide {
	padding:0px;
}