@charset "utf-8";

body {
    font-family: "Open Sans", sans-serif;
    color: #000;
    background-color: #151515;
}

a, a:hover, a:focus {
    text-decoration: none;
}

/*
Düğmelerin kenarlarını keskinleştirmek için
<a href="#" class="btn btn-default flat"></a>
*/
.btn.flat {
    border-radius: 0;
}

/*
Sütunlar arası boşlukları kaldırır
<div class="row no-padding">
    <div class="col-md-24"></div>
</div>
*/
.row.no-padding {
    margin: 0;
}

.row.no-padding > div[class*="col-"] {
    padding: 0 !important;
}

/* imagehover arka plan rengi */
[class^='imghvr-'],
[class*=' imghvr-'] {
    background-color: rgba(93, 179, 50, .7);
}

#mobile-menu:not( .mm-menu ) {
    display: none;
}

#mobileMenuToggle {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #97d430;
    color: #FFF;
    font-size: 22px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 99;
    border-radius: 100%;
}

.site {
    background-color: #FFF;
}

.topbar {
    padding: 3px 0;
    background-color: #FFF;
}

.topbar-contact {
    padding-top: 3px;
}

.topbar-contact a {
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,.5);
    padding: 0 10px;
    font-size: 13px;
    color: #111;
    font-weight: 600;
}

.topbar-contact a:hover {
    color: #666;
}

.topbar-contact a i {
    color: #0e76bc;
}

.topbar-contact a:first-child {
    padding-left: 0;
    border-left: 0;
}

.topbar-social {
    display: inline-block;
    padding-right: 5px;
    padding-top: 10px;
}

.topbar-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    color: #FFF;
}

.topbar-social a:hover {
    background-color: #000;
    color: #ed1c24;
}

.topbar-right {
    text-align: right;
}


.logo {
    display: block;
    max-width: 240px;
}

.header {
    padding: 10px 0;
    border-bottom: 4px solid #0e76bc;
}

.menu {
    display: block;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.menu ul li {
    display: inline-block;
}

.menu ul li a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 6px;
    transition: all .2s ease;
    color: #111;
}

.menu ul li a:hover {
    color: #ed1c24;
}

.menu ul li:not(:last-child):after {
    content: '/';
    display: inline-block;
    color: #dbdbdb;
    padding-left: 3px;
}

.caption1 {
    background-color: #0e76bc;
    color: #FFF;
    font-size: 24px;
    padding: 30px 40px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.caption2 {
    background-color: #000;
    color: #FFF;
    font-size: 18px;
    padding: 10px 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.caption3 {
    border: 5px solid #FFF;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}






.front-blocks {
    padding: 100px 0;
    background: #212121 url("../img/bg-front-blocks.jpg") no-repeat bottom center;
    background-size: cover;
}


.fb-icon {
    border: 1px solid rgba(14, 118, 188, 0.25);
    display: block;
    padding: 10px;
}

.fb-icon img {
    max-width: 70px;
}

.fb-projects .media {
    margin-bottom: 20px;
}

.fb-projects .media-body {
    padding-left: 20px;
}

.fb-projects .media-body p {
    color: #CCC;
}

.fb-projects .media-heading {
    color:#FFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}

.fb-projects .media .media-body a:hover p {
    color: #0e76bc;
}

.fb-projects .media .media-body a p small {
    display: block;
    margin-top: 5px;
    color: #FFF;
}

.fb-projects h2 {
    color: #FFF;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 16px;
}

.fb-projects h2:after {
    width: 14px;
    height: 2px;
    display: block;
    background-color: #0e76bc;
    content: '';
    margin-top: 5px;
}

.fb-welcome {
    margin-bottom: 30px;
}

.fb-welcome h2 {
    color: #FFF;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 16px;
}

.fb-welcome h2:after {
    width: 14px;
    height: 2px;
    display: block;
    background-color: #0e76bc;
    content: '';
    margin-top: 5px;
}

.welcome-img {
    border: 1px solid rgba(14, 118, 188, 0.25);
    padding: 10px;
    margin-bottom: 20px;
}


.welcome-text p {
    color: #CCC;
    font-size: 13px;
    font-weight: 300;
}










.footer {
    padding: 40px 0 100px 0;
}

.footer-box {
    margin-bottom: 20px;
}

.footer-box h3 {
    margin-top: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-box h3:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #ccc;
    display: block;
    margin-top: 3px;
}

.footer-box p {
    color: #ccc;
    font-size: 13px;
}

.footer-box a {
    color: #ccc;
    font-size: 13px;
}

.footer-social a {
    display: inline-block;

}

.footer-social a:not(:last-child) {
    margin-right: 15px;
}

.footer-note {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.footer-note p {
    color: #ccc;
}

.design img {
    width: 80px;
    float: right;
}

.page-inner {
    padding: 40px 0;
}


div.sidebar {
    background-color: #0e76bc;
    padding: 20px;
    margin-bottom: 30px;
}

div.sidebar a.navTitle {
    padding: 10px;
    display: block;
    color: #FFFFFF;
    font-size: 12px;
}

div.sidebar ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

div.sidebar ul li {
    display: block;
}

div.sidebar ul li a {
    display: block;
    padding: 5px 10px;
    color: #FFFFFF;
    font-weight: bold;
}

div.sidebar ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

div.sidebar ul.subNav {
    display: none;
}

div.sidebar ul.subNav li {
    display: block;
}

div.sidebar ul.subNav li a {
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 40px;
    position: relative;
}

div.sidebar ul.subNav li a:before {
    content: '-';
    position: absolute;
    left: 18px;
}

div.sidebar ul.subNav li ul.subNav li a {
    display: block;
    font-weight: 300;
    color: #FFFFFF;
    padding-left: 40px;
}

a.sub:after {
    content: '\f107';
    float: right;
    margin-top: 3px;
    font: normal normal normal 14px/1 FontAwesome;
}

a.navActive {
    background-color: rgba(0, 0, 0, 0.15);
    color: #FFF !important;
}

.ribbon {
    height: 200px;
}

.ribbon {
    background: url("../img/ribbon.jpg") repeat;
    -webkit-animation: backgroundScroll 30s linear infinite;
    animation: backgroundScroll 30s linear infinite;
    height: 200px;
}


.front-news {
    padding: 20px 0;
    background-color: #0e76bc;
}

.front-news h2 {
    color: #FFF;
    font-size: 14px;
}

.news {
    overflow: hidden;
}

.news a {
    display: inline-block;
    color: #FFF;
    margin-right: 40px;
}

@-webkit-keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px 0;
    }
}

@keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px 0;
    }
}

/* Mobile First */

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

/* Non-mobile First */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .slide-caption {
        width: 300px;
    }

    .slide-caption h2 {
        font-size: 18px;
    }

    .fc-right {
        padding: 80px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .fc-right {
        padding: 50px;
    }

    .front-products {
        padding: 20px 0;
    }

    #mobileMenuToggle {
        display: block;
    }

    .menu {
        display: none;
    }

    .topbar-contact a span {
        display: none;
    }

    .logo {
        margin: auto;
    }

    .header {
        padding-top: 30px;
    }

    .footer {
        padding: 30px 20px 140px;
    }

    .intro .ms-layer {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .fc-right {
        padding: 20px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}