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


@import url("/fonts/yahsidot-blackmaj.css");
@import url("/fonts/yahsidot-blackminson.css");
@import url("/fonts/yahsidot-boldmaj.css");
@import url("/fonts/yahsidot-boldmin.css");
@import url("/fonts/yahsidot-regmaj.css");
@import url("/fonts/yahsidot-regmin.css");

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

	font-family: "yahsidot blackmaj";
	font-family: "yahsidot boldmaj";
	font-family: "yahsidot boldmin";
	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:transparent;
	background: transparent;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	font-size:14px;
	line-height:20px;
	font-family: "yahsidot regmin", Helvetica, Arial, sans-serif;

}

body.tasarim-calismalari.inner,
body.workshops.inner {
	background-color:#F0F0F0;
}

strong {
	font-weight:700;
	font-family: "yahsidot boldmaj", Helvetica, Arial, sans-serif;
}

::selection {
	background: #CCCCCC;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom:10px;
	font-weight: 700;
	font-family: "yahsidot boldmaj", Helvetica, Arial, sans-serif;
}

p{
	font-size:14px;
	line-height:20px;
	font-family: "yahsidot regmin", Helvetica, Arial, sans-serif;
	margin-bottom:10px;
}

figure{
	position:relative;
}

a {
	color:#808284;
	font-family: "yahsidot boldmaj", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	line-height: 15px;
}
a:hover {
	color:#333;
}

.scaler {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}

.container {
	position:relative;
	display:block;
	height:auto;
	margin:0 auto;
	padding:0 20px;
	max-width:1120px;
}

.container:after {
	clear:both;
	display:block;
	content:" ";
}
.container.with-boxes {
	padding:0px;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
header .container {
	padding: 20px 20px 10px 20px;
}

.iletisim #content .container {
	padding:24px 20px;
}

header {
	position: relative;
}

nav {
	position:relative;
	display:block;
	width: 100%;
}

nav:after {
	content:" ";
	display:block;
	clear:both;
}
nav a{
	color:#333;
}


footer {
	position:relative;
	width:100%;
	height:auto;
	background-color:#ffcb1c;
	display:block;
}

#logo {
	display: block;
	height: auto;
	width:100%;
	margin-bottom:30px;
}

#logo svg{
	fill:#818285;
	display:block;
	height:auto;
}

#logo .cift-satir {
	display:none;
}

#lang-switch {
	position: relative;
	float: right;
}


nav ul {
	position:relative;
	display:block;
	float:left;
}
nav ul:before,
nav ul:after {
	content:"";
	display:block;
	clear:both;
}

nav ul li {
	position:relative;
	float:left;
	padding:0px;
	margin-right:10px;
}
nav ul li:before {
	content:'·';
	font-size:13px;
	line-height:15px;
	margin-right: 10px;
}

nav ul li:last-child {
	margin-right:0px;
}

nav ul li:first-child:before {
	display:none;
}
nav ul li a {
	font-family: "yahsidot boldmaj";
	font-weight: 700;
	font-style: normal;
	font-size:14px;
	line-height:16px;
	color:#808284;
	cursor:pointer;
}
nav ul li a.selected,
nav ul li a:hover {
	color:#333;
}

.content
#content {
	height: auto;
	position: relative;
	display: block;
	background-color:transparent;
	background: transparent;
}
#filters{
	position:relative;
	display:block;
}
#filters:after {
	content:' ';
	display:block;
	clear:both;
}
#filters li{
	float:left;
	margin-right:8px;
	margin-bottom:4px;
}

#filters li:after {
	content:'·';
	font-size:12px;
	line-height:16px;
	margin-left: 8px;
	
}

#filters li:last-child:after,
#filters li.last:after {
	visibility:hidden;
}
#filters li a {
	font-size:12px;
}

#filters li a.active{
	color:#333;
}

.workshops {
	position:relative;
	display:block;
	width:1120px;
	margin-bottom:18px;
}

.workshops:after {
	content:" ";
	clear:both;
	display:block;
}
.workshop{
	position:relative;
	display:block;
	font-family:'yahsidot blackmaj';
	font-size:18px;
	line-height:20px;
	width:336px;
	height:336px;
	float:left;
	margin:18px;
	color:#fff;
	background-position:center;
	background-size:cover;
	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	
	-webkit-transition: filter .25s ease-in-out;
	-moz-transition: filter .25s ease-in-out;
	-ms-transition: filter .25s ease-in-out;
	-o-transition: filter .25s ease-in-out;
	transition: filter .25s ease-in-out;
	
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	backface-visibility: hidden;
}

.workshop.hidden {
	display:none;
}

.workshop:hover,
.workshop.hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	color:#fff;
}

.workshop .header {
	height:90px;
	padding:10px 30px;
}
.workshop .date{
	text-align:right;
	margin-bottom:30px;
}
.workshop h4 {
	margin-bottom:0px;
}

.workshop .title {
	position:relative;
	display:block;
	width: 100%;
	font-size: 150px;
	line-height: 165px;
	text-align: center;
	backface-visibility: hidden;
}

