body,
html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
    width: 100% !important;
    height: 100% !important;
}

img {
    max-width: 100%;
}

h1 {
    font-weight: 700;
}

h1 strong {
    font-weight: 900;
}

h2 {
    margin: 0;
    color: #121d1f;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 34px;
}

h3,
h4 {
    color: #121d1f;
    font-size: 20px;
    font-weight: 600;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p.intro {
    font-size: 16px;
    margin: 12px 0 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #333;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2F2483;
}

ul,
ol {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul,
ol {
    padding: 0;
}

hr {
    height: 4px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #2F2483;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
}

.white {
    color: #fff;
}


/* Navigation */

#nav {
    z-index: 9999;
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%
}

#nav.affix nav {
    background: rgba(47, 36, 131, 0.9);
}

#nav.affix .navbar-custom .nav li a {
    color: #fff;
}

#nav.affix .navbar-custom .nav li a:hover {
    color: #E3000F;
}

.navbar-custom {
    margin-bottom: 0;
    background-color: rgba(244, 245, 246, 0.9);
    border-radius: 0px;
    padding: 10px 0;
}

.navbar-custom .navbar-brand {
    font-weight: 600;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: -42px;
    border-radius: 100%;
    border: 3px solid rgba(255, 255, 255, 0.9);
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.navbar-custom .navbar-brand:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.navbar-custom .navbar-brand img {
    width: 100%;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #2F2483;
}

.navbar-toggle {
    color: #2F2483;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #f4f5f6;
}

.navbar-custom .nav li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #2F2483;
    font-weight: bold;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #E3000F;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
    color: #2F2483;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.btn-default {
    color: #fff;
    /*background-color: transparent;*/
    background-color:#4caf50;
    border-color: #fff;
    padding: 10px 20px;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
}

.btn-default2 {
    color: #2F2483;
    background-color: transparent;
    border-color: rgba(47, 36, 131, 0.39);
    padding: 10px 90px;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-primary {
    color: #fff;
    /*background-color: #121d1f;*/
    background-color: #4caf50;
    padding: 10px 20px;
    /*border-color: #4caf50;*/
    border-color: #121d1f;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #2F2483;
    border-color: #2F2483;
}

.btn-primary i.fa {
    margin-right: 10px;
}

.intro {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #2F2483;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}

.intro .overlay {
    height: 100%;
    background: -moz-linear-gradient(top, rgba(47, 36, 131, 0.75) 0%, rgba(47, 36, 131, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(47, 36, 131, 0.75) 0%, rgba(47, 36, 131, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(47, 36, 131, 0.75) 0%, rgba(47, 36, 131, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2F2483', endColorstr='#bf053740', GradientType=0);
    /* IE6-9 */
}

.section-title.center {
    padding: 25px 0 25px 0;
}

#hakkimizda {
    padding: 120px 0;
    background: #f6f6f6;
}

#hakkimizda .about-text {
    margin-left: 10px;
}

#hakkimizda img {
    display: inline-block;
}

#hakkimizda p {
    margin-bottom: 30px;
}

#odeme {
    padding: 120px 0;
    background: #f6f6f6;
}

#odeme .about-text {
    margin-left: 10px;
}

#odeme img {
    display: inline-block;
}

#odeme p {
    margin-bottom: 30px;
}

#hizmetlerimiz {
    background: #2F2483;
}

#hizmetlerimiz h2 {
    color: #fff;
}

#hizmetlerimiz hr {
    background: rgba(255, 255, 255, 0.3);
}

#okullar {
    padding: 120px 0;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #f4f5f6), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f4f5f6 49%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

#okullar i.fa {
    font-size: 20px;
    padding: 5px;
    color: #333;
}

