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

/*
@import url("/fonts/Akkurat-Bold.css");
@import url("/fonts/Akkurat-Italic.css");
@import url("/fonts/Akkurat-Regular.css");
@import url("/fonts/Genath-Italic.css");
@import url("/fonts/Genath-Light.css");
@import url("/fonts/Genath-LightItalic.css");
@import url("/fonts/Genath-Regular.css");
*/
/**************************************************

	font-family: "CopperplateGothicStd-29AB";
	font-family: "CopperplateGothicStd-29BC";
	font-family: "CopperplateGothicStd-31AB";
	vs.
	font-weight: 400;
	
	-----------------------------------------------
	
	font-family: "Neutraface2Text";

	Light:
	font-weight: 300;
	
	Book:
	font-weight: 400;
	
	Demi:
	font-weight: 600;
	
	Bold:
	font-weight: 700;

	Italic oldugunda;
	font-style: italic;

 **************************************************/





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:14px;
	line-height:20px;
	font-family: Helvetica, Arial, sans-serif;

}

h1,h2,h3,h4,h5,h6{
	margin-bottom:10px;
	font-weight: bold;
}
p{
	margin-bottom:10px;
}
figure{
    position:relative;
}



span.date {
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 5px;
}
a {
	color:#000;
}
a:hover,
a:hover .tr, 
a:hover .en {
	color:#FF0000;
}
.mobil-header{
	padding:40px 40px 20px 40px;
}
.mobil-header:after {
	clear:both;
	content:"";
	display:block;
}
.mobil-header .current-section {
	clear:both;
	width:auto;
	display:block;
}
#mobilMenu{
	width:100%;
	display:none;
	z-index: 9999999;
	/*background-color: #fff;*/
	padding-bottom: 0px;
}
.mobil-wrapper.open #mobilMenu {
	display:block;
}
.mobil-wrapper.open .current-section {
	display:none;
}
.table{
	display:table;
	width:100%;
	height:100%;
}

.table-cell{
	display: table-cell;
	width: 100%;
	height: 100%;
	/* vertical-align: middle; */
	padding: 0px 40px 15px 40px;
}
.container {
	position:relative;
	display:block;
	height:auto;
	margin:0 auto;
	padding:40px;
}

.home-page .container {
	padding-top:140px;
}

.home-page.test .container {
	padding-top:0px !important;
	padding-right:15px;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}

header {
	position: relative;
    
}
aside.left{
	position: fixed;
    width: 300px;
    display: block;
    height: 100%;
	z-index:999;
	padding:30px 40px;
	top:0px;
	left:0px;
}
nav {
	position:relative;
}
nav a{
	color:#000;
	font-weight: bold;
}

header .container {
	padding-bottom:21px;
}
footer {
	position:relative;
	width:100%;
	height:auto;
	background-color:#ffcb1c;
	display:block;
}

#logo {
    display: block;
    height: auto;
	width:200px;
	width :calc(100% - 30px);
	float:left;
}
#logo img{
    margin-bottom:6px;
	max-width:100px;
}
#logo img:nth-child(2) {
	margin-bottom:0px;
}

.senan-pager{
	position:relative;
	display:block;
	width: auto;
	margin: 0 auto;
	font-size:0px;
	line-height:0px;
}

.senan-pager span {
    background-color: #fff;
    border: 0px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    color: transparent;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    margin: 15px 5px;
}


header .inner {
	position:relative;
	display:block;
	height:auto;
}


nav #lang-switch {
	position:relative;
}




nav #menu {
	clear:both;
	position:relative;
	display:block;
	margin-top:10px;
}

nav #menu:after {
	content:"";
	display:block;
	clear:both;
}


nav #menu li,
#mobilMenu li {
	position:relative;
	padding:0px;
}



nav #menu li:last-child {
	margin-right:0px;
}
#mobilMenu a,
nav .inner a {
	font-size:1em;
	line-height:1em;
	color:#000;
	cursor:pointer;
}
#mobilMenu a,
header .inner a {
	font-size:1em;
	line-height:1em;
	color:#000;
	cursor:pointer;
	font-weight: bold;
}
#mobilMenu a span,
nav a span{
	color:#bebebe;
}
#mobilMenu a:hover, 
#mobilMenu a.selected, 
nav a:hover,  
nav a.selected{
	color:#ff0000;
}
#mobilMenu a:hover span,
nav a:hover span,  
nav a.selected span{
	color:#ff7f7f;
}