.workshop .footer{
	position:relative;
	padding-top:10px;
	padding-left: 30px;
}
.workshop .footer p{
	font-family: "yahsidot blackmaj", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom:0px;
}

.prev-next {
	position: absolute;
	top: 50%;
	width: 28px;
	z-index: 800;
	height: 28px;
	cursor: pointer;
	background-size: cover !important;
	margin-top:0px;
}
.prev-next:before {
	content:"";
	display:block;
	position:absolute;
	width:8px;
	height:8px;
	border-radius:4px;
	background-color:#808284;
	top:10px;
	left:10px;
}

.prev-next:hover:before {
	background-color:#000;
}


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;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
	font-size:20px;
	line-height:24px;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: rgba(128, 129, 133, 0.7);
	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:rgba(128, 129, 133, 1)
}

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

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

.menu-toggle span:nth-child(3) {
	opacity:0;
}

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

.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);
	opacity:1;
}

.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;
}
.menu-trigger{
	float:right;
	display:none;
	padding: 7px;
	padding-right: 0px;
}
#menu.open{
	height:auto;
}

.carousel-holder {
	width:100%;
	/*background-image:url('/images/svg/dot.svg') ;*/
	height:540px;
	background-size:28px;
	position:relative;
	background-position: center center;
}

.carousel-holder .inner {
	max-width:none;
	width:100%;
}
.carousel .slide-item {
	width:100%;
	height:540px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.carousel .slide-item .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;
}

.pdf {
	width:100%;
	/*background-color:rgba(0,0,0,0.30);*/
	background-color:#f0f0f0;
	height:890px;
	margin-bottom: 60px;
}

.pdf .notice {
	display:none;
	text-align:center;
}

.pdf .notice.show {
	display:block;
}

.pdf.pdf-07 {
	width:100%;
	/*background-color:rgba(0,0,0,0.30);*/
	background-color:#fff;
	height:840px;
	margin-bottom: 60px;
}

.pdf h3{
	font-family: "yahsidot boldmaj";
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 10px;
}

.pdf h3 a.initiate-pdf-viewer {
	color:#808284;
}

.pdf h3 a.initiate-pdf-viewer:after {
	content: '·';
	font-size: 12px;
	line-height: 16px;
	margin-left: 8px;
}

.pdf h3 a.initiate-pdf-viewer:last-child:after {
	content: '';
}

.pdf h3 a.initiate-pdf-viewer:hover,
.pdf h3 a.initiate-pdf-viewer.selected {
	color:#333;
}


.pdf:before,
.pdf:after {
	content:'';
	display:block;
	clear:both;
}
#posts{
	position:relative;
	margin-top:20px;
}
#posts img{
	width:100%;
	max-width:100%;
}
#videos{
	position:relative;
}
.person-item:before,
.person-item:after,
.video-item:before,
.video-itemafter,
.post-item:before,
.post-item:after,
#videos:before,
#videos:after,
#posts:before,
#posts:after{
	content:'';
	display:block;
	clear:both;
}
.kunye{
	position:relative;
	display:block;
	padding-top:2px;
	font-size:12px;
	line-height:15px;
	padding-bottom:0px;
}

.kunye .page-title {
	color:#808284;
	display:block;
}

.kunye .page-title:after {
	content:' ';
	display:block;
	clear:both;
}
.kunye .page-title span{
	float:left;
	margin-right:8px;
	margin-bottom:4px;
}

.kunye .page-title span:after {
	content:'·';
	font-size:12px;
	line-height:16px;
	margin-left: 8px;
}

.kunye .page-title span:last-child:after, 
.kunye .page-title span.last:after {
	visibility: hidden;
}


.kunye span.page-title{
	margin-right:10px;
}
.photo-item .caption,
.video-item .caption {
	position: relative;
	margin-top: 10px;
}
.person-item,
.photo-item,
.post-item,
.video-item{
	position:relative;
	margin-bottom:20px;
}
.photo-item:last-child,
.post-item:last-child,
.video-item:last-child{
	margin-bottom:0px;
}
.post-item figure{
	position:relative;
}
.medium-insert-images {
	margin-bottom:20px;
}

.medium-insert-images figcaption {
	margin-top:4px;
}
.medium-insert-buttons {
	display:none !important;
}
.medium-insert-images-grid {
	margin:0px -10px 10px -10px;
}
.medium-insert-images + .medium-insert-images-grid {
	margin-top:-10px;
}
.medium-insert-images-grid figure {
	width:33.33%;
	position:relative;
	float:left;
	margin:0px;
	padding:10px;
}

.medium-insert-images-grid:after {
	content: " ";
	clear:both;
	display:block;
}

.photo-item figure img,
.post-item figure img{
	max-width:100%;
}

.post-item p {
	font-family: "yahsidot regmaj";
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #333333;
}

.post-item p a {
	font-family: "yahsidot regmaj";
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #333333;
}
/*about*/

