/* GLOBAL */
body
{
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    color: #666666;
    background-color: #2e2e2e;
}
h2
{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 300;
    font-size: 120px;
    /*letter-spacing: 5px;*/
    line-height: 120px;
    margin: 15px 8px 0;
    color: #999999;
}
h3
{
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
}
h4
{
    color: #999999;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 45px 0 11px 0;
}
p
{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
}
a
{
    text-decoration: none;
    color: inherit;
    transition: color .25s ease;
}
a:hover
{
    color: #bbbbbb;
}
a:active
{
    color: #bbbbbb;
}
strong
{
    font-weight: bold;
}

/* HEADER */

header
{
    position: relative;
    width: 100%;
    background-color: #2e2e2e;
    z-index: 100;
}
.container
{
    position: relative;
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0;
}
header img
{
    width: 36%;
    margin-left: 16px;
}
nav
{
    position: absolute;
    right: 4px;
    bottom: 18px;
    font-size: 18px;
    letter-spacing: 4px;
}
nav ul
{
    list-style: none;
}
nav ul li
{
    display: block;
    float: left;
    padding: 5px 8px;
}
#mobileMenu
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
#mobileMenu ul li
{
    display:block;
    background-color: #1b1b1b;
    color: #999999;
    padding: 12px 0;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #666666;
}
.toggleMobile
{
    display: none;
}
.aktif
{
    color: #bbbbbb;
}

/* slideshow */
*
{
    margin: 0;
    padding: 0;
    border: 0;
}
html, body
{
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

#wrapper
{
    display: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    top: 5%;
    vertical-align: bottom;
    /*opacity: 0;*/
}

.projelerimiz
{
    position: absolute;
    left: 50%;
    width: 10000%;
    height: 85%;
    vertical-align: bottom;
    /*background-color: #aa0;*/
    font-size: 0;
    z-index: 10;
}

.projelerimiz img
{
    position: relative;
    float: left;
    vertical-align: top;
    /*top: 80px;
    height: 280px;*/
    /*top: 10%;
    height: 35%;*/
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    /*opacity: .4;*/
    /*background-color: #a00;*/
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.yansimalar
{
	position: absolute;
	left: 50%;
	width: 10000%;
	height: 85%;
	vertical-align: bottom;
	/*background-color: #aa0;*/
	font-size: 0;
}

.yansimalar img
{
	position: relative;
	float: left;
	vertical-align: top;
	/*top: 360px;
	height: 280px;*/
	/*top: 45%;
	height: 35%;*/
	margin-right: 10px;
	margin-left: 10px;
	opacity: .04;
	/*background-color: #a00;*/
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}

.bilgi, .bilgilendirme
{
	color: #999999;
	position: absolute;
	left: 0;
	top: 570px;
	/*top: 62%;*/
	width: 100%;
	height: 10%;
	font-size: 18px;
	/*font-size: 2vmin;*/
	letter-spacing: 1px;
	line-height: 24px;
	/*line-height: 2.5vmin;*/
	text-align: center;
	/*background-color: #aa0;*/
}

.bilgilendirme
{
	color: #ff2e2e;
	opacity:  0;
	top: 600px;
}

.koyu
{
	font-weight: 700;
}
#loading
{
    margin-top: 20%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

/* BUTTONS */

.button
{
    
}

/* SPACER */

#spacer
{
    
}

/* FOOTER */

footer
{
    position: fixed;
    clear: both;
    width: 100%;
    bottom: 0;
	/*background-color: #232731;*/
    z-index: 100;
	font-size: 14px;
    letter-spacing: 5px;
	line-height: 17px;
	text-align: center;
}
#copyright
{
    margin: 0 auto;
    padding: 4px 0;
    /*right: 0;*/
}
#copyright span
{
    color: #999999;
}
#by
{
    color: #f90;
	/*font-size: 10px;*/
    letter-spacing: 4px;
}

/* MISC */
.clear
{
    clear: both;
}
.hidden
{
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
    clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media only screen and (max-width:979px)
{
    header img
    {
        width: 30%;
    }
}
@media only screen and (max-width:880px)
{
    nav
    {
	font-size: 16px;
	letter-spacing: 2px;
    }
}
@media only screen and (max-width:700px)
{
    footer
    {
        display: none;
    }
    #mobileMenu
    {
        display: block;
        z-index: 99;
    }
    .toggleMobile
    {
        position: fixed;
        top: 10px;
        right: 10px;
        display: block;
        width: 40px;
        height: 36px;
        cursor: pointer;
        z-index: 999;
    }
    .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
    {
        display: block;
        position: absolute;
        width: 40px;
        height: 8px;
        right: 0;
        background: #999999;
        -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }
    .toggleMobile span.menu1
    {
        top: 0;
    }
    .toggleMobile span.menu2
    {
        top: 14px;
    }
    .toggleMobile span.menu3
    {
        top: 28px;
    }
    .toggleMobile.active span.menu1
    {
        top: 14px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }
    .toggleMobile.active span.menu2
    {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }
    .toggleMobile.active span.menu3
    {
        opacity: 0;
        -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
    }
    header nav
    {
        display:none;
    }
}
@media only screen and (max-width:520px)
{
    header img
    {
        width: 25%;
    }
}
@media only screen and (max-height:840px)
{
    .container
    {
	padding-bottom: 0;
    }
    nav
    {
	bottom: -2px;
    }
}
@media only screen and (max-height:780px)
{
    footer
    {
        display: none;
    }
}
@media only screen and (max-height:720px)
{
    .bilgilendirme
    {
	display: none;
    }
}
@media only screen and (max-height:630px)
{
    header img
    {
	width: 30%;
    }
}
@media only screen and (max-height:530px)
{
    header img
    {
	width: 25%;
    }
    #wrapper
    {
        top: 3%;
    }
}
@media only screen and (max-height:480px)
{
    header img
    {
	width: 20%;
    }
}
@media only screen and (max-height:320px)
{
    header img
    {
	width: 15%;
    }
    #wrapper
    {
        top: 2%;
    }
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}