* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.easing, .easing a, .module, .module .info p.sub, .selectbox .dropicon img, .ayrac, .minislider a, .easing span, .thumbsnav a {
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -ms-transition: .25s linear;
    -moz-transition: .25s linear;
}

.slow {
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -ms-transition: .25s linear;
    -moz-transition: .25s linear;
}

/* + Mcv */
body, a, a:hover, p, li, input, select, input::placeholder {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

body {
    background: #ffffff !important;
}

.w-100 {
    width: 100%!important;
    float: left !important;
}

.h-100 {
    height: 100%!important;
}

.p-rel {
    position: relative!important;
}

.p-abs {
    position: absolute!important;
}

/*
.m-0 {margin: 0px !important;}
.mt-10 {margin-top: 10px;} .mt-20 {margin-top:20px;} .mt-30 {margin-top:30px;} .mt-40 {margin-top:40px;} .mt-50 {margin-top:50px;} .mt-60 {margin-top:60px;} .mt-100 {margin-top:100px;}
.mb-10 {margin-bottom: 10px;} .mb-20 {margin-bottom:20px;} .mb-30 {margin-bottom:30px;} .mb-40 {margin-bottom:40px;} .mb-50 {margin-bottom:50px;} .mb-60 {margin-bottom:60px;} .mb-100 {margin-bottom:100px;}
.mr-5 {margin-right: 5px;} .mr-10 {margin-right: 10px;}.mr-15 {margin-right: 15px;}.mr-20 {margin-right: 20px;}.mr-25 {margin-right: 25px;}.mr-30 {margin-right: 30px;}.mr-35 {margin-right: 35px;}
.ml-5 {margin-left: 5px;} .ml-10 {margin-left: 10px;}.ml-15 {margin-left: 15px;}.ml-20 {margin-left: 20px;}.ml-25 {margin-left: 25px;}.ml-30 {margin-left: 30px;}.ml-35 {margin-left: 35px;}

.p-0 {padding: 0 !important;} .pl-0 {padding-left: 0 !important;} .pr-0 {padding-right: 0 !important;}
.p-5 {padding: 5px !important; box-sizing: border-box;} .p-10 {padding: 10px !important; box-sizing: border-box;} .p-20 {padding: 20px !important; box-sizing: border-box;} .p-30 {padding: 30px !important; box-sizing: border-box;} .p-40 {padding: 40px !important; box-sizing: border-box;} .p-50 {padding: 50px !important; box-sizing: border-box;} .p-60 {padding: 60px !important; box-sizing: border-box;}
.pt-10 {padding-top: 10px!important; box-sizing: border-box;} .pt-20 {padding-top: 20px!important; box-sizing: border-box;} .pt-30 {padding-top: 30px!important; box-sizing: border-box;} .pt-40 {padding-top: 40px!important; box-sizing: border-box;} .pt-50 {padding-top: 50px!important; box-sizing: border-box;}
.pr-10 {padding-right: 10px!important; box-sizing: border-box;} .pr-20 {padding-right: 20px!important; box-sizing: border-box;} .pr-30 {padding-right: 30px!important; box-sizing: border-box;} .pr-40 {padding-right: 40px!important; box-sizing: border-box;} .pr-50 {padding-right: 50px!important; box-sizing: border-box;}
.pb-10 {padding-bottom: 10px!important; box-sizing: border-box;} .pb-20 {padding-bottom: 20px!important; box-sizing: border-box;} .pb-30 {padding-bottom: 30px!important; box-sizing: border-box;} .pb-40 {padding-bottom: 40px!important; box-sizing: border-box;} .pb-50 {padding-bottom: 50px!important; box-sizing: border-box;}
.pl-10 {padding-left: 10px!important; box-sizing: border-box;} .pl-20 {padding-left: 20px!important; box-sizing: border-box;} .pl-30 {padding-left: 30px!important; box-sizing: border-box;} .pl-40 {padding-left: 40px!important; box-sizing: border-box;} .pl-50 {padding-left: 50px!important; box-sizing: border-box;}
*/
.text-c {
    text-align: center !important;
}

.text_l {
    text-align: left !important;
}

.text_r {
    text-align: right !important;
}

.text-j {
    text-align: justify !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.fn {
    float: none !important;
}

.font-12px {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

/* / Mcv */
/* + Standart Css */
.bg-white {
    background: #fff !important;
}

.bg-orange {
    background: #ffcc00 !important;
}

.bg-f1 {
    background: #f1f1f1 !important;
}

.border-666 {
    border: 1px solid #666 !important;
}

.border-radius {
    border-radius: 4px !important;
}

/* / Standart Css */
/* + Ã„Â°ndex */
.bg {
    background: url("../image/bg.jpg")top left!important;
}

.main {
    position: relative;
    width: 100%;
}

.main .menu-logo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.menu-show {position: fixed!important;background: #000000bf;}

.main .menu-logo .menu {
    width: 100%;
    float: left;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -ms-transition: .25s linear;
    -moz-transition: .25s linear;
}

.main .menu-logo .menu ul {
    float: right;
    margin: 0;
}

.main .menu-logo .menu li {
    float: left;
    text-decoration: none;
    list-style: none;
}

.main .menu-logo .menu li a {
    display: block;
    color: #fff;
    padding: 30px 20px;
}

.main .menu-logo .menu li a:hover {
    color: #f1c209;
}

.main .main-slider {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.main .logo {}
.main .logo img {
    display: block;
    margin: 32px 0 0 0;
}

/* -Slanted edge effect- */
.main #hero-slider .carousel-item img {
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.main .carousel-fade .active.carousel-item-left, .main .carousel-fade .active.carousel-item-right {
    transition: 0s 0.8s opacity;
}

/* -Text animation timing- */
.main .animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

.main .hero-unit {
    background-color: #111;
    background: url(image/bg.png);
    background-repeat: repeat;
    min-height: 720px;
    height: 100vh;
}

.main .hero-caption {
    display: block;
    position: relative;
    margin-top: 35vh;
    color: #FFF;
    text-shadow: none;
    padding: 20px;
    z-index: 5;
    text-align: right;
}

.main .hero-caption h1 {
    font-weight: bold;
    font-size: 3rem;
    font-family: Raleway, sans-serif;
}
.index-title {}
.index-title .baslik {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #f1c209;
    font-weight: 600;
    font-family: title221;
}
.index-title span {}
.index-title hr {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #f1c209;
    opacity: 1;
    margin: 20px 0 0 0;
}
.hak-text {
    color: #fff;
    padding: 20px 0 80px 0;
}
.hak-image {}
.hak-image img {}
.hak-image2 {
    width: 100%;
    float: left;
}
.hak-image2 img {
    float: right;
    margin: 50px 0 0 0;
}
.game-image {
    width: 100%;
    float: left;
    overflow: hidden;
}
.game-image img {
    width: 100%;
    float: left;
}
.game {
    width: 100%;
    float: left;
    background: #0000007d;
    opacity: 1;
    padding: 0;
    margin-top: 20px;
}
.game .game-frame {
    width: 100%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
.game .game-frame .title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    float: left;
}
.game .game-frame .min-title {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0 0;
}
.game .game-frame .text {
    float: left;
    width: 80%;
    color: #fff;
    margin: 50px 0 0 0;
}
.game .game-frame .info {
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
}
.game .game-frame .info .steam-link {}
.game .game-frame .info .steam-link a {
    display: block;
    margin: 20px 0 0 0;
    float: left;
}
.game .game-frame .info .hours {
    float: right;
    background: #000;
    padding: 15px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}
.iletisim-form {
    width: 100%;
    float: left;
    background: #00000082;
    padding: 20px;
    margin-top: 30px;
}
.iletisim-form input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #f1c209;
    padding: 10px 0;
    margin: 15px 0;
    color: #fff;
}
.iletisim-form textarea:focus {border: 1px solid #f1c209;padding-left: 10px;outline: 0;box-shadow: inset 0 1px 1px rgb(189 162 27 / 8%), 0 0 8px rgb(183 148 20 / 60%);transition: .25s linear;
    -webkit-transition: .25s linear;
    -ms-transition: .25s linear;
    -moz-transition: .25s linear;}
.iletisim-form textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #f1c209;
    padding: 10px 0;
    margin: 15px 0;
    color: #ccc;
    height: 150px;
}
.iletisim-form input:focus {border: 1px solid #f1c209;padding-left: 10px;outline: 0;box-shadow: inset 0 1px 1px rgb(189 162 27 / 8%), 0 0 8px rgb(183 148 20 / 60%);transition: .25s linear;
    -webkit-transition: .25s linear;
    -ms-transition: .25s linear;
    -moz-transition: .25s linear;}
.iletisim-form button {
    width: 150px;
    text-align: center;
    display: block;
    float: left;
    padding: 15px 20px;
    background: #f1c209;
    font-size: 18px;
    color: #333;
    border: none;
    margin: 20px 0 0 0;
}
.footer-link {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}
.footer-link ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.footer-link li {
    list-style: none;
    width: 100%;
    float: left;
    background: #000000a6;
    padding: 0px;
    margin: 0 0 10px 0;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -ms-transition: .25s linear;
    -moz-transition: .25s linear;
}
.footer-link li a {
    font-size: 12px;
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.footer-link li a img {
    margin: 0 10px 0px 0;
}
.footer-link li:hover {background: #f1c209!important;}

.footer {background: #000; text-align: center;padding: 20px;color: #fff;border-top: 2px solid #f1c209;}
.footer-img {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    text-align: center;
}
.footer-img img {
    text-align: center;
}
/* / index */