#content.about {
	margin-top:24px;
}
.about-item{
	width:33.33%;
	float:left;
	padding: 0 18px 26px 18px;
}
.about-item figure img{
	width:100%;
}
.about-item figure {
	margin-bottom: 15px;
}

article.text{
	margin-bottom:30px;
}
article.text p {
	font-family: "yahsidot regmaj";
	font-size:18px;
	line-height:26px;
	font-weight: 400;
	margin-bottom:10px;
	color:#333333;
}

article.text ul{
	font-family: "yahsidot regmaj";
	font-size:18px;
	line-height:26px;
	font-weight: 400;
	margin-bottom:10px;
	color:#333333;
}

article.text ul li {
	list-style-type:disc;
	margin-left:1em;
}

article.text h1{
	font-family: "yahsidot boldmaj";
	font-size:24px;
	line-height:27px;
	color:#333;
	margin-bottom:20px;
}

article.text h3{
	font-family: "yahsidot boldmaj";
	font-size:20px;
	line-height:26px;
	color:#333;
	margin-bottom:20px;
}

article.bio h4{
	font-family: "yahsidot boldmaj";
	font-size:18px;
	line-height:20px;
	color:#333;
	margin-bottom:10px;
}

article.bio p,
article.bio a {
	font-family: "yahsidot regmin";
	font-size:15px;
	line-height:20px;
	color:#333;
	margin-bottom:10px;
}

article.bio a {
	color:inherit;
}


article.bio a:hover {
	text-decoration:underline;
}

article.text h1 + h3{
	margin-top:-10px;
}

.about .container{
	padding-top:20px;
}

.about .container.with-boxes{
	padding-top:0px;
}

/*about end*/


/*contact*/

.cBox{
	position:relative;
	width:50%;
	float:left;
}
.cBox h1{
	font-size:24px;
	font-family: "yahsidot boldmaj";
	line-height: 27px;
}
.cBox p{
	font-size:18px;
	font-family: "yahsidot regmaj";
	line-height: 26px;
	font-weight: 400;
}
.cBox a{
	font-size:18px;
	font-family: "yahsidot regmaj";
	line-height: 20px;
	font-weight: 400;
}
.cBox .segment p,
.cBox .segment a,
.cBox .segment{
	font-size:18px;
	font-family: "yahsidot regmaj";
	line-height: 26px;
	font-weight: 400;
}
.cBox a:hover,
.cBox .segment a:hover{
	text-decoration:underline;
}

#mapheader{
	height: 526px;
	width: 100%;
	max-width: 472px;
	position: relative;
	overflow: hidden;
	float: right;
}

@media (max-width:1120px){
	.pdf,
	.pdf.pdf-07 {
		height:auto;
	}
}

@media (max-width:1079px){
	.carousel-holder,
	.carousel .slide-item {
		height:50vw;
	}
}

@media (max-width:994px){
	.workshops {
		width:748px;
	}
}

@media (max-width:768px){
	.about-item {
		width:50%;
	}
}
@media (max-width:762px){
	.book-photo{
		width:calc(100% - 372px);
	}
}
@media (max-width:760px){
	.cBox {
		width: 100%;
	}
	#mapheader {
		height: 526px;
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.cBox .extra {
		margin-top: 30px;
	}
}
@media (max-width:700px){

	#logo .cift-satir {
		display:block;
	}
	
	#logo .tek-satir {
		display:none;
	}
	
	#logo {
		max-width:300px;
		float:left;
		margin-bottom:17px;
	}
	
	#menu{
		height:0px;
		margin-right:0px;
		overflow:hidden;
	}
	
	.menu-trigger{
		display:block;
	}
	#menu-toggle{
		display:block;
	}
	nav ul li {
		float: none;
		margin-right:0px;
		margin-bottom:10px;
	}
	nav ul li:last-child {
		margin-bottom: 0px;
	}
	nav ul li:before {
		content:"";
		margin:0px;
	}
	
	#lang-switch {
		text-align:right;
		margin-right:4px;
	}
	
	#content.about {
		margin-top: 0px;
	}
	
	.iletisim #content .container {
		padding-top:0px;
	}
}
@media (max-width:600px){
	.book-photo{
		width:200px;
	}
	.book-text{
		width:calc(100% - 236px);
	}
}
@media (max-width:520px){
	.book-photo{
		width:100%;
		margin-right:0px;
		margin-left:0px;
	}
	.book-text{
		width:100%;
		margin-right:0px;
		margin-left:0px;
	}
	
	.medium-insert-images-grid figure {
		width:50%;
	}
}

@media (max-width:464px){
	.workshops {
		width:374px;
	}
}

@media (max-width:450px){
	#logo {
		max-width: 220px;
		margin-bottom:6px;
	}
	header .container {
		padding: 15px 20px 14px 20px;
	}
	#menu.open {
		padding-top:14px;
	}
	
	.menu-trigger {
		padding-top:5px;
	}
	
	.about-item {
		width:100%;
	}
}
