﻿/* video için özellikleri */
video {
    width: 100% !important;
    height: 100% !important;
}
#preview {
    width: 500px;
    height: 200px;
    margin: 0px auto;
}
/*.videoWrapper {
    position: relative;
    padding-bottom: 100%;*/ /* 16:9 */
/*width: 100%;
    height: 100%;
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
}

    .videoWrapper iframe {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/
/*.select {
    height: 30px;
}

.h-90 {
    height: 90% !important;
}

.h-10 {
    height: 10% !important;
}

#peerVideo:hover {
    opacity: 0.6;
    cursor: pointer;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

/* menü genel özellikleri */
.viewbtn {
    text-align: center;
    color: Black;
    font-size: 16px;
    text-decoration: none;
}

.menu {
    background-color: white;
    overflow: hidden;
}

.menus {
    background-color: white;
    overflow: hidden;
}

/* menü içindeki linklerin özellikleri */
.menu a {
    float: left;
    display: inline;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
}

.menus a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
}
/* linklerin üzerine gelindiğinde */
.menu a:hover {
    background-color: white;
    color: black;
}

/* en soldaki elemanı farklı olması için */
.active {
    background-color: white;
    font-weight: bold;
    color: white;
}

/* menü düğmesinin gizlenmesi */
.menu .icon {
    display: none;
}

    /* menü ikonunun görünümü */
    .menu .icon div {
        width: 35px;
        height: 3px;
        background-color: white;
        margin: 3px 0;
    }

.column {
    border-style: none;
    border-color: inherit;
    border-width: 1px;
    width: 33.33%;
    float: left;
    margin-right: 0px;
}

.columnGame {
    border-style: none;
    border-color: inherit;
    border-width: 1px;
    width: 25%;
    float: left;
    margin-right: 0px;
}

.lbl {
}


.row:after {
    content: "";
    clear: both;
    display: table;
}

/*.column:after {
    content: "";
     clear: both;
    display: table;
   
   
}*/
.row {
    border-style: none;
    border-color: inherit;
    border-width: 1px;
    width: 100%;
    line-height: 0.7em;
    font-family: Verdana;
    font-size: x-small;
}

.table, tr, td {
    width: 40%;
}

.txtbox {
    width: 12%;
}

