/* GLOBAL */
body, html
{
    width: 100%;
    height: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    color: #666666;
    background-color: #2e2e2e;
    overflow: hidden;
}
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
{
    position: absolute;
    font-size: 24px;
    line-height: 28px;
    /*text-align: right;*/
    z-index: 1;
}
h4
{
    color: #999999;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 45px 0 11px 0;
}
p
{
    /*position: absolute;*/
    font-size: 30px;
    line-height: 34px;
    /*text-align: right;*/
}
a
{
    text-decoration: none;
    color: inherit;
    transition: color .25s ease;
}
a:hover
{
	color: #bbbbbb;
}
a:active
{
	color: #bbbbbb;
}
strong
{
    font-weight: bold;
}

/* CONTENT */

.container
{
    position: relative;
    width: 100%;
    height: 100%;
    /*margin: 0 auto;*/
    /*background: #2e2e2e url(../images/muzaffer_bg.jpg) top center no-repeat;*/
    /*opacity: 0;*/
    background-color: #2e2e2e;
}
#intro1, #intro2, #intro3
{
    position: absolute;
    width: 130%;
    top: 50%;
    left: 50%;
    margin-left: -65%;
    margin-top: -78%;
    visibility: hidden;
}
#metin1
{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #dddddd;
    margin: 0 10% 7% 0;
    visibility: hidden;
}
#metin1 p
{
    font-size: 28px;
    line-height: 32px;
    text-shadow: 0 0 10px #000;
}
/*.textShadow1
{
    text-shadow: 0 0 10px #000;
}
.textShadow2
{
    text-shadow: 0 0 10px #fff;
}*/
#gec a
{
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
    padding: 10px 20px;
    background-color: #dddddd;
    color: #2e2e2e;
}

/* 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 */


/* 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%);}
}