﻿body, html {
    font-family: 'Ubuntu', sans-serif !important;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.wrap {
    max-width: 1100px;
    margin: auto;
}

.top {
    min-height: 65px;
    line-height: 65px;
    width: 100%;
    top: 0;
    padding: 0 15px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,.2);
    position: relative;
    z-index: 99;
}

.mobile-slider {
    display: none;
}

.main-nav a {
    font-size: 16px;
    color: #666666 !important;
    font-weight: 500;
    padding: 0 30px;
}

section h1 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 70px;
    color: #666666;
}

.kampanyalar {
    margin-top: 70px;
}

    .kampanyalar .wrap {
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 70px;
    }

    .kampanyalar h3 {
        color: #616260;
        font-size: 19px;
    }

    .kampanyalar .center {
        border-right: 1px solid #cacaca;
    }

    .kampanyalar p {
        font-size: 17px;
    }

.omegaRed {
    color: #ea242b !important;
}

.center {
    text-align: center;
}

.line {
    margin: auto;
    margin-bottom: 20px;
}

.p {
    font-size: 18px !important;
    color: #666666;
    font-weight: 200;
}

.owl-theme .owl-controls {
    margin-top: 30px !important;
}

#contactUs {
    background: #f5f5f5;
    width: 100%;
    padding: 40px;
}

.form-control {
    border-radius: 0;
    height: 60px;
    border: none;
    background: #e6e6e6;
}

.btn {
    float: right;
    border-radius: 0;
    padding: 10px 30px;
}

.footer {
    width: 100%;
    padding: 20px;
    background: #dedede;
    text-align: center;
    font-size: 14px;
    color: #666;
}

/* Main Navigation Hover Effect */
nav a {
    position: relative;
    display: block-inline;
    color: #666;
    text-decoration: none !important;
    padding: 4px 8px;
}

    nav a:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: #666;
        bottom: -5px;
        left: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    nav a:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
/* Main Navigation Hover Effect */


.kaydet {
    background: #ec363c !important;
    border: none;
    width: 140px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    float: right;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 300ms;
}

    .kaydet span {
        z-index: 93;
        position: relative;
    }

    .kaydet:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: -105%;
        transition: 300ms;
        background: rgba(255,255,255,0.52);
    }

    .kaydet:hover:before {
        left: 105%;
    }

    .kaydet:hover {
        box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }

.slider .carousel-indicators .active, .mobile-slider .carousel-indicators .active {
    width: 19px;
    height: 19px;
    background: #ea242b;
}

.carousel-indicators li {
    width: 18px;
    height: 18px;
    border: 2px solid #ea242b;
    background: #fff;
}

.carousel-indicators {
    bottom: 0;
}

.videolar {
    width: 100%;
    padding: 30px;
    min-height: 290px;
    background: #e74c3c;
}

.butonlar {
    margin-bottom: 100px;
}

    .butonlar h3 {
        margin-top: 0;
    }

    .butonlar p {
        font-size: 16px;
        max-width: 420px;
        margin: 15px auto;
    }

    .butonlar .col-sm-6 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

.raporlar {
    width: 100%;
    padding: 20px;
    background: #f1c40f;
    margin-top: 10px;
    min-height: 270px;
    margin-bottom: 10px;
}

.oyunlastir {
    width: 100%;
    padding: 20px;
    background: #1abc9c;
    min-height: 240px;
}

.e-bulten {
    width: 100%;
    padding: 33px 0;
    background: #e6e6e6;
    margin-top: 10px;
    min-height: 320px;
}

.incele {
    padding: 12px 40px;
    border: 1px solid #fff;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: .5s;
}

    .incele:hover {
        border: 1px solid #fff;
        background-color: #fff !important;
        color: #333 !important;
    }

.incele-iki {
    padding: 12px 40px;
    border: 1px solid #444;
    color: #444 !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: .5s;
}

    .incele-iki:hover {
        border: 1px solid #444;
        background-color: #444 !important;
        color: #fff !important;
    }

.sub-menu {
    width: 100%;
    background: #ea242b;
    padding-left: 30px;
}

    .sub-menu h3 {
        margin: 0;
        line-height: 70px;
        font-size: 20px;
        color: #fff;
    }

.sub-nav {
    margin-bottom: 0;
}

    .sub-nav li {
        list-style: none;
        display: inline;
    }

        .sub-nav li a {
            color: #fff;
            padding: 12px 30px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            line-height: 70px;
        }

.aktif {
    background: #fff;
    color: #333 !important;
    -webkit-box-shadow: 1px 1px 0 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 0 1px rgba(0,0,0,.2);
}

.content {
    padding: 20px;
}

.filter {
    background: 100%;
    padding: 20px;
    background: #fafafa;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(00,00,00,.2);
    box-shadow: 0 1px 1px 0 rgba(00,00,00,.2);
}

    .filter h3 {
        font-size: 16px;
        color: #484848;
        margin-top: 0;
    }

.etiketler .checkbox {
    margin-top: 20px;
}

.etiketler input {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: 2px;
}

.etiketler .checkbox label {
    font-size: 14px;
}

.filtreler {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 20px;
}

.tag-iki {
    padding: 7px 15px;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    float: left;
}

.close-tag {
    background: #eaeaea;
    width: 20px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 10px;
    float: right;
    cursor: pointer;
    margin-left: 7px;
    font-weight: bold;
    position: relative;
    top: 1px;
    border-radius: 100%;
}

    .close-tag:hover {
        background: #999999;
        color: #fff;
    }

.f-temizle {
    color: #ff3000;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top: 4px;
}

.video-thumb {
    position: relative;
    margin-top: 40px;
    margin-bottom: 10px;
}

.play-icon {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.video-link {
    font-size: 18px;
    font-weight: 700;
    color: #777 !important;
}

.newsletter {
    width: 100%;
    padding: 30px 20px;
    min-height:115px;
    border-radius: 4px;
    background: #f5f5f5;
    border-left: 5px solid #ea242b;
    margin-bottom: 30px;
}

.newsl td {
    padding: 2px 5px;
}

.newsl p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    max-width:280px;
    color: #666666 !important;
}

.login {
    margin: 70px auto;
    max-width: 450px;
    background: #fff;
    padding: 15px 30px;
}

.tepe {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    background: #f9f8f7;
}

    .tepe .pull-left a {
        color: #333 !important;
        font-size: 16px;
        line-height: 55px;
        font-weight: bold;
    }

    .tepe .pull-right table td {
        padding: 8px 0 8px 20px;
    }

    .tepe .pull-right .btn {
        border-radius: 4px !important;
        padding: 8px 30px !important;
    }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 450px !important;
}


.new {
    background: #1abc9c;
    position: absolute;
    right: 30px;
    top: 35px;
    color: #fff;
    font-size: 13px !important;
    font-weight: bold;
    padding: 2px 7px;
    border-radius: 5px;
    display:none
}

.seen{
    display:block !important;
}

.red {
    color: #e74c3c !important;
}

.new {
    background: #1abc9c;
    position: absolute;
    right: 30px;
    top: 35px;
    color: #fff;
    font-size: 13px !important;
    font-weight: bold;
    padding: 2px 7px;
    border-radius: 5px;
}

.divimizMaster {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.5) !important;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999;
}