/*body {
    background: #000;
*//*    padding: 0 0 50px 0;*//*
    background: url(../img/bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/
a{
    text-decoration: none;
    color: #999;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
.clear{
    clear: both;
}

.header{
    width: 100%;
    height: 100px;
    background: #e3f4fe;
    min-width: 960px;

}
.header-content{
    width: 960px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.header-content .logo{
    position: absolute;
    left: 0;
    top: 25px;

}
.menupage{
    width: 100%;
    height: 65px;
    background: #1d5c82;
    display: none;
    z-index: 99999999999999999999;
    margin: 0;
    position: inherit;
    opacity: .9;
}
.menupage ul{
    width: 800px;
    margin: 0 auto;
}
.menupage ul li{
    display: inline;
    margin: 0 20px;
}
.menupage ul li a{
    line-height: 65px;
    color: #fff;
    font-family: 'TrajanPro-Regular';
    font-size: 14px;
}
.menupage ul li a:hover{
    color: #e3f4fe;
}

.header-content .menu {
    width: 60px;
    height: 55px;
    cursor: pointer;
    margin: 0 auto;
    background: url(../img/menu.jpg);
    opacity: 0.7;
}
.header-content .menu:hover{
     opacity: 1;
     -webkit-transition: 1s; /* For Safari 3.1 to 6.0 */
     transition: 1s;
 }
.header-content .menui {

    width: 60px;
    height: 55px;
    cursor: pointer;
    margin: 0 auto;
    background: url(../img/menu-x.jpg);
    opacity: 0.9;
}
.header-content .social{
    position: absolute;
    right: 0;
    top: 30px;
}
.header-content .social img{
    opacity: 0.6;
}
.social img:hover{
    opacity: 1;
    -webkit-transition: 1s; /* For Safari 3.1 to 6.0 */
    transition: 1s;
}
.abg{
    width: 100%;
    height: 780px;
    background: url(../img/bg.png) no-repeat top center;
}
/*.fragmanizle{
    width: 140px;
    height: 30px;
    font-family: 'TrajanPro-Regular';
    position: absolute;
    color: #fff;
    top: 79%;
    left: 50%;
    margin: -75px 0 0 -70px;
}*/
.play{
    width: 189px;
    height: 124px;
    position: absolute;
    left: 50%;
    top: 53%;
    margin: -62px 0 0 -85px;
    cursor: pointer;
}
.mucize{
    width: 463px;
    height: 170px;
    position: absolute;
    left: 50%;
    top: 70%;
    margin: -85px 0 0 -231px;

}
.cbg{
    width: 100%;
    height: 840px;
    background: url(../img/hikayebg.jpg) no-repeat top center;
}
.content{
    width: 960px;
    height: 720px;
    margin: 0 auto;
    font-family: 'TrajanPro-Regular';
}
.content h2{
    font-size: 35px;
    margin: 30px 0;
    color: #1d5c82;
    letter-spacing: 2px;
}
.content .contentleft{
    float: left;
    width: 705px;

}
.content .contentleft p{
    font-family: 'helvetica';
    color: #1d5c82;
    font-size: 15px;
}

.content .contentright{
    float: right;
    width: 225px;
}
.content .contentright img{
    margin: 30px 0 0 0;
}
.content .contentright a{
    color: #1d5c82;
    font-size: 24px;
    display: block;
    text-align: center;
    width: 225px;
    height: 60px;
    margin: 20px 0 0 0;

}

.footer{
    width: 100%;
    height: 240px;
    min-width: 960px;

}
.footer-top{
    width: 100%;
    height: 100px;
}
.footer-middle{
    width: 100%;
    height: 90px;
    margin: 0 auto;
}
.kunye{
    width: 685px;
    height: 99px;
    margin: 0 auto;
}

.kunye-content {
    text-align: left;
    width: 424px;
    height: 520px;
    overflow: auto;
}
.kunye-content table tr{
    border-right: 1px solid #ccc;
}
.kunye-content table tr td {
    font-size: 15px;
    width: 200px;
    font-family: arial, helvetica, sans-serif;
    padding: 2px;
    border: 1px solid #ccc;


}
.footer-bottom{
    width: 100%;
    height: 50px;
   /* background: #545454;*/
    margin: 0 auto;
    /*border-top:1px solid #ccc;*/
}
.fcenter{
    width: 960px;
    height: 90px;
    margin: 0 auto;
    /*background: #fff;*/
    position: relative;
}
.fcenter-bottom{
    width: 960px;
    height: 50px;
    margin: 0 auto;
    /*background: #fff;*/
    position: relative;
    border-top:1px solid #ccc;
}


.footer-middle-logos{
    width: 550px;
    margin: 0 auto;

}
.footer-middle-logos img{
    margin: 15px 25px 0 25px;
}
.cp{
    position: absolute;
    top: 20px;
    left: 0;
    color: #999;
    font-family: helvetica, arial;
    font-size: 13px;
}
.jetonlogo{
    position: absolute;
    right: 0;
    top: 20px;
}