#haberler {
    margin-top: 60px;
    padding: 120px 0;
    background: #f6f6f6;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #eee;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    margin-left: 0;
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 40px;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.timeline .timeline-heading h2 {
    margin-top: 30px;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
    color: #629ca7;
    font-size: 20px;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

#teklif {
    background: url(../img/bid.jpg) no-repeat center top;
    background-color: #E3000F;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#iletisim {
    background: url(../img/bid.jpg) no-repeat center top;
    background-color: #2F2483;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#teklif .overlay {
    background: -moz-linear-gradient(top, rgba(227, 0, 15, 1) 0%, rgba(227, 0, 15, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(227, 0, 15, 1) 0%, rgba(227, 0, 15, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(227, 0, 15, 1) 0%, rgba(227, 0, 15, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#E3000F', endColorstr='#bf053740', GradientType=0);
    /* IE6-9 */
}

#iletisim .overlay {
    padding: 100px 0 40px 0;
    background: -moz-linear-gradient(top, rgba(47, 36, 131, 1) 0%, rgba(47, 36, 131, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(47, 36, 131, 1) 0%, rgba(47, 36, 131, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(47, 36, 131, 1) 0%, rgba(47, 36, 131, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2F2483', endColorstr='#bf053740', GradientType=0);
    /* IE6-9 */
}

#iletisim h3 {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

#iletisim form,
#teklif form {
    padding: 20px 0;
}

#iletisim i.fa {
    color: #fff;
    margin-bottom: 10px;
}

#iletisim .text-danger,
#teklif .text-danger {
    color: #fff;
    text-align: left;
}

label {
    font-size: 12px;
    font-weight: 400;
}

#iletisim .form-control,
#teklif .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: none;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#iletisim .form-control:focus,
#teklif .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

#teklif select.form-control:focus,
#iletisim select.form-control:focus {
    color: #2F2483;
}

.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.form-control:-moz-placeholder {
    color: #ccc;
}

.form-control::-moz-placeholder {
    color: #ccc;
}

.form-control:-ms-input-placeholder {
    color: #ccc;
}

#iletisim .btn {
    margin-top: 20px;
}

#iletisim .social {
    margin-top: 40px;
}

#iletisim .social ul li {
    display: inline-block;
    margin: 0 20px;
}

#iletisim .social i.fa {
    font-size: 30px;
    padding: 4px 5px;
    color: #fff;
    transition: all 0.5s;
}

#iletisim .social i.fa:hover {
    color: #E3000F;
}

#footer {
    background: #f6f6f6;
    color: #7d8384;
    padding: 30px 0 25px 0;
}

#footer p {
    font-size: 13px;
}

#footer a {
    color: #a0a5a5;
}

#footer a:hover {
    color: #2F2483;
}

header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
}

#hizmetlerimiz {
    background: url(../img/background.png) repeat-y center center;
}

#hizmetlerimiz .overlay {
    padding: 120px 0;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(47, 36, 131, 0.75) 0%, rgba(47, 36, 131, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(47, 36, 131, 0.75) 0%, rgba(47, 36, 131, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(47, 36, 131, 0.75) 0%, rgba(47, 36, 131, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2F2483', endColorstr='#bf053740', GradientType=0);
    /* IE6-9 */
}

.h-event {
    padding-top: 55px;
    padding-bottom: 55px;
    border: 4px solid white;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, .4) inset, 2px 2px 7px rgba(0, 0, 0, .4);
    margin-bottom: 30px;
    color: #fff;
    cursor: pointer;
}

.p-name {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 3px;
}

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.modal {
    top: 120px;
}


/* Media Queries */

@media(max-width:768px) {
    #nav {
        margin-top: 30px;
    }
    .navbar-custom .navbar-brand {
        background: none;
        border-radius: none;
        border: none;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }
    #nav.affix nav {
        background: rgba(255, 255, 255, 0.9);
    }
    #nav.affix .navbar-custom .nav li a {
        color: #2F2483;
    }
    header .intro-text {
        padding-top: 100px;
        padding-bottom: 0;
    }
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
        text-align: left;
        color: #fff;
    }
    .intro H1 {
        font-size: 60px;
        font-weight: 500;
        letter-spacing: -2px;
    }
    .intro .name {
        font-weight: 600;
    }
    .intro .intro-text {
        max-width: 75%;
    }
    .intro .intro-text p {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        margin-bottom: 40px;
        margin-top: 20px;
    }
    section {
        padding: 120px 0;
    }
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 0;
        line-height: 100px;
        font-weight: 400;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    #here-me h1 {
        margin: 10px 0 0px;
    }
    .timeline>li {
        min-height: 150px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 0;
        font-size: 18px;
        line-height: 150px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }
    .timeline>li .timeline-panel {
        padding: 10px 20px 20px 100px;
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 0;
        font-weight: 400;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 10px 100px 20px 20px;
    }
}

.tab-pane {
    padding: 15px 5px;
}

.responsive-tabs.nav-tabs {
    position: relative;
    z-index: 10;
    height: 42px;
    overflow: visible;
    border-bottom: none;
}

.responsive-tabs.nav-tabs span.glyphicon {
    position: absolute;
    top: 14px;
    right: 22px;
}

.responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
    display: none;
}