#content {
    height: auto;
    position: relative;
    display: block;
    min-height: calc(100vh - 81px);
	padding-left: 300px; /*calc(100% - 1300px);*/
}

#content.home-page {
	padding-left: 300px;
    min-height: 100vh;
    min-height: calc(100vh - 81px);
}

#content.home-page.test {
	padding: 15px;
	padding-bottom:0px;
	min-height: calc(100vh);
}

#content.home-page .container {
	text-align:center;
}

#carousel .caption{
	position: absolute;
	bottom: 0px;
    z-index: 999;
    color:#fff;
    width: 100%;
	font-size:1em;
	line-height:1em;
	background: rgba(0,0,0,0.6);
	padding:10px;
	
}

.home-page.test2 #carousel .caption{
	background-color:rgba(227,235,227, 0.6);
}


.home-page.test2 #carousel .caption span.tr,
.home-page.test2 #carousel .caption span.en {
	color:rgba(49,49,49, 1);
}

#carousel {
	width:100%;
	height:auto;
	display:block;
}

#carousel .caption span.tr {
	color:#fff;
}
#carousel .caption span.en {
	color:rgba(255,255,255, 0.8);
}

#carousel .slide {
	width:100%;
	height: calc(100vh - 180px);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-page.test2 #carousel .slide {
	background-size: contain;
}

.home-page.test #carousel .slide {
	height:calc(100vh - 55px);
}

body.mobile.home #carousel .slide {
	height: calc(100vh - 210px);
    
}
body.mobile.home #content.home-page {
	height: calc(100vh - 401px);
}

.mobil-wrapper{
	display:none;
}


a.menu-toggle {
	display:block;
	position:relative;
	z-index:1002;
	top:auto;
	right:auto;
	float:right;
	text-align:right;
	border:0px;
	pointer-events:auto;
	background-color:transparent;
	width: 30px;
	height: 24px;
	margin: 0px;
	margin-right:0px;
	margin-top:36px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;*/
	cursor: pointer;
	display:none;
	font-size:24px;
	line-height:24px;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 0.18em;
	width: 100%;
	background: #000;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-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:#bebebe;
}

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

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

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

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

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

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

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

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


header .inner.toggled-on #menu {
	display:block;
}
#exhibitions-text-mobil{
	display:none;
	padding-left: 380px;
}
.video-item{
	margin-bottom:40px;
	margin-top:-40px;
	padding-top:40px;
	display:block;
	
}

.exhibition{
	margin-bottom:45px;
	margin-top:0px;
	padding-top:0px;
	display:block;
}

.exhibition:before{
	display:block;
	content:"";
	clear:both;
}
.exhibition:after{
	display:block;
	content:"";
	clear:both;
}
.design-item,
a.exhibition {
	float:left;
	width:calc(50% - 20px);
	background-color:#FFF;
	padding:10px;
	margin-bottom:40px;
	
}
.design-item:nth-child(2n),
a.exhibition:nth-child(2n){
	margin-right:40px;
}

.tr{
	color:#000;
}
.en{
	color:#999999;
}
#videos .kunye{
	width: 275px;
    float: left;
    padding-right: 15px;
}
.item-title{
	position:relative;
	width:100%;
}
.design-item .item-title h4{
	margin-bottom: 0px;
}
.item-title h4{
	margin-top: 0px;
	
}
.item-title span{
	display:block;
	padding:0px;
}

.item-title,
.kunye:after{
	display:block;
	content:"";
	clear:both;
}
.item-title,
.kunye:before{
	display:block;
	content:"";
	clear:both;
}


body.tasarim .kunye h4, 
body.video .kunye h4, 
body.sanat .kunye h4, 
body.sanat #detail-text h4 {
	margin-top:0px;
	margin-bottom:0px;
}

