@import url('https://fonts.googleapis.com/css?family=Roboto&subset=latin-ext');

body .mh-head {
    background: #1A3D8F !important;
}

/* Border Box */
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.timeline-1 {
    border-left: 3px solid #DE1D2A;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #6c757d1f;
    margin: 0 auto;
    position: relative;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline-1 {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline-1 .event {
    border-bottom: 1px dashed #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline-1 .event {
        padding-top: 30px;
    }
}

.timeline-1 .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline-1 .event:before,
.timeline-1 .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-1 .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline-1 .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline-1 .event:after {
    -webkit-box-shadow: 0 0 0 3px #DE1D2A;
    box-shadow: 0 0 0 3px #DE1D2A;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline-1 .event:after {
        left: -31.8px;
    }
}

html, body {
    font-family: Roboto;
    background: #fff;
}

#main-container {
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

#footer {
    display: none;
}

.flex-bw {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.flex-panelist {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.img50 {
    width: 50%;
    background: #f2f2f2;
}

.img50 img {
    margin-bottom: -3px;
}

.cv50 {
    width: 50%;
    padding: 80px;
    background: #f2f2f2;
}

@media screen and (max-width: 1366px) {
    .cv50 {
        padding: 40px 40px 0px 40px;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 1024px) {
    .cv50 {
        font-size: 0.8em;
        padding: 30px 30px 0px 30px;
    }
}

@media screen and (max-width: 800px) {
    .flex-panelist {
        flex-flow: column wrap;
    }

    .img50 {
        width: 100%;
        order: 1;
    }

    .cv50 {
        order: 2;
        width: 100%;
        padding: 40px 40px 0px 40px;
        font-size: 0.9em;
    }
}

.cv50 h2 {
    margin: 0 !important;
    padding: 0;
    font-family: Roboto !important;
}

.cv50 small {
    font-size: 14px;
    font-weight: 500;
    color: #2b88cb;
    margin-top: -3px;
    font-family: Roboto
}

.responsive-img {
    width: 100%;
    height: auto;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.c300, .c200 {
    font-family: 'Oswald', sans-serif;
    margin: 20px;
}

.c300 a, .c200 a {
    color: #f2f2f2;
    font-size: 1.5em;
}

h1.tt {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}

h2.tt {
    color: #aa0000;
    letter-spacing: 0.3rem;
}

.footer-1 {
    width: 100%;
    background: #1A3D8F;
    color: #fff;
    padding-top: 4vh;
}

.footer-1 h2 {
    color: #ffffff;
    padding: 0px;
    margin: 0px !important;
    font-size: 2em !important;
}

.footer-1 p {
    color: #ddd;
}

.footer-1 small {
    color: #ddd;
}

.footer-1 .c200 {
    margin: 20px;
    min-width: 120px;
}

.footer-1 .c300 {
    width: 300px;

}

@media screen and (max-width: 800px) {
    .footer-1 .c300 {
        width: 100%;
        margin: 20px;
    }
}

.footer-2 {
    position: relative;
    width: 100%;
    background: #0e0c17;
    color: #fff;
}

.tab p {
    margin: 20px 0px;
    font-size: 1.4em;
    font-family: 'Roboto', sans-serif;
}

.wrapper {
    max-width: 972px;
    margin: 0px auto;
}

.page-container h2 {
    margin: 30px 0;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
}

.page-container h3 {
    margin: 10px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.6em;
}

.page-container h4 {
    margin: 5px 0;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

.page-container h5 {
    margin: 20px 0 0 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
}

.r-button {
    background: #c90c10;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    cursor: pointer;
}

.r-button:hover {
    background: #aa0000;
}

#step-2, #step-3, #step-4,
#k-event-1-misafir-container-1,
#k-event-1-misafir-container-2,
#k-event-2-misafir-container-1,
#k-event-2-misafir-container-2,
#e-event-1-misafir-container-1,
#e-event-1-misafir-container-2,
#e-event-2-misafir-container-1,
#e-event-2-misafir-container-2,
#tab-2, #tab-3, #tab-4, #tab-5, #tab-6, #tab-7, #tab-8, #tab-9, #tab-10 {
    display: none;
}

#step-1 > div, #step-2 > div, #step-3 > div, #step-4 > div {
    margin: 10px 0;
}

#record-form {
    font-size: 1.2em;
}

#record-form select,
#record-form input[type='text'],
#record-form input[type='number'],
#record-form input[type='search'],
#record-form input[type='url'],
#record-form input[type='email'],
#record-form input[type='password'],
#record-form textarea {
    color: #000;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    /*-webkit-appearance: none;*/
    padding: 6px 10px;
    border-radius: 2px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.success-msg {
    color: #008A15;
}

.error-msg {
    color: #FF0000;
}


/********* Yeni Menu********/
.topnav {
    overflow: hidden;
    background-color: #1A3D8F;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
}

.topnav .record {
    background: #c90c10;
    float: right;
}

.tapnav .record {
    background: #AA0000;
}

a.active {
    background-color: #4C71C7;
    color: white;
}

.topnav .icon {
    display: none;
    padding: 12px;
}

@media screen and (max-width: 800px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 10px;
        top: 0px;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .record {
        float: none;
    }
}

/***/

/*timeline*/
@media (min-width: 1000px) {
    .timeline .demo-card:nth-child(odd) .head::after, .timeline .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    .timeline .demo-card:nth-child(odd) .head::before, .timeline .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
    }

    .timeline .demo-card2:nth-child(odd) .head::after, .timeline .demo-card2:nth-child(even) .head::after, .timeline .demo-card3:nth-child(odd) .head::after, .timeline .demo-card3:nth-child(even) .head::after, .timeline .demo-card4:nth-child(odd) .head::after, .timeline .demo-card4:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    .timeline .demo-card2:nth-child(odd) .head::before, .timeline .demo-card2:nth-child(even) .head::before, .timeline .demo-card3:nth-child(odd) .head::before, .timeline .demo-card3:nth-child(even) .head::before, .timeline .demo-card4:nth-child(odd) .head::before, .timeline .demo-card4:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
}

/* Some Cool Stuff */
.demo-card:nth-child(1) {
    order: 1;
}

.demo-card:nth-child(2) {
    order: 5;
}

.demo-card:nth-child(3) {
    order: 2;
}

.demo-card:nth-child(4) {
    order: 6;
}

.demo-card:nth-child(5) {
    order: 3;
}

.demo-card:nth-child(6) {
    order: 7;
}

.demo-card:nth-child(7) {
    order: 4;
}

.demo-card:nth-child(8) {
    order: 8;
}


/***********/

.demo-card2:nth-child(1) {
    order: 1;
}

.demo-card2:nth-child(2) {
    order: 3;
}

.demo-card2:nth-child(3) {
    order: 2;
}

/***********/

.demo-card3:nth-child(1) {
    order: 1;
}

.demo-card3:nth-child(2) {
    order: 5;
}

.demo-card3:nth-child(3) {
    order: 2;
}

.demo-card3:nth-child(4) {
    order: 6;
}

.demo-card3:nth-child(5) {
    order: 3;
}

.demo-card3:nth-child(6) {
    order: 6;
}

/***********/

.demo-card4:nth-child(1) {
    order: 1;
}

.demo-card4:nth-child(2) {
    order: 9;
}

.demo-card4:nth-child(3) {
    order: 2;
}

.demo-card4:nth-child(4) {
    order: 10;
}

.demo-card4:nth-child(5) {
    order: 3;
}

.timeline {
    padding: 50px 0;
    background: #f7f7f7;
}

.timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}

.timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}

.timeline .demo-card-wrapper, .timeline .demo-card-wrapper2, .timeline .demo-card-wrapper3, .timeline .demo-card-wrapper4 {
    position: relative;
    margin: auto;
}

@media (min-width: 1000px) {
    .timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 2700px;
        margin: 0 auto;
    }

    .timeline .demo-card-wrapper2 {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1000px;
        margin: 0 auto;
    }

    .timeline .demo-card-wrapper3 {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1800px;
        margin: 0 auto;
    }

    .timeline .demo-card-wrapper4 {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1700px;
        margin: 0 auto;
    }
}

.timeline .demo-card-wrapper::after, .timeline .demo-card-wrapper2::after, .timeline .demo-card-wrapper3::after, .timeline .demo-card-wrapper4::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
}


@media (max-width: 600px) {
    .web-card {
        display: none !important;
    }

    .mobile-card {
        display: block !important;
    }

}

@media (min-width: 600px) {
    .mobile-card {
        display: none !important;
    }
    .last-card{
        order:4;
    }

    .web-card {
        display: block !important;
        order: 8;
    }
}

@media (min-width: 1000px) {
    .timeline .demo-card-wrapper::after, .timeline .demo-card-wrapper2::after, .timeline .demo-card-wrapper3::after, .timeline .demo-card-wrapper4::after {
        border-left: 1px solid #bdbdbd;
    }
}

.timeline .demo-card, .timeline .demo-card2, .timeline .demo-card3, .timeline .demo-card4 {
    height: auto;
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
}

@media (min-width: 480px) {
    .timeline .demo-card, .timeline .demo-card2, .timeline .demo-card3, .timeline .demo-card4 {
        max-width: 60%;
        /*box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);*/
    }
}

