/* fontello */
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?32974303');
    src: url('../fonts/fontello.eot?32974303#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?32974303') format('woff'), url('../fonts/fontello.ttf?32974303') format('truetype'), url('../fonts/fontello.svg?32974303#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.subpage-background {
    background-color: #f8f8f8;
}

.pad-b-10 {
    padding-bottom: 10px;
}

.pad-b-30 {
    padding-bottom: 30px;
}

.pad-l-10 {
    padding-left: 10px;
}

.pad-r-10 {
    padding-right: 10px;
}

.mar-l-5-b-10 {
    margin-left: 5px;
    margin-bottom: 10px;
}

.table-v-m td {
    vertical-align: middle !important;
}

.ekstra-button-add {
    margin: 25px 0 0 0;
}

.color-red {
    color: #a01234 !important;
}

.edu-table-responsive td {
    padding: 10px;
    text-align: left;
}

.dynamic-form-eleman input {
    width: 100%;
}

.dynamic-form-buttonstd {
    padding: 27px 0 0 0;
}

.my-support a {
    margin: 5px;
    color: #ddd;
    border-radius: 3px;
    padding: 10px 5px;
    text-align: center;
    display: block
}

    .my-support a:hover {
        color: #fff;
    }

.my-support i {
    font-size: 4em;
}

.my-support h5 {
    border-top: 1px solid;
    padding-top: 10px;
}

.support-form {
    margin: 18px 5px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    padding: 20px 10px;
    text-align: center;
}

    .support-form i {
        font-size: 8em;
    }

.accordion .panel.active {
    box-shadow: none;
}

.help-link {
    position: fixed;
    right: -1000px;
    z-index: 1000;
}

    .help-link a {
        font-size: 2em;
    }

.mr20 {
    margin-right: 20px;
}

.mt20 {
    margin-top: 20px;
}

.closePrice {
    margin-top: 25px;
}

    .closePrice i {
        margin: 0;
    }

#discount span, #discount2 span {
    font-size: 2em;
    color: #a01234;
}

#gift_week span {
    font-size: 1.5em;
}

#harita iframe {
    width: 100%;
}

.abort {
    border: 1px solid #ddd;
    background: #f2f2f2;
    border-radius: 4px;
    text-align: center;
    padding: 30px 10px;
}

    .abort i {
        color: #337ab7;
        font-size: 15em;
    }

    .abort h4 {
        font-size: 3em;
        font-weight: normal;
        font-style: italic;
    }

#bubble {
    position: fixed;
    width: 303px;
    height: 309px;
    z-index: 10000;
    right: 10px;
    bottom: 30px;
    background: url("/img/bubble.png");
    overflow: hidden;
    color: #fff;
}

    #bubble p {
        text-align: center;
        width: 283px;
        margin: 0 10px;
        font-weight: bold;
        text-shadow: 0px 0px 4px #000;
        font-size: 1.4em;
    }

    #bubble button span {
        font-size: 2em;
        margin: 10px 10px 0 0;
    }

.categories {
    padding: 50px 0;
    background: #1584ae;
}

.category {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    height: auto;
    font-size: 1.2em;
    border-radius: 4px;
}

    .category:hover, .category:active {
        color: #fff;
        text-shadow: 0px 0px 3px #333;
    }

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.adim img {
    padding: 10px;
}

.big {
    font-size: 1.2em;
}

.small {
    font-size: .7em;
}

.square {
    width: .7em;
    height: .7em;
    margin: .5em;
    display: inline-block;
}

/* Custom dropdown */
.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.col-sm-12 .custom-dropdown {
    margin: 10px 0;
}

.col-xs-12 .custom-dropdown {
    margin: 10px 0;
}

.custom-dropdown select {
    cursor: pointer;
    background-color: #fff;
    color: #000;
    font-size: inherit;
    padding: .5em;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: button; /* hide default arrow in chrome OSX */
    width: 100%;
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.4);
}

    .custom-dropdown select:hover {
        background-color: rgb(247, 247, 247);
    }

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
    color: rgba(0,0,0,.3);
}

    .custom-dropdown select[disabled]::after {
        color: rgba(0,0,0,.1);
    }