.kunye span{
    display: block;
}
.kunye h4:after{
	display:block;
    content:"";
	clear:both;
}
.kunye h4:before{
	display:block;
    content:"";
	clear:both;
}
#videos .video{
	float:left;
	width: calc(100% - 275px);
}
.design-item .img,
#exhibitions .img {
	width:100%;
	height:calc(25vw - 105px);
	margin-top:10px;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.design-item .img{
	margin-top:0px;
}
.img{
	float:left;
	width: calc(100% - 240px);
}
.img img{
	max-width:100%;
	max-height: calc(100vh - 80px);
}
#about-contact{
	font-size:1em;
	position:absolute;
	bottom:30px;
	left:40px;
	width:220px;
	padding-right:0px;
}
#exhibitions-text{
	font-size:1em;
	position:absolute;
	bottom:30px;
	left:40px;
	width:220px;
	padding-right:0px;
	max-height:calc(100vh - 460px);
	overflow-y:auto;
}

/* Let's get this party started */
.detail-text::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
.detail-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-left: 3px solid rgba(0,0,0,0);
	border-right: 3px solid rgba(0,0,0,0);
}
 
/* Handle */
.detail-text::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-left: 3px solid rgba(0,0,0,0);
	border-right: 3px solid rgba(0,0,0,0);
}
.detail-text::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}


#about-contact p,
#exhibitions-text p{
	font-size:1em;
	margin-bottom:0px;
	padding-right:5px;
}
#happens,
#designs,
#exhibitions{
	float:left;
	width:100%;
	padding-left:0px;
}

#happens{
	margin-top:-5px;
}
#content .container {
	padding-left:10px;
	padding-bottom:0px;
}

#content.home-page.test .container {
	padding:0px;
}
body.tasarim #content .container.all-list,
body.sanat #content .container.all-list {
	padding-left:0px;
}

.item-wrapper{
	position:relative;
	margin-left:-30px;
	margin-right:-30px;
}

.item-box{
	float:left;
	width:33.33%;
	padding:0 20px;
	margin-bottom:40px;
}
.item-box:nth-child(3n+1){
	clear:left;
}
.item-box .item{
	position:relative;
	padding-left:10px;
	padding-right:10px;
	background-color:#fff;
	padding-top:5px;
}
.item-box .item.endImg{
	padding-bottom:10px;
}
.item-box .item.startImg{
	padding-top:10px;
}


.item-box h4{
	margin-bottom:10px;
}
.item-box h4 span{
	position:relative;
	display:block;
	width:100%;
}
.item-box figure{
	position:relative;
	width:100%;
}

.item-box figure.square{
	position:relative;
	width:100%;
	height:auto;
	padding-bottom:100%;
	background-size:cover;
	background-position:center center;
}

#numbers {
	position:relative;
	display:block;
	max-width:600px;
	width:100%;
	margin-bottom:2em;
}

#numbers a {
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:rgba(255,255,255,0.3);
}

#numbers a.selected,
#numbers a:hover {
	background-color:rgba(255,255,255,1);
}


.item-box figure img{
	width:100%;
	margin-bottom:0px;
}

.item-box .caption p{
	margin-bottom:0px;
}

#about-photo,
#detail-text{
	width:260px;
	padding-right:15px;
	text-align:left;
	position:fixed;
	margin-bottom:30px;
	margin-left:-1px;
}
#detail-text:before,
#detail-text:after{
	display:block;
	content:'';
	clear:both;
}

#detail-text span{
	display:block;
}

#detail-text .image{
	position:relative;
	width:100%;
	max-width:240px;
	float:none;
	margin-top:30px;
	margin-bottom:30px;
}


.hakkinda #about-photo img{
	max-width:100%;
	width:auto;
}
#detail-text img{
	width:100%;
}
#happen,
#design,
#about,
#exhibition{
	float:left;
	width: 100%;
	padding-left:275px;
}
#about .about-text{
	max-width: 600px;
	padding: 10px;
    background-color: #fff;
    margin-bottom: 40px;
}
#content #exhibitions-text.detail-text {
	display:none;
	margin-top:1em;
}
#happen .olup-bitenler{
	position:relative;
	width:100%;
	max-width: 600px;
	padding: 10px;
	background-color: #fff;
	float:left;
	margin-top: -5px;
    padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 40px;
}
.medium-insert-buttons{
	display:none !important;
}
#happen .olup-bitenler p + #happen .olup-bitenler .medium-insert-buttons{
	margin-bottom:0px;
}
#happen .olup-bitenler .medium-insert-images{
	margin-bottom:10px;
}