@media (min-width: 720px) {
    .timeline .demo-card, .timeline .demo-card2, .timeline .demo-card3, .timeline .demo-card4 {
        max-width: 40%;
    }
}

@media (min-width: 1000px) {
    .timeline .demo-card, .timeline .demo-card2, .timeline .demo-card3, .timeline .demo-card4 {
        max-width: 450px;
        height: auto;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .timeline .demo-card:nth-child(odd), .timeline .demo-card2:nth-child(odd), .timeline .demo-card3:nth-child(odd), .timeline .demo-card4:nth-child(odd) {
        margin-right: 45px;
    }

    .timeline .demo-card:nth-child(odd) .head::after, .timeline .demo-card2:nth-child(odd) .head::after, .timeline .demo-card3:nth-child(odd) .head::after, .timeline .demo-card4:nth-child(odd) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%;
    }

    .timeline .demo-card:nth-child(odd) .head::before, .timeline .demo-card2:nth-child(odd) .head::before, .timeline .demo-card3:nth-child(odd) .head::before, .timeline .demo-card4:nth-child(odd) .head::before {
        left: 491.5px;
    }

    .timeline .demo-card:nth-child(even), .timeline .demo-card2:nth-child(even), .timeline .demo-card3:nth-child(even), .timeline .demo-card4:nth-child(even) {
        margin-left: 45px;
    }

    .timeline .demo-card:nth-child(even) .head::after, .timeline .demo-card2:nth-child(even) .head::after, .timeline .demo-card3:nth-child(even) .head::after, .timeline .demo-card4:nth-child(even) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%;
    }

    .timeline .demo-card:nth-child(even) .head::before, .timeline .demo-card2:nth-child(even) .head::before, .timeline .demo-card3:nth-child(even) .head::before, .timeline .demo-card4:nth-child(even) .head::before {
        right: 489.5px;
    }

    .timeline .demo-card:nth-child(2), .timeline .demo-card2:nth-child(2), .timeline .demo-card3:nth-child(2), .timeline .demo-card4:nth-child(2) {
        margin-top: 180px;
    }
}

.timeline .demo-card .head, .timeline .demo-card2 .head, .timeline .demo-card3 .head, .timeline .demo-card4 .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

.timeline .demo-card .head .number-box, .timeline .demo-card2 .head .number-box, .timeline .demo-card3 .head .number-box, .timeline .demo-card4 .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
}

.timeline .demo-card .head .number-box div, .timeline .demo-card2 .head .number-box div, .timeline .demo-card3 .head .number-box div, .timeline .demo-card4 .head .number-box div {
    height: 20px;
}

.timeline .demo-card .head h2, .timeline .demo-card2 .head h2, .timeline .demo-card3 .head h2, .timeline .demo-card4 .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.5rem;
}

@media (max-width: 600px) {
    .timeline .demo-card .head h2, .timeline .demo-card2 .head h2, .timeline .demo-card3 .head h2, .timeline .demo-card4 .head h2 {
        font-size: 120%;
        line-height: 1.3rem;
    }
}

.timeline .demo-card .head h2 span, .timeline .demo-card2 .head h2 span, .timeline .demo-card3 .head h2 span, .timeline .demo-card4 .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}

@media (min-width: 480px) {
    .timeline .demo-card .head h2 span, .timeline .demo-card2 .head h2 span, .timeline .demo-card3 .head h2 span, .timeline .demo-card4 .head h2 span {
        font-size: 0.8rem;
    }
}

.timeline .demo-card .body, .timeline .demo-card2 .body, .timeline .demo-card3 .body, .timeline .demo-card4 .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}

@media (min-width: 1000px) {
    .timeline .demo-card .body, .timeline .demo-card2 .body, .timeline .demo-card3 .body, .timeline .demo-card4 .body {
        height: 315px;
    }
}

.timeline .demo-card .body p, .timeline .demo-card2 .body p, .timeline .demo-card3 .body p, .timeline .demo-card4 .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

.timeline .demo-card .body img, .timeline .demo-card2 .body img, .timeline .demo-card3 .body img, .timeline .demo-card4 .body img {
    display: block;
    width: 100%;
}

.timeline .demo-card--step1 {
    background-color: #e94545;
}

.timeline .demo-card--step1 .head::after {
    border-color: #e94545;
}

.timeline .demo-card--step2 {
    background-color: #e94545;
}

.timeline .demo-card--step2 .head::after {
    border-color: #e94545;
}

.timeline .demo-card--step3 {
    background-color: #e94545;
}

.timeline .demo-card--step3 .head::after {
    border-color: #e94545;
}

.timeline .demo-card--step4 {
    background-color: #e94545;
}

