@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300,200,600,700,900&subset=latin-ext);

body {
    background: #fff;
    text-align: center;
    font-family: 'Titillium Web';
    color: #888;
    font-size: 12px;
}

.container {
    margin-top: 10px;
    box-shadow: 0 0 5px 5px #d6d3d3;
    border-radius: 8px;
}


.sehit-banner {
    background: url(../img/sehitgazi_banner.jpg);
    height: 105px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 8px;
}

.bilgihattiresim {
    margin-bottom: 20px;
}

.icerik {
    min-height: 600px;
}


.sayfa_metin {
    text-align: justify;
    color: #494646;
    font-size: 16px;
}

h1.sayfa-baslik {
    font-size: 20px;
    font-weight: bold;
    color: #CA1816;
    border-bottom: 2px solid #CCC;
    margin-bottom: 40px;
    padding-bottom: 4px;
    display: table;
    margin-top: 0px;
    margin-bottom: 15px;
}

h2.ara-baslik {
    font-size: 18px;
    font-weight: bold;
    color: #888;
    border-bottom: 2px solid #CCC;
    margin-bottom: 40px;
    padding-bottom: 4px;
    display: table;
    margin-top: 0px;
    margin-bottom: 15px;
}

.sayfa_metin p {
    text-indent: 2em;
}

.panel-title {
    text-align: left;
}

.navbar-collapse {
    padding-left: 0px;
}

.violet {
    color: #fc0909;
}

