/*@-ms-viewport {
    width: 980px;
    min-zoom: 0.25;
    max-zoom: 1;
    orientation: landscape;

}
@-o-viewport { 
    width: 980px;
    min-zoom: 0.25;
    max-zoom: 1;
    orientation: landscape;
}
@viewport {
    width: 980px;
    min-zoom: 0.25;
    max-zoom: 5;
    orientation: landscape;
}*/


/*@media (max-width: 768px){
    @-ms-viewport {
        width: device-width;
        zoom: .5;

    }
    @-o-viewport { 
        width: device-width;
        zoom: .5;

    }
    @viewport {
        width: device-width;
        zoom: .5;

    }
}*/


html, body {
    width   : 100%;
    height  : 100%;
    margin  : 0px;
    padding : 0px;

    font-family : 'Open Sans', sans-serif;
    font-size   : 12px; 
    background-color: #eaeaea;
}
img {
	border: none;
}

p, h2, h5 {
    margin: 0px;
    padding: 3px 0px;
    line-height: 1.2em;
}
img {
    margin: 0px;
    padding: 0px;
}
h2 {
    font-family: 'Cinzel', serif;
    font-size: 30px;
    font-style: normal;
    padding-bottom: 7.5px;
}
h5 {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 7.5px;
}
.page {

    width:  100%;
    height: 100%;
    background-color: #eaeaea;
    padding: 0px;
    margin: 0px;
}
/* NAVAGATION MENU */
.nav-menu {
    width           : 100%;
    height          : 129px;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: top;
    position        : fixed;
    top             : 0px;
    z-index: 1;
}
.nav-menu ul {
    padding: 0px;
    margin: 15px 0px;
    left: 50%;
    position: absolute;
    margin-left: -490px;
    width: 920px;
    -webkit-padding-start: 20px;
    -webkit-padding-end: 20px;
}
.nav-menu li {
    list-style  : none;
    float       : left;
}
.nav-menu li img {
    vertical-align: middle;
}
.nav-menu li.right {
    float       : right;
}
.nav-menu li a {
    min-width: 78px;
    color:              #79252a;
    text-decoration:    none;
    text-align:         center;
    display:            block;
    font-weight:        bold;
}
.nav-menu li.right a {
    color: #ffffff;
    margin-top: -6px;
}
.nav-menu li a:hover {
    color: #a8141d;
}
.nav-menu li.right a:hover {
    color: #dddddd;
}
/* CONTENT */
#content {
    height: 100%;
    min-width: 980px; 
    min-height: 600px;
    overflow:hidden;
}
/* FOOTER */
#footer2 {
    /*    position: absolute;
        bottom: 0px;
        left: 50%;
        right: 50%;
        width: 980px;
        margin-left: -490px;
        margin-bottom: 5px;*/
    position: relative;
    left: 50%;
    right: 50%;
    width: 980px;
    margin-left: -490px;
    margin-top: -109px;
}
#footer2 .column {
    display: inline-block;
    vertical-align: middle;
}

#footer2 .center {
    text-align: center;
    width: 868px;
}

#footer2 .center a {
    margin: 0px 1px;
}
div .column.center a {
    display: inline-block; 
    background-image: url(../img/social.png);
    background-repeat: no-repeat;
    width: 28px;
    height:  27px;
    background-position-y: 0px;
}
div .column.center a:hover {
    background-position-y: 0px;
}

#btn-facebook {
    background-position: -30px 0px;
}
#footer2 div > a:hover {
    -webkit-animation: bounce 800ms ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 800ms ease-out;
}


/* Webkit, Chrome and Safari */

@-webkit-keyframes bounce {

    15% {
        -webkit-transform:translateY(0);
    }
    30% {
        -webkit-transform:translateY(-50%);
    }
    40% {
        -webkit-transform:translateY(0%);
    }
    50% {
        -webkit-transform:translateY(-30%);
    }
    70% {
        -webkit-transform:translateY(0%);
    }
    80% {
        -webkit-transform:translateY(-15%);
    }
    90% {
        -webkit-transform:translateY(0%);
    }
    95% {
        -webkit-transform:translateY(-10%);
    }
    97% {
        -webkit-transform:translateY(0%);
    }
    99% {
        -webkit-transform:translateY(-5%);
    }
    100% {
        -webkit-transform:translateY(0);
    }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
   15% {
        -webkit-transform:translateY(0);
    }
    30% {
        -webkit-transform:translateY(-50%);
    }
    40% {
        -webkit-transform:translateY(0%);
    }
    50% {
        -webkit-transform:translateY(-30%);
    }
    70% {
        -webkit-transform:translateY(0%);
    }
    80% {
        -webkit-transform:translateY(-15%);
    }
    90% {
        -webkit-transform:translateY(0%);
    }
    95% {
        -webkit-transform:translateY(-10%);
    }
    97% {
        -webkit-transform:translateY(0%);
    }
    99% {
        -webkit-transform:translateY(-5%);
    }
    100% {
        -webkit-transform:translateY(0);
    } 
}

