body {
    overflow-x: hidden;
    font-family: Arial, Verdana, sans-serif;
}

.text-muted {
    color: #777;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #000;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #808080;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f0f0f0;
}

.btn-primary {
    border-color: #fff;
    font-weight: 700;
    color: #fff;
    background-color: #5b5b5b;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #fff;
    color: #fff;
    background-color: #a0a0a0;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #818181;
    background-color: #818181;
}

.btn-primary .badge {
    color: #818181;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #818181;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #818181;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #818181;
    background-color: #818181;
}

.btn-xl .badge {
    color: #818181;
    background-color: #fff;
}

.navbar-righta {
    padding: 10px 0;
    float: right !important;
    margin-right: -15px;
}

.navbar-default {
    border-color: transparent;
    background-color: #303030;
    padding: 0px 0;
}

.navbar-default .navbar-brand {
    color: #818181;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #808080;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    background-color: #808080;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #808080;
}

.navbar-default .nav li a {
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover {
    outline: 0;
    color: #808080;
}

.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #808080;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #808080;
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #303030;
}

header {
    padding-top: 100px;
    padding-bottom: 50px;
}

section {
    padding: 100px 0;
}


section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
}

section h3.section-subheading {
    margin-bottom: 30px;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

section h3.section-subheading2 {
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

section h3.section-subheading3 {
    margin-top: 0px;
    padding-bottom: 10px;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}

h4 {
    font-size: 16px;
}


.heading1 {
    margin: 15px 0;
    text-transform: none;
}

.heading2 {
    margin: 5px 0;
    text-transform: none;
}

.fnt1 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2;
}

#development .development-item {
    right: 0;
    margin: 0 0 15px;
    min-height: 250px;
}

#development .development-item .development-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    background-color: #FFF;
}

#development .development-item .development-link .development-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#development .development-item .development-link .development-hover:hover {
    opacity: 1;
}

#development .development-item .development-link .development-hover .development-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#development .development-item .development-link .development-hover .development-hover-content i {
    margin-top: -12px;
}

#development .development-item .development-link .development-hover .development-hover-content h3,
#development .development-item .development-link .development-hover .development-hover-content h4 {
    margin: 0;
}

#development .development-item .development-caption {
    margin: 0 auto;
    padding: 15px;
    max-width: 400px;
    min-height: 70px;
    text-align: center;
    background-color: #fff;
}

#development .development-item .development-caption h4 {
    margin: 0;
    text-transform: none;
}

#development .development-item .development-caption p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
}

#development * {
    z-index: 2;
}

@media (min-width:767px) {
    #development .development-item {
        margin: 0 0 30px;
    }
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: none;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: none;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #818181;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.development-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.development-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.development-modal .modal-content p {
    margin-bottom: 10px;
}

.development-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-size: 16px;
    font-style: italic;
}

.development-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.development-modal .modal-content img {
    margin-bottom: 30px;
}

.development-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background-color: #999;
    border-radius: 3px;
    cursor: pointer;
}

.development-modal .close-modal:hover {
    opacity: .3;
}

.development-modal .close-modal .lr {
    z-index: 1051;
    width: 3px;
    height: 50px;
    margin-left: 25px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.development-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 3px;
    height: 50px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.development-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #818181;
}

::selection {
    text-shadow: none;
    background: #818181;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #818181;
}


/* yaw {{{ */

.navbar-brand {
  max-height: 75px;
  padding: 0px !important;
}