a {
    color: #fc0909;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

    a:hover {
        color: #888;
        text-decoration: none;
    }

strong {
    font-weight: bold;
}


.header {
    margin-top: 5px;
}

    .header .navbar {
        margin-bottom: 5px;
    }

    .header .navbar-inner {
        background: #fff;
        border: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header h1 {
        float: left;
        margin: 0;
        text-align: left;
    }

    .header a.brand {
        display: inline-block;
        text-indent: -9999px;
        width: 280px;
        height: 63px;
        padding: 30px 0;
        background: 20px center no-repeat;
    }

    .header ul.nav {
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
    }

        .header ul.nav li a {
            padding: 0px 20px 0px 20px;
            color: #5d5d5d;
            text-shadow: none;
        }

        .header ul.nav li.current-page a {
            background: #f8f8f8;
        }

        .header ul.nav li a:hover {
            background: #CB1814;
            color: #fff;
        }

        .header ul.nav li a i {
            line-height: 40px;
            color: #aaa;
        }

        .header ul.nav li a:hover i {
            color: #fff;
        }


/* ----- Slider ----- */

.slider {
    margin: 0 auto;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    /*width: 1130px;*/
    border-radius: 8px;
}

.flexslider {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 6px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
}

.flex-caption {
    position: absolute;
    bottom: 20px;
    max-width: 720px;
    padding: 50px 50px;
    margin: 0;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}
/* ----- What we do ----- */

.what-we-do {
    margin-top: 40px;
    /*height: 200px;*/
}

    .what-we-do .service {
        height: 200px;
        padding-bottom: 23px;
        background: #f8f8f8;
        border-radius: 8px;
        margin-top: -35px;
        margin-bottom: 10px;
        box-shadow: 0 0 5px 5px #ededed;
        border-bottom: 2px solid #fc0909;
    }

        .what-we-do .service:hover {
            box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
            -o-transition: all .5s;
            -moz-transition: all .5s;
            -webkit-transition: all .5s;
            -ms-transition: all .5s;
        }

        .what-we-do .service .icon-awesome {
            margin-top: 5px;
            font-size: 25px;
            line-height: 50px;
            color: #5d5d5d;
        }

        .what-we-do .service h4 {
            margin-top: 5px;
            font-size: 14px;
            color: #5d5d5d;
            text-transform: uppercase;
            text-shadow: 0 1px 0 rgba(255,255,255,.7);
        }

        .what-we-do .service p {
            padding-bottom: 10px;
            line-height: 24px;
        }

        .what-we-do .service a {
            padding: 5px 22px;
            background: #CB1814;
            color: #fff;
            font-style: italic;
            text-decoration: none;
            -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
            -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
            box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
        }

            .what-we-do .service a:hover {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .what-we-do .service a:active {
                -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
                -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
                box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
            }

.yukseklik p {
    height: 75px;
}

/* ----- Page title ----- */

.page-title {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    text-align: left;
}

    .page-title h2 {
        display: inline;
        margin-left: 10px;
        font-size: 24px;
        color: #5d5d5d;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
        vertical-align: middle;
    }

    .page-title p {
        display: inline;
        margin-left: 5px;
        font-size: 14px;
        font-style: italic;
        vertical-align: middle;
    }

.page-title-icon {
    margin-left: 20px;
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}


/* ----- Google maps ----- */

.map {
    margin: 20px 20px 40px 20px;
    height: 300px;
    border: 5px solid #f8f8f8;
}

.ortafooter {
    border-radius: 8px;
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    padding: 10px 10px;
    margin-left: 0px;
    margin-right: 0px;
}

    .ortafooter a {
        color: #888;
    }

        .ortafooter a:hover {
            color: #C91612;
            border-radius: 8px;
            box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
            -o-transition: all .5s;
            -moz-transition: all .5s;
            -webkit-transition: all .5s;
            -ms-transition: all .5s;
        }



.footer {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
    padding: 7px 0px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
}

.home_header_pc {
    display: block !important;
}

.pc-footer-logo img {
    height: 23px;
    margin: 0 auto;
    display: block;
    max-width: inherit;
}

/*********************** Türkiye Şehitlerini Anıyor **************************************************/
.sehitlerianiyor {
    margin: auto;
    padding: 5px 20px;
}

    .sehitlerianiyor .btn {
        font-size: 16px;
        white-space: normal;
        height: 80px;
        margin: 11px 0;
    }


    .sehitlerianiyor a {
        padding: 20px;
    }

.aciklamaBolumu {
    text-align: justify;
    margin: 20px 0 20px 0;
    border-radius: 8px;
    padding-top: 10px;
    border: 5px solid #489ae9;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.slider-pc-home .carousel-inner {
    min-height: 380px;
}

a .sehit-bilgi-kapisi {
    padding: 40px;
}

h5.genelkurmaybaskani-baslik {
    margin-top: 0px;
    font-weight: 700;
    color: #9E0000;
    text-align: center;
}

.footer-pc-sar {
    font-weight: 600;
}

img.pc-footer-ucak {
    display: block;
    margin-top: 8px;
}

img.pc-footer-jet {
    display: block;
    margin-top: 8px;
}

img.pc-footer-gemi {
    display: block;
    margin-top: 4px;
}

.pc_footer {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
    padding: 7px 0px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #333;
}

.pc-footer-logo img {
    height: 23px;
    margin: 0 auto;
    display: block;
    max-width: inherit;
}

/************************** Türkiye Şehitlerini Anıyor ***********************************************/

/* ----- Media queries ----- */

@media (min-width: 980px) and (max-width: 1200px) {
    .sehit-banner {
        height: 90px;
    }

    .flex-caption {
        max-width: 700px;
    }

    .what-we-do .service p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

        .call-to-action-text .ca-text {
            padding: 0 35px;
        }

        .call-to-action-text .ca-button {
            margin-top: 10px;
        }
}

/*@media (max-width: 1024px) {
    .header_pc, .pc_footer {
        display: none;
    }
}*/

@media (min-width: 768px) and (max-width: 992px) {
    .sehit-banner {
        height: 70px;
    }

    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .header ul.nav li a i, .header ul.nav li a br {
            display: none;
        }

    .flex-caption {
        max-width: 500px;
    }

    .what-we-do .service p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

        .call-to-action-text .ca-text {
            padding: 0 35px;
        }

        .call-to-action-text .ca-button {
            margin-top: 10px;
        }


    .what-we-do .service {
        height: 220px;
    }

    .ortafooter a {
        color: #888;
        border: 3px solid #d6d6d6;
        border-radius: 8px;
    }

    .ortafooterfirst {
        margin-bottom: 10px;
    }
}


@media (max-width: 767px) {
    .sehit-banner {
        height: 70px;
    }

    body {
        font-size: 12px;
    }


    .what-we-do {
        margin-top: 10px;
    }

        .what-we-do .service {
            margin-bottom: 50px;
        }

        .what-we-do .topmargin {
            margin-top: 20px;
        }

        .what-we-do .bottommargin {
            margin-bottom: 20px;
        }

    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }

    .flex-caption {
        display: none;
    }

    .what-we-do .service p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .what-we-do .service .icon-awesome {
        padding-top: 10px;
    }

    .page-title p {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

        .call-to-action-text .ca-text {
            padding: 0 35px;
        }

        .call-to-action-text .ca-button {
            margin-top: 10px;
        }

    .portfolio-page {
        padding-bottom: 50px;
    }

    .tweet_list {
        height: 6em;
    }

    .pc-footer-logo img {
        margin: 0 auto;
        display: block;
        height: 20px;
    }

    .footer-text {
        display: none;
    }

    .ortafooter a {
        color: #888;
        border: 3px solid #d6d6d6;
        border-radius: 8px;
    }

    .ortafooterfirst {
        margin-bottom: 10px;
    }

    .flexslider .slides img {
        width: 80%;
    }

    h1.sayfa-baslik {
        font-size: 16px;
    }

    h2.ara-baslik {
        font-size: 16px;
    }

    .sayfa_metin {
        font-size: 14px;
    }
}

@media (max-width: 680px) {
    .sehit-banner {
        height: 60px;
    }

    .flexslider .slides img {
        width: 80%;
    }
}

@media (max-width: 580px) {
    .sehit-banner {
        height: 50px;
    }

    .flexslider .slides img {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .sehit-banner {
        height: 40px;
    }

    .tweet_list {
        height: 10em;
    }

    .flexslider .slides img {
        width: 100%;
    }

    .ortafooter a {
        font-size: 8px;
    }
}