.timeline .demo-card--step4 .head::after {
    border-color: #e94545;
}

.timeline .demo-card--step5 {
    background-color: #DE1D2A;
}

.timeline .demo-card--step5 .head::after {
    border-color: #DE1D2A;
}

.timeline .demo-card--step6 {
    background-color: #e94545;
}

.timeline .demo-card--step6 .head::after {
    border-color: #e94545;
}

.timeline .demo-card--step7 {
    background-color: #e9a445;
}

.timeline .demo-card--step7 .head::after {
    border-color: #e9a445;
}

.timeline .demo-card2--step1 {
    background-color: #ca538b;
}

.timeline .demo-card2--step1 .head::after {
    border-color: #ca538b;
}

.timeline .demo-card3--step1 {
    background-color: #1a3d8f;
}

.timeline .demo-card3--step1 .head::after {
    border-color: #1a3d8f;
}

.timeline .demo-card4--step7 {
    background-color: #008F46;
}

.timeline .demo-card4--step7 .head::after {
    border-color: #008F46;
}

#yarisma-wrap ul {
    margin-left: 40px;
}

#yarisma-wrap > .mrg20 > ul > li {
    font-size: 1.4em;
    font-family: Roboto, sans-serif;
    margin-top: 10px;
}

#tab-4 .event-separator {
    box-sizing: border-box;
    padding: 20px;
}

.event-separator h2 {
    color: #fff;
    font-family: Roboto, sans-serif;
    margin: 0px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider {
    margin: 0 auto;
}

.slide_viewer {
    height: 588px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

.slide:first-child {
    display: block;
}

/*.slide:nth-of-type(1) {*/
/*    background: #D7A151;*/
/*}*/

/*.slide:nth-of-type(2) {*/
/*    background: #F4E4CD;*/
/*}*/

.slide:nth-of-type(3) {
    background: #C75534;
}

.slide:nth-of-type(4) {
    background: #D1D1D4;
}

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 10;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
    color: #428CC6;
    background: none;
    cursor: pointer;
    text-decoration: none;
}

.directional_nav {
    display: none;
    margin: 0 auto;
    position: relative;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}

.previous_btn, .next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover, .next_btn:hover {
    opacity: 1;
}

.salon-tabs {
    margin: 0 auto;
    width: 100%;

}

.salon-tabs ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.salon-tabs a:hover {
    color: #000000;
}

.salon-tabs a {
    background: #fff;
    padding: 40px 80px;
    font-weight: bold;
    font-size: 1.3em;
}

.salon-tabs li {
    background: #fff;
}

.salon-tabs li:first-child a {
    position: relative;
    display: inline-block;
    background: linear-gradient(#DE1D2A, #DE1D2A) bottom/0% 5px no-repeat;
    transition: 0.5s all;
}

.salon-tabs li:first-child a:hover {
    background-size: 100% 5px;
    color: #DE1D2A;
}

.salon-tabs li:first-child a.active {
    background-size: 100% 5px;
    color: #DE1D2A;
}

.salon-tabs li:nth-child(2) a {
    position: relative;
    display: inline-block;
    background: linear-gradient(#1a3d8f, #1a3d8f) bottom/0% 5px no-repeat;
    transition: 0.5s all;
}

.salon-tabs li:nth-child(2) a:hover {
    background-size: 100% 5px;
    color: #1a3d8f;
}

.salon-tabs li:nth-child(2) a.active {
    background-size: 100% 5px;
    color: #1a3d8f;
}

.salon-tabs li:nth-child(3) a {
    position: relative;
    display: inline-block;
    background: linear-gradient(#008F46, #008F46) bottom/0% 5px no-repeat;
    transition: 0.5s all;
}

.salon-tabs li:nth-child(3) a:hover {
    background-size: 100% 5px;
    color: #008F46;
}

.salon-tabs li:nth-child(3) a.active {
    background-size: 100% 5px;
    color: #008F46;
}

@media only screen and (max-width: 600px) {
    .timeline h1 {
        font-size: 1.5em;
    }

    .salon-tabs a {
        background: #fff;
        padding: 10px 5px;
        font-weight: bold;
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 767px) {
    .previous_btn {
        left: 50px;
    }

    .next_btn {
        right: 50px;
    }
}

.cardbodytext {
    font-size: medium !important;
}

.sponsor-header {
    font-size: larger !important;
}

.lc-container .lc {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lc-container:hover .lc{
    display:inline-block;
    -webkit-line-clamp: none;
}

.lc-container:hover i{
    display:none;
}

.more{
    text-align:center;
    font-size:1.5em;
}

#sponsorlar-wrap h2{
    margin-bottom:-10px !important;
    margin-top:50px;
}
