/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "OpenSans";
    font-weight: 700;
}

p {
    font-size: 13px;
    text-align: justify;
}

h1 {
    color: #0f662f;
    text-align: center;
}

h4 {
    color: #FF0000;
    font-size: 15px;
}

@font-face {
    font-family: OpenSans;
    src: url(OpenSans-Regular.ttf);
}

.row {
    padding: 5px;
}

.form-control,
.btn {
    font-size: 12px;
}

.topnav {
    font-size: 14px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff
}

.navbar-default .navbar-nav>li>a:hover {
    color: #bed62f
}

.navbar-default {
    background-color: #0f662f !important;
    border: none;
    margin-bottom: 0
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.navbar-brand {
    height: 40px;
    padding: 5px 45px
}

.alert {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0%;
    width: 100%;
    height: auto;
    z-index: 30001;
    opacity: .8;
    display: none;
    filter: alpha(opacity=70);
    text-align: center;
}

.form-group {
    margin-bottom: 1px !important;
}

.well {
    padding: 1px !important;
}

.table-bordered>thead>tr>th {
    text-align: center;
}

.intro-header {
    padding-top: 0;
    padding-bottom: 10px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    /* background-size: cover; */
}

.intro-message {
    position: relative;
    padding-top: 1%;
    padding-bottom: 0;
}

.intro-message>h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 2em;
    text-align: center;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message>h1 {
        font-size: 2em;
    }

    ul.intro-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons>li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 0;

}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 20px 0;
    margin-top: 5px;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}


/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-clip: padding-box;
}

.bhoechie-tab {
    background-color: #0f662f
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    min-height: 320px;
    height: auto;
    display: none;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
    border: none !important;
    background-color: #bed62f;
    margin-top: 10px;
    color: #0f662f;
    text-align: left;
    padding-left: 5px;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
    border: none !important;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #0f662f;
    background-image: #0f662f;
    border: none !important;
    color: #ffffff;
    text-align: left;
    padding-left: 5px;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;

}

div.bhoechie-tab-content {
    background-color: transparent;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

#success_message {
    display: none;
}

.well {
    background-color: transparent;
    border: none
}

legend {
    color: #ffffff;
    margin-left: 0;
    font-size: 20px !important;
}

.form-horizontal .control-label {
    text-align: left;
    color: #bdd632;
    padding-left: 0;
    margin-left: 20px
}

.rounded-list ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

/* item  */
.rounded-list ol>li {
    position: relative;
    list-style: none;
    font-size: 16px;
    color: #0f662f;
    margin: 0;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 20px;
    font-weight: normal;
    margin-bottom: 30px;
}

.rounded-list ol>li p {
    padding-left: 30px;
}

.rounded-list ol>li p:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    background: #bed62f;
    height: 2em;
    width: 2em;
    margin-top: -1em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
}

.rounded-list ol>li ul {
    list-style: none;
}

.rounded-list ol>li ul li {
    line-height: 36px;
    height: auto;
    width: 100%;
    display: inline
}

.soruselect {
    display: inline-block
}

.soruselectsag select {
    width: 300px
}

.soruselect,
.soruselectsag select {
    height: 30px !important;
}

.soruselect,
.soruselectsag select option {
    display: inline
}

.progress-bar {
    background-color: #1f6136
}

.progress {
    background-color: #43843b;
    border-radius: 10px;
}

.cevapradio input[type=radio] {
    margin-left: -40px;
}

.cevapradio .radio-inline {
    padding-right: 20px;
    background: #ffffff
}

.radio-inline,
.checkbox-inline {
    padding-left: 60px
}

div.resimsoru {
    background: #ffffff;
    margin-left: 30px;
    text-align: center
}

div.resimsoru {
    background: #ffffff;
    margin-left: 30px;
    text-align: center
}

thead {
    background: #0f662f;
    color: #ffffff;
    font-size: 13px
}

table.sonuc {
    border: 2px solid #ffffff;
    text-align: left
}

.dropdown-menu {
    font-size: 12px;
}

.yesil80 {
    background-color: rgba(15, 102, 47, .8);
    color: #ffffff
}

.yesil70 {
    background-color: rgba(15, 102, 47, .7);
    color: #ffffff
}

.yesil60 {
    background-color: rgba(15, 102, 47, .6);
    color: #ffffff
}

.yesil50 {
    background-color: rgba(15, 102, 47, .5);
    color: #ffffff
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ffffff
}

div.class1 {
    height: 120px;
    background: #bed62f;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px
}

div.class2 {
    height: 52px;
    background: #bed62f;
    font-size: 16px;
    color: #ffffff;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999
}

div.class1 span.us_bilgi {
    display: none
}

div.class2 span.us_bilgi {
    font-size: 10px
}

div.class2 span.bilgi {
    display: none
}

div.class2 span.bilgi img {
    display: none
}

div.class2 h3 {
    display: none
}

div.class2 #saat {
    color: #0f662f
}

div.class2 div.col-lg-4 col-sm-3 {
    background: none;
}

table.indirim {
    border-collapse: separate;
    border-spacing: 10px 10px;
}

table.indirim td,
th {
    padding: 10px
}