.img {
    margin: auto;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.imgdetail {
    width: 20%;
    height: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.imgfrontpic {
    margin: auto;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.imgnormal {
    width: 20%;
    height: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.imgbig {
    /*width: 100%;
                height:100%;*/
    width: 300px;
    height: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.imgLogo {
    margin-left: inherit;
    border-radius: 1px;
    cursor: pointer;
    transition: 0.3s;
}

.imgGame {
    margin-left: inherit;
    border-radius: 1px;
    cursor: pointer;
    transition: 0.3s;
}
/* Clear floats after the columns */

.footer {
    position: relative;
    text-align: right;
    bottom: 0;
    left: 0;
    right: 0;
}

.textbox {
    width: 50%;
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {
    /*.videoWrapper {
        position: relative;
        padding-bottom: 100%;*/ /* 16:9 */
    /*width: 100%;
        height: 100%;
        padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
    }

        .videoWrapper iframe {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }*/
    video {
        width: 100% !important;
        height: 100% !important;
    }

    .viewbtn {
        text-align: center;
        color: Black;
        font-size: 16px;
        text-decoration: none;
    }

    .menu a {
        display: none;
        font-size: 10px;
    }

    .menus a {
        font-size: 10px;
    }

    .menu a.icon {
        float: right;
        display: block;
    }

    .row {
        width: 100%;
        line-height: 0.7em;
    }

    .txtbox {
        width: 100%;
    }

    .imgLogo {
        height: 50px;
        width: 50px;
        margin-left: inherit;
        border-radius: 1px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imgGame {
        height: 70px;
        width: 70px;
        margin-left: inherit;
        border-radius: 1px;
        cursor: pointer;
        transition: 0.3s;
    }

    .column {
        width: 100%;
        height: 100%;
        border: 1px;
    }

    .columnGame {
        width: 25%;
        height: 25%;
        float: left;
        border: 1px;
    }

    .table, tr, td {
        width: 33.33%;
    }

    .img {
        width: 100%;
        height: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    .footer {
        position: fixed;
        text-align: right;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .imgdetail {
        width: 70%;
        height: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
    .imgfrontpic {
        width: 100%;
        height: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    .imgnormal {
        width: 60%;
        height: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    .imgbig {
        /*
                width: 100%;
                height:100%;*/
        width: 300px;
        height: 500px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
}

.textbox {
    width: 20%;
}
/* Tablet Styles */
@media only screen and (min-width: 601px) and (max-width: 960px) {

    /*.videoWrapper {
        position: relative;
        padding-bottom: 100%;*/ /* 16:9 */
    /*width: 100%;
        height: 100%;
        padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
    }

        .videoWrapper iframe {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }*/
    video {
        width: 100% !important;
        height: 100% !important;
    }

    .viewbtn {
        text-align: center;
        color: Black;
        font-size: 16px;
        text-decoration: none;
    }

    .menu.responsive {
        position: relative;
    }

        .menu.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .menu.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

    .column {
        width: 100%;
        border: 1px;
        line-height: 0.7em;
    }

    .columnGame {
        width: 25%;
        float: left;
    }

    .row {
        width: 70%;
        line-height: 0.7em;
    }

    .imgLogo {
        height: 50px;
        width: 80px;
        margin-left: inherit;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imgGame {
        height: 100px;
        width: 100px;
        margin-left: inherit;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

    .txtbox {
        width: 50%;
    }

    .table, tr, td {
        width: 70%;
    }

    .img {
        width: 40%;
        height: 40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    .imgdetail {
        width: 70%;
        height: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
    .imgfrontpic {
        width: 100%;
        height: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
    .imgnormal {
        width: 40%;
        height: 40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    .footer {
        position: fixed;
        text-align: right;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .imgbig {
        /*
                width: 100%;
                height:100%;*/
        width: 300px;
        height: 500px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
}

.textbox {
    width: 20%;
}
/* Desktop Styles */
@media only screen and (min-width: 961px) {

    /*.videoWrapper {
        position: relative;
        padding-bottom: 100%;*/ /* 16:9 */
    /*width: 100%;
        height: 100%;
        padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
    }

        .videoWrapper iframe {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }*/
    video {
        width: 100% !important;
        height: 100% !important;
    }

    .viewbtn {
        text-align: center;
        color: Black;
        font-size: 16px;
        text-decoration: none;
    }

    .menu.responsive {
        position: relative;
    }

        .menu.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .menu.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

    .column {
        width: 100%;
        height: 100%;
        border: 1px;
        float: left;
        line-height: 0.7em;
    }

    .columnGame {
        width: 25%;
        height: 25%;
        border: 1px;
        float: left;
    }

    .lbl {
        width: 150px;
        height: 50px;
        display: inline-block;
        margin: 0;
        padding: 5px;
        color: #1B1B1B;
        background-color: #E2E2E2;
        text-decoration: none;
        border-top: 5px solid #999
    }

    .txtbox {
        width: 44%;
    }

    .row {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        /*line-height: 0.7em;*/
    }

    .table, tr, td {
        width: 33.33%;
    }

    .img {
        width: 80%;
        height: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    .imgdetail {
        width: 30%;
        height: 30%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
    .imgfrontpic {
        width: 100%;
        height: 430px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
    .imgnormal {
        width: 20%;
        height: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    .imgbig {
        /*
                width: 100%;
                height:100%;*/
        width: 300px;
        height: 500px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    .imgLogo {
        height: 150px;
        width: 150px;
        margin-left: inherit;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imgGame {
        height: 100px;
        width: 120px;
        margin-left: inherit;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

    .footer {
        position: fixed;
        text-align: right;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .textbox {
        width: 10%;
    }
}