.medium-insert-images-grid figure {
	width:50%;
	position:relative;
	float:left;
	margin-bottom:10px;
}
#happen .olup-bitenler .medium-insert-images.medium-insert-images-grid {
	margin-bottom:0px;
}
.medium-insert-images-grid figure:nth-child(2n){
	padding-left:5px;
}
.medium-insert-images-grid figure:nth-child(2n+1){
	padding-right:5px;
	clear:both;
}

.medium-insert-images-grid:after {
	content:"";
	clear:both;
	display:block;
}
.medium-insert-images-center figure {
	width:50%;
	margin:0 auto;
}


#happen .olup-bitenler.startImg{
    padding-top: 10px;
}
#happen .olup-bitenler p,
#happen .olup-bitenler figure img{
	margin-bottom:0px;
}
#happen .olup-bitenler.endText p:last-child{
	padding-bottom:0px;
}
#exhibition .olup-bitenler figure img{
	width:100%;
	margin-bottom:10px;
}
div.olup-bitenler .social-media-shares {
    display:none;
	position: absolute;
	right: 2px;
	top: -43px;
}
.social-media-shares svg{
    fill:#a9a9a9;
}
.social-media-shares .facebook svg:hover {
    fill:#3E5B99;
}
.social-media-shares .twitter svg:hover {
    fill:#5FA9DD;
}
div.olup-bitenler .social-media-shares li {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
}
#detail-text  .social-media-shares {
	position: fixed;
	width:40px;
	top: 40px;
	left: 1200px;
	background-color: #fff;
}

#detail-text .social-media-shares li {
	display:block;
    position: relative;
    float: none;
    width: 40px;
    height: 40px;
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
}
div.olup-bitenler .social-media-shares li:first-child,
#detail-text .social-media-shares li:first-child {
    line-height: 40px;
    width: 40px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}



div.olup-bitenler .social-media-shares li a,
#detail-text .social-media-shares li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.photos li{
	width:100%;
	margin-bottom:40px;
}
.photos li img{
	max-width:100%;
	max-height: calc(100vh - 80px);
}
.photos .caption{
	position:relative;
	margin-top:10px;
}
.photos .caption p {
	margin-bottom:0px;
}

figure img{
	width:100%;
	margin-bottom:10px;
}
b{
	font-weight:bold;
}

i{
	font-style:italic;
}

p a {
	color:inherit;
	text-decoration:underline;
}

@media (max-width:1200px){
	.item-box{
		width:50%;
	}
	.item-box:nth-child(3n+1){
		clear:none;
	}
	.item-box:nth-child(2n+1){
		clear:left;
	}
	.design-item .img,
	#exhibitions .img {
		height:calc(50vw - 180px);
	}
}

@media (max-width:1360px){
	
	#exhibitions {
	    width: 100%;
	}
	
	

}
@media (max-width: 1255px){
	#detail-text .social-media-shares {
	    position: relative;
	    top: auto;
	    left: auto;
	}
}


@media (max-width:1200px){
	#videos .kunye{
	    width: 100%;
	    text-align: left;
	    padding-right: 0px;
	    margin-bottom: 10px;
	}
	.kunye {
	    width: 100%;
	    text-align: left;
	    padding-right: 15px;
	    margin-bottom: 10px;
	}
	
	#videos .video,
	.img {
	    width: 100%;
	}
	#happen,
	#about{
		padding-left: 0px;
	}
	#about-photo {
	    width: 100%;
		position:relative;
		padding-right:0px;
	}
	#about-photo:before,
	#about-photo:after{
		content:'';
		display:block;
		clear:both;
	}
	#about .about-text {
	    max-width: 100%;
	}
	#detail-text {
	    width: 100%;
		position:relative;
		padding-right:0px;
		margin-bottom:10px;
	}
	
	.design-item,
	a.exhibition {
		width:100%;
	}
	#design,
	#exhibition {
	   padding-left:0px;
	}
	#exhibitions{
		padding-left:0px;
	}
	#detail-text .item-list li {
		display:inline-block;
	}
	#detail-text .social-media-shares {
	    display:none;
	}
	div.olup-bitenler .social-media-shares {
	    display:block;
	}
	
	
}
@media (max-width:800px){ 
	
	body.mobile.home #carousel li {
		height: calc(100vh - 280px);

	}
	body.mobile.home #content.home-page {
		max-height: calc(100vh - 300px);
		height: calc(100vh - 300px);
		min-height: calc(100vh - 300px);
		}
}
@media (max-width: 720px){ 
	.kunye {
		width:100%;
		padding-right:0px;
	}
	
}

