/* 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: 35px 0 5px 0;
}
p
{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
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;
}

/* CONTENT */

.content
{
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 0;
}
.content .metinler
{
    float: left;
    width: 466px;
    margin: 0 0 40px 16px;
}
.metinler span
{
    color: #999999;
}
.content .fotolar.kendisi, .content .fotolar.diger
{
    float: right;
    width: 472px;
}
.content .fotolar.kendisi
{
    margin: 35px 14px 0 0;
}
.content .fotolar.diger
{
    margin: 0 14px 40px 0;
}
.content .fotolar #kendisi div
{
    margin: 4px;
}
.content .fotolar #fotolar div, .content .fotolar #evim div, .content .fotolar #benson div
{
    float: left;
    margin: 4px;
}
#kendisi a, #fotolar a, #evim a, #benson a
{
    position: relative;
    display: block;
}
.fotolar img
{
    vertical-align: bottom;
}
#kendisi img, #benson img
{
    width: 464px;
}
#fotolar img
{
    width: 110px;
}
#evim img
{
    width: 228px;
}
#kendisi span.thumb-screen, #fotolar span.thumb-screen, #evim span.thumb-screen, #benson span.thumb-screen
{
    /*display: block;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 url(../images/zoom_icon.png) center center no-repeat;
    background-size: 30%;
    /*z-index: 99;*/
    opacity: 0;
    transition: opacity .5s ease;
}
#fotolar span.thumb-screen:hover, #kendisi span.thumb-screen:hover, #evim span.thumb-screen:hover, #benson span.thumb-screen:hover
{
    opacity:0.75;
}

/* 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;
}
footer h2
{
    font-size: 4px;
    line-height: 6px;
}
#copyright
{
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;
    /*right: 0;*/
}
#copyright span
{
    color: #999999;
}
#by
{
    color: #f90;
    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%;
    }
    .content .fotolar.kendisi
    {
	margin: 35px 14px 0px;
    }
    .content .fotolar.kendisi, .content .fotolar.diger
    {
	float: none;
    }
    .content .metinler
    {
	float: none;
	width: auto;
	margin: 0px 16px 40px;
    }
    .content .fotolar.diger
    {
	width: auto;
	margin: 0px 14px 40px;
    }
    .content .fotolar #fotolar div
    {
	margin: .4%;
	width: 24.2%;
    }
    .content .fotolar #evim div
    {
	margin: .4%;
	width: 49.2%;
    }
    .content .fotolar #benson div
    {
	margin: .4%;
	width: 99.2%;
	margin-bottom: 40px;
    }
    #fotolar img
    {
	width: 100%;
    }
    #evim img, #benson img
    {
	width: 100%;
    }
}
@media only screen and (max-width:880px)
{
    nav
    {
	font-size: 16px;
	letter-spacing: 2px;
    }
}
@media only screen and (max-width:700px)
{
    h2
    {
	font-size: 100px;
	line-height: 100px;
	margin: 15px 10px 0;
    }
    #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%;
    }
    h2{
	font-size: 80px;
	line-height: 80px;
	margin: 15px 12px;
    }
    .content .fotolar.kendisi
    {
	width: auto;
	margin: 0px 18px 40px;
    }
    .content .fotolar #kendisi div
    {
	margin: 0;
	width: 100%;
    }
    #kendisi img
    {
	width: 100%;
    }
}
@media only screen and (max-height:840px)
{
    .container
    {
	padding-bottom: 0;
    }
    nav
    {
	bottom: -2px;
    }
}
@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%);}
}