/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

.l1{position:absolute; left:5px; right:5px; top:5px; height:5px; background-color:#000;}
.l2{position:fixed; left:5px; top:5px; bottom:0; width:5px; background-color:#000;}
.l3{position:fixed; right:5px; top:5px; bottom:0; width:5px; background-color:#000;}

.menuHolder{
	pointer-events: none;
}
.menuHolder *{pointer-events: all;}

.logo{
	width:100%;
	padding-bottom:81.15384615384615%;
	background-image:url(../img/aksut_logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	display:block;
	background-color:#000;
}




@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/*PRINT MEDIA*/

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*NAVIGATION AREA*/
	menu{padding:0px; margin:0px; font-size:14px;}
	#nav *{
		-webkit-transition: all 0.25s ease-in-out; 
		-moz-transition: all 0.25s ease-in-out; 
		-o-transition: all 0.25s ease-in-out; 
		transition: all 0.25s ease-in-out;
	}
	#nav{position:relative; z-index:9999;}
    #nav > a { display: none; background-repeat:no-repeat; background-size:contain; width:30px; height:30px; position:relative; z-index:1;}
	#nav > a#show{ background-image:url(../img/menu_open.png);  }
	#nav > a#hide{ background-image:url(../img/menu_close.png);  }
    #nav li {position: relative; }
	#nav li a{ text-decoration:none; color:#FFF;}
	#nav li a:hover, #nav li a.selected{color:#DC0C17;}
 
    /* first level */ 
    #nav > ul{ list-style: none; background-color:#000; padding:10px; margin:0;}
    #nav > ul > li{ height: 100%; float: left; text-align:center; width:16.66%;}
 
    /* second level */ 
    #nav li ul{display: none;position: absolute;top: 100%;background-color: #000;padding:22px;width: 100%;-webkit-border-radius: 0 0 5px 5px;border-radius: 0 0 5px 5px;margin: 0px;}
    #nav li:hover ul { display: block; }
	#nav li ul li{ padding:0; margin:0; text-align:left; }
	#nav li ul li a{ display:block; padding:5px; }
	#nav li ul li a:hover{color:#DC0C17;}
	
	#nav li ul span.title{display:block; background-color:#333; color:#fff; margin:0 -20px; font-family: 'ChaparralPro-BoldIt';}
	
	/* third level */
	#nav li ul li ul{ display: none !important; position: absolute; background-color:#333; padding:0 5px 0 22px; width:50%;-webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; left:50%; top:-50%; z-index:5}
    #nav li ul li:hover ul, #nav li ul li ul:hover{ display: block !important; }
	#nav li ul li ul li{ padding:0; margin:0; text-align:left; }
	#nav li ul li ul li a{ display:block; padding:5px; }
	#nav li ul li ul li a:hover{color:#DC0C17;}
	
	/* SUBMENU PAGE LEFT */
	.subMenu *, .openMenu *{
		-webkit-transition: all 0.25s ease-in-out; 
		-moz-transition: all 0.25s ease-in-out; 
		-o-transition: all 0.25s ease-in-out; 
		transition: all 0.25s ease-in-out;
	}
	.subMenu {position:relative; z-index:9998; list-style:none; margin:0; padding:0; text-align:center; background-color:#000;}
	.subMenu li {position: relative; background-color:#111; margin:0px 0; padding-bottom:1px; display:inline-block; text-align:left}
	.subMenu li a{ text-decoration:none; color:#FFF; padding:10px; display:block;}
	.subMenu li a:hover, .subMenu li a.selected{background-color:#DC0C17;}
	
	.subMenu li span{padding:5px; display:block; font-family: 'ChaparralPro-BoldIt';}
		
	/*second level*/
	.subMenu li > ul{list-style:none; margin:4px; padding:0;}
	.subMenu li > ul li{background-color:#333;}
	
	/*OPEN MENU*/
	.openMenu {position:relative; z-index:9998; list-style:none; margin:0; padding:0; color:#fff;}
	.openMenu > li {position: relative; background-color:#111; margin:2px 0; padding-bottom:1px; overflow:hidden; height:35px;}
	.openMenu > li.selected{height:auto;}
	.openMenu > li a{ text-decoration:none; color:#FFF; padding:10px; display:block;}
	.openMenu > li a:hover, .openMenu li a.selected{background-color:#DC0C17;}
	.openMenu > li span{padding:5px; display:block; font-family: 'ChaparralPro-BoldIt'; cursor:pointer;}
		
	/*second level*/
	.openMenu li > ul{list-style:none; margin:4px; padding:0;}
	.openMenu li > ul li{background-color:#333;}
	/*OPEN MENU*/
	
	.info{
		color:#fff;
		font-size:1.1em;
		line-height:0.5em;
	}
	.info > div{
		padding:15px;
		margin:2px;
		background-color:#666;
	}
	.info > div > span{
		font-size:inherit;
		padding:0;
		margin:0;
	}
	
@media only screen and ( max-width: 35em )
{
    #nav{ position: relative; }
    #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type{ display: block; }
 
    /* first level */ 
    #nav > ul { height: auto; display: none; position: absolute; left: 0; right: 0; }
    #nav:target > ul{ display: block; }
    #nav > ul > li{ width: 100%; float: none;}
 
    /* second level */ 
    #nav li ul{ position: static; padding:0; list-style:none; background-color:#333;}
	#nav li ul span.title{margin:0;}
	
	/* third level */ 
    #nav li ul li ul{ position: static; padding:0; padding-left:10px; background-color:#444;}
}
/*NAVIGATION AREA*/

.bannerArea {
	position: relative;
	width: 100%;
	height: 600px;
	background-image: url('../img/aksutblu.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1;
}

.bannerArea .mainImage {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.bannerArea .mainImageText {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 40px;
	text-align: center;
	font-family: 'ChaparralPro-Italic', serif;
	font-size: 56px;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
}


.mainpageEnd{
	position:absolute; 
	bottom:0;
	left:0;
	right:0;
}
.mainpageAdress{
	width:100%;
	padding:10px 0;
	background-color:#222222;
	text-align:center;
	color:#ECECEC;
}
.mainpageAdress span{
	display:block;
}
.mainpageAdress span.adressTitle{
	font-family: 'ChaparralPro-BoldIt';
	font-size:35px;
}
.mainpageAdress span.adressTitle img{	vertical-align: text-bottom;}
.mainpagePixelizma{display:block; background-color:#000; text-align:right; padding:6px 20px; position:static}

.subpageBg{
	position:fixed;
	z-index:-1;
	left:0; right:0; top:0; bottom:0;
	background-image:url(../img/img.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	opacity:0.05;
}

.map{
	position:fixed !important;
	z-index:-1;
	left:0; right:0; top:0; bottom:-30px;
}

.pageTitle{
	position:relative;
	width:100%;
	font-size:1.25em;
	text-align:center;
	font-family: 'ChaparralPro-BoldIt';
}

.dataWrap{
	padding:20px;
	border:solid 10px #373735; 
	background-color:#ABABA7;
	color:#373735; 
	margin-bottom:10px;
}

.dataWrap .SelectionButtons{
	display:none;
}

.dataWrap .SelectionButtons a{
	padding:15px;
	font-family: 'ChaparralPro-BoldIt';
}
.dataWrap .SelectionButtons a.selected{
	color:#DC0C17;
}

.aboutTextArea{
	text-align:left;
	font-size:1em;
	
}
.aboutTextArea span{
	font-family: 'ChaparralPro-BoldIt';
	font-size:1.5em;
	color:inherit;
	text-shadow: 2px 2px 3px #474747;
}
.aboutTextArea img{
	float:none;
	width:100%;
	margin:0 auto;
}
/*LIST PAGE CONTENTS*/
.objectList{
	text-align:center;
}
.objectBox{
	display:block;
	float:left;
	width:100%;
	margin:5px 0;
	padding:0;
	padding-bottom:56.25%;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.objectBox > a{
	background-color:transparent;
	position:absolute;
	left:5px; right:5px; top:5px; bottom:5px;
	-webkit-transition: all 0.25s ease-in-out; 
	-moz-transition: all 0.25s ease-in-out; 
	-o-transition: all 0.25s ease-in-out; 
	transition: all 0.25s ease-in-out;
	opacity:1;
	color:#fff;
}
.objectBox > a:hover{opacity:0.6}
.objectBox[data-status="continue"] > a:hover{opacity:0.6}

.objectBox[data-status="continue"]{
	float:none;
	clear:both;
	width:100%;
	margin:10px 0;
	padding-bottom:20.25%;
}


.objectTitle{
	position:absolute;
	left:5px; bottom:5px;
	font-family: 'ChaparralPro-Italic';
	font-size:2em;
	padding:5px;
	padding-bottom:0;
	background-color:#000;
}
/*LIST PAGE CONTENTS*/

.bio{font-size:1em; text-align:left; padding:20px;}
.bio img{display:block; margin:0 auto;}
.bio span{
	font-family: 'ChaparralPro-BoldIt';
	font-size:1.5em;
	color:inherit;
	text-shadow: 2px 2px 3px #474747;
}

.pressHolder{text-align:center;}

.pressbox figure{
	text-align:left;
	padding:10px;
	background-color:#000;
	margin:5px;
	display:block;
	-webkit-transition: all 0.25s ease-in-out; 
	-moz-transition: all 0.25s ease-in-out; 
	-o-transition: all 0.25s ease-in-out; 
	transition: all 0.25s ease-in-out;
}

.pressbox:hover figure{
	background-color:#333;
}

.pressbox figure figcaption{
	font-family: 'ChaparralPro-Italic';
	font-size:1.2em;
}

.pressbox figure .image{
	width:100%;
	height:280px;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.pressbox figure span{
	font-size:0.8em;
}

.sponsored{
	display:inline-block;
	text-align:left;
	max-width:100%;
}

.sponsored figure{
	margin:5px;
	padding:0 5px;
	color:#333;
	background-color:#FFF;
	display:table;	
}

.sponsored figure .image{display:table-row; vertical-align:middle;}
.sponsored figure .image img{display:block; margin:10px auto;}
.sponsored figure .data{padding:5px; display:table-row; vertical-align:middle;}

.sponsored figure .data .name{
	font-family: 'ChaparralPro-BoldIt';
	display:block;
}
.sponsored figure .data .date{
	display:block;}
.sponsored figure .data .caption{
	font-family: 'ChaparralPro-Italic';
	display:block;
	font-weight:bold;
}
.sponsored figure .data .btn{
	display:inline-block;
	margin:10px 0;
	padding:8px 15px;
	background-color:#169BA7;
	color:#fff;
}

/*HISTORY*/
.historyWrapper{width:100%; position:relative; padding-bottom:10px;}
.historyWrapper .line{display:none; background-color:#DDD;}
.historyWrapper .historyBox{width:100%; position:relative; margin:10px 0;}
.historyWrapper .historyBox > .wrapper{
	width:100%;
	min-height:80px;
	background-color:#ddd;
	display:table;
}
.historyWrapper .historyBox .wrapper .sign{display:none;}
.historyWrapper .historyBox .wrapper .image{display: table-cell; width:160px; padding-bottom:26%; background-color:#333; border:solid 5px #ddd; background-repeat:no-repeat; background-position:center; background-size:cover;}
.historyWrapper .historyBox .wrapper .text{display: table-cell; vertical-align:top; color:#333;}
.historyWrapper .historyBox .wrapper .text .date{padding:5px; font-family: 'ChaparralPro-BoldIt'; font-size:14px;}
.historyWrapper .historyBox .wrapper .text .data{padding:5px; font-family: 'ChaparralPro-BoldIt'; font-size:14px;}

/*CONTACT*/
.contactWrapper{width:100%; text-align:center;}
.contactWrapper .adress{padding:15px;}
.contactWrapper .adress span{display:block;}
.contactWrapper .adress span.adressTitle{font-family: 'ChaparralPro-BoldIt'; font-size:35px;}
.contactWrapper .adress span.adressTitle img{vertical-align: text-bottom;}

.contactWrapper .contactForm{padding:15px;}
.contactWrapper .contactForm form div{
	background-color:#000; 
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	margin:5px; 
	padding:5px;
	display:block;
}
.contactWrapper .contactForm form div *{border:none; width:100%; background-color:transparent; resize:none;}
.contactWrapper .contactForm form > input{ 
	border:none; 
	background-color:#000; 
	padding:10px; 
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  
}
.contactWrapper .contactForm .title{font-family: 'ChaparralPro-BoldIt'; font-size:35px;}

.projectPageInner{
	margin: -20px;
}
.projectPageInner span{
	font-size:1.2em;
	padding:10px;
	display:inline-block;
}

.vaziyetPlanHolder, .katPlanHolder{position:relative;}
.vaziyetPlanHolder *, .planSelector li *, katPlanHolder *{
	-webkit-transition: all 0.25s ease-in-out; 
	-moz-transition: all 0.25s ease-in-out; 
	-o-transition: all 0.25s ease-in-out; 
	transition: all 0.25s ease-in-out;
}
.vaziyetPlanHolder img, .katPlanHolder img{
	height:auto !important;
	width:100% !important;
	display:block;
	margin:0 auto;
}
.vaziyetPlanHolder .opacity, .katPlanHolder .opacity{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:absolute;
	z-index:1;
	left:50%;
	transform:translateX(-50%);
	opacity:0;
}
.planSelector{
	position:relative;
	z-index:2;
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}
.planSelector li{
	display:inline-block;
	float:none;	
}
.planSelector li a{
	background-color:#000;
	color:#fff;
	padding:10px;
	display:block;
}
.planSelector li a:hover{background-color:#DC0C17;}

.etapBtn{
	display:table;
	padding:10px;
	
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);

	height: -moz-calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	height: -o-calc(100% - 20px);
	height: calc(100% - 20px);
}
.etapBtn > div{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-family: 'ChaparralPro-BoldIt';
	font-size:3em;
	color:#fff;
	opacity:1;
	line-height:1em;
}

.etapBtn > div > span{
	font-size:2em;
	display:block;
}

.block > *, .block * > *{display:block !important;}

.galeriBox{
	padding-bottom:42%;
	position:relative;
}
.galeriBox > .inner{
	position:absolute;
	left:5px; right:5px; top:5px; bottom:5px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	-webkit-transition: all 0.25s ease-in-out; 
	-moz-transition: all 0.25s ease-in-out; 
	-o-transition: all 0.25s ease-in-out; 
	transition: all 0.25s ease-in-out;
}

.docBox > .inner{
	padding:5px 10px;
	font-family: 'ChaparralPro-BoldIt';
	color:#fff;
}
.docIcon{
	width:49px;
	height:54px;
	margin:0 auto;
	background-image:url(../img/docs.png);
	background-repeat:no-repeat;
}
.docIcon.doc{
	background-position:-3px -9px;
}
.docIcon.eps{
	background-position:-63px -9px;
}
.docIcon.ai{
	background-position:-123px -9px;
}
.docIcon.xlsx{
	background-position:-183px -9px;
}
.docIcon.png{
	background-position:-243px -9px;
}
.docIcon.psd{
	background-position:-3px -93px;
}
.docIcon.flv{
	background-position:-63px -93px;
}
.docIcon.pptx{
	background-position:-123px -93px;
}
.docIcon.txt{
	background-position:-183px -93px;
}
.docIcon.jpg{
	background-position:-243px -93px;
}
.docIcon.pdf{
	background-position:-3px -177px;
}
.docIcon.avi{
	background-position:-63px -177px;
}
.docIcon.dv{
	background-position:-123px -177px;
}
.docIcon.xml{
	background-position:-183px -177px;
}
.docIcon.php{
	background-position:-243px -177px;
}

.app-box{
	border-bottom:solid 2px #666;
}
.app-box .title{
	font-size:1.5em;
	font-family: 'ChaparralPro-BoldIt';
}
.app-box .caption ul{
	margin:0;
}
.app-box .caption .applicant{
	background-color:#666;
	padding:5px 10px;
	display:inline-block;
	margin:5px;
	border-radius:8px;
	color:#CCC;
	-webkit-transition: all 0.25s ease-in-out; 
	-moz-transition: all 0.25s ease-in-out; 
	-o-transition: all 0.25s ease-in-out; 
	transition: all 0.25s ease-in-out;
}
.app-box .caption .applicant:hover{
	background-color:#900;
}


.hamburger-box{margin-bottom:25px;}

.hamburger-box .caption span{
	display:block;
	padding:5px;
	border:solid 1px #cbcbc8;
	margin:5px;
	background-color:#cbcbc8;
}

.hamburger-box .caption span input, .hamburger-box .caption span textarea, .hamburger-box .caption span select{
	width:100%;
	border:none;
	color:#000;
	background-color:transparent !important;
}

.hamburger-box .top{
	font-size:1.5em;
	text-indent:5px;
	text-align:center;
}

.formBtn{
	background-color:#666;
	padding:5px 10px;
	display:inline-block;
	margin:5px;
	border-radius:8px;
	color:#CCC;
	-webkit-transition: all 0.25s ease-in-out; 
	-moz-transition: all 0.25s ease-in-out; 
	-o-transition: all 0.25s ease-in-out; 
	transition: all 0.25s ease-in-out;
}
.formBtn:hover{
	background-color:#900;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
	/*Büyük ekran içeriği buraya, dışarı yazdıklarımız mobil için geçerli*/
	.bannerArea .mainImageText{font-size:2.6em; padding-top:0;}
	.aboutTextArea{font-size:1.5em;}
	.aboutTextArea span{font-size:1.2em;}
	.objectBox{width:25%; padding-bottom:16.25%;}
	.bio{text-align:left; font-size:1.2em;}
	.bio img{float:right; padding:0 5px;}
	.aboutTextArea img{width:auto;}
	.pressbox{width:33.3% !important;}
	.sponsored{max-width:49%;}
	.sponsored figure .image{display:table-cell;}
	.sponsored figure .image img{display:block; margin:0 auto;}
	.sponsored figure .data{display:table-cell;}
	
	/*HISTORY*/
	.historyWrapper .line{display:block; position:absolute; z-index:-1; width:2px; top:0; bottom:0; left:50%; margin-left:-1px;}
	.historyWrapper .historyBox{width:51%; margin:0;}
	.historyWrapper .historyBox:nth-child(even){float:left;}
	.historyWrapper .historyBox:nth-child(odd){float:right;}
	.historyWrapper .historyBox > .wrapper{width:50%;}
	.historyWrapper .historyBox:nth-child(even) .wrapper{float:right; margin-right:33px;}
	.historyWrapper .historyBox:nth-child(odd) .wrapper{float:left; margin-left:33px}
	
	.historyWrapper .historyBox .wrapper .sign{
		display:block; 
		position:absolute; 
		width:32px; 
		height:14px; 
		top:50%; 
		margin-top:-7px; 
		background-repeat:no-repeat;
	}
	.historyWrapper .historyBox:nth-child(even) .wrapper .sign{
		right:8px; 
		background-image:url(../img/even-dot.png);
	}
	.historyWrapper .historyBox:nth-child(odd) .wrapper .sign{
		left:8px; 
		background-image:url(../img/odd-dot.png);}
		
	/*CONTACT*/
	.contactWrapper{padding-top:45px;}
	.contactWrapper .adress{width:46%; display:inline-block;  vertical-align:top; padding:0;}
	.contactWrapper .contactForm{width:46%; display:inline-block; padding:0;}
	
	/*Project Listesi*/
	.objectBox{margin:0;}
	.objectBox > a{
		background-color:#000;
		left:5px; right:5px; top:5px; bottom:5px;
		opacity:0;
	}
	.objectBox[data-status="continue"]>a{
		background-color:transparent;
		position:absolute;
		left:5px; right:5px; top:5px; bottom:5px;
		-webkit-transition: all 0.25s ease-in-out; 
		-moz-transition: all 0.25s ease-in-out; 
		-o-transition: all 0.25s ease-in-out; 
		transition: all 0.25s ease-in-out;
		opacity:1;
		color:#fff;
	}
	
	.dataWrap{
		position:absolute;
		top:60px;
		bottom:30px;
		right:15px;
		left:15.5%;
		overflow:hidden;
		overflow-y:auto;
	}
	
	.planSelector{
		position:absolute;
		z-index:2;
		right:5px;
		top:48px;
		list-style:none;
		padding:0;
		margin:0;
	}
	
	.vaziyetPlanHolder img, .katPlanHolder img{
		height:100% !important;
		width:auto !important;
		display:block;
		margin:0 auto;
	}
	.planSelector li{
		display:block;
		float:none;
		clear:both;
	}
	.planSelector li a{
		background-color:#000;
		color:#fff;
		padding:20px 50px;
		display:block;
	}
	.dataWrap .SelectionButtons{
		display:block;
		text-align:center;
		background-color:#c3c3bf;
		margin:-20px -20px 0 -20px;
		padding:10px;
	}
	.subMenu li {display:block;}
	
	.etapBtn > div{
		-webkit-transition: all 0.25s ease-in-out; 
		-moz-transition: all 0.25s ease-in-out; 
		-o-transition: all 0.25s ease-in-out; 
		transition: all 0.25s ease-in-out;
		
		background-color:#aa8d41;
		opacity:0;
	}
	.etapBtn:hover > div{opacity:0.8}
	.projectPageInner{
		margin: 0 -20px -20px -20px;
		height:100%;
		height:100vh;
	}
	.pageTitle{
		font-size:2.5em;
	}
	
	.galeriBox{
		padding-bottom:11%;
		position:relative;
	}
	
	.hamburger-box .top{text-align:left;}
}

.white{color:#fff;}
.textShadow{
	text-shadow: 2px 2px 3px #080808;
}