@media (max-width:960px){
	.design-item .img,
	#exhibitions .img {
		width:100%;
		height:calc(50vw - 50px);
	}
	#logo {
		width:100px;
	}
	
	#content{
		width:100%;
		padding-left:40px !important;
		padding-right:40px;
		margin-top:10px;
	}
	#content.home-page {
		margin-top:0px;
		min-height:auto;
	}
	
	#content.home-page.test {
		position:absolute;
		z-index:-1;
		top:0px;
		left:0px;
		padding-left:15px !important;
	}
	#content.snap-to-top {
		margin-top:0px;
	}
	nav{
		display:none;
	}
	#menu-toggle{
		display:block;
	}
	.mobil-wrapper{
		display:block;
	}
	
	aside.left {
		display:none;
	    position: relative;
	    width: 100vh;
	    height: auto;
	    z-index: 999;
	    padding: 0px 40px;
	    top: auto;
	}
	.left.hasContent{display:block;}
	aside #exhibitions-text.detail-text {
		display:none;
	}
	#content #exhibitions-text.detail-text {
		display:block;
	}
	
	#detail-text {
	    width: 100%;
		position:relative;
	    text-align: left;
	}
	#exhibition {
	    width: 100%;
		padding-left:0px;
	}
	
	#exhibitions-text-mobil {
	    padding-left: 0px;
	}
	#about-photo{
		margin-bottom:40px;
		margin-left:0px;
	}
	#about-contact{
		padding-top:0px;
		position:relative;
		left:auto;
		bottom:auto;
		width:100%;
	}
	#exhibitions-text {
		padding-top:0px;
		position:relative;
		left:auto;
		bottom:auto;
		width:100%;
	}
	
	#content .container {
		padding:0px;
	}
}


@media (max-width:710px){
	#detail-text .social-media-shares {
	    display:none;
	}
	.olup-bitenler .social-media-shares {
	    display:block;
	}
	
	
	
}

@media (max-width:600px){
	.container {
	    padding: 20px;
	}
	.item-wrapper {
	    margin-left: -20px;
	    margin-right: -20px;
	}
	.design-item, 
	a.exhibition,
	#about .about-text,
	.item-box{
		margin-bottom:20px;
	}
	body.home aside.left {
	    display:none;
	}
	.home.mobile.android .senan-pager{
		bottom:-46px;
	}
	aside.left {
		padding: 0px 20px;
	     display:none;
	}
	#content{
		padding-left:20px !important;
		padding-right:20px;
	}
	aside.left.hasContent {
	     display:block;
	}
	
	.table-cell {
	    
	    padding: 10px 20px 0px 20px;
	}
	.mobil-header {
	    padding: 20px;
	}
	
	#content.home-page.test {
		padding:0px !important;
	}
	
	.home-page.test #carousel .slide {
		height: calc(100vh - 40px);
	}
	.item-box{
		width:100%;
	}
	.item-box:nth-child(2n+1){
		clear:none;
	}
	#carousel-prev {
	    left: 40px;
	}
	#carousel-next {
	    right: 40px;
	}
	div.olup-bitenler .social-media-shares {
	    right: auto;
	    top: auto;
	    bottom: 0px;
	    left: 3px;
	}
	#happen .olup-bitenler{
		padding-bottom: 40px;
	}
	#about-photo {
	    margin-bottom:20px;
	}
	#detail-text .image {
		margin-top:20px;
		margin-bottom:20px;
	}
	.senan-pager span {
	    margin: 5px 5px;
	}
	
	.home-page.test .senan-pager span {
	    margin: 15px 5px;
	}
}
@media (max-width:500px){
	
	body.mobile.home #carousel li {
		height: calc(100vh - 220px);

	}
	body.mobile.home.android #carousel li {
		height: calc(100vh - 280px);

	}
	body.mobile.home.android #content.home-page {
		max-height: calc(100vh - 230px);
		height: calc(100vh - 230px);
		min-height: calc(100vh - 230px);
		}
	body.mobile.home #content.home-page {
		max-height: calc(100vh - 195px);
		height: calc(100vh - 195px);
		min-height: calc(100vh - 195px);
		}

}