/* Opera 12.0 */
@-o-keyframes bounce {
   15% {
        -webkit-transform:translateY(0);
    }
    30% {
        -webkit-transform:translateY(-50%);
    }
    40% {
        -webkit-transform:translateY(0%);
    }
    50% {
        -webkit-transform:translateY(-30%);
    }
    70% {
        -webkit-transform:translateY(0%);
    }
    80% {
        -webkit-transform:translateY(-15%);
    }
    90% {
        -webkit-transform:translateY(0%);
    }
    95% {
        -webkit-transform:translateY(-10%);
    }
    97% {
        -webkit-transform:translateY(0%);
    }
    99% {
        -webkit-transform:translateY(-5%);
    }
    100% {
        -webkit-transform:translateY(0);
    } 
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
   15% {
        -webkit-transform:translateY(0);
    }
    30% {
        -webkit-transform:translateY(-50%);
    }
    40% {
        -webkit-transform:translateY(0%);
    }
    50% {
        -webkit-transform:translateY(-30%);
    }
    70% {
        -webkit-transform:translateY(0%);
    }
    80% {
        -webkit-transform:translateY(-15%);
    }
    90% {
        -webkit-transform:translateY(0%);
    }
    95% {
        -webkit-transform:translateY(-10%);
    }
    97% {
        -webkit-transform:translateY(0%);
    }
    99% {
        -webkit-transform:translateY(-5%);
    }
    100% {
        -webkit-transform:translateY(0);
    } 
}