.custom-dropdown::before {
    background-color: rgba(0,0,0,.15);
}

.custom-dropdown::after {
    color: rgba(0,0,0,.4);
}
/*Okul filtreleme (ana sayfa)*/
.filtre-buton-blok {
    text-align: center;
    margin: 10px 0 0;
}

.col-sm-12.filtre-buton-blok button, .col-xs-12.filtre-buton-blok button {
    width: 100%;
}

.filtre-buton-blok button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.1);
}

/* Eğitim paketleri */
.pricing {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #fff;
    background-color: #fff;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pricing-withshadow {
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.3);
}

.pricing-active {
    /*border: 3px solid #36d7ac;*/
    /*margin-top: -10px;*/
    /*box-shadow: 7px 7px rgba(54, 215, 172, 0.2);*/
}

.pricing:hover {
    border: 1px solid #36d7ac;
}

    .pricing:hover h4 {
        color: #336699;
    }

.pricing-head {
    text-align: center;
}

    .pricing-head h3,
    .pricing-head h4 {
        margin: 0;
        line-height: normal;
    }

        .pricing-head h3 span,
        .pricing-head h4 span {
            display: block;
            margin-top: 5px;
            font-size: 14px;
            font-style: italic;
        }

    .pricing-head h3 {
        font-weight: 300;
        color: #000;
        padding: 12px 0;
        font-size: 27px;
        border-bottom: solid 1px #41b91c;
    }

    .pricing-head h4 {
        color: #009933;
        padding: 5px 0;
        font-size: 54px;
        font-weight: 300;
        background: #fbfef2;
        border-bottom: solid 1px #f5f9e7;
    }

.pricing-head-active h4 {
    color: #336699;
}

.pricing-head h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}

.pricing-head h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}

/*Pricing Content*/
.pricing-content li {
    color: #888;
    font-size: 12px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7;
    cursor: initial;
}

.pricing p {
    cursor: initial;
}

/*Pricing Footer*/
.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 20px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
    z-index: 9;
}

    .price-active h4 {
        color: #36d7ac;
    }

.no-space-pricing .pricing:hover {
    transition: box-shadow 0.2s ease-in-out;
}

    .no-space-pricing .price-active .pricing-head h4,
    .no-space-pricing .pricing:hover .pricing-head h4 {
        color: #36d7ac;
        padding: 15px 0;
        font-size: 80px;
        transition: color 0.5s ease-in-out;
    }

.yellow-crusta.btn {
    color: #FFFFFF;
    background-color: #336699;
}

    .yellow-crusta.btn:hover,
    .yellow-crusta.btn:focus,
    .yellow-crusta.btn:active,
    .yellow-crusta.btn.active {
        color: #FFFFFF;
        background-color: #336699;
    }
/* Referanslar */
.referanslar-block h2, .referanslar-block p {
    color: #009933;
}

.referanslar-section .referans-item {
    padding-bottom: 48px;
    position:relative;
}
    .referanslar-section .referans-item:hover .hoverDiv {
        display:block;
    }
    .referanslar-section .referans-item .hoverDiv {
        display:none;
        position: absolute;
        width: 100%;
        height: 90%;
        background: rgba(37,67,120,0.8);
        z-index: 999;
        padding: 10px;
        color:#fff;
    }
        .referanslar-section .referans-item .hoverDiv h3 {
            
        }

        .referanslar-section .referans-item .hoverDiv p {

        }

    .referanslar-section .referans-item .title {
        position: absolute;
        bottom: 30px;
        left: 0;
        text-align: center;
        width: 100%;
        z-index: 9;
    }

        .referanslar-section .referans-item .title h4 {
            background-color: #009933;
            display: inline-block;
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            -ms-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
            color: #fff;
            padding: 10px 15px;
            margin: 0;
            font-size: 16px;
            font-size: 1rem;
            opacity: 0;
        }

    .referanslar-section .referans-item:hover .title h4 {
        opacity: 1;
    }