.navbar-brand img {
  max-height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.nav > li > a {
    padding: 5px 15px;
}

.Blck1 {
    margin: 0px auto;
    max-width: 400px;
    padding: 5px;
}

.Blck2 {
    text-align: center;
    margin: 0px auto;
    max-width: 400px;
    padding: 5px;
}

.Spc1 {
    margin: 0px auto;
    padding-top: 60px;
    padding-bottom: 20px;
}

.BckGrnd1 {
    padding: 5px;
    min-height: 300px;
    background-color: #f0f0f0;
}

.BckGrnd1s {
    padding: 100px 5px;
}

.BckGrnd2s {
    padding: 5px 5px;
    min-height: 100px;
    background-color: #f0f0f0;
}

.BckGrnd2 {
    padding: 5px;
    min-height: 300px;
    background-color: #fff;
}


.btn-y1 {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #5b5b5b;
}

.btn-y1:hover,
.btn-y1:focus,
.btn-y1:active,
.open .dropdown-toggle.btn-y1 {
    color: #fff;
}

.btn-y1:active,
.btn-y1.active,
.open .dropdown-toggle.btn-y1 {
    background-image: none;
}

.btn-y1.disabled,
.btn-y1[disabled],
fieldset[disabled] .btn-y1,
.btn-y1.disabled:hover,
.btn-y1[disabled]:hover,
fieldset[disabled] .btn-y1:hover,
.btn-y1.disabled:focus,
.btn-y1[disabled]:focus,
fieldset[disabled] .btn-y1:focus,
.btn-y1.disabled:active,
.btn-y1[disabled]:active,
fieldset[disabled] .btn-y1:active,
.btn-y1.disabled.active,
.btn-y1[disabled].active,
fieldset[disabled] .btn-y1.active {
    border-color: #818181;
    background-color: #818181;
}

.btn-y1 .badge {
    color: #818181;
    background-color: #fff;
}


.btn-y2 {
    margin-top: 10px;
    padding: 2px 20px;
    border-radius: 10px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    background-color: #5b5b5b;
}
.btn-y2:hover { background-color: #a0a0a0; }

.btn-y2:focus,
.btn-y2:active,
.open .dropdown-toggle.btn-y2 {
    color: #fff;
}
.btn-y2:active,
.btn-y2.active,
.open .dropdown-toggle.btn-y2 {
    background-image: none;
}

.btn-y2.disabled,
.btn-y2[disabled],
fieldset[disabled] .btn-y2,
.btn-y2.disabled:hover,
.btn-y2[disabled]:hover,
fieldset[disabled] .btn-y2:hover,
.btn-y2.disabled:focus,
.btn-y2[disabled]:focus,
fieldset[disabled] .btn-y2:focus,
.btn-y2.disabled:active,
.btn-y2[disabled]:active,
fieldset[disabled] .btn-y2:active,
.btn-y2.disabled.active,
.btn-y2[disabled].active,
fieldset[disabled] .btn-y2.active {
    border-color: #818181;
    background-color: #818181;
}
.btn-y2 .badge {
    color: #818181;
    background-color: #fff;
}

.btn-border1 {
    border-color: #000;
}

.img-responsive {
    margin: 0px auto;
}

.bg-n1 {background-color: #5b5b5b;}

.bg-n1l {background-color: #e0e0e0;}
.btn-y1.bg-n1l:hover { background-color: #a0a0a0; }

.carousel-caption {
    position: relative;
    left: 0px;
    margin: auto auto;
    width: 70%;

    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 5px;
    color: #000;
    text-align: center;
    text-shadow: none;
}

p {
    margin: 0px 10px 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.carousel .loading{
    width:46px;
    height:46px;
    position:absolute;
    top:50%;
    left:50%;
    background:#000 url(../img/ajax-loader.gif) no-repeat center center;
    margin:-23px 0px 0px -23px;
    z-index:100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity:0.7;
}


a.full-news-link {
    display: block;
    width: 140px;
    height: 14px;
    margin: 0 auto;
}

.langtr a.dwndldatest:before { content: "Şimdi indir »"; }

.langtr a.readmore:before { content: "Tümünü okuyun »"; }
.langen a.readmore:before { content: "Read more »"; }

.langtr button.wclose:after { content: " Kapat"; }
.langen button.wclose:after { content: " Close"; }

.langtr .Thx:before { content: "TEŞEKKÜRLER"; }
.langen .Thx:before { content: "THANKS"; }

.social-icons {
    text-align: left;
    margin: 20px 80px;
    font-size: 16px;
    font-weight: bold;
}

.BlckLeft {
    text-align: left;
}

.FntY1 {
    font-size: 1.5em;
}

.container {
    margin-top: 0px;
    padding-top: 0px;
}

.pdt1 {
    padding-top: 20px;
}

.crglyph {
    position: absolute;
    right: 50%;
    top: 50%;
    font-size: 40px;
    margin-right: -15px;
    margin-top: -15px;
}

/* media {{{ */

@media (max-width: 530px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 531px) {
    header {
        padding-top: 85px;
        padding-bottom: 80px;
        background-color: #303030;
    }

    .navbar-default {
        padding: 0px 0;
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 0px 0;
        background-color: #303030;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .navbar-header {
        margin: 0px 0px;
        float: left;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: none!important;
        margin: 0px;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-collapse.collapse {
        display: block !important;
        box-shadow: none;
    }

    .container {
        margin-top: 0px;
        padding-top: 0px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width:768px) {
    header {
        padding-top: 250px;
        padding-bottom: 300px;
        background-color: #303030;
    }

    .navbar-default {
        padding: 10px 0;
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 0px 0;
        background-color: #303030;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

/* media }}} */

.navbar-right {
    padding: 10px 0;
    float: right !important;
    margin-right: -15px;
}


/* Patch for Modal probs  */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}

.modal.container {
  max-width: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.modal {
    position: fixed;
    top: 0px!important;
    right: 0px;
    bottom: 0px!important;
    left: 0px;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0px none;
}