#btn-google {
    background-position: -61px 0px;
}
#btn-instagram {
    background-position: -91px 0px;
}
#btn-twitter {
    background-position: 0px 0px;
}
#btn-youtube {
    background-position: -122px 0px;
}
.kunye #video_box {
    background-image: url(../img/kunye_video.png);  
    background-repeat: no-repeat; 
    background-position-x: -1px;
    background-position-y: 0px;
    width: 858px; 
    height:527px; 
    overflow: hidden; 
    text-align: center; 
    margin-left: -100px; 
}
.sponsorlar #video_box {
    background-image: url(../img/sponsorlar_video.png);  
    background-repeat: no-repeat; 
    background-position-x: -1px;
    background-position-y: 0px;
    width: 858px; 
    height:527px; 
    overflow: hidden; 
    text-align: center; 
    margin-left: -100px; 
}
.hikaye #video_box {
    background-image: url(../img/hikaye_video.png);  
    background-repeat: no-repeat; 
    background-position-x: -1px;
    background-position-y: 0px;
    width: 859px;
    height: 675px;
    overflow: hidden;
    text-align: center;
    margin-left: -200px;
}
.iletisim #video_box {
    background-image: url(../img/iletisim_video.png);  
    background-repeat: no-repeat; 
    background-position-x: -1px;
    background-position-y: 0px;
    width: 858px; 
    height:527px; 
    overflow: hidden; 
    text-align: center; 
    margin-left: -100px; 
}
#video_kunye {
    margin-left: -1px; 
    width: 860px; 
    height: 527px; 
    visibility: hidden;
}
#video_sponsorlar {
    margin-left: -1px; 
    width: 860px; 
    height: 527px; 
    visibility: hidden;
}
#video_hikaye {
    margin-left: -1px; 
    width: 861px; 
    height: 675px; 
    visibility: hidden;
}
#video_iletisim {
    margin-left: -1px; 
    width: 860px; 
    height: 527px; 
    visibility: hidden;
}
.kunye {

    /** DIV CENTER TRICK */
    position: relative;
    width: 980px;
    height: 527px;
    left:50%;
    top:50%;
    margin-left: -490px; /* half width of div */
    margin-top: -265px; /* half heigh of div */
}
.sponsorlar {

    /** DIV CENTER TRICK */
    position: relative;
    width: 980px;
    height: 527px;
    left:50%;
    top:50%;
    margin-left: -490px; /* half width of div */
    margin-top: -265px; /* half heigh of div */
}
.hikaye {    
    position: relative;
    width: 980px;
    height: 675px;
    left: 50%;
    top: 50%;
    margin-left: -490px;
    margin-top: -337.5px;
    overflow: visible;
}
.iletisim {

    /** DIV CENTER TRICK */
    position: relative;
    width: 980px;
    height: 527px;
    left:50%;
    top:50%;
    margin-left: -490px; /* half width of div */
    margin-top: -265px; /* half heigh of div */
}
.galeri {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../img/gallery_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.galeri div.img {
    background: no-repeat center center fixed; 
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%; 
    height: 100%; 
}
.basin {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../img/basin_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.basin div.img {
    background: no-repeat center center fixed; 
    -webkit-background-size: c;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 90%; 
    height: 90%; 
}
.oyuncular {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../img/gallery_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.oyuncular div.img {
    background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: 5px;
    width: 100%; 
    height: 100%; 
}
.oyuncular_alt {
    position: absolute;
    bottom: -25px;
    overflow: hidden;
    width: 100%;
    height: 215px;
}
.oyuncular_title {
    width: 646px;
    height: 262px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.yakinda {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -219px;
    margin-top: -35px;
}
.main {
    background-image: url(../img/mainbg4.png) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.text  {
    font-family: "Times New Roman";
    font-size: 16px;
    font-style: italic;
    color: #184570;

}
/* H?KAYE METIN */
.hikaye div.box {
    position: absolute;
    width: 390px;
    height: 204px;
    overflow: hidden;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: 90px;
    margin-top: -102px;
}
/* K?NYE METIN */
.kunye div.box {
    position: absolute;
    width: 574px;
    height: 470px;
    overflow: hidden;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: 100px;
    margin-top: -235px;
    background: url(../img/kunye_bg.png);
}
.sponsorlar div.box {
    position: absolute;
    width: 574px;
    height: 470px;
    overflow: hidden;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: 50px;
    margin-top: -235px;
    background: url(../img/kunye_bg.png);
}
#mscroll {
    height: 380px;
    width: 350px;
    margin: auto;
    overflow-y:hidden;
}
#mscroll2 {
    height: 380px;
    width: 490px;
    /* margin: auto; */
    overflow-y:hidden;
}
/* ?LET???M METIN */
.iletisim div.box {
    position: absolute;
    width: 390px;
    overflow: hidden;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: 130px;
    margin-top: -210px;
}
.iletisim input[type="text"] {
    height: 45px;
    width: 290px;
}
.iletisim input[type="submit"] {
    height: 32px;
    width: 90px;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #184570;
}
.iletisim textarea {
    height: 137px;
    width: 290px;
}
.iletisim form {
    padding: 0px;
    margin: 0px;
}

.iletisim input, .iletisim textarea {
    border: solid 1px #859e9b;
    padding: 3px 5px;
    margin: 5px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,.30); 
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,.30); 
    box-shadow: 1px 1px 3px 0px  rgba(0,0,0,.30); 
    background-color: #FFF;
    font-family: "Times New Roman";
    font-size: 20px;
    font-style: italic;
    color: #184570;
}
/* ANA SAYFA TITLE */
div.title {
    position: relative;
    /*width: 720px;*/
    
    margin-left: -480px;
    margin-top: -200px;
    bottom: -100%;
    left: 50%;
}

.home-video {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    z-index:99999
}
.home-video .holder {
    position:relative;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    right:0;
    bottom:0
}
.home-video .overlay {
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.5);z-index:0
}
.home-video .home-video-player{
    position:absolute;
    z-index:999;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
}
#btn-left {
    position: absolute;

    margin: auto;
    height: 68px;
    width: 97px;
    top: 50%;
    left:0px;
    margin-top: -34px;
    cursor: pointer;
}
#btn-right {
    position: absolute;
    margin: auto;
    height: 68px;
    width: 97px;
    top: 50%;
    right:0px;
    margin-top: -34px;
    cursor: pointer;
}
.grid-box {
    
}
.grid-box .sponsor-box {
    width: 111px;
    height: 111px;
    background-color: #fff;
    overflow: hidden;
    background-position: center center;
    background-size: contain;
    margin-right: 4px;
    margin-bottom: 3px;
    float: left;
}
.grid-box .sponsor-box:nth-of-type(6sn) {
    margin-right: 0px; 
}