.eluidcf8e0dc1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.element-scheme--dark a {
    color: #fff;
}

    .element-scheme--dark a:hover, .element-scheme--dark .element-scheme__linkhv:hover {
        color: #fff;
    }


.element-scheme--light a {
    color: #fff;
}

    .element-scheme--light a:hover, .element-scheme--light .element-scheme__linkhv:hover {
        color: #fff;
    }


.cf-elm input[type=number] {
    max-width: 100%;
    margin-bottom: 15px;
}


/*screenshot-box*/
.screenshot-box {
    position: relative;
    border-radius: 3px;
}

.screenshot-box--light {
    background: #f5f5f5;
}

.screenshot-box--dark {
    background: #121212;
}

.screenshot-box__title {
    color: #1e73be;
    line-height: 1.4;
    font-size: 16px;
}

.screenshot-box__feature-title {
    font-size: 14px;
    line-height: 1.3;
    margin: 5px 0 0;
    font-weight: 600;
}

.screenshot-box__feature-desc {
    font-size: 11px;
}

.screenshot-box .left-side ul.features {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

    .screenshot-box .left-side ul.features li {
        padding-left: 35px;
        background-repeat: no-repeat;
        background-position: left center;
        margin-top: 20px;
    }

        .screenshot-box .left-side ul.features li:first-child {
            margin-top: 0;
        }

.zn_screenshot-carousel {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .zn_screenshot-carousel li {
        float: left;
    }

.screenshot-box.kl-style-1 {
    border: 1px solid #b3b3b3;
    padding: 15px 20px 20px 30px;
}

.screenshot-box--dark.kl-style-1 {
    border-color: #323232;
}

.screenshot-box.kl-style-1 .left-side {
    float: left;
    max-width: 90%;
}

.screenshot-box.kl-style-1 .thescreenshot {
    overflow: hidden;
    float: right;
    margin-left: 30px;
    width: 580px;
    height: 328px;
    padding: 42px 16px 0 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: -40px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .screenshot-box.kl-style-1 .thescreenshot .controls {
        position: absolute;
        top: 15px;
        left: 17px;
        width: 43px;
        height: 19px;
    }

        .screenshot-box.kl-style-1 .thescreenshot .controls a {
            display: block;
            width: 21px;
            height: 19px;
            float: left;
        }

.screenshot-box.kl-style-2 {
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

    .screenshot-box.kl-style-2 .left-side {
        padding: 10px 0 25px 30px;
    }

        .screenshot-box.kl-style-2 .left-side ul.features {
            margin: 25px 0;
        }

            .screenshot-box.kl-style-2 .left-side ul.features li {
                padding-left: 50px;
                background-repeat: no-repeat;
                background-position: left center;
            }

    .screenshot-box.kl-style-2 .screenshot-box__feature-title {
        margin: 0 0 5px;
        text-transform: uppercase;
    }

    .screenshot-box.kl-style-2 .left-side > .btn {
        margin-left: 50px;
    }

    .screenshot-box.kl-style-2 .thescreenshot {
        position: relative;
        background-color: #dcdee7;
        padding: 36px 0 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin-top: -10px;
    }

        .screenshot-box.kl-style-2 .thescreenshot:before {
            content: "";
            position: absolute;
            top: 15px;
            margin-top: 0;
            left: 30px;
            display: block;
            background: #ababab;
            border-radius: 50%;
            width: 7px;
            height: 7px;
            box-shadow: -12px 0 0 #ababab, 12px 0 0 #ababab;
        }

        .screenshot-box.kl-style-2 .thescreenshot img {
            width: 100%;
        }

    .screenshot-box.kl-style-2 .znSlickDots {
        position: absolute;
        bottom: 20px;
        text-align: center;
        left: 0;
        right: 0;
        z-index: 10;
    }

        .screenshot-box.kl-style-2 .znSlickDots button {
            width: 35px;
            height: 3px;
            background-color: rgba(0, 0, 0, .5);
            display: inline-block;
            margin: 0;
            -webkit-transition: color .2s ease;
            -moz-transition: color .2s ease;
            -o-transition: color .2s ease;
            transition: color .2s ease;
            border-radius: 0;
        }

        .screenshot-box.kl-style-2 .znSlickDots .slick-active button {
            background-color: #fff;
        }

@media (min-width:1200px) {
    .screenshot-box .screenshot-box__title {
        font-size: 19px;
    }

    .screenshot-box .screenshot-box__feature-desc {
        font-size: 13px;
    }

    .screenshot-box.kl-style-2 .screenshot-box__title {
        font-size: 24px;
        font-weight: 100;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .screenshot-box .screenshot-box__title {
        font-size: 16px;
    }

    .screenshot-box .screenshot-box__feature-desc {
        font-size: 11px;
    }

    .thescreenshot {
        float: none;
    }

    .screenshot-box .left-side {
        width: auto;
        float: none;
        margin: 20px;
    }
}

@media (max-width:767px) {
    .thescreenshot {
        float: none;
    }

    .screenshot-box .left-side {
        width: auto;
        float: none;
        margin: 20px;
    }

    .screenshot-box.kl-style-1 {
        padding: 0 25px;
    }

        .screenshot-box.kl-style-1 .left-side {
            width: 100%;
            margin: 0 0 20px;
        }

        .screenshot-box.kl-style-1 .thescreenshot {
            width: 100%;
            padding: 0;
            margin: 0;
            background: 0 0;
        }

    .screenshot-box.kl-style-2 .left-side {
        padding: 0 30px 25px;
    }

    .screenshot-box.kl-style-2 .screenshot-box__title {
        text-align: center;
    }

    .screenshot-box.kl-style-2 .left-side > .btn {
        margin-left: 0;
        display: block;
    }

    .screenshot-box.kl-style-2 .thescreenshot {
        margin-top: 0;
    }
}

.screenshot-box .left-side ul.features li {
    background-image: url(../theme/images/ok2.png);
}

.screenshot-box.kl-style-1 .thescreenshot {
    background-image: url(../theme/images/screenshotbox-bg.png);
}

.screenshot-box.kl-style-2 .left-side ul.features li {
    background-image: url(../theme/images/ok3.png);
}

.screenshot-box--dark .left-side ul.features li {
    background-image: url(../theme/images/ok2_invert.png);
}

.screenshot-box--dark.kl-style-2 .left-side ul.features li {
    background-image: url(../theme/images/ok3_invert.png);
}


/*infobox2*/
.infobox2-infotext {
    background: rgba(205, 33, 34, .4);
    border-radius: 2px;
    color: #fff;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 300;
    padding: 25px 30px;
    position: relative;
    box-shadow: 3px 3px 0 #fff;
    overflow: hidden;
}

    .infobox2-infotext.infobox2--light {
        color: #121212;
    }

    .infobox2-infotext.infobox2--dark {
        color: #fff;
        box-shadow: 3px 3px 0 rgba(255, 255, 255, .15);
    }

    .infobox2-infotext:after {
        content: 'i';
        width: 90px;
        height: 90px;
        position: absolute;
        right: -15px;
        bottom: -15px;
        font-family: Georgia;
        font-style: italic;
        border: 4px solid #fff;
        color: #fff;
        opacity: .5;
        text-align: center;
        line-height: 82px;
        border-radius: 50%;
        font-weight: 700;
        font-size: 44px;
    }

    .infobox2-infotext.infobox2--light:after {
        color: #121212;
        border-color: #121212;
    }

    .infobox2-infotext.infobox2--dark:after {
        color: #fff;
        border-color: #fff;
    }

    .infobox2-infotext p:only-child {
        margin-bottom: 0;
    }

@media (max-width:991px) {
    .infobox2-infotext {
        font-size: 20px;
    }
}

.infobox2-inner {
    padding: 40px;
    position: relative;
    z-index: 1;
    border-left: 4px solid #1e73be;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.infobox2-message {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 20px 42px;
    padding: 0 20px 5px 0;
    display: inline-block;
    position: relative;
}

    .infobox2-message:before {
        content: 'i';
        position: absolute;
        left: -42px;
        top: -5px;
        width: 32px;
        height: 32px;
        line-height: 30px;
        text-align: center;
        border-width: 2px;
        border-style: solid;
        color: #1e73be;
        border-radius: 50%;
        font-size: 17px;
        font-weight: 900;
    }

.infobox2--light .infobox2-message {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.infobox2--dark .infobox2-message {
    border-bottom: 1px solid rgba(241, 241, 241, .35);
}

.infobox2-title {
    font-size: 22px;
    font-weight: 100;
    line-height: 1.4;
    margin: 0 0 10px;
}

.infobox2-text {
    line-height: 1.8;
}

    .infobox2-text p:last-child {
        margin-bottom: 0;
    }

.infobox2--light .infobox2-title {
    color: #828282;
}

.infobox2--light .infobox2-text {
    color: #535353;
}

.ib2-style2.infobox2--light {
    background: #f5f5f5;
}

.ib2-style2.infobox2--dark {
    background: #000;
}

.ib2-style2.infobox2--light .infobox2-message {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ib2-style2.infobox2--dark .infobox2-message {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.ib2-style2.infobox2--light .infobox2-title {
    color: #111;
}

.ib2-style2.infobox2--light .infobox2-text {
    color: rgba(0, 0, 0, .6);
}

.ib2-style2.infobox2--dark .infobox2-title {
    color: #fff;
}

.ib2-style2.infobox2--dark .infobox2-text {
    color: rgba(255, 255, 255, .6);
}

.ib2-style3 {
    position: relative;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .ib2-style3:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .ib2-style3.infobox2--light:after {
        background-color: rgba(255, 255, 255, .85);
    }

    .ib2-style3.infobox2--dark:after {
        background-color: rgba(37, 41, 43, .7);
    }


/*loader*/
.basvuru-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.2);
    z-index: 1000;
}

    .basvuru-loader .preloader-pulsating-circle {
        left: calc(50% - 21px);
        top: calc(50% - 21px);
        position: absolute;
    }



/*grid-ibx*/
.grid-ibx__item {
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 200px;
}

    .grid-ibx__item.text-left {
        text-align: left;
    }

    .grid-ibx__item.text-right {
        text-align: right;
    }

.grid-ibx--theme-light .grid-ibx__item {
    background-color: #f2f2f2;
}

.grid-ibx--theme-dark .grid-ibx__item {
    background-color: #0d0d0d;
}

.grid-ibx__item[onclick] {
    cursor: pointer;
}

@media (min-width:1200px) {
    .grid-ibx--cols-1 .grid-ibx__item {
        width: 100%;
    }

    .grid-ibx--cols-2 .grid-ibx__item {
        width: 50%;
    }

    .grid-ibx--cols-3 .grid-ibx__item {
        width: 33.3333%;
    }

    .grid-ibx--cols-4 .grid-ibx__item {
        width: 25%;
    }

    .grid-ibx--cols-5 .grid-ibx__item {
        width: 20%;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .grid-ibx--md-cols-1 .grid-ibx__item {
        width: 100%;
    }

    .grid-ibx--md-cols-2 .grid-ibx__item {
        width: 50%;
    }

    .grid-ibx--md-cols-3 .grid-ibx__item {
        width: 33.3333%;
    }

    .grid-ibx--md-cols-4 .grid-ibx__item {
        width: 25%;
    }

    .grid-ibx--md-cols-5 .grid-ibx__item {
        width: 20%;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .grid-ibx--sm-cols-1 .grid-ibx__item {
        width: 100%;
    }

    .grid-ibx--sm-cols-2 .grid-ibx__item {
        width: 50%;
    }

    .grid-ibx--sm-cols-3 .grid-ibx__item {
        width: 33.3333%;
    }

    .grid-ibx--sm-cols-4 .grid-ibx__item {
        width: 25%;
    }

    .grid-ibx--sm-cols-5 .grid-ibx__item {
        width: 20%;
    }
}

@media (max-width:767px) {
    .grid-ibx--xs-cols-1 .grid-ibx__item {
        width: 100%;
    }

    .grid-ibx--xs-cols-2 .grid-ibx__item {
        width: 50%;
    }

    .grid-ibx--xs-cols-3 .grid-ibx__item {
        width: 33.3333%;
    }

    .grid-ibx--xs-cols-4 .grid-ibx__item {
        width: 25%;
    }

    .grid-ibx--xs-cols-5 .grid-ibx__item {
        width: 20%;
    }
}

.grid-ibx__item-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.grid-ibx--style-lined-gradient .grid-ibx__item {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

@media (min-width:1200px) {
    .grid-ibx--style-lined-gradient.grid-ibx--cols-1 .grid-ibx__item {
        width: calc(100% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--cols-2 .grid-ibx__item {
        width: calc(50% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item {
        width: calc(33.3333% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item {
        width: calc(25% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
        width: calc(20% - 30px);
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .grid-ibx--style-lined-gradient.grid-ibx--md-cols-1 .grid-ibx__item {
        width: calc(100% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--md-cols-2 .grid-ibx__item {
        width: calc(50% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--md-cols-3 .grid-ibx__item {
        width: calc(33.3333% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--md-cols-4 .grid-ibx__item {
        width: calc(25% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--md-cols-5 .grid-ibx__item {
        width: calc(20% - 30px);
    }
}

@media (max-width:991px) and (min-width:768px) {
    .grid-ibx--style-lined-gradient.grid-ibx--sm-cols-1 .grid-ibx__item {
        width: calc(100% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--sm-cols-2 .grid-ibx__item {
        width: calc(50% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--sm-cols-3 .grid-ibx__item {
        width: calc(33.3333% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--sm-cols-4 .grid-ibx__item {
        width: calc(25% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--sm-cols-5 .grid-ibx__item {
        width: calc(20% - 30px);
    }
}

@media (max-width:767px) {
    .grid-ibx--style-lined-gradient.grid-ibx--xs-cols-1 .grid-ibx__item {
        width: calc(100% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--xs-cols-2 .grid-ibx__item {
        width: calc(50% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--xs-cols-3 .grid-ibx__item {
        width: calc(33.3333% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--xs-cols-4 .grid-ibx__item {
        width: calc(25% - 30px);
    }

    .grid-ibx--style-lined-gradient.grid-ibx--xs-cols-5 .grid-ibx__item {
        width: calc(20% - 30px);
    }
}

.grid-ibx--style-lined-gradient .grid-ibx__ghelper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.grid-ibx--theme-dark.grid-ibx--style-lined-gradient .grid-ibx__ghelper {
    border-color: rgba(255, 255, 255, .2);
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before, .grid-ibx--style-lined-gradient .grid-ibx__item:after {
    content: "";
    position: absolute;
    top: 4px;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, .2)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 60%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 60%, transparent 100%);
}

.grid-ibx--theme-dark.grid-ibx--style-lined-gradient .grid-ibx__item:before, .grid-ibx--theme-dark.grid-ibx--style-lined-gradient .grid-ibx__item:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 60%, rgba(255, 255, 255, 0) 100%);
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before {
    left: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:after {
    right: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover .grid-ibx__ghelper {
    border-color: #1e73be;
    border-bottom: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover:before, .grid-ibx--style-lined-gradient .grid-ibx__item:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e73be), color-stop(100%, transparent));
    background: -webkit-linear-gradient(top, #1e73be 0%, transparent 100%);
    background: linear-gradient(to bottom, #1e73be 0%, transparent 100%);
}

.grid-ibx--hover-bg .grid-ibx__item {
    -webkit-transition: .25s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: .25s cubic-bezier(.215, .61, .355, 1);
    -o-transition: .25s cubic-bezier(.215, .61, .355, 1);
    transition: .25s cubic-bezier(.215, .61, .355, 1);
}

.grid-ibx--hover-shadow .grid-ibx__item {
    -webkit-transition: .25s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: .25s cubic-bezier(.215, .61, .355, 1);
    -o-transition: .25s cubic-bezier(.215, .61, .355, 1);
    transition: .25s cubic-bezier(.215, .61, .355, 1);
}

    .grid-ibx--hover-shadow .grid-ibx__item:hover {
        box-shadow: 0 40px 120px -20px rgba(0, 0, 0, .6);
        z-index: 1;
    }

.grid-ibx--theme-dark.grid-ibx--hover-shadow .grid-ibx__item:hover {
    box-shadow: 0 40px 120px -20px #000;
    z-index: 1;
}

.grid-ibx--hover-shadow.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, .29);
}

.grid-ibx--hover-scale .grid-ibx__item {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.215, .61, .355, 1), background .15s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .25s cubic-bezier(.215, .61, .355, 1), background .15s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .25s cubic-bezier(.215, .61, .355, 1), background .15s cubic-bezier(.215, .61, .355, 1);
    transition: transform .25s cubic-bezier(.215, .61, .355, 1), background .15s cubic-bezier(.215, .61, .355, 1);
}

    .grid-ibx--hover-scale .grid-ibx__item:hover {
        -webkit-transform: scale3d(1.05, 1.05, 1);
        -ms-transform: scale3d(1.05, 1.05, 1);
        -moz-transform: scale3d(1.05, 1.05, 1);
        -o-transform: scale3d(1.05, 1.05, 1);
        transform: scale3d(1.05, 1.05, 1);
        z-index: 1;
        border-width: 1px!important;
        border-radius: 3px;
    }

.grid-ibx--hover-scale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    background: 0 0;
}

.grid-ibx--hover-shadowscale .grid-ibx__item {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.215, .61, .355, 1), background .15s cubic-bezier(.215, .61, .355, 1), box-shadow .25s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .25s cubic-bezier(.215, .61, .355, 1), background .15s cubic-bezier(.215, .61, .355, 1), box-shadow .25s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .25s cubic-bezier(.215, .61, .355, 1), background .15s cubic-bezier(.215, .61, .355, 1), box-shadow .25s cubic-bezier(.215, .61, .355, 1);
    transition: transform .25s cubic-bezier(.215, .61, .355, 1), background .15s cubic-bezier(.215, .61, .355, 1), box-shadow .25s cubic-bezier(.215, .61, .355, 1);
}

    .grid-ibx--hover-shadowscale .grid-ibx__item:hover {
        -webkit-transform: scale3d(1.06, 1.06, 1);
        -ms-transform: scale3d(1.06, 1.06, 1);
        -moz-transform: scale3d(1.06, 1.06, 1);
        -o-transform: scale3d(1.06, 1.06, 1);
        transform: scale3d(1.06, 1.06, 1);
        z-index: 1;
        border-width: 1px!important;
        background: #fff;
        box-shadow: 0 40px 120px -20px rgba(0, 0, 0, .6);
        border-radius: 2px;
    }

.grid-ibx--theme-dark.grid-ibx--hover-shadowscale .grid-ibx__item:hover {
    background: #000;
    box-shadow: 0 40px 120px -20px rgba(0, 0, 0, .9);
}

.grid-ibx--hover-shadowscale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, .29);
    background: 0 0;
}


#eluid0905c20d .grid-ibx__title {
    font-family: montserrat, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #343434;
}

#eluid0905c20d .grid-ibx__desc {
    font-family: open sans, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
}

.grid-ibx__title, .grid-ibx__desc {
    margin: 0;
    color: #000;
}

#eluid0905c20d .grid-ibx__icon {
    color: #e2e2e2;
}

#eluid0905c20d .grid-ibx__item:hover .grid-ibx__icon,
#eluid0905c20d .grid-ibx__item:hover .grid-ibx__desc {
    color: #1e73be;
}

#eluid0905c20d.grid-ibx--style-lined-gradient .grid-ibx__item:hover .grid-ibx__ghelper {
    border-color: #1e73be;
}

#eluid0905c20d.grid-ibx--style-lined-gradient .grid-ibx__item:hover:before, #eluid0905c20d.grid-ibx--style-lined-gradient .grid-ibx__item:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e73be), color-stop(100%, transparent));
    background: -webkit-linear-gradient(top, #1e73be 0%, transparent 100%);
    background: linear-gradient(to bottom, #1e73be 0%, transparent 100%);
}

#eluid0905c20d .grid-ibx__item {
    height: 260px;
    background-color: #fff;
}

#eluid0905c20d span.grid-ibx__icon {
    font-size: 34px;
}


.grid-ibx .grid-ibx__link .btn-fullcolor {
    width: 124px;
}

.title_es_cocuk {
    color: #d9534f;
    font-weight: 700;
}


.foto-iframe {
    color: #d9534f !important;
    font-weight: 700;
}

    .foto-iframe:hover {
        text-decoration: underline;
    }


/*custom-checkbox*/
/* Customize the label (the container) */
.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #d9534f;
}

    .custom-checkbox-container a {
        color: #ac4441 !important;
        text-decoration: underline;
    }

    /* Hide the browser's default checkbox */
    .custom-checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .custom-checkbox-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border: 1px solid #d9534f;
    }

    /* On mouse-over, add a grey background color */
    .custom-checkbox-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .custom-checkbox-container input:checked ~ .checkmark {
        background-color: #d9534f;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .custom-checkbox-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 9px;
        top: 5px;
        width: 6px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* Show the checkmark when checked */
    .custom-checkbox-container input:checked ~ .checkmark:after {
        display: block;
    }


/*sc__features*/
.sc__features {
    margin: 30px 0;
}


    .sc__features li {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted rgba(0,0,0,.4);
    }


/*siparis*/
.btn-geri {
    position: absolute;
    top: 0;
    right: 15px;
}


    .btn-geri .button-icon {
        margin-right: 5px;
    }



.btn-ileri {
    color:#fff !important;
}

 .btn-ileri .button-icon {
        margin-left: 5px;
    }


/*tavisye*/
.zn_section.eluide5124893 {
    background-color: #f4f4f4;
}

.eluide5124893 {
    padding-top: 35px;
    padding-bottom: 20px;
}


.eluid9c276606 {
    padding-top: 0;
    padding-bottom: 20px;
}

.eluid9c276606 .tbk__title {
    font-family: montserrat,Helvetica,Arial,sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #1e73be;
    font-style: normal;
}

.eluid9c276606 .tbk__subtitle {
    font-family: open sans,Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #353434;
    font-style: normal;
}


@media screen and (min-width: 550px) {
    .zn_section--inlinemodal.eluide5124893 {
        width: 550px;
    }
}


.shop_table .zorunlu-urun
{
    color:rgba(205, 33, 34, 1);
    /*-moz-animation: blinker 1s linear infinite;
    -o-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite;*/
}


@-moz-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}