#carousel {
    margin-top: 40px;
}

@media (max-width: 767px) {
    #carousel {
        margin-bottom: 30px;
    }
}

#carousel .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 9;
}

    #carousel .item .title h4 {
        background-color: #009933;
        display: inline-block;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        color: #fff;
        padding: 10px 15px;
        margin: 0;
        font-size: 16px;
        font-size: 1rem;
        opacity: 0;
    }

        #carousel .item .title h4 em {
            display: block;
            font-size: 13px;
            font-size: 0.8125rem;
            font-weight: 300;
            margin-top: 3px;
        }

#carousel .item a {
    position: relative;
    display: block;
}

#carousel .owl-item {
    opacity: 0.5;
    transform: scale(0.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.85, 0.85);
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

    #carousel .owl-item.active.center {
        opacity: 1;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1);
        transform: scale(1);
    }

        #carousel .owl-item.active.center .item .title h4,
        #carousel .owl-item.active.center .item .views {
            opacity: 1;
        }
/* insan kaynakları */
.page-left-bar {
    background-color: #fff;
    padding: 25px 25px 5px 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

    .page-left-bar figure {
        width: 150px;
        margin: 5px auto 10px;
    }

    .page-left-bar ul {
        list-style: none;
        padding: 0;
        margin: 0 -25px 0 -25px;
    }

        .page-left-bar ul li {
            border-top: 1px solid #ededed;
            padding: 12px 20px;
            font-weight: 500;
        }

            .page-left-bar ul li span {
                font-weight: normal;
            }

        .page-left-bar ul.social_media_icons {
            list-style: none;
            padding: 0;
            margin: 0 0 15px 0;
            font-size: 18px;
            font-size: 1.125rem;
            text-align: center;
        }

            .page-left-bar ul.social_media_icons li {
                display: inline-block;
                border: none;
                width: 40px;
                height: 40px;
                padding: 0;
                line-height: 45px;
                text-align: center;
            }

.indent_title_in {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}

    .indent_title_in.no_indent {
        padding-left: 10px;
    }

@media (max-width: 767px) {
    .indent_title_in {
        padding-left: 0;
    }
}

.indent_title_in i {
    font-size: 50px;
    font-size: 3.125rem;
    position: absolute;
    left: 0;
    color: #009933;
    top: -3px;
}

@media (max-width: 767px) {
    .indent_title_in i {
        position: static;
        margin-bottom: 10px;
    }
}

.indent_title_in h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 26px;
}

.indent_title_in p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.wrapper_indent {
    padding-left: 70px;
}

@media (max-width: 767px) {
    .wrapper_indent {
        padding-left: 0;
    }
}

.conten_page_box {
    background-color: #fff;
    padding: 30px 25px 5px 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

    .conten_page_box.blue {
        background-color: #336699;
        color: #fff;
    }

    .conten_page_box hr {
        margin: 30px -25px;
    }

ul.list_3 {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.list_3 li {
        margin-bottom: 0;
        position: relative;
        padding-left: 20px;
    }

        ul.list_3 li strong {
            font-weight: 500;
        }

        ul.list_3 li:before {
            font-family: "fontello";
            content: "\ea3e";
            position: absolute;
            left: 0;
            top: 0;
        }
#card {
    padding-bottom: 5px;
}

.ikformControllerClass {
    display:none;
}

@media (min-width: 300px) {
    #card {
        margin-bottom: 210px;
    }

        #card.tebesirFlipped {
            margin-bottom: 0;
        }
}

@media (min-width: 576px) {
    #card {
        margin-bottom: 210px;
    }

        #card.tebesirFlipped {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    #card {
        margin-bottom: 210px;
    }

        #card.tebesirFlipped {
            margin-bottom: 0;
        }
}

@media (min-width: 992px) {
    #card {
        margin-bottom:210px;
    }
        #card.tebesirFlipped {
            margin-bottom:0;
        }
}

@media (min-width: 1200px) {
    #card {
        margin-bottom:0;
    }
        #card.tebesirFlipped {
            margin-bottom: 0;
        }
}