﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,800&amp;subset=latin-ext');

html {
    font-size: 14px;
}

.carousel-caption span {
    animation-delay: 3s;
}

.carousel-caption p {
    animation-delay: 1s;
}

::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #ff9a16;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.3);
}

::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
    border: 1px solid #8dc53e;
}

::-webkit-scrollbar-thumb {
    background: #ff9a16;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.3);
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.2);
    }

    ::-webkit-scrollbar-thumb:active {
        background: #f4ad51;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

::selection {
    background: #ff9a16;
    color: #fff;
    text-shadow: none;
}

body {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #171616;
}

li {
    list-style-type: none
}

p {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

.editor li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

    .editor li:before {
        content: "\f2dc";
        position: absolute;
        top: 0;
        left: 0;
        font-family: FontAwesome;
    }

.editor p {
    margin-bottom: 20px;
}

.navbar {
    padding-bottom: 5px;
    padding-top: 5px;
}

.navbar-light .navbar-nav {
    padding: 0;
}

.bg-light {
    background-color: #fff !important;
    box-shadow: 0px 1px 5px #484646;
}

/* MENU LINKS */
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #585757;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

    .navbar-light .navbar-nav .nav-link.active {
        color: #ffb41d;
    }

    .navbar-light .navbar-nav .nav-link:before {
        content: "";
        height: 2px;
        width: 0;
        left: 50%;
        right: 50%;
        position: absolute;
        bottom: -18px;
        background: #ffb41d;
        margin: 0 auto;
        transition: all .5s ease;
    }

    .navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .nav-link:hover:before {
        content: "";
        width: calc(100% - 14px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    /*nav menu bottom line colors*/
    .navbar-light .navbar-nav .nav-link.turuncu.active:before, .navbar-light .navbar-nav .nav-link.turuncu:hover:before {
        background-color: #ff9a16;
    }

    .navbar-light .navbar-nav .nav-link.yesil.active:before, .navbar-light .navbar-nav .nav-link.yesil:hover:before {
        background-color: #8dc53e;
    }

    .navbar-light .navbar-nav .nav-link.mavi.active:before, .navbar-light .navbar-nav .nav-link.mavi:hover:before {
        background-color: #4b76bd;
    }

    .navbar-light .navbar-nav .nav-link.bmavi.active:before, .navbar-light .navbar-nav .nav-link.bmavi:hover:before {
        background-color: #02d8cd;
    }

    .navbar-light .navbar-nav .nav-link.mor.active:before, .navbar-light .navbar-nav .nav-link.mor:hover:before {
        background-color: #954ac9;
    }

    .navbar-light .navbar-nav .nav-link.kirmizi.active:before, .navbar-light .navbar-nav .nav-link.kirmizi:hover:before {
        background-color: #f41d31;
    }

    .navbar-light .navbar-nav .nav-link.pembe.active:before, .navbar-light .navbar-nav .nav-link.pembe:hover:before {
        background-color: #bb2471
    }
    /*Nav Menu colors*/
    .navbar-light .navbar-nav .nav-link.turuncu.active, .navbar-light .navbar-nav .nav-link.turuncu:hover {
        color: #ff9a16;
    }

    .navbar-light .navbar-nav .nav-link.yesil.active, .navbar-light .navbar-nav .nav-link.yesil:hover {
        color: #8dc53e;
    }

    .navbar-light .navbar-nav .nav-link.mavi.active, .navbar-light .navbar-nav .nav-link.mavi:hover {
        color: #4b76bd;
    }

    .navbar-light .navbar-nav .nav-link.bmavi.active, .navbar-light .navbar-nav .nav-link.bmavi:hover {
        color: #02d8cd;
    }

    .navbar-light .navbar-nav .nav-link.mor.active, .navbar-light .navbar-nav .nav-link.mor:hover {
        color: #954ac9;
    }

    .navbar-light .navbar-nav .nav-link.kirmizi.active, .navbar-light .navbar-nav .nav-link.kirmizi:hover {
        color: #f41d31;
    }

    .navbar-light .navbar-nav .nav-link.pembe.active, .navbar-light .navbar-nav .nav-link.pembe:hover {
        color: #bb2471
    }
/*Sosial Media*/
.socialmedia {
    padding: 2px 7px 2px 14px;
}

    .socialmedia i {
       
    font-size: 33px;
    height: 28px;
    line-height: 28px;
        text-align: center;
        width: 24px;
        border-radius: 100%;
        color: #4b76bd;
        /* box-shadow: inset 0 0 0 1px #4b76bd; */
        position: relative;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

.twitter i {
    box-shadow: inset 0 0 0 1px #00c6ff;
    color: #00c6ff;
}

.instagram i {
    /* box-shadow: inset 0 0 0 1px #f41d31; */
    color: #f41d31;
}

.socialmedia i:hover, .socialmedia i:focus {
    color: #fff;
    box-shadow: inset 0 0 0 0px #4b76bd;
    -webkit-box-shadow: inset 0 0 0 0px #4b76bd;
    -moz-transform: rotate(5deg) scale(1.1);
    -ms-transform: rotate(5deg) scale(1.1);
    -webkit-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1);
    /*fallback*/
    background-image: -webkit-linear-gradient(left, #4b76bd 0%, #4b76bd 100%);
    background-image: -moz-linear-gradient(left, #4b76bd 0%, #4b76bd 100%);
    background-image: -o-linear-gradient(left, #4b76bd 0%, #4b76bd 100%);
    background-image: linear-gradient(to right, #4b76bd 0%, #4b76bd 100%);
    background-image: -webkit-linear-gradient(90deg, #4b76bd 0%, #4b76bd 100%);
    background-image: -ms-linear-gradient(90deg, #4b76bd 0%, #4b76bd 100%);
}

.twitter i:hover, .twitter i:focus {
    background-image: -webkit-linear-gradient(left, #00c6ff 0%, #00c6ff 100%);
    background-image: -moz-linear-gradient(left, #00c6ff 0%, #00c6ff 100%);
    background-image: -o-linear-gradient(left, #00c6ff 0%, #00c6ff 100%);
    background-image: linear-gradient(to right, #00c6ff 0%, #00c6ff 100%);
    background-image: -webkit-linear-gradient(90deg, #00c6ff 0%, #00c6ff 100%);
    background-image: -ms-linear-gradient(90deg, #00c6ff 0%, #00c6ff 100%);
}

.instagram i:hover, .instagram i:focus {
    background-image: -webkit-linear-gradient(left, #f41d31 0%, #f41d31 100%);
    background-image: -moz-linear-gradient(left, #f41d31 0%, #f41d31 100%);
    background-image: -o-linear-gradient(left, #f41d31 0%, #f41d31 100%);
    background-image: linear-gradient(to right, #f41d31 0%, #f41d31 100%);
    background-image: -webkit-linear-gradient(90deg, #f41d31 0%, #f41d31 100%);
    background-image: -ms-linear-gradient(90deg, #f41d31 0%, #f41d31 100%);
}

.socialmedia li {
    float: left;
    padding: 6px;
    display: inline-block;
}
.top1 {
    top: 0px;
    position: absolute;
    right: 15px
}
.top2 {
    padding-top: 20px;
}
.top-member li{
    float:left;
}
.membership {
    padding: 7px;
    position: relative;
    padding-right: 5px;
}

    .membership a {
        color: #ff9a16;
        font-weight: 500;
        font-size: 12px;
    }

    .membership i {
        padding-left: 7px;
        padding-right:7px;
    }

.btn-sm {
    font-size: 12px;
}

.btn-outline-secondary {
    border-color: #dedede;
    color: #585757;
    border-width: 1px;
    text-transform: uppercase;
}

    .btn-outline-secondary:hover, .btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        border-color: #dedede;
        color: #585757;
        border-width: 1px;
        background-color: #fff;
        box-shadow: none;
    }

#mainNav .nav-item #dropdownMenuButtonPopUp {
    padding: 4px 7px;
}

#mainNav .nav-item .dropdown #dropdownMenuButtonPopUp {
    min-width: initial;
    width: auto;
    padding: 0;
    font-size: 12px;
    left: initial;
    margin: 0;
}

    #mainNav .nav-item .dropdown #dropdownMenuButtonPopUp .dropdown-item {
        padding: 3px 14px;
        color: #ff9a16;
    }

        #mainNav .nav-item .dropdown #dropdownMenuButtonPopUp .dropdown-item:hover {
            color: #585757
        }
/*Profil Popup*/
#mainNav .nav-item .dropdown #dropdownProfilPopUp {
    left: 8rem;
    top:1.6rem;
    min-width: 5rem;
    border: 1px solid #ffb41d;
    padding: 0;
}

    #mainNav .nav-item .dropdown #dropdownProfilPopUp a {
        position: relative;
        left: -1rem;
    }
/*LoginPopUp*/
#mainNav .nav-item #dropdownLogin.dropdown-toggle:after, #mainNav .nav-item #dropdownProfil.dropdown-toggle:after {
    display: none
}


#mainNav .nav-item .dropdown #dropdownLoginPopUp {
    left: -84px;
    min-width: 250px;
}

#dropdownLoginPopUp .loginPopUpContent {
    padding: 10px;
}

#dropdownLoginPopUp input {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
}

.btn-login {
    background-color: #ffb41d;
    border-color: #ffb41d;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease;
    margin-bottom: 3px;
    font-weight: 400
}

    .btn-login:hover {
        background-color: #fff;
        border-color: #ffb41d;
        color: #ffb41d;
    }

.btn-login-facebook {
    background-color: #4b76bd;
    border-color: #4b76bd;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease;
    margin-bottom: 15px;
}

    .btn-login-facebook:hover {
        background-color: #fff;
        border-color: #4b76bd;
        color: #4b76bd;
    }
/*BANNER*/
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

#bannerCarousel .carousel-item img {
    width: 100%;
}

#bannerCarousel .carousel-caption {
    left: 45%;
    bottom: 38%;
    text-shadow: 2px 2px 2px rgba(38, 38, 38, 1);
}

    #bannerCarousel .carousel-caption p {
        font-size: 38px;
        font-weight: 500;
    }

    #bannerCarousel .carousel-caption span {
        font-family: 'Dancing Script', cursive;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: 2px;
    }

.upcommingEvents {
    background-color: rgba(137, 192, 58, 0.93);
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    font-size: 29px;
    font-weight: 500;
    color: #fff;
    line-height: initial;
}


    .upcommingEvents .title {
        margin: 20px 0;
        display: inline-flex
    }

        .upcommingEvents .title img {
            width: 48px;
            height: 48px;
        }

    .upcommingEvents p {
        padding-left: 20px;
        padding-top: 7px;
    }

    .upcommingEvents span, .upcommingEvents span a {
        font-size: 26px;
        font-weight: 400;
        color:#fff;
    }

    .upcommingEvents .upcommingEventsControl {
        margin: 27px 0;
        display: inline-flex;
        float: right;
    }

        .upcommingEvents .upcommingEventsControl img:first-child {
            padding-right: 5px;
        }

    .upcommingEvents .item {
        transition: none !important;
        left: 0 !important;
        transform: none !important;
    }

.animated {
    animation-duration: .6s;
}

/*HOME - SECTION WHO*/

.who .content {
    margin-top: 50px;
    margin-bottom: 45px;
}

.who .title {
    font-size: 30px;
    font-weight: 400;
    margin-top: 20px;
}

.who .sub-title h1 {
    font-family: 'Dancing Script', cursive;
    color: #ff9a16;
    font-size: 27px;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.who p {
    margin-bottom: 20px;
}

.who-btn {
    margin-top: 65px;
}

    .who-btn a i {
        font-size: 16px;
        padding-left: 35px;
        transition: all .5s ease
    }

    .who-btn a {
        background-color: #ff9a16;
        padding: 20px;
        color: #fff;
        min-width: 236.42px;
    }

        .who-btn a:hover i {
            padding-left: 20px;
            padding-right: 15px;
        }
/*HOME- Section Stars*/
.stars {
    background-image: url('../images/star_bg.jpg');
    background-size: cover;
    position: relative;
    font-size: 16px;
}

    .stars h2 {
        font-size: 16px;
        padding-top: 15px;
    }

    .stars h3 {
        font-size: 16px;
        font-family: 'Dancing Script', cursive;
        padding-bottom: 15px;
    }

        .stars h3.yesil {
            color: #8dc53e;
        }

        .stars h3.pembe {
            color: #f15892;
        }

        .stars h3.mavi {
            color: #55c3e8;
        }

        .stars h3.turuncu {
            color: #ff9a16;
        }

.sub-cloud {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}

    .sub-cloud img {
        width: 100%;
    }

.cloudBall {
    position: relative;
    width: 100%;
}

.cloudContent.one {
    margin: 0 auto;
    background: #FFF;
    margin-top: 30px;
}

.cloudContent.two {
    position: absolute;
    left: 8.5vw;
    right: 0;
    margin: 0 auto;
    top: 3.8vw;
}

.cloudContent.three {
    position: absolute;
    left: 0;
    right: 2vw;
    margin: 0 auto;
    top: 8.5vw;
}

.nelervarneler {
    margin-top: 60px;
    margin-bottom: 85px;
}

    .nelervarneler img {
    }

.nelervarnelerTitle {
}

    .nelervarnelerTitle span, .basaranlar {
        position: absolute;
        bottom: 1vw;
        font-size: 22px;
        color: #fff;
        left: 1.5vw;
    }

.eventsHome {
    background-image: url('../images/etkinlikler_bg.jpg');
    background-size: cover;
  
}

    .eventsHome .container {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-top:60px;
        padding-bottom:60px;
    }

.eventHomeTitle {
    width: 100%;
    margin-bottom: 15px
}

.eventsHome h3 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}

.eventDetail {
}

.eventDetailContent {
    background: #fff;
    position: relative;
    padding: 15px;
    padding-bottom: 25px;
}

    .eventDetailContent span {
        position: absolute;
        text-align: center;
        top: 15px;
        left: 15px;
        padding: 10px;
        background-color: #ff9a16;
        opacity: 0.7;
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        line-height: 1;
    }


/*.blogitem .col-lg-4:nth-child(1) span {
    background-color: #ff9a16;
}
/*1*/

.blogitem .col-lg-4:nth-child(2) span {
    background-color: #bb2471;
}
/*2*/

.blogitem .col-lg-4:nth-child(3) span {
    background-color: #84b445;
}
/*3*/
.eventsHome .owl-stage .owl-item:nth-child(n) span {
    background-color: #ff9a16;
}
.eventsHome .owl-stage .owl-item:nth-child(2n) span {
    background-color: #bb2471;
}
.eventsHome .owl-stage .owl-item:nth-child(3n) span {
    background-color: #84b445;
}
.owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    display: inline-flex
}

#eventsCarousel .owl-prev {
    padding-right: 5px;
}

.eventDetailContent h4 {
    font-size: 15px;
    color: #ff9a16;
    padding: 15px 0;
}

.eventDetailContent p {
    margin-bottom: 15px;
}

.eventDetailContent a {
    padding: 9px 23px;
    background-color: #ff9a16;
    color: #fff;
    font-size: 13px;
}

footer {
    background-color: white;
    position: relative;
    top: -18px;
    display: table;
    width: 100%;
}

    footer container {
    }

    footer p {
        padding-top: 20px;
    }

    footer:before {
        content: "";
        position: absolute;
        top: -2px;
        width: 100%;
        height: 2px;
        background-color: #ff9a16;
    }

    footer a {
        color: #828282;
        padding-top: 20px;
        padding-left: 15px;
    }
/*Ben Kimim*/
.subpageBanner {
    position: relative;
}

    .subpageBanner img {
        width: 100%;
    }

    .subpageBanner.yesil {
        background: #84b445;
    }

    .subpageBanner.mavi {
        background: #4b76bd;
    }

    .subpageBanner.mor {
        background: #954ac9;
    }

    .subpageBanner.kırmızı {
        background: #f41d31;
    }

    .subpageBanner.pembe {
        background: #bb2471;
    }

    .subpageBanner h1 {
        position: absolute;
        bottom: 22%;
        color: #fff;
        font-size: 30px;
        font-weight: 400;
    }

    .subpageBanner .sub-title {
        position: absolute;
        bottom: 16%;
    }

        .subpageBanner .sub-title a {
            color: #fff;
            font-size: 14px;
        }

            .subpageBanner .sub-title a:first-child {
                padding-left: 15px;
                padding-right: 3px;
            }

.whoami {
    padding: 40px 0 50px 0;
    text-align: justify;
}

    .whoami h2 {
        color: #a562d3;
        font-family: 'Dancing Script', cursive;
        font-size: 35px;
        padding-bottom: 20px;
    }
.nelernelerTabsContent h2 {
    color: #;
    font-family: 'Dancing Script', cursive;
    font-size: 35px;
    padding-bottom: 20px;
}
.whoami p {
    padding-bottom: 20px;
    line-height: 20px;
}

.nelerneler {
    padding-top: 60px;
    padding-bottom: 60px;
}


.nav-pills .nav-link {
    background-color: transparent;
    font-size: 15px;
    position: relative;
    margin: 10px;
}

.nav-pills .nav-item:first-child .nav-link {
    border: 1px solid #ff9a16;
    color: #ff9a16;
}

.nav-pills .nav-item:nth-child(2) .nav-link {
    border: 1px solid #8dc53e;
    color: #8dc53e;
}

.nav-pills .nav-item:nth-child(3) .nav-link {
    border: 1px solid #954ac9;
    color: #954ac9;
}

.nav-pills .nav-item:nth-child(4n) .nav-link {
    border: 1px solid #02c6ff;
    color: #02c6ff;
}
.nav-pills .nav-item:nth-child(5n) .nav-link {
    border: 1px solid #c44569;
    color: #c44569;
}
.nav-pills .nav-item:nth-child(6n) .nav-link {
    border: 1px solid #f78fb3;
    color: #f78fb3;
}
.nav-pills .nav-item:nth-child(7n) .nav-link {
    border: 1px solid #546de5;
    color: #546de5;
}
.nav-pills .nav-item:nth-child(8n) .nav-link {
    border: 1px solid #f19066;
    color: #f19066;
}
.nav-pills .nav-item:nth-child(9n) .nav-link {
    border: 1px solid #786fa6;
    color: #786fa6;
}
.nav-pills .nav-item:nth-child(10n) .nav-link {
    border: 1px solid #63cdda;
    color: #63cdda;
}
.nav-pills .nav-item:first-child .nav-link.active, .nav-pills .nav-item:first-child .show > .nav-link {
    background-color: #ff9a16;
    color: #fff;
}

.nav-pills .nav-item:nth-child(2) .nav-link.active, .nav-pills .nav-item:nth-child(2) .show > .nav-link {
    background-color: #8dc53e;
    color: #fff;
}

.nav-pills .nav-item:nth-child(3) .nav-link.active, .nav-pills .nav-item:nth-child(3) .show > .nav-link {
    background-color: #954ac9;
    color: #fff;
}

.nav-pills .nav-item:nth-child(4n) .nav-link.active, .nav-pills .nav-item:nth-child(4n) .show > .nav-link {
    background-color: #02c6ff;
    color: #fff;
}
.nav-pills .nav-item:nth-child(5n) .nav-link.active, .nav-pills .nav-item:nth-child(5n) .show > .nav-link {
    background-color: #c44569;
    color: #fff;
}
.nav-pills .nav-item:nth-child(6n) .nav-link.active, .nav-pills .nav-item:nth-child(6n) .show > .nav-link {
    background-color: #f78fb3;
    color: #fff;
}
.nav-pills .nav-item:nth-child(7n) .nav-link.active, .nav-pills .nav-item:nth-child(7n) .show > .nav-link {
    background-color: #546de5;
    color: #fff;
}
.nav-pills .nav-item:nth-child(9n) .nav-link.active, .nav-pills .nav-item:nth-child(9n) .show > .nav-link {
    background-color: #786fa6;
    color: #fff;
}
.nav-pills .nav-item:nth-child(8n) .nav-link.active, .nav-pills .nav-item:nth-child(8n) .show > .nav-link {
    background-color: #f19066;
    color: #fff;
}
.nav-pills .nav-item:nth-child(10n) .nav-link.active, .nav-pills .nav-item:nth-child(10n) .show > .nav-link {
    background-color: #63cdda;
    color: #fff;
}

.nelernelerTabsContent {
   
}

    .nelernelerTabsContent .tab-pane ul {
        padding-top: 20px;
    }

    .nelernelerTabsContent .tab-pane:first-child li:before {
        color: #ff9a16;
    }

    .nelernelerTabsContent .tab-pane:nth-child(2) li:before {
        color: #8dc53e;
    }

    .nelernelerTabsContent .tab-pane:nth-child(3) li:before {
        color: #954ac9;
    }
    .nelernelerTabsContent .tab-pane:nth-child(4) li:before {
        color: #f41d31;
    }
    .nelernelerTabsContent .tab-pane:nth-child(5) li:before {
        color: #c44569;
    }
    .nelernelerTabsContent .tab-pane:nth-child(6) li:before {
         color: #f78fb3;
    }
    .nelernelerTabsContent .tab-pane:nth-child(7) li:before {
          color: #db3746;
    }
    .nelernelerTabsContent .tab-pane:nth-child(9) li:before {
    color: #546de5;
    }
    .nelernelerTabsContent .tab-pane:nth-child(8) li:before {
        color: #f19066;
    }
    .nelernelerTabsContent .tab-pane:nth-child(10) li:before {
        color: #63cdda;
    }

.basvuruFormu {
    background-image: url('../images/basvuru_formu_bg.jpg');
    background-size: cover;
    padding-bottom: 60px;
}

    .basvuruFormu h3 {
        font-size: 32px;
        color: #fff;
        padding-top: 60px;
    }

    .basvuruFormu .btn-primary {
        background-color: #ff9a16;
        border-color: #ff9a16;
    }

        .basvuruFormu .btn-primary:hover {
            background-color: #fbb252;
            border-color: #fbb252;
        }

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.basvuruFormu label {
    color: #fff
}

.basvuruFormu small {
    color: #fff !important
}

.etkinlikler {
    padding: 60px 0;
}

.etkinlik {
    border: 1px solid #cecece;
    margin-bottom: 30px;
}

.etkinlikContent {
    padding: 20px;
    padding-bottom: 50px;
    text-align: justify;
}

.etkinlikContentImage {
    position: relative;
    margin-bottom: 20px
}

    .etkinlikContentImage > span {
        position: absolute;
        bottom: 0px;
        left:0;
        background-color: #f41f33;
        padding: 5px 10px;
        width: 100%;
        color: #fff;
        font-weight: 600;
        opacity: .75;
        text-align: center;
    }

.eventDate {
    font-size: 12px;
    color: #4b76bd;
}

    .eventDate i {
        padding-right: 5px;
    }

.etkinlik h4 {
    padding-top: 10px;
    font-size: 18px;
}

.etkinlik p {
    padding-bottom: 20px
}

.etkinlik a {
    float: right;
    color: #fff;
    background-color: #4b76bd;
    padding: 5px 10px;
}

.etkinlikDetay h2, .etkinlikDetay .editor li:before {
    color: #4b76bd;
}

.etkinlikDetay a.satinal {
    padding: 5px 10px;
    background-color: #4b76bd;
    transition: all 0.5s ease;
    color: #fff;
    float: right;
}

    .etkinlikDetay a.satinal:hover {
        background-color: #00c6ff;
    }

.dukkanBanner h1 {
    bottom: 30%;
    font-size: 42px;
}

.dukkan {
    background-color: #e0f3f9;
}

    .dukkan .image-frame {
    }

        .dukkan .image-frame img {
            width: 100% !important;
        }

        .dukkan .image-frame .image-content {
            position: relative;
            float: left;
            margin: 3px;
        }

            .dukkan .image-frame .image-content span {
                position: absolute;
                bottom: 10%;
                padding: 20px 30px;
                left: 0px;
                right: 0px;
                width: calc(100% - 0px);
                opacity: 0.8;
                color: #fff;
                font-size: 22px;
            }

.d1 span {
    background-color: #ff9a16;
}

.d2 span {
    background-color: #7fcbd2;
}

.d3 span {
    background-color: #9ec669;
}

.d4 span {
    background-color: #b06deb;
}

.urunpaneli {
    background-color: #dde4e6;
    width: 100%;
}

    .urunpaneli h3 {
        padding: 22px;
        font-size: 22px;
        color: #d22c73;
    }

    .urunpaneli li a {
        font-size: 16px;
        color: #fff;
    }

    .urunpaneli li {
        margin-bottom: 10px;
        width: 100%;
        display: table;
    }

    .urunpaneli .list-group-item {
        border: none !important;
        border-radius: 0 !important;
    }

.li1 {
    background-color: #d8a452 !important;
}

.li2 {
    background-color: #7fcbd2 !important;
}

.li3 {
    background-color: #9ec669 !important;
}

.li4 {
    background-color: #b06deb !important;
}

.dukkanAltBulut {
    padding-top: 60px;
}

    .dukkanAltBulut img {
        width: 100%;
    }

.urun {
    background: #fff;
    display: table;
    margin-bottom: 20px;
    border: 1px solid #c4c4c4;
}

.urunContent {
    padding: 20px;
    padding-bottom: 60px;
}

    .urunContent h4 {
        color: #ff9a16;
        padding-top: 20px;
    }

    .urunContent .eventDate {
        color: #4b76bd;
    }

    .urunContent p {
        padding-top: 10px;
        padding-bottom: 20px;
        text-align: justify;
    }

    .urunContent .satinal, .urunContent .iletisimegec, .urunContent .incele {
        float: right;
        background-color: #8dc53e;
        padding: 10px 15px;
        color: #fff;
        text-align: right;
    }

.login-container {
    border: 1px solid #ff9a16;
    margin-top: 50px;
    margin-bottom: 50px;
}

.login-container-in {
    padding: 25px;
}

    .login-container-in h2 {
        text-align: center;
        font-family: 'Dancing Script', cursive;
        color: #ff9a16;
        font-size: 32px;
    }
/*.login-container-in-buttons .form-group{
    margin-bottom:0;
}*/
.sepet {
    margin-top: 60px;
    margin-bottom: 85px;
}

.sizdengelenler {
    margin-top: 60px;
}

.header-line {
    height: 5px;
    width: 100%;
    content: '';
    display: block;
}

.gradient-color-1 {
    background: -webkit-linear-gradient(left,#fc636b 0,#ff6d92 60%,#fd9a00 100%);
    background: linear-gradient(to right,#fc636b 0,#ff6d92 60%,#fd9a00 100%);
}

.card {
    box-shadow: 0 6px 5px 0 rgba(0,0,0,.16), 0 16px 10px 0 rgba(0,0,0,.12);
    margin-bottom: 20px;
}

.sizdengelenler .card p strong {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sizdengelenler .card p i:first-child {
    padding-right: 10px;
    color: #c8b2d8;
    font-size: 10px;
    position: relative;
    top: -4px;
}

.sizdengelenler .card p i:last-child {
    padding-left: 10px;
    color: #c8b2d8;
    font-size: 10px;
    position: relative;
    bottom: -4px;
}

.blog, .blogdetay {
    margin-top: 30px;
    margin-bottom: 60px;
}

    .blog .card-img-top {
        border-radius: 0;
    }

    .blog .btn-primary {
        background-color: #8dc53e;
        border: #8dc53e;
    }

    .blogdetay h2 {
        color: #8dc53e;
        padding-bottom: 0;
    }

    .blog .card h4 {
        font-size: 1rem;
    }

.imgDar {
}

.imgGenis {
}
/*#myform .form-group {
    margin: 0 0 15px 0;
}

#myform .form-control {
    height: 50px
}

#myform textarea.form-control {
    height: 200px
}*/

.infos {
    color: #a05ad1;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    width: 100%;
}

.infoh {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    color: #14375e;
}

.infop {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.contactform {
    margin-bottom: 35px;
}

.white-bg {
    background: #fff
}

.touch-in .contact-box {
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
    display: inline-block;
    margin-bottom: 0;
    padding: 60px 20px;
    width: 100%;
}

.contact-box i {
    background: #a05ad1;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 5px;
    font-size: 34px;
    color: #ffffff;
    display: inline-block;
}

.mt-20 {
    margin-top: 20px !important;
}

.touch-in p {
    font-weight: normal;
    line-height: 1.5;
}

.iletisim {
    margin-top: 60px;
    margin-bottom: 60px;
}

.faturaBilgileri {
    margin-top: 120px;
    margin-bottom: 120px;
}

    .faturaBilgileri textarea {
        height: 93px;
    }

.urunContent h4 {
    font-size: 18px;
}