@media (min-width: 1000px) {
    .responsive-tabs.nav-tabs span.glyphicon {
        display: none;
    }
}

.responsive-tabs.nav-tabs>li {
    display: none;
    float: none;
    text-align: center;
}

.responsive-tabs.nav-tabs>li:last-of-type>a {
    margin-right: 0;
}

.responsive-tabs.nav-tabs>li>a {
    margin-right: 0;
    border: 1px solid rgba(47, 36, 131, 0.39);
}

@media (min-width: 1000px) {
    .responsive-tabs.nav-tabs>li>a {
        margin-right: 4px;
    }
}

.responsive-tabs.nav-tabs>li.active {
    display: block;
}

.responsive-tabs.nav-tabs>li.active a {
    border: 1px solid rgba(47, 36, 131, 0.54);
    border-radius: 2px;
}

@media (min-width: 1000px) {
    .responsive-tabs.nav-tabs>li.active a {
        border-bottom-color: transparent;
    }
}

@media (min-width: 1000px) {
    .responsive-tabs.nav-tabs>li {
        display: block;
        float: left;
    }
}

.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: block;
}

@media (min-width: 1000px) {
    .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
        display: none;
    }
}

.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
    display: none;
}

.responsive-tabs.nav-tabs.open>li {
    display: block;
}

.responsive-tabs.nav-tabs.open>li a {
    border-radius: 0;
}

.responsive-tabs.nav-tabs.open>li:first-of-type a {
    border-radius: 2px 2px 0 0;
}

.responsive-tabs.nav-tabs.open>li:last-of-type a {
    border-radius: 0 0 2px 2px;
}

.nav-tabs li a {
    padding: 10px 35px;
}

li[role=presentation].active>a,
li[role=presentation].active>a:focus,
li[role=presentation].active>a:hover,
li[role=presentation] {
    background: #f6f6f6;
}

.none {
    display: none;
}

.dropdown {
    padding: 6px 12px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    max-width: 94%;
}

#calender_section {
    width: 100%;
    margin: 30px auto 0;
}

#calender_section h2 {
    background-color: #efefef;
    color: #444444;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
}

#calender_section h2 a {
    color: #F58220;
    float: none;
}

#calender_section_top {
    width: 100%;
    float: left;
    border-left: 1px solid rgba(47, 36, 131, 0.39);
}

#calender_section_top ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#calender_section_top ul li {
    float: left;
    display: block;
    width: 20%;
    border-right: 1px solid rgba(47, 36, 131, 0.39);
    border-top: 1px solid rgba(47, 36, 131, 0.39);
    text-align: center;
    font-size: 14px;
    min-height: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 1%;
    background: #efefef;
}

#calender_section_bot {
    width: 100%;
    float: left;
    border-left: 1px solid rgba(47, 36, 131, 0.39);
    border-bottom: 1px solid rgba(47, 36, 131, 0.39);
}

#calender_section_bot ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#calender_section_bot ul li {
    float: left;
    width: 20%;
    height: 160px;
    border-top: 1px solid rgba(47, 36, 131, 0.39);
    border-right: 1px solid rgba(47, 36, 131, 0.39);
    min-height: 0;
    margin: 0;
    padding: 1%;
    position: relative;
}

.grey {
    background-color: #DDDDDD !important;
}

.light_sky {
    background-color: #B9FFFF !important;
}


/*========== Hover Popup ===============*/

.date_cell {
    cursor: pointer;
    cursor: hand;
    background-image: -webkit-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
    background-image: -moz-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
    background-image: -o-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
    background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
    -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
}

.date_cell:hover {
    color: #000;
    background: #DDDDDD !important;
}

.date_popup_wrap {
    position: absolute;
    min-width: 143px;
    min-height: 115px;
    z-index: 9999;
    top: -115px;
    left: -24px;
    border-radius: 20px;
    /*background: transparent url(add-new-event.png) no-repeat top left;*/
    background-color: white;
    color: #666 !important;
    visibility: hidden;
}

.events_window {
    overflow: hidden;
    overflow-y: auto;
    width: 133px;
    height: 115px;
    margin-top: 28px;
    margin-left: 25px;
}

.event_wrap {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #E4E4E7;
    font-size: 12px;
    padding: 3px;
}

.date_window {
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 5px;
    font-size: 16px;
    margin-left: 9px;
    margin-right: 14px
}

.popup_event {
    margin-bottom: 2px;
    padding: 2px;
    font-size: 16px;
    width: 100%;
}

.calori {
    font-size: 9px;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.popup_event a {
    color: #000000 !important;
}

.packeg_box a {
    color: #F58220;
    float: right;
}

a:hover {
    color: #181919;
    text-decoration: underline;
}

.yazi {
    font-size: 10px;
}

.yazipop {
    font-size: 9px;
}

ul.botli>li:first-child,
ul.botli>li:nth-child(7n),
ul.botli>li:nth-child(7n+1) {
    display: none;
}

.corner {
    width: 50px;
    height: 50px;
    z-index: 999999;
    position: absolute;
    right: 0px;
    top: 0px;
}

.yirmiyil {
    width: 47px;
    height: 47px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999998;
    background: url(../img/20yil.jpg) right top no-repeat;
}

#peelback {
    cursor: pointer
}

.today {
    color: #ffffff;
    background: rgba(47, 36, 131, 0.9);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

@media only screen and (max-width: 1200px) {
    .date_popup_wrap {
        visibility: visible;
    }
    #calender_section_top ul li {
        padding: 0;
    }
    #calender_section_bot ul li {
        padding: 0;
    }
    #calender_section_bot ul li {
        height: 50px;
    }
    .yazi {
        display: none;
    }
    .ay:after {
        content: '\A Tıklayınız';
        white-space: pre; /* or pre-wrap */
    }
}

@media print {
    body>div,
    body header,
    .hidon {
        display: none;
    }
    body #okullar {
        display: block;
        padding: 0;
    }
    body #okullar .container .section-title {
        display: none;
    }
    .dropdown {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
    }
    #calender_section {
        margin: 0 auto;
    }
    #calender_section * {
        border-color: #000 !important;
    }
}

.alert-successok {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.alert-successok .close {
    color: #fff;
}

.alert-dangerno {
    background-color: rgba(255, 0, 0, 0.2);
    color: #fff;
}

.alert-dangerno .close {
    color: #f00;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.help-block ul li {
    color: red;
}

.kor {
    font-size: 33px;
    padding: 0 20px;
}

.white-header {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
}

.aligner {
    vertical-align: middle;
    height: 100%;
    display: table-cell;
}






/* Tam Ekran Modal Stilleri */
#qualityModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95); /* Çok koyu arkaplan (overlay) */
    z-index: 10000; /* Diğer her şeyin üstünde olmasını sağlar */
    display: flex;
    justify-content: center; /* İçeriği yatayda ortala */
    align-items: center; /* İçeriği dikeyde ortala */
    padding: 20px;
    box-sizing: border-box;
    transition: opacity 0.3s ease; /* Yumuşak açılış/kapanış efekti */
}

/* Modal başlangıçta gizli olsun */
.modal-hidden {
    display: none !important;
    opacity: 0;
}

.modal-header {
    position: absolute;
    top: 20px;
    width: 90%;
    max-width: 1000px;
    text-align: center;
    padding:5px 50px 5px 0px;
        border-bottom: none !important;
}

.modal-title {
    color: white;
    font-size: 24px;
    margin: 0;
    padding-left: 100px; /* Kapat butonuna yer açmak için */
}

/* Kapat Butonu Stili (Sol Üst Köşe) */
.close-btn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    padding: 8px 15px;
    background: #c0392b; /* Dikkat çekici kırmızı ton */
    border-radius: 4px;
    text-transform: uppercase;
    transition: background 0.2s;
}

.close-btn:hover {
    background: #e74c3c;
}

/* İçerik Kutusu Stilleri */
.modal-images-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 1000px; /* Maksimum genişlik */
    width: 90%;
    max-height: 90%;
    overflow-y: auto; /* İçerik taşarsa kaydırma çubuğu çıksın */
    text-align: center;
    margin-top: 50px; /* Başlık için boşluk */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.modal-intro-text, .modal-end-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.certs-heading, .partner-heading {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c3e50;
    font-size: 22px;
    border-bottom: 2px solid #3498db;
    display: inline-block;
    padding-bottom: 5px;
}

/* Görsel Stilleri (Responsive olması için) */
.modal-images-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto; /* Merkezde gösterim ve aralık */
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Mobil Cihazlar İçin Ayarlamalar */
@media (max-width: 768px) {
    .modal-images-container {
        padding: 15px;
    }
    .modal-title {
        font-size: 18px;
        padding-left: 80px;
    }
    .close-btn {
        font-size: 14px;
        padding: 6px 12px;
    }
    .certs-heading, .partner-heading {
        font-size: 18px;
    }
}